/**

=========================================================
* Volt - Bootstrap 5 Admin Dashboard
=========================================================

* Product Page: https://themesberg.com/product/admin-dashboard/volt-bootstrap-5-dashboard
* Copyright 2020 Themesberg (https://www.themesberg.com)

* Designed and coded by https://themesberg.com

=========================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Please contact us to request a removal.

**/
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700&display=swap");
/*!
 * Bootstrap v5.0.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0948B3;
    --bs-indigo: #31316A;
    --bs-purple: #8965e0;
    --bs-pink: #C96480;
    --bs-red: #FA5252;
    --bs-orange: #FF9F89;
    --bs-yellow: #f5b759;
    --bs-green: #05A677;
    --bs-teal: #1E90FF;
    --bs-cyan: #63b1bd;
    --bs-white: #ffffff;
    --bs-gray: #93a5be;
    --bs-gray-dark: #506690;
    --bs-primary: #262B40;
    --bs-secondary: #F8BD7A;
    --bs-tertiary: #1B998B;
    --bs-quaternary: #0948B3;
    --bs-primary-app: #EBF4F6;
    --bs-secondary-app: #424AA0;
    --bs-light: #eaedf2;
    --bs-lighten: #F0F3F6;
    --bs-success: #05A677;
    --bs-info: #0948B3;
    --bs-warning: #f5b759;
    --bs-danger: #FA5252;
    --bs-white: #ffffff;
    --bs-gray: #4A5073;
    --bs-neutral: #ffffff;
    --bs-dark: #262B40;
    --bs-soft: #f5f8fb;
    --bs-black: #2e3650;
    --bs-blue: #0948B3;
    --bs-pink: #C96480;
    --bs-cyan: #63b1bd;
    --bs-purple: #8965e0;
    --bs-soft-indigo: #f5e8ff;
    --bs-soft-green: #2CA58D;
    --bs-gray-100: #f3f7fa;
    --bs-gray-200: #f5f8fb;
    --bs-gray-300: #F0F3F6;
    --bs-gray-400: #eaedf2;
    --bs-gray-500: #d1d7e0;
    --bs-gray-600: #93a5be;
    --bs-gray-700: #66799e;
    --bs-gray-800: #506690;
    --bs-facebook: #3b5999;
    --bs-twitter: #1da1f2;
    --bs-google: #DB4337;
    --bs-instagram: #e4405f;
    --bs-pinterest: #bd081c;
    --bs-youtube: #cd201f;
    --bs-slack: #3aaf85;
    --bs-dribbble: #ea4c89;
    --bs-dropbox: #1E90FF;
    --bs-twitch: #4B367C;
    --bs-paypal: #ecb32c;
    --bs-behance: #0057ff;
    --bs-reddit: #E84422;
    --bs-github: #222222;
    --bs-font-sans-serif: "Nunito Sans", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

body {
over:hidden;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4A5073;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(46, 54, 80, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.3;
    color: #262B40;
}

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

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

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

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

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

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

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

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

h5, .h5 {
    font-size: 1.25rem;
}

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

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 600;
}

b,
strong {
    font-weight: 700;
}

small, .small {
    font-size: 0.875em;
}

mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

a {
    color: #262B40;
    text-decoration: none;
}

a:hover {
    color: #0a0b10;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}


code {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
}

code {
    font-size: 0.875em;
    color: #C96480;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

img,
svg {
    vertical-align: middle;
}

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

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

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

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

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

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

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

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

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

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

output {
    display: inline-block;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

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

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

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

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

.container,
.container-fluid {
    width: 100%;
    padding-right: 1rem;
    padding-left: 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;
    }
}

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

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

.col {
    flex: 1 0 0%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333%;
}

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

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

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

.col-11 {
    flex: 0 0 auto;
    width: 91.66667%;
}

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

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

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

@media (min-width: 576px) {

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

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

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

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

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

@media (min-width: 768px) {

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

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

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

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

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

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

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

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

@media (min-width: 992px) {

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

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

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

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

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

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

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

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

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

@media (min-width: 1200px) {

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #4A5073;
    --bs-table-striped-bg: rgba(46, 54, 80, 0.05);
    --bs-table-active-color: #4A5073;
    --bs-table-active-bg: rgba(46, 54, 80, 0.1);
    --bs-table-hover-color: #4A5073;
    --bs-table-hover-bg: rgba(46, 54, 80, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #4A5073;
    vertical-align: top;
    border-color: #eaedf2;
}

.table > :not(caption) > * > * {
    padding: 0.75rem 0.5rem;
    background-color: var(--bs-table-bg);
    background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
    border-bottom-width: 0.0625rem;
}

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

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

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #eaedf2;
}

.table-bordered > :not(caption) > * {
    border-width: 0.0625rem 0;
}

.table-bordered > :not(caption) > * > * {
    border-width: 0 0.0625rem;
}

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

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

.col-form-label {
    padding-top: 0.6125rem;
    padding-bottom: 0.6125rem;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

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

.form-control {
    display: block;
    width: 100%;
    min-height: calc(1.5em + 1.225rem);
    padding: 0.55rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #66799e;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0.0625rem solid #d1d7e0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.5rem;
    box-shadow: inset 0 1px 2px rgba(46, 54, 80, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control:focus {
    color: #66799e;
    background-color: #ffffff;
    border-color: #566190;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(46, 54, 80, 0.075), 0 0 0 0.2rem rgba(38, 43, 64, 0.25);
}

.form-control:-ms-input-placeholder {
    color: #506690;
    opacity: 1;
}

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

.form-control:disabled, .form-control[readonly] {
    background-color: #f5f8fb;
    opacity: 1;
}

.form-select {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.225rem);
    padding: 0.55rem 1.75rem 0.55rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #66799e;
    vertical-align: middle;
    background-color: #ffffff;
    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='%23506690' 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 0.75rem center;
    background-size: 16px 12px;
    border: 0.0625rem solid #d1d7e0;
    border-radius: 0.5rem;
    box-shadow: inset 0 1px 2px rgba(46, 54, 80, 0.075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select:focus {
    border-color: #566190;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(46, 54, 80, 0.075), 0 0 0 0.2rem rgba(38, 43, 64, 0.25);
}

.form-select:focus::-ms-value {
    color: #66799e;
    background-color: #ffffff;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.form-select:disabled {
    color: #93a5be;
    background-color: #f5f8fb;
}

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

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

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

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

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

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

.form-check-input[type="radio"] {
    border-radius: 50%;
}

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

.form-check-input:focus {
    border-color: #566190;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 43, 64, 0.25);
}

.form-check-input:checked {
    background-color: #262B40;
    border-color: #262B40;
}

.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:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
    background-color: #262B40;
    border-color: #262B40;
    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, .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='%2393a5be'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2.25em;
}

.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='%23566190'/%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");
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.input-group .btn:focus {
    z-index: 3;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.55rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #93a5be;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 0.0625rem solid #d1d7e0;
    border-radius: 0.5rem;
}

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

.input-group > :not(:first-child):not(.dropdown-menu) {
    margin-left: -0.0625rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #FA5252;
}


.is-invalid ~ .invalid-feedback {
    display: block;
}

 .form-control.is-invalid {
    border-color: #FA5252;
    padding-right: calc(1.5em + 1.1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FA5252' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FA5252' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.275rem) center;
    background-size: calc(0.75em + 0.55rem) calc(0.75em + 0.55rem);
}

 .form-control.is-invalid:focus {
    border-color: #FA5252;
    box-shadow: 0 0 0 0.2rem rgba(250, 82, 82, 0.25);
}

 textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1.1rem);
    background-position: top calc(0.375em + 0.275rem) right calc(0.375em + 0.275rem);
}

 .form-select.is-invalid {
    border-color: #FA5252;
    padding-right: calc(0.75em + 2.575rem);
    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='%23506690' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FA5252' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FA5252' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 1.75rem;
    background-size: 16px 12px, calc(0.75em + 0.55rem) calc(0.75em + 0.55rem);
}

 .form-select.is-invalid:focus {
    border-color: #FA5252;
    box-shadow: 0 0 0 0.2rem rgba(250, 82, 82, 0.25);
}

 .form-check-input.is-invalid {
    border-color: #FA5252;
}

 .form-check-input.is-invalid:checked {
    background-color: #FA5252;
}

 .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 82, 82, 0.25);
}

 .form-check-input.is-invalid ~ .form-check-label {
    color: #FA5252;
}

.btn {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    color: #4A5073;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0.0625rem solid transparent;
    padding: 0.55rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:hover {
    color: #4A5073;
}

 .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 43, 64, 0.25);
}

 .btn:active, .btn.active {
    box-shadow: inset 0 3px 5px rgba(46, 54, 80, 0.125);
}

 .btn:active:focus, .btn.active:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 43, 64, 0.25), inset 0 3px 5px rgba(46, 54, 80, 0.125);
}

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

.btn-primary {
    color: #ffffff;
    background-color: #b72d32; /* Red background color */
    border-color: #383F48; /* Dark grey border color */
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 54, 80, 0.075);
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #383F48;
    border-color: #131620;
}

 .btn-primary:focus {
    color: #ffffff;
    background-color: #6A6A71 ;
    border-color: #131620;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 54, 80, 0.075), 0 0 0 0.2rem rgba(71, 75, 93, 0.5);
}

 .btn-primary:active, .btn-primary.active {
    color: #ffffff;
    background-color: #131620;
    border-color: #0e1018;
}

 .btn-primary:active:focus, .btn-primary.active:focus {
    box-shadow: inset 0 3px 5px rgba(46, 54, 80, 0.125), 0 0 0 0.2rem rgba(71, 75, 93, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
    color: #ffffff;
    background-color: #262B40;
    border-color: #262B40;
}

.btn-secondary {
    color: #262B40;
    background-color: #F8BD7A;
    border-color: #F8BD7A;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 54, 80, 0.075);
}

.btn-secondary:hover {
    color: #262B40;
    background-color: #f6ab56;
    border-color: #f5a54a;
}

 .btn-secondary:focus {
    color: #262B40;
    background-color: #f6ab56;
    border-color: #f5a54a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 54, 80, 0.075), 0 0 0 0.2rem rgba(217, 167, 113, 0.5);
}

 .btn-secondary:active, .btn-secondary.active {
    color: #262B40;
    background-color: #f5a54a;
    border-color: #f59f3d;
}

 .btn-secondary:active:focus, .btn-secondary.active:focus {
    box-shadow: inset 0 3px 5px rgba(46, 54, 80, 0.125), 0 0 0 0.2rem rgba(217, 167, 113, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
    color: #262B40;
    background-color: #F8BD7A;
    border-color: #F8BD7A;
}

.btn-light {
    color: #262B40;
    background-color: #eaedf2;
    border-color: #eaedf2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 54, 80, 0.075);
}

.btn-light:hover {
    color: #262B40;
    background-color: #d2d9e3;
    border-color: #cbd2df;
}

 .btn-light:focus {
    color: #262B40;
    background-color: #d2d9e3;
    border-color: #cbd2df;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 54, 80, 0.075), 0 0 0 0.2rem rgba(205, 208, 215, 0.5);
}

 .btn-light:active, .btn-light.active {
    color: #262B40;
    background-color: #cbd2df;
    border-color: #c3cbda;
}

 .btn-light:active:focus, .btn-light.active:focus {
    box-shadow: inset 0 3px 5px rgba(46, 54, 80, 0.125), 0 0 0 0.2rem rgba(205, 208, 215, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
    color: #262B40;
    background-color: #eaedf2;
    border-color: #eaedf2;
}

.btn-success {
    color: #ffffff;
    background-color: #05A677;
    border-color: #05A677;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 54, 80, 0.075);
}

.btn-success:hover {
    color: #ffffff;
    background-color: #04815c;
    border-color: #047454;
}

 .btn-success:focus {
    color: #ffffff;
    background-color: #04815c;
    border-color: #047454;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 54, 80, 0.075), 0 0 0 0.2rem rgba(43, 179, 139, 0.5);
}

 .btn-success:active, .btn-success.active {
    color: #ffffff;
    background-color: #047454;
    border-color: #03684b;
}

 .btn-success:active:focus, .btn-success.active:focus {
    box-shadow: inset 0 3px 5px rgba(46, 54, 80, 0.125), 0 0 0 0.2rem rgba(43, 179, 139, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
    color: #ffffff;
    background-color: #05A677;
    border-color: #05A677;
}

.btn-info {
    color: #ffffff;
    background-color: #0948B3;
    border-color: #0948B3;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 54, 80, 0.075);
}

.btn-info:hover {
    color: #ffffff;
    background-color: #07398f;
    border-color: #073482;
}

 .btn-info:focus {
    color: #ffffff;
    background-color: #07398f;
    border-color: #073482;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 54, 80, 0.075), 0 0 0 0.2rem rgba(46, 99, 190, 0.5);
}

 .btn-info:active, .btn-info.active {
    color: #ffffff;
    background-color: #073482;
    border-color: #063076;
}

 .btn-info:active:focus, .btn-info.active:focus {
    box-shadow: inset 0 3px 5px rgba(46, 54, 80, 0.125), 0 0 0 0.2rem rgba(46, 99, 190, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
    color: #ffffff;
    background-color: #0948B3;
    border-color: #0948B3;
}

.btn-danger {
    color: #ffffff;
    background-color: #FA5252;
    border-color: #FA5252;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 54, 80, 0.075);
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #f92d2d;
    border-color: #f92020;
}

 .btn-danger:focus {
    color: #ffffff;
    background-color: #f92d2d;
    border-color: #f92020;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 54, 80, 0.075), 0 0 0 0.2rem rgba(251, 108, 108, 0.5);
}

 .btn-danger:active, .btn-danger.active {
    color: #ffffff;
    background-color: #f92020;
    border-color: #f81414;
}

 .btn-danger:active:focus, .btn-danger.active:focus {
    box-shadow: inset 0 3px 5px rgba(46, 54, 80, 0.125), 0 0 0 0.2rem rgba(251, 108, 108, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
    color: #ffffff;
    background-color: #FA5252;
    border-color: #FA5252;
}

.btn-gray {
    color: #ffffff;
    background-color: #383F48;
    border-color: #4A5073;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 54, 80, 0.075);
}

.btn-gray:hover {
    color: #ffffff;
    background-color: #3b405c;
    border-color: #363a54;
}

 .btn-gray:focus {
    color: #ffffff;
    background-color: #3b405c;
    border-color: #363a54;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 54, 80, 0.075), 0 0 0 0.2rem rgba(101, 106, 136, 0.5);
}

 .btn-gray:active, .btn-gray.active {
    color: #ffffff;
    background-color: #363a54;
    border-color: #31354c;
}

 .btn-gray:active:focus, .btn-gray.active:focus {
    box-shadow: inset 0 3px 5px rgba(46, 54, 80, 0.125), 0 0 0 0.2rem rgba(101, 106, 136, 0.5);
}

.btn-gray:disabled, .btn-gray.disabled {
    color: #ffffff;
    background-color: #4A5073;
    border-color: #4A5073;
}

.btn-outline-primary {
    color: #262B40;
    border-color: #262B40;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #262B40;
    border-color: #262B40;
}

 .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 43, 64, 0.5);
}

 .btn-outline-primary:active, .btn-outline-primary.active {
    color: #ffffff;
    background-color: #262B40;
    border-color: #262B40;
}

 .btn-outline-primary:active:focus, .btn-outline-primary.active:focus {
    box-shadow: inset 0 3px 5px rgba(46, 54, 80, 0.125), 0 0 0 0.2rem rgba(38, 43, 64, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #262B40;
    background-color: transparent;
}

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

.btn-outline-secondary:hover {
    color: #262B40;
    background-color: #F8BD7A;
    border-color: #F8BD7A;
}

 .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 189, 122, 0.5);
}

 .btn-outline-secondary:active, .btn-outline-secondary.active {
    color: #262B40;
    background-color: #F8BD7A;
    border-color: #F8BD7A;
}

 .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus {
    box-shadow: inset 0 3px 5px rgba(46, 54, 80, 0.125), 0 0 0 0.2rem rgba(248, 189, 122, 0.5);
}

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

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

.btn-outline-gray:hover {
    color: #ffffff;
    background-color: #4A5073;
    border-color: #4A5073;
}

 .btn-outline-gray:focus {
    box-shadow: 0 0 0 0.2rem rgba(74, 80, 115, 0.5);
}

 .btn-outline-gray:active, .btn-outline-gray.active {
    color: #ffffff;
    background-color: #4A5073;
    border-color: #4A5073;
}

 .btn-outline-gray:active:focus, .btn-outline-gray.active:focus {
    box-shadow: inset 0 3px 5px rgba(46, 54, 80, 0.125), 0 0 0 0.2rem rgba(74, 80, 115, 0.5);
}

.btn-outline-gray:disabled, .btn-outline-gray.disabled {
    color: #4A5073;
    background-color: transparent;
}

.btn-link {
    font-weight: 400;
    color: #262B40;
    text-decoration: none;
}

.btn-link:hover {
    color: #0a0b10;
}

.btn-link:disabled, .btn-link.disabled {
    color: #93a5be;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

.fade {
    transition: opacity 0.15s linear;
}

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

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

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


.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #4A5073;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0.0625rem solid #eaedf2;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(46, 54, 80, 0.15);
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

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

.dropdown-item:hover, .dropdown-item:focus {
    color: #404563;
    background-color: #f5f8fb;
}

.dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #262B40;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #93a5be;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

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

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

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

.nav-link.disabled {
    color: #93a5be;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 0.0625rem solid #eaedf2;
}

.nav-tabs .nav-link {
    margin-bottom: -0.0625rem;
    border: 0.0625rem solid transparent;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #f5f8fb #f5f8fb #eaedf2;
}

.nav-tabs .nav-link.disabled {
    color: #93a5be;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #66799e;
    background-color: #eaedf2;
    border-color: #eaedf2;
}

.nav-tabs .dropdown-menu {
    margin-top: -0.0625rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.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.8125rem;
    padding-bottom: 0.8125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
}

.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-nav .dropdown-menu {
    position: static;
}

.navbar-toggler {
    padding: 0.4rem 0.6rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0.0625rem solid transparent;
    border-radius: 0.5rem;
    transition: box-shadow 0.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 0.2rem;
}

.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%;
}

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

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

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

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

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

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

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

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: white;
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.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: #ffffff;
    background-clip: border-box;
    border: 0.0625rem solid rgba(46, 54, 80, 0.125);
    border-radius: 0.5rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

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

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: 0.4375rem;
    border-top-right-radius: 0.4375rem;
}

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

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

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

.card-title {
    margin-bottom: 0.875rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-header {
    padding: 1.25rem 1.5rem;
    margin-bottom: 0;
    background-color: rgba(46, 54, 80, 0.03);
    border-bottom: 0.0625rem solid rgba(46, 54, 80, 0.125);
}

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

.card-footer {
    padding: 1.25rem 1.5rem;
    background-color: rgba(46, 54, 80, 0.03);
    border-top: 0.0625rem solid rgba(46, 54, 80, 0.125);
}

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

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #f5f8fb;
    border-radius: 0.5rem;
}

.breadcrumb-item {
    display: flex;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #66799e;
    content: "/";
}

.breadcrumb-item.active {
    color: #ffffff;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #262B40;
    background-color: #ffffff;
    border: 0.0625rem solid #eaedf2;
}

.page-link:hover {
    z-index: 2;
    color: #0a0b10;
    background-color: #f5f8fb;
    border-color: #F0F3F6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 43, 64, 0.25);
}

.page-item:not(:first-child) .page-link {
    margin-left: -0.0625rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #ffffff;
    background-color: #ffa1aa;
    border-color: #6A6A71;
}

.page-item.disabled .page-link {
    color: #93a5be;
    pointer-events: none;
    background-color: #ffffff;
    border-color: #F0F3F6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.badge {
    display: inline-block;
    padding: 0.1rem 0.4rem;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.5rem;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

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

.alert-dismissible {
    padding-right: 3.5rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 1rem;
    color: inherit;
}

.alert-success {
    color: #264c58;
    background-color: #cdede4;
    border-color: #b9e6d9;
}

.alert-danger {
    color: #573c50;
    background-color: #fedcdc;
    border-color: #fecfcf;
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #f5f8fb;
    border-radius: 0.5rem;
    box-shadow: inset 0 1px 2px rgba(46, 54, 80, 0.075);
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #262B40;
    transition: width 0.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: 0.5rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    background-color: #ffffff;
    border: 0.0625rem solid rgba(46, 54, 80, 0.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, .list-group-item:disabled {
    color: #93a5be;
    pointer-events: none;
    background-color: #ffffff;
}

.list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #262B40;
    border-color: #262B40;
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-item + .list-group-item.active {
    margin-top: -0.0625rem;
    border-top-width: 0.0625rem;
}

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

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

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

.close {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 600;
    line-height: 1;
    color: #2e3650;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .5;
}

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

.close:hover {
    color: #2e3650;
    text-decoration: none;
}

.close:hover, .close:focus {
    opacity: .75;
}

.close:disabled, .close.disabled {
    pointer-events: none;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(46, 54, 80, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.5rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0.0625rem solid rgba(46, 54, 80, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.02);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #2e3650;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0.0625rem solid #eaedf2;
    border-top-left-radius: 0.2375rem;
    border-top-right-radius: 0.2375rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 0.0625rem solid #eaedf2;
    border-bottom-right-radius: 0.2375rem;
    border-bottom-left-radius: 0.2375rem;
}

.modal-footer > * {
    margin: 0.25rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-content {
        box-shadow: 0 0.5rem 1rem rgba(46, 54, 80, 0.15);
    }
}

@media (min-width: 992px) {
    .modal-lg,
  .modal-xl {
        max-width: 800px;
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

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

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

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

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(46, 54, 80, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.02) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(46, 54, 80, 0.175) !important;
}

.border {
    border: 0.0625rem solid #eaedf2 !important;
}

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

.border-top {
    border-top: 0.0625rem solid #eaedf2 !important;
}

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

.border-right {
    border-right: 0.0625rem solid #eaedf2 !important;
}

.border-bottom {
    border-bottom: 0.0625rem solid #eaedf2 !important;
}

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

.border-left {
    border-left: 0.0625rem solid #eaedf2 !important;
}

.border-light {
    border-color: #eaedf2 !important;
}

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

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

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

.vh-100 {
    height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !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-0 {
    padding-top: 0 !important;
}

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

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

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

.pb-0 {
    padding-bottom: 0 !important;
}

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

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

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

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

.text-primary {
    color: #262B40 !important;
}

.text-success {
    color: #05A677 !important;
}

.text-info {
    color: #0948B3 !important;
}

.text-warning {
    color: #f5b759 !important;
}

.text-danger {
    color: #FA5252 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-dark {
    color: #262B40 !important;
}

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

.bg-primary {
    background-color: #6d6e68!important;
}

.bg-light {
    background-color: #eaedf2 !important;
}

.bg-success {
    background-color: #05A677 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-soft {
    background-color: #f5f8fb !important;
}

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

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

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

.rounded-top {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
}

.visible {
    visibility: visible !important;
}

@media (min-width: 576px) {

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
}

@media (min-width: 768px) {

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {

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

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

    .mr-lg-5 {
        margin-right: 3rem !important;
    }

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

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

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

@media (min-width: 1200px) {

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

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

/* Wrapper for all connect elements.
 */

/* Disabled state;
 */

/* Base;
 *
 */

/* Values;
 *
 */

/* Markings;
 *
 */

/* Horizontal layout;
 *
 */

/* Vertical layout;
 *
 */

/* Disabled state */

/* Range slider value labels */

/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

/* Code blocks */

/* Inline code */

.token.comment {
    color: slategray;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.symbol,
.token.deleted {
    color: #905;
}


.token.string,
.token.inserted {
    color: #690;
}


.token.url,
.style .token.string {
    color: #9a6e3a;
    background: rgba(255, 255, 255, 0.5);
}

.token.function {
    color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
    color: #e90;
}

.token.important,
.token.bold {
    font-weight: bold;
}

.datepicker {
    display: none;
}

.datepicker.active {
    display: block;
}


main {
    display: block;
    margin: 0;
}

main {
    overflow: hidden;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 600;
}

button:focus {
    outline: 0;
}

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

/**
 * = Backgrounds
*/

.bg-gradient-secondary {
    background: linear-gradient(87deg, #F8BD7A 0, #ffbd73 100%) !important;
}

/* .form-bg-image {
    background-repeat: no-repeat !important;
    background-position: top center !important;
}  */
  /* .form-bg-image {
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    width: 170%;
    height:100vh; 
}    */
.form-bg-image {
    position: fixed; /* Fix the background image */
    top: 0;
    left: 0;
    width: 100%; /* Cover the entire width of the viewport */
    height: 100%; /* Cover the entire height of the viewport */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/**
 * = Floating animations
 */

@keyframes floating-lg {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes floating-md {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes floating-sm {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0px);
    }
}

/**
* = Helper classes
*/

/**
 * = Spacing
 */
.top-0 {
    top: 0;
}

/**
 * = Sizing
 */

@media (min-width: 992px) {
    .vh-lg-100 {
        height: 100vh !important;
    }
}

.fmxw-500 {
    max-width: 500px !important;
}

/**
 * = Spacing grids
 */
/**
 * = Shadows
 */
[class*="shadow"] {
    transition: all 0.2s ease;
}

.shadow-soft {
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.02) !important;
}

/**
 * = Text utility classes
 */

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

@media (min-width: 768px) {

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

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

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

/**
 * = Transform
 */

/**
 * = Animations
 */

@keyframes show-navbar-collapse {
    0% {
        opacity: 0;
        transform: scale(0.95);
        transform-origin: 100% 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes hide-navbar-collapse {
    from {
        opacity: 1;
        transform: scale(1);
        transform-origin: 100% 0;
    }

    to {
        opacity: 0;
        transform: scale(0.95);
    }
}

@keyframes show-navbar-dropdown {
    0% {
        opacity: 0;
        transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
        transition: visibility 0.45s, opacity 0.45s, transform 0.45s;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes hide-navbar-dropdown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate(0, 10px);
    }
}

@keyframes show-dropdown {
    0% {
        opacity: 0;
        transform-origin: perspective(200px) rotateX(-2deg);
        transition: visibility 0.45s, opacity .5s;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hide-dropdown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate(0, 10px);
    }
}

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

.animate__animated {
    animation-duration: 1s;
    animation-duration: var(--animate-duration);
    animation-fill-mode: both;
}

.animate__jackInTheBox {
    animation-name: jackInTheBox;
}

@keyframes bellshake {
    0% {
        transform: rotate(0);
    }

    15% {
        transform: rotate(5deg);
    }

    30% {
        transform: rotate(-5deg);
    }

    45% {
        transform: rotate(4deg);
    }

    60% {
        transform: rotate(-4deg);
    }

    75% {
        transform: rotate(2deg);
    }

    85% {
        transform: rotate(-2deg);
    }

    92% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.animate__jackInTheBox {
    animation-name: jackInTheBox;
}

/**
 * = Navigation bars
 */

.navbar .navbar-nav .nav-link {
    transition: all 0.8s all 0.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 .media:not(:last-child) {
    margin-bottom: 1.5rem;
}

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

.navbar .navbar-nav .dropdown .dropdown-menu {
    top: 100%;
}

.navbar .navbar-nav .dropdown .dropdown-menu span {
    width: 30px;
}

.navbar .navbar-nav .dropdown .dropdown-item {
    font-size: 0.875rem;
}

.navbar-brand {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-brand img {
    height: 40px;
}

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

.navbar-dark > .nav-item:hover > .nav-link {
    color: #262B40;
}

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

.navbar-theme-primary .navbar-nav .dropdown-item.active, .navbar-theme-primary .navbar-nav .dropdown-item:hover,
.navbar-theme-primary .navbar-nav .list-group-item.active,
.navbar-theme-primary .navbar-nav .list-group-item:hover {
    color: #262B40;
}

@media (max-width: 767.98px) {
    .navbar-theme-primary .navbar-nav .nav-link, .navbar-theme-primary .navbar-nav .nav-link:focus, .navbar-theme-primary .navbar-nav .nav-link.active, .navbar-theme-primary .navbar-nav .nav-link:hover,
  .navbar-theme-primary .navbar-nav .show > .nav-link,
  .navbar-theme-primary .navbar-nav .show > .nav-link:focus,
  .navbar-theme-primary .navbar-nav .show > .nav-link.active,
  .navbar-theme-primary .navbar-nav .show > .nav-link:hover,
  .navbar-theme-primary .navbar-nav .dropdown-item,
  .navbar-theme-primary .navbar-nav .dropdown-item:focus,
  .navbar-theme-primary .navbar-nav .dropdown-item.active,
  .navbar-theme-primary .navbar-nav .dropdown-item:hover,
  .navbar-theme-primary .navbar-nav .list-group-item,
  .navbar-theme-primary .navbar-nav .list-group-item:focus,
  .navbar-theme-primary .navbar-nav .list-group-item.active,
  .navbar-theme-primary .navbar-nav .list-group-item:hover {
        color: #262B40;
        background: transparent;
    }

    .navbar-theme-primary .navbar-nav .nav-link.disabled,
  .navbar-theme-primary .navbar-nav .show > .nav-link.disabled,
  .navbar-theme-primary .navbar-nav .dropdown-item.disabled,
  .navbar-theme-primary .navbar-nav .list-group-item.disabled {
        color: rgba(46, 54, 80, 0.9);
    }

    .navbar-theme-primary .navbar-nav .dropdown .dropdown-menu {
        padding: 0;
    }

    .navbar-theme-primary .navbar-nav .dropdown-item {
        padding-right: 0;
    }

    .navbar-theme-primary .navbar-nav .dropdown:not(.mega-dropdown) .dropdown-item {
        padding-left: 0;
    }
}

.dropdown-menu {
    top: 100%;
}

.dropdown-menu span {
    width: 30px;
}

@media (min-width: 992px) {
    .navbar-nav .nav-item [data-toggle="dropdown"]::after {
        transition: all 0.2s ease;
    }

    .navbar-nav .nav-item.show [data-toggle="dropdown"]::after {
        transform: rotate(180deg);
    }

    .navbar-nav .nav-link i {
        margin-right: .3rem;
        font-size: 0.75rem;
    }

    .navbar-nav .dropdown-menu {
        opacity: 0;
        pointer-events: none;
        margin: 0;
        border-radius: 0.5rem;
    }

    .navbar-nav .dropdown-menu-right:before {
        right: 20px;
        left: auto;
    }

    .navbar-nav .dropdown-menu.show {
        opacity: 1;
        pointer-events: auto;
    }

    .navbar-nav .dropdown-menu.close {
        display: block;
    }

    .navbar-nav .dropdown-menu {
        position: relative;
        display: block;
        opacity: 0;
        pointer-events: none;
        transition: all 0.2s ease;
    }

    .navbar-nav .dropdown.show > .dropdown-menu {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }
}

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

    .navbar-nav .dropdown-menu {
        box-shadow: none;
        width: 100%;
    }

    .navbar-nav .dropdown-menu .media svg {
        width: 30px;
    }
}

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

/**
 * = Sections
 */
.section {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 576px) {
    .section {
        position: relative;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

@media (min-width: 992px) {
    .section {
        position: relative;
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

.components-section > .form-control + .form-control {
    margin-top: .5rem;
}

.components-section > .nav + .nav,
.components-section > .alert + .alert,
.components-section > .navbar + .navbar,
.components-section > .progress + .progress,
.components-section > .progress + .btn,
.components-section .badge,
.components-section .btn {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.components-section .alert {
    margin: 0;
}

.components-section .alert + .alert {
    margin-top: 1.25rem;
}

.components-section .badge {
    margin-right: .5rem;
}

.components-section .modal-footer .btn {
    margin: 0;
}

/**
 * = Footers
 */
.footer {
    display: flex;
    position: relative;
}

.footer ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.footer ul li {
    display: inline-block;
}

.footer ul li a {
    text-decoration: none;
    position: relative;
    display: block;
    color: #66799e;
}

.footer ul li a:hover {
    color: #262B40;
}

.footer ul li .btn {
    margin: 0;
}

.footer .copyright {
    font-size: 0.875rem;
}

/**
 * = Sidebars
 */

/*
 * Sidebar
*/
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}

@media (min-width: 768px) {
    .sidebar {
        max-width: 268px;
    }
}

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

.sidebar .nav-item.active > .nav-link {
    color: #eaedf2;
    background-color: #2e3650;
    border-radius: 0.5rem;
}

.sidebar .nav-item .nav-link {
    color: #eaedf2;
}

.sidebar .nav-item .nav-link:hover {
    color: #eaedf2;
    background-color: #6A6A71;
    border-radius: 0.5rem;
}

.sidebar .nav-link {
    font-size: 1rem;
    vertical-align: middle;
    padding: 0.55rem 0.75rem;
}

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

.sidebar .nav-link .sidebar-icon span {
    min-width: 22px;
}

.sidebar .nav-link.active {
    color: #262B40;
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: 100vh;
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.content {
    overflow: visible;
}

@media (min-width: 768px) {
    .content {
        margin-left: 260px;
    }
}

/**
 * = Accordions
 */

/**
 * = Alerts
 */
.alert {
    padding: 1rem 1rem;
    border: 0;
    font-size: 0.875rem;
    border-radius: 0.5rem;
}

.alert-dismissible .close {
    top: 50%;
    right: 1rem;
    padding: 0;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    top: 1rem;
    right: .5rem;
}

.alert-dismissible .close:hover, .alert-dismissible .close:focus {
    color: rgba(255, 255, 255, 0.9);
    opacity: 1 !important;
}

.alert-dismissible .close > span:not(.sr-only) {
    font-size: 1.5rem;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6);
}

.alert-dismissible .close:hover > span:not(.sr-only), .alert-dismissible .close:focus > span:not(.sr-only) {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.9);
}

.alert-success {
    color: #05A677;
    background-color: #05A677;
    border-color: #05A677;
}

.alert-danger {
    color: #FA5252;
    background-color: #FA5252;
    border-color: #FA5252;
}

/**
 * = Avatars
 */

/**
 * = Badges
 */
.badge {
    font-size: 0.75em;
    font-weight: 700;
}

.badge a {
    color: #ffffff;
}

/*
* = Buttons
*/
.btn.btn-circle {
    border-radius: 50%;
}

/**
 * = Breadcrumbs
 */
.breadcrumb-item {
    font-size: 0.75rem;
}

.breadcrumb-item, .breadcrumb-item a {
    color: #66799e;
    font-weight: 400;
    font-size: 0.75rem;
}

@media (min-width: 576px) {
    .breadcrumb-item, .breadcrumb-item a {
        font-size: 0.875rem;
    }
}

.breadcrumb-item.active {
    font-weight: 400;
}

.breadcrumb-item + .breadcrumb-item:before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #66799e;
}

.breadcrumb-transparent {
    background: transparent;
    padding: 0;
}

.breadcrumb-dark {
    background: #262B40;
}

.breadcrumb-dark .breadcrumb-item.active {
    color: #ffffff;
}

.breadcrumb-dark.breadcrumb-transparent {
    background: transparent;
}

.breadcrumb-dark.breadcrumb-transparent .breadcrumb-item.active {
    color: #262B40;
}

/**
 * = Blog cards
 */

/**
 * = Cards
 */
.card {
    position: relative;
}

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

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

/**
 * = Bootstrap carousels
 */

/**
 * = Close
 */
.close {
    transition: all 0.2s ease;
}

.close > span:not(.sr-only) {
    display: block;
    height: 1.25rem;
    width: 1.25rem;
    background-color: transparent;
    color: #2e3650;
    line-height: 17px;
    border-radius: 50%;
    font-size: 1.25rem;
    transition: all 0.2s ease;
}

.close:hover, .close:focus {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.9);
    outline: none;
}

.close:hover span:not(.sr-only), .close:focus span:not(.sr-only) {
    background-color: transparent;
}

/**
 * = Counters
 */

/**
 * = Custom forms
 */

.custom-select {
    font-size: 1rem;
    box-shadow: none;
}

.custom-select:hover {
    cursor: pointer;
}

/**
 * = Dropdowns
 */
.dropdown-menu {
    min-width: 12rem;
}


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

.dropdown-menu .dropdown-item {
    color: #66799e;
    transition: all 0.2s ease;
    font-weight: 300;
}

.show .dropdown-menu {
    animation: show-dropdown .2s ease forwards;
}

[data-toggle]:hover {
    cursor: pointer;
}

.form-control {
    box-shadow: none;
}

.input-group .form-control:focus {
    border-color: #d1d7e0;
}

.input-group .form-control:focus + .input-group-text {
    border-color: #d1d7e0;
}

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

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

/**
 * = Icon boxes
 */

.icon {
    text-align: center;
    display: inline-flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.icon span, .icon svg {
    font-size: 2rem;
}

.calendar {
    width: 3.125rem;
    line-height: 1;
    flex-direction: column;
    text-align: center;
    border-radius: .375rem;
}

/**
 * = Images
 */

/**
 * = Input groups
 */
.input-group {
    border-radius: 0.5rem;
    transition: all 0.2s ease;
}

.input-group .form-control {
    box-shadow: none;
}

.input-group .form-control:not(:first-child) {
    border-left: 0;
    padding-left: 0;
}

.input-group .form-control:not(:last-child) {
    border-right: 0;
    padding-right: 0;
}

.input-group .form-control:focus {
    box-shadow: none;
}

.input-group-text {
    font-size: 0.875rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/**
 * = List groups
 */

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

.list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #262B40;
    border-color: #262B40;
}

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

/**
 * = Maps
 */
.map {
    height: 400px;
    width: 100%;
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/**
 * = Modals
 */

.modal-content {
    border: 0;
    border-radius: 0.3rem;
}

.modal-info .modal-title {
    color: color-yiq(#0948B3);
}

.modal-info .modal-header,
.modal-info .modal-footer {
    border-color: rgba(9, 72, 179, 0.075);
}

.modal-info .modal-content {
    background-color: #0948B3;
    color: color-yiq(#0948B3);
}

.modal-info .close > span:not(.sr-only) {
    color: #ffffff;
}

/**
 * = Navs
 */
.nav-link {
    color: #506690;
}

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

.nav-link:hover img, .nav-link.active img {
    opacity: inherit;
    transition: all 0.2s ease;
}

.nav-link span {
    position: relative;
}

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

.nav-tabs .nav-link {
    border: 0;
    padding: 1rem 1rem;
    background-color: #ffffff;
}

.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #262B40;
}

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

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

/**
 * = Paginations
 */

/**
 * = Pricing cards
 */

/**
 * = Profile cards
 */

/*       Fix bug for IE      */

/**
 * = Popovers
 */

/**
 * = Progress bars
 */

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

.progress {
    height: 4px;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 0.1rem;
    background-color: #f5f8fb;
    font-size: 0.75rem;
    font-weight: 600;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

/**
 * = Shapes
 */
.pattern,
.pattern {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url("../assets/img/patterns/wave.svg");
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 1450px 160px;
    height: 0;
    padding: 0;
  /* reset */
    padding-bottom: 140px;
}

@media (max-width: 767.98px) {
    .pattern,
    .pattern {
        background-size: 700px 203px;
    }
}

.pattern.bottom,
  .pattern.bottom {
    bottom: -10px;
    transform: rotate(180deg);
}

.pattern.top,
  .pattern.top {
    top: -10px;
}

/**steps
 * = Accordions
 */
.step {
    position: relative;
    margin-bottom: 4rem;
    border-radius: 6px;
}

.table thead th {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    border-top: 0.0625rem solid #eaedf2;
}

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

.table td .progress {
    height: 3px;
    width: 120px;
    margin: 0;
}

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

.table.align-items-center td,
.table.align-items-center th {
    vertical-align: middle;
}

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

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

/**
 * = Typography
 */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
}

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

a {
    color: #262B40;
    transition: all 0.2s ease;
}

a:hover {
    color: #0a0b10;
    cursor: pointer;
}

.description {
    font-size: 0.875rem;
}

.text-primary, .text-primary:hover {
    color: #262B40 !important;
}

.text-primary a:not(.btn), .text-primary h1, .text-primary .h1, .text-primary h2, .text-primary .h2, .text-primary h3, .text-primary .h3, .text-primary h4, .text-primary .h4, .text-primary h5, .text-primary .h5, .text-primary h6, .text-primary .h6, .text-primary .h1, .text-primary .h2, .text-primary .h3, .text-primary .h4, .text-primary .h5, .text-primary .h6 {
    color: #262B40;
}

.text-primary .text-muted {
    color: rgba(38, 43, 64, 0.7) !important;
}

.text-success, .text-success:hover {
    color: #05A677 !important;
}

.text-success a:not(.btn), .text-success h1, .text-success .h1, .text-success h2, .text-success .h2, .text-success h3, .text-success .h3, .text-success h4, .text-success .h4, .text-success h5, .text-success .h5, .text-success h6, .text-success .h6, .text-success .h1, .text-success .h2, .text-success .h3, .text-success .h4, .text-success .h5, .text-success .h6 {
    color: #05A677;
}

.text-success .text-muted {
    color: rgba(5, 166, 119, 0.7) !important;
}

.text-info, .text-info:hover {
    color: #0948B3 !important;
}

.text-info a:not(.btn), .text-info h1, .text-info .h1, .text-info h2, .text-info .h2, .text-info h3, .text-info .h3, .text-info h4, .text-info .h4, .text-info h5, .text-info .h5, .text-info h6, .text-info .h6, .text-info .h1, .text-info .h2, .text-info .h3, .text-info .h4, .text-info .h5, .text-info .h6 {
    color: #0948B3;
}

.text-info .text-muted {
    color: rgba(9, 72, 179, 0.7) !important;
}

.text-warning, .text-warning:hover {
    color: #f5b759 !important;
}

.text-warning a:not(.btn), .text-warning h1, .text-warning .h1, .text-warning h2, .text-warning .h2, .text-warning h3, .text-warning .h3, .text-warning h4, .text-warning .h4, .text-warning h5, .text-warning .h5, .text-warning h6, .text-warning .h6, .text-warning .h1, .text-warning .h2, .text-warning .h3, .text-warning .h4, .text-warning .h5, .text-warning .h6 {
    color: #f5b759;
}

.text-warning .text-muted {
    color: rgba(245, 183, 89, 0.7) !important;
}

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

.text-danger a:not(.btn), .text-danger h1, .text-danger .h1, .text-danger h2, .text-danger .h2, .text-danger h3, .text-danger .h3, .text-danger h4, .text-danger .h4, .text-danger h5, .text-danger .h5, .text-danger h6, .text-danger .h6, .text-danger .h1, .text-danger .h2, .text-danger .h3, .text-danger .h4, .text-danger .h5, .text-danger .h6 {
    color: #FA5252;
}

.text-danger .text-muted {
    color: rgba(250, 82, 82, 0.7) !important;
}

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

.text-white a:not(.btn), .text-white h1, .text-white .h1, .text-white h2, .text-white .h2, .text-white h3, .text-white .h3, .text-white h4, .text-white .h4, .text-white h5, .text-white .h5, .text-white h6, .text-white .h6, .text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6 {
    color: #ffffff;
}

.text-white .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
}

.text-dark, .text-dark:hover {
    color: #262B40 !important;
}

.text-dark a:not(.btn), .text-dark h1, .text-dark .h1, .text-dark h2, .text-dark .h2, .text-dark h3, .text-dark .h3, .text-dark h4, .text-dark .h4, .text-dark h5, .text-dark .h5, .text-dark h6, .text-dark .h6, .text-dark .h1, .text-dark .h2, .text-dark .h3, .text-dark .h4, .text-dark .h5, .text-dark .h6 {
    color: #262B40;
}

.text-dark .text-muted {
    color: rgba(38, 43, 64, 0.7) !important;
}

/**
 * = Timelines
 */
.timeline {
    width: 100%;
}

.preloader {
    display: flex;
    align-items: center;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: height .2s linear;
    width: 100%;
    z-index: 9999;
}

.preloader .loader-element {
    opacity: 1;
    transition: opacity .5s linear;
}

.preloader .loader-element.hide {
    opacity: 0 !important;
}

.preloader.show {
    height: 0;
}
.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
