/* login page css */
body {
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
    background-color: #F9F9F9;
}
:is(.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6){
    font-family: 'Poppins', sans-serif !important;
}
.auth-page-content{
    position: unset !important;
    padding-bottom: 0px !important;
}
.main-container{
    background-image: url("../images/login backgroung2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.login-container{
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh;
}
.header-profile-user{
    overflow : hidden;
    object-fit : cover;
}
.textFPwd {
    font-size: 14px;
    line-height: 33px;
    color: #283a5e;
}
.textFPwd:hover {
  color: #5a5af5 ;
}
.forlogin-btn{
    font-size: large;
    font-weight: 500;
}
.forlogin-btn:hover{
    color: #0ab39c;
    border: 1.5px solid #ced6dc
}
.login-card{
  border-radius: 12px;
  width: 30%;
  background-color: rgba(255, 255, 255, 0.9);
}
.text-headers{
    font-weight: 500;
    color: #111;
    font-size: 25px;
    font-family: 'Poppins', sans-serif !important;
}
.text-email{
    font-weight: 500;
    color: #111 !important;
    font-size: 25px;
    font-family: 'Poppins', sans-serif !important;
}
.form-label{
    color: #000000;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
}
.logo-image{
  width: 250px;
  height: 100px;
}
.signinbtn{
    background-color: #111;
    border-radius: 20px;
}
.signinbtn:hover{
    background-color: white;
    color: black;
    border: 1px solid #111;
}
.form-check-input:checked {
    background-color: #324974;
    border-color: #324974;
}
.switch-color .form-check-input:checked {
    background-color: #0AB39C !important;
    border-color: #0AB39C;
}
.spares-add-btn{
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 11px;
    height: 35px !important;
    background-color: #0055FF !important;
}
.spares-add-btn:hover{
    border:1px solid #0055FF;
    background-color: #ffffff !important;
    color: #0055FF;
}
.menuicon{
    font-size: 22px !important;
    font-weight: 600 !important;
}
.inputbox{
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border: 1.5px solid #ced6dc !important;
    padding-left: 30px;
}
.help-text{
  color: #333333 !important;
}
/* NAVBAR CSS */
.navbar-header{
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
    height: 60px;
}
.header-item{
    height: 60px;
}
.logoutbtn{
    padding: 0px;
    margin-right: 10px;
}
/* SIDEBAR CSS */

.logo-container{
    display: flex;
    justify-content: center;
    padding: 20px;
}
.logo-img{
    height: 40px;
    display: block;
}
.logo-img-small{
    height: 40px;
    display: none;
}
.sidebar-item{
    padding: 0px;
}
.menu-title span{
 padding-left:23px;
 color: black;
}
.sidebar-menu-text{
    margin-left: 12px;
    color: black;
}
.sidebar-icon{
    font-size: 17px;
    color: #283a5e;
    width: 20px;
}
#sidebar {
    min-width: 20%;
    height: 100vh;
    transition: width 0.3s ease, transform 0.3s ease;
    transform: translateX(-100%);
  }
.nav-item{
    padding-left: 20px;
}
.nav-item:hover{
    background-color: #f4f4f4;
    color: black;
}
.navbar-menu .navbar-nav .nav-link:hover{
    color: black;
}
.navbar-nav{
    overflow: auto;
    height: 79vh;
}
.navbar-nav::-webkit-scrollbar {
    width: 8px;
}

.navbar-nav::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.navbar-nav::-webkit-scrollbar-thumb {
    background-color: #F9F9F9;
}

.navbar-nav::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
#drawer {
    width: 250px;
    height: 100vh;
    margin-left: 250px;
    background-color: #fff;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
}

#drawer.open {
    transform: translateX(-500px);
}

#content {
    flex-grow: 1;
    transition: margin-left 0.3s ease;
    margin-left: 250px;
}

#content.open {
    margin-left: 0px;
}
#toggleButton {
    background-color: #fff;
    color: #283a5e;
    border: none;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    transition: transform 0.3s ease;
}

/* CLIENT PAGE CSS */
.main-box{
    padding: 5px;
    margin-left: 0px;
    margin-right: 0px;
}
.heading-text{
    color: black;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}
