body::-webkit-scrollbar{width:1px}body::-webkit-scrollbar-track{background:#f3f6f8}body::-webkit-scrollbar-thumb{background-color:#c1c1c1;border:3px solid #c1c1c1;border-radius:10px}.loaderdiv{align-items:center;display:flex;height:100vh;justify-content:center;left:0;top:0;width:100%;z-index:100}.loader{-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top-color:#ee2429;height:60px;width:60px}.hide{display:none}.iframe{border:none;display:block;height:100vh;overflow:hidden;width:100%}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media only screen and (max-width:768px){.iframe{border:none;bottom:0;display:block;height:100vh;margin-top:100px;position:relative;width:100%;z-index:1}}