

/* HireCallBoy Premium Wallet */


.hc-wallet-dashboard{

max-width:1000px;
margin:40px auto;
padding:20px;

}


.hc-wallet-dashboard h2{

text-align:center;
color:#111827;
font-size:34px;
margin-bottom:30px;

}



.hc-wallet-card{

background:linear-gradient(135deg,#111827,#1f2937);
padding:40px;
border-radius:30px;
text-align:center;
border:2px solid #d4af37;
color:white;
box-shadow:0 20px 50px rgba(0,0,0,.2);

}


.hc-wallet-card h3{

color:#d4af37;

}


.hc-wallet-card h1{

font-size:45px;
margin:15px 0;
color:#ffffff;

}



.hc-wallet-stats{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:30px;

}


.hc-wallet-stats div{

background:white;
padding:25px;
border-radius:20px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.08);

font-size:20px;

}



.hc-wallet-actions{

display:flex;
justify-content:center;
gap:15px;
margin-top:35px;

}


.hc-wallet-actions a{

padding:15px 35px;
background:#d4af37;
color:#111827!important;
border-radius:40px;
font-weight:800;
text-decoration:none;

}



@media(max-width:768px){

.hc-wallet-stats{

grid-template-columns:1fr;

}


.hc-wallet-actions{

flex-direction:column;

}


.hc-wallet-actions a{

text-align:center;

}


}



/* ===============================
   Premium Wallet Transactions
================================ */


.hc-wallet-transactions{

    margin-top:40px;
    padding:25px;

}


.hc-wallet-transactions h3{

    font-size:26px;
    font-weight:800;
    color:#111827;
    margin-bottom:25px;

}



.hc-wallet-transaction{

    background:#ffffff;
    border:1px solid #e5e7eb;
    border-left:5px solid #d4af37;
    border-radius:18px;
    padding:22px;
    margin-bottom:18px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;

}


.hc-wallet-transaction:hover{

    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);

}



.hc-wallet-transaction strong{

    display:block;
    font-size:20px;
    text-transform:capitalize;
    color:#111827;
    margin-bottom:12px;

}



.hc-wallet-transaction br + *{

    color:#475569;

}



.hc-wallet-transaction{

    color:#475569;
    font-size:16px;

}



.hc-wallet-transaction::first-line{

    color:#111827;

}



/* Mobile */

@media(max-width:768px){

.hc-wallet-transactions{

    padding:10px;

}


.hc-wallet-transaction{

    padding:18px;

}


}



/* =================================
   Wallet Transaction Premium Override
================================= */


.hc-wallet-dashboard .hc-wallet-transactions{
    margin-top:40px !important;
    padding:25px !important;
}


.hc-wallet-dashboard .hc-wallet-transactions h3{
    font-size:26px !important;
    font-weight:800 !important;
    color:#111827 !important;
    margin-bottom:25px !important;
}



.hc-wallet-dashboard .hc-wallet-transaction{

    background:#ffffff !important;
    border:1px solid #e5e7eb !important;
    border-left:6px solid #d4af37 !important;

    border-radius:20px !important;

    padding:25px !important;

    margin-bottom:20px !important;

    box-shadow:0 12px 30px rgba(0,0,0,0.12) !important;

    font-size:16px !important;

    color:#475569 !important;

}



.hc-wallet-dashboard .hc-wallet-transaction strong{

    font-size:22px !important;
    color:#111827 !important;
    text-transform:capitalize;

    display:block;

    margin-bottom:15px;

}



.hc-wallet-dashboard .hc-wallet-transaction:hover{

    transform:translateY(-5px);

    transition:.3s;

    box-shadow:0 18px 40px rgba(0,0,0,.18) !important;

}




/* =================================
   Premium Withdrawal Account
================================= */


.hc-wallet-bank-details{

    margin-top:40px;
    padding:30px;

    background:#ffffff;

    border-radius:25px;

    border:1px solid #e5e7eb;

    box-shadow:0 15px 35px rgba(0,0,0,.10);

}



.hc-wallet-bank-details h3{

    color:#111827;

    font-size:26px;

    font-weight:800;

    margin-bottom:25px;

}



.hc-wallet-bank-details input{

    width:100%;

    padding:15px 18px;

    margin-bottom:15px;

    border-radius:15px;

    border:1px solid #d1d5db;

    font-size:16px;

    background:#f9fafb;

}



.hc-wallet-bank-details input:focus{

    outline:none;

    border-color:#d4af37;

    background:#ffffff;

}



.hc-wallet-bank-details button{

    background:#d4af37;

    color:#111827;

    border:none;

    padding:15px 35px;

    border-radius:40px;

    font-weight:800;

    font-size:16px;

    cursor:pointer;

}



.hc-wallet-bank-details button:hover{

    transform:translateY(-2px);

    box-shadow:0 10px 25px rgba(0,0,0,.15);

}



@media(max-width:768px){

    .hc-wallet-bank-details{

        padding:20px;

        border-radius:20px;

    }

}




