/* General */
.header-mobile-fixed .header-mobile {
  z-index: 1000;
}

.alert-text {
  font-weight: 600;
  font-size: 18px;
}

.text-black {
  color: black !important;
}

.no-pointer-events {
  pointer-events: none;
}

.text-red {
  color: red;
}

.radius-none {
  border-radius: 0 !important;
}

.w-24 {
  width: 24% !important;
}

/* Bootstrap Select */
.bootstrap-select > .dropdown-toggle.btn-light,
.bootstrap-select > .dropdown-toggle.btn-secondary {
    background: inherit !important;
}

.bootstrap-select > .dropdown-toggle.btn-light,
.bootstrap-select > .dropdown-toggle.btn-secondary {
    border-color: #f3f6f9 !important;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
    height: calc(1.5em + 1.65rem + 2px) !important;
    padding: 0.825rem 1.42rem !important;
    font-size: 1.08rem !important;
    line-height: 1.5 !important;
    border-radius: 0.42rem !important;
}

.bootstrap-select .dropdown-menu.inner > li > a.green .text {
    color: green;
}

.bootstrap-select .dropdown-menu.inner > li > a.red .text {
    color: red;
}

/* Dashboard Index */
.shortcut-icons-1 {
    font-size: 50px;
    color: rgb(172, 172, 172);
}

.dashboard-card-image {
    width: 100%;
    height: 96px;
    object-fit: contain;
}

/* Aside */
.aside .brand .brand-logo h3 {
    margin-bottom: 0px !important;
}

.aside-minimize .brand .brand-logo h3 {
    display: none;
}

@media (min-width: 768px) {
    .aside-menu .menu-nav {
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .aside-menu .menu-nav > .menu-section:nth-child(1) {
        margin-top: 0;
    }
}

/* Form Group */
.image-input .image-input-wrapper {
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.05) !important;
}

.image-input .image-input-wrapper img {
    width: 100%;
    height: 100%;
    max-height: 120px;
    object-fit: contain;
}

.navi-item button.navi-link {
    background: none;
    border: none;
    width: 100%;
    text-align: start;
}

/* Map */
#map {
    height: calc(100vh - 183.5px);
}

.subheader-location-select {
    width: 100%;
}

/* Invoice */
.invoice_date {
    font-weight: bold;
}

/* Print */
/* .print {
  background-color: white;
} */

.print .invoice-logo {
    max-height: 64px;
}

@media screen and (max-width: 768px) {
    .print .invoice-logo {
        max-width: 150px;
    }
}

.print .img-paid {
    position: relative;
    max-width: 250px;
    z-index: 9999;
}

@media screen and (max-width: 768px) {
    .print .img-paid {
        max-width: 200px;
    }
}

.print .print-client-border {
    border: 2px solid black;
}

@media print {
    @page {
        margin: 0;
    }

    html,
    body {
        height: auto !important;
    }

    .pagebreak {
        page-break-after: always;
    }
}

/* Admin Padless */
@media screen and (max-width: 991.98px) {
    .admin_padless .subheader.subheader-solid {
        margin-bottom: 0;
    }
}

/* Login Page */
.checkbox span {
    margin-right: 0.75rem;
}

.login-aside {
    height: 100vh;
}

@media screen and (max-width: 991.98px) {
    .login-aside {
        height: 300px;
    }
}

.login-aside img {
    height: 100%;
    object-fit: cover;
}

/* Modal */
.modal {
    z-index: 10001;
}

.img-boy {
    width: 100%;
}

@media screen and (max-width: 991.98px) {
    .modal {
        padding-top: 60px;
    }
}

/* Modal Large 1 */
#modalLarge1 table {
    margin-bottom: 0;
}

#modalLarge1[data-label="modal-image-container"] {
    display: flex;
    justify-content: center;
    align-items: center;
}

#modalLarge1 img {
    width: 100%;
    max-width: 220px;
    height: 100%;
    max-height: 220px;
    object-fit: cover;
}

/* Datatable */
@media screen and (max-width: 768px) {
    .dt-buttons {
        margin-top: 1.5rem;
    }
}

.dt-button-collection {
    position: unset !important;
}

.datepicker {
    z-index: 999999 !important;
}

.th-actions {
    width: 130px;
}

@media screen and (max-width: 1366px) {
    .th-actions {
        width: 180px;
    }
}

@media screen and (max-width: 768px) {
    .th-actions {
        width: 230px;
    }
}

/* Subheader */
#ajax_loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Form */
label input[type="checkbox"][readonly] {
    pointer-events: none;
}

/* Form group */
.form_group {
    overflow-x: auto;
}

.form_group .table {
    margin-bottom: 0;
}

.form_group .table thead th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    vertical-align: middle;
}

.form_group .table button.btn {
    height: calc(1.5em + 1.65rem + 2px);
}

/* POS */
.pos .cards-container {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

@media screen and (min-height: 900px) {
    .pos .cards-container {
        height: 675px;
    }
}

@media screen and (min-height: 1200px) {
    .pos .cards-container {
        height: 950px;
    }
}

.pos .cart-container {
    height: 275px;
    overflow-y: auto;
}

@media screen and (min-height: 900px) {
    .pos .cart-container {
        height: 350px;
    }
}

@media screen and (min-height: 1200px) {
    .pos .cart-container {
        height: 800px;
    }
}

/* Scan Barcode */
.img-client {
    width: 100%;
    max-width: 200px;
}