#sidePanel {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    height: 100vh;
    background: #fff;
    /* border-left: 1px solid rgb(136, 136, 136); */
    
    z-index: 9999;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
   
}
#side-panle-btn i {
    font-size: 15px;
}
#side-panle-btn {
    display: flex;
    gap: 5px;
    align-items:center
    ;
}.view-page-image {
    width: 110px;
}
.current-job-div {
    /* height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden; */
    padding-bottom: 45px;
}
#sidePanel.show {
    transform: translateX(0);
}
.side-panel-header {
    background-color: red;
    padding: 7px 0;
}
.side-panel-header {
    box-shadow: -2px 0 5px rgba(255,255,255,0.1);
}
.main-container {
    position: relative;
}
.side-panel-close-btn {
    cursor: pointer;
}
#side-close-btn {
    cursor: pointer;
    width: fit-content;
}
.side-panel-close-btn i {
    font-size: 22px;
    padding-left: 20px;
    padding-top: 10px;
    color: #fff;
}
.app-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    overflow-y: scroll;
}
.card-header, .card-body {
    padding: 25px;
}

.card-body {
    padding-top: 0;
}
.custom-side-panel h3 {
    padding: 20px;
    padding-bottom: 14px;
}
.side-panel-form  {
    padding: 0px 25px;
    background-color: #fff;

    max-height: 65vh;
   
    overflow-y: scroll;
}
.loadar {
    width: 100%;
    height: 100vh;
    position: absolute;
    top:0;
    left: 0;
    z-index: 999999;
    background-color: #00000066;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loadar img {
    width: 80px;
}
.full-bg-layer {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #00000066;
    z-index: 500;
    display: none;
}
.filter-btn {
    display: flex;
    gap: 0px;
    align-items: center;
    justify-content: center;
}
.side-panel-save-btn {
    padding-left:20px ;
    padding-top: 5px;
}
.side-panel-form form {
    display: flex;
    flex-direction: column;
    gap:12px;
    justify-content: center;
}

button:disabled {
    background-color: #f5f5f5 !important;
    color: #000  !important;
}

.from-input input , .from-input textarea {
    width: 100%;
    background-color: #f5f5f5;
}
.from-input input:focus , .from-input textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #00000066 ;
}

@font-face {
    font-family: Lexend-Regular ;
    src: url(../fonts/Lexend/Lexend-Regular.ttf);
}

