
.dialog-title {
    color: white !important;
    font-weight: bolder !important;
    font-size: 1.2rem;
}
.dialog-subtitle {
    font-weight: bolder !important;
    font-size: 1.0rem;
}
.dialog-orderid {
    font-weight: bolder !important;
    font-size: 1.5rem;
    color: black;
}
.status_blue_div {
    background-color: blue;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    display: inline-block;
    margin-bottom: -6px;
}
.status_green_div {
    background-color: green;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    display: inline-block;
    margin-bottom: -6px;
}
.alert_success {
    background-color: #34a05d !important;
}
