.text-small {
    font-size: 12px;
    color: var(--color-gray);
    line-height: 1.1;
}

.text-danger {
    color: #F64E60 !important;
}