.pull-right {
  float: right;
}

.bg-gradient-info, .bg-gradient-primary {
  background-image: linear-gradient(195deg, #ba0000 0%, #f80000 100%);
}

.btn-warning{
  background-color:  #ba0000;
  box-shadow: #ba0000;
}

.clickable{
  cursor: pointer;
}

.btn-warning:hover{
  background-color:  #f80000;
  
}
.btn-success{
  background-color:  #f80000;
  box-shadow: #f80000;
}

.btn-success:hover{
  background-color:  #ba0000;
  
}

.table th {
  font-weight: 100;
}

.breadcrumb-arrow {
  height: 36px;
  padding: 0;
  line-height: 36px;
  list-style: none;
  background-color: #e6e9ed
}
.breadcrumb-arrow li:first-child a {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
  display: inline-block;
  vertical-align: top
}
.breadcrumb-arrow li:not(:first-child) {
  margin-left: -5px
}
.breadcrumb-arrow li+li:before {
  padding: 0;
  content: ""
}
.breadcrumb-arrow li span {
  padding: 0 10px
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
  height: 36px;
  padding: 0 10px 0 25px;
  line-height: 36px
}
.breadcrumb-arrow li:first-child a {
  padding: 0 10px
}
.breadcrumb-arrow li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  background-color: rgb(70, 70, 70);;
  border: 1px solid  transparent;
}
.breadcrumb-arrow li:first-child a {
  padding-left: 10px
}
.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: '';
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent
}
.breadcrumb-arrow li a:before {
  right: -10px;
  z-index: 3;
  border-left-color: rgb(70, 70, 70);
  border-left-style: solid;
  border-left-width: 11px
}
.breadcrumb-arrow li a:after {
  right: -11px;
  z-index: 2;
  border-left: 11px solid rgb(50, 50, 50);
}
.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
  background-color: rgb(50, 50, 50);
  border: 1px solid rgb(70, 70, 70);
}
.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
  border-left-color: rgb(70, 70, 70);
}
.breadcrumb-arrow li a:active {
  background-color: rgb(50, 50, 50);
  border: 1px solid rgb(70, 70, 70);
}
.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
  border-left-color: rgb(70, 70, 70);
}
.breadcrumb-arrow li span {
  color: #434a54
}

/* Logged-in application layout
 * Premium TheAlpha backoffice: dark glass surfaces, gold lines, and dense
 * readable admin controls that echo the public login and landing pages.
 */
.app-shell {
  --app-canvas: #050504;
  --app-surface: rgba(15, 14, 10, .86);
  --app-surface-solid: #11100c;
  --app-surface-soft: rgba(255, 246, 220, .06);
  --app-border: rgba(255, 216, 128, .24);
  --app-border-strong: rgba(255, 227, 154, .42);
  --app-text: #fff6dc;
  --app-muted: #d4c49d;
  --app-gold: #d4a341;
  --app-gold-bright: #ffe39a;
  --app-red: #d50000;
  --app-red-deep: #870000;
  background: var(--app-canvas) !important;
  color: var(--app-text);
}

.app-shell .main-content {
  min-height: 100vh;
  background:
    radial-gradient(circle at 22% 10%, rgba(255, 227, 154, .13), transparent 24%),
    radial-gradient(circle at 78% 82%, rgba(213, 0, 0, .11), transparent 26%),
    linear-gradient(135deg, rgba(255, 246, 220, .08), transparent 32%),
    var(--app-canvas);
}

.app-shell .alpha-office-sidebar,
.app-shell #sidenav-main {
  background:
    linear-gradient(180deg, rgba(255, 227, 154, .08), transparent 26%),
    linear-gradient(145deg, rgba(18, 16, 11, .96), rgba(5, 5, 4, .96)) !important;
  border: 1px solid var(--app-border) !important;
  border-radius: 8px !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .42);
  overflow: hidden;
}

.app-shell .alpha-office-brand {
  padding: .65rem 1rem .85rem;
}

.app-shell .alpha-office-brand img {
  width: 104px;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .5));
}

.app-shell .alpha-office-brand-text {
  margin-top: .35rem;
  color: var(--app-gold-bright);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.app-shell #sidenav-main .navbar-nav {
  padding: .25rem .65rem 1rem;
}

.app-shell #sidenav-main .nav-item {
  margin: .18rem 0;
}

.app-shell #sidenav-main .nav-link,
.app-shell .alpha-office-nav-link {
  min-height: 42px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--app-muted) !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.app-shell #sidenav-main .nav-link:hover,
.app-shell #sidenav-main .nav-link:focus,
.app-shell #sidenav-main .nav-link.active {
  color: var(--app-gold-bright) !important;
  border-color: var(--app-border);
  background: rgba(255, 246, 220, .07) !important;
  transform: translateX(2px);
}

.app-shell .alpha-office-nav-icon {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 216, 128, .22);
  border-radius: 6px;
  color: var(--app-gold-bright);
  background: rgba(255, 246, 220, .06);
}

.app-shell .alpha-office-signout {
  margin-top: .75rem !important;
  color: #ffdede !important;
}

.app-shell .alpha-office-signout .alpha-office-nav-icon {
  color: #ffdede;
  border-color: rgba(213, 0, 0, .28);
  background: rgba(213, 0, 0, .12);
}

.app-shell #navbarBlur {
  margin-bottom: 0 !important;
  border-bottom: 1px solid var(--app-border);
}

/* Older screens render their page name as a breadcrumb. Present it as the
 * same strong page heading used by the newer maintenance screens.
 */
.app-shell .main-content > #navbarBlur {
  margin-top: 1rem;
  padding: .85rem 0 1rem !important;
  border: 1px solid var(--app-border);
  background:
    linear-gradient(115deg, rgba(255, 246, 220, .1), rgba(5, 5, 4, .55)),
    rgba(15, 14, 10, .78);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
  backdrop-filter: blur(10px);
}

