.multiselect-dropdown {
    position: relative;
}

.editor__option__selector {
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #ced4da;
    background-color: #fff;
    justify-content: space-between;
    cursor: pointer;
}

.editor__option__selector .font-selected {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#sidebar #languageFormatOptions .editor__option__content {
    left: 15px;
    transform: unset;
    bottom: unset;
    top: 16px;
    max-width: unset;
    width: calc(100% - 30px);
    -webkit-box-shadow: grey 0 3px 8px;
    box-shadow: 0 3px 8px grey;
    border: 1px solid #ced4da;
    border-top: none;
    padding: 12px 2px 2px 12px;
    z-index: 25;
}
.editor__option__content  .multiselect-dropdown-list{
   height: 15rem;
    overflow-y: scroll;
}

div.checkbox{
    width: 100%;
    display: flex;
    position: relative;
    font-weight: 600;
    line-height: 20px;
    margin: 8px 0 6px;
}
div.checkbox:before{
    content: "";
    border-radius: 4px;
    background: #fff;
    margin-right: 12px;
    display: block;
    border: 1px solid #707078;
    width: 20px;
    height: 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
}
div.checkbox.checked:before{
    border: 1px solid #4acd86;
}

div.checkbox.checked:after{
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-image: url(/images/svg/check-box.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}


.option__title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1919;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: unset;
    margin-bottom: 8px;
}
#languageFormatOptions{
    position: relative;
}
.editor__option__search{
    position: absolute;
    top: 16px;
    left: 15px;
    width: calc(100% - 30px);
    z-index: 33;
}

.editor__option__content .language__selector.disable {
    pointer-events: none;
    opacity: 0.4;
}

span.optext {
    background-color: #def2ff;
    padding: 4px 16px;
    font-weight: 500;
    font-size: 15px;
    margin: 2px;
    border-radius: 100px;
    display: flex;
}

span.optext .optdel {
    margin: 2px -6px 1px 5px;
    font-size: .7em;
    cursor: pointer;
    color: #666;
    background: url(/images/svg/close-no-bg.svg) no-repeat 50%;
    width: 16px;
    height: 100%;
    background-size: 70%;
    opacity: .3;
}

span.optext .optdel:hover {
    opacity: 1;
}
span.down-arrow {
    margin-left: 6px;
    cursor: pointer;
    background: url(/images/svg/down-arrow-nobg.svg) no-repeat 50%;
    width: 15px;
    height: 100%;
    opacity: .6;
    flex-basis: 10%;
}
/*.wrap-select-file {*/
/*    margin-bottom: 550px;*/
/*}*/
[data-lang] {
    cursor: pointer;
}

@media  (max-width: 768px) {
    .option__panel .info {
        padding: 8px;
    }
    .option__panel__content {
        padding-top: unset;
    }
    #sidebar #languageFormatOptions .editor__option__content,
    .editor__option__search{
        top: 48px;
    }
}