.breadcrumbheading{
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.lable-head .heading-text{
    font-size: 1.2rem;
}
.side-content{
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}
.schedule-side-content{
    display: flex;
    gap: 10px;
}
.form-select{
    background-color: #f4f4f4;
    border: none;
}
.form-select:focus{
    border-color: #f4f4f4;
}
.FormInputs{
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}
.client-main-container{
    display: flex;
    background-color: #f9f9f9 ;
}
.form-control {
    background-color: #f4f4f4;
    border: none;
}
 .form-group input{
    height: 37px !important;
}
.form-group .form-check-input{
    height: 1.1em !important;
}
.form-control:focus{
    background-color: #f4f4f4;

}
.hide-title::before{
    content: none !important;
}
.cancel-btn {
    background-color: #ccd3e3;
    border-radius: 5px;
    padding: 7px 27px;
    border: 0px;
    color: #283a5e;
    border: 1px solid #ccd3e3;
}
.cancel-btn:hover{
    border: 1px solid #283a5e;
    color: #283a5e;
}
.Save-btn{
    background-color: #283a5e;
    border-radius: 5px;
    padding: 7px 33px;
    color: #fff;
    border: 0px;
    border: 1px solid #283a5e;
}
.Save-btn:hover{
    border: 1px solid #283a5e;
    color:#283a5e ;
    background-color: #fff;

}
/* Data table css */
.container{
    max-width: 100%;
    padding: 0px;
    margin: 0px;
}
.manage-btn{
    background-color:#283a5e ;
    color: #fff;
    height: 35px;
}
.manage-btn:hover{
    border: 1px solid #283a5e;
}
.btn.disabled{
    opacity: 0.5  !important;
}
.searchbox{
    width: 100%;
    height: 37px;
    padding-left: 45px;
    border: 1px solid #8c8282;
    border-radius: 5px;
}
.searchicon{
    position: absolute;
    left: 25px;
    top: 12px;
}
.add-btn{
    background-color:#0ab39c ;
    color: #fff;
    height: 37px;
    width: 100%;
    justify-content: center;
}
.add-btn:hover{
    border: 1px solid #0ab39c;
}
.dropdown-item{
    display: flex;
    justify-content: end;
    height: 35px;
    gap:10px
}
.dropdown-btn{
    border: 1px solid black;
    width: 100%;
    display: flex;
    justify-content: space-between
}
.dropdown-btn:hover{
    border: 1px solid black;
}
.clear-btn{
    background-color:#ea0d41 ;
    color: #fff;
    height: 37px;
    width: 100%;
    justify-content: center;
}
.clear-btn:hover{
    border: 1px solid #ea0d41;
    color: #ea0d41;
    background-color:#fff ;

}
table.dataTable thead th{
    padding: 10px 10px !important;
    border-bottom: 0px solid #111;
}

.active-text{
    background-color: white;
    padding: 5px;
    color: #16d323;
}
.actionbtn{
  display:  flex;
  align-items: center;
}
.editbtn{
    color: #395486;
    width: 27px;
    height: 27px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    display: flex;
    font-size: 13px;
    transition: 0.1s ease-in;
}
.deletebtn{
    color: #ea0d41;;
    width: 27px;
    height: 27px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    display: flex;
    transition: 0.1s ease-in;
    font-size: 12px;
}
.deleteall{
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    display: flex;
    transition: 0.1s ease-in;
    font-size: 18px;
    background-color: #ea0d41 !important;
    color: #fff !important;
    border: 1px solid #ea0d41 ;
}
.activeall{
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    display: flex;
    transition: 0.1s ease-in;
    font-size: 18px;
    background-color: #0ab39c !important;
    color: #fff !important;
    border: 1px solid #0ab39c ;
}
.disableall{
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    display: flex;
    transition: 0.1s ease-in;
    font-size: 18px;
    background-color: #474646 !important;
    color: #fff !important;
    border: 1px solid #474646 ;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    display: none;
}
table.table-bordered.dataTable th{
    border-bottom-width: 0px !important;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-top-width: 1px !important;
    cursor: default;
}
table.dataTable.table-striped>tbody>tr.odd:hover {
  background-color: #f4f4f4;
}
table.dataTable>thead .sorting_asc:nth-child(1):after {
    display: none !important;
}
table.dataTable>thead .sorting_asc:nth-child(1):before {
    display: none !important;
}
.dashboardTable-mobile table.dataTable>thead .sorting_asc:nth-child(1):after {
    display: block !important;
    /* display: none !important; */
}
.dashboardTable-mobile table.dataTable>thead .sorting_asc:nth-child(1):before {
    display: block !important;
    /* display: none !important; */
}
.W-20{
    width: 20px;
}
.table-heading{
    margin-left: 10px !important;
    margin-bottom: 0px;
    font-size: 0.9rem;
}
table.dataTable>thead .sorting:after {
    left: 8px !important;
    top:12px !important;
}
table.dataTable>thead .sorting:before {
    left: 2px !important;
    top:8px !important;
}
.page-item.active .page-link{
   background-color:#283a5e !important ;
   border-bottom: 1px solid var(--vz-border-color) !important;
   border-top: 1px solid var(--vz-border-color) !important;
   border-left: none !important;
   border-right: none !important;

}
/* .client-status{
    width: 100%;
    border: 0.5px solid #283a5e;
    padding: 0px 10px 0px 10px;
    border-radius: 5px;
} */
.client-status:focus-visible{
  outline: none;
}
.dashboarddata{
    background-color: #fff;
}
.select2-container--default .select2-selection--single{
    height: 37px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:4px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px !important;
    text-transform: capitalize;
}
.select2-container--default .select2-results__option--selected {
    background-color: #283a5e !important;
    color: #fff !important;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover{
    background-color: var(--vz-topbar-user-bg) !important;
    color: #283a5e !important;
}
.select-style .select2-container--default .select2-selection--single {
    background-color: #f4f4f4;
    border: none;
    border-radius: 4px;
}
.viewbtn{
    color: #395486;
    width: 27px;
    height: 27px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    display: flex;
    font-size: 13px;
    transition: 0.1s ease-in;
}
/* show page */
.card-container{
    height: 100%;
}
.profile-img-container{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;
    border: none;
}
.pro-img{
    height: 100px;
    width: 100px;
    object-fit: cover;
    position: absolute;
    bottom: 50%;
}
.avatar-lg{
    height: 7rem;
}
/* Boiler page */
.radio-text{
    position: absolute;
    left: 45px;
}
.progress-nav .nav .nav-link {
    width: 1.5rem !important;
    height: 1.5rem !important;
}
/* insp page */
.wizardradio:hover{
   background-color: #fff !important;
}
.text-muted {
    word-break: break-word;
}
.card-container {
    padding: 12px !important;
}
.wizardradio{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 8px;
    padding-right: 8px;
    z-index: 99;
    background-color: #fff;
}
.progress-nav .progress{
    background-color: #878A99;
}
.wizardradio-number{
    background-color: #f3f6f9;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    border-radius: 24px;
    justify-content: center;
}
.progress-nav .nav .nav-link{
    width: 100% !important;
    background-color: transparent;
    flex-direction: row;
}
.progress-nav .nav .nav-link.active .wizardradio-number{
    background-color: #283a5e;
    color: #fff ;
    font-weight: 600;
 }
.progress-nav .nav .nav-link.active{
   color: #324974;
   background-color: transparent;
   font-weight: 600;
}
.btn-color{
    background-color: #ccd3e3 !important;
}
.submit-btn-color{
    background-color: #283a5e !important;
    color: #fff !important;
}
.detailespage{
    background-color: #f9f9f9 !important;
}
.acknowledgebox{
    box-shadow: none !important;
}
.textareaabox{
    resize: none;
    margin-top: 5px;
}
.card-header{
    border-bottom:0px;
    padding: 0px;
}
.card-title{
    color: #000000 !important;
    font-weight: 600 !important;
}
.form-group label {
    color: #212529 !important;
}
.addsection{
    background-color:#F3F6F9 !important;
    border: 0.5 px solid #212529 !important;
}
.roleiconmodal{
    height: 30px;
}
.profile-timeline .accordion-item:last-child::before {
    top: 8px !important;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin-bottom: 12px !important;
}
table.table-bordered.dataTable thead tr:last-child th {
    width: auto !important;
}
.select2-results__option {
    padding: 4px !important;
}
table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}
li.actionbtn .dtr-data{
    display: flex;
}
.qrmodalbox{
    border: 1px solid  var(--vz-topbar-user-bg);
    border-radius: 20px;
    /* padding-top: 20px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}
.qr-heading{
    text-align: center;
    color: #283a5e;
}
.amc-id{
    text-align: center;
    color: #283a5e;
    font-size: 12px;
}
.qrcode-conainer{
    height: 350px;
    overflow: auto;
    gap: 21px;
    justify-content: center;
}
.downloadbtn{
    background-color:#283a5e;
    color: #fff;
    width: 33%;
    border-radius: 20px;
}
.downloadbtn:hover{
    border:1px solid #283a5e;
    color: #283a5e;
    background-color: transparent;;
}
.notificationbox{
    background-color:#283a5e;
}
.nitfication-all-clearbtn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    background-color: var(--vz-dropdown-link-hover-bg);
    border-radius: 5px;
}
.notification-massage-bx{
    overflow: auto;
    height: 250px;
    gap: 7px;
}
.notification-read {
    background-color: #fff !important;
    padding: 10px;
}
.notification-unread{
    background-color: var(--vz-dropdown-link-hover-bg) !important;
    padding: 10px;
    margin-top: 10px;
}
.nav-tabs-custom .nav-item .nav-link.active{
    color: #283a5e;
}
.dropdown-head .nav-tabs-custom .nav-link:hover {
    color: #283a5e;
}
.dataTables_length{
    display: none;
}
.required::after {
    content: ' *';
    color: red;
}
.close-notifaction-btn{
    background-color: #adadad;
    border-radius: 15px;
    padding: 7px;
    color: #fff;
    font-size: 12px;
    height: 22px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.side-Addbtn{
    display: flex;
    gap:10px;
    justify-content: end;
    flex-wrap: wrap;
}
.card-textarea{
    width: 100%;
    height: 80px;
    background-color: #f4f4f4;
    border: none !important;
    padding: 10px;
    resize: none;
    border-radius: 5px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    -webkit-appearance: none;
    border-radius: 0 !important;
    }
.card-textarea:focus{
    outline: 0.5px solid #a8aaac !important;
}
.show-data{
    background-color: #283a5e;
    color: #ffffff;
    border: 1px solid #283a5e;
}
.show-data:hover{
    background-color: #ffffff;
    border: 1px solid #283a5e;
    color: #283a5e;
}
.flatpickr-input[readonly]{
    background-color: #f4f4f4;
}
.modal{
    z-index: 99999999999  !important;
}
.activebutton{
    width: 100%;
}
.listpagedropdown.select-style .select2-container--default .select2-selection--single{
    background-color: #fff !important;
    border: 1px solid #aaa;
}
.dashboard-search{
    background-color: #fff !important;
    border: 1px solid #aaa;
    padding: 0.4rem 0.9rem; ;
}
.listpagedropdown .flatpickr-input[readonly]{
    background-color: #fff !important;
    border: 1px solid #aaa;
    height: 36px;
}
.multiple_emsil_btn{
    display: flex;
    align-items: end;
}
.reportBtn span{
    display: inline-block;
}
.breadcrumbtext{
    color: #000000;
}
.breadcrumbheading{
    color: rgba(0, 0, 0, 0.5);
}
.flatpickr-weekdays{
    background-color: #283a5e !important;
}
.flatpickr-weekdays span{
    color: #fff !important;
}
.flatpickr-months{
    background-color: #283a5e !important;
}
.flatpickr-current-month {
    color: #fff !important;
}
.flatpickr-months .flatpickr-next-month svg {
    color: #fff !important;
}
.flatpickr-day.today{
    background-color: #283a5e !important;
    color: #fff !important;
    border-color: #283a5e;
}
.flatpickr-day.today:hover{
    border-color: #283a5e !important;
}
.flatpickr-day.selected, .flatpickr-day.startRange{
    background-color: #e3e3e3 !important;
    color: #000 !important;
    border-color: #f4f4f4 !important;
}
.dayContainer{
    padding: 3px 0px !important;
}
.flatpickr-day.endRange:hover{
    background-color: #e3e3e3 !important;
    color: #000 !important;
    border-color:#e3e3e3 !important
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)){
    -webkit-box-shadow: -10px 0 0 #283a5e !important;
    box-shadow: -10px 0 0 #283a5e;
}
.flatpickr-day.endRange{
    background-color: #e3e3e3 !important;
    color: #000 !important;
    border-color: #f4f4f4 !important;
}
span.flatpickr-weekday{
    background: unset !important;
}
.flatpickr-calendar.arrowTop::after {
    border-bottom-color: #283a5e !important;
}
.checkboxaliment{
    width: 40px !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control{
    padding-left: 10px !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before{
    left: 35px !important;
    top: 52% !important;
    padding: 1px !important;
}
.error-message-select{
    display: block;
    margin-top: 35px;
    position: absolute;
}

.role-icon{
    display: none;
}
.view-role-icon{
    display: none;
    opacity: 0.5;
}
.sceduleamc-number{
    display: flex;
    align-items: center;
}
.checkboxaliment-role{
    display: flex;
    flex-wrap: wrap;
}
.allcheckbox{
    width: 160px !important;
}
.select2-container--default .select2-selection--multiple{
    background-color: #f4f4f4 !important;
    border: none !important;
    padding: 7px !important;
}
.accordind-height::before{
    top: -16px !important;
}
table.dataTable>tbody>tr.child span.dtr-title{
    min-width: 125px !important;
}
.inspaction-searchbox{
    width: 100%;
    height: 36px;
    padding-left: 35px;
    border: 1px solid #8c8282;
    border-radius: 5px;
}
.select2-results__option--selectable{
    font-size: 11px;
    text-transform: capitalize;
 }
 .role-view-page{
    padding: 15px !important;
}
.role-modal{
    padding: 15px !important;
}
.checkboxdata.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before{
    left: 0px !important;
}
.checkboxdata.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control{
    padding-left: 30px !important;
}
.checkboxdata.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before{
        left: 5px !important;
}
.signature-input{
    width: auto !important;
}
.signature-label{
    font-weight: 600;
    color: #494848;
}
.value-input-text  .select2-container--default .select2-selection--single{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background-color: #e1e1e1;
}
.value-input-text-inspection .select2-container--default .select2-selection--single{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background-color: #e1e1e1;
}
.value-input .select2-container--default .select2-selection--single{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background-color: #e1e1e1;
}
.select-input{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 1px solid #c5c8cb;
}
.comment-input-text{
    padding: 10px 0px 0px 0px;
}
.file-upload {
    position: relative;
    width: 50%;
    height: 70px;
    justify-content: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #f4f4f4;
    color: #212529;
  }
  .file-input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
  }
  .upload-image-container{
    display: flex;
    gap:10px;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .after-service-upload-image-container{
    display: flex;
    gap:10px;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .file-name{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 110px;
  }
  .remove-text{
    cursor: pointer;
    display: flex;
    border: 1px solid #DDE1EC;
    align-items: center;
    padding: 5px;
    width: 88px;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    flex-direction: row-reverse;
    border-radius: 25px;
  }
  .remove-text:hover{
    color:  rgb(219, 8, 8);
    border: 1px solid  rgb(219, 8, 8);
  }
  .image-container{
    gap: 5px;
    display: flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    border: 1px solid #DDE1EC;
    padding: 8px;
  }
  .delete-icon{
    cursor: pointer;
  }
  .value-text{
    white-space: nowrap;
  }
  .addrow-icon{
    /* position: absolute;
    right: 0;
    top: 34px; */
    display: flex;
    font-size: 8px;
    align-items: center;
    /* margin-left: auto;
    margin-right: 14px; */
  }
  .addrow-icon::before{
    background-color: #283a5e;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
  }
  .addrow-icon:hover::before {
    background-color: #1e2431;
  }
  .row-delete-icon{
    position: absolute;
    right: -5px;
    width: 30px;
    margin-top: -15px;
  }
  .row-delete-icon::before{
    border-radius: 20px;
    color: white;
    padding: 4px 6px;
    background: #ea0d41;
    cursor: pointer;
  }
  .row-delete-icon:hover::before {
    background-color: #8f0525;
}
  .text-editorbox{
    padding-right: 0px;
  }
  .text-area-input textarea{
    min-height: calc(19px + 1rem + calc(var(--vz-border-width) * 2));
  }
  .inspectionbtn{
    flex-wrap: wrap;
  }
  .calorifierbtn{
    flex-wrap: wrap;
  }
  .accessoriesbtn{
    flex-wrap: wrap;
  }
  .item-box{
    padding: 0px 25px;
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
  .item-heading{
    display: flex;
    gap: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin: 8px 0px 15px 3px;
  }
  .container-content{
    border: 1px solid #efefef;
    border-radius: 4px;
    padding: 10px 0px;
    position: relative;
  }

  .signature-heading{
    display: flex;
    gap: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin: 0px 0px 0px 0px;
  }
  .signature-box{
    margin-bottom: 14px;
  }
  /* Calorifier */
  /* .form-box-over label {
    width: 100%;
    overflow: hidden;
    margin-bottom: -1px;
    white-space: nowrap;
    text-overflow: ellipsis;
} */
.des-text-box textarea{
    height: 39px;
}
.lpo_unit_lpo .select2-container--default .select2-selection--single{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background-color: #e1e1e1;
}
.lpo_unit_lpo .select2-container .select2-selection--single .select2-selection__rendered{
    width: 60px !important;
}
.addmultipal_item{
    position: absolute;
    right: 17px;
    width: 23px;
    height: 23px;
    margin-top: -20px;
    border-radius: 20px;
    color: white;
    padding: 3px 3px;
    background: #283a5e;
    cursor: pointer;
}
.select_overlap{
    position: absolute;
    right: 13px;
}
.ql-link, .ql-clean{
    display: none !important;
}
.delete-input-btn {
    display: none;
    position: absolute;
    right: 0px;
    width: 12px;
    top: -7px;
}
.delete-location-btn {
    display: none;
    position: absolute;
    right: 0px;
    width: 12px;
    top: -7px;
}
.item-delete-icon{
    border-radius: 20px;
    color: white;
    padding: 4px 6px;
    background: #ea0d41;
    cursor: pointer;
    font-size: 11px;
}
.delete-location{
    border-radius: 20px;
    color: white;
    padding: 4px 6px;
    background: #ea0d41;
    cursor: pointer;
    font-size: 11px;
}

.create-delete-input-btn {
    display: none;
}
.create-delete-location-btn {
    display: none;
    /* position: absolute;
    right: 0px;
    width: 12px;
    top: -7px; */
}
.add_delete{
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: self-start;
}
.create-item-delete-icon{
    border-radius: 4px;
    color: white;
    padding: 5px 8px;
    background: #ea0d41;
    cursor: pointer;
    border: none;
    font-size: 13px;
}
.create-item-delete-icon .delet_icon{
    margin-left: 3px;
    font-size: 12px;
}
.create-delete-location{
    border-radius: 4px;
    color: white;
    padding: 5px 8px;
    background: #ea0d41;
    cursor: pointer;
    border: none;
    font-size: 13px;
}
.create-delete-location .delet_icon{
    margin-left: 3px;
    font-size: 12px;
}
.localbox{
    border: 1px solid #efefef;
    border-radius: 4px;
    padding: 15px;
    margin:15px 0px 0px 0px;
    position: relative;
}
.localbox2{
    border: 1px solid #efefef;
    border-radius: 4px;
    padding: 12px 2px;
    margin: 8px 0px 0px 0px;
    position: relative;
    width: 100%;
}
.duplicate-btn{
    margin-top: 2px;
}
.item_delete_box{
    display: flex;
    justify-content: end;
    gap: 5px;
    margin-top: 5px;
}
.fs-12{
    font-size: 11px;
}
.delete-box{
    display: flex;
    justify-content: space-between;
}
.addrow-icon-btn{
    background-color: #283a5e;
    color: #fff;
    padding: 5px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    border: none;
    gap: 3px;
    justify-content: center;
    align-items: center;
}
.add-icon-btn{
    background-color: #283a5e;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    position: absolute;
    right: 40px;
    top: 64px;
    z-index: 1;
}
.box2 {
    position: relative;
    width: 60%;
}
.box2 .add-icon-btn{
    position: absolute;
    top: -37px;
    right: 5px;
}
.add-icon-btn i{
    font-size: 11px;
    margin-left: 3px;
}
.addrow-icon-btn i{
    font-size: 11px;
}
.addbox{
    background-color: #283a5e;
    color: #fff;
    padding: 5px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    gap: 3px;
    justify-content: center;
    align-items: center;
}
.addbox i{
    font-size: 11px;
}
.calorify_report_btns{
   margin-bottom: 1rem !important;
}
.text-wrap-error .showerror{
    white-space: normal;
    width: 265px;
    display: inline-block;
}
.temperature-text-wrap-error .showerror{
    white-space: normal;
    width: 215px;
    display: inline-block;
}
#inspection-checklist-table {
    border-collapse: collapse;
    width: 100%;
}
#selectedTable{
    border-collapse: collapse;
    width: 100%;
}