.app-shell .main-content > #navbarBlur .breadcrumb-item:first-child {
  display: none;
}

.app-shell .main-content > #navbarBlur .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  color: var(--app-gold-bright) !important;
  font-size: 1.5rem !important;
  font-weight: 600;
}

.app-shell #navbarBlur h6 {
  color: var(--app-gold-bright);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.app-shell #iconNavbarSidenav .sidenav-toggler-line {
  background: var(--app-gold-bright);
}

.app-shell .main-content > #navbarBlur .breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.app-shell .main-content > .content-wrapper,
.app-shell .main-content > form > .content-wrapper {
  padding: 1.5rem;
}

.app-shell .content-wrapper {
  background: transparent;
}

.app-shell .bg-white {
  background-color: var(--app-surface) !important;
}

.app-shell .text-dark,
.app-shell .text-body,
.app-shell .text-secondary,
.app-shell .card-title,
.app-shell .card-header h1,
.app-shell .card-header h2,
.app-shell .card-header h3,
.app-shell .card-header h4,
.app-shell .card-header h5,
.app-shell .card-header h6 {
  color: var(--app-text) !important;
}

.app-shell .text-muted,
.app-shell small,
.app-shell .small {
  color: var(--app-muted) !important;
}

.app-shell .card-header,
.app-shell .box-header {
  border-bottom: 1px solid var(--app-border);
  background:
    linear-gradient(135deg, rgba(255, 227, 154, .1), rgba(5, 5, 4, .12)),
    transparent;
}

.app-shell .content-wrapper > .container-full,
.app-shell .content-wrapper > .container-fluid {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.app-shell .main-content > .container-fluid,
.app-shell .main-content > form > .container-fluid {
  padding: 1.5rem !important;
}

/* Legacy form/list templates place bare containers immediately inside the
 * page or form. Give each container its own white working surface so sibling
 * sections are visibly divided by the gray page gutter.
 */
.app-shell .main-content > form > .container-fluid,
.app-shell .main-content > .container-fluid > form,
.app-shell .main-content > .col-md-12 {
  background: var(--app-surface);
  border: 1px solid var(--app-border);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
  backdrop-filter: blur(8px);
}

.app-shell .main-content > form > .container-fluid {
  width: auto;
  margin: 0 1.5rem 1.5rem;
}

.app-shell .main-content > .container-fluid > form {
  padding: 1.5rem;
}

.app-shell .main-content > .col-md-12 {
  width: auto;
  margin: 1.5rem;
  padding: 1.5rem;
}

.app-shell .main-content > .container-fluid.bg-white,
.app-shell .main-content > form > .container-fluid.bg-white {
  width: auto;
  margin: 1.5rem;
  border: 1px solid var(--app-border);
  border-radius: 8px;
  background: var(--app-surface) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
}

.app-shell .content-header {
  margin: 0 0 1rem;
  padding: 0;
}

.app-shell .content-header .page-title,
.app-shell .content-header h4 {
  margin: 0;
  color: var(--app-gold-bright);
  font-weight: 600;
}

.app-shell .card,
.app-shell .box {
  margin-bottom: 1.5rem;
  overflow: hidden;
  background: var(--app-surface);
  border: 1px solid var(--app-border);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .24);
  backdrop-filter: blur(8px);
}

.app-shell .card-margin {
  margin-right: 0;
  margin-left: 0;
}

.app-shell .card-body,
.app-shell .box > .card-body {
  padding: 1.5rem;
}

.app-shell .card .card,
.app-shell .card-body .card {
  box-shadow: none;
}

.app-shell .row + .row {
  margin-top: .25rem;
}

.app-shell label {
  margin-bottom: .4rem;
  color: var(--app-gold-bright);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.app-shell .form-control,
.app-shell .form-select,
.app-shell select.form-control,
.app-shell textarea,
.app-shell input[type="text"],
.app-shell input[type="number"],
.app-shell input[type="email"],
.app-shell input[type="password"],
.app-shell input[type="date"] {
  min-height: 42px;
  color: var(--app-text);
  border: 1px solid rgba(255, 216, 128, .26);
  border-radius: 6px;
  background-color: rgba(255, 246, 220, .08);
}

.app-shell .form-control:focus,
.app-shell .form-select:focus,
.app-shell select.form-control:focus,
.app-shell textarea:focus,
.app-shell input[type="text"]:focus,
.app-shell input[type="number"]:focus,
.app-shell input[type="email"]:focus,
.app-shell input[type="password"]:focus,
.app-shell input[type="date"]:focus {
  color: var(--app-text);
  border-color: var(--app-gold-bright);
  background-color: rgba(255, 246, 220, .12);
  box-shadow: 0 0 0 3px rgba(255, 227, 154, .14);
}

.app-shell .form-control::placeholder {
  color: rgba(255, 246, 220, .48);
}

.app-shell .input-group {
  margin-bottom: 1rem !important;
}

.app-shell .table-responsive,
.app-shell .table-responsive1,
.app-shell #no-more-tables {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--app-border);
  border-radius: 8px;
  background: var(--app-surface-solid);
}

.app-shell .table,
.app-shell table.list {
  width: 100%;
  margin-bottom: 0;
  color: var(--app-text);
  background: var(--app-surface-solid);
  border-collapse: collapse;
}

.app-shell .table > :not(caption) > * > *,
.app-shell table.list th,
.app-shell table.list td {
  padding: .8rem .9rem;
  border: 1px solid var(--app-border);
  vertical-align: middle;
  color: var(--app-text);
}

