﻿@import url('style.css');

:root {
    --primary-purple: #7745c0;
    --primary-hover: #6138a1;
    --navy-dark: #0b2559;
    --light-bg: #fdfdfd;
    --border-color: #e0e0e0;
    --bs-body-font-family: 'Varela Round', sans-serif;
    --card-radius: 20px;
    --glass-bg: rgba(255,255,255,0.85);
    --shadow-card: 0 8px 32px rgba(119,69,192,0.10), 0 2px 8px rgba(11,37,89,0.08);
    --shadow-hover: 0 16px 48px rgba(119,69,192,0.18), 0 4px 16px rgba(11,37,89,0.12);
}


body {
    font-family: 'Varela Round', sans-serif !important;
    overflow-x: hidden;
    background-color: var(--light-bg);
}

.form-control {
    font-family: 'Varela Round', sans-serif !important;
}

input.form-control {
    font-family: 'Varela Round', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.left-panel {
    background-color: var(--primary-purple);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .left-panel .glass-card {
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 30px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        width: 100%;
        max-width: 500px;
        z-index: 10;
        padding: 2.5rem;
    }

    .left-panel h2 {
        font-size: 1.8rem;
        line-height: 1.4;
        color: #ffffff;
        text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .left-panel .shape {
        position: absolute;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
        border-radius: 50%;
        z-index: -1;
    }

.shape-1 {
    width: 150px;
    height: 150px;
    top: 5%;
    left: 10%;
}

.shape-2 {
    width: 300px;
    height: 300px;
    bottom: -50px;
    right: -20px;
    background: rgba(255, 255, 255, 0.05);
}

.right-panel {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.btn-signup {
    background-color: #f0f4ff;
    color: var(--primary-purple);
    border-radius: 10px;
    padding: 8px 20px;
    font-weight: 600;
    transition: 0.3s;
}

    .btn-signup:hover {
        background: var(--primary-purple);
        color: white;
    }

.login-box {
    max-width: 420px;
    width: 100%;
    margin: auto;
}

.inputbox {
    position: relative;
    margin-bottom: 1rem;
}

    .inputbox input, .form-control-lg {
        border-radius: 10px;
        font-size: 0.95rem;
        padding: 12px 45px 12px 15px !important;
        border: 1px solid var(--border-color);
        height: 50px;
        width: 100%;
    }

    .inputbox .icon {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #888;
        font-size: 1.1rem;
        cursor: pointer;
        z-index: 5;
    }

.sbmitbtn, .btn-login {
    background-color: var(--primary-purple);
    color: white;
    border-radius: 12px;
    padding: 14px;
    font-weight: 700;
    border: none;
    transition: 0.3s;
}

    .sbmitbtn:hover, .btn-login:hover {
        background-color: var(--primary-hover);
        color: white;
    }

.login-toggle {
    position: relative;
    display: flex;
    background: #f1f1f1;
    padding: 4px;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.toggle-item {
    flex: 1;
    z-index: 2;
    padding: 8px 0;
    text-align: center;
    cursor: pointer;
}

    .toggle-item span {
        font-size: 0.85rem;
        font-weight: 700;
        color: #666;
    }

.toggle-slider {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

#individualTab:checked ~ .toggle-slider {
    transform: translateX(0);
}

#organizationTab:checked ~ .toggle-slider {
    transform: translateX(100%);
}

#individualTab:checked ~ [for="individualTab"] span,
#organizationTab:checked ~ [for="organizationTab"] span {
    color: var(--primary-purple);
}

.errorInfo {
    font-size: 0.75rem;
    color: #e53e3e;
    margin-top: 4px;
    display: block;
    height: unset !important;
    margin-left: 5px;
}

.footer-links a {
    text-decoration: none;
    color: #000;
    font-size: 0.85rem;
    transition: 0.2s;
}

    .footer-links a:hover {
        color: var(--primary-purple);
    }

.legal-text {
    font-size: 11px;
    line-height: 1.4;
    color: #999;
}

.frgPass {
    font-size: 14px;
    color: var(--primary-purple);
}

.custom-alert {
    font-size: 14px;
    padding: 8px 10px;
}

.pswdToggle {
    font-size: 19px;
    top: 19px;
}


.hero-text {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
}

.mockup-img-absolute {
    position: absolute;
    right: -85px;
    top: 30%;
    max-width: 350px;
    width: 100%;
    z-index: 5;
    filter: drop-shadow(0 14px 28px rgba(0,0,0,0.16));
    transition: transform 0.4s ease;
    animation: floatPhone 4s ease-in-out infinite;
}

    /* IMPORTANT */
    .mockup-img-absolute img {
        width: 100%;
        display: block;
    }

    .mockup-img-absolute:hover {
        animation-play-state: paused;
    }

@keyframes floatPhone {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }

    50% {
        transform: translateY(calc(-50% - 10px)) rotate(0deg);
    }

    100% {
        transform: translateY(-50%) rotate(0deg);
    }
}

.mockup-img-absolute {
    animation: floatPhone 4s ease-in-out infinite;
}



.otp-field {
    width: 52px;
    height: 62px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    border-radius: 14px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--navy-dark);
    transition: all 0.2s ease-in-out;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

    .otp-field:focus {
        border-color: var(--primary-purple);
        outline: none;
        box-shadow: 0 0 10px rgba(119, 69, 192, 0.2);
        transform: translateY(-2px);
    }

.btn-login {
    background-color: var(--primary-purple) !important;
    color: white !important;
    box-shadow: 0 8px 15px rgba(119, 69, 192, 0.25);
    border: none;
}

    .btn-login:hover {
        background-color: #6138a1 !important;
        transform: translateY(-1px);
        box-shadow: 0 10px 20px rgba(119, 69, 192, 0.35);
    }

.btn-resend {
    background: transparent;
    border: 1px solid #e0e0e0;
    color: var(--navy-dark);
    font-size: 0.9rem;
    transition: 0.3s;
}

    .btn-resend:hover {
        border-color: var(--primary-purple);
        color: var(--primary-purple);
        background-color: #f8f5ff;
    }

@media (max-width: 400px) {
    .otp-field {
        width: 42px;
        height: 52px;
        font-size: 1.2rem;
    }
}



#registration-container {
    display: block !important;
}

.kyc-label {
    font-size: 11px;
    font-weight: 700;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    display: block;
}

.kyc-input {
    width: 100%;
    display: block;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .kyc-input:focus {
        color: #212529;
        background-color: #fff;
        border-color: var(--primary-purple);
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(119, 69, 192, 0.1);
    }

    .kyc-input::placeholder {
        color: #adb5bd;
        opacity: 1;
    }

#registration-container .btn-login {
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.kycbtn {
    padding-inline: 40px;
}




#sky-header-root {
    padding: 15px;
}

@media (max-width:991px) {
    #sky-header-root {
        background: #fff;
    }
}

#sky-header-root .sky-main-bar {
    background: #ffffff;
    border-radius: 60px;
    border: 1px solid rgba(11, 37, 89, 0.1);
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sky-header-root .sky-flex-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

#sky-header-root .sky-status-chip {
    background: #e8fbf3;
    padding: 6px 15px;
    border-radius: 30px;
    color: #008f5d;
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
}

#sky-header-root .sky-status-dot {
    width: 7px;
    height: 7px;
    background: #00e676;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 0 8px #00e676;
}

#sky-header-root .sky-vertical-line {
    width: 1px;
    height: 25px;
    background: #eee;
    margin: 0 10px;
}

#sky-header-root .sky-time-display {
    font-size: 13px;
    font-weight: 700;
    color: #0b2559;
}

    #sky-header-root .sky-time-display i {
        color: #7745c0;
        margin-right: 6px;
    }

#sky-header-root .sky-icon-circle {
    width: 42px;
    height: 42px;
    border: 2px solid #7745c0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7745c0;
    background: transparent;
    text-decoration: none;
    position: relative;
    transition: 0.3s ease;
    padding: 0;
}

    #sky-header-root .sky-icon-circle:hover {
        background: #7745c0;
        color: #ffffff;
    }