p, h1, h2,h3, h4, h5, h6, a, div {
    font-family: Lexend-Regular  !important;
}
.notification {
    background-color: #fff;
    width: 100%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notification i {
    color: #000;
    font-size: 18px;
}
.header-actions .header-icon {
    justify-content: unset;
    align-items: unset;
    width: 33px;
    height: 33px;
}
.header-actions .line {
    color: #fff;
    margin-right: 15px;
}
.avatar-box {
    width: 33px;
    height: 33px;
}
.btn-css {
    padding: 7px 10px;
    width: fit-content;
    background-color: red;
    color: #fff;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.btn-css-icon {
   
    background-color: transparent;
    color: #000;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.btn-css-icon i {
    font-size: 17px;
}
 .btn-css-icon:hover {
  color: #00000066;
}
.job-cards {
    display: flex !important;
    flex-direction: row;
   

}
.job-cards .job-inner-card:nth-child(1) {
    width: 55%;
}
.job-cards .job-inner-card:nth-child(2) {
    width: 45%;
}
.companyInfo-div .company-detail {
    display: flex;
   gap: 5px;
   align-items: baseline;
  width: 50%;
   
}
.companyInfo-div .company-detail.address-detail {
    width: 100%;
}
.companyInfo-div {
    display: flex;
    flex-wrap: wrap;
    
    border-radius: 8px;
    /* background-color: #00000010; */
}
.companyInfo-inner-div {
    width: 100%;
    display: flex;
    gap: 35px;
    margin-bottom: 10px;
}
#clock , .user-admin {
    color: #fff;
    margin: 0;
    margin-right: 15px;
    font-size: 18px;
}
#clock  {
    width: 225px;
}
.job-list-select .select2-container{
    width: 170px !important;
}
.dashborad-cards .card  {
  margin-top: 0;
}
.companyInfo-div .company-detail span {

    font-size: 15px;
    width: 100%;
    padding: 5px 0;
}
.address-detail h4 {
    width: 100% !important;
}
.companyInfo-div .company-detail h4 {
    width: 100%;
    font-size: 14px;
    border-radius: 8px;
    padding-bottom: 10px;
}
.companyInfo-div .company-detail .material_data {
    padding-bottom: 0px;

}
.upper-border {
    border-top: 1px solid #00000066;
    padding-top: 5px;
}
.companyInfo-div .company-detail .material_data .extra_note {
   color:red;
   padding: 0;
   padding-top:5px;
   font-size: 14px;
}
.companyInfo-div .company-detail .material_data h4 {
   padding: 0;
}
.company-detail h4 {
    text-transform: capitalize !important;
}
.form-control:focus , .form-select:focus {
    box-shadow: none;
    border-color: #00000066;
}
.login-container {
    display: flex;
    
}
.login-container .login-img , .login-container .login-form {
    width: 50%;
    background: #F6F6F6;
}
.login-container .login-img  {
    width: 50%;

}
.login-inner-img  {
    width: 100%;
    height: 100vh;
}
 .login-inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;  
   
}
#com_transport {
    width: 100%;
}
.login-form {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-form .login-form-inner {
    width: 50%;
}
.form-check input:focus {
    box-shadow: none;
}
.company-detail.address-detail span {
    width: 100%;
}
.dashboard-inner-card {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    border-radius: 9px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 175px;
    gap: 21px;
}
.page-wrapper.pinned .sidebar-wrapper:hover .report-sub:after {
    visibility: hidden;
 }
 .page-wrapper.pinned .sidebar-wrapper:hover .report-sub:after  {
 visibility: visible;
 }
.dashboard-inner-card.filter-outer-div {
    gap: 0;
}
.dashboard-cards-inner {
    display: flex;
    align-items: center;

}
.page-wrapper.pinned .inner-ul>li>a {
    padding: 10px 15px 10px 30px;
    
}
.dashboard-inner-card {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.dashboard-cards-inner .card {
    background-color: white;
    color: black;
}
.dashboard-inner-card div {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.dashboard-card {
    width: 23%;
}
.dashboard-card .card span, .card-filter span  {
    color: black !important;
    font-weight: normal !important;
    font-size: 45px;
    line-height: 45px;
    margin: 0;
}
.dashboard-card .card i , .filter-outer-div i {
    color: #040404 !important;
    font-size: 42px;
}

.dashboard-card .card h6     {
    color: black !important;
    margin-bottom: 16px !important;
 
    font-size: 23px;
    font-weight: normal;
}
.filter-outer-div h6  {
    color: black !important;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: normal;
    
}

.dashborad-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.dashboard-cards-inner-inner {
    display: flex;
    align-items: center;
}
.chartCards {
    display: flex;
    gap: 30px;
}
.chartCards .chartCard {
    width: 49%;
}
#chart {
    max-width: 650px;
    margin: 35px auto;
  }
  .notification-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
  }
  .notification-header h5 {
    width: fit-content;
  }
  .table-address {
    
    white-space: normal !important;

  }
 
  .table-address p {
    margin: 0;
    width: 300px;
  }
  .user-logOut .btn-css , .view-all-btn .btn-css {
    width: 100%;
  }
  .generate-lable {
    width: 100%;
    height: 400px;
  }
  .generate-lable img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .btn.avatar-box:hover {
    background-color: #fff !important;
  }

  select {
    position: relative;
  }

  .job-img {
    width: 100px;
  }
  .job-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  input:read-only {
    background-color: #f5f5f5;
  }
  .company-detail h4 {
    font-weight: 600;
  }

  .filter-div input,   .filter-div select {
    height: 34px;
    color: #00000066;
  }
  .card-inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .table-outer.filter-table {
    border: none;
  }

  .custom-side-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    height: 100vh;
    background: #fff;
    /* border-left: 1px solid rgb(136, 136, 136); */
    z-index: 9999;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
    /* display: none; */
    /* visibility: hidden; */
}
.company-address p , .transport-company p {
    width: 200px;
    margin: 0;
    text-wrap:auto;
}

.combination-text p {
    width: 100px;
    margin: 0;
    text-wrap:auto;
}
.rollorpouch-text p {
    width: 180px;
    margin: 0;
    text-wrap:auto;
}
.text-m-rollorpouch p{
    width: 150px;
    margin: 0;
    text-wrap:auto;
}

.text-m-finish-material p{
    width: 150px;
    margin: 0;
    text-wrap:auto;
}

.text-m-company-name p{
    width: 150px;
    margin: 0;
    text-wrap:auto;
}

.text-m-folder-name p{
    width: 100px;
    margin: 0;
    text-wrap:auto;
}

