html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.85rem;
}

.table {
    font-size: 0.76rem;
}

.btn-xs {
    padding: 0.1rem 0.35rem;
    font-size: 0.7rem;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

/* === Chybějící email - blikající červený rámeček === */
.email-chybi {
    display: inline-block;
    color: #dc3545;
    font-weight: bold;
    border: 2px solid #dc3545;
    border-radius: 4px;
    padding: 1px 8px;
    animation: blikani-email 1s ease-in-out infinite;
}

@keyframes blikani-email {
    0%, 100% { border-color: #dc3545; background-color: rgba(220, 53, 69, 0.15); }
    50% { border-color: transparent; background-color: transparent; }
}

/* === Nevyřízené výdejky - střídavé modré podbarvení === */
.vydejka-nevyrizena > td {
    background-color: rgba(50, 120, 220, 0.08) !important;
    --bs-table-accent-bg: transparent !important;
    --bs-table-striped-bg: transparent !important;
}

.table-striped > tbody > .vydejka-nevyrizena:nth-of-type(odd) > td {
    background-color: rgba(50, 120, 220, 0.16) !important;
    --bs-table-accent-bg: transparent !important;
}

/* === Fakturace třídy (light + dark) === */
.fakturace-header { background-color: #e8f4f8; }
.fakturace-vydejka-radek { background-color: #f0f7fa; }
.fakturace-celkem { background-color: #eef5fc; }
.fakturace-celkem-dph { background-color: #e6f4ea; }

/* === Dashboard karty === */
.dashboard-card {
    border-radius: 8px;
    padding: 1.2rem 1rem;
    text-align: center;
    transition: transform 0.15s, box-shadow 0.15s;
    position: relative;
    overflow: hidden;
}

.dashboard-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.dashboard-card-icon {
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
    opacity: 0.85;
}

.dashboard-card-number {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.dashboard-card-label {
    font-size: 0.85rem;
    margin-top: 0.2rem;
}

.dashboard-card-sub {
    font-size: 0.75rem;
    opacity: 0.7;
}

.dashboard-card-blue {
    background: linear-gradient(135deg, #1976d2 0%, #1565c0 50%, #0d47a1 100%);
    color: #fff;
    box-shadow: 0 3px 8px rgba(21,101,192,0.3);
}

.dashboard-card-orange {
    background: linear-gradient(135deg, #f57c00 0%, #ef6c00 50%, #e65100 100%);
    color: #fff;
    box-shadow: 0 3px 8px rgba(245,124,0,0.3);
}

.dashboard-card-green {
    background: linear-gradient(135deg, #388e3c 0%, #2e7d32 50%, #1b5e20 100%);
    color: #fff;
    box-shadow: 0 3px 8px rgba(56,142,60,0.3);
}

/* Dashboard karty - Pohoda theme override */
[data-theme="pohoda"] .dashboard-card-blue {
    background: linear-gradient(135deg, #2a6cb0 0%, #1e5a98 50%, #164a80 100%);
    box-shadow: 0 3px 8px rgba(30,90,152,0.35);
}

[data-theme="pohoda"] .dashboard-card-orange {
    background: linear-gradient(135deg, #d48a20 0%, #c07818 50%, #a86810 100%);
    box-shadow: 0 3px 8px rgba(192,120,24,0.35);
}

[data-theme="pohoda"] .dashboard-card-green {
    background: linear-gradient(135deg, #2e7d32 0%, #266c28 50%, #1a5a1e 100%);
    box-shadow: 0 3px 8px rgba(46,125,50,0.35);
}


/* ==========================================================
   POHODA THEME
   Modrá paleta s gradienty - věrné skutečné Pohodě
   ========================================================== */

[data-theme="pohoda"] html,
html[data-theme="pohoda"],
[data-theme="pohoda"] body {
    background-color: #dfe8f0;
    color: #1a1a2e;
}

[data-theme="pohoda"] .content {
    background-color: #dfe8f0;
}

/* Karty */
[data-theme="pohoda"] .card {
    background-color: #f4f7fa;
    border-color: #a8b8cc;
    color: #1a1a2e;
    box-shadow: 0 1px 3px rgba(0,40,100,0.1);
}

[data-theme="pohoda"] .card-header {
    background: linear-gradient(180deg, #c8d8ec 0%, #a8c0d8 100%);
    border-bottom-color: #90aac4;
    color: #1a2a40;
    font-weight: 600;
}

[data-theme="pohoda"] .card-body {
    background-color: #f4f7fa;
}

/* Tabulky */
[data-theme="pohoda"] .table {
    --bs-table-bg: #f6f8fb;
    --bs-table-color: #1a1a2e;
    --bs-table-border-color: #bcc8d8;
    --bs-table-striped-bg: #edf1f7;
    --bs-table-striped-color: #1a1a2e;
    --bs-table-hover-bg: #d8e2f0;
    --bs-table-hover-color: #1a1a2e;
    --bs-table-active-bg: #0060c0;
    --bs-table-active-color: #fff;
    color: #1a1a2e;
    border-color: #bcc8d8;
}

[data-theme="pohoda"] .table td,
[data-theme="pohoda"] .table th {
    color: #1a1a2e;
}

[data-theme="pohoda"] .table-light {
    --bs-table-bg: transparent;
    --bs-table-color: #1a2a40;
    --bs-table-border-color: #90aac4;
}

[data-theme="pohoda"] .table-light th {
    background: linear-gradient(180deg, #c4d4e8 0%, #a4b8d0 100%) !important;
    color: #1a2a40 !important;
    border-color: #90aac4;
    font-weight: 600;
}

[data-theme="pohoda"] .table > thead {
    border-bottom-color: #90aac4;
}

[data-theme="pohoda"] .table-hover > tbody > tr:hover {
    --bs-table-hover-bg: #d8e2f0;
    --bs-table-accent-bg: #d8e2f0;
}

[data-theme="pohoda"] .table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #edf1f7;
}

[data-theme="pohoda"] .table-secondary {
    --bs-table-bg: #d4dce8;
    --bs-table-color: #4a5568;
}

[data-theme="pohoda"] .table-secondary td {
    color: #4a5568;
}

[data-theme="pohoda"] .table-active {
    --bs-table-accent-bg: #0060c0;
}

[data-theme="pohoda"] .table-warning {
    --bs-table-bg: #f0ecd0;
    --bs-table-color: #6b5a00;
    --bs-table-border-color: #c8c0a0;
}

/* Nevyřízené v Pohoda: střídavé modré podbarvení */
[data-theme="pohoda"] .vydejka-nevyrizena > td {
    background-color: rgba(40, 100, 180, 0.08) !important;
    --bs-table-accent-bg: transparent !important;
    --bs-table-striped-bg: transparent !important;
}

[data-theme="pohoda"] .table-striped > tbody > .vydejka-nevyrizena:nth-of-type(odd) > td {
    background-color: rgba(40, 100, 180, 0.16) !important;
    --bs-table-accent-bg: transparent !important;
}

[data-theme="pohoda"] .table-primary {
    --bs-table-bg: #c8d8f0;
    --bs-table-color: #003870;
    --bs-table-border-color: #a0b8d8;
}

/* Select v tabulce */
[data-theme="pohoda"] .table td .form-select {
    color: #1a1a2e;
    background-color: transparent;
}

/* Backgrounds */
[data-theme="pohoda"] .bg-light {
    background-color: #e4eaf2 !important;
}

[data-theme="pohoda"] .bg-white {
    background-color: #f4f7fa !important;
}

/* Texty */
[data-theme="pohoda"] .text-muted {
    color: #5a6880 !important;
}

/* Formuláře */
[data-theme="pohoda"] .form-control,
[data-theme="pohoda"] .form-select {
    background-color: #fff;
    border-color: #a8b8cc;
    color: #1a1a2e;
}

[data-theme="pohoda"] .form-control:focus,
[data-theme="pohoda"] .form-select:focus {
    border-color: #4080c0;
    box-shadow: 0 0 0 0.1rem #dfe8f0, 0 0 0 0.25rem rgba(64,128,192,0.35);
}

[data-theme="pohoda"] .input-group-text {
    background: linear-gradient(180deg, #d8e2f0 0%, #c4d0e0 100%);
    border-color: #a8b8cc;
    color: #4a5568;
}

[data-theme="pohoda"] .form-check-input:checked {
    background-color: #3070b0;
    border-color: #2860a0;
}

[data-theme="pohoda"] .form-select {
    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='%234a5568' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* Tlačítka */
[data-theme="pohoda"] .btn-outline-secondary {
    color: #3a4a60;
    border-color: #a8b8cc;
}

[data-theme="pohoda"] .btn-outline-secondary:hover {
    background: linear-gradient(180deg, #d0dcea 0%, #bcc8dc 100%);
    color: #1a2a40;
    border-color: #90a4bc;
}

[data-theme="pohoda"] .btn-primary {
    background: linear-gradient(180deg, #4888c8 0%, #306898 100%);
    border-color: #285880;
    color: #fff;
}

[data-theme="pohoda"] .btn-primary:hover {
    background: linear-gradient(180deg, #3878b8 0%, #285888 100%);
    border-color: #204870;
}

[data-theme="pohoda"] .btn-secondary {
    background: linear-gradient(180deg, #d0daea 0%, #b8c8dc 100%);
    border-color: #a0b0c8;
    color: #2a3a50;
}

[data-theme="pohoda"] .btn-secondary:hover {
    background: linear-gradient(180deg, #c0cee0 0%, #a8bad0 100%);
}

[data-theme="pohoda"] .btn-success {
    background: linear-gradient(180deg, #4a9060 0%, #387848 100%);
    border-color: #2c6038;
}

[data-theme="pohoda"] .btn-danger {
    background: linear-gradient(180deg, #c04848 0%, #a03838 100%);
    border-color: #883030;
}

[data-theme="pohoda"] .btn-warning {
    background: linear-gradient(180deg, #d8a830 0%, #c09020 100%);
    border-color: #a07818;
    color: #1a1a2e;
}

/* Alerty */
[data-theme="pohoda"] .alert-info {
    background: linear-gradient(180deg, #d8e8f8 0%, #c0d8f0 100%);
    border-color: #a0c0e0;
    color: #1a3a60;
}

[data-theme="pohoda"] .alert-success {
    background: linear-gradient(180deg, #dceadc 0%, #c8dcc8 100%);
    border-color: #98bc98;
    color: #1a4a1a;
    box-shadow: 0 1px 3px rgba(0,60,0,0.08);
}

[data-theme="pohoda"] .alert-warning {
    background: linear-gradient(180deg, #f0e8c8 0%, #e8dca8 100%);
    border-color: #d0c488;
    color: #5a4800;
}

[data-theme="pohoda"] .alert-danger {
    background: linear-gradient(180deg, #f0d8d8 0%, #e8c4c4 100%);
    border-color: #d4a0a0;
    color: #701818;
}

/* Odkazy */
[data-theme="pohoda"] a,
[data-theme="pohoda"] .btn-link {
    color: #2060a0;
}

/* Borders */
[data-theme="pohoda"] .border-bottom {
    border-bottom-color: #a8b8cc !important;
}

[data-theme="pohoda"] .border-top {
    border-top-color: #a8b8cc !important;
}

/* List group */
[data-theme="pohoda"] .list-group-item {
    background-color: #f4f7fa;
    border-color: #a8b8cc;
    color: #1a1a2e;
}

[data-theme="pohoda"] .list-group-item:hover {
    background-color: #e4eaf2;
}

/* Fakturace třídy - Pohoda (modré) */
[data-theme="pohoda"] .fakturace-header {
    background: linear-gradient(180deg, #c8d8ec 0%, #a8c0d8 100%);
}

[data-theme="pohoda"] .fakturace-vydejka-radek { background-color: #edf1f7; }
[data-theme="pohoda"] .fakturace-celkem { background-color: #dce4f0; }

[data-theme="pohoda"] .fakturace-celkem-dph {
    background: linear-gradient(180deg, #d0e0d0 0%, #b8d0b8 100%);
}

/* Modal */
[data-theme="pohoda"] .modal-content {
    background-color: #f0f4f8;
    border-color: #a8b8cc;
    box-shadow: 0 4px 16px rgba(0,30,80,0.2);
}

[data-theme="pohoda"] .modal-header {
    background: linear-gradient(180deg, #c4d4e8 0%, #a8bcd4 100%);
    border-bottom-color: #90aac4;
}

[data-theme="pohoda"] .modal-footer {
    background-color: #e4eaf2;
    border-top-color: #a8b8cc;
}

/* Badge */
[data-theme="pohoda"] .badge.bg-info {
    background: linear-gradient(180deg, #4080b8 0%, #306898 100%) !important;
    color: #fff;
}

[data-theme="pohoda"] .badge.bg-primary {
    background: linear-gradient(180deg, #4888c8 0%, #306898 100%) !important;
    color: #fff;
}

[data-theme="pohoda"] .badge.bg-success {
    background: linear-gradient(180deg, #4a9060 0%, #387848 100%) !important;
    color: #fff;
}

[data-theme="pohoda"] .badge.bg-secondary {
    background: linear-gradient(180deg, #8898b0 0%, #708098 100%) !important;
    color: #fff;
}

[data-theme="pohoda"] .badge.bg-warning {
    background: linear-gradient(180deg, #d8a830 0%, #c09020 100%) !important;
    color: #1a1a2e;
}

[data-theme="pohoda"] .badge.bg-light {
    background: linear-gradient(180deg, #d0daea 0%, #b8c8dc 100%) !important;
    color: #2a3a50;
}

/* Filtrový řádek */
[data-theme="pohoda"] .bg-light.border-bottom {
    background: linear-gradient(180deg, #d4dff0 0%, #c4d0e4 100%) !important;
}

/* Zápatí - souhrn výdejek */
[data-theme="pohoda"] .bg-light.border-top {
    background: linear-gradient(180deg, #c4d0e4 0%, #d4dff0 100%) !important;
}

/* Top row - Pohoda */
[data-theme="pohoda"] .top-row span,
[data-theme="pohoda"] .top-row .fs-4 {
    color: #1a2a40;
}

/* Celkový override pro strong v Pohoda */
[data-theme="pohoda"] strong {
    color: inherit;
}

/* Spinner */
[data-theme="pohoda"] .spinner-border.text-primary {
    color: #306898 !important;
}

/* Scrollbar - Pohoda */
[data-theme="pohoda"] ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

[data-theme="pohoda"] ::-webkit-scrollbar-track {
    background: #dfe8f0;
}

[data-theme="pohoda"] ::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #a0b4cc 0%, #8898b0 100%);
    border-radius: 4px;
}

[data-theme="pohoda"] ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #8898b0 0%, #708098 100%);
}

/* ==========================================================
   POHODASYNC THEME — zelená paleta (vizuální odlišení od AUTOFA)
   Přepisuje modré „pohoda" téma; díky pořadí + !important vyhrává.
   ========================================================== */

[data-theme="pohoda"] html,
html[data-theme="pohoda"],
[data-theme="pohoda"] body,
[data-theme="pohoda"] .content {
    background-color: #e4efe8 !important;
}

/* Levý panel (sidebar) */
[data-theme="pohoda"] .sidebar {
    background: linear-gradient(180deg, #157347 0%, #0e5a37 50%, #0b4a2d 100%) !important;
}

/* Horní lišta + filtrový a zápatí pruh */
[data-theme="pohoda"] .top-row,
[data-theme="pohoda"] .bg-light.border-bottom,
[data-theme="pohoda"] .bg-light.border-top {
    background: linear-gradient(180deg, #cdeeda 0%, #a9dcc0 100%) !important;
    border-color: #7cbf9c !important;
}

/* Výjimka: horní pruh v sidebaru (logo + název) zůstává TMAVĚ zelený,
   aby bílé logo a text byly vidět (sdílí třídu .top-row s hlavičkou stránky) */
[data-theme="pohoda"] .sidebar .top-row {
    background: linear-gradient(180deg, #0e5a37 0%, #0b4a2d 100%) !important;
    border-color: transparent !important;
}

[data-theme="pohoda"] .top-row span,
[data-theme="pohoda"] .top-row .fs-4 {
    color: #0f3d27 !important;
}

/* Primární tlačítka */
[data-theme="pohoda"] .btn-primary {
    background: linear-gradient(180deg, #1c9d5f 0%, #157347 100%) !important;
    border-color: #0f5a37 !important;
}

[data-theme="pohoda"] .btn-primary:hover {
    background: linear-gradient(180deg, #178a52 0%, #115f3b 100%) !important;
}

/* Tabulky – hlavička, hover, označený řádek */
[data-theme="pohoda"] .table-light th {
    background: linear-gradient(180deg, #c2e6cf 0%, #a2d4b6 100%) !important;
    color: #0f3d27 !important;
    border-color: #7cbf9c !important;
}

[data-theme="pohoda"] .table {
    --bs-table-hover-bg: #d2ecdc !important;
    --bs-table-striped-bg: #eaf4ee !important;
}

[data-theme="pohoda"] .table-primary {
    --bs-table-bg: #c8ecd6 !important;
    --bs-table-color: #0b4a2d !important;
    --bs-table-border-color: #9fd2b3 !important;
}

/* Zaškrtávátka, odznaky, spinner, odkazy */
[data-theme="pohoda"] .form-check-input:checked {
    background-color: #1c9d5f !important;
    border-color: #157347 !important;
}

[data-theme="pohoda"] .badge.bg-primary {
    background: linear-gradient(180deg, #1c9d5f 0%, #157347 100%) !important;
}

[data-theme="pohoda"] .spinner-border.text-primary {
    color: #157347 !important;
}

[data-theme="pohoda"] a,
[data-theme="pohoda"] .btn-link {
    color: #157347 !important;
}

/* Výjimka: odkazy v levém menu (sidebar) musí být světlé na zelené liště */
[data-theme="pohoda"] .sidebar a,
[data-theme="pohoda"] .sidebar .nav-link,
[data-theme="pohoda"] .sidebar .navbar-brand {
    color: rgba(255,255,255,0.92) !important;
}

[data-theme="pohoda"] .sidebar .nav-item .nav-link.active {
    color: #0b4a2d !important;
}

[data-theme="pohoda"] .sidebar .nav-link:hover {
    color: #ffffff !important;
}

/* Hlavička modálních oken */
[data-theme="pohoda"] .modal-header {
    background: linear-gradient(180deg, #c2e6cf 0%, #a2d4b6 100%) !important;
    border-bottom-color: #7cbf9c !important;
}

/* Dlaždice na přehledu */
[data-theme="pohoda"] .dashboard-card-blue {
    background: linear-gradient(135deg, #1c9d5f 0%, #157347 50%, #0e5a37 100%) !important;
    box-shadow: 0 3px 8px rgba(21,115,71,0.35) !important;
}

/* Zaškrtávátka – viditelnější rámeček na světlém zeleném pozadí */
[data-theme="pohoda"] .form-check-input {
    border-color: #4f9d76 !important;
    border-width: 1.5px;
}

/* Zakázané filtry (měsíc/rok při zaškrtnutém „Vše") – čitelnější, ne tak vybledlé */
[data-theme="pohoda"] .form-select:disabled,
[data-theme="pohoda"] .form-control:disabled {
    opacity: 0.6 !important;
    color: #2f5440 !important;
    background-color: #eaf4ee !important;
}