#sky-header-root .sky-premium-drop {
    padding: 0;
    border-radius: 20px;
    min-width: 320px;
    overflow: hidden;
    border: none;
    margin-top: 15px;
}

#sky-header-root .sky-drop-header {
    background: linear-gradient(135deg, #7745c0 0%, #0b2559 100%);
    padding: 30px 20px;
    text-align: center;
}

#sky-header-root .sky-avatar-box {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #7745c0;
    font-size: 20px;
    margin-bottom: 10px;
}

#sky-header-root .sky-user-name {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    margin: 0;
}



#sky-dashboard-v3 .sky-main-card {
    background: #ffffff;
    border-radius: 30px;
    padding: 25px;
    height: 100%;
    border: 1px solid rgba(11, 37, 89, 0.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.sky-profile-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.sky-avatar-wrapper {
    position: relative;
    width: 70px;
    height: 70px;
}

.sky-avatar {
    width: 100%;
    height: 100%;
    background: #7745c0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    font-size: 24px;
    font-weight: 900;
}

.sky-online-pulse {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 14px;
    height: 14px;
    background: #00e676;
    border-radius: 50%;
    border: 3px solid white;
}

.sky-status-chip {
    font-size: 11px;
    font-weight: 700;
    color: #008f5d;
    background: #e8fbf3;
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.sky-session-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

@media (min-width: 992px) {
    .sky-session-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .sky-session-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

@media (max-width: 480px) {
    .sky-session-grid {
        grid-template-columns: 1fr;
    }
}

.sky-session-item {
    background: #f8f9fc;
    padding: 12px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

    .sky-session-item i {
        font-size: 16px;
        color: #7745c0;
        width: 30px;
    }

    .sky-session-item small {
        font-size: 13px;
        font-weight: 800;
        color: #999;
        display: block;
    }

    .sky-session-item p {
        font-size: 13px;
        font-weight: 700;
        color: #0b2559;
        margin: 0;
    }

.status-active {
    color: #008f5d !important;
}

.timer-warning {
    color: #ff4d4d !important;
}

.carousel-card {
    background: linear-gradient(135deg, #7745c0 0%, #0b2559 100%) !important;
    color: white;
}

.btn-promo-action {
    background: white;
    color: #7745c0;
    border: none;
    padding: 8px 20px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 13px;
    margin-top: 10px;
}

.sky-metric-card {
    background: #fff;
    padding: 25px;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    border: 1px solid rgba(11, 37, 89, 0.05);
}

.m-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.settled .m-icon {
    background: #e8fbf3;
    color: #008f5d;
}

.unsettled .m-icon {
    background: #fff4e6;
    color: #ff9800;
}

.lien .m-icon, .due .m-icon {
    background: #f4f0ff;
    color: #7745c0;
}

.m-progress {
    width: 100%;
    height: 5px;
    background: #f0f2f5;
    border-radius: 10px;
    margin-top: 10px;
}

    .m-progress .bar {
        height: 100%;
        border-radius: 10px;
    }

.settled .bar {
    background: #00e676;
}

.unsettled .bar {
    background: #ff9800;
}

.lien .bar, .due .bar {
    background: #7745c0;
}


#sky-header-root .sky-balance-card {
    padding: 15px;
    background: #f8f9fc;
}

#sky-header-root .sky-card-inner {
    background: #fff;
    border-radius: 15px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

#sky-header-root .sky-card-icon {
    width: 35px;
    height: 35px;
    background: #e8fbf3;
    color: #008f5d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sky-header-root .sky-card-text {
    flex: 1;
}

    #sky-header-root .sky-card-text small {
        font-size: 9px;
        font-weight: 800;
        color: #999;
        display: block;
    }

    #sky-header-root .sky-card-text h6 {
        font-size: 15px;
        font-weight: 800;
        color: #0b2559;
        margin: 0;
    }

#sky-header-root .sky-pay-now {
    border: none;
    background: transparent;
    color: #0b2559;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
}


#sky-header-root .sky-nav-item {
    display: flex;
    align-items: center;
    padding: 12px 25px;
    color: #444;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

    #sky-header-root .sky-nav-item i {
        margin-right: 15px;
        font-size: 16px;
        color: #666;
        width: 20px;
        text-align: center;
    }

    #sky-header-root .sky-nav-item:hover {
        background: #f4f0ff;
        color: #7745c0;
    }


#sky-header-root .sky-logout-footer {
    width: 100%;
    border: none;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 15px;
    color: #ff4d4d;
    font-weight: 800;
    font-size: 15px;
    text-align: left;
    padding-left: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}


.sky-session-item i {
    font-size: 18px;
    color: #7745c0;
    width: 35px;
    display: flex;
    justify-content: center;
}

.status-active {
    color: #008f5d !important;
    font-weight: 800;
}

.status-warning {
    color: #ff9800 !important;
    font-weight: 800;
}

.status-danger {
    color: #ff4d4d !important;
    font-weight: 800;
}

.sky-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #7745c0;
}

.swiper-card {
    background: #fdfdfd !important;
}

.sky-metric-card h3 {
    letter-spacing: -0.5px;
}

.btn-sky-action {
    padding: 10px 22px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

    .btn-sky-action.primary {
        background: #7745c0;
        color: white;
    }

    .btn-sky-action.secondary {
        background: #fff;
        color: #0b2559;
        border: 1px solid rgba(11, 37, 89, 0.1);
    }

    .btn-sky-action:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

.sky-metrics-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.sky-stat-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 1 calc(25% - 16px);
    min-width: 240px;
    border: 1px solid rgba(11, 37, 89, 0.04);
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}

.stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #f8faff;
    color: #7745c0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.stat-data small {
    display: block;
    font-size: 10px;
    font-weight: 800;
    color: #a0a8b9;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 4px;
}

.stat-data h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 900;
    color: #0b2559;
}

.success-border {
    border-top: 4px solid #00c853;
}

.warning-border {
    border-top: 4px solid #ffab00;
}

.danger-border {
    border-top: 4px solid #ff3d00;
}

.purple-border {
    border-top: 4px solid #7745c0;
}

.dark-border {
    border-top: 4px solid #343a40;
}

@media (max-width: 1200px) {
    .sky-stat-box {
        flex: 1 1 calc(33.33% - 16px);
    }
}

