.error-text {
    text-align: left !important;
    font-size: 12px !important;
    color: #ff5050 !important;
    margin-top: 4px !important;
    transition: .5s !important;
}

.no-drop-cursor {
    cursor:no-drop;
}

.pointer-event {
   pointer-events:none;
}

.justify-space-between{
    justify-content:space-between;
}

.badge-soft-danger-reported {
    background-color: #ff8c002e;
    color: darkorange;
}

.badge-soft-danger-in-progress {
    background-color: #556ee62e;
    color: #556ee6;
}