﻿@charset "UTF-8";

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-success: #d29b5d;
    --bs-warning: #ee6f42;
    --bs-danger: #d12941;
    --bs-light: #e9edf2;
    --bs-dark: #11142d;
    --bs-secondary-rgb: 129, 145, 166;
    --bs-success-rgb: 210, 155, 93;
    --bs-info-rgb: 254, 186, 87;
    --bs-warning-rgb: 238, 111, 66;
    --bs-danger-rgb: 209, 41, 65;
    --bs-dark-rgb: 17, 20, 45;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 0, 0, 0;
    --bs-font-sans-serif: Roboto, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --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-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #000000;
    --bs-body-bg: #ffffff;
    /*customizable variables*/
    --bs-primary: rgba(33, 97, 194, 0.6); /*#2161C2*/
    --bs-primary-rgba: rgba(33, 97, 194, 0.13);
    --bs-secondary: #E6007E;
    --bs-secondary-rgba: rgba(230,0,126,0.69);
    --bs-accent: #009FE3;
    --bs-body-bg-white-rgba: rgba(255,255,255,0.75);
    --bs-body-bg-grey: #f4f4f5;
    --bs-body-bg-grey-rgba: rgba(206,206,209,0.27);
    --bs-footer-bg: rgba(222,222,222,0.84);
    --bs-body-font-size: calc(18px + 0.2vw); /* Body text - fluid */
    --bs-text-font-size: calc(16px + 0.1vw); /* Main text - fluid*/
    --bs-secondary-text-font-size: calc(14px + 0.02vw); /* Secondary text - fluid*/
    --bs-tertiary-text-font-size: calc(12px + 0.01vw); /* Secondary text - fluid*/
}
/*Nunito - body*/
@font-face {
    font-family: Nunito-SemiCond-Bold;
    src: url(/fonts/nunito/NunitoSans-SemiCondensed-Bold.ttf);
}

@font-face {
    font-family: Nunito-SemiCond-SemiBold;
    src: url(/fonts/nunito/NunitoSans-SemiCondensed-SemiBold.ttf);
}

@font-face {
    font-family: Nunito-SemiCond-Light;
    src: url(/fonts/nunito/NunitoSans-SemiCondensed-Light.ttf);
}

@font-face {
    font-family: Nunito-SemiCond-Regular;
    src: url(/fonts/nunito/NunitoSans-SemiCondensed-Regular.ttf);
}

@font-face {
    font-family: Nunito-Light;
    src: url(/fonts/nunito/NunitoSans-Light.ttf);
}

@font-face {
    font-family: Nunito-Cond-Regular;
    src: url(/fonts/nunito/NunitoSans-Condensed-Regular.ttf);
}

@font-face {
    font-family: Nunito-Regular;
    src: url(/fonts/nunito/NunitoSans-Regular.ttf);
}
/*Roboto - headlines*/
@font-face {
    font-family: Roboto-Regular;
    src: url(/fonts/roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Light;
    src: url(/fonts/roboto/Roboto-Light.ttf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(/fonts/roboto/Roboto-Bold.ttf);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/*login logo*/
.navbar-brand-login {
    width: 30%;
    height: 8rem;
    z-index: 1;
    position: absolute;
    background: var(--logo);
    background-size: contain;
    background-repeat: no-repeat;
}

.navbar-brand-login {
    top: -31.8%;
    right: 0;
}

.navbar-brand-login-forgot-password {
    top: -21%;
    right: -7%;
}
/*loginscreen*/
.forgot-password-card {
    height: 30rem;
}

.copyright {
    margin-left: 1rem !important;
}

.powered-by {
    float: right;
    margin-right: 1rem !important;
}

.login-form {
    position: relative;
    gap:24px
}

.login-form input{
    width:100%
}

.navbar-brand-login, .navbar-brand-login-forgot-password {
    position: absolute;
    top: -66px; /* Moves the logo up slightly */
    left: 50%;
    transform: translateX(-50%);
    width: 32%; /* Adjust width as needed */
    height: 10rem;
    background-size: contain;
    background-repeat: no-repeat;
}

.navbar-brand-login {
    max-width: 100px;
}

.navbar-brand-login-forgot-password {
    top: -24%;
    left: -17%;
}

.login-body {
    background-color: rgba(189, 182, 191, 0.33);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
}

.nextjeugd {
    background-image: url('/images/Account/Next-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.card.login-card {
    background-color: rgba(255,255,255,0.75);
    padding: 2%;
    border-radius: 20px;
    max-height: 35rem
}

.glassmorphism-loginForm {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 40px 20px 20px; /* Extra padding for the logo */
    width: 90%;
    max-width: 400px;
    position: relative; /* Needed for absolute positioning of logo */
}


.forgot-password-link, .forgot-password-return-link {
    color: var(--bs-secondary-rgba);
    font-weight: 500;
}

 .forgot-password-link,.forgot-password-return-link:hover {
    text-decoration: underline
 }

.btn.btn-outline.login-button, .btn.btn-outline.send-password-button {
    width: 100%;
    background: rgb(8, 162, 228);
    color: white;
    /*    font-size: 2.3vh;*/
    font-size: var(--body-font-size);
    font-weight: 600;
    padding: 10px;
    border: none;
    border-radius: 20px;
    transition: 0.3s;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(8, 162, 228, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .btn.btn-outline.login-button:hover, .btn.btn-outline.send-password-button:hover {
        box-shadow: 0 6px 15px rgb(8, 162, 228);
        transform: translateY(-5px);
    }

.form-control.form-control-login {
    border-radius: 10px;
    box-shadow: 2px 3px 4px #BDB6BF
}

.form-control.form-control-login:focus, .form-control.form-control-login:active {
    border: none;
    background-color: transparent;
    box-shadow: 2px 2px var(--bs-secondary-rgba);
}

/*show password*/
.password-container {
    position: relative;
    width: 100%;
}

.input-group.password-container{
    flex-wrap:nowrap;
    gap:8px;
}

/* Style the input field */
#passwordInput {
    border-radius: 10px;
}

.toggle-password {
    position: absolute;
    right: 6px;
    cursor: pointer;
    font-size: 1.2rem;
    color: #555;
}

 .toggle-password:hover {
      color: #E6037F;
 }

button#PasswordVisibilityButton {
    background-color: white;
}

/*login forgot password page*/
.account-module-form {
    display: flex;
}

body {
    font-family: 'Nunito-Regular';
    font-size: var(--bs-body-font-size);
    background: var(--bs-body-bg-grey-rgba);
    padding-top: 64px;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

    hr:not([size]) {
        height: 1px;
    }
/*h1, .h1 {*/
/*    !*font-size: calc(1.34375rem + 1.125vw);*!*/
/*    font-size:var(--bs-body-font-size)}*/
/*h2, .h2{*/
/*    font-size: var(--bs-text-font-size);*/
/*}*/

/*calculating font sizes -browser will get the default for everyone and make the calc 
 for all screen sizes*/
h1, .h1 {
    font-size: calc(20px + 0.5vw); /* Primary headings */
}

h2, .h2 {
    font-size: calc(18px + 0.45vw); /* Secondary headings */
}

h3, .h3 {
    font-size: calc(16px + 0.4vw); /* Tertiary headings */
}

h4, .h4 {
    font-size: calc(14px + 0.35vw); /* Quaternary headings */
}

h5, .h5 {
    font-size: calc(13px + 0.3vw); /* Quinary headings */
}

h6, .h6 {
    font-size: calc(12px + 0.25vw); /* Senary headings, the smallest */
}

h3 {
    font-weight: bold;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 600;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small, .small {
    font-size: 0.875em;
}

mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: var(--bs-primary);
    text-decoration: underline;
}

    a:hover {
        color: #0e2647;
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }

pre,
code,
kbd,
samp {
    font-family: 'Roboto-Light';
    font-size: var(--bs-text-font-size);
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 5.25px;
}

    kbd kbd {
        padding: 0;
        font-size: var(--bs-text-font-size);
        font-weight: 600;
    }

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}
/*userManagement table*/
.users-table {
    line-height: 15px;
    border-radius: var(--bs-border-radius);
    /*display: inline-grid;*/
    /*background-color: transparent;*/
    /*padding: 0 10px 0 0;*/
    /*margin: 0 0 0 5px;*/
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

.table-link-text {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

    .table-link-text:hover {
        color: var(--bs-secondary-rgba);
        text-decoration: underline;
    }

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #000000;
    text-align: left;
}

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;
}
/*from component ButtonDelete.razor & ActionButton.razor for edit btn in pop-up*/
.delete-button-wrap .delete-button, .delete-button-wrap .delete-button:hover,
.borderless-add-button-wrap .borderless-add-button, .borderless-add-button-wrap .borderless-add-button:hover,
.calendar-button-wrap .calendar-button, .calendar-button-wrap .calendar-button:hover, .edit-action-button-wrap .edit-action-button, .edit-action-button-wrap:hover .edit-action-button {
    border: transparent;
    background-color: transparent;
    box-shadow: none;
}

.delete-button-wrap .delete-button-icon, .borderless-add-button-wrap .borderless-add-button-icon, .edit-action-button-icon {
    color: var(--bs-body-bg-grey)
}

.delete-button-icon:hover {
    color: var(--bs-danger)
}

.borderless-add-button-wrap .borderless-add-button-icon:hover, .calendar-button-wrap .calendar-button-icon:hover, .edit-action-button-icon:hover {
    color: var(--bs-secondary-rgba)
}

button {
    border-radius: 0;
}

    button:focus:not(:focus-visible) {
        outline: 0;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: Nunito-Regular;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

    select:disabled {
        opacity: 1;
    }

[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;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

    legend + * {
        clear: left;
    }

::-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;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

select:disabled {
    opacity: 0.5;
}

hr {
    background-color: unset;
}

.lead {
    font-size: 1.09375rem;
    font-weight: 400;
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

.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;
    }

.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.09375rem;
}

    .blockquote > :last-child {
        margin-bottom: 0;
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "— ";
    }

.text-muted {
    opacity: 0.675;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    /*min-height: 85vh;*/
    min-height: calc(100vh - 10vh);
    padding-right: var(--bs-gutter-x, 0.625rem);
    padding-left: var(--bs-gutter-x, 0.625rem);
    margin-right: auto;
    margin-left: auto;
    margin-top: 0%;
}

.row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row-border {
    border-bottom: 2px solid #dee2e6;
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #000000;
    --bs-table-striped-bg: rgba(255, 255, 255, 0.05);
    --bs-table-active-color: #000000;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #000000;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #000000;
    vertical-align: top;
    border-color: rgba(8, 20, 73, 0.1);
    text-align: center;
    text-wrap: balance;
}

    .table.documents-table {
        text-align: left;
    }

    .table > :not(caption) > * > * {
        padding-right: 1rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    }

    .table > tbody {
        vertical-align: inherit;
    }

    .table > thead {
        vertical-align: bottom;
    }

    .table > :not(:last-child) > :last-child > * {
        border-bottom-color: currentColor;
    }

.caption-top {
    caption-side: top;
}

.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}

    .table-bordered > :not(caption) > * > * {
        border-width: 0 1px;
    }

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-bg: #cfd6de;
    --bs-table-striped-bg: #c5cbd3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bac1c8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfc6cd;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bac1c8;
}

.table-secondary {
    --bs-table-bg: #e6e9ed;
    --bs-table-striped-bg: #dbdde1;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cfd2d5;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d5d8db;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cfd2d5;
}

.table-success {
    --bs-table-bg: #f6ebdf;
    --bs-table-striped-bg: #eadfd4;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ddd4c9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e4d9ce;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #ddd4c9;
}

.table-info {
    --bs-table-bg: #fff1dd;
    --bs-table-striped-bg: #f2e5d2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6d9c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ecdfcc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6d9c7;
}

.table-warning {
    --bs-table-bg: #fce2d9;
    --bs-table-striped-bg: #efd7ce;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e3cbc3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e9d1c9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e3cbc3;
}

.table-danger {
    --bs-table-bg: #f6d4d9;
    --bs-table-striped-bg: #eac9ce;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ddbfc3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e4c4c9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #ddbfc3;
}

.table-light {
    --bs-table-bg: #e9edf2;
    --bs-table-striped-bg: #dde1e6;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #d2d5da;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d8dbe0;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #d2d5da;
}

.table-dark {
    --bs-table-bg: #11142d;
    --bs-table-striped-bg: #1d2038;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #292c42;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #23263d;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #292c42;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-brand {
    background-color: rgba(254, 186, 87, 0.1);
    --bs-table-bg: rgba(254, 186, 87, 0.1);
    border-color: rgba(8, 20, 73, 0.1);
    color: #000000;
}

.table-primary {
    background-color: rgba(17, 48, 89, 0.1);
    --bs-table-bg: rgba(17, 48, 89, 0.1);
    border-color: rgba(8, 20, 73, 0.1);
    color: #000000;
}

.table-secondary {
    background-color: rgba(129, 145, 166, 0.1);
    --bs-table-bg: rgba(129, 145, 166, 0.1);
    border-color: rgba(8, 20, 73, 0.1);
    color: #000000;
}

.table-success {
    background-color: rgba(210, 155, 93, 0.1);
    --bs-table-bg: rgba(210, 155, 93, 0.1);
    border-color: rgba(8, 20, 73, 0.1);
    color: #000000;
}

.table-info {
    background-color: rgba(254, 186, 87, 0.1);
    --bs-table-bg: rgba(254, 186, 87, 0.1);
    border-color: rgba(8, 20, 73, 0.1);
    color: #000000;
}

.table-warning {
    background-color: rgba(238, 111, 66, 0.1);
    --bs-table-bg: rgba(238, 111, 66, 0.1);
    border-color: rgba(8, 20, 73, 0.1);
    color: #000000;
}

.table-danger {
    background-color: rgba(209, 41, 65, 0.1);
    --bs-table-bg: rgba(209, 41, 65, 0.1);
    border-color: rgba(8, 20, 73, 0.1);
    color: #000000;
}

.table-light {
    background-color: rgba(233, 237, 242, 0.1);
    --bs-table-bg: rgba(233, 237, 242, 0.1);
    border-color: rgba(8, 20, 73, 0.1);
    color: #000000;
}

.table-dark {
    background-color: rgba(17, 20, 45, 0.1);
    --bs-table-bg: rgba(17, 20, 45, 0.1);
    border-color: rgba(8, 20, 73, 0.1);
    color: #000000;
}

.form-group {
    font-size: var(--bs-text-font-size);
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: var(--bs-text-font-size);
}

.form-label-bold {
    font-weight: bold;
}

.col-form-label {
    /*padding-top: calc(0.375rem + 1px);*/
    /*padding-bottom: calc(0.375rem + 1px);*/
    /*margin-bottom: 0;*/
    font-size: var(--bs-text-font-size);
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 0.984375rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.765625rem;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #000000;
}

.form-control {
    display: block;
    width: 100%;
    /*padding: 0.375rem 0.75rem;*/
    font-size: var(--bs-body-font-size);
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #f1f1f1;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.rapportages-date {
    font-size: var(--bs-text-font-size);
}

.form-control[type=file] {
    overflow: hidden;
}

    .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer;
    }

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
    font-size: var(--bs-text-font-size);
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #000000;
    background-color: #ffffff;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #f2f2f2;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #000000;
    background-color: #ffffff;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-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;
    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;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #f2f2f2;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #000000;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.765625rem;
    border-radius: 5.25px;
}

    .form-control-sm::file-selector-button {
        padding: 0.25rem 0.5rem;
        margin: -0.25rem -0.5rem;
        -webkit-margin-end: 0.5rem;
        margin-inline-end: 0.5rem;
    }

    .form-control-sm::-webkit-file-upload-button {
        padding: 0.25rem 0.5rem;
        margin: -0.25rem -0.5rem;
        -webkit-margin-end: 0.5rem;
        margin-inline-end: 0.5rem;
    }

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 0.984375rem;
    border-radius: 6.75px;
}

    .form-control-lg::file-selector-button {
        padding: 0.5rem 1rem;
        margin: -0.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem;
    }

    .form-control-lg::-webkit-file-upload-button {
        padding: 0.5rem 1rem;
        margin: -0.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem;
    }

textarea.form-control {
    min-height: calc(6.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
    min-height: calc(2.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
    min-height: calc(9.5em + 1rem + 2px);
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: 0.375rem;
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer;
    }

    .form-control-color::-moz-color-swatch {
        height: 1.5em;
        border-radius: 6px;
    }

    .form-control-color::-webkit-color-swatch {
        height: 1.5em;
        border-radius: 6px;
    }

.form-select {
    display: block;
    width: 100%;
    height: 2.2rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: var(--bs-tertiary-text-font-size);
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #f1f1f1;
    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='%23343a40' 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: 1px solid rgba(8, 20, 73, 0.1);
    border-radius: 10px;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .form-select.form-control > option {
        font-family: sans-serif;
    }



    .form-select:focus {
        border-color: rgba(8, 20, 73, 0.1);
        outline: 0;
        box-shadow: 0 0 0 0 rgba(17, 48, 89, 0.25);
    }

    .form-select[multiple], .form-select[size]:not([size="1"]) {
        padding-right: 0.75rem;
        background-image: none;
    }

    .form-select:disabled {
        background-color: #ffffff;
    }

    .form-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000000;
    }

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.765625rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 0.984375rem;
}

.form-check {
    display: block;
    min-height: 1.3125rem;
    padding-left: 2em;
    margin-bottom: 0.125rem;
}

    .form-check .form-check-input {
        float: left;
        margin-left: -2em;
    }

.form-check-input {
    width: 1.3em;
    height: 1.3em;
    margin-top: 0em;
    vertical-align: top;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid rgba(8, 20, 73, 0.1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

    .form-check-input[type=checkbox] {
        border-radius: 0.25em;
    }

    .form-check-input[type=radio] {
        border-radius: 50%;
        height: 1em;
        width: 1em;
        margin-right: 0.3em;
    }
/*traject onderzoek*/
.onderzoek-radio-buttons {
    display: flex;
    justify-content: start;
}

.onderzoek-titles {
    font-weight: bolder;
    color: var(--bs-primary);
    line-height: 1.2;
    /*padding-bottom: 14px;*/
}

.onderzoek-subtitles {
    padding: 0px;
}

.toelichting {
    font-size: var(--bs-secondary-text-font-size);
    padding-top: 10px;
    padding-bottom: 20px;
}

.commentaar-table-onderzoek {
    text-align: left;
    margin: 0 16px 16px 43px;
    width: 94%;
}

.question-container {
    margin-top: 10px; /* Reduce space below each question */
}

.question-label .onderzoek-titles {
    margin: 0; /* Remove the margin from around the titles and paragraphs */
}

.radioOnderzoek {
    font-size: var(--bs-secondary-text-font-size);
}
/*.question-tooltip {*/
/*    position: absolute; !* or another positioning to place your tooltip correctly *!*/
/*    right: 0;*/
/*    top: 0;*/
/*}*/

/*info tooltip*/
.fa.fa-info-circle:hover {
    cursor: pointer;
    color: var(--bs-secondary-rgba)
}

.jaNee-radio-buttons {
    font-size: var(--bs-secondary-text-font-size);
}

.card.onderzoekTooltipCard {
    transform: scale(1);
    border: 1.5px solid var(--bs-secondary-rgba);
    max-width: calc(100vw - 10vw);
}

.infoTextOnderzoek {
    font-size: var(--bs-secondary-text-font-size);
    background-color: aliceblue;
    border-radius: 9px;
}

.onderzoekTooltipContainer {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: rgba(8, 20, 73, 0.1);
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: var(--bs-accent);
    border-color: var(--bs-accent);
}

    .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='%23fff' 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='%23fff'/%3e%3c/svg%3e");
    }

.form-check-input[type=checkbox]:indeterminate {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    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='%23fff' 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: 0.5;
}

    .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
        opacity: 0.5;
    }

.form-switch {
    padding-left: 2.5em;
}

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        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='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        border-radius: 2em;
        transition: background-position 0.15s ease-in-out;
    }

.circular-checkbox {
    width: 20px; /* Adjust the size of the checkbox */
    height: 20px;
    border-radius: 50%; /* Make it circular */
    border: 2px solid #ccc; /* Border color */
    display: inline-block;
    vertical-align: middle;
}
/*icons*/
.fas.fa-calendar-day.calendar-button-icon:active {
    color: white;
}

.clearingIcon {
    justify-content: start;
    padding: 0;
}

.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='rgba%288, 20, 73, 0.1%29'/%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='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    margin-right: 1rem;
}

.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: 0.65;
    }

.form-range {
    width: 100%;
    height: 1rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .form-range:focus {
        outline: 0;
    }

        .form-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #ffffff, none;
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #ffffff, none;
        }

    .form-range::-moz-focus-outer {
        border: 0;
    }

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: var(--bs-primary);
        border: 0;
        border-radius: 1rem;
        box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
    }

        .form-range::-webkit-slider-thumb:active {
            background-color: #b8c1cd;
        }

    .form-range::-webkit-slider-runnable-track {
        width: 100%;
        height: 0.5rem;
        color: transparent;
        cursor: pointer;
        background-color: #dee2e6;
        border-color: transparent;
        border-radius: 1rem;
        box-shadow: none;
    }

    .form-range::-moz-range-thumb {
        width: 1rem;
        height: 1rem;
        background-color: var(--bs-primary);
        border: 0;
        border-radius: 1rem;
        box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
        -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -moz-appearance: none;
        appearance: none;
    }

        .form-range::-moz-range-thumb:active {
            background-color: #b8c1cd;
        }

    .form-range::-moz-range-track {
        width: 100%;
        height: 0.5rem;
        color: transparent;
        cursor: pointer;
        background-color: #dee2e6;
        border-color: transparent;
        border-radius: 1rem;
        box-shadow: none;
    }

    .form-range:disabled {
        pointer-events: none;
    }

        .form-range:disabled::-webkit-slider-thumb {
            background-color: #adb5bd;
        }

        .form-range:disabled::-moz-range-thumb {
            background-color: #adb5bd;
        }

.form-floating {
    position: relative;
}

    .form-floating > .form-control,
    .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        line-height: 1.25;
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem 0.75rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    }

    .form-floating > .form-control {
        padding: 1rem 0.75rem;
    }

        .form-floating > .form-control::-moz-placeholder {
            color: transparent;
        }

        .form-floating > .form-control:-ms-input-placeholder {
            color: transparent;
        }

        .form-floating > .form-control::placeholder {
            color: transparent;
        }

        .form-floating > .form-control:not(:-moz-placeholder-shown) {
            padding-top: 1.625rem;
            padding-bottom: 0.625rem;
        }

        .form-floating > .form-control:not(:-ms-input-placeholder) {
            padding-top: 1.625rem;
            padding-bottom: 0.625rem;
        }

        .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
            padding-top: 1.625rem;
            padding-bottom: 0.625rem;
        }

        .form-floating > .form-control:-webkit-autofill {
            padding-top: 1.625rem;
            padding-bottom: 0.625rem;
        }

    .form-floating > .form-select {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
    }

    .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
        opacity: 0.65;
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    }

    .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
        opacity: 0.65;
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    }

    .form-floating > .form-control:focus ~ label,
    .form-floating > .form-control:not(:placeholder-shown) ~ label,
    .form-floating > .form-select ~ label {
        opacity: 0.65;
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    }

    .form-floating > .form-control:-webkit-autofill ~ label {
        opacity: 0.65;
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    font-size: var(--bs-secondary-text-font-size);
}

    .input-group.extend-background {
        background-color: var(--bs-body-bg-grey-rgba);
        border-radius: 10px;
        height: 2.18rem;
    }

.extend-background > .form-control {
    border-color: transparent;
    background-color: transparent;
}

.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    height: 2.18rem;
}

    .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.375rem 0.75rem;
    font-size: var(--bs-body-font-size);
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid rgba(8, 20, 73, 0.1);
    border-radius: 6px;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 0.984375rem;
    border-radius: 6.75px;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.765625rem;
    border-radius: 5.25px;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 10px;
    /*height: 2.4rem;*/
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #d29b5d;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.765625rem;
    color: #000;
    background-color: rgba(210, 155, 93, 0.9);
    border-radius: 6px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: var(--bs-accent);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23009FE3' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border-color: #d29b5d;
        box-shadow: 0 0 0 0 rgba(210, 155, 93, 0.25);
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
    border-color: #d29b5d;
}

    .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        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='%23343a40' 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' viewBox='0 0 8 8'%3e%3cpath fill='%23d29b5d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
        background-position: right 0.75rem center, center right 2.25rem;
        background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

    .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
        border-color: #d29b5d;
        box-shadow: 0 0 0 0 rgba(210, 155, 93, 0.25);
    }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: #d29b5d;
}

    .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
        background-color: #d29b5d;
    }

    .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
        box-shadow: 0 0 0 0 rgba(210, 155, 93, 0.25);
    }

    .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
        color: #d29b5d;
    }

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
    z-index: 1;
}

    .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
    .was-validated .input-group .form-select:valid:focus,
    .input-group .form-select.is-valid:focus {
        z-index: 3;
    }

.invalid-feedback {
    display: none;
    width: 100%;
    /*margin-top: 0.25rem;*/
    font-size: var(--bs-tertiary-text-font-size);
    color: #d12941;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.765625rem;
    color: #fff;
    background-color: rgba(209, 41, 65, 0.9);
    border-radius: 6px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #d12941;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d12941'%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='%23d12941' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #d12941;
        box-shadow: 0 0 0 0 rgba(209, 41, 65, 0.25);
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: #d12941;
}

    .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        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='%23343a40' 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' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d12941'%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='%23d12941' stroke='none'/%3e%3c/svg%3e");
        background-position: right 0.75rem center, center right 2.25rem;
        background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

    .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
        border-color: #d12941;
        box-shadow: 0 0 0 0 rgba(209, 41, 65, 0.25);
    }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: #d12941;
}

    .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
        background-color: #d12941;
    }

    .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
        box-shadow: 0 0 0 0 rgba(209, 41, 65, 0.25);
    }

    .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
        color: #d12941;
    }

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 2;
}

    .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
    .was-validated .input-group .form-select:invalid:focus,
    .input-group .form-select.is-invalid:focus {
        z-index: 3;
    }

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--bs-primary);
    border: 2px solid var(--bs-primary);
    padding: 0.375rem 0.75rem;
    font-size: var(--bs-secondary-text-font-size);
    border-radius: 6px;
    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;
}

    .btn:hover {
        color: #000000;
    }

    .btn-check:focus + .btn, .btn:focus {
        outline: 0;
        box-shadow: none;
    }

    .btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

        .btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus {
            box-shadow: none, inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

    .btn:disabled, .btn.disabled, fieldset:disabled .btn {
        pointer-events: none;
        opacity: 0.65;
        box-shadow: none;
    }

.btn-primary {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

.btn.btn-primary:hover .fa, .btn.btn-primary:active .fa,
.btn.btn-primary:hover .fas, .btn.btn-primary:active .fas,
.btn.btn-primary:focus .fa, .btn.btn-primary:focus .fas {
    color: white;
}

/*tab pages that are treated like btn primary (component: Adressen & TabControl)*/
.tabControl-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.tabControl-button {
    flex-grow: 1;
    height: 2.6rem;
}

.btn-primary:hover, .btn:hover {
    color: #fff;
    background-color: var(--bs-secondary-rgba);
    border-color: var(--bs-secondary-rgba);
}

.btn-check:focus + .btn-primary, .btn-primary:focus, .btn.btn-primary-active, btn.btn-primary:visited, .btn.btn-primary:focus-visible {
    color: #fff;
    background-color: var(--bs-secondary-rgba);
    border-color: var(--bs-secondary-rgba);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05), 0 0 0 0 rgba(53, 79, 114, 0.5);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--bs-secondary-rgba);
    border-color: var(--bs-secondary-rgba);
}

    .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(53, 79, 114, 0.5);
    }

.btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-secondary {
    color: #000;
    background-color: #8191a6;
    border-color: #8191a6;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

    .btn-secondary:hover {
        color: #000;
        background-color: #94a2b3;
        border-color: #8e9caf;
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        color: #000;
        background-color: #94a2b3;
        border-color: #8e9caf;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05), 0 0 0 0 rgba(110, 123, 141, 0.5);
    }

    .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
        color: #000;
        background-color: #9aa7b8;
        border-color: #8e9caf;
    }

        .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(110, 123, 141, 0.5);
        }

    .btn-secondary:disabled, .btn-secondary.disabled {
        color: #000;
        background-color: #8191a6;
        border-color: #8191a6;
    }

.btn-success {
    color: #000;
    background-color: #d29b5d;
    border-color: #d29b5d;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

    .btn-success:hover {
        color: #000;
        background-color: #d9aa75;
        border-color: #d7a56d;
    }

    .btn-check:focus + .btn-success, .btn-success:focus {
        color: #000;
        background-color: #d9aa75;
        border-color: #d7a56d;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05), 0 0 0 0 rgba(179, 132, 79, 0.5);
    }

    .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
        color: #000;
        background-color: #dbaf7d;
        border-color: #d7a56d;
    }

        .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(179, 132, 79, 0.5);
        }

    .btn-success:disabled, .btn-success.disabled {
        color: #000;
        background-color: #d29b5d;
        border-color: #d29b5d;
    }

.btn-info {
    color: #000;
    background-color: #feba57;
    border-color: #feba57;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

    .btn-info:hover {
        color: #000;
        background-color: #fec470;
        border-color: #fec168;
    }

    .btn-check:focus + .btn-info, .btn-info:focus {
        color: #000;
        background-color: #fec470;
        border-color: #fec168;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05), 0 0 0 0 rgba(216, 158, 74, 0.5);
    }

    .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
        color: #000;
        background-color: #fec879;
        border-color: #fec168;
    }

        .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(216, 158, 74, 0.5);
        }

    .btn-info:disabled, .btn-info.disabled {
        color: #000;
        background-color: #feba57;
        border-color: #feba57;
    }

.btn-warning {
    color: #000;
    background-color: #ee6f42;
    border-color: #ee6f42;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

    .btn-warning:hover {
        color: #000;
        background-color: #f1855e;
        border-color: #f07d55;
    }

    .btn-check:focus + .btn-warning, .btn-warning:focus {
        color: #000;
        background-color: #f1855e;
        border-color: #f07d55;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05), 0 0 0 0 rgba(202, 94, 56, 0.5);
    }

    .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
        color: #000;
        background-color: #f18c68;
        border-color: #f07d55;
    }

        .btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(202, 94, 56, 0.5);
        }

    .btn-warning:disabled, .btn-warning.disabled {
        color: #000;
        background-color: #ee6f42;
        border-color: #ee6f42;
    }

.btn-danger {
    color: #fff;
    background-color: #d12941;
    border-color: #d12941;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

    .btn-danger:hover {
        color: #fff;
        background-color: #b22337;
        border-color: #a72134;
    }

    .btn-check:focus + .btn-danger, .btn-danger:focus {
        color: #fff;
        background-color: #b22337;
        border-color: #a72134;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05), 0 0 0 0 rgba(216, 73, 94, 0.5);
    }

    .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #a72134;
        border-color: #9d1f31;
    }

        .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(216, 73, 94, 0.5);
        }

    .btn-danger:disabled, .btn-danger.disabled {
        color: #fff;
        background-color: #d12941;
        border-color: #d12941;
    }

.btn-light {
    color: #000;
    background-color: #e9edf2;
    border-color: #e9edf2;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

    .btn-light:hover {
        color: #000;
        background-color: #ecf0f4;
        border-color: #ebeff3;
    }

    .btn-check:focus + .btn-light, .btn-light:focus {
        color: #000;
        background-color: #ecf0f4;
        border-color: #ebeff3;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05), 0 0 0 0 rgba(198, 201, 206, 0.5);
    }

    .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
        color: #000;
        background-color: #edf1f5;
        border-color: #ebeff3;
    }

        .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(198, 201, 206, 0.5);
        }

    .btn-light:disabled, .btn-light.disabled {
        color: #000;
        background-color: #e9edf2;
        border-color: #e9edf2;
    }

.btn.btn-light:hover .fa, .btn.btn-light:active .fa,
.btn.btn-light:hover .fas, .btn.btn-light:active .fas {
    color: white;
}

.btn-dark {
    color: #fff;
    background-color: #11142d;
    border-color: #11142d;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

    .btn-dark:hover {
        color: #fff;
        background-color: #0e1126;
        border-color: #0e1024;
    }

    .btn-check:focus + .btn-dark, .btn-dark:focus {
        color: #fff;
        background-color: #0e1126;
        border-color: #0e1024;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05), 0 0 0 0 rgba(53, 55, 77, 0.5);
    }

    .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #0e1024;
        border-color: #0d0f22;
    }

        .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(53, 55, 77, 0.5);
        }

    .btn-dark:disabled, .btn-dark.disabled {
        color: #fff;
        background-color: #11142d;
        border-color: #11142d;
    }

.btn-outline-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: var(--bs-primary);
        border-color: var(--bs-primary);
    }

.btn.btn-outline-primary:hover .fa, .btn.btn-outline-primary:active .fa,
.btn.btn-outline-primary:hover .fas, .btn.btn-outline-primary:active .fas,
.btn.btn-outline-primary:focus .fa, .btn.btn-outline-primary:focus .fas {
    color: white;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(17, 48, 89, 0.5);
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

    .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(17, 48, 89, 0.5);
    }

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: var(--bs-primary);
    background-color: transparent;
}

.btn-outline-secondary {
    color: #8191a6;
    border-color: #8191a6;
}

    .btn-outline-secondary:hover {
        color: #000;
        background-color: #8191a6;
        border-color: #8191a6;
    }

    .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 0 rgba(129, 145, 166, 0.5);
    }

    .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
        color: #000;
        background-color: #8191a6;
        border-color: #8191a6;
    }

        .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(129, 145, 166, 0.5);
        }

    .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
        color: #8191a6;
        background-color: transparent;
    }

.btn-outline-success {
    color: #d29b5d;
    border-color: #d29b5d;
}

    .btn-outline-success:hover {
        color: #000;
        background-color: #d29b5d;
        border-color: #d29b5d;
    }

    .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
        box-shadow: 0 0 0 0 rgba(210, 155, 93, 0.5);
    }

    .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
        color: #000;
        background-color: #d29b5d;
        border-color: #d29b5d;
    }

        .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(210, 155, 93, 0.5);
        }

    .btn-outline-success:disabled, .btn-outline-success.disabled {
        color: #d29b5d;
        background-color: transparent;
    }

.btn-outline-info {
    color: #feba57;
    border-color: #feba57;
}

    .btn-outline-info:hover {
        color: #000;
        background-color: #feba57;
        border-color: #feba57;
    }

    .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
        box-shadow: 0 0 0 0 rgba(254, 186, 87, 0.5);
    }

    .btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
        color: #000;
        background-color: #feba57;
        border-color: #feba57;
    }

        .btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(254, 186, 87, 0.5);
        }

    .btn-outline-info:disabled, .btn-outline-info.disabled {
        color: #feba57;
        background-color: transparent;
    }

.btn-outline-warning {
    color: #ee6f42;
    border-color: #ee6f42;
}

    .btn-outline-warning:hover {
        color: #000;
        background-color: #ee6f42;
        border-color: #ee6f42;
    }

    .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
        box-shadow: 0 0 0 0 rgba(238, 111, 66, 0.5);
    }

    .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
        color: #000;
        background-color: #ee6f42;
        border-color: #ee6f42;
    }

        .btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(238, 111, 66, 0.5);
        }

    .btn-outline-warning:disabled, .btn-outline-warning.disabled {
        color: #ee6f42;
        background-color: transparent;
    }

.btn-outline-danger {
    color: #d12941;
    border-color: #d12941;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #d12941;
        border-color: #d12941;
    }

    .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
        box-shadow: 0 0 0 0 rgba(209, 41, 65, 0.5);
    }

    .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
        color: #fff;
        background-color: #d12941;
        border-color: #d12941;
    }

        .btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(209, 41, 65, 0.5);
        }

    .btn-outline-danger:disabled, .btn-outline-danger.disabled {
        color: #d12941;
        background-color: transparent;
    }

.btn-outline-light {
    color: #e9edf2;
    border-color: #e9edf2;
}

    .btn-outline-light:hover {
        color: #000;
        background-color: #e9edf2;
        border-color: #e9edf2;
    }

    .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
        box-shadow: 0 0 0 0 rgba(233, 237, 242, 0.5);
    }

    .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
        color: #000;
        background-color: #e9edf2;
        border-color: #e9edf2;
    }

        .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(233, 237, 242, 0.5);
        }

    .btn-outline-light:disabled, .btn-outline-light.disabled {
        color: #e9edf2;
        background-color: transparent;
    }

.btn-outline-dark {
    color: #11142d;
    border-color: #11142d;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #11142d;
        border-color: #11142d;
    }

    .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
        box-shadow: 0 0 0 0 rgba(17, 20, 45, 0.5);
    }

    .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
        color: #fff;
        background-color: #11142d;
        border-color: #11142d;
    }

        .btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(17, 20, 45, 0.5);
        }

    .btn-outline-dark:disabled, .btn-outline-dark.disabled {
        color: #11142d;
        background-color: transparent;
    }

.btn-link {
    font-weight: 400;
    color: var(--bs-primary);
    text-decoration: underline;
}

    .btn-link:hover {
        color: #0e2647;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 0.984375rem;
    border-radius: 6.75px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.765625rem;
    border-radius: 5.25px;
}

.btn {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

.btn-link {
    box-shadow: none;
    border: none;
    background: none;
    color: #000000;
}

.fade {
    transition: opacity 0.15s linear;
}

    .fade:not(.show) {
        opacity: 0;
    }

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

    .collapsing.collapse-horizontal {
        width: 0;
        height: auto;
        transition: width 0.35s ease;
    }

.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .dropdown-toggle:empty::after {
        margin-left: 0;
    }

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: var(--bs-text-font-size);
    color: #000000;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(8, 20, 73, 0.1);
    border-radius: 6px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: 0.125rem;
    }

.dropdown-menu-start {
    --bs-position: start;
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

.dropdown-menu-end {
    --bs-position: end;
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto;
    }

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropstart .dropdown-toggle::after {
    display: none;
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(8, 20, 73, 0.1);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #000000;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #000000;
        background-color: rgba(254, 186, 87, 0.1);
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #feba57;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: rgba(0, 0, 0, 0.5);
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.765625rem;
    color: #feba57;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #000000;
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(8, 20, 73, 0.1);
}

    .dropdown-menu-dark .dropdown-item {
        color: #dee2e6;
    }

        .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
            color: #fff;
            background-color: rgba(255, 255, 255, 0.15);
        }

        .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
            color: #fff;
            background-color: #feba57;
        }

        .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
            color: #adb5bd;
        }

    .dropdown-menu-dark .dropdown-divider {
        border-color: rgba(8, 20, 73, 0.1);
    }

    .dropdown-menu-dark .dropdown-item-text {
        color: #dee2e6;
    }

    .dropdown-menu-dark .dropdown-header {
        color: #adb5bd;
    }

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        flex: 1 1 auto;
    }

        .btn-group > .btn-check:checked + .btn,
        .btn-group > .btn-check:focus + .btn,
        .btn-group > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn-check:checked + .btn,
        .btn-group-vertical > .btn-check:focus + .btn,
        .btn-group-vertical > .btn:hover,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 1;
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -2px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group.show .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.show .dropdown-toggle.btn-link {
        box-shadow: none;
    }

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

    .btn-group-vertical > .btn,
    .btn-group-vertical > .btn-group {
        width: 100%;
    }

        .btn-group-vertical > .btn:not(:first-child),
        .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -2px;
        }

        .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
        .btn-group-vertical > .btn-group:not(:last-child) > .btn {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group-vertical > .btn ~ .btn,
        .btn-group-vertical > .btn-group:not(:first-child) > .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

    .btn-group .btn,
    .btn-group-vertical .btn {
        text-align: left;
    }

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000000;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

    /*increase font size of navbar header buttons*/
    .nav-link.btn {
        font-size: var(--bs-text-font-size);
    }

    .nav-link:hover, .nav-link:focus {
        color: #0e2647;
    }

    .nav-link.disabled {
        color: rgba(0, 0, 0, 0.35);
        pointer-events: none;
        cursor: default;
    }

.nav-tabs {
    border-bottom: 0 solid rgba(8, 20, 73, 0.1);
}

    .nav-tabs .nav-link {
        margin-bottom: 0;
        background: none;
        border: 0 solid transparent;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: rgba(0, 0, 0, 0.08);
            isolation: isolate;
        }

        .nav-tabs .nav-link.disabled {
            color: rgba(0, 0, 0, 0.35);
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #feba57;
            background-color: unset;
            border-color: #feba57;
        }

    .nav-tabs .dropdown-menu {
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 6px;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #feba57;
        background-color: rgba(254, 186, 87, 0.15);
    }

.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

    .nav-fill .nav-item .nav-link,
    .nav-justified .nav-item .nav-link {
        width: 100%;
    }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.tab-content {
    padding: 1.75rem;
}

.nav-tabs .nav-item {
    border: 0;
    color: #000000;
    position: relative;
    transition: border 0.2s ease-in;
}

.nav-tabs .dropdown-menu {
    margin-top: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-top: 0 solid #feba57;
}

.nav-pills .nav-link {
    color: #000000;
}

    .nav-pills .nav-link:not(.active):hover {
        background-color: rgba(0, 0, 0, 0.08);
    }

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

    .navbar > .container,
    .navbar > .container-fluid,
    .navbar > .container-sm,
    .navbar > .container-md,
    .navbar > .container-lg,
    .navbar > .container-xl,
    .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

.navbar-brand {
    padding-top: 0.41796875rem;
    padding-bottom: 0.41796875rem;
    margin-right: 1rem;
    font-size: 0.984375rem;
    text-decoration: none;
    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-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 0.984375rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: box-shadow 0.15s ease-in-out;
}

    .navbar-toggler:hover {
        text-decoration: none;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 0 0;
    }

.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-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}

.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.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

    .navbar-expand .offcanvas-header {
        display: none;
    }

    .navbar-expand .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand .offcanvas-top,
    .navbar-expand .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.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%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}

    .navbar-light .navbar-text a,
    .navbar-light .navbar-text a:hover,
    .navbar-light .navbar-text a:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    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.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}

    .navbar-dark .navbar-text a,
    .navbar-dark .navbar-text a:hover,
    .navbar-dark .navbar-text a:focus {
        color: #fff;
    }
/*dashboard cards*/
.card-container-dashboard {
    margin-top: 20px;
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    padding: 2px 0 0 0;
    cursor: pointer;
    width: 99%;
}

.dashboard-cards {
    height: 6rem;
    padding-top: 6px;
    padding-left: 6px;
}

.card-container-dashboard:hover, .card-container-dashboard:focus {
    transform: scale(1.05);
    box-shadow: 3px 6px 9px var(--bs-secondary-rgba), 0 4px 8px rgba(0,0,0,.06);
}

.dashboard-card-title {
    margin-left: 2%;
}

.dashboard-titles {
    line-height: normal;
}

.col-border {
    border-right: 2px solid #dee2e6;
}
/*updated card grid design*/
.card-grid {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-grid-body-right-border {
    border-right: 2px solid #dee2e6;
}

.card-grid-body-left-border {
    border-left: 2px solid #dee2e6;
    min-height: 6cm;
}

.card-border-top {
    border-top: 2px solid var(--bs-body-bg-grey-rgba)
}

.search-card {
    padding: 1rem;
}

.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: 5px;
        border-top-right-radius: 5px;
    }

    .card > .list-group:last-child {
        border-bottom-width: 0;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .card > .card-header + .list-group,
    .card > .list-group + .card-footer {
        border-top: 0;
    }

.card-body {
    flex: 1 1 auto;
    color: #000000;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link + .card-link {
    margin-left: 1rem;
}

.card .card-header {
    padding: 6px 25px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 2px solid #dee2e6;
}

.card-header-termijnenJp {
}

.card-header:first-child {
    border-radius: 5px 5px 0 0;
}

.card-footer {
    padding: 0.5rem 1rem;
    background-color: transparent;
    border-top: 1px solid rgba(8, 20, 73, 0.1);
}

    .card-footer:last-child {
        border-radius: 0 0 5px 5px;
    }

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

    .card-header-tabs .nav-link.active {
        background-color: #ffffff;
        border-bottom-color: #ffffff;
    }

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: 5px;
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.card-group > .card {
    margin-bottom: 0.625rem;
}

.card {
    color: #000000;
    margin-bottom: 1rem;
}

.card-header {
    border-bottom: none;
}

    .card-header .card-title {
        font-size: 1.1rem;
        margin: 0;
    }

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: var(--bs-text-font-size);
    color: #000000;
    text-align: left;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    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, border-radius 0.15s ease;
}

    .accordion-button:not(.collapsed) {
        color: #feba57;
        background-color: rgba(254, 186, 87, 0.1);
        box-shadow: inset 0 -1px 0 rgba(8, 20, 73, 0.1);
    }

        .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='%23feba57'%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='%23000000'%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 0.2s ease-in-out;
    }

    .accordion-button:hover {
        z-index: 2;
    }

    .accordion-button:focus {
        z-index: 3;
        border-color: rgba(8, 20, 73, 0.1);
        outline: 0;
        box-shadow: none;
    }

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #ffffff;
    border: 1px solid rgba(8, 20, 73, 0.1);
}

    .accordion-item:first-of-type {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0;
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: 6px;
            border-bottom-left-radius: 6px;
        }

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0;
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0;
    }

    .accordion-flush .accordion-item .accordion-button {
        border-radius: 0;
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0;
    margin-bottom: 0;
    list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: 0.5rem;
        color: #6c757d;
        content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
    }

.breadcrumb-item.active {
    color: rgba(0, 0, 0, 0.5);
}

.breadcrumb {
    color: #000000;
    padding: 12px 0 0;
    font-size: 0.765625rem;
}

    .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        opacity: 0.65;
    }

    .breadcrumb a {
        text-decoration: none;
        color: #000000;
        font-weight: 600;
    }

        .breadcrumb a:hover {
            color: var(--bs-primary);
        }

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #000000;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #eae3d9;
    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;
}

    .page-link:hover {
        z-index: 2;
        color: #000000;
        background-color: #eae3d9;
        border-color: #eae3d9;
    }

    .page-link:focus {
        z-index: 3;
        color: #0e2647;
        background-color: #e9ecef;
        outline: 0;
        box-shadow: none;
    }

/* next and last buttons pagination   */
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: white;
    background-color: #feba57;
    border-color: #eae3d9;
}

.page-item.disabled .page-link {
    color: rgba(0, 0, 0, 0.35);
    pointer-events: none;
    background-color: #ffffff;
    border-color: #eae3d9;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 0.984375rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 6.75px;
    border-bottom-left-radius: 6.75px;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 6.75px;
    border-bottom-right-radius: 6.75px;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.765625rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 5.25px;
    border-bottom-left-radius: 5.25px;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 5.25px;
    border-bottom-right-radius: 5.25px;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    position: relative;
    padding: 18px 18px;
    margin-bottom: 1rem;
    border: 2px solid transparent;
    border-radius: 6px;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 600;
}

.alert-dismissible {
    padding-right: 54px;
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 22.5px 18px;
    }

.alert-primary {
    color: #0a1d35;
    background-color: white;
    border-color: var(--bs-primary);
}

    .alert-primary .alert-link {
        color: #08172a;
    }

.alert-secondary {
    color: #4d5764;
    background-color: white;
    border-color: #8191a6;
}

    .alert-secondary .alert-link {
        color: #3e4650;
    }

.alert-success {
    color: #7e5d38;
    background-color: white;
    border-color: #d29b5d;
}

    .alert-success .alert-link {
        color: #654a2d;
    }

.alert-info {
    color: #664a23;
    background-color: white;
    border-color: #feba57;
}

    .alert-info .alert-link {
        color: #523b1c;
    }

.alert-warning {
    color: #8f4328;
    background-color: white;
    border-color: #ee6f42;
}

    .alert-warning .alert-link {
        color: #723620;
    }

.alert-danger {
    color: #7d1927;
    background-color: white;
    border-color: #d12941;
}

    .alert-danger .alert-link {
        color: #64141f;
    }

.alert-light {
    color: #5d5f61;
    background-color: white;
    border-color: #e9edf2;
}

    .alert-light .alert-link {
        color: #4a4c4e;
    }

.alert-dark {
    color: #0a0c1b;
    background-color: white;
    border-color: #11142d;
}

    .alert-dark .alert-link {
        color: #080a16;
    }

.alert-brand {
    color: #000000;
}

    .alert-brand a,
    .alert-brand .icon,
    .alert-brand .highlight,
    .alert-brand .alert-link {
        color: #000000;
    }

.alert-primary {
    color: #000000;
}

    .alert-primary a,
    .alert-primary .icon,
    .alert-primary .highlight,
    .alert-primary .alert-link {
        color: #000000;
    }

.alert-secondary {
    color: #000000;
}

    .alert-secondary a,
    .alert-secondary .icon,
    .alert-secondary .highlight,
    .alert-secondary .alert-link {
        color: #000000;
    }

.alert-success {
    color: #000000;
}

    .alert-success a,
    .alert-success .icon,
    .alert-success .highlight,
    .alert-success .alert-link {
        color: #000000;
    }

.alert-info {
    color: #000000;
}

    .alert-info a,
    .alert-info .icon,
    .alert-info .highlight,
    .alert-info .alert-link {
        color: #000000;
    }

.alert-warning {
    color: #000000;
}

    .alert-warning a,
    .alert-warning .icon,
    .alert-warning .highlight,
    .alert-warning .alert-link {
        color: #000000;
    }

.alert-danger {
    color: #000000;
}

    .alert-danger a,
    .alert-danger .icon,
    .alert-danger .highlight,
    .alert-danger .alert-link {
        color: #000000;
    }

.alert-light {
    color: #000000;
}

    .alert-light a,
    .alert-light .icon,
    .alert-light .highlight,
    .alert-light .alert-link {
        color: #000000;
    }

.alert-dark {
    color: #000000;
}

    .alert-dark a,
    .alert-dark .icon,
    .alert-dark .highlight,
    .alert-dark .alert-link {
        color: #000000;
    }

.alert {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.65625rem;
    background-color: #eae3d9;
    border-radius: 6px;
    box-shadow: none;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-primary);
    transition: width 0.6s ease;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 6px;
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

    .list-group-numbered > li::before {
        content: counters(section, ".") ". ";
        counter-increment: section;
    }

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: rgba(254, 186, 87, 0.1);
    }

    .list-group-item-action:active {
        color: #000000;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #000000;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid rgba(8, 20, 73, 0.1);
}

    .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: #6c757d;
        pointer-events: none;
        background-color: #ffffff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #feba57;
        background-color: rgba(254, 186, 87, 0.15);
        border-color: rgba(254, 186, 87, 0.15);
    }

    .list-group-item + .list-group-item {
        border-top-width: 0;
    }

        .list-group-item + .list-group-item.active {
            margin-top: -1px;
            border-top-width: 1px;
        }

.list-group-horizontal {
    flex-direction: row;
}

    .list-group-horizontal > .list-group-item:first-child {
        border-bottom-left-radius: 6px;
        border-top-right-radius: 0;
    }

    .list-group-horizontal > .list-group-item:last-child {
        border-top-right-radius: 6px;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px;
        }

.list-group-flush {
    border-radius: 0;
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 1px;
    }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0;
        }

.list-group-item-primary {
    color: #0a1d35;
    background-color: #cfd6de;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #0a1d35;
        background-color: #bac1c8;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #0a1d35;
        border-color: #0a1d35;
    }

.list-group-item-secondary {
    color: #4d5764;
    background-color: #e6e9ed;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #4d5764;
        background-color: #cfd2d5;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #4d5764;
        border-color: #4d5764;
    }

.list-group-item-success {
    color: #7e5d38;
    background-color: #f6ebdf;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #7e5d38;
        background-color: #ddd4c9;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #7e5d38;
        border-color: #7e5d38;
    }

.list-group-item-info {
    color: #664a23;
    background-color: #fff1dd;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #664a23;
        background-color: #e6d9c7;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #664a23;
        border-color: #664a23;
    }

.list-group-item-warning {
    color: #8f4328;
    background-color: #fce2d9;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #8f4328;
        background-color: #e3cbc3;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #8f4328;
        border-color: #8f4328;
    }

.list-group-item-danger {
    color: #7d1927;
    background-color: #f6d4d9;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #7d1927;
        background-color: #ddbfc3;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #7d1927;
        border-color: #7d1927;
    }

.list-group-item-light {
    color: #5d5f61;
    background-color: #fbfbfc;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #5d5f61;
        background-color: #e2e2e3;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #5d5f61;
        border-color: #5d5f61;
    }

.list-group-item-dark {
    color: #0a0c1b;
    background-color: #cfd0d5;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #0a0c1b;
        background-color: #babbc0;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #0a0c1b;
        border-color: #0a0c1b;
    }

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 6px;
    opacity: 0.5;
}

    .btn-close:hover {
        color: #000000;
        text-decoration: none;
        opacity: 0.75;
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: none;
        opacity: 1;
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        opacity: 0.25;
    }

.btn-close-white {
    filter: unset;
}

.btn-close:hover, .btn-close:focus, .btn-close:active, .btn-close:not(:disabled):not(.disabled):active, .btn-close.visible {
    outline: none;
    box-shadow: none;
    opacity: 0.5;
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: var(--bs-body-font-size);
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(8, 20, 73, 0.1);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

    .toast.showing {
        opacity: 0;
    }

    .toast:not(.show) {
        display: none;
    }

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

    .toast-container > :not(:last-child) {
        margin-bottom: 0.625rem;
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: #ffffff;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(8, 20, 73, 0.1);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .toast-header .btn-close {
        margin-right: -0.375rem;
        margin-left: 0.75rem;
    }

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}

.toast-header {
    border-bottom: none;
    font-weight: 500;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    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);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: 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 solid rgba(0, 0, 0, 0.2);
    border-radius: 6.75px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-body-bg-white-rgba);
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.65;
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0 solid rgba(8, 20, 73, 0.1);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

 .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem 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 solid rgba(8, 20, 73, 0.1);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

    .modal-footer > * {
        margin: 0.25rem;
    }

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0;
    }

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: 'Nunito-SemiCond-Light';
    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.765625rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .tooltip-arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .tooltip .tooltip-arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
    padding: 0.4rem 0;
}

    .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
        bottom: 0;
    }

        .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
            top: -1px;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #11142d;
        }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
    padding: 0 0.4rem;
}

    .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
            right: -1px;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #11142d;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: 0.4rem 0;
}

    .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
        top: 0;
    }

        .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
            bottom: -1px;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #11142d;
        }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 0.4rem;
}

    .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
            left: -1px;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #11142d;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #e9edf2;
    text-align: center;
    background-color: #11142d;
    border-radius: 6px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: 'Nunito-SemiCond-Regular';
    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.765625rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6.75px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

    .popover .popover-arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
    }

        .popover .popover-arrow::before, .popover .popover-arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}

    .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
        bottom: 0;
        border-width: 0.5rem 0.5rem 0;
        border-top-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
        bottom: 1px;
        border-width: 0.5rem 0.5rem 0;
        border-top-color: #fff;
    }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

    .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
        left: 0;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        border-right-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
        left: 1px;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        border-right-color: #fff;
    }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
    top: calc(-0.5rem - 1px);
}

    .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
        top: 0;
        border-width: 0 0.5rem 0.5rem 0.5rem;
        border-bottom-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
        top: 1px;
        border-width: 0 0.5rem 0.5rem 0.5rem;
        border-bottom-color: #fff;
    }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

    .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
        right: 0;
        border-width: 0.5rem 0 0.5rem 0.5rem;
        border-left-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
        right: 1px;
        border-width: 0.5rem 0 0.5rem 0.5rem;
        border-left-color: #fff;
    }

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: var(--bs-text-font-size);
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: 5.75px;
    border-top-right-radius: 5.75px;
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 1rem 1rem;
    color: #000000;
}

