﻿body {
}

.color_white {
    color: white;
}

.color_theme {
    color: #764ba2;
}

.btn-dashboard {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    padding: 0.3rem 0.3rem;
    border-radius: 10px;
    font-weight: 400;
    transition: all 0.3s ease;
    color: white;
}

.btn-secondary {
    --bs-btn-color: #141415;
    --bs-btn-bg: #fedd3d;
    --bs-btn-border-color: #fedd3d;
    --bs-btn-hover-color: #141415;
    --bs-btn-hover-bg: #fee25a;
    --bs-btn-hover-border-color: #fee050;
    --bs-btn-focus-shadow-rgb: 219, 191, 55;
    --bs-btn-active-color: #141415;
    --bs-btn-active-bg: #fee464;
    --bs-btn-active-border-color: #fee050;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(20, 20, 21, 0.125);
    --bs-btn-disabled-color: #141415;
    --bs-btn-disabled-bg: #fedd3d;
    --bs-btn-disabled-border-color: #fedd3d;
}

.f-14 {
    font-size: 14px;
}

.table-height {
    height: calc(100vh - 200px);
    overflow-x: auto
}

.accordion-button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

    .accordion-button:not(.collapsed) {
        color: white;
    }
    .accordion-button:after {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    }
        /*.accordion-button:not(.collapsed)::after {
            color: white;
        }*/
