::-webkit-scrollbar{width:6px;}
::-webkit-scrollbar-track{background: transparent;}
::-webkit-scrollbar-thumb{background:#888}
::-webkit-scrollbar-thumb:hover{background:#555}
/* For Firefox */
* {
    scrollbar-width: thin; /* Makes the scrollbar thinner */
    scrollbar-color: #888 #f1f1f1; /* thumb color and track color */
}

.lightbox-carousel .ratio {
    background-color: transparent!important;
}

.dropdown .az-header-profile{padding: 10px;}
.az-header-profile h6{
    font-size: 18px;
}
 /*scrollbar sidebar start*/ 
.az-sidebar-body {
    overflow-y: auto;
 /*   max-height: 90vh;*/
    margin-bottom:60px;
}

.body-font {
     font-family: "Lato", sans-serif;
}
/*scrollbar sidebar end*/

.ql-wrapper-demo {
     width: 100%; 
}
.ql-wrapper-demo .ql-container {
    height: 150px;
}
.az-content-breadcrumb{font-size: 16px; margin: 10px;}


.az-content-breadcrumb {
  color: #4A4A4A;
}

.az-content-breadcrumb span + span::before {
  content: "/";
  margin: 0 3px;
  color: #102634;
}
.az-content-breadcrumb span:last-child {
  color: #102634;
}

.hide {display:none;}
.loader{position: absolute;}

.dt-search .dt-input{
	min-width:500px;
	height: 45px;
	margin:0px!important;
}
.dt-search .dt-input:focus {
    border-color: #97a3b9;
    box-shadow: none;
    outline: 0;
}
.az-content-dashboard-five span.ml-2.dropdown-toggle {
    display: inline-block;
    margin-top: 8px;
}
.dt-search label{display: none;}
table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: center !important;
}
.az-content-dashboard-five .dt-container select.dt-input{
    margin-right: 12px;
}
.input-group-append .input-group-text{ border-left: none;}
.input-group-prepend .input-group-text{ border-right: none;}
/*.az-signin-header .eye-group-text{
    border-width: 2px;
}*/

/* Change border color when input is focused */
/*.form-control:focus ~ .input-group-append .eye-group-text {
    border-color: #b4bdce;
}*/
.eye-group .eye-icon {
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.eye-hide {
    background: url('../img/eye-hide.svg');
} 
.eye-show{
    background: url('../img/eye-show.svg');
}
.toast-message ul li{font-size: 12px;  padding: 2px 0px;}
.toast-message ul { list-style-type: circle;  padding: 0;   margin: 0 0 10px 25px; }
.toast-message ul li::marker {
    font-size: 12px;
}
.btn-icon-list {
   justify-content: center;
}
table.fixed{ table-layout: auto;}
/*table.dataTable td.reorder {
    color: #999;
}*/
table.center thead, 
table.center tbody { text-align: center;text-align: -webkit-center;}

table td.dt-type-numeric{text-align: center!important;}

/* .table td, .table th {
        vertical-align: middle;
    }*/
table td .form-control{
    text-align: center;
    display: inline-table!important;
}
table td .form-switch{ display: inline-block!important;}
textarea.form-control {
    min-height: calc(1.5em + 2.75rem + 2px);
}
table.dataTable tbody td.sorting_1 {
    background-color: #ffffff;
}
/*table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
    padding: 8px 5px;
}*/
table.dataTable>tbody>tr.child {
    text-align: start;
}
table.dataTable thead>tr>th.dt-orderable-asc, table.dataTable thead>tr>th.dt-orderable-desc, table.dataTable thead>tr>th.dt-ordering-asc, table.dataTable thead>tr>th.dt-ordering-desc, table.dataTable thead>tr>td.dt-orderable-asc, table.dataTable thead>tr>td.dt-orderable-desc, table.dataTable thead>tr>td.dt-ordering-asc, table.dataTable thead>tr>td.dt-ordering-desc {
    position: relative;
    padding-right: 10px;
}
table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order, table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order, table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order, table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order, table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order, table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order, table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order, table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order {
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 10px;
}
table.dataTable>tbody>tr.selected>* {
    box-shadow: inset 0 0 0 9999px #ff7c6685;
}
div.dt-processing>div:last-child>div{
  background: #04400A;
}
.buttons-csv{display:none;}
.customIcon a i {font-size: 18px !important;}
#pusherNewOrder li {list-style-type: none; font-size:18px;}
#storeVisit {background-color:#2b57d9;color:#fff;}

.az-sidebar {width: 230px; }
/*.dataTable i{font-size: 18px;}*/
.btn-theme{    
    background-color: #17421c;
    border-color: #17421c;
    color: #eee;
    padding: 5px 30px;
    border-radius: 10px!important;
    margin-right: 15px;
    font-size: 15px;
    font-weight: 500;
}
.btn-theme:hover{
    color: #17421c;
    text-decoration: none;
    border-color: #17421c;
    border: 1px solid;
}
ul { list-style-type: none; padding: 0;}

.az-signin-wrapper .nav-tabs .nav-link {
        padding: 5px 15px;
        border: 1px solid #007bff;
        border-radius: 5px;
}
.order-list-header-sec{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.report-txt{
    width:200px;
}
/*password strength checker start*/
#password-strength {
    margin-top: 10px;
    display: flex;
    gap: 5px;
}

.strength-bar {
    width: 25%;
    height: 10px;
    background-color: #ddd;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.strength-bar.active {
    background-color: #5cb85c; /* Green for active bars */
}

.strength-bar:nth-child(1).active {
    background-color: #d9534f; /* Red */
}

.strength-bar:nth-child(2).active {
    background-color: #f0ad4e; /* Orange */
}

.strength-bar:nth-child(3).active {
    background-color: #5bc0de; /* Blue */
}

.strength-bar:nth-child(4).active {
    background-color: #5cb85c; /* Green */
}

#strength-label {
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}

.strength-weak {
    color: #d9534f; /* Red for weak */
}

.strength-fair {
    color: #f0ad4e; /* Orange for fair */
}

.strength-good {
    color: #5bc0de; /* Blue for good */
}

.strength-strong {
    color: #5cb85c; /* Green for strong */
}

#password-suggestions {
    margin-top: 10px;
    font-style: italic;
    color: #5bc0de; /* Blue for the message */
}
/*password strength checker end*/

