@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700&display=swap');

html {
    --primary-10: #f7f9fc;
    --primary-25: #f2f5fa;
    --primary-50: #e6ebf4;
    --primary-100: #d9e1ef;
    --primary-200: #ccd7ea;
    --primary-300: #c0cde4;
    --primary-400: #10296b;
    --primary-500: #0f245e;
    --primary-600: #012c76;
    --primary-700: #012c76;
    --primary-800: #000b1e;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --green-100: #e9fbd9;
    --green-200: #e9fbd9;
    --green-300: #bef264;
    --green-400: #a3e635;
    --green-500: #84cc16;
    --green-600: #65a30d;
    --red-100: #fee2e2;
    --red-200: #fecaca;
    --red-300: #fca5a5;
    --red-400: #f87171;
    --red-500: #ef4444;
    --red-600: #dc2626;
    --info-color-300: #f2faff;
    --info-color-400: #7ecaff;
    --info-color-500: #2aa7ff;
    --error-color-300: #fdf3f3;
    --error-color-400: #e76060;
    --error-color-500: #ea4a4a;
    --warning-color-300: #fef8ee;
    --warning-color-400: #fbbb5c;
    --warning-color-500: #f7a223;
    --success-color-300: #f2f9f1;
    --success-color-400: #81c976;
    --success-color-500: #65b458;
    --neutral-50: #fafafa;
    --neutral-100: #f4f4f5;
    --neutral-200: #e4e4e7;
    --neutral-300: #d4d4d8;
    --neutral-400: #a1a1aa;
    --neutral-500: #71717a;
    --neutral-600: #52525b;
    --neutral-700: #3f3f46;
    --neutral-800: #27272a;
    --neutral-900: #18181b;
}

:root,
[data-bs-theme=light] {
    --bs-border-color: #d1d5db;
    --bs-border-radius: 0.65rem;
    --bs-body-color: #111;
}

.separator-title {
    display: flex;
    align-items: center;
    text-align: center;
    column-gap: 15px;
    color: #000;
    font-weight: 500;
}

    .separator-title::before,
    .separator-title::after {
        content: '';
        flex: 1 1 auto;
        height: 1px;
        background: var(--gray-200);
    }

.table {
    --bs-table-border-color: var(--gray-200);
}
 
strong {
    font-weight: 500;
}
.btn-sm {
    font-size: 0.85rem !important;
    padding: 0.5rem 1rem !important;
}
.o50 {
    opacity: 0.5;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border:  1px solid var(--gray-300) !important;
    border-radius: 0.35rem !important;
    padding: 0.25rem 0.5rem;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--primary-400)
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 25px;
    left: 0;
    margin: 0;
}
.alert {
    --bs-alert-margin-bottom: 0;
    --bs-alert-border-radius: 0;
}

    .alert.alert-light {
        background: var(--primary-10);
        border-color: var(--primary-100);
    }



html {
    font-size: 17px;
}

body {
    font-size: 1rem;
    line-height: 1.4;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #000000;
    position: relative;
    color: #000;
}



.c-checkbox {
    width: 18px;
    height: 18px;
    background-color: var(--primary-50);
    border: 0;
    box-shadow: none !important;
    margin-top: 0;
}

    .c-checkbox:hover {
        background-color: var(--primary-100);
    }

    .c-checkbox:checked {
        background-color: var(--primary-400);
    }

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.main-body {
}

.shadow-panel {
    box-shadow: 0 30px 50px -3px rgba(0,0,0,.75),0 16px 20px -4px rgba(0,0,0,.75);
}

hr {
    height: 0;
    border-top: 1px solid var(--bs-border-color);
}

a {
    color: #00dffe;
}

.form-control::placeholder {
    color: var(--gray-300);
    opacity: 1;
}

.form-control {
    border: 1px solid var(--gray-300) !important;
    border-radius: 0.35rem;
    padding: 0.75rem 1rem;
}



.input-group-text {
    border-radius: 0.35rem;
    border-color: var(--gray-300);
    padding: 0.75rem 1rem;
}