.app-shell .table thead th,
.app-shell .table thead td,
.app-shell table.list thead th,
.app-shell table.list thead td {
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.app-shell .table thead tr:not(.bg-transparent),
.app-shell table.list thead tr {
  background-image: linear-gradient(135deg, rgba(255, 227, 154, .18), rgba(135, 0, 0, .38));
}

.app-shell .table thead tr:not(.bg-transparent) > th,
.app-shell .table thead tr:not(.bg-transparent) > td,
.app-shell table.list thead th,
.app-shell table.list thead td {
  color: var(--app-gold-bright) !important;
}

.app-shell .table-striped > tbody > tr:nth-of-type(odd) > *,
.app-shell table.list > tbody > tr:nth-of-type(odd) > * {
  background-color: rgba(255, 246, 220, .035);
}

.app-shell .table tbody tr:hover > *,
.app-shell table.list tbody tr:hover > * {
  background-color: rgba(255, 227, 154, .08);
}

.app-shell .table td a,
.app-shell table.list td a {
  color: var(--app-gold-bright);
  font-weight: 700;
}

.app-shell .pagination {
  margin-top: 1rem;
}

/* Shared pagination treatment for every Back Office list. */
.app-shell .pagination,
.app-shell .alpha-pagination,
.app-shell .alpha-dashboard-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 22px 0 4px;
  padding: 14px 16px;
  border: 1px solid rgba(212, 163, 65, .45);
  border-radius: 12px;
  background: rgba(255, 250, 240, .86);
  box-shadow: 0 8px 20px rgba(78, 42, 12, .06);
}

.app-shell .pagination > .page-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  padding: 0 !important;
}

.app-shell .pagination .links,
.app-shell .alpha-pagination .links,
.app-shell .alpha-dashboard-pagination .links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  order: 2;
}

.app-shell .pagination .links a,
.app-shell .pagination .links b,
.app-shell .alpha-pagination .links a,
.app-shell .alpha-pagination .links b,
.app-shell .alpha-dashboard-pagination .links a,
.app-shell .alpha-dashboard-pagination .links b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  margin: 0;
  padding: 0 8px;
  border: 1px solid #dfc38f;
  border-radius: 8px;
  background: #fffdf8;
  color: #8e0909 !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.app-shell .pagination .links a:hover,
.app-shell .alpha-pagination .links a:hover,
.app-shell .alpha-dashboard-pagination .links a:hover {
  border-color: #a70a0a;
  background: #a70a0a;
  color: #fff8e9 !important;
}

.app-shell .pagination .links b,
.app-shell .alpha-pagination .links b,
.app-shell .alpha-dashboard-pagination .links b {
  border-color: #8e0909;
  background: #8e0909;
  color: #fff8e9 !important;
}

.app-shell .pagination .results,
.app-shell .alpha-pagination .results,
.app-shell .alpha-dashboard-pagination .results {
  order: 1;
  color: #75604b;
  font-size: 12px;
  font-weight: 700;
}

.app-shell .btn {
  margin-bottom: .25rem;
  border-radius: 6px;
  font-weight: 800;
  letter-spacing: .03em;
}

.app-shell .btn-primary,
.app-shell .btn-info,
.app-shell .btn-success,
.app-shell .btn-warning,
.app-shell .bg-gradient-primary,
.app-shell .bg-gradient-info {
  color: #120d04 !important;
  border: 1px solid rgba(255, 227, 154, .72);
  background-image: linear-gradient(135deg, #ffe39a, #d4a341 54%, #9f6818) !important;
  box-shadow: 0 10px 26px rgba(212, 163, 65, .22);
}

.app-shell .btn-danger {
  border: 1px solid rgba(255, 216, 128, .28);
  background-image: linear-gradient(135deg, var(--app-red), var(--app-red-deep)) !important;
  box-shadow: 0 10px 26px rgba(213, 0, 0, .2);
}

.app-shell a {
  color: var(--app-gold-bright);
}

.app-shell .text-primary,
.app-shell .text-info,
.app-shell .text-gradient {
  color: var(--app-gold-bright) !important;
  background-image: none !important;
  -webkit-text-fill-color: currentColor !important;
}

.app-shell hr {
  border-color: var(--app-border);
  opacity: 1;
}

@media (max-width: 767.98px) {
  .app-shell .main-content > .content-wrapper,
  .app-shell .main-content > form > .content-wrapper,
  .app-shell .main-content > .container-fluid,
  .app-shell .main-content > form > .container-fluid {
    padding: 1rem !important;
  }

  .app-shell .main-content > .container-fluid.bg-white,
  .app-shell .main-content > form > .container-fluid.bg-white {
    margin: 1rem;
  }

  .app-shell .main-content > form > .container-fluid,
  .app-shell .main-content > .col-md-12 {
    margin: 0 1rem 1rem;
  }

  .app-shell .main-content > .container-fluid > form,
  .app-shell .main-content > .col-md-12 {
    padding: 1rem;
  }

  .app-shell .card-body,
  .app-shell .box > .card-body {
    padding: 1rem;
  }
}

/* TheAlpha SaaS backoffice redesign */
.alpha-office-shell {
  --office-canvas: #050504;
  --office-surface: rgba(15, 14, 10, .92);
  --office-surface-soft: rgba(255, 246, 220, .06);
  --office-line: rgba(255, 216, 128, .22);
  --office-line-strong: rgba(255, 227, 154, .42);
  --office-text: #fff6dc;
  --office-muted: #d4c49d;
  --office-black: #08090c;
  --office-red: #d50000;
  --office-blue: #d4a341;
  --office-gold: #c6922e;
  background: var(--office-canvas) !important;
  color: var(--office-text);
}

.alpha-office-shell .main-content,
.alpha-office-shell .alpha-office-main {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 227, 154, .12), transparent 24%),
    radial-gradient(circle at 84% 78%, rgba(213, 0, 0, .12), transparent 26%),
    linear-gradient(135deg, #161612 0%, #090907 46%, #050504 100%) !important;
}

