﻿/*Custom by Ravi*/
.mobinput {
    background: #fff url('/2025/images/recharge.svg') 10px 9px no-repeat;
    background-size:24px;
}
.adhrinput {
    background: #fff url('/2025/images/aadhaar.png') 10px 9px no-repeat;
    background-size: 24px;
}
.naminput {
    background: #fff url('/2025/images/profile-circle.svg') 10px 9px no-repeat;
    background-size: 24px;
}
.srchinput {
    background: #fff url('/2025/images/search.svg') 10px 6px no-repeat;
    background-size: 21px;
}
.acnoinput {
    background: #fff url('/2025/images/bank-detail.svg') 10px 9px no-repeat;
    background-size: 24px;
}
.amtinput {
    background: #fff url('/2025/images/rupee.svg') 10px 9px no-repeat;
    background-size: 24px;
}
.otpinput {
    background: #fff url('/2025/images/lock.svg') 10px 9px no-repeat;
    background-size: 24px;
}
.locationinput {
    background: #fff url('/2025/images/location.png') 10px 9px no-repeat;
    background-size: 24px;
}
.dthinput {
    background: #fff url('/2025/images/dth-2.svg') 10px 9px no-repeat;
    background-size: 24px;
}
.wbalinput {
    background: #fff url('/2025/images/wallet.svg') 10px 9px no-repeat;
    background-size: 24px;
}
.emailinput {
    background: #fff url('/2025/images/email.svg') 10px 9px no-repeat;
    background-size: 24px;
}
.showcaret {
    position: relative;
}
.showcaret select {
    appearance: none; /* removes caret */
    -webkit-appearance: none;
    -moz-appearance: none;
}
    .showcaret::after {
        content: "▼"; 
        font-size: 14px;
        color: #333;
        position: absolute;
        right: 30px; 
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }

.btn-primary {
    background-color: #3c8dbc !important;
    border-color: #3c8dbc !important;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary:visited {
        background-color: #367fa9 !important; /* slightly darker hover */
        border-color: #367fa9 !important;
    }
.absbene {
    position: absolute;
    top: 10px !important;
    right: 29px !important;
}
.lasttxn div{float:left;}
.lasttxn h5 {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align:right;
}
.btn-sm {
    font-size: 12px !important;
    min-width: 68px !important;
    border: none !important;
}
/*Custom end here*/
html {
    overflow-x: hidden;
}

:root {
    --body-color: #202E2D;
    --blue-text-1: #00769F;
    --blue-text-2: #224D6F;
    --blue-text-3: #0095C9;
    --darkblue-1: #4A4E69;
    --darkblue-2: #182322;
    --lightgray: #B9C7C6;
    --text-dark-2: #1E1E1E;
    --league-font: "League Spartan", sans-serif;
    --plusj-font: "Plus Jakarta Sans", sans-serif;
}

body {
    font-family: var(--league-font);
    color: var(--body-color);
    font-weight: 400;
    background: #e5f4f9;
    font-size: 15px;
    line-height: 24px;
    overflow-x: hidden;
    padding: 0px !important;
}

h1, h2, .h1, .h2, h3,
h4,
h5,
h6,
.h3,
.h4,
.h5 {
    color: var(--body-color);
    font-weight: 400;
    font-family: var(--league-font);
}

.text-c-1 {
    color: var(--text-dark-2);
}

::-moz-selection {
    color: #fff;
    background: #293268;
}

::selection {
    color: #fff;
    background: #293268;
}



/*=================login page css====================*/

.logo-f img {
    width: 150px;
}

.login-section {
    display: flex;
    height: 100vh;
    background: #fff;
}

.login-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.login-card {
    width: 100%;
    max-width: 500px;
    padding: 30px;
    box-shadow: 10px 0 30px rgba(0,0,0,0.1);
    background: #fff;
    border-radius: 16px;
}

.form-control {
    border-radius: 30px !important;
    z-index: 1 !important;
    padding: 10px 45px;
    border: #66BFDD 1px solid !important;
    box-shadow: none !important;
}

.input-group-text {
    border: none;
    background: transparent;
    color: #0d6efd;
}

    .input-group-text i {
        font-size: 20px;
    }

