@import url("_btn-R4mqBJ8.css");
@import url("_card-4TOwj8i.css");
@import url("_loading-pYXKIa1.css");
@import url("_nav-MBiOyPg.css");
@import url("_offcanvas-uGc4_qZ.css");
@import url("_sidebar-a_GS11v.css");
@import url("_table-maoG0wF.css");
@import url("_utilities-2qZnL1T.css");

:root {
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
}

/*[data-bs-theme="dark"] {*/
/*    color-scheme: dark;*/

/*    --bs-body-color: #e0e0e0;*/
/*    --bs-body-bg: #14171c;*/

/*    --bs-secondary-color: rgba(224, 224, 224, 0.7);*/
/*    --bs-secondary-bg: #1f2229;*/

/*    --bs-tertiary-color: rgba(224, 224, 224, 0.5);*/
/*    --bs-tertiary-bg: #1a1d23;*/

/*    --bs-heading-color: #f1f3f5;*/

/*    --bs-primary-text-emphasis: #4dabf7;*/
/*    --bs-secondary-text-emphasis: #adb5bd;*/
/*    --bs-success-text-emphasis: #63e6be;*/
/*    --bs-info-text-emphasis: #74c0fc;*/
/*    --bs-warning-text-emphasis: #fcc419;*/
/*    --bs-danger-text-emphasis: #ff6b6b;*/

/*    --bs-primary-bg-subtle: #0b2239;*/
/*    --bs-secondary-bg-subtle: #111316;*/
/*    --bs-success-bg-subtle: #0b2f24;*/
/*    --bs-info-bg-subtle: #0a2a3b;*/
/*    --bs-warning-bg-subtle: #2c2104;*/
/*    --bs-danger-bg-subtle: #3b1114;*/
/*    --bs-light-bg-subtle: #1e1e1e;*/
/*    --bs-dark-bg-subtle: #121417;*/

/*    --bs-primary-border-subtle: #2f74c0;*/
/*    --bs-secondary-border-subtle: #3d434a;*/
/*    --bs-success-border-subtle: #218c74;*/
/*    --bs-info-border-subtle: #339af0;*/
/*    --bs-warning-border-subtle: #fab005;*/
/*    --bs-danger-border-subtle: #e03131;*/
/*    --bs-light-border-subtle: #3f444a;*/
/*    --bs-dark-border-subtle: #1a1c1f;*/

/*    --bs-link-color: #4dabf7;*/
/*    --bs-link-hover-color: #74c0fc;*/
/*    --bs-link-color-rgb: 77, 171, 247;*/
/*    --bs-link-hover-color-rgb: 116, 192, 252;*/

/*    --bs-highlight-bg: #3b2c02;*/

/*    --bs-border-color: #343a40;*/
/*    --bs-border-color-translucent: rgba(255, 255, 255, 0.1);*/

/*    --bs-form-valid-color: #63e6be;*/
/*    --bs-form-valid-border-color: #63e6be;*/
/*    --bs-form-invalid-color: #ff6b6b;*/
/*    --bs-form-invalid-border-color: #ff6b6b;*/
/*}*/



[data-bs-theme="dark"] {
    --bs-body-bg: #181818;
    --bs-body-bg-rgb: 24, 24, 24;
    --bs-secondary-bg: #212121;
    --bs-secondary-bg-rgb: 33, 33, 33;
    --bs-body-color: #ccccdc;
    --bs-body-color-rgb: 204, 204, 220;
    --bs-link-color-rgb: var(--bs-body-color-rgb);
    --bs-link-hover-color-rgb: 255, 255, 255;

}

[data-bs-theme="dark"] .dropdown-menu {
    --bs-dropdown-link-active-bg: var(--bs-tertiary-bg);
}
