@charset "UTF-8";
/* HiveCRM Custom Colors - Extracted from Fat Free CRM */
/* Copyright (c) 2008-2013 Michael Dvorkin and contributors. */
:root {
  /* Legacy Fat Free CRM Colors */
  --color-title: #342d7e;
  --color-subtitle: darkslateblue;
  --sidebar-width: 210px;
  /* Status Colors */
  --dark-strip-text: #111;
  --light-strip-text: #EEE;
  --bg-color1: #05668D;
  --bg-color2: #028090;
  --bg-color3: #00A896;
  --bg-color4: #02C39A;
  --bg-color5: #2A9D8F;
  --bg-color6: #B4A6AB;
  --bg-color7: #946E83;
  --bg-color8: #615055;
  --bg-color9: #FFDD4A;
}

/* Task Categories */
.task-call {
  background-color: var(--bg-color1);
  color: var(--light-strip-text);
}

.task-email {
  background-color: var(--bg-color2);
  color: var(--light-strip-text);
}

.task-follow-up {
  background-color: var(--bg-color3);
  color: var(--light-strip-text);
}

.task-follow_up {
  background-color: var(--bg-color3);
  color: var(--light-strip-text);
}

.task-lunch {
  background-color: var(--bg-color4);
  color: var(--light-strip-text);
}

.task-meeting {
  background-color: var(--bg-color5);
  color: var(--light-strip-text);
}

.task-money {
  background-color: var(--bg-color6);
  color: var(--dark-strip-text);
}

.task-presentation {
  background-color: var(--bg-color7);
  color: var(--light-strip-text);
}

.task-trip {
  background-color: var(--bg-color8);
  color: var(--light-strip-text);
}

.task-other {
  background-color: var(--bg-color9);
  color: var(--dark-strip-text);
}

/* Campaign Status */
.campaign-planned {
  background-color: var(--bg-color1);
  color: var(--light-strip-text);
}

.campaign-started {
  background-color: var(--bg-color9);
  color: var(--dark-strip-text);
}

.campaign-completed {
  background-color: var(--bg-color3);
  color: var(--light-strip-text);
}

.campaign-on-hold {
  background-color: var(--bg-color6);
  color: var(--dark-strip-text);
}

.campaign-called-off {
  background-color: var(--bg-color2);
  color: var(--light-strip-text);
}

/* Lead Status */
.lead-new {
  background-color: var(--bg-color9);
  color: var(--dark-strip-text);
}

.lead-contacted {
  background-color: var(--bg-color3);
  color: var(--light-strip-text);
}

.lead-qualified {
  background-color: var(--bg-color4);
  color: var(--light-strip-text);
}

.lead-converted {
  background-color: var(--bg-color6);
  color: var(--dark-strip-text);
}

.lead-rejected {
  background-color: var(--bg-color1);
  color: var(--light-strip-text);
}

/* Account Categories */
.account-affiliate {
  background-color: var(--bg-color1);
  color: var(--light-strip-text);
}

.account-competitor {
  background-color: var(--bg-color2);
  color: var(--light-strip-text);
}

.account-customer {
  background-color: var(--bg-color3);
  color: var(--light-strip-text);
}

.account-partner {
  background-color: var(--bg-color4);
  color: var(--light-strip-text);
}

.account-reseller {
  background-color: var(--bg-color6);
  color: var(--dark-strip-text);
}

.account-vendor {
  background-color: var(--bg-color9);
  color: var(--dark-strip-text);
}

.account-other {
  background-color: var(--bg-color9);
  color: var(--dark-strip-text);
}

/* Company Categories */
.company-affiliate {
  background-color: var(--bg-color1);
  color: var(--light-strip-text);
}

.company-competitor {
  background-color: var(--bg-color2);
  color: var(--light-strip-text);
}

.company-customer {
  background-color: var(--bg-color3);
  color: var(--light-strip-text);
}

.company-partner {
  background-color: var(--bg-color4);
  color: var(--light-strip-text);
}

.company-reseller {
  background-color: var(--bg-color6);
  color: var(--dark-strip-text);
}

.company-vendor {
  background-color: var(--bg-color9);
  color: var(--dark-strip-text);
}

.company-other {
  background-color: var(--bg-color9);
  color: var(--dark-strip-text);
}

/* Opportunity Stages */
.opportunity-prospecting {
  background-color: var(--bg-color1);
  color: var(--light-strip-text);
}

.opportunity-analysis {
  background-color: var(--bg-color2);
  color: var(--light-strip-text);
}

.opportunity-presentation {
  background-color: var(--bg-color3);
  color: var(--light-strip-text);
}

.opportunity-proposal {
  background-color: var(--bg-color4);
  color: var(--light-strip-text);
}

