a {
    text-decoration: none;
    background-color: transparent;
}

.tabs {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

.tabs ul {
    display: flex;
    margin-bottom: 20px;
    padding: 0 0 1px 0;
    overflow-x: scroll;
    border-bottom: 1px solid rgba(173, 175, 178, 0.4);
}

.tab-links:after {
    display: block;
    clear: both;
    content: "";
}

.tab-links li {
    flex: 25%;
    position: relative;
    transition: all .2s;
    display: block;
}

.tab-links li.active::after {
    content: "";
    width: 80%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 2px;
    position: absolute;
}

.borderLeft {
    background-color: rgba(173, 175, 178, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    height: 80%;
    width: 1px;
}

.tab-links a {
    border-radius: 0px;
    background-size: auto 100%;
    background-repeat: repeat-x;
    display: flex;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    justify-content: center;
}

.tab-links a:hover {
    border-color: #000159;
}

li.active a,
li.active a:hover {
    border-color: #000159;
}

.tab-links a span {
    white-space: nowrap;
    color: #000;
    font-size: 8pt;
    letter-spacing: 1px;
    /*font-family: a Atmospheric Regular, sans-serif;*/
    font-family: montserrat, arial;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-content {
    /*max-width: 500px;*/
    margin: 0 auto;
    padding: 0 24px;
    font-size: 13px;
}

.tab {
    display: none;
}


/*.tab.active {
    display: flex;
    flex-flow: row wrap;
}*/

.tabs img {
    max-width: 100%;
}

.tab a {
    /*flex: 33.33333%;
    max-width: 33.33333%;*/
    display: block;
    padding: 7px;
    margin: 0 0 8px;
    text-align: left;
}

.tab a:hover,
.tab a:active {
    -webkit-animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px
}

@media only screen and (max-width: 500px) {
    .tab-links a {
        padding: 5px 10px;
        border-width: 2px 1px;
    }
    .tab-links a span {
        font-size: 12px;
        height: auto;
    }
    .tab-links a span img {
        width: 65%;
    }
}

select.question {
    border: 1px solid #9e9e9e;
    width: 100%;
    background: transparent !important;
    padding: 10px;
    border-radius: 6px;
    outline: none;
    color: #000 !important;
    margin-bottom: 10px;
}

select.question .text-select {
    color: #000 !important;
}

.label {
    text-align: left;
    color: #000;
    font-weight: 600;
    margin: 15px 0 10px;
    padding: 0 !important;
}

.label span {
    color: #f44;
    margin-left: 5px;
    font-size: 12px;
}

textarea.bank {
    width: auto;
    background-color: #414042 !important;
    color: #000;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 10px 15px !important;
    font-weight: 500;
    margin: 0 0 8px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

input {
    width: 100%;
    background: #fff !important;
    padding: 10px;
    border: 1px solid #9e9e9e;
    border-radius: 6px;
    outline: none;
    color: #000 !important;
}

.btnsamount {
    width: 100%;
    margin-top: 0.7rem;
    display: flex;
    justify-content: flex-start;
    gap: 2%;
}

.btnsamount a {
    border: 1px solid #585c64;
    background-color: #2f343b;
    border-radius: 8px;
    text-align: center;
    padding: 0.5rem 1rem;
    color: #fff;
    display: inline-block;
    font-size: 0.85rem;
    white-space: nowrap;
}

@media (max-width: 375px) {
    .btnsamount a {
        padding: 0.6rem 0.7rem;
    }
}

.btn-sub {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 50px;
    padding: 13px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    border: 0;
}

.noticeSection {
    margin-top: 2.5rem;
    padding-bottom: 10px;
    padding-left: 0.3rem!important;
    padding-right: 0.3rem!important;
}

.noticeSection .noticeTitle {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
}

.noticeSection .noticeWrapper {
    color: #000;
    font-size: 0.8rem;
    padding-left: 1.5rem;
    list-style-position: outside;
    font-weight: 500;
}

.noticeSection .noticeWrapper .notice {
    margin-top: 1rem;
    margin-bottom: 0.8rem;
    list-style: decimal;
}


/**withdrawal**/

.tabs.withd ul {
    display: flex;
    margin-bottom: 20px;
    padding: 0 15px;
    overflow-x: scroll;
    border-bottom: 1px solid rgba(173, 175, 178, 0.4);
}

.tab-links.withd li {
    flex: 25%;
    position: relative;
    transition: all .2s;
    display: block;
    padding: 0 0px 0 10px;
    margin-top: 15px;
}

.tab-links.withd a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 8px;
    border-left: 1px solid #7b7e82;
    border-right: 1px solid #7b7e82;
    border-top: 1px solid #7b7e82;
    border-top-left-radius: 6px;
    padding: 6px 14px;
    width: 100% !important;
    height: 50px;
    font-size: 0.85rem;
    background-color: transparent !important;
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 600;
    margin-bottom: 0.4rem !important;
    text-align: center;
    text-decoration: none;
}

.tab-links.withd li.active::after {
    background-color: transparent;
}

.tng-wrap {
    display: flex;
    padding-bottom: 10px;
    justify-content: center;
    flex-flow: nowrap;
}

.tngduit-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    margin: 0 10px;
}

@media only screen and (max-width: 540px) {
    .tng-wrap {
        flex-flow: wrap;
    }
    .tng-width {
        width: 80%;
    }
}

.historyTable {
    font-weight: 500;
}

.historyTable .table-bordered thead td,
.table-bordered thead th {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    padding: 0.75rem;
    border-left: 1px solid #585c64;
    border-right: none;
    border-bottom: none;
    border-top: none;
    border: 1px solid #dee2e6;
}

.historyTable .table-bordered tbody td,
.table-bordered tbody tr {
    display: table-row;
    background-color: #fff !important;
    border-bottom: 1px solid #dee2e6 !important;
    color: #111;
}

i.PENDING {
    color: #006104;
}

i.COMPLETED {
    color: #28a745;
}

i.REJECTED {
    color: #dc3545;
}

#section-member-page {
    padding: 20px 0 0
}

#section-member-page h1 {
    text-align: center;
    margin: 0 0 20px
}

#section-member-page #section-bank {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px
}

#section-member-page #section-bank .form-group {
    margin-bottom: 30px
}

#section-member-page #section-bank .form-group label {
    color: #000;
    display: block
}

#section-member-page #section-bank .form-group .select-amount {
    display: flex;
    margin: 0 -10px 20px
}

#section-member-page #section-bank .form-group .select-amount button {
    flex: 20%;
    margin: 0 10px;
    display: block;
    cursor: pointer;
    font-family: a Atmospheric Regular, sans-serif;
    border: 1px solid #a5a5a5;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 15px;
    text-align: center;
    outline: none
}

#section-member-page #section-bank .form-group .select-amount button.active,
#section-member-page #section-bank .form-group .select-amount button:hover {
    color: #fff;
    background: #ffcc00;
    border: 1px solid #ffcc00
}

#section-member-page #section-bank .button-group {
    margin-top: 40px;
    text-align: center
}

#section-member-page #section-bank .button-group button {
    border: none;
    outline: none;
    background: none;
    padding: 0
}

#section-member-page #section-bank .button-group button img {
    height: 50px
}

#section-member-page #section-bank .blink {
    font-weight: 400;
    margin-bottom: 20px;
    -webkit-animation: blink 2.5s linear infinite;
    animation: blink 2.5s linear infinite
}