@import url('../fonts/iconsmind/iconsmind.css');
.auth-logo img {
    width: 125px;
    height: auto;
}
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #ced4da;
}
.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border-color: #ced4da;
    box-shadow: none;
}
.btn-outline-primary, .btn-primary {
    border-color: #ed3833;
}
.page-item.active .page-link {
    background-color: #ed3833;
    border-color: #ed3833;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #000000;
    background-color: #cccccc;
    border-color: #cccccc;
}
.page-link{
    color: #000000;
}
.badge-primary{
	    background-color: #ed3833;
}
.btn-outline-primary {
    color: #ed3833;
    border-color: #ed3833;
}
.btn-primary {
    background-color: #ed3833;
}

.mega-menu .dropdown-menu{
	    max-width: 700px;
        overflow-y: hidden;
}

.btn-outline-primary:hover, .btn-primary:hover {
    background: #cccccc;
    box-shadow: 0 8px 25px -8px #cccccc;
    border-color: #cccccc;
    color: #000000;
}

.layout-sidebar-large .main-header .logo img {
    width: 125px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.layout-sidebar-large .main-header{
    position: static;
        background: #f2f2f2ad;
         height: 90px;
}




.pur-fullw{
	width: 100%;
}
.pur-space-bet{
	justify-content: space-between;
}
.btn{
	padding: .375rem 0.50rem;
}

.btn-inactive{
    background: #cccccc;
    box-shadow: 0 8px 25px -8px #cccccc;
    border-color: #cccccc;
    color: #000000;
}
.dropdown-item {
    cursor: pointer;
}
a {
    color: #000000;
}
a:hover {
    color: #ed3833;
}
.btn-outline-primary:focus, .btn-primary:focus {
    box-shadow: 0 8px 25px -8px #ed3833;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.nav-tabs {
    border-bottom: 1px solid #ed3833;
}
.nav-tabs .nav-item .nav-link.active{
    border-color: #ed3833 #ed3833 #fff;
}
.nav-tabs .nav-item .nav-link.active {
    background: rgb(197 45 40 / 8%);
}
.user-profile .user-info{
        margin-top: 0px;
}
.text-primary {
    color: #ed3833!important;
}

.down-arrow-extra:before{
    font-size: 13px;
    font-weight: 800;
    margin-left: 5px;
    vertical-align: middle;
}
.dd-done{

}
.user-profile .profile-nav{
    justify-content: start;
}
.card-icon .lead, .card-icon [class^=i-] {
    color: #ed3833;
}
p {
    font-size: 1rem;
}
select.form-control{
    -webkit-appearance:auto;
}
.dropdown-item.active, .dropdown-item:active{
        background-color: #ed3833;
}

.pagination-wrap nav span a {
    position: relative;
}
.pagination-wrap nav span a svg {
    position: relative;
    height: 30px;
}
.pagination-wrap nav span svg {
    position: relative;
    height: 30px;
}
.pagination-wrap nav div p.text-sm {
    margin-top: 20px;
}

.session_msg {
    text-align: center;
    color: #0000ff;
}

.op_description_box{
    height: 350px !important;
}

/* Side Navigation */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ed3833;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 4px 6px 4px 30px;
    text-decoration: none;
    font-size: 18px;
    color:#fff;
    display: block;
    transition: 0.3s;
}
.sidenav .closebtn:hover{
    background-color: none;
    background: none;
    box-shadow: none;
}
.sidenav a:hover {
    background: #cccccc;
    box-shadow: 0 8px 25px -8px #cccccc;
    border-color: #cccccc;
    color: #000000;
}

.sidenav a.btn-inactive{
    background: #cccccc;
    box-shadow: 0 8px 25px -8px #cccccc;
    border-color: #cccccc;
    color: #000000;
}
  
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

  
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 16px;}
}

/* @font-face {
    font-family: "bootstrap-icons";
    src: url("./fonts/bootstrap-icons.woff?4601c71fb26c9277391ec80789bfde9c") format("woff"),
  url("./fonts/bootstrap-icons.woff2?4601c71fb26c9277391ec80789bfde9c") format("woff2");
  } */
  
  [class^="bi-"]::before,
  [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.bi-eye-slash{
    background-image: url('../images/eye-slash.svg');
    width: 16px;
    height: 16px;
    position: relative;
}
.bi-eye{
    background-image: url('../images/eye.svg');
    width: 16px;
    height: 16px;
    position: relative;
}

i#togglePassword {
    margin-right: 10px;
    cursor: pointer;
    float: right;
    top: -25px;
}
i#togglePassword-payment-method{
    margin-right: 75px;
    cursor: pointer;
    float: right;
    top: -25px;
    margin-top: 4px;
    
}
