﻿.actionButtonContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.actionButtonLeft {
    display: flex;
    align-items: center;
}

.actionButtonRight {
    display: flex;
    align-items: center;
}

.stripo-preview-frame {
    height: 100%;
    min-height: 400px;
}

.stripoContainer {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 800px;
}

#stripoPreviewContainer {
    min-height: 800px !important;
}

#stripoSettingsContainer {
    min-height: 900px !important;
}

.leftStripo {
    flex: 1 1 auto;
    box-sizing: border-box;
}

.rightStripo {
    flex: 0 0 auto; /* Don't grow or shrink */
    width: 300px; /* Adjust this width as needed */
    box-sizing: border-box;
}

.esdev-settings-tabs {
    display: block !important;
}

.div-extra-prop-container {
    display: flex;
    flex-direction: column;
}

.extra-prop-row {
    display: flex;
    flex-direction: row;
    margin-bottom:5px;
}
.cke_notifications_area{
    display:none!important;
}