  .ifrmasimulacao_div{
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
body::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;               
}
body::-webkit-scrollbar-track {
  background: #F3F6F8;        
}

body::-webkit-scrollbar-thumb {
  background-color: #C1C1C1;    
  border-radius: 10px;       
  border: 3px solid #C1C1C1;  
}
.loaderdiv{
  top:0;
  display:flex;
  z-index:100;
  justify-content: center;
  align-items: center;
  width:100%;
  height:100vh;
}

.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #EE2429;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1.5s linear infinite; /* Safari */
  animation: spin 1.5s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.hide{
display:none;
}
.iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
}

}
@media only screen and (max-width: 768px){

  .iframe {
    display: block;
    width: 100%;
    height:100%;
    border: none;
    overflow: hidden;
    position: sticky;
}
  .dnd-section{
  padding:0px !important;
  }
}
footer {
display: none;
}

