.min-w-1 {
    min-width: 3.125rem;
}

.min-w-2 {
    min-width: 6.25rem;
}

.min-w-3 {
    min-width: 9.375rem;
}

.min-w-4 {
    min-width: 12.5rem;
}

.min-w-5 {
    min-width: 15.625rem;
}

.min-w-6 {
    min-width: 18.75rem;
}

:root {
    --color-bg: #ffffff;
    --color-text: #374151;
    --color-blue: #2563eb;
    --color-dark-blue: #1d4ed8;
    --color-text-blue: #2563eb;
    --color-text-green: #16a34a;
    --color-gold: #eab308;
    --color-border: #e5e7eb80;
    --color-text-light: #ffffff;
    --color-gray-100: #f8f8f8;
    --color-gray-400: #9ca3af;
    --color-gray-500: #6b7280;
    --color-gray-600: #4b5563;
    --color-gray-700: #374151;
    --color-gray-900: #111827;
    --color-red-500: #ef4444;
    --color-red-600: #dc2626;
    --color-text-red-700: #b91c1c;
    --color-text-red-900: #7f1d1d;
    --color-border-red-200: #fecaca;
    --color-card-base: #FCFDFF;
    --color-border-gray-200: #e5e7eb;
    --color-form-bg: #ffffff;
    --color-placeholder: #969696;
    --color-form-focus-border: #3b82f6;
    --color-bg-gray-50: rgb(249 250 251 / 0.5);
    --color-bg-gray-100: rgb(243 244 246 / 0.5);
    --color-bg-gray-200: rgb(229 231 235 / 0.5);
    --color-modal-bg: rgba(0, 0, 0, 0.6);
    --color-bg-main: linear-gradient(90deg, rgba(249, 250, 251, 1) 0%, rgba(239, 246, 255, 1) 50%, rgba(250, 245, 255, 1) 100%);
    --main-gradient: linear-gradient(121deg, #2662EA 3.47%, #9333EA 81.8%);
    --secondary-gradient: linear-gradient(121deg, #21B970 3.47%, #2271D8 81.8%);
    --red-gradient: linear-gradient(121deg, #EA3336 3.47%, #BF4E51 81.8%);
    --orange-gradient: linear-gradient(142deg, #E9A408 -0.38%, #E6620C 99.98%);
}

[data-theme=dark] {
    --color-bg: #0f172a;
    --color-text: #e5e7eb;
    --color-text-blue: #60a5fa;
    --color-border: #334155;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-1 {
    margin-top: 0.25rem !important;
}

.m-t-2 {
    margin-top: 0.5rem !important;
}

.m-t-3 {
    margin-top: 0.75rem !important;
}

.m-t-4 {
    margin-top: 1rem !important;
}

.m-t-5 {
    margin-top: 1.25rem !important;
}

.m-t-6 {
    margin-top: 1.5rem !important;
}

.m-t-7 {
    margin-top: 1.75rem !important;
}

.m-t-8 {
    margin-top: 2rem !important;
}

.m-t-9 {
    margin-top: 2.25rem !important;
}

.m-t-10 {
    margin-top: 2.5rem !important;
}

.m-t-11 {
    margin-top: 2.75rem !important;
}

.m-t-12 {
    margin-top: 3rem !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-1 {
    margin-bottom: 0.25rem !important;
}

.m-b-2 {
    margin-bottom: 0.5rem !important;
}

.m-b-3 {
    margin-bottom: 0.75rem !important;
}

.m-b-4 {
    margin-bottom: 1rem !important;
}

.m-b-5 {
    margin-bottom: 1.25rem !important;
}

.m-b-6 {
    margin-bottom: 1.5rem !important;
}

.m-b-7 {
    margin-bottom: 1.75rem !important;
}

.m-b-8 {
    margin-bottom: 2rem !important;
}

.m-b-9 {
    margin-bottom: 2.25rem !important;
}

.m-b-10 {
    margin-bottom: 2.5rem !important;
}

.m-b-11 {
    margin-bottom: 2.75rem !important;
}

.m-b-12 {
    margin-bottom: 3rem !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-l-1 {
    margin-left: 0.25rem !important;
}

.m-l-2 {
    margin-left: 0.5rem !important;
}

.m-l-3 {
    margin-left: 0.75rem !important;
}

.m-l-4 {
    margin-left: 1rem !important;
}

.m-l-5 {
    margin-left: 1.25rem !important;
}

.m-l-6 {
    margin-left: 1.5rem !important;
}

.m-l-7 {
    margin-left: 1.75rem !important;
}

.m-l-8 {
    margin-left: 2rem !important;
}

.m-l-9 {
    margin-left: 2.25rem !important;
}

.m-l-10 {
    margin-left: 2.5rem !important;
}

.m-l-11 {
    margin-left: 2.75rem !important;
}

.m-l-12 {
    margin-left: 3rem !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-r-1 {
    margin-right: 0.25rem !important;
}

.m-r-2 {
    margin-right: 0.5rem !important;
}

.m-r-3 {
    margin-right: 0.75rem !important;
}

.m-r-4 {
    margin-right: 1rem !important;
}

.m-r-5 {
    margin-right: 1.25rem !important;
}

.m-r-6 {
    margin-right: 1.5rem !important;
}

.m-r-7 {
    margin-right: 1.75rem !important;
}

.m-r-8 {
    margin-right: 2rem !important;
}

.m-r-9 {
    margin-right: 2.25rem !important;
}

.m-r-10 {
    margin-right: 2.5rem !important;
}

.m-r-11 {
    margin-right: 2.75rem !important;
}

.m-r-12 {
    margin-right: 3rem !important;
}

.m-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.m-x-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.m-x-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.m-x-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}

.m-x-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.m-x-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
}

.m-x-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.m-x-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
}

.m-x-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.m-x-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
}

.m-x-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}

.m-x-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
}

.m-x-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-y-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.m-y-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.m-y-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

.m-y-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-y-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}

