@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

a {
    text-decoration: none;
}

.modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.modal-header {
    /* background: #1C2C3F; */
    background: linear-gradient(135deg, #0062cc, #0096ff);
    padding: 10px 20px;
    border: none;
    color: white;
}

.modal-title {
    font-weight: 400;
}

.modal-body {
    padding: 20px 10px 10px;
}

.btn-close {
    filter: brightness(0) invert(1);
}

/* .form-control {
    padding: 12px 15px;
    border-radius: 10px;
    border: 2px solid #eee;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #0062cc; 
    box-shadow: none;
} */

.input-group-text {
    border: none;
    background: transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    color: #666;
}

.input-group {
    position: relative;
}

.btn-login {
    padding: 6px 20px;
    background: #E6533C;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    width: 100%;
    transition: all 0.3s ease;
}

    .btn-login:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 98, 204, 0.3);
        background: #E6533C;
    }

.social-login {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.btn-social {
    flex: 1;
    padding: 12px;
    border-radius: 10px;
    border: 2px solid #eee;
    background: white;
    transition: all 0.3s ease;
}

    .btn-social:hover {
        background: #f8f9fa;
        transform: translateY(-2px);
    }

    .btn-social i {
        margin-right: 10px;
    }

.divider {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

    .divider::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 45%;
        height: 1px;
        background: #eee;
    }

    .divider::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 45%;
        height: 1px;
        background: #eee;
    }

    .divider span {
        background: white;
        padding: 0 10px;
        color: #666;
        font-size: 0.9rem;
    }

.form-check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

.password-toggle {
    cursor: pointer;
}

.register-link {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9rem;
}

.lang .custom-select {
    background-color: #1C2C3F;
}

.stat-cards {
    margin-right: -10px;
    margin-left: -10px;
}

    .stat-cards > div {
        padding-left: 10px;
        padding-right: 10px;
    }

.stat-cards-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 19px;
    background-color: #FFFFFF;
    box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
    border-radius: 10px;
    height: 100%;
}

.stat-cards-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 5px;
}

    .stat-cards-icon.primary {
        background-color: rgba(47, 73, 209, 0.1);
        color: #2f49d1;
    }

    .stat-cards-icon.warning {
        background-color: rgba(255, 182, 72, 0.1);
        color: #ffb648;
    }

    .stat-cards-icon.purple {
        background-color: rgba(95, 46, 234, 0.1);
        color: #5f2eea;
    }

    .stat-cards-icon.success {
        background-color: rgba(75, 222, 151, 0.1);
        color: #4bde97;
    }

.stat-cards-info__num {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.22;
    color: #171717;
    margin-bottom: 4px;
}

.stat-cards-info__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.22;
    color: #b9b9b9;
    margin-bottom: 6px;
}

.stat-cards-info__progress {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.22;
    color: #b9b9b9;
}

.stat-cards-info__profit {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.22;
    margin-right: 10px;
}

    .stat-cards-info__profit.success {
        color: #4bde97;
    }

    .stat-cards-info__profit.danger {
        color: #f26464;
    }

    .stat-cards-info__profit.warning {
        color: #ffb648;
    }

    .stat-cards-info__profit svg {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }

.features-cards {
    --default-color: #555;
    --heading-color: #333;
}

    .features-cards .feature-box {
        height: 100%;
        padding: 40px 30px;
        border-radius: 10px;
    }

        .features-cards .feature-box i {
            font-size: 44px;
            display: inline-block;
            line-height: 0;
            color: var(--accent-color);
            margin-bottom: 20px;
        }

        .features-cards .feature-box h4 {
            font-size: 20px;
            font-weight: 700;
            margin: 0 0 10px 0;
        }

        .features-cards .feature-box p {
            font-size: 15px;
            margin-bottom: 0;
        }

        .features-cards .feature-box.orange {
            background-color: #fff3e2;
        }

            .features-cards .feature-box.orange i {
                color: #edb86e;
            }

        .features-cards .feature-box.blue {
            background-color: #deedfd;
        }

            .features-cards .feature-box.blue i {
                color: #20a5f8;
            }

        .features-cards .feature-box.green {
            background-color: #d5f1e4;
        }

            .features-cards .feature-box.green i {
                color: #48c88a;
            }

        .features-cards .feature-box.red {
            background-color: #fdeded;
        }

            .features-cards .feature-box.red i {
                color: #f28484;
            }



/* Custom CSS */
:root {
    --primary-blue: #1e3a8a;
    --secondary-blue: #1e40af;
    --accent-green: #10b981;
    --accent-purple: #8b5cf6;
    --accent-yellow: #f59e0b;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff;
}

.gradient-bg {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
}

.sidebar {
    /* min-height: 100vh;
    transition: all 0.3s; */
}

.stat-card {
    transition: all 0.3s ease;
    border-left: 4px solid;
}

    .stat-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