.log-data p {
   margin: 0;
}

.table-responsive {
    padding-bottom: 15px;
}
.page-link:hover {
    color: #000;
}
.page-item.active:hover .page-link  {
    color: #fff;
    cursor: pointer;
}

.gst-no p {
margin: 0;
width: 160px;
}

.custom-side-panel.show {
    transform: translateX(0);
    display: block;
    visibility: visible;
    transition: transform 0.3s ease-in-out;

}

.avatar-logOut hr {
  margin: 5px 0;
}
.btn-css-hover {
    border-radius: 4px;
}
.btn-css-hover:hover {
    background-color: #000;
    color: #fff;

}
.mobile-logo {
    width: 49px !important;
}
.table-pagination {
    padding: 15px 30px;
}
.table-pagination p, .table-pagination ul {
    margin: 0;
}
.page-link.active, .active>.page-link {
    background-color: red;
    border-color: transparent;

}
.page-link {
    color: #000;
}
.job-form-item-div .select2-container {
  width: 100% !important;
}

.filter-table table tr:first-child th {
    border: none;
}
.filter-table table , .filter-table table tr:first-child  {
    border-top: none;
}
.filter-table table tr:first-child{
    border-top: none;
}

/* set tooltip */
.tooltipmain {
  position: relative;
  display: inline-block;

}

.tooltipmain .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltipmain:hover .tooltiptext {
  visibility: visible;
}

table {
    border-collapse: separate;
    border-spacing: 0;
  }
  

  th, td {
    border-bottom: 1px solid black;
    border-right: 1px solid black; 
   
  }
  table tr td:first-child, 
table tr th:first-child {
  border-left: 1px solid black;
}
table tr th {
    border-top: 1px solid black;
  }
  table thead tr:last-child th:first-child {
    border-top-left-radius: 10px;
  }
  table thead tr:last-child th:last-child {
    border-top-right-radius: 10px;
  }
  table thead tr:last-child th {
    background-color: #BFC0C2;
    color: #000;
  }
 

  table tbody td {
    padding: 20px !important;
  }
  table thead  tr:last-child  th {
    padding: 20px;
  }

  table tbody tr:last-child td:first-child {
    border-bottom-left-radius:10px;
  }
  table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
  }
.job-inner-card .card-body .companyInfo-div   {
 background-color: #f5f5f5;
 padding: 25px;

}
.job-inner-card.job-display-card .card-body, .job-inner-card.job-display-card .card-header  {
    padding-left: 0;
    padding-right: 0;
}

h4 {
    margin: 0;
}
.btn-css-icon {
    float: inline-end;

}
.btn-css:hover {
    color: #fff;
}
.filter-btn {

    gap: 10px;
}

.card-header-right {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 10px;
}
.side-view-panle-btn:hover {
    cursor: pointer;
    color: #00000066;
}
.select2-results__option {
    font-family: Lexend-Regular !important;
}
.select2-container--default .select2-selection--single {
    height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}
#sideViewPanel label {
   font-size: 14px;
   font-weight: 600;
}
#sideViewPanel h5 {
    font-size: 14px;
}


.met-check input {
    width: 20px;
    height: 20px;
    margin: 0;
   
}
.transport-company p {
    width: 270px !important;
}

/* ----------------- check box css --------------------- */

.cntr {
    margin: auto;
  }
  
  .btn-radio {
    cursor: pointer;
    display: inline-block;
    float: left;
    -webkit-user-select: none;
    user-select: none;
  }
  .btn-radio:not(:first-child) {
    margin-left: 20px;
  }

  .btn-radio svg {
    fill: none;
    vertical-align: middle;
  }
  .btn-radio svg circle {
    stroke-width: 2;
    stroke: #C8CCD4;
  }
  .btn-radio svg path {
    stroke: red;
  }
  .btn-radio svg path.inner {
    stroke-width: 6;
    stroke-dasharray: 19;
    stroke-dashoffset: 19;
  }
  .btn-radio svg path.outer {
    stroke-width: 2;
    stroke-dasharray: 57;
    stroke-dashoffset: 57;
  }
  .btn-radio input {
    display: none;
  }
  .btn-radio input:checked + svg path {
    transition: all .4s ease;
  }
  .btn-radio input:checked + svg path.inner {
    stroke-dashoffset: 38;
    transition-delay: .3s;
  }
  .btn-radio input:checked + svg path.outer {
    stroke-dashoffset: 0;
  }
  .btn-radio span {
    display: inline-block;
    vertical-align: middle;
  }

  .no-pointer {
    pointer-events: none;
    background-color: #f0f0f0;
}
.job-cards .job-inner-card:nth-child(2) {
    height: 97vh;
    overflow-y: scroll;
    scrollbar-width: none;
}


