.button{
    padding: 0.5rem;
    cursor: pointer;
}
.button:hover{
    background-color: #86B575;
    color: #fff;
}

.button svg{
    width: 1.25rem;
}
.select{
    margin: 0.5rem;
}

.modal-body-writer{
    height: 90% !important;
    /* border: 1px solid blue; */
    display: flex;
}

#editor-box,
#editor-box-news,
#editor-box-update,
#editor-box-news-update{
    /* border: 1px solid red; */
    height: 100% !important;
    width: 100% !important;
    /* overflow: hidden; */
}


.writer-js,
.writer-js-news,
.writer-js-update,
.writer-js-news-update{
    background-color: rgb(249, 249, 249);
    width: 98.5%;
    height: 85% !important;
    margin: 0.5rem;
    /* text-align: center; */
    border-radius: 10px;
    border: none;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px inset, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px inset;
}