#inspection-checklist-table th,
#inspection-checklist-table td {
    border: 1px solid #e9ebec;
    padding: 8px;
    font-size: 11px;
    vertical-align: top;
}
#selectedTable th,
#selectedTable td {
    border: 1px solid #e9ebec;
    padding: 8px;
    font-size: 10.5px;
    vertical-align: top;
}
/* select box */
.input-group-append {
    position: absolute;
    left: 0;
    top: 0px;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #646a70;
    width:120px;
}
.mobile_input_number .form-control {
    padding-left: 125px !important;
}
.input-group-append .select2-container--default .select2-selection--single{
    background-color: #f4f4f4;
    border: 0px solid #aaa;
    border-radius: 4px;
}
.input-group-append .select2-container .select2-selection--single .select2-selection__rendered{
   text-align: center;
   font-size: 12px;
}
.input-group-append .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 5px;
}
#customReasonContainer {
    display: none;
}
#complaintList {
    padding-left: 0px;
    list-style: none
}
#complaintList li {
    cursor: pointer;
    margin: 5px 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap:10px;
    padding: 7px 15px;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    border-radius: 4px;
    transition: background-color 0.3s, border-color 0.3s;
}
#complaintList li .reason-checkbox{
    cursor: pointer;
}
.custom-reason{
    width: fit-content;
    border: 1px solid #ddd;
    padding: 2px 10px;
    border-radius: 4px;
    display: inline-block;
    margin: 2px 0px;
    word-break: break-word;
}
#complaintList li.selected {
    background-color: #e0e0e0;
    border-color: #bbb;
}
#complaintList li:hover {
    background-color: #f0f0f0;
}
.complain_text_area{
    overflow: hidden;
    resize: none;
    min-height: 83px ;
}
#complaint_reason_display{
    min-height: 83px ;
}
.remove-custom-reason {
    color: red;
    cursor: pointer;
    margin-right: 8px;
    transition: color 0.3s, transform 0.3s;
}
.remove-custom-reason:hover {
    color: darkred;
    transform: scale(1.2); /* Slightly enlarge icon on hover */
}
.start_recording_audio{
    font-size: 12px;
    padding: 5px 15px;
    color: #687cfe;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: fit-content;
    margin: 0;
}
.stop_recording_audio{
    font-size: 12px;
    padding: 5px 15px;
    color: #f7666e;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: fit-content;
    margin: 0;
}
.play_recording_audio{
    font-size: 12px;
    padding: 5px 15px;
    color: #3cd188;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: fit-content;
    margin: 0;
}
.audio_error{
    color: red;
}
.btn-custom-add {
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
    padding: 3px 10px;
    border-radius: 4px;
}