.m-y-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-y-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
}

.m-y-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.m-y-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
}

.m-y-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.m-y-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
}

.m-y-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 0.75rem !important;
}

.m-4 {
    margin: 1rem !important;
}

.m-5 {
    margin: 1.25rem !important;
}

.m-6 {
    margin: 1.5rem !important;
}

.m-7 {
    margin: 1.75rem !important;
}

.m-8 {
    margin: 2rem !important;
}

.m-9 {
    margin: 2.25rem !important;
}

.m-10 {
    margin: 2.5rem !important;
}

.m-11 {
    margin: 2.75rem !important;
}

.m-12 {
    margin: 3rem !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-1 {
    padding-top: 0.25rem !important;
}

.p-t-2 {
    padding-top: 0.5rem !important;
}

.p-t-3 {
    padding-top: 0.75rem !important;
}

.p-t-4 {
    padding-top: 1rem !important;
}

.p-t-5 {
    padding-top: 1.25rem !important;
}

.p-t-6 {
    padding-top: 1.5rem !important;
}

.p-t-7 {
    padding-top: 1.75rem !important;
}

.p-t-8 {
    padding-top: 2rem !important;
}

.p-t-9 {
    padding-top: 2.25rem !important;
}

.p-t-10 {
    padding-top: 2.5rem !important;
}

.p-t-11 {
    padding-top: 2.75rem !important;
}

.p-t-12 {
    padding-top: 3rem !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-1 {
    padding-bottom: 0.25rem !important;
}

.p-b-2 {
    padding-bottom: 0.5rem !important;
}

.p-b-3 {
    padding-bottom: 0.75rem !important;
}

.p-b-4 {
    padding-bottom: 1rem !important;
}

.p-b-5 {
    padding-bottom: 1.25rem !important;
}

.p-b-6 {
    padding-bottom: 1.5rem !important;
}

.p-b-7 {
    padding-bottom: 1.75rem !important;
}

.p-b-8 {
    padding-bottom: 2rem !important;
}

.p-b-9 {
    padding-bottom: 2.25rem !important;
}

.p-b-10 {
    padding-bottom: 2.5rem !important;
}

.p-b-11 {
    padding-bottom: 2.75rem !important;
}

.p-b-12 {
    padding-bottom: 3rem !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-l-1 {
    padding-left: 0.25rem !important;
}

.p-l-2 {
    padding-left: 0.5rem !important;
}

.p-l-3 {
    padding-left: 0.75rem !important;
}

.p-l-4 {
    padding-left: 1rem !important;
}

.p-l-5 {
    padding-left: 1.25rem !important;
}

.p-l-6 {
    padding-left: 1.5rem !important;
}

.p-l-7 {
    padding-left: 1.75rem !important;
}

.p-l-8 {
    padding-left: 2rem !important;
}

.p-l-9 {
    padding-left: 2.25rem !important;
}

.p-l-10 {
    padding-left: 2.5rem !important;
}

.p-l-11 {
    padding-left: 2.75rem !important;
}

.p-l-12 {
    padding-left: 3rem !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-r-1 {
    padding-right: 0.25rem !important;
}

.p-r-2 {
    padding-right: 0.5rem !important;
}

.p-r-3 {
    padding-right: 0.75rem !important;
}

.p-r-4 {
    padding-right: 1rem !important;
}

.p-r-5 {
    padding-right: 1.25rem !important;
}

.p-r-6 {
    padding-right: 1.5rem !important;
}

.p-r-7 {
    padding-right: 1.75rem !important;
}

.p-r-8 {
    padding-right: 2rem !important;
}

.p-r-9 {
    padding-right: 2.25rem !important;
}

.p-r-10 {
    padding-right: 2.5rem !important;
}

.p-r-11 {
    padding-right: 2.75rem !important;
}

.p-r-12 {
    padding-right: 3rem !important;
}

.p-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.p-x-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.p-x-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.p-x-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.p-x-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.p-x-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

.p-x-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.p-x-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
}

.p-x-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.p-x-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
}

.p-x-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.p-x-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
}

.p-x-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-y-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.p-y-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.p-y-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.p-y-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-y-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.p-y-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-y-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
}

