html,
body {
  height: 100%;
}
body {
  font-size: 14px;
  padding-top: 54px;
}
.admin-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}
.admin-loading-overlay.show {
  opacity: 1;
  visibility: visible;
}
.admin-loading-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #e9ecef;
  border-top-color: #0d6efd;
  border-radius: 50%;
  animation: admin-spin 0.8s linear infinite;
}
.admin-loading-text {
  margin-top: 16px;
  font-size: 14px;
  color: #495057;
  font-weight: 500;
}
@keyframes admin-spin {
  to {
    transform: rotate(360deg);
  }
}
.btn-loading {
  position: relative;
  pointer-events: none;
}
.btn-loading .btn-text {
  visibility: hidden;
}
.btn-loading::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: admin-spin 0.6s linear infinite;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.table {
  font-size: 14px;
}
h2 {
  font-weight: 700;
  font-size: 24px;
}
h3 {
  font-weight: 700;
  font-size: 17px;
}
.header-info {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #868686;
  margin-top: 0.5em;
}
.form-label {
  font-weight: 600;
}
hr {
  height: 0;
  background: transparent;
  border-top: 0;
  border-bottom: 1px dotted #222529;
}
.border-end-1 {
  border-right: 1px dotted #cccccc;
}
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 54px 0 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 54px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.sidebar .nav-link {
  font-weight: 500;
  color: #333333;
}
.sidebar .nav-link i {
  width: 18px;
  text-align: center;
  margin-right: 5px;
}
.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}
.sidebar .nav-link.active {
  color: #e6724b;
}
.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}
header.navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}
.navbar .navbar-toggler {
  top: 0.25rem;
  right: 1rem;
}
.search-input-with-history {
  padding-right: 36px !important;
}
.search-history-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 4px 6px;
  cursor: pointer;
  color: #6c757d;
  font-size: 14px;
  line-height: 1;
  z-index: 5;
  border-radius: 4px;
  transition:
    color 0.15s,
    background 0.15s;
}
.search-history-btn:hover {
  color: #212529;
  background: rgba(0, 0, 0, 0.05);
}
.search-history-btn:focus {
  outline: none;
}
.search-history-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1050;
  max-height: 300px;
  overflow-y: auto;
}
.search-history-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  color: #6c757d;
  background: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}
