.close-light, .close-light:hover {
    color: #fff; 
    opacity: 1;
}

.col-label {
    font-weight: bold;
}

.card-header-step {
    background-color: #9C0A7D !important;
    font-size: 1.15rem;
}

.card-header-dark {
    font-size: 1.15rem;
}

.btn-custom-report, .btn-custom-report:disabled {
    color: #FFFFFF;
    background-color: #1CA455;
    border-color: #1CA455;
}

.btn-custom-report:hover, .btn-custom-report:active, .btn-custom-report:focus {
    color: #FFFFFF;
    background-color: #23CE6B;
    border-color: #23CE6B;
}

.btn-custom-green, .btn-custom-green:disabled {
    color: #FFFFFF;
    background-color: #1CA455;
    border-color: #1CA455;
}

.btn-custom-green:hover, .btn-custom-green:active, .btn-custom-green:focus {
    color: #FFFFFF;
    background-color: #23CE6B;
    border-color: #23CE6B;
}

.text-fb-meta {
    font-weight: 100;
    color: #4F5861;
}

.jumbotron {
    background-color: #f5f7f9 !important;
}

.modal-custom {
    background-color: #9C0A7D !important;
    /* font-size: 1.25rem; */
}

.modal-dialog-custom {
    max-width: 800px;
}

th.report {
    width: 10%;
    text-align: center;
}

td.report {
    width: 10%;
    text-align: center;
    padding-top: 5px;
}

td.report-violation {
    padding-left: 1rem;
}

td.stripe {
    background-color: rgba(13, 9, 10, 0.1)
}
