/* your styles go here */

.availability-status-override {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    /*background: #db6565;
    background-color: rgb(219, 101, 101);*/
    position: absolute;
    top: -5px !important;
    right: 0;
    /*border: 2px solid #fff;*/
}

.bg-success-override {
    background-color: #00ff00 !important;
}

.bg-alert-override {
    background-color: #ff0000 !important;
}

.btn-primary-orange {
    color: #fff;
    background-color: #ff6500;
    border-color: #ff6500;
}

.btn:hover {
    color: #ff6500;
    background-color:white;
}
.form-label {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #b5bac6;
}
.bg-dash-color-custom {
    background: #8a8d93 !important;
}
.text-dash-color-custom3 {
    color: #6f3bfd !important;
}
.text-dash-color-custom1 {
    color: #f95353 !important; /*red*/
}
.text-dash-color-custom2 {
    color: #4ed570 !important; /*green*/
}

.text-dash-color-custom3 {
    color: #6f3bfd !important; /*blue*/
}
