.promotion-popup-loaded {
    content: "successful";
    display: none;
}

#certificate-popup-open {
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 767px) {
    #certificate-popup .popup-content h3 {
        font-size: 15px;
    }    
}

.popup-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.promotion-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: auto;
    visibility: hidden;
}

.popup-content {
    background-color: #fff;
    max-width: 90%;
    height: fit-content;
    margin: 5rem 0;
    border-radius: 15px;
    border: 1px solid #707070;
    padding: 4rem;
    position: relative;
}

.popup-detail {
    padding: 0 1.5rem;
}

.popup-close {
    font-size: 1rem;
    color: #00916e;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.popup-close-text {
    display: block;
    padding-bottom: 1px;
    border-bottom: 1px solid #00916e;
    width: fit-content;
}

.popup-image-detail {
    width: 100%;
    margin-top: 0.6rem;
    margin-bottom: 2.5rem;
}

.popup-list-header {
    font-weight: bold;
}

.popup-list {
    list-style-type: disc !important;
    padding-left: 1rem !important;
}

.popup-list li {
    list-style: disc !important;
}

@media only screen and (max-width: 600px) {
    .popup-content {
        padding: 1rem;
    }

    .popup-content h3 {
        text-align: center;
    }
}

.popup-blocker {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    /* -1 from propmotion-popup z-index (9999) */
    z-index: -1;
}
