﻿.cke_chrome {
    border: 1px solid #24304F !important;
    border-radius: 10px !important;
    overflow: hidden;
    background: #151C33 !important;
}

.cke_top {
    background: #151C33 !important;
    border-bottom: 1px solid #24304F !important;
}

.cke_button {
    transition: 0.2s;
}

    .cke_button:hover {
        background: #24304F !important;
        border-radius: 6px;
    }

.cke_button_icon {
    filter: brightness(1.8);
}

.cke_bottom {
    background: #151C33 !important;
    border-top: 1px solid #24304F !important;
}

.cke_panel {
    background: #151C33 !important;
    border: 1px solid #24304F !important;
    color: #FF0000 !important;
}

.cke_panel_block {
    background: #151C33 !important;
    color: #FF0000 !important;
    /*background: #ff0000 !important;*/
}

    .cke_panel_block::-webkit-scrollbar {
        width: 8px;
    }

    .cke_panel_block::-webkit-scrollbar-track {
        background: #11182D;
    }

    .cke_panel_block::-webkit-scrollbar-thumb {
        background: #2F6FE4;
        border-radius: 10px;
    }


.cke_panel_listItem {
    color: #FF0000 !important;
}
.cke_panel_listItem a {
    color: #FFFFFF !important;
}

    .cke_panel_listItem a:hover,
    .cke_panel_listItem a:focus {
        background: #24304F !important;
        color: #FFFFFF !important;
    }

/*    .cke_panel_listItem a:hover {
        background: #24304F !important;
        color: #FFFFFF !important;
    }

.cke_panel_listItem.cke_selected a {
    background: #2F6FE4 !important;
    color: #FFFFFF !important;
}*/
.cke_panel_listItem.cke_selected a,
.cke_panel_listItem.cke_selected a:hover {
    background: #2F6FE4 !important;
    color: #FFFFFF !important;
}
    .cke_panel_listItem a.cke_selected {
        background: #2F6FE4 !important;
        color: #FFFFFF !important;
    }
.cke_dialog_body {
    background: #151C33 !important;
    color: #FFFFFF !important;
}

.cke_dialog_title {
    background: #11182D !important;
    color: #FFFFFF !important;
    border-bottom: 1px solid #24304F !important;
}

.cke_dialog_ui_input_text {
    background: #0B1020 !important;
    color: #FFFFFF !important;
    border: 1px solid #24304F !important;
}

a.cke_dialog_ui_button {
    background: #24304F !important;
    color: #FFFFFF !important;
    border: none !important;
}

.cke_dialog_ui_button_ok {
    background: #2F6FE4 !important;
}

a.cke_dialog_ui_button:hover {
    filter: brightness(1.1);
}

/*
.cke_reset_all {
    color: #AAB3CC !important;
}
.cke_reset_all a{
    color: #00FF00 !important;
}*/


