*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    overflow-x: hidden !important;
    font-size: 0.90rem !important;
}

#results {
    padding: 20px;
}

.export {
    margin-right: 30px;
}

.status_active {
    color: green;
    font-weight: bold;
    text-align: center;
}
.status_approved {
    color: orange;
    font-weight: bold;
    text-align: center;
}
.status_rejected {
    color: #007bff;
    font-weight: bold;
    text-align: center;
}


.status_pending {
    color: rgb(230, 79, 10);
    font-weight: bold;
    text-align: center;
}

.status_inactive {
    color: red;
    font-weight: bold;
    text-align: center;
}

.cd-quick-view {
    display: block;
    position: fixed;
    max-width: 900px;
    visibility: hidden;
    /* Force Hardware Acceleration in WebKit */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, width;
    z-index: 1;
}
.employee_name{
    text-transform: capitalize;
}
label.error {
    color: #dc3545!important;
    font-size: 14px;
}

.quick-left {
    width: 35%;
    height: 200px;
    float: left;
    margin: 1px;
    padding-right: 10px;
}

.quick-left img {
    height: 178px;
    width: 100%;
}

.quick-right {
    height: 200px;
}

.visitor-log {
    margin-top: 3%;
    clear: both;
}

.visitor-log table {
    width: 100%;
    padding: 5px;
}

.visitor-log table thead {
    margin-bottom: 5px;
}

th {
    text-align: inherit;
    padding: 7px;
}

.my_class video {
    width: 427px;
    height: 390px;
}

.visitor-model {
    width: 700px;
}

.my_camera {
    margin-left: 28%;
}

.description {
    height: 300px;
}

tbody th {
    text-transform: capitalize;
}

.form-control-md {
    width: 60%;
}

.report-list-heading {
    font-size: large;
    font-weight: 400;
    border-bottom: black;
}

.report-list {
    list-style-type: none;
    margin-top: 60px;
    padding: 20px;
    border: 1px grey solid;
}

.text-center {
    padding-left: 20px;
}

.mandatory {
    color: red;
    margin-left: 2%;
    font-size: 22px;
}

.sub-menu {
    padding-left: 10%;
}

.btn-space {
    margin-right: 1%;
}

.content-header {
    padding: 5px;
}

.dropdown-menu,
.form-control-md,
.form-control-sm,
.form-control {
    font-size: 0.85rem !important;
}

.dropdown {
    font-weight: 400;
    line-height: 1.5;
}

.dropdown .title {
    font-weight: 400;
    line-height: 1.5;
}

.table td,
.table th {
    padding: .5rem !important;
}

table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 0.85rem;
}

.col-form-label {
    font-weight: 500 !important;
    padding-top: 0px !important;
}

.form-group {
    margin-bottom: 0.5rem !important;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    width: auto !important
}

.content-header {
    padding: 5px .5rem !important;
}

.card-header {
    padding: 0.5rem 1rem !important;
}

.btn {
    padding: .25rem .5rem !important;
}

.alert-danger ul {
    margin: 0px;
    padding: 0;
}

.alert-danger ul li {
    list-style: none;
}

form .form-control-md {
    width: 50% !important;
}
form .form-control-lx {
    width: 90% !important;
}

form .form-control-sm {
    width: 20% !important;
}

form .form-control-xs {
    width: 20% !important;
}

form .auto-width {
    width: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000;
}
/*.select2-dropdown{
    width: 99% !important;
}*/
.change_letter{
    text-transform: lowercase !important;
}
.select2height{
height: calc(2.25rem + 2px) !important;
width: 99%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 29px;
    position: absolute;
    top: 1px;
    right: 33px;
    width: 6px;
}
.select2-container .select2-selection--single {
    height: auto;
}
.content-wrapper {
    padding: 20px;
}
.elevation-4 {
    box-shadow: none !important;
}
body:not(.layout-fixed) .main-sidebar {
    height: none !important;
  }
 .errmsg{
    background-color: green;
    color: white;
 }
 .mr-50 {
    margin-right: 50px;
  }

.toggle-link {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}
.details-section {
    display: none;
    margin-top: 10px;
}
.no-list-style {
    list-style-type: none;
    padding-left: 0;
}
.info-icon-wrapper {
    position: relative;
    display: inline-block;
}

.info-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    background-color: #007BFF;
    color: white;
    font-size: 12px;
    cursor: pointer;
    margin-left: 5px;
}

