/* Tenant theme: Wupaq final overrides. Keep this block at the end of the compiled CSS. */
html[data-bs-theme=wupaq],
body.theme-wupaq {
  color-scheme: light;
  --bs-primary: #7e88f2;
  --bs-primary-rgb: 126, 136, 242;
  --bs-link-color: #7e88f2;
  --bs-link-color-rgb: 126, 136, 242;
  --bs-link-hover-color: #6c76e8;
  --bs-link-hover-color-rgb: 108, 118, 232;
  --bs-body-bg: #f8f8f3;
  --bs-body-bg-rgb: 248, 248, 243;
  --bs-body-color: #171827;
  --bs-body-color-rgb: 23, 24, 39;
  --bs-body-font-size: 16px;
  --bs-border-color: #e5e4ea;
  --bs-border-color-translucent: rgba(23, 24, 39, 0.08);
  --bs-table-bg: #f1f0ff;
  --bs-table-border-color: #fbfbfd;
}

html[data-bs-theme=wupaq] body,
body.theme-wupaq,
body.theme-wupaq .app-wrapper,
body.theme-wupaq .app-main,
body.theme-wupaq .app-content-header {
  background-color: #f8f8f3 !important;
}

html[data-bs-theme=wupaq] .app-content-header,
body.theme-wupaq .app-content-header {
  padding-top: 21px !important;
}

html[data-bs-theme=wupaq] .btn-primary,
body.theme-wupaq .btn-primary,
html[data-bs-theme=wupaq] .btn-primary:focus,
body.theme-wupaq .btn-primary:focus,
html[data-bs-theme=wupaq] .btn-primary:active,
body.theme-wupaq .btn-primary:active,
html[data-bs-theme=wupaq] .swal2-styled.swal2-confirm,
body.theme-wupaq .swal2-styled.swal2-confirm {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #7e88f2;
  --bs-btn-border-color: #7e88f2;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #6c76e8;
  --bs-btn-hover-border-color: #6c76e8;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #626ce0;
  --bs-btn-active-border-color: #626ce0;
  color: #ffffff !important;
  background-color: #7e88f2 !important;
  border-color: #7e88f2 !important;
  box-shadow: none !important;
}

html[data-bs-theme=wupaq] .btn-primary:hover,
body.theme-wupaq .btn-primary:hover,
html[data-bs-theme=wupaq] .swal2-styled.swal2-confirm:hover,
body.theme-wupaq .swal2-styled.swal2-confirm:hover {
  color: #ffffff !important;
  background-color: #6c76e8 !important;
  border-color: #6c76e8 !important;
}

html[data-bs-theme=wupaq] .btn-outline-primary,
body.theme-wupaq .btn-outline-primary {
  --bs-btn-color: #7e88f2;
  --bs-btn-border-color: #7e88f2;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #7e88f2;
  --bs-btn-hover-border-color: #7e88f2;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #7e88f2;
  --bs-btn-active-border-color: #7e88f2;
  color: #7e88f2 !important;
  background-color: #ffffff !important;
  border-color: #7e88f2 !important;
  box-shadow: none !important;
}

html[data-bs-theme=wupaq] .btn-outline-primary:hover,
body.theme-wupaq .btn-outline-primary:hover,
html[data-bs-theme=wupaq] .btn-outline-primary:focus,
body.theme-wupaq .btn-outline-primary:focus,
html[data-bs-theme=wupaq] .btn-outline-primary:active,
body.theme-wupaq .btn-outline-primary:active {
  color: #ffffff !important;
  background-color: #7e88f2 !important;
  border-color: #7e88f2 !important;
}

html[data-bs-theme=wupaq] .btn-secondary,
body.theme-wupaq .btn-secondary {
  color: #171827 !important;
  background-color: #f1f0ff !important;
  border-color: #d7d9ff !important;
  box-shadow: none !important;
}

html[data-bs-theme=wupaq] .btn-secondary:hover,
body.theme-wupaq .btn-secondary:hover {
  color: #ffffff !important;
  background-color: #7e88f2 !important;
  border-color: #7e88f2 !important;
}

html[data-bs-theme=wupaq] .table,
body.theme-wupaq .table {
  --bs-table-bg: #ffffff;
  --bs-table-border-color: #efefef;
}

html[data-bs-theme=wupaq] .table-dark,
body.theme-wupaq .table-dark {
  --bs-table-color: #000 !important;
  --bs-table-bg: #f1f0ff !important;
  --bs-table-border-color: #ffffff !important;
}

html[data-bs-theme=wupaq] .table>thead.table-dark>tr>th,
body.theme-wupaq .table>thead.table-dark>tr>th,
html[data-bs-theme=wupaq] .table>thead.table-dark>tr>td,
body.theme-wupaq .table>thead.table-dark>tr>td {
  color: #000 !important;
  background-color: #f1f0ff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
}

