/**
Popup module - V1 - Parrys style
 */
#superPopup {
    background: #0000007d;
    z-index: 9999;
}
#superPopup .modal-content {
    border: 8px solid #182951;
    -webkit-box-shadow: 0px 0px 33px 2px white;
    -moz-box-shadow: 0px 0px 33px 2px white;
    box-shadow: 0px 0px 33px 2px white;
}
#superPopup .inner-modal-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#superPopup .inner-modal-header button {
    background: none;
    color: #595959;
}