.blackout,.popup-container{background-color:rgba(0,0,0,.2);position:fixed;z-index:9999;top:0;left:0;padding-top:15px;padding-bottom:15px;width:100vw;height:100vh}.popup-container{background-color:none;z-index:99999;display:flex;justify-content:center}.popup-container .rv-popup{background-color:#fff;min-width:30vw;min-height:20vw;max-width:95vw;margin:auto;border-radius:10px;padding-bottom:15px}@media (min-width:1150px){.popup-container .rv-popup{max-width:65rem}}.popup-container .rv-popup .popup-header{height:50px;font-size:17px;display:flex;justify-content:space-between;align-items:center;border-radius:10px 10px 0 0;background-color:#fff;box-shadow:0 5px 10px -2px rgba(0,0,0,.25)}.popup-container .popup-content{overflow-y:scroll;max-height:75vh;text-align:left;padding-right:1rem;padding-left:1rem;padding-top:2rem;padding-bottom:2rem}.popup-container .bottom-buttons{padding-top:1rem;padding-bottom:2rem;display:inline-flex}.popup-container .close:hover{cursor:pointer}@media (max-width:600px){.popup-container{padding-top:0;padding-bottom:0}.popup-container .rv-popup{width:100%;max-width:100%;min-height:100vh;border-radius:0}.popup-container .popup-content{padding-bottom:4rem;padding-top:1rem}}