:root,
[data-bs-theme=light] {
    --ct-blue: #0d6efd;
    --ct-indigo: #6610f2;
    --ct-purple: #6f42c1;
    --ct-pink: #d63384;
    --ct-red: #dc3545;
    --ct-orange: #fd7e14;
    --ct-yellow: #ffc107;
    --ct-green: #198754;
    --ct-teal: #20c997;
    --ct-cyan: #0dcaf0;
    --ct-black: #000;
    --ct-white: #fff;
    --ct-gray: #6c757d;
    --ct-gray-dark: #343a40;
    --ct-gray-100: #f8f9fa;
    --ct-gray-200: #e9ecef;
    --ct-gray-300: #dee2e6;
    --ct-gray-400: #ced4da;
    --ct-gray-500: #adb5bd;
    --ct-gray-600: #6c757d;
    --ct-gray-700: #495057;
    --ct-gray-800: #343a40;
    --ct-gray-900: #212529;
    --ct-primary: #212529;
    --ct-secondary: #6c757d;
    --ct-success: #198754;
    --ct-info: #0dcaf0;
    --ct-warning: #ffc107;
    --ct-danger: #dc3545;
    --ct-light: #f8f9fa;
    --ct-dark: #212529;
    --ct-primary-rgb: 13, 110, 253;
    --ct-secondary-rgb: 108, 117, 125;
    --ct-success-rgb: 25, 135, 84;
    --ct-info-rgb: 13, 202, 240;
    --ct-warning-rgb: 255, 193, 7;
    --ct-danger-rgb: 220, 53, 69;
    --ct-light-rgb: 248, 249, 250;
    --ct-dark-rgb: 33, 37, 41;
    --ct-primary-text: #0a58ca;
    --ct-secondary-text: #6c757d;
    --ct-success-text: #146c43;
    --ct-info-text: #087990;
    --ct-warning-text: #997404;
    --ct-danger-text: #b02a37;
    --ct-light-text: #6c757d;
    --ct-dark-text: #495057;
    --ct-primary-bg-subtle: #cfe2ff;
    --ct-secondary-bg-subtle: #f8f9fa;
    --ct-success-bg-subtle: #d1e7dd;
    --ct-info-bg-subtle: #cff4fc;
    --ct-warning-bg-subtle: #fff3cd;
    --ct-danger-bg-subtle: #f8d7da;
    --ct-light-bg-subtle: #fcfcfd;
    --ct-dark-bg-subtle: #ced4da;
    --ct-primary-border-subtle: #9ec5fe;
    --ct-secondary-border-subtle: #e9ecef;
    --ct-success-border-subtle: #a3cfbb;
    --ct-info-border-subtle: #9eeaf9;
    --ct-warning-border-subtle: #ffe69c;
    --ct-danger-border-subtle: #f1aeb5;
    --ct-light-border-subtle: #e9ecef;
    --ct-dark-border-subtle: #adb5bd;
    --ct-white-rgb: 255, 255, 255;
    --ct-black-rgb: 0, 0, 0;
    --ct-body-color-rgb: 33, 37, 41;
    --ct-body-bg-rgb: 255, 255, 255;
    --ct-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";
    --ct-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --ct-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --ct-body-font-family: var(--ct-font-sans-serif);
    --ct-body-font-size: 1rem;
    --ct-body-font-weight: 400;
    --ct-body-line-height: 1.5;
    --ct-body-color: #212529;
    --ct-emphasis-color: #000;
    --ct-emphasis-color-rgb: 0, 0, 0;
    --ct-secondary-color: rgba(33, 37, 41, 0.75);
    --ct-secondary-color-rgb: 33, 37, 41;
    --ct-secondary-bg: #e9ecef;
    --ct-secondary-bg-rgb: 233, 236, 239;
    --ct-tertiary-color: rgba(33, 37, 41, 0.5);
    --ct-tertiary-color-rgb: 33, 37, 41;
    --ct-tertiary-bg: #f8f9fa;
    --ct-tertiary-bg-rgb: 248, 249, 250;
    --ct-body-bg: #fff;
    --ct-body-bg-rgb: 255, 255, 255;
    --ct-link-color: #0d6efd;
    --ct-link-color-rgb: 13, 110, 253;
    --ct-link-decoration: underline;
    --ct-link-hover-color: #0a58ca;
    --ct-link-hover-color-rgb: 10, 88, 202;
    --ct-code-color: #d63384;
    --ct-highlight-bg: #fff3cd;
    --ct-border-width: 1px;
    --ct-border-style: solid;
    --ct-border-color: #dee2e6;
    --ct-border-color-translucent: rgba(0, 0, 0, 0.175);
    --ct-border-radius: 0.375rem;
    --ct-border-radius-sm: 0.25rem;
    --ct-border-radius-lg: 0.5rem;
    --ct-border-radius-xl: 1rem;
    --ct-border-radius-2xl: 2rem;
    --ct-border-radius-pill: 50rem;
    --ct-box-shadow: 0 0.5rem 1rem rgba(var(--ct-body-color-rgb), 0.15);
    --ct-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--ct-body-color-rgb), 0.075);
    --ct-box-shadow-lg: 0 1rem 3rem rgba(var(--ct-body-color-rgb), 0.175);
    --ct-box-shadow-inset: inset 0 1px 2px rgba(var(--ct-body-color-rgb), 0.075);
    --ct-emphasis-color: #000;
    --ct-form-control-bg: var(--ct-body-bg);
    --ct-form-control-disabled-bg: var(--ct-secondary-bg);
    --ct-highlight-bg: #fff3cd;
    --ct-breakpoint-xs: 0;
    --ct-breakpoint-sm: 576px;
    --ct-breakpoint-md: 768px;
    --ct-breakpoint-lg: 992px;
    --ct-breakpoint-xl: 1200px;
    --ct-breakpoint-xxl: 1400px;

    /*CUSTOM*/
    --ct-font-weight-thin: 100;
    --ct-font-weight-extra-light: 200;
    --ct-font-weight-light: 300;
    --ct-font-weight-regular: 400;
    --ct-font-weight-medium: 500;
    --ct-font-weight-semi-bold: 600;
    --ct-font-weight-bold: 700;
    --ct-font-weight-extra-bold: 800;
    --ct-font-weight-black: 900;

    --ct-text-color-primary: #585A5C;
    --ct-text-color-primary: #000;
    --ct-text-color-gray: #6c757d;
}