@media (max-width: 768px) {
    .sky-stat-box {
        flex: 1 1 calc(50% - 16px);
    }

    .btn-sky-action {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .sky-stat-box {
        flex: 1 1 100%;
    }
}


.sky-filter-system {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.sky-filter-container {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(11, 37, 89, 0.08);
    border-radius: 22px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.sky-filter-pill-group {
    background: #f4f7fa;
    padding: 4px;
    border-radius: 16px;
    display: flex;
}

.sky-nav-btn {
    border: none;
    background: transparent;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 700;
    color: #6c757d;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.3s ease;
}

    .sky-nav-btn.active {
        background: #0b2559;
        color: #ffffff;
        box-shadow: 0 4px 12px rgba(11, 37, 89, 0.2);
    }

.sky-custom-trigger {
    border: 1.5px solid #7745c0;
    background: #ffffff;
    color: #7745c0;
    padding: 8px 18px;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

    .sky-custom-trigger:hover {
        background: #7745c0;
        color: #ffffff;
    }

@media (max-width: 991px) {
    .sky-filter-system {
        justify-content: center;
    }

    .sky-filter-container {
        flex-direction: column;
        width: 100%;
        padding: 12px;
    }

    .sky-filter-pill-group {
        width: 100%;
        justify-content: space-around;
    }

    .sky-nav-btn {
        flex: 1;
        padding: 10px 5px;
    }

    .sky-custom-trigger {
        width: 100%;
        justify-content: center;
    }
}

.sky-custom-date-wrapper {
    display: none;
    opacity: 0;
    transition: all 0.4s ease;
    margin-top: 20px;
}

    .sky-custom-date-wrapper.visible {
        opacity: 1;
    }

.sky-date-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}

.sky-date-row {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

.sky-date-input-group {
    flex: 1;
    min-width: 200px;
}

    .sky-date-input-group label {
        display: block;
        font-size: 11px;
        font-weight: 700;
        color: #555;
        margin-bottom: 8px;
        text-transform: uppercase;
    }

.sky-input-inner {
    position: relative;
    display: flex;
    align-items: center;
}

    .sky-input-inner i {
        position: absolute;
        left: 12px;
        color: var(--primary-color, #7745c0);
    }

    .sky-input-inner input {
        width: 100%;
        padding: 10px 10px 10px 38px;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 14px;
        outline: none;
    }

.sky-brand-search-btn {
    background-color: var(--primary-purple) !important;
    color: white;
    border: none;
    padding: 11px 25px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: filter 0.2s;
}

    .sky-brand-search-btn:hover {
        filter: brightness(1.1);
    }

@media (max-width: 768px) {
    .sky-date-row {
        flex-direction: column;
        align-items: stretch;
    }

    .sky-brand-search-btn {
        justify-content: center;
    }
}

.sky-analytics-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(11, 37, 89, 0.08);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.sky-analytics-body {
    padding: 30px;
}

.sky-summary-title {
    font-size: 16px;
    font-weight: 800;
    color: #0b2559;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.sky-summary-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-radius: 16px;
    background: #f8fafc;
    margin-bottom: 15px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

    .sky-summary-item:hover {
        background: #ffffff;
        border-color: #edf2f7;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

.sky-summary-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.sky-summary-item.primary .sky-summary-icon {
    background: rgba(119, 69, 192, 0.1);
    color: #7745c0;
}

.sky-summary-item.success .sky-summary-icon {
    background: rgba(0, 166, 90, 0.1);
    color: #00a65a;
}

.sky-summary-item.danger .sky-summary-icon {
    background: rgba(221, 75, 57, 0.1);
    color: #dd4b39;
}

.sky-summary-details .label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
}

.sky-summary-details .amount {
    font-size: 18px;
    font-weight: 800;
    color: #0b2559;
    margin: 0;
}

.sky-graph-header {
    display: flex;
    justify-content: flex-end;
}

.sky-chart-wrapper {
    min-height: 350px;
    background: linear-gradient(to bottom, #ffffff, #fcfdfe);
    border-radius: 20px;
}

.sky-filter-pill-group {
    background: #f1f5f9;
    padding: 4px;
    border-radius: 14px;
    display: inline-flex;
}

.sky-nav-btn {
    border: none;
    background: transparent;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    border-radius: 10px;
    transition: all 0.2s;
}

    .sky-nav-btn.active {
        background: #0b2559;
        color: #ffffff;
        box-shadow: 0 4px 10px rgba(11, 37, 89, 0.2);
    }

@media (max-width: 991px) {
    .sky-graph-header {
        justify-content: center;
    }

    .sky-analytics-body {
        padding: 20px;
    }
}

.sky-table-section .sky-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.sky-card-title {
    color: #0b2559;
    font-weight: 800;
    font-size: 1.25rem;
    letter-spacing: -0.5px;
}

.sky-modern-table thead {
    background: #f8fafc;
}

.sky-modern-table .customer-name {
    font-weight: 600;
    color: #0b2559;
}

.sky-modern-table .amount-cell {
    font-weight: 700;
    color: #000;
}



.sky-status-pill {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

    .sky-status-pill.success {
        background: #e6f7ed;
        color: #00a65a;
    }

    .sky-status-pill.warning {
        background: #fff8ec;
        color: #f39c12;
    }

    .sky-status-pill.danger {
        background: #fdeeee;
        color: #dd4b39;
    }

.btn-sky-outline {
    background: transparent;
    border: 1px solid #e2e8f0;
    color: #64748b;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s;
}

    .btn-sky-outline:hover {
        background: #f8fafc;
        border-color: #cbd5e1;
    }



.sky-table-section .sky-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.sky-card-title {
    color: #0b2559;
    font-weight: 800;
    font-size: 1.25rem;
    letter-spacing: -0.5px;
}



.sky-modern-table thead th {
    padding: 15px 20px;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #edf2f7;
}

.sky-modern-table tbody td {
    padding: 16px 20px;
    vertical-align: middle;
    color: #334155;
    font-size: 14px;
    border-bottom: 1px solid #f1f5f9;
}

.sky-modern-table tbody tr:hover {
    background-color: #fcfdfe;
}

.sky-modern-table .customer-name {
    font-weight: 600;
    color: #0b2559;
}

.sky-modern-table .amount-cell {
    font-weight: 700;
    color: #000;
}

.sky-modern-table .id-badge {
    background: #f1f5f9;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 13px;
}

.btn-sky-outline {
    background: transparent;
    border: 1px solid #e2e8f0;
    color: #64748b;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s;
}

    .btn-sky-outline:hover {
        background: #f8fafc;
        border-color: #cbd5e1;
    }


.sky-modern-table.borderless,
.sky-modern-table.borderless th,
.sky-modern-table.borderless td {
    border: none !important;
}

    .sky-modern-table.borderless tbody tr {
        transition: background-color 0.2s ease;
        border: none !important;
    }

        .sky-modern-table.borderless tbody tr:hover {
            background-color: #f8fafc;
            border-radius: 12px;
        }

    .sky-modern-table.borderless thead {
        background: #f1f5f9;
    }

        .sky-modern-table.borderless thead th {
            color: #475569;
            padding: 18px 20px;
        }

.sky-card {
    border: none !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}

.sky-modern-table .table-responsive tbody tr {
    border: none !important;
}



.utility-wrapper-tron {
    background-color: var(--light-bg);
    min-height: 85vh;
    font-family: var(--bs-body-font-family);
    padding: 60px 0;
}

.utility-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(119, 69, 192, 0.05);
    padding: 35px;
}

.utility-header {
    color: var(--navy-dark);
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.nav-custom-pills {
    background: #f4f6f9;
    border-radius: 12px;
    padding: 5px;
    border: none;
}

    .nav-custom-pills .nav-link {
        color: #6c757d;
        border-radius: 10px;
        font-weight: 600;
        transition: all 0.3s ease;
    }

        .nav-custom-pills .nav-link.active {
            background-color: #ffffff !important;
            color: var(--primary-purple) !important;
            box-shadow: 0 2px 8px rgba(0,0,0,0.06);
        }

.tron-input {
    border: 1.5px solid var(--border-color);
    border-radius: 12px;
    padding: 12px 15px;
    font-family: var(--bs-body-font-family);
}

    .tron-input:focus {
        border-color: var(--primary-purple);
        box-shadow: 0 0 0 3px rgba(119, 69, 192, 0.1);
    }

.btn-tron-action {
    background-color: var(--navy-dark);
    color: #ffffff;
    border-radius: 12px;
    padding: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    transition: background 0.3s;
}

    .btn-tron-action:hover {
        background-color: #081a3d;
        color: #ffffff;
    }

.result-container {
    background-color: #f9f8ff;
    border: 1px solid #efeaff;
    border-radius: 15px;
    padding: 20px;
    margin-top: 25px;
}

.label-text {
    font-size: 0.75rem;
    color: #8e94a5;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
}

.value-text {
    color: var(--navy-dark);
    font-weight: 600;
    word-break: break-all;
}

.amount-highlight {
    color: var(--primary-purple);
    font-size: 1.5rem;
    font-weight: 800;
}

.payout-main-wrapper {
    background-color: var(--light-bg);
    font-family: var(--bs-body-font-family);
    min-height: 90vh;
    padding: 40px 0;
}

.payout-card-premium {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(11, 37, 89, 0.05);
}

.payout-title-main {
    color: var(--navy-dark) !important;
    font-weight: 800;
}

.text-navy {
    color: var(--navy-dark) !important;
}

.field-label {
    color: var(--navy-dark) !important;
    font-weight: 700;
    font-size: 0.85rem;
}

.form-check-input:checked {
    background-color: var(--primary-purple) !important;
    border-color: var(--primary-purple) !important;
}

.method-item {
    cursor: pointer;
    transition: 0.3s;
    background: #fff;
    margin-right: 10px;
}





.payout-input-custom {
    border: 1.5px solid var(--border-color);
    border-radius: 12px;
    padding: 12px 15px;
}

    .payout-input-custom:focus {
        border-color: var(--primary-purple) !important;
        box-shadow: 0 0 0 4px rgba(119, 69, 192, 0.1) !important;
    }

.btn-payout-primary {
    background-color: var(--primary-purple) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px;
    padding: 12px;
    font-weight: 700;
}

    .btn-payout-primary:hover:not(:disabled) {
        background-color: var(--primary-hover) !important;
    }

.btn-payout-back {
    background-color: var(--navy-dark) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px;
    padding: 14px;
    font-weight: 700;
}

.payable-highlight-box {
    background: var(--primary-purple) !important;
    color: #ffffff !important;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .payable-highlight-box::before {
        content: "";
        position: absolute;
        top: 0;
        left: -150%;
        width: 50%;
        height: 100%;
        background: linear-gradient( to left, transparent 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 90%, transparent 100% );
        transform: skewX(-25deg);
        animation: lightSweep 3s infinite linear;
        z-index: -1;
    }

@keyframes lightSweep {
    0% {
        left: 150%;
    }

    100% {
        left: -150%;
    }
}

.payable-highlight-box div,
.payable-highlight-box span {
    position: relative;
    z-index: 2;
}

.form-check.form-switch {
    border: none;
    padding: revert-rule;
    display: flex;
    justify-content: start;
    gap: 0px;
}

.report-main-wrapper {
    padding: 20px 0;
}

.report-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    background: #fff;
    margin-bottom: 20px;
}

.report-title {
    color: var(--navy-dark);
    font-weight: 700;
    margin-bottom: 0;
}




.table thead th {
    background-color: #f8f9fa;
    color: var(--navy-dark);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px;
    border-bottom: 2px solid #edf2f9;
}

.table tbody td {
    padding: 14px 5px;
    font-size: 13px;
    color: #000;
    vertical-align: middle;
    border: none !important;
}

.btn-search-payout {
    background-color: var(--primary-purple) !important;
    color: white !important;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
    padding: 12px;
}

.btn-back-payout {
    background-color: var(--navy-dark) !important;
    color: white !important;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    padding: 12px;
}

.pagination-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 0;
    gap: 15px;
}

.status-badge {
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 0.3px;
}

.status-success {
    background-color: #e8fadf;
    color: #28a745;
}

.status-pending {
    background-color: #f0ebf9;
    color: var(--primary-purple);
}

.status-danger {
    background-color: #ffe5e5;
    color: #dc3545;
}

.status-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    background-color: currentColor;
}


.table-responsive tbody tr {
    border: none;
}



.action-btn {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
}

.btn-receipt {
    background: #e0f2fe;
    color: #0369a1;
}

    .btn-receipt:hover {
        background: #0369a1;
        color: #ffffff;
        transform: scale(1.1);
    }

.btn-complaint {
    background: #fef3c7;
    color: #b45309;
}

    .btn-complaint:hover {
        background: #b45309;
        color: #ffffff;
        transform: scale(1.1);
    }

.btn-raised {
    background: #f1f5f9;
    color: #94a3b8;
}

.fraud-tag {
    background: #fee2e2;
    color: #b91c1c;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
}




.custom-verification-tabs .nav-link {
    color: #64748b;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 20px;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

    .custom-verification-tabs .nav-link:hover {
        background: #f8fafc;
        color: #0f172a;
        border-color: #cbd5e1;
        transform: translateY(-1px);
    }

    .custom-verification-tabs .nav-link.active {
        background: var(--primary-purple);
        color: #ffffff !important;
        border-color: #0f172a;
        box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.2);
    }

    .custom-verification-tabs .nav-link i {
        font-size: 1.1rem;
        opacity: 0.8;
    }

    .custom-verification-tabs .nav-link.active i {
        opacity: 1;
        color: #fff;
    }

.verification-tabs-container {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

    .verification-tabs-container::-webkit-scrollbar {
        height: 5px;
    }

    .verification-tabs-container::-webkit-scrollbar-thumb {
        background: #e2e8f0;
        border-radius: 10px;
    }

.verification-main-frame {
    background: var(--light-bg);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 40px;
    margin-top: 25px;
}

    .verification-main-frame h4 {
        color: var(--navy-dark);
        font-family: var(--bs-body-font-family);
        font-weight: 700;
    }

.service-card-premium {
    background: #ffffff;
    border: 1px solid var(--border-color) !important;
    border-radius: 12px !important;
    transition: all 0.3s ease;
}

    .service-card-premium:hover {
        border-color: var(--primary-purple) !important;
        box-shadow: 0 10px 20px rgba(119, 69, 192, 0.05);
    }

.input-wrapper-unique {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

    .input-wrapper-unique input {
        border: none !important;
        box-shadow: none !important;
        font-family: var(--bs-body-font-family);
    }

.btn-primary-custom {
    background-color: var(--primary-purple) !important;
    color: #ffffff !important;
    border: none;
    font-weight: 600;
    transition: background 0.2s;
}

    .btn-primary-custom:hover {
        background-color: var(--primary-hover) !important;
    }

.surcharge-badge-unique {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-purple);
    background: rgba(119, 69, 192, 0.05);
    padding: 2px 10px;
    border-radius: 20px;
}




.dv-wrapper {
    padding: 28px 24px;
    min-height: 80vh;
    font-family: 'Varela Round', sans-serif;
}

.dv-section-head {
    margin-bottom: 28px;
}

.dv-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #0b2559;
    margin-bottom: 4px;
}

.dv-section-sub {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

.dv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

@media (max-width: 768px) {
    .dv-grid {
        grid-template-columns: 1fr;
    }
}

.dv-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

    .dv-card:hover {
        border-color: #7745c0;
        box-shadow: 0 8px 24px rgba(119, 69, 192, 0.08);
    }

.dv-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 60px;
}

.dv-icon-wrap {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #f4f0ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dv-doc-icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.dv-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #0b2559;
    margin: 0 0 3px 0;
}

.dv-card-desc {
    font-size: 12px;
    color: #64748b;
    margin: 0;
}

.dv-surcharge-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #f4f0ff;
    color: #7745c0;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.dv-divider {
    border: none;
    border-top: 1px solid #e8ecf4;
    margin: 0;
}

.dv-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.dv-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dv-label {
    font-size: 11px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.dv-optional-tag {
    background: #e8ecf4;
    color: #0b2559;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.dv-upload-zone {
    border: 1.5px dashed #d0d5dd;
    border-radius: 10px;
    padding: 14px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    background: #f8f9fc;
    transition: border-color 0.2s ease, background 0.2s ease;
    user-select: none;
}

    .dv-upload-zone:hover {
        border-color: #7745c0;
        background: #f4f0ff;
    }

.dv-upload-icon-circle {
    width: 34px;
    height: 34px;
    min-width: 34px;
    background: #ede6fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7745c0;
    font-size: 13px;
}

.dv-upload-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.dv-upload-main {
    font-size: 13px;
    font-weight: 600;
    color: #0b2559;
}

.dv-upload-hint {
    font-size: 11px;
    color: #94a3b8;
}

.dv-file-input {
    display: none;
}

.dv-file-info {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8f9fc;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px 12px;
}

.dv-file-name {
    font-size: 12px;
    font-weight: 600;
    color: #0b2559;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 160px;
}

.dv-progress-bar {
    flex: 1;
    height: 5px;
    background: #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
}

.dv-progress-fill {
    height: 100%;
    width: 0%;
    background: #7745c0;
    border-radius: 10px;
    transition: width 0.06s linear;
}

.dv-remove-btn {
    background: #fee2e2;
    border: none;
    color: #dc2626;
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    cursor: pointer;
    transition: background 0.2s;
    padding: 0;
}

    .dv-remove-btn:hover {
        background: #fca5a5;
    }

.dv-input-wrap {
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: border-color 0.2s;
}

    .dv-input-wrap:focus-within {
        border-color: #7745c0;
        box-shadow: 0 0 0 3px rgba(119, 69, 192, 0.1);
    }

.dv-input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    padding: 11px 14px;
    font-size: 13px;
    color: #0b2559;
    width: 100%;
    font-family: 'Varela Round', sans-serif;
}

    .dv-input::placeholder {
        color: #adb5bd;
    }

.dv-btn-verify {
    width: 100%;
    padding: 12px 16px;
    background: #7745c0;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
    letter-spacing: 0.3px;
    font-family: 'Varela Round', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 4px;
}

    .dv-btn-verify:hover {
        background: #6138a1;
    }

    .dv-btn-verify:active {
        transform: scale(0.98);
    }




.rch-page {
    min-height: 100vh;
}

.rch-tab-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.rch-tab-track {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    padding: 5px;
    gap: 4px;
    position: relative;
}

.rch-tab-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border: none;
    background: transparent;
    border-radius: 50px;
    font-family: 'Varela Round', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
    z-index: 2;
}

    .rch-tab-btn.active {
        background: #7745c0;
        color: #ffffff;
        box-shadow: 0 4px 14px rgba(119, 69, 192, 0.3);
    }

    .rch-tab-btn .rch-tab-icon {
        font-size: 14px;
    }

.rch-panels {
    position: relative;
}

.rch-panel {
    display: none;
}

    .rch-panel.active {
        display: block;
        animation: rchFadeIn 0.35s ease;
    }

@keyframes rchFadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rch-layout {
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 48px;
    align-items: center;
    min-height: 520px;
}

@media (max-width: 991px) {
    .rch-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

.rch-hero {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.rch-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0ebff;
    color: #7745c0;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 22px;
    letter-spacing: 0.3px;
}

.rch-pulse-dot {
    width: 8px;
    height: 8px;
    background: #00e676;
    border-radius: 50%;
    box-shadow: 0 0 8px #00e676;
    animation: rchPulse 2s infinite;
    display: inline-block;
    flex-shrink: 0;
}

@keyframes rchPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.4);
        opacity: 0.7;
    }
}

.rch-hero-title {
    font-size: 38px;
    font-weight: 800;
    color: #0b2559;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.rch-accent {
    color: #7745c0;
    position: relative;
}

    .rch-accent::after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, #7745c0, transparent);
        border-radius: 2px;
    }

