/* Background */
.bg-light-green{
    background-color: #ecf6f0;
}
.bg-light-yellow{
    background-color: #fffaf1;
}
.bg-light-green2{
    background-color: #dff0e6;
}
.bg-light-green:hover{
    background-color: #dff0e6;
}
.bg-light-green:hover .bg-light-green2{
    background-color: #ecf6f0;
}

/* Width */
.w-5px{
    width:5px;
}
.w-20px{
    width:40px!important;
}
.w-100px{
    width:100px;
}
.w-80{
    width:80%;
}
.w-20{
    width:20%;
}
.w-10{
    width:10%;
}


/* Font Size */
.font-9{
    font-size: 9px!important;
}
.font-10{
    font-size: 10px!important;
}
.font-11{
    font-size: 11px!important;
}
.font-12{
    font-size: 12px!important;
}
.font-13{
    font-size: 13px!important;
}
.font-14{
    font-size: 14px!important;
}
.font-15{
    font-size: 15px!important;
}
.font-16{
    font-size: 16px!important;
}
.font-17{
    font-size: 17px!important;
}
.font-18{
    font-size: 18px!important;
}
.font-19{
    font-size: 19px!important;
}
.font-20{
    font-size: 20px!important;
}
.font-21{
    font-size: 21px!important;
}
.font-22{
    font-size: 22px!important;
}
.font-23{
    font-size: 23px!important;
}
.font-24{
    font-size: 24px!important;
}
.font-25{
    font-size: 25px!important;
}
.font-26{
    font-size: 26px!important;
}
.font-27{
    font-size: 27px!important;
}
.font-28{
    font-size: 28px!important;
}

.pr-40{
    padding-right:40px!important;
}