.btn-login {
    background: linear-gradient(90deg, #004b85, #06b7fd);
    color: #fff;
    border-radius: 30px;
    padding: 10px;
    width: 100%;
    border: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn-login:hover {
        opacity: 0.9;
    }

.social-icons i {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #0095C9;
    margin: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-contact {
    font-size: 14px;
    color: #333;
}

    .footer-contact i {
        color: #007bff;
        margin-right: 5px;
    }

.link-f-r {
    font-size: 16px;
    color: var(--blue-text-1);
    text-decoration: none;
}

    .link-f-r:hover {
        color: var(--darkblue-1);
    }

.bg-wave {
    background: url(/2025/images/wave-1.png) no-repeat center bottom;
    background-size: cover;
}

.footer-contact .small {
    font-weight: 400;
    color: var(--darkblue-1);
}

.f-title:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 10px;
    height: 1px;
    background: var(--lightgray);
}

.f-title {
    color: var(--darkblue-1);
}

.social-icons a:hover i {
    background: var(--darkblue-1);
}

.h-100-vh {
    height: 100vh;
}

/*================login page css end==================*/


/*====================dashboard css==========================*/

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 230px;
    background-color: #fff;
    transition: width 0.3s;
    z-index: 1000;
    overflow-x: hidden;
}

    .sidebar.collapsed {
        width: 80px;
    }

    .sidebar .nav-link {
        display: flex;
        align-items: center;
        color: var(--blue-text-2);
        font-weight: 500;
        font-size: 16px;
        padding: 10px 20px;
        transition: all 0.2s;
    }

        .sidebar .nav-link i {
            font-size: 1.3rem;
            margin-right: 15px;
            min-width: 25px;
            text-align: center;
        }

    .sidebar.collapsed .nav-link span {
        display: none;
    }

    .sidebar .nav-link:hover {
        background-color: #f0f8ff;
        color: #007bff;
    }

/* Top Navbar */
.topbar {
    position: fixed;
    top: 0;
    left: 230px;
    width: calc(100% - 230px);
    background-color: #fff;
    z-index: 900;
    transition: left 0.3s, width 0.3s;
}

.sidebar.collapsed + .main-content .topbar {
    left: 80px;
    width: calc(100% - 80px);
}

.topbar .navbar-brand {
    font-weight: 600;
    color: #007bff;
}

.wallet-info {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.wallet2 img {
    width: 35px;
}

.wallet-add {
    background: #0095C9;
    border-radius: 8px;
    border: none;
    min-height: 38px;
    display: flex;
    align-items: center;
    min-width: 138px;
    padding: 0px 15px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    justify-content: center;
    font-family: var(--league-font);
}

.btn-3 {
    background: #0095C9;
    border-radius: 8px;
    border: none;
    min-height: 38px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    justify-content: center;
    font-family: var(--league-font);
}

/* Main content */
.main-content {
    margin-left: 230px;
    margin-top: 70px;
    transition: margin-left 0.3s;
    padding: 20px;
}

.sidebar.collapsed ~ .main-content {
    margin-left: 80px;
}

.card-service {
    background-color: #fff;
    border: none;
    border-radius: 12px;
    text-align: center;
    padding: 35px 15px;
    transition: all 0.2s;
}

    .card-service:hover {
        background: #0095C9;
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    }

    .card-service i {
        margin-bottom: 10px;
        width: 64px;
        height: 64px;
        border: 3px solid #0095C9;
        border-radius: 100%;
        background: #fff;
    }

        .card-service i img {
            max-height: 38px;
        }

    .card-service p {
        font-weight: 700;
        margin: 0px;
        font-size: 13px;
        font-family: var(--plusj-font);
    }

.section-title {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0 15px;
    color: #182322;
}

footer {
    font-size: 12px;
    line-height: 14px;
    color: #4A4E69;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}


.left-top-head {
    background: url(/2025/images/wave-2.svg) repeat-x center top;
    min-height: 230px;
    padding-top: 40px;
}

.user-pic img {
    width: 64px;
    box-shadow: 0px 0px 0px 0.5px #604392;
    border: 3px solid #FFFFFF;
    background: #fff;
}

.myrank {
    font-size: 12px;
    color: var(--blue-text-2);
    line-height: 14px;
}

.rank-code {
    font-size: 14px;
    font-weight: 700;
    color: var(--blue-text-2);
}

.social-l-bottom {
    padding: 0px 20px 30px;
}

    .social-l-bottom .f-title-2 {
        font-size: 12px;
        line-height: 14px;
        font-weight: 500;
        color: var(--darkblue-1);
    }

    .social-l-bottom .social-icons {
        display: flex;
        flex-wrap: wrap;
    }

        .social-l-bottom .social-icons i {
            margin: 0px;
            width: 23px;
            height: 23px;
        }

            .social-l-bottom .social-icons i img {
                max-height: 10px;
            }

        .social-l-bottom .social-icons a {
            margin: 0px 6px 8px 0px;
        }

            .social-l-bottom .social-icons a:last-child {
                margin-right: 0px;
            }

.top-right-h {
    background: #005977;
    border-radius: 16px;
    padding: 15px 15px;
}

.min-h-inherit {
    min-height: inherit !important;
    line-height: 14px;
}

/*.sidebar.collapsed .nav-link, .sidebar.collapsed .social-l-bottom{ padding-left: 10px; padding-right: 10px;}*/
.bec-cl-1 span {
    font-size: 20px;
    color: var( --darkblue-2);
}

.link-2 a {
    color: var(--blue-text-3);
    text-decoration: none;
    font-size: 20px;
}

    .link-2 a:hover {
        color: var(--darkblue-2);
    }

    .link-2 a i {
        font-size: 30px;
        margin-left: 8px;
        position: relative;
        top: -2px;
    }

/*========dashboard css end===================*/

.fs-section .card-service i {
    width: auto;
    height: auto;
    border: none;
    border-radius: 0px;
    background: none;
}

    .fs-section .card-service i img {
        max-height: 64px;
    }
