body{
    font-family: DINProRegular;

}
section{
    background-image: url(../images/b9bank/b9bankbg.png);
    color: #636363;
    padding-top: 3rem;
}

#bankCategory {
    box-shadow: 0px 4px 4px 0px #00000026;
    background: #E3E2E299;
    border-radius: 7px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;

}

#bankCategory div.active {
    background-color: #053B7A;
    color: white;
    height: 100%;
    border-radius: 5px;
    color: #fff;

}
#bankCategory>div{
    width: 25%;
    color: #000000;
cursor: pointer;
text-align: center;
height: 100%;
display: flex;
justify-content: center;
align-items: center;

}

/* #bankCategory li:first-child {
    border-radius: 8px 0 0 8px;
}
#bankCategory li:last-child {
    border-radius: 0 8px 8px 0;
} */
#bankCategory li a:hover{
    background-color: transparent;
}
#bankCategory li{
    margin-left: 0;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;

}
#bankContainer{
    width: 100%;
}
.total-balance{
    padding: 1.5rem 0;

}
.greyText {
    font-size: 16px;
}
/* .walletBg {
    position: relative;
    height: 100%;
    text-align: center;
} */

.firstRow .balanceBg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;

}


.blueText {
    color: #053B7A;
    font-weight: 700;
    font-size: 20px;
}

.bankAmt {
    font-size: 27px !important;
    font-family: DinProBlack;
}

.b9BankTop-depositBtn {
    color: #FFFFFF;
    background-image: url(../images/wallet/btn-bg.png);
    background-size: 100% 100%;
    font-weight: 700;
    width: 35%;
    position: relative;
    padding: 15px;
    cursor: pointer;
    font-family: DinProBold;

}
.extra1percent {
    position: absolute;
    background: #90D7F3;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    border-radius: 0 0 10px 10px;
    font-size: 10px;
    color: #053B7A;
    height: 33%;
}

.b9BankTop-withdrawBtn {
    color: #053B7A;
    background-image: url(../images/b9bank/white-btn.png);
    background-size: 100% 100%;
    font-weight: 700;
    width: 35%;
    padding: 15px;
    cursor: pointer;
    position: relative;
    font-family: DinProBold;


}

.b9bank-row{
    display: flex;
    justify-content: space-evenly;
    padding: 1.5rem 0;
}

.balanceBg{
    background-image: url(../images/b9bank/balancebg.png);
    background-size: 100% 100%;

}

.d-flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
#refreshBtn{
    font-size: 15px;
    margin-left: 13px;
    color: #053B7A;
    cursor: pointer;
}

.walletBg{
    background-color: #E3E2E299;
    border-radius: 8px;
    padding: 24px 20px;
    box-shadow: 0px 4px 4px 0px #00000026;

}

.infoRow{
    display: flex;
    justify-content: space-between;
    padding: 12px 10px;
}

.infoRow .blueText{
    font-family: DinProBlack;

}

.latestTrxntitle {
    font-weight: 700;
    font-size: 18px;
    color: #053B7A;
    padding-bottom: .7rem;
    font-family: DinProBold;

}
#data-table td {
    padding: 8px 0;
}

#table-body tr:first-child td {
    padding-top: 13px;
}
#table-body td:after {
    border: 1px solid #000000;
    margin-top: 10px;
    content: '';
    display: block;
    position: relative;
}


.history-title:after {
    width: 100%;
}

/* #data-table .history-amt {
    color: #880000;
    font-weight: 700;
} */


#data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    /* text-align: center; */
}

#data-table .history-amt{
    text-align: right;
}

.viewAllBtn{
    text-decoration: underline;
    cursor: pointer;
}

.howitworksBtn{
    margin-bottom: 2rem !important;
}
.bulletbg>div{
    background-color: #F4F4F4;
    box-shadow: 0px 4px 4px 0px #0000001A;
    padding: 11px;
    margin: 13px 0;
    display: flex;
    border-radius: 4px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;

}
.bankModal .modal-dialog{
    min-width: 400px;
    max-width: 420px;
}
.bankModal .modal-content{
    background-color: #EDECEC;
    display: block;
    color: black;
    outline: none;
    border: none;
    padding: 25px 15px;
    border-radius: 10px;
}

.b9BankDepositHeader{
    font-weight: 900;
    color: #053B7A;
    font-size: 18px;
    text-align: center;
    font-family: DinProBlack;
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;

}


#b92uWithdrawalAmount,#b9BankDepositAmount,.b9BankDepositSelect select{
    width: 100%;
    padding: 8px;
    border: none;
    outline: none;
    box-shadow: 0px 4px 4px 0px #0000001A;
    border-radius: 4px;
    background-image: none !important;

}

.bankModal .title{
    font-weight: 500;
    font-size: 16px;
    font-family: DinProMedium;
    padding-bottom: .65rem;
    padding-top: 1rem;

}
.b9BankDepositAmountDiv{
    position: relative;
}
.modalRibbon{
    background-color: #90D7F3;
    font-size: 10px;
    font-weight: 900;
    right: 0;
    top: 5px;
    position: absolute;
    border-radius: 4px 0 0 4px;
    padding: 0px 5px;
}

.b9BankbalanceText {
    font-size: 12px;
    font-weight: 700;
    padding: .5rem 0;
}


.modal-btn{
    color: #FFFFFF;
    background-image: url(../images/wallet/btn-bg.png);
    background-size: 100% 100%;
    border: none;
    padding: 5px 30px;
    font-size: 12px;
}

 #b92uWithdrawalAck,#b9BankAck {
    width: 20px;
    height: 30px;
    margin-right: 0.5rem
}

.ackRow{
    display: flex;
    font-size: 12px;
    padding-top: 1rem;
    font-family: DinProMedium;
    padding-bottom: 1rem;

}


.modalCloseRow img{
    cursor: pointer;
    width: 6%;
    position: absolute;
    right: 7px;
    top: 7px;
}

.b9BankError,#selectBankError{
    font-size: 12px;
    color: #FF0000;
    line-height: 12px;
    display: none;
}
#selectBankError{
    padding-top: .5rem;
}

.checkmark.warning-error{
    color: #FF0000;

}

.modal12Detail {
    border-radius: 10px;
    background: #F4F4F4;
    color: rgba(0,0,0,.7);
    text-align: left;
    padding: 12px 15px;
    box-shadow: 0px 4px 4px 0px #0000001A;
}

.modal12TrxnDetail {
    font-weight: 400;
    padding-bottom: 15px;
}

.boldText {
    font-weight: 700;
}
.modal12NextStepsTitle {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 5px;
}

.modal12NextSteps {
    color: #1E1E1E;
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px;
}
.modal12Thanks {
    color: rgba(0, 0, 0, 1);
    font-style: italic;
    font-size: 12px;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 25px;
}

.modal {
    text-align: center;
    padding: 0!important;
  }
  
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
  
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }

  .howitworksBtn{
    color: rgba(5, 59, 122, 1);
    font-weight: 700;
  }

  #data-table .history-amt {
    color: rgba(100, 151, 96, 1);
    font-family: DinProBold;

}
#data-table .deposit .history-amt {
    color: rgba(255, 69, 58, 1);
}


.history-date,.history-amt{
    width: 30%;
}

.bankModal .content {
    font-size: 16px;
    font-family: DinProMedium;
    padding-bottom: 0.65rem;
    padding-top: 1rem;
    text-align: center;
    padding-bottom: 1rem;
}