.opportunity-negotiation {
  background-color: var(--bg-color5);
  color: var(--light-strip-text);
}

.opportunity-final-review {
  background-color: var(--bg-color9);
  color: var(--dark-strip-text);
}

.opportunity-won {
  background-color: var(--bg-color7);
  color: var(--light-strip-text);
}

.opportunity-lost {
  background-color: var(--bg-color1);
  color: var(--light-strip-text);
}

/* User Status */
.user-admin {
  background-color: var(--bg-color1);
  color: var(--light-strip-text);
}

.user-suspended {
  background-color: var(--bg-color3);
  color: var(--light-strip-text);
}

.user-active {
  background-color: var(--bg-color6);
  color: var(--dark-strip-text);
}

.user-signed-up {
  background-color: var(--bg-color9);
  color: var(--dark-strip-text);
}

/* Tabler Badge Overrides - Apply to all badge elements */
.badge.task-call,
.badge.task-email,
.badge.task-follow-up,
.badge.task-follow_up,
.badge.task-lunch,
.badge.task-meeting,
.badge.task-money,
.badge.task-presentation,
.badge.task-trip,
.badge.task-other,
.badge.campaign-planned,
.badge.campaign-started,
.badge.campaign-completed,
.badge.campaign-on-hold,
.badge.campaign-called-off,
.badge.lead-new,
.badge.lead-contacted,
.badge.lead-qualified,
.badge.lead-converted,
.badge.lead-rejected,
.badge.account-affiliate,
.badge.account-competitor,
.badge.account-customer,
.badge.account-partner,
.badge.account-reseller,
.badge.account-vendor,
.badge.account-other,
.badge.company-affiliate,
.badge.company-competitor,
.badge.company-customer,
.badge.company-partner,
.badge.company-reseller,
.badge.company-vendor,
.badge.company-other,
.badge.opportunity-prospecting,
.badge.opportunity-analysis,
.badge.opportunity-presentation,
.badge.opportunity-proposal,
.badge.opportunity-negotiation,
.badge.opportunity-final-review,
.badge.opportunity-won,
.badge.opportunity-lost,
.badge.user-admin,
.badge.user-suspended,
.badge.user-active,
.badge.user-signed-up {
  border: none;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
}

/* Strip Style (for legacy compatibility) */
.strip {
  background: gainsboro;
  color: black;
  float: left;
  font-size: 0.85em;
  margin: 0 0.375rem 0 0;
  padding: 0.125rem 0.25rem 0.125rem 0.1875rem;
  text-align: right;
  width: 4.6875rem;
  border-radius: 0.125rem;
}

/* Apply strip colors to any element with strip class */
.strip.task-call,
.strip.task-email,
.strip.task-follow-up,
.strip.task-follow_up,
.strip.task-lunch,
.strip.task-meeting,
.strip.task-money,
.strip.task-presentation,
.strip.task-trip,
.strip.task-other,
.strip.campaign-planned,
.strip.campaign-started,
.strip.campaign-completed,
.strip.campaign-on-hold,
.strip.campaign-called-off,
.strip.lead-new,
.strip.lead-contacted,
.strip.lead-qualified,
.strip.lead-converted,
.strip.lead-rejected,
.strip.account-affiliate,
.strip.account-competitor,
.strip.account-customer,
.strip.account-partner,
.strip.account-reseller,
.strip.account-vendor,
.strip.account-other,
.strip.opportunity-prospecting,
.strip.opportunity-analysis,
.strip.opportunity-presentation,
.strip.opportunity-proposal,
.strip.opportunity-negotiation,
.strip.opportunity-final-review,
.strip.opportunity-won,
.strip.opportunity-lost,
.strip.user-admin,
.strip.user-suspended,
.strip.user-active,
.strip.user-signed-up {
  background: inherit;
  color: inherit;
  font-weight: 500;
}

/* Legacy Color Classes for Compatibility */
.cool {
  color: darkgreen;
}

.warn {
  color: crimson;
}

.urgent {
  color: darkred;
}

.black {
  color: black;
}

.grayed {
  color: silver !important;
}

/* Pagination Improvements */
.pagination {
  gap: 0.5rem;
}

.pagination .page-item {
  margin-right: 0.5rem;
}

.pagination .page-item:last-child {
  margin-right: 0;
}

.pagination .page-link {
  min-width: 2.5rem;
  text-align: center;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
}

.pagination .page-item.active .page-link {
  background-color: #206bc4;
  border-color: #206bc4;
  color: white;
}

.pagination .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Amount Display */
.amount {
  background: palegreen;
  color: black;
  text-align: center;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-weight: 500;
}