.tooltip-text {
    visibility: hidden;
    width: max-content;
    max-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 8px 12px;
    border-radius: 6px;

    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);

    opacity: 0;
    transition: opacity 0.3s;
    white-space: normal;
    font-size: 14px;
    line-height: 1.6;
}


.info-icon-wrapper:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.eye-toggle {
    cursor: pointer;
    height: 100%;    
}

.nav-sidebar>.nav-item>.nav-link.active {
    background-color: #e0261a !important;
    color: #fff !important;
}

/* Increase Search box width */
.dataTables_filter input {
    width: 200px !important;  
}

/* Increase Pagination dropdown width */
.dataTables_length select {
    width: 55px !important; 
}



 .custom-alert {
        padding: 14px 20px;
        border-radius: 6px;
        margin-bottom: 24px;
        border: 1px solid transparent;
        font-size: 15px;
    }

    .custom-alert-danger {
        background-color: #db5858ff;
        color: #fdfdfdff;
        border-color: #f0d4d4;
        width: 100%;
        padding: 14px 20px;
        border-radius: 6px;
        margin-bottom: 24px;
        font-size: 15px;
    }

    .custom-alert-danger.scrollable {
        max-height: 300px;
        overflow-y: auto;
    }

    .custom-alert ul {
        margin: 0;
        padding-left: 20px;
    }

table#detailsList tbody tr td {
    font-weight: normal
}

.file-input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.file-input-wrapper input[type="file"] {
    padding-right: 35px;
}

.remove-file-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #db5858ff;
    font-size: 30px;
    display: none;
}

.save-button {
    background-color: #28a745!important;
    border-color: #28a745!important;
    color: #fff!important;
}
.save-button:hover {
    background-color: #34944a!important;
    border-color: #317a42!important;
    color: #fff !important;
}
#total_payment{
    font-weight: bold;
    font-size: 1.2rem !important;
}


.invoice-container {
   max-width: 100%;
   margin: 0 auto;
   padding: 15px;
   border: 1px solid #ccc;
   background: #fff;
}

.header {
   text-align: center;
   margin-bottom: 40px;
}
.header img {
   width: 100px;
   margin-bottom: 10px;
}
.header h1 {
   font-size: 28px;
   font-weight: 700;
   color: #222;
   margin-bottom: 6px;
}
.header p {
   font-size: 14px;
   color: #555;
   margin: 2px 0;
}

.invoice-info {
   margin-bottom: 25px;
   margin-left: 10px;
   font-size: 14px;
}
.invoice-info .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.invoice-info .col-info {
  flex: 0 0 48%;
}
.invoice-info strong {
   color: #000;
}

.table-responsive-wrapper {
   width: 100%;
}

.claimprint {
   border-collapse: collapse;
   font-size: 0.9em;
   width: 100%;
   table-layout: auto;
   margin: 0 auto;
   margin-bottom:2px;
}

.claimprint thead {
   background-color: #f9f9f9;
}

.claimprint th, .claimprint td {
   width: 130px; 
   border: 1px solid #ccc;
   padding: 6px 8px;
   text-align: center;
   white-space: normal;
   overflow: visible;
   text-overflow: unset;
}

.claimprint tbody tr:nth-child(odd) {
   background-color: #fbfbfb;
}

@media (max-width: 991.98px) {
   .claimprint {
      table-layout: auto;
      font-size: 10px;
   }

   .claimprint th, .claimprint td {
      white-space: normal;
   }
}

@media print {
  @page {
    size: landscape;
    margin: 10mm;
  }

  body * {
    visibility: hidden;
  }

  .invoice-container, .invoice-container * {
    visibility: visible;
  }

  .invoice-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    background: #fff;
    padding: 5px !important;
    border: 1px solid black !important;
    box-shadow: none !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
  }

  .claimprint {
    width: 100% !important;
    border-collapse: collapse !important;
    table-layout: auto !important;
    font-size: 10px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    text-align: left;
    margin-bottom:2px;
  }

  .claimprint th, .claimprint td {
    border: 1px solid black !important;
    padding: 3px 4px !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    text-align: left !important;
  }

  .no-print {
    display: none !important;
  }



  .pending-print-modal,
    .pending-print-modal * {
        visibility: visible !important;
    }

    .pending-print-modal {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: auto !important;
        overflow: visible !important;
    }

    .pending-print-modal .modal-dialog,
    .pending-print-modal .modal-content {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        overflow: visible !important;
    }

    .pending-print-modal .no-print,
    .pending-print-modal .modal-header .close {
        display: none !important;
    }
}