.btn-custom-add:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: #fff;
}

.btn-custom-remove {
    background-color: #dc3545;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    border: 1px solid #dc3545;
}

.btn-custom-remove:hover {
    background-color: #c82333;
    border-color: #c82333;
    color: #fff;
}
.btn-custom-remove:disabled{
    background-color: #e0e0e0;
    border-color: #ced4da;
}
@media (min-width: 320px) and (max-width: 766px){
    .radio_btn {  
          font-size: 0.7rem;
    }
    /* Audio css */
    .app-audio .audio-controls {
        display : inline !important;
        /* align-items: center; */
        /* justify-content: center; */
      }
      .app-audio  .audio-controls button {
        margin: 10px 5px !important;
      }
      #audio-playback{
        width: 100% !important;
      }
      #recordedAudio{
        width: 175px !important;
      }
    .login-card{
        width: auto;
    }
    #drawer {
        width: 50px;
        height: 100vh;
        background-color: white;
        transition: transform 0.3s ease;
        transform: translateX(-100%);
        position: fixed;
        top: 0;
        left: 0;
        margin-left: 50px;
    }
    #drawer.open {
        transform: translateX(-250px);
    }
    #content {
        flex-grow: 1;
        transition: margin-left 0.3s ease;
        margin-left: 50px;
    }
    .mobile-res{
        overflow: scroll;
    }
    #reviewReportModal .mobile-res table tbody tr th,
    #reviewReportModal .mobile-res table tbody tr td{
        white-space: nowrap;
    }
    #content.open {
        margin-left: 0px;
    }
    .sidebar-menu-text{
        font-size: 6px;
        margin-left: 0px;
        text-align: center;
        margin-top: 3px;
    }
    .logo-img{
        height: 20px;
        display: none;
    }
    .logo-img-small{
        height: 20px;
        display: block;
    }
    .menu-title span{
        display: none;
    }
    .sidebar-item{
        display:  flex;
        margin-top: 15px;
        justify-content: center;
    }
    .nav-item{
        padding-left: 0px;
    }
    .nav-link{
        flex-direction: column;
    }
    .side-content{
        flex-direction: column;
        margin-bottom: 12px;
        margin-top: 12px;
        gap: 10px;
    }
    .container{
        overflow: scroll;
    }
    .dropdown-item{
        justify-content:start;
    }
    .searchbox{
        width: 99.5%;
        margin-bottom: 10px !important;
    }
    .inspaction-searchbox{
        width: 99.5%;
    }
    .clear-btn{
        width: 100%;
        font-size: 12px;
    }
    .clear-btn:hover{
        border: 1px solid #c11c43;
        color: #ffffff;
        background-color: #df2c2c;
    }
    .dropdown-btn{
        width: 50%;
    }
    .add-btn{
        font-size: 12px;
        width: 100%;
    }
    .table-heading{
        width: 150px;
    }
    .custom-nav{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .progress{
        display: none;
    }
    .card-container {
        padding: 10px 0px !important;
    }
    .inspectionbtn{
        flex-direction: column !important;
    }
    .calorifierbtn{
        flex-direction: column !important;
    }
    .accessoriesbtn{
        flex-direction: column !important;
    }
    .roleadminicon{
        flex-direction: column;
    }
    table.dataTable>tbody>tr.child ul.dtr-details{
        width: 100%;
    }
    .tableerror{
        overflow: scroll;
    }
    .status-btn{
        flex-direction: column !important;
        height: auto;
        margin-top: 10px;
    }
    .activeconatiner{
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .pro-img{
        bottom: 0%;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control{
        padding-left: 10px !important;
    }
    .tooltip.show{
        z-index: 99  !important;
    }
    .side-Addbtn{
        margin-top: 10px;
        justify-content: start;
    }
    .calorifier_report_breadcrum{
        flex-direction: column ;
    }
    .error-message-select{
        display: block;
        margin-top: 34px;
        position: absolute;
    }
    .addrow-icon{
        top:-2px;
    }
    .role-label{
        display: none;
    }
    .role-icon{
        display: block;
    }
    .view-role-icon{
        display: block;
    }
    .checkboxaliment-role{
        display: flex;
        font-size: 10px;
        justify-content: space-between;
    }
    .checkboxwidth-role{
           width: 100px !important;
           display: flex;
           gap: 5px;
           align-items: center
    }
    .checkboxwidth-role-view{
        width: 89px !important;
        display:flex;
        align-items: center;
        gap: 5px;
        font-size: 10px !important;
    }
    .checkboxdata-role{
           display: flex;
           align-items: center;
           gap: 6px;
           font-size: 10px;
    }
    .checkboxdata-role-view{
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 10px;
    }
    .checkboxdata.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control{
        padding-left: 22px !important;
    }
    .checkboxdata.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before{
        left: 0px !important;
    }
    .sparesaliment{
        flex-direction: column;
    }
    .cardaliment{
        padding: 15px !important;
    }
    .schedule-side-content{
       flex-direction: column !important;
       margin-bottom: 12px;
     }
     table.dataTable>tbody>tr.child span.dtr-title{
        min-width: 100px !important;
    }
    .report-page .table-heading{
        margin-left: 20px !important;
    }
    .role-modal {
        padding: 0px !important;
    }
    .dashboardTable-mobile{
        overflow: auto;
    }
    .file-upload {
        width: 100%;
    }
    .upload-image-container{
        justify-content: center;
    }
    .image-container {
        flex-direction: column;
        justify-content: center;
        overflow: scroll;
    }
    .value-input .select2-container--default .select2-selection--single{
            margin-top: 6px;
    }
    .value-input .select2-container--default .select2-selection--single .select2-selection__arrow {
        top:10px !important;
    }
    .value-input-text-inspection .select2-container--default .select2-selection--single{
            margin-top: 6px;
    }
    .value-input-text-inspection .select2-container--default .select2-selection--single .select2-selection__arrow {
            top:10px !important;
     }
     /* .text-area-box{
        padding-right: 0px;
    } */
    .signature-input {
        width: 100% !important;
    }
    #DataTables_Table_0_paginate > ul > li > a{
        font-size:10px;
        padding: 6px 10px;
    }
    #DataTables_Table_0_info{
        font-size: 12px;
    }
    .sidebar-icon{
        width: unset;
    }
    .select-lable-empty{
        overflow: unset !important;
    }
    .input-container{
        width: 100%;
    }
    .navbar-header .dropdown .dropdown-menu {
        width: 95%;
    }
    .navbar-header .topbar-head-dropdown .dropdown-menu.show {
        left: 9px !important;
    }
    .topbar-user .dropdown-menu {
        left: 9px !important;
    }
    .delete-box{
        flex-direction: column;
        margin-bottom: 20px;
    }
    .add_delete{
        justify-content: end;
        margin-top: 10px;
    }
    .add-icon-btn {
        padding: 2px 8px;
        font-size: 11px;
        right: 30px;
        top: 58px;
        border:none;
    }
    .create-item-delete-icon{
        font-size: 12px;
        padding: 3px 4px;
    }
    .box2{
        width: 100%;
    }
    .box2 .add-icon-btn {
        position: absolute;
        top: -28px;
        right: 1px;
    }
    .addrow-icon-btn {
        padding: 2px 8px;
        font-size: 12px;
    }
    .create-delete-location{
        padding: 2px 8px;
        font-size: 12px;
    }
    .pdf_img_box{
        justify-content: center !important;
    }
    .lpo_button_email{
        /*padding: 10.4px !important;*/
    }
    /* dropdown arrow */
    .arrow_btn{
        width: unset !important;
        padding-right: 0px !important;
    }
    #sidebarApps ul li a {
        color: #000;
        font-size: 6px !important;
        padding: 2px 0px;
        text-align: center;
    }
    .sub_menu{
        padding: 3px;
    }
    .sub_menu .nav-link{
      flex-direction: column;
      padding-left:0px !important ;
     }
     .sub-sm-auto{
        margin: 0px auto;
     }
    .tableEnd{
        width: calc(100% - 100px) !important;
    }
    .text-black{
        text-align: start;
        font-size: 16px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }
    .nav-item .submenu_item::before,
    .nav-item .submenu_item::after {
        display: none !important;
    }
    .submenu_item{
        padding-left: 0px !important;
    }
    .nav-item .sub-menu-dropdown {
        margin-left: 0px !important;
    }
    .estimation_btns{
        padding: 7px 20px !important;
    }
    .addmultipal_item{
        top:10px !important;
    }
    .role-view-page{
        padding: 8px !important;
    }
    .ver_line_ho .accordion-item:nth-last-child(1)::before{
        height: 50% !important;
    }
    .image_size {
     width: 100% !important;
    }
    .performance-allPermissions .checkboxaliment-role .checkboxdata-role-view,
    .performance-allPermissions .checkboxaliment-role .checkboxdata-role{
        padding-right: 80px;
    }

}
    @media(max-width: 768px){
   .tableerror{
    overflow: scroll;
    }

    .sparesaliment{
    flex-direction: column;
    }
    .progress-nav .progress{
    display: none !important;
    }
   .progress-nav .nav{
    gap:10px;
    }
    .checkboxdata.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control{
    padding-left: 30px !important;
    }
    .checkboxdata.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before{
    left: 5px !important;
    }
    .text-wrap-error .showerror{
        width: 100%;
    }
    .temperature-text-wrap-error .showerror{
        width: 100%;
    }
    .box-aliment .select2-container .select2-selection--single .select2-selection__rendered{
        padding-right: 28px;
        width: 60px;
    }
}
@media(max-width: 360px){
    .checkboxwidth-role{
        width: 93px !important;
    }
    .allcheckbox{
        width: 150px !important;
    }
    .FormInputs{
        padding-left: 5px !important;
    }
    .checkboxdata.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before {
        left: 5px !important;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control{
        padding-left: 22px !important;
    }
    .form-check-input[type=checkbox]{
        margin-left: -11px;
    }
    .checkboxdata.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control{
        padding-left: 30px !important;
    }
    .role-view-page{
        padding: 0px !important;
    }
    .checkboxwidth-role-view{
        width: 190px !important;
    }
    .role-modal {
        padding: 15px !important;
    }
    .value-input .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 22px;
    }
    .value-input-text-inspection .select2-container--default .select2-selection--single{
        margin-top: 6px;
    }
    .value-input-text-inspection .select2-container--default .select2-selection--single .select2-selection__arrow {
        top:10px !important;
    }
    .performance-allPermissions .checkboxaliment-role .checkboxdata-role-view, .performance-allPermissions .checkboxaliment-role .checkboxdata-role {
        padding-right: 90px;
    }
    }
    @media(max-width: 375px){
        .text_overflow_mobile .select2-selection__rendered{
            width: 70px !important;
        }
    }
    @media only screen  and (min-device-width: 360px)  and (max-device-width: 944px)and (orientation: landscape){
        .checkboxaliment-role{
            font-size: 11px;
        }
        #DataTables_Table_0_paginate > ul > li > a{
            font-size:10px;
            padding: 6px 10px;
        }

        #DataTables_Table_0_info{
            font-size: 12px;
        }
        .mobile-res{
            overflow: scroll;
        }
        .signature-input {
            width: 100% !important;
        }
        /* .text-area-box{
            padding-right: 0px;
        } */
        .dashboardTable-mobile{
            overflow: auto;
        }
        .value-input .select2-container--default .select2-selection--single .select2-selection__arrow{
            height: 22px;
        }
        .inspectionbtn{
            flex-direction: column !important;
        }
        .calorifierbtn{
            flex-direction: column !important;
        }
        .accessoriesbtn{
            flex-direction: column !important;
        }
        .signature-rows{
            width: auto;
        }
        .text-wrap-error .showerror{
            width: 100%;
        }
        .temperature-text-wrap-error .showerror{
            width: 100%;
        }
        .box-aliment .select2-container .select2-selection--single .select2-selection__rendered{
            width: auto;
        }
    }
    @media(max-width: 320px){
        .checkboxwidth-role{
            width: 193px !important;
            font-size: 10px !important;
        }
        .kbw-signature{
            width: 174px !important;
            height: 174px !important;
        }
        .FormInputs{
            padding-left: 5px !important;
        }
       #DataTables_Table_0_paginate > ul > li > a{
            font-size:10px;
            padding: 6px 8px;
        }
        #DataTables_Table_0_info{
            font-size: 12px;
        }
        table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control{
            padding-left: 34px !important;
        }
        table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before{
            left: 5px !important;
        }
        table.dataTable>tbody>tr.child span.dtr-title{
            min-width: 168px !important;
        }
        .table-heading{
            margin-left: 20px !important;
        }
        .form-check-input[type=checkbox]{
            margin-left: 0px !important;
        }
        .role-view-page{
            padding: 0px !important;
        }
        .checkboxwidth-role-view{
            width: 140px !important;
            padding: 3px;
        }
        .checkboxdata-role-view{
            padding: 3px;
        }
        .mobile-res{
            overflow: scroll;
        }
        .role-modal {
            padding: 15px !important;
        }
        .dashboardTable-mobile{
            overflow: auto;
        }
        .value-input .select2-container--default .select2-selection--single .select2-selection__rendered{
                margin-top: 6px;
        }
        .value-input .select2-container--default .select2-selection--single .select2-selection__arrow{
            height: 22px;
        }
        .value-input-text-inspection .select2-container--default .select2-selection--single{
            margin-top: 6px;
        }
        .value-input-text-inspection .select2-container--default .select2-selection--single .select2-selection__arrow {
            top:10px !important;
        }
        .text-area-box{
            padding-right: 0px;
        }
        .value-text{
            width: 100px !important;
         }
         .tableEnd {
            width: calc(100% - 88px) !important;
            padding: 0px 5px;
        }
        .estimation_btns{
            padding: 7px 15px !important;
        }
        }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
            .select-data-mobile {
                width: 100% !important;
            }
            .text-area-box{
                padding-right: 0px;
            }
        }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)and (orientation: portrait) {
    /* .inspectionbtn{
        flex-direction: column !important;
    } */
    .signature-input {
        width: 190px !important;
    }
    .progress-nav .progress{
        display: none !important;
    }
    .kbw-signature{
        width: 190px !important;
        height: 190px !important;
    }
    .checkboxdata.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before{
        left: 4px !important;
        top: 25px !important;
    }
    .allcheckbox{
        width: 150px !important;
    }
    .addrow-icon{
        top:-2px;
    }
    .searchbox-container{
        padding-right: 0px !important;
    }
    .login-card {
        width: 45% !important;
    }
    .role-label{
        display: none;
    }
    .checkboxwidth-role{
        width: 100px !important;
    }
    .checkboxaliment-role{
        flex-wrap: unset !important;
    }
    .role-icon{
        display: block;
    }
    .view-role-icon{
        display: block;
    }
    .checkboxdata-role{
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 12px;
    }
    .role-view-page{
    padding: 0px !important;
    }
    .schedule-side-content{
        width: 100% !important;
        flex-direction: column;
        margin-bottom: 12px;
     }
     table.dataTable>tbody>tr.child span.dtr-title{
        min-width: 152px !important;
    }
     .select2-results__option--selectable{
        font-size: 10px;
     }
    div.dataTables_wrapper div.dataTables_paginate {
        justify-content: flex-end !important;
        display: flex;
    }
    .clear-btn:hover{
        border: 1px solid #c11c43;
        color: #ffffff;
        background-color: #df2c2c;
    }
    .value-input .select2-container--default .select2-selection--single .select2-selection__rendered{
        margin-top: 0px;
    }
    .value-input .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 22px;
    }

    .value-input-text-inspection .select2-container--default .select2-selection--single .select2-selection__rendered{
        margin-top: 0px;
    }
    .text-wrap-error .showerror{
        width: 100%;
    }
    .temperature-text-wrap-error .showerror{
        width: 100%;
    }
    /* .text-area-input textarea {
        height: 262px;
    } */
    #DataTables_Table_0_wrapper > div:nth-child(3) > div.col-sm-12.col-md-5{
        width: 100%;
      }
      #DataTables_Table_0_wrapper > div:nth-child(3) > div.col-sm-12.col-md-7{
        width: 100%;
      }
      .review-report-modal{
        --vz-modal-width:90% !important ;
      }
      .oty-lable .select2-container--default .select2-selection--single .select2-selection__rendered{
        padding-right: 0px !important;
        width: 38px;
      }
      .input-container{
        width: 100%;
    }
     .lpo_button_email{
        /*padding: 10.5px !important;*/
    }
    .schedule-side-content .select2-container--default .select2-selection--single .select2-selection__rendered{
        width: 92px !important;
    }
    .calorifier_report_breadcrum{
        flex-direction: column ;
    }
    .calorifier_report_breadcrum h6{
        text-align: right;
    }
    .borber_aliment{
        margin-bottom: -1px !important;
    }
    .action_ipad_btn{
        flex-wrap: wrap;
    }
    .action_ipad_btn .multi-action-button{
        margin-left: auto;
    }
}
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)and (orientation: landscape) {
    .side-content{
        flex-direction: column;
        margin-bottom: 12px;
        gap: 12px;
        width: 100%;
    }
    .searchbox-container{
        width: 66% !important;
        padding-right: 0px !important;
    }
    .searchbox{
        width: 100% !important;
    }
    .schedule-side-content{
        width: 100% !important;
        flex-direction: column;
        margin-bottom: 12px;
        gap: 15px;
     }
    .multi-action-main-box{
        width: 100%;
        display: flex;
        justify-content: end;
    }
    .login-card {
        width: 45% !important;
    }
    div.dataTables_wrapper div.dataTables_paginate {
        justify-content: flex-end !important;
        display: flex;
    }
    .rolecheckbox{
        margin-left: 0px !important;
    }
    .clear-btn:hover{
        border: 1px solid #c11c43;
        color: #ffffff;
        background-color: #df2c2c;
    }
    .allcheckbox {
        width: 116px !important;
    }
    .dropdownaliment{
        width: 15% !important;
    }
    .value-input .select2-container--default .select2-selection--single .select2-selection__rendered{
        margin-top: 0px;
    }
    .value-input-text-inspection .select2-container--default .select2-selection--single .select2-selection__rendered{
        margin-top: 0px;
    }
    .signature-rows{
        width: auto;
    }
    .input-container{
        width: 100%;
    }
    /* .inspectionbtn{
        flex-direction: column !important;
    } */
    /* .text-area-input textarea {
        height: 214px;
    } */
    .lpo_button_email{
        /*padding: 10.5px !important;*/
    }
    .schedule-side-content .select2-container--default .select2-selection--single .select2-selection__rendered{
        width: 155px !important;
    }
    .calorifier_report_breadcrum{
        flex-direction: column ;
    }
    .calorifier_report_breadcrum h6{
        text-align: right;
    }
    .text-wrap-error .showerror{
        width: 100%;
    }
    .temperature-text-wrap-error .showerror{
        width: 100%;
    }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
    .side-content{
        flex-direction: column;
        margin-bottom: 12px;
    }
    .schedule-side-content{
       width: 100% !important;
    }
    .multi-action-main-box{
        width: 100%;
        display: flex;
        justify-content: end;
    }
    /* .text-area-input textarea {
        height: 214px;
    } */
    .allcheckbox {
        width: 118px !important;
    }
    .dropdownaliment{
      padding: 0 !important;
    }
    .search-box{
        width: 50%;
    }
    .text-wrap-error .showerror{
        white-space: normal !important;
        width: 100%;
    }
    .temperature-text-wrap-error .showerror{
        width: 100%;
    }
    .air_conditioner_view {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .ver_line_ho .accordion-item:nth-last-child(1)::before,
    .ver_line_ho .accordion-item:nth-last-child(2)::before{
        height: 50% !important;
    }
  }
/* Hide the up and down arrows in number input fields */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; /* Remove margin */
}
input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}
.editbtn-disabled{
   color: #94a0b9 ;
   cursor: default;
}
.form-control:disabled{
    background-color: #f4f4f4;
}
.dis_able .select-style .select2-container--default .select2-selection--single, 
.dis_able .form-control, .dis_able .file-input-not-disable, .dis_able .file_upload_img,  .dis_able .card-textarea {
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #e7e4e4 !important;
}