.rch-hero-sub {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 420px;
}

.rch-stats-row {
    display: flex;
    align-items: center;
    gap: 0;
}

.rch-stat {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

    .rch-stat:first-child {
        padding-left: 0;
    }

.rch-stat-num {
    font-size: 20px;
    font-weight: 800;
    color: #0b2559;
    line-height: 1;
    margin-bottom: 3px;
}

.rch-stat-lbl {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rch-stat-divider {
    width: 1px;
    height: 32px;
    background: #e2e8f0;
    flex-shrink: 0;
}

.rch-form-wrap {
    display: flex;
    justify-content: center;
}

.rch-form-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 24px;
    width: 100%;
    max-width: 420px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(11, 37, 89, 0.08);
    transition: box-shadow 0.3s ease;
}

    .rch-form-card:hover {
        box-shadow: 0 28px 80px rgba(11, 37, 89, 0.12);
    }

.rch-form-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 24px;
    border-bottom: 1px solid #f1f5f9;
    background: #fafbfd;
}

.rch-form-header-icon {
    width: 46px;
    height: 46px;
    background: #f4f0ff;
    color: #7745c0;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.rch-form-title {
    font-size: 15px;
    font-weight: 700;
    color: #0b2559;
    margin: 0 0 2px 0;
}

.rch-form-sub {
    font-size: 12px;
    color: #94a3b8;
    margin: 0;
    font-weight: 500;
}

