﻿.bg-red-light {
    background-color: rgba(213, 61, 61, 0.09);
    /*border: 1px solid #D53D3D;*/
    border-radius: 16px;
    color: #D53D3D;
}

.bg-purple-light {
    background-color: rgba(103, 48, 178, 0.15);
    /*border: 1px solid #6730B2;*/
    border-radius: 16px;
    color: #6730B2;
}

.bg-gray-light {
    background-color: rgba(122, 147, 168, 0.25);
    /*border: 1px solid #7A93A8;*/
    border-radius: 16px;
    color: #7A93A8;
}

.bg-green-light {
    background-color: rgba(84, 156, 32, 0.21);
    /*border: 1px solid #549C20;*/
    border-radius: 16px;
    color: #549C20;
}

.bg-orange-light {
    background-color: rgba(240, 90, 40, 0.16);
    /*border: 1px solid #F05A28;*/
    border-radius: 16px;
    color: #F05A28;
}
.c-Green {
    color: #4F9A1B !important;
}

.cborder-Green {
    border: 0.5px solid #4F9A1B !important;
}

.c-Yellow {
    color: #E8BA1F !important;
}

.cborder-Yellow {
    border: 0.5px solid #E8BA1F !important;
}

.c-Red {
    color: #D53D3D !important;
}

.cborder-Red {
    border: 0.5px solid #D53D3D !important;
}

