.profile-box-menu .profile-box-content .menu-items li a {
    font-size: 1em;
}

div.dt-button-collection {
    width: 170px;
}

.marker {
    color: blue;
    font-size: 1.2em;
}

.unlock_account {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #3366CC(0, 0, 0, 0);
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    outline: none !important;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.5em 1em;
    border: 1px solid #3399FF;
    border-radius: 2px;
    cursor: pointer;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    background-color: #e9e9e9;
    background-image: linear-gradient(to bottom, #0099FF 0%, #0099CC 100%);
    user-select: none;
    text-decoration: none;
}

.DTE_Body::after {
    clear: both;
    display: table;
    content: " ";
}

.DTE_Body::before {
    display: table;
    content: " ";
}

.DTE_Field_Type_title label {
    text-align: left !important;
}

.control-label {
    text-align: left !important;
}

.DTE_Field_Type_title.none-border label {
    border: none !important;
}

.h6 label {
    border: none !important;
}

.DTE_Field_Type_title {
    pointer-events: none;
}

// 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 {
    /* background:rgb(25 95 220 / 76%); */
    color: #ff2c2c;
    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;
}

.ck.ck-balloon-panel {
    display: none;
    position: absolute;
    z-index: 10000;
}

/* fix error length and filter not show on mobile devices */
@media (max-width: 767px) {

    .dataTables_length,
    .dataTables_filter {
        display: block;
        position: relative;
        width: 100%;
        margin: 8px;
        left: 0;
        right: 0;
        text-align: center;
    }
}

.select2-container--open {
    z-index: 9999999
}

div.DTE_Body_Content {
    max-height: 50vh;
    overflow-y: auto;
}