.ts-control::before {
    color: #0047ba !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    font-size: 16px;
}

/* se posiciona el label en el border del select */
.tom_labels {
    position: absolute;
    z-index: 1;
    top: -11px;
    left: 18px;
    background: #fff;
    font-size: 11px;
    color: #121212;
}

.tom_labels2 {
    position: absolute;
    z-index: 2;
    top: -11px;
    left: 18px;
    background: #fff;
    font-size: 11px;
    color: #121212;
}