.select-container{
    margin-top: 5px;
}
.multi-select {
    border: 2px solid #555;
    margin-right: 4px;
    padding: 5px;
    color: #555;
    height: 30px;
    line-height: 26px;
    position: relative;
    overflow: hidden;
    font-size: 13px;
    font-weight: 100;
}
.multi-select input[type="checkbox"]{
    visibility: hidden;
    margin-left: -20px;
}
.multi-select:hover {
    cursor: pointer;
}

.selected-option {
    border-color: #f68b1f;
}

.disable-input {
    border-style: dashed;
}