/* Company-standard polish for the existing Allied admin template.
   Conservative layer: improves fit, readability, forms, tables, and auth without changing business UI flow. */
:root {
  --ao-bg: #f4f8f9;
  --ao-surface: #ffffff;
  --ao-text: #333b3f;
  --ao-muted: #66757f;
  --ao-border: #e5ebec;
  --ao-brand: #e74a25;
  --ao-info: #00bbd9;
  --ao-shadow: 0 8px 24px rgba(51, 59, 63, .08);
}

html,
body {
  background: var(--ao-bg);
  color: var(--ao-text);
  font-family: "Open Sans", Arial, sans-serif;
  letter-spacing: 0;
}

body.fix-header .navbar-static-top {
  background: var(--ao-surface);
  border-bottom: 1px solid var(--ao-border);
  box-shadow: 0 2px 14px rgba(51, 59, 63, .08);
  min-height: 60px;
}

.navbar-header {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  min-height: 60px;
  padding: 0 20px;
  width: 100%;
}

.top-left-part,
.top-right-part {
  align-items: center;
  display: flex;
  float: none;
  height: 60px;
  min-width: 0;
  width: auto;
}

.top-right-part {
  margin-left: auto;
}

.top-left-part .logo,
.top-right-part .logo {
  align-items: center;
  display: flex;
  height: 60px;
}

.top-left-part .logo b,
.top-right-part .logo b {
  align-items: center;
  display: flex;
  height: 60px;
  margin: 0;
  width: auto;
}

.brand-logo,
.partner-logo,
.top-left-part img,
.top-right-part img {
  display: block;
  max-height: 42px;
  max-width: 220px;
  object-fit: contain;
  width: auto;
}

.brand-logo,
.top-left-part img {
  height: 40px;
}

.partner-logo,
.top-right-part img {
  height: 34px;
}

.sidebar {
  background: var(--ao-surface);
  border-bottom: 1px solid var(--ao-border);
  box-shadow: 0 2px 12px rgba(51, 59, 63, .06);
}

.sidebar .scroll-sidebar {
  overflow-x: auto;
  overflow-y: visible;
}

.sidebar-nav ul#side-menu {
  align-items: center;
  display: flex;
  min-width: max-content;
}

.sidebar-nav > ul > li {
  display: block;
}

.sidebar-nav ul#side-menu > li > a,
.sidebar-nav ul#side-menu li a {
  align-items: center;
  background: transparent;
  border-bottom: 2px solid transparent;
  color: #526069;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  gap: 8px;
  line-height: 18px;
  min-height: 44px;
  padding: 12px 16px;
  white-space: nowrap;
}

.sidebar-nav ul#side-menu > li > a i {
  color: #9aa6ac;
  font-size: 15px;
  margin-right: 5px;
  width: 18px;
}

.sidebar-nav ul#side-menu > li > a:hover,
.sidebar-nav ul#side-menu > li > a.active,
.sidebar-nav ul#side-menu li a.active {
  background: #fff7f4;
  border-bottom-color: var(--ao-brand);
  color: var(--ao-text);
}

.sidebar-nav ul#side-menu > li > a:hover i,
.sidebar-nav ul#side-menu > li > a.active i,
.sidebar-nav ul#side-menu li a.active i {
  color: var(--ao-brand);
}

.sidebar-nav #side-menu > li > ul {
  border: 1px solid var(--ao-border);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 14px 30px rgba(51, 59, 63, .12);
}

.sidebar-nav ul#side-menu li ul li a {
  color: #526069;
  font-size: 13px;
  min-height: 38px;
  padding: 10px 16px;
}

.page-wrapper {
  background: var(--ao-bg);
  min-height: calc(100vh - 104px);
  padding-top: 74px;
}

.page-wrapper > .container-fluid,
.container-fluid {
  max-width: none;
  padding: 18px 24px 0;
  width: 100%;
}

.panel,
.white-box {
  border: 1px solid var(--ao-border);
  border-radius: 4px;
  box-shadow: var(--ao-shadow);
}

.panel-info > .panel-heading {
  background: var(--ao-surface);
  border-bottom: 1px solid var(--ao-border);
  color: var(--ao-text);
  font-size: 16px;
  font-weight: 700;
  padding: 14px 18px;
}

.panel-body,
.white-box {
  padding: 18px;
}

.box-title {
  color: var(--ao-text);
  font-size: 16px;
  font-weight: 700;
}

