/* 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 */
.permission-btn.btn-assigned {
  background-color: #5f57c8;
  border-color: #5f57c8;
  color: #fff;
}

/* line 23, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.permission-btn.btn-unassigned {
  background-color: #f8f9fa;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 24, ../../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 25, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.toast-region > * {
  pointer-events: auto;
}

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

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

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

/* line 29, ../../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 30, ../../core/app/assets/stylesheets/mvo_core/chrome.scss */
.datetime-confirm-btn.show {
  display: inline-block;
}

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