.btn{

}

.btn-primary{

}

.invalid-feedback-custom{
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.custom_header li a {
    padding: 7px 20px;
    border: 1px solid #00bedd;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    color: white;
    outline: none;
    margin-left: 10px;
    transition: 0.2s ease-out;
}

.sub-nav-vertical {
    margin-bottom: 25px;
    width: 100%;
}
.sub-nav-vertical .navbar {
    border: 0px solid #19719f;
}

.sub-nav-vertical li {
    font-size: 15px;
    /*padding: 15px 10px;*/
    cursor: pointer;
    color: #19719f;
    float: none;
    background-color: #19719f;
    color: white;
}

.sub-nav-vertical li:not(:last-of-type) {
    margin-bottom: 5px;
}



.sub-nav-vertical li a {
    display: inherit;
    padding: 15px 25px;
    color: inherit;
}

.sub-nav-vertical li.active {
    font-weight: 700;
    text-decoration: underline;
    color: white;
    background-color: #00bedd;
}

li.active a {
    background-color: #00bedd;
}