.dis_able .select2-container--default.select2-container--disabled .select2-selection--single,
.dis_able .form-control:disabled, .dis_able .file-input-disable , .dis_able .card-textarea:disabled, .dis_able .input_file_images_cur:disabled{
    background-color: #f4f4f4;
    border: 0px solid #e7e4e4;
    cursor: default;
}
.dis_able .comment_text:disabled {
  resize: none;
}
.password_error {
    color: #f7666e;
}
.select2-selection__choice__display{
    background-color: #283a5e;
    height: 20px;
    display: block;
    margin-left: -2px;
}
.camera-btn{
    color: #395486;
    cursor: pointer;
    padding: 3px;
}
.client_text_black{
    color: #000;
}
/* Signature */
.signuture-text-box .kbw-signature {
	display: inline-block;
	border: 1px solid #a0a0a0;
	-ms-touch-action: none;
}
.signuture-text-box .kbw-signature-disabled {
        opacity: 0.35;
}
.signuture-text-box .kbw-signature { width: 200px; height: 200px;}
.signuture-text-box .inspector-signature canvas, .customer-signature canvas{
        /* width: 200 px!important; */
        height: auto;
}
table.table-bordered.dataTable td:first-child{
    padding-left: 10px !important;
}
.preformance_list_data table.table-bordered.dataTable td:first-child{
    padding-left: 20px !important;
}
.preformance_list_data table.dataTable>thead .sorting_asc:nth-child(1):after {
    display: none !important;
}
.preformance_list_data table.dataTable>thead .sorting_asc:nth-child(1):before {
    display: none !important;
}
table.table-bordered.dataTable td {
    white-space: normal;
    padding-left: 20px !important;
    /* max-width: 150px; */
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;

}
#inspection_table_control_system .table-heading{
    font-size:  10px !important;
}
@media screen and (min-width: 1440px) {
    .number-aliment .table-bordered.dataTable td:first-child, .number-aliment.table-bordered.dataTable td:first-child {
        padding-left: 20px !important;
    }
}


  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    z-index: 1000; /* Ensure the overlay is above other elements */
}
#enlargedImage {
    max-width: 90%;
    max-height: 90%;
}

