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

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

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

#artikel-isi-insert{
    /* border: 1px solid red; */
    height: 100% !important;
    width: 100% !important;
    /* overflow: hidden; */
}


.writer-js{
    background-color: rgb(249, 249, 249);
    width: 98.5%;
    height: 100vh !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;
}