.p-y-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.p-y-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
}

.p-y-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.p-y-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
}

.p-y-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 0.75rem !important;
}

.p-4 {
    padding: 1rem !important;
}

.p-5 {
    padding: 1.25rem !important;
}

.p-6 {
    padding: 1.5rem !important;
}

.p-7 {
    padding: 1.75rem !important;
}

.p-8 {
    padding: 2rem !important;
}

.p-9 {
    padding: 2.25rem !important;
}

.p-10 {
    padding: 2.5rem !important;
}

.p-11 {
    padding: 2.75rem !important;
}

.p-12 {
    padding: 3rem !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.d-none {
    display: none !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.w-100 {
    width: 100% !important;
}

.border-radius-full {
    border-radius: 50% !important;
}

.border-radius-7 {
    border-radius: 0.75rem !important;
}

.icon-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-lg {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
@media (min-width: 768px) {
    .text-lg {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 768px) {
    .text-lg {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.color-text-blue {
    color: var(--color-text-blue) !important;
}

.color-dark-blue {
    color: var(--color-dark-blue) !important;
}

.color-text-600 {
    color: var(--color-gray-600) !important;
}

.color-text-900 {
    color: var(--color-gray-900) !important;
}

.display-1 {
    font-size: 3rem !important;
    line-height: 3.5rem !important;
}

.display-2 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}

.display-3 {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}

.display-4 {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
}

.display-5 {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

.display-6 {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}

.display-7 {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}

.display-8 {
    font-size: 0.625rem !important;
    line-height: 0.875rem !important;
}

.font-weight-thin {
    font-weight: 100 !important;
}

.font-weight-extralight {
    font-weight: 200 !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-regular {
    font-weight: 400 !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.font-weight-extrabold {
    font-weight: 800 !important;
}

.font-weight-black {
    font-weight: 900 !important;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-SemiBold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
html::-webkit-scrollbar {
    width: 10px;
}
html::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.0509803922);
}
html::-webkit-scrollbar-thumb {
    background: rgba(59, 130, 246, 0.5019607843);
    border-radius: 5px;
}
html::-webkit-scrollbar-thumb:hover {
    background: rgba(59, 130, 246, 0.7019607843);
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: ui-sans-serif, system-ui, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal;
    background: var(--color-bg-main);
    color: #000000;
    -webkit-font-smoothing: antialiased;
    outline: none !important;
    overflow-x: hidden !important;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
main {
    display: block;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100svh;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 18rem;
    background-color: var(--color-bg);
    border-right: 1px solid var(--color-border);
    z-index: 99;
}
@media (min-width: 1200px) {
    .sidebar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.sidebar-header {
    height: 5.5rem;
    border-bottom: 1px solid var(--color-border);
}
.sidebar-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding: 1rem;
    overflow-y: auto;
}
.sidebar-navigation::-webkit-scrollbar {
    width: 10px;
}
.sidebar-navigation::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.0509803922);
}
.sidebar-navigation::-webkit-scrollbar-thumb {
    background: rgba(59, 130, 246, 0.5019607843);
    border-radius: 5px;
}
.sidebar-navigation::-webkit-scrollbar-thumb:hover {
    background: rgba(59, 130, 246, 0.7019607843);
}
.sidebar-navigation-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-text);
    padding: 0.75rem 1rem;
    margin-bottom: 0.25rem;
    text-decoration: none;
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}
.sidebar-navigation-link:last-child {
    margin-bottom: 0;
}
.sidebar-navigation-link.active {
    color: var(--color-text-blue);
}
.sidebar-navigation-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    margin-right: 1rem;
}
.sidebar-navigation-label {
    font-weight: 600;
}
.sidebar-action {
    height: 5.5rem;
    border-top: 1px solid var(--color-border);
}

.mobile-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-bg);
    -webkit-box-shadow: 0px -2px 32px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -2px 32px 0px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    z-index: 101;
}
@media (min-width: 1200px) {
    .mobile-tab {
        display: none;
    }
}
.mobile-tab-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 1rem;
    padding: 0.5rem;
    margin: 0 0.25rem;
    text-decoration: none;
}
.mobile-tab-item.active {
    background-color: color-mix(in srgb, var(--color-blue) 15%, transparent);
}
.mobile-tab-item.active .mobile-tab-icon {
    color: var(--color-blue);
    background-color: var(--color-bg);
}
.mobile-tab-item.active .mobile-tab-label {
    color: var(--color-blue);
}
.mobile-tab-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-gray-500);
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
}
.mobile-tab-label {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    color: var(--color-gray-500);
}