.select2-container {
    max-width: 100%;
}
.select2-container .select2-selection--single {
    height: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    height: auto;
    padding: 0.7rem 1.7rem 0.7rem 1.7rem;
    border-radius: 0.5rem;
    background: #f2f5fa;
    font-size: .875rem;
    transition: background .25s ease;
    cursor: pointer;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.select2-dropdown {
    border: 1px solid var(--gray-200) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: none;
    height: auto;
    padding: 0.7rem 0.7rem 0.7rem 0.7rem;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        background: none;
        color: red;
    }

.back-link {
    cursor: pointer;
    transition: color 0.25s ease;
    color: var(--gray-400);
    text-decoration: none;
}

    .back-link:hover {
        color: var(--primary-600);
    }

.text-gray-50 {
    color: var(--gray-50);
}

.text-gray-100 {
    color: var(--gray-100);
}

.text-gray-200 {
    color: var(--gray-200);
}

.text-gray-300 {
    color: var(--gray-300);
}

.text-gray-400 {
    color: var(--gray-400);
}

.text-gray-500 {
    color: var(--gray-500);
}

.text-gray-600 {
    color: var(--gray-600);
}

.text-gray-700 {
    color: var(--gray-700);
}

.text-gray-800 {
    color: var(--gray-800);
}

.text-gray-900 {
    color: var(--gray-900);
}

.bg-primary-10 {
    background-color: var(--primary-10);
}

.bg-primary-25 {
    background-color: var(--primary-25);
}

.bg-primary-50 {
    background-color: var(--primary-50);
}

.bg-primary-100 {
    background-color: var(--primary-100);
}

.bg-primary-200 {
    background-color: var(--primary-200);
}

.bg-primary-300 {
    background-color: var(--primary-300);
}

.bg-primary-400 {
    background-color: var(--primary-400);
}

.bg-primary-500 {
    background-color: var(--primary-500);
}

.bg-primary-600 {
    background-color: var(--primary-600);
}

.bg-primary-700 {
    background-color: var(--primary-700);
}

.text-primary-10 {
    color: var(--primary-10);
}

.text-primary-25 {
    color: var(--primary-25);
}

.text-primary-50 {
    color: var(--primary-50);
}

.text-primary-100 {
    color: var(--primary-50);
}

.text-primary-200 {
    color: var(--primary-200);
}

.text-primary-300 {
    color: var(--primary-300);
}

.text-primary-400 {
    color: var(--primary-400);
}

.text-primary-500 {
    color: var(--primary-500);
}

.text-primary-600 {
    color: var(--primary-600);
}

.text-primary-700 {
    color: var(--primary-700);
}

.text-red-100 {
    color: var(--red-100);
}

.text-red-200 {
    color: var(--red-200);
}

.text-red-300 {
    color: var(--red-300);
}

.text-red-400 {
    color: var(--red-400);
}

.text-red-500 {
    color: var(--red-500);
}

.text-red-600 {
    color: var(--red-600);
}


.text-green-100 {
    color: var(--green-100);
}

.text-green-200 {
    color: var(--green-200);
}

.text-green-300 {
    color: var(--green-300);
}

.text-green-400 {
    color: var(--green-400);
}

.text-green-500 {
    color: var(--green-500);
}

.text-green-600 {
    color: var(--green-600);
}

.landing-shadow {
    box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.07);
    background-color: #fff;
}

.text-mini {
    font-size: 0.75rem; /* 12px */
    line-height: 1rem; /* 16px */
}

.text-xs {
    font-size: 0.8125rem; /* 13px */
    line-height: 1.21875rem; /* 19.5px */
}

.text-sm {
    font-size: 0.875rem; /* 14px */
    line-height: 1.25rem; /* 20px */
}

.text-base {
    font-size: 0.9375rem; /* 15px */
    line-height: 1.40625rem; /* 22.5px */
}

.text-md {
    font-size: 1rem; /* 16px */
    line-height: 1.5rem; /* 24px */
}

