        <link href="Content/withdraw/withdraw.css" rel=stylesheet>
.profile-container .section-heading {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px
}

.profile-container .mobile-info-button {
    border: 1px solid #23527c;
    border-radius: 5px;
    padding: 8px 45px;
    text-decoration: none;
    display: inline-flex;
    margin-bottom: 15px
}

.profile-container .mobile-info-button:hover {
    background-color: #23527c;
    color: #fff
}

.standard-content-info {
    border: 1px solid #0a1849;
    padding: 10px;
    margin-bottom: 20px;
    border-top: 0;
    display: flex;
    gap: 10px
}

.standard-content-info>div {
    flex-basis: 50%
}

.standard-content-info h2 {
    color: #fba501;
    margin: 20px 0;
    font-size: 15px;
    text-transform: uppercase
}

.standard-content-info .standard-content-block {
    background-color: #0a1849;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.standard-content-info table tr th,.standard-content-info table tr td {
    border: 0
}

.profile-summary-table {
    margin: 0
}

.profile-summary-table th {
    text-align: right;
    font-weight: normal
}

.profile-summary-table td {
    word-break: break-word
}

.profile-summary-table th,.profile-summary-table td {
    text-transform: uppercase
}

.profile-summary-table.table,.profile-summary-table.table>tbody>tr>th,.profile-summary-table.table>tbody>tr>td {
    border: 0;
    vertical-align: middle;
    color: #fff
}

.profile-summary-table .warning {
    background-color: #f00;
    color: #fff;
    font-size: smaller;
    text-transform: none;
    padding: 5px;
    display: block
}

.profile-summary-table .warning img {
    height: 16px;
    width: auto
}

.banking-details-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    padding: 5px
}

.banking-details-header label {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal
}

.banking-details-header a {
    background-color: #808080;
    border-radius: 5px;
    padding: 2px 2px 6px 4px
}

.banking-details-header a img {
    height: 20px;
    width: auto
}

.bank-info-container {
    display: flex;
    flex-direction: column-reverse
}

.bank-info-container .carousel-inner {
    text-align: initial
}

.bank-info-container .carousel-indicators {
    position: static;
    width: 100%;
    margin: 10px 0
}

.bank-info-container .carousel-indicators li {
    display: inline-block;
    width: 17px;
    height: 4px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0;
    border: none
}

.bank-info-container .carousel-indicators .active {
    background-color: #fe9b00
}

.bank-info-block {
    background-color: #263366;
    color: #fff;
    margin: 0 5px;
    padding: 15px 10px;
    border-radius: 5px
}

.bank-info-block .account-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 25px
}

.bank-info-block .account-name img {
    height: 20px;
    width: auto
}

.bank-info-block .account-number,.bank-info-block hr,.bank-info-block .bank-name {
    display: block
}

.bank-info-block .account-number {
    font-size: 25px;
    letter-spacing: 5px
}

.bank-info-block hr {
    border-top: 1px solid #0a1849;
    border-bottom: 1px solid #344279;
    margin: 10px 0
}

.bank-info-block .bank-name {
    text-transform: uppercase;
    font-size: 16px
}

.last-transaction-table {
    border: 1px solid #0a1849
}

.last-transaction-table thead {
    background-color: #0a1849
}

.last-transaction-table thead th {
    font-weight: normal
}

.last-transaction-table.table thead th,.last-transaction-table.table tbody td {
    color: #fff
}

.last-transaction-table .empty {
    text-align: center
}

.last-transaction-table [data-ticket-status] {
    border-radius: 10px;
    padding: 2px 10px;
    margin: 4px 0 0;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background-color: #808080
}

.last-transaction-table [data-ticket-status="REJ"] {
    background-color: #ff3838
}

.last-transaction-table [data-ticket-status="APP"] {
    background-color: #56f000
}

.last-transaction-table [data-ticket-status="PEN"] {
    background-color: #999
}

.last-transaction-table [data-ticket-status="FAI"] {
    background-color: #ffb302
}
