/* =========================
   DGXRO TINYMCE SKIN
========================= */




.tox-tinymce {
    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    background: #020617 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
}


/* botones */
.tox .tox-tbtn {
    color: #cbd5f5 !important;
}

.tox .tox-tbtn:hover {
    background: rgba(255,255,255,0.06) !important;
}

/* editor iframe */
.tox-edit-area__iframe {
    background: #020617 !important;
}

/* status bar */
.tox-statusbar {
    background: #020617 !important;
    border-top: 1px solid rgba(255,255,255,0.05);
}

/* dropdown */
.tox-menu {
    background: #020617 !important;
    border: 1px solid rgba(255,255,255,0.08);
}

.tox-collection__item--active {
    background: rgba(236,72,153,.15) !important;
}

/* glow focus */
.tox-tinymce:focus-within {
    box-shadow:
        0 0 0 1px rgba(236,72,153,.4),
        0 15px 35px rgba(0,0,0,.45);
}



.tox .tox-toolbar__group {
    align-items: center;
}