label,
.control-label {
  color: #3f4b50;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}

.form-group {
  margin-bottom: 16px;
}

.form-control,
select.form-control {
  border: 2px solid var(--ao-border);
  border-radius: 3px;
  box-shadow: none;
  color: var(--ao-text);
  min-height: 40px;
}

.form-control:focus {
  border-color: var(--ao-brand);
  box-shadow: none;
}

textarea.form-control,
.cke_chrome {
  min-height: 220px;
}

.form-actions {
  align-items: center;
  background: transparent;
  border-top: 1px solid var(--ao-border);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding: 16px 0 0;
}

.btn {
  border-radius: 3px;
  font-weight: 700;
  min-height: 38px;
}

.btn-success,
.btn-info,
.btn-primary {
  background: var(--ao-info);
  border-color: var(--ao-info);
  color: #fff;
}

.btn-success:hover,
.btn-info:hover,
.btn-primary:hover,
.btn-success:focus,
.btn-info:focus,
.btn-primary:focus {
  background: #009bb4;
  border-color: #009bb4;
  color: #fff;
}

.btn-danger,
a.btn-danger {
  background: var(--ao-brand);
  border-color: var(--ao-brand);
  color: #fff;
}

.btn-danger:hover,
a.btn-danger:hover,
.btn-danger:focus,
a.btn-danger:focus {
  background: #c83b1b;
  border-color: #c83b1b;
  color: #fff;
}

.btn-default,
a.btn-default {
  background: #e5ebec;
  border-color: #e5ebec;
  color: #21313a;
}

.btn-default:hover,
a.btn-default:hover,
.btn-default:focus,
a.btn-default:focus {
  background: #d6e0e3;
  border-color: #d6e0e3;
  color: #21313a;
}

.table-responsive,
.dataTables_wrapper {
  width: 100%;
}

.table-responsive {
  border: 1px solid var(--ao-border);
  border-radius: 4px;
  overflow-x: auto;
}

.dataTables_wrapper {
  overflow-x: auto;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  color: var(--ao-text);
  font-size: 12px;
  margin-bottom: 12px;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #cfd8dc;
  border-radius: 3px;
  color: var(--ao-text);
  min-height: 30px;
}

.table {
  background: var(--ao-surface);
  margin-bottom: 0;
  width: 100% !important;
}

.table > thead > tr > th {
  background: #fbfcfd;
  border-bottom: 1px solid var(--ao-border);
  color: #21313a;
  font-size: 11px;
  font-weight: 800;
  padding: 12px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.table > tbody > tr > td {
  color: #1f2d35;
  font-size: 12px;
  padding: 11px 10px;
  vertical-align: middle;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f8fbfc;
}

.dataTables_info,
.dataTables_paginate {
  color: #526069;
  font-size: 12px;
  padding-top: 14px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: var(--ao-info) !important;
  border-color: var(--ao-info) !important;
  color: #fff !important;
}

.app-dashboard-hero {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.app-dashboard-hero h1 {
  color: var(--ao-text);
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 4px;
}

.app-dashboard-hero p {
  color: var(--ao-muted);
  margin: 0;
}

.app-kpi-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.app-kpi-card {
  align-items: center;
  background: var(--ao-surface);
  border: 1px solid var(--ao-border);
  border-radius: 4px;
  box-shadow: var(--ao-shadow);
  color: inherit;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  min-height: 120px;
  padding: 20px;
}

.app-kpi-card:hover,
.app-kpi-card:focus {
  color: inherit;
  text-decoration: none;
}

.app-kpi-value {
  color: var(--ao-text);
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.app-kpi-label {
  color: var(--ao-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.app-kpi-icon {
  align-items: center;
  background: #fff7f4;
  border-radius: 4px;
  color: var(--ao-brand);
  display: flex;
  flex: 0 0 48px;
  font-size: 22px;
  height: 48px;
  justify-content: center;
}

.auth-page {
  background: var(--ao-bg);
  min-height: 100vh;
}

.auth-shell {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 30px 16px;
}

.auth-shell .login-box {
  margin: 0;
  max-width: 430px;
  width: 100%;
}

.login-box .white-box {
  border-top: 4px solid var(--ao-brand);
  max-width: 430px;
  padding: 30px;
}

.auth-brand {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}

.auth-brand img {
  height: 48px;
  max-width: 210px;
  object-fit: contain;
  width: auto;
}

.auth-title {
  color: var(--ao-text);
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 6px;
  text-align: center;
}

.auth-subtitle {
  color: var(--ao-muted);
  font-size: 13px;
  margin: 0 0 24px;
  text-align: center;
}

.btn.is-loading {
  opacity: .75;
  pointer-events: none;
}

.btn.is-loading:after {
  content: "...";
}

.footer {
  background: transparent;
  color: var(--ao-muted);
  padding: 18px 20px;
}

@media (min-width: 1200px) {
  .page-wrapper > .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }

  .table > tbody > tr > td,
  .table > thead > tr > th {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 991px) {
  .sidebar-nav ul#side-menu > li > a,
  .sidebar-nav ul#side-menu li a {
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 767px) {
  .navbar-header {
    padding: 0 12px;
  }

  .brand-logo,
  .partner-logo,
  .top-left-part img,
  .top-right-part img {
    height: 32px;
    max-width: 135px;
  }

  .sidebar {
    border-right: 1px solid var(--ao-border);
  }

  .sidebar .scroll-sidebar {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .sidebar-nav ul#side-menu {
    align-items: stretch;
    display: block;
    min-width: 0;
  }

  .sidebar-nav ul#side-menu > li > a,
  .sidebar-nav ul#side-menu li a {
    border-bottom: 0;
    border-left: 3px solid transparent;
    font-size: 13px;
    justify-content: flex-start;
    min-height: 42px;
  }

  .sidebar-nav ul#side-menu > li > a:hover,
  .sidebar-nav ul#side-menu > li > a.active,
  .sidebar-nav ul#side-menu li a.active {
    border-left-color: var(--ao-brand);
  }

  .page-wrapper > .container-fluid,
  .container-fluid {
    padding: 14px 12px 0;
  }

  .panel-body,
  .white-box,
  .login-box .white-box {
    padding: 18px;
  }

  .table > tbody > tr > td,
  .table > thead > tr > th {
    font-size: 11px;
    padding: 9px 8px;
  }
}

/* Preserve the original horizontal menu/dropdown mechanics. */
@media (min-width: 768px) {
  .sidebar,
  .sidebar .scroll-sidebar,
  .sidebar-nav,
  .sidebar-nav ul#side-menu {
    overflow: visible !important;
  }

  .sidebar-nav ul#side-menu {
    display: block;
    min-width: 0;
    white-space: nowrap;
  }

  .sidebar-nav > ul > li,
  .sidebar-nav ul#side-menu > li {
    display: inline-block;
    position: relative;
    vertical-align: top;
  }

  .sidebar-nav ul#side-menu > li > a {
    display: block;
    min-height: 44px;
  }

  .sidebar-nav #side-menu > li > ul,
  .sidebar-nav #side-menu > li > ul.collapse {
    background: #fff;
    display: none !important;
    height: auto !important;
    left: 0;
    margin: 0;
    min-width: 220px;
    overflow: visible !important;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 3000;
  }

  .sidebar-nav #side-menu > li:hover > ul,
  .sidebar-nav #side-menu > li:hover > ul.collapse {
    display: block !important;
  }

  .sidebar-nav #side-menu > li.two-column > ul {
    min-width: 400px;
  }

  .sidebar-nav #side-menu > li > ul > li {
    display: block;
    margin: 0;
    position: relative;
    width: 100%;
  }

  .sidebar-nav #side-menu > li.two-column > ul > li {
    display: inline-block;
    width: 49%;
  }

  .sidebar-nav #side-menu > li > ul li a {
    border: 0;
    display: block;
    min-height: 36px;
    padding: 11px 18px;
    width: 100%;
  }

  .sidebar-nav #side-menu > li > ul li ul {
    background: #fff;
    border: 1px solid var(--ao-border);
    box-shadow: 0 14px 30px rgba(51, 59, 63, .12);
    display: none;
    left: 100%;
    min-width: 190px;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 3100;
  }

  .sidebar-nav #side-menu > li > ul li:hover > ul {
    display: block;
  }

  .sidebar-nav #side-menu > li:last-child > ul,
  .sidebar-nav #side-menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
  }
}