.layout-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-container {
    width: 100%;
    padding-bottom: 6rem;
}
@media (min-width: 1200px) {
    .main-container {
        width: calc(100% - 18rem);
        margin-left: 18rem;
        padding-bottom: 0;
    }
}

.container-sm {
    width: 100%;
    padding: 1.5rem 1rem;
}
@media (min-width: 992px) {
    .container-sm {
        width: 40rem;
        margin: 0 auto;
    }
}

.container {
    width: 100%;
    padding: 1.5rem 1rem;
}
@media (min-width: 992px) {
    .container {
        width: 56rem;
        margin: 0 auto;
    }
}

.container-xl {
    width: 80rem;
    margin: 0 auto;
    padding: 1.5rem 1rem;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.flex-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.flex-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.flex-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.flex-top {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
}

.flex-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.flex-middle {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

.flex-bottom {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.flex-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flex-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.flex-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.flex-last {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.flex-content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-right {
    margin-left: auto;
}

.flex-align-left {
    margin-right: auto;
}

.flex-align-top {
    margin-bottom: auto;
}

.flex-align-bottom {
    margin-top: auto;
}

.flex-self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.flex-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
}

.flex-2 {
    -webkit-box-flex: 2 !important;
    -ms-flex: 2 !important;
    flex: 2 !important;
}

.flex-3 {
    -webkit-box-flex: 3 !important;
    -ms-flex: 3 !important;
    flex: 3 !important;
}

.flex-4 {
    -webkit-box-flex: 4 !important;
    -ms-flex: 4 !important;
    flex: 4 !important;
}

.gutter-8 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}
.gutter-8 > [class*=col-] {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.gutter-12 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
}
.gutter-12 > [class*=col-] {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.gutter-14 {
    margin-left: -0.438rem;
    margin-right: -0.438rem;
}
.gutter-14 > [class*=col-] {
    padding-right: 0.438rem;
    padding-left: 0.438rem;
}

.gutter-16 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.gutter-16 > [class*=col-] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.gutter-20 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}
.gutter-20 > [class*=col-] {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.gutter-24 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.gutter-24 > [class*=col-] {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.gutter-32 {
    margin-left: -1rem;
    margin-right: -1rem;
}
.gutter-32 > [class*=col-] {
    padding-right: 1rem;
    padding-left: 1rem;
}

.gutter-40 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
.gutter-40 > [class*=col-] {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.gutter-48 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.gutter-48 > [class*=col-] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
.accordion-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--color-bg);
    border-radius: 1.5rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
}
.accordion-card:last-child {
    margin-bottom: 0;
}
.accordion-card-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}
.accordion-card-heading-title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: var(--color-gray-900);
    margin: 0;
}
.accordion-card-heading-icon {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid var(--color-gray-900);
    border-radius: 50%;
    margin-left: 20px;
}
.accordion-card-heading-icon::before {
    content: "";
    position: absolute;
    width: 0.625rem;
    height: 0.125rem;
    background-color: var(--color-gray-900);
}
.accordion-card-heading-icon::after {
    content: "";
    position: absolute;
    width: 0.625rem;
    height: 0.125rem;
    background-color: var(--color-gray-900);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
.accordion-card-panel {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
}
.accordion-card-content {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-gray-500);
    padding-top: 1rem;
}
.accordion-card.active {
    display: block;
}
.accordion-card.active .accordion-card-panel {
    height: auto;
    display: block;
}
.accordion-card.active .accordion-card-heading-icon::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid transparent;
    padding: 1rem;
}
.alert-title {
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}
.alert-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.alert-danger {
    border-color: var(--color-border-red-200);
    border-radius: 0.75rem;
    background-color: rgba(254, 226, 226, 0.5);
}
.alert-danger .alert-title {
    color: var(--color-text-red-900);
}
.alert-danger .alert-description {
    color: var(--color-text-red-700);
}

