/********** Template CSS **********/
:root {
    --primary: #385b77;
    --light: #F3F6F9;
    --dark: #191C24;
}
body{
    background-color: #385b8d!important;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}



/*** Button ***/
.btn {
    transition: .5s;
}
.btn.btn-primary {
    color: #FFFFFF;
}
.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}
.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}



@media (min-width: 992px) {
    .content {
        width: 100%;
    }
    .content.open {
        width: 100%;
        margin-left: 65px;
    }
}

@media (max-width: 991.98px) {
    .content {
        width: 100%;
        margin-left: 0;
    }
}



.content .navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 12px 0;
    color: var(--dark);
    outline: none;
}

.content .navbar .navbar-nav .nav-link:hover,
.content .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}


.content .navbar .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.content .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

@media (max-width: 575.98px) {
    .content .navbar .navbar-nav .nav-link {
        margin-left: 15px;
    }
}


/*** Date Picker ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.progress .progress-bar {
    width: 0px;
    transition: 2s;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}
.bg-light {
    background-color: #ffffff !important;
}

.mantine-137zmwu {
    position: absolute;
    top: 10px;
    bottom: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 120px;
    right: 40px;
}

.toggle-off {
    color: #ccc!important;
    background: #d60a1d!important;
}

.p-4 {
    padding: 1rem !important;
}


.form-control:disabled, .form-control:read-only {
    background-color: #ffffff!important;
}
.orderProducts li{
    padding: 10px;
    list-style: none;
}

#productList {
width: 100%;
height: 350px;
transition: overflow-y 0.3s ease;
overflow:hidden;
}

#productList:hover {
overflow-y: scroll;
}




 .checkbox-container {
        display: inline-block;
        position: relative;
        padding-left: 25px;
        margin-right: 15px;
        cursor: pointer;
        font-size: 16px;
    }

    /* Hide the default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Style for the custom checkbox */
    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

    /* Style for the checked state of the custom checkbox */
    .checkbox-container input:checked + .checkmark {
        background-color: #2196F3;
        border: 1px solid #2196F3;
    }

    /* Style for the checkmark inside the custom checkbox */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Style for the checkmark when checkbox is checked */
    .checkbox-container input:checked + .checkmark:after {
        display: block;
    }

    /* Styling the checkmark shape */
    .checkbox-container .checkmark:after {
        left: 7px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }
.btn-success {
    background-color: #77ac1a!important;
    border-color: #77ac1a!important;
}

@media only screen and  (max-width: 750px){
.hidden-xs{
    display: none;
}

.visible-xs{
    margin-top: 10px;
}


select.form-select.changeLang {
    display: none;
}

}

select.form-select.changeLang {
    height: 34px;
    margin-top: 13px;
}


 .passwordShow{
    position: absolute;
    right: 25px;
    transform: translate(0,-50%);
    cursor: pointer;
    margin-top: -25px;
    }

.space{
    padding: 10px;
}

.order_list ul li{
    list-style: none;
    text-align: start;
    font-size: 14px;
}

.select2-container .select2-selection--single{
    height: 38px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px!important;
}

 .visible-xs {
    display: none;!important;
  }
 


  .switch-toggle label{
    font-size: 17px!important;
    padding-left: 12px;
    padding-right: 12px;
   
 }
 .attendanceType{
    font-size: 19px!important; 
    width: 120px!important;
 }


@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .mov{
    margin-top: -46px !important;
    margin-left: 35px;
  }


 .switch-toggle{
    margin-right: 0px;
    margin-left: 0px;
 }
 .switch-toggle label{
    font-size: 12px!important;
    padding: 6px!important;
 }
 .attendanceType{
    font-size: 13px!important; 
    width: 100px!important;
 }
 .textShow{
     display:none;
 }
  
}


th, td {
  text-align: center;
  padding: 3px!important;
}

tr:nth-child(even){background-color: #f2f2f2}

select.form-control.status-order-complete {
    width: 100px!important;
}

select.form-control.payment-method {
    width: 100px;
}

select.form-control.assign-change {
    width: 100px;
}



a.active_header{
    color: #ff0000!important;
}


.select2-container {
    box-sizing: border-box;
    display: block!important;
}

li.breadcrumb-item {
    font-size: 20px;
}


.sticky-top {
    box-shadow: 5px 0 5px rgb(93 105 72);
}


@media (min-width: 768px) {
.open .main_title{
    display: none;

}
.open .dropdown-toggle::after {
    display: none;
}

.sidebartoggle{
    width: 70px;
}
.textShow{
 display: none;
}

.open .textShow{
 display: block;
}

}

.btnText{
    font-size: 13px;
        padding: 5px!important;
}
.multiBtn{
    padding: 0px;
}
a {
    color: #3c3061!important;
}
.btn-primary {
    background-color: #385b8d!important;
    border-color: #385b8d!important;
}

.btn-success {
    background-color: #385b8d!important;
    border-color: #385b8d!important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #e7e9ed;
}


.btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: 0 0 0 .25rem #385b8d!important;
}


.page-item.active .page-link {
    background-color: #385b8d!important;
    border-color: #385b8d!important;
}




/*dark mode change css*/
body.dark-mode .sidebar {
    background-color: #dee2e63d;
    color: #dc3545 ;
}

body.dark-mode .sidebar .navbar .navbar-nav .nav-link{
    color: #000!important;
}

body.dark-mode .bg-light {
        background-color: #dee2e63d !important;
}

.dark-mode .content {
    background: #ffffff !important;
}


.toastr-success {
    background-color: #28a745;
    color: white;
}

.toastr-error {
    background-color: #dc3545;
    color: white;
}

.toastr {
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.passwordShow{
position: absolute;
right: 25px;
transform: translate(0,-50%);
cursor: pointer;
margin-top: -25px;
}

.passwordShow1 {
right: 43%;
position: absolute;
transform: translate(0, -50%);
cursor: pointer;
margin-top: -17px;
}

.header a{
    padding: 10px;
}
.section_title{
    font-size: 20px;
}
.booking_top_option{
    margin-left: 2px!important;
    margin-right: 2px!important;
    padding: 3px!important;
    font-size: 12px!important;
    background-color: #776251;
}

.collections_text{
    color: #fff;
    font-size: 14px;
}
.collections_space{
    margin-left: -18px;
}

.bg-dark{
    background-color: #111!important;
}
.form-control{
    background: #fae0b0!important;border: none;height: 35px;font-size: 14px;
}

.select2-container--default .select2-selection--single {
    background-color: #fae0b0!important;
}

.customBtn{
    width: 20%;
}



.dash-btn{
    width: 100%;
    box-shadow: inset 0px 0px 11px #ccc;
    border-radius: 5px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #757575;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 5px 5px;
    margin: 5px 5px;
    font-size: 12px;
    border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out

}



.deleteBtn i{
    font-size: 40px;
    color: #fff;
}
.arrowBtn i{
    font-size: 30px;
     
}
.arrowBtn{
   color: #111!important; 
   font-size: 20px; 
}
@media (max-width: 768px) {
    .collections_space{
      margin-left: 0px;
    }
   .customBtn{
    width: 50%;
   }


}

.form-control:disabled, .form-control:read-only {
    background-color: #fae0b0 !important;
}

/* Hide the radio buttons */
.status_data {
    display: none;
}


.order_label {
    display: inline-block;
    padding: 5px 5px;
    border: 1px solid #385b77;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

.status_data:checked + .order_label {
    background-color: #007bff;
    color: white;
    border-color: #0056b3;
}


.order_label:hover {
    background-color: #385b91;
    color: white;
}

.checked{
   background-color: #385b77;
   color: white;
}