body, html {
    overflow-x: hidden;
}

.sn-notify-autoclose:before {
    display: none !important;
}

.janela_editor {
    width: 100vw;
    height: 100vh;
    position: fixed;
}

.janela_editor ::-webkit-scrollbar-track, .janela_editor::-webkit-scrollbar-track {
    border: 5px solid white;
    background-color: #b2bec3;
}

.janela_editor ::-webkit-scrollbar, .janela_editor::-webkit-scrollbar {
    width: 8px;
    background-color: #dfe6e9;
}

.janela_editor ::-webkit-scrollbar-thumb, .janela_editor::-webkit-scrollbar-thumb {
    background-color: #74b9ff;
    border-radius: 10px;
}

.botao_fechar_editor_deck {
    position: absolute;
    font-size: 1.2em;
    top: 0.8em;
    right: 0.8em;
}


@media (min-width: 1000px) {
    .janela_editor {
        width: auto;
        height: auto;
        resize: both;
        max-height: 20em;
        position: absolute;
    }

    .editor_content {
        rotate: 0deg;
    }

    .botao_fechar_editor_deck {
        top: 0;
        font-size: 1em;
        right: 0.2em;
    }
}