.data-visualization {
    background: linear-gradient(to right, #f0f9ff, #e0f2fe);
    border-radius: 0.5rem;
}

.featured-card {
    transition: all 0.3s ease;
    overflow: hidden;
}

    .featured-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

.chart-container {
    position: relative;
    height: 250px;
}

.donut-chart {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.loading {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.loaded {
    opacity: 1;
}

.nav-link.active {
    font-weight: 500;
    color: var(--primary-blue) !important;
    background-color: rgba(30, 58, 138, 0.1);
}

.search-box {
    position: relative;
}

    .search-box input {
        padding-left: 40px !important;
    }

    .search-box i {
        position: absolute;
        left: 15px;
        top: 18px;
        color: #6c757d;
    }

.badge-type {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}


.header-show {
    position: relative;
    text-align: center;
    background: linear-gradient(256deg, #1e48d2 26.22%, #09112d 95.27%), #0066b2 !important;
    color: white;
    top: -20px;
    z-index: -1;
}

.waves {
    position: relative;
    width: 100%;
    height: 11vh;
    margin-bottom: -7px; /*Fix for safari gap*/
    /* min-height:10px; */
    max-height: 100px;
}



/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    h1 {
        font-size: 24px;
    }
}


.newss .card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    padding: 15px 0;
}

.newss .card-header,
.newss .card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.newss .card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}

    .newss .card-title span {
        color: #899bbd;
        font-size: 14px;
        font-weight: 400;
    }

.card-body {
    padding: 0 20px 20px 20px;
}

.news .post-item + .post-item {
    margin-top: 15px;
}

.news img {
    width: 80px;
    float: left;
    border-radius: 5px;
}

.news h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

    .news h4 a {
        color: #012970;
        transition: 0.3s;
    }

        .news h4 a:hover {
            color: #4154f1;
        }

.news p {
    font-size: 14px;
    color: #777777;
}

.header_top, section#header {
    background: linear-gradient(256deg, #1e48d2 26.22%, #09112d 95.27%), #0066b2 !important;
}


.wrapper {
    width: 100%;
    min-height: 280px;
    position: relative;
    background: linear-gradient(256deg, #1e48d2 26.22%, #09112d 95.27%),#0066b2 !important;
}

.main-text {
    /* position: absolute;
  top: 0%;
  left: 8%; */
    /* font-family: 'Lobster', cursive;
  font-size: 5em;
  color: #fff; */
    margin: 0 auto;
}

.bubble {
    position: absolute;
    top: 53%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.small-2 {
    width: 10px;
    height: 10px;
    left: 50%;
    animation: flow-s 2s linear infinite;
}

.small-l {
    width: 10px;
    height: 10px;
    left: 43%;
    animation: flow-s-l 0.9s linear infinite;
}

.s-medium {
    width: 20px;
    height: 20px;
    left: 43%;
    animation: flow-s 1.3s linear infinite;
}

.medium {
    width: 25px;
    height: 25px;
    left: 45%;
    animation: flow-m 0.8s linear infinite;
}

.large {
    width: 5px;
    height: 5px;
    left: 57%;
    animation: flow-l 0.7s linear infinite;
}

@keyframes flow-l {
    0% {
        top: 53%;
        left: 57%;
        opacity: 0;
    }

    25% {
        top: 49%;
        left: 57.5%;
        opacity: 1;
    }

    50% {
        left: 58%;
        opacity: 1;
    }

    75% {
        left: 57.5%;
        opacity: 1;
    }

    100% {
        top: 32%;
        left: 57%;
        opacity: 0;
    }
}

@keyframes flow-s {
    0% {
        top: 53%;
        left: 50%;
        opacity: 0;
    }

    25% {
        top: 49%;
        left: 51%;
        opacity: 1;
    }

    50% {
        top: 45%;
        left: 52%;
        opacity: 1;
    }

    75% {
        top: 41%;
        left: 51%;
        opacity: 1;
    }

    100% {
        top: 37%;
        left: 50%;
        opacity: 0;
    }
}

@keyframes flow-s-m {
    0% {
        top: 53%;
        left: 43%;
        ;
        opacity: 0;
    }

    25% {
        top: 49%;
        left: 42.5%;
        opacity: 1;
    }

    50% {
        top: 45%;
        left: 42%;
        opacity: 1;
    }

    75% {
        top: 41%;
        left: 42.5%;
        opacity: 1;
    }

    100% {
        top: 37%;
        left: 43%;
        opacity: 0;
    }
}

@keyframes flow-m {
    0% {
        top: 53%;
        left: 45%;
        ;
        opacity: 0;
    }

    25% {
        top: 48%;
        left: 44.5%;
        opacity: 1;
    }

    50% {
        top: 43%;
        left: 44%;
        opacity: 1;
    }

    75% {
        top: 38%;
        left: 44.5%;
        opacity: 1;
    }

    100% {
        top: 33%;
        left: 45%;
        opacity: 0;
    }
}

@keyframes flow-s-l {
    0% {
        top: 53%;
        left: 43%;
        ;
        opacity: 0;
    }

    25% {
        top: 48%;
        left: 43.5%;
        opacity: 1;
    }

    50% {
        top: 43%;
        left: 44%;
        opacity: 1;
    }

    75% {
        top: 38%;
        left: 43.5%;
        opacity: 1;
    }

    100% {
        top: 33%;
        left: 43%;
        opacity: 0;
    }
}

.fs-7 {
    font-size: .875rem !important
}

.mb-9 {
    margin-bottom: 5rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

@media(min-width: 576px) {
    .mb-sm-9 {
        margin-bottom: 5rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }
}

@media(min-width: 768px) {
    .mb-md-9 {
        margin-bottom: 5rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }
}

@media(min-width: 992px) {
    .mb-lg-9 {
        margin-bottom: 5rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }
}

@media(min-width: 1200px) {
    .mb-xl-9 {
        margin-bottom: 5rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }
}

@media(min-width: 1400px) {
    .mb-xxl-9 {
        margin-bottom: 5rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }
}



.bsb-animated {
    --bsb-animation-duration: 1s;
    animation-duration: var(--bsb-animation-duration);
    animation-fill-mode: both
}

@keyframes bsb-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.bsb-fadeIn {
    animation-name: bsb-fadeIn
}

@keyframes bsb-fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.bsb-fadeInUp {
    animation-name: bsb-fadeInUp
}

@keyframes bsb-fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.bsb-fadeInDown {
    animation-name: bsb-fadeInDown
}

@keyframes bsb-fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.bsb-fadeInLeft {
    animation-name: bsb-fadeInLeft
}

@keyframes bsb-fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.bsb-fadeInRight {
    animation-name: bsb-fadeInRight
}

@keyframes bsb-fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.bsb-fadeOut {
    animation-name: bsb-fadeOut
}

@keyframes bsb-fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }
}

.bsb-fadeOutUp {
    animation-name: bsb-fadeOutUp
}

@keyframes bsb-fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }
}

.bsb-fadeOutDown {
    animation-name: bsb-fadeOutDown
}

@keyframes bsb-fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }
}

.bsb-fadeOutLeft {
    animation-name: bsb-fadeOutLeft
}

@keyframes bsb-fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }
}

.bsb-fadeOutRight {
    animation-name: bsb-fadeOutRight
}

@keyframes bsb-zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.bsb-zoomIn {
    animation-name: bsb-zoomIn
}

