/* 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;
}

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

.bootstrap-select > .dropdown-toggle.btn-light.disabled, .bootstrap-select > .dropdown-toggle.btn-light:disabled, .bootstrap-select > .dropdown-toggle.btn-secondary.disabled, .bootstrap-select > .dropdown-toggle.btn-secondary:disabled {
  background: #F3F6F9 !important;
  border-color: #F3F6F9 !important;
  border: 1px solid #E4E6EF !important;
}

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

.sub_accordion_trigger {
  font-size: 9px;
  font-weight: 700;
}

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

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

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
  color: #ffffff !important;
}

.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-text {
  color: #ffffff !important;
}

/* Form Fields */
.form-control:disabled {
  color: #7E8299 !important;
  opacity: 0.8 !important;
}

.form-container {
  width: 100%;
}

.form-container.is-group label {
  display: none;
}

.form-container.is-group .form-group {
  margin-bottom: 0;
}

.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);
}

/* 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;
}

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

/* Print */
.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;
  }
}

.dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.dot.dot-green {
  background-color: green;
}

.dot.dot-yellow {
  background-color: #ffd900;
}

.dot.dot-red {
  background-color: red;
}

/* 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;
}

/* 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 */
#subheader_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 .img-package {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .pos .img-package {
    width: 100px;
    height: 100px;
  }
}

.pos .cart {
  height: 50%;
  min-height: 300px;
  overflow-y: auto;
}

.pos .cart-bonus {
  height: calc(50% - 1.25rem);
}

@media screen and (max-width: 768px) {
  .pos .cart {
    height: 40%;
  }

  .pos .cart-bonus {
    height: calc(40% - 1.25rem);
  }
}

.pos .cart table {
  border-collapse: collapse;
}

.pos .cart table th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.pos .dealerInfoTabs {
  height: 125px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .pos .dealerInfoTabs {
    height: 100%;
  }
}

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

/* Project Statistics */
.project-statistic .chart {
  border: 1px solid #EBEDF3 !important;
}