/* Height */
.ht-32{
    line-height:32px;
    height:32px!important;
}
.ht-38{
    height:38px!important;
}
.max-ht-600{
    max-height: 650px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* Margin */
.mt-41{
    margin-top:41px!important;
}

/* Padding */
.padding-top-40{
    padding-top: 40px;
}

/* Landing Page */
.landing-page .summary-icon{
    width:80px!important;
    height:80px!important;
    line-height:70px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.landing-page i{
    font-size:40px!important;
}
.landing-page:hover .card-body{
    background:#ecf6f0 !important;
}
.landing-page:hover .summary-icon{
    background:#1b9d49 !important;
}
.landing-page:hover h3{
    color:#1b9d49 !important;
}

/* Status Colour Dot */
.ecommerce-status.lot-created::before {
    background-color: #5bc0de;
}
.ecommerce-status.lot-requested::before {
    background-color: #ffc107;
}
.ecommerce-status.lot-accepting::before {
    background-color: #6c757d;
}
.ecommerce-status.lot-assigned::before {
    background-color: #c6e1c6;
}
.ecommerce-status.lot-sold::before {
    background-color: #5fbe5f;
}
.ecommerce-status.lot-cancelled::before {
    background-color: #d76969;
}
.ecommerce-status.sp-available::before {
    background-color: #1b9d49;
}
.ecommerce-status.sp-not-available::before {
    background-color: #d76969;
}
.ecommerce-status.batch-pending::before {
    background-color: #ffc107;
}
.ecommerce-status.batch-inward-pending::before {
    background-color: #0ccdf4;
}
.ecommerce-status.batch-completed::before {
    background-color: #2BAAB1;
}

/* Purchase Status */
.ecommerce-status.linking-pending::before {
    background-color: #ccc;
}
.ecommerce-status.qc-pending::before {
    background-color: #ccc;
}
.ecommerce-status.pricing-pending::before {
    background-color: #d76969;
}
.ecommerce-status.decision-pending::before {
    background-color: #d76969;
}
.ecommerce-status.purchase-confirmed::before {
    background-color: #5bc0de;
}
.ecommerce-status.po-pending::before {
    background-color: #ffc107;
}
.ecommerce-status.purchased::before {
    background-color: #5bc0de;
}
.ecommerce-status.return-confirmed::before {
    background-color: #1b9d49;
}
.ecommerce-status.acceptance-pending::before {
    background-color: #d76969;
}
.ecommerce-status.return-pending::before {
    background-color: #ffc107;
}
.ecommerce-status.return-generated::before {
    background-color: #1b9d49;
}
.ecommerce-status.returned::before {
    background-color: #1b9d49;
}

/* TRC Status */
.ecommerce-status.return-pending::before {
    background-color: #d76969;
}
.ecommerce-status.tl-acceptance-pending::before {
    background-color: #ccc;
}

/* PO Type */
.ecommerce-status.amended::before {
    background-color: #ffc107;
}
.ecommerce-status.original::before {
    background-color: #5bc0de;
}

/* Badge */
.nav-badge {
    background: #ed9c28;
    color: #000;
    font-size: 10px;
    font-weight: normal;
    height: 16px;
    padding: 3px 5px 3px 5px;
    position: absolute;
    border-radius: 100%;
    line-height:1;
    margin-left:4px;
}

.bg-badge-purchasable{
    background-color: #5bc0de;
}
.bg-badge-returnable{
    background-color: #1b9d49;
}

/* DataTable */
.td-first-row{
    display: block;
}
.td-second-row{
    display: block;
    font-size:11px;
    color: rgb(78, 78, 78);
}
.td-third-row{
    display:block;
    font-size:11px;
}

/* Max Height */
.max-h-425{
    max-height: 425px;
}

/* Line-Height  CSS */
.line-ht-25{
    line-height: 30px!important;
}



/* DataTable Buttons CSS */
.btn-table-pdf-download{
    background:none!important;
    border:none!important;
    font-size:30px!important;
    color:#dc3545 !important;
    padding:0!important;
    margin-right:10px;
}
.btn-table-csv-download{
    background:none!important;
    border:none!important;
    font-size:30px!important;
    color:#1b9d49!important;
    padding:0!important;
}

/* DataTable Filter CSS */
.dtsp-panesContainer{
    border: solid 1px #cccc;
    padding: 10px!important;
    background: #ecf6f0;
}
#facilityFilter{
    /* float: right; */
    min-width: 140px;
    /* margin-left: 25px; */
}
.facility-filter{
    min-width: 140px;
    font-size: 0.8rem!important;
    min-height: 1.4rem!important;
}
#filter_toggle i{
    margin-left: 1.5rem !important;
}
table.dataTable tbody > tr.selected{
    background-color: #cfeccf!important;
}
table.dataTable tbody > tr.selected .dtsp-name{
    color:#333232!important;
}
div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dtsp-selected {
    border: 2px solid #1b9d49!important;
}
.dtsp-title{
    color:#000000!important;
    text-decoration: underline;
}
.dtsp-pill{
    background-color:#ecf6f0!important;
}
.dtsp-clearAll{
    border: solid 1px #1b9d49!important;
}
.dtsp-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 600;
    opacity: 0.6;
}

.dtsp-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 600;
    opacity: 0.6;
}

.dtsp-search::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: 600;
    opacity: 0.6;
}

.dropdown-item{
    padding: 0.15rem 1rem!important;
    font-size:13px!important;
}
.warning-active{
    background: #ed9c28;
    color:#ffffff;
}

/* Modal CSS */
.padding-top-40{
    padding-top:40px;
}

/* Select 2 */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #fff!important;
    background: #11622e !important;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff!important;
}

/* Activity Log and Track Order */
.timeline .tm-items > li{
    margin:15px 0!important;
}
.timeline .tm-items > li .tm-box {
    background: #dff0e6!important;
}
.timeline .tm-items > li .tm-box::after{
    display:none;
}

/* Overlay CSS */
.overlay-scrollable-height{
    height: calc(100% - 100px) !important;
}
.h100vh-41{
    height:calc(100% - 41px);
}

