.loaderdiv{align-items:center;display:flex;height:100vh;justify-content:center;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}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.iframe{border:none;display:block;height:100vh;height:calc(var(--vh, 1vh)*100)}.hide{display:none}@media only screen and (max-width:768px){.iframe,body,html{height:100vh}.iframe{border:none;height:calc(var(--vh, 1vh)*100);overflow:hidden;position:sticky;width:100%}.dnd-section{padding:0!important}.hide{display:none}}footer{display:none}