.form-field {
    position: relative;
}
.form-field.has-icon .form-control {
    padding-right: 3rem;
}
.form-field.space-left .form-control {
    padding-left: 2.5rem;
}
.form-control {
    min-height: 3rem;
    display: block;
    width: 100%;
    background-color: var(--color-form-bg);
    border: 1px solid var(--color-border-gray-200);
    border-radius: 0.75rem;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    color: var(--color-gray-900);
    padding: 0.75rem 1rem;
    -webkit-transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
    transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
    transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out, box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.form-control::-webkit-input-placeholder {
    color: var(--color-placeholder);
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}
.form-control:-moz-placeholder {
    color: var(--color-placeholder);
    -moz-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}
.form-control::-moz-placeholder {
    color: var(--color-placeholder);
    -moz-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}
.form-control:-ms-input-placeholder {
    color: var(--color-placeholder);
    -ms-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}
.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--color-form-focus-border);
    -webkit-box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.5) !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.5) !important;
}
.form-control:focus::-webkit-input-placeholder {
    opacity: 0;
}
.form-control:focus:-moz-placeholder {
    opacity: 0;
}
.form-control:focus::-moz-placeholder {
    opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
    opacity: 0;
}
.form-control:hover {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.form-control.shadow-none:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:disabled {
    background-color: var(--color-gray-100);
    cursor: not-allowed;
}
.form-control-xs {
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-radius: 0.375rem;
    padding: 0.25rem 0.75rem;
}
.form-control-sm {
    min-height: 2.5rem;
    font-size: 0.875rem;
    border-radius: 0.75rem;
    padding: 0.5rem 1rem;
}
.form-label {
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: var(--color-gray-700);
    margin-bottom: 0.375rem;
}
.form-label-center {
    text-align: center;
}
.form-label-sm {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0.375rem;
}
.form-icon {
    position: absolute;
    top: 0.875rem;
    right: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    color: var(--color-gray-700);
}
.form-icon-sm {
    top: 0.625rem;
}
.form-icon.is-clickable {
    cursor: pointer;
}

.field-icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    top: 0.625rem;
    left: 0.875rem;
    color: var(--color-gray-400);
}

.custom-fileupload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 2px dashed var(--color-border-gray-200);
    border-radius: 0.75rem;
    padding: 1.5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: border-color 200ms ease-in-out;
    transition: border-color 200ms ease-in-out;
}
.custom-fileupload:hover {
    border-color: var(--color-form-focus-border);
}
.custom-fileupload-icon {
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    color: var(--color-gray-400);
    margin-bottom: 0.5rem;
}
.custom-fileupload-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-gray-500);
    font-weight: 500;
}

