.mce-container, .mce-btn {
    background-color: #fdfdff !important;
}

.mce-container {
    border-color: #e4e6fc !important;
    border-radius: 4px;
}

.mce-widget {
    font-family: "Nunito", "Segoe UI", arial, serif !important;
}

.mce-active, .mce-btn:hover {
    border-color: #e4e6fc !important;
    border-radius: 4px;
    background-color: #d4d8fd !important;
}

.mce-primary button {
    background-color: #6777ef;
    border-radius: 5px;
    transition: .3s;
}

.mce-primary button:hover {
    background-color: #5c65a4;
    border-radius: 5px;
    transition: .3s;
}
