/* 元素設定 */
a {
    text-decoration: none;
}

/* 樣式設定 */
.mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.87);
    position: fixed;
    z-index: 2000;
    top: 0;
}

    .mask img {
        margin: -22px 0 0 -30px;
        width: 60px;
        height: 44px;
        line-height: 48px;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2001
    }

.error_message {
    color: red;
    margin-bottom: 10px;
    line-height: 1.15;
}


.joinus_two_content > section.info > .container > .row > div > form .formCheck > div > input {
    width: 60%;
    padding-right: 43px;
}

.joinus_two_content > section.info > .container > .row > div > form .check > div:after {
    position: absolute;
    top: 5px;
    right: 144px;
    width: 43px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-family: 'icomoon';
    z-index: 1;
    content: "\e92b";
    font-size: 25px;
    color: #52ac2b;
}

.joinus_two_content > section.info > .container > .row > div > form .wrong > div:after {
    right: 144px;
    content: "\e914";
}

.dimscreen_home.active {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 20;
}

.home_header > aside {
    height: 100%;
    z-index: 30;
    top: 0;
    left: -200px;
    background: #03355c;
    display: table;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 0;
}

.home_content > section.game_menu {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0e5cb0), to(#51acec));
    background-image: -webkit-linear-gradient(bottom, #0e5cb0, #51acec);
    background-image: -o-linear-gradient(bottom, #0e5cb0, #51acec);
    background-image: linear-gradient(to top, #0e5cb0, #51acec);
    height: auto !important;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

/* referral sharer link icon */
.sharerlink-bar {
    width: 100%;
    height: 32px;
    padding: 8px 0;
    background-color: #03355c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .sharerlink-bar > p {
        font-size: 14px;
        font-weight: bold;
        color: rgba(255, 255, 255, 0.8);
        line-height: normal;
    }

.sharerlink-copywrap li {
    display: inline-block;
}

.sharerlink-copywrap > li > label {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.38;
    color: rgba(0, 0, 0, 0.85);
}

.sharerlink-copywrap > li > input {
    width: 100%;
    border: none;
    height: 39px;
    margin: 4px 0 14px 0;
    padding: 11px 12px;
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.13;
    color: #000000;
}

.sharerlink-copywrap li:nth-child(1) {
    width: 90%
}

.sharerlink-copywrap li:nth-child(2) {
    width: 8%;
    position: relative;
    top: 6px;
}

.sharerlink-wrap li {
    display: inline-block;
    margin: 10px 3px;
}

.sharerlink-wrap > li > a {
    transition: all 0.5s ease-out;
}

    .sharerlink-wrap > li > a:hover {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

.sharerlink {
    display: block;
    color: red;
    width: 48px;
    height: 48px;
    background: url(../../staticimage/sharerlink_COPY.png) no-repeat;
    background-size: 100%;
}

.COPY {
    width: 28px;
    height: 28px;
}

.EMAIL {
    background: url(../../staticimage/sharerlink_MAIL.png) no-repeat;
}

.FACEBOOK {
    background: url(../../staticimage/sharerlink_FACEBOOK.png) no-repeat;
}

.LINE {
    background: url(../../staticimage/sharerlink_LINE.png) no-repeat;
}

.SKYPE {
    background: url(../../staticimage/sharerlink_SKYPE.png) no-repeat;
}

.WHATSAPP {
    background: url(../../staticimage/sharerlink_WHATAPP.png) no-repeat;
}

.TELEGRAM {
    background: url(../../staticimage/sharerlink_TELEGRAM.png) no-repeat;
}


.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.8);
    z-index: 9999;
}

    .loader > span {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 32px;
        height: 32px;
        clear: both;
        margin-top: -16px;
        margin-left: -16px;
        border: 4px #fff solid;
        border-top: 4px #0c6db5 solid;
        border-radius: 50%;
        -webkit-animation: spCircRot .6s infinite linear;
        animation: spCircRot .6s infinite linear;
    }



@keyframes scale-bg {
    0% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg)
    }

    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

.loaderMask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.8);
    z-index: 9999;
}

    .loaderMask.active {
        display: block;
    }

    .loaderMask img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100px;
        margin-left: -50px;
        margin-top: -11px;
        z-index: 9999;
    }

    .loaderMask.active img {
        display: block;
        animation: scale-bg 1.2s linear infinite;
        animation-direction: alternate;
    }

    .loaderMask:before {
        content: '';
        width: 120px;
        height: 120px;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: -2;
        margin: -60px 0 0 -60px;
        -webkit-border-radius: 100%;
        -mos-border-radius: 100%;
        border-radius: 100%;
    }

    .loaderMask:after {
        content: '';
        margin: -60px 0 0 -60px;
        width: 120px;
        height: 120px;
        position: absolute;
        left: 50%;
        top: 50%;
        border: 1px solid #959595;
        -webkit-box-shadow: 1px 1px #fff;
        box-shadow: 1px 1px #fff;
        z-index: -1;
        text-transform: uppercase;
        -webkit-animation: rotate 0.8s infinite linear;
        animation: rotate 0.8s infinite linear;
        -webkit-border-radius: 100%;
        -mos-border-radius: 100%;
        border-radius: 100%;
    }



.amountButton div {
    width: 18% !important;
    margin: 0 0 0 4px !important;
}