.carousel {
    position: relative;
}

    .carousel.pointer-event {
        touch-action: pan-y;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}



    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: block;
    }

        /* rtl:begin:ignore */
        .carousel-item-next:not(.carousel-item-start),
        .active.carousel-item-end {
            transform: translateX(100%);
        }

        .carousel-item-prev:not(.carousel-item-end),
        .active.carousel-item-start {
            transform: translateX(-100%);
        }

/* rtl:end:ignore */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-start,
    .carousel-fade .carousel-item-prev.carousel-item-end {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

    .carousel-control-prev:hover, .carousel-control-prev:focus,
    .carousel-control-next:hover,
    .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: 0.9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: 0.5;
        transition: opacity 0.6s ease;
    }

    .carousel-indicators .active {
        opacity: 1;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #ffffff;
    background-clip: padding-box;
    outline: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-in-out;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
}

    .offcanvas-backdrop.fade {
        opacity: 0;
    }

    .offcanvas-backdrop.show {
        opacity: 0.65;
    }

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

    .offcanvas-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin-top: -0.5rem;
        margin-right: -0.5rem;
        margin-bottom: -0.5rem;
    }

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 0 solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 0 solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 0 solid rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 0 solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}

.offcanvas.show {
    transform: none;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: 0.5;
}

    .placeholder.btn::before {
        display: inline-block;
        content: "";
    }

.placeholder-xs {
    min-height: 0.6em;
}

.placeholder-sm {
    min-height: 0.8em;
}

.placeholder-lg {
    min-height: 1.2em;
}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.link-primary {
    color: var(--bs-primary);
}

    .link-primary:hover, .link-primary:focus {
        color: #0e2647;
    }

.link-secondary {
    color: #8191a6;
}

    .link-secondary:hover, .link-secondary:focus {
        color: #9aa7b8;
    }

.link-success {
    color: #d29b5d;
}

    .link-success:hover, .link-success:focus {
        color: #dbaf7d;
    }

.link-info {
    color: #feba57;
}

    .link-info:hover, .link-info:focus {
        color: #fec879;
    }

.link-warning {
    color: #ee6f42;
}

    .link-warning:hover, .link-warning:focus {
        color: #f18c68;
    }

.link-danger {
    color: #d12941;
}

    .link-danger:hover, .link-danger:focus {
        color: #a72134;
    }

.link-light {
    color: #e9edf2;
}

    .link-light:hover, .link-light:focus {
        color: #edf1f5;
    }

.link-dark {
    color: #11142d;
}

    .link-dark:hover, .link-dark:focus {
        color: #0e1024;
    }

.ratio {
    position: relative;
    width: 100%;
}

    .ratio::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: "";
    }

    .ratio > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: -3px;
    left: 0;
    /*z-index: 1030;*/
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.25;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: 1px solid rgba(8, 20, 73, 0.1) !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid rgba(8, 20, 73, 0.1) !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid rgba(8, 20, 73, 0.1) !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid rgba(8, 20, 73, 0.1) !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid rgba(8, 20, 73, 0.1) !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.border-secondary {
    border-color: #8191a6 !important;
}

.border-success {
    border-color: #d29b5d !important;
}

.border-info {
    border-color: #feba57 !important;
}

.border-warning {
    border-color: #ee6f42 !important;
}

.border-danger {
    border-color: #d12941 !important;
}

.border-light {
    border-color: #e9edf2 !important;
}

.border-dark {
    border-color: #11142d !important;
}

.border-white {
    border-color: #fff !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !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;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !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;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !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;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-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-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.34375rem + 1.125vw) !important;
}

.fs-2 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-3 {
    font-size: calc(1.278125rem + 0.3375vw) !important;
}

.fs-4 {
    font-size: calc(1.25625rem + 0.075vw) !important;
}

.fs-5 {
    font-size: 1.09375rem !important;
}

.fs-6 {
    font-size: var(--bs-body-font-size) !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 600 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !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-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary), var(--bs-text-opacity)) !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #000000 !important;
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.text-opacity-25 {
    --bs-text-opacity: 0.25;
}

.text-opacity-50 {
    --bs-text-opacity: 0.5;
}

.text-opacity-75 {
    --bs-text-opacity: 0.75;
}

.text-opacity-100 {
    --bs-text-opacity: 1;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary), 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-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-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-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-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-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
    --bs-bg-opacity: 1;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: 6px !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 5.25px !important;
}

.rounded-2 {
    border-radius: 6px !important;
}

.rounded-3 {
    border-radius: 6.75px !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.rounded-end {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.rounded-bottom {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.rounded-start {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

ngb-typeahead-window,
ngb-typeahead-window.dropdown-menu {
    z-index: 1055 !important;
}

/* poppins-100 - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 100;
    src: local("Poppins Thin"), local("Poppins-Thin"), url("../assets/fonts/poppins-v6-latin-100.woff2") format("woff2"), url("../assets/fonts/poppins-v6-latin-100.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-200 - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 200;
    src: local("Poppins ExtraLight"), local("Poppins-ExtraLight"), url("../assets/fonts/poppins-v6-latin-200.woff2") format("woff2"), url("../assets/fonts/poppins-v6-latin-200.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-300 - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    src: local("Poppins Light"), local("Poppins-Light"), url("../assets/fonts/poppins-v6-latin-300.woff2") format("woff2"), url("../assets/fonts/poppins-v6-latin-300.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: local("Poppins Regular"), local("Poppins-Regular"), url("../assets/fonts/poppins-v6-latin-regular.woff2") format("woff2"), url("../assets/fonts/poppins-v6-latin-regular.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-italic - latin */
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 400;
    src: local("Poppins Italic"), local("Poppins-Italic"), url("../assets/fonts/poppins-v6-latin-italic.woff2") format("woff2"), url("../assets/fonts/poppins-v6-latin-italic.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("../assets/fonts/poppins-v6-latin-600.woff2") format("woff2"), url("../assets/fonts/poppins-v6-latin-600.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600italic - latin */
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 600;
    src: local("Poppins SemiBold Italic"), local("Poppins-SemiBoldItalic"), url("../assets/fonts/poppins-v6-latin-600italic.woff2") format("woff2"), url("../assets/fonts/poppins-v6-latin-600italic.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700italic - latin */
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 700;
    src: local("Poppins Bold Italic"), local("Poppins-BoldItalic"), url("../assets/fonts/poppins-v6-latin-700italic.woff2") format("woff2"), url("../assets/fonts/poppins-v6-latin-700italic.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: local("Poppins Bold"), local("Poppins-Bold"), url("../assets/fonts/poppins-v6-latin-700.woff2") format("woff2"), url("../assets/fonts/poppins-v6-latin-700.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ~ */
/* ---------- VARIABLES STYLES - START */
/*$open-sans: 'Open Sans', sans-serif;*/
/* ---------- VARIABLES STYLES - END */
/* ~ */
/* ~ */
/* ---------- GLOBAL MIXINS - START */
/*  <  576px  */
/*  >= 576px  */
/*  >= 768px  */
/*  >= 768px  */
/*  >= 992px  */
/*  >= 1200px */
/* ---------- GLOBAL MIXINS - END */
/* ~ */
/* ~ */
/* ---------- GLOBAL PLACEHOLDERS - START */
.lp-opened-sidebar .lp-sidebar, .lp-closed .lp-sidebar, .modal-backdrop {
    background-attachment: fixed !important;
    background-size: contain !important;
}

/* ---------- GLOBAL PLACEHOLDERS - END */
/* ~ */
.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background: rgba(17, 48, 89, 0.1);
    font-size: var(--bs-text-font-size);
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background: var(--bs-primary);
}

.datepicker td,
.datepicker th {
    width: 40px;
    height: 38px;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #f2f2f2;
}

.datepicker-dropdown {
    background: white !important;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.05);
}

ngb-datepicker .btn-light {
    background: #ffffff;
    border-color: #ffffff;
    color: #081449;
}

    ngb-datepicker .btn-light:hover {
        background: #f2f2f2;
        color: #081449;
    }

ngb-datepicker .form-select {
    color: #081449 !important;
}

ngb-datepicker .ng-range {
    background: rgba(17, 48, 89, 0.1);
}

ngb-datepicker .ng-range-end {
    background: #8191a6;
    color: #fff;
}

ngb-datepicker .ngb-dp-header {
    background: #ffffff;
    border-color: #ffffff;
    color: #081449;
}

ngb-datepicker .ngb-dp-weekdays {
    background: #ffffff;
    border-color: #ffffff;
    color: #081449;
}

ngb-datepicker .text-muted {
    color: #081449 !important;
    opacity: 0.35 !important;
}

/* ~ */
/* ---------- GENERAL STYLES - START */
.lp-content {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    min-height: calc(100vh - 140px);
}

body .lp-content {
    padding: 0 36px 36px 24px;
}

body.lp-opened-sidebar .lp-content {
    padding: 0 36px 24px 300px;
}

body.lp-closed .lp-content {
    padding: 0 36px 24px 114px;
}

body.lp-boxed .lp-content {
    max-width: 1400px;
}

.content-header-title,
.breadcrumb,
.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
    color: #000000;
}

.navbar-brand,
.navbar-brand:hover,
.lp-toggle-sidebar i {
    color: #000000;
}

.lp-sidebar a,
header a,
.btn,
.navbar-brand {
    font-family: 'Nunito-SemiCond-Regular';
    font-weight: 400;
}

.entry-row {
    margin: 24px 0 12px 0;
}

    .entry-row .btn,
    .entry-row .btn-group .btn,
    .entry-row input {
        font-size: 0.875em !important;
    }

    .entry-row .form-control {
        background: #ffffff;
        color: #000000;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
        width: auto;
        padding-left: 0;
        padding-right: 0;
        border: 0;
        width: 100px;
        border-radius: 10px;
    }

.card-seperator {
    border-bottom: 1px solid #fafafa;
    margin: 1.5rem 0;
}

/*h1.content-header-title, .content-header-title.h1 {*/
/*    font-size: var(--bs-body-font-size);*/
/*}*/

.headerTitle {
    padding: 2px 0 0 6px;
}

.code-area {
    margin: 30px 0 60px;
}

body.abp-account-layout {
    padding-top: 0;
}

.navbar-brand {
    width: 40px;
    height: 24px;
    background: var(--logo) center left;
    background-size: contain !important;
    background-repeat: no-repeat;
    z-index: 1;
    top: 21px;
    left: 56px;
    position: absolute;
}

.navbar-toggler {
    color: #000000 !important;
    outline: none !important;
}

.lp-closed .navbar-brand {
    opacity: 0;
}

.lp-closed.lp-extended .navbar-brand {
    opacity: 1;
}

.account-brand {
    position: relative;
}

    .account-brand .navbar-brand {
        background: var(--logo-reverse) center center;
        background-size: contain !important;
        background-repeat: no-repeat;
        height: 50px;
        top: -20px !important;
        margin: 0;
        left: 50% !important;
        margin-left: -86px;
    }

/* ---------- GENERAL STYLES - END */
/* ~ */
/* abp needs */
.form-with-card .card {
    margin-bottom: 0;
}

.form-with-card .custom-body {
    height: 308px;
    /* 100% = dialog height, 120px = header + footer */
    overflow-y: auto;
}

.form-with-card .custom-secret-body {
    height: 240px;
    /* 100% = dialog height, 120px = header + footer */
}

.form-with-card .custom-AppUri-body,
.form-with-card .custom-restriction-body,
.form-with-card .custom-properties-body {
    height: 150px;
    /* 100% = dialog height, 120px = header + footer */
}

.form-with-card .custom-grantType-body {
    height: 120px;
    /* 100% = dialog height, 120px = header + footer */
}

.fs-9 {
    font-size: 0.95em;
}

.mw-100 {
    min-width: 150px;
}

/* 
    loader
*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}

    .loader #cover-spin {
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(121, 121, 121, 0.65);
    }

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.loader #cover-spin::after {
    content: "";
    display: block;
    position: absolute;
    left: 48%;
    top: 47%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.25);
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

/* 
    validation
*/
.field-validation-error.text-danger span {
    font-size: 0.8em;
    background: #f7f7f7;
    color: #000000;
    padding: 8px 12px 0;
    display: block;
    border: 2px solid #d12941;
    border-bottom-width: 0;
    border-top: 0;
    transition: 0.5s;
    line-height: 1.5;
}

    .field-validation-error.text-danger span:last-of-type {
        padding-bottom: 8px;
        border-bottom-width: 2px;
        border-radius: 0 0 0.25rem 0.25rem;
    }

.input-validation-error {
    border-color: #d12941 !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0 !important;
}

    .input-validation-error.form-control:focus, .input-validation-error.form-control:active, .input-validation-error.form-control:visited {
        box-shadow: none;
        border-color: #d12941;
    }

    .input-validation-error.input-group .form-control {
        border-color: #d12941 !important;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom: 0 !important;
        border-right: 0 !important;
    }

    .input-validation-error.input-group .input-group-append {
        border-color: #d12941 !important;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top: 2px solid #d12941 !important;
        border-right: 2px solid #d12941 !important;
        border-top-right-radius: 4px;
        overflow: hidden;
    }

.fontawesome-icon-list a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #222;
    line-height: 32px;
    height: 32px;
    padding-left: 10px;
    border-radius: 4px;
}

.lepton-demo-options {
    position: fixed;
    bottom: -300px;
    right: 0;
    text-align: right;
    color: #fff;
    transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .lepton-demo-options:hover {
        bottom: 0;
    }

    .lepton-demo-options label.open-demo-container {
        background: #131323;
        padding: 8px 16px;
        border-top-left-radius: 10px;
        margin: 0;
    }

    .lepton-demo-options .lepton-demo-content {
        background: #131323;
        border-top-left-radius: 10px;
        padding: 20px;
        width: 500px;
        text-align: left;
        height: 300px;
    }

.abp-account-layout .card .card-header .navbar-nav {
    margin: 0 !important;
    padding: 0 !important;
}

    .abp-account-layout .card .card-header .navbar-nav .btn {
        box-shadow: none;
        padding: 0 !important;
    }

        .abp-account-layout .card .card-header .navbar-nav .btn:hover, .abp-account-layout .card .card-header .navbar-nav .btn:focus, .abp-account-layout .card .card-header .navbar-nav .btn:active {
            box-shadow: none;
        }

        .abp-account-layout .card .card-header .navbar-nav .btn.dropdown-toggle span.current-language-name {
            display: none;
        }

        .abp-account-layout .card .card-header .navbar-nav .btn.dropdown-toggle:after {
            display: none;
        }

.error-page-container {
    max-width: 600px;
    margin: 50px auto;
    background: #ffffff;
    color: #081449;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    padding: 3em;
    border-radius: 6px;
    overflow: hidden;
}

    .error-page-container .status-content {
        position: relative;
    }

        .error-page-container .status-content h1, .error-page-container .status-content .h1 {
            font-size: 5em;
            margin: 0 0 -20px;
        }

        .error-page-container .status-content h2 small, .error-page-container .status-content .h2 small, .error-page-container .status-content h2 .small, .error-page-container .status-content .h2 .small {
            font-size: 0.5em;
            opacity: 0.5;
            display: block;
            text-transform: uppercase;
        }

    .error-page-container .status-icon {
        position: relative;
    }

        .error-page-container .status-icon span {
            position: absolute;
            width: 360px;
            height: 360px;
            background: #eae3d9;
            border-radius: 360px;
            left: -150px;
            top: -150px;
            z-index: 0;
        }

        .error-page-container .status-icon .fa {
            position: relative;
            z-index: 1;
            font-size: 8em;
        }

#btnFullscreen .fa-expand {
    display: inline-block;
}

#btnFullscreen .fa-compress {
    display: none;
}

#btnFullscreen.expanded .fa-expand {
    display: none;
}

#btnFullscreen.expanded .fa-compress {
    display: inline-block;
}

.lp-content > .row > div > .card.card-one {
    height: calc(100% - 24px);
}

.lp-content > .row > div > .card.card-two {
    height: calc(50% - 24px);
}

.lp-content > .row > div > .card.card-three {
    height: calc(33.33% - 24px);
}

.lp-content > .row > div > .card.card-four {
    height: calc(25% - 24px);
}

.lp-content > .row > div > .card.card-five {
    height: calc(20% - 24px);
}

.opc-65 {
    opacity: 0.65;
}

.opacity-50 {
    opacity: 0.5;
}

.chat-box {
    background: #e5dccf;
}

.user-avatar {
    border-radius: 100%;
    width: 24px;
    height: 24px;
    margin-top: -1px;
}

.user-avatar-big {
    margin: 0;
    width: 44px;
    height: 44px;
    border-radius: 100%;
}

.chart-margin-fix {
    position: relative;
    margin-left: -10px;
    margin-bottom: -10px;
}

.badge.badge-avatar {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    padding: 0;
    font-size: 1.125em;
    border-radius: 100px;
    font-weight: 900;
    margin-right: 0.5em;
}

.dataTable-action-col {
    width: 25px;
    text-align: center;
}

    .dataTable-action-col:before, .dataTable-action-col:after {
        display: none !important;
    }

.lepton-demo.lepton-border-demo [class^=border] {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin: 0.25rem;
    background: rgba(8, 20, 73, 0.03);
}

.lepton-demo .card .card-header .nav-pills {
    padding: 0;
    box-shadow: none;
}

.lepton-demo .card .card-body .tab-content {
    padding: 0;
    box-shadow: none;
}

    .lepton-demo .card .card-body .tab-content .nav-tabs:not(.nav-pills) {
        margin-top: -24px;
        margin-left: -24px;
        margin-right: -24px;
    }

.lepton-demo.lepton-demo-card .abp-widget-wrapper > .card {
    background: #eae3d9;
}

    .lepton-demo.lepton-demo-card .abp-widget-wrapper > .card .card-body .tab-content pre {
        margin-left: -24px;
        margin-right: -24px;
        margin-bottom: -24px;
    }

    .lepton-demo.lepton-demo-card .abp-widget-wrapper > .card .tab-content {
        background: #eae3d9;
    }

    .lepton-demo.lepton-demo-card .abp-widget-wrapper > .card .nav-pills {
        background: #eae3d9;
    }

:not(pre) > code[class*=language-],
pre[class*=language-] {
    background: #000000;
}

.btn span.spinner-border {
    margin-right: 0.5rem;
}

.radar-spinner {
    height: 60px;
    width: 60px;
    position: relative;
}

    .radar-spinner .circle {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-animation: radar-spinner-animation 2s infinite;
        animation: radar-spinner-animation 2s infinite;
    }

        .radar-spinner .circle:nth-child(1) {
            padding: 0px;
            -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
        }

        .radar-spinner .circle:nth-child(2) {
            padding: 5.4545454545px;
            -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
        }

        .radar-spinner .circle:nth-child(3) {
            padding: 10.9090909091px;
            -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
        }

        .radar-spinner .circle:nth-child(4) {
            padding: 16.3636363636px;
            -webkit-animation-delay: 0ms;
            animation-delay: 0ms;
        }

    .radar-spinner .circle-inner,
    .radar-spinner .circle-inner-container {
        height: 100%;
        width: 100%;
        border-radius: 50%;
        border: 2.7272727273px solid transparent;
    }

    .radar-spinner .circle-inner {
        border-left-color: var(--secondary, #ff1d5e);
        border-right-color: var(--secondary, #ff1d5e);
    }

@-webkit-keyframes radar-spinner-animation {
    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes radar-spinner-animation {
    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.z-index-0 {
    z-index: 0;
}

/* ~ */
/* ---------- BOOTSTRAP OVERRIDES - START */
/*body h1,*/
/*body .h1 {*/
/*    font-size: 30px;*/
/*}*/

/*body h2,*/
/*body .h2 {*/
/*    font-size: 24px;*/
/*}*/

/*body h3,*/
/*body .h3 {*/
/*    font-size: 18px;*/
/*}*/

/*body h4,*/
/*body .h4 {*/
/*    font-size: var(--bs-body-font-size);*/
/*}*/

/*body h5,*/
/*body .h5 {*/
/*    font-size: 13.5px;*/
/*}*/

/*body h6,*/
/*body .h6 {*/
/*    font-size: 12px;*/
/*}*/

/*body .row {*/
/*    margin-right: -12px;*/
/*    margin-left: -12px;*/
/*}*/

body hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

body :where(h1, h2) {
    font-family: 'Roboto-Regular';
    /*font-size: var(--bs-body-font-size);*/
    line-height: 1.5;
    letter-spacing: 0.8px
}

body :where(.h1, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
    font-family: 'Roboto-Regular';
    line-height: 2;
    letter-spacing: 0.8px;
}

body pre {
    background: white;
    color: #081449;
    margin-bottom: 0;
}

body .col-1,
body .col-2,
body .col-3,
body .col-4,
body .col-5,
body .col-6,
body .col-7,
body .col-8,
body .col-9,
body .col-10,
body .col-11,
body .col-12,
body .col,
body .col-auto,
body .col-sm-1,
body .col-sm-2,
body .col-sm-3,
body .col-sm-4,
body .col-sm-5,
body .col-sm-6,
body .col-sm-7,
body .col-sm-8,
body .col-sm-9,
body .col-sm-10,
body .col-sm-11,
body .col-sm-12,
body .col-sm,
body .col-sm-auto,
body .col-md-1,
body .col-md-2,
body .col-md-3,
body .col-md-4,
body .col-md-5,
body .col-md-6,
body .col-md-7,
body .col-md-8,
body .col-md-9,
body .col-md-10,
body .col-md-11,
body .col-md-12,
body .col-md,
body .col-md-auto,
body .col-lg-1,
body .col-lg-2,
body .col-lg-3,
body .col-lg-4,
body .col-lg-5,
body .col-lg-6,
body .col-lg-7,
body .col-lg-8,
body .col-lg-9,
body .col-lg-10,
body .col-lg-11,
body .col-lg-12,
body .col-lg,
body .col-lg-auto,
body .col-xl-2,
body .col-xl-3,
body .col-xl-4,
body .col-xl-5,
body .col-xl-6,
body .col-xl-7,
body .col-xl-8,
body .col-xl-9,
body .col-xl-10,
body .col-xl-11,
body .col-xl-12,
body .col-xl,
body .col-xl-auto {
    padding-right: 12px;
    padding-left: 12px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

    p + p {
        margin-top: 1rem;
        margin-bottom: 0;
    }

.btn {
    border-width: 2px;
    border-radius: 6px;
    padding: 5px 18px;
    /*font-size: var(--bs-text-font-size);*/
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}
    /*.btn:hover .fa, .btn:active .fa,*/
    /*.btn:hover .fas, .btn:active .fas {*/
    /*    color: white;*/
    /*}*/
    .btn:hover, .btn:focus, .btn:active, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled):active:focus, .btn.visible {
        outline: none;
        color: #fff;
        border-radius: 10px;
        border: 2px solid var(--bs-secondary-rgba);
        background: var(--bs-secondary-rgba);
        box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.15) inset;
        transition: all 0.2s ease;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    }

    .btn.btn-sm, .btn-group-sm > .btn {
        padding: 4px 12px;
        font-size: 0.9em;
    }

    .btn.btn-md {
        padding: 6px 18px;
        font-size: var(--bs-text-font-size);
    }

    .btn.btn-lg, .btn-group-lg > .btn {
        padding: 8px 27px;
        font-size: var(--bs-text-font-size);
    }

    .btn.btn-outline-primary, .btn {
        color: black;
        border-radius: 10px;
        background-color: transparent;
        border: 2px solid var(--bs-primary);
        transition: transform 0.3s;
    }

        .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn-light:hover {
            color: #fff;
            border-radius: 10px;
            border: 2px solid var(--bs-secondary-rgba);
            background: var(--bs-secondary-rgba);
            box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.15) inset;
            transition: all 0.2s ease;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
        }

        .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary:not(:disabled):not(.disabled):active {
            color: #fff;
            border-radius: 10px;
            border: 2px solid var(--bs-secondary-rgba);
            background: var(--bs-secondary-rgba);
            box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.15) inset;
            transition: all 0.2s ease;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
        }

        .btn.btn-primary{
            color: black;
            border-radius: 10px;
            background-color: transparent;
            border: 2px solid var(--bs-primary);
        }
        .btn.btn-secondary {
            color: black;
            border-radius: 10px;
            background-color: transparent;
            border: 2px solid var(--bs-secondary);
        }

        .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary:not(:disabled):not(.disabled):active {
            color: #fff;
            border-radius: 10px;
            border: 2px solid var(--bs-secondary);
            background: var(--bs-secondary);
            box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.15) inset;
            transition: all 0.2s ease;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
        }

                .btn.btn-secondary:hover .fa, .btn.btn-secondary:active .fa,
                .btn.btn-secondary:hover .fas, .btn.btn-secondary:active .fas {
                    color: white;
                    transition: all 0.2s ease;
                    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
                }

        .btn.btn-outline-secondary {
            color: var(--bs-primary);
            border-color: var(--bs-primary);
        }

            .btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary:not(:disabled):not(.disabled):active {
                color: var(--bs-secondary-rgba);
                background-color: transparent;
                border-color: var(--bs-secondary-rgba);
                transition: all 0.2s ease;
                text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
            }
                /* Target the icon and text inside the button for hover effect */
                .btn.btn-outline-secondary:hover .fa, .btn.btn-outline-secondary:active .fa,
                .btn.btn-outline-secondary:focus .fa,
                .btn.btn-outline-secondary:hover .fas, .btn.btn-outline-secondary:active .fas,
                .btn.btn-outline-secondary:focus .fas {
                    color: var(--bs-secondary-rgba);
                    transition: all 0.2s ease;
                    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
                }

        .btn.btn-success {
            color: #fff;
            background-color: #d29b5d;
            border-color: #d29b5d;
        }

            .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success:not(:disabled):not(.disabled):active {
                color: #fff;
                background-color: #c58237;
                border-color: #c58237;
                transition: all 0.2s ease;
                text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
            }

        .btn.btn-outline-success {
            color: #d29b5d;
            border-color: #d29b5d;
        }

            .btn.btn-outline-success:hover, .btn.btn-outline-success:focus, .btn.btn-outline-success:active, .btn.btn-outline-success:not(:disabled):not(.disabled):active {
                color: #fff;
                background-color: #d29b5d;
                border-color: #d29b5d;
                transition: all 0.2s ease;
                text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
            }

        .btn.btn-info {
            color: #484848;
            background-color: #feba57;
            border-color: #feba57;
        }

            .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info:not(:disabled):not(.disabled):active {
                color: #484848;
                background-color: #fea524;
                border-color: #fea524;
                transition: all 0.2s ease;
                text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
            }

        .btn.btn-outline-info {
            color: #feba57;
            border-color: #feba57;
        }

            .btn.btn-outline-info:hover, .btn.btn-outline-info:focus, .btn.btn-outline-info:active, .btn.btn-outline-info:not(:disabled):not(.disabled):active {
                color: #fff;
                background-color: #feba57;
                border-color: #feba57;
                transition: all 0.2s ease;
                text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
            }

        .btn.btn-warning {
            color: #fff;
            background-color: var(--bs-warning);
            border-color: var(--bs-warning);
        }

            .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning:not(:disabled):not(.disabled):active {
                color: #fff;
                background-color: var(--bs-warning);
                border-color: var(--bs-warning);
                transition: all 0.2s ease;
                text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
            }

        .btn.btn-outline-warning {
            color: var(--bs-warning);
            border-color: var(--bs-warning);
        }

            .btn.btn-outline-warning:hover, .btn.btn-outline-warning:focus, .btn.btn-outline-warning:active, .btn.btn-outline-warning:not(:disabled):not(.disabled):active {
                color: #fff;
                background-color: var(--bs-warning);
                border-color: var(--bs-warning);
                transition: all 0.2s ease;
                text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
            }

        .btn.btn-danger {
            color: var(--bs-danger);
            background-color: transparent;
            border-color: var(--bs-danger);
            border-radius: 10px;
        }

            .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger:not(:disabled):not(.disabled):active {
                color: #fff;
                background-color: var(--bs-danger);
                border-radius: 10px;
                border-color: var(--bs-danger);
                box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.15) inset;
                transition: all 0.2s ease;
                text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
            }

                .btn.btn-danger:hover .fa, .btn.btn-danger:active .fa,
                .btn.btn-danger:hover .fas, .btn.btn-danger:active .fas {
                    color: white;
                    transition: all 0.2s ease;
                    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
                }

        .btn.btn-outline-danger {
            color: var(--bs-danger);
            border-color: var(--bs-danger);
        }

            .btn.btn-outline-danger:hover, .btn.btn-outline-danger:focus, .btn.btn-outline-danger:active, .btn.btn-outline-danger:not(:disabled):not(.disabled):active {
                color: #fff;
                background-color: var(--bs-danger);
                border-color: var(--bs-danger);
                transition: all 0.2s ease;
                text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
            }

        .btn.btn-outline-default {
            color: #11142d;
            border-color: 300;
            background: none;
        }

            .btn.btn-outline-default:hover, .btn.btn-outline-default:focus, .btn.btn-outline-default:active, .btn.btn-outline-default:not(:disabled):not(.disabled):active {
                color: #fff;
                background-color: #11142d;
                border-color: #11142d;
                transition: all 0.2s ease;
                text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
            }

        .btn.btn-link {
            box-shadow: none;
        }

            .btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:active, .btn.btn-link:not(:disabled):not(.disabled):active {
                box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
                transition: all 0.2s ease;
                text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
            }

        .btn.dropdown-toggle-split {
            padding-left: 10px;
            padding-right: 10px;
        }

