.is-fullvh {
    height: calc(100vh - 3.25rem);
}

.is-scrollable {
    overflow-y: auto;
    max-height: 100%;
}

.devicon-font-64 {
    font-size: 64px;
}

.fa-font-64 {
    font-size: 64px;
}

.menu-move-up-a-bit {
    margin-top: -0.1rem;
}

.menu-text-white {
    color: #fff !important;
}

.menu-text-white:hover {
    color: #000 !important;
}

.editorloaded {
    z-index: 30;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #757575 #DFE9EB;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
    width: 7px;
    width: 7px;
}

*::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #DFE9EB;
}

*::-webkit-scrollbar-track:hover {
    background-color: #E2E2E2;
}

*::-webkit-scrollbar-track:active {
    background-color: #E6F0F3;
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #757575;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #A3A3A3;
}

*::-webkit-scrollbar-thumb:active {
    background-color: #A3A3A3;
}

[contenteditable]:focus {
    outline: 0px solid transparent;
}