.otp-container {
    margin-bottom: 1.25rem;
}
.otp-container .form-control {
    text-align: center;
    margin: 0 0.5rem;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    /* Remove the yellow/blue background color added by browser autofill */
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    /* Set background color to white */
    -webkit-text-fill-color: black;
    /* Set text color to black */
    -webkit-transition: background-color 5000s ease-in-out;
    transition: background-color 5000s ease-in-out;
    /* Smooth transition to avoid sudden color change */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

input[type=password]::-webkit-textfield-decoration-container {
    display: none;
}

input[type=password]::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 2.75rem;
    height: 1.5rem;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.switch input[type=checkbox] {
    -webkit-appearance: none;
    position: absolute;
    opacity: 0;
}
.switch input[type=checkbox]:checked ~ .switch-slider {
    background-color: var(--color-blue);
}
.switch input[type=checkbox]:checked ~ .switch-slider::before {
    -webkit-transform: translateX(1.25rem);
    -ms-transform: translateX(1.25rem);
    transform: translateX(1.25rem);
}
.switch-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-border-gray-200);
    border-radius: 32px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.switch-slider::before {
    position: absolute;
    content: "";
    height: 1rem;
    width: 1rem;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.card {
    background-color: var(--color-bg);
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    padding: 1rem;
}
@media (min-width: 768px) {
    .card {
        padding: 1.5rem;
    }
}
.card-form {
    background-color: var(--color-card-base);
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 1rem;
    padding: 1rem;
}
@media (min-width: 768px) {
    .card-form {
        padding: 2rem;
        border-radius: 1.5rem;
    }
}
@media (min-width: 768px) {
    .card-hover {
        -webkit-transition: -webkit-transform 200ms ease-in-out;
        transition: -webkit-transform 200ms ease-in-out;
        transition: transform 200ms ease-in-out;
        transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    }
    .card-hover:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}
.card-danger {
    background-color: rgba(254, 242, 242, 0.8);
    border: 1px solid rgba(254, 202, 202, 0.5);
}
.card-danger .card-heading-icon {
    color: var(--color-red-600);
}
.card-danger .card-heading-title {
    color: var(--color-text-red-900);
}
.card-detail-fullname {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: var(--color-gray-900);
}
.card-detail-info {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--color-gray-600);
}
.card-list[data-grid="3"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 1.5rem;
}
.card-list[data-grid="3"] > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.card-list[data-grid="3"] > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.card-list[data-grid="3"] > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
.card-list[data-grid="2"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 1rem;
}
.card-list[data-grid="2"] > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
@media (min-width: 768px) {
    .card-list[data-grid="2"] {
        -ms-grid-columns: 1fr 1.5rem 1fr;
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        gap: 1.5rem;
    }
    .card-list[data-grid="2"] > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .card-list[data-grid="2"] > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
}
.card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.card-header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}
.card-heading-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-text-blue);
    margin-right: 0.5rem;
}
.card-heading-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: var(--color-gray-900);
    margin: 0;
}
.card-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-detail-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: 50%;
    background: var(--main-gradient);
    margin-right: 0.75rem;
}
.card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.card-info-item:last-child {
    margin-bottom: 0;
}
.card-info-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-gray-600);
}
.card-info-value {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-gray-900);
    font-weight: 600;
}
.card-action-full {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 0.5rem;
}
.card-action-full > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.card-action-full > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.badge-sm {
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 500;
}
.icon-shape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}
.icon-shape-md {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
}
.icon-shape-lg {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
}
@media (min-width: 992px) {
    .icon-shape-lg {
        width: 4rem;
        height: 4rem;
        font-size: 2rem;
    }
}
.icon-shape-primary {
    background: var(--main-gradient);
    color: var(--color-text-light);
}
.icon-shape-secondary {
    background: var(--secondary-gradient);
    color: var(--color-text-light);
}
.icon-shape-orange {
    background: var(--orange-gradient);
    color: var(--color-text-light);
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 0 solid transparent;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out, transform 200ms ease-in-out;
    transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
.btn:focus {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-primary {
    background: var(--main-gradient);
    color: var(--color-text-light);
}
.btn-primary:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.btn-red {
    background: var(--red-gradient);
    color: var(--color-text-light);
}
.btn-red:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.btn-secondary {
    background: var(--bg-white);
    -webkit-box-shadow: inset 0 0 0 2px var(--color-blue);
    box-shadow: inset 0 0 0 2px var(--color-blue);
    color: var(--color-blue);
}
.btn-secondary:hover {
    background-color: var(--color-blue);
    color: var(--color-text-light);
}
.btn-danger {
    background-color: var(--color-red-600);
    color: var(--color-text-light);
}
.btn-transparent {
    background-color: transparent;
    border-color: transparent;
    color: var(--color-gray-600);
}
.btn-sm {
    border-radius: 0.75rem;
    padding: 0.5rem 0.75rem;
}
.btn-sm .btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    font-weight: normal;
}
.btn-sm .btn-label {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 700;
}
.btn-md {
    border-radius: 0.75rem;
    padding: 0.75rem 1.5rem;
}
.btn-md .btn-label {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
}
.btn-lg {
    border-radius: 1rem;
    padding: 1rem 0.75rem;
}
.btn-lg .btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    font-weight: 700;
}
.btn-lg .btn-label {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
}
.btn-fluid {
    display: block;
    width: 100%;
}

