body {
    margin-bottom: 80px;
    background-color: #e3f2fd !important;
    font-family: 'Roboto', sans-serif !important;

}


.main-content {
    background-color: #e3f2fd;
    bottom: 100;
}

.fs-7 {
    font-size: .875em !important;
}


.footer-nav {
    /* position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff; */
    display: none;
}


@media only screen and (max-width: 768px) {
    .footer-nav {
        /* display: block; */
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 55px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        background-color: #ffffff;
        display: flex;
    }
  }

.middle-column{
    margin: -10px !important;
    /* padding: 0 !important; */
}

.intro-footer-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 14px;
    color: #444444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.nav__link:hover {
    background-color: #faab35 ;
    text-decoration: none;
    color: white;
}


.text-orange {
    color: #fe9c0f !important;
}

.text-black {
    color: black !important;
}

.bg-orange {
    background-color: #fad6a5 !important;
}

.bg-light-orange {
    background-color: #f5e1c6;
}

.active_link, .text-pink {
    color: #fe9c0f !important;
}

.navbar {
    background-color: white !important;
    /* border:red; */
}

.profile-img {
    border-radius: 90%;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
}

.balance-card {
    background: linear-gradient(to top right, #fe9c0f, #f7bf71 ) !important;
    /* border: #FF9897; */
    border-radius: 10px;
    color: white;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    /* box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important */
}


/* 
.balance-actions {

} */

.balance-actions>a {
    text-decoration: none;
    color: #fe9c0f ;
}

.back-arrow {
    font-size: 30px;
    font-weight: bold;
}

.custom-btn {
    border-radius: 50px;
    background: linear-gradient(to top right, #fe9c0f, #fe9c0f) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
    border: none !important;
    color: #ffffff !important;
    font-weight: bold;
}

.avatar {
    font-size: 100px;
    color: #faa834;
}

.members-avatar {
    font-size: 100px;
    color: gray;
}

.profile-items>div {
    text-align: left;
    color: #5F6368;
}

.profile-items>div>a,
.nav-link {
    color: #fe9c0f ;
}

.profile-list-icon {
    margin-left: 5px;
    margin-right: 5px;
}

.text-pink {
    color: #fe9c0f ;
}

.arrow {
    font-size: 28px !important;
    font-weight: bolder !important;
}

/* landing styles */

header {
    height: 70px;
}

.carousel-img {
    filter: brightness(0.7);
    /* object-fit: cover; */
    width: 100%;
  }

  .social-icon {
    font-size: x-large;
    color: #fe9c0f;
    }
    
    .text-corpad {
        color: #FD7E14;
    }