.btn-group.btn-group-lg .btn,
.btn-group-vertical.btn-group-lg .btn {
    padding: 8px 27px;
    font-size: var(--bs-text-font-size);
}

.btn-group.btn-group-md .btn,
.btn-group-vertical.btn-group-md .btn {
    padding: 6px 18px;
    font-size: var(--bs-text-font-size);
}

.btn-group.btn-group-sm .btn,
.btn-group-vertical.btn-group-sm .btn {
    padding: 4px 12px;
    font-size: var(--bs-text-font-size);
}

.btn-group .btn,
.btn-group-vertical .btn {
    text-align: left;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -2px !important;
}

.btn-toolbar .btn {
    padding: 6px 14px !important;
}

.breadcrumb {
    padding: 12px 0 0;
    margin-bottom: 0;
    background: none;
    font-size: var(--bs-secondary-text-font-size);
}

    .breadcrumb .breadcrumb-item {
        padding-left: 0.25rem;
        opacity: 0.65;
    }

        .breadcrumb .breadcrumb-item:nth-child(1):before {
            display: none;
        }

        .breadcrumb .breadcrumb-item:hover {
            opacity: 1;
        }

        .breadcrumb .breadcrumb-item a {
            font-weight: 600;
        }

            .breadcrumb .breadcrumb-item a:hover {
                color: var(--bs-primary);
                text-decoration: none;
            }

        .breadcrumb .breadcrumb-item:before {
            padding-right: 0.5rem;
            padding-left: 0.25rem;
            content: "•";
            opacity: 0.35;
        }

.alert {
    padding: 16px 60px;
    background: #ffffff;
    color: #000000;
    border-color: 300;
    border-radius: 6px;
    border-width: 4px;
    box-shadow: 1px 2px 5px gray;
}

    .alert .alert-heading {
        font-size: var(--bs-body-font-size);
        margin-bottom: 2px;
    }

    .alert a {
        border-bottom: 1px solid;
    }

        .alert a:hover {
            text-decoration: none;
            border-bottom: 2px solid;
        }

    .alert .alert-icon {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin: -8px 0 -8px 0;
        border-radius: 5px;
        font-size: 32px;
    }

    .alert.alert-dismissible .close {
        padding: 0.125rem 0.75rem;
        top: 50%;
        margin-top: -18px;
        right: 8px;
    }

    .alert.alert-primary {
        border-color: var(--bs-primary);
        color: #081449;
    }

        .alert.alert-primary a,
        .alert.alert-primary .fa {
            color: var(--bs-primary);
        }

    .alert.alert-secondary {
        border-color: #8191a6;
        color: #081449;
    }

        .alert.alert-secondary a,
        .alert.alert-secondary .fa,
        .alert.alert-secondary .alert-heading {
            color: #8191a6;
        }

    .alert.alert-success {
        border-color: #d29b5d;
        color: #081449;
    }

        .alert.alert-success a,
        .alert.alert-success .fa,
        .alert.alert-success .alert-heading {
            color: #d29b5d;
        }

    .alert.alert-info {
        border-color: #feba57;
        color: #081449;
    }

        .alert.alert-info a,
        .alert.alert-info .fa,
        .alert.alert-info .alert-heading {
            color: #feba57;
        }

    .alert.alert-warning {
        border-color: #ee6f42;
        color: #081449;
    }

        .alert.alert-warning a,
        .alert.alert-warning .fa,
        .alert.alert-warning .alert-heading {
            color: #ee6f42;
        }

    .alert.alert-danger {
        border-color: #d12941;
        color: #081449;
    }

        .alert.alert-danger a,
        .alert.alert-danger .fa,
        .alert.alert-danger .alert-heading {
            color: #d12941;
        }

    .alert.alert-outline {
        border-color: rgba(0, 0, 0, 0.2) !important;
        color: rgba(0, 0, 0, 0.9) !important;
        box-shadow: none;
    }

        .alert.alert-outline a,
        .alert.alert-outline .fa,
        .alert.alert-outline .alert-heading {
            color: #000000 !important;
        }

        .alert.alert-outline .close {
            color: #000000 !important;
        }

            .alert.alert-outline .close:hover, .alert.alert-outline .close:focus, .alert.alert-outline .close:active, .alert.alert-outline .close:not(:disabled):not(.disabled):active, .alert.alert-outline .close.visible {
                color: #000000 !important;
            }

#toast-container.toast-top-full-width, #toast-container.toast-top-center {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 20px 15px 100px;
    transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#toast-container.toast-bottom-full-width, #toast-container.toast-bottom-center {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 100px 15px 20px 15px;
    transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#toast-container.toast-top-right {
    top: 8px;
    right: 8px;
}

#toast-container.toast-top-left {
    top: 8px;
    left: 8px;
}

#toast-container.toast-bottom-left {
    bottom: 8px;
    left: 8px;
}

#toast-container.toast-bottom-right {
    bottom: 8px;
    right: 8px;
}

#toast-container .toast {
    position: relative;
    border: 2px solid transparent;
    background: #ffffff !important;
    color: #081449;
    border-radius: 6px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.05);
}

    #toast-container .toast:hover {
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    }

    #toast-container .toast:before {
        content: "\f00c";
        position: absolute;
        left: 16px;
        top: 15px;
        display: inline-block;
        font: normal normal normal 14px/1 "Font Awesome 5 Free";
        font-weight: 900;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-size: 1.65em;
        text-align: center;
    }

    #toast-container .toast.toast-info {
        border-color: #feba57;
    }

        #toast-container .toast.toast-info:before {
            content: "\f129";
            color: #feba57;
        }

    #toast-container .toast.toast-success {
        border-color: #d29b5d;
    }

        #toast-container .toast.toast-success:before {
            content: "\f00c";
            color: #d29b5d;
        }

    #toast-container .toast.toast-warning {
        border-color: #ee6f42;
    }

        #toast-container .toast.toast-warning:before {
            content: "\f12a";
            color: #ee6f42;
        }

    #toast-container .toast.toast-error {
        border-color: #d12941;
    }

        #toast-container .toast.toast-error:before {
            content: "\f00d";
            color: #d12941;
        }

#toast-container > div {
    opacity: 0.975;
}

#toast-container button.toast-close-button {
    color: #000;
}

.card {
    border: 0;
    background: #ffffff;
    color: #000000;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    /*margin: 0 16px 16px 16px;*/
}

    /*.card .card-header {*/
    /*    border-bottom: 0;*/
    /*    padding: 14.4px 24px;*/
    /*    background: none;*/
    /*}*/

    .card .card-header .card-title {
        font-size: var(--bs-body-font-size);
        margin: 0;
        color: #000000;
    }

    .card .card-header .btn-group .btn.btn-link {
        color: #8191a6;
        border: 0;
    }

        .card .card-header .btn-group .btn.btn-link:hover, .card .card-header .btn-group .btn.btn-link:focus, .card .card-header .btn-group .btn.btn-link:active {
            text-decoration: none;
            background: #eae3d9;
            box-shadow: none;
        }

    .card .card-body {
        padding: 1rem;
    }

        .card .card-body .card-body-section + .card-body-section {
            margin-top: 24px;
        }

        .card .card-body .nav-pills.flex-column {
            box-shadow: none;
            padding: 0;
        }

            .card .card-body .nav-pills.flex-column .tab-content {
                padding-top: 0;
            }

    .card .card-footer {
        border: 0;
        background: none;
        border-top: 1px solid rgba(8, 20, 73, 0.05);
        border-radius: 0 0 6px 6px;
        padding: 14.4px 24px;
    }

        .card .card-footer .btn.btn-sm, .card .card-footer .btn-group-sm > .btn {
            padding: 4px 18px;
            font-size: var(--bs-secondary-text-font-size);
            margin: -5px 0;
        }

    .card .list-group {
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
        border-radius: 6px;
    }

        .card .list-group .list-group-item {
            border-color: #eae3d9;
        }

.form-control {
    font-size: var(--bs-text-font-size);
    color: #000000;
    background-color: var(--bs-body-bg-grey-rgba);
}

.input-group-text {
    font-size: var(--bs-text-font-size);
    color: #000000;
}

.input-group .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #ffffff;
}

.form-control {
    border: 2px solid #ebebeb;
    /*background-color: #f2f2f2;*/
}

    .form-control:focus, .form-control:active, .form-control:visited {
        color: #000000;
        border-color: var(--bs-primary);
        outline: 0;
        box-shadow: 0 0 0.2rem var(--bs-primary);
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #f7f7f7;
    }

    .form-control[readonly] {
        border: 2px solid #f7f7f7;
        background-color: #f7f7f7 !important;
    }

        .form-control[readonly]:focus, .form-control[readonly]:active, .form-control[readonly]:visited {
            background-color: #ffffff;
            border-color: #f7f7f7;
            outline: 0;
            box-shadow: none;
        }

.input-group-text {
    background-color: #f7f7f7;
    border: 0px;
}

.dropdown-menu {
    min-width: 180px;
    background: #ffffff;
    color: inherit;
    font-size: var(--bs-text-font-size);
    margin: 0;
    border-radius: 0 6px 6px 6px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.05);
    border: 0;
    overflow: hidden;
    padding: 0.25rem 0;
}

    .dropdown-menu .dropdown-item {
        padding: 6px 20px;
        color: inherit;
        opacity: 0.85;
        font-family: 'Nunito-SemiCond-Regular';
    }

        .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:not(:disabled):not(.disabled):active {
            background: var(--bs-body-bg-grey-rgba);
            opacity: 1;
        }

        .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:not(:disabled):not(.disabled):active {
            color: #000000;
            text-decoration: none;
            background-color: white;
            padding: 6px 20px;
            border-radius: 6px;
        }

    .dropdown-menu .dropdown-item-text,
    .dropdown-menu p {
        padding: 6px 20px;
    }

    .dropdown-menu .dropdown-header {
        background: #ffffff;
        margin: -12px -12px 8px;
        padding: 14px 20px !important;
        border-radius: 6px 6px 0 0;
    }

    .dropdown-menu .dropdown-divider {
        margin: 8px -12px;
    }

    .dropdown-menu.dropdown-menu-end {
        border-radius: 6px 0 6px 6px;
    }

    .dropdown-menu form {
        padding: 18px;
        margin: 13px 0;
        border-radius: 6.125px;
    }

.badge {
    padding: 0.35em 0.5em 0.25em 0.5em;
    font-size: 72%;
    border-radius: 6px;
}

.tooltip > .tooltip-inner {
    background-color: #fff;
    color: #000;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.05);
    padding: 0.5rem 1rem;
}

.tooltip.bs-tooltip-left > .arrow:before {
    border-left-color: #fff;
}

.tooltip.bs-tooltip-top > .arrow:before, .tooltip.bs-tooltip-auto[data-popper-placement^=top] > .arrow:before {
    border-top-color: #fff;
}

.tooltip.bs-tooltip-right > .arrow:before {
    border-right-color: #fff;
}

.tooltip.bs-tooltip-bottom > .arrow:before, .tooltip.bs-tooltip-auto[data-popper-placement^=bottom] > .arrow:before {
    border-bottom-color: #fff;
}

.modal {
    transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    color: #081449;
}

    .modal .modal-content {
        border-radius: 6px;
        background: #ffffff;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
        border: 0;
        width: fit-content;
    }

        .modal .modal-content .modal-header {
            padding: 12px 24px;
            background: #ffffff;
            border-color: #fafafa;
            color: #081449;
        }

            .modal .modal-content .modal-header .modal-title {
                margin: 8px 0px;
                line-height: 1;
                word-break: break-all;
                font-size: var(--bs-body-font-size);
            }

        .modal .modal-content .modal-body {
            padding: 24px;
            background: #ffffff;
            color: #081449;
        }

            .modal .modal-content .modal-body .nav-pills.flex-column {
                box-shadow: none;
                padding: 0;
            }

                .modal .modal-content .modal-body .nav-pills.flex-column .tab-content {
                    padding-top: 0;
                }

            .modal .modal-content .modal-body .nav-tabs:not(.nav-pills) {
                box-shadow: none;
                margin-top: -24px;
                margin-left: -24px;
                margin-right: -24px;
                margin-bottom: 0;
            }

            .modal .modal-content .modal-body .tab-content {
                box-shadow: none;
                margin-top: 0;
                margin-left: -24px;
                margin-right: -24px;
                margin-bottom: -24px;
            }

                .modal .modal-content .modal-body .tab-content .nav-tabs {
                    box-shadow: none;
                    margin: 0;
                    border: 1px solid #f7f7f7;
                    border-bottom: 0;
                }

                .modal .modal-content .modal-body .tab-content .tab-content {
                    box-shadow: none;
                    margin: 0;
                    border: 1px solid #f7f7f7;
                    border-top: 0;
                    margin-bottom: 20px;
                }

            .modal .modal-content .modal-body > .row > div[class^=col-] .tab-content {
                padding-top: 0;
                padding-left: 34px;
            }

        .modal .modal-content .modal-footer {
            background: #fcfcfc;
            border-radius: 0 0 6px 6px;
            border: 0;
        }

/*.modal .modal-lg {*/
/*    max-width: 720px;*/
/*}*/

.swal-modal {
    border-radius: 6px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    border: 0;
    -webkit-animation: none !important;
    animation: none !important;
    transition: all 0.2s ease-in-out;
    background: #f1ede6;
}

    .swal-modal .swal-footer {
        padding: 1rem;
        margin-top: 30px;
        background: #eae3d9;
    }

        .swal-modal .swal-footer .swal-button-container {
            margin: 0;
        }

            .swal-modal .swal-footer .swal-button-container .swal-button {
                padding: 4px 12px;
                margin-left: 10px;
                color: #fff;
                background-color: var(--bs-primary);
                border-color: var(--bs-primary);
                border-radius: 6px;
            }

                .swal-modal .swal-footer .swal-button-container .swal-button:hover, .swal-modal .swal-footer .swal-button-container .swal-button:focus, .swal-modal .swal-footer .swal-button-container .swal-button:active, .swal-modal .swal-footer .swal-button-container .swal-button:not(:disabled):not(.disabled):active {
                    color: #fff;
                    background-color: #09192e;
                    border-color: #09192e;
                    box-shadow: none;
                }

    .swal-modal .swal-title {
        font-size: var(--bs-body-font-size);
        color: #081449;
        word-break: break-word;
    }

    .swal-modal .swal-text {
        font-size: var(--bs-text-font-size);
        color: #081449;
        word-break: break-word;
    }

    .swal-modal .swal-icon {
        transform: scale(0.6);
        margin-bottom: -5px;
    }

    .swal-modal .swal-icon--success:after,
    .swal-modal .swal-icon--success:before,
    .swal-modal .swal-icon--success__hide-corners {
        background: #f1ede6;
    }

.swal-overlay {
    background: rgba(225, 215, 201, 0.7) !important;
}

.confirmation .confirmation-backdrop {
    background: rgba(225, 215, 201, 0.7) !important;
}

.confirmation .confirmation-dialog {
    border: 0;
    border-radius: 6px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    background: #f1ede6;
}

    .confirmation .confirmation-dialog .icon-container .icon {
        stroke: var(--bs-primary);
        color: var(--bs-primary);
    }

    .confirmation .confirmation-dialog .icon-container.info .icon {
        stroke: #feba57;
        color: #feba57;
    }

    .confirmation .confirmation-dialog .icon-container.success .icon {
        stroke: #d29b5d;
        color: #d29b5d;
    }

    .confirmation .confirmation-dialog .icon-container.warning .icon {
        stroke: #ee6f42;
        color: #ee6f42;
    }

    .confirmation .confirmation-dialog .icon-container.error .icon {
        stroke: #d12941;
        color: #d12941;
    }

    .confirmation .confirmation-dialog .content .title {
        color: #081449;
    }

    .confirmation .confirmation-dialog .content .message {
        color: #081449;
    }

    .confirmation .confirmation-dialog .footer {
        background: #eae3d9;
    }

        .confirmation .confirmation-dialog .footer .confirmation-button {
            background-color: var(--bs-primary);
            color: #fff;
        }

            .confirmation .confirmation-dialog .footer .confirmation-button:hover, .confirmation .confirmation-dialog .footer .confirmation-button:focus, .confirmation .confirmation-dialog .footer .confirmation-button:active {
                background-color: #0d2444;
            }

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: var(--bs-body-bg-grey-rgba);
    transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .modal-backdrop.show {
        opacity: 0.8;
    }

.close {
    font-weight: 100;
    font-size: 32px;
    opacity: 0.6;
    text-shadow: none;
    color: #000000;
}

    .close:hover, .close:focus, .close:active, .close:not(:disabled):not(.disabled):active, .close.visible {
        outline: none;
        box-shadow: none;
        opacity: 0.5;
    }

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    background-color: whitesmoke;
    border: 2px solid #ebebeb !important;
    border-radius: 6px;
    color: #081449;
    min-height: 36px;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
    .select2-container--default .select2-selection--multiple .select2-selection__rendered,
    .select2-container--default .select2-selection--single .select2-selection__choice__remove,
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #081449;
        font-weight: normal;
        margin-right: 7px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
        .select2-container--default .select2-selection--multiple .select2-selection__rendered:hover,
        .select2-container--default .select2-selection--single .select2-selection__choice__remove:hover,
        .select2-container--default .select2-selection--single .select2-selection__rendered:hover {
            color: #081449;
        }

    .select2-container--default .select2-selection--multiple .select2-selection__choice,
    .select2-container--default .select2-selection--single .select2-selection__choice {
        background-color: #ffffff;
        border: 0;
        border-radius: 6px;
        color: #081449;
        padding: 0px 6px;
        font-size: var(--bs-text-font-size);
    }

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f2f2f2;
    color: #081449;
}

    .select2-container--default .select2-results__option[aria-selected=true]:hover,
    .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
        background-color: #f2f2f2 !important;
        color: #081449 !important;
    }

.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default:focus .select2-selection--multiple,
.select2-container--default:focus .select2-selection--single, .select2-container--default.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--below .select2-selection--single {
    outline: none;
    box-shadow: none;
}

.select2-dropdown {
    background-color: whitesmoke;
    color: #081449;
    border: 0 !important;
    margin-top: -3px;
    z-index: 1056;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #f7f7f7 !important;
    border-radius: 6px;
    background: #fafafa;
}

    .select2-container--default .select2-search--dropdown .select2-search__field:focus {
        color: var(--bs-primary);
        border-color: rgba(17, 48, 89, 0.25) !important;
        box-shadow: 0 0 0.2rem #eae3d9;
        outline: none;
        box-shadow: none;
    }

.accordion h5, .accordion .h5 {
    color: var(--bs-primary);
    display: block;
    padding: 12px 16px;
    font-size: var(--bs-body-font-size);
    transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    margin: 0;
}

.accordion .card {
    margin-bottom: 0;
    border-radius: 6px;
    border: 2px solid #f7f7f7;
    box-shadow: none;
}

    .accordion .card .card-header {
        border: 0;
        color: #081449;
        background-color: #ffffff;
        border-color: #fcfcfc;
        padding: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .accordion .card .card-header .fa {
            margin-right: 10px;
        }

        .accordion .card .card-header .card-title,
        .accordion .card .card-header .btn-link {
            color: #000000;
            display: block;
            padding: 12px 16px;
            font-size: var(--bs-body-font-size);
            transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
            margin: 0;
            box-shadow: none;
        }

            .accordion .card .card-header .card-title:hover,
            .accordion .card .card-header .btn-link:hover {
                cursor: pointer;
            }

            .accordion .card .card-header .card-title:after,
            .accordion .card .card-header .btn-link:after {
                content: "";
                position: relative;
                top: 1px;
                display: inline-block;
                font-weight: 600;
                font-size: 1.5em;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                float: right;
                transition: transform 0.25s linear;
                -webkit-transition: -webkit-transform 0.25s linear;
                color: #000000;
            }



            .accordion .card .card-header .card-title[aria-expanded=true]:after {
                content: "−";
                transform: rotate(180deg);
            }

            .accordion .card .card-header .card-title[aria-expanded=false]:after {
                content: "+";
                transform: rotate(90deg);
                color: #bbb;
            }

.tab-content {
    padding: 1.75rem;
    background: #ffffff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
}

.nav-tabs {
    background: var(--bs-body-bg-grey-rgba);
    border: 0;
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.05);
    /* position: relative;*/
    z-index: 2;
    border-bottom-width: 2px;
}

    .nav-tabs .nav-item {
        margin-bottom: 0;
        background: none;
    }

        .nav-tabs .nav-item:hover {
            background: rgba(255, 255, 255, 0.4);
        }

            .nav-tabs .nav-item:hover .nav-link {
                color: var(--bs-secondary-rgba);
                border-width: 2px;
            }

        .nav-tabs .nav-item .nav-link {
            border: 0;
            padding: 1.25rem 1.75rem;
            border-radius: 0;
            color: var(--bs-primary);
            font-weight: 600;
        }

            .nav-tabs .nav-item .nav-link.active {
                color: var(--bs-primary);
                background: #ffffff;
            }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #081449;
            background-color: white;
            border-color: white;
        }

.nav-pills {
    padding: 1.75rem;
    border: 0;
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    z-index: 2;
}

    .nav-pills .nav-item {
        margin-bottom: 0;
        border-radius: 6px;
    }

        .nav-pills .nav-item + .nav-item .nav-link, .nav-pills .nav-item + .nav-item.nav-link {
            margin-left: 10px;
        }

        .nav-pills .nav-item:hover .nav-link {
            color: rgba(8, 20, 73, 0.8);
            background: rgba(255, 255, 255, 0.4);
        }

        .nav-pills .nav-item .nav-link {
            border: 2px solid #eae3d9;
            padding: 0.5rem 1.75rem;
            color: rgba(8, 20, 73, 0.6);
            font-weight: 600;
            border-radius: 6px;
        }

            .nav-pills .nav-item .nav-link.active {
                border: 2px solid var(--bs-primary);
                background: var(--bs-primary);
                color: #fff;
                position: relative;
            }

        .nav-pills .nav-item.nav-link {
            border: 2px solid #eae3d9;
            padding: 0.5rem 1rem;
            color: rgba(8, 20, 73, 0.6);
            font-weight: 600;
            border-radius: 6px;
        }

            .nav-pills .nav-item.nav-link.active {
                border: 2px solid var(--bs-primary);
                background: var(--bs-primary);
                color: #fff;
                position: relative;
            }

    .nav-pills .show > .navlink {
        border: 2px solid var(--bs-primary);
        background: var(--bs-primary);
        color: #fff;
        position: relative;
    }

    .nav-pills.flex-column {
        padding: 1.75rem;
    }

        .nav-pills.flex-column + .nav-item .nav-link {
            margin-left: 0px;
        }

        .nav-pills.flex-column .nav-link {
            border: 2px solid #eae3d9;
            padding: 0.5rem 1rem;
            color: rgba(8, 20, 73, 0.6);
            font-weight: 600;
            border-radius: 6px;
            margin-bottom: 0.5rem;
            margin-left: 0 !important;
        }

            .nav-pills.flex-column .nav-link.active {
                border: 2px solid var(--bs-primary);
                background: var(--bs-primary);
                color: #fff;
            }

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: var(--bs-primary);
    }

    .nav-pills .nav-link {
        color: #000000;
    }

.flag-icon.flag-icon-squared {
    width: 18px;
    height: 18px;
    border-radius: 50px;
    top: -2px;
}

.dropdown-divider {
    border-color: rgba(8, 20, 73, 0.1);
}

.bg-light {
    background-color: #eae3d9 !important;
}