/* Withdrawal Account Premium Fix */

.hc-wallet-bank-details{
    margin-top:40px;
    padding:35px;
    background:#111827;
    border-radius:25px;
    border:2px solid #d4af37;
    box-shadow:0 20px 45px rgba(0,0,0,.25);
}


.hc-wallet-bank-details h3{
    color:#d4af37;
    font-size:28px;
    margin-bottom:25px;
}


.hc-wallet-bank-details form{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}


.hc-wallet-bank-details input{
    width:100%;
    padding:16px;
    border-radius:15px;
    border:1px solid #374151;
    background:#ffffff;
    color:#111827;
    font-size:16px;
}


.hc-wallet-bank-details button{
    grid-column:1/-1;
    width:max-content;
    background:#d4af37 !important;
    color:#111827 !important;
    padding:15px 35px;
    border:none;
    border-radius:40px;
    font-weight:800;
    font-size:16px;
}


@media(max-width:768px){

.hc-wallet-bank-details form{
    grid-template-columns:1fr;
}

}



/* Final Withdrawal Mobile Fix */

.hc-wallet-bank-details{
    width:100%;
    max-width:900px;
    margin:40px auto;
    box-sizing:border-box;
}


.hc-wallet-bank-details form{
    display:flex;
    flex-direction:column;
    width:100%;
}


.hc-wallet-bank-details input{
    width:100%;
    box-sizing:border-box;
}


.hc-wallet-bank-details button{
    width:100%;
    margin-top:10px;
    box-sizing:border-box;
}


@media(min-width:768px){

.hc-wallet-bank-details form{
    display:grid;
    grid-template-columns:repeat(2,1fr);
}

.hc-wallet-bank-details button{
    width:250px;
    justify-self:center;
}

}


/* =========================
   Premium Add Money Design
========================= */

.hc-deposit-form{
    max-width:650px;
    margin:40px auto;
    padding:35px;
    background:#111827;
    border:2px solid #d4af37;
    border-radius:25px;
    box-shadow:0 20px 45px rgba(0,0,0,.25);
    color:white;
}


.hc-deposit-form h2{
    text-align:center;
    color:#d4af37;
    font-size:32px;
    margin-bottom:30px;
}


.hc-deposit-form label{
    display:block;
    margin-bottom:8px;
    font-weight:700;
}


.hc-deposit-form input{
    width:100%;
    padding:16px;
    border-radius:15px;
    border:1px solid #ddd;
    margin-bottom:20px;
    box-sizing:border-box;
}


.hc-deposit-form h3{
    color:#d4af37;
    margin-top:25px;
}


.hc-deposit-form p{
    background:#1f2937;
    padding:15px;
    border-radius:15px;
    line-height:1.8;
}


.hc-deposit-form img{
    display:block;
    margin:20px auto;
    max-width:250px;
    border-radius:20px;
    border:3px solid #d4af37;
}


.hc-deposit-form button{
    width:100%;
    padding:16px;
    border-radius:40px;
    border:none;
    background:#d4af37;
    color:#111827;
    font-size:18px;
    font-weight:800;
    cursor:pointer;
}


.hc-wallet-success{
    max-width:650px;
    margin:20px auto;
    padding:15px;
    background:#dcfce7;
    color:#166534;
    border-radius:15px;
    text-align:center;
    font-weight:700;
}


@media(max-width:768px){

    .hc-deposit-form{
        margin:20px;
        padding:20px;
    }

}


/* ==========================
   Premium Withdraw Design
========================== */

.hc-wallet-withdraw{
    max-width:650px;
    margin:40px auto;
    padding:35px;
    background:#111827;
    border:2px solid #d4af37;
    border-radius:25px;
    box-shadow:0 20px 45px rgba(0,0,0,.25);
    color:#fff;
}


.hc-wallet-withdraw h2{
    text-align:center;
    color:#d4af37;
    font-size:32px;
    margin-bottom:25px;
}


.hc-wallet-withdraw > p{
    background:#1f2937;
    padding:18px;
    border-radius:15px;
    font-size:18px;
}


.hc-withdraw-account{
    margin-top:25px;
}


.hc-withdraw-account h3{
    color:#d4af37;
    margin-bottom:20px;
}


.hc-withdraw-account p{
    background:#1f2937;
    padding:15px;
    border-radius:15px;
    margin-bottom:15px;
}


.hc-wallet-withdraw input[type="number"]{
    width:100%;
    padding:16px;
    border-radius:15px;
    border:1px solid #ddd;
    margin-top:20px;
    box-sizing:border-box;
}


.hc-wallet-withdraw button{
    width:100%;
    margin-top:20px;
    padding:16px;
    border:none;
    border-radius:40px;
    background:#d4af37;
    color:#111827;
    font-size:18px;
    font-weight:800;
    cursor:pointer;
}


.hc-wallet-withdraw button:hover{
    opacity:.9;
}


@media(max-width:768px){

.hc-wallet-withdraw{
    margin:20px;
    padding:20px;
}

}

