/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
    
    #002864 LaDaDi-blau
    #009bac LaDaDi-hellblau
    #f7b322 LaDaDi-orange
*/
.bg-primary {
    background-color: #002864 !important;
}

.flatly .btn-check .btn-primary:focus, .flatly .btn-check:focus + .btn-primary {
    background-color: #009bac !important;
    border: 1px solid #233240 !important;
    box-shadow: none !important;
}

.flatly .btn-check:focus:checked + .btn-primary, .flatly .btn-check .btn-primary:focus:checked {
    background-color: #009bac !important;
    border-color: #212f3c !important;
}

.btn-check:checked+.btn-primary {
    background-image: none;
    background-color: #009bac !important;
    border-color: #a01a0b;
    box-shadow: none;
}

.btn-primary {
    background-color: #002864 !important;
    border-color: #ffffff !important;
}

.btn-primary:hover {
    background-color: #f7b322 !important;
}

.text-info {
    color: #f7b322 !important;
}

.flatly label::after {
    background-color: #009bac !important;
}




