/* put your own styles to customize and override the theme */

.ck-editor__editable[role="textbox"] {
    /* editing area */
    min-height: 200px;
    color: #333;
}
.ck-content .image {
    /* block images */
    max-width: 80%;
    margin: 20px auto;
}
.hidden {
    display: none;
}

.card {
    width: 100%;
}

.customcontainer {
    display: flex;
    margin: none !important;
    padding: none !important;
}



.side-section {
    flex-grow: 1; /* Allow the side section to take up all available space */
    /* Add any other styles for your side section */
}

.select2-search__field {
    width: 100% !important;
}