.job-inner-card .card-body  .side-panel-form {
    padding: 0;
    padding-right: 15px;
}
.jobViewPanel {
    width: 705px;
}
.jobViewPanel .side-panel-form {
    max-height: 85vh !important;
}


.error_span{
    color: rgba(255, 51, 102, 1) !important;
  }

  .popupDialogClass {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    transform: translate(-50%, -50%);
    
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 5px;
}

.pop-up-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    justify-content: end
}
.popUp-header ,     .popUp-main-body {
    padding: 20px;
}
.popUp-main-body {
    padding-top: 10px;
}
.popUp-header {
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popUp-header p {
    font-size: 22px;   }
.popUp-header .popUp-close-btn i {
    font-size: 18px;
    cursor: pointer;
} 
.popUp-header p {
    margin: 0;
}

.overlayClass {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
  .current-job-div .side-panel-save-btn {
    padding-left: 0;
  }

  .read-only {
    background-color: #f5f5f5;
    pointer-events: none;
    color: black;
}
    
.chat-btn {
    background-color: #fff;
    width: 70px;
    height: 33px;
    gap: 5px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}  

.existing_div .select2-container {
    display: block;
}
.custom-pre-menu-notification-inner-div a {
    width: 100% !important;
    text-align: left !important;
}
.custom-pre-menu-notification-inner-div a b {
    text-wrap: auto !important;
}
.custom-pre-menu-notification-inner-div {
    width: 100% !important;
}
.popupNoteClass {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 800px;
    transform: translate(-50%, -50%);
    
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 5px;
}

.overlayMaterialClass {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popupDialogMaterialClass {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    transform: translate(-50%, -50%);
    
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 5px;
}

#popupDialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.badge-circle  {
    border-radius: 50%;
    padding: 4px;
    min-width: unset;
    width: 25px;
    height: 25px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.badge-circle-50 {
    border-radius: 50%;
    padding: 4px;
    min-width: unset;
    width: 20px;
    height: 20px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add-job-pop-up {
   margin-left: 7px;
}
.add-job-pop-up i {
    font-size: 20px;
}

.red-dot {
    display: inline-block;
    color: red;
    margin-left: 5px;
    margin-top:10px;
    font-size: 12px;
}
.job-form-item-div {
    width: 31%;
}
.job-form-item-div-other {
    width: 30%;
}
.job-form-item-div.job-card-item-form-div{
    width: 23%;
}

.job-form-item-div-other.job-card-item-form-div-other {
    width: 21%;
}
.job-form-item-div-other-delete {
    width: 4%;
   
}
.companyInfo-inner-div  .company-detail {
    width: 100%;
}
.drop-down-icon {
    width: fit-content;
    margin-left: auto;
    background-color: transparent;
}
.drop-down-icon i {
   background: transparent !important;
}
.rotate-90 {
    rotate: 90deg;
}

#sideViewPanel h5 {
    
    min-height: 36px;
    padding: 10px 10px;
    border-radius: 5px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.drop-down-icon i {
    background: transparent !important;
 }




#financial_year_filter {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 42%;
}

.daterangepicker .calendar-table th {
    background-color: transparent !important;
}
.daterangepicker .calendar-table  td {
    padding: 2px  !important;
}
.daterangepicker .calendar-table thead tr:last-child th {
  padding: 2px !important;
}
.dorp-down-cls.active .drop-down-icon i {
    rotate: 90deg;
}
.report-filter .select2-container  {
    width: 170px !important;
}
.login-img {
    /* padding: 50px 0; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.login-img .login-inner-img-logo {
    width: 70%;
    margin: 0 auto;
}
.login-img .login-inner-img-logo img {
    width: 100%;
}
.login-page-banner {
    width: 100%;

}
.login-page-banner img {
    width: 100%;
}
.login-page-heading {
    padding: 0 30px;
}
.login-page-heading h1 {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}
.card-body h5 {
    /* min-width: 300px    ; */
    min-height: 36px;
    /* width: fit-content; */
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px;
}

.companyInfo-div .company-detail {
    flex-direction: column;
    gap: 0 !important;
}
.cursor-pointer {
    cursor: pointer;
}
.bg-print {
    background-color: rgb(113,115, 135);
}
.bg-lamination {
    background-color: rgb(160,102,167);
}
.bg-slitting {
    background-color: rgb(225,149,92);
}
.bg-finish {
    background-color: rgb(55, 150, 233);
}
.bg-restored {
    background-color: rgb(203, 142, 201);
}
.input-red:focus ,.input-red{
    color: red;
}
.bg-edit {
    background-color: rgb(60, 167, 143);
}
.bg-urgent {
    background-color: rgb(114, 46, 231);
}
.desktop-logo   {
    margin-top: 10px;
}

.job-form-header {
    display: flex;
    align-items: baseline;
    gap:10px;
    justify-content: space-between;
}
.job-form-inner-header {
    width: 35%;
    display: flex;
    flex-direction: column;
   
}
.job-form-inner-header.job-finish-div {
    width: 60%;
}
.finish-rate-div , .finish-rate-date {
    display: flex;
    align-items: center;
    gap:8px;
}
.finish-rate-date {
    margin-top: 10px;
}
.finish-rate-div label , .finish-rate-date label {
    width: 35%;
}
.finish-rate-div input , .finish-rate-date .finish-rate-date-select {
    width: 60%;
}
.finish-rate-date-select input , .finish-rate-date-select select {
  width: 49%;
}
.finish-rate-date-select {
    display: flex;
    flex-direction: row;
    gap:8px;
}

.color-red {
    color: red !important;
}
.finish-rate-date select {
    color: red;
}

#urgent_text, #urgent_date {
    margin: 0;
}

#urgent_date {
margin-left: 10px;
}


.over-write-table {
    width:40%;
    margin: 0;    
    word-break: break-all;

}
.over-write-table-p {
    width: 100%;
    margin: 0;    
    word-break: break-all;
}
.overwriteModal .modal-body {
    height: 500px;
    overflow-y: scroll;
    scrollbar-width: thin;
}
/* .job-form-inner-header.job-form-inner-header-left {
    flex-direction: row;
} */

.form-logo  {
    margin-top: 15px;
}

.form-logo img {
    width: 80px !important;
}
.extra-image-icon{
    display: flex;
    align-items:flex-start;
    gap: 10px;
    margin-top: 10px;
}
.extra-image-icon i {
    padding-top: 0 !important;
}

.input-red:-webkit-autofill,
.input-red:-webkit-autofill:hover, 
.input-red:-webkit-autofill:focus,
.input-red:-webkit-autofill,
.input-red:-webkit-autofill:hover,
.input-red:-webkit-autofill:focus,
.input-red:-webkit-autofill,
.input-red:-webkit-autofill:hover,
.input-red:-webkit-autofill:focus {

  -webkit-text-fill-color: red;


}
.job-img-extra {
    display: flex;
   
    gap:10px;
    flex-wrap: wrap;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 23px;
    border: none;
}

.switch input { 
opacity: 0;
width: 0;
height: 0;
}

.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}

