.showPopUp{
    display: block;
}

.hidePopUp{
    display: none;
}

.backdrop{
    display: flex;
    position: fixed; 
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    width: 100%; 
    height: 100%; 
    top: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.backdrop .popUp{
    border-radius: 10px;
    max-width: 528px;
    margin: 0px 20px;
    overflow: hidden;
    background-color: white;
    max-height: 100%;
}

.backdrop #popup-challenge-registration p{
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: normal;
}

.popUp .image{
    position: relative;
    background-image: linear-gradient(to right, white, white);
    background-repeat: no-repeat;
    background-position-y: 20px;

}

.popUp .text-container{
    padding: 24px 30px 30px 30px;
    background-color: white;
}

@media screen and (min-width: 1024px){
    .popUp .text-container{
        padding: 24px 40px 40px 40px;
    }
}


.image .overlay {
    position: absolute; 
    top: 0; 
    right: 0;
    color: black;
    padding: 16px;
    padding-right: 10px;
}

.image .congrat-overlay{
    position: absolute;
    top: 50px;
    right: 0;
    color: black;
    font-size: 24px !important;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.image .overlay::after{
    content: "\00d7";
    font-weight: 300;
    font-size: 42px !important;
    cursor: pointer;
    
}
.image {
    width: 100%;
    height: 100%;
}

.image img{
    border: none;
    box-shadow: none !important;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, white, white);
    background-repeat: no-repeat;
    background-position-x: -20px

}

.popUp p{
    text-align: left;
    line-height: normal;
    font-size: 18px !important;
}

.popUp .text-container #is_winner-from-to{
    font-size: 18px !important;
}

#popup-challenge-registration{
    background-color: transparent;
}

#popup-challenge-registration button{
    background-color: #0075b4;
    background-image: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 20px !important;
    padding: 10px 35px;
}

#popup-challenge-registration #do-not-show{
    text-decoration: underline;
    color: #006D9E;
    cursor: pointer; 
    font-size: 14px !important;
    font-weight: 500;
}

#popup-challenge-is_winner .text-container{
    padding-top: 16px;
}

#popup-challenge-not_winner img{
    max-width: 275px; 
    max-height: 285px;
    margin-top: 40px;
}