html[data-bs-theme=wupaq] #filter_transit,
body.theme-wupaq #filter_transit,
html[data-bs-theme=wupaq] #filter_delivered,
body.theme-wupaq #filter_delivered,
html[data-bs-theme=wupaq] #filter_incidence,
body.theme-wupaq #filter_incidence {
  color: #171827 !important;
  background-color: #f1f0ff !important;
  border-color: #d7d9ff !important;
  box-shadow: none !important;
}

html[data-bs-theme=wupaq] #filter_transit::before,
body.theme-wupaq #filter_transit::before,
html[data-bs-theme=wupaq] #filter_delivered::before,
body.theme-wupaq #filter_delivered::before,
html[data-bs-theme=wupaq] #filter_incidence::before,
body.theme-wupaq #filter_incidence::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 999px;
  vertical-align: 1px;
}

html[data-bs-theme=wupaq] #filter_transit::before,
body.theme-wupaq #filter_transit::before {
  background-color: var(--bs-warning);
}

html[data-bs-theme=wupaq] #filter_delivered::before,
body.theme-wupaq #filter_delivered::before {
  background-color: var(--bs-success);
}

html[data-bs-theme=wupaq] #filter_incidence::before,
body.theme-wupaq #filter_incidence::before {
  background-color: var(--bs-danger);
}

html[data-bs-theme=wupaq] .app-header,
body.theme-wupaq .app-header {
  background-color: #f8f8f3 !important;
  border-bottom: 1px solid #e8e7df !important;
  box-shadow: none !important;
}

html[data-bs-theme=wupaq] .app-header .navbar-nav>.nav-item .badge.px-2.py-1,
body.theme-wupaq .app-header .navbar-nav>.nav-item .badge.px-2.py-1 {
  background-color: #7e88f2 !important;
}

html[data-bs-theme=wupaq] .app-sidebar,
body.theme-wupaq .app-sidebar {
  background-color: #fbfbfd !important;
  border-right: 0 !important;
  box-shadow: none !important;
}

