﻿.popup_main-container {
    /*display: block;*/
    background: #000000b3;
}

.popup_modal-content {
    border: 2px solid #30C6FE;
}

.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: 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: #0A0E22;
    background: linear-gradient(90deg, rgba(10, 14, 34, 1) 8%, rgba(15, 1, 67, 1) 96%);
}

.popup_modal-footer-link {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 8px;
    background: #30C6FE;
    font-weight: 600;
}

    .popup_modal-footer-link:hover {
        color: #FFFFFF;
    }

.popup_modal-close-img {
    height: 10px;
}
