@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);

:root {
    --bs-blue: #2361ce;
    --bs-indigo: #4F46E5;
    --bs-purple: #7C3AED;
    --bs-pink: #EF4683;
    --bs-red: #E11D48;
    --bs-orange: #FBA918;
    --bs-yellow: #f3c78e;
    --bs-green: #10B981;
    --bs-teal: #1E90FF;
    --bs-cyan: #63b1bd;
    --bs-white: #ffffff;
    --bs-gray: #4B5563;
    --bs-gray-dark: #1F2937;
    --bs-gray-100: #F2F4F6;
    --bs-gray-200: #E5E7EB;
    --bs-gray-300: #D1D5DB;
    --bs-gray-400: #9CA3AF;
    --bs-gray-500: #6B7280;
    --bs-gray-600: #4B5563;
    --bs-gray-700: #374151;
    --bs-gray-800: #1F2937;
    --bs-gray-900: #111827;
    --bs-primary: #1F2937;
    --bs-secondary: #f0bc74;
    --bs-tertiary: #31316A;
    --bs-success: #10B981;
    --bs-info: #2361ce;
    --bs-warning: #f3c78e;
    --bs-danger: #E11D48;
    --bs-white: #ffffff;
    --bs-indigo: #4F46E5;
    --bs-purple: #7C3AED;
    --bs-yellow-100: #ffeed6;
    --bs-yellow-200: #f5dbb8;
    --bs-gray-50: #F9FAFB;
    --bs-gray-100: #F2F4F6;
    --bs-gray-200: #E5E7EB;
    --bs-gray-300: #D1D5DB;
    --bs-gray-400: #9CA3AF;
    --bs-gray-500: #6B7280;
    --bs-gray-600: #4B5563;
    --bs-gray-700: #374151;
    --bs-gray-800: #1F2937;
    --bs-gray-900: #111827;
    --bs-primary-rgb: 31,41,55;
    --bs-secondary-rgb: 240,188,116;
    --bs-tertiary-rgb: 49,49,106;
    --bs-success-rgb: 16,185,129;
    --bs-info-rgb: 35,97,206;
    --bs-warning-rgb: 243,199,142;
    --bs-danger-rgb: 225,29,72;
    --bs-white-rgb: 255,255,255;
    --bs-indigo-rgb: 79,70,229;
    --bs-purple-rgb: 124,58,237;
    --bs-yellow-100-rgb: 255,238,214;
    --bs-yellow-200-rgb: 245,219,184;
    --bs-gray-50-rgb: 249,250,251;
    --bs-gray-100-rgb: 242,244,246;
    --bs-gray-200-rgb: 229,231,235;
    --bs-gray-300-rgb: 209,213,219;
    --bs-gray-400-rgb: 156,163,175;
    --bs-gray-500-rgb: 107,114,128;
    --bs-gray-600-rgb: 75,85,99;
    --bs-gray-700-rgb: 55,65,81;
    --bs-gray-800-rgb: 31,41,55;
    --bs-gray-900-rgb: 17,24,39;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 17,24,39;
    --bs-body-color-rgb: 55,65,81;
    --bs-body-bg-rgb: 242,244,246;
    --bs-font-sans-serif: "Inter",sans-serif;
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #374151;
    --bs-body-bg: #F2F4F6;
}

*,
::after,
::before {
    box-sizing: border-box;
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(17,24,39,0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}

hr:not([size]) {
    height: .0625rem;
}

.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.3;
    color: #1f2937;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width:1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw);
}

@media (min-width:1200px) {
    .h2,
    h2 {
        font-size: 2rem;
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw);
}

@media (min-width:1200px) {
    .h3,
    h3 {
        font-size: 1.75rem;
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw);
}

@media (min-width:1200px) {
    .h4,
    h4 {
        font-size: 1.5rem;
    }
}

.h5 {
    font-size: 1.25rem;
}

.h6,
h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    padding-left: 2rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul ul {
    margin-bottom: 0;
}

strong {
    font-weight: 600;
}

.small {
    font-size: .875em;
}

