

/* Gutenberg masquer welcome popover*/
.components-modal__screen-overlay {
    display: none !important;
}

#wpadminbar {
    background-color: darkred !important;
}

.cx-vui-component {
    padding: 10px !important;
}
input.cx-vui-input, textarea.cx-vui-textarea, .wp-admin .cx-vui-select {
    background-color: #fffdeb !important;
    border: solid 1px #007cba !important;
    color: #7b7e81 !important;   

}
.cx-radio-item span.cx-radio-item {
    background-color: #007cba4f !important;
    
}

.cx-vui-switcher--off .cx-vui-switcher__panel {
     background: #ff000040 !important;
}
.cx-vui-switcher--off .cx-vui-switcher__trigger {
    background: indianred !important;
}

.cx-vui-repeater-item__heading {
    padding: 5px 20px 5px !important;
}
.cx-vui-panel {
    margin-bottom: 15px !important;
}


/* JETENGINE */
/* distinction des entetes de rubriques CPT*/
.postbox-header {
    background-color: antiquewhite;
}
.edit-post-meta-boxes-area #poststuff .stuffbox>h3,
.edit-post-meta-boxes-area #poststuff h2.hndle,
.edit-post-meta-boxes-area #poststuff h3.hndle{
    padding: 0px 15px;
}
.components-panel__body-toggle.components-button {
    border-bottom: solid 1px lightslategrey;
    background-color: #f0ffff;

    /* distinction des entetes de rubriques CPT*/