.text-lg {
    font-size: 1.125rem; /* 18px */
    line-height: 1.75rem; /* 28px */
}

.text-xl {
    font-size: 1.25rem; /* 20px */
    line-height: 1.75rem; /* 28px */
}

.text-2xl {
    font-size: 1.5rem; /* 24px */
    line-height: 2rem; /* 32px */
}

.text-3xl {
    font-size: 1.875rem; /* 30px */
    line-height: 2.25rem; /* 36px */
}

.text-4xl {
    font-size: 2.25rem; /* 36px */
    line-height: 3rem; /* 36px */
}

.text-5xl {
    font-size: 3rem; /* 48px */
    line-height: 4rem; /* 36px */
}

.text-6xl {
    font-size: 3.75rem; /* 48px */
    line-height: 4rem; /* 36px */
}


.font-thin {
    font-weight: 100;
}

.font-light {
    font-weight: 300;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.4;
}

h1 {
    font-size: 1.875rem;
}

h2 {
    font-size: 1.6875rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.3125rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}
 
.btn {
    padding: 0.5rem 2rem;
}

.btn-primary {
    background: #84cc16;
    border-color: #84cc16;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
}

.btn-dark {
    color: rgb(209, 213, 220);
    background: rgb(31, 41, 55);
    border: 1px solid rgb(55, 65, 81) !important;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
}
.btn-border {
    border: 1px solid var(--gray-200) !important;
}

.btn-hidden {
    background: #fff;
    border: 2px solid var(--primary-400) !important;
    color: var(--primary-400);
}

.form-label {
    font-weight: 600;
    font-size: 0.925rem;
}

.p-footer {
    font-size: 0.825rem;
    position: relative;
}

    .p-footer .container {
        z-index: 50;
        position: relative;
    }

.p-footer__logo {
    width: 200px;
    height: auto;
}

.p-footer__bg-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

.footer-icon {
    background-color: rgba(255,255,255,0.1);
    font-size: 1.5rem;
    padding: 0.3rem 0.5rem 0.3rem 0.6rem;
    margin-right: 0.5rem;
    border-radius: 2rem;
}

.p-footer__fallow img {
    width: 32px;
    opacity: 0.95;
}

.p-footer_line {
    border-color: rgba(55, 65, 80, 1) !important;
}

.p-footer__copyright a {
    text-decoration: none;
    font-weight: 500;
}

.p-footer__link {
    text-decoration: none !important;
    color: #fff;
    transition: color 0.25s ease;
    margin-top: 0.75rem;
}

    .p-footer__link:hover {
        color: rgba(255, 255, 255, 0.8);
    }



.p-footer__contact-link {
    text-decoration: none !important;
    color: white;
    transition: color 0.25s ease;
}

    .p-footer__contact-link:hover {
        color: rgba(255, 255, 255, 0.8);
    }


.p-footer__contact-link-icon {
    color: white !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.15);
}
.modal {
    backdrop-filter: blur(0.1rem);
}
 
/*.cookie {
    position: fixed;
    background: #fff;
    font-size: 0.9rem;
    width: 300px;
    border-radius: 0.75rem;
    z-index: 10000;
    text-align: center;
    right: 30px;
    animation-duration: .5s;
    animation-name: bounceIn;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}

    .cookie.top {
        top: 30px;
    }

    .cookie.bottom {
        bottom: 30px;
    }

    .cookie a {
        font-weight: 600;
        color: #fff;
        text-decoration: underline;
    }*/

