.text-info {
    fill: #2160DD!important;
}

.text-white {
    fill: #fff;
}

.text-muted {
    fill: #7E8CA0;
}

.text-gray {
    color: #B2BECD;
    fill: #B2BAC6;
}

.text-success {
    --bs-success-rgb: 0,201,78;
    color: #00C94E;
    fill: #00C94E;
}

.fs-lg {
    font-size: 1.2rem;
}

.fs-sm {
    font-size: .8rem;
}

.fs-md {
    font-size: .9rem;
}


.cursor-pointer {
    cursor: pointer;
}