

/* Start:/local/components/prmedia/frontend.guide/templates/.default/style.css?1750764287786*/
.glossary__form-popup{
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #eee;
    position: absolute;
    left: 0;
    top: 64px;
    border-radius: 10px;
    box-shadow: 0px -1px 13px -9px rgba(34, 60, 80, 0.2);
    max-height: 287px;
    overflow: hidden;
    z-index: 10;
    opacity: 0;

}

.glossary__form-popup.animate{
    opacity: 1;
    animation: fadeIn 0.2s linear;
}

.glossary__form-popup div{
    padding: 14px 16px;
    background: #fff;
    border-radius: 10px;
    transition: 0.2s;
    cursor: pointer;
}

.glossary__form-popup div:hover{
    background: #f5f5f5;
}


@keyframes fadeIn{
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* End */
/* /local/components/prmedia/frontend.guide/templates/.default/style.css?1750764287786 */
