@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");

* {
    margin: 0px;
    padding: 0px;
}
html, body {
    height: 100%;
    margin: 0;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}

.main-footer {
    flex-shrink: 0;
}
body {
    font-family: "DM Sans", sans-serif !important;
    overflow-x: hidden;
}


.content-wrapper {
    padding-top: 70px; /* Adjust based on your header height */
}

[class*=sidebar-dark-] {
    background-color: #4556b7 !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(9 27 73) !important;
}
.navbar-dark {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
.profile-username {
    font-size: 20px;
    margin-top: 0rem !important;
    margin-bottom: 1rem !important;
}
.action_buttons {
    position: relative;
    display: block;
    margin: 0px auto;
    padding-bottom: 20px;
}
.action_buttons a i {
    text-align: center !important;
    padding: 0px !important;
}
.nav-legacy {
    margin: -0.25rem -1.5rem 0 !important;
}
button.btn.btn-tool {
    color: #fff !important;
    background-color: #4556b7 !important;
}
    button.btn.btn-tool.CloseBtn {
        background: #f00202 !important;
    }
span.MyheadingTxt {
    font-weight: 500;
    font-size: 18px;
}
.main-sidebar {
    background-color: #4556b7 !important; /* Your sidebar color */
    min-height: 100vh; /* full height */
    width: 200px; /* or your sidebar width */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030; /* stay on top of content */
}
.nav-sidebar .nav-link p {
    display: block;
    font-family: "DM Sans", sans-serif !important;
    font-size: 15px;
    line-height: 1.4;
    white-space: normal;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    padding-right: 10px; /* optional: gives breathing room */
}
@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
        margin-left: 0px;
        width: 3rem !important;
    }
}
@media (min-width: 992px) {
    body.sidebar-mini.sidebar-collapse .content-wrapper,
    body.sidebar-mini.sidebar-collapse .main-footer,
    body.sidebar-mini.sidebar-collapse .main-header {
        margin-left: 3rem !important;
    }
}
.main-sidebar, .main-sidebar::before {
    transition: margin-left .3s ease-in-out, width .3s ease-in-out;
    /* width: 200px !important;*/
     width: 220px !important;
}
.nav-pills .nav-link:not(.active):hover {
     color: #fff !important;
}

.nav.nav-pills.nav-sidebar.nav-legacy .nav-link.active {
    color: #3a4a9c !important;
    background-color: #fff !important;
    font-weight: bold !important;
    box-shadow: 0px 2px 8px rgba(58, 74, 156, 0.2);
    width: 100%;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #4556b7;
}
.pulse-section {
    background: linear-gradient(90deg, #7AAAF1 0%, #5B2DC5 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 40px;
    flex-wrap: wrap;
}

.pulse-content {
    max-width: 600px;
}

    .pulse-content h1 {
        font-size: 30px;
        margin-bottom: 10px;
        font-weight:600;
    }

    .pulse-content a {
        display: inline-block;
        margin: 15px 0;
        padding: 10px 22px;
        background-color: #00ffae;
        color: #000;
        font-weight: bold;
        border-radius: 6px;
        text-decoration: none;
    }

    .pulse-content p {
        font-size: 18px;
        line-height: 1.6;
    }

.pulse-image img {
    max-width: 500px;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .pulse-section {
        flex-direction: column;
        text-align: center;
    }

    .pulse-content {
        margin-bottom: 30px;
    }
}
#pagination {
    display: flex;
    justify-content: flex-end; /* Right align */
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    user-select: none;
}

    #pagination p {
        margin: 0;
        padding: 6px 14px;
        border: 1px solid #4556b7;
        background-color: white;
        color: #4556b7;
        border-radius: 4px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s ease;
    }

        #pagination p:hover {
            background-color: #4556b7;
            color: white;
        }

        #pagination p[disabled] {
            background-color: #f1f1f1;
            color: #999;
            border-color: #ccc;
            cursor: not-allowed;
            pointer-events: none;
        }

    #pagination span {
        font-size: 15px;
        font-weight: 500;
        padding: 6px 10px;
        min-width: 30px;
        text-align: center;
        border-radius: 4px;
        background-color: #f8f9fa;
        border: 1px solid #ddd;
        color: #333;
    }
.fa-compress-arrows-alt:before, .fa-minimize:before {
    content: "\f065" !important;
}
.fa-expand-arrows-alt:before, .fa-maximize:before {
    content: "\f065" !important;
}
.mycustom_card {
    background-color: rgb(69, 86, 183);
    color: #fff;
}
.small-box .icon {
    color: rgb(255 255 255) !important;
}
.report-wrapper {
    padding: 0 10px;
}
.small-box.mycustom_card {
    position: relative;
    color: #fff;
    padding: 15px;
    overflow: hidden;
    border-radius: 5px;
}

    .small-box.mycustom_card .inner {
        padding-right: 80px; /* jagah chhode image ke liye */
    }

    .small-box.mycustom_card .icon {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 0;
    }

        .small-box.mycustom_card .icon img {
            width:80px;
            height: auto;
            opacity: 0.5;
        }