/* Uniform list pages, form actions, and merged table borders. */
.page-wrapper > .col-lg-12,
.page-wrapper > .col-md-12,
.page-wrapper > .col-sm-8,
.page-wrapper > .col-xs-12 {
  box-sizing: border-box;
  float: none !important;
  min-height: 0;
  padding: 18px 36px 0;
  text-align: right;
  width: 100% !important;
}

.page-wrapper > .col-lg-12 .btn.pull-right,
.page-wrapper > .col-md-12 .btn.pull-right,
.page-wrapper > .col-sm-8 .btn.pull-right,
.page-wrapper > .col-xs-12 .btn.pull-right {
  float: none !important;
  margin-bottom: 12px;
  margin-left: 8px !important;
}

.white-box > .col-lg-12,
.white-box > .col-md-12,
.white-box > .col-sm-8,
.white-box > .col-xs-12 {
  float: none !important;
  padding: 0 0 14px;
  text-align: right;
  width: 100% !important;
}

.white-box > .col-lg-12:after,
.page-wrapper > .col-lg-12:after {
  clear: both;
  content: "";
  display: table;
}

.white-box > .col-lg-12 .btn.pull-right,
.white-box > .col-md-12 .btn.pull-right,
.white-box > .col-sm-8 .btn.pull-right,
.white-box > .col-xs-12 .btn.pull-right {
  float: none !important;
  margin-bottom: 0;
  margin-left: 8px !important;
}

