.primary-color {
    color: #457BBE;
}

.text-primary {
    font-weight: bold;
    color: #457BBE;
}

.custom-link {
    color: white;
    text-decoration: none;
}

.footer-input {
    border-radius: 5px;
    background: #F5F5F5;
    border: none;
    display: inline-flex;
    padding: 9px 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    padding-right: 2.5rem;

}

.nav-link-text {
    color: #000000;
}

.nav-link-text:hover,
.current-page {
    color: #457BBE;
    font-weight: bold;
    text-decoration: underline;
}


div#is-relative {
    max-width: 420px;
    position: relative;
}

#icon {
    position: absolute;
    display: block;
    bottom: .5rem;
    right: 1rem;

    user-select: none;
    cursor: pointer;
}