.report-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    transition: transform 0.2s;
}

    .report-card:hover {
        transform: translateY(-3px);
    }

.report-left {
    margin-right: 15px;
}

.report-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f0f0f0;
}

.report-middle {
    flex: 1;
}

.report-user {
    font-weight: 600;
    margin-bottom: 3px;
    color: #000;
}

.report-title {
    font-size: 14px;
    color: #333;
}

    .report-title a {
        color: #4556b7;
        font-weight: 600;
        text-decoration: none;
    }

.report-date {
    font-size: 13px;
    color: #777;
    margin-top: 5px;
}

.report-right {
    margin-left: 10px;
    font-size: 20px;
    color: #5B2DC5;
    font-weight: bold;
}

.report-arrow {
    font-size: 24px;
    line-height: 1;
}
.mycustom_button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #4556B7;
    color: #fff !important;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(69, 86, 183, 0.4);
    text-decoration: none;
    transition: all 0.3s ease;
}

    .mycustom_button:hover {
        background-color: #3b4ca8;
        box-shadow: 0 6px 18px rgba(69, 86, 183, 0.6);
        transform: translateY(-2px);
        color: #fff !important;
    }

    .mycustom_button i {
        font-size: 16px;
    }

.bg-purple {
    --bs-bg-opacity: 1;
    background-color: rgb(69 86 183) !important;
}
.login-button{
    width:100% !important;
    border-radius:unset !important;
}
.mandatory-field-css{
    color:red !important;
}
.form-signup-label {
    margin: 0px 0 5px 0 !important;
    font-size: 14px !important;
    position: static !important;
    text-align: left !important;
    font-family: 'DM Sans' !important;
}
p.myheading {
    font-size: 18px;
    font-weight: 600;
}
.logo {
/*    margin-top: -6rem;*/
}
span.field-validation-error {
    color: red;
}
.AnalyticsLoginImg {
    position: relative;
}
.contact-info {
    margin-top: 5rem;
    width: 80%;
    padding: 10px;
}
.hr-lines {
    position: relative;
    max-width: 392px;
    margin: 0px auto;
    text-align: center;
    font-size: 18px;
    font-family: DM Sans;
}
.small-text--white {
    color: #fff;
}
.contact {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    margin-top: 10px;
    width: 100%;
}

    .contact p {
        margin: 0; 
        flex: 1; 
    }
.small-text {
    font-size: 12px !important;
    font-family: 'DM Sans' !important;
}
.contact a {
    font-size: 15px !important;
    color: #fff;
    text-decoration: none;
}
.hr-lines:before {
    content: " ";
    height: 1px;
    width: 60px;
    background: rgb(255 255 255);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}
.hr-lines:after {
    content: " ";
    height: 1px;
    width: 60px;
    background: rgb(255 255 255);
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}
.cancel_btn {
    background: #9E9E9E !important;
    border: 1px solid #9E9E9E !important;
}
    .cancel_btn:hover {
        background: red !important;
        border: 1px solid red !important;
    }
.save_btn {
    background: #4556B7 !important;
    border: 1px solid #4556B7 !important;
}

    .save_btn:hover {
        background: #00ffae !important;
        border: 1px solid #00ffae !important;
        box-shadow: none !important;
        color:#474747;
    }
.carousel-item p {
    color: #fff !important;
}
.brand-link .brand-image-xl {
    max-height: 33px !important;
}
.logo-xl.brand-image-xl, .logo-xs.brand-image-xl {
    left: 55px !important;
    top: 9px !important;
}
.sidebarToggel a i {
    margin-top: 18px;
}
.card-title {
    font-size: 16px !important;
}
.sidebarToggel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px; /* Adjust based on your sidebar header height */
    padding: 10px 0;
    background:#fff!important
}

    .sidebarToggel .nav-link {
        color: #4556b7;
        font-size: 25px;
        margin-left: 0rem;
    }

.brand-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10px;
    padding: 0;
}

.brand-image-xl.logo-xl {
    max-height: 40px;
    object-fit: contain;
}

.brand-image-xs.logo-xs {
    display: none;
}
@media (min-width: 768px) {
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper {
        transition: margin-left .3s ease-in-out;
        /* margin-left: 200px;*/
        margin-left: 220px;
    }
}
.navbar {
    position: relative;
    z-index: 10;
}
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050; /* Ensure it's above all content */
    background-color: #fff; /* Same as your bg-dark1 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow for depth */
}
nav.main-header.navbar.navbar-expand-md.navbar-dark1.bg-dark1 {
    height: 50px !important;
    z-index: 99999 !important;
    position: fixed !important;
}

