/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
.field_with_errors input,
.field_with_errors select,
.field_with_errors textarea,
.field_with_errors .ts-wrapper {
    border: 2px solid red !important;
}
/* tom select style */
.ts-control {
    border: none !important;
    padding: initial !important;
    line-height: 1.25rem !important;
}

.full .ts-control,
.ts-control,
.ts-wrapper.single.input-active .ts-control {
    background: none !important;
}

.ts-dropdown {
    z-index: 100 !important;
}

.item,
.ts-control input {
    font-size: .875rem !important;
    color: black !important
}

.ts-control input::placeholder {
    color: black !important
}

