.modal-container{height:100vh;top:0;bottom:0;left:0;right:0;position:fixed}.hide-scrollbar,.modal-content{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar,.modal-content::-webkit-scrollbar{display:none}.modal{position:absolute;top:50%;left:50%;translate:-50% -50%;padding:1rem;z-index:1;width:calc(100vw - 2rem);max-height:calc(100% - 2rem)}.modal-content{max-height:calc(100vh - 10rem)}.modal-content-with-title{max-height:calc(100vh - 12rem)}.modal::-webkit-scrollbar{display:none}.modal-container:before{position:absolute;content:"";inset:0;background:rgba(0,0,0,.6)}