
.DTE_Field .control-label {
    text-align: left;
}

.DTE_Field_Type_ckeditor {
    display: inline-block;
}

.DTE_Field_Type_title label.control-label {
    margin: 0 0 5px 0;
}



img.thumbnail {
    height: 128px;
}

img.club-logo {
    width:64px;
    height:64px;
} 



.select2-selection__clear {
    padding-right: 8px;
}

/* CKeditor 5 */
.ck.ck-mentions {
    padding-left: 0px;
    max-height: var(--ck-mention-list-max-height);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.ck.ck-list__item {
    cursor: default;
    min-width: fit-content
}

.ck-content .mention {
    border-radius: 25px;
    padding: 5px;
}

.ck.ck-splitbutton {
    font-size: inherit;
    display: flex;
    flex-flow: row;
}

.ck.ck-list {
    padding: 0;
}

.ck-editor__main h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0
}

.ck-editor__main h1,
h2,
h3,
h4 {
    border-bottom: 0;
}
