@charset "UTF-8";/*!
 * nouhibus color
 */
:root,[data-bs-theme=light] {
    --bs-primary: #2d9121;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #7eab7e;
    --bs-dark: #2a7a40;
    --bs-primary-rgb: 45,145,33;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 126,171,126;
    --bs-dark-rgb: 42,122,64;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222,226,230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33,37,41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255,255,255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222,226,230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52,58,64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222,226,230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43,48,53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110,168,254;
    --bs-link-hover-color-rgb: 139,185,254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

/*------------------------------------
- COLOR n-green
------------------------------------*/
.alert-n-green {
    color: #0e2d0a;
    background-color: #9fe796;
    border-color: #90e386;
}

.alert-n-green hr {
    border-top-color: #7dde71;
}

.alert-n-green .alert-link {
    color: #010300;
}

.badge-n-green {
    color: #fff;
    background-color: #2d9121;
}

.badge-n-green[href]:hover, .badge-n-green[href]:focus {
    color: #fff;
    background-color: #206717;
}

.bg-n-green {
    background-color: #2d9121 !important;
}

a.bg-n-green:hover, a.bg-n-green:focus,
button.bg-n-green:hover,
button.bg-n-green:focus {
    background-color: #206717 !important;
}

.border-n-green {
    border-color: #2d9121 !important;
}

.btn-n-green {
    color: #fff;
    background-color: #2d9121;
    border-color: #2d9121;
}

.btn-n-green:hover {
    color: #fff;
    background-color: #23731a;
    border-color: #206717;
}

.btn-n-green:focus, .btn-n-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 145, 33, 0.5);
}

.btn-n-green.disabled, .btn-n-green:disabled {
    color: #fff;
    background-color: #2d9121;
    border-color: #2d9121;
}

.btn-n-green:not(:disabled):not(.disabled):active, .btn-n-green:not(:disabled):not(.disabled).active, .show > .btn-n-green.dropdown-toggle {
    color: #fff;
    background-color: #206717;
    border-color: #1c5a14;
}

.btn-n-green:not(:disabled):not(.disabled):active:focus, .btn-n-green:not(:disabled):not(.disabled).active:focus, .show > .btn-n-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 145, 33, 0.5);
}

.btn-outline-n-green {
    color: #2d9121;
    background-color: transparent;
    border-color: #2d9121;
}

.btn-outline-n-green:hover {
    color: #fff;
    background-color: #2d9121;
    border-color: #2d9121;
}

.btn-outline-n-green:focus, .btn-outline-n-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 145, 33, 0.5);
}

.btn-outline-n-green.disabled, .btn-outline-n-green:disabled {
    color: #2d9121;
    background-color: transparent;
}

.btn-outline-n-green:not(:disabled):not(.disabled):active, .btn-outline-n-green:not(:disabled):not(.disabled).active, .show > .btn-outline-n-green.dropdown-toggle {
    color: #fff;
    background-color: #2d9121;
    border-color: #2d9121;
}

.btn-outline-n-green:not(:disabled):not(.disabled):active:focus, .btn-outline-n-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-n-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 145, 33, 0.5);
}

.list-group-item-n-green {
    color: #0e2d0a;
    background-color: #90e386;
}

.list-group-item-n-green.list-group-item-action:hover, .list-group-item-n-green.list-group-item-action:focus {
    color: #0e2d0a;
    background-color: #7dde71;
}

.list-group-item-n-green.list-group-item-action.active {
    color: #fff;
    background-color: #0e2d0a;
    border-color: #0e2d0a;
}

.table-n-green,
.table-n-green > th,
.table-n-green > td {
    background-color: #90e386;
}

.table-hover .table-n-green:hover {
    background-color: #7dde71;
}

.table-hover .table-n-green:hover > td,
.table-hover .table-n-green:hover > th {
    background-color: #7dde71;
}

.text-n-green {
    color: #2d9121 !important;
}

a.text-n-green:hover, a.text-n-green:focus {
    color: #206717 !important;
}


/*------------------------------------
- COLOR n-darkgreen
------------------------------------*/
.alert-n-darkgreen {
    color: #0a1e10;
    background-color: #95daa8;
    border-color: #86d59b;
}

.alert-n-darkgreen hr {
    border-top-color: #73ce8c;
}

