/* line 1, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.brand-text {
  color: #5f57c8;
}

/* line 2, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.bg-brand {
  background-color: #5f57c8;
}

/* line 3, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.sidebar-logo {
  max-height: 75px;
  width: 100%;
  object-fit: contain;
}

/* line 4, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.company-name-text {
  padding: 20px 10px 0;
}

/* line 5, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.sidebar-svg-sm {
  width: 16px;
  height: 16px;
}

/* line 6, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.notification-badge {
  font-size: 0.6rem;
  min-width: 18px;
  height: 18px;
  line-height: 1.2;
  margin-left: -20px;
}

/* line 7, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.notification-empty {
  height: 200px;
}

/* line 8, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.unread-indicator {
  width: 8px;
  height: 8px;
}

/* line 9, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.expand-icon {
  transition: transform 0.2s ease;
}

/* line 10, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.expand-icon.rotated {
  transform: rotate(180deg);
}

/* line 11, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.flash-message {
  margin: 0 0 1rem 0;
}

/* line 12, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.user-list {
  height: calc(100vh - 250px);
  overflow-y: auto;
}

/* line 13, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.user-name {
  max-width: 150px;
}

/* line 14, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.language-picker a {
  cursor: pointer;
  text-decoration: none;
}

/* line 15, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.profile-info-dropdown .btn-group {
  cursor: pointer;
}

/* line 16, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.modal-card {
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* line 17, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.modal-card__header {
  border-bottom: 1px solid #e9ecef;
  padding: 24px 24px 20px;
}

/* line 18, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.modal-card__title {
  color: #2d3748;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}

/* line 19, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.modal-card__footer {
  border-top: 1px solid #e9ecef;
  padding: 20px 24px;
  gap: 12px;
}

/* line 20, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.btn-cancel {
  background-color: #f7fafc;
  color: #4a5568;
  border: 1px solid #e2e8f0;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
}

/* line 21, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.btn-brand {
  background-color: #5f57c8;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
}

/* line 22, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.toast-region {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1090;
  min-width: 320px;
  max-width: 420px;
  pointer-events: none;
}

/* line 23, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.toast-region > * {
  pointer-events: auto;
}

/* line 24, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.toast-region:empty {
  display: none;
}

/* line 25, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.toast-alert {
  top: 20px;
  right: 20px;
  z-index: 1050;
  min-width: 300px;
}

/* line 26, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.datetime-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* line 27, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.datetime-confirm-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #5f57c8;
  color: #fff;
  border: none;
  padding: 4px 12px;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  z-index: 10;
}

/* line 28, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.datetime-confirm-btn.show {
  display: inline-block;
}

/* line 29, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.datetime-confirm-btn:hover {
  background-color: #4a46a0;
}

/* line 30, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.chrome-back-zone {
  min-height: 24px;
  margin-bottom: 4px;
}

/* line 31, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.chrome-back {
  color: #5f57c8;
  text-decoration: none;
  font-size: 0.9rem;
}

/* line 32, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.chrome-breadcrumbs .breadcrumb {
  font-size: 0.85rem;
}

/* line 33, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.chrome-strip {
  margin-bottom: 16px;
}

/* line 34, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.chrome-filters {
  min-width: 260px;
}

/* line 35, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.chrome-filter-popover + .chrome-filter-popover {
  border-top: 1px solid #e9ecef;
}

/* line 36, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.chrome-chip {
  background-color: #eef0fb;
  color: #2d3748;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 999px;
}

/* line 37, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.chrome-chip__remove {
  color: #4a5568;
  text-decoration: none;
  margin-left: 6px;
}

/* line 38, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.chrome-chips__clear {
  color: #5f57c8;
  font-size: 0.85rem;
  text-decoration: none;
}

/* line 39, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.chrome-selection-bar {
  margin-bottom: 16px;
}

/* line 40, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.chrome-selection-bar__count {
  font-weight: 600;
}

/* line 41, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.chrome-row-menu {
  color: #4a5568;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1;
}

/* line 42, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.chrome-facts dt {
  color: #6c757d;
  font-weight: 500;
}

/* line 43, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.chrome-history {
  border-top: 1px solid #e9ecef;
  padding-top: 16px;
}

/* line 44, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.chrome-canvas__grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* line 45, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.chrome-canvas__cell {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 12px;
  min-width: 140px;
  display: flex;
  flex-direction: column;
}

/* line 46, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.chrome-catalogue__kind {
  border-top: 1px solid #e9ecef;
  padding: 24px 0;
}
