﻿.dynamicContent {
    border: solid 1px;
    border-color: black;
    margin-left: 10px;
    padding: 10px;
    width: 100%;
    text-align: justify;
    height: 70vh;
    margin-top: 10px;
}

.rootContent {
    border: solid 1px;
    border-color: black;
    margin-top: 10px;
    margin-left: 10px;
    padding: 10px;
    width: 100%;
    text-align: justify;
    height: 70vh;
}

.footerContent {
    background-color: #767171;
    color: white;
    width: 100%;
    margin-left: 10px;
    padding: 10px;
}

.toastui-editor-mode-switch {
    display: none !important;
}

.alertheader {
    display: block;
    position: absolute;
    top: 0;
    color: black;
    width: 100%;
    line-height: 1.8;
    cursor: pointer;
    opacity: 80%;
    background-color: yellow;
    border-radius: 4px;
    cursor: default;
    z-index: 5000;
    left: 0;
}

.alertstext {
    border-radius: 10px;
    content: " ";
    display: block;
    height: 100%;
    font-size: 15px;
}