.alert-n-darkgreen .alert-link {
    color: #000000;
}

.badge-n-darkgreen {
    color: #fff;
    background-color: #2a7a40;
}

.badge-n-darkgreen[href]:hover, .badge-n-darkgreen[href]:focus {
    color: #fff;
    background-color: #1c542c;
}

.bg-n-darkgreen {
    background-color: #2a7a40 !important;
}

a.bg-n-darkgreen:hover, a.bg-n-darkgreen:focus,
button.bg-n-darkgreen:hover,
button.bg-n-darkgreen:focus {
    background-color: #1c542c !important;
}

.border-n-darkgreen {
    border-color: #2a7a40 !important;
}

.btn-n-darkgreen {
    color: #fff;
    background-color: #2a7a40;
    border-color: #2a7a40;
}

.btn-n-darkgreen:hover {
    color: #fff;
    background-color: #205f32;
    border-color: #1c542c;
}

.btn-n-darkgreen:focus, .btn-n-darkgreen.focus {
    box-shadow: 0 0 0 0.2rem rgba(42, 122, 64, 0.5);
}

.btn-n-darkgreen.disabled, .btn-n-darkgreen:disabled {
    color: #fff;
    background-color: #2a7a40;
    border-color: #2a7a40;
}

.btn-n-darkgreen:not(:disabled):not(.disabled):active, .btn-n-darkgreen:not(:disabled):not(.disabled).active, .show > .btn-n-darkgreen.dropdown-toggle {
    color: #fff;
    background-color: #1c542c;
    border-color: #194826;
}

.btn-n-darkgreen:not(:disabled):not(.disabled):active:focus, .btn-n-darkgreen:not(:disabled):not(.disabled).active:focus, .show > .btn-n-darkgreen.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(42, 122, 64, 0.5);
}

.btn-outline-n-darkgreen {
    color: #2a7a40;
    background-color: transparent;
    border-color: #2a7a40;
}

.btn-outline-n-darkgreen:hover {
    color: #fff;
    background-color: #2a7a40;
    border-color: #2a7a40;
}

.btn-outline-n-darkgreen:focus, .btn-outline-n-darkgreen.focus {
    box-shadow: 0 0 0 0.2rem rgba(42, 122, 64, 0.5);
}

.btn-outline-n-darkgreen.disabled, .btn-outline-n-darkgreen:disabled {
    color: #2a7a40;
    background-color: transparent;
}

.btn-outline-n-darkgreen:not(:disabled):not(.disabled):active, .btn-outline-n-darkgreen:not(:disabled):not(.disabled).active, .show > .btn-outline-n-darkgreen.dropdown-toggle {
    color: #fff;
    background-color: #2a7a40;
    border-color: #2a7a40;
}

.btn-outline-n-darkgreen:not(:disabled):not(.disabled):active:focus, .btn-outline-n-darkgreen:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-n-darkgreen.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(42, 122, 64, 0.5);
}

.list-group-item-n-darkgreen {
    color: #0a1e10;
    background-color: #86d59b;
}

.list-group-item-n-darkgreen.list-group-item-action:hover, .list-group-item-n-darkgreen.list-group-item-action:focus {
    color: #0a1e10;
    background-color: #73ce8c;
}

.list-group-item-n-darkgreen.list-group-item-action.active {
    color: #fff;
    background-color: #0a1e10;
    border-color: #0a1e10;
}

.table-n-darkgreen,
.table-n-darkgreen > th,
.table-n-darkgreen > td {
    background-color: #86d59b;
}

.table-hover .table-n-darkgreen:hover {
    background-color: #73ce8c;
}

.table-hover .table-n-darkgreen:hover > td,
.table-hover .table-n-darkgreen:hover > th {
    background-color: #73ce8c;
}

.text-n-darkgreen {
    color: #2a7a40 !important;
}

a.text-n-darkgreen:hover, a.text-n-darkgreen:focus {
    color: #1c542c !important;
}


/*------------------------------------
- COLOR n-lightgreen
------------------------------------*/
.alert-n-lightgreen {
    color: #446944;
    background-color: #f9fbf9;
    border-color: #edf3ed;
}

.alert-n-lightgreen hr {
    border-top-color: #dde9dd;
}

.alert-n-lightgreen .alert-link {
    color: #304a30;
}

