﻿.popup_main-container {
    /*display: block;*/
    background: #000000b3;
}

.popup_modal-content {
    border: 2px solid #F3B512;
}

.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: transparent;
    color: #FFFFFF;
    font-weight: 700;
    border-radius: 50%;
    /*position: relative; 
    bottom: 5px;
    left: 5px;*/
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: brightness(0) invert(1);
}

    .popup_modal-close-btn:focus,
    .popup_modal-close-btn:active {
        background: transparent !important;
        color: white !important;
    }

.popup_modal-footer {
    background: #16181B;
    border-top: none;
}

.popup_modal-footer-link {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 8px;
    background: #F3B512;
    font-weight: 600;
}

    .popup_modal-footer-link:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

.popup_modal-close-img {
    height: 20px;
}
