﻿.popup_main-container {
    /*display: block;*/
    background: #000000b3;
}

.popup_modal-content {
    border: 2px solid #F7F706;
}

.popup_modal-body {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: end;
}

.popup_modal-header {
    border: none !important;
    display: flex;
    justify-content: end;
}

.popup_modal-close-btn {
    width: 20px !important;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    border: 0;
    background-color: black;
    color: white;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    bottom: 5px;
    left: 5px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup_modal-footer {
    background: #462C83;
}

.popup_modal-footer-link {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 8px;
    background: #F7F706;
    font-weight: 600;
}

    .popup_modal-footer-link:hover {
        color: white;
    }

.popup_modal-close-img {
    height: 10px;
}
