@use '../../layouts/variables.module.scss' as *;
.container {
width: 100vw;
height: calc(100vh - $reservedTopHeight);
position: fixed;
}
.containerLoading {
width: 100%;
height: 50vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.iframeCid {
border: none;
pre {
color: #fff !important;
}
}