﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

.loading-panel {
    background-color: black;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    position: fixed;
    z-index: 999991;
}

.loading-logo {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 12%;
}

.mg-reward-win-credit-content {
    position: absolute;
    text-align: center;
    width: 270px;
    top: 0;
    z-index: 2;
    background: cyan;
    border-radius: 10px;
}

.mg-reward-win-credit-content {
    top: 327px;
}

    .mg-reward-win-credit-content p {
        margin: 0;
        padding: 8px;
        color: black;
    }

#special_small_text {
    font-size: 8px;
}

.mailbox_cus {
    font-size: 24px;
    color: #00ffff;
}

span#total_msg_count {
    position: absolute;
    font-size: 11px;
    z-index: 99;
    top: -6px;
    right: 0px;
}

#msg_dot {
    content: '';
    width: 12px;
    height: 12px;
    background: #FB0000;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -5px;
    right: -3px;
}

.textreplyarea {
    margin-bottom: unset;
}

.float-icon-close {
    cursor: pointer;
}

.mg-reward-init {
    cursor: pointer;
}

.password-check-box {
    padding: 10px;
    color: white;
    border: 1px solid #00ffff;
    border-radius: 10px;
}

.validation-message.valid {
    color: #72ff41;
}

.validation-message.invalid {
    color: red;
}

.btn-resend {
    margin: 3px;
    margin-top: 4px;
    padding: 3px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(250, 221, 145, 1) 0%, rgba(215, 163, 65, 1) 10%, rgba(177, 122, 25, 1) 29%, rgba(238, 201, 91, 1) 72%, rgba(250, 221, 145, 1) 100%);
}

.vip-desc-txt {
    text-transform: uppercase;
}