.mycustom_frame {
    position: absolute;
    z-index: 0 !important; /* Lower than navbar */
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 40px !important;
}
.glass-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 20px 25px;
    color: #ffffff;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

    .glass-card:hover {
        background: rgba(255, 255, 255, 0.12);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    }

.login-title {
    font-size: 16px;
    color: #dcdcdc;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.glass-card p {
    margin-bottom: 8px;
    font-size: 14px;
}

.glass-card strong {
    color: #ffffff;
    font-weight: 600;
}
.text-primary {
    color: #675dd6 !important;
}
.plan-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 300px;
}

.plan-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

    .plan-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    }

.plan-icon img {
    width: 80px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.plan-box:hover .plan-icon img {
    transform: scale(1.1);
}

.plan-title {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}

.plan-details {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

    .plan-details li {
        font-size: 14px;
        margin-bottom: 8px;
        color: #f1f1f1;
    }

        .plan-details li strong {
            color: #fff;
        }

.plan-value {
    color: #FFE156;
    font-weight: 600;
}

.btn-upgrade {
    display: inline-block;
    background: #fff;
    color: #5B3CC4;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-upgrade:hover {
    background: #FFE156;
    color: #5B3CC4;
}
.position-relative{
    position:relative !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.title-style-one .sc-title-five {
    font-family: gorditamedium;
    display: inline-block;
    line-height: 28px;
    border-radius: 5px;
    background: rgba(68, 109, 255, .1);
    padding: 0 20px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0066ff;
    margin-bottom: 12px;
}
.title-style-one .main-title {
    font-size: 40px;
    line-height: 1.34em;
    letter-spacing: -1px;
}

.pricing-table-area-two .pr-table-wrapper {
    min-height: 640px !important;
    margin-bottom:3rem !important;
}
.pricing-table-area-two .active .pack-name {
    color: #fff !important;
}
.pricing-table-area-two .active .price {
    color: #fff !important;
}
.pricing-table-area-two .pr-table-wrapper.active {
        background: #4556b7 !important;
    }
.pricing-table-area-two .pr-table-wrapper {
    padding: 30px 35px 40px;
    text-align: center;
    background: #fff;
    box-shadow: 0 40px 80px rgba(0, 5, 134, .05);
    border-radius: 15px;
}
.pricing-table-area-two .pack-name {
    font-size: 26px !important;
    color: rgb(68 85 182) !important;
    margin-bottom: 20px !important;
    font-weight: 600;
    letter-spacing: 3px;
}
.pricing-table-area-two .price {
    font-size: 24px;
    color: #010d4c;
    line-height: initial;
    margin: -8px 0 4px;
}
.mypricing_txt {
    margin-bottom: 2rem;
    font-weight: 600;
}
.mt-50 {
    margin-top: 50px !important;
}
.style-none {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.pricing-table-area-two .pr-feature li {
    font-size: 15px !important;
    margin-bottom: 15px !important;
    text-align: left !important;
}
.btn-seven {
    font-size: 16px;
    color: #4556b7;
    line-height: 48px;
    border: 1px solid #4556b7;
    border-radius: 50px;
    padding: 0px 42px;
    position: relative;
    z-index: 1;
    display: block;
    transition: all .3s ease-in-out;
    width: 100% !important;
}
.pricing-table-area-two .active .btn-seven {
    background: #fff;
    border-color: #fff;
    color: #4556b7;
}
.pricing-table-area-two .active .pr-feature li, .pricing-table-area-two .active .price {
    color: #fff;
}
.checkout-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    padding: 50px;
}

.table th,
.table td {
    vertical-align: middle;
}

.badge {
    font-size: 0.85rem;
    padding: 0.4em 0.65em;
}


.table {
    border: 1px solid #dee2e6;
}

.table tbody tr:hover {
    background: #f2f6ff;
    cursor: pointer;
}

.summary-card {
    background: linear-gradient(135deg, #4556b7, #6a87ff, #4556b7);
    color: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
    backdrop-filter: blur(5px);
}

    .summary-card h5 {
        font-weight: 600;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .summary-card p {
        margin: 0 0 10px;
        font-size: 16px;
    }

        .summary-card p strong {
            color: #ffeb3b;
        }

.btn-checkout {
    background: #fff;
    color: #4f46e5;
    font-weight: 600;
    border: none;
    transition: all 0.3s;
    border-radius: 50px;
    padding: 12px 20px;
}

    .btn-checkout:hover {
        background: #d1d5ff;
    }
    