.badge-n-lightgreen {
    color: #212529;
    background-color: #7eab7e;
}

.badge-n-lightgreen[href]:hover, .badge-n-lightgreen[href]:focus {
    color: #212529;
    background-color: #619461;
}

.bg-n-lightgreen {
    background-color: #7eab7e !important;
}

a.bg-n-lightgreen:hover, a.bg-n-lightgreen:focus,
button.bg-n-lightgreen:hover,
button.bg-n-lightgreen:focus {
    background-color: #619461 !important;
}

.border-n-lightgreen {
    border-color: #7eab7e !important;
}

.btn-n-lightgreen {
    color: #212529;
    background-color: #7eab7e;
    border-color: #7eab7e;
}

.btn-n-lightgreen:hover {
    color: #212529;
    background-color: #689c68;
    border-color: #619461;
}

.btn-n-lightgreen:focus, .btn-n-lightgreen.focus {
    box-shadow: 0 0 0 0.2rem rgba(126, 171, 126, 0.5);
}

.btn-n-lightgreen.disabled, .btn-n-lightgreen:disabled {
    color: #212529;
    background-color: #7eab7e;
    border-color: #7eab7e;
}

.btn-n-lightgreen:not(:disabled):not(.disabled):active, .btn-n-lightgreen:not(:disabled):not(.disabled).active, .show > .btn-n-lightgreen.dropdown-toggle {
    color: #212529;
    background-color: #619461;
    border-color: #5a8b5a;
}

.btn-n-lightgreen:not(:disabled):not(.disabled):active:focus, .btn-n-lightgreen:not(:disabled):not(.disabled).active:focus, .show > .btn-n-lightgreen.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(126, 171, 126, 0.5);
}

.btn-outline-n-lightgreen {
    color: #7eab7e;
    background-color: transparent;
    border-color: #7eab7e;
}

.btn-outline-n-lightgreen:hover {
    color: #212529;
    background-color: #7eab7e;
    border-color: #7eab7e;
}

.btn-outline-n-lightgreen:focus, .btn-outline-n-lightgreen.focus {
    box-shadow: 0 0 0 0.2rem rgba(126, 171, 126, 0.5);
}

.btn-outline-n-lightgreen.disabled, .btn-outline-n-lightgreen:disabled {
    color: #7eab7e;
    background-color: transparent;
}

.btn-outline-n-lightgreen:not(:disabled):not(.disabled):active, .btn-outline-n-lightgreen:not(:disabled):not(.disabled).active, .show > .btn-outline-n-lightgreen.dropdown-toggle {
    color: #212529;
    background-color: #7eab7e;
    border-color: #7eab7e;
}

.btn-outline-n-lightgreen:not(:disabled):not(.disabled):active:focus, .btn-outline-n-lightgreen:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-n-lightgreen.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(126, 171, 126, 0.5);
}

.list-group-item-n-lightgreen {
    color: #446944;
    background-color: #edf3ed;
}

.list-group-item-n-lightgreen.list-group-item-action:hover, .list-group-item-n-lightgreen.list-group-item-action:focus {
    color: #446944;
    background-color: #dde9dd;
}

.list-group-item-n-lightgreen.list-group-item-action.active {
    color: #212529;
    background-color: #446944;
    border-color: #446944;
}

.table-n-lightgreen,
.table-n-lightgreen > th,
.table-n-lightgreen > td {
    background-color: #edf3ed;
}

.table-hover .table-n-lightgreen:hover {
    background-color: #dde9dd;
}

.table-hover .table-n-lightgreen:hover > td,
.table-hover .table-n-lightgreen:hover > th {
    background-color: #dde9dd;
}

.text-n-lightgreen {
    color: #7eab7e !important;
}

a.text-n-lightgreen:hover, a.text-n-lightgreen:focus {
    color: #619461 !important;
}


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #0e2d0a;
    background-color: #9fe796;
    border-color: #90e386;
}

.alert-primary hr {
    border-top-color: #7dde71;
}

.alert-primary .alert-link {
    color: #010300;
}

.badge-primary {
    color: #fff;
    background-color: #2d9121;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #206717;
}

.bg-primary {
    background-color: #2d9121 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #206717 !important;
}

.border-primary {
    border-color: #2d9121 !important;
}