.square-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    color: var(--color-gray-600);
    text-decoration: none;
    cursor: pointer;
}

.portlet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color-bg);
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    padding: 1rem;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow 200ms ease-in-out;
    transition: -webkit-box-shadow 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
}
.portlet:hover {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.portlet-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
}
.portlet-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0.75rem;
}
.portlet-title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: var(--color-gray-900);
}
.portlet-subtitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-gray-600);
}

.tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color-bg);
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    padding: 0.25rem;
}
.tab-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.75rem;
    color: var(--color-gray-600);
    padding: 0.75rem;
    text-align: center;
    text-decoration: none;
}
.tab-item.active {
    background: var(--main-gradient);
    color: var(--color-text-light);
}
.tab-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    margin-right: 0.5rem;
}
.tab-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}
@media (min-width: 768px) {
    .tab-label {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.info-holder-icon {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    color: var(--color-text-blue);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.info-holder-label {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: var(--color-gray-900);
}
.info-holder-sublabel {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-gray-600);
    font-weight: 500;
}

.modal-backdrop {
    position: fixed;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color-modal-bg);
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 300ms ease, visibility 300ms ease;
    transition: opacity 300ms ease, visibility 300ms ease;
    z-index: 1001;
}

.modal-backdrop.modal-show {
    opacity: 1;
    visibility: visible;
}

.modal {
    max-height: 100%;
    position: relative;
    background: var(--color-card-base);
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: opacity 300ms ease, transform 300ms ease;
    transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    overflow: auto;
}
.modal[data-size=sm] {
    max-width: 28rem;
    width: 100%;
    border-radius: 1.5rem;
    padding: 2rem;
}
.modal-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.modal-title {
    font-size: 1.5rem;
    line-height: 2rem;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: var(--main-gradient);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    margin: 0;
}
.modal-subtitle {
    font-size: 0.875rem;
    line-height: 1rem;
    color: var(--color-gray-500);
}
.modal-action-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    color: var(--color-gray-500);
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    cursor: pointer;
}
.modal-action-close:hover {
    color: var(--color-red-500);
}

.modal-backdrop.modal-show .modal {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.modal.step-disabled {
    display: none;
}

.section-title {
    font-size: 1.5rem;
    line-height: 2rem;
    color: var(--color-gray-900);
    font-weight: 700;
}
@media (min-width: 768px) {
    .section-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
.section-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-gray-600);
    font-weight: 500;
}
@media (min-width: 768px) {
    .section-description {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.account-verified {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--color-text-green);
}
.account-verified::before {
    content: "\e40c";
    font-family: "Phosphor" !important;
    font-size: 1.25rem;
    font-weight: normal;
    margin-right: 0.2rem;
}
.account-raiting {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--color-gray-600);
}
.account-raiting::before {
    content: "\e46a";
    font-family: "Phosphor-Fill" !important;
    font-size: 0.75rem;
    font-weight: normal;
    color: var(--color-gold);
    margin-right: 0.25rem;
}
.account-statistics {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 0.5rem;
}
.account-statistics > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.account-statistics > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
@media (min-width: 768px) {
    .account-statistics {
        -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        gap: 1rem;
    }
    .account-statistics > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .account-statistics > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .account-statistics > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }
    .account-statistics > *:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 7;
    }
}
.account-statistics-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: var(--color-bg-gray-50);
    border-radius: 0.75rem;
    padding: 1rem;
}
.account-statistics-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    color: var(--color-text-blue);
    margin-bottom: 0.5rem;
}
.account-statistics-icon.theme-gold {
    color: var(--color-gold);
}
.account-statistics-value {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: var(--color-gray-900);
    margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
    .account-statistics-value {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.account-statistics-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-gray-600);
}
.account-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.account-detail-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.account-detail-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 1rem;
}
.account-detail-photo {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    width: 4rem;
    height: 4rem;
}
@media (min-width: 768px) {
    .account-detail-photo {
        width: 5rem;
        height: 5rem;
    }
}
.account-detail-photo-upload {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--color-blue);
    border-radius: 50%;
    font-size: 1rem;
    color: var(--color-text-light);
    cursor: pointer;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}
