﻿body {
    background-color: #FDF6EC;
    color: #2B2D42;
}

.sidebar {
    background: #1F2933 !important;
}

.sidebar .nav-link {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
}

.sidebar .nav-link:hover {
    color: #F4A261;
}

.sidebar .nav-link.active {
    background-color: #E76F51;
    color: #fff;
    border-radius: 8px;
}

.btn-primary {
    background-color: #E76F51;
    border-color: #E76F51;
}

.btn-primary:hover {
    background-color: #D65A3B;
    border-color: #D65A3B;
}

.btn-success {
    background-color: #2A9D8F;
    border-color: #2A9D8F;
}

.btn-danger {
    background-color: #E63946;
    border-color: #E63946;
}

.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 600;
}

.table {
    background-color: #ffffff;
    border-radius: 8px;
}

.table thead {
    background-color: #F4A261;
    color: #ffffff;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #E5E7EB;
}

.form-control:focus {
    border-color: #E76F51;
    box-shadow: 0 0 0 0.2rem rgba(231, 111, 81, 0.25);
}
