.bg-red {
    background: #ed273e;
}

.color-red {
    color: #ed273e;
}

.color-333 {
    color: #333;
}

.color-white {
    color: #fff
}

.color-666 {
    color: #666;
}

.bg-gray-dark {
    background: rgba(230, 230, 230, 1);
}

.bg-gray-light {
    background: rgba(242, 242, 242, 1);
}

.bg-gray-dark-2 {
    background: rgba(169, 169, 169, 1);
}

.color-gray {
    color: #949494;
}

.color-white {
    color: #fff !important;
}

.bg-f2 {
    background: #F2F2F2;
}

.bg-azzurro {
    background: rgba(41, 204, 212, 1) !important;
}

.border-bottom-azzurro {
    border-bottom: solid 1px rgba(41, 204, 212, 1);
}

.bg-blu {
    background: rgba(42, 163, 239, 1);
}

.color-error {
    color: #213bf3
}

