.msJs-wraper label {
    position: relative;
}
.msJs-wraper label {
    display: block;
}

.msJs-wraper label input {
    margin: 0.5rem 0.5rem;
}

.msJs-wraper .msJs-group-name {
    font-weight: 600;
    padding: 0 0.3rem;
}

.msJs-wraper .msJs-group-mbr {
    padding: 0 0.3rem 0 1rem;
}

.msJs-wraper .msJs-label {
    text-align:start;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.msJs-wraper label:hover {
    background: #ede7e7;
    color: #000;
}

.msJs-wraper .msJs-options {
    background-color: #fff;
    color: #000;
    border: 1px solid #EDE7E7;
    position: absolute;
    z-index: 99;
    margin-bottom: 1rem;
    overflow: auto;
    max-height: 5rem;
}

.msJs-wraper .msJs-title {
    border: 1px solid #d7d3d3;
    background-color: #fff;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    height: 2.4rem !important;
    display:flex;
    align-items: center;
}

.msJs-wraper .msJs-title-def {
    padding-left: .5rem;
    position:relative;
}

.msJs-wraper .msJs-title .msJs-title-text {
    padding: 0 .2rem 0 .2rem;
    margin: 0.3rem 0.3rem 0.3rem 0;
    border: dotted 1px #c4c1c1;
    height: 1.5rem;
    display: flex;
    align-items: center;
}

.msJs-wraper .msJs-title .deselect:after {
    vertical-align:text-top;
    margin-right: .2rem;
    padding: 0 .2rem 0 .2rem;
    content: "\00d7";
    cursor: pointer;
    color: #a00303;
    font-size: 1.2rem;
    align-items:center;
    font-weight: bolder;
}

.msJs-wraper .msJs-title .deselect:hover{
    color: #0ef15a;
}

.msJs-wraper .msJs-title .msJs-arrow {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 95%;
    width: 1.5rem;
    background-color: #EDE7E7;
    border-left: 1px solid #d7d3d3;
}

    .msJs-wraper .msJs-title .msJs-arrow div {
        margin-left: 0.45rem;
        margin-top: 0.45rem;
        width: 0.5rem;
        height: 0.5rem;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
    }

.msJs-wraper .msJs-title::after {
    position:absolute;
    right: 0;
    content: "\25bc";
    font-size: small;
    background-color: inherit;
    padding: 0.3rem;
    color: #727070;
}