.bsb-overlay {
    --bsb-overlay-opacity: 0.5;
    --bsb-overlay-bg-color: var(--bs-black-rgb);
    position: relative
}

    .bsb-overlay:after {
        background-color: rgba(var(--bsb-overlay-bg-color),var(--bsb-overlay-opacity));
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0
    }

    .bsb-overlay > * {
        position: relative;
        z-index: 1
    }

.bsb-overlay-figure {
    --bsb-overlay-figure-opacity: 0.5;
    --bsb-overlay-figure-bg-color: var(--bs-black-rgb);
    position: relative
}

    .bsb-overlay-figure:after {
        background-color: rgba(var(--bsb-overlay-figure-bg-color),var(--bsb-overlay-figure-opacity));
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

.bsb-overlay-hover {
    --bsb-overlay-hover-opacity: 0.5;
    --bsb-overlay-hover-bg-color: var(--bs-black-rgb);
    position: relative
}

    .bsb-overlay-hover > a {
        bottom: 0;
        display: block;
        left: 0;
        position: relative;
        right: 0;
        top: 0
    }

        .bsb-overlay-hover > a > img.bsb-scale {
            --bsb-scale: 1
        }

        .bsb-overlay-hover > a > img.bsb-scale, .bsb-overlay-hover > a > img.bsb-scale-up {
            transform: scale3d(var(--bsb-scale),var(--bsb-scale),var(--bsb-scale));
            transform-style: preserve-3d;
            transition: transform .5s
        }

        .bsb-overlay-hover > a > img.bsb-scale-up {
            --bsb-scale: 1.2
        }

        .bsb-overlay-hover > a:after {
            background-color: rgba(var(--bsb-overlay-hover-bg-color),var(--bsb-overlay-hover-opacity));
            content: "";
            cursor: pointer !important;
            display: block;
            z-index: 0
        }

        .bsb-overlay-hover > a:after, .bsb-overlay-hover > figcaption {
            bottom: 0;
            left: 0;
            opacity: 0;
            position: absolute;
            right: 0;
            top: 0
        }

    .bsb-overlay-hover > figcaption {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        pointer-events: none;
        z-index: 1
    }

        .bsb-overlay-hover > figcaption > * {
            opacity: 0
        }

    .bsb-overlay-hover:hover > a > img.bsb-hover-scale {
        --bsb-scale-hover: 1;
        transform: scale3d(var(--bsb-scale-hover),var(--bsb-scale-hover),var(--bsb-scale-hover))
    }

    .bsb-overlay-hover:hover > a > img.bsb-hover-scale-up {
        --bsb-scale-hover: 1.2;
        transform: scale3d(var(--bsb-scale-hover),var(--bsb-scale-hover),var(--bsb-scale-hover))
    }

    .bsb-overlay-hover:hover > a:after {
        opacity: 1;
        transition: opacity .15s linear
    }

    .bsb-overlay-hover:hover > figcaption {
        opacity: 1;
        transition: opacity .15s linear .1s
    }

        .bsb-overlay-hover:hover > figcaption > .bsb-hover-fadeIn {
            --bsb-animation-duration: 500ms;
            animation-duration: var(--bsb-animation-duration);
            animation-fill-mode: both;
            animation-name: bsb-fadeIn
        }

        .bsb-overlay-hover:hover > figcaption > .bsb-hover-fadeInUp {
            --bsb-animation-duration: 500ms;
            animation-duration: var(--bsb-animation-duration);
            animation-fill-mode: both;
            animation-name: bsb-fadeInUp
        }

        .bsb-overlay-hover:hover > figcaption > .bsb-hover-fadeInDown {
            --bsb-animation-duration: 500ms;
            animation-duration: var(--bsb-animation-duration);
            animation-fill-mode: both;
            animation-name: bsb-fadeInDown
        }

        .bsb-overlay-hover:hover > figcaption > .bsb-hover-fadeInLeft {
            --bsb-animation-duration: 500ms;
            animation-duration: var(--bsb-animation-duration);
            animation-fill-mode: both;
            animation-name: bsb-fadeInLeft
        }

        .bsb-overlay-hover:hover > figcaption > .bsb-hover-fadeInRight {
            --bsb-animation-duration: 500ms;
            animation-duration: var(--bsb-animation-duration);
            animation-fill-mode: both;
            animation-name: bsb-fadeInRight
        }

        .bsb-overlay-hover:hover > figcaption > .bsb-hover-zoomIn {
            --bsb-animation-duration: 500ms;
            animation-duration: var(--bsb-animation-duration);
            animation-fill-mode: both;
            animation-name: bsb-zoomIn
        }

.link-primary {
    background: #88a731;
    padding: 5px 20px;
    color: #fff !important;
    border-radius: 15px;
}

    .link-primary:hover {
        background: #88a731;
        padding: 5px 20px;
        color: #fff !important;
        border-radius: 15px;
        text-decoration: underline !important;
    }

.card-footer ul li {
    list-style-type: none
}


.text-gradient {
    background: linear-gradient(108deg,#002875,#0028FF );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}


#testimonialCarousel .carousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
}

#testimonialCarousel .carousel-inner {
    padding: 1em;
}

@media screen and (min-width: 576px) {
    #testimonialCarousel .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }

    #testimonialCarousel .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 2);
    }
}

@media screen and (min-width: 1024px) {
    #testimonialCarousel .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 3);
    }
}

#testimonialCarousel.carousel .card {
    margin: 0 0.5em;
    border: 0;
}

#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: grey;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}



@property --＠color-2 {
    syntax: "<color>";
    inherits: false;
    /* initial-value: hsl(98 100% 62%); */
    initial-value: hsl(224, 100%, 50%)
}

@property --＠color-1 {
    syntax: "<color>";
    inherits: false;
    initial-value: hsl(204 100% 59%);
}

/* keyframes that change the color variable */
@-webkit-keyframes gradient-change {
    to {
        --＠color-2: hsl(224, 100%, 50%);
        --＠color-1: #c9eaff;
    }
}

@keyframes gradient-change {
    to {
        --＠color-2: hsl(224, 100%, 50%);
        --＠color-1: #c9eaff;
    }
}

