.custom-orange {
    background-color: #FF8402 !important
}

.custom-red {
    background-color: #F90019 !important
}

.border-custom-red {
    border-color: #F90019 !important
}

.text-custom-red {
    color: #F90019 !important
}

.custom-green {
    background-color: #49CA3E !important
}

.custom-footer-color {
    background-color: rgba(53, 53, 53, 1);
}

.tabColor[aria-selected="true"] {
    color: #F90019 !important
}

.custom-black {
    background: linear-gradient(180deg, #575757 0%, #000000 100%)
}