.modalWrap{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;background-color:#00000095;z-index:997;border:none}.innerModal{max-width:calc(100% - 80px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;border-radius:5px;background-color:#f7f7f7;box-shadow:0 0 25px #000b;border:1px solid rgba(255,255,255,.215);overflow:hidden}.modalHeader{display:flex;justify-content:space-between;align-items:center}.wrapTheSlot{width:100%}@media (max-width: 600px){.innerModal{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:calc(100% - 40px);border-radius:10px 10px 0 0;top:auto}.modalHeader{display:flex;justify-content:space-between;width:100%}.withPlayer{max-height:calc(100% - 60px)}.wrapTheSlot{height:fit-content;overflow-y:scroll}}@media (max-width: 500px){.modalHeader h4{font-size:16pt}}