.text-grad {
    /* apply variable changes over time */
    -webkit-animation: gradient-change 2s linear infinite alternate;
    animation: gradient-change 2s linear infinite alternate;
    background: linear-gradient(
    /* 
      in oklch produces more vibrant gradient results 
      learn more https://developer.chrome.com/docs/css-ui/access-colors-spaces#color_interpolation
    */
    to right in oklch,
    /* use the variables in a gradient (or wherever!) */
    var(--＠color-1), var(--＠color-2) );
    /* old browser support */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* modern browser version */
    background-clip: text;
    color: transparent;
}


#footer {
    background: linear-gradient(256deg, #1e48d2 26.22%, #09112d 95.27%), #0066b2 !important;
}

    #footer .text-muted {
        --bs-text-opacity: 1;
        color: rgb(255 255 255 / 75%) !important;
    }


.slide-sec {
    display: block;
    width: 100%;
}

.secfirst, .secsecond {
    dispaly: table-cell;
    width: 50%;
}

.singlecard {
    display: table;
    background: #d9d9d9;
    width: auto;
    height: auto;
}

.singlecard-header {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

    .singlecard-header img {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }

.singlecard-body {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 10px 15px;
}

.singlecard-title {
    font-size: 1.875rem;
    line-height: 1.4;
    display: none;
}

.singlecard-text {
    font-size: 1.2rem;
    line-height: 1.2;
    max-height: 125px;
    overflow-y: auto;
    height: 106px;
}

.singlecard-index,
.singlecard-date,
.singlecard-place {
    font-size: 0.875rem;
    line-height: 1.7;
    display: block;
}


.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #1839a6 !important;
}


#navbarNav li.nav-item {
    margin-left: 0px;
}


.img-32 {
    width: 24px;
    margin-right: 8px;
}

.accordion-button {
    padding-top: 11px;
    padding-bottom: 11px;
    color: #052c65;
}

.accordion-body {
    padding-top: 11px;
    padding-bottom: 11px;
}

.blue-gradient {
    background: linear-gradient(256deg, #1e48d2 26.22%, #09112d 95.27%), #0066b2 !important;
}

.carousel-control-prev-icon {
    background-image: url(../img/arrow-left-circle.svg) !important;
    filter: brightness(0) invert(1);
}

.carousel-control-next-icon {
    background-image: url(../img/arrow-right-circle.svg) !important;
    filter: brightness(0) invert(1);
}

/* #navbarNav a.nav-link  {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400 !important;
} */

.navbar-brand {
    padding: 0px 0px !important;
}

.slick-dots {
    bottom: -15px !important;
    width: 100%;
    list-style: none;
    text-align: center;
}

.announcement-grad {
    background: #eaf2ff;
    border-radius: 15px 15px 0px 0px
}




#SkiptoContent {
    height: 70vh;
    background: #f0f0f0;
    padding-top: 10px;
    /* margin-bottom: 36px; */
    overflow-y: auto;
}

.bg-warning-1 {
    /* background: radial-gradient(1060.97% 141.42% at 0% 0%, #F7E5F0 0%, #EEEBFF 20.44%, #C8D8FF 100%); */
    background: radial-gradient(1060.97% 141.42% at 0% 0%, #ffffff 0%, #e4f0ff 40.44%, #ffffff 100%);
    box-shadow: 0px 12px 60px 0px rgba(0, 0, 0, 0.40);
}

    .bg-warning-1 .border-bottom {
        border-color: #9bd9f7 !important;
    }

.hvr-bounce-to-bottom {
    border-radius: 5px;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #fed01c !important;
    height: 4px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
}
/* General hover effects for all links and buttons */
a:hover {
    transition: color 0.3s ease-in-out;
}
/* button:hover {
            opacity: 0.8;
            transition: opacity 0.3s ease-in-out;
        }
*/

.navbar-nav .nav-link:hover {
    color: #fed01c !important; /* Orange on hover */
    background: none !important
}

.navbar-nav .nav-link.active {
    color: #fed01c !important; /* Orange on hover */
    background: none !important
}

.dropdown-item:hover {
    color: #1e48d2 !important;
    /* background-color: #004d80 !important;  Darker blue background on hover */
}

.accordion-button:not(.collapsed):hover {
    color: #1e48d2 !important;
}

.accordion-item .list-group-item a:hover {
    color: #fed01c !important; /* Orange text on hover */
}

#faqAccordion .list-group-item a:hover {
    color: #1e48d2 !important;
}

.btn-link:hover {
    text-decoration: underline;
}

.navbar-brand {
    padding: 0px;
}


@property --＠color-1 {
    syntax: "<color>";
    inherits: false;
    initial-value: hsl(224, 100%, 50%)
}

@property --＠color-2 {
    syntax: "<color>";
    inherits: false;
    initial-value: hsl(204 100% 59%);
}

.text-grad {
}

.shine, .chrome {
    font-size: 1.25em;
    margin: 0 auto;
    margin-bottom: 1em;
    font-weight: bold;
}

.shine {
    background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
    -webkit-background-size: 150px;
    color: rgba(0, 0, 0, 0.3);
    -webkit-background-clip: text;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}

.chrome {
    background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
    background-image: -webkit-linear-gradient(-40deg, transparent 0%, transparent 40%, #fff 50%, transparent 60%, transparent 100%);
    -webkit-background-size: 200px;
    color: rgba(255, 255, 255, 0.3);
    -webkit-background-clip: text;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes shine {
    0%, 10% {
        background-position: -1000px;
    }

    20% {
        background-position: top left;
    }

    90% {
        background-position: top right;
    }

    100% {
        background-position: 1000px;
    }
}


.text-gradient-1 {
    font-weight: normal;
    background: linear-gradient(90deg,#002875 36.32%,#0045ff 64.3%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.weather-icon {
    height: 48px;
    width: 48px;
    position: absolute !important;
    top: -16px;
    left: -48px;
}

[class^="hvr-"] {
    margin: .4em;
    padding: 2px 8px;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mt-n3 {
    margin-top: -0.3em;
}


#faqAccordion2 a:hover {
    color: #1e48d2 !important;
}

#navbarNav .dropdown-menu {
    background: #1e48d2;
}

    #navbarNav .dropdown-menu .dropdown-item {
        color: #fff !important;
    }

        #navbarNav .dropdown-menu .dropdown-item:hover {
            color: #fed01c !important;
            background: none !important;
        }

