﻿@charset "utf-8";
/* CSS Document */
button.close-x {
    position: absolute;
    background: none;
    border: none;
    padding: 0;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    right: 21px;
    top: 9px;
    z-index: 2;
}
.modal-content.language {
    background: url("/event/assets/eg33/images/games-reward/popup-base-sm.png")no-repeat;
    background-size: 100% 100%;
    border: none;
    padding: 30px 30px;
    color: #0F0F0F;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Cubano';
    text-transform: uppercase;
}
.title-1 {
    font-size: 28px;
    color: #381e0f;
    text-align: center;
}
.lang-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.lang-wrap a {
    display: block;
    max-width: 90px;
    margin: 0 5px;
}
.modal-dialog.terms {
	max-width: 800px;
}
.modal-content.terms {
    background: url("/event/assets/eg33/images/games-reward/popup-base.png")no-repeat;
    background-size: 100% 100%;
    border: none;
    padding: 30px 30px;
    color: #2e120c;
    font-weight: 700;
    font-size: 14px;
}
.title-popup {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}
ul.terms {
	padding-left: 17px;
}
.modal-content.reward {
    background: none;
    border: none;
    color: #fff;
    padding: 0;
	max-width: 300px;
	margin: 0 auto;
}
.modal-content.reward button.close-x {
    color: #fff;
}
.reward-gift {
    position: relative;
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
	cursor: pointer;
	transition: 0.3s;
}
.open-gift {
    position: absolute;
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
	opacity: 1;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.reward-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 28%;
    color: #000;
    font-size: 24px;
    font-weight: 700;
	opacity: 0;
	transform: scale(0.3);
	transition: 0.5s;
}
.reward-wrap.active .reward-gift {
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.reward-wrap.active .open-gift {
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}
.reward-wrap.active .open-gift .reward-text {
	opacity: 1;
	transform: scale(1);
	transition: 0.5s;
	transition-delay: 0.3s;
}


@media(max-width: 767px) {
button.close-x {
    font-size: 17px;
    right: 10px;
    top: 5px;
}
.modal-content.terms, .modal-content.language  {
    background: linear-gradient(to bottom, rgba(253,234,93,1) 0%, rgba(245,170,39,1) 11%, rgba(245,170,39,1) 100%);
    box-shadow: inset 0 -5px 15px #fde95d;
    border-radius: 20px;
    border: 2px solid #ffffab;
    padding: 20px 15px;
}

}











