.codex-editor {
    background-color: #ecf0f5;
    padding-top: 30px;
    border: #e3e3e3;
}

.ce-block {
    border-bottom: 1px dashed #c7c7c7;
}

.dark-preview .codex-editor {
    background-color: #000;
}

.dark-preview .ce-block {
    border: 0;
}

.dark-preview .ce-header,
.dark-preview .ce-paragraph,
.dark-preview .cdx-quote__text {
    color: #c4c4c5
}

.dark-preview .cdx-quote__text {
    min-height: inherit;
}

.dark-preview .ce-block a {
    color: #fff;
    text-decoration: none;
}

.dark-preview .cdx-input {
    border: 0;
}

.dark-preview .cdx-quote .cdx-input {
    border-left: 4px solid #fff;
    border-radius: 0;
    padding-left: 35px;
}

.dark-preview .cdx-input.cdx-quote__caption {
    border: 0 !important;
    text-align: right;
    font-style: italic;
}

.dark-preview .toggle-switch {
    display: none;
}

.dark-preview .anyButtonContainer__anyButtonHolder .btn {
    display: block;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0;
    border: 2px solid #fff;
    padding: 10px 0;
    font-weight: bold;
}

.dark-preview .anyButtonContainer__anyButtonHolder .btn:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000
}

.editor-tools-container {
    position: fixed !important;
    bottom: 20px !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto;
    margin-right: auto;
}

.save-update-content-container {
    background-color: #6bad47 !important;
    width: fit-content;
    border-radius: 50px;
    padding: 10px 10px 10px 20px;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.structure-button {
    background-color: #6bad47;
    border: 1px solid #e3e3e3;
    color: #fff;
    margin: 0 10px;
    border-radius: 50%;
    padding: 6px 9px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.structure-button:hover,
.structure-button:focus {
    color: #fff;
}

.structure-button.dark-mode,
.structure-button.dark-mode:hover {
    background-color: #000;
    border: 1px solid #e3e3e3;
    color: #c4c4c5;
}

.save-update-content-container small {
    color: #fff;
}

.save-update-content-container .btn-success {
    background: #7dc855 !important;
}

.save-update-content-container .btn-success {
    border-radius: 30px;
}

.tab-pane {
    padding-bottom: 90px !important
}

.editorjs-dropdown {
    min-width: 370px;
}

.editorjs-dropdown > p,
.editorjs-dropdown > img {
    margin-left: 10px;
    margin-right: 10px;
}

.editorjs-dropdown > p {
    line-height: 20px;
    margin-bottom: 0
}

.editorjs-dropdown > img {
    max-width: 95%
}

.dropdown-toggle::after {
    display: none !important
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

a:hover,
a:focus,
a:active {
    outline: none !important;
}
