.error{
    color: firebrick !important;
}

/* styles.css */
.flash-message {
    padding: 10px;
    margin-bottom: 10px;
}

.success {
    background-color: #dff0d8;
    color: #3c763d;
    border: 1px solid #d6e9c6;
}

.danger {
    background-color: #f2dede;
    color: #a94442;
    border: 1px solid #ebccd1;
}

.showPass{
    position: absolute;
    top: 16px;
    right: 20px;
    font-weight: normal;
}

.text-danger label {
    width: auto !important; 
}

.white-font{
    color: #fff;
}

.dash-imgs:hover .white-font,
.dash-imgs:hover a {
    color: white;
}

.close i.fas.fa-times-circle {
    color: #000; 
    font-size: 1.2em; 
    transition: transform 0.3s ease; 
}

.close i.fas.fa-times-circle:hover {
    transform: rotate(90deg); 
}


.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.selected-item {
    display: inline-block;
    align-items: center;
    margin-top: 5px;
    margin-right: 10px;
    padding: 5px;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
.remove-item {
    margin-left: 10px;
    cursor: pointer;
    color: red;
}

.form-home{
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("/assets/img/icons/calendars.svg");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.alert.alert-dismissible.fade.show button {
    border: none !important;
    background-color: transparent !important;
}

#toggle_btn {
    display: none !important;
}

a.status-off {
    color: #5ab590 !important;
}

a.status-on {
    color: #d34c4c !important;
}