.search-history-clear {
  color: #dc3545;
  cursor: pointer;
  font-size: 11px;
}
.search-history-clear:hover {
  text-decoration: underline;
}
.search-history-item {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.15s;
}
.search-history-item:last-child {
  border-bottom: none;
}
.search-history-item:hover {
  background: #f8f9fa;
}
.search-history-item i {
  color: #adb5bd;
  margin-right: 10px;
  font-size: 12px;
}
.search-history-query {
  flex: 1;
  color: #212529;
  font-size: 14px;
}
.search-history-type {
  font-size: 11px;
  color: #6c757d;
  background: #e9ecef;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 8px;
}
#searchSubmitBtn .spinner-border-sm {
  width: 14px;
  height: 14px;
  border-width: 2px;
}
.search-submit-btn {
  width: 48px;
  height: 38px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.form-signin {
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
.btn-login {
  background: #313437;
  color: #ffffff;
  font-weight: 600;
}
.btn-login:hover {
  background: #191c1f;
  color: #ffffff;
}
body.signin {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #191c1f;
}
.nav-tabs .nav-link {
  color: #868686;
}
.order-table {
  border: 1px solid #dee2e6;
  position: relative;
}
.order-table tbody tr:nth-child(odd) {
  background-color: #fbfbfb;
}
.order-table tbody td,
.order-table tbody th {
  border: 1px solid #dee2e6;
  padding: 5px 10px;
  vertical-align: top;
  white-space: nowrap;
  word-wrap: normal;
}
.order-table tr:hover {
  background-color: #f2f2f2;
}
.order-table .max-width-350 {
  min-width: 350px;
  max-width: 350px;
  word-wrap: break-word;
  white-space: normal;
}
.order-table .max-width-450 {
  min-width: 450px;
  max-width: 450px;
  word-wrap: break-word;
  white-space: normal;
}
.order-table thead {
  position: sticky;
  top: 0;
  background-color: #212529;
  color: #ffffff;
  z-index: 90;
}
.order-table thead th {
  white-space: nowrap;
  word-wrap: normal;
  color: #ffffff;
  background-color: #636974;
  padding: 5px 10px;
}
.order-table tfoot {
  position: sticky;
  bottom: 0;
  background-color: #ffffff;
  color: #212529;
  z-index: 90;
}
.order-table tfoot th {
  white-space: nowrap;
  word-wrap: normal;
  position: relative;
  padding: 5px 10px;
}
.order-table tfoot th::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 3px solid #212529;
  z-index: 100;
}
.order-table .money-container {
  display: flex;
  justify-content: space-between;
}
.order-table .money-container .usd {
  margin-right: 10px;
}
.order-table .money-container .mnt {
  color: #828791;
  font-style: italic;
}
.order-table tbody tr th {
  position: sticky;
  left: 0;
  z-index: 80;
  background-color: #ffffff;
}
.order-table tbody tr th::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  border-right: 1px solid #dee2e6;
  z-index: 90;
}
.order-table tbody tr:nth-child(odd) th {
  background-color: #fbfbfb;
}
.order-table tbody tr a,
.order-table tbody th a {
  color: #212529;
  text-decoration: none;
}
.order-table-pagination {
  padding: 15px 0;
}
.order-table-pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #6e757c;
  border-color: #6e757c;
  font-weight: 700;
}
.order-table-pagination .page-item.disabled .page-link {
  color: #dee2e6;
}
.order-table-pagination .page-link {
  color: #6e757c;
}
.order-table-pagination .page-link:hover {
  color: #6e757c;
  background-color: #dee2e6;
}
.order-table-pagination .pagination {
  margin: 0;
}
.chat-messages {
  display: flex;
  flex-direction: column-reverse;
  max-height: 500px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.chat-self-icon {
  font-size: 32px;
  line-height: 32px;
  margin: 0;
  color: #969b9f;
}
.chat-messages-left .message-box {
  background: #f5f5f5;
}
.chat-messages-right .message-box {
  background: #edeff4;
}
.landing-stats-item,
.stats-item {
  background: #f7f7f7;
}
.landing-stats-item table td,
.landing-stats-item table th {
  background: #f7f7f7;
}
.landing-stats-item table td {
  padding: 0.5rem 0.75rem;
}
.landing-stats-item table td:first-child {
  width: 25%;
}
.landing-stats-item table td:last-child {
  width: auto;
  white-space: nowrap;
}
.stats-item h1 {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
.landing-stats-item .icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  background: #ffffff;
  font-size: 20px;
}
.landing-stats-item-1 .icon {
  color: #e6724b;
}
.landing-stats-item-2 .icon {
  color: #c94470;
}
.landing-stats-item-3 .icon {
  color: #6c4c93;
}
.landing-stats-item-4 .icon {
  color: #4a90e2;
}
.landing-stats-item-5 .icon {
  color: #f39c12;
}
.landing-stats-item-6 .icon {
  color: #9b59b6;
}
.icon30 {
  width: 30px;
  margin-right: 5px;
  text-align: center;
}
.icon40 {
  width: 40px;
  margin-right: 5px;
  text-align: center;
}
.status-pill {
  text-align: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 10px;
  border-radius: 5px;
}
.status-pill.bg-blue {
  background-color: #4d5d73;
  color: #ffffff;
}
.status-pill.bg-orange {
  background-color: #e8a148;
  color: #212529;
}
.status-pill.bg-red {
  background-color: #b74d51;
  color: #ffffff;
}
.status-pill.bg-green {
  background-color: #418527;
  color: #ffffff;
}
.bg-purple {
  background-color: #9c27b0 !important;
  color: #ffffff !important;
}
#myChart {
  max-height: 400px;
}
.form-switch {
  margin-right: -8px;
  margin-left: 5px;
  margin-bottom: -3px;
}
.admin-page-order-item {
  padding: 1rem 0;
  margin-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
}
.admin-page-order-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.admin-page-order-item:first-child .admin-page-order-item-h1-underline {
  border-top: 0;
  padding: 0 0 7px 0;
}
.word-wrap {
  word-break: break-word;
  hyphens: auto;
}
.detail-title {
  margin-bottom: 2px;
}
.ui-state-focus:focus {
  outline: 0 !important;
}
.remove-message {
  position: absolute;
  bottom: -7px;
  right: -7px;
}
.remove-message button {
  display: block;
  color: #ffffff;
  background: #9d9faa;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  border: 0;
  outline: 0;
  border-radius: 7px;
  padding: 0;
  font-size: 10px;
}
.remove-message button:hover {
  background: #dc3545;
}
.fs-7 {
  font-size: 0.8rem;
}
.text-small {
  font-size: 0.8em;
}
.text-color-orange {
  color: #c94470;
}
.text-color-pink {
  color: #d67953;
}
.text-color-purple {
  color: #048a81;
}
.row_num {
  font-size: 12px;
  font-style: italic;
  color: #999 !important;
  text-align: right;
}
.m-sidebar-logo img,
.landing-brand-sm-logo {
  max-width: 150px;
  width: auto;
  max-height: 30px;
  height: auto;
}
.change-bg-very-green {
  background-color: #00876c;
  color: #ffffff;
}
.change-bg-lighter-green {
  background-color: #51a472;
  color: #ffffff;
}
.change-bg-medium-green {
  background-color: #89bf77;
  color: #ffffff;
}
.change-bg-faint-green {
  background-color: #c2d980;
  color: #333333;
}
.change-bg-light-green {
  background-color: #e0f2a6;
  color: #333333;
}
.change-bg-yellow {
  background-color: #fff18f;
  color: #333333;
}
.change-bg-orange {
  background-color: #fcc76b;
  color: #333333;
}
.change-bg-light-red {
  background-color: #f7827a;
  color: #333333;
}
.change-bg-medium-red {
  background-color: #f4685d;
  color: #ffffff;
}
.change-bg-faint-red {
  background-color: #ed4e4a;
  color: #ffffff;
}
.change-bg-very-red {
  background-color: #d43d51;
  color: #ffffff;
}
#emojiModal .emoji {
  font-size: 1.5rem;
  cursor: pointer;
}
#adminNoteEmojiModal .admin-note-emoji {
  font-size: 1.5rem;
  cursor: pointer;
  display: inline-block;
  padding: 0.25rem;
  border-radius: 0.25rem;
  transition: background-color 0.2s;
}
#adminNoteEmojiModal .admin-note-emoji:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.chat-footer .input-group .btn.rounded-start {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.chat-footer .input-group .form-control.rounded-end {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.dev-tickets-card .table td a {
  color: #212529;
  text-decoration: none;
  cursor: pointer;
}
.dev-tickets-card .nav-tabs .nav-link.active {
  font-weight: 700;
}
.priority-color-low {
  background-color: #007bff;
  color: white;
}
.priority-color-normal {
  background-color: #28a745;
  color: white;
}
.priority-color-high {
  background-color: #ffc107;
  color: #212529;
}
.priority-color-urgent {
  background-color: #dc3545;
  color: white;
}
.status-color-not-started {
  background-color: #6c757d;
  color: white;
}
.status-color-started {
  background-color: #ffc107;
  color: #212529;
}
.status-color-completed {
  background-color: #28a745;
  color: white;
}
.ticket-detail-item {
  position: relative;
}
.ticket-detail-item .edit-ticket-detail-item {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.8rem;
  color: #999;
  cursor: pointer;
}
.ticket-detail-item .edit-ticket-detail-item:hover {
  color: #000;
}
.image-container {
  position: relative;
  display: inline-block;
}
.image-container .remove-image {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  background-color: #db504a;
  cursor: pointer;
}
#ticket-item-details-text * {
  white-space: normal !important;
}
.custom-popover-success,
.custom-popover-danger,
.custom-popover-warning,
.custom-popover-birthday {
  text-align: center;
  font-weight: 700;
}
.custom-popover-success {
  border: 1px solid #28a745;
  box-shadow: 0 0 10px 0 rgba(40, 167, 69, 0.5);
}
.custom-popover-danger {
  border: 1px solid #dc3545;
  box-shadow: 0 0 10px 0 rgba(220, 53, 69, 0.5);
}
.custom-popover-warning {
  border: 1px solid #ffc107;
  box-shadow: 0 0 10px 0 rgba(255, 193, 7, 0.5);
}
.custom-popover-success .popover-arrow::before {
  border-top-color: #28a745 !important;
}
.custom-popover-danger .popover-arrow::before {
  border-top-color: #dc3545 !important;
}
.custom-popover-warning .popover-arrow::before {
  border-top-color: #ffc107 !important;
}
.custom-popover-birthday {
  border: 1px solid #e91e63;
  box-shadow: 0 0 10px 0 rgba(233, 30, 99, 0.5);
}
.custom-popover-birthday .popover-arrow::before {
  border-top-color: #e91e63 !important;
}
.form-detail-item-label {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
  font-style: italic;
}
.form-detail-item-value {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}
.edit-form-detail-item {
  background: transparent;
  border: 0;
  padding: 0;
  color: #999;
  cursor: pointer;
}
.edit-form-detail-item:hover {
  color: #007bff;
}
.form-detail-item-trash-btn {
  color: #999;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: transparent;
}
.form-detail-item-trash-btn:hover {
  color: #dc3545;
}
.btn-verify-toggle {
  font-size: 11px;
}
.card-edit-form-detail hr {
  margin: 10px 0;
}
.accordion .accordion-button {
  color: #212529;
  background-color: #ffffff;
  font-weight: 700;
}
.accordion .accordion-button:not(.collapsed) {
  color: #212529;
  font-weight: 700;
  background-color: #f8f8f8;
}
.special-note-red {
  color: #a11c29;
}
.special-note-green {
  color: #418527;
}
.special-note-yellow {
  color: #ff8a00;
}
.custom-popover-special-note-red,
.custom-popover-special-note-green,
.custom-popover-special-note-yellow {
  text-align: center;
  font-weight: 700;
}
.custom-popover-special-note-red {
  border: 1px solid #a11c29;
  box-shadow: 0 0 10px 0 rgba(161, 28, 41, 0.5);
}
.custom-popover-special-note-green {
  border: 1px solid #418527;
  box-shadow: 0 0 10px 0 rgba(65, 133, 39, 0.5);
}
.custom-popover-special-note-yellow {
  border: 1px solid #ff8a00;
  box-shadow: 0 0 10px 0 rgba(255, 138, 0, 0.5);
}
.custom-popover-special-note-red .popover-arrow::before {
  border-top-color: #a11c29 !important;
}
.custom-popover-special-note-green .popover-arrow::before {
  border-top-color: #418527 !important;
}
.custom-popover-special-note-yellow .popover-arrow::before {
  border-top-color: #ff8a00 !important;
}
.special-note {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.register-usashop {
  color: navy;
}
.register-japanshop {
  color: red;
}
.register-others {
  color: black;
}
.icon-facebook,
.icon-google,
.icon-email {
  width: 15px;
  text-align: center;
}
.icon-facebook {
  color: #3b5998;
}
.icon-google {
  color: #ea4335;
}
.icon-email {
  color: #ffa07a;
}
.locker-pages .table video,
.locker-pages .small-map {
  width: 160px;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
  padding: 4px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.locker-pages .table video:hover,
.locker-pages .small-map:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.locker-pages .location-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.locker-pages .location-info {
  flex: 1;
  min-width: 0;
  padding-left: 15px;
}
.locker-pages .small-map-container {
  flex: 0 0 auto;
  width: 160px;
  height: 100px;
}
.locker-pages .small-map > div {
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.locker-action-btn {
  text-align: center;
  width: 34px;
}
.trumbowyg-box .trumbowyg-editor {
  padding: 10px !important;
  min-height: 300px !important;
}
.copy-icon-wrapper {
  position: relative;
  display: inline-block;
}
.copy-icon {
  color: #a4afb9;
  font-size: 0.8em;
  cursor: pointer;
  margin-left: 5px;
}
.copied-text {
  position: absolute;
  right: -59px;
  top: 2px;
  background-color: #ffffff;
  border: 1px dashed #51555a;
  color: #51555a;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 0.6em;
  white-space: nowrap;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.copied-text.show {
  opacity: 1;
}
.order-item-detail-box h1 {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 5px;
}
.order-item-detail-box p {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}
.order-item-detail-box .timezone-label {
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
}
.order-item-detail-box .time-value {
  font-weight: 700;
  font-style: normal;
}
.order-item-detail-box .date-value {
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .sidebar {
    top: 99px;
    padding-top: 0;
    padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0));
  }
  .sidebar-sticky {
    padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0));
  }
  body {
    padding-top: 99px;
  }
  .order-item-detail-box h1 {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .order-item-detail-box p {
    font-size: 14px;
    margin-bottom: 0.75rem;
  }
  .order-item-detail-box .col-12 {
    padding-bottom: 0.5rem;
  }
  .order-item-detail-box .badge {
    font-size: 12px;
    padding: 0.25rem 0.5rem;
  }
  .order-item-detail-box .copy-icon-wrapper {
    margin-left: 0.25rem;
  }
  #sidebarMenu:not(.show) {
    display: none !important;
  }
  #sidebarMenu.collapse:not(.show) {
    display: none !important;
  }
  #sidebarMenu.collapse.show {
    display: block !important;
  }
  #myChart {
    max-height: 200px;
  }
  .section-heading {
    font-size: 17px;
  }
  .landing-stats-item h1 {
    font-size: 12px !important;
  }
}
.section-pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #6e757c;
  border-color: #6e757c;
  font-weight: 700;
}
.section-pagination .page-item.disabled .page-link {
  color: #dee2e6;
}
.section-pagination .page-link {
  color: #6e757c;
}
.section-pagination .page-link:hover {
  color: #6e757c;
  background-color: #dee2e6;
}
.section-pagination .pagination {
  margin: 0;
}
.order-table tbody tr a,
.order-table tbody th a {
  color: #212529;
  text-decoration: none;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
body.signin {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #191c1f;
}
.btn-login {
  background: #313437;
  color: #ffffff;
  font-weight: 600;
}
.btn-login:hover {
  background: #191c1f;
  color: #ffffff;
}
.sidebar .nav-link i {
  width: 18px;
  text-align: center;
  margin-right: 5px;
}
.word-wrap {
  word-break: break-word;
  hyphens: auto;
}
@keyframes fa-beat-fade {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
.ui-state-focus:focus {
  outline: 0 !important;
}
.locker-pages .table video,
.locker-pages .small-map {
  transition: all 0.3s ease;
}
#ticket-item-details-text * {
  white-space: normal !important;
}
.collapsible-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.collapsible-menu:hover {
  color: #495057 !important;
}
.collapsible-menu i.fa-chevron-down {
  transition: transform 0.3s ease;
  font-size: 0.75rem;
}
.collapsible-menu[aria-expanded='false'] i.fa-chevron-down {
  transform: rotate(-90deg);
}
.collapsible-menu[aria-expanded='true'] i.fa-chevron-down {
  transform: rotate(0deg);
}
.list-space-title::before,
.list-color-title::before,
.list-product-title::before,
.list-category-title::before {
  font: var(--fa-font-solid);
  font-weight: 400;
  font-size: 16px;
  margin-right: 5px;
}
.edit-form-detail-item:hover {
  color: #007bff;
}
.form-detail-item-trash-btn:hover {
  color: #dc3545;
}
.copied-text {
  z-index: 1000;
}
.order-table thead,
.order-table tfoot {
  z-index: 90;
}
.order-table tbody tr th {
  z-index: 80;
}
.order-table tfoot th::after {
  z-index: 100;
}
.edit-product-item-price-form {
  margin-top: 5px;
  display: none;
}
.edit-product-item-price {
  cursor: pointer;
  text-decoration: none;
  margin-left: 5px;
}
.table-odd td {
  background-color: #f2f2f2;
}
.table-even td {
  background-color: #ffffff;
}
.table-odd.table-primary td {
  background-color: #b7cbf3;
}
.table-even.table-primary td {
  background-color: #cdddfd;
}
.table-even.table-warning td {
  background-color: #fcf2ca;
}
.table-odd.table-warning td {
  background-color: #f8e9b5;
}
.order-product-item-row td {
  padding: 3px 4px;
  font-size: 12px;
  color: #959595;
}
.order-row-item .form-check {
  margin: 0;
  min-height: auto;
}
.form-select option.fw-bold {
  font-weight: bold;
}
.form-select option.ps-3 {
  padding-left: 1rem !important;
}
.admin-order-actions-sidebar {
  flex: 0 0 250px;
}
.admin-order-actions-sidebar-btn {
  display: flex;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  text-decoration: none;
  align-items: center;
  color: #666666;
  cursor: pointer;
  font-size: 0.875rem;
  padding: 5px 0;
}
.admin-order-actions-sidebar-btn:hover {
  color: #000000;
  font-weight: 700;
}
.admin-order-actions-sidebar-icon {
  width: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 5px;
}
.admin-order-actions-wrap {
  display: flex;
  gap: 2px;
  flex-direction: column;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}
.admin-order-actions-heading {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .admin-order-actions-sidebar {
    display: block;
    flex: 0 0 100%;
  }
}
.table-text-small td,
.table-text-small th {
  font-size: 0.75rem;
}
.mobile-tab-dropdown {
  display: none;
}
@media (max-width: 767.98px) {
  .nav-tabs {
    display: none !important;
  }
  .mobile-tab-dropdown {
    display: block;
    margin-bottom: 1rem;
  }
  .mobile-tab-dropdown .dropdown-toggle {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    padding: 0.75rem 1rem;
    font-weight: 600;
    color: #212529;
  }
  .mobile-tab-dropdown .dropdown-toggle:hover {
    background-color: #f8f9fa;
    border-color: #adb5bd;
  }
  .mobile-tab-dropdown .dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(230, 114, 75, 0.25);
    border-color: #e6724b;
  }
  .mobile-tab-dropdown .dropdown-toggle::after {
    display: none;
  }
  .mobile-tab-dropdown .dropdown-menu {
    width: 100%;
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .mobile-tab-dropdown .dropdown-item {
    padding: 0.75rem 1rem;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
    color: #495057;
    text-decoration: none;
    position: relative;
  }
  .mobile-tab-dropdown .dropdown-item:last-child {
    border-bottom: none;
  }
  .mobile-tab-dropdown .dropdown-item.active {
    background-color: #fff5f2;
    color: #e6724b;
    font-weight: 700;
  }
  .mobile-tab-dropdown .dropdown-item.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #e6724b;
  }
  .mobile-tab-dropdown .dropdown-item:hover:not(.active) {
    background-color: #f8f9fa;
    color: #212529;
  }
  .mobile-tab-dropdown .dropdown-toggle .fa-chevron-down {
    font-size: 0.75rem;
    color: #6c757d;
    transition: transform 0.2s ease;
  }
  .mobile-tab-dropdown .dropdown-toggle[aria-expanded='true'] .fa-chevron-down {
    transform: rotate(180deg);
  }
  .card-header .nav-tabs {
    display: none !important;
  }
  .card-header .mobile-tab-dropdown {
    margin-bottom: 0;
  }
  .card-header .mobile-tab-dropdown .dropdown-toggle {
    background-color: transparent;
    border: 1px solid #dee2e6;
    font-size: 0.875rem;
  }
}
.order-info-section .btn-link {
  margin-left: 10px;
}
.order-info-section .badge {
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.4;
  text-align: left;
  display: inline-block;
  max-width: 100%;
}
.order-status-display,
.payment-status-display {
  flex: 1;
  min-width: 0;
  margin-right: 10px;
}
input[data-toggle='toggle']:not(.toggle-initialized) {
  visibility: hidden;
  height: 0;
  width: 0;
  position: absolute;
}
.email-status,
.support-message-status {
  min-height: 28px;
}
.admin-field-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 0.5rem;
}
.admin-input,
.admin-select {
  font-size: 0.875rem;
  border-color: #dee2e6;
  box-shadow: none;
}
.admin-input:focus,
.admin-select:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.btn-admin-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-admin-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
  color: #ffffff;
}
.btn-admin-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-admin-secondary:hover {
  background-color: #5c636a;
  border-color: #565e64;
  color: #ffffff;
}
.btn-admin-sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
}
.admin-log-item {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e9ecef;
  transition: background-color 0.15s ease-in-out;
}
.admin-log-item:last-child {
  border-bottom: none;
}
.admin-log-item:hover {
  background-color: #f8f9fa;
}
.admin-log-item p {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  color: #212529;
}
.admin-log-item small {
  font-size: 0.75rem;
  color: #6c757d;
}
.admin-data-table {
  font-size: 0.875rem;
}
.admin-data-table thead th {
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #495057;
  padding: 0.75rem 1rem;
}
.admin-data-table tbody tr {
  transition: background-color 0.15s ease-in-out;
}
.admin-data-table tbody tr:hover {
  background-color: #f8f9fa;
}
.admin-data-table tbody td {
  padding: 0.75rem 1rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}