.accordion-button {
}

    .accordion-button:hover {
        background: #ff9b00;
        color: #fff !important;
    }

    .accordion-button:not(.collapsed) {
        background: #ff9b00;
        color: #fff;
    }

        .accordion-button:not(.collapsed):hover {
            background: #ff9b00 !important;
            color: #fff !important;
        }

            .accordion-button:not(.collapsed)::after,
            .accordion-button:not(.collapsed):hover::after {
                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='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: var(--bs-accordion-btn-icon-transform);
            }

    .accordion-button:hover::after {
        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='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: var(--bs-accordion-btn-icon-transform); */
    }


.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background: #2098D1;
    color: #fff;
    border-radius: 5px;
}

    .hvr-sweep-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0061a0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        border-radius: 5px;
    }

    .hvr-sweep-to-right:active,
    .hvr-sweep-to-right:focus,
    .hvr-sweep-to-right:hover {
        color: #fff;
        border-radius: 5px;
    }

        .hvr-sweep-to-right:active:before,
        .hvr-sweep-to-right:focus:before,
        .hvr-sweep-to-right:hover:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            border-radius: 5px;
        }

.nav-tabs .nav-link {
    font-size: 18px;
    padding: 5px 30px;
    color: #0061a0;
    background: #c9eaff;
    border-radius: 0px;
}

    .nav-tabs .nav-link.active {
        color: #484848 !important;
        background: transparent;
    }

    .nav-tabs .nav-link:hover {
        color: #ffffff;
        background: transparent;
    }


.list-group-item {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    padding-top: 5px;
}

    .list-group-item:hover {
        background: #f5f5f5;
    }

.accordion-button {
    padding-top: 11px;
    padding-bottom: 11px;
    color: #052c65;
    font-size: 14px;
    min-height: 5vh;
}

.container-marquee {
    position: relative;
    border: 1px solid #c9c9c9;
    /* background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%); */
    background: #fff6f6;
    min-height: 41px;
}

    .container-marquee, .container-marquee .headertext {
        padding: 7px 7px;
        /* background-color: #fff;  */
        color: #626060;
        /* font-weight: bold;  */
    }

        .container-marquee .headertext {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
            padding: 8px 10px;
            border-right: 1px solid #777;
            background: #C8102E;
            color: #fff;
            text-shadow: 1px 1px #111;
            min-height: 41px;
        }

.container-marqueemarquee {
    line-height: 1.5;
}

.container-marquee marquee p {
    margin: 0;
}

/* #skipContent{
  display:none;
} */
.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, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
    border-color: #fff;
}

@media (max-width: 767px) {
    .mb-md-2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    #userDropdown span {
        text-indent: -9999px;
        display: none;
    }

    .brand_search .custom-select-wrapper {
        position: relative;
        width: 80px;
        margin-left: 20px;
        margin-right: 30px;
    }

    .navbar-toggler {
        color: #fff !important;
    }

    .mb-md-2 {
        margin-bottom: 20px;
    }

    .bg-warning-1 {
        margin-bottom: 20px;
    }
}


.button .wpcf7-submit {
    background-image: linear-gradient(to right,#ff00cc 0%,#333399 51%,#ff00cc 100%);
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
    background-image: linear-gradient(to left,#30cfd0 0%,#333399 51%,#330867 100%);
    background-size: 200% auto;
    color: #ffffff !important;
    border-radius: 25px;
    font-weight: 400;
    font-size: 14px;
    /* text-transform: uppercase; */
    border: none !important;
    transition: 0.7s all;
    -webkit-transition: 0.7s all;
    margin-top: 14px;
    display: inline-block;
    min-width: 102px;
    height: 40px;
}

    .button .wpcf7-submit:hover {
        background-position: right center;
    }


.table-transparent .table > :not(caption) > * > * {
    background: none !important;
}


.bg-home-price {
    background: url(../images/bg-home-price.png) no-repeat center center;
    background-size: cover;
}

.container-marquee marquee {
    width: 100%;
    color: #000;
}


.minTable {
    max-height: 275px; /* set your desired height */
    overflow-y: auto;
}

    .minTable thead {
        position: sticky;
        top: -1px;
        background: #e5e9ff !important; /* same as table bg */
        z-index: 99; /* ensure header is above rows */
        /* border-top: 1px solid #f90 */
        --bs-table-bg: none;
    }

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: none;
    background: #fbfbfb !important;
}

.scheme-height {
    height: 278px;
    max-height: 278px;
    overflow-y: auto;
}


body.dark-mode {
    background-color: #121212;
    color: #fff;
}


    body.dark-mode section#header, body.dark-mode .wrapper, body.dark-mode .header_top, body.dark-mode .blue-gradient, body.dark-mode #SkiptoContent, body.dark-mode .accordion-item, body.dark-mode #footer {
        background: linear-gradient(256deg, #121212 26.22%, #121212 95.27%), #121212 !important;
    }

        body.dark-mode a, body.dark-mode #footer .wrapper a.text-muted {
            color: #fed01c !important;
        }

            body.dark-mode a:hover {
                text-decoration: underline;
            }

    body.dark-mode .accordion-button {
        background: #575757;
        color: #fff;
    }

    body.dark-mode .accordion-item {
        border-color: #575757;
    }

    body.dark-mode .accordion-button:not(.collapsed) {
        background: #ff9b00;
        color: #fff;
    }

    body.dark-mode .accordion-button:hover {
        background: #ff9b00;
        color: #fff;
    }

    body.dark-mode #header_theme {
        color: #fed01c !important;
    }

    body.dark-mode [class^="hvr-"] {
        margin: .4em;
        padding: 2px 8px;
        cursor: pointer;
        background: #575757;
        text-decoration: none;
        color: #666;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }


    body.dark-mode .container-marquee {
        position: relative;
        border: 1px solid #c9c9c9;
        /* background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%); */
        background: #575757;
        min-height: 41px;
    }




        /* Accessibility focus styles */
        /* :focus {
  outline: 3px solid orange !important;
  outline-offset: 2px;
} */

        body.dark-mode .container-marquee marquee {
            width: 100%;
            color: #fff;
        }

    body.dark-mode .text-gradient {
        background: linear-gradient(108deg,#fff,#fff 40%,#fff 50%,#fff);
        ;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    body.dark-mode .announcement-grad {
        background: #121212;
        border-radius: 15px 15px 0px 0px
    }

    body.dark-mode .card {
        background: #121212;
        border: 1px solid #c9c9c9;
    }

    body.dark-mode .singlecard-text {
        font-size: 1.2rem;
        line-height: 1.2;
        max-height: 113px;
        overflow-y: auto;
        height: 113px;
        color: #fff;
    }

    body.dark-mode .table > :not(caption) > * > * {
        color: #fff !important;
    }

    body.dark-mode #navbarNav .dropdown-menu {
        background: #121212;
    }

        body.dark-mode #navbarNav .dropdown-menu .dropdown-item {
            color: #fed01c !important;
        }

    body.dark-mode .list-group-item {
        background: #121212;
        color: #fff
    }

        body.dark-mode .list-group-item .text-muted {
            color: #fff !important;
        }

    body.dark-mode .dropdown-menu {
        background: #121212;
    }

    body.dark-mode #marketTabsContent .form-select {
        background: #121212;
        color: #fff;
    }


    body.dark-mode .scheme-height h6, body.dark-mode .scheme-height .text-muted {
        color: #fff !important
    }


    body.dark-mode .minTable thead {
        position: sticky;
        top: -1px;
        background: none !important;
        z-index: 99;
        /* border-top: 1px solid #f90; */
        --bs-table-bg: none;
    }

    body.dark-mode .table-striped > tbody > tr:nth-of-type(odd) > * {
        --bs-table-color-type: var(--bs-table-striped-color);
        --bs-table-bg-type: none;
        background: none !important;
    }

    body.dark-mode .table-striped > tbody > tr:nth-of-type(even) > * {
        --bs-table-color-type: var(--bs-table-striped-color);
        --bs-table-bg-type: none;
        background: none !important;
    }


    body.dark-mode .bg-home-price {
        background: none;
        background-size: cover;
    }