a {
    color: #1f2937;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

tbody,
td,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

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

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

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

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

textarea {
    resize: vertical;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-5 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3;
}

.display-6 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.container,
.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x,1rem);
    padding-left: var(--bs-gutter-x,1rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

.auth-logo {
    display: block;
    max-width: 220px;
    max-height: 90px;
    width: auto;
    height: auto;
    margin: 0 auto 2rem;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.g-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3 {
    --bs-gutter-x: 1rem;
}

.g-3 {
    --bs-gutter-y: 1rem;
}

.g-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5 {
    --bs-gutter-x: 3rem;
}

.g-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width:576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width:768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

@media (min-width:992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}

@media (min-width:1200px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #374151;
    --bs-table-striped-bg: rgba(17, 24, 39, 0.05);
    --bs-table-active-color: #374151;
    --bs-table-active-bg: rgba(17, 24, 39, 0.1);
    --bs-table-hover-color: #374151;
    --bs-table-hover-bg: rgba(17, 24, 39, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #374151;
    vertical-align: top;
    border-color: #e5e7eb;
}

.table>:not(caption)>*>* {
    padding: .75rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: .0625rem;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
    vertical-align: inherit;
}

.table>thead {
    vertical-align: bottom;
}

.table>:not(:first-child) {
    border-top: .125rem solid currentColor;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.form-label {
    margin-bottom: .5rem;
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #58677d;
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6b7280;
    background-color: #fff;
    background-clip: padding-box;
    border: .0625rem solid #d1d5db;
    -webkit-appearance: none;
    appearance: none;
    border-radius: .5rem;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.07);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none;
    }
}

.form-control[type=file] {
    overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control:focus {
    color: #6b7280;
    background-color: #fff;
    border-color: #4d6689;
    outline: 0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.07),0 0 0 .18rem rgba(31,41,55,.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::placeholder {
    color: #4b5563;
    opacity: 1;
}

.form-control:disabled {
    background-color: #e5e7eb;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    margin-inline-end: 1rem;
    color: #6b7280;
    background-color: #fff;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: .0625rem;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #f2f2f2;
}

.form-control::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    margin-inline-end: 1rem;
    color: #6b7280;
    background-color: #fff;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: .0625rem;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #f2f2f2;
}

.form-control-sm {
    min-height: calc(1.5em + .875rem);
    padding: .375rem .625rem;
    font-size: .875rem;
    border-radius: .5rem;
}

.form-control-sm::file-selector-button {
    padding: .375rem .625rem;
    margin: -.375rem -.625rem;
    margin-inline-end: .625rem;
}

.form-control-sm::-webkit-file-upload-button {
    padding: .375rem .625rem;
    margin: -.375rem -.625rem;
    margin-inline-end: .625rem;
}

textarea.form-control {
    min-height: calc(1.5em + 1.125rem);
}

.form-select {
    display: block;
    width: 100%;
    padding: .5rem 1rem .5rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6b7280;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231F2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: .0625rem solid #d1d5db;
    border-radius: .5rem;
    box-shadow: inset 0 1px 2px rgba(17,24,39,.0125);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion:reduce) {
    .form-select {
        transition: none;
    }
}

.form-select:focus {
    border-color: #4d6689;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(17,24,39,.0125),0 0 0 .18rem rgba(31,41,55,.25);
}

.form-select:disabled {
    color: #4b5563;
    background-color: #e5e7eb;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #6b7280;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.625em;
    margin-bottom: .125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.625em;
}

.form-check-input {
    width: 1.125em;
    height: 1.125em;
    margin-top: .1875em;
    vertical-align: top;
    background-color: #f2f4f6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #d1d5db;
    -webkit-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    transition: background-color .2s ease-in-out,background-position .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .form-check-input {
        transition: none;
    }
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #4d6689;
    outline: 0;
    box-shadow: 0 0 0 .18rem rgba(31,41,55,.25);
}

.form-check-input:checked {
    background-color: #1f2937;
    border-color: #1f2937;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #1f2937;
    border-color: #1f2937;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5;
}

.form-check-input:disabled~.form-check-label {
    opacity: .5;
}

.form-switch {
    padding-left: 2.75em;
}

.form-switch .form-check-input {
    width: 2.25em;
    margin-left: -2.75em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%234B5563'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2.25em;
    transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%234d6689'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65;
}

.btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #374151;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: .0625rem solid transparent;
    padding: .5rem 1rem;
    font-size: .875rem;
    border-radius: .5rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #374151;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .18rem rgba(31,41,55,.25);
}

.btn-check:active+.btn,
.btn-check:checked+.btn,
.btn:active {
    box-shadow: inset 0 3px 5px rgba(17,24,39,.125);
}

.btn-check:active+.btn:focus,
.btn-check:checked+.btn:focus,
.btn:active:focus {
    box-shadow: 0 0 0 .18rem rgba(31,41,55,.25),inset 0 3px 5px rgba(17,24,39,.125);
}

.btn:disabled {
    pointer-events: none;
    opacity: .65;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #1f2937;
    border-color: #1f2937;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(17,24,39,.075);
}

.btn-primary:hover {
    color: #fff;
    background-color: #1a232f;
    border-color: #19212c;
}

.btn-primary:focus {
    color: #fff;
    background-color: #1a232f;
    border-color: #19212c;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(17,24,39,.075),0 0 0 .18rem rgba(65,73,85,.5);
}

.btn-primary:active {
    color: #fff;
    background-color: #19212c;
    border-color: #171f29;
}

.btn-primary:active:focus {
    box-shadow: inset 0 3px 5px rgba(17,24,39,.125),0 0 0 .18rem rgba(65,73,85,.5);
}

.btn-primary:disabled {
    color: #fff;
    background-color: #1f2937;
    border-color: #1f2937;
}

.btn-secondary {
    color: #1f2937;
    background-color: #f0bc74;
    border-color: #f0bc74;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(17,24,39,.075);
}

.btn-secondary:hover {
    color: #1f2937;
    background-color: #f2c689;
    border-color: #f2c382;
}

.btn-secondary:focus {
    color: #1f2937;
    background-color: #f2c689;
    border-color: #f2c382;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(17,24,39,.075),0 0 0 .18rem rgba(209,166,107,.5);
}

.btn-secondary:active {
    color: #1f2937;
    background-color: #f3c990;
    border-color: #f2c382;
}

.btn-secondary:active:focus {
    box-shadow: inset 0 3px 5px rgba(17,24,39,.125),0 0 0 .18rem rgba(209,166,107,.5);
}

.btn-secondary:disabled {
    color: #1f2937;
    background-color: #f0bc74;
    border-color: #f0bc74;
}

.btn-success {
    color: #1f2937;
    background-color: #10b981;
    border-color: #10b981;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(17,24,39,.075);
}

.btn-success:hover {
    color: #1f2937;
    background-color: #34c494;
    border-color: #28c08e;
}

.btn-success:focus {
    color: #1f2937;
    background-color: #34c494;
    border-color: #28c08e;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(17,24,39,.075),0 0 0 .18rem rgba(18,163,118,.5);
}

.btn-success:active {
    color: #1f2937;
    background-color: #40c79a;
    border-color: #28c08e;
}

.btn-success:active:focus {
    box-shadow: inset 0 3px 5px rgba(17,24,39,.125),0 0 0 .18rem rgba(18,163,118,.5);
}

.btn-success:disabled {
    color: #1f2937;
    background-color: #10b981;
    border-color: #10b981;
}

.btn-outline-primary {
    color: #1f2937;
    border-color: #1f2937;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #1f2937;
    border-color: #1f2937;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .18rem rgba(31,41,55,.5);
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary:active {
    color: #fff;
    background-color: #1f2937;
    border-color: #1f2937;
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary:active:focus {
    box-shadow: inset 0 3px 5px rgba(17,24,39,.125),0 0 0 .18rem rgba(31,41,55,.5);
}

.btn-outline-primary:disabled {
    color: #1f2937;
    background-color: transparent;
}

.btn-outline-secondary {
    color: #f0bc74;
    border-color: #f0bc74;
}

.btn-outline-secondary:hover {
    color: #1f2937;
    background-color: #f0bc74;
    border-color: #f0bc74;
}

.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .18rem rgba(240,188,116,.5);
}

.btn-outline-secondary:active {
    color: #1f2937;
    background-color: #f0bc74;
    border-color: #f0bc74;
}

.btn-outline-secondary:active:focus {
    box-shadow: inset 0 3px 5px rgba(17,24,39,.125),0 0 0 .18rem rgba(240,188,116,.5);
}

.btn-outline-secondary:disabled {
    color: #f0bc74;
    background-color: transparent;
}

.btn-outline-danger {
    color: #e11d48;
    border-color: #e11d48;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e11d48;
    border-color: #e11d48;
}

.btn-outline-danger:focus {
    box-shadow: 0 0 0 .18rem rgba(225,29,72,.5);
}

.btn-outline-danger:active {
    color: #fff;
    background-color: #e11d48;
    border-color: #e11d48;
}

.btn-outline-danger:active:focus {
    box-shadow: inset 0 3px 5px rgba(17,24,39,.125),0 0 0 .18rem rgba(225,29,72,.5);
}

.btn-outline-danger:disabled {
    color: #e11d48;
    background-color: transparent;
}

.btn-outline-gray-600 {
    color: #4b5563;
    border-color: #4b5563;
}

.btn-outline-gray-600:hover {
    color: #fff;
    background-color: #4b5563;
    border-color: #4b5563;
}

.btn-outline-gray-600:focus {
    box-shadow: 0 0 0 .18rem rgba(75,85,99,.5);
}

.btn-outline-gray-600:active {
    color: #fff;
    background-color: #4b5563;
    border-color: #4b5563;
}

.btn-outline-gray-600:active:focus {
    box-shadow: inset 0 3px 5px rgba(17,24,39,.125),0 0 0 .18rem rgba(75,85,99,.5);
}

.btn-outline-gray-600:disabled {
    color: #4b5563;
    background-color: transparent;
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .5rem;
}

.btn-sm {
    padding: .375rem .625rem;
    font-size: .875rem;
    border-radius: .5rem;
}

.fade {
    transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 12rem;
    padding: .5rem 0;
    margin: 0;
    font-size: .875rem;
    color: #374151;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: .0625rem solid #e5e7eb;
    border-radius: .35rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
}

.dropdown-menu-end {
    --bs-position: end;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e5e7eb;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #111827;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #090d15;
    background-color: #f2f4f6;
}

.dropdown-item:active {
    color: #111827;
    text-decoration: none;
    background-color: #e5e7eb;
}

.dropdown-item:disabled {
    color: #4b5563;
    pointer-events: none;
    background-color: transparent;
}

.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group>.btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1;
}

.btn-group>.btn:not(:first-child) {
    margin-left: -.0625rem;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:nth-child(n/**/+3),
.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #1f2937;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:focus,
.nav-link:hover {
    color: #1f2937;
}

.nav-tabs,
.nav-pills {
    border-bottom: 0rem solid #9ca3af;
}

.nav-tabs .nav-link,
.nav-pills .nav-link {
    margin-bottom: -.0625rem;
    background: 0 0;
    border: .0625rem solid #1f2937;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
    border-color: #e5e7eb #e5e7eb #9ca3af;
    isolation: isolate;
}

.nav-tabs .nav-link.active,
.nav-pills .nav-link.active {
    color: #374151;
    background-color: #9ca3af;
    border-color: #9ca3af;
}


.tab-content>.tab-pane {
    display: none;
}

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
}

.navbar-brand-logo {
    display: block;
    max-width: 160px;
    max-height: 48px;
    width: auto;
    height: auto;
}

.app-menu-logo {
    display: block;
    width: auto;
    height: 68px;
    max-width: 100%;
    object-fit: contain;
}

.menu-logo {
    display: block;
    width: auto;
    height: 58px;
    max-width: 100%;
    object-fit: contain;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: .4rem .6rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: .0625rem solid transparent;
    border-radius: .5rem;
    transition: box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .18rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.navbar-light .navbar-brand {
    color: #111827;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #111827;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(17,24,39,.9);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #111827;
}

.navbar-light .navbar-toggler {
    color: rgba(17,24,39,.9);
    border-color: rgba(17,24,39,.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2817, 24, 39, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.9);
    border-color: rgba(255,255,255,.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: .0625rem solid rgba(17,24,39,.125);
    border-radius: .5rem;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: .4375rem;
    border-bottom-left-radius: .4375rem;
}

.card>.card-header+.list-group {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem 1.5rem;
}

.card-header {
    padding: 1.25rem 1.5rem;
    margin-bottom: 0;
    background-color: rgba(17,24,39,.03);
    border-bottom: .0625rem solid rgba(17,24,39,.125);
}

.card-header:first-child {
    border-radius: .4375rem .4375rem 0 0;
}

.card-footer {
    padding: 1.25rem 1.5rem;
    background-color: rgba(17,24,39,.03);
    border-top: .0625rem solid rgba(17,24,39,.125);
}

.card-footer:last-child {
    border-radius: 0 0 .4375rem .4375rem;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #374151;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #1c2532;
    background-color: #9ca3af;
    box-shadow: inset 0 -.0625rem 0 #9ca3af;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2532'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23374151'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #4d6689;
    outline: 0;
    box-shadow: 0 0 0 .18rem rgba(31,41,55,.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: transparent;
    border: .0625rem solid #9ca3af;
}

.accordion-item:first-of-type {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: .4375rem;
    border-top-right-radius: .4375rem;
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: .4375rem;
    border-bottom-left-radius: .4375rem;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.badge {
    display: inline-block;
    padding: .2rem .4rem;
    font-size: .75em;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .5rem;
}

.badge:empty {
    display: none;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: .0625rem solid transparent;
    border-radius: .5rem;
}

.alert-secondary {
    color: #907146;
    background-color: #fcf2e3;
    border-color: #fbebd5;
}

.alert-warning {
    color: #927755;
    background-color: #fdf4e8;
    border-color: #fbeedd;
}

.alert-danger {
    color: #87112b;
    background-color: #f9d2da;
    border-color: #f6bbc8;
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e5e7eb;
    border-radius: .5rem;
    box-shadow: inset 0 1px 2px rgba(17,24,39,.0125);
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #1f2937;
    transition: width .6s ease;
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none;
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .5rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #111827;
    background-color: #fff;
    border: .0625rem solid rgba(17,24,39,.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item:disabled {
    color: #4b5563;
    pointer-events: none;
    background-color: #fff;
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 .0625rem;
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.align-middle {
    vertical-align: middle !important;
}

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

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

.d-inline-flex {
    display: inline-flex !important;
}

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

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important;
}

.shadow-sm {
    box-shadow: 0 2px 5px rgba(140,152,164,.2) !important;
}

.border {
    border: .0625rem solid #e5e7eb !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: .0625rem solid #e5e7eb !important;
}

.border-bottom {
    border-bottom: .0625rem solid #e5e7eb !important;
}

.border-start {
    border-left: .0625rem solid #e5e7eb !important;
}

.border-secondary {
    border-color: #f0bc74 !important;
}

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

.h-100 {
    height: 100% !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.gap-2 {
    gap: .5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

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

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

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-1 {
    margin-right: .25rem !important;
}

.me-2 {
    margin-right: .5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: .25rem !important;
}

.ms-2 {
    margin-left: .5rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

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

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

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

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

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important;
}

.fw-normal {
    font-weight: 400 !important;
}

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

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

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

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

.text-decoration-none {
    text-decoration: none !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity)) !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;
}

.text-gray-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-400-rgb),var(--bs-text-opacity)) !important;
}

.text-gray-500 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-500-rgb),var(--bs-text-opacity)) !important;
}

.text-gray-700 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-700-rgb),var(--bs-text-opacity)) !important;
}

