.v-line::before{
    height: 1.12rem;
}

/* Global Scrollbar Styles */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(var(--p1), 0.1);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: rgba(var(--p1), 0.6);
    border-radius: 4px;
    transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(var(--p1), 0.8);
}

::-webkit-scrollbar-corner {
    background: rgba(var(--p1), 0.1);
}

/* Profile Page Styles */
.user-profile-page .form-section {
    transition: all 0.3s ease;
}
.user-profile-page .form-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}
.user-profile-page .profile-info-header {
    transition: all 0.3s ease;
}
.user-profile-page .profile-info-header:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.user-profile-page .form-control:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(var(--p1), 0.2);
}
.user-profile-page .profile-image-container {
    transition: all 0.3s ease;
}
.user-profile-page .profile-image-container:hover img {
    border-color: rgba(var(--p1), 1);
}
.user-profile-page .section-title {
    font-weight: 700;
    letter-spacing: -0.5px;
}
.user-profile-page input[type="file"].form-control {
    padding: 10px;
}
a{
    color: var(--s1) !important;
}
body{
    color: var(--s1) !important;
}
.link-color{
    color: #4350c9 !important;
}
.cmn-btn{
    color: #fff  !important; 
}
.cmn-btn.hero_area__content-btntwo {
    color: rgb(var(--p1)) !important;
}
.cmn-btn.hero_area__content-btntwo:hover {
    color: rgb(var(--p7)) !important;
}
.cmn-btn:hover{
    color: rgb(var(--p1)) !important;
}
.cmn-btn.third-alt {
    color: rgb(var(--p1)) !important;
}
.cmn-btn.third-alt:hover {
    color: rgb(var(--p7)) !important;
}
.f-color{
    color: #fff !important;
}
.p1-border{
    border: 1px solid rgba(var(--p1)) !important;
}

.hero_area{
    background: #fff !important;
}
.hero_area__content h1 {
    background: linear-gradient(270deg, #4350c9 6.51%, #609cec 63.52%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero_area__content-btntwo i {
    color: rgb(var(--p7)) !important;
}
.hero_area__content-btntwo:hover i {
    background: rgb(var(--p1)) !important;
    color: rgb(var(--p7)) !important;
}
.hero_area__content-btnone:hover i {
    background: rgb(var(--p1));
    color: rgb(var(--p7)) !important;
}
.hero_area__sliders {
    transform: rotate(0);
}
.get_started{
    background-image: unset;
    background-color: rgb(var(--p1), 0.05);
}
.get_started__item::before{
    background: #fff !important;
}
.how_join__item::before{
    background: linear-gradient(270deg, #4350c9 6.51%, #609cec 63.52%);
}
.trust_security{
    background-image: unset;
    background-color: #fff;
}
.ready_exhange {
    background-image: unset;
    background-color: rgb(var(--p1), 0.05);
}
.rewards_faq {
    background-image: unset;
    background-color: #fff;
}
.footer {
    background-image: unset;
    background-color: rgb(var(--p1), 0.05);
}
.accordion-single{
    background-color: rgb(var(--p1), 0.05) !important;
}
.trust_security__title-tstyle{
    background: linear-gradient(270deg, #4350c9 6.51%, #609cec 63.52%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.market_more__item:hover{
    background: rgb(var(--p1), 0.05);
    border: 1px solid rgba(var(--p6), 0.2) !important;
}
.market_more__item:hover .cmn-btn{
    color: #fff !important
}
input, textarea{
    color : #000 !important;
}

@media (max-width: 991px) {
    .header-section .navbar .navbar-toggler span {
        background-color: rgba(var(--p1), 1);
    }
}

/* ================= COLOR CHANGES END */

/* LOADER */
.loaderall::after{
    display: none;
}
.loaderall::before{
    display: none;
}
.loaderall{
    border: none !important;
}
.loaderall img{
    border-radius: 45px;
}

/* HEADER **************************************************************************************** */
@media only screen and (max-width: 600px) {
    .navbar .right-area{
        display: none !important;
    }
    .navbar-brand > img{
        width: 180px !important;
        height: 38px !important;
        object-fit: contain;;
    }
    .header-section{
        padding-bottom: 0px !important;
    }
}
.header-section.header-menu .cmn-head .icon-area i:hover{
    color: var(--s1);
}


/* LOGIN PAGE ************************************************************************************ */
.login_error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease;
}


/* HOME PAGE ************************************************************************************ */
.profile_menu_opener {
    cursor: pointer;
}
.country_img img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
}
.profile-sidebar-overlay {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.3);
    z-index: 1040;
    transition: opacity 0.3s;
}
.profile-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 350px !important;
    height: 100vh;
    background: #fff;
    z-index: 1050;
    box-shadow: -2px 0 16px rgba(0,0,0,0.08);
    transition: right 0.3s cubic-bezier(.4,0,.2,1);
    display: flex;
    flex-direction: column;
    max-width: 100vw;
}
.profile-sidebar.open {
    right: 0 !important;
}
@media (max-width: 500px) {
    .profile-sidebar { width: 100vw; }
}

/* === Profile Balance Card Customization === */
.profile-balance-card {
    background: rgba(40, 167, 69, 0.08) !important; /* Bootstrap green, very light */
    border: 1.5px solid #28a745 !important;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(67, 80, 201, 0.10);
}
.profile-balance-label {
    color: #28a745;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 1px;
    text-align: left;
}
.profile-balance-amount {
    color: #28a745;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    text-align: left;
}
.profile-menu-list li{
    border-radius: 0 !important;
    padding: 10px 10px !important;
    margin-top: 0 !important;
}
.profile-menu-list li.active{
    background: rgba(var(--p1), 0.2) !important;
}
.profile-menu-list li.active:hover{
    background: rgba(var(--p1), 0.2) !important;
}
.profile-menu-list li:hover{
    background: rgba(var(--p1), 0.05) !important;
}


@media (max-width: 500px) {
    .profile_menu_area {
        position: absolute;
        top: 10px;
        right: 65px;
    }
    .profile_menu_area img{
        width: 42px;
        height: 42px;
    }
}


/* USER PANEL ###################################################################################### */
.cmn_heros {
    background-color: #052941 !important;
    background-image: url(/uploads/web/bg1.jpg) !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.cmn_heros__title h1{
    background: linear-gradient(270deg, #4350c9 6.51%, #609cec 63.52%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cmn_heros p{
    color: #fff !important;
}