/* View Model CSS */
.model-variant{
    display: inline-block;
    /* border: solid 1px #cccccc; */
    background-color: #1b9d49;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 12px;
}
.parameter-status{
    display: inline-block;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 12px;
    margin-bottom: 5px;
}
.parameter-arrow{
    top: 7px!important;
}

/* Parameters & Status CSS */
.card.card-big-info .card-body > .row > div[class*="col-"]:first-child {
    background: #dbede2 !important;
}

.tabs-modern .nav .nav-link{
    font-size: 0.8rem!important;
}
.tabs-modern .nav .nav-link.active {
    background: #b9e4b9!important;
}
.tabs-modern .nav .nav-link > i {
    font-size: 1rem!important;
    color: #404040!important;
    margin-right: 8px!important;
}
.tabs-modern .nav .nav-link:last-child {
    border-bottom: 1px solid #efefef!important;
}

/* Sale Return */
#sales_return_list tbody tr td{
    padding-top:20px;
    padding-bottom:20px;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 9px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
    border: solid 0.5px #ccc;
}
.option-input:hover {
    background: #1b9d49;
    border: solid 0.5px #ccc;
}
.option-input:checked {
    background: #1b9d49;
}
.option-input:checked::before {
    width: 30px;
    height: 30px;
    display:flex;
    content: '\f00c';
    font-size: 16px;
    font-weight:bold;
    position: absolute;
    align-items:center;
    justify-content:center;
    font-family:'Font Awesome 5 Free';
}
.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #1b9d49;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}
.option-input.radio {
    border-radius: 50%;
}
.option-input.radio::after {
    border-radius: 50%;
}

@keyframes click-wave {
    0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
    }
    100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
    }
}

/* Logistics */
#shipment_list tbody tr td{
    padding-top:30px;
    padding-bottom:25px;
}
#shipment_list tbody tr td:last-child{
    padding-top:25px;
    padding-bottom:20px;
}
#edit_package_details_btn{
    display: none;
}
.box-detail-row-delete-btn{
    font-size:12px;
    line-height:38px;
}
.packaging-details-wrapper:hover #edit_package_details_btn{
    display: block;
}
.ewaybill-banner:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 6rem;
    padding: 4px 9px;
    background-color: #deb400;
    color: #000;
    /* border-top-left-radius: 8px; */
    border-bottom-right-radius: 8px;
    content: "EWB mandatory";
    z-index: 1;
    font-size: 9px;
    line-height:9px;
}
.ewaybill-updated:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 6rem;
    padding: 4px 9px;
    background-color: #deb400;
    color: #000;
    /* border-top-left-radius: 8px; */
    border-bottom-right-radius: 8px;
    content: "EWB updated";
    z-index: 1;
    font-size: 9px;
    line-height:9px;
}
.courier-partner-logo{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    border: solid 1px #ccc;
}
.icon-wd{
    width:32px;
}
.btn-default.active{
    background-color: #ed9c28;
    border: solid 1px #464646;
}

