.add-bank-page{
    width: 35%;
    height: 600px;
    display: block;
    color: black;
}
.add-bank-page .add-bank-title{
    width: 100%;
    line-height: 40px;
    height: 40px;
    display: block;
}
.add-bank-page .add-bank-icon{
    width: 100%;
    height: 120px;
    display: block;
}
.add-bank-page .add-bank-field{
    width: 100%;
    height: auto;
}
.add-bank-page .add-bank-field input{
    border-radius: 50px;
    border: 2px solid #ccc;
}
.add-bank-page .add-bank-field select{
    border-radius: 50px;
    border: 2px solid #ccc;
}
.add-bank-page .add-bank-button{
    width: 100%;
    height: 80px;
    display: block;
}
.add-bank-page .add-bank-button button{
    margin-top: 20px;
    width: 100%;
    border-radius: 50px;
}
.add-bank-page .add-bank-icon img{
    width: 100%;
    height: 120px;
    object-fit: contain;
}
.manage-bank-container{
    width: 100%;
    height: auto;
    display: inline-block;
}
.manage-bank-container .manage-bank-section{
    width: 60%;
    height: 500px;
    display: block;
    float: left;
}
.manage-bank-container .manage-bank-section:first-child{
    width: 40%;
    height: 500px;
    display: block;
    float: left;
}
.manage-bank-container .manage-bank-section .manage-bank-section-title{
    width: 100%;
    height: 50px;
    display: block;
    line-height: 50px;
}
.manage-bank-container .manage-bank-section .manage-manage-bank-section-body{
    width: 100%;
    height: 450px;
    display: block;
    float: left;
}
.manage-bank-container .manage-bank-section .manage-manage-bank-section-body td{
    color: #373757;
}
.bank-transaction-header{
    width: 100%;
    height: 100px;
    display: block;
}
.bank-transaction-header .bank-transaction-header-section{
    width: 53%;
    height: 100px;
    display: block;
    float: left;
}
.bank-transaction-header .bank-transaction-header-section:last-child{
    width: 47%;
    height: 100px;
}
.bank-transaction-header .bank-transaction-header-section .bank-transaction-title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
}
.bank-transaction-header .bank-transaction-header-section .bank-transaction-search{
    width: 100%;
    height: 60px;
    line-height: 40px;
    display: block;
    float: left;
}
.bank-transaction-header .bank-transaction-header-section .bank-transaction-search .input-group{
    margin-top: 10px;
}
.bank-transaction-header .bank-transaction-header-section .bank-transaction-search .input-group select:first-child{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 2px solid #ccc;
    height: 42px;
    margin-top: 0px;
}
.bank-transaction-header .bank-transaction-header-section .bank-transaction-search .input-group input:nth-child(2){
    border: 2px solid #ccc;
    border-left: none;
}
.bank-transaction-header .bank-transaction-header-section .bank-transaction-search .input-group input:nth-child(3){
    border: 2px solid #ccc;
    border-left: none;
    border-right: none;
}
.bank-transaction-header .bank-transaction-header-section .bank-transaction-search button{
    border-radius: 0;
    border-left: none;
    border-right: none;
    float: right;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.bank-transaction-header .bank-transaction-header-section:last-child button{
    float: right;
    width: 25%;
    margin-left: 2px;
    margin-top: 50px;
    border-radius: 50px;
}
.bank-transaction-body{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    display: block;
}
.bank-transaction-body td{
    margin: 0 !important;
    color: black;
}
.bank-transaction-body td:nth-child(2){
    font-weight: 700;
    color: #15152b;
}
.bank-transaction-body td:nth-child(4){
    font-weight: 700;
    color: #15152b;
}
.bank-transaction-body td:nth-child(6){
    font-weight: 700;
    color: #15152b;
}
.bank-transaction-body td:nth-child(7){
    font-weight: 700;
    color: #15152b;
}
.bank-transaction-body td:nth-child(9){
    font-weight: 700;
    color: #15152b;
}
.bank-transaction-body td:last-child{
   text-align: left !important;
}
.depositModal{
    opacity: 0;
    right: 15%;
    visibility: hidden;
    z-index: 99999;
}
.withDrawModal{
    opacity: 0;
    right: 15%;
    visibility: hidden;
    z-index: 99999;
}
.transaction-modal-container{
    width: 30%;
    display: block;
    height: auto;
    position: fixed;
    top: 20%;
    right: 15%;
    transition: .3s ease-in-out;
    background-color: #fff;
    border-radius: 12px;
}
.transaction-modal-container .transaction-modal-header{
    width: 93%;
    display: block;
    height: 70px;
    margin: auto;
    line-height: 70px;
    font-size: 1.5em;
    font-weight: 700;
    color: black;
}
.transaction-modal-container .transaction-modal-body{
    width: 93%;
    display: block;
    height: 230px;
    margin: auto;
}
.transaction-modal-container .transaction-modal-body input{
    border-radius: 50px;
    border: 1px solid #ccc;
}
.transaction-modal-container .transaction-modal-body select{
    border-radius: 50px;
    border: 1px solid #ccc;
}
.transaction-modal-container .transaction-modal-body textarea{
    border-radius: 50px;
    border: 1px solid #ccc;
    resize: none;
}
.transaction-modal-container .transaction-modal-footer{
    width: 93%;
    display: block;
    height: 70px;
    margin: auto;
}
.transaction-modal-container .transaction-modal-footer button{
    width: 30%;
    margin-top: 12px;
    margin-left: 10px;
    float: right;
    border-radius: 50px;
}










.add-assets-container{
    width: 27%;
    display: block;
    height: auto;
    margin-bottom: 30px;
}
.add-assets-container .add-assets-header{
    width: 100%;
    height: 70px;
    line-height: 70px;
    display: block;
    font-size: 1.5em;
}
.add-assets-container .add-assets-icon{
    width: 100%;
    height: 160px;
    display: block;
}
.add-assets-container .add-assets-icon img{
    width: 100%;
    height: 160px;
    object-fit: contain;
}
.add-assets-container .add-assets-body{
    width: 100%;
    height: 240px;
    display: block;
}
.add-assets-container .add-assets-body input{
    border-radius: 50px;
    border: 1px solid #ccc;
}
.add-assets-container .add-assets-footer{
    width: 100%;
    height: 70px;
    display: block;
}
.add-assets-container .add-assets-footer button{
    width: 100%;
    border-radius: 50px;
    margin-top: 12px;
}