/* cookie dialog */
/*.cookie-dialog__wrapper {   
    height: 100%;
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 6000;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem;
}

.cookie-dialog__backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, .7);
}

.cookie-dialog__content {
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
    padding: 1.25rem;
    background: #fff;
    border-radius: 0.75rem;
    z-index: 7000;
    max-width: 700px;
}

.cookie-dialog__image {
    height: 70px;
    width: auto;
}

.cookie-dialog {
    position: fixed;
    background: #fff;
    font-size: 0.9rem;*/
    /*width: 300px;*/
    /*border-radius: 0.75rem;
    z-index: 10000;
    right: 15px;
    animation-duration: .5s;
    animation-name: bounceIn;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    padding: 1.25rem;
    width: calc(100% - 30px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}

@media screen and (min-width: 768px) {
    .cookie-dialog {
        width: 500px;
        right: 30px;
    }
    .cookie-dialog__image {
        height: 60px;
        width: auto;
    }
}
.cookie-dialog.bottom {
    bottom: 30px!important;
}
.cookie-dialog.top {
    top: 30px!important;
}*/

.lang-select {
    background: #fff;
    padding: 0.75rem 1rem;
    width: 100%;
}
.p-footer .lang-select {
    padding: 0.85rem 1.25rem;
}
.dropdown-menu {
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    box-shadow: none !important;
    border: 0 !important;
    outline: 0 !important;
}

.lang-select .dropdown-toggle {
    padding: 0 !important;
    background: transparent !important;
}

.lang-select .flag {
    width: 20px;
}

.lang-select .c-caret {
    font-size: 0.75rem;
    margin-left: 5px;
    transition: transform 0.25s ease;
}

.lang-select .locale-short {
    font-weight: 400;
    color: #000;
    cursor: pointer;
}

.lang-select .lang-select__list {
    width: auto;
}


.lang-select .lang-select__list {
    width: 340px;
}

.lang-select .lang-select__item {
    width: 44%;
    padding: 5px 3%;
    border-radius: 0.25rem;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    text-decoration: none;
}

    .lang-select .lang-select__item:hover {
        background: var(--primary-25);
    }

    .lang-select .lang-select__item .dropdown-item {
        padding: 0.4rem 1rem;
    }

.lang-select .show .dropdown-toggle .c-caret {
    transform: rotate(180deg);
}


.btn {
    padding: 0.625rem 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.5;
    text-decoration: none !important;
    border-radius: 5rem;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    transition: background 0.25s ease, color 0.25s ease;
    outline: none !important;
    border: 0;
}

.btn-link {
    color: var(--primary-400) !important;
    padding: 0px !important;
}

    .btn-link:hover {
        background: none !important;
        text-decoration: underline !important;
        color: var(--primary-400) !important;
    }

.btn-secondary {
    background: var(--primary-400);
    color: #ffffff;
}
 .btn.only-icon {
    padding: 0.625rem;
}

.btn.btn--outline {
    background: #ffffff;
    color: var(--primary-400);
    border: 1px solid var(--primary-400);
}

.btn:not(.btn__no-hover):not([disabled]):hover {
    background: var(--primary-600);
    color: white;
}

.btn.btn--primary {
    color: var(--primary-500);
    background: var(--primary-50);
    border: 0;
}

    .btn.btn--primary:not(.btn__no-hover):not([disabled]):hover {
        background: var(--primary-100);
        color: var(--primary-500);
    }

.btn.btn--secondary {
    color: var(--primary-500);
    background: white;
    border: 1px solid var(--gray-200);
}

    .btn.btn--secondary:not(.btn__no-hover):not([disabled]):hover {
        background: var(--primary-500);
        color: white;
    }

.btn.btn-success {
    color: white;
    background: var(--green-500);
    border: 0;
}

    .btn.btn-success:not(.no-hover):not([disabled]):hover {
        background: var(--green-600);
        color: white;
    }

.btn.btn-danger {
    color: white;
    background: var(--red-500);
    border: 0;
}

    .btn.btn-danger:not(.no-hover):not([disabled]):hover {
        background: var(--red-600);
        color: white;
    }

.btn:disabled, [disabled] {
    cursor: unset;
    background: var(--gray-100);
    border: 0;
    color: var(--gray-500);
}

.btn.btn--small {
    padding: 0.4375rem 0.8125rem;
    font-size: 0.875rem;
}

.btn.btn--rounded {
    border-radius: 999px;
}

