﻿.show_error {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #F44336;
}

#progress {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #333333a6;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #progress img {
        border: 1px solid #ffffff;
        border-radius: 6px;
        background-color: #ffffff;
        width: 120px;
    }

.datepicker {
    border: 1px solid #ced4da;
}

.Pending {
    background-color: #fcb92c;
    padding: 2px;
    color: #ffffff;
}

.Reject {
    background-color: #ff3d60;
    padding: 2px;
    color: #ffffff;
}

.Approved {
    background-color: green;
    padding: 2px;
    color: #ffffff;
}
