.ls-label .select2-container,
.ls-label .chosen-container {
    display: block;
    width: 100% !important;
    max-width: 100%;
}

.select2-container--default .select2-selection--single{
    appearance: listbox;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    border-bottom-color: rgb(229, 231, 235);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(229, 231, 235);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(229, 231, 235);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(229, 231, 235);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset;
    height: 38px;
    padding-top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 5px !important;
}
