.header {
    float: left;
    padding: 10px 0;
    position: relative;
    width: 100%;
    background: #c0f600;
}

.btn {
    border-radius: 50px;
    font-family: var(--primary-font), sans-serif;
    font-size: 12px;
    letter-spacing: .45px;
    line-height: 12px;
    padding: 8px 16px;
    transition: .2s;
}

.banner-hero {
    padding: 60px 0 20px;
    position: relative;
    display: none;
}

.footer .footer-top {
  	border-bottom: 0px solid #e4e7ec;
    margin-bottom: 40px;
    padding: 0 0 40px;
    width: 100%
}

.footer .footer-top,.footer .menu-footer {
    display: none;
}

.card-statistic-3 {
  	background-image: linear-gradient(to bottom, #f2f2f2, #f1eef5, #f4e9f6, #f8e4f4, #ffdef0);
  	border-radius: 10px;
}

.footer .footer-bottom {
    /* border-top: 1px solid #e4e7ec; */
    color: #d3d3d3;
    /* font-size: 7px; */
    padding: 0px 0;
}

.bb-customer-sidebar-wrapper {
    background-color: #ffd5e9;
 	border-radius: 0px;
    overflow: hidden;
}

.bb-customer-page {
    background-color: #fff5fa;
    box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, .2);
    margin: 0;
}