@media screen and (max-width: 992px){
  
    .list-unstyled {
      padding-left: 50px;
      list-style: none; 
    }
  
  }
  .card-dashboard-one .card-body-top label {
    display: block;
    margin-bottom: 0;
    color: #7987a1;
    font-size: 11px;
  }
  
  .card-dashboard-one .card-body-top h6, .card-dashboard-one .card-body-top .h6 {
      color: #1c273c;
      font-size: 18px;
      font-weight: 600;
      font-family: "Archivo", var(--bs-font-sans-serif);
      margin-bottom: 0;
      letter-spacing: -0.75px;
  }
  
  .card-dashboard-one .card-body-top h6 span, .card-dashboard-one .card-body-top .h6 span {
    color: #97a3b9;
    font-weight: 400;
    letter-spacing: normal;
  }

@media (max-width: 600px) {
  .az-card-signin {
    width: calc(100vw - 40px); /* Adjust 20px as needed */
  }
  .az-body-sidebar{
    display: flex;
  }
}
  
  @media (min-width: 576px){
    .card-dashboard-one .card-body-top label {
        font-size: 0.875rem;
    }
    .card-dashboard-one .card-body-top h6, .card-dashboard-one .card-body-top .h6 {
      font-size: 22px;
    }
    .az-header-profile h6{
        font-size: 14px;
    }
  }

#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); /* semi-transparent white */
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loader-container {
    text-align: center;
    color: #333;
}