/* ---------- BOOTSTRAP OVERRIDES - END */
/* ~ */
.list-group {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

    .list-group .list-group-item {
        padding: 1.25rem 1.75rem;
        display: block;
        font-size: var(--bs-body-font-size);
        color: #081449;
        background: #ffffff;
        transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
        border-width: 0;
        margin: 0;
    }

        .list-group .list-group-item .fa-notification-icon {
            background: #eae3d9;
            padding: 14px;
            transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
            font-size: var(--bs-body-font-size);
            border-radius: 5px;
        }

        .list-group .list-group-item:hover {
            text-decoration: none;
            background: rgba(254, 186, 87, 0.04);
        }

            .list-group .list-group-item:hover .fa-notification-icon {
                color: var(--bs-primary);
                padding: 14px;
                font-size: var(--bs-body-font-size);
                border-radius: 5px;
            }

        .list-group .list-group-item h5, .list-group .list-group-item .h5 {
            font-size: var(--bs-body-font-size);
            margin: 2px 0;
        }

        .list-group .list-group-item + .list-group-item {
            border-top-width: 1px;
        }

        .list-group .list-group-item.active, .list-group .list-group-item.selected {
            color: #fff;
            background: var(--bs-primary);
        }

.list-notifications .list-group {
    max-height: 352px;
    overflow-y: auto;
    margin: 20px 0;
}

.popover {
    font-size: var(--bs-text-font-size);
    background-color: #ffffff;
    color: #081449;
    border: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

    .popover .popover-header {
        padding: 0.75rem 1rem;
        margin-bottom: 0;
        font-size: var(--bs-body-font-size);
        background-color: #fafafa;
        border-bottom: 0;
        border-top-left-radius: calc(6px - 1px);
        border-top-right-radius: calc(6px - 1px);
    }

    .popover .popover-body {
        padding: 0.75rem 1rem 1rem;
        color: #081449;
    }

.font-smaller {
    font-size: var(--bs-text-font-size);
}

.progress {
    background: #eae3d9;
}

.progress-bar {
    background-color: var(--bs-primary);
}

.abp-loading {
    background: rgba(225, 215, 201, 0.15);
}

.bg-brand {
    background-color: #feba57 !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-secondary {
    background-color: #8191a6 !important;
}

.bg-success {
    background-color: #d29b5d !important;
}

.bg-info {
    background-color: #feba57 !important;
}

.bg-warning {
    background-color: #ee6f42 !important;
}

.bg-danger {
    background-color: #d12941 !important;
}

.bg-light {
    background-color: 300 !important;
}

.bg-dark {
    background-color: #11142d !important;
}

.text-brand {
    color: #feba57 !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: #8191a6 !important;
}

.text-success {
    color: #d29b5d !important;
}

.text-info {
    color: #feba57 !important;
}

.text-warning {
    color: #ee6f42 !important;
}

.text-danger {
    color: #d12941 !important;
}

.text-light {
    color: 300 !important;
}

.text-dark {
    color: #11142d !important;
}

.badge-brand {
    background-color: #feba57 !important;
}

.badge-primary {
    background-color: var(--bs-primary) !important;
}

.badge-secondary {
    background-color: #8191a6 !important;
}

.badge-success {
    background-color: #d29b5d !important;
}

.badge-info {
    background-color: #feba57 !important;
}

.badge-warning {
    background-color: #ee6f42 !important;
}

.badge-danger {
    background-color: #d12941 !important;
}

.badge-light {
    background-color: 300 !important;
}

.badge-dark {
    background-color: #11142d !important;
}

.border {
    border: 1px solid rgba(8, 20, 73, 0.1);
}

.border-bottom {
    border-bottom: 1px solid rgba(8, 20, 73, 0.1) !important;
}

.border-top {
    border-top: 1px solid rgba(8, 20, 73, 0.1) !important;
}

.border-left {
    border-left: 1px solid rgba(8, 20, 73, 0.1) !important;
}

.border-right {
    border-right: 1px solid rgba(8, 20, 73, 0.1) !important;
}

.border-brand {
    border-color: #feba57 !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.border-secondary {
    border-color: #8191a6 !important;
}

.border-success {
    border-color: #d29b5d !important;
}

.border-info {
    border-color: #feba57 !important;
}

.border-warning {
    border-color: #ee6f42 !important;
}

.border-danger {
    border-color: #d12941 !important;
}

.border-light {
    border-color: 300 !important;
}

.border-dark {
    border-color: #11142d !important;
}

.font-size-xs {
    font-size: var(--bs-text-font-size);
}

.opacity-50 {
    opacity: 0.5;
}

.vakata-context,
.vakata-context ul {
    background: #ffffff;
    border: 2px solid #f7f7f7;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05), 2px 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

    .vakata-context li > a {
        color: #000000;
        text-shadow: 1px 1px 0 #eae3d9;
        border-radius: 3px;
    }

        .vakata-context li > a:hover {
            background-color: rgba(17, 48, 89, 0.1);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
        }

    .vakata-context .vakata-context-hover > a {
        background-color: rgba(17, 48, 89, 0.1);
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    }

    .vakata-context .vakata-context-separator > a,
    .vakata-context .vakata-context-separator > a:hover {
        background: rgba(0, 0, 0, 0.2);
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    .vakata-context li > a .vakata-contextmenu-sep {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        background: rgba(0, 0, 0, 0.1);
    }

.mw-65 {
    max-width: 65% !important;
}

.w-lp-auto {
    width: auto !important;
}

hr.divider.divider-solid {
    border-color: rgba(0, 0, 0, 0.1);
}

.carousel-caption h1, .carousel-caption .h1,
.carousel-caption h2,
.carousel-caption .h2,
.carousel-caption h3,
.carousel-caption .h3,
.carousel-caption h4,
.carousel-caption .h4,
.carousel-caption h5,
.carousel-caption .h5,
.carousel-caption h6,
.carousel-caption .h6 {
    font-size: 3.5em;
}

/* ~ */
.onderzoek-table {
    font-size: var(--bs-secondary-text-font-size);
    text-align: left;
    min-height: auto;
}

.ondezoek-table-header-first, .ondezoek-table-header-second {
    border-bottom: 2.5px solid var(--bs-primary-rgba)
}

.ondezoek-table-header-second {
    border-left: 2.5px solid var(--bs-body-bg-grey-rgba);
}

.onderzoek-table-doelCells {
    border-right: 2.5px solid var(--bs-body-bg-grey-rgba);
}

.onderzoek-table-hulpverlening-cells, .onderzoek-table-doelCells, .onderzoek-table-aanbiederCells {
    padding: 10px;
}

.documents-selected-folder {
    color: var(--bs-secondary-rgba);
    cursor: pointer;
}

.documents-not-selected-folder {
    cursor: pointer;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: var(--bs-body-bg-grey-rgba);
}

.table-bordered th,
.table-bordered td {
    border-color: whitesmoke;
}

.table .thead-dark th {
    color: var(--bs-gray-900);
    background-color: #f7f7f7;
    border-color: #ebebeb;
}

.table thead th {
    border-color: #ebebeb;
}

table {
    background-color: #ffffff;
    color: var(--bs-gray-900);
}

caption {
    color: #081449;
    opacity: 0.6;
}

.table {
    color: #081449;
}

.colouredBackground {
    padding: 5px 10px; /* Adjust padding as needed */
    display: inline-block; /* Makes the div only as wide as its content */
    margin: 5px;
}
/*the same effect remains in lepton5 file which we don't have*/
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    /*border-top: 1px solid whitesmoke;*/
    border-top: transparent;
}

.table > thead > tr > th {
    border-bottom: 2px solid whitesmoke;
}

.table > tbody + tbody {
    border-top: 1px solid whitesmoke;
}

.table .table {
    background-color: transparent;
}

.table.table-bordered {
    border: 1px solid whitesmoke;
}

    .table.table-bordered > thead > tr > th,
    .table.table-bordered > thead > tr > td,
    .table.table-bordered > tbody > tr > th,
    .table.table-bordered > tbody > tr > td,
    .table.table-bordered > tfoot > tr > th,
    .table.table-bordered > tfoot > tr > td {
        border: 1px solid #ebebeb;
    }

    .table.table-bordered > thead > tr > th,
    .table.table-bordered > thead > tr > td {
        border-bottom-width: 1px !important;
    }

/*.table.table-striped > tbody > tr:nth-of-type(odd) {*/
/*    background-color: whitesmoke;*/
/*}*/

.table.table-dark {
    color: #ffffff;
    background-color: #06103b;
    border-color: #040a24;
}

    .table.table-dark > thead > tr > th,
    .table.table-dark > thead > tr > td,
    .table.table-dark > tbody > tr > th,
    .table.table-dark > tbody > tr > td,
    .table.table-dark > tfoot > tr > th,
    .table.table-dark > tfoot > tr > td {
        border-color: #020512;
    }

    .table.table-dark.table-striped > thead > tr > th,
    .table.table-dark.table-striped > thead > tr > td,
    .table.table-dark.table-striped > tbody > tr > th,
    .table.table-dark.table-striped > tbody > tr > td,
    .table.table-dark.table-striped > tfoot > tr > th,
    .table.table-dark.table-striped > tfoot > tr > td {
        border-color: #020512;
    }

    .table.table-dark.table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #040a24;
        border-color: #040a24;
    }

.table-hover > tbody > tr:hover {
    background-color: var(--bs-primary-rgba);
}

.table-hover .table-row-selectable:hover {
    background-color: var(--bs-primary-rgba);
}

.table-info,
.table-info > th,
.table-info > td,
.table-danger,
.table-danger > th,
.table-danger > td,
.table-warning,
.table-warning > th,
.table-warning > td,
.table-success,
.table-success > th,
.table-success > td {
    color: #333;
}

/* ---------- DATATABLES - START */
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-right: 20px;
}

    table.dataTable thead > tr > th.sorting_asc::before, table.dataTable thead > tr > th.sorting_asc::after,
    table.dataTable thead > tr > th.sorting_desc::before,
    table.dataTable thead > tr > th.sorting_desc::after,
    table.dataTable thead > tr > th.sorting::before,
    table.dataTable thead > tr > th.sorting::after,
    table.dataTable thead > tr > td.sorting_asc::before,
    table.dataTable thead > tr > td.sorting_asc::after,
    table.dataTable thead > tr > td.sorting_desc::before,
    table.dataTable thead > tr > td.sorting_desc::after,
    table.dataTable thead > tr > td.sorting::before,
    table.dataTable thead > tr > td.sorting::after {
        bottom: 0.825em;
    }

.dataTables_wrapper {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 0;
}

.card .dataTables_wrapper {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    /*margin-left: -$grid;
  margin-right: -$grid;
  margin-bottom: -$grid;
  margin-top: -$grid;
  width: calc( 100% + 49px );*/
    border: 1px solid #ffffff;
    border-width: 0 1px;
}

table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

    table.dataTable thead th,
    table.dataTable tfoot th {
        padding: 0.75rem 1rem;
        font-size: var(--bs-text-font-size);
        color: rgba(0, 0, 0, 0.5);
        vertical-align: bottom;
        line-height: 1.25;
        border-bottom: 1px solid #f2f2f2;
        font-weight: 600;
        background: #ffffff;
    }

        table.dataTable thead th:after, table.dataTable thead th:before,
        table.dataTable tfoot th:after,
        table.dataTable tfoot th:before {
            opacity: 0.4 !important;
            font-weight: 900;
            margin-top: -1px;
            transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
        }

        table.dataTable thead th:hover:after, table.dataTable thead th:hover:before,
        table.dataTable tfoot th:hover:after,
        table.dataTable tfoot th:hover:before {
            opacity: 0.8 !important;
            font-weight: 900;
        }

        table.dataTable thead th.sorting_asc:before,
        table.dataTable tfoot th.sorting_asc:before {
            color: var(--bs-primary);
            opacity: 1 !important;
        }

        table.dataTable thead th.sorting_desc:after,
        table.dataTable tfoot th.sorting_desc:after {
            color: var(--bs-primary);
            opacity: 1 !important;
        }

    table.dataTable thead tr th {
        border-top: 0;
    }

        table.dataTable thead tr th input[type=text] {
            border: 0;
            background: #ffffff;
            margin: -1rem;
            width: calc(100% + 1.6rem);
            padding: 0 1rem;
            height: 25px;
            font-size: var(--bs-text-font-size);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            opacity: 0.5;
            transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
        }

            table.dataTable thead tr th input[type=text]:focus {
                opacity: 1;
                outline: none;
                box-shadow: none;
                background: #fff;
            }

    table.dataTable thead tr:last-child th {
        border-bottom: 2px solid #f7f7f7;
    }

    table.dataTable tbody tr {
        transition: 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
        background: #ffffff;
        z-index: 1;
    }

        table.dataTable tbody tr:hover td {
            border-bottom-color: rgba(17, 48, 89, 0.25);
        }

        table.dataTable tbody tr td {
            padding: 0 1rem;
            vertical-align: middle;
            height: 60px;
            transition: 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
            border-bottom: 1px solid #f2f2f2;
            border-top: 0;
            color: rgba(0, 0, 0, 0.7);
        }

            table.dataTable tbody tr td .btn-group .btn.btn-link {
                color: #8191a6;
                border: 0;
            }

                table.dataTable tbody tr td .btn-group .btn.btn-link:hover, table.dataTable tbody tr td .btn-group .btn.btn-link:focus, table.dataTable tbody tr td .btn-group .btn.btn-link:active {
                    text-decoration: none;
                    background: #eae3d9;
                    box-shadow: none;
                }

            table.dataTable tbody tr td .btn-group .btn::after {
                display: none;
            }

            table.dataTable tbody tr td.sorting_1 {
                color: #000000;
            }

    table.dataTable tfoot th {
        border-top: 1px solid #e5e5e5;
        border-bottom: 0;
        vertical-align: baseline;
    }

    table.dataTable .form-control {
        border-width: 1px !important;
    }

.action-col {
    vertical-align: middle;
}

    .action-col .btn-group .btn.btn-link {
        color: #8191a6;
        border: 0;
    }

        .action-col .btn-group .btn.btn-link:hover, .action-col .btn-group .btn.btn-link:focus, .action-col .btn-group .btn.btn-link:active {
            text-decoration: none;
            background: #eae3d9;
            box-shadow: none;
        }

    .action-col .btn-group .btn::after {
        display: none;
    }

    .action-col .btn.btn-link {
        color: #8191a6;
        border: 0;
    }

        .action-col .btn.btn-link:hover, .action-col .btn.btn-link:focus, .action-col .btn.btn-link:active {
            text-decoration: none;
            background: #eae3d9;
            box-shadow: none;
        }

    .action-col .btn::after {
        display: none;
    }

.table-col-sm {
    width: 40px;
}

.paginate_button.page-item {
    margin-left: 1px;
}

    .paginate_button.page-item a.page-link {
        padding: 6px 10px !important;
        border-radius: 6px;
        transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
        border: 0 !important;
        background: none;
        min-width: 27px;
        text-align: center;
        color: #081449;
    }

        .paginate_button.page-item a.page-link:hover {
            background: #f2f2f2;
        }

    .paginate_button.page-item.active a.page-link {
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.05);
        background: var(--bs-primary);
        color: #fff;
    }

    .paginate_button.page-item.previous a.page-link, .paginate_button.page-item.next a.page-link {
        border: 0;
        color: #081449;
        background: none;
    }

    .paginate_button.page-item.previous.disabled a.page-link, .paginate_button.page-item.next.disabled a.page-link {
        opacity: 0.4;
    }

.dataTables_filter {
    background: #ffffff;
    padding: 0.75rem;
}

    .dataTables_filter label {
        margin: 0;
        font-size: var(--bs-text-font-size);
        font-weight: bold !important;
        color: rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
    }

.dataTable_footer {
    background: #ffffff;
    color: rgba(8, 20, 73, 0.75);
    margin: 0 !important;
    min-height: 48px;
    border-top: 2px solid #f7f7f7;
}

.dataTables_paginate,
.dataTables_info,
.dataTables_length {
    margin: 0;
    padding: 0.5rem 0.25rem !important;
    font-size: var(--bs-text-font-size);
}

.dataTables_info {
    line-height: 32px;
    opacity: 0.5;
    font-size: var(--bs-text-font-size);
}

.dataTables_length {
    margin: 2px 0;
    font-size: var(--bs-text-font-size);
}

    .dataTables_length label {
        margin: 0 !important;
    }

td.dataTables_empty {
    padding: 2rem !important;
}

.dataTable tbody tr td div.dropdown ul.dropdown-menu li:hover {
    background: #fcfcfc;
}

/* ---------- DATATABLES - END */
/* ~ */
/* --------------- PRIMENG TABLES */
/* Sections */
/* Paginator */
/* Scrollable */
/* Frozen Columns */
/* Resizable */
/* Edit */
/* Reorder */
/* Responsive */
/* Loader */
.ui-table {
    position: relative;
}

    .ui-table table {
        border-collapse: collapse;
        width: 100%;
        table-layout: fixed;
    }

    .ui-table .ui-table-thead > tr > th {
        padding: 0.25em 0.5em;
    }

    .ui-table .ui-table-tbody > tr > td {
        padding: 0.25em 0.5em;
    }

        .ui-table .ui-table-tbody > tr > td.ui-editing-cell {
            padding: 0;
        }

            .ui-table .ui-table-tbody > tr > td.ui-editing-cell p-celleditor > * {
                width: 100%;
            }

    .ui-table .ui-table-tfoot > tr > td {
        padding: 0.25em 0.5em;
    }

    .ui-table .ui-sortable-column {
        cursor: pointer;
    }

    .ui-table p-sorticon {
        vertical-align: middle;
    }

    .ui-table .ui-column-resizer {
        display: block;
        position: absolute !important;
        top: 0;
        right: 0;
        margin: 0;
        width: 0.5em;
        height: 100%;
        padding: 0px;
        cursor: col-resize;
        border: 1px solid transparent;
    }

    .ui-table .ui-column-resizer-helper {
        width: 1px;
        position: absolute;
        z-index: 10;
        display: none;
    }

    .ui-table .ui-table-loading-icon {
        font-size: 2em;
    }

    .ui-table .pagination-wrapper {
        background-color: #ffffff;
        border: 1px solid #f2f2f2;
    }

        .ui-table .pagination-wrapper .page-link {
            color: #081449;
        }

            .ui-table .pagination-wrapper .page-link:hover {
                background-color: #f2f2f2;
                color: #081449;
            }

        .ui-table .pagination-wrapper .page-item.active .page-link {
            background-color: var(--bs-primary);
            color: #ffffff;
        }

.ui-table-auto-layout > .ui-table-wrapper {
    overflow-x: auto;
}

    .ui-table-auto-layout > .ui-table-wrapper > table {
        table-layout: auto;
    }

.ui-table-caption {
    padding: 0.25em 0.5em;
    text-align: center;
    font-weight: bold;
    border-bottom: 0 none;
}

.ui-table-summary {
    padding: 0.25em 0.5em;
    text-align: center;
    font-weight: bold;
    border-top: 0 none;
}

.ui-table-scrollable-wrapper {
    position: relative;
}

.ui-table-scrollable-header {
    overflow: hidden;
    border: 0 none;
}

.ui-table-scrollable-footer {
    overflow: hidden;
    border: 0 none;
}

.ui-table-scrollable-body {
    overflow: auto;
    position: relative;
}

.ui-table-virtual-table {
    position: absolute;
}

.ui-table-loading-virtual-table {
    display: none;
}

.ui-table-frozen-view .ui-table-scrollable-body {
    overflow: hidden;
}

.ui-table-frozen-view > .ui-table-scrollable-body > table > .ui-table-tbody > tr > td:last-child {
    border-right: 0 none;
}

.ui-table-unfrozen-view {
    position: absolute;
    top: 0px;
}

.ui-table-resizable > .ui-table-wrapper {
    overflow-x: auto;
}

.ui-table-resizable .ui-table-thead > tr > th {
    overflow: hidden;
}

.ui-table-resizable .ui-table-tfoot > tr > td {
    overflow: hidden;
}

.ui-table-resizable .ui-table-tbody > tr > td {
    overflow: hidden;
}

.ui-table-resizable .ui-resizable-column {
    background-clip: padding-box;
    position: relative;
}

.ui-table-resizable-fit .ui-resizable-column:last-child .ui-column-resizer {
    display: none;
}

.ui-table-reorder-indicator-up {
    position: absolute;
    display: none;
}

.ui-table-reorder-indicator-down {
    position: absolute;
    display: none;
}

.ui-table-responsive .ui-table-tbody > tr > td .ui-column-title {
    display: none;
}

.ui-table-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    opacity: 0.1;
    z-index: 1;
}

.ui-table-loading-content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-top: -1em;
    margin-left: -1em;
}

body .ui-table .ui-table-caption {
    background-color: whitesmoke;
    color: #081449;
    border: 1px solid #ebebeb;
    padding: 0.571em 1em;
    text-align: center;
    border-bottom: 0 none;
    font-weight: 700;
}

body .ui-table .ui-table-summary {
    background-color: whitesmoke;
    color: #081449;
    border: 1px solid #ebebeb;
    padding: 0.571em 1em;
    text-align: center;
    border-top: 0 none;
    font-weight: 700;
}

body .ui-table .ui-table-thead > tr > th {
    padding: 0.571em 0.857em;
    border: 1px solid #ebebeb;
    font-weight: 700;
    color: #081449;
    background-color: whitesmoke;
}

body .ui-table .ui-table-tbody > tr {
    background-color: #ffffff;
    color: #081449;
}

    body .ui-table .ui-table-tbody > tr > td,
    body .ui-table .ui-table-tbody > tr .empty-row-content {
        padding: 0.571em 0.857em;
        background-color: inherit;
        border: 1px solid #ebebeb;
    }

    body .ui-table .ui-table-tbody > tr:nth-child(even) {
        background-color: #fafafa;
    }

        body .ui-table .ui-table-tbody > tr:nth-child(even).ui-state-highlight {
            background-color: #ebebeb;
            color: #ffffff;
        }

            body .ui-table .ui-table-tbody > tr:nth-child(even).ui-state-highlight a {
                color: #ffffff;
            }

        body .ui-table .ui-table-tbody > tr:nth-child(even).ui-contextmenu-selected {
            background-color: #ebebeb;
            color: #ffffff;
        }

    body .ui-table .ui-table-tbody > tr.ui-state-highlight {
        background-color: #ebebeb;
        color: #ffffff;
    }

        body .ui-table .ui-table-tbody > tr.ui-state-highlight a {
            color: #ffffff;
        }

    body .ui-table .ui-table-tbody > tr.ui-contextmenu-selected {
        background-color: #ebebeb;
        color: #ffffff;
    }

    body .ui-table .ui-table-tbody > tr.ui-table-dragpoint-top > td {
        box-shadow: inset 0 2px 0 0 #007ad9;
    }

    body .ui-table .ui-table-tbody > tr.ui-table-dragpoint-bottom > td {
        box-shadow: inset 0 -2px 0 0 #007ad9;
    }

body .ui-table .ui-table-tfoot > tr > td {
    padding: 0.571em 0.857em;
    border: 1px solid #ebebeb;
    font-weight: 700;
    color: #081449;
    background-color: #ffffff;
}

body .ui-table .ui-sortable-column .ui-sortable-column-icon {
    color: #0c1e6e;
}

body .ui-table .ui-sortable-column:not(.ui-state-highlight):hover {
    background-color: #ebebeb;
    color: #081449;
}

    body .ui-table .ui-sortable-column:not(.ui-state-highlight):hover .ui-sortable-column-icon {
        color: #081449;
    }

body .ui-table .ui-sortable-column.ui-state-highlight {
    background-color: #ebebeb;
    color: #ffffff;
}

    body .ui-table .ui-sortable-column.ui-state-highlight .ui-sortable-column-icon {
        color: #ffffff;
    }

body .ui-table .ui-editable-column input {
    font-size: var(--bs-text-font-size);
    font-family: 'Nunito-SemiCond-Light';
}

    body .ui-table .ui-editable-column input:focus {
        outline: 1px solid #e0e0e0;
        outline-offset: 2px;
    }

body .ui-table .ui-column-resizer-helper {
    background-color: #ebebeb;
}

body .ui-table.ui-table-hoverable-rows .ui-table-tbody > tr.ui-selectable-row:not(.ui-state-highlight):not(.ui-contextmenu-selected):hover {
    cursor: pointer;
    background-color: #e6e6e6;
    color: #081449;
}

.abp-confirm .abp-confirm-footer {
    background: #ffffff;
}

.abp-confirm .ui-toast-message-content {
    background-color: #ffffff;
    color: #081449;
}

body abp-toast .ui-toast .ui-toast-message.ui-toast-message-error {
    border: 2px solid #d12941;
    background-color: #ffffff;
    color: #081449;
}

    body abp-toast .ui-toast .ui-toast-message.ui-toast-message-error .ui-toast-message-content .ui-toast-icon {
        color: #d12941;
    }

body abp-toast .ui-toast .ui-toast-message.ui-toast-message-warn {
    border: 2px solid #ee6f42;
    background-color: #ffffff;
    color: #081449;
}

    body abp-toast .ui-toast .ui-toast-message.ui-toast-message-warn .ui-toast-message-content .ui-toast-icon {
        color: #ee6f42;
    }

body abp-toast .ui-toast .ui-toast-message.ui-toast-message-success {
    border: 2px solid #d29b5d;
    background-color: #ffffff;
    color: #081449;
}

    body abp-toast .ui-toast .ui-toast-message.ui-toast-message-success .ui-toast-message-content .ui-toast-icon {
        color: #d29b5d;
    }

body abp-toast .ui-toast .ui-toast-message.ui-toast-message-info {
    border: 2px solid #feba57;
    background-color: #ffffff;
    color: #081449;
}

    body abp-toast .ui-toast .ui-toast-message.ui-toast-message-info .ui-toast-message-content .ui-toast-icon {
        color: #feba57;
    }

abp-toast .ui-toast-close-icon {
    color: #081449 !important;
}

abp-loader-bar .abp-progress {
    background-color: #feba57 !important;
}

.dataTable tbody tr td div.dropdown ul.dropdown-menu li {
    cursor: pointer;
    padding: 0;
}

    .dataTable tbody tr td div.dropdown ul.dropdown-menu li a {
        padding: 6px 18px;
    }

.ngx-datatable.material {
    background: #ffffff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    color: #000000;
}

    .ngx-datatable.material .datatable-header {
        border-bottom: 1px solid #f2f2f2;
    }

    .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover, .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
        background-color: #f2f2f2;
    }

    .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
        color: rgba(0, 0, 0, 0.87);
    }

.bordered .datatable-body-row {
    border-top: 1px solid #f2f2f2;
}

.ngx-datatable.material .datatable-header .datatable-header-cell {
    background: #ffffff;
    color: #000000;
}

.ngx-datatable.material .datatable-footer {
    color: rgba(0, 0, 0, 0.54);
}

    .ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
        color: rgba(0, 0, 0, 0.26) !important;
    }

    .ngx-datatable.material .datatable-footer .datatable-pager a {
        color: rgba(0, 0, 0, 0.54);
    }

    .ngx-datatable.material .datatable-footer .datatable-pager li.active a {
        background-color: var(--bs-primary);
        color: #fff;
    }

.ngx-datatable.material .datatable-header .resize-handle {
    border-right: 1px solid #f2f2f2;
}

.ant-tree {
    background: #ffffff !important;
}

.ant-tree-treenode {
    padding: 0 !important;
}

    .ant-tree-treenode:hover {
        background-color: rgba(0, 0, 0, 0.05) !important;
    }

    .ant-tree-treenode.ant-tree-treenode-selected {
        background: rgba(0, 0, 0, 0.1) !important;
    }

    .ant-tree-treenode .node-wrapper {
        padding-left: 3px !important;
    }

.page-item .page-link {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
}

.page-item.disabled .page-link {
    color: #000000;
    background-color: #ffffff;
    border-color: #f2f2f2;
    opacity: 0.5;
}

.modal-dialog {
    z-index: 1050;
}

table.table tbody tr.table-row-selectable.bg-primary {
    background-color: rgba(0, 0, 0, 0.08) !important;
}

.table-responsive {
    min-height: 320px;
}

.dataTables_scrollBody {
    min-height: 320px;
}


.table th {
    font-size: var(--bs-secondary-text-font-size);
    /*font-size: calc(0.6rem + 0.4vw);*/
    font-family: 'Nunito-SemiCond-Regular';
}

.table td {
    font-size: var(--bs-text-font-size);
    word-break: inherit;
}

.jstree-default .jstree-clicked,
.jstree-default .jstree-wholerow-clicked {
    background: rgba(0, 0, 0, 0.1) !important;
}

.jstree-wholerow-ul .jstree-clicked {
    background: none !important;
}

.jstree-wholerow-ul .jstree-anchor {
    background: none !important;
}

.jstree-default .jstree-hovered, .jstree-default .jstree-wholerow-hovered {
    background: rgba(0, 0, 0, 0.05) !important;
}

.jstree-wholerow-hovered .jstree-anchor {
    background: none !important;
}

:root {
    --logo: url(/images/logo/logo-dark.png);
    --logo-reverse: url(/images/logo/logo-dark.png);
}