.rch-form-body {
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rch-form-footer {
    padding: 0 24px 24px 24px;
}

.rch-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rch-label {
    font-size: 11px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rch-req {
    color: #7745c0;
}

.rch-input-group {
    display: flex;
    align-items: center;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .rch-input-group:focus-within {
        border-color: #7745c0;
        box-shadow: 0 0 0 3px rgba(119, 69, 192, 0.1);
    }

.rch-prefix {
    padding: 0 12px;
    font-size: 13px;
    font-weight: 600;
    color: #7745c0;
    background: #f8f5ff;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid #e2e8f0;
    min-height: 46px;
    white-space: nowrap;
}

.rch-input {
    flex: 1;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 12px 14px;
    font-size: 13px;
    font-family: 'Varela Round', sans-serif;
    color: #0b2559;
    background: transparent;
}

    .rch-input::placeholder {
        color: #adb5bd;
    }

    .rch-input:disabled {
        background: #f8f9fc;
        cursor: not-allowed;
    }

.rch-plans-btn {
    padding: 0 14px;
    font-size: 12px;
    font-weight: 700;
    color: #7745c0;
    background: #f4f0ff;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    border-left: 1px solid #e2e8f0;
    text-decoration: none;
    min-height: 46px;
    white-space: nowrap;
    transition: background 0.2s;
    cursor: pointer;
}

    .rch-plans-btn:hover {
        background: #ede6fa;
        color: #7745c0;
    }

.rch-select {
    width: 100%;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 12px 14px;
    font-size: 13px;
    font-family: 'Varela Round', sans-serif;
    color: #0b2559;
    background: #ffffff;
    outline: none;
    appearance: auto;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .rch-select:focus {
        border-color: #7745c0 !important;
        box-shadow: 0 0 0 3px rgba(119, 69, 192, 0.1) !important;
    }

.rch-error {
    font-size: 11px;
    color: #dc2626;
    font-weight: 500;
}

.rch-success-info {
    font-size: 11px;
    color: #16a34a;
    font-weight: 600;
}

.rch-pay-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #7745c0, #6138a1);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Varela Round', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: 0.4px;
    transition: opacity 0.2s, transform 0.15s;
    box-shadow: 0 6px 20px rgba(119, 69, 192, 0.3);
}

    .rch-pay-btn:hover {
        opacity: 0.92;
        transform: translateY(-1px);
    }

    .rch-pay-btn:active {
        transform: scale(0.98);
    }

@media (max-width: 576px) {
    .rch-hero-title {
        font-size: 28px;
    }

    .rch-tab-btn .rch-tab-label {
        display: none;
    }

    .rch-tab-btn {
        padding: 10px 16px;
    }
}

.sky8-search-dropdown-box {
    display: none;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    width: 240px;
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    z-index: 1050 !important;
    margin-top: 10px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden;
}

    .sky8-search-dropdown-box .filter-options {
        background: #ffffff;
    }

    .sky8-search-dropdown-box .filter-item {
        padding: 10px 16px;
        cursor: pointer;
        font-size: 13px;
        color: #4b5563;
        transition: all 0.2s ease;
        border-radius: 8px;
        margin: 2px 0;
    }

        .sky8-search-dropdown-box .filter-item:hover {
            background-color: #f3f4f6;
            color: #6366f1;
            padding-left: 20px;
        }

    .sky8-search-dropdown-box .selected-filter {
        background-color: #eff6ff;
        color: #2563eb;
        font-weight: 600;
    }


.select2-container--default .select2-selection--single {
    height: 49px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    border: 1.5px solid var(--border-color);
    padding: 12px 15px;
}



.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: var(--primary-purple) !important;
}


.sky-scrollable-menu {
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .sky-scrollable-menu::-webkit-scrollbar {
        width: 5px;
    }

    .sky-scrollable-menu::-webkit-scrollbar-track {
        background: transparent;
    }

    .sky-scrollable-menu::-webkit-scrollbar-thumb {
        background: #e0e0e0;
        border-radius: 10px;
    }

        .sky-scrollable-menu::-webkit-scrollbar-thumb:hover {
            background: #cccccc;
        }

.sky-nav-list {
    padding-bottom: 10px;
}


@media (max-width: 767.98px) {
    .report-card {
        margin-top: 20px;
    }
}



.reslib-main-viewport {
    padding: 20px 0;
}

.reslib-section-title {
    color: #1e3238;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 1.1rem;
    border-left: 4px solid #7745c0;
    padding-left: 12px;
}



.reslib-item-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none !important;
    padding: 15px 10px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #edf0f2;
    transition: 0.3s;
    height: 100%;
}

    .reslib-item-card:hover {
        transform: translateY(-5px);
        border-color: #7745c0;
        box-shadow: 0 8px 20px rgba(30, 50, 56, 0.08);
    }



.reslib-icon-circle {
    width: 50px;
    height: 50px;
    background: rgba(119, 69, 192, 0.1);
    color: #7745c0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 12px;
    transition: 0.3s;
}

.reslib-trainer-card .reslib-icon-circle {
    background: rgba(77, 110, 246, 0.1);
}

.reslib-item-name {
    color: #1e3238;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.3;
}

.reslib-video-box {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.reslib-yt-link {
    position: relative;
    display: block;
    overflow: hidden;
}

    .reslib-yt-link img {
        transition: 0.4s;
    }

.reslib-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 50, 56, 0.3);
    color: #fff;
    font-size: 2.5rem;
    transition: 0.3s;
}

.reslib-video-box:hover .reslib-play-overlay {
    background: rgba(30, 50, 56, 0.5);
}

.reslib-video-box:hover img {
    transform: scale(1.05);
}

.reslib-video-info {
    padding: 12px;
    border-top: 1px solid #f0f0f0;
}

    .reslib-video-info p {
        margin: 0;
        font-size: 0.85rem;
        font-weight: 600;
        color: #1e3238;
    }


.skymod-main-card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(30, 50, 56, 0.2);
}

