.mlel_frontend_form label {
    color: var( --e-global-color-text );
}
.codicts-select2 {
    display: none;
}
.codicts-select2.select2-hidden-accessible {
    display: block;
}
.codicts-mlel-modal .element {
    margin-bottom: 0;
}
.codicts-mlel-modal .loader-bg {
    height: 100px;
}
.codicts-mlel-modal .description {
    margin-top: 10px;
    display: block;
    font-size: 12px;
}
.codicts-mlel-modal textarea.codicts-tag-wrap {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 150px;
}
.no-search .select2-search {
    display:none
}