.text-gray-900 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-900-rgb),var(--bs-text-opacity)) !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #58677d !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255,255,255,.5) !important;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;
}

.bg-gray-200 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-200-rgb),var(--bs-bg-opacity)) !important;
}

.bg-gray-500 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-500-rgb),var(--bs-bg-opacity)) !important;
}

.bg-gray-600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-600-rgb),var(--bs-bg-opacity)) !important;
}

.bg-gray-800 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-800-rgb),var(--bs-bg-opacity)) !important;
}

.rounded {
    border-radius: .5rem !important;
}

.rounded-3 {
    border-radius: 1rem !important;
}

@media (min-width:576px) {
    .d-sm-block {
        display: block !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

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

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

@media (min-width:992px) {
    .d-lg-block {
        display: block !important;
    }

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

    .flex-lg-row {
        flex-direction: row !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .ms-lg-2 {
        margin-left: .5rem !important;
    }

    .ms-lg-3 {
        margin-left: 1rem !important;
    }

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

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

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

@media (min-width:1200px) {
    .fs-4 {
        font-size: 1.5rem !important;
    }
}

.navbar .navbar-nav .nav-link {
    transition: all .8s all .2s ease;
}

@media (max-width:767.98px) {
    .navbar .navbar-nav .nav-link {
        font-size: 1.2rem;
        display: flex;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }
}

.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item:focus {
    outline: 0 !important;
}

.navbar-brand {
    font-size: .875rem;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(17, 24, 39, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-light .navbar-brand {
    color: #1f2937;
}

.dropdown-menu {
    top: 100%;
}

@media (min-width:992px) {
    .navbar-nav .nav-link i {
        margin-right: .3rem;
        font-size: .75rem;
    }
}

.navbar-collapse {
    width: auto;
}

@media (max-width:991.98px) {
    .navbar-nav .nav-link {
        padding: .625rem 0;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        position: relative;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        max-height: calc(100vh - 90px);
        overflow-y: auto;
        z-index: 1050;
        background-color: #fff;
        padding: 1rem;
        box-shadow: 0 2px 5px rgba(140, 152, 164, .2) !important;
    }
}

.navbar-dashboard {
    border-radius: .5rem;
}

.navbar-theme-primary:not(.headroom) {
    background-color: #1f2937;
}

.sidebar {
    display: block;
    position: fixed;
    top: 77px;
    bottom: 0;
    left: 0;
    z-index: 100;
    max-height: 100%;
    overflow-y: auto;
    width: 100%;
    transition: max-width .1s;
}

@media (prefers-reduced-motion:reduce) {
    .sidebar {
        transition: none;
    }
}

@media (min-width:992px) {
    .sidebar {
        width: 100%;
        max-width: 260px;
        top: 0;
    }
}

.sidebar .nav {
    white-space: nowrap;
}

.sidebar .nav-item {
    margin-bottom: .2rem;
}

.sidebar .nav-item .nav-link {
    color: #fff;
    cursor: pointer;
}

.sidebar .nav-item .nav-link:hover {
    color: #f2f4f6;
    background-color: #374151;
}

.sidebar .nav-link+.multi-level {
    margin-top: .2rem;
}

.sidebar .nav-link {
    font-size: 1rem;
    vertical-align: middle;
    padding: .55rem .75rem;
    border-radius: .5rem;
}

.sidebar .nav-link .sidebar-icon {
    margin-right: .5rem;
    color: #9ca3af;
}

.sidebar .multi-level .nav-link {
    padding-left: 53px;
}

.sidebar .sidebar-text {
    opacity: 1;
}

.sidebar-inner {
    position: relative;
    overflow-y: hidden;
}

.user-card {
    border-bottom: .0625rem solid #2e3650;
}

@media (max-width:575.98px) {
    .sidebar {
        width: 100%;
    }
}

.content {
    overflow: hidden;
    padding: 0 1rem 0 1rem;
    transition: all .3s;
    position: relative;
    top: 1rem;
}

@media (prefers-reduced-motion:reduce) {
    .content {
        transition: none;
    }
}

@media (min-width:992px) {
    .content {
        margin-left: 260px;
            position: relative;
    top: 0;
    }
}

main {
    display: block;
    margin: 0;
}

main {
    overflow: hidden;
}

strong {
    font-weight: 500;
}

button:focus {
    outline: 0;
}

label {
    font-weight: 500;
    margin-bottom: .5rem;
}

.accordion-button {
    text-align: left;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotateZ(45deg);
}

.accordion-button::after {
    background-image: none;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    font-weight: 900;
}

.accordion-button:hover {
    background-color: #e5e7eb;
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

[class*=shadow] {
    transition: all .2s ease;
}

.badge {
    font-size: .75em;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #161d27;
    border-color: #161d27;
}

.btn-secondary:hover {
    background-color: #eeb15d;
    border-color: #eeb15d;
}

.btn-success:hover {
    background-color: #0ea271;
    border-color: #0ea271;
}

.card {
    position: relative;
}

.card .card-header {
    background: 0 0;
}

.card-footer {
    background-color: transparent;
}

.dropdown-menu .dropdown-item {
    padding: .5rem 1rem;
    font-size: .875rem;
}

.dropdown-menu .dropdown-item {
    transition: all .2s ease;
    font-weight: 400;
}

.icon {
    height: 2rem;
}

.icon.icon-lg {
    height: 3.5rem;
}

.list-group-item {
    border: 0;
}

.list-group-item i {
    width: 1rem;
}

.nav-link {
    color: #1f2937;
}

.nav-link.active,
.nav-link:hover {
    color: #1f2937;
}

.nav-link span {
    position: relative;
}

.nav-tabs .nav-item,
.nav-pills .nav-item {
    margin-bottom: 0;
}

.nav-tabs .nav-link,
.nav-pills .nav-link {
    padding: 1rem 1rem;
    background-color: #fff;
}

.nav-tabs .nav-link.active,
.nav-pills .nav-link.active {
    color: #fff;
    background-color: #1f2937;
}

.tab-content>.tab-pane {
    display: none;
}

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

.progress-bar {
    box-shadow: none;
    border-radius: 0;
    height: auto;
}

.progress {
    height: 6px;
    margin-bottom: 1rem;
    overflow: hidden;
    background-color: #e5e7eb;
    font-size: .75rem;
    font-weight: 500;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.table thead th {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 0;
}

.table th {
    font-weight: 500;
    padding: 1rem;
}

.table td,
.table th {
    font-size: .875rem;
    white-space: nowrap;
}

.card .table {
    margin-bottom: 0;
}

.card .table td,
.card .table th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h6 {
    font-family: Inter,sans-serif;
    font-weight: 500;
}

p,
ul li {
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
}

a {
    color: #1f2937;
    transition: all .2s ease;
}

a:hover {
    color: #000;
    cursor: pointer;
}

@media (max-width:767.98px) {
    .lead {
        font-size: 1rem;
    }
}

.text-primary,
.text-primary:hover {
    color: #1f2937 !important;
}

.text-success,
.text-success:hover {
    color: #10b981 !important;
}

.text-danger,
.text-danger:hover {
    color: #e11d48 !important;
}

.text-white,
.text-white:hover {
    color: #fff !important;
}

.text-white .h6,
.text-white a:not(.btn),
.text-white h2,
.text-white h4,
.text-white h6 {
    color: #fff;
}

.text-gray-400,
.text-gray-400:hover {
    color: #9ca3af !important;
}

.text-gray-500,
.text-gray-500:hover {
    color: #6b7280 !important;
}

.text-gray-700,
.text-gray-700:hover {
    color: #374151 !important;
}

.text-gray-900,
.text-gray-900:hover {
    color: #111827 !important;
}

.form-switch {
    padding-left: 2.75em;
}

.form-switch .form-check-input {
    height: 1.275em;
}


/*
 * Reglas originales de volt-codeigniter.css.
 * Permanecen al final para conservar exactamente su prioridad
 * sobre las reglas procedentes de volt.css.
 */

:root {
    --ci-primary: #262B40;
    --ci-success: #18634B;
    --ci-info: #0056B3;
    --ci-warning: #A04000;
    --ci-danger: #A91E2C;
}

.table-responsive {
    border-radius: 0.5rem;
}

.table th {
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--bs-gray-700);
    border-bottom: 2px solid var(--bs-gray-200);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}

.section-padding {
    padding: 2rem 0;
}

@media (min-width: 768px) {
    .section-padding {
        padding: 3rem 0;
    }
}