.file .listing-3 li {
    z-index: unset !important;
}

.document--eds {
    z-index: 1;
    padding-top: 1.015rem;
}
.document .eds {
    position: absolute;
    right: 0;
    top: 0;
}

.eds .eds__label {
    display: inline-block;
    user-select: none;
    cursor: pointer;
    padding: 5px;
    background-color: #7cb536;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
}
.eds .eds-popup {
    font-size: 1.5rem;
    position: relative;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #d4ecfc;
    color: #fff;
}
.eds .eds-popup:before {
    background-color: rgba(0, 0, 0, 0.633);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.eds .eds-popup .eds-popup__content {
    display: flex;
    flex-direction: column;
}
.eds .eds-popup .eds-popup__list {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}
.eds .eds-popup .eds-popup__list .eds-popup__list-item {
    display: flex;
    flex-direction: column;
}
.eds .eds-popup .eds-popup__list .eds-popup__list-item span:first-child {
    font-weight: 700;
}
.eds .eds-popup .eds-popup__help {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.eds .eds-popup .eds-popup__help a {
    color: white;
}
.eds .eds-popup .eds-popup__help i {
    font-size: 2rem;
}

.popup {
    position: absolute;
    width: auto;
    min-width: 320px;
    max-width: 480px;
    left: 0;
    z-index: 10;
    transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
}
.popup.popup--hide {
    position: fixed;
    opacity: 0;
    z-index: -100;
}

/*# sourceMappingURL=eds.css.map */
