.bg-secondary {
    background: #4C5A69 !important;
    color: white;
}

.bg-orange {
    background: #e67e22;
    color: white;
}

.bg-primary {
    background: #1297e0 !important;
    color: white;
}

.bg-orange > .card-text > a:hover {
    text-decoration: none;
    color: #000000;
}

.text-black {
    color: #1C2A39 !important;
}

.bg-green {
    background: #008b80;
    color: white;
}

.bg-red {
    background: #c72c1c;
    color: white;
    border: 0 !important;
}

.bg-red .close {
    color: white;
    opacity: 1;
    line-height: 0.5;
}

.text-red {
    color: #c72c1c !important;
}

.text-orange {
    color: #e67e22 !important;
}

.btn-outline-danger {
    background: #fadbd8 !important;
}

.btn-outline-warning, .bg-outline-warning {
    background: #fae5d3 !important;
    color: #f0a017 !important;
}

.btn-outline-warning:hover {
    color: #e27a28 !important;
    background-color: #f8dbc3 !important;
}

.btn-outline-danger:hover {
    color: #ce363d !important;
    background-color: #f3cbc7 !important;
}

.bg-default {
    background: #EBEDEF !important;
}

.bg-warning {
    background: #E67E22 !important;
    color: white !important;
}

.bg-outline-red {
    color: #dc3545 !important;
    background: #fadbd8 !important;
}
