@charset "UTF-8";
/* @import url(../../fonts/font-awesome-4.5.0/css/font-awesome.min.css); */
@import url('https://storage.googleapis.com/tada-cdn-asia/All-In-One/production/css/font-awesome.min.css');

.toast {
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    font-size: 17px;
}

.navbar__main__user-selector .playGames {
    display: none;
}

.content_index {
    padding-top: 0;
    position: relative;
}

.content_index .container {
    padding-bottom: 28px;
}

.main-tag {
    padding-bottom: 32px;
}

.NEWS {
    background: #F5F5F5;
    padding-bottom: 28px;
}

.NEWS .content p.txt {
    font-size: var(--font-size-content);
    line-height: var(--lineHeight-content);
    color: #000;
    margin-top: 12px;
    margin-bottom: 24px;
    text-align: left;
}

.NEWS .content .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 16px 0;
}

.NEWS .content .btns a {
    margin-right: 20px;
    background-color: rgb(195, 195, 195);
    padding: 8px 8px 4px 8px;
    display: inline-block;
    border-radius: 6px;
}

.NEWS .content .btns a img {
    width: 24px;
    display: inline-block;
}

.headerImg .img-container {
    margin: 16px auto 0 auto;
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    user-select: none;
}

@media only screen and (min-width: 768px) {
    .headerImg .img-container {
        width: 65%;
    }
}

.headerImg .img-container img {
    max-width: 100%;
}

ul.tabs {
    margin: 0 0 3em 0 !important;
    padding: 0 !important;
    width: 96%;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

ul.tabs li {
    display: block;
    margin-right: 1em;
    margin-bottom: 1em;
    line-height: 1em !important;
}

@media only screen and (orientation: portrait) {
    ul.tabs li {
        margin-right: 0.5em;
        margin-bottom: 0.5em;
        line-height: 1em;
    }
}

ul.tabs input[type=radio] {
    position: absolute;
    top: 0;
    left: -9999px;
}

ul.tabs label {
    border: 1px #888 solid;
    display: block;
    padding: 0.5em 2em;
    border-radius: 36px;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    background: #fff;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

ul.tabs label:hover {
    color: #fff;
    background: #FF8200;
    border: 1px #FF8200 solid;
}

@media only screen and (max-width: 594px) and (min-width: 100px) {
    ul.tabs label {
        padding: 0.375em 1.5em;
        font-size: 12px;
    }
}

ul.tabs [id^=tab]:checked+label {
    top: 0;
    border: none;
    color: #fff;
    background: #FF8200;
    border: 1px #FF8200 solid;
}

ul.tabs [id^=tab]:checked {
    display: block;
}

p.link {
    clear: both;
    margin: 380px 0 0 15px;
}

p.link a {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    margin: 0 5px;
    background: #FF8200;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

p.link a:hover {
    background: #ff9320;
}