#thumbnailContainer {
    cursor: pointer;
}


/* select2 dropdown */
.dropbtn {
    /* background-color: #3498db; */
    color: #272a3a;
    background-color: #f4f4f4;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    height: 44px;
    display: flex;
    gap: 10px;
    font-size: 13px;
    overflow: auto;
    border-radius: 5px;
  }

  /* Style the dropdown content (hidden by default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
  }

  /* Style links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #ddd;
  }

  /* Show the dropdown menu when the dropdown button is clicked */
  .show {
    display: block;
  }

  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown.clicked .dropbtn {
    background-color: #f4f4f4;
  }

  /* Style the input box */
  .dropdown-content input[type="text"] {
    margin: 10px;
    padding: 5px;
    width: calc(100% - 20px);
    box-sizing: border-box;
  }
  .dropdown-content input:focus-visible {
    outline: none;
  }
  .selected-option {
    background-color: #16a085;
    color: white;
    height: 25px;
    padding: 3px 6px;
    border-radius: 5px;
  }
  .selected-values{
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
  }
  .remove-option {
    margin-left: 5px;
    cursor: pointer;
  }
  .dropdown-content a.disabled {
    color: gray;
    pointer-events: none;
  }
  .dropdown-content .error {
    color: red;
    font-size: 13px;
    margin-left: 11px;
  }

