.info-modal__wrap {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.info-modal {
    max-width: 90%;
    background-color: white;
    z-index: 101;
    max-height: 85vh;
    position: relative;
}

.info-modal pre {
    background-color: #FFFFFF;
}

.info-modal__hidden {
    display: none;
}

.info-modal__prepend {
    overflow: auto;
    height: 80vh;
}

.info-modal__close {
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: 1000;
    font-size: 20px;
    cursor:pointer;
}