.banner-height {
    height: calc(70vh - 41px)
}

.banner-height-img {
    width: 100vw;
    max-width: 100%;
    height: 55vh;
}

.content-caption {
    display: none !important;
}

@media (max-width: 600px) {
    .brand_search .d-flex.accessibility-tools {
        display: none !important;
    }

    .banner-height {
        height: auto;
    }

    .banner-height-img {
        height: auto;
    }
}


@media (max-width: 969px) {
    #SkiptoContent {
        height: 33vh;
        background: #f0f0f0;
        padding-top: 10px;
        /* margin-bottom: 36px; */
        overflow-y: auto;
    }

    .banner-height {
        height: auto;
    }

    .banner-height-img {
        height: auto;
    }
}

@media screen and (width: 1024px) and (height: 1366px) {
    #SkiptoContent {
        height: 33vh;
        background: #f0f0f0;
        padding-top: 10px;
        /* margin-bottom: 36px; */
        overflow-y: auto;
    }

    .banner-height {
        height: auto;
    }

    .banner-height-img {
        height: auto;
    }
}

@supports not (selector(::-webkit-scrollbar-thumb)) {
    .scroll {
        scrollbar-color: var(--scroll-thumb-color, grey) var(--scroll-track, transparent);
        scrollbar-width: thin;
    }
}

.scroll::-webkit-scrollbar {
    width: var(--scroll-size, 10px);
    height: var(--scroll-size, 10px);
}

.scroll::-webkit-scrollbar-track {
    background-color: var(--scroll-track, transparent);
    border-radius: var(--scroll-track-radius, var(--scroll-radius));
}

.scroll::-webkit-scrollbar-thumb {
    background-color: var(--scroll-thumb-color, grey);
    background-image: var(--scroll-thumb, none);
    border-radius: var(--scroll-thumb-radius, var(--scroll-radius));
}

.scroll-1 {
    --scroll-size: 10px;
    --scroll-radius: 10px;
    --scroll-track: rgb(0 0 0 / 40%);
    --scroll-thumb-color: #dfdfdf;
}

.scroll-2 {
    --scroll-size: 8px;
    --scroll-radius: 10px;
    --scroll-track: rgb(255 255 255 / 10%);
    --scroll-thumb-color: rgb(0 0 0 / 80%);
}

.scroll-3 {
    --scroll-size: 5px;
    --scroll-radius: 10px;
    --scroll-track: rgb(255 255 255 / 10%);
    --scroll-thumb-color: #fff;
}

.scroll-4 {
    --scroll-size: 12px;
    --scroll-radius: 20px;
    --scroll-track: rgb(0 0 0 / 40%);
    --scroll-thumb: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 20%, transparent 20%, transparent 40%, rgba(255, 255, 255, 0.25) 40%, rgba(255, 255, 255, 0.25) 60%, transparent 60%, transparent 80%, rgba(255, 255, 255, 0.25) 80%);
    --scroll-thumb-color: #f97316;
}

