﻿.mix {
    display: none;
}

.loading-panel {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
}

.loading-logo {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 110px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
}

.logo img {
    max-height: 150px;
}

.announcementmodal .modal-dialog {
    max-width: 400px;
}

.floating-chat-2 {
    position: fixed;
    right: 3%;
    bottom: 80px;
    z-index: 999;
    animation: 1.8s float ease-in-out infinite;
    max-width: 100px;
}

@media (max-width: 999px) {
    .floating-chat-2 {
        max-width: 80px;
    }
}

.table-wrapper {
    display: block;
    max-height: 400px;
    overflow-y: auto;
}

.field-icon {
    position: absolute;
    right: 9px;
    top: 12px;
    font-size: 15px;
    z-index: 1;
    color: #c4c4c4;
}

.input-wrap {
    position: relative;
    width: 100%;
}

.indextext_title.free-credit {
    background: url(../images/mission/title.png) no-repeat;
    background-size: 100%;
    width: 100%;
    min-width: auto;
    min-height: auto;
    max-width: 422px;
    height: 89px;
    margin: 0 auto 20px;
}

    .indextext_title.free-credit span {
        top: 49%;
    }

button.free-playnow.Q3 {
    background: url(../images/mission/EP.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 46px;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 0 7% 0 30%;
    text-transform: uppercase;
    margin: 10px auto 0;
}

button.free-playnow.CO {
    background: url("../images/mission/CP.png") no-repeat;
    background-size: 100% 100%;
}

    button.free-playnow:hover {
        transform: scale(0.98);
        filter: brightness(1.08);
    }

@media(max-width: 480px) {
    .indextext_title.free-credit {
        max-width: 320px;
        height: 67px;
    }
}

#t_body {
    margin-top: 60px;
}