﻿label.error {
    color: red;
}

/* FOR INBOX */
.inbox-modal .modal-header {
    border-bottom: none;
    color: #ffffff;
    background: #b11101;
}

.inbox-modal-body {
    background: #313131;
    color: #fff;
}
/* END FOR INBOX*/

.validation-message-field {
    padding: 10px;
    border: 1px solid #af1001;
    border-radius: 10px;
}

.validation-message.valid {
    color: limegreen;
}

.validation-message.invalid {
    color: red;
}

.header-top {
    background: black;
}

a.img-part img {
    height: 26px;
}

.vip_table {
    text-transform: uppercase;
}

.float-icon-close {
    position: absolute;
    top: -34px;
    right: -10px;
    background: #b11101;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fortune-wheel-member-token {
    border: 2px solid #f8e39a;
    border-radius: 7px;
    width: 70px;
    height: 40px;
    text-align: center;
    word-break: break-all;
    background: #272221;
    position: absolute;
    bottom: 10%;
    left: 13%;
    right: 60%;
    color: #fff;
    line-height: 1;
    padding: 4px;
}

.mission-diary {
    padding-bottom: unset !important;
}

.mission-btn {
    text-transform: uppercase;
}

    .mission-btn.claimed {
        background: #c23a28;
        opacity: .92;
        pointer-events: none;
    }

.mission-content .cal-box.is-reward {
    background: #6f6f6f;
}

    .mission-content .cal-box.is-reward:hover {
        cursor: pointer;
        background: #b11600;
    }

    .mission-content .cal-box.is-reward.claimed {
        background: #b11600;
    }

.mission-content .mission-progress-bar::after {
    width: 0 !important;
}