.btn-primary {
    color: #fff;
    background-color: #2d9121;
    border-color: #2d9121;
}

.btn-primary:hover {
    color: #fff;
    background-color: #23731a;
    border-color: #206717;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 145, 33, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #2d9121;
    border-color: #2d9121;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #206717;
    border-color: #1c5a14;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 145, 33, 0.5);
}

.btn-outline-primary {
    color: #2d9121;
    background-color: transparent;
    border-color: #2d9121;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2d9121;
    border-color: #2d9121;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 145, 33, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #2d9121;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #2d9121;
    border-color: #2d9121;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 145, 33, 0.5);
}

.list-group-item-primary {
    color: #0e2d0a;
    background-color: #90e386;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #0e2d0a;
    background-color: #7dde71;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #0e2d0a;
    border-color: #0e2d0a;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #90e386;
}

.table-hover .table-primary:hover {
    background-color: #7dde71;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #7dde71;
}

.text-primary {
    color: #2d9121 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #206717 !important;
}


/*------------------------------------
- COLOR dark
------------------------------------*/
.alert-dark {
    color: #0a1e10;
    background-color: #95daa8;
    border-color: #86d59b;
}

.alert-dark hr {
    border-top-color: #73ce8c;
}

.alert-dark .alert-link {
    color: #000000;
}

.badge-dark {
    color: #fff;
    background-color: #2a7a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    background-color: #1c542c;
}

.bg-dark {
    background-color: #2a7a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1c542c !important;
}

.border-dark {
    border-color: #2a7a40 !important;
}

.btn-dark {
    color: #fff;
    background-color: #2a7a40;
    border-color: #2a7a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #205f32;
    border-color: #1c542c;
}

.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(42, 122, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #2a7a40;
    border-color: #2a7a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1c542c;
    border-color: #194826;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(42, 122, 64, 0.5);
}

.btn-outline-dark {
    color: #2a7a40;
    background-color: transparent;
    border-color: #2a7a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #2a7a40;
    border-color: #2a7a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(42, 122, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #2a7a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #2a7a40;
    border-color: #2a7a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(42, 122, 64, 0.5);
}

.list-group-item-dark {
    color: #0a1e10;
    background-color: #86d59b;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #0a1e10;
    background-color: #73ce8c;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #0a1e10;
    border-color: #0a1e10;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #86d59b;
}

.table-hover .table-dark:hover {
    background-color: #73ce8c;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #73ce8c;
}

.text-dark {
    color: #2a7a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #1c542c !important;
}


/*------------------------------------
- COLOR light
------------------------------------*/
.alert-light {
    color: #446944;
    background-color: #f9fbf9;
    border-color: #edf3ed;
}

.alert-light hr {
    border-top-color: #dde9dd;
}

.alert-light .alert-link {
    color: #304a30;
}

.badge-light {
    color: #212529;
    background-color: #7eab7e;
}

.badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    background-color: #619461;
}

.bg-light {
    background-color: #7eab7e !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #619461 !important;
}

.border-light {
    border-color: #7eab7e !important;
}

.btn-light {
    color: #212529;
    background-color: #7eab7e;
    border-color: #7eab7e;
}

.btn-light:hover {
    color: #212529;
    background-color: #689c68;
    border-color: #619461;
}

.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(126, 171, 126, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #7eab7e;
    border-color: #7eab7e;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #619461;
    border-color: #5a8b5a;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(126, 171, 126, 0.5);
}

.btn-outline-light {
    color: #7eab7e;
    background-color: transparent;
    border-color: #7eab7e;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #7eab7e;
    border-color: #7eab7e;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(126, 171, 126, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #7eab7e;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #7eab7e;
    border-color: #7eab7e;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(126, 171, 126, 0.5);
}

.list-group-item-light {
    color: #446944;
    background-color: #edf3ed;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #446944;
    background-color: #dde9dd;
}

.list-group-item-light.list-group-item-action.active {
    color: #212529;
    background-color: #446944;
    border-color: #446944;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #edf3ed;
}

.table-hover .table-light:hover {
    background-color: #dde9dd;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #dde9dd;
}

.text-light {
    color: #7eab7e !important;
}

a.text-light:hover, a.text-light:focus {
    color: #619461 !important;
}
