#picker-menu a.faqPicker{background-image:url(../../bundles/contaofaq/faq.svg)}
.ce_ah_pop_up {
    display: none !important;
}

.ce_ah_pop_up.ah-pop-up-preview {
    display: block !important;
}

body.ah-pop-up-open {
    overflow: hidden;
}

.ah-pop-up-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9000;

    display: flex;
    justify-content: center;
    align-items: center;
}

.ah-pop-up-wrapper > .backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background: #000;
    opacity: .5;
}

.ah-pop-up-wrapper > .popup {
    margin-block: 5rem;
    padding: 3rem;

    width: calc(50ch + 3rem);
    max-width: 70%;
    height: fit-content;

    background: #fff;

    display: flex;
    flex-direction: column;
    position: relative;
}

.ah-pop-up-wrapper > .popup > .close {
    all: unset;
    outline: revert;

    cursor: pointer;
    align-self: flex-end;
    vertical-align: baseline;
}
.ah-pop-up-wrapper > .popup > .close::before {
    content: '\2715';
    font-size: 3rem;
}

.ah-pop-up-wrapper > .popup > .inner {
    flex: 1;
}

#picker-menu a.newsPicker{background-image:url(../../bundles/contaonews/news.svg)}
#picker-menu a.eventPicker{background-image:url(../../bundles/contaocalendar/calendar.svg)}
