/* DISPLAYS */
.d-none {
    color: red;
    display: none !important;
}

/* OPACITIES */
.opacity-0 {
    opacity: 0 !important;
}