.alpha-office-shell #sidenav-main.alpha-office-sidebar,
.alpha-office-shell .alpha-office-sidebar {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0 !important;
  transform: translateX(0) !important;
  width: 260px;
  max-width: 260px;
  min-height: calc(100vh - 32px);
  height: calc(100vh - 32px);
  margin: 16px 0 16px 16px !important;
  padding: 0;
  border: 1px solid var(--office-line) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(255, 227, 154, .08), transparent 26%),
    rgba(10, 10, 8, .92) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
  backdrop-filter: blur(16px);
  overflow: hidden;
  z-index: 1030;
  display: flex;
  flex-direction: column;
}

.alpha-office-shell #sidenav-main.alpha-office-sidebar .navbar-collapse,
.alpha-office-shell #sidenav-main.alpha-office-sidebar .alpha-office-menu {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(255, 227, 154, .55) rgba(50, 0, 0, .22);
  scrollbar-width: thin;
}

.alpha-office-shell #sidenav-main.alpha-office-sidebar .alpha-office-menu::-webkit-scrollbar {
  width: 7px;
}

.alpha-office-shell #sidenav-main.alpha-office-sidebar .alpha-office-menu::-webkit-scrollbar-track {
  background: rgba(50, 0, 0, .22);
  border-radius: 999px;
}

.alpha-office-shell #sidenav-main.alpha-office-sidebar .alpha-office-menu::-webkit-scrollbar-thumb {
  background: rgba(255, 227, 154, .55);
  border-radius: 999px;
}

.alpha-office-shell .alpha-office-brand {
  padding: 22px 22px 18px;
}

.alpha-office-shell .alpha-office-brand-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--office-text);
  text-decoration: none;
}

.alpha-office-shell .alpha-office-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .42));
}

.alpha-office-shell .alpha-office-brand strong {
  display: block;
  color: #ffe39a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
}

.alpha-office-shell .alpha-office-brand small {
  display: block;
  margin-top: 2px;
  color: var(--office-muted) !important;
  font-size: 12px;
  font-weight: 700;
}

.alpha-office-shell .alpha-office-menu {
  display: flex !important;
  min-height: calc(100vh - 126px);
  flex-direction: column;
  padding: 0 12px 12px;
}

.alpha-office-shell .alpha-office-menu.collapse:not(.show) {
  display: flex !important;
}

.alpha-office-shell .alpha-office-menu-label {
  margin: 4px 10px 10px;
  color: rgba(255, 227, 154, .62);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.alpha-office-shell #sidenav-main .navbar-nav {
  flex: 1;
  padding: 0;
  display: block;
  margin: 0;
  list-style: none;
}

.alpha-office-shell #sidenav-main .nav-item {
  margin: 4px 0;
}

.alpha-office-shell #sidenav-main .nav-link.alpha-office-nav-link {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #eadfbe !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.alpha-office-shell #sidenav-main .nav-link.alpha-office-nav-link:hover,
.alpha-office-shell #sidenav-main .nav-link.alpha-office-nav-link:focus {
  color: #ffe39a !important;
  border-color: var(--office-line);
  background: rgba(255, 246, 220, .08) !important;
}

.alpha-office-shell #sidenav-main .nav-link.alpha-office-nav-link.active {
  color: #120d04 !important;
  background: linear-gradient(135deg, #ffe39a, #d4a341 58%, #9f6818) !important;
  box-shadow: 0 14px 28px rgba(212, 163, 65, .2) !important;
}

.alpha-office-shell .alpha-office-nav-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 216, 128, .24);
  border-radius: 10px;
  color: #ffe39a;
  background: rgba(255, 246, 220, .08);
}

.alpha-office-shell #sidenav-main .nav-link.active .alpha-office-nav-icon {
  color: #120d04;
  border-color: rgba(18, 13, 4, .14);
  background: rgba(18, 13, 4, .1);
}

.alpha-office-shell .alpha-office-sidebar-footer {
  padding-top: 12px;
  border-top: 1px solid var(--office-line);
}

.alpha-office-shell #sidenav-main .alpha-office-signout {
  color: #b42318 !important;
}

.alpha-office-shell #sidenav-main .alpha-office-signout .alpha-office-nav-icon {
  color: #ffdede;
  border-color: rgba(213, 0, 0, .28);
  background: rgba(213, 0, 0, .14);
}

.alpha-office-shell .alpha-office-main {
  display: block;
  width: auto;
  min-width: 0;
  margin-left: 292px !important;
  padding: 18px 22px 28px;
}

/* The backdrop is used only by the mobile off-canvas sidebar. */
.alpha-office-sidebar-backdrop {
  display: none;
}

/* Page titles sit on a dark panel, so they must not inherit the standard dark heading colour. */
body.alpha-office-shell .content-wrapper .content-header .page-title {
  color: #ffe39a !important;
}

.alpha-office-shell .alpha-office-topbar {
  min-height: 72px;
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.alpha-office-shell .alpha-office-topbar-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
}

