.btn-primary {
    background-color: #00194B !important;
    border: 0 !important;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #003080 !important;
    border: 0 !important;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(0, 25, 75, 0.5);
}

.btn-primary:active,
.btn-primary.active {
    background-color: #000f40 !important;
    border: 0 !important;
    color: #ffffff;
}

.btn-primary:disabled,
.btn-primary.disabled {
    background-color: #002366 !important;
    border: 0 !important;
    color: #cccccc !important;
}

.swal2-container .swal2-styled.swal2-confirm {
    background-color: #002366 !important;
    color: #fff;
}

.side-menu__label{
    color: white !important;
    position: relative;
    left: 10px;
    top: 1px;
}