.simplebar-content {
    overflow-x: hidden;
}

.doc-var {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

html {
  height: 100%;
  font-size: 12px;
}

#template-variables {
    max-height: 870px;
    overflow: auto;
}

#template-variables .doc-var-block {
    margin-bottom: 6px;
}

#template-variables .doc-var {
    display: block;
    width: 100%;
    border: none;
    background: none;
    padding: 0;
}

#template-variables .doc-var-description {
    font-size: 80%;
    color: gray;
}


#main-container .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #5c80d1;
    line-height: 1.2;
}