.stretched-link::after {
    content: '';
    z-index: 10;
    cursor: pointer;
    position: absolute;
    background: transparent;
    pointer-events: auto;
}

.c-file-input .c-file-input-btn {
    background: var(--primary-25);
    padding: 1rem;
    border-radius: 0.5rem;
    transition: background 0.25s ease;
    cursor: pointer;
}

    .c-file-input .c-file-input-btn:hover {
        background: var(--primary-100);
    }

.hidden-scrollbar {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .hidden-scrollbar::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

.copy-text {
    overflow: hidden;
}

.copy-text__text-wrapper {
    overflow: scroll;
    border: 1px solid var(--gray-200) !important;
    border-radius: 0.5rem;
    padding: 0.5625rem 0.75rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.copy-text__btn {
    width: 40px;
    min-width: 40px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
/* SHADOW */
.shadow-sm {
    filter: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    box-shadow: none !important;
}

.shadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}

.shadow-md {
    box-shadow: -2px 2px 18px -7px rgba(120, 131, 132, 0.35) !important;
}

.shadow-lg {
     box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}
/* ROUNDED */
.rounded-sm {
    border-radius: 0.125rem !important;
}

.rounded {
    border-radius: 0.25rem !important; /* 4px */
}

.rounded-md {
    border-radius: 0.375rem !important; /* 6px */
}

.rounded-lg {
    border-radius: 1rem !important;
}

.rounded-xl {
    border-radius: 0.75rem !important;
}

.rounded-2xl {
    border-radius: 1rem !important;
}

.rounded-full {
    border-radius: 9999px !important;
}

/* SIZING */
.w-50px {
    width: 50px;
}
.w-75px {
    width: 100px;
}

.w-100px {
    width: 100px;
}

.h-12px {
    height: 12px;
}

.h-15px {
    height: 15px;
}

.h-18px {
    height: 18px;
}

.h-20px {
    height: 20px;
}

.h-35px {
    height: 35px;
}

.h-50px {
    height: 50px;
}

.h-75px {
    height: 75px;
}

.h-100px {
    height: 100px;
}

.w-20px {
    width: 20px;
}

.w-25px {
    width: 25px;
}

.w-30px {
    width: 30px;
}

.badge {
    display: inline-block;
    background: var(--gray-400);
    color: white;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    line-height: 1;
    font-size: 0.75rem;
    border-radius: 0.375rem;
    padding: 0.3rem 0.4rem;
}

.badge-warning {
    background: var(--warning-color-400);
    color: white;
}

.badge-success {
    background: var(--success-color-400);
    color: white;
}

.badge-error {
    background: var(--error-color-400);
    color: white;
}

.badge-info {
    background: var(--info-color-400);
    color: white;
}

.c-table {
    color: var(--primary-800);
}

    .c-table .c-table-row {
        border-color: var(--gray-200);
        transition: background 0.25s ease;
    }

        .c-table .c-table-row td {
            padding: 0.85rem 0.5rem;
        }

        .c-table .c-table-row:hover td {
            background: var(--primary-25);
        }

    .c-table thead th {
        padding: 0.85rem 0.5rem;
        font-weight: 600;
    }

    .c-table tbody {
        border-top: 0px !important;
    }

.c-table-row {
    cursor: pointer;
}

    .c-table-row .expand-icon {
        font-size: 1.3125rem;
        color: var(--gray-400);
        transition: transform 0.35s ease;
    }

    .c-table-row.expanded td {
        border-color: transparent;
        background: var(--primary-25);
    }

    .c-table-row.expanded .expand-icon {
        transform: rotate(180deg);
    }

.c-table-row-expanded-content td {
    background: var(--primary-25);
}
 
.image-fit {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-fit-contain {
    object-fit: contain;
}

.image-fit-holder {
    position: relative;
    overflow: hidden;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.custom-scrollbar::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #9aa4b3;
    border: 0px none #ffffff;
    border-radius: 4px;
}

    .custom-scrollbar::-webkit-scrollbar-thumb:hover {
        background: #7f8999;
    }

    .custom-scrollbar::-webkit-scrollbar-thumb:active {
        background: #7f8999;
    }

.custom-scrollbar::-webkit-scrollbar-track {
    background: #ebecef;
    border: 0px none #ffffff;
    border-radius: 0px;
}

    .custom-scrollbar::-webkit-scrollbar-track:hover {
        background: #e3e6e9;
    }

    .custom-scrollbar::-webkit-scrollbar-track:active {
        background: #e3e6e9;
    }

.custom-scrollbar::-webkit-scrollbar-corner {
    background: transparent;
}

.btn-loading .spinner-border {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.btn-loading .las {
    font-size: 20px;
    margin-right: 5px;
}

.btn-loading[data-state=""] .error, .btn-loading[data-state=""] .ok, .btn-loading[data-state=""] .loading {
    display: none;
}

.btn-loading[data-state="loading"] .loading {
    display: block;
}

.btn-loading[data-state="loading"] .error, .btn-loading[data-state="loading"] .ok {
    display: none;
}

.btn-loading[data-state="ok"] .ok {
    display: block;
}

.btn-loading[data-state="ok"] .error, .btn-loading[data-state="ok"] .loading {
    display: none;
}

.btn-loading[data-state="error"] .error {
    display: block;
}

.btn-loading[data-state="error"] .ok, .btn-loading[data-state="error"] .loading {
    display: none;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.form-check-input {
    clear: left;
}

    .form-switch.form-switch-sm {
        margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
    }

    .form-switch.form-switch-sm .form-check-input {
        height: 1rem;
        width: calc(1rem + 0.75rem);
        border-radius: 2rem;
    }

.form-switch.form-switch-md {
    margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

    .form-switch.form-switch-md .form-check-input {
        height: 1.5rem;
        width: calc(2rem + 0.75rem);
        border-radius: 3rem;
    }

.form-switch.form-switch-lg {
    margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}

    .form-switch.form-switch-lg .form-check-input {
        height: 2rem;
        width: calc(3rem + 0.75rem);
        border-radius: 4rem;
    }

.form-switch.form-switch-xl {
    margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
}

    .form-switch.form-switch-xl .form-check-input {
        height: 2.5rem;
        width: calc(4rem + 0.75rem);
        border-radius: 5rem;
    }

.validation-summary-errors {
    border:1px solid #f10c22 !important;
    background: #f8e8ea;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}
    .validation-summary-errors ul {
        margin: 0;
    }
    .input-validation-error {
        border-color: #f10c22 !important;
    }

.field-validation-error span, .error {
    background: #f10c22;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: .875em;
    color: #fff;
    display: inline-block;
    margin-top: 0.5rem;
}

.c-dropdown .dropdown-menu {
    border: 0 !important;
    outline: 0 !important;
    border-radius: 0;
    z-index: 99999;
}

    .c-dropdown .dropdown-menu .dropdown-item {
        color: #000000;
        font-size: 0.9375rem !important;
    }

        .c-dropdown .dropdown-menu .dropdown-item:hover {
            background: var(--gray-100);
        }

.c-dropdown-no-caret .dropdown-toggle::after {
    display: none;
}

.c-dropdown .caret-icon {
    transition: all 0.2s ease;
    font-size: 0.875rem !important;
}

.c-dropdown .dropdown-toggle.show .caret-icon {
    transform: rotate(180deg);
}

.layout-sub-menu a {
    text-decoration: none;
    font-weight: 500;
    display: flex;
    font-size: 0.915rem;
    color: #000;
    align-items: center;
    border-bottom: 1px solid var(--gray-100);
    padding: 0.75rem 0;
}

    .layout-sub-menu a:last-child {
        border: none;
    }

    .layout-sub-menu a.active, .layout-sub-menu a:hover {
        color: var(--primary-400)
    }

    .layout-sub-menu a i {
        font-size: 1.125rem;
        opacity: .4;
        transition: all .25s ease;
    }

 