/* ~ */
/* ---------- HEADER STYLES - START */
header {
    background: rgba(255, 255, 255, 0.35);
    color: #081449;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 102;
    transition: all 0.3s;
    /* ---------- ---------- HEADER TOOLBAR STYLES - START */
    /*

  .lp-topmenu {
      .toolbar-nav {
          margin-top: 5px !important;
          margin-bottom: -5px !important;

          > .nav-item > .dropdown > .btn {
              color: $sidebar-text !important;

              span { 
                  color: $brand !important;
              }

              &:hover, &:focus, &:active, &:visited { 
                  background: darken($sidebar-bg, .1);
              }
          }
      }
  }
  */
    /* ---------- ---------- HEADER TOOLBAR STYLES - END */
}

    header .toolbar-nav {
        /*padding: 8px 10px 0px 0px;*/
        font-size: var(--bs-secondary-text-font-size);
    }

        header .toolbar-nav > .nav-item > * > .dropdown > .btn, header .toolbar-nav > .nav-item > .dropdown > .btn {
            color: #000000;
        }

            header .toolbar-nav > .nav-item > * > .dropdown > .btn i, header .toolbar-nav > .nav-item > .dropdown > .btn i {
                opacity: 0.35;
            }

            header .toolbar-nav > .nav-item > * > .dropdown > .btn:hover i, header .toolbar-nav > .nav-item > .dropdown > .btn:hover i {
                opacity: 1;
            }

            header .toolbar-nav > .nav-item > * > .dropdown > .btn:hover span, header .toolbar-nav > .nav-item > .dropdown > .btn:hover span {
                opacity: 1;
            }

            header .toolbar-nav > .nav-item > * > .dropdown > .btn:hover, header .toolbar-nav > .nav-item > * > .dropdown > .btn:focus, header .toolbar-nav > .nav-item > * > .dropdown > .btn:active, header .toolbar-nav > .nav-item > * > .dropdown > .btn:visited, header .toolbar-nav > .nav-item > .dropdown > .btn:hover, header .toolbar-nav > .nav-item > .dropdown > .btn:focus, header .toolbar-nav > .nav-item > .dropdown > .btn:active, header .toolbar-nav > .nav-item > .dropdown > .btn:visited {
                outline: none;
                box-shadow: none;
            }

        header .toolbar-nav .btn {
            position: relative;
            padding-left: 15px;
            padding-right: 15px;
            box-shadow: none;
            line-height: 26px;
            border: 0;
            margin: 10px 0;
            display: inline-block;
            transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
        }

            header .toolbar-nav .btn:hover, header .toolbar-nav .btn:focus, header .toolbar-nav .btn:active, header .toolbar-nav .btn:visited {
                outline: none;
                box-shadow: none;
            }

            header .toolbar-nav .btn.dropdown-toggle:after {
                display: none;
            }

        header .toolbar-nav .dropdown-menu {
            background: white !important;
        }

            header .toolbar-nav .dropdown-menu.search-dropdown {
                padding: 2px !important;
            }

                header .toolbar-nav .dropdown-menu.search-dropdown .btn {
                    height: 31px;
                    margin: 0;
                    line-height: 1;
                }

            header .toolbar-nav .dropdown-menu.dropdown-menu-notifications {
                min-width: 400px;
                background: #ffffff;
                padding: 20px !important;
            }

                header .toolbar-nav .dropdown-menu.dropdown-menu-notifications .list-group {
                    max-height: 352px;
                    overflow-y: auto;
                    margin: 20px 0;
                    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
                }

                    header .toolbar-nav .dropdown-menu.dropdown-menu-notifications .list-group .list-group-item {
                        padding: 0;
                    }

                        header .toolbar-nav .dropdown-menu.dropdown-menu-notifications .list-group .list-group-item a {
                            padding: 20px;
                            display: block;
                            font-size: var(--bs-text-font-size);
                            color: #081449;
                            transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
                        }

                            header .toolbar-nav .dropdown-menu.dropdown-menu-notifications .list-group .list-group-item a .fa-notification-icon {
                                background: #eae3d9;
                                padding: 14px;
                                transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
                                font-size: var(--bs-body-font-size);
                                border-radius: 5px;
                            }

                            header .toolbar-nav .dropdown-menu.dropdown-menu-notifications .list-group .list-group-item a:hover {
                                text-decoration: none;
                                background: rgba(255, 255, 255, 0.5);
                            }

                                header .toolbar-nav .dropdown-menu.dropdown-menu-notifications .list-group .list-group-item a:hover .fa-notification-icon {
                                    color: var(--bs-primary);
                                    padding: 14px;
                                    font-size: var(--bs-body-font-size);
                                    border-radius: 5px;
                                }

                            header .toolbar-nav .dropdown-menu.dropdown-menu-notifications .list-group .list-group-item a h5, header .toolbar-nav .dropdown-menu.dropdown-menu-notifications .list-group .list-group-item a .h5 {
                                font-size: var(--bs-body-font-size);
                                margin: 2px 0;
                            }



            header .toolbar-nav .dropdown-menu .btn {
                height: auto;
            }

        header .toolbar-nav > li > .btn, header .toolbar-nav > li > .btn-group > .btn {
            background: none;
        }

            header .toolbar-nav > li > .btn:hover, header .toolbar-nav > li > .btn:active, header .toolbar-nav > li > .btn:visited, header .toolbar-nav > li > .btn:focus, header .toolbar-nav > li > .btn-group > .btn:hover, header .toolbar-nav > li > .btn-group > .btn:active, header .toolbar-nav > li > .btn-group > .btn:visited, header .toolbar-nav > li > .btn-group > .btn:focus {
                background: none;
            }

    header .search-dropdown {
        min-width: 300px;
        padding: 10px;
    }

    header .navbar {
        padding: 0;
    }

.nav-mobile {
    position: absolute;
    right: 15px;
    top: 15px;
}

/* ---------- HEADER STYLES - END */
/* ~ */
/* ~ */
/* ---------- CONTENT STYLES - START */
/* ---------- CONTENT STYLES - END */
/* ~ */
/* ~ */
/* ---------- FOOTER STYLES - START */
/*.footer-wrap{*/
/*    margin-top: 3vh;*/
/*}*/
.lp-footer {
    width: 100%;
    background-color: var(--bs-footer-bg);
    padding: 2px;
    font-size: var(--bs-tertiary-text-font-size);
    position: sticky;
    bottom: auto;
    top: auto;
    margin-top: 2.5vh;
    min-height: 2rem;
}

    .lp-footer > .footer {
        position: relative;
    }

.footer-wrap {
    position: absolute;
    width: -webkit-fill-available;
    background-color:var(--bs-footer-bg)
}

.main-footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size:10px;
    padding:8px;
}
.footer-wrap .copyright-text {
    margin-left: 1rem;
}

.footer-wrap .powered-by-text {
    float: right;
    margin-right: 1rem;
    position: relative;
    
}

.footer-wrap .powered-by-text img {
   width: 100px;
   margin-left: 15px;
   margin-top: -5px
 }

/*.lp-footer {*/
/*    color: #000000;*/
/*    background: rgba(255, 255, 255, 0.35);*/
/*    padding: 16px;*/
/*    transition: 0.2s all;*/
/*    min-height: 52px;*/
/*    opacity: 0.8;*/
/*}*/

/*.lp-footer .navbar-brand {*/
/*    background: var(--logo-reverse) top left no-repeat;*/
/*    position: relative !important;*/
/*    top: 0 !important;*/
/*    left: 0 !important;*/
/*    opacity: 1;*/
/*}*/

/*.lp-footer a {*/
/*    color: #000000;*/
/*    opacity: 0.7;*/
/*}*/

/*.lp-footer a.btn-link {*/
/*    color: #000000;*/
/*}*/

/*.lp-footer a:hover {*/
/*    opacity: 1;*/
/*    text-decoration: none;*/
/*}*/

/*.lp-footer .lp-content {*/
/*    min-height: unset;*/
/*    height: unset;*/
/*}*/

/*.lp-footer span.text-muted {*/
/*    opacity: 0.15;*/
/*}*/

/*.stickyFooter {*/
/*    padding-bottom: 60px;*/
/*}*/

/*.stickyFooter .lp-footer {*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: auto;*/
/*    z-index: 1;*/
/*}*/

