/*Common*/
.top {
    bottom: 60px;
    z-index: 9999;
}

#popupAnnouncementModal .close-btn-round {
    position: absolute;
    right: -3px;
    top: -3%;
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    filter: drop-shadow(0 0 0.03rem #6c6c6c);
    color: #000;
    z-index: 2;
}

/*Header*/
.menu-logo img {
    width: 90px;
    margin-top: 15px;
}

/*Index*/
.countdown-row {
    display: block;
}

#index_promo_content .index-login-btn {
    margin: 10px 42px 0px;
}

#index_promo_content .index-promo-img img {
    height: 85px;
    object-fit: cover;
}

/*Login*/
.reg-btn {
    border-color: transparent;
}

/*Register*/
.reg-left-btn {
    border: 0px;
}

/*Forgot Password*/
.fp-verify {
    max-width: 120px;
}

/*Download*/
.download-modal .modal-body {
    height: 533px;
}

/*Inbox*/
#inboxList_inbox .content-column {
    width: 100%;
    margin-left: 20px;
}

/*Funds*/
#balance_display {
    gap: 30px 10px;
}

#balance_display .cat-all-in-btn {
    border: 0px;
}

/*Withdrawal*/
.crypto-btn {
    border: 0px;
}

/*Referral*/
.ref-link-box {
    width: 368px;
}

.ref-code-container {
    padding-left: 30px;
}