.alpha-office-shell .alpha-office-page-title span {
  display: block;
  color: var(--office-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.alpha-office-shell .alpha-office-page-title h6 {
  margin: 4px 0 0;
  color: var(--office-text) !important;
  font-family: Roboto, Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.alpha-office-shell .alpha-office-user-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.alpha-office-shell .alpha-office-mobile-toggle {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--office-line);
  border-radius: 50%;
  color: #ffe39a;
  background: rgba(15, 14, 10, .92);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
  font-weight: 900;
  text-decoration: none;
}

.alpha-office-shell .alpha-office-avatar {
  min-width: 330px;
  max-width: 430px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 7px 18px 7px 10px;
  border: 1px solid rgba(255, 227, 154, .86);
  border-radius: 8px;
  color: #17140d;
  background: linear-gradient(135deg, #ffe39a, #d4a341 58%, #b98220);
  box-shadow: 0 12px 24px rgba(159, 104, 24, .18);
  font-weight: 900;
  text-decoration: none;
}

.alpha-office-shell .content-wrapper,
.alpha-office-shell .main-content > .container-fluid,
.alpha-office-shell .main-content > form > .container-fluid {
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
}

.alpha-office-shell .main-content > form > .container-fluid,
.alpha-office-shell .main-content > .container-fluid > form,
.alpha-office-shell .main-content > .col-md-12,
.alpha-office-shell .main-content > .container-fluid.bg-white,
.alpha-office-shell .main-content > form > .container-fluid.bg-white,
.alpha-office-shell .card,
.alpha-office-shell .box {
  border: 1px solid var(--office-line) !important;
  border-radius: 16px !important;
  color: var(--office-text);
  background:
    linear-gradient(145deg, rgba(255, 227, 154, .07), transparent 38%),
    var(--office-surface) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .26) !important;
  backdrop-filter: blur(10px);
}

.alpha-office-shell .main-content > form > .container-fluid,
.alpha-office-shell .main-content > .container-fluid.bg-white,
.alpha-office-shell .main-content > form > .container-fluid.bg-white,
.alpha-office-shell .main-content > .col-md-12 {
  margin: 0 0 18px !important;
  padding: 24px !important;
}

.alpha-office-shell .main-content > .container-fluid > form,
.alpha-office-shell .card-body,
.alpha-office-shell .box > .card-body {
  padding: 24px;
}

.alpha-office-shell .content-header .page-title,
.alpha-office-shell .content-header h4,
.alpha-office-shell h1,
.alpha-office-shell h2,
.alpha-office-shell h3,
.alpha-office-shell h4,
.alpha-office-shell h5,
.alpha-office-shell h6,
.alpha-office-shell .text-dark,
.alpha-office-shell .text-body,
.alpha-office-shell .card-title {
  color: var(--office-text) !important;
}

.alpha-office-shell .text-muted,
.alpha-office-shell .text-secondary,
.alpha-office-shell small,
.alpha-office-shell .small {
  color: var(--office-muted) !important;
}

.alpha-office-shell label {
  color: #ffe39a;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.alpha-office-shell .form-control,
.alpha-office-shell .form-select,
.alpha-office-shell select.form-control,
.alpha-office-shell textarea,
.alpha-office-shell input[type="text"],
.alpha-office-shell input[type="number"],
.alpha-office-shell input[type="email"],
.alpha-office-shell input[type="password"],
.alpha-office-shell input[type="date"] {
  min-height: 42px;
  color: var(--office-text);
  border: 1px solid var(--office-line-strong);
  border-radius: 10px;
  background-color: rgba(255, 246, 220, .08);
  box-shadow: none;
  padding: .55rem .75rem;
}

.alpha-office-shell .form-control:focus,
.alpha-office-shell .form-select:focus,
.alpha-office-shell select.form-control:focus,
.alpha-office-shell textarea:focus,
.alpha-office-shell input[type="text"]:focus,
.alpha-office-shell input[type="number"]:focus,
.alpha-office-shell input[type="email"]:focus,
.alpha-office-shell input[type="password"]:focus,
.alpha-office-shell input[type="date"]:focus {
  color: var(--office-text);
  border-color: #ffe39a;
  background-color: rgba(255, 246, 220, .12);
  box-shadow: 0 0 0 4px rgba(255, 227, 154, .14);
}

.alpha-office-shell .table-responsive,
.alpha-office-shell .table-responsive1,
.alpha-office-shell #no-more-tables {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--office-line);
  border-radius: 16px;
  background: #11100c;
}

.alpha-office-shell .table,
.alpha-office-shell table.list {
  width: 100%;
  color: var(--office-text);
  background: #11100c;
  border-collapse: collapse;
}

.alpha-office-shell .table > :not(caption) > * > *,
.alpha-office-shell table.list th,
.alpha-office-shell table.list td {
  padding: 14px 16px;
  color: #eadfbe;
  border: 1px solid rgba(255, 216, 128, .18);
}

.alpha-office-shell .table thead tr:not(.bg-transparent),
.alpha-office-shell table.list thead tr {
  background-image: none;
  background-color: var(--office-red);
}

.alpha-office-shell .table thead tr:not(.bg-transparent) > th,
.alpha-office-shell .table thead tr:not(.bg-transparent) > td,
.alpha-office-shell table.list thead th,
.alpha-office-shell table.list thead td {
  color: #fff !important;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.alpha-office-shell .table-striped > tbody > tr:nth-of-type(odd) > *,
.alpha-office-shell table.list > tbody > tr:nth-of-type(odd) > * {
  background-color: rgba(255, 246, 220, .045);
}

.alpha-office-shell .table tbody tr:hover > *,
.alpha-office-shell table.list tbody tr:hover > * {
  background-color: rgba(255, 227, 154, .09);
}

.alpha-office-shell .table td a,
.alpha-office-shell table.list td a,
.alpha-office-shell a {
  color: #ffe39a;
}

.alpha-office-shell .btn,
.alpha-office-shell button {
  border-radius: 10px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.alpha-office-shell .btn-primary,
.alpha-office-shell .btn-info,
.alpha-office-shell .btn-success,
.alpha-office-shell .bg-gradient-primary,
.alpha-office-shell .bg-gradient-info {
  color: #fff !important;
  border: 0;
  background-image: none !important;
  background-color: var(--office-red) !important;
  box-shadow: 0 10px 22px rgba(213, 0, 0, .18);
}

.alpha-office-shell .btn-warning {
  color: #fff !important;
  border: 0;
  background-color: var(--office-black) !important;
  background-image: none !important;
}

.alpha-office-shell .btn-danger {
  border: 0;
  background-image: none !important;
  background-color: #b42318 !important;
}

.alpha-office-shell .btn-secondary {
  color: #ffe39a;
  border: 1px solid var(--office-line);
  background: rgba(255, 246, 220, .08);
}

.alpha-office-shell .footer {
  color: var(--office-muted);
}

.alpha-office-shell .card-header,
.alpha-office-shell .box-header {
  border-bottom: 1px solid var(--office-line);
  background: rgba(255, 246, 220, .04) !important;
}

.alpha-office-shell .bg-white,
.alpha-office-shell .bg-gray-100,
.alpha-office-shell .bg-gray-200 {
  background-color: var(--office-surface) !important;
}

.alpha-office-shell .table-responsive::-webkit-scrollbar,
.alpha-office-shell .table-responsive1::-webkit-scrollbar,
.alpha-office-shell #no-more-tables::-webkit-scrollbar,
.alpha-office-shell #sidenav-main .navbar-collapse::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.alpha-office-shell .table-responsive::-webkit-scrollbar-track,
.alpha-office-shell .table-responsive1::-webkit-scrollbar-track,
.alpha-office-shell #no-more-tables::-webkit-scrollbar-track,
.alpha-office-shell #sidenav-main .navbar-collapse::-webkit-scrollbar-track {
  background: rgba(255, 246, 220, .08);
  border-radius: 999px;
}

.alpha-office-shell .table-responsive::-webkit-scrollbar-thumb,
.alpha-office-shell .table-responsive1::-webkit-scrollbar-thumb,
.alpha-office-shell #no-more-tables::-webkit-scrollbar-thumb,
.alpha-office-shell #sidenav-main .navbar-collapse::-webkit-scrollbar-thumb {
  background: rgba(255, 227, 154, .42);
  border-radius: 999px;
}

.alpha-office-shell .swal2-popup {
  color: var(--office-text);
  border: 1px solid var(--office-line);
  background: #11100c;
}

/* Lighter BOIGHR-inspired working surfaces and fixed legacy form spacing. */
.alpha-office-shell {
  --office-canvas: #f4efe4;
  --office-surface: #fffaf0;
  --office-surface-soft: #fbf4e6;
  --office-line: #e2d3b3;
  --office-line-strong: #c6a863;
  --office-text: #221b12;
  --office-muted: #75664e;
  --office-red: #d50000;
  --office-gold: #c6922e;
}

.alpha-office-shell .main-content,
.alpha-office-shell .alpha-office-main {
  color: var(--office-text);
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 255, 255, .86), transparent 24%),
    radial-gradient(circle at 88% 82%, rgba(213, 0, 0, .08), transparent 25%),
    linear-gradient(135deg, #fffaf0 0%, #f4efe4 44%, #ebe1cf 100%) !important;
}

.alpha-office-shell #sidenav-main.alpha-office-sidebar,
.alpha-office-shell .alpha-office-sidebar {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .12), transparent 30%),
    linear-gradient(155deg, #9f0909, #690707 58%, #3b0505) !important;
  border-color: rgba(255, 205, 205, .32) !important;
}