.label-left {
  float: left;
  font-weight: 700;
}

.value-right {
  display: block;
  text-align: right;
}

.value-left {
  display: block;
  text-align: left;
}

.fixed-label {
        width: 200px;
        font-weight: bold;
}


/* ================= Invoice Info ================= */
.invoice-info-table {
   width: 100%;
   border-collapse: collapse;
   margin-bottom: 20px;
}

.invoice-info-table td.label {
   width: 15%;
   font-weight: bold;
   padding: 4px 1px;
   white-space: nowrap;
}

.invoice-info-table td.value {
   width: 35%;
   padding: 4px 1px;
   white-space: nowrap;
}

/* ================= Tables ================= */
.claimprint {
   width: 100%;
   border-collapse: collapse;
   margin-bottom: 10px;
}

.claimprint td {
   padding: 4px 6px;
   vertical-align: top;
}

/* ================= Utilities ================= */
.label-left {
   font-weight: bold;
   display: inline-block;
}

.value-right {
   float: right;
}

.section-heading {
   margin-bottom: 15px;
   border-bottom: 2px solid #212529;
   padding-bottom: 5px;
   color: #1a1b1dff;
}

.print-button {
   text-align: right;
   margin-top: 20px;
}

.header img {
   max-height: 80px;
   margin-bottom: 10px;
}

.header h1 {
   font-size: 24px;
   margin: 0;
}

.close {
    font-size: 40px;
    padding: 10px 20px;
}

.claim {
    white-space: nowrap;
    background-color: #f4f4f4;
    color: #333;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: right;
}

/* .btn-sm {
    font-size: 18px;
} */

body {
    font-size: 16px;
    margin: 0;
    padding: 0;
}


.btn-sm {
    font-size: 12px;
    padding: 0px 2px;
}

.small-box>.inner {
    padding: 19px !important;
}

@media (min-width: 768px) {
    body {
        font-size: 18px;
    }

    .container {
        width: 90%;
    }
}


@media (min-width: 1024px) {
    body {
        font-size: 20px;
    }

    .container {
        width: 80%;
    }
}


@media (min-width: 1440px) {
    body {
        font-size: 22px;
    }

    .container {
        width: 70%;
    }
}


.font-normal {
  font-weight: normal !important;
}


.btn-download {
    font-size: 18px;
}



.upload-btn {
   display: none;
}

.upload-btn-label {
    display: inline-block;
    padding: 6px 14px;
    background-color: white;
    color: red;
    font-size: 14px;
    cursor: pointer;
    border: 2px solid red;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.upload-btn-label:hover {
    background-color: red;
    color: white;
}

#fileList {
    margin-top: 10px;
    color: #333;
}

#exixtsfile {
    margin-top: 5px;
    color: #dc3545;
}

.table-scrollable {
  max-height: 400px;
  overflow-y: auto;
}

.reimbursement td.col-20 {
  width: 20%;
}

.reimbursement td.col-30 {
  width: 30%;
}

.section-dashboard {
   margin-bottom: 15px;
   border-bottom: 2px solid #d1d4d6;
   padding-bottom: 5px;
   color: rgb(49, 50, 51);
   font-weight: bold;
}


.custom-box {
    color: #fff;
    transition: transform 0.3s ease-in-out;
}


.bg-pending {
    background: #ee8d0eff !important;
}

.bg-approve {
    background: #0c80ecff !important;
}

.bg-approved {
    background: #2a793cff !important;
}

.bg-rejected {
    background: #e0261a !important;
}

.bg-total {
    background: #12c0a9ff !important;
}

.small-box .icon {
    top: 10px;
    right: 10px;
    font-size: 50px;
    opacity: 0.7;
}

.bg-employees {
    background: linear-gradient(135deg, #4f5353ff, #939ca8ff); /* blue gradient */
}


.box-link {
    text-decoration: none !important;
    color: inherit;
    display: block;
}

.box-link .small-box-footer {
    color: #fff;
    text-decoration: none !important;
}

.box-link:hover,
.box-link:hover .small-box-footer {
    text-decoration: none !important;
}

.bg-reimbursement {
    background-color: #ff7f50;
    color: #fff;
}

.icon-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.btn-pdf {
    background-color: #e0261a;
    border-color: #e0261a;
    color: #fff;
}


.currency {
    font-size: 0.5em;
    /* color: #6c757d; */
}

.border{
    border:1px solid #000;
}