﻿.login_action_container .btn-primary, .login-secondary-btn {
    background: #05A7D9 !important;
}

.login_action_container .btn-primary:hover, .login_action_container .btn-primary:focus, .login-secondary-btn:hover, .login-secondary-btn:focus {
    background: #0596c2 !important;
}

a, .header-points a, .header-points span, .product-points, .product-icon div .mat-icon:hover, .savings-goal-star-active, .fade-out-block-button-open span, .fade-out-block-button-open .mat-icon, .fade-out-block-button-close span, .fade-out-block-button-close .mat-icon, .product-container-blocks .product-title a:hover {
    color: #05A7D9;
}

a:hover, a:focus {
    color: #0596c2;
}

.service-btn:hover, .service-btn-active {
    color: #FFF;
}

.order-direct-container {
    background: #05A7D9;
}

.product-icon div .mat-icon:hover {
    color: #05A7D9;
}

.product-points {
    color: #05A7D9;
    font-size: 17px;
}

.logo-container {
    padding: 15px 0 5px 0;
}

.wrapper_main_content_loggedin {
    /* must be same height as the footer */
    padding-bottom: 196px;
}

.wrapper_main_footer_loggedin {
    /* negative value of footer height */
    margin-top: -196px;
    height: 196px;
}

@media (max-width: 991px) {
    .savings-goal-star-active, .savings-goal-star-active:hover {
        color: #05A7D9 !important;
    }
}