.admin-data-table tbody tr.admin-row-disabled {
  background-color: #343a40;
  color: #adb5bd;
}
.admin-data-table tbody tr.admin-row-disabled td {
  background-color: #343a40;
  color: #adb5bd;
}
.admin-filter-tabs {
  border-bottom: 2px solid #e9ecef;
  margin-bottom: 1.5rem;
}
.admin-filter-tabs .nav-item {
  margin-bottom: -2px;
}
.admin-filter-tabs .nav-link {
  border: none;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6c757d;
  background: transparent;
  border-bottom: 2px solid transparent;
}
.admin-filter-tabs .nav-link.active {
  color: #0d6efd;
  border-bottom-color: #0d6efd;
}
.admin-filter-tabs .nav-link:hover {
  color: #495057;
  border-bottom-color: #dee2e6;
}
.admin-modal-custom .modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 1rem 1.5rem;
}
.admin-modal-custom .modal-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #212529;
}
.admin-modal-custom .modal-body {
  padding: 1.5rem;
}
.admin-modal-custom .modal-footer {
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
  padding: 1rem 1.5rem;
}
.procurement-date-clickable {
  cursor: pointer;
  position: relative;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.procurement-date-clickable:hover {
  border-color: #86b7fe;
}
.procurement-date-clickable:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
  outline: none;
}
.procurement-date-clickable::-webkit-calendar-picker-indicator {
  cursor: pointer;
  padding: 4px;
  margin: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  width: 20px;
  height: 20px;
  opacity: 1;
}
.procurement-date-clickable::-webkit-calendar-picker-indicator:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230d6efd' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3C/svg%3E");
}
.procurement-departure-date.auto-filled {
  background-color: #d1e7dd;
  border-color: #198754;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
}
.admin-action-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.admin-action-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #212529;
  margin: 0;
}
@media (max-width: 767.98px) {
  .admin-content-card .card-body {
    padding: 1rem;
  }
  .admin-data-table {
    font-size: 0.8125rem;
  }
  .admin-data-table thead th,
  .admin-data-table tbody td {
    padding: 0.5rem;
  }
}
.user-order-stats {
  display: block;
  margin-left: 40px;
  font-size: 10px;
  font-weight: normal;
  color: #888;
}
.shipment-table-search-match {
  background-color: #fff3cd !important;
}
.shipment-table-search-match td {
  background-color: #fff3cd !important;
  border-color: #ffeaa7;
}
tr.shipment-table-search-match:hover {
  background-color: #ffe8a1 !important;
}
tr.shipment-table-search-match:hover td {
  background-color: #ffe8a1 !important;
}
.shipment-table-duplicate-recipient {
  background-color: #f8d7da !important;
}
.shipment-table-duplicate-recipient td {
  background-color: #f8d7da !important;
  border-color: #f5c6cb;
}
tr.shipment-table-duplicate-recipient:hover {
  background-color: #f1b0b7 !important;
}
tr.shipment-table-duplicate-recipient:hover td {
  background-color: #f1b0b7 !important;
}
.shipment-table-search-match.shipment-table-duplicate-recipient {
  background-color: #f5c6cb !important;
}
.shipment-table-search-match.shipment-table-duplicate-recipient td {
  background-color: #f5c6cb !important;
}
.shipment-shared-box-subrow td {
  background-color: #f0f7ff !important;
  border-top: none;
}
.shipment-shared-box-subrow td:first-child {
  border-left: 3px solid #0d6efd;
}
tr.shipment-shared-box-subrow:hover td {
  background-color: #e0efff !important;
}
.shipment-card-header-warning {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}
.shipment-card-header-warning .badge {
  animation: shipment-pulse 1.5s ease-in-out infinite;
}
@keyframes shipment-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shipment-highlight-flash {
  0%,
  100% {
    background-color: #fff3cd;
  }
  50% {
    background-color: #ffc107;
  }
}
.shipment-type-hidden {
  display: none;
}
.shipment-actions-cell {
  white-space: nowrap;
  width: 1%;
}
.shipment-actions {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0.25rem;
  align-items: center;
  justify-content: flex-end;
}
.shipment-actions .btn {
  --bs-btn-padding-x: 0.45rem;
  --bs-btn-padding-y: 0.2rem;
  --bs-btn-font-size: 0.75rem;
  line-height: 1;
}
.shipment-actions .btn i {
  font-size: 0.8rem;
}
.shipment-actions form {
  margin: 0;
}
#editOrderModal .modal-content {
  border-radius: 10px;
}
#editOrderModal .modal-header,
#editOrderModal .modal-footer {
  padding: 0.65rem 1rem;
}
#editOrderModal .modal-body {
  padding: 1rem;
}
#editOrderModal .form-label {
  margin-bottom: 0.15rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #6c757d;
}
#editOrderModal .form-control,
#editOrderModal .form-control-sm {
  font-size: 0.875rem;
}
#editOrderModal #display_box_id {
  background: #f1f3f5;
  font-weight: 600;
  text-align: center;
  color: #495057;
}
.case-field-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
.case-note-box {
  background: #f8f9fa;
  border-left: 3px solid #0d6efd;
  padding: 0.75rem;
  line-height: 1.6;
}
.case-comment-timeline-item {
  padding-left: 2.5rem;
  position: relative;
}
.case-comment-avatar {
  background: #e9ecef;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 0.875rem;
}
.case-empty-state {
  text-align: center;
  padding: 2rem;
  color: #6c757d;
}
.product-status-list .badge {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}
.product-status-list .badge span {
  white-space: nowrap;
}
.admin-mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1040;
  display: none;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 0.5rem 0 calc(0.5rem + env(safe-area-inset-bottom, 0));
}
.admin-mobile-nav-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 0.5rem;
}
.admin-mobile-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  color: #6c757d;
  text-decoration: none;
  border: 0;
  background: none;
  position: relative;
  min-width: 3.5rem;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
}
.admin-mobile-nav-item:hover,
.admin-mobile-nav-item:focus {
  background-color: rgba(0, 0, 0, 0.04);
  color: #495057;
}
.admin-mobile-nav-item:active {
  transform: scale(0.95);
}
.admin-mobile-nav-item.active {
  color: #e6724b;
}
.admin-mobile-nav-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
.admin-mobile-nav-badge {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  background: #dc3545;
  color: #ffffff;
  border-radius: 0.625rem;
  min-width: 1.125rem;
  height: 1.125rem;
  font-size: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
  box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
}
.admin-mobile-nav-txt {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .admin-mobile-nav {
    display: block;
  }
  body {
    padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0));
  }
  main,
  .page-wrapper,
  .container,
  .container-fluid,
  #page-content-wrapper {
    padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0));
  }
  .card:last-child,
  .table-responsive:last-child {
    margin-bottom: calc(2rem + env(safe-area-inset-bottom, 0));
  }
  .global-mobile-upload-btn {
    display: none !important;
  }
  .order-log-entry-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    font-size: 0.6rem;
  }
  .order-log-entry-message {
    font-size: 0.75rem;
  }
  .order-log-entry-meta {
    font-size: 0.65rem;
  }
  .order-log-entry {
    padding: 0.375rem 0.5rem;
  }
}
h2[data-bs-target='#orderLogTimeline'] {
  cursor: pointer;
  user-select: none;
}
h2[data-bs-target='#orderLogTimeline']:hover {
  color: #495057;
}
h2[data-bs-target='#orderLogTimeline'][aria-expanded='true'] .fa-chevron-right {
  transform: rotate(90deg);
}
.order-log-timeline {
  font-size: 0.875rem;
}
.order-log-date-header {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #6c757d;
  letter-spacing: 0.05em;
  padding: 0.5rem 0 0.25rem;
  margin-top: 0.25rem;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 0.25rem;
}
.order-log-date-header:first-child {
  margin-top: 0;
}
.order-log-entry {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.5rem 0.625rem;
  border-left: 3px solid #dee2e6;
  margin-left: 0.25rem;
  transition: background-color 0.15s ease;
}
.order-log-entry:hover {
  background-color: #f8f9fa;
}
.order-log-entry-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6875rem;
  margin-top: 1px;
}
.order-log-entry-body {
  flex: 1;
  min-width: 0;
}
.order-log-entry-message {
  font-size: 0.8125rem;
  color: #212529;
  word-break: break-word;
  line-height: 1.4;
}
.order-log-entry-meta {
  font-size: 0.6875rem;
  color: #6c757d;
  margin-top: 2px;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .table-responsive::-webkit-scrollbar {
    height: 6px;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
  }
  .table-responsive table {
    min-width: 900px;
  }
  .order-table {
    font-size: 13px;
  }
  .order-table tbody td,
  .order-table tbody th,
  .order-table thead th,
  .order-table tfoot th {
    padding: 4px 8px;
  }
  .order-table .max-width-350 {
    min-width: 280px;
    max-width: 280px;
  }
  .order-table .max-width-450 {
    min-width: 350px;
    max-width: 350px;
  }
  .admin-data-table {
    font-size: 0.8125rem;
  }
  .admin-data-table thead th,
  .admin-data-table tbody td {
    padding: 0.5rem 0.75rem;
  }
  .table {
    font-size: 13px;
  }
  .table td,
  .table th {
    padding: 0.5rem;
  }
  .table .badge {
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem;
  }
  .tablet-hide {
    display: none !important;
  }
  .tablet-compact {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
  }
  #sidebarMenu.col-md-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  main.col-md-8 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sidebar .nav-link {
    font-size: 0.8125rem;
    padding: 0.4rem 0.75rem;
  }
  .sidebar-heading {
    font-size: 0.7rem;
  }
  .landing-stats-item {
    padding: 0.75rem !important;
  }
  .landing-stats-item h1 {
    font-size: 13px !important;
  }
  .landing-stats-item .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  .status-pill {
    font-size: 12px;
    padding: 2px 6px;
  }
  .chat-messages {
    max-height: 400px;
  }
  .chat-message-sidebar-item {
    padding: 0.5rem 0.75rem;
  }
  .chat-message-sidebar-id {
    font-size: 0.875rem;
  }
  .chat-message-sidebar-preview {
    font-size: 11px;
  }
  .form-detail-item-value {
    font-size: 14px;
  }
  .form-detail-item-label {
    font-size: 12px;
  }
  .admin-order-actions-sidebar {
    flex: 0 0 200px;
  }
  .admin-order-actions-sidebar-btn {
    font-size: 0.8125rem;
    padding: 4px 0;
  }
  .admin-order-actions-heading {
    font-size: 15px;
  }
  .admin-page-header h2 {
    font-size: 1.25rem;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 15px;
  }
  .btn {
    font-size: 0.8125rem;
    padding: 0.375rem 0.625rem;
  }
  .btn-sm {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
  .card-body {
    padding: 1rem;
  }
  .modal-dialog {
    max-width: 90%;
    margin: 1rem auto;
  }
  .locker-pages .table video,
  .locker-pages .small-map {
    width: 120px;
    height: 75px;
  }
  .locker-pages .small-map-container {
    width: 120px;
    height: 75px;
  }
}