.attachment_image_pdf_view_edit::before {
    content: "\f1c1"; /* Unicode for the PDF icon in Font Awesome */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 45px;
    color: #000; /* Customize the color as needed */
}
.optionsContainer{
    overflow: auto;
    height: auto;
    max-height: 200px;
}
.lpo_button_email {
    position: absolute;
    top: 10px;
    /* padding: 10.5px; */
    right: 10px;
    height: 35px;
    width: 35px;
    background: #283a5e;
    color: white;
    cursor: pointer;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dropdown-content .inputText{
    height: 35px;
}
.pdf_box{
    width: 100%;
}
.pdf_img_box{
    display: flex;
    align-items: center;
    gap: 10px;
}
.remove-container{
    width: 100%;
}
.pdf_container{
    justify-content: start;
    flex-direction: column;
    align-items: start;
    width: 100%;
}
.highlight {
    background: #f76f6f26;
}
.report_btn_div
{
    display: flex;
    align-items: center;
    justify-content: start;
    gap:0px;
}
.RelPostion {
    position: relative;
}
.MobileIssue {
    position: absolute;
    top: 29px;
    right: 13px;
    z-index: 99;
}
.customSpan{
    display: block;
    padding-left: 8px;
    padding-top: 8px;
    text-align: center;
    padding-right: 15px;
    background: #e1e1e1;
    height: 37px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    color: #444;
    font-weight: 500;
    width: 80px;
}
/* .compSearch .searchinput {
    border-radius:5px ;
    background-color: #0ab39c;
    padding: 0px 7px;
    height: 37px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
} */
.compSearch .input_design{
    display: flex;
    align-items: center;
    gap: 10px;
}
.martop{
    margin-top: 2px;
}
.compSearch input{
    border-color: #c1ccc1;
}
.compSearch .searchbox{
    padding-left: 15px !important;
}
.compSearch .searchbox:focus{
    outline: none !important;
}
.tableEnd{
    position: fixed;
    bottom: 0px;
    background: #ffffff;
    z-index: 9;
    padding: 0px 15px;
    width: calc(100% - 300px);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
/* .cusBillTable tbody tr td {
    display: flex;
    justify-content: end;
    width: 100%;
    padding: 5px;
} */
.cusBillTable tbody tr th {
  vertical-align: middle;
  padding: 5px 10px;
}
/* .cusBillTable{
    display: flex;
    justify-content: flex-end;
    margin: 0;
} */
.cusBillTable tbody tr .spacebet{
    display: flex;
    gap: 10px;
}
.estimation_page{
    margin-bottom: 190px;
}
.custompad{
    overflow: auto;
    margin-top: 15px;
}
.cusBillTable tbody tr .spacebet .spacebet_lable{
    display: flex;
}
.cusBillTable tbody tr .spacebet .distext{
    vertical-align: text-bottom;
    margin-bottom: 0;
    cursor: pointer;
}
.cusBillTable tbody tr .spacebet input{
    margin-right: 5px;
}
.cusBillTable .textrig{
    /* text-align: end; */
    border: none;
}
.cusBillTable .textrig:focus{
    outline: none;
}
.textleft{
    white-space: nowrap;
}

/* .cusBillTable th,
.cusBillTable td {
    padding: 10px 20px;
} */
.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
    background-color: #283a5e !important;
    border-color:#283a5e !important;
 }
.dflex-end{
    justify-content: flex-end;
 }
 .dflexsapcebetween{
    justify-content: space-between;
 }
@media (min-width:768px) {
    .mt-25{
        margin-top: 29px;
    }
 }
@media (max-width:470px) {
    .tableEnd {
        overflow-x: hidden;
    }
    .cusBillTable{
        justify-content: unset;
    }
    .textleft{
        font-size: 14px;
    }
}
.customcheckboxs{
    overflow: auto;
    max-height: 500px;
}
#complaint_modal{
    padding-right: 5px;
}

#complaint_modal .modal-dialog{
    max-width: 700px !important;
}
#complaint_modal table{
    font-size: 12px;
}
.not_linked{
    border: 1px solid #18191c;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    color: #18191c;
    line-height: 20px;
    width: 120px;
    text-align: center;
}

.linked{
    border: 1px solid #7066e0;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    color: #7066e0;
    line-height: 20px;
    width: 120px;
    text-align: center;
}
.ticket_status{
    /* min-width: 120px; */
    text-align: center;
    /* line-height: 20px; */
    padding: 3px 10px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.reportactionbtn a{
    color: #395486;
    border-radius: 15px;
    padding: 5px;
    font-size: 13px;
    transition: 0.1s ease-in;
}
/* dropdown */
.arrow_btn{
    width: 100%;
    justify-content: space-between;
    display: flex;
    padding-right: 13px;
}
#sidebarApps ul li a{
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    padding: 5px;
}
#sidebarApps ul li a:hover{
    background-color: #e9e9e9;
    color: #000;
}
.sub_menu{
    padding: 5px 0px;
}
.sub_menu .nav-link{
  display: flex;
  gap :5px;
  padding-left: 30px;
}
.first-W-20{
    width: 15px ;
}
.arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}
.rotate {
    transform: rotate(90deg);
}

.modal-open .select2-container--open{
    z-index: 9999999999 !important;
}
.spare-close-btn{
    background: red;
    border-radius: 55px;
    color: #fff;
    font-size: 12px;
    padding: 1px 6px;
    border: none;
}
.spare-list-table td{
    padding: 10px 0px;
}
.SaveBtnDiv{
    display: flex;
    justify-content: end;
    gap: 10px;
}
#estimation_modal .modal-body .conatiner{
    box-shadow:unset !important
}
#estimation_modal .modal-body .main-container2{
    padding: 0px 40px;
}
#estimation_modal .modal-body footer{
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 25px;
 }
 #estimation_modal .modal-body .main-container2{
    margin-bottom: 140px;
 }
 @media (max-width:1024px) {
    .main-container2{
        width: 750px;
     }
 }
 @media (min-width:1281px) {

 }
 /* signature */
.kbw-signature {
display: inline-block;
border: 1px solid #a0a0a0;
-ms-touch-action: none;
}
.kbw-signature-disabled {
    opacity: 0.35;
}
    .kbw-signature { width: 200px; height: 200px; padding: 5px;}
.inspector-signature canvas, .customer-signature canvas{
    width: 100% !important;
    height: 95% !important;
}
.estimation_signature .kbw-signature { width: 100%; height: 200px; padding: 5px;}
.estimation_signature .inspector-signature canvas, .customer-signature canvas{
    width: 100% !important;
    height: 95% !important;
}
.invalid-feedback{
    font-size: unset;
}
.flatpickr-current-month input.cur-year {
    padding-right: 13px !important;
    padding-left: 2px !important;
}
.btn-disabled{
    opacity: 0.3;
    pointer-events: none;
}
.schedule-all-list-1{
    opacity: 0.3;
    pointer-events: none;
}

