.auth-title, .auth-sub-title, .submit-button, .mobile-title h2, .mobile-title p, .welcome-user, .intro-text,
.box-item .title, .mobile-header .customer-name, .mobile-header .customer-store, .content-body .profile-title h2,
.sale-item, .user-data .label, .user-data .value, .flip-card-front .reward-name, .desktop-heading-sub, h4,
.welcome-banner.home .customer-name-banner {
    font-family: 'Poppins-Regular';
}
a, h4 {
    color: #000;
}
a:hover {
    color: #7D6659;
}
.auth-title {
    color: #000;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px;
    font-family: 'Poppins-Medium';
}
.auth-sub-title {
    font-size: 14px;
    line-height: 27px;
    color: #9F948E;
    font-weight: 400;
}
.account-text {
    color: #9F948E;
}
.submit-button {
    font-weight: 600;
    color: #fff;
    background-color: #000;
    border-radius: 40px;
    font-size: 14px;
    border: none;
    width: 160px;
    height: 50px;
    transition: background-color 0.3s ease-in-out;
}
.submit-button:hover {
    background-color: #7D6659;
    transition: background-color 0.3s ease-in-out;
}
.submit-button.sign-in {
    width: 290px;
}
.form-icon {
    display: inline-block;
    width: 30px;
    height: 20px;
    background-repeat: no-repeat !important;
    border-right: 2px solid #9F948E;
}
.custom-form .form-content i {
    top: 9px !important;
}
.custom-form .form-control {
    padding-left: 50px !important;
}
.custom-form .submit-text {
    color: #9F948E;
}
.custom-form .submit-text a {
    color: #000;
}
.mobile-nav {
    width: 100%;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    z-index: 9;
    box-shadow: 0px -5px 15px 0px #e7e7e7;
}
.mobile-nav .menu {
    display: flex;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.mobile-nav .menu li {
    flex: 1;
    align-self: center;
}
.mobile-nav .menu li .menu-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat !important;
}
.mobile-nav .menu .menu-item a svg path, .nav-item a svg path {
    fill: #7D6659;
}
.mobile-nav .menu .menu-item a {
    display: block;
    padding: 30px;
}
.mobile-nav .menu .menu-item.sales a svg path, .mobile-nav .menu .menu-item.sales.active a svg path,
.nav-item a.sales svg path, .nav-item.logout a svg path, .nav-item:hover a.sales svg path {
    fill: none;
}
.mobile-nav .menu .menu-item.sales.active a svg path, .nav-item a.sales.active svg path, .nav-item a.contact.active svg path,
.nav-item.logout:hover > a svg path, .nav-item:hover a.sales svg path, .nav-item:hover a.profile svg path,
.nav-item:hover a.contact svg path{
    stroke: #000;
}
.nav-item.logout:hover > a {
    color: #000;
}
.mobile-nav .menu .menu-item.active a svg path, .nav-item a.active svg path {
    fill: #000;
}
.nav-item:hover a svg path {
    fill: #000;
}
.mobile-nav .menu .menu-item.profile a svg path, .nav-item a.profile svg path, .nav-item a.sales.active svg path,
.nav-item a.contact svg path, .nav-item.logout:hover a svg path {
    fill: none;
}
.mobile-nav .menu .menu-item.profile.active a svg path, .nav-item a.profile.active svg path {
    stroke: #000;
}
.nav-item a.refer-friend.active svg, .nav-item a.contact.active svg, .nav-item:hover a.refer-friend svg {
    filter: brightness(0%) contrast(400%);
}
.nav-item:hover > .nav-link {
    color: #000 !important;
}
.mobile-header {
    height: 300px;
    background-position: center bottom;
    background-size: cover;
}
.mobile-header .customer-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #000;
    margin-bottom: 5px;
}
.mobile-header .customer-store {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    font-style: italic;
    margin-bottom: 0;
    color: #7D6659;
}
.mobile-header .profile-icon {
    border-radius: 10px;
    padding: 3px;
}
.mobile-title {
    margin-top: -120px;
}
.mobile-title h2, .content-body .profile-title h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}
.mobile-title h2 .back-link, .content-body .profile-title h2 .back-link {
    position: absolute;
    left: 0;
    color: #000;
    text-decoration: none;
}
.content-body .profile-title h2 .edit-link {
    position: absolute;
    right: 0;
}
.mobile-title p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #7D6659;
}
.welcome-heading {
    font-family: 'Glamore';
    font-size: 48px;
    line-height: 57px;
    color: #7D6659;
    letter-spacing: 4px;
}
.welcome-user {
    font-size: 20px;
    line-height: 33px;
    font-weight: 600;
    color: #000;
}
.intro-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #7D6659;
    max-width: 600px;
    margin: 48px auto;
}
.is-mobile .intro-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #7D6659;
    margin-bottom: 25px;
}
.is-mobile .content-body {
    margin-top: -105px;
    border-radius: 30px 30px 0 0;
    box-shadow: 0px -7px 10px 0px #e7e7e7;
}
.is-mobile .content-body.profile-content {
    margin-top: -140px;
    border-radius: 30px 30px 0 0;
}
.box-item {
    padding: 35px;
    background-color: #D9D9D9;
    margin-bottom: 20px;
    border-radius: 10px;
    background-image: url("/assets/img/box-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.is-mobile .box-item {
    padding: 25px;
}
.box-item .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}
.is-mobile .box-item .title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.sale-item {
    background-color: #E2E0E1;
    border-radius: 15px;
}
.sale-item svg {
    background-color: #fff;
    border-radius: 10px;
}
.sale-item p {
    margin-bottom: 5px;
}
.sale-item .invoice-number {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #000;
}
.sale-item .desc {
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    color: #7D6659;
}
.sale-item .total {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.57);
}
.user-data .img-container {
    border-radius: 100%;
    background-color: rgba(159, 148, 142, 0.5);
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 42px;
}
.user-data .img-container img {
    width: 20px;
}
.user-data .label, .user-data .value {
    margin-bottom: 5px;
}
.user-data .label {
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    color: #7D6659;
    margin-bottom: 5px;
}
.user-data .value {
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    color: #000;
    margin-bottom: 0;
}
.custom-form .edit-details .form-icon {
    height: 23px;
}
.sidenav-header .navbar-brand img {
    max-height: 75px;
    margin: 0 auto;
    display: block;
}
.sidenav-header {
    height: auto;
}
.sidenav hr.horizontal {
    background-color: #9F948E;
    height: 2px;
}
.navbar-vertical, .navbar-vertical.bg-white {
    box-shadow: none;
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-item {
    padding-left: 20px;
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-item h6 {
    color: #9F948E;
}
.navbar-vertical .navbar-nav > .nav-item .nav-link.active {
    color: #000;
}
.navbar-vertical .navbar-nav .nav-link {
    font-weight: 600;
    color: #7D6659;
}
.navbar-vertical.navbar-expand-xs .navbar-collapse {
    height: auto;
}
.nav-link:hover {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-item:hover > a svg path, .nav-item > a svg path, .nav-item a.refer-friend svg {
    transition: all 0.3s ease-in-out;
}
.nav-item:hover a.refer-friend svg {
    transition: all 0.6s ease-in-out;
}
    /* OLD STYLES */
.navbar-main {
    z-index: 8;
}
.navbar-vertical.navbar-expand-xs.fixed-start {
    z-index: 9;
}
.navbar nav {
    width: 100%;
}
.navbar nav h6 {
    float: left;
}
.modal-dialog {
    max-width: 535px;
}
.card.reward {
    cursor: pointer;
    text-align: center;
}
.navbar-vertical .navbar-nav .nav-item .nav-link .icon i {
    color: #141727;
}
.navbar-vertical .navbar-nav .nav-item .nav-link.active .icon i {
    color: #fff;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 60px;
}
.page-item.active .page-link {
    color: #fff;
}
.page-item .page-link {
    border-radius: 5px !important;
}
.page-item.previous .page-link, .page-item.next .page-link {
    width: auto;
    padding: 0 5px;
}
.login-image {
    position: relative;
    height: 54vh;
    max-height: 700px;
}
.login-image img {
    max-width: 800px;
    bottom: -59px;
    right: -54px;
    position: absolute;
}
.heading {
    text-transform: uppercase;
}
.heading #welcome-txt {
    font-family: 'Poppins-ExtraLight';
    font-size: 36px;
    letter-spacing: 6px;
}
.heading #store-name, .heading #reward-center {
    font-family: 'Poppins-Bold';
}
.heading #store-name {
    font-size: 70px;
}
.heading #reward-center {
    font-size: 55px;
}
.custom-form {
    font-family: 'Poppins-Regular';
}
.custom-form .form-content {
    position: relative;
}
.custom-form .form-content i {
    position: absolute;
    top: 10px;
}
.custom-form .form-control {
    border-radius: 0 !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background: transparent;
    padding-left: 25px;
    color: #7D6659;
}
.custom-form .form-control::placeholder {
    color: #9F948E;
}
.form-switch .form-check-input:checked {
    border-color: #7D6659;
    background-color: #7D6659;
}
.custom-form .form-control:focus {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    border-color: #7d6659;
}
.custom-form .btn {
    border-radius: 20px;
    font-family: 'Poppins-SemiBold';
    font-size: 15px;
}
.custom-form textarea.form-control {
    padding: 10px;
    border: 1px solid #ccc;
}
.custom-form .alert {
    font-size: 14px;
    color: #000;
    padding-left: 0;
}
.custom-form label {
    color: #000;
}
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.flip-card {
    background-color: transparent;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.flip-card-inner {
    display: grid;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-card-front, .flip-card-back {
    grid-area: 1/1;
    -webkit-backface-visibility: hidden; /* Safari */
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-card-front {
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(177, 177, 177, 0.4);
}
.flip-card.birthday_reward .flip-card-front {
    background-image: url("/assets/img/rewards/birthday-bg.jpg");
}
.flip-card.anniversary_reward .flip-card-front {
    background-image: url("/assets/img/rewards/anniversary-bg.jpg");
}
.flip-card.signup_reward .flip-card-front {
    background-image: url("/assets/img/rewards/sign-up-bg.jpg");
}
.flip-card.year_end_reward .flip-card-front {
    background-image: url("/assets/img/rewards/year-end-bg.jpg");
}
.flip-card.refer_a_friend_reward .flip-card-front {
    background-image: url("/assets/img/rewards/refer-bg.jpg");
}
.flip-card.one_year_active_reward .flip-card-front {
    background-image: url("/assets/img/rewards/one-year-bg.jpg");
}
.flip-card.instant_reward .flip-card-front {
    background-image: url("/assets/img/rewards/instant-reward-bg.jpg");
}

.flip-card-front .reward-name {
    position: absolute;
    bottom: 20%;
    margin: auto;
    left: 0;
    right: 0;
    color: #7d6659;
    font-size: 35px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Glamore';
    text-transform: lowercase;
}
.flip-card-front img {
    max-height: 220px;
}
.flip-card-front .card .author .avatar {
    width: auto;
}
/* Style the back side */
.flip-card-back {
    font-family: 'Poppins-Regular';
    background-color: #fff;
    color: #7d6659;
    transform: rotateY(180deg);
    border-radius: 20px;
}
.flip-card-back #card-heading {
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.flip-card-back h2 {
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
    font-size: 28px;
    color: #7d6659;
}
.flip-card-back img {
    display: block;
    margin: 0 auto;
}
.flip-card-back #reward-details p {
    font-size: 16px;
    margin-bottom: 5px;
}
.flip-card-back #reward-dates {
    padding-left: 20px;
}
.welcome-banner {
    border-radius: 20px;
    color: #fff;
    display: flex;
    position: relative;
    min-height: 210px;
    background-image: url("/assets/img/dashboard/desktop-banner.jpg");
    background-position: center center;
    background-size: cover;
}
.welcome-banner.home {
    background-image: url("/assets/img/dashboard/home-bg-clean.jpg");
    min-height: 300px;
}
.welcome-banner.home .welcome-text {
    font-family: 'Glamore';
    text-transform: lowercase;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    color: #7d6659;
}
.welcome-banner.home .customer-name-banner {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}
.welcome-banner #banner-image {
    position: absolute;
    right: 15%;
    bottom: 0;
}
.welcome-banner #banner-image img {
    max-height: 300px;
}
.welcome-banner p {
    font-family: 'Poppins-Regular';
    font-size: 30px;
    margin-bottom: 0;
}
.welcome-banner h2 {
    font-family: 'Poppins-Bold';
    font-size: 50px;
    color: #fff;
    margin-bottom: 0;
}
.welcome-banner #customer {
    font-family: 'Poppins-Italic';
}
.navbar.profile.position-sticky {
    width: calc(100% - 40px) !important;
    margin: 0 auto;
}
.navbar.profile .nav-link.text-white.text-body {
    color: #fff !important;
}
.navbar.profile.position-sticky h6, .navbar.profile.position-sticky .nav-link {
    color: #344767 !important;
}
.navbar.profile.position-sticky .sidenav-toggler-inner .sidenav-toggler-line {
    background: #67748e !important;
}
.login-background {
    background-image: url("/assets/img/login/login-bg-1.jpg");
    background-size: cover;
    background-position: center bottom;
}
.login-bg-text {
    font-family: 'Glamore';
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: #7D6659;
    margin-bottom: 0;
    text-transform: lowercase;
}
.desktop-heading {
    font-family: 'Glamore';
    font-size: 40px;
    text-transform: lowercase;
    color: #7D6659;
    margin-bottom: 0;
}
.desktop-heading-sub {
    font-size: 16px;
    color: #7D6659;
    margin-top: 20px;
    font-weight: 500;
}
.desktop-heading .edit-link {
    float: right;
}
.desktop-heading .edit-link:hover svg path {
    fill: #7D6659;
}
.sparkle-points-terms-message {
    position: relative;
    bottom: 0;
    text-align: center;
    padding: 0 20px 20px;
    max-width: 1100px;
    margin: 0 auto;
}
.no-bottom-menu .sparkle-points-terms-message {
    padding: 0 20px 20px;
}
.sparkle-points-terms-message p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #7D6659;
    margin-bottom: 5px
}
.sparkle-points-terms-message a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}
.profile-view {
    margin-top: 90px;
}
.contact-view {
    margin-top: 30px;
}
.profile-view.is-mobile, .contact-view.is-mobile {
    margin-top: 0;
}
@media screen and (min-width: 1400px) and (max-width: 1650px) {
    .flip-card .flip-card-back .card {
        padding: 1rem !important;
    }
    .flip-card-back h2 {
        font-size: 26px;
    }
    .flip-card-back #reward-dates {
        padding-left: 0;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    /*.card {*/
    /*    padding: 1rem !important;*/
    /*}*/
    .flip-card-back h2 {
        font-size: 25px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .flip-card-back h2 {
        font-size: 26px;
    }
    .flip-card-back #reward-dates {
        padding-left: 0;
    }
}
@media screen and (max-width: 1700px) {
    .grid-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 1600px) {
    .login-image img {
        max-width: 700px;
        bottom: -55px;
        right: -50px;
    }
    .heading #welcome-txt {
        font-size: 35px;
    }
    .heading #store-name {
        font-size: 60px;
    }
    .heading #reward-center {
        font-size: 45px;
    }
}
@media screen and (max-width: 1500px) {
    .welcome-banner.contact #banner-image {
        right: 10%;
    }
}
@media screen and (max-width: 1400px) {
    .heading #welcome-txt {
        font-size: 30px;
    }
    .heading #store-name {
        font-size: 50px;
    }
    .heading #reward-center {
        font-size: 45px;
    }
    .welcome-banner.contact #banner-content {
        max-width: 550px;
    }
}
@media screen and (max-width: 1300px) {
    .login-background {
        overflow: hidden;
    }
    .welcome-banner #banner-image {
        right: 10%;
    }
}
@media screen and (max-width: 1200px) {
    .login-image {
        height: 530px;
    }
    .login-image img {
        max-width: 600px;
    }
}
@media screen and (max-width: 991px) {
    .welcome-banner #banner-image {
        right: 20px;
    }
    .welcome-banner p {
        font-size: 25px;
    }
    .welcome-banner h2 {
        font-size: 45px;
    }
    .welcome-banner.contact #banner-image {
        right: 5%;
    }
    .welcome-banner.contact #banner-content {
        max-width: 475px;
    }
    .grid-container {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 767px) {
    .heading #welcome-txt {
        font-size: 30px;
    }
    .heading #store-name {
        font-size: 50px;
    }
    .heading #reward-center {
        font-size: 45px;
    }
    .welcome-banner #banner-image {
        display: none;
    }
    .welcome-banner #banner-content {
        margin: 0 auto;
        text-align: center;
    }
    .flip-card:not(:last-of-type) {
        margin-bottom: 40px;
    }
    .navbar nav .collapse {
        float: right;
        margin-right: 0 !important;
    }
    .welcome-banner.contact #banner-content {
        max-width: unset;
    }
    .grid-container {
        grid-template-columns: 1fr;
        margin-bottom: 3rem;
    }
    .sparkle-points-terms-message {
        padding: 0 20px 150px;
    }
    .points-view-terms-message .sparkle-points-terms-message {
        padding: 0 20px 90px;
    }
}
@media screen and (max-width: 600px) {
    #store-logo {
        height: 80px;
    }
    .login-image {
        height: 45vh;
    }
    .login-image img {
        max-width: 400px;
    }
    .heading #welcome-txt {
        font-size: 25px;
    }
    .heading #store-name {
        font-size: 40px;
    }
    .heading #reward-center {
        font-size: 35px;
    }
}
@media screen and (max-width: 467px) {
    .heading #welcome-txt {
        font-size: 20px;
    }
    .heading #store-name {
        font-size: 35px;
    }
    .heading #reward-center {
        font-size: 30px;
    }
}
@media screen and (max-width: 400px) {
    #store-logo {
        height: 60px;
    }
    .heading #welcome-txt {
        font-size: 18px;
    }
    .heading #store-name {
        font-size: 32px;
    }
    .heading #reward-center {
        font-size: 25px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
    #store-logo {
        height: 60px;
    }
}
