.dashboard-nav ul li.active a,
.dashboard-nav ul li:hover a {
    background-color: #ADD8E6 !important;
    color: black;
}


.dashboard-nav ul li.active,
.dashboard-nav ul li:hover {
    border-color: #0a345c !important;
    background-color: rgba(23, 172, 106, 0.1);
}

.dashboard-nav::-webkit-scrollbar-track {
    background: #ADD8E6 !important;
}

.dashboard-nav::-webkit-scrollbar-thumb {
    background-color: #0a345c !important;


}

.nav-link.active {
    background-color: #007bff !important;
    color: #fff !important;

}

.hero {
    background-color: #133B78;
    color: white;
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.hero .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.hero h1 {
    font-size: 2.5rem;
}

.hero p {
    font-size: 1.1rem;
}

.btn-custom {
    background-color: #ADD8E6;
    color: #000;
    font-weight: 500;
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 16px;
}

.btn-custom:hover {
    background-color: rgb(39, 80, 141);
    color: white !important;
}

.curve-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    clip-path: ellipse(57% 100% at 100% 100%);
    z-index: 0;
}

.hero-img-container {
    z-index: 1;
    position: relative;
}

.hero-img {
    width: 100%;
    /* max-width: 450px; */
}

@media (max-width: 767px) {
    .hero h1 {
        font-size: 2rem;
    }

    .curve-shape {
        display: none;
    }

    .hero-img {
        margin-top: 30px;
    }
}

.text-hero {
    font-size: 27px;
}

@media (min-width: 992px) {
    .hero-img {
        padding-top: 112px;
    }
}

/* @media (min-width: 768px) and (max-width: 991.98px) {
        .curve-shape {
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            clip-path: ellipse(65% 100% at 100% 100%);
            z-index: 0;
        }
    } */

.slds-required {
    color: var(--slds-g-color-error-base-40, rgb(234, 0, 30));
    margin: 0 .125rem;
}

.mv-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: transform 0.3s ease;
}

.mv-card:hover {
    transform: translateY(-8px);
}

.icon-wrap {
    min-width: 50px;
    text-align: center;
}