/* Tags Styling */
.tags a,
.tags li {
  background-color: #eaeaea;
  color: #333333;
  font-weight: normal;
  padding: 0.125rem 0.375rem 0.0625rem 0.375rem;
  margin: 0.25rem 0 0.1875rem 0.25rem;
  border: 1px solid #bdbdbd;
  background-image: linear-gradient(to top, #eaeaea 0%, #f2f2f2 70%);
  border-radius: 0.1875rem;
  text-decoration: none;
  display: inline-block;
}

.tags a:hover {
  background: #dadada;
  text-decoration: none;
}

/* Status Priority Colors */
.status-overdue {
  color: crimson;
}

.status-due-asap {
  color: darkred;
}

.status-due-today {
  color: darkgreen;
}

.status-late {
  color: crimson;
  font-weight: bold;
}

/* Global utility classes for any element */
.task-call,
.task-email,
.task-follow-up,
.task-follow_up,
.task-lunch,
.task-meeting,
.task-money,
.task-presentation,
.task-trip,
.task-other,
.campaign-planned,
.campaign-started,
.campaign-completed,
.campaign-on-hold,
.campaign-called-off,
.lead-new,
.lead-contacted,
.lead-qualified,
.lead-converted,
.lead-rejected,
.account-affiliate,
.account-competitor,
.account-customer,
.account-partner,
.account-reseller,
.account-vendor,
.account-other,
.opportunity-prospecting,
.opportunity-analysis,
.opportunity-presentation,
.opportunity-proposal,
.opportunity-negotiation,
.opportunity-final-review,
.opportunity-won,
.opportunity-lost,
.user-admin,
.user-suspended,
.user-active,
.user-signed-up {
  /* These classes can be applied to any element for color coding */
}

/* Upload dropzone dragover state - requires custom CSS due to dynamic class addition */
.upload-dropzone.dragover {
  border-color: #206bc4 !important;
  background-color: #e7f3ff !important;
}

/* Sidebar Collapsible and Resizable Functionality */
:root {
  --sidebar-default-width: 280px;
  --sidebar-min-width: 210px;
  --sidebar-max-width: 400px;
  --sidebar-toggle-bg: #1e293b;
  --sidebar-toggle-border: #2d3748;
}

/* Desktop-only: sidebar positioning and sizing */
@media (min-width: 1200px) {
  .navbar-vertical {
    position: relative;
    width: var(--sidebar-default-width);
  }
  /* Only animate during user interaction, not on page load */
  .navbar-vertical.sidebar-animating {
    transition: width 0.3s ease, margin-left 0.3s ease;
  }
  /* Collapsed state */
  .navbar-vertical.collapsed {
    width: 0 !important;
    margin-left: calc(-1 * var(--sidebar-default-width));
    overflow: hidden;
  }
}
/* Resize handle */
.sidebar-resize-handle {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  cursor: ew-resize;
  background: transparent;
  transition: background-color 0.2s ease;
  z-index: 1000;
}

.sidebar-resize-handle:hover,
.sidebar-resize-handle.active {
  background-color: rgba(32, 107, 196, 0.3);
}

/* Toggle button - positioned dynamically via JavaScript */
.sidebar-toggle-btn {
  position: fixed;
  left: var(--sidebar-default-width); /* Updated by JS */
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
  width: 32px;
  height: 48px;
  background: var(--tblr-bg-surface, var(--tblr-dark, var(--sidebar-toggle-bg)));
  border: 1px solid var(--tblr-border-color, var(--tblr-border-dark, var(--sidebar-toggle-border)));
  border-left: none;
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  color: #fff;
}

/* Only animate toggle button position during user interaction (collapse/expand) */
.sidebar-toggle-btn.sidebar-animating {
  transition: left 0.3s ease, width 0.2s ease, background 0.2s ease;
}

/* Hover state - width and background always animate for better UX */
.sidebar-toggle-btn:hover {
  background: var(--tblr-bg-surface-secondary, var(--tblr-dark, var(--sidebar-toggle-border)));
  width: 36px;
  transition: width 0.2s ease, background 0.2s ease;
}

/* Icon rotation - only animate during user interaction */
.sidebar-toggle-btn .toggle-icon {
  /* No transition by default */
}

.sidebar-toggle-btn.sidebar-animating .toggle-icon {
  transition: transform 0.3s ease;
}

/* Ensure page wrapper adjusts properly when sidebar is collapsed or resized */
.page-wrapper {
  /* No transition by default to prevent animation on page load */
}

/* Only animate during user interaction */
.page-wrapper.sidebar-animating {
  transition: margin-left 0.3s ease;
}

/* Prevent text selection during resize */
body.sidebar-resizing {
  user-select: none;
  cursor: ew-resize;
}

/* Mobile responsiveness - hide resize handle and collapse features on mobile */
@media (max-width: 1199.98px) {
  .sidebar-resize-handle {
    display: none;
  }
  .sidebar-toggle-btn {
    display: none !important;
  }
  /* On mobile, let Tabler's Bootstrap collapse handle the sidebar visibility */
  .navbar-vertical {
    width: auto !important;
  }
  /* Hide the collapsible menu by default on mobile (Tabler's default behavior) */
  .navbar-vertical .navbar-collapse:not(.show) {
    display: none !important;
  }
  .navbar-vertical.collapsed {
    margin-left: 0 !important;
  }
  .page-wrapper {
    margin-left: 0 !important;
  }
}
.comment-content {
  line-height: 1.6;
}
.comment-content .trix-content {
  line-height: 1.6;
}
.comment-content .trix-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.trix-content {
  line-height: 1.6;
}
.trix-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.trix-content action-text-attachment {
  display: block;
  position: relative;
  margin: 0.5rem 0;
}
.trix-content action-text-attachment figure.attachment {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  background-color: #f8f9fa;
  transition: all 0.2s ease;
  color: #495057;
  font-weight: 500;
  cursor: pointer;
  margin: 0.5rem 0;
}
.trix-content action-text-attachment figure.attachment:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
  color: #212529;
}
.trix-content action-text-attachment figure.attachment.attachment--file .attachment__caption::after {
  content: " ↓";
  font-size: 0.875rem;
  opacity: 0.7;
  margin-left: 0.25rem;
}
.trix-content action-text-attachment figure.attachment.attachment--file:hover .attachment__caption::after {
  opacity: 1;
}
.trix-content action-text-attachment figure.attachment.attachment--preview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  border: none;
  background: transparent;
}
.trix-content action-text-attachment figure.attachment.attachment--preview img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
  transition: all 0.2s ease;
}
.trix-content action-text-attachment figure.attachment.attachment--preview:hover img {
  border-color: #adb5bd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.trix-content action-text-attachment figure.attachment.attachment--preview .attachment__caption {
  padding: 0.5rem 0;
  font-size: 0.875rem;
}
.trix-content action-text-attachment figure.attachment .attachment__metadata {
  font-size: 0.875rem;
  color: #6c757d;
  margin-left: 0.5rem;
  font-weight: normal;
}
.trix-content action-text-attachment figure.attachment .attachment__caption {
  font-weight: 500;
  color: #495057;
}
.trix-content .attachment {
  display: inline-block;
  position: relative;
  margin: 0.5rem 0;
}
.trix-content .attachment > a,
.trix-content .attachment a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  background-color: #f8f9fa;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #495057;
  font-weight: 500;
  cursor: pointer;
}
.trix-content .attachment > a:hover,
.trix-content .attachment a:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
  text-decoration: none;
  color: #212529;
}
.trix-content a {
  color: #0d6efd;
  text-decoration: underline;
}
.trix-content a:hover {
  color: #0a58ca;
  text-decoration: none;
}