.scroll-5 {
    --scroll-size: 15px;
    --scroll-radius: 20px;
    --scroll-track: rgb(255 255 255 / 10%);
    --scroll-thumb: linear-gradient(45deg, #00aeff, #a68eff);
}

.scroll-6 {
    --scroll-size: 12px;
    --scroll-radius: 20px;
    --scroll-track: rgb(0 0 0 / 40%);
    --scroll-thumb: linear-gradient( rgba(255, 255, 255, 0.3) 20%, transparent 20%, transparent 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, transparent 60%, transparent 80%, rgba(255, 255, 255, 0.3) 80%);
    --scroll-thumb-color: #10b981;
}




@supports not (selector(::-webkit-scrollbar-thumb)) {
    .scroll {
        scrollbar-color: var(--scroll-thumb-color, grey) var(--scroll-track, transparent);
        scrollbar-width: thin;
    }
}

.scroll::-webkit-scrollbar {
    width: var(--scroll-size, 10px);
    height: var(--scroll-size, 10px);
}

.scroll::-webkit-scrollbar-track {
    background-color: var(--scroll-track, transparent);
    border-radius: var(--scroll-track-radius, var(--scroll-radius));
}

.scroll::-webkit-scrollbar-thumb {
    background-color: var(--scroll-thumb-color, grey);
    background-image: var(--scroll-thumb, none);
    border-radius: var(--scroll-thumb-radius, var(--scroll-radius));
}

.scroll-1 {
    --scroll-size: 10px;
    --scroll-radius: 10px;
    --scroll-track: rgb(0 0 0 / 40%);
    --scroll-thumb-color: #dfdfdf;
}

.scroll-2 {
    --scroll-size: 8px;
    --scroll-radius: 10px;
    --scroll-track: rgb(255 255 255 / 10%);
    --scroll-thumb-color: rgb(0 0 0 / 80%);
}

.scroll-3 {
    --scroll-size: 5px;
    --scroll-radius: 10px;
    --scroll-track: rgb(255 255 255 / 10%);
    --scroll-thumb-color: #fff;
}

.scroll-4 {
    --scroll-size: 12px;
    --scroll-radius: 20px;
    --scroll-track: rgb(0 0 0 / 40%);
    --scroll-thumb: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 20%, transparent 20%, transparent 40%, rgba(255, 255, 255, 0.25) 40%, rgba(255, 255, 255, 0.25) 60%, transparent 60%, transparent 80%, rgba(255, 255, 255, 0.25) 80%);
    --scroll-thumb-color: #f97316;
}

