/**
Popup module - V1 - Parrys style
 */
#superPopup {
    background: #0000007d;
    z-index: 9999;
}
#superPopup .modal-content {
    border: 2px solid #a98a45;
}
#superPopup h3 {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
}
#superPopup .modal-content .modal-header .close {
    font-size: 35px !important;
}
#superPopup .inner-modal-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#superPopup .inner-modal-header button {
    background: none;
    color: #ffffff;
    opacity: 1;
}
#superPopup .modal-footer {
    border-top: 1px solid #a98a45;
}