.btn-outline-primary {
    color: #1E75D8;
    border-color: #1E75D8;
}

.las {
    color: #1E75D8;
    font-size: 18px;
    border-color: #1E75D8;
    font-weight: 900;
}

.stats-numbers {
    color: #1E75D8;
    font-size: 16px;
    font-weight: 600;
}

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


@media screen and (max-width: 480px) {
    .modal-open .modal-dialog {
        max-width: 400px !important;
    }
}