.scroll-5 {
    --scroll-size: 15px;
    --scroll-radius: 20px;
    --scroll-track: rgb(255 255 255 / 10%);
    --scroll-thumb: linear-gradient(45deg, #00aeff, #a68eff);
}

.scroll-6 {
    --scroll-size: 12px;
    --scroll-radius: 20px;
    --scroll-track: rgb(0 0 0 / 40%);
    --scroll-thumb: linear-gradient( rgba(255, 255, 255, 0.3) 20%, transparent 20%, transparent 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, transparent 60%, transparent 80%, rgba(255, 255, 255, 0.3) 80%);
    --scroll-thumb-color: #10b981;
}




/* Base scrollbar styles */
.scroll {
    /* Firefox */
    scrollbar-width: thin; /* auto | thin | none */
    scrollbar-color: var(--scroll-thumb-color, grey) var(--scroll-track, transparent);
}

    /* WebKit (Chrome, Edge, Safari) */
    .scroll::-webkit-scrollbar {
        width: var(--scroll-size, 10px);
        height: var(--scroll-size, 10px);
    }

    .scroll::-webkit-scrollbar-track {
        background-color: var(--scroll-track, transparent);
        border-radius: var(--scroll-track-radius, var(--scroll-radius));
    }

    .scroll::-webkit-scrollbar-thumb {
        background-color: var(--scroll-thumb-color, grey); /* Fallback */
        background-image: var(--scroll-thumb, none); /* Gradient in WebKit */
        border-radius: var(--scroll-thumb-radius, var(--scroll-radius));
        background-clip: padding-box;
    }


.scroll-5 {
    --scroll-size: 15px;
    --scroll-radius: 20px;
    --scroll-track: rgb(255 255 255 / 10%);
    --scroll-thumb: linear-gradient(45deg, #00aeff, #a68eff);
    --scroll-thumb-color: #00aeff; /* Firefox solid fallback */
}




.main-container {
    min-height: calc(100vh - (136px + 300px));
}


.content-top-header {
    background: url(../images/bg-home-price.png) no-repeat center center;
    background-size: cover;
    padding: 1rem 0;
}

.mt-n30 {
    margin-top: -30px;
}

.display-7 {
    font-size: 1.5rem;
}



.search-panel {
    /* background: #f5fafe none repeat scroll 0 0; */
    background: rgba(245, 250, 254, .5) none repeat scroll 0 0;
    /* border: 1px solid #b1ccea; */
    overflow: hidden;
    border-radius: 5px;
    padding: 5px 15px 5px;
    margin-bottom: 15px;
}



.btn-inverse,
.btn-inverse:focus {
    background-color: #1fc8db;
    background-image: linear-gradient(141deg, #2c6e97 0%, #58b8f4 75%);
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 1em;
}

    .btn-inverse:hover,
    .btn-inverse:active,
    .open .btn-inverse.dropdown-toggle {
        background-color: #333;
        border-color: #333;
        color: #fff;
        transition: all 0.5s ease;
    }

    .btn-inverse.no-border:hover,
    .btn-inverse.no-border:active {
        border-color: #333;
        transition: all 0.5s ease;
    }

    .btn-inverse.no-hover:hover,
    .btn-inverse.no-hover:active {
        background-color: #a3a3a3 !important;
    }

    .btn-inverse.active {
        background-color: #434343 !important;
        border-color: #313131;
    }

    .btn-inverse.no-border.active {
        background-color: #3b3b3b !important;
        border-color: #3b3b3b;
    }

    .btn-inverse.disabled,
    .btn-inverse[disabled],
    fieldset[disabled] .btn-inverse,
    .btn-inverse.disabled:hover,
    .btn-inverse[disabled]:hover,
    fieldset[disabled] .btn-inverse:hover,
    .btn-inverse.disabled:focus,
    .btn-inverse[disabled]:focus,
    fieldset[disabled] .btn-inverse:focus,
    .btn-inverse.disabled:active,
    .btn-inverse[disabled]:active,
    fieldset[disabled] .btn-inverse:active,
    .btn-inverse.disabled.active,
    .btn-inverse[disabled].active,
    fieldset[disabled] .btn-inverse.active {
        background-color: #383a3c !important;
        border-color: #383a3c;
        transition: all 0.5s ease;
    }





.select-box select.form-select {
    width: 115px !important;
}

.select-box .form-label {
    margin-bottom: .1rem;
}

.mt-32 {
    margin-top: 21px;
}

@media (max-width: 1280px) {
    .mt-32 {
        /*        margin-top: 0px;*/
    }
}


.btn-toolbar .btn {
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #d2d2d2;
    /* background: #fff6d4; */
}




.featured-card {
    border: none;
    border-radius: 0.75rem; /* Equivalent to rounded-xl */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* Equivalent to shadow-lg */
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
}

    .featured-card:hover {
        transform: scale(1.05);
    }

    .featured-card .card-header {
        background-color: #eff6ff; /* Equivalent to bg-blue-50 */
        border-bottom: 1px solid #bfdbfe; /* Equivalent to border-blue-200 */
        color: #1e40af; /* Equivalent to text-blue-900 */
        border-radius: 0.75rem 0.75rem 0 0;
    }

    .featured-card.teal .card-header {
        background-color: #f0fdfa; /* Equivalent to bg-teal-50 */
        border-bottom: 1px solid #99f6e4; /* Equivalent to border-teal-200 */
        color: #0f766e; /* Equivalent to text-teal-900 */
    }

.badge-type {
    font-weight: 600;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px; /* Equivalent to rounded-full */
}

.badge-primary {
    background-color: #dbeafe; /* Equivalent to bg-blue-100 */
    color: #1e40af; /* Equivalent to text-blue-800 */
}

.badge-success {
    background-color: #ccfbf1; /* Equivalent to bg-teal-100 */
    color: #0f766e; /* Equivalent to text-teal-800 */
}

.btn-link-primary {
    color: #2563eb; /* Equivalent to text-blue-600 */
    font-weight: 600;
}

.btn-link-success {
    color: #0d9488; /* Equivalent to text-teal-600 */
    font-weight: 600;
}



.chart-container {
    position: relative;
    height: 250px;
}

.donut-chart {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}



/* CSS Variables for a clean, easy-to-edit theme */
:root {
    --blue-primary: #007bff; /* Standard Blue for Submit */
    --blue-hover: #0056b3; /* Darker Blue for hover */
    --white-text: #ffffff;
    --cancel-color: #6c757d; /* Muted Gray (no longer used in initial state) */
    --cancel-hover-bg: #495057;
    --border-radius: 0.5rem; /* Global rounded corners */
    --transition-speed: 0.3s; /* Define transition speed */
    --font-family: 'Inter', sans-serif;
}



.button-container {
    display: flex;
    flex-direction: column; /* Stack on small screens */
    gap: 20px;
}

/* Base style for all buttons */
.styled-button {
    /* Layout and Appearance */
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: var(--border-radius);
    outline: none;
    /* Icon and Text Alignment */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* Smooth Transition Effect for Background/Shadow/Color */
    transition: all var(--transition-speed) cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

    /* Icon Styling and Transition */
    .styled-button i {
        /* Default spacing assumes icon is on the left (like in Cancel button) */
        margin-right: 10px;
        font-size: 18px;
        /* Added transition specifically for icon movement (transform) */
        transition: transform var(--transition-speed) ease-out;
    }

/* UPDATED: Specific spacing for icons on the right (Submit button) */
.submit-button i {
    margin-right: 10px;
/*    margin-left: 10px;*/
}

/* EFFECT: Move the icon slightly to the right on button hover */
.styled-button:hover i {
    transform: translateX(4px);
}

/* ---------------------------------- */
/* 1. Submit Button (Solid Blue)      */
/* ---------------------------------- */
.submit-button {
    background-color: var(--blue-primary);
    color: var(--white-text);
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

    .submit-button:hover {
        background-color: var(--blue-hover);
        box-shadow: 0 8px 15px rgba(0, 123, 255, 0.4);
    }

    .submit-button:active {
        /* Push-in effect */
        transform: translateY(0);
        box-shadow: 0 2px 5px rgba(0, 123, 255, 0.2);
        background-color: #004085;
    }


/* ---------------------------------- */
/* 2. Cancel Button (Blue Outline)    */
/* ---------------------------------- */
.cancel-button {
    /* Initial state is White background with Blue text, icon, and border */
    background-color: var(--white-text);
    color: var(--blue-primary); /* Blue text/icon */
    border: 2px solid var(--blue-primary); /* Blue border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .cancel-button:hover {
        /* Uses Solid Blue Theme on hover */
        background-color: var(--blue-hover);
        color: var(--white-text);
        border-color: var(--blue-hover);
        box-shadow: 0 8px 15px rgba(0, 123, 255, 0.4);
    }

    .cancel-button:active {
        /* Push-in effect and deep blue active color */
        transform: translateY(0);
        box-shadow: 0 2px 5px rgba(0, 123, 255, 0.2);
        background-color: #004085;
        color: var(--white-text);
    }

/* Media query for desktop/tablet layout */
@media (min-width: 600px) {
    .button-container {
        flex-direction: row; /* Side-by-side on wider screens */
    }
}

table.dataTable thead th {
    background: var( --blue-hover) !important;
    color: #fff !important;
    font-weight: normal !important;
}



table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    background-color: #ffffff !important;
    background-image: none !important;
}

table.table.dataTable.table-striped > tbody > tr:hover > * {
    background-color: rgb(224 237 255) !important; /* light blue or your preferred color */
    transition: background-color 0.2s ease; /* smooth effect */
}



.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var( --blue-hover) !important;
    border-color: var( --blue-hover) !important;
}

.redAstrk {
    font-size: 7px;
    color: #dd5a43 !important;
    margin-left: 3px;
    top: -5px;
    position: relative;
}
.fa, .fas {
    font-weight : 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
#alertMsg .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.custom-alerts {
    min-width: 320px;
    position: fixed;
    min-height: 32px;
    z-index: 99999999;
    text-align: center;
    top: 40%;
    left: 50%;
    margin-left: -160px;
    display: none;
    /* transition: all 4s; */
}
.custom-alerts {
    /*min-width: 320px;
    position: absolute;
    min-height: 32px;
    z-index: 9999;
    text-align: center;
    top: 60%;
    left: 50%;
    margin-left: -160px;*/
    /* transition: all 4s; */
}
.alert-info {
    color: #0c5460;
    background-color  : #d1ecf1;
    border-color: #bee5eb;
}