.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* Light background with transparency */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader img {
    width: 90px; /* Adjust size as needed */
    height: 90px;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); */ /* Shadow for contrast on light/dark background */
    border-radius: 50%; /* Optional: for circular gif */
}
.error
{
    color:red;
    font-weight: 500;
    margin-top: 5px;
}

thead tr th{
    text-transform: capitalize;
}
.swal2-html-container
{
     text-transform: capitalize;
}
.swal2-title
{
    text-transform: uppercase;
}