/*Common*/
a:hover, a:focus, button:focus, button:hover {
    color: #fff;
}

.bln-all ul li {
    border: 1px solid #fff;
}

/*Header*/
.top-inbox {
    position: relative;
}

.inbox_notifi {
    color: white;
    font-size: 9px;
    font-weight: bold;
    background: red;
    position: absolute;
    top: -5px;
    right: -4px;
    padding: 2px 4px 0px 4px;
    border-radius: 100%;
}

/*Index*/
.top-balance {
    max-width: 120px;
}

.vip_lvl_normal .ant-cont {
    position: unset;
    margin-left: 4px;
}

.menu-list a.active, .menu-list a:hover {
    background: none;
    color: #02d46d;
    font-weight: bold;
}

.fast-wrap {
    padding-left: 10px;
}

.menu-content.slot-wrap {
    height: max-content;
}

/*Login & Register*/
.login-tab a {
    font-weight: bold;
}

    .login-tab a.active {
        color: white;
    }

input.num-verify {
    color: white;
}

/*Promotion*/
.hot-icon {
    position: relative;
}

.hot-icon img {
    position: absolute;
    max-width: 13px;
    bottom: 21px;
    left: 18px;
}

/*VIP*/
.vip-bnf-icon {
    max-width: 120px;
}

.vip-bnf-lvl.lock {
    background: transparent;
    color: #fff;
}

/*Mission*/
.mission-bg ul {
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    list-style: none;
}

.ms-wrap {
    position: absolute;
    top: 15px;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.ms-btn {
    position: absolute;
    bottom: -5px;
}

.ms-ttl {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.mission-content .nav {
    border-bottom: 0px;
}


/* Floating image at bottom-left */
.floating-image {
    position: fixed;
    left: 20px;
    bottom: 8%;
    width: 60px;
    height: auto;
    cursor: pointer;
    z-index: 1000;
}

/* Fullscreen modal */
.modal-fullscreen {
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    padding: 30px;
}

#iframeModal .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: transparent;
}

#iframeModal .modal-body {
    padding: 0px;
}

#iframeModal iframe {
    width: 100%;
    min-height: 700px;
    border: 0px;
}

/*Deposit*/
.form-check .form-check-label .btn-check:checked {
    color: #4a89fc !important;
    border: 0.0625rem solid #02d46d;
    position: relative;
    overflow: hidden;
}