/* dfghjklkjhgfghjkl */

.nav-item {
    position: relative;
}
.sub-menu-dropdown {
    padding-left: 0px;
    margin-left: 28px;
}
.nav-item .submenu_item {
    position: relative;
    padding-left: 0px;
}
.nav-item .submenu_item::before {
    content: '';
    position: absolute;
    width: 17px;
    top: 14px;
    left: -18px;
    border-bottom: 1px dashed #283a5e;
}
.nav-item .submenu_item::after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    top: 0;
    left: -18px;
    height: 100%;
    border-left: 1px solid #283a5e;
}
.nav-item .submenu_item:last-child::after {
    height: 14.5px;
    bottom: auto;
}
.collapsing {
    transition: height 0s !important;
}

.monthlydate .flatpickr-monthSelect-months {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.monthlydate .flatpickr-monthSelect-months .flatpickr-monthSelect-month {
    width: 48%;
    display: block;
    padding: 0px;
    border: 1px solid #b9b9b9;
    border-radius: 7px;
}
.performance-get-by-date{
    background-color: #fff !important;
    border: 1px solid #aaa;
}
/* PRELOADER CSS */
.page-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255, 255, 255, 0.9);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-loader .txt {
    color: #666;
    text-align: center;
    top: 40%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .centre-logo {
    width: 100px;
    height: 100px;
}
.map_link{
    color: #417aed !important;
}
.map_link:hover{
    color: #2d68dd !important;
}


/* audio CSS */

.app-audio #msg {
    visibility: hidden;
    color: #0ab39c;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: Verdana;
  }
  #recordedAudio{
    height: 45px !important;
  }
  .btn-primary-audio {
    padding: 5px 10px;
    border: 1px solid #2d68dd;
    font-size: 18px;
    background-color: #2d68dd;
    color: #fff;
  }
  .btn-primary-audio:hover {
    border: 1px solid #2d68dd;
    color: #2d68dd;
    background-color: #fff;
  }
  .btn-danger-audio {
    padding: 5px 10px;
    border: 1px solid #ea0d41;
    font-size: 18px;
    background-color: #ea0d41;
    color: #fff;
  }
  .btn-danger-audio:hover {
    border: 1px solid #ea0d41;
     color: #ea0d41;
    background-color: #fff;
  }
  .app-audio .audio-controls {
    display: flex;
    align-items: center;
    padding-top: 20px;
    /* justify-content: center; */
  }
  .app-audio  .audio-controls button {
    margin: 0px 5px;
  }
  .app-audio  canvas {
    margin-top: 10px;
    background-color: black;
  }
  .app-audio select {
    height: 25px;
    margin: 0px 5px;
  }
  .app-audio  a {
    margin-left: 20px;
  }
  .tableerror .row:nth-of-type(2) .col-sm-12{
    overflow: auto;
  }

  .ticketsystem-table tbody tr .actionbtn{
    padding: 15px;
  }

  .dropdown_readonly{
    pointer-events: none;
  }
  td span.badge{
    min-width: 110px;
    line-height: 20px;
  }
.general-comments-service{
    overflow-y: scroll;
    max-height: 30vh;
}

.general-comments-service::-webkit-scrollbar {
    width: 8px;
}

.general-comments-service::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.general-comments-service::-webkit-scrollbar-thumb {
    background-color: #cbc9c9;
}

.general-comments-service::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.radio_btn{
    align-items: center;
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    font-size: 0.8rem;
    font-weight: 500;
}
.radio_btn label{
    margin-bottom: 0px;
    cursor: pointer;
}

.file-input-condensate {
    position: absolute;
    top: 35px;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 70px;
  }

  .file-upload-condensate {
    position: relative;
    width: 50%;
    height: 70px;
    justify-content: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #f4f4f4;
    color: #212529;
  }

  .file-input-condenser, 
  .file-input-insulation, 
  .file-input-compressor{
    position: absolute;
    top: 35px;
    left: 0px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 70px;
  }

  .file-upload-condenser ,
   .file-upload-insulation,
    .file-upload-compressor{
    position: relative;
    width: 50%;
    height: 70px;
    justify-content: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #f4f4f4;
    color: #212529;
  }
  .air-upload-condensate{
    width: 100%;
  }
  .IndoorSerialNo_lable,
  .OutserialNo_lable{
    color:#000;
    font-size: 1.2rem;
    margin-bottom:1rem;
    padding-top: 1rem;
    border-top: 1px solid #e1e3e4;
  }
  .Serv-IndoorSerialNo_lable,
  .Serv-IndoorSerialNo_lable{
    color:#000;
    font-size: 16px;
    margin-bottom:1rem;
    padding-top: 1rem;
    border-top: 1px solid #e1e3e4;
  }
.card_img{
    box-shadow: unset !important;
}
.card_img .card-title{
    font-weight: 500 !important;
    font-size: 0.875rem;
}
.air_conditioner_view{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
}
.ver_line .profile-timeline .accordion-item::before{
    top: 8px !important;
    display: none;
}
.img_ver_line .accordion-item  .profile-timeline .accordion-item::before{
    height: unset !important;
}
@media (min-width: 320px) and (max-width: 1200px){
    .air_conditioner_view{
        grid-template-columns: repeat(1, 1fr);
    }
}
.disabled_input{
    background-color: #f4f4f4 !important;
}
.ver_line_height .profile-timeline .accordion-item::before{
    top: 8px !important;
}
.ver_line_he .accordion-item:nth-child(6)::before,
.ver_line_he .accordion-item:nth-child(7)::before,
.ver_line_he1 .accordion-item:nth-child(21)::before,
.ver_line_he2 .accordion-item:nth-last-child(2)::before,
.ver_line_he2 .accordion-item:nth-last-child(3)::before,
.ver_line_ho .accordion-item:nth-last-child(1)::before,
.ver_line_ho .accordion-item:nth-last-child(2)::before,
.ver_line_ho .accordion-item:nth-last-child(3)::before {
  height: 20px;
}
@media (min-width: 320px) and (max-width: 1200px){
.ver_line_he .accordion-item:nth-child(6)::before,
.ver_line_he .accordion-item:nth-child(7)::before,
.ver_line_he1 .accordion-item:nth-child(21)::before,
.ver_line_he2 .accordion-item:nth-last-child(2)::before,
.ver_line_he2 .accordion-item:nth-last-child(3)::before,
.ver_line_ho .accordion-item:nth-last-child(1)::before,
.ver_line_ho .accordion-item:nth-last-child(2)::before,
.ver_line_ho .accordion-item:nth-last-child(3)::before{
  height: 100%;
}
}

/* Loader CSS */
/* .loader-container-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  .loader-container-image .loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  } */

  /* PRELOADER CSS */
.loader-container-image {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255, 255, 255, 0.9);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .loader-container-image .txt {
    color: #666;
    text-align: center;
    top: 40%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .loader-container-image .centre-logo {
    width: 100px;
    height: 100px;
}
.estimation_view_line p{
    margin-bottom: 0px;
}
.view_modal-content{
    background-color: transparent !important;
    border: none !important;
    margin: auto;
}
.modal_img_box{
    height: 100dvh;
    width: 100%;
    object-fit: contain;
}
.carousel-inner-image{
    height: 400px;
    object-fit: contain;
}
.view_modal-content .carousel-item.active,
.view_modal-content .carousel-item-next,.carousel-item-prev{
  display: flex;
  justify-content: center;
  align-items: center;
}
.image_size{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.view_modal-content .carousel-control-prev,
.view_modal-content .carousel-control-next{
  width: 5%;
}
.view_modal-content .carousel-control-prev-icon,
.view_modal-content .carousel-control-next-icon{
    background-color: #000;
}
.view_image_body{
  max-height: 100dvh;
  padding: 0px;
}
.custom-close-button {
    position: absolute;
    top: 30px; 
    right: 30px; 
    background-color: #ffffff;
    border-radius: 50%;
    padding: 10px;
}
.monthlydate .flatpickr-months .flatpickr-prev-month svg,
.monthlydate .flatpickr-months .flatpickr-next-month svg{
    vertical-align: top !important;
}
.showCarousel img{
   cursor: pointer;
}
.flatpickr-current-month span.arrowUp::after,
.flatpickr-current-month span.arrowDown:after{
    border-bottom-color: #ffffff !important;
    border-top-color: #ffffff !important;
}
#complaintList li label {
    cursor: pointer;
}
