﻿
@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&amp;display=swap";

btn-indigo {
    background-color: #6610f2; /* Indigo */
    color: white;
}

.btn-purple {
    background-color: #6f42c1; /* Purple */
    color: white;
}

.btn-indigo:hover {
    background-color: #520dc2; /* Darker Indigo on hover */
}

.btn-purple:hover {
    background-color: #5936b0; /* Darker Purple on hover */
    color: white;
}

.bg-indigo {
    background-color: #6610f2;
    color: white;
}

.bg-purple {
    background-color: #6f42c1;
    color: white;
}

.navbar-nav > .user-menu > .nav-link::after {
    content: none;
}

.navbar-nav > .user-menu > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 280px;
    padding: 0;
}

    .navbar-nav > .user-menu > .dropdown-menu,
    .navbar-nav > .user-menu > .dropdown-menu > .user-body {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
            /*  height: 175px;*/
            padding: 10px;
            text-align: center;
        }

            .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
                z-index: 5;
                width: 90px;
                height: 90px;
                border: 3px solid;
                border-color: transparent;
                border-color: rgba(255, 255, 255, 0.2);
            }

            .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
                z-index: 5;
                margin-top: 10px;
                font-size: 17px;
            }

                .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small, .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > .small {
                    display: block;
                    font-size: 12px;
                }

        .navbar-nav > .user-menu > .dropdown-menu > .user-body {
            padding: 15px;
            border-top: 1px solid #dee2e6;
            border-bottom: 1px solid #495057;
        }

            .navbar-nav > .user-menu > .dropdown-menu > .user-body::after {
                display: block;
                clear: both;
                content: "";
            }

@media (min-width: 576px) {
    .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
        color: #495057 !important;
        background-color: #fff !important;
    }
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    padding: 10px;
    background-color: #f8f9fa;
}

    .navbar-nav > .user-menu > .dropdown-menu > .user-footer::after {
        display: block;
        clear: both;
        content: "";
    }

    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
        color: #6c757d;
    }

@media (min-width: 576px) {
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
        background-color: #f8f9fa;
    }
}

.navbar-nav > .user-menu .user-image {
    float: left;
    width: 2.1rem;
    height: 2.1rem;
    margin-top: -2px;
    border-radius: 50%;
}

@media (min-width: 576px) {
    .navbar-nav > .user-menu .user-image {
        float: none;
        margin-top: -8px;
        margin-right: 0.4rem;
        line-height: 10px;
    }
}

.avatar {
    font-size: 16px;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    background: #555555;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: -1em;
}

    .avatar::after {
        content: attr(data-label);
        font-family: "Manrope","Readex Pro", sans-serif;
        color: #ffffff;
    }

.nav-tabs .nav-item .nav-link {
    background-color: #545454;
    color: #FFF;
}

    .nav-tabs .nav-item .nav-link.active {
        background-color: #6f42c1;
        color: #FFF;
    }

.card .header-title {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: .9rem;
    margin-top: 0;
}

