.vlt-popup{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.7);z-index:8899;overflow-y:auto;overflow-x:hidden;display:flex;flex-flow:row wrap;justify-content:center;align-items:center}.vlt-popup .popup-box{position:relative;background-color:#212124;border-radius:10px;min-width:320px;margin:5vw 0;height:-webkit-max-content;height:-moz-max-content;height:max-content}.vlt-popup .box-header{padding:10px 15px}.vlt-popup .box-header h6{text-align:center;width:100%;float:left;font-style:normal;color:#f7f7f7;font-size:1.5rem;font-weight:600!important;font-family:Montserrat,sans-serif}.vlt-popup .box-header .back-img{cursor:pointer}.vlt-popup .box-header .header-close{position:absolute;cursor:pointer;float:right;width:34px;top:12px;right:2%;opacity:.7;transition:transform .2s}.vlt-popup .box-header .header-close:hover{opacity:1;transform:scale(1.1)}.vlt-popup .box-header .header-close:active{transform:scale(.9)}.vlt-popup .popup-message{text-align:center;margin:1em;display:block}@media only screen and (max-width:37.5em){.vlt-popup .popup-box{min-width:210px;width:85%!important}.vlt-popup .box-header{padding:10px}.vlt-popup .box-header h6{font-size:15px}.vlt-popup .box-header .header-close{width:25px;top:8px}}@media only screen and (min-width:37.5em)and (max-width:61.25em){.vlt-popup .popup-box{min-width:500px}}