.ts-control {
    min-width: 100% !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    background: none !important;
    line-height: inherit !important;
    box-shadow: none !important;
    border: 0 !important;
    padding-bottom: 0px !important;
}

.no-border {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    padding: 0 !important;
    line-height: 18px;
    background: none !important;
    margin: 0 !important;
    text-indent: 0 !important;
}

@media (max-width: 600px) {
    .title {
        color: var(--black-1);
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 1 !important;
        letter-spacing: 0px !important;
    }
}
