
.error {
	width:100%;
	margin-top:.25rem;
	font-size:80%;
	color:#ff4b4b
}

.alert-success {
	color: #37e6b0;
	border-color: #49f0d3;
	background-color: #e2fcf4;
}

.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 5px;
}

.alert-warning {
    color: #b84600;
}

/* Ensure select2 dropdown uses form-control styles */
.select2-container--default .select2-selection--single {
    height: calc(2.25rem + 2px) !important; /* Match height of form-control */
    border: 1px solid #ced4da !important; /* Match border color of form-control */
    border-radius: 0.25rem !important; /* Match border radius of form-control */
    padding: 0.375rem 0.75rem !important; /* Match padding of form-control */
    background-color: #fff !important; /* Match background color of form-control */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(2.25rem + 2px) !important; /* Match line height of form-control */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.25rem + 2px) !important; /* Match height of form-control */
    top: 0 !important;
    right: 0.75rem !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0.3em 0.3em 0 0.3em !important;
}

/* Ensure focus styles match form-control */
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    border-color: #80bdff !important; /* Match border color on focus */
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important; /* Match box shadow on focus */
}

/* Ensure disabled styles match form-control */
.select2-container--default .select2-selection--single[aria-disabled="true"] {
    background-color: #e9ecef !important; /* Match background color when disabled */
    opacity: 1 !important; /* Ensure opacity matches form-control */
}

ul.ui-autocomplete {
    z-index: 1900;
}