@media (min-width: 768px) {
    .account-detail-photo-upload {
        width: 2rem;
        height: 2rem;
        right: -0.25rem;
        bottom: -0.25rem;
        font-size: 1.25rem;
    }
}
.account-detail-photo-upload:hover {
    background-color: var(--color-dark-blue);
}
.account-detail-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    background: var(--main-gradient);
    border-radius: 50%;
    color: var(--color-text-light);
}
@media (min-width: 768px) {
    .account-detail-avatar {
        font-size: 2.5rem;
    }
}
.account-detail-fullname {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: var(--color-gray-900);
}
@media (min-width: 768px) {
    .account-detail-fullname {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.account-detail-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-gray-600);
}

.settings-theme-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--color-bg-gray-50);
    border-radius: 0.75rem;
    padding: 1rem;
    cursor: pointer;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}
.settings-theme-switch:hover {
    background-color: var(--color-bg-gray-100);
}
.settings-theme-label {
    color: var(--color-gray-900);
    font-weight: 500;
}
.settings-theme-label::before {
    content: attr(data-theme-light);
}
.settings-theme-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-gray-400);
}

.action-group {
    border-top: 1px solid var(--color-bg-gray-200);
}

.search-form {
    width: 100%;
}
@media (min-width: 992px) {
    .search-form {
        width: 42rem;
        margin: 0 auto;
    }
}

.brand-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 3rem;
}
.brand-img {
    max-width: 32.5rem;
}
.brand-title {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 800;
    color: var(--color-gray-900);
    margin: 1rem 0;
}
@media (min-width: 992px) {
    .brand-title {
        font-size: 3rem;
        line-height: 3.5rem;
        margin: 1.5rem 0;
    }
}
.brand-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: var(--color-gray-600);
}
@media (min-width: 992px) {
    .brand-subtitle {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.chat-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100svh;
}
.chat-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--color-bg);
    border-bottom: 1px solid var(--color-border);
    padding: 1rem;
}
@media (min-width: 768px) {
    .chat-header {
        height: 5.5rem;
        padding: 1.25rem;
    }
}
.chat-header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.chat-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow: auto;
    padding: 1rem;
}
@media (min-width: 768px) {
    .chat-body {
        padding: 1.25rem;
    }
}
.chat-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--color-bg);
    border-top: 1px solid var(--color-border);
    padding: 1rem;
}
@media (min-width: 768px) {
    .chat-form {
        height: 5.5rem;
        padding: 1.25rem;
    }
}
.chat-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
    border-radius: 1rem;
    background: var(--main-gradient);
    color: var(--color-text-light);
}
.chat-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 24rem;
    margin-bottom: 1rem;
}
.chat-message:last-child {
    margin-bottom: 0;
}
.chat-message-avatar {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--main-gradient);
    margin-right: 0.5rem;
}
.chat-message-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.chat-message-content {
    border-radius: 1rem;
    padding: 0.75rem;
}
@media (min-width: 768px) {
    .chat-message-content {
        padding: 1rem;
    }
}
.chat-message-text {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
}
@media (min-width: 768px) {
    .chat-message-text {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
.chat-message-time {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    margin-right: 0.25rem;
}
@media (min-width: 768px) {
    .chat-message-time {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
.chat-message-right {
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: right;
}
.chat-message-right .chat-message-content {
    background: var(--main-gradient);
}
.chat-message-right .chat-message-text {
    color: var(--color-text-light);
}
.chat-message-right .chat-message-time {
    color: var(--color-gray-100);
}
.chat-message-right .chat-message-seen {
    color: var(--color-gray-100);
}
.chat-message-right .chat-message-seen.active {
    color: var(--color-text-green);
}
.chat-message-left {
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
}
.chat-message-left .chat-message-content {
    background: var(--color-bg);
}
.chat-message-left .chat-message-text {
    color: var(--color-gray-900);
}
.chat-message-left .chat-message-time {
    color: var(--color-gray-500);
}
