.bg-dark {
    background-color: #000000 !important;
}










.text-primary {
    color: #009ee3 !important;
}

.bg-primary {
    background-color: #009ee3 !important;
}

.btn-primary {
    background-color: #009ee3;
    border-color: #009ee3;
    color: #ffffff;

}

.btn-primary:hover {
    background-color: rgb(0, 126, 182);
    border-color: rgb(0, 126, 182);
    color: #ffffff;

}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2remrgb(0, 126, 182);
}

.btn-primary:disabled {
    background-color: #009ee3;
    border-color: #009ee3;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: rgb(0, 126, 182);
    border-color: rgb(0, 126, 182);
}

.navbar-toggler span {
    background-color: #009ee3;
}

.form-control:focus {
    border-color: #009ee3;
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 227, 0.25);
}

a, a:hover {
    color: rgb(0, 126, 182);
}

.badge-primary {
    background-color: #009ee3;
    border-color: #009ee3;
    color: #ffffff;
}