/* ---------- FOOTER STYLES - END */
/* ~ */
/* ~ */
/* ---------- MAIN MENU STYLES - START */
.lp-opened-sidebar .lp-sidebar, .lp-closed .lp-sidebar {
    position: fixed;
    width: 264px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 103;
    transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #ffffff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

    .lp-opened-sidebar .lp-sidebar .lp-sidebar-wrapper, .lp-closed .lp-sidebar .lp-sidebar-wrapper {
        position: absolute !important;
        left: 0;
        top: 54px;
        padding: 10px 0px;
        width: 100%;
        height: calc(100vh - 54px);
        overflow-y: auto;
    }

    .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul, .lp-closed .lp-sidebar .lp-sidebar-navi ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li, .lp-closed .lp-sidebar .lp-sidebar-navi ul li {
            margin: 5px 10px;
            border-radius: 6px;
            display: block;
            position: relative;
        }

            .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li a, .lp-closed .lp-sidebar .lp-sidebar-navi ul li a {
                text-decoration: none;
                position: relative;
                line-height: 44px;
                height: 44px;
                padding: 0px 15px;
                display: table;
                white-space: nowrap;
                width: 100%;
                color: #000000;
                /*transition: $cubic;*/
            }

                .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li a .lp-text, .lp-closed .lp-sidebar .lp-sidebar-navi ul li a .lp-text {
                    position: relative;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    max-width: 176px;
                    font-size: var(--bs-body-terti);
                    /*transition: $cubic;*/
                    opacity: 0.7;
                }

                .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li a > span, .lp-closed .lp-sidebar .lp-sidebar-navi ul li a > span {
                    display: table-cell;
                }

                    .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li a > span.lp-icon, .lp-closed .lp-sidebar .lp-sidebar-navi ul li a > span.lp-icon {
                        width: 32px;
                        height: 32px;
                        line-height: 1;
                        vertical-align: middle;
                        font-size: var(--bs-body-font-size);
                        /*transition: $cubic;*/
                        opacity: 0.35;
                    }

                    .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li a > span.lp-arrow-icon, .lp-closed .lp-sidebar .lp-sidebar-navi ul li a > span.lp-arrow-icon {
                        width: 14px;
                        height: 24px;
                        font-size: var(--bs-secondary-text-font-size);
                        text-align: center;
                        line-height: 1;
                        vertical-align: middle;
                        /*transition: $cubic;*/
                        position: relative;
                        opacity: 0.2;
                    }

                .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li a:hover, .lp-closed .lp-sidebar .lp-sidebar-navi ul li a:hover {
                    opacity: 1;
                }

                    .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li a:hover > span.lp-icon, .lp-closed .lp-sidebar .lp-sidebar-navi ul li a:hover > span.lp-icon {
                        color: #feba57;
                        opacity: 1;
                    }

                    .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li a:hover > span.lp-text, .lp-closed .lp-sidebar .lp-sidebar-navi ul li a:hover > span.lp-text {
                        opacity: 1;
                    }

            .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li.current > a > span.lp-icon, .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li.active-page > a > span.lp-icon, .lp-closed .lp-sidebar .lp-sidebar-navi ul li.current > a > span.lp-icon, .lp-closed .lp-sidebar .lp-sidebar-navi ul li.active-page > a > span.lp-icon {
                color: #feba57;
                opacity: 1;
            }

            .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li.current > a > span.lp-text, .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li.active-page > a > span.lp-text, .lp-closed .lp-sidebar .lp-sidebar-navi ul li.current > a > span.lp-text, .lp-closed .lp-sidebar .lp-sidebar-navi ul li.active-page > a > span.lp-text {
                opacity: 1;
            }

            .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li.current > a > .lp-arrow-icon, .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li.active-page > a > .lp-arrow-icon, .lp-closed .lp-sidebar .lp-sidebar-navi ul li.current > a > .lp-arrow-icon, .lp-closed .lp-sidebar .lp-sidebar-navi ul li.active-page > a > .lp-arrow-icon {
                transform: rotate(180deg);
                transform-origin: 50% 50%;
                opacity: 0.9;
                color: #feba57;
            }

            .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li.current > ul .current > a, .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li.current > ul .active-page > a, .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li.active-page > ul .current > a, .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li.active-page > ul .active-page > a, .lp-closed .lp-sidebar .lp-sidebar-navi ul li.current > ul .current > a, .lp-closed .lp-sidebar .lp-sidebar-navi ul li.current > ul .active-page > a, .lp-closed .lp-sidebar .lp-sidebar-navi ul li.active-page > ul .current > a, .lp-closed .lp-sidebar .lp-sidebar-navi ul li.active-page > ul .active-page > a {
                opacity: 1;
            }

                .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li.current > ul .current > a:before, .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li.current > ul .active-page > a:before, .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li.active-page > ul .current > a:before, .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li.active-page > ul .active-page > a:before, .lp-closed .lp-sidebar .lp-sidebar-navi ul li.current > ul .current > a:before, .lp-closed .lp-sidebar .lp-sidebar-navi ul li.current > ul .active-page > a:before, .lp-closed .lp-sidebar .lp-sidebar-navi ul li.active-page > ul .current > a:before, .lp-closed .lp-sidebar .lp-sidebar-navi ul li.active-page > ul .active-page > a:before {
                    content: "";
                    width: 8px;
                    height: 8px;
                    border: 2px solid #feba57;
                    border-radius: 8px;
                    position: absolute;
                    top: 11px;
                    margin-left: -20px;
                }



    .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi > ul > li.current, .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi > ul > li.active-page, .lp-closed .lp-sidebar .lp-sidebar-navi > ul > li.current, .lp-closed .lp-sidebar .lp-sidebar-navi > ul > li.active-page {
        background: rgba(0, 0, 0, 0.075);
        color: #feba57;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    }

        .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi > ul > li.current > a, .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi > ul > li.active-page > a, .lp-closed .lp-sidebar .lp-sidebar-navi > ul > li.current > a, .lp-closed .lp-sidebar .lp-sidebar-navi > ul > li.active-page > a {
            /* outer menu selected styles */
        }

            .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi > ul > li.current > a > .lp-text, .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi > ul > li.active-page > a > .lp-text, .lp-closed .lp-sidebar .lp-sidebar-navi > ul > li.current > a > .lp-text, .lp-closed .lp-sidebar .lp-sidebar-navi > ul > li.active-page > a > .lp-text {
                padding-left: 0px;
            }

            .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi > ul > li.current > a > .lp-icon, .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi > ul > li.active-page > a > .lp-icon, .lp-closed .lp-sidebar .lp-sidebar-navi > ul > li.current > a > .lp-icon, .lp-closed .lp-sidebar .lp-sidebar-navi > ul > li.active-page > a > .lp-icon {
                opacity: 1;
                color: #feba57;
            }

    .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi > ul ul, .lp-closed .lp-sidebar .lp-sidebar-navi > ul ul {
        display: none;
        font-size: var(--bs-text-font-size);
        padding-bottom: 5px;
    }

        .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi > ul ul li, .lp-closed .lp-sidebar .lp-sidebar-navi > ul ul li {
            margin-right: 0 !important;
        }

            .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi > ul ul li a, .lp-closed .lp-sidebar .lp-sidebar-navi > ul ul li a {
                line-height: 32px;
                height: 32px;
                padding-left: 37px;
                padding-top: 0px;
                padding-bottom: 0px;
            }

            .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi > ul ul li ul li a, .lp-closed .lp-sidebar .lp-sidebar-navi > ul ul li ul li a {
                padding-left: 47px;
            }

            .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi > ul ul li ul li ul li a, .lp-closed .lp-sidebar .lp-sidebar-navi > ul ul li ul li ul li a {
                padding-left: 57px;
            }

            .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi > ul ul li ul li ul li ul li a, .lp-closed .lp-sidebar .lp-sidebar-navi > ul ul li ul li ul li ul li a {
                padding-left: 67px;
            }

            .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi > ul ul li ul li ul li ul li ul li a, .lp-closed .lp-sidebar .lp-sidebar-navi > ul ul li ul li ul li ul li ul li a {
                padding-left: 77px;
            }

            .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi > ul ul li ul li ul li ul li ul li ul li a, .lp-closed .lp-sidebar .lp-sidebar-navi > ul ul li ul li ul li ul li ul li ul li a {
                padding-left: 87px;
            }

        .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi > ul ul span.lp-icon, .lp-closed .lp-sidebar .lp-sidebar-navi > ul ul span.lp-icon {
            display: none;
        }

.lp-opened-sidebar .lp-sidebar-header, .lp-closed .lp-sidebar-header {
    width: 264px;
    height: 72px;
    padding: 24px 15px;
}

    .lp-opened-sidebar .lp-sidebar-header .navbar-brand, .lp-closed .lp-sidebar-header .navbar-brand {
        display: inline-block;
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 50px;
        margin-right: 0;
        font-size: 1.5em;
        font-weight: 600;
        background-size: cover;
    }

    .lp-opened-sidebar .lp-sidebar-header .lp-toggle-sidebar, .lp-closed .lp-sidebar-header .lp-toggle-sidebar {
        display: inline-block;
        cursor: pointer;
        z-index: 10;
        position: absolute;
        top: 0px;
        left: 19px;
        width: 32px;
        height: 60px;
    }

        .lp-opened-sidebar .lp-sidebar-header .lp-toggle-sidebar i, .lp-closed .lp-sidebar-header .lp-toggle-sidebar i {
            /*transition: $cubic;*/
            position: absolute;
            top: 25px;
            left: 7px;
            font-size: var(--bs-body-font-size);
            opacity: 0.35;
        }

        .lp-opened-sidebar .lp-sidebar-header .lp-toggle-sidebar .lp-open-icon, .lp-closed .lp-sidebar-header .lp-toggle-sidebar .lp-open-icon {
            transform: scale(1);
        }

        .lp-opened-sidebar .lp-sidebar-header .lp-toggle-sidebar .lp-close-icon, .lp-closed .lp-sidebar-header .lp-toggle-sidebar .lp-close-icon {
            transform: scale(0);
        }

.lp-wave-effect {
    display: block;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    width: 0px;
    height: 0px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0.7;
}

.lp-sidebar-toggle-button {
    width: 24px;
    height: 24px;
    float: right;
    margin: 18px;
    cursor: pointer;
}

.lp-opened-sidebar .lp-sidebar-header .lp-toggle-sidebar .lp-open-icon {
    transform: scale(0);
}

.lp-opened-sidebar .lp-sidebar-header .lp-toggle-sidebar .lp-close-icon {
    transform: scale(1);
}

.lp-opened-sidebar .lp-sidebar-header .lp-sidebar {
    width: 264px;
}

/* ~ */
/* ---------- MAIN MENU STYLES - START */
.lp-sidebar-wrapper {
    background-color: var(--bs-body-bg-grey);
    box-shadow: 1px 6px 10px var(--bs-dark-bg-subtle)
}
nav.lp-sidebar-navi {
/*    margin-top: 50px;*/
    padding:10px;
    width:fit-content;
    margin-left:55px
}
.navbar .toolbar-nav .nav-item .nav-link .btn .lp-text {
    font-size: 10px !important; /* or whatever size you want */
}
    nav.lp-sidebar-navi ul {
       list-style:none;
    }
nav.lp-sidebar-navi ul li {
    padding: 5px;
}
.lp-closed .lp-sidebar {
    width: 66px;
}

    .lp-closed .lp-sidebar .navbar-brand {
        opacity: 0;
        transition: opacity 0.1s ease-in-out;
    }

    .lp-closed .lp-sidebar .lp-sidebar-wrapper {
        padding: 10px 0px;
        overflow: hidden;
    }

        .lp-closed .lp-sidebar .lp-sidebar-wrapper .lp-sidebar-navi ul li a span.lp-text, .lp-closed .lp-sidebar .lp-sidebar-wrapper .lp-sidebar-navi ul li a span.lp-arrow-icon {
            opacity: 0;
            transition: opacity 0.1s ease-in-out;
        }

        .lp-closed .lp-sidebar .lp-sidebar-wrapper .lp-sidebar-navi ul li.has-drop.current > ul {
            height: 0;
            overflow: hidden;
            opacity: 0;
        }

    .lp-closed .lp-sidebar .lp-toggle-sidebar {
        transform: scale(1);
    }

.lp-closed.lp-extended .lp-sidebar {
    width: 264px;
    z-index: 105;
}

    .lp-closed.lp-extended .lp-sidebar .navbar-brand {
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }

    .lp-closed.lp-extended .lp-sidebar .lp-sidebar-navi ul li a span.lp-text, .lp-closed.lp-extended .lp-sidebar .lp-sidebar-navi ul li a span.lp-arrow-icon {
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }

    .lp-closed.lp-extended .lp-sidebar .lp-sidebar-navi ul li.has-drop.current > ul {
        height: auto;
        overflow: inherit;
        opacity: 1;
    }

.lp-closed.lp-extended .lp-toggle-sidebar {
    transform: scale(1);
}

body.lp-topmenu header {
    background: var(--bs-body-bg-grey-rgba);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    color: #000000;
    height: 3rem;
}

    body.lp-topmenu header .toolbar-nav .btn {
        color: #000000;
    }

        body.lp-topmenu header .toolbar-nav .btn span {
            color: #000000;
        }

        body.lp-topmenu header .toolbar-nav .btn i {
            color: var(--bs-accent);
        }

            body.lp-topmenu header .toolbar-nav .btn i:hover, body.lp-topmenu header .toolbar-nav .btn i:active {
                color: var(--bs-secondary-rgba);
            }



        body.lp-topmenu header .toolbar-nav .btn:hover, body.lp-topmenu header .toolbar-nav .btn:focus, body.lp-topmenu header .toolbar-nav .btn:active, body.lp-topmenu header .toolbar-nav .btn:visited {
            background: #f2f2f2 !important;
        }

    body.lp-topmenu header .toolbar-nav .dropdown-menu {
        background: white !important;
        color: #000000;
    }

        body.lp-topmenu header .toolbar-nav .dropdown-menu strong {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
        }

        body.lp-topmenu header .toolbar-nav .dropdown-menu.dropdown-menu-notifications {
            background: #ffffff;
            color: #000000;
        }

            body.lp-topmenu header .toolbar-nav .dropdown-menu.dropdown-menu-notifications .list-group {
                background: #ffffff;
            }

                body.lp-topmenu header .toolbar-nav .dropdown-menu.dropdown-menu-notifications .list-group .list-group-item {
                    border-color: #f2f2f2;
                }

                    body.lp-topmenu header .toolbar-nav .dropdown-menu.dropdown-menu-notifications .list-group .list-group-item a {
                        background: #f7f7f7;
                        color: #000000;
                    }

                        body.lp-topmenu header .toolbar-nav .dropdown-menu.dropdown-menu-notifications .list-group .list-group-item a .fa-notification-icon {
                            background: #ffffff;
                        }

                        body.lp-topmenu header .toolbar-nav .dropdown-menu.dropdown-menu-notifications .list-group .list-group-item a:hover {
                            background: #fcfcfc;
                        }

                            body.lp-topmenu header .toolbar-nav .dropdown-menu.dropdown-menu-notifications .list-group .list-group-item a:hover .fa-notification-icon {
                                color: var(--bs-primary);
                            }



        body.lp-topmenu header .toolbar-nav .dropdown-menu .btn {
            color: #000000;
        }

.lp-topmenu .lp-sidebar-toggle-button,
.lp-topmenu .lp-toggle-sidebar {
    display: none;
}

body.lp-topmenu.lp-landing header {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: var(--bs-body-font-size);
    background: var(--bs-body-bg-grey-rgba);
    padding-top: 64px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    color: #000000;
    position: relative;
}

    body.lp-topmenu.lp-landing header .lp-content {
        position: relative;
        min-height: unset;
        margin: 0 auto;
        padding-bottom: 0;
    }

    body.lp-topmenu.lp-landing header .toolbar-nav .btn {
        color: #000000;
    }

        body.lp-topmenu.lp-landing header .toolbar-nav .btn span {
            color: #000000;
        }



    body.lp-topmenu.lp-landing header .toolbar-nav .dropdown-menu {
        background: white !important;
        color: #000000;
    }

        body.lp-topmenu.lp-landing header .toolbar-nav .dropdown-menu.dropdown-menu-notifications {
            background: #ffffff;
            color: #000000;
        }

            body.lp-topmenu.lp-landing header .toolbar-nav .dropdown-menu.dropdown-menu-notifications .list-group {
                background: #ffffff;
            }

                body.lp-topmenu.lp-landing header .toolbar-nav .dropdown-menu.dropdown-menu-notifications .list-group .list-group-item {
                    border-color: #f2f2f2;
                }

                    body.lp-topmenu.lp-landing header .toolbar-nav .dropdown-menu.dropdown-menu-notifications .list-group .list-group-item a {
                        background: #f7f7f7;
                        color: #000000;
                    }

                        body.lp-topmenu.lp-landing header .toolbar-nav .dropdown-menu.dropdown-menu-notifications .list-group .list-group-item a .fa-notification-icon {
                            background: #ffffff;
                        }

                        body.lp-topmenu.lp-landing header .toolbar-nav .dropdown-menu.dropdown-menu-notifications .list-group .list-group-item a:hover {
                            background: #fcfcfc;
                        }

                            body.lp-topmenu.lp-landing header .toolbar-nav .dropdown-menu.dropdown-menu-notifications .list-group .list-group-item a:hover .fa-notification-icon {
                                color: var(--bs-primary);
                            }



        body.lp-topmenu.lp-landing header .toolbar-nav .dropdown-menu .btn {
            color: #000000;
        }



.lp-timeline {
    position: relative;
}

    .lp-timeline::before {
        content: "";
        position: absolute;
        left: 75px;
        width: 3px;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.05);
    }

    .lp-timeline .lp-timeline-item {
        display: flex;
        align-items: center;
        position: relative;
        margin-bottom: 1.5em;
    }

        .lp-timeline .lp-timeline-item .lp-timeline-content {
            flex-grow: 1;
        }

        .lp-timeline .lp-timeline-item:last-child {
            margin-bottom: 0;
        }

        .lp-timeline .lp-timeline-item .lp-timeline-label {
            width: 75px;
            padding-right: 10px;
            flex-shrink: 0;
            position: relative;
            color: #000000;
            text-align: center;
            opacity: 0.5;
        }

        .lp-timeline .lp-timeline-item .lp-timeline-badge {
            flex-shrink: 0;
            background: #ffffff;
            width: 15px;
            height: 15px;
            border-radius: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1;
            position: relative;
            margin-top: 0px;
            margin-left: -8px;
            margin-right: 18px;
            font-size: var(--bs-body-font-size);
            padding: 2px !important;
            border: 8px solid #ffffff !important;
        }

            .lp-timeline .lp-timeline-item .lp-timeline-badge span {
                display: block;
                border-radius: 100%;
                width: 6px;
                height: 6px;
                background-color: #EBEDF3;
            }

/*.input-group > .b-numeric > input:not(:last-child) {*/
/*    border-top-right-radius: 0;*/
/*    border-bottom-right-radius: 0;*/
/*}*/

/*.input-group > .b-numeric > input:not(:first-child) {*/
/*    border-top-left-radius: 0;*/
/*    border-bottom-left-radius: 0;*/
/*}*/

.input-group-xs > .form-control,
.input-group-xs > .input-group-text,
.input-group-xs > .btn,
.input-group-xs > .b-numeric > input {
    padding: 0.15rem 0.5rem;
    font-size: var(--bs-secondary-text-font-size);
    line-height: 1.5;
    border-radius: 0.15rem;
}

.input-group-sm > .b-numeric > input {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .b-numeric > input {
    padding: 0.25rem 0.5rem;
    font-size: var(--bs-body-font-size);
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-md > .form-control:not(textarea),
.input-group-md > .b-numeric > input {
    height: calc(1.5em + 0.94rem + 2px);
}

.input-group-md > .form-control,
.input-group-md > .input-group-text,
.input-group-md > .btn,
.input-group-md > .b-numeric > input {
    padding: 0.47rem 1rem;
    font-size: var(--bs-body-font-size);
    line-height: 1.5;
    border-radius: 0.25rem;
}

.input-group-lg > .b-numeric > input {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .b-numeric > input {
    padding: 0.5rem 1rem;
    font-size: var(--bs-body-font-size);
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-xl > .form-control:not(textarea),
.input-group-xl > .b-numeric > input {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-xl > .form-control,
.input-group-xl > .input-group-text,
.input-group-xl > .btn,
.input-group-xl > .b-numeric > input {
    padding: 0.5rem 1rem;
    font-size: var(--bs-body-font-size);
    line-height: 1.5;
    border-radius: 0.4rem;
}

.input-group-xs > .form-control:not(textarea),
.input-group-xs > .b-numeric > input {
    height: calc(1.5em + 0.3rem + 2px);
}

.b-numeric {
    position: relative;
    width: 100%;
}

    .b-numeric:hover > .b-numeric-handler-wrap {
        opacity: 1;
    }

.b-numeric-handler-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    opacity: 0;
}

.input-group .b-numeric {
    flex: 1 1 auto;
    width: 1%;
}

.b-numeric-handler-wrap .b-numeric-handler.b-numeric-handler-down {
    border-top: 1px solid #d9d9d9;
}

.b-numeric-handler {
    position: relative;
    display: flex;
    width: 100%;
    height: 50%;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 700;
    line-height: 0;
    align-items: center;
    justify-content: center;
}

    .b-numeric-handler.btn {
        padding: 0;
    }

.form-control + .b-numeric-handler-wrap {
    height: calc(1.5em + 0.75rem + 2px);
    font-size: var(--bs-text-font-size);
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.form-control-xs + .b-numeric-handler-wrap {
    height: calc(1.5em + 0.3rem + 2px);
    font-size: var(--bs-secondary-text-font-size);
    border-top-right-radius: 0.15rem;
    border-bottom-right-radius: 0.15rem;
}

    .form-control-xs + .b-numeric-handler-wrap > .b-numeric-handler.btn {
        font-size: var(--bs-secondary-text-font-size);
    }

.form-control-sm + .b-numeric-handler-wrap {
    height: calc(1.5em + 0.5rem + 2px);
    font-size: var(--bs-body-font-size);
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

    .form-control-sm + .b-numeric-handler-wrap > .b-numeric-handler.btn {
        font-size: var(--bs-body-font-size);
    }

.form-control-md + .b-numeric-handler-wrap {
    height: calc(1.5em + 0.94rem + 2px);
    font-size: var(--bs-body-font-size);
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

    .form-control-md + .b-numeric-handler-wrap > .b-numeric-handler.btn {
        font-size: var(--bs-body-font-size);
    }

.form-control-lg + .b-numeric-handler-wrap {
    height: calc(1.5em + 1rem + 2px);
    font-size: var(--bs-body-font-size);
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

    .form-control-lg + .b-numeric-handler-wrap > .b-numeric-handler.btn {
        font-size: var(--bs-body-font-size);
    }

.form-control-xl + .b-numeric-handler-wrap {
    height: calc(1.5em + 1rem + 2px);
    font-size: var(--bs-body-font-size);
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
}

    .form-control-xl + .b-numeric-handler-wrap > .b-numeric-handler.btn {
        font-size: var(--bs-body-font-size);
    }

.demo-container {
    position: fixed;
    bottom: 10px;
    z-index: 10001;
    width: 200px;
    right: -250px;
    transition: all 0.3s;
    margin-left: -150px;
    border-radius: 6px;
    background: #f2f2f2;
    border: 2px solid white;
    color: #000000;
    font-size: var(--bs-text-font-size);
    padding: 10px 15px;
    border-right: 0;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.05), 2px 2px 2px rgba(0, 0, 0, 0.05);
}

    .demo-container .demo-styles-container {
        padding: 6px 10px 8px 10px;
        border-radius: 4px;
        background: #ffffff;
        cursor: pointer;
        transition: all 0.3s;
        border: 1px solid #d9d9d9;
        margin-bottom: 5px;
    }

        .demo-container .demo-styles-container:hover {
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
            border: 1px solid #a6a6a6;
        }

    .demo-container .demo-layout {
        height: 10px;
        border-radius: 6px;
        overflow: hidden;
        width: 100%;
        margin-top: 2px;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    }

        .demo-container .demo-layout > div {
            width: 25%;
            height: 10px;
            float: left;
        }

    .demo-container .demo-toggler {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        position: absolute;
        top: 0;
        left: -100px;
        background: #ffffff;
        color: #000000;
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.05), 2px 2px 2px rgba(0, 0, 0, 0.05);
        border-radius: 50px;
        font-size: var(--bs-body-font-size);
        cursor: pointer;
    }

        .demo-container .demo-toggler:hover {
            background: ligthen(#feba57, 5);
        }

        .demo-container .demo-toggler .fa-times {
            display: none;
        }

    .demo-container.demo-open {
        right: 20px;
    }

        .demo-container.demo-open .demo-toggler {
            left: -50px;
        }

        .demo-container.demo-open .fa-times {
            display: inline-block;
        }

        .demo-container.demo-open .fa-cog {
            display: none;
        }

.menu {
    width: 50px;
    height: 50px;
    background: var(--bg-menu);
}

.abp-component-demo-section {
    display: flex;
    flex-wrap: wrap;
}

    .abp-component-demo-section + .abp-component-demo-section {
        border-top: 1px solid #eae3d9;
        padding: 2em 0;
        margin: 2em 0;
    }

    .abp-component-demo-section .abp-component-demo-section-body {
        display: block;
        width: 100%;
    }

    .abp-component-demo-section .abp-component-demo-section-raw-source,
    .abp-component-demo-section .abp-component-demo-section-bs-source {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0.25em;
    }

        .abp-component-demo-section .abp-component-demo-section-raw-source h3, .abp-component-demo-section .abp-component-demo-section-raw-source .h3,
        .abp-component-demo-section .abp-component-demo-section-bs-source h3,
        .abp-component-demo-section .abp-component-demo-section-bs-source .h3 {
            border-radius: 6px 6px 0 0;
            background: #e1d7c9;
            text-align: center;
            font-size: var(--bs-body-font-size);
            padding: 0.5em;
            margin-bottom: 0;
            margin-top: 1em;
        }

        .abp-component-demo-section .abp-component-demo-section-raw-source pre,
        .abp-component-demo-section .abp-component-demo-section-bs-source pre {
            background: #eae3d9;
            color: #000000;
            border-radius: 0 0 6px 6px;
            padding: 1em;
            font-size: var(--bs-text-font-size);
            margin-bottom: 1em;
            min-height: 20em;
        }

/*rtl:begin:ignore*/
html[dir=rtl] body {
    direction: rtl;
    text-align: right;
}

    html[dir=rtl] body .lp-content {
        padding: 0 36px 36px 24px;
    }

    html[dir=rtl] body.lp-opened-sidebar .lp-content {
        padding: 0 300px 24px 36px;
    }

    /*html[dir=rtl] body.lp-opened-sidebar .lp-footer {*/
    /*    padding-left: auto;*/
    /*    padding-right: 300px;*/
    /*}*/

    html[dir=rtl] body.lp-closed .lp-content {
        padding: 0 114px 24px 36px;
    }

    /*html[dir=rtl] body.lp-closed .lp-footer {*/
    /*    padding-left: auto;*/
    /*    padding-right: 126px;*/
    /*}*/

    /*html[dir=rtl] body.lp-topmenu .lp-footer {*/
    /*    padding-left: auto;*/
    /*    padding-right: 16px;*/
    /*}*/

    /*html[dir=rtl] body.lp-boxed .lp-footer {*/
    /*    padding-left: auto;*/
    /*    padding-right: 300px;*/
    /*}*/

    html[dir=rtl] body .lp-sidebar {
        left: auto;
        right: 0;
    }

    html[dir=rtl] body .navbar-brand {
        left: auto;
        right: 41px;
    }

    html[dir=rtl] body.lp-opened-sidebar .lp-toggle-sidebar, html[dir=rtl] body.lp-closed .lp-toggle-sidebar {
        left: auto;
        right: 19px;
    }

        html[dir=rtl] body.lp-opened-sidebar .lp-toggle-sidebar i, html[dir=rtl] body.lp-closed .lp-toggle-sidebar i {
            left: auto;
            right: 7px;
        }

    html[dir=rtl] body.lp-opened-sidebar .lp-sidebar-navi > ul ul li a,
    html[dir=rtl] body.lp-opened-sidebar .lp-closed .lp-sidebar .lp-sidebar-navi > ul ul li a, html[dir=rtl] body.lp-closed .lp-sidebar-navi > ul ul li a,
    html[dir=rtl] body.lp-closed .lp-closed .lp-sidebar .lp-sidebar-navi > ul ul li a {
        padding-right: 37px;
        padding-left: 0;
    }

    html[dir=rtl] body.lp-opened-sidebar .lp-sidebar-navi ul li.current > ul .current > a:before,
    html[dir=rtl] body.lp-opened-sidebar .lp-sidebar-navi ul li.current > ul .active-page > a:before, html[dir=rtl] body.lp-opened-sidebar .lp-sidebar-navi ul li.active-page > ul .current > a:before,
    html[dir=rtl] body.lp-opened-sidebar .lp-sidebar-navi ul li.active-page > ul .active-page > a:before, html[dir=rtl] body.lp-closed .lp-sidebar-navi ul li.current > ul .current > a:before,
    html[dir=rtl] body.lp-closed .lp-sidebar-navi ul li.current > ul .active-page > a:before, html[dir=rtl] body.lp-closed .lp-sidebar-navi ul li.active-page > ul .current > a:before,
    html[dir=rtl] body.lp-closed .lp-sidebar-navi ul li.active-page > ul .active-page > a:before {
        margin-left: auto;
        margin-right: -20px;
    }

    html[dir=rtl] body.lp-opened-sidebar .lp-sidebar-navi > ul > li.current > a > .lp-text,
    html[dir=rtl] body.lp-opened-sidebar .lp-sidebar-navi > ul > li.active-page > a > .lp-text, html[dir=rtl] body.lp-closed .lp-sidebar-navi > ul > li.current > a > .lp-text,
    html[dir=rtl] body.lp-closed .lp-sidebar-navi > ul > li.active-page > a > .lp-text {
        padding-right: 0px;
    }

    html[dir=rtl] body.lp-opened-sidebar .lp-sidebar-navi > ul ul li, html[dir=rtl] body.lp-closed .lp-sidebar-navi > ul ul li {
        margin-left: 15px !important;
        margin-right: 10px !important;
    }

        html[dir=rtl] body.lp-opened-sidebar .lp-sidebar-navi > ul ul li a, html[dir=rtl] body.lp-closed .lp-sidebar-navi > ul ul li a {
            padding-left: auto;
            padding-right: 37px;
        }

        html[dir=rtl] body.lp-opened-sidebar .lp-sidebar-navi > ul ul li ul li a, html[dir=rtl] body.lp-closed .lp-sidebar-navi > ul ul li ul li a {
            padding-left: auto;
            padding-right: 47px;
        }

        html[dir=rtl] body.lp-opened-sidebar .lp-sidebar-navi > ul ul li ul li ul li a, html[dir=rtl] body.lp-closed .lp-sidebar-navi > ul ul li ul li ul li a {
            padding-left: auto;
            padding-right: 57px;
        }

        html[dir=rtl] body.lp-opened-sidebar .lp-sidebar-navi > ul ul li ul li ul li ul li a, html[dir=rtl] body.lp-closed .lp-sidebar-navi > ul ul li ul li ul li ul li a {
            padding-left: auto;
            padding-right: 67px;
        }

        html[dir=rtl] body.lp-opened-sidebar .lp-sidebar-navi > ul ul li ul li ul li ul li ul li a, html[dir=rtl] body.lp-closed .lp-sidebar-navi > ul ul li ul li ul li ul li ul li a {
            padding-left: auto;
            padding-right: 77px;
        }

        html[dir=rtl] body.lp-opened-sidebar .lp-sidebar-navi > ul ul li ul li ul li ul li ul li ul li a, html[dir=rtl] body.lp-closed .lp-sidebar-navi > ul ul li ul li ul li ul li ul li ul li a {
            padding-left: auto;
            padding-right: 87px;
        }

    html[dir=rtl] body .lp-sidebar-wrapper {
        text-align: right;
    }

    html[dir=rtl] body header .toolbar-nav {
        padding-right: 10px;
        font-size: var(--bs-text-font-size);
        margin-left: 0 !important;
        margin-right: auto !important;
        padding-left: 10px;
    }

    html[dir=rtl] body .dropdown-menu-end {
        left: 0;
        right: auto;
        border-radius: 0 6px 6px;
    }

    html[dir=rtl] body .mCustomScrollBox {
        direction: rtl;
    }

    html[dir=rtl] body .text-right {
        text-align: left !important;
    }

    html[dir=rtl] body .text-left {
        text-align: right !important;
    }

    html[dir=rtl] body .text-md-right {
        text-align: left !important;
    }

    html[dir=rtl] body .text-md-left {
        text-align: right !important;
    }

    html[dir=rtl] body .text-lg-right {
        text-align: left !important;
    }

    html[dir=rtl] body .text-lg-left {
        text-align: right !important;
    }

    html[dir=rtl] body .card .card-header .card-title {
        text-align: right;
    }

    html[dir=rtl] body .nav-mobile {
        left: 15px;
        right: auto;
    }

.accordion .card .card-header .card-title:after,
.accordion .card .card-header .btn-link:after {
    position: absolute;
    top: 16px;
    right: 15px;
    font-size: var(--bs-body-font-size);
}

.navbar-brand {
    top: 10px;
    height: 30px;
    margin: 5px 10px;
    left: 10px;
}

/*conversations component styling*/
/* Align action buttons & add spacing */
.action-buttons {
    display: flex;
    justify-content: center; 
    gap: 20px;
    
}

/* Individual icon colors */
a.active.icon-link.fa.fa-paperclip, a.active.icon-play.fa.fa-play, a.active.icon-stop.fa.fa-stop {
    text-decoration: none;
}
a.active.icon-delete.fa.fa-trash {
    color: #dc3545;
}

/* Hover Effects */
.icon-link:hover {
    color: #0056b3;
}

.icon-play:hover {
    color: #218838;
}

.icon-stop:hover {
    color: #d39e00;
}

a.active.icon-delete.fa.fa-trash:hover {
    color: #a91e2c;
}

.information-container {
    border: 2px solid var(--bs-accent);
    border-radius: 10px;
    margin: 20px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 16%);
}

p.information-text {
    padding: 20px 10px;
    margin: 0;
}

/*audio modal*/
audio::-webkit-media-controls-panel {
    background-color: #f8f9fa; /* Light background */
}

audio::-webkit-media-controls-play-button {
    background-color: var(--bs-primary-rgba); /* Blue play button */
    color:white;
    border-radius: 50%;
}

audio::-webkit-media-controls-mute-button {
    background-color: var(--bs-primary-rgba);
    border-radius: 50%;
}

audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
    color: #007bff;
}

    /*Media Queries*/
    /*extra small devices (phones) - below 600px*/
    @media only screen and (max-width: 600px) {
        body, header .toolbar-nav .btn span, .modal .modal-content .modal-header .modal-title {
            font-size: var(--bs-secondary-text-font-size);
        }

        .dashboard-titles {
            font-size: var(--bs-tertiary-text-font-size);
            line-height: 1.8;
        }

        .clearingIcon {
            justify-content: end;
            margin-top: 10px;
            padding-right: 12px;
        }

        .modal-fullscreen-sm-down .modal-header {
            border-radius: 0;
        }
        /*.ui-table-responsive .ui-table-thead > tr > th {*/
        /*    display: none !important;*/
        /*}*/

        /*.ui-table-responsive .ui-table-tfoot > tr > td {*/
        /*    display: none !important;*/
        /*}*/

        /*.ui-table-responsive .ui-table-tbody > tr > td {*/
        /*    text-align: left;*/
        /*    display: block;*/
        /*    border: 0 none;*/
        /*    width: 100% !important;*/
        /*    box-sizing: border-box;*/
        /*    float: left;*/
        /*    clear: left;*/
        /*}*/

        /*.ui-table-responsive .ui-table-tbody > tr > td .ui-column-title {*/
        /*    padding: 0.4em;*/
        /*    min-width: 30%;*/
        /*    display: inline-block;*/
        /*    margin: -0.4em 1em -0.4em -0.4em;*/
        /*    font-weight: bold;*/
        /*}*/

        /*body .ui-table.ui-table-responsive .ui-table-tbody > tr > td {*/
        /*    border: 0 none;*/
        /*}*/
    }
    /*small devices (portait tablets and large phones - above 600px*/
    @media only screen and (min-width: 600px) {
        body, header .toolbar-nav .btn span, .modal .modal-content .modal-header .modal-title {
            font-size: var(--bs-text-font-size);
        }

        .table td, .col-form-label, .form-control, .form-label, .form-group {
            font-size: var(--bs-secondary-text-font-size)
        }

        .btn {
            font-size: var(--bs-tertiary-text-font-size);
        }

        .table > :not(caption) > * > * {
            padding: 0;
        }

        .btn {
            padding: 5px 10px;
        }

        .modal-dialog.modal-xl.modal-dialog-centered {
            justify-content: center;
            max-width: 100%;
        }

        .modal-dialog-centered {
            /*margin-left: 20vw;*/
            margin: auto auto;
        }

        .form-group {
            margin-bottom: 10px;
        }

        .clearingIcon {
            justify-content: end;
            margin-top: 10px;
            gap: 5px;
        }

        .navbar-expand-sm {
            flex-wrap: nowrap;
            justify-content: flex-start;
        }

            .navbar-expand-sm .navbar-nav {
                flex-direction: row;
            }

                .navbar-expand-sm .navbar-nav .dropdown-menu {
                    position: absolute;
                }

                .navbar-expand-sm .navbar-nav .nav-link {
                    padding-right: 0.5rem;
                    padding-left: 0.5rem;
                }

            .navbar-expand-sm .navbar-nav-scroll {
                overflow: visible;
            }

            .navbar-expand-sm .navbar-collapse {
                display: flex !important;
                flex-basis: auto;
            }

            .navbar-expand-sm .navbar-toggler {
                display: none;
            }

            .navbar-expand-sm .offcanvas-header {
                display: none;
            }

            .navbar-expand-sm .offcanvas {
                position: inherit;
                bottom: 0;
                z-index: 1000;
                flex-grow: 1;
                visibility: visible !important;
                background-color: transparent;
                border-right: 0;
                border-left: 0;
                transition: none;
                transform: none;
            }

            .navbar-expand-sm .offcanvas-top,
            .navbar-expand-sm .offcanvas-bottom {
                height: auto;
                border-top: 0;
                border-bottom: 0;
            }

            .navbar-expand-sm .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible;
            }
    }

    @media only screen and (max-width:768px) {
        .dropdownTraject {
            margin-top: 20px;
        }

        .dashboard-cards {
            padding-right: 0;
            word-break:break-word;
        }

        .dashboard-titles {
            margin-left: 0;
            font-size: var(--bs-tertiary-text-font-size);
            line-height: 1.8;
            letter-spacing: inherit;
        }

        .navbar-brand-login {
            top: -10%;
            left: 50%;
            transform: translateX(-50%);
            height: 5rem;
            width: 80px; /* Smaller logo for mobile */
        }

        .login-form-title {
            margin-top: 30px
        }

        .glassmorphism-loginForm {
            width: 100%;
            padding: 15px;
            margin-top: 10%
        }

        .login-button {
            font-size: 1rem;
        }

        .login-body {
            flex-direction: column;
            padding: 10px;
        }

        .nextjeugd {
            display: none !important;
        }
    }
    /* Ensure it remains visible for tablets and larger screens */
    @media only screen and (min-width: 768px) {
        .nextjeugd {
            display: block !important;
        }
    }
    /*medium devices (landscape tablets  - above 768px*/
    @media only screen and (min-width: 768px) {
        html[dir=rtl] body.lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav {
            text-align: right;
            padding-right: 270px;
            padding-left: 0;
        }

            html[dir=rtl] body.lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul ul ul {
                left: auto;
                right: 100%;
                text-align: right;
            }

            html[dir=rtl] body.lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul li a {
                text-align: right;
            }

            html[dir=rtl] body.lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul ul li.has-drop:before {
                right: auto;
                left: 16px;
                top: 17px;
                border-left: 0;
                border-right: 5px solid #ffffff;
            }

        .dropdownTraject {
            margin-top: 20px;
        }

        .dashboard-titles {
            margin-left: 0;
            font-size: var(--bs-text-font-size);
            line-height: 1;
        }

        .table > :not(caption) > * > * {
            padding: 3px;
        }

        .navbar-expand-md {
            flex-wrap: nowrap;
            justify-content: flex-start;
        }

            .navbar-expand-md .navbar-nav {
                flex-direction: row;
            }

                .navbar-expand-md .navbar-nav .dropdown-menu {
                    position: absolute;
                }

                .navbar-expand-md .navbar-nav .nav-link {
                    padding-right: 0.5rem;
                    padding-left: 0.5rem;
                }

            .navbar-expand-md .navbar-nav-scroll {
                overflow: visible;
            }

            .navbar-expand-md .navbar-collapse {
                display: flex !important;
                flex-basis: auto;
            }

            .navbar-expand-md .navbar-toggler {
                display: none;
            }

            .navbar-expand-md .offcanvas-header {
                display: none;
            }

            .navbar-expand-md .offcanvas {
                position: inherit;
                bottom: 0;
                z-index: 1000;
                flex-grow: 1;
                visibility: visible !important;
                background-color: transparent;
                border-right: 0;
                border-left: 0;
                transition: none;
                transform: none;
            }

            .navbar-expand-md .offcanvas-top,
            .navbar-expand-md .offcanvas-bottom {
                height: auto;
                border-top: 0;
                border-bottom: 0;
            }

            .navbar-expand-md .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible;
            }

        .btn {
            font-size: var(--bs-secondary-text-font-size);
        }

        .modal .modal-lg {
        }
    }

    @media only screen and (max-width: 992px) {

        nav.lp-sidebar-navi {
            margin-top: 50px;
        }

        header .toolbar-nav > .nav-item > * > .dropdown > .btn, header .toolbar-nav > .nav-item > .dropdown > .btn {
            width: 100%;
            display: block;
            text-align: left !important;
            height: 32px;
            line-height: 22px;
        }

        header .toolbar-nav .btn {
            height: 34px;
            line-height: 24px;
            color: #000000 !important;
        }

            header .toolbar-nav .btn .fa {
                width: 44px;
                height: 32px;
                line-height: 1.8;
                vertical-align: middle;
                font-size: var(--bs-text-font-size);
                opacity: 0.5;
                text-align: center;
            }

            header .toolbar-nav .btn img {
                width: 24px;
                height: 24px;
                opacity: 0.5;
                margin: 0 10px;
            }

            header .toolbar-nav .btn .flag-icon {
                width: 24px;
                height: 24px;
                margin: 0 10px;
                top: -6px;
            }

        header .toolbar-nav .dropdown-menu {
            margin: 5px 30px 20px;
            border-radius: 6px;
        }

            header .toolbar-nav .dropdown-menu.dropdown-menu-notifications {
                min-width: auto;
                background: #ffffff;
            }

            header .toolbar-nav .dropdown-menu.search-dropdown .btn {
                padding: 3px 10px 2px;
                color: #081449;
                background: #ffffff;
            }

                header .toolbar-nav .dropdown-menu.search-dropdown .btn .fa {
                    color: #081449;
                    width: auto;
                    opacity: 1;
                }

        header {
            background: #ffffff;
            height: 60px;
        }

        .user-nav-mobile {
            background: #ffffff;
            top: 50px;
        }

            .user-nav-mobile .toolbar-nav {
                display: flex;
                flex-direction: inherit;
                justify-content: flex-end;
                align-items: center;
                background-color: var(--bs-body-bg-grey);
                box-shadow: 1px 6px 10px var(--bs-dark-bg-subtle);
            }

        .nav-item.dropdown {
            margin: 10px 0;
        }
        /*file names in table-documenten*/
        .fileName {
            word-wrap: anywhere;
        }

        .glassmorphism-loginForm {
            margin-left: auto;
            margin-right: auto;
            max-width: 400px; /* Keeps it clean and readable */
        }
    }
    /*large devices (laptop/desktop  - above 992px*/
    @media only screen and (min-width: 992px) {
        nav.lp-sidebar-navi {
            margin-top: 0;
        }

            body, header .toolbar-nav .btn span, .modal .modal-content .modal-header .modal-title {
            font-size: var(--bs-text-font-size);
        }

        .table td, .btn, .col-form-label, .form-control, .form-label, .form-group {
            font-size: var(--bs-secondary-text-font-size)
        }

        .table > :not(caption) > * > * {
            padding: 7px;
        }

        .btn {
            padding: 5px 16px;
            font-size: var(--bs-secondary-text-font-size);
        }

        .modal-dialog-centered {
            /*margin-left: 30vw;*/
            margin: auto auto;
        }

        .form-group {
            margin-bottom: 1rem;
        }
        /*editTraject*/
        .clearingIcon {
            justify-content: end;
            margin-top: 10px;
            padding-right: 12px;
        }

        .dropdownTraject {
            margin-top: 20px;
        }

        .navbar-expand-xl .custom-navbar, .navbar-expand-lg .custom-navbar{
            display:none;
        }
        .custom-navbar .navabar-toggler{
            display:block;
        }
        .navbar-expand-lg {
            flex-wrap: nowrap;
            justify-content: flex-start;
        }

            .navbar-expand-lg .navbar-nav {
                flex-direction: row;
            }

                .navbar-expand-lg .navbar-nav .dropdown-menu {
                    position: absolute;
                }

                .navbar-expand-lg .navbar-nav .nav-link {
                    padding-right: 1.5rem;
                    padding-left: 1.5rem;
                }

            .navbar-expand-lg .navbar-nav-scroll {
                overflow: visible;
            }

            .navbar-expand-lg .navbar-collapse {
                display: flex !important;
                flex-basis: auto;
            }

            .navbar-expand-lg .navbar-toggler {
                display: none;
            }

            .navbar-expand-lg .offcanvas-header {
                display: none;
            }

            .navbar-expand-lg .offcanvas {
                position: inherit;
                bottom: 0;
                z-index: 1000;
                flex-grow: 1;
                visibility: visible !important;
                background-color: transparent;
                border-right: 0;
                border-left: 0;
                transition: none;
                transform: none;
            }

            .navbar-expand-lg .offcanvas-top,
            .navbar-expand-lg .offcanvas-bottom {
                height: auto;
                border-top: 0;
                border-bottom: 0;
            }

            .navbar-expand-lg .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible;
            }

        .scrolled:not(.lp-topmenu) header {
            background: #ffffff;
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
        }
        /*header with dropdowns from abp - clean version*/
        .lp-topmenu .navbar-brand {
            top: 1%;
            left: 15px;
            position: absolute;
            min-height: 90%;
            max-width: 5%;
        }

        .lp-topmenu .lp-sidebar .lp-icon {
            margin-right: 4px;
        }

        .lp-topmenu .lp-sidebar .lp-sidebar-wrapper {
            margin: -51px auto 0;
        }

/*            .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav {
                margin-left: 50px;
                width: fit-content;
            }*/

                .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav a,
                .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav li,
                .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav .lp-icon {
                    transition: all 0.3s;
                }

                .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav > ul > li > a {
                    border-radius: 6px !important;
                }

/*                .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul {
                    border-radius: 6px;
                    list-style: none;
                    position: relative;
                    display: flex;
                    justify-content: space-between;
                }*/

                    .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul li {
                        border-radius: 6px;
                        /*
              &:last-child {
                  border-radius: 0 0 $radius $radius;
              }

              &:first-child {
                  border-radius: $radius $radius 0 0;
              }*/
                    }

                        .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul li.current > a {
                            background: rgba(0, 0, 0, 0.1) !important;
                        }

                            .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul li.current > a .lp-icon {
                                color: #feba57;
                            }

                    .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul ul {
                        display: none !important;
                        margin: 0;
                        background: #ffffff;
                        padding: 0;
                        position: absolute;
                        top: 100%;
                    }

                        .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul ul li {
                            float: none;
                            min-width: 240px;
                            position: relative;
                        }

                            .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul ul li.has-drop:before {
                                content: "";
                                position: absolute;
                                right: 16px;
                                top: 17px;
                                border-top: 4px solid transparent;
                                border-bottom: 4px solid transparent;
                                border-left: 5px solid #000000;
                            }

                            .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul ul li a {
                                padding: 10px 20px;
                                color: #000000;
                                text-align: left;
                                font-size: var(--bs-text-font-size);
                            }

                                .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul ul li a:hover {
                                    background: rgba(0, 0, 0, 0.1);
                                }

                                    .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul ul li a:hover .lp-icon {
                                        color: #feba57;
                                    }

                        .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul ul ul {
                            position: absolute;
                            left: 100%;
                            top: 0;
                        }

                    .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul li {
                        float: left;
                    }

                        .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul li:hover {
                            background: rgba(0, 0, 0, 0.1);
                        }

                            .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul li:hover > ul {
                                display: block !important;
                            }

                            .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul li:hover .lp-icon {
                                color: #feba57;
                            }

                            .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul li:hover a {
                                color: #000000;
                            }

                        .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul li a {
                            color: #000000;
/*                            display: block;*/
/*                            padding: 10px 10px;*/
                            text-decoration: none;
                            font-size: var(--bs-tertiary-text-font-size)
                        }

                    .lp-topmenu .lp-sidebar .lp-sidebar-wrapper nav ul:after {
                        content: "";
                        clear: both;
                        display: block;
                    }

            .lp-topmenu .lp-sidebar .lp-sidebar-wrapper ul {
                text-align: left;
/*                display: inline;*/
                display:flex;
                margin: 0;
                padding: 0;
            }

            .lp-topmenu .lp-sidebar .lp-sidebar-wrapper .lp-arrow-icon {
/*                display: none;*/
            }

        .lp-landing {
            padding-top: 0px !important;
        }

            .lp-landing .landing-header::before {
                content: "";
                background: rgba(0, 0, 0, 0.075);
                position: absolute;
                left: 0;
                right: 0;
                height: 36px;
            }

            .lp-landing .toolbar-nav {
                margin: 0;
                z-index: 1030;
                transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
            }

                .lp-landing .toolbar-nav .btn {
                    margin: 0;
                    opacity: 0.65;
                }

                    .lp-landing .toolbar-nav .btn:hover {
                        opacity: 1;
                    }

/*            .lp-landing .navbar-brand {
                left: 50px;
                top: 72px;
            }*/

            .lp-landing .lp-sidebar .lp-icon {
                margin-right: 4px;
            }

            .lp-landing .lp-sidebar .lp-sidebar-wrapper {
                margin: 0px auto 0;
                display: flex;
            }

                .lp-landing .lp-sidebar .lp-sidebar-wrapper nav {
                    text-align: left;
                    padding: 20px 0 15px;
                    margin: 0 0 0 auto;
                }

                    .lp-landing .lp-sidebar .lp-sidebar-wrapper nav a,
                    .lp-landing .lp-sidebar .lp-sidebar-wrapper nav li,
                    .lp-landing .lp-sidebar .lp-sidebar-wrapper nav .lp-icon {
                        transition: all 0.3s;
                    }

                    .lp-landing .lp-sidebar .lp-sidebar-wrapper nav > ul > li > a {
                        border-radius: 6px !important;
                    }

                    .lp-landing .lp-sidebar .lp-sidebar-wrapper nav ul {
                        border-radius: 6px;
                        list-style: none;
                        position: relative;
                        display: inline-table;
                    }

                        .lp-landing .lp-sidebar .lp-sidebar-wrapper nav ul li {
                            /*
  &:last-child {
      border-radius: 0 0 $radius $radius;
  }

  &:first-child {
      border-radius: $radius $radius 0 0;
  }*/
                        }

                            .lp-landing .lp-sidebar .lp-sidebar-wrapper nav ul li.current > a {
                                background: rgba(0, 0, 0, 0.1) !important;
                            }

                                .lp-landing .lp-sidebar .lp-sidebar-wrapper nav ul li.current > a .lp-icon {
                                    color: #feba57;
                                }

                        .lp-landing .lp-sidebar .lp-sidebar-wrapper nav ul ul {
                            display: none !important;
                            margin: 0;
                            background: #ffffff;
                            padding: 0;
                            position: absolute;
                            top: 100%;
                        }

                            .lp-landing .lp-sidebar .lp-sidebar-wrapper nav ul ul li {
                                float: none;
                                min-width: 240px;
                                position: relative;
                            }

                                .lp-landing .lp-sidebar .lp-sidebar-wrapper nav ul ul li.has-drop:before {
                                    content: "";
                                    position: absolute;
                                    right: 16px;
                                    top: 17px;
                                    border-top: 4px solid transparent;
                                    border-bottom: 4px solid transparent;
                                    border-left: 5px solid #000000;
                                }

                                .lp-landing .lp-sidebar .lp-sidebar-wrapper nav ul ul li a {
                                    padding: 10px 20px;
                                    color: #000000;
                                    text-align: left;
                                    font-size: var(--bs-text-font-size);
                                }

                                    .lp-landing .lp-sidebar .lp-sidebar-wrapper nav ul ul li a:hover {
                                        background: rgba(0, 0, 0, 0.1);
                                    }

                                        .lp-landing .lp-sidebar .lp-sidebar-wrapper nav ul ul li a:hover .lp-icon {
                                            color: #feba57;
                                        }

                            .lp-landing .lp-sidebar .lp-sidebar-wrapper nav ul ul ul {
                                position: absolute;
                                left: 100%;
                                top: 0;
                            }

                        .lp-landing .lp-sidebar .lp-sidebar-wrapper nav ul li {
                            float: left;
                        }

                            .lp-landing .lp-sidebar .lp-sidebar-wrapper nav ul li:hover {
                                background: rgba(0, 0, 0, 0.1);
                            }

                                .lp-landing .lp-sidebar .lp-sidebar-wrapper nav ul li:hover > ul {
                                    display: block !important;
                                }

                                .lp-landing .lp-sidebar .lp-sidebar-wrapper nav ul li:hover .lp-icon {
                                    color: #feba57;
                                }

                                .lp-landing .lp-sidebar .lp-sidebar-wrapper nav ul li:hover a {
                                    color: #000000;
                                }

                            .lp-landing .lp-sidebar .lp-sidebar-wrapper nav ul li a {
                                color: #000000;
                                display: block;
                                padding: 15px 20px;
                                text-decoration: none;
                            }

                        .lp-landing .lp-sidebar .lp-sidebar-wrapper nav ul:after {
                            content: "";
                            clear: both;
                            display: block;
                        }

                .lp-landing .lp-sidebar .lp-sidebar-wrapper ul {
                    text-align: left;
                    display: inline;
                    margin: 0;
                    padding: 0;
                }

                .lp-landing .lp-sidebar .lp-sidebar-wrapper .lp-arrow-icon {
                    display: none;
                }

            .lp-landing #navItemFullScreen {
                display: none;
            }

            .lp-landing .entry-row {
                margin: 3px 0 12px 0;
            }

                .lp-landing .entry-row > .col-auto {
                    display: none;
                }
        /* Common styles for opened and closed sidebars */
        .lp-opened-sidebar .lp-sidebar,
        .lp-closed .lp-sidebar {
            position: relative;
            width: 100%;
            top: 60px;
        }

            /* Sidebar navigation common styles */
            .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li,
            .lp-closed .lp-sidebar .lp-sidebar-navi ul li,
            .lp-topmenu .lp-sidebar .lp-sidebar-navi ul li {
                border-radius: 6px;
                display: block;
                position: relative;
            }

                /* Navigation link common styles */
                .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li a,
                .lp-closed .lp-sidebar .lp-sidebar-navi ul li a,
                .lp-topmenu .lp-sidebar .lp-sidebar-navi ul li a {
                    text-decoration: none;
                    position: relative;
                    display: table;
                    width: 100%;
                    color: #000000;
                }

                    /* Sidebar navigation text styles */
                    .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li a .lp-text,
                    .lp-topmenu .lp-sidebar .lp-sidebar-navi ul li a .lp-text {
                        position: relative;
                        white-space: nowrap;
                        text-overflow: ellipsis;
/*                        max-width: 176px;*/
                        opacity: 0.7;
                    }

                    /* Sidebar navigation icon styles */
                    .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li a > span.lp-icon,
                    .lp-topmenu .lp-sidebar .lp-sidebar-navi ul li a > span.lp-icon,
                    .lp-topmenu .lp-sidebar .lp-sidebar-navi ul li.current > a > span.lp-icon,
                    .lp-topmenu .lp-sidebar .lp-sidebar-navi ul li.active-page > a > span.lp-icon {
                        width: 32px;
                        height: 32px;
                        line-height: 1;
                        vertical-align: middle;
                        opacity: 0.35;
                    }

        /* Common styles for toolbar buttons */
        body.lp-topmenu header .toolbar-nav .btn,
        body.lp-topmenu.lp-landing header .toolbar-nav .btn {
            color: #000000 !important;
        }

        /* Dropdown menu notifications styles */
        body.lp-topmenu header .toolbar-nav .dropdown-menu.dropdown-menu-notifications,
        body.lp-topmenu.lp-landing header .toolbar-nav .dropdown-menu.dropdown-menu-notifications {
            background: #ffffff;
        }

        /* Dropdown menu search button styles */
        body.lp-topmenu header .toolbar-nav .dropdown-menu.search-dropdown .btn,
        body.lp-topmenu.lp-landing header .toolbar-nav .dropdown-menu.search-dropdown .btn {
            color: #000000;
            background: #ffffff;
        }

        /* Sidebar-header common styles */
        .lp-topmenu .lp-sidebar-header {
            display: none;
            width: 264px;
            height: 72px;
            padding: 24px 15px;
        }

        /* Sidebar navigation arrow icon styles */
        .lp-topmenu .lp-sidebar .lp-sidebar-navi ul li a > span.lp-arrow-icon {
            width: 14px;
            height: 24px;
            font-size: var(--bs-secondary-text-font-size);
            text-align: center;
            line-height: 1;
            vertical-align: middle;
            position: relative;
            opacity: 0.2;
        }

        /* Hover states for sidebar navigation links */
        .lp-topmenu .lp-sidebar .lp-sidebar-navi ul li a:hover,
        .lp-topmenu .lp-sidebar .lp-sidebar-navi ul li a:hover > span.lp-icon,
        .lp-topmenu .lp-sidebar .lp-sidebar-navi ul li a:hover > span.lp-text {
            opacity: 1;
        }

        /* Active and current states for sidebar navigation */
        .lp-topmenu .lp-sidebar .lp-sidebar-navi ul li.current > a,
        .lp-topmenu .lp-sidebar .lp-sidebar-navi ul li.active-page > a,
        .lp-topmenu .lp-sidebar .lp-sidebar-navi ul li.current > a > span.lp-text,
        .lp-topmenu .lp-sidebar .lp-sidebar-navi ul li.active-page > a > span.lp-text,
        .lp-topmenu .lp-sidebar .lp-sidebar-navi ul li.current > a > .lp-arrow-icon,
        .lp-topmenu .lp-sidebar .lp-sidebar-navi ul li.active-page > a > .lp-arrow-icon {
            opacity: 1;
        }

        /* Active page indicator styles */
        .lp-topmenu .lp-sidebar .lp-sidebar-navi ul li.current > ul .current > a:before,
        .lp-topmenu .lp-sidebar .lp-sidebar-navi ul li.current > ul .active-page > a:before,
        .lp-topmenu .lp-sidebar .lp-sidebar-navi ul li.active-page > ul .current > a:before,
        .lp-topmenu .lp-sidebar .lp-sidebar-navi ul li.active-page > ul .active-page > a:before {
            content: "";
            /*width: 8px;*/
            /*height: 8px;*/
            /*position: absolute;*/
            /*top: 15px;*/
            /*margin-left: -20px;*/
        }

        /* Toggle sidebar styles */
        .lp-topmenu .lp-sidebar-header .lp-toggle-sidebar {
            display: inline-block;
            cursor: pointer;
            z-index: 10;
            position: absolute;
            top: 2px;
            left: 23px;
            color: #bbb;
            width: 36px;
            height: 60px;
        }

            /* Toggle sidebar icon styles */
            .lp-topmenu .lp-sidebar-header .lp-toggle-sidebar i {
                position: absolute;
                top: 25px;
                left: 7px;
                font-size: var(--bs-body-font-size);
            }

        /* Responsive padding for nested sidebar navigation links */
        .lp-topmenu .lp-sidebar .lp-sidebar-navi > ul ul li a {
            padding-left: 37px;
        }

        .lp-topmenu .lp-sidebar .lp-sidebar-navi > ul ul li ul li a {
            padding-left: 47px;
        }

        .lp-topmenu .lp-sidebar .lp-sidebar-navi > ul ul li ul li ul li a {
            padding-left: 57px;
        }
    }

    /*extra large devices (laptop/desktop  - above 1200px*/
    @media only screen and (min-width: 1200px) {
        /*editTraject*/
        .clearingIcon {
            justify-content: start;
            margin-top: 0;
            padding-left: 0;
        }

        .dropdownTraject {
            margin-top: 0;
        }

        .navbar-expand-xl {
            flex-wrap: nowrap;
            justify-content: flex-start;
        }

            .navbar-expand-xl .navbar-nav {
                flex-direction: row;
            }

                .navbar-expand-xl .navbar-nav .dropdown-menu {
                    position: absolute;
                }

                .navbar-expand-xl .navbar-nav .nav-link {
                    padding-right: 0.5rem;
                    padding-left: 0.5rem;
                }

            .navbar-expand-xl .navbar-nav-scroll {
                overflow: visible;
            }

            .navbar-expand-xl .navbar-collapse {
                display: flex !important;
                flex-basis: auto;
            }

            .navbar-expand-xl .navbar-toggler {
                display: none;
            }

            .navbar-expand-xl .offcanvas-header {
                display: none;
            }

            .navbar-expand-xl .offcanvas {
                position: inherit;
                bottom: 0;
                z-index: 1000;
                flex-grow: 1;
                visibility: visible !important;
                background-color: transparent;
                border-right: 0;
                border-left: 0;
                transition: none;
                transform: none;
            }

            .navbar-expand-xl .offcanvas-top,
            .navbar-expand-xl .offcanvas-bottom {
                height: auto;
                border-top: 0;
                border-bottom: 0;
            }

            .navbar-expand-xl .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible;
            }

        .navbar-expand-xxl {
            flex-wrap: nowrap;
            justify-content: flex-start;
        }

            .navbar-expand-xxl .navbar-nav {
                flex-direction: row;
            }

                .navbar-expand-xxl .navbar-nav .dropdown-menu {
                    position: absolute;
                }

                .navbar-expand-xxl .navbar-nav .nav-link {
                    padding-right: 0.5rem;
                    padding-left: 0.5rem;
                }

            .navbar-expand-xxl .navbar-nav-scroll {
                overflow: visible;
            }

            .navbar-expand-xxl .navbar-collapse {
                display: flex !important;
                flex-basis: auto;
            }

            .navbar-expand-xxl .navbar-toggler {
                display: none;
            }

            .navbar-expand-xxl .offcanvas-header {
                display: none;
            }

            .navbar-expand-xxl .offcanvas {
                position: inherit;
                bottom: 0;
                z-index: 1000;
                flex-grow: 1;
                visibility: visible !important;
                background-color: transparent;
                border-right: 0;
                border-left: 0;
                transition: none;
                transform: none;
            }

            .navbar-expand-xxl .offcanvas-top,
            .navbar-expand-xxl .offcanvas-bottom {
                height: auto;
                border-top: 0;
                border-bottom: 0;
            }

            .navbar-expand-xxl .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible;
            }
    }
    /*if a user has enabled a setting on their device to minimize the amount of non-essential motion*/
    @media (prefers-reduced-motion: reduce) {
        :root {
            scroll-behavior: smooth;
        }

        .form-control {
            transition: none;
        }

            .form-control::file-selector-button {
                transition: none;
            }

            .form-control::-webkit-file-upload-button {
                -webkit-transition: none;
                transition: none;
            }

        .form-select {
            transition: none;
        }

        .form-switch .form-check-input {
            transition: none;
        }

        .form-range::-webkit-slider-thumb {
            -webkit-transition: none;
            transition: none;
        }

        .form-range::-moz-range-thumb {
            -moz-transition: none;
            transition: none;
        }

        .form-floating > label {
            transition: none;
        }

        .btn {
            transition: none;
        }

        .fade {
            transition: none;
        }

        .collapsing {
            transition: none;
        }

            .collapsing.collapse-horizontal {
                transition: none;
            }

        .nav-link {
            transition: none;
        }

        .navbar-toggler {
            transition: none;
        }

        .accordion-button {
            transition: none;
        }

            .accordion-button::after {
                transition: none;
            }

        .page-link {
            transition: none;
        }

        .progress-bar {
            transition: none;
        }

        .progress-bar-animated {
            -webkit-animation: none;
            animation: none;
        }

        .modal.fade .modal-dialog {
            transition: none;
        }

        .carousel-item {
            transition: none;
        }

        .carousel-fade .active.carousel-item-start,
        .carousel-fade .active.carousel-item-end {
            transition: none;
        }

        .carousel-control-prev,
        .carousel-control-next {
            transition: none;
        }

        .carousel-indicators [data-bs-target] {
            transition: none;
        }

        .spinner-border,
        .spinner-grow {
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
        }

        .offcanvas {
            transition: none;
        }
    }

    @media print {
        .d-print-inline {
            display: inline !important;
        }

        .d-print-inline-block {
            display: inline-block !important;
        }

        .d-print-block {
            display: block !important;
        }

        .d-print-grid {
            display: grid !important;
        }

        .d-print-table {
            display: table !important;
        }

        .d-print-table-row {
            display: table-row !important;
        }

        .d-print-table-cell {
            display: table-cell !important;
        }

        .d-print-flex {
            display: flex !important;
        }

        .d-print-inline-flex {
            display: inline-flex !important;
        }

        .d-print-none {
            display: none !important;
        }
    }

    @media (min-width: 576px) {
        .float-sm-start {
            float: left !important;
        }

        .float-sm-end {
            float: right !important;
        }

        .float-sm-none {
            float: none !important;
        }

        .d-sm-inline {
            display: inline !important;
        }

        .d-sm-inline-block {
            display: inline-block !important;
        }

        .d-sm-block {
            display: block !important;
        }

        .d-sm-grid {
            display: grid !important;
        }

        .d-sm-table {
            display: table !important;
        }

        .d-sm-table-row {
            display: table-row !important;
        }

        .d-sm-table-cell {
            display: table-cell !important;
        }

        .d-sm-flex {
            display: flex !important;
        }

        .d-sm-inline-flex {
            display: inline-flex !important;
        }

        .d-sm-none {
            display: none !important;
        }

        .flex-sm-fill {
            flex: 1 1 auto !important;
        }

        .flex-sm-row {
            flex-direction: row !important;
        }

        .flex-sm-column {
            flex-direction: column !important;
        }

        .flex-sm-row-reverse {
            flex-direction: row-reverse !important;
        }

        .flex-sm-column-reverse {
            flex-direction: column-reverse !important;
        }

        .flex-sm-grow-0 {
            flex-grow: 0 !important;
        }

        .flex-sm-grow-1 {
            flex-grow: 1 !important;
        }

        .flex-sm-shrink-0 {
            flex-shrink: 0 !important;
        }

        .flex-sm-shrink-1 {
            flex-shrink: 1 !important;
        }

        .flex-sm-wrap {
            flex-wrap: wrap !important;
        }

        .flex-sm-nowrap {
            flex-wrap: nowrap !important;
        }

        .flex-sm-wrap-reverse {
            flex-wrap: wrap-reverse !important;
        }

        .gap-sm-0 {
            gap: 0 !important;
        }

        .gap-sm-1 {
            gap: 0.25rem !important;
        }

        .gap-sm-2 {
            gap: 0.5rem !important;
        }

        .gap-sm-3 {
            gap: 1rem !important;
        }

        .gap-sm-4 {
            gap: 1.5rem !important;
        }

        .gap-sm-5 {
            gap: 3rem !important;
        }

        .justify-content-sm-start {
            justify-content: flex-start !important;
        }

        .justify-content-sm-end {
            justify-content: flex-end !important;
        }

        .justify-content-sm-center {
            justify-content: center !important;
        }

        .justify-content-sm-between {
            justify-content: space-between !important;
        }

        .justify-content-sm-around {
            justify-content: space-around !important;
        }

        .justify-content-sm-evenly {
            justify-content: space-evenly !important;
        }

        .align-items-sm-start {
            align-items: flex-start !important;
        }

        .align-items-sm-end {
            align-items: flex-end !important;
        }

        .align-items-sm-center {
            align-items: center !important;
        }

        .align-items-sm-baseline {
            align-items: baseline !important;
        }

        .align-items-sm-stretch {
            align-items: stretch !important;
        }

        .align-content-sm-start {
            align-content: flex-start !important;
        }

        .align-content-sm-end {
            align-content: flex-end !important;
        }

        .align-content-sm-center {
            align-content: center !important;
        }

        .align-content-sm-between {
            align-content: space-between !important;
        }

        .align-content-sm-around {
            align-content: space-around !important;
        }

        .align-content-sm-stretch {
            align-content: stretch !important;
        }

        .align-self-sm-auto {
            align-self: auto !important;
        }

        .align-self-sm-start {
            align-self: flex-start !important;
        }

        .align-self-sm-end {
            align-self: flex-end !important;
        }

        .align-self-sm-center {
            align-self: center !important;
        }

        .align-self-sm-baseline {
            align-self: baseline !important;
        }

        .align-self-sm-stretch {
            align-self: stretch !important;
        }

        .order-sm-first {
            order: -1 !important;
        }

        .order-sm-0 {
            order: 0 !important;
        }

        .order-sm-1 {
            order: 1 !important;
        }

        .order-sm-2 {
            order: 2 !important;
        }

        .order-sm-3 {
            order: 3 !important;
        }

        .order-sm-4 {
            order: 4 !important;
        }

        .order-sm-5 {
            order: 5 !important;
        }

        .order-sm-last {
            order: 6 !important;
        }

        .m-sm-0 {
            margin: 0 !important;
        }

        .m-sm-1 {
            margin: 0.25rem !important;
        }

        .m-sm-2 {
            margin: 0.5rem !important;
        }

        .m-sm-3 {
            margin: 1rem !important;
        }

        .m-sm-4 {
            margin: 1.5rem !important;
        }

        .m-sm-5 {
            margin: 3rem !important;
        }

        .m-sm-auto {
            margin: auto !important;
        }

        .mx-sm-0 {
            margin-right: 0 !important;
            margin-left: 0 !important;
        }

        .mx-sm-1 {
            margin-right: 0.25rem !important;
            margin-left: 0.25rem !important;
        }

        .mx-sm-2 {
            margin-right: 0.5rem !important;
            margin-left: 0.5rem !important;
        }

        .mx-sm-3 {
            margin-right: 1rem !important;
            margin-left: 1rem !important;
        }

        .mx-sm-4 {
            margin-right: 1.5rem !important;
            margin-left: 1.5rem !important;
        }

        .mx-sm-5 {
            margin-right: 3rem !important;
            margin-left: 3rem !important;
        }

        .mx-sm-auto {
            margin-right: auto !important;
            margin-left: auto !important;
        }

        .my-sm-0 {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
        }

        .my-sm-1 {
            margin-top: 0.25rem !important;
            margin-bottom: 0.25rem !important;
        }

        .my-sm-2 {
            margin-top: 0.5rem !important;
            margin-bottom: 0.5rem !important;
        }

        .my-sm-3 {
            margin-top: 1rem !important;
            margin-bottom: 1rem !important;
        }

        .my-sm-4 {
            margin-top: 1.5rem !important;
            margin-bottom: 1.5rem !important;
        }

        .my-sm-5 {
            margin-top: 3rem !important;
            margin-bottom: 3rem !important;
        }

        .my-sm-auto {
            margin-top: auto !important;
            margin-bottom: auto !important;
        }

        .mt-sm-0 {
            margin-top: 0 !important;
        }

        .mt-sm-1 {
            margin-top: 0.25rem !important;
        }

        .mt-sm-2 {
            margin-top: 0.5rem !important;
        }

        .mt-sm-3 {
            margin-top: 1rem !important;
        }

        .mt-sm-4 {
            margin-top: 1.5rem !important;
        }

        .mt-sm-5 {
            margin-top: 3rem !important;
        }

        .mt-sm-auto {
            margin-top: auto !important;
        }

        .me-sm-0 {
            margin-right: 0 !important;
        }

        .me-sm-1 {
            margin-right: 0.25rem !important;
        }

        .me-sm-2 {
            margin-right: 0.5rem !important;
        }

        .me-sm-3 {
            margin-right: 1rem !important;
        }

        .me-sm-4 {
            margin-right: 1.5rem !important;
        }

        .me-sm-5 {
            margin-right: 3rem !important;
        }

        .me-sm-auto {
            margin-right: auto !important;
        }

        .mb-sm-0 {
            margin-bottom: 0 !important;
        }

        .mb-sm-1 {
            margin-bottom: 0.25rem !important;
        }

        .mb-sm-2 {
            margin-bottom: 0.5rem !important;
        }

        .mb-sm-3 {
            margin-bottom: 1rem !important;
        }

        .mb-sm-4 {
            margin-bottom: 1.5rem !important;
        }

        .mb-sm-5 {
            margin-bottom: 3rem !important;
        }

        .mb-sm-auto {
            margin-bottom: auto !important;
        }

        .ms-sm-0 {
            margin-left: 0 !important;
        }

        .ms-sm-1 {
            margin-left: 0.25rem !important;
        }

        .ms-sm-2 {
            margin-left: 0.5rem !important;
        }

        .ms-sm-3 {
            margin-left: 1rem !important;
        }

        .ms-sm-4 {
            margin-left: 1.5rem !important;
        }

        .ms-sm-5 {
            margin-left: 3rem !important;
        }

        .ms-sm-auto {
            margin-left: auto !important;
        }

        .p-sm-0 {
            padding: 0 !important;
        }

        .p-sm-1 {
            padding: 0.25rem !important;
        }

        .p-sm-2 {
            padding: 0.5rem !important;
        }

        .p-sm-3 {
            padding: 1rem !important;
        }

        .p-sm-4 {
            padding: 1.5rem !important;
        }

        .p-sm-5 {
            padding: 3rem !important;
        }

        .px-sm-0 {
            padding-right: 0 !important;
            padding-left: 0 !important;
        }

        .px-sm-1 {
            padding-right: 0.25rem !important;
            padding-left: 0.25rem !important;
        }

        .px-sm-2 {
            padding-right: 0.5rem !important;
            padding-left: 0.5rem !important;
        }

        .px-sm-3 {
            padding-right: 1rem !important;
            padding-left: 1rem !important;
        }

        .px-sm-4 {
            padding-right: 1.5rem !important;
            padding-left: 1.5rem !important;
        }

        .px-sm-5 {
            padding-right: 3rem !important;
            padding-left: 3rem !important;
        }

        .py-sm-0 {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }

        .py-sm-1 {
            padding-top: 0.25rem !important;
            padding-bottom: 0.25rem !important;
        }

        .py-sm-2 {
            padding-top: 0.5rem !important;
            padding-bottom: 0.5rem !important;
        }

        .py-sm-3 {
            padding-top: 1rem !important;
            padding-bottom: 1rem !important;
        }

        .py-sm-4 {
            padding-top: 1.5rem !important;
            padding-bottom: 1.5rem !important;
        }

        .py-sm-5 {
            padding-top: 3rem !important;
            padding-bottom: 3rem !important;
        }

        .pt-sm-0 {
            padding-top: 0 !important;
        }

        .pt-sm-1 {
            padding-top: 0.25rem !important;
        }

        .pt-sm-2 {
            padding-top: 0.5rem !important;
        }

        .pt-sm-3 {
            padding-top: 1rem !important;
        }

        .pt-sm-4 {
            padding-top: 1.5rem !important;
        }

        .pt-sm-5 {
            padding-top: 3rem !important;
        }

        .pe-sm-0 {
            padding-right: 0 !important;
        }

        .pe-sm-1 {
            padding-right: 0.25rem !important;
        }

        .pe-sm-2 {
            padding-right: 0.5rem !important;
        }

        .pe-sm-3 {
            padding-right: 1rem !important;
        }

        .pe-sm-4 {
            padding-right: 1.5rem !important;
        }

        .pe-sm-5 {
            padding-right: 3rem !important;
        }

        .pb-sm-0 {
            padding-bottom: 0 !important;
        }

        .pb-sm-1 {
            padding-bottom: 0.25rem !important;
        }

        .pb-sm-2 {
            padding-bottom: 0.5rem !important;
        }

        .pb-sm-3 {
            padding-bottom: 1rem !important;
        }

        .pb-sm-4 {
            padding-bottom: 1.5rem !important;
        }

        .pb-sm-5 {
            padding-bottom: 3rem !important;
        }

        .ps-sm-0 {
            padding-left: 0 !important;
        }

        .ps-sm-1 {
            padding-left: 0.25rem !important;
        }

        .ps-sm-2 {
            padding-left: 0.5rem !important;
        }

        .ps-sm-3 {
            padding-left: 1rem !important;
        }

        .ps-sm-4 {
            padding-left: 1.5rem !important;
        }

        .ps-sm-5 {
            padding-left: 3rem !important;
        }

        .text-sm-start {
            text-align: left !important;
        }

        .text-sm-end {
            text-align: right !important;
        }

        .text-sm-center {
            text-align: center !important;
        }
    }