/* Invoice CSS */
.inv-row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}
.inv-col-15{width:15%;}
.inv-col-30{width:30%;}
.inv-col-35{width:35%;}
.inv-col-40{width:40%;}
.inv-col-50{width:50%;}
.inv-col-70{width:70%;}
.inv-col-85{width:85%;}
.inv-col-100{width:100%;}
.inv-text-center{text-align: center;}
.inv-text-bold{font-weight: bold;}
.inv-text-right{text-align: right;}
.inv-border-none{border: none!important;}
.inv-mb-20{margin-bottom: 20px;}
.inv-company-name{letter-spacing: 0.5px;}
.inv-company-address{margin-bottom: 8px;}
.inv-company-address p{
    line-height: 20px!important;
    margin-bottom:-5px;
    letter-spacing: 0.1px;
}
.inv-divider{margin:0 10px 0 10px;}
.inv-emp-code{
    color:#000000;
    font-size: 10px;
    font-weight: bold;
}
.text-dark-color{color:#000000!important;}
.inv-title{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    text-transform: none;
    margin: 0;
    font-weight: bold;
    letter-spacing: 1px;
    color:#1b9d49;
    text-align: center;
    border-top:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    padding: 8px 0;
}
.inv-vendor-details{text-align: left;}
.inv-vendor-details h5{
    font-weight: 800;
    color:#3c3b3b;
}
.inv-vendor-details div{line-height: 14px!important;}
.inv-vendor-details p{
    line-height: 14px!important;
    margin-bottom: 4px;
}
.inv-details{
    text-align: right;
    padding-top:35px;
}
.inv-details p{margin-bottom: 4px;}
.inv-description-table{width: 100%; font-size:9px;}
.inv-description-table thead{
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #f3f3f3;
    font-size:9px;
    line-height:12px;
}
.inv-description-table tr th, .inv-description-table tr td{
    padding:2px;
    color:#000000;
    font-size: 9px;
    line-height:12px;
}
.inv-description-table tr td{border-bottom: solid 1px #ccc;}
.inv-total{
    display: flex;
    justify-content: end;
}
.inv-total-table{width:100%;}
.inv-total-table tr td{
    color:#000000;
    font-size: 9px;
    line-height:12px;
}
.inv-signature{margin-top: 10px;}
.inv-signature h5{
    letter-spacing: 0.2px;
    margin-bottom: 60px;
}
.inv-signature .inv-col-70{
    width:60%;
    padding-right:10%;
}
.inv-signature .inv-col-40{padding-top:50px;}
.inv-signature p, .inv-signature ol li{margin-bottom: 0;}
.inv-signature ol{padding-left: 10px!important;}
.inv-signature .inv-sign-for{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size:9px;
    font-weight:bold;
    line-height: 12px;
    color:#000000;
    /* margin-bottom: 100px; */
}

/* Task Management */
ul.simple-user-list li .image{
    min-width:20px;
}
#assignedTasks, #completedTasks, #pendingTasks{
    width:180px!important;
    height:180px!important;
}
.tableFixHead {
    overflow: auto;
    height: calc(100vh - 250px);
    border:solid 1px #ccc;
}
.tableFixHead thead th {
    position: sticky;
    top: 0;
    background-color: #fff;
}
.tableFixHeadSalesDashboard {
    overflow: auto;
    height: calc(100vh - 180px);
    border:solid 1px #ccc;
}
.tableFixHeadSalesDashboard thead th {
    position: sticky;
    top: 0;
    background-color: #1b9d49;
    color:#fff;
}
.widget-summary.widget-summary-sm .summary-icon {
    width: 35px!important;
    height: 35px!important;
    line-height: 35px!important;
    font-size: 18px!important;
}
.bg-warning .widget-summary .summary .title, .bg-warning .widget-summary .summary .amount {
    color: #2e353e !important
}
.task-widget1{
    border: solid 1px #ccc;
}
.task-widget1 .widget-arrow{
    display: none;
}
.task-widget1:hover{
    border: solid 1px #2BAAB1 !important;
}
.task-widget1:hover .widget-arrow{
    display: block;  
}
.task-widget2{
    border: solid 1px #ccc;
}
.task-widget2 .card-body .widget-arrow{
    display: none;
}
.task-widget2:hover{
    border: solid 1px #1b9d49 !important;
}
.task-widget2:hover .card-body .widget-arrow{
    display: block;
}
.task-widget3 .card-body{
    border: solid 1px #ccc;
    padding: 18px;
}
.task-widget3 .bg-dark .widget-arrow{
    display: none;
}
.task-widget3:hover .card-body{
    border: solid 1px #1b9d49;
}
.task-widget3:hover .bg-dark .widget-arrow{
    display: block;
}
.task-widget4 .card-body{
    border: solid 1px #ccc;
}
.task-widget4 .card-body .widget-summary .widget-arrow{
    display:none;
}
.task-widget4:hover .card-body{
    border: solid 1px #1b9d49;
}
.task-widget4:hover .card-body .widget-summary .widget-arrow{
    display:block;
}
.create-task-btn div div .summary-icon{
    color: #000!important;
}
.create-task-btn div div .summary .info div{
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size:15px;
}
.create-task-btn:hover div div .summary-icon{
    color: #ed9c28!important;
}
.create-task-btn:hover div div .summary .info div{
    right:10px;
}

.assign-task-btn div div .summary-icon{
    color: #000!important;
}
.assign-task-btn div div .summary .info div{
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size:15px;
}
.assign-task-btn:hover div div .summary-icon{
    color: #1b9d49 !important
}
.assign-task-btn:hover div div .summary .info div{
    right:10px;
}

/* Defect Count Modal */
.simple-todo-list li.defect-found::before {
    color: #dc3545;
}

.simple-todo-list li.defect-found::before {
    position: absolute;
    top: -1px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00d";
    z-index: 1;
}

/* Refurb Screen */
.simple-todo-list li.defect-found-refurb::before {
    color: #dc3545;
}

.simple-todo-list li.defect-found-refurb::before {
    position: absolute;
    top: 7px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00d"; 
    z-index: 1;
}

@media (min-width: 768px){
    .s-no-col{width:8%;}
    .defect-col{min-width:20%;}
    .refurb-type-col{width:15%;}
    .replaceable-part-col{min-width:27%;}
    .time-taken-col{min-width:10%;}
    .actins-col{min-width:20%;}
}

@media (min-width: 360px) and (max-width: 560px) {
    .mb-xs-2 {
        margin-bottom: 0.5rem !important;
      }
    .mb-xs-3 {
      margin-bottom: 1rem !important;
    }
    .mb-xs-5 {
        margin-bottom: 3rem !important;
      }
    .d-xs-none {
        display: none!important;
    }
    .qc-form-block2 .col-md-4{
        border-right: none!important;
    }
    
}
@media (min-width: 360px) and (max-width: 992px) {
    /* .dtfc-fixed-left{
        position: inherit!important;
    } */
    .dtfc-fixed-right{
        position: inherit!important;
    }
    .main-label{
        display:block!important;
    }
    .qc-title{
        font-size:18px!important;
    }
    .tabs .nav-tabs{
        display: block;
    }
    .nav-tabs li.active .nav-link{
        border-top:none;
        border-left:3px solid #1b9d49
    }
}
@media (min-width: 360px) and (max-width: 1200px) {
    .card-header h2{
        font-size: 16px;
        line-height: 16px;
    }
    .qc-form-block h3{
        font-size: 16px!important;
    }
    .main-label{
        font-size:0.8rem!important;
    }
}

/* Timer CSS */
div.timer {
    border:1px #666666 solid;
    width:190px;
    height:50px;
    line-height:50px;
    font-size:36px;
    font-family:"Courier New", Courier, monospace;
    text-align:center;
    margin:5px;
}

.spare-parts-category button span i{
    width: 15px;
    margin-right: 5px;
}

.simple-todo-list li.not-working {
    color: #777777 !important;
  }

.simple-todo-list li.not-working::before {
    color:#dc3545;
    position: absolute;
    top: -1px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00d";
    z-index: 1;
}

.bootstrap-tagsinput .badge {
    background: #11622e !important;
    font-size: 13px !important;
    font-weight: 400!important;
}
.bootstrap-tagsinput input{
    text-transform: uppercase;
}
.btn-default-active{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
/* Spare Parts QC */
.sp-qc-radio{
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
    margin-bottom: 6px;
    border: 1px solid #dee2e6;
}
.sp-qc-radio:nth-child(odd){
    background-color: #f8f4e6;
}
.sp-qc-radio:nth-child(even){
    background-color: #ecf6f0;
}
.sp-qc-radio label{
    padding-bottom: 10px;
}
.defect-wrapper + .defect-wrapper{
    margin-top: 10px;
}

.activity-log-ht{
    height: calc(100vh - 200px);
    overflow-y: scroll;
}

/* Dashboard */
.dashboard-icon1{
    /* margin: 0 auto; */
  font-size: 34px;
  /* font-size: 2.8rem; */
  width: 70px;
  height: 70px;
  line-height: 70px;
  /* text-align: center; */
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 55px;
}

/* Reports */
.reports-list{
    padding-left:0;
}
.reports-list li{
    list-style: none;
    padding: 0 0 4px 20px;
    margin: 0 0 10px 0;
    position: relative;
    color: #555;
}
.reports-list li.reports-list-icon::before {
    position: absolute;
    top: -1px;
    left: 0;
    font-family: 'font awesome 5 free';
    font-weight: 900;
    content: "\f0da";
    z-index: 1;
  }
.reports-list li a{
    color: #555;
}
.reports-list li:hover a, .reports-list li:hover:before{
    color: #1b9d49;
}

/* Wizard */
.wizard-steps > li.active a{
    color:#1b9d49!important;
}
.wizard-steps > li.active a .badge{
    background-color: #1b9d49!important;
    color:#fff!important;
}
.wizard-steps > li a{
    color:#000!important;
}
.wizard-steps > li a .badge{
    background-color: #ecf6f0!important;
    color:#000!important;
}

.card-footer .pager li.disabled{
    visibility:hidden;
}

#batch_details_po tbody tr td{
    vertical-align: middle;
}

/* FAQ CSS */

.master-box {
    position:relative;
    padding: 0 ;
  }
  
  @media (max-width:768px){
    .master-box {
      padding: 0 0!important;
    }
  }
  
  .faq-header {
    background: #1b9d49;
    background: -webkit-linear-gradient(to right, #1b9d49, #16c654);
    background: linear-gradient(to right, #1b9d49, #16c654);
    padding: 20px;
    text-align: center;
    color: white;
  }
  
  h1.title {
    font-size: 2.1em;
    letter-spacing: -1px;
    font-weight: 400;
  }
  
  #myInput {
    width: 70%;
    font-size: 14px;
    padding: 5px 20px 5px 20px;
    border: solid 2px #1b9d49;
    outline: solid 2px #ccc;
    border-radius:20px;
    margin: 15px 0 15px 0;
    color: #555;
  }

  #myInput:focus-visible {
    border: solid 2px #1b9d49;
    outline: solid 2px #fff;
  }
  
  #myBtnContainer {
    margin: 15px;
    letter-spacing: 5px;
  }
  
  /* Style the buttons */
  .faq-btn {
    border: none;
    outline: none;
    border-radius:20px;
    padding: 8px 15px 8px 15px;
    background-color: #ccc;
    color: #555;
    cursor: pointer;
    font-size: 14px;
    min-width: 120px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.2);
    margin-bottom:10px;
  }
  
  .faq-btn:hover {
    background: #e8e7e7;
    color: #555;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 3px 5px 0 rgba(0,0,0,0.3);
    transition: all 0.2s ease;
  }
  
  .faq-btn.active {
    background: #156431;
    color: white;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 3px 5px 0 rgba(0,0,0,0.3);
  }
  
  .faq-btn::before {
    /* content: '\f061   '; */
    font-size: 18px;
    opacity: 0;
    transition: 0.4s;
  }
  
  .faq-btn.active::before {
    /* content: '\f061'; */
    opacity: 1;
    transition: 0.5s;
  }

  #no_result{
    position:absolute;
    z-index:1;
    width:100%;
    text-align: center;
    padding:7px 0;
  }
  
  #myUL {
    list-style-type: none;
    width: 100%;
    padding: 0;
    background: rgba(255, 255, 255, 0.01);
    position:relative;
    z-index:2;
  }
  
  #myUL li span {
    cursor: pointer;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    border: 1px solid lightgrey;
    margin-top: -1px;
    padding: 10px 0px 10px 0px;
    margin: 0;
    text-decoration: none;
    font-size: 16px; 
    color: #565555;
    display: block;
  }
  
  #myUL li span:hover:not(.header) {
      background-color: #e4ecf9;
      border: 1px solid grey;
  }
  
  .filterDiv {
    display: none; /* Hidden by default */
    transition: all 0.3s;
    margin-bottom: 4px;
  }
  
  .show {
    display: block;
  }
  
  .accordion-thumb {
    font-weight: bold;
    background: white;
  }
  
  /* Active answer */
  .filterDiv.is-active .accordion-thumb::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .accordion-thumb::before {
    content: '';
    display: inline-block;
    height: 7px;
    width: 7px;
    margin-right: 1rem;
    margin-left: .5rem;
    vertical-align: middle;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  }
  
  .accordion-panel {
    padding: 10px 20px 10px 20px;
    display: none;
    color: black;
    font-size: 14px;
    font-weight: normal;
    background: white;
  }

  /* Custom Input Group */
  .input-group-btn{
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

/* Progress Bar */
progress:after {
    content: attr(value)'%';
  }
progress[value] {
    --color: green; /* Moved Quantity color */
    --gradientMix: #5bc0de; /* Moved Quantity color */
    --background: lightgrey; /* the background color */
  
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 250px;
    margin: 0 0 0 10px;
    border-radius: 10em;
    background: var(--background);
  }
  progress[value]::-webkit-progress-bar {
    border-radius: 10em;
    background: var(--background);
  }
  progress[value]::-webkit-progress-value {
    border-radius: 10em;
    background-image:
	   -webkit-linear-gradient(-45deg, 
	                           transparent 33%, rgba(0, 0, 0, .1) 33%, 
	                           rgba(0,0, 0, .1) 66%, transparent 66%),
	   -webkit-linear-gradient(top, 
	                           rgba(255, 255, 255, .25), 
	                           rgba(0, 0, 0, .25)),
	   -webkit-linear-gradient(left, #09c, #f44);
    /* background: var(--color); */
  }
  progress[value]::-moz-progress-bar {
    border-radius: 10em;
    background-image:
	   -webkit-linear-gradient(-45deg, 
            transparent 33%, rgba(0, 0, 0, .1) 33%, 
            rgba(0,0, 0, .1) 66%, transparent 66%),
	   -webkit-linear-gradient(top, 
            rgba(255, 255, 255, .25), 
            rgba(0, 0, 0, .25)),
	   -webkit-linear-gradient(left, var(--color), var(--gradientMix));
    /* background: var(--color); */
  }
  progress[value]::-webkit-progress-value::before {
    content: '80%';
    position: absolute;
    right: 0;
    top: -125%;
  }
  progress[value]::-moz-progress-value::before {
    content: '80%';
    position: absolute;
    right: 0;
    top: -125%;
  }
  progress[value]::-webkit-progress-value::after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 100%;
    right: 7px;
    top: 7px;
    background-color: white;
  }
  progress[value]::-moz-progress-value::after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 100%;
    right: 7px;
    top: 7px;
    background-color: white;
  }
  


  /* Header Facility Name*/
  .header-facility-name{
    border:solid 1px #ccc;
    border-radius:50px;
    padding:5px 15px;
    cursor:not-allowed;
    pointer-events:none;
  }

  .thumb-info {
    margin: 0 0 25px 0 !important;
  }
  .thumb-info .thumb-info-title{
    position:relative!important;
  }
  .thumb-info .thumb-info-inner {
    white-space: wrap!important;
  }

  
/* Responsive Width */

@media (min-width: 360px) and (max-width: 1024px) {
    .w-sm-100 {
      width:100%!important;
    }
  }

@media (min-width: 1025px) and (max-width: 2400px)  {
    .w-lg-50 {
        width:50%!important;
      }
} 

  