.alpha-office-shell .alpha-office-topbar-inner {
  background: transparent !important;
  box-shadow: none;
}

body.alpha-office-shell .content-wrapper .content-header .page-title {
  background: linear-gradient(135deg, #c31111, #900909 58%, #650606) !important;
  border-color: rgba(255, 210, 210, .34) !important;
  color: #fff4d6 !important;
  box-shadow: 0 14px 32px rgba(117, 7, 7, .2);
}

.alpha-office-shell .alpha-office-brand {
  margin: 14px 12px 16px;
  padding: 16px !important;
  border: 1px solid rgba(255, 229, 185, .36);
  border-radius: 14px;
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 255, 255, .2), transparent 32%),
    linear-gradient(135deg, rgba(75, 0, 0, .42), rgba(225, 44, 44, .18));
  box-shadow: 0 14px 30px rgba(49, 0, 0, .25);
}

.alpha-office-shell .alpha-office-brand img {
  width: 54px;
  height: 54px;
  padding: 5px;
  border: 1px solid rgba(255, 227, 154, .62);
  border-radius: 14px;
  background: rgba(70, 0, 0, .48);
  filter: drop-shadow(0 8px 14px rgba(38, 0, 0, .38));
}

.alpha-office-shell .alpha-office-brand strong {
  color: #fff4d6 !important;
  font-size: 18px;
  letter-spacing: -.02em;
}

.alpha-office-shell .alpha-office-brand small {
  margin-top: 4px;
  color: #ffd98a !important;
  font-size: 12px;
  letter-spacing: .03em;
}

.alpha-office-shell .alpha-office-sidebar-footer {
  position: relative;
  margin: auto 0 0 !important;
  padding: 18px 0 14px !important;
  border: 0 !important;
}

.alpha-office-shell .alpha-office-sidebar-footer::before {
  position: absolute;
  top: 0;
  right: 10px;
  left: 10px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 230, 182, .78), transparent);
}

.alpha-office-shell #sidenav-main .alpha-office-signout {
  min-height: 46px;
  justify-content: center;
  margin-bottom: 12px !important;
  padding: 8px 12px !important;
  border: 1px solid rgba(255, 218, 188, .32) !important;
  border-radius: 10px;
  color: #fff4d6 !important;
  background: linear-gradient(135deg, rgba(88, 0, 0, .72), rgba(52, 0, 0, .58)) !important;
  box-shadow: 0 10px 22px rgba(64, 0, 0, .2) !important;
}

.alpha-office-shell #sidenav-main .alpha-office-signout:hover,
.alpha-office-shell #sidenav-main .alpha-office-signout:focus {
  color: #fff !important;
  border-color: rgba(255, 231, 194, .7) !important;
  background: linear-gradient(135deg, #970b0b, #650606) !important;
}

.alpha-office-shell #sidenav-main .alpha-office-signout .alpha-office-nav-icon {
  color: #fff4d6 !important;
  border-color: rgba(255, 224, 188, .3) !important;
  background: rgba(177, 13, 13, .42) !important;
}

