/* src/scss/style.scss */
html,
body {
  height: 100%;
}
body {
  margin: 0;
}
body.header-fixed {
  padding-top: 45px;
}
.app-body {
  display: flex;
  height: calc(100vh - 45px - 32px);
}
.main {
  flex: 1 1 0%;
  min-width: 0;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 12px;
  background: #f8fafc;
}
@media (min-width: 992px) {
  body.sidebar-lg-show .main {
    margin-left: 200px;
  }
  body.sidebar-lg-show.sidebar-minimized .main {
    margin-left: 50px;
  }
}
@media (min-width: 768px) {
  body.sidebar-md-show .main {
    margin-left: 200px;
  }
  body.sidebar-md-show.sidebar-minimized .main {
    margin-left: 50px;
  }
}
.main {
  transition: margin-left 0.25s ease;
}
cui-breadcrumb {
  padding: 0 12px;
}
footer {
  height: 32px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
  font-size: 12px;
  color: #64748b;
}
@media (min-width: 992px) {
  body.sidebar-lg-show footer {
    margin-left: 200px;
  }
  body.sidebar-lg-show.sidebar-minimized footer {
    margin-left: 50px;
  }
}
footer {
  transition: margin-left 0.25s ease;
}
@media print {
  r9-header,
  r9-sidebar,
  cui-breadcrumb,
  footer,
  app-progress-bar,
  app-toast-container,
  .modal-backdrop,
  .no-print {
    display: none !important;
  }
  body,
  body.header-fixed {
    padding-top: 0 !important;
    background: #ffffff !important;
  }
  .main,
  .app-body {
    margin-left: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
    overflow: visible !important;
  }
  * {
    box-shadow: none !important;
  }
  a {
    color: inherit !important;
    text-decoration: none !important;
  }
}
.w-px-36 {
  width: 36px !important;
}
.w-px-40 {
  width: 40px !important;
}
.w-px-44 {
  width: 44px !important;
}
.w-px-50 {
  width: 50px !important;
}
.w-px-60 {
  width: 60px !important;
}
.w-px-70 {
  width: 70px !important;
}
.w-px-80 {
  width: 80px !important;
}
.w-px-90 {
  width: 90px !important;
}
.w-px-100 {
  width: 100px !important;
}
.w-px-120 {
  width: 120px !important;
}
.w-px-140 {
  width: 140px !important;
}
.w-px-150 {
  width: 150px !important;
}
.w-px-160 {
  width: 160px !important;
}
.w-px-180 {
  width: 180px !important;
}
.w-px-200 {
  width: 200px !important;
}
.w-px-230 {
  width: 230px !important;
}
.w-px-320 {
  width: 320px !important;
}
.mw-px-50 {
  max-width: 50px !important;
}
.mw-px-80 {
  max-width: 80px !important;
}
.mw-px-90 {
  max-width: 90px !important;
}
.mw-px-100 {
  max-width: 100px !important;
}
.mw-px-200 {
  max-width: 200px !important;
}
.mw-px-240 {
  max-width: 240px !important;
}
.mw-px-480 {
  max-width: 480px !important;
}
.mw-px-500 {
  max-width: 500px !important;
}
.min-w-px-180 {
  min-width: 180px !important;
}
.min-w-px-900 {
  min-width: 900px !important;
}
.min-w-px-1100 {
  min-width: 1100px !important;
}
.h-px-4 {
  height: 4px !important;
}
.h-px-6 {
  height: 6px !important;
}
.h-px-40 {
  height: 40px !important;
}
.h-px-200 {
  height: 200px !important;
}
.h-px-300 {
  height: 300px !important;
}
.h-px-350 {
  height: 350px !important;
}
.scroll-y-200 {
  max-height: 200px !important;
  overflow-y: auto !important;
}
.scroll-y-250 {
  max-height: 250px !important;
  overflow-y: auto !important;
}
.scroll-y-300 {
  max-height: 300px !important;
  overflow-y: auto !important;
}
.scroll-y-350 {
  max-height: 350px !important;
  overflow-y: auto !important;
}
.scroll-y-400 {
  max-height: 400px !important;
  overflow-y: auto !important;
}
.scroll-y-500 {
  max-height: 500px !important;
  overflow-y: auto !important;
}
.scroll-y-page {
  max-height: calc(100vh - 220px) !important;
  overflow-y: auto !important;
}
.scroll-y-page-sm {
  max-height: calc(100vh - 280px) !important;
  overflow-y: auto !important;
}
.thumb-xs {
  max-height: 20px;
  max-width: 20px;
  object-fit: cover;
}
.thumb-sm {
  max-height: 35px;
  max-width: 50px;
  object-fit: cover;
}
.thumb-md {
  max-height: 50px;
  max-width: 50px;
  object-fit: cover;
}
.thumb-lg {
  max-height: 80px;
  max-width: 80px;
  object-fit: cover;
}
.thumb-xl {
  max-height: 120px;
  max-width: 120px;
  object-fit: cover;
}
.cursor-pointer {
  cursor: pointer !important;
}
.sidebar {
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.1);
}
.sidebar .nav-link {
  margin: 1px 6px;
  padding: 6px 10px !important;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  border-left: 3px solid transparent;
}
.sidebar .nav-link .nav-icon {
  font-size: 13px;
  width: 18px;
  opacity: 0.7;
}
.sidebar .nav-link:hover .nav-icon {
  opacity: 1;
}
.sidebar .nav-link.active {
  border-left-color: #3b82f6;
}
.sidebar .nav-link.active .nav-icon {
  opacity: 1;
}
.sidebar .nav-title {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 8px;
  padding: 6px 12px !important;
}
.sidebar .nav-dropdown-items .nav-link {
  font-size: 11px;
  padding: 5px 10px 5px 16px !important;
  margin-left: 12px;
}
.sidebar .nav-dropdown-items .nav-link .nav-icon {
  font-size: 11px;
  margin-left: 0 !important;
}
.sidebar .nav-dropdown.open > .nav-dropdown-items {
  background: rgba(0, 0, 0, 0.15);
  margin: 0 6px 2px 6px;
  border-radius: 0 0 4px 4px;
  padding: 4px 0;
}
.sidebar .nav-dropdown.open > .nav-dropdown-items .nav-link {
  margin: 1px 4px;
}
.sidebar .sidebar-minimizer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.start-0 {
  left: 0;
}
.form-control-sm {
  border: 1px solid #e2e8f0;
  height: 30px;
}
table .form-control-sm {
  height: unset;
}
textarea.form-control-sm {
  min-height: 200px;
}
.click,
.text-link {
  cursor: pointer;
}
.noclick {
  cursor: none;
  pointer-events: none;
  background: #e2e8f0;
}
.card-img-top img {
  width: 100%;
}
.actions {
  min-width: 40px;
  text-align: left !important;
}
.actions i {
  cursor: pointer;
  margin: 0 5px;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
button.btn-primary:focus {
  outline: none;
}
.editable {
  background: #e2e8f0;
}
.ellipsis_custom {
  max-width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ellipsis_custom_width {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.disabled {
  pointer-events: none;
}
.box-list {
  width: 120px;
  height: 50px;
  flex-wrap: wrap;
  overflow: auto;
}
.profile_name {
  font-size: 1rem;
}
.sidebar-minimized .profile_name {
  display: none;
}
.w-220 {
  width: 220px;
}
.w-40 {
  width: 60px;
}
.w-50 {
  width: 50px;
}
.w-60 {
  width: 60px;
}
.w-70 {
  width: 70px;
}
.w-80 {
  width: 80px;
}
.w-100px {
  width: 100px;
}
.w-120 {
  width: 120px;
}
.w-140 {
  width: 140px;
}
.w-150 {
  width: 150px;
}
.w-250 {
  width: 250px;
}
.w-400 {
  width: 400px;
}
.max-w-400 {
  max-width: 400px;
}
.w-max-400 {
  max-width: 400px;
}
.h-20 {
  height: 20px;
}
.h-30 {
  height: 30px;
}
.h-40 {
  height: 40px;
}
.h-140 {
  height: 140px;
}
.h-150 {
  height: 150px;
}
.h-200 {
  height: 200px;
}
.h-300 {
  height: 300px !important;
  overflow-y: auto;
}
.h-440 {
  height: 480px;
}
.max-h-300 {
  max-height: 300px;
  overflow-y: auto;
}
.h-400 {
  height: calc(100vh - 320px);
  overflow-y: auto;
}
.max-height-section {
  height: calc(100vh - 260px);
  overflow-y: auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.discount {
  text-align: center;
  border: none;
  border-bottom: 1px solid #e2e8f0;
}
.checkbox {
  display: inline-block;
  cursor: pointer;
  background: #e2e8f0;
  height: 20px;
  width: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox i {
  visibility: hidden;
  margin-top: 3px;
}
.checkbox.disabled {
  cursor: none;
  pointer-events: none;
  background: #e2e8f0;
}
.checkbox.selected {
  background: #008080;
  color: white;
}
.checkbox.selected i {
  visibility: visible;
}
.popover {
  width: 220px;
}
.colour_box {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #dee2e6;
  vertical-align: middle;
}
.product_img {
  height: 150px;
  width: 150px;
}
.pdf-preview {
  height: 200px;
  width: 200px;
  border: 1px solid #dee2e6;
}
.modal-body img {
  max-width: 100%;
  max-height: 100%;
}
.max-height-page {
  height: calc(100vh - 300px);
  overflow-y: auto;
}
select.small {
  height: 30px;
  font-size: 12px;
}
.color-picker .cp-ok-button-class {
  background: #008080;
  color: #ffffff;
}
.color-picker button {
  outline: none;
  border: none;
  padding: 6px;
}
.color-picker {
  border-radius: 4px;
  border: #e2e8f0 solid 1px !important;
}
.underline,
.text-link {
  text-decoration: underline !important;
}
app-no-data {
  display: block;
  width: 100%;
}
.flex-column-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: minmax(50px, auto);
}
.flex-1 {
  flex: 1;
}
.whatsapp-chat-button {
  color: #00a5f4;
  white-space: pre-wrap;
}
.double-tick {
  position: relative;
  display: inline-block;
  height: 14px;
  margin: 0 12px;
}
.double-tick::before,
.double-tick::after {
  content: "";
  position: absolute;
  border-color: #73818f;
  border-width: 0 1.5px 1.5px 0;
  border-style: solid;
  display: inline-block;
  transform: rotate(45deg);
}
.double-tick::after {
  display: none;
}
.double-tick.read::before,
.double-tick.read::after {
  border-color: #34b7f1;
  display: block;
}
.double-tick.delivered::before,
.double-tick.delivered::after {
  display: block;
}
.double-tick::before {
  width: 4px;
  height: 10px;
  top: 3px;
  left: 0;
}
.double-tick::after {
  width: 3px;
  height: 10px;
  top: 4px;
  left: 4px;
}
.image-preview {
  width: 100%;
}
.opacity-01 {
  opacity: 0.1;
}
.fixed-col {
  position: sticky;
  background: #ffffff !important;
  --bs-table-bg: #ffffff;
  z-index: 1;
}
th.fixed-col {
  z-index: 2 !important;
}
.fixed-col.left {
  left: 0;
}
.fixed-col.right {
  right: 0;
}
th.fixed-col-sm {
  min-width: 40px !important;
}
td.fixed-col-sm {
  width: 40px !important;
}
.file-name {
  height: 15px;
  font-size: x-small;
}
.btn-xs {
  font-size: 0.6rem;
  padding: 0.2rem 0.2rem;
  border-radius: 2px;
}
.table-display {
  text-align: right;
  padding-bottom: 5px;
  position: sticky;
  left: 0;
}
.main .container-fluid {
  width: 100%;
  margin: 0;
}
.text-link {
  color: #008080 !important;
}
.page-container {
  height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  background: #f8fafc;
  border-radius: 8px;
  overflow: hidden;
}
.list-page {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f8fafc;
  border-radius: 8px;
}
.list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  flex: 0 0 auto;
}
.list-header .page-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.list-header .page-icon i {
  color: #ffffff;
  font-size: 16px;
}
.list-header .page-icon.icon-blue {
  background:
    linear-gradient(
      135deg,
      #3b82f6,
      #1d4ed8);
}
.list-header .page-icon.icon-green {
  background:
    linear-gradient(
      135deg,
      #10b981,
      #059669);
}
.list-header .page-icon.icon-purple {
  background:
    linear-gradient(
      135deg,
      #8b5cf6,
      #7c3aed);
}
.list-header .page-icon.icon-orange {
  background:
    linear-gradient(
      135deg,
      #f59e0b,
      #d97706);
}
.list-header .page-icon.icon-red {
  background:
    linear-gradient(
      135deg,
      #ef4444,
      #dc2626);
}
.list-header .page-icon.icon-teal {
  background:
    linear-gradient(
      135deg,
      #14b8a6,
      #0d9488);
}
.list-toolbar {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 16px;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  flex: 0 0 auto;
}
.list-toolbar-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.list-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.list-content {
  flex: 1 1 0;
  min-height: 0;
  overflow: auto;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  padding: 12px;
}
.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
}
.page-header .page-title-group {
  display: flex;
  align-items: center;
}
.page-header .page-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.page-header .page-icon i {
  color: #ffffff;
  font-size: 16px;
}
.page-header .page-icon.icon-blue {
  background:
    linear-gradient(
      135deg,
      #3b82f6,
      #1d4ed8);
}
.page-header .page-icon.icon-green {
  background:
    linear-gradient(
      135deg,
      #10b981,
      #059669);
}
.page-header .page-icon.icon-purple {
  background:
    linear-gradient(
      135deg,
      #8b5cf6,
      #7c3aed);
}
.page-header .page-icon.icon-orange {
  background:
    linear-gradient(
      135deg,
      #f59e0b,
      #d97706);
}
.page-header .page-icon.icon-red {
  background:
    linear-gradient(
      135deg,
      #ef4444,
      #dc2626);
}
.page-header .page-icon.icon-teal {
  background:
    linear-gradient(
      135deg,
      #14b8a6,
      #0d9488);
}
.page-header .page-title {
  font-weight: 600;
  font-size: 16px;
  color: #1c343c;
  margin: 0;
}
.page-header .page-subtitle {
  font-size: 12px;
  color: #64748b;
}
.page-header .header-actions {
  display: flex;
  gap: 8px;
}
.page-content {
  flex: 1;
  display: flex;
  overflow: hidden;
  padding: 16px;
  gap: 16px;
}
.page-content.flex-column {
  flex-direction: column;
}
.ui-panel {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.panel-header {
  padding: 8px 16px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}
.panel-header i {
  margin-right: 8px;
}
.panel-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
}
.panel-footer {
  padding: 12px 16px;
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
}
.ui-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.ui-toolbar .toolbar-actions {
  display: flex;
  gap: 8px;
}
.ui-search {
  position: relative;
  display: flex;
  align-items: center;
}
.ui-search > i {
  position: absolute;
  left: 12px;
  color: #94a3b8;
  font-size: 12px;
  z-index: 1;
}
.ui-search input {
  width: 280px;
  padding: 8px 12px 8px 34px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
  transition: border-color 0.2s;
}
.ui-search input:focus {
  outline: none;
  border-color: #008080;
  box-shadow: 0 0 0 3px rgba(0, 128, 128, 0.1);
}
.ui-search input::placeholder {
  color: #94a3b8;
}
.ui-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.ui-table thead {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 1;
}
.ui-table thead th {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 10px;
  border-bottom: 2px solid #e2e8f0;
  text-align: left;
}
.ui-table tbody tr {
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.15s;
}
.ui-table tbody tr:hover {
  background: #f8fafc;
}
.ui-table tbody tr.selected {
  background: rgb(153.5, 255, 255);
}
.ui-table tbody td {
  padding: 8px;
  color: #1c343c;
}
.ui-table .cell-mono {
  font-size: 12px;
}
.ui-table .cell-muted {
  color: #94a3b8;
}
.ui-form > .mb-3 {
  margin-bottom: 16px;
}
.ui-form > .mb-3:last-child {
  margin-bottom: 0;
}
.ui-form > .mb-3 > label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
  margin-bottom: 6px;
}
.ui-form > .mb-3 > label .required {
  color: #ef4444;
}
.ui-modal .modal-content {
  border: none;
  border-radius: 12px;
  overflow: hidden;
}
.ui-modal .modal-header {
  background: #ffffff;
  border-bottom: 1px solid #f1f5f9;
  padding: 16px 20px;
}
.ui-modal .modal-header .modal-title-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ui-modal .modal-header .modal-title-group i {
  font-size: 18px;
}
.ui-modal .modal-header .modal-title {
  font-size: 16px;
  font-weight: 600;
  color: #1c343c;
  margin: 0;
}
.ui-modal .modal-header .btn-close {
  font-size: 24px;
  color: #94a3b8;
  opacity: 1;
}
.ui-modal .modal-header .btn-close:hover {
  color: #64748b;
}
.ui-modal .modal-body {
  padding: 20px;
  max-height: 60vh;
  overflow-y: auto;
}
.ui-modal .modal-footer {
  background: #f8fafc;
  border-top: 1px solid #f1f5f9;
  padding: 12px 20px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.ui-list .list-item {
  display: flex;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.15s ease;
  margin-bottom: 4px;
}
.ui-list .list-item:hover {
  background: #f8fafc;
}
.ui-list .list-item:hover .item-actions {
  opacity: 1;
}
.ui-list .list-item.selected {
  background: rgb(153.5, 255, 255);
  border: 1px solid #bfdbfe;
}
.ui-list .item-avatar {
  width: 40px;
  height: 40px;
  background: #e2e8f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  color: #475569;
  margin-right: 12px;
  flex-shrink: 0;
}
.ui-list .item-content {
  flex: 1;
  min-width: 0;
}
.ui-list .item-content .item-title {
  font-weight: 500;
  font-size: 14px;
  color: #1c343c;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-list .item-content .item-subtitle {
  font-size: 12px;
  color: #64748b;
}
.ui-list .item-actions {
  opacity: 0;
  transition: opacity 0.15s;
  display: flex;
  gap: 4px;
}
.ui-list .list-item.list-item-sm {
  padding: 8px;
  margin-bottom: 2px;
}
.ui-list .list-item.list-item-sm .item-avatar {
  width: 30px;
  height: 30px;
  font-size: 12px;
  margin-right: 8px;
}
.ui-list .list-item.list-item-sm .item-title {
  font-size: 13px;
}
.ui-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.ui-badge.badge-blue {
  background: rgb(153.5, 255, 255);
  color: rgb(0, 87.2, 87.2);
}
.ui-badge.badge-green {
  background: #dcfce7;
  color: #16a34a;
}
.ui-badge.badge-yellow {
  background: #fef3c7;
  color: #d97706;
}
.ui-badge.badge-red {
  background: #fef2f2;
  color: #ef4444;
}
.ui-badge.badge-gray {
  background: #f1f5f9;
  color: #64748b;
}
.ui-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ui-tag.tag-header {
  background: #fef3c7;
  color: #d97706;
}
.ui-tag.tag-body {
  background: rgb(153.5, 255, 255);
  color: rgb(0, 87.2, 87.2);
}
.ui-tag.tag-footer {
  background: #f1f5f9;
  color: #64748b;
}
.ui-tag.tag-buttons {
  background: #dcfce7;
  color: #16a34a;
}
.ui-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  color: #94a3b8;
}
.ui-empty i {
  font-size: 48px;
  margin-bottom: 16px;
  opacity: 0.5;
}
.ui-empty .empty-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
.ui-empty .empty-subtitle {
  font-size: 13px;
}
.ui-stat {
  background: #ffffff;
  border-radius: 8px;
  padding: 14px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border-left: 3px solid #94a3b8;
}
.ui-stat .stat-value {
  font-size: 22px;
  font-weight: 700;
  color: #1c343c;
}
.ui-stat .stat-label {
  font-size: 11px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
}
.ui-stat.stat-primary {
  border-left-color: #008080;
}
.ui-stat.stat-primary .stat-value {
  color: rgb(0, 87.2, 87.2);
}
.ui-stat.stat-success {
  border-left-color: #22c55e;
}
.ui-stat.stat-success .stat-value {
  color: #16a34a;
}
.ui-stat.stat-info {
  border-left-color: #8b5cf6;
}
.ui-stat.stat-info .stat-value {
  color: #7c3aed;
}
.ui-stat.stat-warning {
  border-left-color: #f59e0b;
}
.ui-stat.stat-warning .stat-value {
  color: #d97706;
}
.ui-stat.stat-danger {
  border-left-color: #ef4444;
}
.ui-stat.stat-danger .stat-value {
  color: #ef4444;
}
.ui-stat.stat-purple {
  border-left-color: #a855f7;
}
.ui-stat.stat-purple .stat-value {
  color: #9333ea;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.stats-grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.stats-grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.stats-grid.cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
.stats-grid.cols-8 {
  grid-template-columns: repeat(8, 1fr);
}
.wa-preview-container {
  background: #e5ddd5;
  border-radius: 8px;
  padding: 16px;
  flex: 1;
  overflow-y: auto;
}
.wa-message {
  background: #ffffff;
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.wa-message .wa-header {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
}
.wa-message .wa-body {
  font-size: 13px;
  color: #1c343c;
  line-height: 1.5;
  white-space: pre-wrap;
}
.wa-message .wa-footer {
  font-size: 11px;
  color: #64748b;
  margin-top: 6px;
}
.wa-message .wa-image {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 6px;
}
.wa-message .wa-buttons {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e2e8f0;
}
.wa-message .wa-btn {
  background: transparent;
  border: none;
  color: #00a5f4;
  font-size: 13px;
  padding: 6px;
  cursor: pointer;
  text-align: center;
}
.wa-message .wa-btn:hover {
  background: #f8fafc;
}
.param-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px;
  background: #f8fafc;
  border-radius: 6px;
  margin-bottom: 8px;
}
.param-row:last-child {
  margin-bottom: 0;
}
.param-row .param-index {
  width: 28px;
  height: 28px;
  background: #008080;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
}
.param-row .param-inputs {
  flex: 1;
  display: flex;
  gap: 12px;
}
.param-row .param-inputs .input-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.param-row .param-inputs .input-group label {
  font-size: 11px;
  color: #64748b;
  font-weight: 500;
}
.param-row .param-inputs .input-group input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  font-size: 13px;
  transition: border-color 0.2s;
}
.param-row .param-inputs .input-group input:focus {
  outline: none;
  border-color: #008080;
  box-shadow: 0 0 0 3px rgba(0, 128, 128, 0.1);
}
.ui-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
}
.ui-pagination .page-size-select {
  font-size: 12px;
  padding: 4px 8px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  color: #64748b;
}
.gap-8 {
  gap: 8px;
}
.text-xs {
  font-size: 11px;
}
.text-sm {
  font-size: 13px;
}
.shadow-sm {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.shadow-md {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.clickable {
  cursor: pointer;
  transition: all 0.2s ease;
}
.clickable:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 13px;
}
.info-row:last-child {
  border-bottom: none;
}
.info-row .info-label {
  font-size: 12px;
  color: #64748b;
}
.info-row .info-value {
  font-weight: 500;
  color: #1c343c;
}
.summary-box,
.convert-summary {
  background: #f8fafc;
  border-radius: 8px;
  padding: 4px 0;
}
.summary-row,
.convert-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 16px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 13px;
}
.summary-row:last-child,
.convert-row:last-child {
  border-bottom: none;
}
.summary-row .summary-label,
.convert-row .summary-label {
  color: #64748b;
}
.summary-row .summary-value,
.convert-row .summary-value {
  font-weight: 500;
  color: #1c343c;
}
.summary-total {
  background:
    linear-gradient(
      135deg,
      rgb(153.5, 255, 255),
      #dbeafe);
  font-weight: 600;
  border-radius: 0 0 8px 8px;
}
.summary-total .summary-label,
.summary-total .summary-value {
  color: rgb(0, 87.2, 87.2);
  font-size: 15px;
}
.summary-input {
  width: 100px;
  text-align: right;
}
.history-list {
  max-height: 300px;
  overflow-y: auto;
}
.history-item {
  padding: 12px 16px;
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.15s;
}
.history-item:last-child {
  border-bottom: none;
}
.history-item:hover {
  background: #f8fafc;
}
.history-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.history-title {
  font-weight: 600;
  font-size: 13px;
  color: #1c343c;
}
.history-date {
  font-size: 11px;
  color: #94a3b8;
}
.history-content,
.history-comment {
  font-size: 13px;
  color: #475569;
  margin: 0 0 8px 0;
  line-height: 1.4;
}
.history-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #64748b;
}
.session-list {
  max-height: 300px;
  overflow-y: auto;
}
.session-item {
  padding: 12px 16px;
  border-bottom: 1px solid #f1f5f9;
}
.session-item:last-child {
  border-bottom: none;
}
.session-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.session-number {
  font-weight: 600;
  font-size: 13px;
  color: #1c343c;
}
.session-time {
  font-size: 12px;
  font-weight: 500;
  color: #008080;
}
.session-meta {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
}
.session-footer {
  display: flex;
  gap: 16px;
  font-size: 11px;
  color: #64748b;
}
.comments-list {
  max-height: 300px;
  overflow-y: auto;
}
.comment-item {
  padding: 12px 16px;
  background: #f8fafc;
  border-radius: 8px;
  margin-bottom: 8px;
}
.comment-item:last-child {
  margin-bottom: 0;
}
.comment-content {
  font-size: 14px;
  color: #1c343c;
  margin-bottom: 6px;
  line-height: 1.4;
}
.comment-date {
  font-size: 11px;
  color: #94a3b8;
}
.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 40px;
  padding: 12px;
  background: #f8fafc;
  border-radius: 8px;
}
.tag-pill,
.tag-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #008080;
  color: #ffffff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}
.tag-pill .tag-remove,
.tag-item .tag-remove {
  cursor: pointer;
  opacity: 0.8;
  font-size: 10px;
}
.tag-pill .tag-remove:hover,
.tag-item .tag-remove:hover {
  opacity: 1;
}
.selection-options,
.settings-options,
.status-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.selection-option,
.settings-option,
.status-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.selection-option:hover,
.settings-option:hover,
.status-option:hover {
  border-color: #008080;
  background: rgb(153.5, 255, 255);
}
.selection-option.active,
.active.settings-option,
.active.status-option {
  border-color: #008080;
  background: rgb(153.5, 255, 255);
  color: #008080;
}
.selection-option.disabled,
.disabled.settings-option,
.disabled.status-option {
  opacity: 0.5;
  pointer-events: none;
}
.selection-option i,
.settings-option i,
.status-option i {
  font-size: 14px;
  color: #94a3b8;
}
.selection-option.active i,
.active.settings-option i,
.active.status-option i {
  color: #008080;
}
.form-section-title {
  font-size: 14px;
  font-weight: 600;
  color: #1c343c;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 16px;
}
.form-section-title i {
  color: #008080;
  margin-right: 8px;
}
.timer-display {
  font-size: 32px;
  font-weight: 700;
  color: #1c343c;
  letter-spacing: 2px;
  text-align: center;
}
.timer-label {
  font-size: 12px;
  color: #64748b;
  text-align: center;
  margin-top: 4px;
}
.comment-form > .row {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  --bs-gutter-x: 0;
  margin-right: 0;
  margin-left: 0;
}
.comment-form .form-col {
  flex: 1;
  min-width: 0;
}
.comment-form .form-col label {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #64748b;
  margin-bottom: 4px;
}
.comment-form .form-col-auto {
  flex: 0 0 auto;
}
.comment-form .form-col-auto label {
  display: block;
  font-size: 11px;
  margin-bottom: 4px;
}
.inline-list,
.units-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.inline-list-item,
.unit-item {
  display: flex;
  gap: 12px;
  align-items: center;
}
.inline-list-item input:first-child,
.unit-item input:first-child {
  flex: 1;
}
.inline-list-item .item-qty,
.unit-item .item-qty {
  width: 100px;
}
.product-detail-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
}
.product-preview {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-image-box,
.product-image-container {
  width: 100%;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}
.product-image-box img,
.product-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-props,
.product-properties {
  background: #f8fafc;
  border-radius: 8px;
  padding: 16px;
}
.product-props h6,
.product-properties h6 {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.prop-item,
.property-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #e2e8f0;
  font-size: 13px;
}
.prop-item:last-child,
.property-item:last-child {
  border-bottom: none;
}
.prop-item .prop-label,
.prop-item .property-label,
.property-item .prop-label,
.property-item .property-label {
  color: #64748b;
}
.prop-item .prop-value,
.prop-item .property-value,
.property-item .prop-value,
.property-item .property-value {
  font-weight: 500;
  color: #1c343c;
}
.product-thumbnail {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #e2e8f0;
}
.item-summary {
  background: #f8fafc;
  border-radius: 8px;
  padding: 12px;
  margin-top: 16px;
}
.item-summary-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 13px;
  color: #475569;
  border-bottom: 1px solid #e2e8f0;
}
.item-summary-row:last-child {
  border-bottom: none;
}
.item-summary-total {
  font-weight: 600;
  color: #008080;
  padding-top: 12px;
  margin-top: 4px;
  border-top: 2px solid #008080;
}
.modal-body-scroll {
  max-height: 500px;
  overflow-y: auto;
}
.dropdown-menu.ui-dropdown {
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 8px 0;
}
.dropdown-menu.ui-dropdown .dropdown-item {
  padding: 8px 16px;
  font-size: 13px;
  color: #475569;
}
.dropdown-menu.ui-dropdown .dropdown-item:hover {
  background: #f1f5f9;
  color: #1c343c;
}
.dropdown-menu.ui-dropdown .dropdown-item i {
  width: 16px;
  margin-right: 8px;
  color: #64748b;
}
.dropdown-menu.ui-dropdown .dropdown-divider {
  margin: 8px 0;
  border-color: #e2e8f0;
}
.product-form > .mb-3 {
  margin-bottom: 16px;
}
.product-form > .mb-3 label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
  margin-bottom: 6px;
}
.r9-deprecated {
  position: relative;
  opacity: 0.9;
}
.r9-deprecated::after {
  content: "\f017";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: -6px;
  right: -6px;
  width: 15px;
  height: 15px;
  font-size: 8px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ef6c00;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  pointer-events: none;
}
.auth-page {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow: auto;
  background:
    linear-gradient(
      135deg,
      rgb(153.5, 255, 255) 0%,
      #f8fafc 55%);
}
.auth-card {
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 40px 32px;
}
.auth-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.auth-logo {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #008080;
}
.auth-logo .dot {
  color: rgb(0, 87.2, 87.2);
}
.auth-title {
  margin: 0 0 4px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1c343c;
}
.auth-subtitle {
  margin: 0 0 24px;
  text-align: center;
  font-size: 0.875rem;
  color: #64748b;
}
.auth-subtitle .auth-contact {
  font-weight: 600;
  color: #008080;
}
.auth-field {
  margin-bottom: 16px;
}
.auth-submit {
  width: 100%;
  padding: 10px;
  font-weight: 600;
}
.auth-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  font-size: 0.85rem;
  color: #64748b;
  text-decoration: none;
  cursor: pointer;
}
.auth-back:hover {
  color: #008080;
}
.auth-otp {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.auth-otp input {
  width: 100%;
  max-width: 52px;
  height: 54px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1c343c;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  -moz-appearance: textfield;
}
.auth-otp input::-webkit-outer-spin-button,
.auth-otp input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.auth-otp input:focus {
  border-color: #008080;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 128, 128, 0.15);
}
.auth-footer {
  margin-top: 20px;
  text-align: center;
  font-size: 0.875rem;
  color: #64748b;
}
.auth-org-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.auth-org-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1c343c;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    background 0.15s ease,
    color 0.15s ease;
}
.auth-org-item i {
  color: #008080;
}
.auth-org-item:hover {
  border-color: #008080;
  background: rgb(153.5, 255, 255);
}
.auth-org-item.active {
  border-color: #008080;
  background: rgb(153.5, 255, 255);
  color: rgb(0, 87.2, 87.2);
}
app-table {
  width: 100%;
}
.table-concept {
  width: 100%;
  table-layout: fixed;
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.table-concept table {
  border-collapse: collapse;
}
.table-concept table th {
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
  position: sticky;
  color: #64748b;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.table-concept table tr {
  white-space: nowrap;
}
.table-concept table tr:last-child td {
  border-bottom: 0;
}
.table-concept table tr th {
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
  position: sticky;
}
.table-concept table tr td {
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
}
.table-concept table tr td .image {
  height: 20px;
  width: 24px;
}
.table-concept table tbody tr {
  transition: background-color 150ms ease-out;
}
.table-concept table tbody tr:nth-child(2n) {
  background-color: rgb(244.8, 244.8, 244.8);
}
.table-concept table tbody tr:hover {
  background-color: rgb(234.6, 234.6, 234.6);
}
.table-concept button {
  padding: 0 0.5rem;
  font-size: 0.8rem;
}
.sort i {
  cursor: pointer;
  margin: 0 5px;
}
:root {
  --bs-primary: #008080;
  --bs-primary-rgb:
    0,
    128,
    128;
  --bs-link-color: #008080;
  --bs-link-color-rgb:
    0,
    128,
    128;
  --bs-link-hover-color: rgb(0, 87.2, 87.2);
  --bs-link-hover-color-rgb:
    0,
    92,
    92;
  --bs-breadcrumb-padding-y: 0.6rem;
  --bs-breadcrumb-padding-x: 1rem;
  --bs-breadcrumb-bg: #f8fafc;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-border-radius: 999px;
  --bs-breadcrumb-divider: "\203a";
  --bs-breadcrumb-divider-color: #94a3b8;
  --bs-body-font-size: 0.8125rem;
  --bs-body-font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --bs-body-line-height: 1.5;
  --bs-body-color: #1c343c;
}
h1,
.h1 {
  font-size: 1.5rem;
}
h2,
.h2 {
  font-size: 1.25rem;
}
h3,
.h3 {
  font-size: 1.125rem;
}
h4,
.h4 {
  font-size: 1rem;
}
h5,
.h5 {
  font-size: 0.9375rem;
}
h6,
.h6 {
  font-size: 0.8125rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.small,
small {
  font-size: 11px;
}
.btn-primary {
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-bg: #008080;
  --bs-btn-border-color: #008080;
  --bs-btn-hover-bg: rgb(0, 87.2, 87.2);
  --bs-btn-hover-border-color: rgb(0, 87.2, 87.2);
  --bs-btn-active-bg: rgb(0, 87.2, 87.2);
  --bs-btn-active-border-color: rgb(0, 87.2, 87.2);
  --bs-btn-disabled-bg: #008080;
  --bs-btn-disabled-border-color: #008080;
}
.btn-outline-primary {
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-color: #008080;
  --bs-btn-border-color: #008080;
  --bs-btn-hover-bg: #008080;
  --bs-btn-hover-border-color: #008080;
  --bs-btn-active-bg: #008080;
  --bs-btn-active-border-color: #008080;
  --bs-btn-disabled-color: #008080;
  --bs-btn-disabled-border-color: #008080;
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.bg-primary {
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.nav-pills {
  --bs-nav-pills-link-active-bg: #008080;
}
.form-check-input:checked,
.form-check-input[type=checkbox]:indeterminate {
  background-color: #008080 !important;
  border-color: #008080 !important;
}
.form-range::-webkit-slider-thumb {
  background-color: #008080;
}
.form-range::-moz-range-thumb {
  background-color: #008080;
}
.pagination {
  --bs-pagination-active-bg: #008080;
  --bs-pagination-active-border-color: #008080;
  --bs-pagination-color: #008080;
  --bs-pagination-hover-color: rgb(0, 87.2, 87.2);
  --bs-pagination-focus-color: rgb(0, 87.2, 87.2);
}
.progress {
  --bs-progress-bar-bg: #008080;
}
.list-group {
  --bs-list-group-active-bg: #008080;
  --bs-list-group-active-border-color: #008080;
}
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  border-color: #008080;
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}
:focus-visible {
  outline-color: #008080;
}
.btn {
  --bs-btn-font-size: 0.8125rem;
  --bs-btn-padding-y: 0.3rem;
  --bs-btn-padding-x: 0.6rem;
  --bs-btn-line-height: 1.4;
}
.btn-sm {
  --bs-btn-font-size: 0.75rem;
  --bs-btn-padding-y: 0.2rem;
  --bs-btn-padding-x: 0.45rem;
}
.btn-lg {
  --bs-btn-font-size: 0.9375rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-UAGNQEZP.css.map */
