﻿
body {
    background-color: #FCFBF9 !important; 
    color: #4A443E !important; 
}

.text-primary {
    color: #849C8A !important;
}

.bg-primary {
    background-color: #849C8A !important;
}

.btn-primary {
    background-color: #849C8A !important;
    border-color: #849C8A !important;
    color: white !important;
}

    .btn-primary:hover {
        background-color: #6E8474 !important;
    }

.border-primary {
    border-color: #849C8A !important;
}

.text-success {
    color: #7A8B6B !important;
}

.bg-success {
    background-color: #7A8B6B !important;
}

.btn-success {
    background-color: #7A8B6B !important;
    border-color: #7A8B6B !important;
    color: white !important;
}

    .btn-success:hover {
        background-color: #657558 !important;
    }

.text-danger {
    color: #C28A80 !important;
}

.bg-danger {
    background-color: #C28A80 !important;
}

.btn-danger {
    background-color: #C28A80 !important;
    border-color: #C28A80 !important;
    color: white !important;
}

    .btn-danger:hover {
        background-color: #AB786F !important;
    }

.text-secondary {
    color: #181313 !important;
}

.bg-secondary {
    background-color: #B5A397 !important;
}

.btn-secondary {
    background-color: #B5A397 !important;
    border-color: #B5A397 !important;
    color: white !important;
}

.bg-warning {
    background-color: #D4B886 !important;
    color: #4A443E !important;
}

.bg-info {
    background-color: #8B9DAA !important;
    color: white !important;
}

.bg-dark {
    background-color: #4A443E !important;
}

.table-dark {
    background-color: #4A443E !important;
    color: #F7F5F0 !important;
}

.card {
    background-color: #FFFFFF !important;
    border: 1px solid #EBE7E0 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(74, 68, 62, 0.05) !important;
}   

.btn {
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.form-control, .form-select {
    background-color: #FDFDFD !important;
    border: 1px solid #D5CCC3 !important;
    border-radius: 8px !important;
    color: #4A443E !important;
}

    .form-control:focus, .form-select:focus {
        border-color: #849C8A !important;
        box-shadow: 0 0 0 0.25rem rgba(132, 156, 138, 0.25) !important;
    }