[data-bs-theme=dark] {
    --ct-body-color: #adb5bd;
    --ct-body-color-rgb: 173, 181, 189;
    --ct-body-bg: #212529;
    --ct-body-bg-rgb: 33, 37, 41;
    --ct-emphasis-color: #f8f9fa;
    --ct-emphasis-color-rgb: 248, 249, 250;
    --ct-secondary-color: rgba(173, 181, 189, 0.75);
    --ct-secondary-color-rgb: 173, 181, 189;
    --ct-secondary-bg: #343a40;
    --ct-secondary-bg-rgb: 52, 58, 64;
    --ct-tertiary-color: rgba(173, 181, 189, 0.5);
    --ct-tertiary-color-rgb: 173, 181, 189;
    --ct-tertiary-bg: #2b3035;
    --ct-tertiary-bg-rgb: 43, 48, 53;
    --ct-emphasis-color: #fff;
    --ct-primary-text: #6ea8fe;
    --ct-secondary-text: #dee2e6;
    --ct-success-text: #75b798;
    --ct-info-text: #6edff6;
    --ct-warning-text: #ffda6a;
    --ct-danger-text: #ea868f;
    --ct-light-text: #f8f9fa;
    --ct-dark-text: #dee2e6;
    --ct-primary-bg-subtle: #031633;
    --ct-secondary-bg-subtle: #212529;
    --ct-success-bg-subtle: #051b11;
    --ct-info-bg-subtle: #032830;
    --ct-warning-bg-subtle: #332701;
    --ct-danger-bg-subtle: #2c0b0e;
    --ct-light-bg-subtle: #343a40;
    --ct-dark-bg-subtle: #1a1d20;
    --ct-primary-border-subtle: #084298;
    --ct-secondary-border-subtle: #495057;
    --ct-success-border-subtle: #0f5132;
    --ct-info-border-subtle: #055160;
    --ct-warning-border-subtle: #664d03;
    --ct-danger-border-subtle: #842029;
    --ct-light-border-subtle: #495057;
    --ct-dark-border-subtle: #343a40;
    --ct-heading-color: #fff;
    --ct-link-color: #6ea8fe;
    --ct-link-hover-color: #9ec5fe;
    --ct-link-color-rgb: 110, 168, 254;
    --ct-link-hover-color-rgb: 158, 197, 254;
    --ct-code-color: #e685b5;
    --ct-border-color: #495057;
    --ct-border-color-translucent: rgba(255, 255, 255, 0.15);

    
}

html{
    font-size: 14px;
    text-shadow: none !important;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Poppins',sans-serif,Helvetica,Arial,Lucida;
    text-shadow: none !important;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    color: #585A5C;
}

a,
.btn-link{
    text-decoration: none !important; 
}

p{
    font-size: 1rem;
}

.h1, h1 {
    font-weight: bold;
}

.h2, h2 {
    font-weight: bold;
}

.h3, h3 {
    font-weight: bold;
}

.h4, h4 {
    font-weight: bold;
}

.h5, h5{
    font-weight: bold;
}

.h6, h6{
    font-weight: bold;
}

.row {
    margin-bottom: 1em;
}

.text-raw-html p{
    margin-bottom: 0px;
}

.pagination .page-link{
    padding: 10px 25px;
}

.mbr-overlay-custom{
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;  
}

/*MEDIA MAX*/
@media (max-width: 1399.98px) {
    
}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {
    .text-raw-html-md p {
        line-height: 1 !important;
        font-variant: all-small-caps !important;
    }

    .text-raw-html-md p span {
        line-height: 1 !important;
        font-variant: all-small-caps !important;
    }
}

@media (max-width: 575.98px) {

}

@media (max-width: 479.98px) {

}


/*MEDIA MIN*/
@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {
    .container{
        /*max-width: 1300px !important;*/
    }
}