.error{
    color: red;
}
.success{
    color: green;
}

.mt-30{
    margin-top: 30px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}

.station,.common_gray_card{
    background-color: #2b313b !important;
    color: white;
}
.station select{
    background: gray;
    color: white;
}
.motives{
    background-color: #2c2c2c !important;
    color: white;
}
.motives h5,.common_gray_card h5{
    color: #c00000 !important;
}
.bg-red{
    background-color: #c00000 !important;
}
.weight-800{
    font-weight: 800;
}
.bg-green{
    background-color: #006839 !important;
    color: white !important;
}
.bg-green::placeholder{
    color: white;
}
.text-white{
    color: white;
}

.dash_chart{
    width: 100%;
    height: 300px;
}

.bg-primary-500,.bg-primary-600{
    background-color: #017142 !important;
}
'.focus:ring-offset-primary-700':focus{
    --tw-ring-offset-color: #017142 !important;
}
.dash_chart{
    height: 500px;
}

