.custom-hover{
    min-width: 8rem;
}

.custom-hover:hover{
    background-color: rgb(104, 104, 104);
    color: white;
    transition: all 0.3s;
    cursor: pointer;
}

.ck-editor__editable_inline {
    min-height: 300px;
 }
 
.text-danger {
    color:red !important;
}
