
/* RICH EDIT */
.tox-tinymce {
    padding: 0 !important;
    border-radius: 6px !important;
    border: none !important;
    box-shadow: 0 0 2px #00000050 !important;
}
.tox-editor-header {
    padding-top: .5rem !important;
}
.tox .tox-statusbar {
    display: none !important;
}

.mce-content-body {
    /* position: relative; */
    font-family: "Baloo 2", serif;
    font-size: 14pt;
}
.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
    font-family: "Baloo 2", serif;
    font-size: 14pt;
    color: #00000080;
    font-weight: 300;
    pointer-events: none;
}
.tox .tox-tbtn:hover {
    background: #F8C8DC !important;
}
.tox .tox-tbtn:hover svg {
    fill: white !important;
}

#schedule {
    position: relative;
}
#schedule::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 70%;
    background: white;
    height: 50%;
    width: 100vw;
}