/* popup */

.popup__redeem-inner a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.popup__redeem {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.popup__redeem::-webkit-scrollbar {
    width: 0 !important;
}

.popup__redeem:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle;
}

.popup__redeem-inner {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
    max-width: 900px;
    padding: 40px;
    -webkit-box-shadow: 0px 2px 6px #000;
    box-shadow: 0px 2px 6px #000;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    margin: 50px 0;
    word-wrap: break-word;
    color: #fff;
    border: 1px solid #404040;
    font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 600px) {
    .popup__redeem-inner {
        padding: 40px 20px;
    }
}

.popup__redeem-close {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 30px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 100%;
    background: transparent;
    border: solid 4px #333333;
}

.popup__redeem-close:after,
.popup__redeem-close:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 3px;
    height: 4px;
    width: 16px;
    border-radius: 30px;
    background: #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup__redeem-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup__redeem-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: #eb0000;
    text-decoration: none;
    border-color: #eb0000;
}

.popup__redeem-close:hover:after,
.popup__redeem-close:hover:before {
    background: #fff;
}

@media (max-width: 950px) {
    .popup__redeem-inner {
        max-width: 900px;
        width: 90%;
    }
}

.popup__redeem .modal-content {
    background-color: transparent;
}

.popup__redeem .modal-content a {
    border: none;
    background: none;
    color: #eb0000;
}

.popup__redeem .modal-content a:hover {
    border: none;
    background: none;
}


/* Terms and Conditions */

.modal-content {
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.modal-content .modal-header h5 {
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 0;
    margin: 20px 0;
    color: #fff;
}

.modal-content .modal-header p {
    text-align: left;
    font-size: 18px;
    margin-bottom: 2.5%;
    line-height: 24px;
}

.modal-content .modal-body {
    text-align: left;
}

.modal-content .modal-body h3 {
    font-size: 40px;
    text-align: center;
    margin: 40px 0;
}

.modal-content .modal-body .popup__redeem-modal p {
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0;
    color: #9a9a9a;
}

.modal-content .modal-body .popup__redeem-modal h5 {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    background-color: #bdbdbd;
    padding: 5px 10px;
    color: #000;
}

.modal-content .modal-body .popup__redeem-modal {
    margin-bottom: 30px;
}

.modal-content .modal-body ul.popup__redeem-list {
    padding-left: 20px;
    list-style: none;
}

.modal-content .modal-body ul.popup__redeem-list li {
    font-size: 18px;
    position: relative;
    list-style: decimal;
    margin-bottom: 10px;
    color: #7f7f7f;
}

.modal-content .modal-body ul.popup__redeem-list li::before {
    /* content: url('../images/list_circle_y.png'); */
    /* content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
    background-color: rgb(214, 200, 0);
    border-radius: 100%; */
}

.modal-content .modal-body ul.popup__redeem-list li span {
    display: inline-block;
    text-indent: -25px;
    color: #000;
    font-weight: bold;
    vertical-align: middle;
}

.modal-content .modal-body ul.popup__redeem-list li a {
    color: #ddd;
    text-decoration: none;
}

a.close-btn {
    background-color: transparent;
    color: #404040;
    padding: 10px 20px;
    display: inline-block;
    border: 2px solid #404040;
    font-size: 16px;
    font-weight: bold;
}

a.close-btn:hover {
    background-color: rgba(255, 255, 255, 0.2)
}

.tc-text {
    background: none;
}


/*# sourceMappingURL=main-TandC.css.map */