.custom-modal-container{display:block;width:100%;max-width:800px;height:100%;position:fixed;left:50%;top:0;transform:translate(-50%)}@media only screen and (min-width:768px){.custom-modal-container{width:90%;height:90%;max-height:800px;top:30px}}.show-modal{z-index:100;opacity:1}.hide-modal{z-index:-1;opacity:0}.custom-modal-open{overflow:hidden!important}.custom-modal-backdrop{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(17,17,17,.7);animation:backdrop_entering_animation .3s linear;animation-fill-mode:forwards;overflow-y:hidden}.show-custom-backdrop{z-index:99}.hide-custom-backdrop{z-index:-2}@keyframes modal_entering_animation{0%{transform:translateY(120%)}to{transform:translateY(0)}}@keyframes modal_exit_animation{0%{transform:translateY(0)}to{transform:translateY(120%)}}@keyframes backdrop_entering_animation{0%{opacity:0}to{opacity:1}}@keyframes backdrop_exit_animation{0%{opacity:1}to{opacity:0}}