body {
    min-height: 100vh;
}

.bg-light-green {
    background: #AEDD93;
}

.bg-light-yellow {
    background: #FDC63D;
}

.bg-light-orange {
    background: #FF8C42;
}

.text-light-yellow {
    color: #FDC63D;
}

.bg-light-red {
    background: #F4AD9C;
}

.green {
    background: #AEDD93;
}

.yellow {
    background: #FDC63D;
}

.red {
    background: #F4AD9C;
}

.bg-light-yellow:not(.role):not(.payment-method),
.bg-light-green:not(.role):not(.payment-method),
.bg-light-red:not(.role):not(.payment-method) {
    color: #000;
    border: 1px solid #000 !important;
}

.bg-green-wrapper .bootstrap-select .dropdown-toggle {
    background: #CAF7AD !important;
}

.bg-yellow-wrapper .bootstrap-select .dropdown-toggle {
    background: #F7F7AD !important;
}

.bg-red-wrapper .bootstrap-select .dropdown-toggle {
    background: #F4AD9C !important;
}

/* Banner message specific colors with !important */
.alert.bg-light-green,
.bg-light-green.alert {
    background: #AEDD93 !important;
    color: #000 !important;
}

.alert.bg-light-yellow,
.bg-light-yellow.alert {
    background: #FDC63D !important;
    color: #000 !important;
}

.alert.bg-light-red,
.bg-light-red.alert {
    background: #F4AD9C !important;
    color: #000 !important;
}

/* Ensure banner colors show in dropdown options */
a.bg-light-green {
    background: #AEDD93 !important;
    color: #000 !important;
}

a.bg-light-yellow {
    background: #FDC63D !important;
    color: #000 !important;
}

a.bg-light-red {
    background: #F4AD9C !important;
    color: #000 !important;
} 

.domain-banner {
    background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);
    border-left: 4px solid #00AEEF;
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.domain-banner .material-icons {
    color: #00AEEF;
    font-size: 24px;
}

.domain-banner-text {
    font-size: 14px;
    color: #374151;
}

.domain-banner-text strong {
    color: #111827;
    font-weight: 600;
}