.skymod-header {
    padding: 20px 0px;
    background: linear-gradient(to right, #ffffff, #f8f9ff);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.skymod-icon-shield {
    width: 40px;
    height: 40px;
    background: rgba(77, 110, 246, 0.1);
    color: #4d6ef6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 1.2rem;
}

.skymod-ip-display {
    background: #f4f7fe;
    padding: 18px;
    border-radius: 15px;
    border: 1px dashed #4d6ef6;
    margin-bottom: 15px;
}

.skymod-url-text {
    font-size: 0.9rem;
    word-break: break-all;
    color: #1e3238;
    min-height: 20px;
    outline: none;
    font-weight: 600;
}

.skymod-info-box {
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: 12px;
    padding: 15px;
}

.skymod-info-text {
    color: #1e3238;
    font-size: 0.9rem;
    line-height: 1.4;
}

.skymod-email-link {
    color: #7745c0;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: 0.3s;
}

    .skymod-email-link:hover {
        color: #4d6ef6;
        text-decoration: underline;
    }

.skymod-note-badge {
    background-color: #1e3238;
    color: #fff;
    font-size: 0.7rem;
    padding: 5px 8px;
    border-radius: 4px;
    font-weight: bold;
}

.skymod-footer-text {
    font-size: 0.8rem;
    color: #6c757d;
    line-height: 1.5;
}

.skymod-btn-close {
    background-color: #f1f3f4;
    border: none;
    padding: 10px;
    border-radius: 50%;
    transition: 0.2s;
}

    .skymod-btn-close:hover {
        background-color: #e8eaed;
    }

.skymod-btn-primary, .skymod-btn-secondary {
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s;
    margin-bottom: 8px;
}

.skymod-btn-primary {
    background: var(--primary-purple);
    color: white;
}

    .skymod-btn-primary:hover {
        background: #3b5bdb;
    }

.skymod-btn-secondary {
    background: rgba(119, 69, 192, 0.1);
    color: #7745c0;
    border: 1px solid rgba(119, 69, 192, 0.2);
}

    .skymod-btn-secondary:hover {
        background: #7745c0;
        color: white;
    }

.modal.fade .skymod-main-card {
    transform: scale(0.9);
    transition: transform 0.3s ease-out;
}

.modal.show .skymod-main-card {
    transform: scale(1);
}

.skymod-emoji-item {
    cursor: pointer;
    padding: 10px;
    border-radius: 12px;
    transition: 0.3s;
    width: 75px;
    border: 1px solid transparent;
}

    .skymod-emoji-item img {
        width: 35px;
        height: 35px;
        filter: grayscale(100%);
        opacity: 0.6;
        transition: 0.3s;
    }

    .skymod-emoji-item:hover {
        background: rgba(77, 110, 246, 0.05);
    }

    .skymod-emoji-item.active {
        background: #f4f7fe;
        border-color: #4d6ef6;
    }

        .skymod-emoji-item.active img {
            filter: grayscale(0%);
            opacity: 1;
            transform: scale(1.1);
        }

    .skymod-emoji-item span {
        color: #6c757d;
        transition: 0.3s;
    }

    .skymod-emoji-item.active span {
        color: #4d6ef6;
    }

.skymod-textarea {
    border-radius: 12px;
    border: 1px solid #edf0f2;
    padding: 12px;
    resize: none;
}

    .skymod-textarea:focus {
        border-color: #4d6ef6;
        box-shadow: 0 0 0 3px rgba(77, 110, 246, 0.1);
    }



.overalert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9999;
    display: none;
}

.skymod-alert-card {
    width: 100%;
    max-width: 380px;
    border-radius: 24px;
    background: #ffffff;
    overflow: hidden;
    border: none;
}

.accent-bar {
    height: 6px;
    width: 100%;
}

.bg-success-sky {
    background-color: #28a745 !important;
}

.bg-danger-sky {
    background-color: #dc3545 !important;
}

.bg-warning-sky {
    background-color: #ff9800 !important;
}

.skymod-icon-shield {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 2.5rem;
}

.success-glow {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.danger-glow {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.warning-glow {
    background: rgba(255, 152, 0, 0.1);
    color: #ff9800;
}

.alert-title {
    color: #1e3238;
    letter-spacing: -0.5px;
    font-weight: 700;
}

.skymod-info-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #64748b;
}

.skymod-btn-alert {
    width: 100%;
    padding: 1rem 0;
    border-radius: 50px;
    border: none;
    color: white;
    font-weight: 600;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    .skymod-btn-alert:hover {
        transform: translateY(-2px);
        filter: brightness(1.1);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .skymod-btn-alert:active {
        transform: translateY(0);
    }



.daterangepicker .calendar-table th {
    background: #fff;
}

.daterangepicker {
    font-family: inherit;
}

.sky-offcanvas {
    width: 500px !important;
    background: var(--light-bg);
    border: none;
    box-shadow: -10px 0 30px rgba(11, 37, 89, 0.08);
}

.sky-sidebar-header {
    background: #fff;
    padding: 1.5rem;
}

.brand-dot {
    height: 10px;
    width: 10px;
    background: var(--primary-purple);
    border-radius: 50%;
}

.amount-card {
    padding: 2rem;
    background: linear-gradient(135deg, var(--navy-dark) 0%, #1a3a7a 100%);
    color: #fff;
    margin: 1rem;
    border-radius: 16px;
}

    .amount-card .label {
        font-size: 11px;
        opacity: 0.8;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .amount-card .value {
        font-size: 28px;
        font-weight: 800;
        margin: 5px 0;
    }

.detail-group {
    padding: 0 1.5rem;
}

.group-title {
    font-size: 11px;
    font-weight: 800;
    color: var(--primary-purple);
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 8px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 13px;
}

    .info-row span {
        color: #74829c;
    }

    .info-row strong {
        color: var(--navy-dark);
    }

.sky-btn-primary {
    background: var(--primary-purple);
    color: #fff;
    border: none;
    padding: 12px;
    font-weight: 600;
    border-radius: 10px;
    transition: 0.3s;
}

    .sky-btn-primary:hover {
        background: var(--primary-hover);
        color: #fff;
        transform: translateY(-2px);
    }

.sky-btn-outline {
    border: 1px solid var(--border-color);
    background: #fff;
    color: var(--navy-dark);
    padding: 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
}

.sky-row {
    cursor: pointer;
    transition: 0.2s;
}

    .sky-row:hover {
        background-color: #f4f7ff !important;
    }

.view-trigger {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: var(--primary-purple);
    transition: 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.sky-row:hover .view-trigger {
    background: var(--primary-purple);
    color: #fff;
}

.sky-mode-badge {
    background: #f0f3f9;
    color: var(--navy-dark);
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
}

.sidebar-status-card {
    border-radius: 0 0 20px 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

    .sidebar-status-card.bg-success {
        background: linear-gradient(135deg, #28a745, #1e7e34) !important;
    }

    .sidebar-status-card.bg-danger {
        background: linear-gradient(135deg, #dc3545, #a71d2a) !important;
    }

    .sidebar-status-card.bg-warning {
        background: linear-gradient(135deg, #ffc107, #d39e00) !important;
        color: #212529 !important;
    }

.sidebar-group-title {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    color: #7745c0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 12px;
}

.sidebar-info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 13px;
}

.action-icon-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-purple);
    transition: all 0.3s ease-in;
}

    .action-icon-btn:hover {
        background: var(--primary-hover);
        color: #fff;
    }

.call-to-action {
    border: 1px solid var(--primary-purple);
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-purple);
    transition: all 0.3s ease-in;
    padding-bottom: 2px;
}

    .call-to-action:hover {
        background: var(--primary-hover);
        color: #fff;
    }

#Sucesspopup .modal-content {
    background-color: var(--light-bg);
    border-radius: 24px;
    font-family: var(--bs-body-font-family);
}

#Sucesspopup .invoice-container {
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 18px;
    padding: 20px;
    padding-bottom: 0px;
}

#Sucesspopup .lefttext {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0;
}

#Sucesspopup .righttext {
    color: var(--navy-dark);
    font-weight: 600;
    margin-bottom: 0;
}

#Sucesspopup .status-title {
    color: var(--navy-dark);
    font-weight: 700;
    font-size: 1.25rem;
}

.copy-btn {
    color: var(--primary-purple);
    background: transparent;
    border: none;
    padding: 0 5px;
    transition: transform 0.2s ease;
    cursor: pointer;
}

    .copy-btn:hover {
        color: var(--primary-hover);
        transform: scale(1.1);
    }

#btnprint2 {
    background-color: var(--primary-purple);
    border: none;
    padding: 12px;
    font-weight: 600;
    transition: background 0.3s ease;
}

    #btnprint2:hover {
        background-color: var(--primary-hover);
    }

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed var(--border-color);
}

    .detail-row:last-child {
        border-bottom: none;
    }

