/* Your Custom CSS Goes here */

.red{
    color:#ff4857 !important;
}
.red2{
    color:#970511 !important;
}
.blue{
    color: #2269f5 !important;
}
.l-blue{
    color: #569ffdf2;
}
.info-size{
    font-size: 17px;
}
.gray{
    color:#868593 !important;
}
.green{
    color:#89df00 !important;
}
.underline{
    text-decoration: underline !important;
}

.pointer {
    cursor: pointer;
}