/*div.ts-control {
    width: 100%;
    margin-bottom: 1.5em;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23d1d1d1" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0.1rem solid #d1d1d1;
    border-radius: 0.4rem;
    box-shadow: none;
    box-sizing: inherit;
    height: 3.8rem;
    font-family: inherit;
    font-size: 100%;
    padding: 0.6rem 3rem 0.7rem 1rem;
    line-height: inherit;
    color: black;
}


.ts-wrapper.single.input-active.dropdown-active .ts-control {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%239b4dca" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
    border-color: #9b4dca;
}*/

div.nice-select:after {
    border-right: 0;
    border-bottom: 0;
    transform: rotate(0deg);
}


div.nice-select {
    margin-bottom: 1.5rem;
    float: none;
}
