a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: grey;
}

.custom-btn {
    background-color: #067bc1 !important;
    color: white !important;
}

.home-btn {
    background-color: #067bc1 !important;
    color: white !important;
    width:100%; 
    max-width:200px;
}

.pagination .page-link {
    color: #067bc1; 
}

.pagination .page-link:hover {
    background-color: #e9eaea;
}

.pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #067bc1;
    border-color: #067bc1;
}

.form-check-input.large-switch {
    width: 3.2rem;
    height: 1.6rem;
    background-size: 1.5rem;
}
.form-check-input.large-switch:checked {
    background-color: #067bc1;
}
