.components-panel__header.edit-post-sidebar__panel-tabs{
    background-color: $bg-grey;
}
.editor-post-featured-image__container .components-button .editor-post-featured-image__toggle {
    background-color: $bg-grey !important;
}
.components-form-token-field__input-container {
    background-color: $ultra-grey !important;

}
.components-form-token-field__help {
    color: rgba($white, 0.8) !important;
}
.components-button.edit-post-sidebar__panel-tab{
    color: $white;
}
.components-panel__body.is-opened{
    background-color: $bg-grey;
    color: $white;
}
.css-1imalal.css-1imalal.css-1imalal{
    color: $white;
}
.components-panel__body-toggle.components-button{
    background-color: $bg-grey;
    color: $white;
}
.components-button.has-icon.has-text{
    color: $white;
}
.components-form-token-field__input-container input[type="text"].components-form-token-field__input{
    background-color: $heavy-grey;
    color: $white
}
.css-g8k84m{
    background-color: $heavy-grey;
    color: $white;
}
.block-editor-block-inspector__no-blocks{
    background-color: $bg-grey;
    color: $white;
}
.interface-interface-skeleton__sidebar{
    background-color: $heavy-grey;
}
.css-jz9ghk.css-jz9ghk.css-jz9ghk{
    background-color: $bg-grey;
}

.components-search-control input[type="search"].components-search-control__input:focus {
    background-color: $dark-slategray;

}
//text
.editor-post-title__block .editor-post-title__input, 
.editor-styles-wrapper .wp-block-post-title, .editor-styles-wrapper h1, 
.editor-styles-wrapper .heading-size-1{
    color: $black;
}
.editor-styles-wrapper li, .editor-styles-wrapper p, .editor-styles-wrapper p.wp-block-paragraph{
    color: $black;
}
.components-button.editor-post-last-revision__title:active, .components-button.editor-post-last-revision__title:hover{
    background-color: $bg-grey;
}

.css-jz9ghk.css-jz9ghk.css-jz9ghk {
    background: $bg-grey !important;
    color: $white !important;
    
}

.edit-post-header-toolbar .edit-post-header-toolbar__left > 
.components-button.has-icon.is-pressed, .edit-post-header-toolbar 
.edit-post-header-toolbar__left > .components-dropdown > 
.components-button.has-icon.is-pressed{
    background-color: $base-grey;
}
.components-menu-group__label {
    color: $white;
}
.components-menu-item__info {
    color: rgba($white, 0.8);
}

.block-editor-inserter__preview-content {
    background-color: $ultra-grey;

}
.block-editor-block-card {
    background-color: $bg-grey;
}
.block-editor-block-preview__container {
    background-color: $bg-grey !important;

}