.map-responsive {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-placeholder {
    height: 120px;
    width: 120px;
    background-color: #f0f0f0;
    display: block;
    margin: auto;
}

.custom-content p {
    line-height: 1.1;
}

.custom-content ul.custom-ul {
    list-style-type: disc;
    padding-left: 100px;
}

.custom-content ul.custom-ul li {
    margin-bottom: 10px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.header-flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-title {
    margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
    padding: 0 5px;
    color: black;
}

.breadcrumb-item a {
    text-decoration: none;
    color: inherit;
    color: black;
}

.active-menu-item {
    font-weight: bold;
}

.menu-item-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* min-width: 70px; */
    overflow: hidden;
}

.menu-item-container i {
    line-height: 1;
    margin-bottom: 0;
    font-size: 1em;
}

.menu-item-title {
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

#viewNotificationModal .close {
    display: none !important;
}

.level-error {
    color: red;
}

.level-warning {
    color: orange;
}

.level-information {
    color: blue;
}

.level-debug {
    color: gray;
}

.level-verbose {
    color: rgb(148, 160, 39);
}

.sync-icon {
    color: #b80c0c;
}

.form-input {
    width: 100%;
    text-align: center;
}

.dynamic-icon-select {
    width: 100%;
}

.spinner-border,
.spinner-border-sm {
    --bs-spinner-animation-speed: 1.5s;
    border-width: 2px;
    color: #dbdbdb;
    z-index: 10;
}

.output-label {
    text-align: center;
}

.custom-col {
    min-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.output-icon select {
    border: none;
}

.icon-placeholder {
    text-align: center;
    /* Center the content horizontally */
    display: flex;
    justify-content: center;
    /* Center the content horizontally for flexbox */
    align-items: center;
    /* Center the content vertically */
    color: black;
    /* Set text color to black */
}

.label-light {
    font-weight: 400 !important;
    font-size: 1.25rem !important;
    text-align: left !important;
}

.bold-title .fc-title {
    font-weight: normal;
    /* letter-spacing: 0.5px; */
}

.form-hidden {
    display: none;
}

.imargin {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.irotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.align-left {
    float: left;
}

.bg-green {
    background-color: rgb(161, 202, 161) !important;
    color: white !important;
}

.bg-red {
    background-color: rgb(114, 66, 66) !important;
    color: white !important;
}

.bg-blue {
    background-color: rgb(107, 107, 145) !important;
    color: white !important;
}

.bg-orange {
    background-color: rgb(202, 178, 133) !important;
    color: white !important;
}

.enlarge-icon {
    font-size: 2em;
    /* change the size as you need */
}

.not-bold {
    font-weight: 600 !important;
    font-size: 1.3em !important;
}

/* The container */
.check-container {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.check-container .checkmark {
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 0.4em;
}

/* On mouse-over, add a grey background color */
.check-container:hover input~.checkmark {
    background-color: gray;
}

/* When the checkbox is checked, add a gray background */
.check-container input:checked~.checkmark {
    background-color: #dbdbdb;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* Show the checkmark when checked */
.check-container input:checked~.checkmark:after {
    display: block;
}

/* When the checkbox is checked and on hover, add a green background color */
.check-container input:checked:hover~.checkmark {
    background-color: gray;
}


.text-form {
    text-decoration: none !important;
    color: black;
    font-weight: bold;
}

.text-link {
    text-decoration: none !important;
    color: black;
    font-weight: bold;
}

.text-link:hover,
.text-link:focus {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    color: #363499;
}

@font-face {
    font-family: 'Oswald';
    src: url('/static/font/Oswald-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Oswald';
    src: url('/static/font/Oswald-Light.ttf');
    font-weight: 300;
    /* Light */
}

@font-face {
    font-family: 'Oswald';
    src: url('/static/font/Oswald-Medium.ttf');
    font-weight: 500;
    /* Medium */
}

@font-face {
    font-family: 'Oswald';
    src: url('/static/font/Oswald-Light.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('/static/font/Oswald-SemiBold.ttf');
    font-weight: 600;
    /* Semi-Bold */
}

* {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 0.875em; /* Reduce base font size (14px if default is 16px) */
    line-height: 1.4; /* Adjust line height for readability */
    /* Change this to 'bold', '300', '500', or '600' for different styles */
}

.table-icon {
    font-size: 1.5em;
    margin-right: 0.1em;
    transition: transform 0.3s ease-in-out;
}

.table-icon:hover {
    color: #363499;
}

.navipane {
    color: white;
}

.navipane .navipane-link {
    color: white;
    text-underline-offset: 5px;
}

.navipane .navipane-link:hover,
.navipane .navipane-link:focus {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    color: #363499;
}

.navbar .navbar-collapse .nav-item-custom {
    margin-right: 0.5em;
    text-decoration: none;
    color: black;
    transition: all 0.2s ease;
}

.navbar .navbar-collapse .nav-link {
    transform: none !important;
}

.navbar .navbar-collapse .nav-item-custom:active,
.navbar .navbar-collapse .nav-item-custom:hover {
    font-weight: bold;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

body {
    line-height: 1.5;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer {
    background-color: #ffffff;
    color: #000000;
    font-size: 1.25rem;
    text-align: left;
}

.footer-col {
    padding: 0 15px;
}

.footer-col h4 {
    font-size: 2rem;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 1.5rem;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}

.navbar .navbar-collapse .nav-item-custom {
    padding: 1.5em;
    margin-right: 0.5em;
    text-decoration: none;
    color: black;
    transition: all 0.2s ease;
    padding: 0.5rem;
}

.navbar-nav>li.nav-item {
    /* max-width: calc(100% / 3); */
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.navbar-nav>li.nav-item:hover {
    font-weight: bold;
    color: #000000;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.navbar-nav.d-flex {
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    #nav-bar-func-collapse {
        width: 100%;
        overflow: hidden;
    }

    #nav-bar-func-collapse .navbar-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #nav-bar-func-collapse .navbar-nav>li {
        flex: 0 0 auto;
        margin-left: 5px;
        margin-top: 5px;
    }
}


.footer-col ul li a:hover {
    font-weight: bold;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.footer-col .social-links {
    text-align: justify;
}

.footer-col .social-links p {
    margin-bottom: 0.1em;
    margin-top: 0.1em;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(20, 18, 18, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #000000;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #dbdbdb;
}

.footer-col .social-links a i {
    color: #ffffff;
}

.footer-col .social-links a:hover i {
    color: #ffffff;
}

/*responsive*/
@media(max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .footer-col {
        width: 100%;
    }
}

.custom-table .row {
    margin-bottom: 1em;
}

/* Custom column size */
@media (min-width: 992px) {
    .custom-table .col-lg-2-5 {
        flex: 0 0 20%;
        max-width: 23%;
        border-radius: 0.5rem;
        border: none;
        box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.1);
        padding: 1.5em;
        white-space: nowrap;
        margin: 0.5em;
        min-width: 80px;
        min-height: 80px;
        line-height: 1.5;
        text-decoration: none;
        color: black;
        transition: all 0.2s ease;
    }

    .custom-table .col-lg-2-5:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        background-color: #dbdbdb;
        color: white;
    }
}

.custom-table .col,
.custom-table .col-12,
.custom-table .col-sm-6,
.custom-table .col-md-4,
.custom-table .col-lg-3,
.custom-table .col-xl-2 {
    border-radius: 0.5rem;
    /* add this line */
    border: none;
    box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 1.5em;
    white-space: nowrap;
    margin: 0.5em;
    min-width: 100px;
    min-height: 100px;
    line-height: 1.5;
    text-decoration: none;
    color: black;
    transition: all 0.2s ease;
    padding: 1rem;
}

.custom-table .col:hover,
.custom-table .col-12:hover,
.custom-table .col-sm-6:hover,
.custom-table .col-md-4:hover,
.custom-table .col-lg-3:hover,
.custom-table .col-xl-2:hover,
.custom-table .col:active,
.custom-table .col-12:active,
.custom-table .col-sm-6:active,
.custom-table .col-md-4:active,
.custom-table .col-lg-3:active,
.custom-table .col-xl-2:active,
.custom-table .col-lg-2-5:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    background-color: #dbdbdb;
    color: white;
}

.custom-table img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: cover;
    border-radius: 1%;
    z-index: 9999;
}

.custom-table {
    display: block;
    text-decoration: none;
    color: inherit;
}

.ui-menu-zindex {
    z-index: 1000;
}

.event-output-container {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

.navipane-lang-container {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

.btn-header {
    color: white;
    margin-bottom: 5px !important;
}

.btn-header:hover,
.btn-header:active {
    color: #363499;
}

.custom-toggler.navbar-toggler-icon-wrapper .btn-custom {
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.1);
    margin-left: 50px;
}

#page-navigation {
    margin-left: 15px;
    margin-right: 15px;
}

.errorlist {
    color: red;
}

.btn {
    margin-bottom: 1rem;
    letter-spacing: -0.025rem;
    text-transform: uppercase;
    box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07);
    background-size: 150%;
    background-position-x: 25%;
}

.btn:not([class*="btn-outline-"]) {
    border: 0;
}

.btn:active,
.btn:active:focus,
.btn:active:hover {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.09), 0 2px 3px -1px rgba(0, 0, 0, 0.07);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    opacity: 0.85;
}

.btn:hover {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.09), 0 2px 3px -1px rgba(0, 0, 0, 0.07);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.btn-add {
    background-color: #368522;
    color: #333;
}

.btn-add:hover {
    background-color: rgb(41, 139, 11);
    color: #000;
}

.btn-back {
    background-color: #bd8048;
    color: #333;
}

.btn-back:hover {
    background-color: rgb(155, 102, 32);
    color: #000;
}

.btn.btn-lg {
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: lowercase;
}

.btn.btn-lg::first-letter {
    text-transform: uppercase;
}

.btn.btn-lg.btn-icon-only,
.btn-group-lg>.btn.btn-icon-only {
    width: 3.25rem;
    height: 3.25rem;
}

.btn.btn-lg i,
.btn-group-lg>.btn i {
    font-size: 1.7rem;
    position: relative;
    top: 2px;
}

.btn-primary:hover,
.btn.bg-gradient-primary:hover {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
}

.btn-primary .btn.bg-outline-primary,
.btn.bg-gradient-primary .btn.bg-outline-primary {
    border: 1px solid #dbdbdb;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn.bg-gradient-primary:not(:disabled):not(.disabled).active,
.btn.bg-gradient-primary:not(:disabled):not(.disabled):active,
.show>.btn.bg-gradient-primary.dropdown-toggle {
    color: color-yiq(#dbdbdb);
    background-color: #dbdbdb;
}

.btn-primary.focus,
.btn-primary:focus,
.btn.bg-gradient-primary.focus,
.btn.bg-gradient-primary:focus {
    color: #fff;
}

.btn-secondary:hover,
.btn.bg-gradient-secondary:hover {
    background-color: #8392AB;
    border-color: #8392AB;
}

.btn-secondary .btn.bg-outline-secondary,
.btn.bg-gradient-secondary .btn.bg-outline-secondary {
    border: 1px solid #8392AB;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle,
.btn.bg-gradient-secondary:not(:disabled):not(.disabled).active,
.btn.bg-gradient-secondary:not(:disabled):not(.disabled):active,
.show>.btn.bg-gradient-secondary.dropdown-toggle {
    color: color-yiq(#8392AB);
    background-color: #8392AB;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn.bg-gradient-secondary.focus,
.btn.bg-gradient-secondary:focus {
    color: #fff;
}

.btn-primary,
.btn.bg-gradient-primary {
    color: #fff;
}

.btn-primary:hover,
.btn.bg-gradient-primary:hover {
    color: #fff;
}

.btn-secondary,
.btn.bg-gradient-secondary {
    color: #fff;
}

.btn-secondary:hover,
.btn.bg-gradient-secondary:hover {
    color: #fff;
}

.card {
    box-shadow: 0 20px 27px 0px rgba(0, 0, 0, 0.05);
    border: none;
}

.card .card-header {
    padding: 1.5rem;
    background-color: transparent;
    border: none;
}

.card .card-body {
    font-family: "Open Sans";
    padding: 1.5rem;
}

.card.card-plain {
    background-color: transparent;
}

.card .card-footer {
    padding: 1.5rem;
    background-color: transparent;
    border: none;
}

@media (min-width: 992px) {

    .dropdown .dropdown-menu,
    .dropup .dropdown-menu {
        box-shadow: 0 8px 26px -4px rgba(20, 20, 20, 0.15), 0 8px 9px -5px rgba(20, 20, 20, 0.06);
        transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
        cursor: pointer;
    }

    .dropdown .dropdown-toggle:after,
    .dropup .dropdown-toggle:after {
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        border: none;
        vertical-align: middle;
        font-weight: 600;
    }

    .dropdown .dropdown-toggle.show:after,
    .dropup .dropdown-toggle.show:after {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
    }

    .dropdown .dropdown-toggle:after,
    .dropup .dropdown-toggle:after {
        transition: 0.3s ease;
    }

    .dropdown.dropdown-hover .dropdown-menu,
    .dropdown .dropdown-menu {
        display: block;
        opacity: 0;
        top: 0;
        transform-origin: 50% 0;
        pointer-events: none;
        transform: perspective(999px) rotateX(-10deg) translateZ(0) translate3d(0px, 37px, 0px) !important;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform, box-shadow;
    }

    .dropdown.dropdown-hover:hover>.dropdown-menu,
    .dropdown .dropdown-menu.show {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: perspective(999px) rotateX(0deg) translateZ(0) translate3d(0, 37px, 5px) !important;
    }

    .dropdown.dropdown-hover:hover>.dropdown-menu:before,
    .dropdown .dropdown-menu.show:before {
        top: -20px;
    }

    .dropdown.dropdown-hover:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -24px;
        width: 100%;
        height: 100%;
    }

    .dropdown:not(.dropdown-hover) .dropdown-menu {
        margin-top: 8px !important;
    }

    .dropdown .dropdown-menu:before {
        font-family: "FontAwesome";
        content: "\f0d8";
        position: absolute;
        top: 0;
        left: 28px;
        right: auto;
        font-size: 1.5rem;
        color: #fff;
        transition: top 0.35s ease;
    }

    .dropdown .dropdown-item .arrow {
        transform: rotate(-90deg);
    }

    .dropdown-item {
        transition: background-color 0.3s ease, color 0.3s ease;
    }
}

.dropup .dropdown-menu {
    box-shadow: 0 8px 26px -4px rgba(20, 20, 20, 0.15), 0 8px 9px -5px rgba(20, 20, 20, 0.06);
    transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
    cursor: pointer;
    top: auto !important;
    bottom: 100% !important;
    margin-bottom: 0.5rem !important;
    display: block;
    opacity: 0;
    transform-origin: bottom;
    pointer-events: none;
    transform: perspective(999px) rotateX(12deg) translateZ(0) translate3d(0px, 0px, 0px) !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, box-shadow;
}

.dropup .dropdown-menu.show {
    pointer-events: auto;
    transform: perspective(999px) rotateX(0deg) translateZ(0) translate3d(1px, 0px, 5px) !important;
    opacity: 1;
}

.dropup .dropdown-menu.show:after {
    bottom: -20px;
}

.dropup .dropdown-menu:after {
    font-family: "FontAwesome";
    content: "\f0d7";
    position: absolute;
    z-index: -1;
    bottom: 22px;
    left: 28px;
    right: auto;
    font-size: 1.5rem;
    color: #fff;
    transition: bottom 0.35s ease;
}

.form-field-custom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
    text-decoration: none;
    color: black;
    transition: all 0.2s ease;
    background-color: white;
}

.btn-custom {
    border-radius: 0.5rem;
    /* add this line */
    border: none;
    box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 1.5em;
    white-space: nowrap;
    margin-right: 0.5em;
    text-decoration: none;
    color: black;
    transition: all 0.2s ease;
    padding: 0.5rem;
    background-color: white;
}

.btn-custom.full-height {
    height: 100%;
}

.btn-custom:active,
.btn-custom:hover {
    font-weight: bold;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    background-color: #dbdbdb;
    color: white;
}

.btn-custom-red:active,
.btn-custom-red:hover {
    font-weight: bold;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    background-color: #e20031;
    color: white;
}

.btn-custom.disabled {
    pointer-events: none;
    background-color: #ccc;
    /* Change background to grey */
    color: #666;
    /* Change text color to darker grey */
}

@media (max-width: 991.98px) {
    .dropdown:not(.nav-item) .dropdown-menu {
        display: block;
        opacity: 0;
        top: 0;
        transform-origin: 50% 0;
        pointer-events: none;
        transform: perspective(999px) rotateX(-10deg) translateZ(0) translate3d(0px, 37px, 0px) !important;
        transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform, box-shadow;
        box-shadow: 0 8px 26px -4px rgba(20, 20, 20, 0.15), 0 8px 9px -5px rgba(20, 20, 20, 0.06);
    }

    .dropdown:not(.nav-item) .dropdown-menu:before {
        font-family: "FontAwesome";
        content: "\f0d8";
        position: absolute;
        top: 0;
        left: 28px;
        right: auto;
        font-size: 1.5rem;
        color: #fff;
        transition: top 0.35s ease;
    }

    .dropdown:not(.nav-item):not(.dropdown-hover) .dropdown-menu {
        margin-top: 8px !important;
    }

    .dropdown:not(.nav-item) .dropdown-menu.show {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: perspective(999px) rotateX(0deg) translateZ(0) translate3d(0, 37px, 5px) !important;
    }

    .dropdown:not(.nav-item) .dropdown-menu.show:before {
        top: -20px;
    }

    .dropdown.nav-item .dropdown-menu {
        background-color: transparent;
        overflow: scroll;
    }

    .dropdown.nav-item .dropdown-menu-animation {
        display: block;
        height: 0;
        transition: all .35s ease;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        opacity: 0;
    }

    .dropdown.nav-item .dropdown-menu-animation.show {
        height: 250px;
        opacity: 1;
    }
}

.dropdown-menu li {
    position: relative;
}

.dropdown.dropdown-subitem:after {
    left: 100%;
    bottom: 0;
    width: 50%;
}

.dropdown .dropdown-menu .dropdown-item+.dropdown-menu:before {
    transform: rotate(-90deg);
    left: 0;
    top: 0;
    z-index: -1;
    transition: left .35s ease;
}

.dropdown.dropdown-subitem:hover .dropdown-item+.dropdown-menu:before {
    left: -8px;
}

.dropdown>.dropdown-menu .dropdown-item+.dropdown-menu {
    transform: perspective(999px) rotateX(0deg) translateZ(0) translate3d(0, 0px, 5px) !important;
}

.dropdown .dropdown-menu .dropdown-item+.dropdown-menu {
    right: -197px;
    left: auto;
    top: 0;
}

.form-group {
    margin-bottom: 0;
    justify-content: start;
    max-width: 100%;
}

input[type="text"],
input[type="number"],
select,
textarea {
    max-width: 100%;
    box-sizing: border-box;
}

.form-group label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    /* or another value that suits your layout */
    display: inline-block;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"],
.form-check:not(.form-switch) .form-check-input[type="radio"] {
    border: 1px solid #cbd3da;
    margin-top: 0.25rem;
    position: relative;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"]:checked,
.form-check:not(.form-switch) .form-check-input[type="radio"]:checked {
    border: 0;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"]:after {
    transition: opacity 0.25s ease-in-out;
    font-family: "FontAwesome";
    content: "\f00c";
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.17rem;
    opacity: 0;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"]:checked:after {
    opacity: 1;
}

.form-check:not(.form-switch) .form-check-input[type="radio"] {
    transition: border 0s;
}

.form-check:not(.form-switch) .form-check-input[type="radio"]:after {
    transition: opacity 0.25s ease-in-out;
    content: "";
    position: absolute;
    width: 0.4375rem;
    height: 0.4375rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
}

.form-check:not(.form-switch) .form-check-input[type="radio"]:checked {
    padding: 6px;
}

.form-check:not(.form-switch) .form-check-input[type="radio"]:checked:after {
    opacity: 1;
}

.form-check-label,
.form-check-input[type="checkbox"] {
    cursor: pointer;
}

.form-check-label {
    font-size: 1.375rem;
    font-weight: 400;
}

.form-check-input {
    -webkit-appearance: none;
    appearance: none;
}

.form-switch .form-check-input {
    border: 1px solid #e9ecef;
    position: relative;
    background-color: rgba(58, 65, 111, 0.1);
    height: 1.25em;
}

.form-switch .form-check-input:after {
    transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out;
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    transform: translateX(1px);
    box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(20, 20, 20, 0.12), 0 0.125rem 0.25rem -0.0625rem rgba(20, 20, 20, 0.07);
    top: 1px;
}

.form-switch .form-check-input:checked:after {
    transform: translateX(21px);
}

.form-switch .form-check-input:checked {
    border-color: rgba(58, 65, 111, 0.95);
    background-color: rgba(58, 65, 111, 0.95);
}

.form-select {
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.form-control ul {
    list-style-type: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-text ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

label,
.form-label {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.0rem;
    color: #252f40;
    margin-left: 0.25rem;
}

.form-control.is-invalid:focus {
    box-shadow: 0 0 0 2px rgba(253, 92, 112, 0.6);
}

.form-control.is-valid:focus {
    box-shadow: 0 0 0 2px rgba(102, 212, 50, 0.65);
}

.bg-gradient-primary {
    background-image: linear-gradient(310deg, rgba(19, 7, 110, 0.6) 0%, rgba(189, 189, 189, 0.7) 80%);
}

.bg-gradient-secondary {
    position: relative;
    background-image: linear-gradient(310deg, rgba(19, 7, 110, 0.5) 0%, rgba(189, 189, 189, 0.8) 100%);
}

.bg-gradient-secondary::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, transparent 0%, white 100%);
}

.page-header {
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: 50%;
}

.page-header .container {
    z-index: 1;
}

.blur {
    box-shadow: inset 0px 0px 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    background-color: rgba(255, 255, 255, 0.8) !important;
}
.blur.blur-rounded {
    border-radius: 40px;
}

.shadow-blur {
    box-shadow: inset 0 0px 1px 1px rgba(254, 254, 254, 0.9), 0 20px 27px 0 rgba(0, 0, 0, 0.05);
}
.border-radius-lg {
    border-radius: 0.75rem;
}

.border-radius-xl {
    border-radius: 1rem;
}

.z-index-sticky {
    z-index: 1020;
}

.navbar {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);
}

.navbar .navbar-brand {
    color: #252f40;
    font-size: 1.375rem;
}

.navbar .nav-link {
    color: #252f40;
    padding: 0.5rem 1rem;
    font-weight: 400;
    font-size: 1.375rem;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.navbar .navbar-collapse .nav-link:hover,
.navbar .navbar-collapse .nav-link:focus {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.navbar.navbar-absolute {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.navbar.navbar-transparent .nav-link {
    color: #fff;
}

.navbar.navbar-transparent .nav-link:hover,
.navbar.navbar-transparent .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon .navbar-toggler-bar {
    background: #fff;
}

.navbar.navbar-transparent .navbar-collapse {
    border-radius: 1rem;
}

.navbar.navbar-dark .navbar-collapse.show .dropdown-header.text-dark,
.navbar.navbar-dark .navbar-collapse.collapsing .dropdown-header.text-dark {
    color: #fff !important;
}

.navbar-light {
    background-color: #fff !important;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: none;
}

.navbar-toggler .navbar-toggler-icon .navbar-toggler-bar {
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #6c757d;
    transition: all 0.2s;
    margin: 0 auto;
}

.navbar-toggler .navbar-toggler-icon .navbar-toggler-bar.bar2,
.navbar-toggler .navbar-toggler-icon .navbar-toggler-bar.bar3 {
    margin-top: 7px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-bar.bar1 {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    margin-top: 4px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-bar.bar2 {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-bar.bar3 {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    margin-top: 4px;
}

.page-item.active .page-link {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.09), 0 2px 3px -1px rgba(0, 0, 0, 0.07);
}

.page-item .page-link,
.page-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8392AB;
    padding: 0;
    margin: 0 3px;
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    font-size: 1.375rem;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
}

body {
    color: #67748e;
    font-weight: 400;
    line-height: 1.6;
    background-color: #ffffff;
}

h1,
.h1,
.h1,
h2,
.h2,
.h2,
h3,
.h3,
.h3,
h4,
.h4,
.h4,
h5,
.h5,
.h5,
h6,
.h6,
.h6 {
    color: #252f40;
}

h1,
.h1,
.h1 {
    font-size: 3.25rem;
    line-height: 1.2;
    letter-spacing: -0.025rem;
}

h2,
.h2,
.h2 {
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: 0.05rem;
}

h3,
.h3,
.h3 {
    font-size: 2.075rem;
    line-height: 1.375;
}

h4,
.h4,
.h4 {
    font-size: 2rem;
    line-height: 1.375;
}

h5,
.h5,
.h5 {
    font-size: 1.75rem;
    line-height: 1.375;
}

h6,
.h6,
.h6 {
    font-size: 1.5rem;
    line-height: 1.625;
}


h1,
.h1,
.h1,
h2,
.h2,
.h2,
h3,
.h3,
.h3 {
    font-weight: 700;
}

h4,
.h4,
.h4,
h5,
.h5,
.h5,
h6,
.h6,
.h6 {
    font-weight: 600;
}

h1,
.h1,
.h1,
h2,
.h2,
.h2,
h3,
.h3,
.h3,
h4,
.h4,
.h4 {
    letter-spacing: -0.05rem;
}

a {
    letter-spacing: -0.025rem;
    color: #000;
}

.text-lg {
    font-size: 1.425rem;
}

.text-sm {
    font-size: 1.075rem;
}

p {
    line-height: 1.625;
    font-weight: 400;
}

.text-justify {
    text-align: justify !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.font-weight-bolder {
    font-weight: 700 !important;
}

.section-height-100 {
    min-height: 100vh;
}

.z-index-2 {
    z-index: 2 !important;
}

.opacity-4 {
    opacity: 0.4 !important;
}

.w-45 {
    width: 45% !important;
}

.w-100 {
    width: 100% !important;
}

.max-width-500 {
    max-width: 500px !important;
}

/* managements tab*/
.accordion-item {
    border-color: transparent;
}

.accordion-button {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000 !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-button:focus {
    box-shadow: none;
}

.overlay {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
}