#statusdiv p {
    margin-bottom: 0px;
}



/*Tron*/

/*.utility-wrapper-tron {
    background-color: var(--light-bg);
    min-height: 85vh;
    font-family: var(--bs-body-font-family);
    padding: 50px 0;
}*/

/* Unique Floating Card Design */
/*.utility-card-premium {
    background: #ffffff;
    border: 1.5px solid var(--border-color);
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(119, 69, 192, 0.1);
    overflow: hidden;
    position: relative;
}

.card-accent-line {
    height: 5px;
    background: linear-gradient(90deg, var(--primary-purple), var(--primary-hover));
    width: 100%;
}

.utility-header {
    color: var(--navy-dark);
    font-weight: 800;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 30px;
}*/

/* Modern Filter Tabs */
/*.nav-custom-pills {
    background: #f1f0f7;
    border-radius: 15px;
    padding: 6px;
    margin: 25px 35px;
}

    .nav-custom-pills .nav-link {
        color: var(--navy-dark);
        border-radius: 12px;
        font-weight: 700;
        padding: 12px;
        font-size: 0.9rem;
        transition: 0.3s;
    }

        .nav-custom-pills .nav-link.active {
            background-color: var(--primary-purple) !important;
            color: #ffffff !important;
            box-shadow: 0 4px 12px rgba(119, 69, 192, 0.3);
        }*/

/* Input Styling */
/*.input-label {
    color: var(--navy-dark);
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 8px;
    display: block;
}

.tron-field {
    border: 2px solid var(--border-color);
    border-radius: 14px;
    padding: 14px;
    background: #fafafa;
    transition: all 0.3s;
}

    .tron-field:focus {
        border-color: var(--primary-purple);
        background: #fff;
        box-shadow: 0 0 0 4px rgba(119, 69, 192, 0.1);
        outline: none;
    }*/

/* Action Button */
/*.btn-tron-main {
    background-color: var(--primary-purple);
    color: #fff;
    border-radius: 14px;
    padding: 15px;
    font-weight: 800;
    letter-spacing: 0.5px;
    border: none;
    width: 100%;
    transition: background 0.3s;
}

    .btn-tron-main:hover {
        background-color: var(--primary-hover);
        color: #fff;
    }*/

/* Results UI (The Unique Part) */
/*.result-glass {
    background: linear-gradient(135deg, #ffffff 0%, #f9f7ff 100%);
    border: 1px solid #efeaff;
    border-radius: 18px;
    padding: 25px;
    margin-top: 30px;
}

.data-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed var(--border-color);
}

    .data-row:last-child {
        border-bottom: none;
    }

.data-label {
    color: #888;
    font-size: 0.8rem;
    font-weight: 600;
}

.data-value {
    color: var(--navy-dark);
    font-weight: 700;
    font-size: 0.95rem;
}

.amount-hero {
    color: var(--primary-purple);
    font-size: 1.8rem;
    font-weight: 900;
    display: block;
    text-align: center;
    margin: 10px 0;
}*/

.table-responsive {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: auto;
}

.sky-modern-table.borderless thead,
.sky-modern-table.borderless thead {
    position: sticky;
    top: 0;
    z-index: 100;
}

    .sky-modern-table.borderless thead th,
    .sky-modern-table.borderless thead th {
        position: sticky;
        top: 0;
        z-index: 100;
        background: #f8f9fa !important;
    }




.sky-modal-container .modal-content {
    border-radius: 20px;
    border: none;
    background-color: var(--light-bg);
}

.sky-lane-wrapper {
    border: 1px solid var(--border-color);
    border-radius: 18px;
    padding: 24px;
}

.sky-stat-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 15px;
}

.sky-dashed-separator {
    border-bottom: 1px dashed var(--border-color);
    margin: 20px 0;
    padding-bottom: 13px;
}

.sky-text-navy {
    color: var(--navy-dark);
}

.sky-bg-purple {
    background-color: var(--primary-purple);
}

.sky-modal-close-btn {
    padding: 1.5rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}




.qrl-page-title {
    font-weight: 800;
    font-size: 2rem;
    color: var(--navy-dark);
    letter-spacing: -0.5px;
    margin-bottom: 0.25rem;
}

.qrl-page-subtitle {
    font-size: 0.9rem;
    color: #7a8aaa;
}

