﻿@charset "utf-8";
/* CSS Document */
.modal-dialog.promo {
    max-width: 750px;
}

.modal-content.promo {
    background: linear-gradient(to bottom, rgba(0,15,64,1) 0%, rgba(2,4,39,1) 100%);
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 14px;
}

button.close-promo {
    background: none;
    border: none;
    color: #fff;
    padding: 0;
    line-height: 0;
    font-size: 26px;
    height: 26px;
    width: 26px;
    position: absolute;
    right: -10px;
    top: -10px;
    transform-origin: center center;
    z-index: 2;
    transition: 0.3s;
}

    button.close-promo:hover {
        transform-origin: center center;
        transform: rotate(180deg);
        transition: 0.3s;
    }

.pmtitle {
    background: linear-gradient(to bottom, rgba(0,15,64,1) 0%, rgba(2,4,39,1) 100%);
    border-bottom: 1px solid #1996e2;
    padding: 12px 20px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.pmcontent {
    padding: 20px 15px;
}

/** Login **/
.modal-dialog.login {
    max-height: 500px;
    top: 2%;
}

.modal-content.login {
    background: #000f40;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 20px;
}

button.close-x {
    background: #1996e2;
    border: none;
    border-radius: 50%;
    color: #fff;
    padding: 0;
    height: 33px;
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    right: -14px;
    top: -14px;
    transition: 0.4s;
}

    button.close-x:hover {
        color: #1996e2;
        background: #fff;
        transform: rotate(180deg);
        transition: 0.4s;
    }

.logtitle {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    margin: 10px 0;
    font-family: 'Roboto Condensed';
    font-weight: 700;
}

.login-wrapper {
    max-width: 85%;
    width: 100%;
    margin: 15px auto 0;
}

    .login-wrapper label {
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
    }

.forgot-link {
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 5px;
    font-size: 13px;
    font-weight: 500;
}

.reg-link {
    text-align: center;
    text-transform: uppercase;
    color: #4fe4ff;
    margin: 5px 0;
    font-size: 13px;
    font-weight: 500;
}

.forgot-link a {
    color: #4fe4ff;
}

/** Payout Table **/
.modal-dialog.payout {
    max-width: 650px;
}

.modal-content.payout {
    background: #000f40;
    color: #fff;
    text-align: center;
}

.close-payout-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    border: none;
    background: none;
    color: #1b95e1;
    font-weight: 700;
    font-size: 18px;
    z-index: 2;
}

.payout-title {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0;
}

.caption-payout {
    padding: 5px;
    color: #fff;
    font-weight: 600;
}

.caption-red {
    color: #ff0000;
    text-align: left;
    padding: 5px 0;
    font-weight: 700;
}

.red-text {
    color: #ff0000;
}

/** Angpau Prize **/
.modal-dialog.event {
    top: 2%;
}

.modal-content.angpau {
    max-width: 365px;
    margin: 0 auto;
    background: none;
    border: none;
}

.card-gift {
    position: relative;
    max-width: 520px;
    margin: auto;
    text-align: center;
    cursor: pointer;
}

img.gift-card {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    transition: 0.3s;
}

.card-prize {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.card-gift.active img.gift-card {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.card-gift.active .card-prize {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
}

.prize-amt {
    position: absolute;
    visibility: hidden;
    transform: scale(0.4);
    opacity: 0;
    left: 0;
    right: 0;
    top: 64%;
    z-index: 2;
    font-size: 42px;
    font-weight: 700;
    color: #00326b;
}

.card-gift.active .card-prize .prize-amt {
    transition: ease-in-out 1s;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.modal-content.wheel {
    max-width: 700px;
    margin: 0 auto;
    background: none;
    border: none;
}

/** Bonus More Info **/
.modal-dialog.moreinfo {
    max-height: 600px;
    top: 1%;
}

.modal-content.moreinfo {
    background: #000f40;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 15px;
    font-size: 14px;
}

.mtitle-1 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
}

ul.terms {
    padding-left: 17px;
}
