/********** Template CSS **********/
:root {
    --primary: #385b77;
    --light: #F3F6F9;
    --dark: #191C24;
}

.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;
}


/*** Layout ***/
.sidebar {
    box-shadow: 2px 0 5px rgb(93 105 72);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    transition: 0.5s;
    z-index: 999;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

.content {
    margin-left: 250px;
    min-height: 100vh;
    background: #fff;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .sidebar {
        margin-left: 0;
    }

    .sidebar.open {
        margin-left: 0px;
    }

    .content {
        width: calc(100% - 250px);
    }

    .content.open {
        width: 100%;
        margin-left: 65px;
    }
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-left: -250px;
    }

    .sidebar.open {
        margin-left: 0;
    }

    .content {
        width: 100%;
        margin-left: 0;
    }
}


/*** Navbar ***/
.sidebar .navbar .navbar-nav .nav-link {
    padding: 2px 8px;
    color: #000;
    font-weight: 500;
    border-left: 3px solid var(--light);
    border-radius: 0 30px 30px 0;
    outline: none;
}

.sidebar .navbar .navbar-nav .nav-link:hover,
.sidebar .navbar .navbar-nav .nav-link.active {
    color: #77ac1a;
    background: #FFFFFF;
    border-color: ##77ac1a;
}

.sidebar .navbar .navbar-nav .nav-link i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 40px;
}

.sidebar .navbar .navbar-nav .nav-link:hover i,
.sidebar .navbar .navbar-nav .nav-link.active i {
    background: var(--light);
}

.sidebar .navbar .dropdown-toggle::after {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
    padding-left: 25px;
    border-radius: 0 30px 30px 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 .sidebar-toggler,
.content .navbar .navbar-nav .nav-link i {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 40px;
}

.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: #f3f6f9 !important;
}

.bg-light-header {
    background-color: #fff !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: #198754!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;
}


/*new design css*/
.area-item {
margin-bottom: 20px;
position: relative;
background-color: #77AC1B;
border-radius: 10px;
padding: 10px 25px 15px 55px;
margin-left: 45px;
z-index: 1;

}

@media only screen and (max-width:768px) {
.area-item {
margin-bottom: 0px;
padding: 5px 30px 20px 55px;
}
}

.area-item i {
display: inline-block;
width: 90px;
height: 90px;
text-align: center;
line-height: 70px;
font-size: 30px;
color: #fff;
background-color: #77AC1B;
border: 10px solid #fff;
border-radius: 50%;
position: absolute;
top: 30px;
left: -45px;
transition: .5s;
}

.area-item h3 {
color: #fff;
margin-bottom: 10px;
font-size: 20px;
text-align: center;
}

.area-item p {
margin-bottom: 0;
color: #fff!important;
font-size: 14px;
}

.area-item span{
float: right;
}

.area-item img {
position: absolute;
right: 10px;
bottom: 0;
max-width: 125px;
z-index: -1;
}

.area-item.two {
background:linear-gradient(145deg, rgb(155, 178, 130) 21%, rgb(0, 155, 120) 100%);
}

.area-item.two i {
background-color: #3BA47C;
}

.area-item.two:hover i {
color: #3BA47C;
background-color: #fff;
border: 10px solid #3BA47C;
}

.area-item.three {
background:linear-gradient(95deg, rgb(108 109 242) 33%, rgb(21 67 121) 100%);
}

.area-item.three i {
background-color: #6C6DF1;
}

.area-item.three:hover i {
color: #6C6DF1;
background-color: #fff;
border: 10px solid #6C6DF1;
}

.area-item.four {
background: #414141;
}

.area-item.four i {
background-color: #414141;
}

.area-item.four:hover i {
color: #414141;
background-color: #fff;
border: 10px solid #414141;
}



.area-item.one {
  background: linear-gradient(95deg, #45526c 33%, #dc3545 100%);
}

.area-item.one i {
background-color: #cd3748;
}

.area-item.one:hover i {
color: #cd3748;
background-color: #fff;
border: 10px solid #cd3748;
}


.area-item.chart {
    background: linear-gradient(252deg, #fdfeff 33%, #33a37c00 100%)
}


.order_count{
    margin: -12px 0px 0px -24px;
    position: absolute;
}


@keyframes textclip {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: 0% 0;
    }
}

.animate-charcter{
    background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #cd3748 67%, #fff800 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
  
}