.btn.btn-danger,
a.btn.btn-danger {
  background: var(--ao-brand);
  border-color: var(--ao-brand);
  color: #fff;
}

.btn.btn-danger:hover,
a.btn.btn-danger:hover,
.btn.btn-danger:focus,
a.btn.btn-danger:focus {
  background: #c83b1b;
  border-color: #c83b1b;
  color: #fff;
}

.dataTables_wrapper {
  border: 1px solid var(--ao-border);
  border-radius: 4px;
  padding: 14px 14px 0;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter label,
.dataTables_wrapper .dataTables_length label {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  margin: 0;
}

.dataTables_wrapper .dataTables_filter input {
  width: 210px;
}

.table-responsive {
  border: 0;
  border-radius: 0;
}

.table,
.table-bordered,
.td-padding,
.dataTable {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

.table > thead > tr > th,
.table > tbody > tr > td,
.table-bordered > tbody > tr > td,
.td-padding > tbody > tr > td {
  border: 1px solid var(--ao-border) !important;
}

.table > thead > tr > th:first-child,
.table > tbody > tr > td:first-child {
  border-left: 0 !important;
}

.table > thead > tr > th:last-child,
.table > tbody > tr > td:last-child {
  border-right: 0 !important;
}

.dataTables_wrapper table.dataTable {
  border-left: 0 !important;
  border-right: 0 !important;
  clear: both;
  margin-top: 8px !important;
}

.dataTables_wrapper .dataTables_info {
  padding-bottom: 14px;
}

.dataTables_wrapper .dataTables_paginate {
  padding-bottom: 10px;
}

.panel .table-responsive,
.white-box .table-responsive {
  margin-top: 0;
}

.panel .form-body,
.panel-body form,
.white-box form {
  max-width: 100%;
}

.panel .row,
.form-body .row {
  margin-left: -10px;
  margin-right: -10px;
}

.panel .row > [class*="col-"],
.form-body .row > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.form-actions,
.panel-body .form-actions,
form .form-actions {
  background: #fbfcfd;
  border: 1px solid var(--ao-border);
  border-left: 0;
  border-right: 0;
  display: flex;
  justify-content: center;
  margin: 22px -18px -18px;
  padding: 16px 18px;
}

.form-actions .btn {
  min-width: 74px;
}

.form-actions .btn + .btn,
.form-actions .btn + a.btn,
.form-actions a.btn + .btn,
.form-actions a.btn + a.btn {
  margin-left: 8px;
}

.panel hr {
  border-color: var(--ao-border);
  margin: 18px 0;
}

.fileupload.btn {
  align-items: center;
  display: inline-flex;
}

.terms-policy-page {
  text-align: left;
}

.terms-policy-card {
  border: 1px solid var(--ao-border);
  box-shadow: 0 10px 28px rgba(51, 59, 63, .07);
  padding: 0;
}

.terms-policy-header {
  background: #fbfcfd;
  border-bottom: 1px solid var(--ao-border);
  padding: 22px 24px 18px;
}

.terms-policy-header .box-title {
  font-size: 22px;
  margin: 0 0 6px;
}

.terms-policy-subtitle {
  color: var(--ao-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.terms-policy-page .bs-example-tabs {
  padding: 0 24px 24px;
}

.terms-policy-page .nav-tabs {
  border-bottom: 1px solid var(--ao-border);
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 -4px 22px;
  padding-top: 16px;
}

.terms-policy-page .nav-tabs > li {
  margin: 0;
}

.terms-policy-page .nav-tabs > li > a {
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  color: #526069;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  padding: 12px 14px;
}

.terms-policy-page .nav-tabs > li.active > a,
.terms-policy-page .nav-tabs > li.active > a:focus,
.terms-policy-page .nav-tabs > li.active > a:hover {
  background: transparent;
  border: 0;
  border-bottom: 3px solid var(--ao-brand);
  color: var(--ao-brand);
}

.terms-policy-page .nav-tabs > li > a:hover {
  background: #fff7f4;
  border-bottom-color: #f1b29f;
  color: var(--ao-text);
}

.terms-policy-page .tab-content {
  max-width: 1180px;
}

.terms-policy-page .tab-pane {
  color: #26343b;
  font-size: 13px;
  line-height: 1.75;
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  padding: 4px 8px 12px 0;
}

.terms-policy-page .tab-pane h1 {
  color: #21313a;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  margin: 18px 0 14px;
}

.terms-policy-page .tab-pane h3 {
  color: #21313a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 24px 0 10px;
}

.terms-policy-page .tab-pane h4,
.terms-policy-page .tab-pane p:first-child {
  color: #21313a;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 12px;
}

.terms-policy-page .tab-pane p {
  margin: 0 0 14px;
}

.terms-policy-page .tab-pane ul,
.terms-policy-page .tab-pane ol {
  margin: 0 0 16px 22px;
  padding: 0;
}

.terms-policy-page .tab-pane li {
  margin-bottom: 8px;
}

.terms-policy-page #about > li {
  display: list-item;
  margin-left: 22px;
}

.terms-policy-page #contact {
  display: none;
  gap: 12px;
}

.terms-policy-page #contact.active {
  display: grid;
}

.terms-policy-page #contact > div {
  background: #fbfcfd;
  border: 1px solid var(--ao-border);
  border-radius: 4px;
  color: #26343b;
  padding: 14px 16px;
}