.alpha-office-shell .main-content > form > .container-fluid,
.alpha-office-shell .main-content > .container-fluid > form,
.alpha-office-shell .main-content > .col-md-12,
.alpha-office-shell .main-content > .container-fluid.bg-white,
.alpha-office-shell .main-content > form > .container-fluid.bg-white,
.alpha-office-shell .card,
.alpha-office-shell .box {
  color: var(--office-text);
  background: rgba(255, 250, 240, .96) !important;
  border-color: var(--office-line) !important;
  box-shadow: 0 18px 42px rgba(73, 55, 18, .1) !important;
}

.alpha-office-shell .content-header .page-title,
.alpha-office-shell .content-header h4,
.alpha-office-shell h1,
.alpha-office-shell h2,
.alpha-office-shell h3,
.alpha-office-shell h4,
.alpha-office-shell h5,
.alpha-office-shell h6,
.alpha-office-shell .text-dark,
.alpha-office-shell .text-body,
.alpha-office-shell .card-title {
  color: var(--office-text) !important;
}

.alpha-office-shell .alpha-office-page-title h6 {
  color: var(--office-text) !important;
  font-family: "Open Sans", Arial, sans-serif;
}

.alpha-office-shell .alpha-office-page-title span,
.alpha-office-shell .text-muted,
.alpha-office-shell .text-secondary,
.alpha-office-shell small,
.alpha-office-shell .small {
  color: var(--office-muted) !important;
}

.alpha-office-shell .card-body form,
.alpha-office-shell form .card-body {
  color: var(--office-text);
}

.alpha-office-shell .input-group,
.alpha-office-shell .input-group-static,
.alpha-office-shell .form-group.input-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 7px;
  margin-bottom: 16px !important;
}

.alpha-office-shell .input-group > .form-label,
.alpha-office-shell .input-group-static > .form-label,
.alpha-office-shell .form-group > .form-label,
.alpha-office-shell label {
  width: auto;
  margin: 0;
  color: #4a3a20;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.alpha-office-shell .form-control,
.alpha-office-shell .form-select,
.alpha-office-shell select.form-control,
.alpha-office-shell textarea,
.alpha-office-shell input[type="text"],
.alpha-office-shell input[type="number"],
.alpha-office-shell input[type="email"],
.alpha-office-shell input[type="password"],
.alpha-office-shell input[type="date"] {
  width: 100%;
  min-height: 44px;
  color: var(--office-text);
  border: 2px solid #9b7532 !important;
  border-bottom: 2px solid #9b7532 !important;
  border-radius: 8px;
  background: #fffdf8 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .9),
    0 2px 0 rgba(73, 55, 18, .12) !important;
  outline: 0;
}

.alpha-office-shell .input-group-static .form-control,
.alpha-office-shell .input-group-static select.form-control,
.alpha-office-shell .input-group-static input,
.alpha-office-shell .input-group-static select {
  border: 2px solid #9b7532 !important;
  border-bottom: 2px solid #9b7532 !important;
  background-image: none !important;
}

.alpha-office-shell select,
.alpha-office-shell select.input,
.alpha-office-shell select.form-control.input,
.alpha-office-shell #item_id,
.alpha-office-shell #paid_flag,
.alpha-office-shell #branch_id,
.alpha-office-shell #used_flag {
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 38px 0 14px !important;
  border: 2px solid #7a561c !important;
  border-top-color: #7a561c !important;
  border-right-color: #7a561c !important;
  border-bottom-color: #7a561c !important;
  border-left-color: #7a561c !important;
  border-radius: 8px !important;
  color: var(--office-text) !important;
  background-color: #fffdf8 !important;
  box-shadow: 0 0 0 1px rgba(122, 86, 28, .18), 0 2px 0 rgba(73, 55, 18, .12) !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}

.alpha-office-shell .form-control:focus,
.alpha-office-shell .form-select:focus,
.alpha-office-shell select.form-control:focus,
.alpha-office-shell textarea:focus,
.alpha-office-shell input[type="text"]:focus,
.alpha-office-shell input[type="number"]:focus,
.alpha-office-shell input[type="email"]:focus,
.alpha-office-shell input[type="password"]:focus,
.alpha-office-shell input[type="date"]:focus {
  color: var(--office-text);
  border-color: #5f4215 !important;
  border-bottom-color: #5f4215 !important;
  background: #fff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .95),
    0 0 0 4px rgba(198, 146, 46, .24) !important;
}

.alpha-office-shell .btn,
.alpha-office-shell button,
.alpha-office-shell input[type="submit"],
.alpha-office-shell input[type="button"] {
  width: auto;
  min-width: 96px;
  min-height: 40px;
  border-radius: 8px;
  padding: .55rem 1.1rem;
  font-weight: 800;
}

.alpha-office-shell .btn-block {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
}

.alpha-office-shell center .btn,
.alpha-office-shell center button,
.alpha-office-shell .text-center .btn,
.alpha-office-shell .text-center button {
  margin-right: 6px;
  margin-left: 6px;
}

.alpha-office-shell .table-responsive,
.alpha-office-shell .table-responsive1,
.alpha-office-shell #no-more-tables,
.alpha-office-shell .table,
.alpha-office-shell table.list {
  background: #fffdf8;
}

.alpha-office-shell .table > :not(caption) > * > *,
.alpha-office-shell table.list th,
.alpha-office-shell table.list td {
  color: #3f4a61;
  border-color: #eadfc8;
}

.alpha-office-shell .table-striped > tbody > tr:nth-of-type(odd) > *,
.alpha-office-shell table.list > tbody > tr:nth-of-type(odd) > * {
  background-color: #f7f1e6;
}

.alpha-office-shell .table tbody tr:hover > *,
.alpha-office-shell table.list tbody tr:hover > * {
  background-color: #fff2cf;
}

.alpha-office-shell .table td a,
.alpha-office-shell table.list td a,
.alpha-office-shell a {
  color: #8c6724;
}

.alpha-office-shell .alpha-dashboard .container-fluid {
  padding: 0;
}

