.form-check-input:checked{
    background-color: #00D9C6;
    border-color: rgba(255, 255, 255, 0.17);
}

@media only screen and (min-width: 768px){
    .sidebar-width {
        width: 280px;
    }
    .sidebar-padding {
        padding-left: 280px;
    }
}

.legend {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.legend-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}

a {
    color: #22033A
}

.cf-table thead {
    background-color: #E9EEF1 !important;
}