.card .header-title-2 {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 1.2rem;
    margin-top: 0;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-outline-info {
    color: #6f42c1;
    border-color: #6f42c1;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #6f42c1;
        border-color: #6f42c1;
    }

.bdr {
    border-radius: 6px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 0.875rem;
}
::-webkit-scrollbar {
    display: none;
}

@media (min-width: 768px) {
    html {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 0.875rem;
    }
}


body {
    font-size: 1rem;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

div.bdr table {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

div.bdr th:first-child {
    border-top-left-radius: 6px;
}

div.bdr th:last-child {
    border-top-right-radius: 6px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

h1 {
    text-transform: uppercase !important;
}

@media /*(min-width: 769px) and*/ (max-width: 1024px) {

    .username {
        display: none;
    }
}

body.authentication-bg {
    background-image: url(../pictures/bg-pattern-light.png);
    background-size: cover;
    background-position: center;
}

.account-pages {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    min-height: 100vh;
}

.landing-page {
    background: url('../pictures/background.jpg') no-repeat bottom;
    min-height: 84vh;
    background-size: cover;
    border-radius: 3%;
}

.hiddenRow {
    padding: 0 4px !important;
    background-color: #eeeeee;
    font-size: 13px;
}

.text-main {
    color: #4169e1;
}

@media print {
    .remove {
        display: none;
    }
}

.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: 0.75rem;
}

.icon-square-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.1rem;
    border-radius: 0.75rem;
}

/* Validation
-------------------------------------------------- */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.tilebox-one i {
    position: absolute;
    right: 1.5rem;
    font-size: 2rem;
    opacity: .3;
}

.choice-box {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.choice-box {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    /*padding-left: 0.25rem;
    padding-right: 0.25rem;*/
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.horizontal-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

    .horizontal-steps:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 0.2em;
        background-color: #eef2f7;
    }

    .horizontal-steps .process-line {
        display: block;
        position: absolute;
        width: 50%;
        height: 0.2em;
        background-color: #727cf5;
    }

    .horizontal-steps .horizontal-steps-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-orient: horizontal; /* -webkit-box-direction:normal; */
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

        .horizontal-steps .horizontal-steps-content .step-item {
            display: block;
            position: relative;
            bottom: calc(100% + 1em);
            height: 8px;
            width: 8px;
            margin: 0 2em;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            color: #727cf5;
            background-color: currentColor;
            border: 0.25em solid #fafbfe;
            border-radius: 50%;
            z-index: 5;
        }

            .horizontal-steps .horizontal-steps-content .step-item:first-child {
                margin-left: 0;
            }

            .horizontal-steps .horizontal-steps-content .step-item:last-child {
                margin-right: 0;
                color: #0acf97;
            }

            .horizontal-steps .horizontal-steps-content .step-item span {
                position: absolute;
                top: calc(100% + 1em);
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                white-space: nowrap;
                color: #adb5bd;
            }

            .horizontal-steps .horizontal-steps-content .step-item.current:before {
                content: "";
                display: block;
                position: absolute;
                top: 47.5%;
                left: 51%;
                padding: 1em;
                background-color: currentColor;
                border-radius: 50%;
                opacity: 0;
                z-index: -1;
                -webkit-animation-name: animation-steps-current;
                animation-name: animation-steps-current;
                -webkit-animation-duration: 2s;
                animation-duration: 2s;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
            }

            .horizontal-steps .horizontal-steps-content .step-item.current span {
                color: #727cf5 !important;
            }

@-webkit-keyframes animation-steps-current {
    from {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@keyframes animation-steps-current {
    from {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@media (max-width: 767.98px) {
    .horizontal-steps .horizontal-steps-content .step-item span {
        white-space: inherit;
    }
}


.widget-icon {
    color: #727cf5;
    font-size: 20px;
    background-color: rgba(114,124,245,.25);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
}

.btn-sq {
    width: 90px !important;
    height: 90px !important;
    font-size: 9px;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #727cf5;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.bg-warning-lighten {
    background-color: rgba(255,188,0,.25) !important;
}

.bg-info-lighten {
    background-color: rgba(111,66,193,.25) !important;
}

.bg-primary-lighten-2 {
    background-color: rgba(57,175,209,.25) !important;
}

.bg-secondary-lighten {
    background-color: rgba(108,117,125,.15) !important;
}

.bg-success-lighten {
    background-color: rgba(10,207,151,.25) !important;
}

.bg-primary-lighten {
    background-color: rgba(27,110,194,.25) !important;
}

.bg-purple-lighten {
    background-color: rgba(111,66,193,.25) !important;
}

.text-purple{
        color: #6f42c1 !important;
}

.bg-primary-dashboard {
    background-color: hsl(234 89% 25% / 0.1);
}

.text-primary-dashboard {
    color: hsl(234 89% 25%);
}

.text-accent {
    color: hsl(262 83% 58%);
}

.bg-gradient-primary {
    background-image: linear-gradient(135deg, hsl(234 89% 25%), hsl(234 89% 35%));
}

.bg-gradient-accent {
    background-image: linear-gradient(135deg, hsl(262 83% 58%), hsl(262 83% 70%));
}

.bg-white-1 {
    background-color: rgb(255 255 255 / 0.2);
}


.table .action-icon {
    color: #98a6ad;
    font-size: 1.2rem;
    display: inline-block;
    padding: 0 3px;
}

.card-bg-img {
    background-image: url(../pictures/bg-pattern.png);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.rotate {
    transform: rotate(90deg);
}

.text-end {
    text-align: right !important;
}

.ms-n3 {
    margin-left: -1.5rem !important;
}

.env {
    font-size: 10px;
}

.maintenance-icon {
    font-size: 22px;
    height: 60px;
    display: inline-block;
    width: 60px;
    line-height: 58px;
    border-radius: 50%;
    align-items: center;
}

    .maintenance-icon::before {
        font-size: 22px;
        height: 60px;
        display: inline-block;
        width: 60px;
        line-height: 58px;
        border-radius: 50%;
        align-items: center;
    }

/*#freshworks-container iframe#launcher-frame {
    background-color: #f8f9fa !important;
}

    #freshworks-container iframe#launcher-frame #document {
        background-color: #f8f9fa !important;
    }

    #freshworks-container iframe#launcher-frame html {
        background-color: #f8f9fa !important;
    }*/

/*#launcher-frame {*/ /* margin-bottom: 40px; */
    /*margin-left: -20px;
    z-index: unset !important;
    background-color: rebeccapurple;
}*/

.field-validation-error {
    color: red;
    font-size: smaller;
}

input[type="date"] {
    position: relative;
}

    input[type="date"]::-webkit-calendar-picker-indicator {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        color: transparent;
        background: transparent;
    }


/* The ribbon */
.ribbon {
    width: 100px;
    height: 50px;
    color: #FFF;
    text-align: center;
    background-color: #ff0000;
    position: absolute;
    right: 200px;
    top: -360px;
    -webkit-animation: drop forwards 0.8s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: drop forwards 0.8s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .ribbon:before {
        content: "";
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: -50px;
        border-left: 50px solid #ff0000;
        border-right: 50px solid #ff0000;
        border-bottom: 50px solid transparent;
    }

    .ribbon span {
        font-size: x-small;
        display: block;
        margin-top: -0.7em;
    }

.cr {
    width: 200px;
    padding: 16px;
    position: absolute;
    text-align: center;
    color: #f0f0f0;
}

.cr-sticky {
    position: fixed;
}

/* Positions */

.cr-top {
    top: 25px;
}

.cr-bottom {
    bottom: 23px;
}

.cr-left {
    left: -50px;
}

.cr-right {
    right: -50px;
}

/* Rotations */

.cr-top.cr-left,
.cr-bottom.cr-right {
    transform: rotate(-45deg);
}

.cr-top.cr-right,
.cr-bottom.cr-left {
    transform: rotate(45deg);
}

/* Colors */

.cr-white {
    background-color: #f0f0f0;
    color: #444;
}

.cr-black {
    background-color: #333;
}

.cr-grey {
    background-color: #999;
}

.cr-blue {
    background-color: #39d;
}

.cr-green {
    background-color: #2c7;
}

.cr-turquoise {
    background-color: #1b9;
}

.cr-purple {
    background-color: #95b;
}

.cr-red {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c83232), to(#ff6464));
    background-color: #ff6464;
}

.cr-orange {
    background-color: #e82;
}

.cr-yellow {
    background-color: #ec0;
}

.message + .message {
    margin-top: 1rem;
}

@media (min-width: 992px) {
    .message + .message {
        margin-top: 0.5rem;
    }
}

.message-divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

@media (min-width: 992px) {
    .message-divider {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

.message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .message.message-out {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

.message-inner {
    margin-left: 0.5rem;
}

@media (min-width: 768px) {
    .message-inner {
        margin-left: 1rem;
    }
}

.message-out .message-inner {
    margin-left: 0;
    margin-right: 0.5rem;
}

@media (min-width: 768px) {
    .message-out .message-inner {
        margin-right: 1rem;
    }
}

.message-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .message-content + .message-content {
        margin-top: 0.75rem;
    }

.message-out .message-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.message-gallery,
.message-text {
    overflow: hidden;
    margin-right: 0.25rem;
}

.message-out .message-gallery,
.message-out .message-text {
    margin-left: 0.25rem;
    margin-right: 0;
}

.message-text {
    background: #1a1d21;
    border-radius: 0.6rem;
    padding: 0.5rem 0.5rem;
    color: #a7a6a8;
}

.message-out .message-text {
    background: #2787f5;
    border-radius: 0.6rem;
    color: #fff;
}

.message-content:not(:last-child) .message-text {
    border-bottom-left-radius: 0.25rem;
}

.message-out .message-content:not(:last-child) .message-text {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.message-content:not(:first-child) .message-text {
    border-top-left-radius: 0.15rem;
}

.message-out .message-content:not(:first-child) .message-text {
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.15rem;
}

.message-footer {
    line-height: 1.3;
    margin-top: 0.25rem;
}

.message-out .message-footer {
    text-align: right;
}

.message-inner {
    max-width: 100%;
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 992px) {
    .message-inner {
        max-width: 70%;
    }
}

@media (min-width: 1200px) {
    .message-inner {
        max-width: 50%;
    }
}

@media (min-width: 1440px) {
    .message-inner {
        max-width: 90%;
    }
}

.notifications {
    min-width: 420px;
}

.notifications-wrapper {
    overflow: auto;
    max-height: 250px;
}

/*.menu-title {
    color: #ff7788;
    font-size: 1.5rem;
    display: inline-block;
}
*/

.notification-heading, .notification-footer {
    padding: 2px 10px;
}


.dropdown-menu.divider {
    margin: 5px 0;
}

.item-title {
    /*font-size: 1.2rem;*/
    color: #000;
}

.notifications a.content {
    text-decoration: none;
    background: #ccc;
}

.notification-item {
    padding: 5px;
    margin: 5px;
  /*  background: #ccc;*/
    border-radius: 4px;
}

.arrow-none:after {
    display: none;
}

.nav-user {
    padding-left: 57px !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: left !important;
    position: relative;
    border-width: 0 1px;
    min-height: 50px;
}

    .nav-user .account-user-avatar {
        position: absolute;
        top: 6px;
        left: 15px;
    }

        .nav-user .account-user-avatar img {
            height: 32px;
            width: 32px;
        }

    .nav-user .account-position {
        display: block;
        font-size: 12px;
        margin-top: -3px;
    }

    .nav-user .account-user-name {
        display: block;
        font-weight: 600;
    }

.custom-popover {
    --bs-popover-max-width: 200px;
    --bs-popover-border-color: var(--bs-primary);
    --bs-popover-header-bg: var(--bs-primary);
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
}

.modal:nth-of-type(even) {
    z-index: 1055 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1054 !important;
}

.custom-card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}

.l-bg-cherry {
    background: linear-gradient(to right, #493240, #f09) !important;
    color: #fff;
}

.l-bg-blue-dark {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    color: #fff;
}

.l-bg-green-dark {
    background: linear-gradient(to right, #0a504a, #38ef7d) !important;
    color: #fff;
}

.l-bg-orange-dark {
    background: linear-gradient(to right, #a86008, #ffba56) !important;
    color: #fff;
}

.custom-card .card-statistic-3 .card-icon-large .fas, .card .card-statistic-3 .card-icon-large .far, .card .card-statistic-3 .card-icon-large .fab, .card .card-statistic-3 .card-icon-large .fal {
    font-size: 110px;
}

.card .card-statistic-3 .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: -5px;
    top: 20px;
    opacity: 0.1;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.l-bg-green {
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
    color: #fff;
}

.l-bg-orange {
    background: linear-gradient(to right, #f9900e, #ffba56) !important;
    color: #fff;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.active-circle {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    margin-right: 5px;
    display: inline-block;
}

.scrollable {
    overflow-y: scroll;
    max-height: 45vh;
    scroll-behavior: smooth;
}
.hide {
    display: none;
}

.ui-helper-hidden-accessible {
    display: none;
}

.accordion-button-slim {
    padding: 0.5rem 0.625rem !important;
}

table p {
    font-size: 0.875rem; /* Adjust the size as needed */
    line-height: 1.4; /* Optional: Adjust line height for better readability */
}

table td {
    font-size: 0.875rem; /* Adjust the size as needed */
    line-height: 1.4; /* Optional: Adjust line height for better readability */
}

/* Ensures scrollbar is visible in fullscreen modals */
.modal-fullscreen .modal-dialog-scrollable .modal-body {
    overflow-y: auto; /* Allows vertical scrolling */
    max-height: 100vh; /* Prevents content from exceeding viewport height */
}

/* Optional: Customize scrollbar style for a modern look */
.modal-fullscreen .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 8px;
}

.modal-fullscreen .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background-color: #888; /* Scrollbar color */
    border-radius: 4px;
}

.modal-fullscreen .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Color when hovered */
}

.fs-7 {
    font-size: 0.875rem; /* Adjust the size as needed */
}

.fs-8 {
    font-size: 0.75rem; /* Adjust the size as needed */
}

.fs-9 {
    font-size: 0.625rem; /* Adjust the size as needed */
}

.nav-card {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 0.75rem;
    background-color: #fff;
    text-align: center;
    transition: 0.15s ease-in-out;
}

    .nav-card:hover {
        color: #fff;
        background-color: #6f42c1;
    }

    .nav-card i {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

.nav-label {
    font-weight: 500;
    font-size: 0.95rem;
}

.nav-link-tile {
    text-decoration: none;
    color: inherit;
}

/* Active / Selected Card */
.nav-card.active {
    background-color: #6f42c1;
    border-color: #8b5cf6;
    color: #fff;
}

    .nav-card.active i {
        color: #fff;
    }

    .nav-card.active .nav-label {
        color: #fff;
    }

.quick-action-card {
    padding: 1rem;
    border-radius: 0.75rem;
    transition: background-color 0.2s;
}

.highlight {
    background-color: #f4f7fb;
}

.icon {
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.quick-action-title {
    font-weight: 500;
    font-size: 1rem;
}

.quick-action-subtext {
    font-size: 0.875rem;
    color: #6c757d;
}

.quick-action {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.hover-shadow:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background-color: #f8f9fa;
}

.card-primary{
    background: linear-gradient(135deg, hsl(239 68% 68%), hsl(239 68% 78%));
    color: white;
    border: none;
    border-radius: 16px;
    cursor: pointer;
}

.card-success {
    background: linear-gradient(135deg, hsl(150, 68%, 48%), hsl(150, 68%, 58%));
    color: white;
    border: none;
    border-radius: 16px;
    cursor: pointer;
}

.card-danger {
    background: linear-gradient(135deg, hsl(0 84% 68%), hsl(0 84% 78%));
    color: white;
    border: none;
    border-radius: 16px;
    cursor: pointer;
}

.card-dark {
    background: linear-gradient(135deg, hsl(215 25% 27%), hsl(215 25% 37%));
    color: white;
    border: none;
    border-radius: 16px;
    cursor: pointer;
}

.card-warning {
    background: linear-gradient(135deg, hsl(45 93% 76%), hsl(45 93% 86%));
    color: white;
    border: none;
    border-radius: 16px;
    cursor: pointer;
}

.card-info {
    background: linear-gradient(135deg, hsl(199 89% 64%), hsl(199 89% 74%));
    color: white;
    border: none;
    border-radius: 16px;
    cursor: pointer;
}

.bg-card {
    background-color: hsl(0 0% 100%);
}

.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, hsl(268 83% 58% / 0.05), hsl(268 83% 58% / 0.1));
}

.border-test {
    border-color: hsl(var(268 83% 58% ) / 0.2);
}

.bg-success-gradient {
    background: linear-gradient(135deg, hsl(142, 76%, 36%, 0.05), hsl(142, 76%, 36%, 0.1));
}

.bg-warning-gradient {
    background: linear-gradient(135deg, hsl(36, 100%, 94%), hsl(36, 100%, 97%));
}

.hover-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}