.terms-policy-page #refund p,
.terms-policy-page #shipping p {
  background: #fbfcfd;
  border-left: 4px solid var(--ao-info);
  padding: 16px 18px;
}

.otp-modal .modal-content {
  border: 0;
  border-radius: 6px;
  box-shadow: 0 18px 46px rgba(33, 49, 58, .18);
}

.otp-modal .modal-header {
  align-items: center;
  background: #fbfcfd;
  border-bottom: 1px solid var(--ao-border);
  display: flex;
  justify-content: space-between;
  padding: 18px 22px;
}

.otp-modal .modal-title,
.otp-title {
  color: #21313a;
  font-weight: 700;
}

.otp-modal .modal-title {
  font-size: 18px;
  margin: 0;
}

.otp-title {
  font-size: 20px;
  margin: 0 0 6px;
  text-align: center;
}

.otp-subtitle {
  color: var(--ao-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0 auto 18px;
  max-width: 360px;
  text-align: center;
}

.otp-field-group {
  margin-bottom: 6px;
}

.otp-inputs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(38px, 1fr));
  margin: 0 auto;
  max-width: 390px;
}

.otp-inputs .otp-digit {
  border: 2px solid var(--ao-border);
  border-radius: 4px;
  color: #21313a;
  font-size: 22px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  padding: 0;
  text-align: center;
}

.otp-inputs .otp-digit:focus {
  border-color: var(--ao-info);
  box-shadow: 0 0 0 3px rgba(0, 187, 217, .14);
}

.otp-modal .modal-footer {
  background: #fbfcfd;
  border-top: 1px solid var(--ao-border);
  padding: 16px 22px;
  text-align: right;
}

@media (max-width: 767px) {
  .page-wrapper > .col-lg-12,
  .page-wrapper > .col-md-12,
  .page-wrapper > .col-sm-8,
  .page-wrapper > .col-xs-12 {
    padding: 14px 12px 0;
  }

  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: left;
    width: 100%;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 10px;
  }

  .dataTables_wrapper .dataTables_filter input {
    width: 100%;
  }

  .form-actions,
  .panel-body .form-actions,
  form .form-actions {
    margin-left: -18px;
    margin-right: -18px;
  }

  .brand-logo,
  .top-left-part img {
    height: 32px;
    max-width: 145px;
  }

  .partner-logo,
  .top-right-part img {
    height: 28px;
    max-width: 130px;
  }

  .terms-policy-header,
  .terms-policy-page .bs-example-tabs {
    padding-left: 16px;
    padding-right: 16px;
  }

  .terms-policy-page .tab-pane {
    max-height: none;
  }

  .otp-inputs {
    gap: 7px;
    grid-template-columns: repeat(6, minmax(34px, 1fr));
  }

  .otp-inputs .otp-digit {
    font-size: 18px;
    height: 42px;
    line-height: 42px;
  }
}

