/* 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 backgroung1.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: 100px;
  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;
    height: 35px !important;
    background-color: #0055FF !important;
}
.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: 25px;
}
.logo-img{
    height: 66px;
}
.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;
    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: 15px;
    margin-left: 0px;
    margin-right: 0px;
}
.heading-text{
    color: black;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
.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;
}
.cancel-btn:hover{
    border: 1px solid #283a5e;
    color: #283a5e;
}
.Save-btn{
    background-color: #283a5e;
    border-radius: 5px;
    padding: 7px 33px;
    color: #fff;
    border: 0px;
}
.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: pointer;
}
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; */
}
.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;
}
.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;
}
.side-Addbtn{
    display: flex;
    gap:10px;
    justify-content: end;   
}
.card-textarea{
    width: 100%;
    height: 80px;
    background-color: #f4f4f4;
    border: none !important;
    padding: 10px;
    resize: none;
    border-radius: 5px;
}
.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;
}
.flatpickr-day.selected, .flatpickr-day.startRange{
    background-color: #283a5e !important;
    color: #fff !important;
    border-color:#283a5e !important
}
.flatpickr-day.endRange:hover{
    background-color: #283a5e !important;
    color: #fff !important;
    border-color:#283a5e !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: #283a5e !important;
    color: #fff !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;
 }
 .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;
  }
  .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: 7px;
    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;
  }
  
  .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: 0px;
    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;
}
.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;
}
/* .borber_aliment{
    margin-bottom: -0.7px !important;
} */
@media (min-width: 320px) and (max-width: 766px){
    .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;
    }
    #content.open {
        margin-left: 0px;
    }
    .sidebar-menu-text{
        font-size: 6px;
        margin-left: 0px;
        text-align: center;
        margin-top: 3px;
    }
    .logo-img{
        height: 20px;
    }
    .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: 12px !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: 70px !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: 0px;
    } 
    /* .value-input .select2-container--default .select2-selection--single .select2-selection__arrow {
        top:0px !important;
    } */
    .value-input-text-inspection .select2-container--default .select2-selection--single{
            margin-top: 0px;
    } 
    .value-input-text-inspection .select2-container--default .select2-selection--single .select2-selection__arrow {
            top:5px !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;
    }
    .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;*/
    }
}
    @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: 166px !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;
    } */
    
    }
    @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: 182px !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: 125px !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;
         } 
        }
@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: 0px !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;
    }
   
}
@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%;
    }
  }
/* 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;
}
.password_error {
    color: #f7666e;
}
.select2-selection__choice__display{
    background-color: #283a5e;
}
.camera-btn{
    color: #395486;
    cursor: pointer;
    padding: 3px;
}
/* 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, table.table-bordered.dataTable td:first-child {
    padding-left: 10px !important;
}
table.table-bordered.dataTable td {
    white-space: normal;
    padding-left: 20px !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;
    } 
}

/* Loader CSS */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent white background for the blur effect */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000; /* Ensure the loader is on top of other elements */
  }
  
  .loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }
  
  @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;
}