.popup-container{position:fixed;width:100%;z-index:10000;background-color:rgba(47,26,67,.5)!important;padding:110px 30px;top:0;bottom:0;left:0;right:0}.popup-content{position:relative;background-color:#fff;border-radius:5px;width:500px;max-height:80vh;height:100%;padding:25px!important;overflow-y:scroll}.inner-content{display:flex;align-items:center;justify-content:space-between}.inner-content>p{text-transform:capitalize;font-size:20px;font-weight:600;flex:1 1}@media (max-width:768px){.popup-content{width:50%!important;padding:20px!important;min-height:40vh;max-height:65vh}}@media (max-width:600px){.popup-content{width:100%!important}}@media (max-width:474px){.popup-container{padding:110px 10px}}