﻿:root {
    --bs-sidebar-width: 250px;
    --bs-sidebar-width-sm: 80px;
    --bs-topbar-height: 80px;
    --bs-horizontal-menu-height: 55px;
    --bs-menu-transition: all 0.2s ease-in-out;
    --bs-menu-item-padding-x: 0px;
    --bs-menu-item-gap: 8px;
    --bs-menu-link-padding-x: 24px;
    --bs-menu-link-padding-y: 12px;
    --bs-menu-link-item-gap: 10px;
    --bs-menu-item-icon-size: 16px;
    --bs-menu-item-font-size: 15px;
}
html[data-bs-theme="dark"] {
    --bs-light: #32363b;
    --bs-light-rgb: 50, 54, 59;
    --bs-dark: #f3f7f9;
    --bs-dark-rgb: 243, 247, 249;
    --bs-box-shadow: 0px 0px 35px 0px rgba(66, 72, 80, 0.15);
    --bs-box-shadow-sm: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
    --bs-box-shadow-lg: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    --bs-box-shadow-inset: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.075);
}
[data-menu-color="light"] {
    --bs-menu-bg: #ffffff;
    --bs-menu-item-color: #495057;
    --bs-menu-item-hover-color: #3f87fd;
    --bs-menu-item-active-color: #3f87fd;
}
[data-menu-color="dark"] {
    --bs-menu-bg: #17263a;
    --bs-menu-item-color: #9097a7;
    --bs-menu-item-hover-color: #c8cddc;
    --bs-menu-item-active-color: #ffffff;
}
[data-bs-theme="dark"][data-menu-color="light"],
[data-menu-color="dark"][data-bs-theme="dark"] {
    --bs-menu-bg: #22262b;
    --bs-menu-item-color: #9097a7;
    --bs-menu-item-hover-color: #c8cddc;
    --bs-menu-item-active-color: #ffffff;
}
[data-menu-color="brand"] {
    --bs-menu-bg: #3f87fd;
    --bs-menu-item-color: #cedce4;
    --bs-menu-item-hover-color: #ffffff;
    --bs-menu-item-active-color: #ffffff;
}
[data-topbar-color="light"] {
    --bs-topbar-bg: #ffffff;
    --bs-topbar-item-color: #495057;
    --bs-topbar-item-hover-color: #3f87fd;
}
[data-bs-theme="dark"][data-topbar-color="light"],
[data-topbar-color="dark"] {
    --bs-topbar-bg: #22262b;
    --bs-topbar-item-color: #a4b0be;
    --bs-topbar-item-hover-color: #bccee4;
}
[data-topbar-color="brand"] {
    --bs-topbar-bg: #3f87fd;
    --bs-topbar-item-color: rgba(255, 255, 255, 0.7);
    --bs-topbar-item-hover-color: #ffffff;
} /*!
* Bootstrap  v5.3.3 (https://getbootstrap.com/)
* Copyright 2011-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root,
[data-bs-theme="light"] {
    --bs-blue: #3f87fd;
    --bs-indigo: #3f51b5;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #ff5b5b;
    --bs-orange: #fd7e14;
    --bs-yellow: #f1c31c;
    --bs-green: #31cb72;
    --bs-teal: #00c2b2;
    --bs-cyan: #19c0ea;
    --bs-black: #000000;
    --bs-white: #ffffff;
    --bs-gray: #627898;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #ebf0f7;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #627898;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #132843;
    --bs-primary: #3f87fd;
    --bs-secondary: #627898;
    --bs-success: #31cb72;
    --bs-info: #19c0ea;
    --bs-warning: #f1c31c;
    --bs-danger: #ff5b5b;
    --bs-light: #f8f9fa;
    --bs-dark: #132843;
    --bs-pink: #e83e8c;
    --bs-blue: #3f87fd;
    --bs-primary-rgb: 63, 135, 253;
    --bs-secondary-rgb: 98, 120, 152;
    --bs-success-rgb: 49, 203, 114;
    --bs-info-rgb: 25, 192, 234;
    --bs-warning-rgb: 241, 195, 28;
    --bs-danger-rgb: 255, 91, 91;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 19, 40, 67;
    --bs-pink-rgb: 232, 62, 140;
    --bs-blue-rgb: 63, 135, 253;
    --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: #e2d9f3;
    --bs-secondary-bg-subtle: #f8f9fa;
    --bs-success-bg-subtle: #d6f5e3;
    --bs-info-bg-subtle: #d1f2fb;
    --bs-warning-bg-subtle: #fcf3d2;
    --bs-danger-bg-subtle: #ffdede;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #c5b3e6;
    --bs-secondary-border-subtle: #ebf0f7;
    --bs-success-border-subtle: #adeac7;
    --bs-info-border-subtle: #a3e6f7;
    --bs-warning-border-subtle: #f9e7a4;
    --bs-danger-border-subtle: #ffbdbd;
    --bs-light-border-subtle: #ebf0f7;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: "DM Sans", sans-serif;
    --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: 0.875rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #132843;
    --bs-body-color-rgb: 19, 40, 67;
    --bs-body-bg: #f8f9fb;
    --bs-body-bg-rgb: 248, 249, 251;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: #132843;
    --bs-secondary-color-rgb: 19, 40, 67;
    --bs-secondary-bg: #ffffff;
    --bs-secondary-bg-rgb: 255, 255, 255;
    --bs-tertiary-color: rgba(19, 40, 67, 0.5);
    --bs-tertiary-color-rgb: 19, 40, 67;
    --bs-tertiary-bg: #e9ecef;
    --bs-tertiary-bg-rgb: 233, 236, 239;
    --bs-heading-color: #343a40;
    --bs-link-color: #3f87fd;
    --bs-link-color-rgb: 63, 135, 253;
    --bs-link-decoration: none;
    --bs-link-hover-color: #3673d7;
    --bs-link-hover-color-rgb: 54, 115, 215;
    --bs-code-color: #19c0ea;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fcf3d2;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #ebf0f7;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.25rem;
    --bs-border-radius-sm: 0.2rem;
    --bs-border-radius-lg: 0.3rem;
    --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 0 1px rgba(255, 255, 255, 0.1),
        0 2px 4px 0 rgba(14, 30, 37, 0.12);
    --bs-box-shadow-sm: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    --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: #adb5bd;
    --bs-body-color-rgb: 173, 181, 189;
    --bs-body-bg: #1b1e22;
    --bs-body-bg-rgb: 27, 30, 34;
    --bs-emphasis-color: #f8f9fa;
    --bs-emphasis-color-rgb: 248, 249, 250;
    --bs-secondary-color: #adb5bd;
    --bs-secondary-color-rgb: 173, 181, 189;
    --bs-secondary-bg: #22262b;
    --bs-secondary-bg-rgb: 34, 38, 43;
    --bs-tertiary-color: rgba(173, 181, 189, 0.5);
    --bs-tertiary-color-rgb: 173, 181, 189;
    --bs-tertiary-bg: #243142;
    --bs-tertiary-bg-rgb: 36, 49, 66;
    --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: #160d27;
    --bs-secondary-bg-subtle: #132843;
    --bs-success-bg-subtle: #0a2917;
    --bs-info-bg-subtle: #05262f;
    --bs-warning-bg-subtle: #302706;
    --bs-danger-bg-subtle: #331212;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #432874;
    --bs-secondary-border-subtle: #495057;
    --bs-success-border-subtle: #1d7a44;
    --bs-info-border-subtle: #0a4d5e;
    --bs-warning-border-subtle: #604e0b;
    --bs-danger-border-subtle: #993737;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: #fff;
    --bs-link-color: #a98eda;
    --bs-link-hover-color: #c5b3e6;
    --bs-link-color-rgb: 169, 142, 218;
    --bs-link-hover-color-rgb: 197, 179, 230;
    --bs-code-color: #f18bba;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #2e343a;
    --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;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    padding-right: 0px !important;
}

.swal2-popup {
    background-color: var(--bs-secondary-bg) !important;
    border-radius: 0.25rem;
}
.swal2-popup .swal2-title {
    font-weight: 500;
    font-size: 1.3rem;
    color: var(--bs-dark);
}
.swal2-popup .swal2-content,
.swal2-popup .swal2-html-container {
    font-weight: 400;
    font-size: 1.1rem;
    margin-top: 1.5rem;
    color: var(--bs-dark);
}
.swal2-popup .swal2-footer {
    border-top-color: var(--bs-border-color) !important;
}
.swal2-popup .btn {
    margin: 15px 5px 0;
}
.swal2-popup .swal2-styled:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.swal2-popup .swal2-actions {
    margin: 1.5rem auto 1rem auto;
}
.swal2-modal {
    font-family: var(--bs-font-sans-serif);
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}
.swal2-modal .swal2-title {
    font-size: 24px;
}
.swal2-modal .swal2-content {
    font-size: 16px;
}
.swal2-modal .swal2-spacer {
    margin: 10px 0;
}
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
    border: 2px solid var(--bs-light);
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.swal2-modal .swal2-confirm {
    background-color: #3f87fd !important;
    font-size: 0.875rem !important;
}
.swal2-modal .swal2-cancel.btn-cancel {
    background-color: #ff5b5b !important;
    font-size: 0.875rem;
}
.swal2-modal .swal2-cancel,
.swal2-modal .swal2-confirm {
    margin: 0.3125em;
    padding: 0.625em 2em;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.875rem !important;
}
.swal2-modal .swal2-cancel:focus,
.swal2-modal .swal2-confirm:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
    outline: 0;
    border: 2px solid #3f87fd;
}
.swal2-icon.swal2-question {
    color: #3f87fd !important;
    border-color: #3f87fd !important;
}
.swal2-icon.swal2-success {
    border-color: #31cb72;
}
.swal2-icon.swal2-success .line,
.swal2-icon.swal2-success [class^="swal2-success-line"],
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
    background-color: #31cb72 !important;
}
.swal2-icon.swal2-success .placeholder,
.swal2-icon.swal2-success .swal2-success-ring {
    border-color: #31cb72 !important;
}
.swal2-icon.swal2-warning {
    color: #f1c31c !important;
    border-color: #f1c31c !important;
}
.swal2-icon.swal2-error {
    border-color: #ff5b5b !important;
}
.swal2-icon.swal2-error .line {
    background-color: #ff5b5b !important;
}
.swal2-icon.swal2-info {
    border-color: #19c0ea;
    color: #19c0ea;
}
.swal2-actions {
    margin: 1.6em auto 0 !important;
}
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
