.container .col .balance-box{
    height: 150px;
    background-color: #00AEEF;
    color: white;
    padding: 20px 20px 10px 20px;
}

.container .col .balance-box .amount-box h3{
    margin-bottom: 0;
    font-weight: 600;
}

.container .col .balance-box .amount-box p{
    margin-bottom: 0;
}

.balance-box .name-box p{
    margin-bottom: 0;
}

.container .col .balance-box .amount-box{
    height: 75%;
}

.container .col .balance-box .name-box{
    height: 25%;
}

.switch-tabs{
    height: 80px;
    padding: 15px 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.switch-tabs .nav .transaction-tab{
    width: 150px;
    background-color: #ecebeb;
    border-radius: 0px 10px 10px 0px;
    color: #979292;
}

.switch-tabs .topup-btn{
    width: 110px;
    background-color: #F1592A;
    color: white;
    border-radius: 7px;
}

.topup-btn1{
    background-color: #F1592A;
    color: white;
    border-radius: 7px;
    padding: 5px 15px 5px 15px;
    display: none;
}

/* Top Up History */

.tab-content .tab-pane .list-box{
    padding: 20px;
}

.tab-content .tab-pane .rounded .topup-title{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
}

.tab-content .tab-pane .rounded .topup-amount{
    font-weight: 600;
    color: #00AEEF;
    font-size: 20px;
    margin-bottom: 12px;
}

.tab-content .tab-pane .rounded .topup-bank{
    color: #979292;
    font-size: 24px;
}

.tab-content .tab-pane .rounded .topup-date{
    color: #979292;
    font-size: 24px;
}

.tab-content .tab-pane .rounded .topup-status{
    color: #F1592A;
    font-size: 1rem;
}


/* Top Up Page */
.topup-subtitle{
    color:#707070;
    font-size: 1.1rem;
}

.rounded .container .col .list-box{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.rounded .container .col .list-box .d-flex .topup-date{
    color:#979292;
    font-size: 1rem;
    font-weight: 600;
}

.rounded .container .col .list-box .d-flex .data{
    color:#3B3E41;
    font-size: 1rem;
    font-weight: 600;
}

.list-box .checkbox-style{
    height: 25px;
    width: 25px;
}

.rounded .container .col .list-box .data-section .d-flex .account-label{
    margin-right: 40px;
}

.rounded .container .col .list-box .data-section{
    width: 50%;
}


/* Media Query */
@media screen and (min-width: 991px) {
    .container .col .balance-box .amount-box h3{
        font-size: 2.5rem;
    }

    .container .col .balance-box .amount-box p{
        font-size: 1rem;
    }

    .balance-box .name-box p{
        margin-bottom: 0;
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 768px){
    .switch-tabs{
        padding: 10px 5px 10px 5px;
        height: initial;
    }

    .switch-tabs .topup-btn{
        font-size: 0.8rem;
    }

    /* Top Up Page */
    .rounded .container .col .list-box{
        padding: 30px 20px;
    }

    .rounded .container .col .list-box .d-flex img{
        width: 50px;
    }

    .rounded .container .col .list-box .d-flex .bank-title{
        font-size: 0.8rem;
    }

    .rounded .container .col .list-box .d-flex .topup-date{
        font-size: 1rem;
    }

    .rounded .container .col .list-box .d-flex .data{
        font-size: 1rem;
    }

    .list-box .checkbox-style{
        height: 20px;
        width: 20px;
    }

    .rounded .container .col .list-box .data-section .d-flex .account-label{
        margin-right: 10px;
    }

    .rounded .container .col .list-box .data-section{
        width: 70%;
    }
}

@media screen and (max-width: 552px) {
    .switch-tabs .topup-btn{
        display: none;
        font-size: 0.8rem;
    }

    .topup-btn1{
        display: initial;
        font-size: 0.8rem;
    }

    .tab-content .tab-pane .rounded .topup-title{
        font-weight: 700;
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .tab-content .tab-pane .rounded .topup-amount{
        font-weight: 600;
        color: #00AEEF;
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .tab-content .tab-pane .rounded .topup-bank{
        color: #979292;
        font-size: 0.9rem;
    }

    .tab-content .tab-pane .rounded .topup-date{
        color: #979292;
        font-size: 1rem;
    }

    .tab-content .tab-pane .rounded .topup-status{
        color: #F1592A;
        font-size: 0.9rem;
    }

    .tab-content .tab-pane .rounded .topup-date{
        color: #979292;
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .tab-content .tab-pane .rounded .topup-status{
        color: #F1592A;
        font-size: 0.9rem;
    }

    /* Top Up Page */
    .rounded .container .col .list-box{
        padding: 20px 18px;
    }

    .rounded .container .col .list-box .d-flex img{
        width: 50px;
    }

    .rounded .container .col .list-box .d-flex .bank-title{
        font-size: 0.8rem;
    }

    .rounded .container .col .list-box .d-flex .topup-date{
        font-size: 1rem;
    }

    .rounded .container .col .list-box .d-flex .data{
        font-size: 1rem;
    }

    .rounded .container .col .list-box .d-flex img{
        width: 100px;
    }

    .rounded .container .col .list-box .data-section{
        padding-top: 10px;
        width: 100%;
    }

    .rounded .container .col .bank-box{
        flex-direction: column;
        align-items: center;
    }

    .rounded .container .col .bank-box .image-bank{
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .rounded .container .col .list-box .d-flex .account-label .topup-date{
        font-size: 0.8rem;
    }

    .rounded .container .col .list-box .d-flex .d-flex .data{
        font-size: 0.8rem;
    }

    .topup-subtitle{
        font-size: 1rem;
    }
}

@media screen and (max-width: 415px) {
    .tab-content .tab-pane .list-box{
        padding: 15px;
    }

    .tab-content .tab-pane .rounded .topup-title{
        font-weight: 700;
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .tab-content .tab-pane .rounded .topup-amount{
        font-weight: 600;
        color: #00AEEF;
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .tab-content .tab-pane .rounded .topup-bank{
        color: #979292;
        font-size: 0.8rem;
    }

    .tab-content .tab-pane .rounded .topup-date{
        color: #979292;
        font-size: 1rem;
    }

    .tab-content .tab-pane .rounded .topup-status{
        color: #F1592A;
        font-size: 0.9rem;
    }

    .tab-content .tab-pane .listbox .topup-date{
        color: #979292;
        font-size: 0.9rem;
        margin-bottom: 8px;
    }

    .tab-content .tab-pane .listbox .topup-status{
        color: #F1592A;
        font-size: 0.8rem;
    }
}



