@font-face {
    font-family: 'UTM American Sans';
    src: url('/Content/fonts/UTM American Sans.ttf') format('truetype');
}
.ohyea__bg--overlay {
    position: absolute;
    width: 0%;
    height: 0%;
    z-index: 0;
    opacity: 1;
    border-radius: 15px;
    overflow: hidden;
    border-radius: 8px;
    top: 0;
    left: 0;
}

.ohyea__bg.type-1 .ohyea__bg--overlay-hozital {
    background: transparent;
}

.ohyea__modal_content {
    border-radius: 8px;
    left: 0 !important;
    position: relative;
    background-color: transparent !important;
    box-shadow: none;
    border: none;
}

#popup-activity{
    height: 718px;
}

.popup-activity-top-bar{
    width: 100%;
    height: 140px;
    position: relative;
    display: flex;
    align-items: center;
}

.popup-activity-top-bar .title{
    width: 672px;
    height: 81px;
    background-image: url('/Content/distv2/img/sprite-sheet/popup-activity/title-frame.png');
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popup-activity-top-bar .title .text-gradient {
    background: linear-gradient(to bottom, #f6b217 25%, #fcfd49 54%, #bb6802 73%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    top: -8%;
    -ms-transform: translateY(-50%);
    text-align: center;
    display: block;
    font-size: 50.67px;
}

.popup-activity-top-bar .title .text-shadow {
    text-shadow: 3px 1px 3px #000;
    color: transparent;
    position: relative;
    top: -92%;
    display: block;
    text-align: center;
    font-size: 50.67px;
}

.popup-activity-top-bar .title .text-gradient, .popup-activity-top-bar .title .text-shadow {
    font-family: 'UTM American Sans', sans-serif;
    font-size: 50.67px;
    letter-spacing: 3px;
    display: inline-block;
}

.popup-activity-top-bar .exit{
    width: 68px;
    height: 68px;
    background-image: url('/Content/distv2/img/sprite-sheet/popup-activity/exit-btn.png');
    background-repeat: no-repeat;
    margin-left: auto;
    background-color: transparent;
    border: none;
    right: -100px;
    position: absolute;
}

.popup-activity-body{
    width: 100%;
    height: 513px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.activity-body-left-frame{
    width: 620px;
    height: 535px;
    background-image: url('/Content/distv2/img/sprite-sheet/popup-activity/NOW-frame.png');
    margin-left: 20px;
    transform: translate(0%) !important;
}

.activity-body-left-frame .title {
    color: white;
    font-size: 44px;
    text-align: center;
    margin-top: 22px;
}

.activity-body-left-frame .title span{
    font-weight: bold;
    color: #fff;
    margin-left: 14px;
    text-shadow: 2px 2px 3px rgba(255, 168, 0, 0.6), 
                 -2px -2px 3px rgba(255, 168, 0, 0.6),
                 2px -2px 3px rgba(255, 168, 0, 0.6),
                 -2px 2px 3px rgba(255, 168, 0, 0.6);
}

.activity-body-left-frame .slide-game{
    display: flex;
    position: relative;
    height: 373px;
    width: 80.5%;
    overflow: hidden;
    top: 25px;
    left: 60px;
}

.slide-game .frame-game-now{
    flex: none;
    width: 238px;
    height: 356px;
    background-image: url('/Content/distv2/img/sprite-sheet/popup-activity/frame-game-now.png');
}
.frame-game-now > div {
    margin-left: auto;
    margin-right: auto;
}
.frame-game-now .game-time{
    width: 191px;
    height: 26px;
    background-color: #321900;
    border-radius: 20px;
    margin-top: 25px;
}

.frame-game-now .game-time span{
    color: #fff;
    font-size: 18px;
}

.frame-game-now .game-image{
    width: 128px;
    height: 219px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.frame-game-now .game-image img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Resize the image to fit the container while maintaining its aspect ratio */
    z-index: -1;
}

.game-image .game-dictionary {
    position: absolute;
    right: -3px;
    bottom: 33px;
    width: 28px;
    height: 29px;
    background-image: url('/Content/distv2/img/sprite-sheet/popup-activity/dictionary.png');
    background-size: cover;
    cursor: pointer;
}

.frame-game-now .game-reward{
    width: 213px;
    height: 50px;
    background-image: url('/Content/distv2/img/sprite-sheet/popup-activity/money-frame.png');
    margin-top: -4px;
    margin-left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frame-game-now .game-reward span{
    font-family: 'MyriadPro-Bold';
    color: yellow;
    font-size: 28px;
    margin-left: 50px;
    margin-top: 8px;
}

.frame-game-now .game-btn-go{
    background-image: url('/Content/distv2/img/sprite-sheet/popup-activity/go-btn.png');
    width: 139px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -8px;
}

.frame-game-now .game-btn-go span {
    display: inline-block;
    padding: 2px 20px;
    font-family: 'MyriadPro-Bold';
    cursor: pointer;
    color: #ffffff;
    font-size: 25px;
    border-radius: 5px;
    margin-top: 5px;
    text-shadow: 2px 2px 3px rgba(205, 128, 179, 0.6), 
                 -2px -2px 3px rgba(205, 128, 179, 0.6),
                 2px -2px 3px rgba(205, 128, 179, 0.6),
                 -2px 2px 3px rgba(205, 128, 179, 0.6);
}

.activity-body-right-frame{
    width: 619px;
    height: 522px;
    background-image: url('/Content/distv2/img/sprite-sheet/popup-activity/NEXT-frame.png');
    margin-right: 20px;
}

.activity-body-right-frame .title {
    color: white;
    font-size: 44px;
    text-align: center;
    margin-top: 17px;
    margin-left: -33px;
}

.activity-body-right-frame .title span{
    font-weight: bold;
    color: #fff;
    margin-left: -7px;
    text-shadow: 2px 2px 3px rgba(63, 192, 255, 0.6), 
                 -2px -2px 3px rgba(63, 192, 255, 0.6),
                 2px -2px 3px rgba(63, 192, 255, 0.6),
                 -2px 2px 3px rgba(63, 192, 255, 0.6);
}

.activity-body-right-frame .slide-game{
    display: flex;
    position: relative;
    height: 369px;
    width: 80.5%;
    overflow: hidden;
    top: 25px;
    left: 51px;
}

.slide-game .frame-game-next{
    flex: none;
    width: 238px;
    height: 356px;
    background-image: url('/Content/distv2/img/sprite-sheet/popup-activity/frame-game-next.png');
}

.frame-game-next > div {
    margin-left: auto;
    margin-right: auto;
}

.frame-game-next .game-time{
    width: 191px;
    height: 26px;
    background-color: #321900;
    border-radius: 20px;
    margin-top: 25px;
}

.frame-game-next .game-time span{
    color: #fff;
    font-size: 18px;
}

.frame-game-next .game-image{
    width: 128px;
    height: 219px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.frame-game-next .game-image img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Resize the image to fit the container while maintaining its aspect ratio */
    z-index: -1;
}

.frame-game-next .game-reward{
    width: 213px;
    height: 50px;
    background-image: url('/Content/distv2/img/sprite-sheet/popup-activity/money-frame.png');
    margin-top: -4px;
    margin-left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frame-game-next .game-reward span{
    font-family: 'MyriadPro-Bold';
    color: yellow;
    font-size: 28px;
    margin-left: 50px;
    margin-top: 8px;
}

.frame-game-next .game-text{
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frame-game-next .game-text span{
    font-family: 'MyriadPro-Bold';
    color: #fff;
    font-size: 23px;
}

.popup-activity-footer{
    width: calc(100% + 50px);
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.popup-activity-footer .DontShow{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.DontShow input[type="checkbox"]{
    appearance: none;
    background-image: url('/Content/distv2/img/sprite-sheet/popup-activity/check-box.png');
    height: 31px;
    width: 31px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.DontShow input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    background-image: url('/Content/distv2/img/sprite-sheet/popup-activity/tick-check-box.png');
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.DontShow label {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    margin-right: 13px;
}

.container-popup-activity{
    display: flex;
    justify-content: center;
    width: 100%;
}

.frame-game-center{
    justify-content: center;
}