.alpha-dashboard-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
  padding: 30px;
  border: 1px solid var(--office-line);
  border-radius: 16px;
  color: #fff6dc;
  background:
    linear-gradient(135deg, rgba(255, 227, 154, .18), transparent 34%),
    linear-gradient(115deg, #222018, #080807 72%);
  box-shadow: 0 22px 46px rgba(73, 55, 18, .16);
}

.alpha-dashboard-kicker {
  margin: 0 0 8px;
  color: #c6922e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.alpha-dashboard-hero .alpha-dashboard-kicker {
  color: #ffe39a;
}

.alpha-dashboard-hero h1 {
  margin: 0;
  color: #fff6dc !important;
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 400;
  letter-spacing: 0;
}

.alpha-dashboard-copy {
  max-width: 620px;
  margin: 12px 0 0;
  color: #eadfbe;
  font-size: 15px;
  line-height: 1.7;
}

.alpha-dashboard-balance {
  min-width: 250px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 227, 154, .32);
  border-radius: 14px;
  background: rgba(255, 246, 220, .08);
  text-align: right;
}

.alpha-dashboard-balance span {
  display: block;
  color: #d4c49d;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.alpha-dashboard-balance strong {
  display: block;
  margin-top: 6px;
  color: #ffe39a;
  font-size: 28px;
  line-height: 1.1;
}

.alpha-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.alpha-metric-card {
  min-height: 132px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid var(--office-line);
  border-radius: 16px;
  background: rgba(255, 250, 240, .96);
  box-shadow: 0 16px 34px rgba(73, 55, 18, .09);
}

.alpha-metric-icon {
  width: 46px;
  min-width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #120d04;
  background: linear-gradient(135deg, #ffe39a, #c6922e);
  box-shadow: 0 10px 20px rgba(198, 146, 46, .2);
}

.alpha-metric-red .alpha-metric-icon {
  color: #fff;
  background: linear-gradient(135deg, #f00000, #a80000);
}

.alpha-metric-dark .alpha-metric-icon {
  color: #ffe39a;
  background: #090907;
}

.alpha-metric-body {
  min-width: 0;
}

.alpha-metric-body span {
  display: block;
  color: #6c5b3a;
  font-size: 13px;
  font-weight: 800;
}

.alpha-metric-body strong {
  display: block;
  margin-top: 8px;
  color: #221b12;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 900;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.alpha-metric-body small {
  display: block;
  margin-top: 8px;
  color: #75664e !important;
  font-size: 12px;
}

.alpha-dashboard-panel {
  padding: 24px;
  border: 1px solid var(--office-line);
  border-radius: 16px;
  background: rgba(255, 250, 240, .96);
  box-shadow: 0 18px 42px rgba(73, 55, 18, .1);
}

.alpha-panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.alpha-panel-title h2 {
  margin: 0;
  color: #221b12 !important;
  font-size: 22px;
}

.alpha-dashboard-pagination {
  margin-top: 16px;
}

@media (max-width: 1200px) {
  .alpha-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .alpha-dashboard-hero {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }

  .alpha-dashboard-balance {
    width: 100%;
    text-align: left;
  }

  .alpha-dashboard-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199.98px) {
  .alpha-office-shell .alpha-office-main {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }

  .alpha-office-shell #sidenav-main.alpha-office-sidebar {
    margin: 16px !important;
    width: min(260px, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    transform: translateX(calc(-100% - 32px)) !important;
    transition: transform .22s ease;
    z-index: 1051;
  }

  .alpha-office-shell.g-sidenav-pinned #sidenav-main.alpha-office-sidebar {
    transform: translateX(0) !important;
  }

  .alpha-office-sidebar-backdrop {
    position: fixed;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(8, 9, 12, .48);
    cursor: default;
    transition: opacity .22s ease, visibility .22s ease;
    z-index: 1050;
  }

  .alpha-office-shell.g-sidenav-pinned .alpha-office-sidebar-backdrop {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
  }

  .alpha-office-shell.g-sidenav-pinned {
    overflow: hidden;
  }
}

@media (max-width: 767.98px) {
  .app-shell .pagination,
  .app-shell .alpha-pagination,
  .app-shell .alpha-dashboard-pagination,
  .app-shell .pagination > .page-link {
    align-items: flex-start;
    flex-direction: column;
  }

  .app-shell .pagination .links,
  .app-shell .alpha-pagination .links,
  .app-shell .alpha-dashboard-pagination .links {
    order: 1;
  }

  .app-shell .pagination .results,
  .app-shell .alpha-pagination .results,
  .app-shell .alpha-dashboard-pagination .results {
    order: 2;
  }

  .alpha-office-shell .alpha-office-main {
    padding: 14px;
  }

  .alpha-office-shell .alpha-office-topbar-inner {
    gap: 12px;
    padding: 10px 0 !important;
  }

  .alpha-office-shell .alpha-office-search,
  .alpha-office-shell .alpha-office-user-tools {
    width: 100%;
  }

  .alpha-office-shell .alpha-office-user-tools {
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .alpha-office-shell .alpha-office-avatar {
    min-width: 0;
    max-width: none;
    width: calc(100% - 54px);
  }

  .alpha-office-shell .alpha-office-user-name strong,
  .alpha-office-shell .alpha-office-user-name em {
    max-width: 100%;
  }

  .alpha-office-shell .alpha-profile-hero .alpha-profile-title {
    color: #ffe39a !important;
    opacity: 1 !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .45);
  }

  .alpha-office-shell .main-content > form > .container-fluid,
  .alpha-office-shell .main-content > .container-fluid.bg-white,
  .alpha-office-shell .main-content > form > .container-fluid.bg-white,
  .alpha-office-shell .main-content > .col-md-12,
  .alpha-office-shell .main-content > .container-fluid > form,
  .alpha-office-shell .card-body,
  .alpha-office-shell .box > .card-body {
    padding: 16px !important;
  }
}
