﻿.dynamic-modal {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: absolute;
    left: 75%;
    height: 100%;
    z-index: 999999;
    background-color: rgb(250 250 250);
    display: none;
    width: 25%;
    padding: 20px;
    position: fixed;
    overflow-y: auto;
}
