/*
 * 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.
 */
/* 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
}

/* .datagrid-filter .ts-wrapper { */
/*     width: 100%; */
/* } */
/**/
/* .datagrid-filter .ts-control { */
/*     align-items: center; */
/*     border: 1px solid rgb(209 213 219) !important; */
/*     border-radius: 0.5rem !important; */
/*     display: flex; */
/*     min-height: 42px; */
/*     padding: 0.5rem 0.75rem 0.5rem 2.5rem !important; */
/* } */
/**/
/* .datagrid-filter .ts-wrapper.focus .ts-control, */
/* .datagrid-filter .ts-control:focus-within { */
/*     border-color: rgb(59 130 246) !important; */
/*     box-shadow: 0 0 0 1px rgb(59 130 246 / 1) !important; */
/* } */
/**/
/* .datagrid-filter .ts-dropdown { */
/*     border: 1px solid rgb(226 232 240) !important; */
/*     border-radius: 0.75rem !important; */
/*     margin-top: 0.25rem; */
/*     overflow: hidden; */
/* } */
