﻿:root {
    --table-even: #fff5eb;
    --table-odd: #ffffff;
    --table-hover: #ffe0cc;
    --table-selected: #ffc799;
    --table-border: #e0b082;
    --table-text: #4a2e1a;
    --table-dark-text: #2b1a0e;
    --table-header-bg: #cc5500;
    --table-header-color: #ffffff;
    --checkbox-color: #3b3b3f;
    --checkbox-checked: #ff7700;
    --primary: #3b3b3f;
    --primary-dark: #3b3b3f;
    --primary-light: #ff944d;
    --white: #ffffff;
    --gray-light: #fff0e6;
    --gray-border: #cc6600;
    --bs-primary: #3b3b3f !important;
    --bs-primary-rgb: 59, 59, 59 !important;
    --primary-color-login: #3b3b3f;
    --primary-dark-login: #3b3b3f;
    --text-light-login: #ffffff;
    --text-muted-login: #cc7a4d;
    --card-bg-login: rgba(255, 106, 0, 0.1);
    --card-border-login: rgba(255, 106, 0, 0.3);
    --IMG-BG-LOGIN: url('../../../../img/5.PNG');
}

 