/* ===================== Backgrounds ===================== */
/* Backgrounds */
.white {
    background-color: #ffffff;
}

.gray {
    background-color: #EBEDF0;
}
/* Cyan */
.dark_cyan {
    background-color: #23C8C8;
}
.light_cyan {
    background-color: #65D8D8;
}
/* Violet */
.violet {
    background-color: #7C84E8;
}
/*Dark*/
.dark {
    background-color: #697B8C;
}

/* ===================== Texts ===================== */
.text_black {
    color : #474A51;
}
.text_dark_gray {
    color: #697B8C;
}
.text_white {
    color: #FFFFFF;
}

.text_pink {
    color: #EF476F;
}

.text_dark_cyan{
    color: #23C8C8;
}
.text_gray {
    color: #A4A8B1;
}
.text_violet{
    color: #7C84E8;
}
.text_orange{
    color: #FD7D52;
}
.text_green {
    color: #48DB9E;
}
.text_olive {
    color: #7EB637;
}
/* Texts elements */
.badge_title {
    color: #A4A8B1;
}
.badge_item{
    color: #474A51;
}

