﻿#pgBankList .bank-list.active {
    border: 1px solid #ffea00;
    box-shadow: 0px 0px 10px 2px rgb(255 234 0 / 80%);
}

.announcement,
.navigate,
._pslider,
.app-download,
.footermobile {
    position: relative;
}

/*Deposit*/
#success_msg {
    color: white;
}

    #success_msg a {
        background: transparent;
        border: 1px solid #ffea00;
        border-radius: 10px;
        padding: 5px 20px;
        font-size: 14px;
        display: inline-block;
        text-transform: uppercase;
        margin-left: 5px;
        margin-right: 5px;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
    }
.down-modal .modal-body {
    background: none;
    padding: 0px;
    position: relative;
    box-shadow: 0px 0px 6px 0px #f0fd00;
}