.qrl-card {
    background: var(--glass-bg);
    border-radius: var(--card-radius);
    box-shadow: var(--shadow-card);
    border: 1.5px solid rgba(119,69,192,0.10);
    overflow: hidden;
    transition: box-shadow 0.28s ease, transform 0.28s ease;
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .qrl-card:hover {
        box-shadow: var(--shadow-hover);
        transform: translateY(-4px);
    }

.qrl-card-header {
    background: linear-gradient(120deg, var(--navy-dark) 0%, var(--primary-purple) 100%);
    padding: 1.1rem 1.4rem 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
}

    .qrl-card-header::after {
        content: '';
        position: absolute;
        right: -24px;
        top: -24px;
        width: 80px;
        height: 80px;
        background: rgba(255,255,255,0.08);
        border-radius: 50%;
    }

    .qrl-card-header::before {
        content: '';
        position: absolute;
        right: 20px;
        bottom: -18px;
        width: 48px;
        height: 48px;
        background: rgba(255,255,255,0.06);
        border-radius: 50%;
    }

.qrl-header-icon {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #fff;
    flex-shrink: 0;
}

.qrl-card-title {
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    margin: 0;
    letter-spacing: 0.2px;
    position: relative;
    z-index: 1;
}

.qrl-qr-area {
    padding: 1.4rem 1.4rem 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #faf8ff;
    border-bottom: 1px solid rgba(119,69,192,0.07);
}

.qrl-qr-frame {
    background: #fff;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 2px 16px rgba(119,69,192,0.12);
    border: 2px solid rgba(119,69,192,0.12);
    display: inline-block;
    position: relative;
}

    .qrl-qr-frame img {
        display: block;
        max-width: 150px;
        height: auto;
        border-radius: 8px;
    }

.qrl-actions-row {
    padding: 0.9rem 1.2rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.qrl-copy-btn {
    background: linear-gradient(120deg, var(--primary-purple), var(--navy-dark));
    color: #fff !important;
    border: none;
    border-radius: 10px;
    padding: 0.5rem 1.1rem;
    font-size: 0.82rem;
    font-family: 'Varela Round', sans-serif;
    font-weight: 600;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.15s;
    text-decoration: none;
    position: relative;
}

    .qrl-copy-btn:hover {
        opacity: 0.88;
        transform: scale(1.04);
    }

    .qrl-copy-btn i {
        font-size: 0.85rem;
    }

[data-tooltip] {
    position: relative;
}

    [data-tooltip]:hover::after {
        display: block;
        position: absolute;
        content: attr(data-tooltip);
        bottom: calc(100% + 6px);
        left: 50%;
        transform: translateX(-50%);
        background: var(--navy-dark);
        color: #fff;
        padding: 4px 10px;
        border-radius: 7px;
        font-size: 0.75rem;
        font-family: 'Varela Round', sans-serif;
        white-space: nowrap;
        z-index: 99;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

.qrl-toggle-wrap .toggle-input {
    display: none;
}

.qrl-toggle-wrap .toggle-switch {
    width: 46px;
    height: 25px;
    background: #ddd;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    transition: background 0.25s;
}

    .qrl-toggle-wrap .toggle-switch::after {
        content: '';
        position: absolute;
        width: 19px;
        height: 19px;
        background: #fff;
        border-radius: 50%;
        top: 3px;
        left: 3px;
        transition: left 0.25s;
        box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    }

.qrl-toggle-wrap .toggle-input:checked + .toggle-switch {
    background: linear-gradient(120deg, var(--primary-purple), #a67de8);
}

    .qrl-toggle-wrap .toggle-input:checked + .toggle-switch::after {
        left: 24px;
    }

.qrl-setup-section {
    padding: 0.9rem 1.2rem 1.2rem;
    background: #faf8ff;
    border-top: 1px solid rgba(119,69,192,0.07);
    flex-grow: 1;
}

.qrl-input-label {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--primary-purple);
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 0.3rem;
    display: block;
}

.qrl-input {
    border: 1.5px solid var(--border-color);
    border-radius: 10px;
    padding: 0.48rem 0.85rem;
    font-family: 'Varela Round', sans-serif;
    font-size: 0.88rem;
    color: var(--navy-dark);
    background: #fff;
    width: 100%;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

    .qrl-input:focus {
        border-color: var(--primary-purple);
        box-shadow: 0 0 0 3px rgba(119,69,192,0.10);
    }

    .qrl-input::placeholder {
        color: #bbb;
        font-size: 0.82rem;
    }

.qrl-submit-btn {
    width: 100%;
    margin-top: 1rem;
    background: linear-gradient(120deg, var(--primary-purple) 0%, var(--navy-dark) 100%);
    border: none;
    border-radius: 11px;
    color: #fff;
    font-family: 'Varela Round', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 0.65rem 1rem;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(119,69,192,0.25);
}

    .qrl-submit-btn:hover {
        opacity: 0.9;
        transform: translateY(-1px);
        box-shadow: 0 8px 24px rgba(119,69,192,0.32);
    }

    .qrl-submit-btn:active {
        transform: translateY(0);
    }

.qrl-bank-area {
    padding: 1.3rem 1.4rem;
    flex-grow: 1;
}

.qrl-bank-note {
    background: linear-gradient(120deg, rgba(119,69,192,0.07), rgba(11,37,89,0.05));
    border-left: 3px solid var(--primary-purple);
    border-radius: 8px;
    padding: 0.7rem 0.9rem;
    font-size: 0.78rem;
    color: #5a6a88;
    line-height: 1.5;
    margin-bottom: 1.1rem;
}

.qrl-bank-row {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.qrl-bank-field {
    background: #fff;
    border-radius: 10px;
    padding: 0.6rem 0.9rem;
    border: 1.5px solid rgba(119,69,192,0.10);
}

.qrl-bank-field-label {
    font-size: 0.68rem;
    color: #9aabcc;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 0.15rem;
}

.qrl-bank-field-value {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--navy-dark);
    letter-spacing: 0.3px;
    word-break: break-all;
}


@media (max-width: 576px) {
    .qrl-page-title {
        font-size: 1.4rem;
    }

    .qrl-qr-frame img {
        max-width: 120px;
    }
}

.qrl-col {
    animation: qrlFadeUp 0.5s ease both;
}

    .qrl-col:nth-child(1) {
        animation-delay: 0.05s;
    }

    .qrl-col:nth-child(2) {
        animation-delay: 0.12s;
    }

    .qrl-col:nth-child(3) {
        animation-delay: 0.19s;
    }

    .qrl-col:nth-child(4) {
        animation-delay: 0.26s;
    }

@keyframes qrlFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.tab-btn {
    border-radius: 12px !important;
    border: none !important;
    color: #64748b !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    transition: 0.3s !important;
}

.btn-check:checked + .tab-btn {
    background: #fff !important;
    color: #7745c0 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
}

.payout-input-custom:focus {
    border-color: #7745c0 !important;
    background-color: #fff !important;
}



.amount-words {
    font-size: 11px;
    color: #7745c0;
    font-weight: 600;
    margin-top: 6px;
    display: block;
}

.bg-soft-purple {
    background-color: rgba(119, 69, 192, 0.1);
    color: #7745c0;
}

.cursor-pointer {
    cursor: pointer;
}

.x-small {
    font-size: 10px;
}


.table-responsive {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

    .table-responsive::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}



/*new css*/

.impsbadge {
    background-color: var(--primary-purple)
}

.upibadge {
    background-color: #e4e1e1;
    color: #000;
}


.daterangepicker .ranges li.active {
    background-color: var(--primary-purple);
}



.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--primary-purple);
}

.applyBtn {
    background-color: var(--primary-purple) !important;
}



#planstab .custom-plan-pills .nav-link {
    color: var(--navy-dark);
    background: transparent;
    border: 1px solid transparent;
}

    #planstab .custom-plan-pills .nav-link.active {
        background-color: var(--primary-purple) !important;
        color: #ffffff !important;
    }

.plan-row-card:hover {
    border-color: var(--primary-purple) !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(119, 69, 192, 0.08);
    transform: translateY(-1px);
}

    .plan-row-card:hover .rch-pay-btn {
        background-color: var(--primary-purple) !important;
        color: #ffffff !important;
        border-style: solid !important;
    }


.rch-pay-btn {
    color: #fff !important;
}

.profile-box-unique {
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    height: 100%;
    position: relative;
    transition: all 0.2s ease-in-out;
}

    .profile-box-unique:hover {
        border-color: var(--primary-purple);
        background-color: #fafaff;
        box-shadow: 0 5px 15px rgba(119, 69, 192, 0.08);
    }

    .profile-box-unique h6 {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        color: #a0a0a0;
        margin-bottom: 6px;
        letter-spacing: 0.5px;
    }

    .profile-box-unique p {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 600;
        color: var(--navy-dark);
        word-break: break-all;
    }

.avatar-circle {
    width: 55px;
    height: 55px;
    background: var(--navy-dark);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.4rem;
    font-weight: bold;
}



.text-danger {
    color: #dc3545 !important;
}

.active > .page-link, .page-link.active {
    background-color: var(--primary-purple);
    color: white !important;
}

.box_hover {
    transition: all 0.3s ease;
}

    .box_hover:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }


#tblComplaintReport {
    font-weight: 600;
}


    #tblComplaintReport tbody td {
        padding-inline: 20px;
    }



.content_wrapper_header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 990;
    transition: all 0.3s ease;
    background: #fff;
}

.sky-header-wrapper {
    display: flex;
    flex-direction: column;
}

.sky-premium-drop {
    z-index: 1000 !important;
}

.content-wrapper-scroll {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}



.fRequest .iconCircle {
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.select2-container {
    width: 100% !important;
}



.marquee-container {
    overflow: hidden;
    user-select: none;
    display: flex;
    gap: 2rem;
    width: 100%;
    mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}

.marquee-content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 2rem;
    min-width: 100%;
    animation: scroll-left 25s linear infinite;
}

.marquee-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
    font-size: 13.5px;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

    .marquee-item i {
        color: rgba(255, 255, 255, 0.6);
        font-size: 14px;
    }

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