html[data-bs-theme=wupaq] .sidebar-wrapper .nav-link,
body.theme-wupaq .sidebar-wrapper .nav-link {
  font-size: var(--bs-body-font-size) !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

html[data-bs-theme=wupaq] .form-control,
body.theme-wupaq .form-control,
html[data-bs-theme=wupaq] .btn,
body.theme-wupaq .btn {
  font-size: var(--bs-body-font-size) !important;
}

html[data-bs-theme=wupaq] .sidebar-brand,
body.theme-wupaq .sidebar-brand {
  height: 74px !important;
  background-color: #fbfbfd !important;
  border-bottom: 1px solid #e5e4ea !important;
}

html[data-bs-theme=wupaq] .user-menu img,
body.theme-wupaq .user-menu img {
  margin-right: 0px !important;
  background-color: #ebe9ff !important;
  border: 0 !important;
}

html[data-bs-theme=wupaq] .sidebar-brand .brand-imagebkp,
body.theme-wupaq .sidebar-brand .brand-imagebkp,
html[data-bs-theme=wupaq] .sidebar-brand img,
body.theme-wupaq .sidebar-brand img {
  width: 150px !important;
  max-width: 150px !important;
  max-height: none !important;
  height: auto !important;
  object-fit: contain !important;
}

html[data-bs-theme=wupaq] .card,
body.theme-wupaq .card,
html[data-bs-theme=wupaq] .small-box,
body.theme-wupaq .small-box {
  background-color: #ffffff !important;
  border: 1px solid #ececf4 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

html[data-bs-theme=wupaq] .small-box,
body.theme-wupaq .small-box {
  min-height: 150px !important;
  padding: 16px !important;
  border-top: 4px solid #7e88f2 !important;
}

html[data-bs-theme=wupaq] .card-header,
body.theme-wupaq .card-header {
  color: #171827 !important;
  background-color: #ffffff !important;
  border-bottom: 1px solid #ececf4 !important;
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
  font-weight: 800 !important;
}

html[data-bs-theme=wupaq] .icon,
body.theme-wupaq .icon {
  opacity: 0.8 !important;
}

html[data-bs-theme=wupaq] .dashboard-filter-form,
body.theme-wupaq .dashboard-filter-form {
  padding: 10px !important;
}

html[data-bs-theme=wupaq] .dateleft,
body.theme-wupaq .dateleft {
  color: #777684 !important;
  background: #ffffff !important;
  border: 1px solid #c9ccff !important;
  border-right: 0 !important;
}

html[data-bs-theme=wupaq] .dateright,
body.theme-wupaq .dateright,
html[data-bs-theme=wupaq] .checkincolor,
body.theme-wupaq .checkincolor {
  color: #ffffff !important;
  background: #7e88f2 !important;
  border-color: #7e88f2 !important;
}

html[data-bs-theme=wupaq] .bg-success,
body.theme-wupaq .bg-success {
  background-color: #7e88f2 !important;
}

html[data-bs-theme=wupaq] .navbar-nav>.user-menu>.dropdown-menu.show,
body.theme-wupaq .navbar-nav>.user-menu>.dropdown-menu.show {
  top: 61px !important;
}

html[data-bs-theme=wupaq] .sidebar-wrapper,
body.theme-wupaq .sidebar-wrapper,
html[data-bs-theme=wupaq] .sidebar-wrapper .sidebar-menu,
body.theme-wupaq .sidebar-wrapper .sidebar-menu {
  padding-bottom: 96px !important;
}

@media (max-width: 991.98px) {
  html[data-bs-theme=wupaq] .sidebar-wrapper,
  body.theme-wupaq .sidebar-wrapper,
  html[data-bs-theme=wupaq] .sidebar-wrapper .sidebar-menu,
  body.theme-wupaq .sidebar-wrapper .sidebar-menu {
    padding-bottom: 128px !important;
  }
}

@media (max-width: 767.98px) {
  html[data-bs-theme=wupaq] .content-header,
  body.theme-wupaq .content-header {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  html[data-bs-theme=wupaq] .MT4,
  body.theme-wupaq .MT4 {
    --bs-gutter-x: 0.9rem;
    --bs-gutter-y: 0.9rem;
  }

  html[data-bs-theme=wupaq] .MT4>.col-6,
  body.theme-wupaq .MT4>.col-6 {
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  html[data-bs-theme=wupaq] .small-box,
  body.theme-wupaq .small-box {
    min-height: 128px !important;
    margin-bottom: 0.95rem !important;
    padding: 18px 18px 16px !important;
    overflow: hidden !important;
    border-radius: 14px !important;
  }

  html[data-bs-theme=wupaq] .small-box>.inner,
  body.theme-wupaq .small-box>.inner {
    max-width: calc(100% - 72px) !important;
    min-height: 72px !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    text-align: left !important;
  }

  html[data-bs-theme=wupaq] .small-box>.inner>h5,
  body.theme-wupaq .small-box>.inner>h5,
  html[data-bs-theme=wupaq] .small-box h5,
  body.theme-wupaq .small-box h5 {
    max-width: 100% !important;
    margin: 0 0 8px !important;
    overflow-wrap: anywhere !important;
    color: #9a9aa3 !important;
    font-size: 0.82rem !important;
    line-height: 1.15 !important;
    letter-spacing: 0.06em !important;
  }

  html[data-bs-theme=wupaq] .small-box>.inner>span,
  body.theme-wupaq .small-box>.inner>span,
  html[data-bs-theme=wupaq] .small-box h3,
  body.theme-wupaq .small-box h3,
  html[data-bs-theme=wupaq] .small-box .h3,
  body.theme-wupaq .small-box .h3 {
    font-size: 2.25rem !important;
    line-height: 0.95 !important;
  }

  html[data-bs-theme=wupaq] .small-box>.icon,
  body.theme-wupaq .small-box>.icon {
    top: 18px !important;
    right: 18px !important;
    width: 54px !important;
    height: 54px !important;
    border-radius: 14px !important;
    opacity: 1 !important;
  }

  html[data-bs-theme=wupaq] .small-box>.icon>.small-box-icon,
  body.theme-wupaq .small-box>.icon>.small-box-icon,
  html[data-bs-theme=wupaq] .small-box .small-box-icon,
  body.theme-wupaq .small-box .small-box-icon {
    display: inline-block !important;
    font-size: 1.45rem !important;
  }

  html[data-bs-theme=wupaq] .small-box>.small-box-footer,
  body.theme-wupaq .small-box>.small-box-footer {
    width: auto !important;
    max-width: calc(100% - 8px) !important;
    margin-top: 14px !important;
    white-space: normal !important;
    text-align: left !important;
    font-size: 0.94rem !important;
    line-height: 1.2 !important;
  }

  html[data-bs-theme=wupaq] .small-box>.small-box-footer i,
  body.theme-wupaq .small-box>.small-box-footer i {
    margin-left: 4px !important;
  }

  html[data-bs-theme=wupaq] .app-header .container-fluid,
  body.theme-wupaq .app-header .container-fluid {
    gap: 8px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  html[data-bs-theme=wupaq] .saldobtn .dateleft,
  body.theme-wupaq .saldobtn .dateleft {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  html[data-bs-theme=wupaq] .saldobtn .dateright,
  body.theme-wupaq .saldobtn .dateright {
    max-width: 142px !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
    font-size: 1rem !important;
  }
}
