
.infa-blue {
    color: #0d66d0;
}
.infa-orange {
    color: #F08300;
}
.infa-green {
    color: #198754;
}
.infa-yellow {
    color: yellow;
}
.infa-red {
    color: red;
}
.infa-grey {
    color: #777;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(102, 102, 102, 0.5);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.loader-content {
    text-align: center;
    font-weight: bold;
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 12px;
    padding: 20px;
    color: #333
}