.slider:before {
position: absolute;
content: "";
height: 16px;
width: 16px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider {
background-color: red;
}

input:focus + .slider {
box-shadow: 0 0 1px #000;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
border-radius: 34px;
}

.slider.round:before {
border-radius: 50%;
}

.main-table td {
    border-top-width: 0;
    width: 17%;
}
.role-name {
    display: flex;
    gap: 15px;
    align-items: center
}
.role-name label {
    width: fit-content;
    margin: 0;
    font-size: 16px
}
.role-name p {
width: fit-content;
margin: 0;
font-weight: bold;
font-size: 18px
}

.table-pagination {
    width: 100%;
}
.width-100 {
    width: 100px;
}
.desktop-logo   img {
    width: 250px;
}
.float-inline-end {
  float: inline-end;
}

.report-background-css {
    background: #fff; 
    cursor: pointer;
     padding: 5px 10px; 
     border: 1px solid #ccc; 
     width: 100%
}
.width-full {
    width: 100%;
}

.bg-dark-color {
    background-color: #000;
}
.font-size-color-red {
    color: red;
    font-size: 15px;
}
.color-red {
    color:red
}
.margin-left-5 {
    margin-left: 5px;
}
.padding-right-20 {
  padding-right:20px;
}
.width-half {
    width: 50%;
}
.padding-top-26 {
    padding-top: 26px;
}
.job-img-extra-in img {
    width:100px; 
    margin: 5px; 
    object-fit: contain;
}
.padding-x-25 {
   padding: 0 25px;
}
.padding-left-28 {
    padding-left: 28px;
}
.width-300 {
    width: 300px;
}
.width-250 {
    width: 250px;
}
.table-td-p {
    width: 250px; 
    margin: 0; 
    text-wrap: auto;
}
.margin-top-10 {
    margin-top: 10px;
}
.filter-div {
    /* width: fit-content; */
    
}
.width-170 {
    width: 170px;
}
.os-viewport {
    overflow-y:scroll !important;
}
.width-150 {
    width: 150px;
}
.list-current-css-table-p {
    width: 215px;
    max-height: 88px;
    overflow-y: scroll;
    margin: 0;
    text-wrap: auto;
    scrollbar-width:none;
}
.list-current-other-use {
    padding-right: 20px; 
    margin-bottom:0;
    margin-top:3px;
    TEXT-ALIGN: RIGHT;
}
.margin-right-20 {
    margin-right: 20px;
}
.list-current-pet-note {
    MARGIN-TOP: 5PX; 
    MARGIN-BOTTOM: 0; 
    FONT-SIZE: 13PX; 
    DISPLAY: INLINE-BLOCK; 
    COLOR: RED; 
    PADDING: 0 5PX;
}
.list-current-pet-update {
    padding-right: 20px; 
    margin-bottom:0;
     margin-top:3px;
      text-align: RIGHT;
} 
.observer-left-0 {
    left: 0;
    right: auto;
}
.observed-height {
    height: calc(100% + 1px); 
    float: left;
}
.content-glue-margin {
    margin: 0px; 
    width: 299px;
    height: 299px;
}
.content-glue-padding {
    padding:0;
    width: 100%;
    height: 100%;
}
.scrollbar-handle-width {
    transform: translate(0px, 0px); 
    width: 100%;
}
.scrollbar-handle-height {
    transform: translate(0px, 0px); 
    height: 87.7193%
}
.observer-overflow {
    overflow-y: scroll
}
.side-panel-form.company-sidebar {
    max-height: 80vh !important;
}
.job-img-back img , .job-img-extra img {
    object-fit: contain;
}
.pass-btn-trash {
    display: flex;
    align-items: center;
    flex-direction: row !important;

        background-color: #fff;
        border-radius: 0.375rem;

        overflow: hidden;
}
.pass-btn-trash input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.pass-btn-trash button {
    background-color: #dddddd;
    border: none;
    width: 40px;
    height: 35px;
}
.pass-btn-trash .form-control:focus {
    border-color: #cdd6dc !important;
}
.dashboard-card-img{
    width: 48px;
    object-fit: contain;
}
.dashboard-card-img-orderStatus{
    width: 43px;
    object-fit: contain;
}
.hr-job-card-view {
    color: red !important;
}
.job-card-image-div {
    width: 70px;
    height: 115px;
    display: block;
    margin: 0 auto;
}
.job-card-image-div img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.job-img-delete-icon  {
    display: flex;
    align-items: start;
    gap: 5px;
}
.job-img-wrapper{
    display : inline-block;
    position: relative;
    margin: 5px;
}
.job-img-imgElement{
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.jobcard-checkbox-div{
    padding-top: 35px;
    padding-left: 5px;
}
.jobcard-checkbox-div input{
    height: 16px;
    width: 16px;
}
.view_not_details{
    margin-top: 36px;
}
.view_checkbox:focus{
outline: none;
box-shadow: none;
}
.view_checkbox{
    margin-top: 39px;
}
.quantity-jobcard-list{
    display: flex;
    gap: 7px;
    align-items: center;
    width: 250px;
}
.quantity-jobcard-list input {
    width: 100%;
}
.table-container {
    /* overflow-x: auto !important; */
    white-space: nowrap;
    width: 100%;
  }
.table-responsive.scrolled   .fix-column {
    position: sticky;
    left: 0;
   border-left: 1px solid #000;
    z-index: 2; /* ensure it stays above other cells */
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1); /* optional: gives a subtle shadow effect */
  }
 .table-responsive.scrolled   .fix-column-td {
    position: sticky;
    left: 0;
     border-left: 1px solid #000;
/*   border-left: 1px solid #000;*/
    z-index: 1; 
}
.company-address  {
      min-height: 200px !important;
      height: 200px !important;
    

  }


.remark-string p {
    display: inline;
    margin: 0;
}
.jobcard-list-checkbox {
    width: fit-content !important;
    margin-left: 5px;
}
.report-jobcard-list-div{
    padding: 20px 0 !important;
    margin: 0px;
}
.report-jobcard-list-div .report-jobcard-details{
    padding: 0 20px !important;
    min-height: 22px;
}