.navbar-collapse.collapse {
  visibility: visible !important;
}

.datagrid.datagrid-compact {
  grid-template-columns: 200px 1fr !important;
}
.datagrid.datagrid-compact dt {
  width: auto;
  min-width: auto;
  font-weight: 600;
}
.datagrid.datagrid-compact dd {
  width: auto;
}
@media (max-width: 768px) {
  .datagrid.datagrid-compact {
    grid-template-columns: 1fr;
  }
  .datagrid.datagrid-compact dt {
    font-weight: 600;
    margin-bottom: 0.25rem;
  }
}

.mb-3.boolean .form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.mb-3.boolean .form-check input[type=checkbox] {
  flex-shrink: 0;
  margin-top: 0;
}
.mb-3.boolean .form-check label {
  margin-bottom: 0;
  cursor: pointer;
}

.navbar-vertical.navbar-expand-xl .navbar-collapse .nav-item.active:after {
  border-left-width: 5px !important;
}

.badge-notification {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  padding: 2px 5px;
  font-size: 0.625rem;
  line-height: 1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-blink {
  animation: blink 1s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@media (min-width: 1400px) and (max-width: 1919.98px) {
  [class*=col-xxl-] {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  [class*=offset-xxl-] {
    margin-left: 0;
  }
  [class*=order-xxl-] {
    order: 0;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-last {
    order: 6;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
}
.shipping-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.shipping-disabled input,
.shipping-disabled select,
.shipping-disabled textarea {
  background-color: #e9ecef !important;
  cursor: not-allowed;
}

select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  padding-right: 2.25rem;
}
