@charset "UTF-8";:root {
    font-size: 62.5%
}

:root body {
    font-size: 1.4rem;
    background: #f5f8fa;
    padding-top: 60px;
    font-family: "Open Sans",sans-serif;
    color: #343a40
}

@media (max-width: 991.98px) {
    :root body {
        padding-top:50px
    }
}

body,html {
    margin: 0;
    padding: 0
}

a{
    color: #2964B4
}

a:hover {
    color: #0152b9
}

*,button,input,option,select,textarea {
    outline: none!important
}

.color-primary {
    color: #2964B4
}

.h2,h2 {
    font-size: 3rem
}

.fs-12 {
    font-size: 1.2rem!important
}

.fs-13 {
    font-size: 1.3rem!important
}

.fs-14 {
    font-size: 1.4rem!important
}

.fs-15 {
    font-size: 1.5rem!important
}

.fs-16 {
    font-size: 1.6rem!important
}

.fs-17 {
    font-size: 1.7rem!important
}

.fs-18 {
    font-size: 1.8rem!important
}

.fs-20 {
    font-size: 2rem!important
}

.fs-24 {
    font-size: 2.4rem!important
}

.icon-gray {
    color: #c0c5cb
}

.text-primary {
    color: #2964B4!important
}

.text-secondary {
    color: #e7433c!important
}

.text-green {
    color: #30BE20!important
}

.text-gray {
    color: #c3c5c7!important
}

.text-grey {
    color: #6c757d!important
}

.text-body {
    color: #343a40!important
}

.bg-primary {
    background: #2964B4!important
}

.bg-secondary {
    background: #e7433c!important
}

.primary-hd {
    font-size: 3rem;
    font-weight: bold;
    color: #2964B4;
    margin: 0 0 2rem
}

.sub-hd {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: thin solid #d6d6d6;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem
}

.modal .modal-content {
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem
}

.rc-modal .modal-dialog .modal-header {
    padding: 10px 15px
}

.rc-modal .modal-dialog .modal-header .modal-title {
    font-size: 1.6rem
}

.rc-modal .modal-dialog .modal-header .close {
    font-size: 2.4rem
}

.row-10 {
    margin-left: -1rem;
    margin-right: -1rem
}

.row-10>div[class*=col-] {
    padding-left: 1rem;
    padding-right: 1rem
}

.btn-get-code {
    border: thin dashed #2964B4;
    background: #e8f2ff;
    position: relative;
    height: 3.8rem;
    line-height: 3.8rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    width: 14rem;
    font-size: 1.3rem
}

.btn-get-code>span {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 11.5rem;
    bottom: -1px;
    text-indent: 2rem;
    background: #2964B4;
    border-radius: 0.4rem 0 0 0.4rem;
    -webkit-border-radius: 0.4rem 0 0 0.4rem;
    -moz-border-radius: 0.4rem 0 0 0.4rem
}

.btn-get-code>span:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 1.5rem solid #015dd2;
    border-right: 1.5rem solid transparent;
    position: absolute;
    right: 2rem;
    left: 100%
}

.btn-get-code>span:after {
    background: #2964B4;
    content: "";
    width: 1.5rem;
    height: 2.3rem;
    position: absolute;
    left: 100%;
    top: 1.5rem
}

.fb-btn {
    background: #1778F2;
    color: #fff;
    min-height: 43px
}

.fb-btn:hover {
    color: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25)
}

.btn {
    white-space: nowrap;
    font-size: 1.4rem;
    padding: 0.8rem 1.25rem;
    border-radius: 0.4rem
}

.btn.btn-lg {
    padding: 1.125rem 3.5rem
}

.btn.btn-sm {
    padding: 0.45rem 1rem;
    font-size: 1.2rem
}

.btn-bordered,.btn-dashed {
    border: 2px dashed #2964B4;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0.8rem;
    white-space: normal
}

.btn-bordered:hover,.btn-dashed:hover {
    background: #2964B4;
    color: #fff
}

.btn-bordered:hover path,.btn-bordered:hover svg,.btn-dashed:hover path,.btn-dashed:hover svg {
    fill: #fff
}

.btn-bordered svg,.btn-dashed svg {
    vertical-align: top
}

@media (max-width: 1199.98px) {
    .btn-bordered,.btn-dashed {
        font-size:1.3rem
    }
}

.btn-bordered h2,.btn-dashed h2 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    display: inline
}

.btn-bordered {
    border-width: 1.5px;
    border-style: solid
}

.btn-bordered:hover {
    color: #fff
}

.btn-white {
    color: #e7433c;
    background: #fff
}

.btn-more {
    min-width: 130px;
    border-radius: 50px;
    background: #e7ecf2
}

.btn-more:focus,.btn-more:hover,.btn-more:not(:disabled):not(.disabled):active {
    background: #d8dde3
}

.btn-teal {
    color: #fff;
    background: teal
}

.btn-primary {
    background-color: #2964B4
}

.btn-primary:focus,.btn-primary:hover,.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #205094!important;
    border-color: #205094!important
}

.btn-light {
    background-color: #E8EDF1;
    border-color: #E8EDF1
}

.btn-light:focus,.btn-light:hover,.btn-light:not(:disabled):not(.disabled):active {
    background-color: #cfd9e2!important;
    border-color: #cfd9e2!important
}

.btn-outline-primary {
    color: #2964B4;
    border-color: #2964B4
}

.btn-outline-primary:focus,.btn-outline-primary:hover,.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #2964B4!important;
    border-color: #2964B4!important;
    color: #fff
}

.btn-outline-dark {
    color: #343a40;
    border-color: #ccc
}

.btn-outline-dark:focus,.btn-outline-dark:hover,.btn-outline-dark:not(:disabled):not(.disabled):active {
    background: #fff;
    color: #343a40;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    border-color: #ccc;
    outline: none
}

.btn-outlined-white {
    color: #fff;
    border-color: #fff
}

.btn-outlined-white:focus,.btn-outlined-white:hover,.btn-outlined-white:not(:disabled):not(.disabled):active {
    background-color: #fff!important;
    border-color: #fff!important;
    color: #343a40
}

.btn-secondary {
    background-color: #e7433c;
    border-color: #e7433c
}

.btn-secondary:focus,.btn-secondary:hover,.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #c62f28!important;
    border-color: #c62f28!important
}

.btn-chrome {
    background-color: #2964B4;
    padding: 1.25rem 4rem;
    border-radius: 4.8rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.btn-chrome:focus,.btn-chrome:hover,.btn-chrome:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: #205094!important;
    border-color: #205094!important
}

.btn-chrome span {
    font-weight: 600;
    font-size: 1.3rem;
    text-transform: none;
    margin-left: 7px;
    color: #343a40
}

.btn-chrome img {
    position: relative;
    top: -2px
}

.form-control {
    border-color: #e2e4e8;
    padding: 0.8rem 1.2rem;
    height: auto
}

.font-weight-semi-bold {
    font-weight: 600
}

.form-control,.form-control-plaintext,button,input {
    font-size: 1.4rem
}

nav#nav {
    height: 60px;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0 0.125rem 0.25rem 0px rgba(0,0,0,0.05);
    box-shadow: 0 0.125rem 0.25rem 0px rgba(0,0,0,0.05)
}

nav#nav .navbar-brand {
    padding: 0;
    margin-right: 2rem
}

@media (max-width: 1199.98px) {
    nav#nav .navbar-brand img {
        max-width:160px
    }
}

nav#nav .advocacy-logo {
    display: none
}

nav#nav .search-form,nav#nav .sticky-search-form {
    position: relative
}

nav#nav .search-form form,nav#nav .sticky-search-form form {
    text-align: center;
    border-radius: 25px
}

nav#nav .search-form form .input-group,nav#nav .sticky-search-form form .input-group {
    background: #eef1f3;
    border-radius: 25px
}

nav#nav .search-form form .input-group .input-group-prepend .dropdown-toggle,nav#nav .sticky-search-form form .input-group .input-group-prepend .dropdown-toggle {
    padding: 0 15px
}

nav#nav .navbar-nav>li {
    margin-left: 1.5rem
}

nav#nav .navbar-nav>li>a {
    white-space: nowrap
}

nav#nav .navbar-nav>li>a:not(.btn) {
    color: #343a40
}

nav#nav .navbar-nav>li>a:not(.btn) img {
    display: block;
    margin: 0 auto;
    height: 28px
}

nav#nav .navbar-nav>li>a:not(.btn):hover {
    color: #2964B4
}

nav#nav .navbar-nav>li .user-btn {
    border: thin solid #e7ecf2;
    border-radius: 2.5rem;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    padding-right: 2rem
}

nav#nav .navbar-nav>li .user-btn img {
    margin-right: 0.7rem
}

nav#nav .navbar-nav>li .user-btn i {
    margin-left: 0.2rem
}

nav#nav .navbar-nav>li .dropdown-menu {
    min-width: 16rem
}

nav#nav .navbar-nav>li>a.how-it-works-link {
    color: #b3b3b3;
    border: thin solid #b3b3b3;
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    font-size: 12px
}

nav#nav .navbar-nav>li>a.how-it-works-link:hover {
    color: #343a40;
    border-color: #343a40
}

@media (max-width: 991.98px) {
    nav#nav .navbar-nav>li>a.how-it-works-link {
        border:none;
        width: 100%;
        text-align: center
    }

    nav#nav .navbar-nav>li>a.how-it-works-link:after {
        content: "How it Works";
        font-size: 15px;
        margin-left: 5px;
        vertical-align: middle
    }
}

@media (max-width: 991.98px) {
    nav#nav .navbar-nav {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        padding-bottom: 1.5rem;
        border-bottom: thin solid #e2e4e8;
        -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06);
        box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06)
    }

    nav#nav .navbar-nav li {
        padding: 10px 15px;
        width: 100%;
        margin-left: 0
    }

    nav#nav .navbar-nav li>a:not(.btn) {
        font-size: 1.2rem;
        text-align: center;
        padding-left: 0.2rem;
        padding-right: 0.2rem
    }

    nav#nav .navbar-nav li .btn {
        width: 100%
    }

    nav#nav .navbar-nav li:not(:last-child) {
        border-bottom: thin solid #e2e4e8
    }
}

nav#nav .navbar-toggler {
    padding: 0;
    height: 30px;
    width: 30px;

    margin-left: auto;
    margin-right: 10px;
}

nav#nav .navbar-toggler .navbar-toggler-icon {
    width: auto;
    height: auto;
    font-size: 2.4rem
}

@media (max-width: 991.98px) {
    nav#nav {
        height:50px;
        padding: 0 10px;
        border-bottom: thin solid #e2e4e8
    }

    nav#nav .navbar-collapse {
        position: absolute;
        top: 100%;
        background: #fff;
        width: 100%;
        left: 0;
        border-top: thin solid #e2e4e8
    }

    nav#nav .navbar-collapse .search-form {
        display: none
    }

    nav#nav>.container {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

nav#nav .navbar-search-icon {
    display: none;
    font-size: 2rem
}

@media (max-width: 991.98px) {
    nav#nav .navbar-search-icon {
        display:block
    }
}

nav#nav .user-dropdown-mobile {
    display: none
}

@media (max-width: 991.98px) {
    nav#nav .user-dropdown-mobile {
        display:block;
        width: 55px
    }
}

nav#nav .sticky-search-form {
    position: absolute;
    display: none;
    z-index: 9;
    top: 100%;
    background: #fff;
    left: 0;
    right: 0;
    padding: 1rem 1.5rem;
    border-bottom: thin solid #e2e4e8;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06)
}

.search-form {
    position: relative;
    border-radius: 25px
}

.search-form form {
    background: #fff;
    text-align: center;
    border-radius: 25px
}

.search-form form .input-group .input-group-prepend .dropdown-toggle {
    border-radius: 25px 0 0 25px;
    padding: 0 20px;
    font-size: 20px;
    border-right: thin solid #e2e2e2;
    outline: none!important
}

.search-form form .input-group .input-group-prepend .dropdown-toggle:focus {
    background: #DBDFE3
}

.search-form form .input-group .input-group-prepend .dropdown-toggle:focus:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.search-form form .input-group .dropdown-menu {
    min-width: 200px
}

.search-form form .input-group input {
    border-radius: 4px;
    background-color: transparent;
    height: 52px;
    border: none;
    padding: 0 20px;
    font-size: 1.6rem;
    display: inline
}

.search-form form .input-group input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search-form form .input-group .input-group-append .search-btn {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #DBDFE3;
    width: 52px;
    height: 52px;
    font-size: 18px
}

.home-banner {
    position: relative
}

.home-banner .banner-left-badge {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 3
}

.home-banner .banner-left-badge img {
    width: 125px
}

@media (max-width: 991.98px) {
    .home-banner .banner-left-badge img {
        width:80px
    }
}

@media (max-width: 991.98px) {
    .home-banner .banner-left-badge {
        top:0;
        left: 0
    }
}

.home-banner .home-banner-img img {
    width: 100%
}

.home-banner .home-banner-img:before {
    background-image: -webkit-linear-gradient(180deg,rgb(29,207,253) 0%,rgb(59,145,254) 100%);
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1
}

@media (max-width: 991.98px) {
    .home-banner .home-banner-img img {
        min-height:300px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.home-banner .home-banner-content {
    position: absolute;
    color: #fff;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 750px;
    max-width: 100%;
    padding: 0 1.5rem;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.home-banner .home-banner-content h1 {
    text-align: center;
    font-weight: 700;
    font-size: 3.4rem;
    margin: 0 0 1rem;
    line-height: 1.5
}

@media (max-width: 991.98px) {
    .home-banner .home-banner-content h1 {
        padding:0
    }

    .home-banner .home-banner-content h1 .typewrite {
        display: block
    }
}

@media (max-width: 767.98px) {
    .home-banner .home-banner-content h1 {
        font-size:2.4rem;
        margin-top: 60px
    }
}

.home-banner .home-banner-content p {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    font-weight: 400;
    text-align: center
}

@media (max-width: 767.98px) {
    .home-banner .home-banner-content p {
        font-size:1.6rem;
        padding: 0 5rem;
        margin-bottom: 2rem
    }
}

.referral-cashback-badge {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 2
}

@media (max-width: 767.98px) {
    .referral-cashback-badge {
        right:5px;
        top: 0
    }

    .referral-cashback-badge img {
        width: 80px
    }
}

@media (max-width: 575.98px) {
    .referral-cashback-badge {
        display:none
    }
}

.featured-in-img {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3
}

.featured-in-img .btn-quick-start-guide {
    padding-right: 15px
}

@media (max-width: 991.98px) {
    .featured-in-img {
        right:15px;
        top: 15px
    }

    .featured-in-img img {
        width: 80px
    }
}

section.section {
    padding: 3rem 0
}

section.section .section-hd {
    font-size: 3rem;
    margin: 0 0 3.5rem;
    font-weight: 700
}

section.section.section-primary {
    background: #2964B4;
    color: #fff
}

section.section-narrow {
    padding: 8rem 0
}

section.section-narrow .section-hd {
    font-size: 4rem;
    margin-bottom: 6rem
}

@media (max-width: 767.98px) {
    section.section-narrow .section-hd {
        font-size:3rem;
        margin-bottom: 4rem
    }
}

section.section-narrow .container {
    max-width: 850px
}

@media (max-width: 767.98px) {
    section.section-narrow {
        padding:5rem 0
    }
}

.blank-space {
    height: 10rem
}

@media (max-width: 767.98px) {
    .blank-space {
        height:5rem
    }
}

.how-it-works-section,.referral-cashback-section {
    padding: 5rem 0
}

.how-it-works-section .section-hd,.referral-cashback-section .section-hd {
    font-size: 3.2rem;
    line-height: 4.6rem;
    margin: 0;
    font-weight: 700
}

@media (max-width: 767.98px) {
    .how-it-works-section .section-hd,.referral-cashback-section .section-hd {
        font-size:2.4rem;
        line-height: 3.6rem
    }
}

.how-it-works-section.shop-logos,.referral-cashback-section.shop-logos {
    padding-top: 6rem
}

@media (max-width: 767.98px) {
    .how-it-works-section.shop-logos,.referral-cashback-section.shop-logos {
        padding-top:3rem
    }
}

@media (min-width: 768px) {
    .how-it-works-section.search-section,.referral-cashback-section.search-section {
        padding-top:10rem
    }
}

@media (min-width: 992px) {
    .how-it-works-section.chrome-extension-section img,.referral-cashback-section.chrome-extension-section img {
        margin-left:-60px
    }
}

@media (max-width: 767.98px) {
    .how-it-works-section,.referral-cashback-section {
        padding:3rem 0
    }
}

@media (max-width: 767.98px) {
    .mob-size-50 {
        width:50%
    }
}

.boxed-items {
    margin-bottom: 30px
}

.boxed-items .boxed-items-header {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.boxed-items .boxed-items-header h4 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.125;
    width: 100%;
    white-space: nowrap;
    margin: 0
}

.boxed-items .boxed-items-header h4:after {
    border-top: thin solid #cfcfcf;
    content: "";
    display: block;
    width: 99%;
    margin-left: 1%
}

.boxed-items .boxed-items-header .boxed-item-more {
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 0 10px;
    white-space: nowrap;
    font-size: 1.3rem
}

.boxed-items .boxed-items-header .boxed-item-more i {
    margin-left: 5px
}

.boxed-items .boxed-items-header .boxed-item-more:hover {
    text-decoration: underline
}

.boxed-items .boxed-items-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.boxed-items .boxed-items-row .boxed-items-col {
    width: 20%;
    padding: 0 15px
}

@media (max-width: 1199.98px) {
    .boxed-items .boxed-items-row .boxed-items-col {
        width:25%
    }
}

@media (max-width: 991.98px) {
    .boxed-items .boxed-items-row .boxed-items-col {
        width:33.33%;
        padding: 0 10px
    }
}

@media (max-width: 767.98px) {
    .boxed-items .boxed-items-row .boxed-items-col {
        width:50%
    }
}

@media (max-width: 575.98px) {
    .boxed-items .boxed-items-row .boxed-items-col {
        width:100%
    }

    .boxed-items .boxed-items-row .boxed-items-col .boxed-item-single {
        height: auto;
        margin-bottom: 10px
    }

    .boxed-items .boxed-items-row .boxed-items-col .boxed-item-single .boxed-item-single-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (max-width: 991.98px) {
    .boxed-items .boxed-items-row {
        margin-left:-5px;
        margin-right: -5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.boxed-items .boxed-item-single {
    padding: 20px 12px 15px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: block;
    background-color: rgb(255,255,255);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative
}

.boxed-items .boxed-item-single .img-wrap {
    height: 150px;
    overflow: hidden;
    width: 150px;
    margin: 0 auto 10px;
    background: #fff;
    border: thin solid #d6d6d6;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem
}

.boxed-items .boxed-item-single .img-wrap img {
    max-width: 90%;
    max-height: 90%
}

.boxed-items .boxed-item-single .boxed-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    text-align: left
}

.boxed-items .boxed-item-single .boxed-item-info .boxed-item-info-left {
    width: calc(100% - 40px)
}

.boxed-items .boxed-item-single .boxed-item-info .boxed-item-info-right {
    width: 32px
}

.boxed-items .boxed-item-single .boxed-item-info .boxed-item-info-right img {
    width: 32px;
    height: 32px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: thin solid #dbdfe3
}

.boxed-items .boxed-item-single .boxed-item-single-title {
    font-size: 1.3rem;
    color: #b3b3b3;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 2px
}

.boxed-items .boxed-item-single .boxed-item-single-discount {
    color: #343a40;
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.boxed-items .boxed-item-single:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2)
}

.boxed-items .boxed-item-single a:hover {
    text-decoration: none
}

.top-user-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px
}

.referrals-count {
    display: block;
    margin-top: 7px;
    color: #343a40;
    font-size: 1.2rem
}

.referrals-count img {
    vertical-align: -4px;
    width: 18px
}

.bordered-hd {
    position: relative;
    margin-bottom: 40px
}

.bordered-hd h3 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #fff
}

.bordered-hd h3:after {
    width: 45px;
    height: 3px;
    background: #2964B4;
    display: block;
    margin: 10px auto;
    content: ""
}

.bordered-hd .btn {
    position: absolute;
    top: 0;
    right: 0
}

@media (max-width: 767.98px) {
    .bordered-hd {
        text-align:center
    }

    .bordered-hd .btn {
        position: static;
        margin: 10px 0 0
    }
}

.newsletter-section,.sign-up-section {
    background: #343a40;
    color: #fff;
    padding: 3.5rem 0
}

.newsletter-section h2,.sign-up-section h2 {
    font-size: 2.8rem;
    margin: 0 0 1rem;
    font-weight: 600
}

@media (max-width: 1199.98px) {
    .newsletter-section h2,.sign-up-section h2 {
        font-size:2.4rem
    }
}

.newsletter-section p,.sign-up-section p {
    font-size: 1.6rem
}

.sign-up-section hr {
    opacity: 0.2;
    filter: alpha(opacity=20);
    margin: 3rem 0
}

.newsletter-section h2 {
    font-size: 2.4rem
}

.clients-logos {
    background: #fff
}

.clients-logos .client-logo-single {
    text-align: center;
    height: 70px;
    margin: 7px 0 0
}

.clients-logos .client-logo-single>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    padding: 5px;
    height: 100%
}

.clients-logos .client-logo-single img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    width: auto
}


footer#footer {
  border-top: thin solid #e6e6e6;
  font-size: 1.2rem;
  padding: 1.5rem 0;
}
footer#footer .copyrights-text {
  color: #676767;
}
footer#footer .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
footer#footer .footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
footer#footer .footer-menu li a {
  color: #e8443e;
}
footer#footer .footer-menu li.chrome-extension-link a {
  text-transform: uppercase;
  color: #2964b4;
  font-weight: 600;
}
footer#footer .footer-menu li.chrome-extension-link a img {
  position: relative;
  top: -2px;
}
@media (max-width: 767.98px) {
  footer#footer .footer-menu {
    line-height: 2.4rem;
  }
}
footer#footer .social-icons {
  display: inline-block;
  list-style: none;
  padding-left: 0;
}
footer#footer .social-icons li {
  display: inline-block;
  float: none;
  margin-left: 2px;
}
footer#footer .social-icons li a {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 22px;
  padding: 0;
  border: thin solid #fff;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
}
footer#footer .social-icons li a:hover {
  background: transparent !important;
}
footer#footer .social-icons li a.facebook {
  background: #1599F7;
}
footer#footer .social-icons li a.facebook:hover {
  color: #1599F7;
  border-color: #1599F7;
}
footer#footer .social-icons li a.twitter {
  background: #5FBEFB;
}
footer#footer .social-icons li a.twitter:hover {
  color: #5FBEFB;
  border-color: #5FBEFB;
}
footer#footer .social-icons li a.youtube {
  background: #d7271f;
}
footer#footer .social-icons li a.youtube:hover {
  color: #d7271f;
  border-color: #d7271f;
}
footer#footer .social-icons li a.instagram {
  background: #d10869;
}
footer#footer .social-icons li a.instagram:hover {
  color: #d10869;
  border-color: #d10869;
}
.social-icons {
    display: inline-block;
    list-style: none;
    padding-left: 0
}

.social-icons li {
    display: inline-block;
    float: none;
    margin-left: 2px
}

.social-icons li a {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    padding: 0;
    border: thin solid #fff;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-size: 13px
}

.social-icons li a:hover {
    background: transparent!important
}

.social-icons li a.facebook {
    background: #1599F7
}

.social-icons li a.facebook:hover {
    color: #1599F7;
    border-color: #1599F7
}

.social-icons li a.twitter {
    background: #000
}

.social-icons li a.twitter .fa-twitter {
    width: 12px;
    height: 12px;
    top: 1px
}

.social-icons li a.twitter:hover {
    border-color: #000
}

.social-icons li a.twitter:hover .fa-twitter {
    background-image: url("../images/twitterx-black.svg")
}

.social-icons li a.youtube {
    background: #d7271f
}

.social-icons li a.youtube:hover {
    color: #d7271f;
    border-color: #d7271f
}

.social-icons li a.instagram {
    background: #d10869
}

.social-icons li a.instagram:hover {
    color: #d10869;
    border-color: #d10869
}

.social-icons li a.share-footer {
    background: #2964B4
}

.social-icons li a.share-footer:hover {
    color: #2964B4;
    border-color: #2964B4
}

@media (max-width: 767px) {
    .social-icons {
        display:block
    }
}

.star-ratings-sprite {
    background: url("../images/star-rating-sprite.png") repeat-x;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 110px;
    margin-top: 10px
}

.star-ratings-sprite-rating {
    background: url("../images/star-rating-sprite.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display: block
}

.referral-summary-block {
    height: 140px;
    margin-bottom: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: rgb(255,255,255);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative
}

.referral-summary-block .featured-badge {
    position: absolute;
    z-index: 3;
    left: -6px;
    top: 10px
}

.referral-summary-block .referrals-summary-block-image {
    border-right: thin solid #e6e6e6;
    height: 100%;
    padding: 0 15px;
    width: 35%
}

.referral-summary-block .referrals-summary-block-image img {
    max-width: 100%;
    max-height: 100%
}

.referral-summary-block .referral-summary-block-content {
    width: 65%;
    padding: 0 15px
}

.referral-summary-block .referral-summary-block-content h4 {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 1rem
}

.referral-summary-block .referral-summary-block-content h4 a {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 991.98px) {
    .referral-summary-block .referral-summary-block-content h4 {
        font-size:2rem
    }
}

.referral-summary-block .referral-summary-block-content p {
    color: #6c757d;
    font-size: 1.3rem;
    height: 3.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.9rem;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.referral-summary-block .referral-summary-block-content .star-ratings-sprite {
    margin-top: 1rem
}

.referral-summary-block:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2)
}

.newsletter-form input {
    border: none
}

.icon-input {
    position: relative
}

.icon-input:before {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 13px;
    top: 10px;
    z-index: 1;
    color: #d4d9de;
    height: 20px;
    line-height: 20px
}

.icon-input.user-input:before {
    content: "\f007"
}

.icon-input.email-input:before {
    content: "\f0e0"
}

.icon-input.password-input:before {
    content: "\f023";
    font-weight: 900
}

.icon-input input {
    height: auto;
    padding: 0.8rem 1.25rem;
    padding-left: 3.7rem
}

.icon-input .help-icon {
    position: absolute;
    left: 100%;
    top: 8px;
    margin-left: 7px
}

.icon-input .icon-input-addon {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    text-align: center;
    height: 100%;
    line-height: 38px;
    border-left: thin solid #e2e4e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center
}

.icon-input .icon-input-addon a {
    height: 100%;
    width: 100%
}

.dropdown-item {
    padding: 1rem 2rem;
    font-size: 1.4rem
}

.auth-form {
    max-width: 1000px;
    margin: 4rem auto;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06)
}

.auth-form .auth-form-badge {
    position: absolute;
    top: -25px;
    right: -25px
}

.auth-form .auth-form-badge img {
    width: 100px
}

@media (max-width: 991.98px) {
    .auth-form .auth-form-badge img {
        width:80px
    }
}

@media (max-width: 991.98px) {
    .auth-form .auth-form-badge {
        right:-15px;
        top: -20px
    }
}

.auth-form .auth-form-left,.auth-form .auth-form-right {
    width: 50%;
    padding: 4rem 7rem
}

@media (min-width: 768px) and (max-width:1199.98px) {
    .auth-form .auth-form-left,.auth-form .auth-form-right {
        padding:4rem
    }
}

@media (max-width: 991.98px) {
    .auth-form .auth-form-left,.auth-form .auth-form-right {
        width:100%;
        padding: 2rem
    }
}

.auth-form .auth-form-left {
    color: #fff;
    text-align: center;
    background: #2964B4 url("../images/auth-login-bg.png") no-repeat center top/100% auto
}

.auth-form .auth-form-left h2 {
    font-size: 3rem;
    font-weight: 400;
    margin-top: 5rem
}

.auth-form .auth-form-left h2 strong {
    font-weight: 700;
    display: block
}

@media (max-width: 991.98px) {
    .auth-form .auth-form-left h2 {
        font-size:2.4rem
    }
}

.auth-form .auth-form-left img {
    margin: 2rem 0
}

.auth-form .auth-form-left h5 {
    font-size: 1.8rem;
    margin-top: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem
}

@media (max-width: 991.98px) {
    .auth-form .auth-form-left h5 {
        margin-top:1rem;
        font-size: 1.6rem
    }
}

.auth-form .auth-form-left .btn-white {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700
}

@media (max-width: 991.98px) {
    .auth-form .auth-form-left {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 2;
        order: 2
    }
}

.auth-form .auth-form-right {
    background: #fff
}

.auth-form .auth-form-right h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    font-weight: 700
}

.auth-form .auth-form-right .btn-secondary {
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 991.98px) {
    .auth-form .auth-form-right {
        -webkit-box-ordinal-group:1;
        -ms-flex-order: 1;
        order: 1
    }
}

.auth-form.auth-form-center {
    max-width: 500px
}

.auth-form.auth-form-center .auth-form-right {
    width: 100%
}

.auth-form .invited-by-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -20px;
    left: -20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    border: thin solid #ccc;
    padding: 10px 0 10px 15px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px
}

.auth-form .invited-by-user .invited-by-label {
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
    color: #6c757d
}

@media (max-width: 767.98px) {
    .auth-form .invited-by-user {
        top:-30px;
        left: -10px
    }
}

.shop-img-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px
}

.referral-detail .referral-detail-img {
    padding: 0;
    width: 160px;
    height: 160px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    position: relative;
    border: thin solid #d6d6d6;
    background-color: rgb(255,255,255);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06)
}

.referral-detail .referral-detail-img img {
    max-width: 90%;
    max-height: 90%
}

.referral-detail .referral-detail-img .cashback-text {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.65;
    position: absolute;
    bottom: 15px;
    font-size: 1.1rem;
    background: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

@media (min-width: 768px) and (max-width:1199.98px) {
    .referral-detail .referral-detail-img {
        height:130px;
        width: 130px
    }
}

@media (max-width: 991.98px) {
    .referral-detail .referral-detail-img {
        margin-left:auto;
        margin-right: auto
    }
}

.referral-detail .referral-detail-content h1 {
    font-weight: 700;
    margin: 0 0 1rem;
    font-size: 2.4rem
}

.referral-detail .referral-detail-content .referral-detail-content-hd .flags {
    margin-left: 30px
}

.referral-detail .referral-detail-content .referral-detail-content-hd .flags .flags-area {
    white-space: nowrap
}

@media (min-width: 768px) {
    .referral-detail .referral-detail-content {
        margin-bottom:20px
    }
}

.div-table-wrap {
    overflow-x: auto
}

.div-table {
    min-width: 300px;
    display: table;
    width: 100%;
    table-layout: fixed
}

.div-table .tc {
    display: table-cell;
    padding: 0.8rem 1rem;
    vertical-align: middle;
    border-bottom: thin solid #e2e4e8
}

@media (max-width: 767.98px) {
    .div-table .tc {
        font-size:1.3rem;
        padding: 0.5rem 0.2rem
    }

    .div-table .tc:first-child {
        padding-left: 1rem
    }

    .div-table .tc:last-child {
        padding-right: 1rem
    }

    .div-table .tc button img {
        width: 110px;
        height: auto
    }

    .div-table .tc .btn.shop-btn {
        width: 90px;
        height: 30px;
        line-height: 30px
    }
}

.div-table .th {
    display: table-row;
    background: #f3f3f3;
    font-weight: 700;
    border-bottom: none
}

.div-table .th .tc {
    border-bottom: none
}

.div-table .tr {
    display: table-row
}

@media (max-width: 767.98px) {
    .div-table .tr .tc .single-user-img {
        min-width:3.2rem;
        width: 3.2rem;
        height: 3.2rem;
        margin-right: 5px
    }
}

.div-table .tr .tc a img {
    width: 46px;
    height: 46px;
    border-radius: 32px
}

.div-table .tr .tc button {
    border: none;
    background: transparent
}

@media (max-width: 767.98px) {
    .div-table .tr .tc {
        font-size:1.3rem
    }
}

.tr.low-rated {
    opacity: 0.6
}

.referral-detail-tabs-area {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: rgb(255,255,255);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06)
}

.referral-detail-tabs-area .nav-tabs {
    background: #2964B4;
    padding-left: 2rem;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0
}

.referral-detail-tabs-area .nav-tabs li {
    margin-right: 3rem
}

.referral-detail-tabs-area .nav-tabs li a {
    color: #fff;
    border: none;
    padding: 1.5rem 0;
    min-width: 6rem;
    text-align: center;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border-bottom: 3px solid transparent
}

.referral-detail-tabs-area .nav-tabs li a .count {
    height: 2rem;
    line-height: 2rem;
    min-width: 3rem;
    text-align: center;
    display: inline-block;
    background: rgba(255,255,255,0.15);
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    margin-left: 0.5rem
}

.referral-detail-tabs-area .nav-tabs li a.active {
    background: none;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    border-bottom-color: #fff
}

.referral-detail-tabs-area .nav-tabs li a.active .count {
    background: rgb(255,255,255);
    color: #2964B4
}

.referral-detail-tabs-area .nav-tabs li a:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

@media screen and (max-width: 400px) {
    .referral-detail-tabs-area .nav-tabs li a {
        width:130px;
        padding: 0.5rem 0
    }

    .referral-detail-tabs-area .nav-tabs li a span {
        margin: 5px 0 0
    }
}

@media (max-width: 991.98px) {
    .referral-detail-tabs-area .nav-tabs li {
        margin-right:1.5rem
    }
}

@media (max-width: 575.98px) {
    .referral-detail-tabs-area .nav-tabs {
        border-radius:0;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: space-around
    }
}

.referral-detail-tabs-area table.dataTable {
    border-bottom: none
}

.referral-detail-tabs-area table.dataTable thead tr th {
    padding: 0.5rem 1rem;
    border-bottom: none;
    background: #f3f3f3
}

.referral-detail-tabs-area table.dataTable tbody tr td {
    padding: 0.8rem 1rem;
    border-top: none;
    vertical-align: middle;
    border-bottom: thin solid #e2e4e8
}

.referral-detail-tabs-area #referrals .div-table .th .tc:first-child,.referral-detail-tabs-area #referrals .div-table .tr .tc:first-child {
    width: calc(70% - 150px)
}

@media (max-width: 767.98px) {
    .referral-detail-tabs-area #referrals .div-table .th .tc:first-child,.referral-detail-tabs-area #referrals .div-table .tr .tc:first-child {
        width:calc(70% - 120px)
    }
}

.referral-detail-tabs-area #referrals .div-table .th .tc:nth-child(2),.referral-detail-tabs-area #referrals .div-table .tr .tc:nth-child(2) {
    width: 30%
}

.referral-detail-tabs-area #referrals .div-table .th .tc:last-child,.referral-detail-tabs-area #referrals .div-table .tr .tc:last-child {
    width: 150px
}

@media (max-width: 767.98px) {
    .referral-detail-tabs-area #referrals .div-table .th .tc:last-child,.referral-detail-tabs-area #referrals .div-table .tr .tc:last-child {
        width:120px
    }
}

.referral-detail-tabs-area #recommends .div-table .th .tc:first-child,.referral-detail-tabs-area #recommends .div-table .tr .tc:first-child {
    width: 40%
}

@media (max-width: 767.98px) {
    .referral-detail-tabs-area #recommends .div-table .th .tc:first-child,.referral-detail-tabs-area #recommends .div-table .tr .tc:first-child {
        width:30%
    }
}

.referral-detail-tabs-area #recommends .div-table .th .tc:nth-last-child(2),.referral-detail-tabs-area #recommends .div-table .tr .tc:nth-last-child(2) {
    width: 70px
}

.referral-detail-tabs-area #recommends .div-table .th .tc:last-child,.referral-detail-tabs-area #recommends .div-table .tr .tc:last-child {
    width: 70px
}

@media (max-width: 575.98px) {
    .referral-detail-tabs-area {
        margin-left:-15px;
        margin-right: -15px;
        border-radius: 0
    }
}

.user-recommends-table .table {
    table-layout: fixed
}

.user-recommends-table .table tr td:first-child {
    width: 35%
}

.user-recommends-table .table tr td:last-child {
    padding-left: 0;
    padding-right: 7px;
    width: 96px;
    text-align: right
}

.dataTables_wrapper .dataTables_paginate {
    float: none;
    width: 100%;
    padding: 1rem;
    text-align: center
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none!important
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #2964B4!important;
    background: #fff
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff!important;
    background: #2964B4
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff!important;
    background: #015dd2
}

.pagination-wrap .pagination li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5rem;
    padding: 0 0.2rem;
    height: 2.8rem;
    line-height: 2.8rem;
    min-width: 2.8rem;
    text-align: center;
    margin-left: 3px;
    border: none;
    color: #343a40;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem
}

.pagination-wrap .pagination li a:hover {
    background: #fff;
    color: #2964B4
}

.pagination-wrap .pagination li.active a {
    background: #2964B4;
    color: #fff!important
}

.pagination-wrap .pagination li.disabled {
    opacity: 0.35;
    filter: alpha(opacity=35)
}

.help-icon {
    position: relative;
    z-index: 1;
    color: #c3c5c7
}

.card {
    border-color: #e2e4e8;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem
}

.card .card-header {
    border-bottom-color: #e2e4e8;
    background: #fff;
    border-radius: 0.4rem 0.4rem 0 0;
    -webkit-border-radius: 0.4rem 0.4rem 0 0;
    -moz-border-radius: 0.4rem 0.4rem 0 0;
    font-size: 1.4rem;
    text-align: center;
    padding: 1rem 1.5rem;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700
}

.card .card-header .card-header__subheading {
    font-size: 1.5rem;
    background-color: #e9ecef;
    padding: 5px;
    margin-top: -10px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0.4rem 0.4rem 0 0;
    -webkit-border-radius: 0.4rem 0.4rem 0 0;
    -moz-border-radius: 0.4rem 0.4rem 0 0
}

.card .card-body .badge-secondary {
    background: #f4f4f4;
    padding: 0.8rem 1rem;
    margin-bottom: 4px;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    color: #343a40
}

.card .card-body .badge-secondary:hover {
    background: #d6d6d6
}

.profile-cover {
    background: url("../images/profile-bg.png") no-repeat center center/cover;
    padding: 2rem 0;
    position: relative
}

.profile-cover .profile-info {
    color: #fff
}

.profile-cover .profile-info .profile-img {
    width: 12rem;
    height: 12rem;
    min-width: 12rem;
    background: #dbdfe3;
    margin-right: 2.5rem;
    padding: 3px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.profile-cover .profile-info .profile-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border: thin solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.profile-cover .profile-info .profile-img .profile-img--actions {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 33px;
    display: none
}

.profile-cover .profile-info .profile-img .profile-img--actions a {
    background: rgba(0,0,0,0.75);
    display: block;
    text-align: center;
    width: 70px;
    margin: auto;
    color: white;
    font-size: 12px;
    line-height: 24px
}

.profile-cover .profile-info .profile-img .profile-img--actions a:first-child {
    margin-bottom: 5px
}

.profile-cover .profile-info .profile-img:hover .profile-img--actions {
    display: block
}

@media (max-width: 767.98px) {
    .profile-cover .profile-info .profile-img {
        margin-right:0;
        margin-bottom: 20px
    }
}

.profile-cover .profile-info .profile-info--name {
    font-size: 2.4rem
}

.profile-cover .profile-info .profile-info--intro {
    font-size: 1.6rem;
    font-weight: 400
}

@media (max-width: 767.98px) {
    .profile-cover .profile-info .profile-info--text {
        text-align:center
    }
}

.profile-cover .profile-info .profile-info--text.light-mode {
    color: #fff
}

.profile-cover .profile-info .profile-info--text.light-mode .profile-info--url a {
    color: #fff
}

.profile-cover .profile-info .profile-info--text.dark-mode {
    color: #343a40
}

.profile-cover .profile-info .profile-info--text.dark-mode .profile-info--url a {
    color: #343a40;
    border-color: #343a40
}

.profile-cover .profile-info .profile-info--url {
    font-size: 1.3rem;
    margin-bottom: 0;
    margin-top: 10px
}

.profile-cover .profile-info .profile-info--url input[type=text] {
    opacity: 0;
    filter: alpha(opacity=0)
}

.profile-cover .profile-info .profile-info--url a {
    opacity: 0.85;
    filter: alpha(opacity=85);
    font-size: 1.3rem;
    word-break: break-all;
    color: #fff;
    border-bottom: thin dashed rgba(255,255,255,0.65)
}

.profile-cover .profile-info .profile-info--url a:hover {
    border-bottom-color: transparent;
    text-decoration: none
}

.profile-cover .profile-info .profile-info--url .btn {
    margin-bottom: 5px
}

.profile-cover .profile-info .profile-info--url .btn-success:before {
    font-family: FontAwesome;
    content: "\f00c";
    margin-right: 5px;
    font-size: 10px
}

.profile-cover .profile-info .profile-info--url+p {
    padding-bottom: 7px
}

.profile-cover .profile-info .profile-info__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7px;
    position: relative;
    z-index: 4
}

.profile-cover .profile-info .profile-info__buttons .btn {
    margin-right: 15px
}

@media (max-width: 767.98px) {
    .profile-cover .profile-info .profile-info__buttons {
        -moz-justify-content:center;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        width: auto
    }
}

.profile-cover .profile-info .invited-by-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 2px 10px;
    background: rgba(255,255,255,0.25);
    border-radius: 7px;
    margin-left: 5px
}

.profile-cover .profile-info .invited-by-user .invited-by-label {
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 5px;
    color: #fff;
    font-size: 12px;
    text-shadow: 0 0px 2px #000
}

.profile-cover .profile-info .invited-by-user .single-user-img {
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin-right: 0
}

@media (max-width: 767.98px) {
    .profile-cover .profile-info .invited-by-user {
        margin:20px 40px 0
    }
}

.profile-cover .profile-info .gradient-trophy-icon {
    display: inline-block;
    margin-left: 7px;
    background: none
}

.profile-cover .profile-info .gradient-trophy-icon span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-cover .profile-info .gradient-trophy-icon i {
    font-size: 16px
}

@media (max-width: 1199.98px) {
    .profile-cover .profile-info {
        margin-bottom:15px
    }
}

@media (max-width: 767.98px) {
    .profile-cover .profile-info {
        position:relative;
        margin-top: 15px;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.profile-cover .btn-quick-start-guide {
    background: #2964B4!important
}

@media (max-width: 767.98px) {
    .profile-cover .btn-quick-start-guide {
        position:absolute;
        top: 10px;
        right: 10px;
        padding: 5px 5px 5px 35px;
        font-size: 8.65px;
        letter-spacing: 1px
    }

    .profile-cover .btn-quick-start-guide img {
        width: 16px;
        height: 16px;
        left: 10px;
        margin-top: -8px
    }
}

.profile-cover .btn-quick-start-guide:after,.profile-cover .btn-quick-start-guide:before {
    border-color: #2964B4
}

@media (min-width: 768px) and (max-width:1199.98px) {
    .profile-cover .container {
        max-width:720px
    }
}

.profile-cover button#color-toggle-btn {
    position: absolute;
    bottom: 12px;
    right: 120px;
    width: 30px;
    height: 30px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    z-index: 10
}

.profile-cover button#color-toggle-btn svg {
    width: 60%;
    height: 60%
}

.profile-cover button#color-toggle-btn.dark-mode {
    background: #343a40
}

.profile-cover button#color-toggle-btn.dark-mode path {
    fill: #fff
}

@media (max-width: 767.98px) {
    .profile-cover button#color-toggle-btn {
        bottom:55px;
        right: 10px
    }
}

.edit-cover-btn {
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    font-size: 13px
}

.edit-cover-btn:hover {
    background: #000;
    color: #fff
}

#coverModal .cover-option {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px
}

#coverModal .cover-option img {
    border-radius: 10px;
    height: 90px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s,-webkit-transform 0.2s
}

#coverModal .cover-option:not(.selected):hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

#coverModal .cover-option input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer
}

#coverModal .cover-option input:checked+label {
    display: block
}

#coverModal .cover-option label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
    color: inherit;
    display: block;
    padding: 5px 12px;
    border-radius: 4px;
    z-index: 2;
    display: none
}

#coverModal .cover-option label:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 3px
}

#coverModal .cover-option-premium:after {
    background: url("../images/premium-badge.svg") no-repeat 0 0/cover;
    position: absolute;
    width: 18px;
    height: 18px;
    right: 5px;
    top: 5px;
    content: "";
    z-index: 1
}

#coverModal .modal-body {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1.5rem
}

.flags-area {
    padding: 0 10px;
    background: rgba(255,255,255,0.25);
    border-radius: 4px;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px
}

.social-profiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.social-profiles .social-icons {
    margin: 0
}

.social-profiles .social-icons li {
    height: 30px;
    vertical-align: middle
}

.social-profiles .social-icons li a {
    width: 30px;
    height: 30px;
    border: none;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px
}

.social-profiles .social-icons li a img {
    width: 100%;
    height: 100%
}

.social-profiles .social-icons li a.rc {
    line-height: 1
}

.social-profiles .social-icons li a .fa-twitter {
    width: 16px;
    height: 16px
}

.social-profiles .social-icons li a.disabled {
    opacity: 0.25;
    pointer-events: none
}

.social-profiles .social-icons li a:hover {
    background: #fff!important
}

.premium-badge {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #2964B4;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 10px 2px 2px;
    margin: 5px 0 5px 10px;
    letter-spacing: 1px;
    cursor: default;
    letter-spacing: 1.5px
}

.premium-badge img {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 2px solid #fff;
    margin-right: 7px;
    vertical-align: top
}

.premium-badge span {
    margin-top: 5px;
    display: inline-block
}

.premium-badge .exclamation-icon {
    z-index: 99;
    position: absolute;
    right: -20px;
    top: 6px
}

.premium-member .profile-cover {
    background-image: url("../images/premium-bg.jpg");
    background-size: 60% 100%;
    background-color: #e3e3e3;
    background-position: right top
}

.premium-member .profile-cover .profile-img {
    background: rgb(59,145,254);
    background: -webkit-gradient(linear,left bottom,left top,from(rgb(59,145,254)),to(rgb(215,6,2)));
    background: linear-gradient(0deg,rgb(59,145,254) 0%,rgb(215,6,2) 100%)
}

@media (max-width: 767.98px) {
    .premium-member .profile-cover .profile-img {
        margin-top:5px
    }
}

@media (max-width: 767.98px) {
    .premium-member .profile-cover {
        background-size:100% auto
    }
}

.premium-member .profile-info--text {
    color: #013b86
}

.premium-member .profile-info--text .btn,.premium-member .profile-info--text .profile-info--url a {
    color: #013b86!important;
    border-color: #013b86!important
}

@media (max-width: 767.98px) {
    .premium-member .premium-badge {
        display:block;
        width: 175px;
        padding-right: 0;
        text-align: left;
        margin: 10px auto
    }
}

.social-block {
    text-align: center;
    background: #fff;
    border: 3px dashed #2964B4;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem
}

.social-block h3,.social-block h5 {
    font-size: 1.4rem;
    font-weight: 700
}

.social-block ul {
    list-style: none
}

.social-block ul li {
    display: inline-block;
    margin: 2px;
    vertical-align: middle
}

.social-block ul li a {
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 28px;
    text-align: center;
    background: #e7ecf2;
    margin: 1px;
    border-radius: 50%;
    color: #343a40;
    font-size: 16px;
    top: 0;
    vertical-align: middle;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.social-block ul li a.sci-fb {
    background: #1599F7;
    color: #fff
}

.social-block ul li a.sci-whatsapp {
    color: #fff;
    background: #6BD072
}

.social-block ul li a.sci-messenger {
    color: #fff;
    overflow: hidden;
    background: #0084FF
}

.social-block ul li a.sci-messenger img {
    margin-top: -2px
}

.social-block ul li a.sci-twitter {
    color: #fff;
    background: #000
}

.social-block ul li a.sci-pinterest {
    color: #fff;
    background: #CB2028
}

.social-block ul li a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.social-block .or-text {
    background: #ddd;
    width: 1px;
    height: 80px;
    margin: 0 10px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-block .or-text span {
    padding: 2px;
    margin-left: -10px;
    font-size: 12px;
    background-color: #fff;
    position: relative;
    z-index: 1
}

.social-block .social-share {
    padding: 5px
}

@media (max-width: 767.98px) {
    .social-block .social-share {
        padding-bottom:20px
    }

    .social-block .social-share br {
        display: none
    }
}

.referral-reminder {
    padding: 15px 0;
    text-align: center;
    background: #fff;
    border: 3px dashed #2964B4;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    margin: 10px 0 30px
}

.referral-reminder h5 {
    font-size: 1.6rem;
    font-weight: 700
}

.visit-forum-aside {
    padding-top: 1.5rem;
    border-top: thin solid #e2e4e8
}

.icon-info i {
    color: #b3b3b3;
    min-width: 18px;
    text-align: center
}

.referrals-listing {
    padding: 0;
    margin: 0 0 10px;
    list-style: none
}

.referrals-listing .referrals-listing-item {
    padding: 1rem 1.5rem;
    border-bottom: thin solid #f3f3f3;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.referrals-listing .referrals-listing-item .referral-listing-img {
    background: #fff;
    border: thin solid #d6d6d6;
    width: 7rem;
    height: 7rem;
    min-width: 7rem;
    margin-right: 1.25rem;
    position: relative;
    text-decoration: none;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem
}

.referrals-listing .referrals-listing-item .referral-listing-img img {
    max-width: 85%;
    max-height: 85%
}

.referrals-listing .referrals-listing-item .referral-listing-img .linked-user-img {
    position: absolute;
    width: 3.2rem;
    height: 3.2rem;
    bottom: -0.2rem;
    right: -0.7rem;
    border: thin solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.16)
}

.referrals-listing .referrals-listing-item .referral-listing-img .pending-icon {
    content: "\f017";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    color: #f4890b;
    position: absolute;
    right: -5px;
    top: -4px;
    font-size: 17px;
    border-radius: 50%;
    -webkit-box-shadow: -1px 1px 0 2px #fff;
    box-shadow: -1px 1px 0 2px #fff;
    background: #fff
}

.referrals-listing .referrals-listing-item .referral-listing-img .highlight-icon {
    position: absolute;
    text-align: center;
    right: -8px;
    top: -5px;
    width: 20px;
    height: 20px;
    border: thin solid #d6d6d6;
    border-radius: 50%;
    background-color: #fff;
    line-height: 18px
}

.referrals-listing .referrals-listing-item .referral-listing-info h4 {
    margin-bottom: 2px;
    font-size: 1.3rem;
    font-weight: 700
}

.referrals-listing .referrals-listing-item .referral-listing-info h4 a {
    color: inherit
}

.referrals-listing .referrals-listing-item:hover {
    background: #f9f9f9
}

.grid-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.grid-view>.referrals-listing-item {
    width: 33.33%;
    padding: 1rem 0.5rem 0!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none
}

.grid-view>.referrals-listing-item .referral-listing-img {
    margin-right: 0;
    margin-bottom: 5px
}

.grid-view>.referrals-listing-item .referral-listing-info {
    padding-right: 0!important;
    text-align: center
}

.grid-view>.referrals-listing-item .referral-listing-info h4 {
    font-weight: normal
}

.grid-view .list-view-only {
    display: none!important
}

.grid-view table {
    border-top: 1px solid #dee2e6
}

.grid-view table td,.grid-view table th,.grid-view table thead {
    display: block;
    border: none
}

.grid-view table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0
}

.grid-view table tbody tr {
    width: 33.33%;
    display: block
}

.grid-view table tbody tr td {
    width: 100%!important;
    text-align: center;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.grid-view table tbody tr td .shop-info {
    margin-bottom: 5px;
    display: inline-block
}

.grid-view table tbody tr td .shop-info .shop-img {
    margin: 0
}

.grid-view table tbody tr td .ref-review__text {
    text-align: center
}

.grid-view table tbody tr:nth-child(n+4) {
    margin-top: 10px
}

.grid-view .tab-pane {
    width: 100%
}

.edit_icons {
    display: table;
    width: 100%
}

.edit_icons ul {
    display: table-row;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

.edit_icons ul li {
    display: table-cell
}

.edit_icons ul li button {
    color: #fff;
    padding: 0;
    height: 24px;
    width: 24px;
    font-size: 12px;
    text-align: center;
    border-radius: 100px;
    vertical-align: middle;
    display: table-cell;
    margin: 0 3px;
    cursor: pointer;
    border: none
}

.edit_icons ul li button.delete-btn-icon {
    background-color: #e7433c;
    color: #fff
}

.edit_icons ul li button.delete-btn-icon:hover {
    background-color: #a40502
}

.edit_icons ul li button.edit-btn-icon {
    background-color: #e7ecf2;
    color: #343a40
}

.edit_icons ul li button.edit-btn-icon:hover:hover {
    background-color: #ddd
}

.edit_icons ul li button.share-btn-icon {
    background-color: #2964B4;
    color: #fff
}

.edit_icons ul li button.share-btn-icon:hover {
    background-color: #0875fe
}

.edit_icons ul li button.share-icon {
    border: thin solid #343a40;
    color: #343a40;
    background: white
}

.edit_icons ul li button.share-icon:hover {
    background: #eee
}

.referral-modal-box {
    font-size: 2.3rem;
    width: 100%;
    font-weight: 700
}

.referral-logo img {
    height: 45px
}

.referral-submit-button {
    float: right;
    width: 100%;
    text-align: right
}

.close-btn-referral {
    position: absolute;
    right: 9px;
    font-size: 30px;
    margin: 0;
    padding: 0;
    top: 8px;
    font-weight: 400;
    z-index: 1
}

.delete-referral-popup {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px
}

.delete-referral-popup span {
    border: 2px solid #e7433c;
    border-radius: 100px;
    height: 60px;
    width: 60px;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    padding: 12px 0 0;
    color: #e7433c
}

.delete-referral-popup h2 {
    padding: 30px 0 20px;
    margin: 0
}

.delete-referral-popup p {
    width: 80%;
    margin: 0 auto 20px
}

.delete-referral-popup button {
    margin: 0 3px
}

.recommends-list {
    padding: 0;
    margin: 0 0 10px;
    list-style: none
}

.recommends-list li {
    padding: 1rem 1.5rem;
    border-bottom: thin solid #f3f3f3
}

.users-listing {
    padding: 0;
    margin: 0 0 10px;
    list-style: none
}

.users-listing .users-listing-item {
    padding: 1rem 1.5rem;
    text-align: left;
    border-bottom: thin solid #f3f3f3;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.users-listing .users-listing-item a {
    color: #343a40
}

.users-listing .users-listing-item a:hover {
    text-decoration: none
}

.users-listing .users-listing-item .users-listing-img {
    background: #fff;
    background: #dbdfe3;
    padding: 2px;
    width: 3.4rem;
    height: 3.4rem;
    min-width: 3.4rem;
    margin-right: 1.2rem;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.users-listing .users-listing-item .users-listing-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    max-height: 100%;
    border: thin solid #fff
}

.users-listing .users-listing-item .users-listing-img.premium-member {
    background: rgb(59,145,254);
    background: -webkit-gradient(linear,left bottom,left top,from(rgb(59,145,254)),to(rgb(215,6,2)));
    background: linear-gradient(0deg,rgb(59,145,254) 0%,rgb(215,6,2) 100%)
}

.users-listing .users-listing-item .users-listing-info .username {
    display: block;
    font-size: 1.2rem;
    color: #b3b3b3
}

.users-listing .users-listing-item:hover {
    background: #f9f9f9
}

.users-listing .users-listing-see-more-link a {
    color: #b3b3b3;
    padding: 5px;
    display: block;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    border-radius: 0 0 0.4rem 0.4rem;
    -webkit-border-radius: 0 0 0.4rem 0.4rem;
    -moz-border-radius: 0 0 0.4rem 0.4rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center
}

.users-listing .users-listing-see-more-link a:hover {
    background: #f9f9f9;
    text-decoration: none;
    color: #343a40
}

.users-listing.expand {
    height: 630px;
    overflow-y: auto
}

.shop-info,.single-user-info {
    color: #343a40
}

.shop-info .shop-img,.shop-info .single-user-img,.single-user-info .shop-img,.single-user-info .single-user-img {
    background: #fff;
    border: thin solid #dbdfe3;
    width: 4.8rem;
    height: 4.8rem;
    min-width: 4.8rem;
    margin-right: 1.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding: 2px;
    overflow: hidden
}

.shop-info .shop-img img,.shop-info .single-user-img img,.single-user-info .shop-img img,.single-user-info .single-user-img img {
    max-width: 100%;
    max-height: 100%;
    border: thin solid #fff
}

.shop-info .shop-img.premium-member,.shop-info .single-user-img.premium-member,.single-user-info .shop-img.premium-member,.single-user-info .single-user-img.premium-member {
    background: rgb(59,145,254);
    background: -webkit-gradient(linear,left bottom,left top,from(rgb(59,145,254)),to(rgb(215,6,2)));
    background: linear-gradient(0deg,rgb(59,145,254) 0%,rgb(215,6,2) 100%)
}

.shop-info .shop-name,.shop-info .single-user-des,.single-user-info .shop-name,.single-user-info .single-user-des {
    font-weight: 700;
    font-size: 1.3rem
}

.shop-info .shop-name:hover,.shop-info .single-user-des:hover,.single-user-info .shop-name:hover,.single-user-info .single-user-des:hover {
    text-decoration: underline
}

.shop-info:hover,.single-user-info:hover {
    text-decoration: none;
    color: inherit
}

.single-user-info .single-user-img {
    overflow: visible
}

.single-user-info .single-user-img img {
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 100%
}

.single-user-info .single-user-des .username {
    display: block;
    font-size: 1.2rem;
    color: #b3b3b3;
    font-weight: 400
}

.single-user-info .single-user-des:hover {
    text-decoration: none
}

.recommend-icon-btn {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #2964B4;
    border: 1px solid #fff;
    color: #fff;
    list-style: none;
    font-size: 1.8rem;
    padding: 0;
    position: absolute;
    text-align: center;
    text-indent: 1px;
    right: 10px;
    bottom: 10px
}

.recommend-icon-btn:hover {
    color: #fff
}

.recommend-icon-btn.active {
    background: #e7433c
}

.membership-grid-ribbon {
    background: #e8f2ff;
    margin: 1px;
    padding: 5px 10px;
    text-align: center
}

.membership-grid-ribbon span {
    padding: 0 10px 0 5px;
    font-weight: 600
}

.recommend-block {
    padding: 1rem;
    position: relative;
    background: #e8f2ff;
    border: thin solid #b7d2f4;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    margin: 0 0 1rem
}

.recommend-block .btn {
    padding: 5px 20px
}

.recommend-block .help-text {
    text-align: center;
    margin-top: 5px
}

.recommend-block .help-text h5 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 1.4rem
}

.recommend-block .help-text p {
    margin: 0;
    font-size: 1.3rem
}

.recommend-block .help-text a {
    font-size: 1.2rem;
    text-decoration: underline
}

.recommend-block .help-text a:hover {
    text-decoration: none
}

.recommend-btn {
    width: 100%;
    background: #2964B4;
    color: #fff;
    list-style: none;
    font-size: 1.5rem;
    font-weight: 600
}

.recommend-btn:hover {
    color: #fff
}

.recommend-btn.active {
    background: #e7433c;
    color: #fff
}

.recommend-btn[disabled] {
    cursor: not-allowed
}

.star-icon {
    position: absolute;
    background: #f3cd05;
    width: 20px;
    height: 20px;
    border: thin solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-indent: 0.5px;
    text-align: center;
    line-height: 18px;
    right: -8px;
    bottom: -2px
}

.new-badge-icon {
    position: absolute;
    width: 26px;
    height: 26px;
    right: -8px;
    bottom: -5px
}

@media (max-width: 767.98px) {
    .new-badge-icon {
        right:-10px;
        bottom: -6px;
        width: 24px;
        height: 24px
    }
}

.tooltip .tooltip-inner {
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
    border-radius: 0.4rem
}

.profile-content table.dataTable {
    width: 100%!important;
    border-bottom-color: #f3f3f3
}

.profile-content table.dataTable thead th {
    display: none
}

.profile-content table.dataTable tbody tr td {
    border-top-color: #f3f3f3
}

.profile-content table.dataTable tbody tr td .grid-referral-img-wrap {
    background: #fff;
    border: thin solid #d6d6d6;
    width: 7rem;
    height: 7rem;
    min-width: 7rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem
}

.profile-content table.dataTable tbody tr td .grid-referral-img-wrap img {
    max-width: 85%;
    max-height: 85%
}

.profile-content table.dataTable tbody tr:first-child td {
    border: none
}

hr {
    border-top-color: #e2e4e8
}

.get-code-popup .modal-header {
    border: none;
    text-align: right;
    position: relative;
    z-index: 1;
    min-height: 50px
}

.get-code-popup .modal-header .close {
    font-size: 2.4rem;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    right: 1rem;
    top: 1rem;
    display: block;
    margin: 0
}

.get-code-popup .modal-header.bordered {
    border-bottom: thin solid #dee2e6
}

.get-code-popup .modal-header.bordered h2 {
    font-size: 2.4rem
}

.get-code-popup .get-code-item-information .get-code-item-information-img {
    height: 115px;
    width: 115px;
    min-width: 115px;
    padding: 1.5rem;
    margin: 0;
    text-align: center;
    border: thin solid #e2e4e8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: rgb(255,255,255);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06)
}

.get-code-popup .get-code-item-information .get-code-item-information-img img {
    max-width: 100%;
    max-height: 100%
}

.get-code-popup .get-code-item-information .from-text {
    font-size: 1.6rem;
    margin: 48px 15px 0;
    color: #adb5bd
}

.get-code-popup .get-code-item-information .single-user-info {
    margin: 18px 0 0;
    text-align: center
}

.get-code-popup .get-code-item-information .single-user-info .single-user-img {
    width: 8rem;
    height: 8rem;
    min-width: 8rem
}

.get-code-popup .get-code-item-information .get-code-item-information-text {
    padding: 0 2rem
}

.get-code-popup .get-code-item-information .get-code-item-information-text h3 {
    font-weight: 700;
    margin: 0 0 1rem;
    font-size: 2rem
}

.get-code-popup .get-code-item-information .get-code-item-information-text .code-preview {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding: 0.8rem 1.25rem;
    border-radius: 0.4rem;
    border: thin dashed #d6d6d6
}

.get-code-popup .get-code-item-information .get-code-item-information-text .recommendation-star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px
}

.get-code-popup .get-code-item-information .get-code-item-information-text .recommendation-star-rating .rate-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.get-code-popup .get-code-item-information .get-code-item-information-text .recommendation-star-rating .rate-star span {
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px
}

.get-code-popup .get-code-item-information .get-code-item-information-text .recommendation-star-rating img {
    width: 80px
}

.get-code-popup .get-code-item-information .get-code-item-information-text .recommendation-star-rating .rsr-text {
    font-style: italic;
    color: inherit
}

.get-code-popup #vote-form .btn {
    font-size: 1.6rem
}

.get-code-popup #vote-form .btn i {
    font-size: 2.4rem
}

.get-code-popup #vote-form .btn-yes {
    color: #53a318
}

.get-code-popup #vote-form .btn-no {
    color: #e7433c
}

.shop-popup .modal-header {
    border: none;
    text-align: right;
    position: relative;
    z-index: 1;
    min-height: 50px
}

.shop-popup .modal-header .close {
    font-size: 2.4rem;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    right: 1rem;
    top: 1rem;
    display: block;
    margin: 0
}

.shop-popup h2 {
    font-size: 3rem;
    font-weight: 700
}

.shop-popup .modal-body {
    line-height: 2.4rem
}

.shop-popup .modal-body a {
    color: #e7433c
}

.shop-popup .shop-logo {
    width: 4.8rem;
    height: 4.8rem;
    margin: 20px auto 10px;
    border: thin solid #e2e4e8;
    padding: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.shop-popup .shop-logo img {
    max-width: 100%;
    max-height: 100%
}

.form-wrap {
    margin: 3rem auto;
    width: 650px;
    max-width: 100%;
    border-radius: 4px;
    background-color: #ffffff;
    border: thin solid #e2e4e8;
    color: #343a40;
    -webkit-box-shadow: 0 0 0.4rem 0px rgba(0,0,0,0.05);
    box-shadow: 0 0 0.4rem 0px rgba(0,0,0,0.05)
}

.form-wrap .sub-hd {
    background: #EFF5FE;
    padding: 1.75rem 2rem;
    font-size: 2rem;
    border-bottom: none!important;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0
}

.form-wrap form {
    padding: 2.5rem 5rem
}

@media (max-width: 767.98px) {
    .form-wrap form {
        padding:2rem
    }
}

.share-referral {
    margin: 3rem auto;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto
}

.share-referral h1 {
    font-size: 3.6rem;
    font-weight: bold;
    color: #2964B4;
    margin: 0
}

@media (max-width: 991.98px) {
    .share-referral h1 {
        font-size:3rem
    }
}

.share-referral h3 {
    font-weight: 600;
    font-size: 1.6rem;
    margin: 10px 0 5px;
    line-height: 1.5
}

.share-referral .text-muted {
    text-align: center;
    font-size: 1.5rem
}

.share-referral .share-referral__body {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 2rem;
    border: thin solid #e2e4e8;
    color: #343a40;
    -webkit-box-shadow: 0 0 0.4rem 0px rgba(0,0,0,0.05);
    box-shadow: 0 0 0.4rem 0px rgba(0,0,0,0.05)
}

.share-referral .share-referral__img img {
    width: 100%
}

.share-referral .share-referral__content {
    padding: 2rem 5.5rem 4rem
}

@media (max-width: 991.98px) {
    .share-referral .share-referral__content {
        padding:1rem 2rem 2rem
    }
}

.inner-page-wrap {
    padding: 4rem 5.5rem;
    margin: 3rem auto;
    min-height: 500px;
    border-radius: 4px;
    background-color: #ffffff;
    border: thin solid #e2e4e8;
    color: #343a40;
    -webkit-box-shadow: 0 0 0.4rem 0px rgba(0,0,0,0.05);
    box-shadow: 0 0 0.4rem 0px rgba(0,0,0,0.05)
}

.inner-page-wrap h1 {
    font-size: 3.6rem;
    font-weight: bold;
    color: #2964B4;
    margin: 0 0 2rem
}

.inner-page-wrap h2,.inner-page-wrap h3 {
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 1.5rem
}

@media (max-width: 991.98px) {
    .inner-page-wrap {
        min-height:450px;
        padding: 2rem
    }

    .inner-page-wrap h1 {
        font-size: 3rem
    }

    .inner-page-wrap h2,.inner-page-wrap h3 {
        margin-top: 2rem
    }
}

.inner-page-wrap.sm {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto
}

.inner-page-wrap .form-separator {
    border-top-color: #e2e4e8;
    margin: 3rem -5.5rem
}

@media (max-width: 991.98px) {
    .inner-page-wrap .form-separator {
        margin-left:-2rem;
        margin-right: -2rem
    }
}

.inner-page-wrap blockquote,.inner-page-wrap p {
    margin-bottom: 1.5rem
}

.popover {
    font-size: 1.4rem
}

.popover .popover-header {
    font-size: 1.4rem;
    padding: 1rem 1.5rem
}

.popover .popover-body {
    padding: 1rem;
    font-size: 1.4rem;
    padding: 1rem 1.5rem
}

.ui-autocomplete {
    border: none;
    background: #fff;
    width: 300px!important;
    max-width: 100%;
    padding: 0;
    border: thin solid #e2e4e8;
    border-radius: 1.5rem;
    margin-top: 2px;
    overflow: hidden;
    -webkit-box-shadow: 0 0.125rem 0.25rem 0px rgba(0,0,0,0.05);
    box-shadow: 0 0.125rem 0.25rem 0px rgba(0,0,0,0.05)
}

.ui-autocomplete li.ui-autocomplete-category {
    margin: 1rem 0 0;
    padding: 0 1.5rem 0.5rem;
    border: none;
    text-transform: uppercase
}

.ui-autocomplete li.ui-autocomplete-category a {
    text-transform: none;
    font-weight: normal
}

.ui-autocomplete li {
    list-style: none;
    padding: 1rem 1.5rem;
    margin: 0
}

.ui-autocomplete li img {
    margin: 0 5px 0 0
}

.ui-autocomplete li:not(.ui-autocomplete-category):hover {
    background: #f7f7f7;
    cursor: pointer
}

.share-referral-form .form-control {
    background: #f1f4f7;
    border-color: transparent
}

.share-referral-form .highlight-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.share-referral-form .highlight-selection .emoji-radio {
    overflow: hidden;
    margin: 0
}

.share-referral-form .highlight-selection .emoji-radio span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 4px;
    height: 37px;
    min-width: 37px;
    padding: 0 5px;
    cursor: pointer;
    border: thin solid #e2e4e8
}

.share-referral-form .highlight-selection .emoji-radio input {
    margin-right: 5px;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    left: -100px
}

.share-referral-form .highlight-selection .emoji-radio input:checked+span {
    background: #2964B4;
    border-color: #2964B4
}

.share-referral-form .highlight-selection .emoji-radio input:checked+span.none {
    color: #fff
}

.share-referral-form .highlight-selection .emoji-radio:hover {
    background: #f2f4f7
}

.share-referral-form .highlight-selection .emoji-radio .none {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40
}

.ref-search {
    border: none;
    border-top: thin solid #e6e6e6;
    border-radius: 0;
    padding: 12px 10px
}

.form-control.invalid {
    border-color: #e7433c
}

@media (max-width: 575.98px) {
    .dataTables_wrapper {
        overflow-x:auto
    }

    .dataTables_wrapper table.dataTable {
        width: 480px
    }
}

.no-border {
    border: none!important
}

.top-referrers {
    padding-bottom: 3.5rem
}

.top-referrers .top-referrers-hd {
    margin: 3.5rem 0 2.5rem
}

.top-referrers .top-referrers-hd h3 {
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center
}

.top-referrers .top-referrers-body {
    padding-bottom: 1rem;
    position: relative
}

.top-referrers .top-referrers-body .top-referrers-body--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.top-referrers .top-referrers-body .top-referrers-body--row .top-referrers-body--col {
    width: 20%;
    position: relative;
    padding: 10px
}

.top-referrers .top-referrers-body .top-referrers-body--row .top-referrers-body--col:first-child {
    background: rgb(239,245,254);
    border: thin solid #2964B4;
    border-radius: 0 0 10px 10px
}

.top-referrers .top-referrers-body .top-referrers-body--row .top-referrers-body--col:first-child:before {
    content: "Member of the Week";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: #2964B4;
    border: thin solid #2964B4;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 10px 10px 0 0
}

.top-referrers .top-referrers-body .top-referrers-body--row .top-referrers-body--col .top-referrers-item {
    background: #fff;
    color: #343a40;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06);
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.top-referrers .top-referrers-body .top-referrers-body--row .top-referrers-body--col .top-referrers-item:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2)
}

@media (max-width: 991.98px) {
    .top-referrers .top-referrers-body .top-referrers-body--row .top-referrers-body--col {
        width:50%
    }
}

@media (max-width: 575.98px) {
    .top-referrers .top-referrers-body .top-referrers-body--row .top-referrers-body--col {
        width:100%
    }
}

.top-referrers .see-all-btn {
    display: block;
    margin-top: 20px
}

@media (min-width: 576px) {
    .top-referrers .see-all-btn {
        position:absolute;
        top: -74px;
        right: 0
    }
}

.top-referrers-item {
    padding: 1rem;
    color: #343a40;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.top-referrers-item a {
    color: #343a40
}

.top-referrers-item a:hover {
    text-decoration: none
}

.top-referrers-item .top-referrers-item-img {
    background: #fff;
    border: thin solid #dbdfe3;
    width: 3.2rem;
    height: 3.2rem;
    min-width: 3.2rem;
    margin-right: 1rem;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.top-referrers-item .top-referrers-item-img img {
    max-width: 100%;
    max-height: 100%
}

.top-referrers-item .top-referrers-item-info .username {
    display: block;
    font-size: 1.2rem;
    color: #b3b3b3
}

.top-referrers-item:hover {
    text-decoration: none;
    color: #343a40
}

.badge-count {
    background: url("../images/badge-count-icon.svg") no-repeat center center/cover;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff
}

@media (max-width: 767.98px) {
    .badge-count {
        width:30px;
        height: 30px;
        line-height: 30px;
        font-size: 1.2rem
    }
}

.heading-para {
    font-size: 1.8rem;
    margin: 0 0 30px;
    color: #6c757d
}

@media (max-width: 767.98px) {
    .heading-para {
        max-width:none;
        font-size: 1.6rem
    }
}

.faqs-wrap {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    position: relative
}

.faqs-wrap #howItWorks {
    width: 1px;
    height: 1px;
    top: -100px;
    position: absolute
}

.faqs-wrap .faq-item .faq-item-header h5 {
    padding: 1.5rem 3rem;
    font-size: 1.6rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    background: #f5f8fa;
    border: thin solid #f5f8fa;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.faqs-wrap .faq-item .faq-item-header h5:after {
    content: "\f106";
    font-family: "FontAwesome";
    position: absolute;
    right: 2rem;
    font-size: 20px;
    top: 50%;
    margin-top: -12px;
    color: #6c757d
}

.faqs-wrap .faq-item .faq-item-header h5.collapsed {
    color: #343a40;
    background: #fff;
    border: thin solid #e2e4e8
}

.faqs-wrap .faq-item .faq-item-header h5.collapsed:hover {
    border: thin solid #a9afbb
}

.faqs-wrap .faq-item .faq-item-header h5.collapsed:after {
    content: "\f107"
}

.faqs-wrap .faq-item .faq-item-body {
    color: #676767;
    background: #f5f8fa;
    padding: 0 3rem 2rem
}

.faqs-wrap .faq-item .faq-item-body p {
    margin: 0
}

.faqs-wrap .faq-item .faq-item-body p+p {
    margin-top: 15px
}

.faqs-wrap .faq-item+.faq-item {
    margin-top: 15px
}

.g-recaptcha>div {
    margin: auto
}

blockquote {
    background: #f5f8fa;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 1.5rem;
    line-height: 1.5;
    border-left: 3px solid #2964B4
}

.user-info-big .user-img {
    width: 8.6rem;
    height: 8.6rem;
    overflow: hidden;
    display: block;
    margin: 15px auto;
    border: 3px solid #efefe1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.user-info-big .user-img img {
    width: 100%;
    height: 100%
}

.user-info-big .user-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #343a40;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.user-info-big .user-meta {
    color: #b3b3b3;
    font-size: 1.3rem;
    margin-top: 2px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.profile-content--about .sub-hd {
    padding-top: 1rem;
    line-height: 1.5
}

button#btnCopy,button#btnCopy1,button#btnInviteCopy {
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 0
}

.bg-white {
    background: #ffffff
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.how-it-works-banner {
    background: url("../images/doogle-bg.png") repeat-x;
    padding-top: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.how-it-works-banner .how-it-works-banner-content {
    width: 600px;
    max-width: 100%;
    margin: auto;
    text-align: center
}

.how-it-works-banner .how-it-works-banner-content h1 {
    font-size: 4.2rem;
    font-weight: bold;
    margin: 0 0 1.5rem
}

@media (max-width: 767.98px) {
    .how-it-works-banner .how-it-works-banner-content h1 {
        font-size:3.2rem
    }
}

.how-it-works-banner .how-it-works-banner-content p {
    font-size: 1.8rem;
    margin-bottom: 0.5rem
}

.how-it-works-banner .how-it-works-banner-content p:last-child {
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .how-it-works-banner .how-it-works-banner-content p {
        font-size:1.5rem
    }
}

@media (max-width: 767.98px) {
    .how-it-works-banner .how-it-works-banner-content {
        margin-bottom:3rem
    }
}

.how-it-works-banner .how-it-works-video {
    margin: 0 auto;
    position: relative;
    bottom: -50px;
    width: 606px;
    border: 3px solid #fff;
    background: #ffffff;
    -webkit-box-shadow: 0 0 68px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 68px 0 rgba(0,0,0,0.25);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    overflow: hidden
}

.how-it-works-banner .how-it-works-video iframe {
    width: 100%;
    display: block
}

@media (max-width: 767.98px) {
    .how-it-works-banner .how-it-works-video {
        width:100%;
        padding-bottom: 56.25%;
        height: 0;
        border-width: 0;
        bottom: 0;
        -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.25)
    }

    .how-it-works-banner .how-it-works-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

@media (max-width: 767.98px) {
    .how-it-works-banner {
        background-size:100% auto;
        padding-bottom: 5rem
    }
}

.referral-cashback-banner {
    background: url("../images/doogle-bg.png") repeat-x;
    padding-top: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.referral-cashback-banner .referral-cashback-banner-content {
    width: 100%;
    margin: auto;
    text-align: center
}

.referral-cashback-banner .referral-cashback-banner-content h1 {
    font-size: 3.2rem;
    line-height: 1.25;
    font-weight: bold;
    margin: 0 0 1.5rem;
    color: #2964B4
}

@media (max-width: 767.98px) {
    .referral-cashback-banner .referral-cashback-banner-content h1 {
        font-size:3rem
    }
}

.referral-cashback-banner .referral-cashback-banner-content h3 {
    font-size: 2.6rem;
    line-height: 1.25;
    font-weight: bold
}

@media (max-width: 767.98px) {
    .referral-cashback-banner .referral-cashback-banner-content h3 {
        font-size:2.4rem
    }
}

.referral-cashback-banner .referral-cashback-banner-content p {
    font-size: 1.8rem;
    line-height: 3rem;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

@media (max-width: 767.98px) {
    .referral-cashback-banner .referral-cashback-banner-content p {
        font-size:1.6rem;
        line-height: 2.4rem
    }
}

@media (max-width: 767.98px) {
    .referral-cashback-banner .referral-cashback-banner-content {
        margin-bottom:3rem
    }
}

.graphic-content h2 {
    margin: 0 0 20px
}

.graphic-content h3 {
    font-size: 3rem;
    color: #2964B4;
    font-weight: 700;
    margin: 0 0 20px
}

@media (max-width: 767.98px) {
    .graphic-content h3 {
        font-size:2.4rem;
        margin-bottom: 1.5rem
    }
}

.graphic-content p {
    font-size: 1.4rem;
    line-height: 2.4rem
}

.graphic-content ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.graphic-content ul li {
    padding-left: 15px;
    font-size: 1.6rem;
    position: relative
}

.graphic-content ul li:before {
    width: 5px;
    height: 5px;
    background: #2964B4;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%
}

.graphic-content ul li+li {
    margin-top: 1rem
}

.graphic-content .btn {
    margin-top: 2rem
}

.logos-carousel-wrap,.users-carousel-wrap {
    position: relative;
    overflow: hidden;
    height: 560px
}

.logos-carousel-wrap .logo-carousel-item,.logos-carousel-wrap .users-carousel-item,.users-carousel-wrap .logo-carousel-item,.users-carousel-wrap .users-carousel-item {
    position: absolute;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-shadow: 0 15px 25px rgba(0,0,0,0.2),0 3px 10px rgba(0,0,0,0.2);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2),0 3px 10px rgba(0,0,0,0.2)
}

.logos-carousel-wrap .logo-carousel-item .logo-carousel-item-img,.logos-carousel-wrap .logo-carousel-item .users-carousel-item-img,.logos-carousel-wrap .users-carousel-item .logo-carousel-item-img,.logos-carousel-wrap .users-carousel-item .users-carousel-item-img,.users-carousel-wrap .logo-carousel-item .logo-carousel-item-img,.users-carousel-wrap .logo-carousel-item .users-carousel-item-img,.users-carousel-wrap .users-carousel-item .logo-carousel-item-img,.users-carousel-wrap .users-carousel-item .users-carousel-item-img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 100%
}

.chrome-extension-btn img {
    position: relative;
    top: -1px
}

.chrome-extension-section {
    text-align: center
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 999;
    opacity: 0;
    padding: 10px 50px;
    border-radius: 0;
    background: rgba(0,0,0,0.75);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    color: #ecf0f1
}

.cookiealert.show {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms
}

.cookiealert a {
    color: #fff;
    border-bottom: thin dotted
}

.cookiealert a:hover {
    border-bottom-style: solid;
    font-weight: 600;
    text-decoration: none
}

.cookiealert .acceptcookies {
    position: absolute;
    right: 10px;
    color: #fff;
    top: 50%;
    margin-top: -19px
}

.clicks-text {
    color: #c3c5c7;
    font-size: 1.3rem
}

.clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.payment-method-part {
    background: #f5f8fa;
    padding: 1.8rem 1rem;
    margin-bottom: 0.8rem
}

.payment-method-part .paypal-form {
    margin: 0.3rem 0 0.3rem 2rem
}

.payment-method-part .paypal-form p {
    margin-top: 0.5rem;
    color: #343a3f!important;
    font-size: 14px
}

.payment-method-part .form-check {
    padding-left: 2rem
}

.payment-method-part .form-check .form-check-input {
    top: 1px;
    margin-left: -2rem
}

.btn.shop-btn {
    width: 129px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1px
}

.cashback-terms-link {
    font-weight: normal;
    color: #6c757d;
    font-style: italic;
    font-size: 1.3rem
}

.cashback-terms-link i {
    font-style: normal
}

.cashback-terms {
    padding: 20px;
    border-bottom: thin solid #e2e4e8;
    position: relative
}

.cashback-terms h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 700
}

.cashback-terms .cashback-terms-hide {
    color: #2964B4;
    position: absolute;
    right: 20px;
    top: 18px
}

.cashback-terms ul {
    margin: 0
}

.cashback-terms ul li {
    color: #6c757d;
    line-height: 2.4rem
}

.transaction-status {
    font-size: 1.3rem;
    font-style: italic
}

.transaction-status.tracked {
    color: #b3b3b3
}

.transaction-status.confirmed {
    color: #30BE20
}

.your-cashback-widget {
    border: thin solid #2964B4;
    position: relative;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    background: #fff
}

.your-cashback-widget .cash-earned {
    background: #2964B4;
    color: #fff;
    padding: 2rem 2rem 1rem 2rem;
    position: relative;
    border-radius: 0.4rem 0.4rem 0 0;
    -webkit-border-radius: 0.4rem 0.4rem 0 0;
    -moz-border-radius: 0.4rem 0.4rem 0 0
}

.your-cashback-widget .cash-earned h3 {
    font-size: 1.4rem;
    font-weight: 700
}

.your-cashback-widget .cash-earned .cash-earned-text {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 1.5rem
}

.your-cashback-widget .cash-earned .cash-earned-text label {
    display: block;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.5
}

.your-cashback-widget .cash-earned img {
    position: absolute;
    right: 15px;
    bottom: 2px
}

.your-cashback-widget .cash-earned .help-icon {
    position: absolute;
    right: 9px;
    top: 5px;
    color: #fff;
    z-index: 1;
    opacity: 0.65;
    filter: alpha(opacity=65)
}

.your-cashback-widget .cash-more-info ul {
    list-style: none
}

.your-cashback-widget .cash-more-info ul li .price-text {
    font-weight: 700;
    font-size: 2rem
}

.your-cashback-widget .cash-more-info ul li:not(:last-child) {
    border-bottom: thin solid #e2e4e8
}

.simple-tabs {
    margin-bottom: 1rem
}

.simple-tabs .nav-tabs .nav-link {
    border-top: 3px solid transparent;
    border-radius: 0.7rem 0.7rem 0 0;
    padding: 1rem 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #343a40
}

.simple-tabs .nav-tabs .nav-link:not(.active):hover {
    border-color: transparent
}

.simple-tabs .nav-tabs .nav-link.active {
    border-top-color: #e7433c;
    color: #e7433c
}

.simple-tabs .tab-content {
    background: #fff;
    border: thin solid #dee2e6;
    border-top: none;
    border-radius: 0 0 0.4rem 0.4rem;
    position: relative
}

.simple-tabs .tab-content .help-icon {
    position: absolute;
    right: -2px;
    top: -32px
}

.simple-tabs .tab-content .table-responsive table tbody tr:first-child td {
    border-top: none
}

.simple-tabs .flags-area {
    font-size: 32px;
    width: 15%;
    text-align: right;
    padding-right: 0;
    margin-right: 0
}

@media (max-width: 991.98px) {
    .simple-tabs .flags-area {
        font-size:15px;
        margin-right: 0;
        padding-right: 0;
        width: auto
    }
}

.search-listing-item>a {
    padding-right: 10px
}

@media (min-width: 768px) {
    .search-listing-item>a {
        width:45%
    }
}

.search-listing-item .category-info {
    text-align: left;
    font-size: 12px;
    max-width: 30%
}

@media (min-width: 768px) {
    .search-listing-item .category-info {
        -webkit-box-flex:1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media (min-width: 768px) {
    .search-listing-item {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.my-profile-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

.my-profile-cols .col-single {
    width: 100%
}

@media (min-width: 992px) {
    .my-profile-cols .col-single.left,.my-profile-cols .col-single.right {
        width:250px
    }

    .my-profile-cols .col-single.middle {
        width: 400px
    }
}

@media (min-width: 1200px) {
    .my-profile-cols .col-single.left {
        width:270px
    }

    .my-profile-cols .col-single.middle {
        width: 460px
    }

    .my-profile-cols .col-single.right {
        width: 310px
    }
}

.user-profile-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

.user-profile-cols .col-single {
    width: 100%
}

.user-profile-cols .col-single.right {
    text-align: center
}

@media (max-width: 767.98px) {
    .user-profile-cols .col-single.right {
        padding-top:20px
    }
}

@media (min-width: 992px) {
    .user-profile-cols .col-single.middle,.user-profile-cols .col-single.right {
        width:250px
    }

    .user-profile-cols .col-single.left {
        width: 400px
    }
}

@media (min-width: 1200px) {
    .user-profile-cols .col-single.middle {
        width:310px
    }

    .user-profile-cols .col-single.right {
        width: 270px
    }

    .user-profile-cols .col-single.left {
        width: 460px
    }
}

section.referral-social {
    background: #000 url("../images/referral-social-bg.png") no-repeat 0 0/cover;
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative
}

.referral-social .referrals-listing .referrals-listing-item,.social-feed-listing .referrals-listing .referrals-listing-item {
    border: none;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.referral-social .referrals-listing .referrals-listing-item .referral-listing-info h4,.social-feed-listing .referrals-listing .referrals-listing-item .referral-listing-info h4 {
    font-size: 1.5rem
}

.referral-social .cashback-users,.social-feed-listing .cashback-users {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.referral-social .cashback-users .cashback-user-first,.referral-social .cashback-users .cashback-user-second,.social-feed-listing .cashback-users .cashback-user-first,.social-feed-listing .cashback-users .cashback-user-second {
    background: #fff;
    border: thin solid #dbdfe3;
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.referral-social .cashback-users .cashback-user-first img,.referral-social .cashback-users .cashback-user-second img,.social-feed-listing .cashback-users .cashback-user-first img,.social-feed-listing .cashback-users .cashback-user-second img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    max-height: 100%
}

.referral-social .cashback-users .fa,.social-feed-listing .cashback-users .fa {
    margin: 0 5px;
    color: #ddd
}

.social-feed-banner {
    background: url(../images/doogle-bg.png) repeat-x;
    padding-top: 4rem;
    height: 300px;
    position: relative
}

@media (max-width: 460px) {
    .social-feed-banner h1 {
        width:260px;
        margin: auto
    }
}

.social-feed-listing {
    width: 700px;
    max-width: 100%;
    margin: -100px auto 0;
    position: relative;
    z-index: 1
}

.social-feed-listing .social-feed-listing-item {
    background: #fff;
    margin: 0 0 1.5rem;
    padding: 1.5rem;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06);
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.social-feed-listing .social-feed-listing-item:hover {
    background: #fff
}

@media (max-width: 460px) {
    .social-feed-listing {
        margin-top:-70px
    }
}

.js-get-code {
    border: 0;
    background: none;
    padding: 0
}

#page {
    background: url(../images/doogle-bg.png) repeat-x;
    min-height: 300px
}

.search-page .dataTable {
    margin-bottom: 0
}

.search-page .dataTable thead {
    display: none
}

.search-page .dataTable tbody tr:first-child td {
    border-top: none
}

.search-page .dataTable tbody tr td {
    padding: 1rem 2rem
}

.search-page .users-listing .users-listing-item a:hover {
    text-decoration: underline
}

.search-page .nav-item .nav-link {
    min-width: 100px;
    text-align: center
}

.ribbon {
    width: 100px;
    height: 100px;
    overflow: hidden;
    z-index: 1;
    position: absolute
}

.ribbon span {
    position: absolute;
    display: block;
    width: 150px;
    padding: 5px 0;
    background-color: #2964B4;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    color: #fff;
    font-weight: 700;
    font-family: "Open Sans",sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    text-transform: uppercase;
    text-align: center
}

.ribbon.ribbon-top-left span {
    right: -20px;
    top: 35px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ribbon.ribbon-top-right {
    top: 0;
    right: 0
}

.ribbon.ribbon-top-right span {
    left: -12px;
    top: 26px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ribbon.ribbon-secondary span {
    background: #e7433c
}

.ribbon.ribbon-big {
    width: 150px;
    height: 150px
}

.ribbon.ribbon-big span {
    padding: 15px 0;
    font-size: 1.8rem;
    width: 225px
}

.ribbon.ribbon-big-text {
    width: 200px;
    height: 200px
}

.ribbon.ribbon-big-text span {
    left: -36px;
    top: 60px;
    padding: 15px 0;
    font-size: 1.4rem;
    width: 300px
}

.shop-page-subhd {
    font-size: 2.2rem
}

.also-liked-links {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 35px
}

.also-liked-links img {
    max-height: 100%;
    max-width: 100%
}

.also-liked-links .also-liked-logo {
    width: calc(33% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 58px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: thin solid #e9ecef;
    border-radius: 4px;
    margin: 5px
}

.also-liked-links .also-liked-logo:hover {
    border-color: #c2c2c2
}

.also-liked-links.expanded {
    height: auto;
    padding-bottom: 30px
}

.also-liked-see-all,.also-liked-see-more {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    border: none;
    border-top: thin solid #e2e4e8;
    padding: 7px;
    cursor: pointer;
    font-size: 1.3rem;
    color: #2964B4;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 0 0 0.4rem 0.4rem;
    -webkit-box-shadow: -10px 0 10px 5px #fff;
    box-shadow: -10px 0 10px 5px #fff
}

.also-liked-see-all:hover,.also-liked-see-more:hover {
    background: #f4f4f4
}

.rounded {
    border-radius: 0.4rem!important
}

.form-check {
    padding-left: 2rem
}

.form-check .form-check-input {
    margin-left: -2rem;
    margin-top: 4px
}

.main-title-small-text {
    font-weight: 400;
    letter-spacing: 0.1rem;
    color: #2964B4;
    text-transform: uppercase
}

.partial-banner {
    background: url("../images/doogle-bg.png") repeat-x;
    padding-top: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative
}

.partial-banner .partial-banner-content {
    width: 50%;
    padding: 4rem 5% 8rem 0
}

.partial-banner .partial-banner-content h1 {
    font-size: 4rem;
    font-weight: bold;
    margin: 0 0 1.5rem
}

@media (max-width: 767.98px) {
    .partial-banner .partial-banner-content h1 {
        font-size:3.2rem
    }
}

.partial-banner .partial-banner-content ol,.partial-banner .partial-banner-content p,.partial-banner .partial-banner-content ul {
    font-size: 1.6rem;
    margin-bottom: 0.5rem
}

@media (max-width: 767.98px) {
    .partial-banner .partial-banner-content ol,.partial-banner .partial-banner-content p,.partial-banner .partial-banner-content ul {
        font-size:1.4rem
    }
}

@media (max-width: 767.98px) {
    .partial-banner .partial-banner-content {
        width:100%;
        padding-bottom: 4rem
    }
}

.partial-banner .partial-banner-img {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0
}

@media (max-width: 767.98px) {
    .partial-banner .partial-banner-img {
        width:100%;
        position: static;
        height: 240px
    }
}

@media (max-width: 767.98px) {
    .partial-banner {
        background-size:100% auto;
        padding: 0
    }
}

.get-started-section {
    position: relative
}

.get-started-section .get-started-section-img {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width: 767.98px) {
    .get-started-section .get-started-section-img {
        position:static;
        width: 100%;
        height: 240px
    }
}

.get-started-section .get-started-section-content {
    color: #fff;
    width: 50%;
    height: 100%;
    margin-left: 50%;
    text-align: center;
    background: #2964B4 url("../images/auth-login-bg.png") repeat-x center top;
    padding: 7% 15%
}

.get-started-section .get-started-section-content h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 4rem;
    line-height: 1.35
}

@media (max-width: 991.98px) {
    .get-started-section .get-started-section-content h3 {
        font-size:2.4rem
    }
}

.get-started-section .get-started-section-content form .form-control {
    background: rgba(0,0,0,0.1);
    color: #fff;
    border: none;
    padding: 1.25rem 2rem;
    border-radius: 0.4rem
}

.get-started-section .get-started-section-content form .form-control::-webkit-input-placeholder {
    color: rgba(255,255,255,0.3);
    opacity: 1
}

.get-started-section .get-started-section-content form .form-control::-moz-placeholder {
    color: rgba(255,255,255,0.3);
    opacity: 1
}

.get-started-section .get-started-section-content form .form-control:-ms-input-placeholder {
    color: rgba(255,255,255,0.3);
    opacity: 1
}

.get-started-section .get-started-section-content form .form-control::-ms-input-placeholder {
    color: rgba(255,255,255,0.3);
    opacity: 1
}

.get-started-section .get-started-section-content form .form-control::placeholder {
    color: rgba(255,255,255,0.3);
    opacity: 1
}

.get-started-section .get-started-section-content form .form-control:-ms-input-placeholder {
    color: rgba(255,255,255,0.3)
}

.get-started-section .get-started-section-content form .form-control::-ms-input-placeholder {
    color: rgba(255,255,255,0.3)
}

@media (max-width: 767.98px) {
    .get-started-section .get-started-section-content {
        margin:0;
        width: 100%
    }
}

.share-card {
    border-radius: 7px;
    background: #fff;
    padding: 20px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.06) 0px 2px 10px 0px;
    box-shadow: rgba(0,0,0,0.06) 0px 2px 10px 0px
}

.share-card h3 {
    font-size: 1.4rem;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 10px;
    margin-bottom: 0;
    text-align: right
}

.share-card .social-card-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.share-card .social-card-icons a {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: #e7ecf2;
    border-radius: 50%;
    margin: 2px;
    color: #343a40;
    font-size: 18px;
    vertical-align: middle;
    top: 0;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.share-card .social-card-icons a.sci-fb {
    background: #1599F7;
    color: #fff
}

.share-card .social-card-icons a.sci-whatsapp {
    color: #fff;
    background: #6BD072
}

.share-card .social-card-icons a.sci-messenger {
    color: #fff;
    background: #0084FF;
    overflow: hidden
}

.share-card .social-card-icons a.sci-messenger img {
    margin-top: -2px
}

.share-card .social-card-icons a.sci-twitter {
    color: #fff;
    background: #000
}

.share-card .social-card-icons a.sci-pinterest {
    color: #fff;
    background: #CB2028
}

.share-card .social-card-icons a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none
}

.modal .share-card {
    padding: 10px 0;
    border: none;
    text-align: center
}

.rc-alert {
    max-width: 650px;
    margin: 40px auto 0;
    border-radius: 4px;
    background-color: #ffffff;
    border: thin solid #e2e4e8;
    padding: 20px 20px 20px 65px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.6)
}

.rc-alert:before {
    height: 70%;
    content: "";
    width: 4px;
    position: absolute;
    top: 15%;
    left: 10px;
    border-radius: 5px
}

.rc-alert:after {
    font-family: FontAwesome;
    position: absolute;
    left: 30px;
    font-size: 20px;
    top: 50%;
    margin-top: -15px
}

.rc-alert h3 {
    font-weight: 600;
    font-size: 1.6rem
}

.rc-alert p {
    color: #6c757d
}

.rc-alert.alert-success {
    color: #343a40
}

.rc-alert.alert-success:before {
    background: #21a67a
}

.rc-alert.alert-success:after {
    color: #21a67a;
    content: "\f058"
}

.rc-alert.alert-danger {
    color: #343a40
}

.rc-alert.alert-danger:before {
    background: #f74f50
}

.rc-alert.alert-danger:after {
    color: #f74f50;
    content: "\f05e"
}

.rc-alert.alert-warning {
    color: #343a40
}

.rc-alert.alert-warning:before {
    background: #f0a92e
}

.rc-alert.alert-warning:after {
    color: #f0a92e;
    content: "\f071"
}

@media (max-width: 640px) {
    .rc-alert {
        margin-left:15px;
        margin-right: 15px
    }
}

@media (max-width: 1199.98px) {
    .qr-social-wrap {
        margin-top:30px
    }
}

.qr-code {
    background: #fff;
    height: 110px;
    width: 110px;
    min-width: 110px;
    border-radius: 10px;
    overflow: hidden
}

.referral-link-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.referral-link-code .referral-code-field,.referral-link-code .referral-link-field {
    position: relative
}

.referral-link-code .referral-code-field>label,.referral-link-code .referral-link-field>label {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    position: relative
}

@media (max-width: 767.98px) {
    .referral-link-code .referral-code-field,.referral-link-code .referral-link-field {
        width:100%!important
    }
}

.referral-link-code .referral-link-field {
    width: 70%
}

.referral-link-code .or-text {
    padding: 0 10px;
    font-weight: 600;
    margin-top: 25px
}

@media (max-width: 767.98px) {
    .referral-link-code .or-text {
        width:33.33%;
        padding: 15px 0;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-align-items: center;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 33.33%;
        margin-top: 0
    }

    .referral-link-code .or-text:before {
        width: 100%;
        height: 1px;
        background: #ddd;
        content: "";
        display: block;
        margin-right: 10px
    }

    .referral-link-code .or-text:after {
        width: 100%;
        height: 1px;
        background: #ddd;
        content: "";
        display: block;
        margin-left: 10px
    }
}

@media (max-width: 767.98px) {
    .referral-link-code {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.pending-help-text i {
    color: #f4890b;
    margin-right: 5px
}

.graphic-content .ref-text-color {
    font-size: 20px
}

.graphic-content .clicks-text-color {
    color: #2964B4;
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 600
}

.graphic-content .boot-ref-text {
    margin: 10px 0 20px;
    padding: 4px 0
}

.graphic-content h3 img {
    margin-top: 10px
}

.graphic-content .boot-ref-text {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #2964B4;
    border-bottom: 1px solid #2964B4;
    letter-spacing: 4px
}

.ref-code-plus-banner {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.clicks-text-color strong {
    color: #e7433c;
    font-size: 23px
}

.small-icon-img {
    height: 24px
}

.referral-cashback-section {
    position: relative
}

.top-doodle-bg {
    background: url(../images/doogle-bg.png) repeat-x
}

.adv-area {
    text-align: center
}

.adv-area img {
    max-width: 100%
}

.category-tabs .nav-tabs {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    border: none;
    width: 360px;
    height: 52px;
    margin: 0 auto 30px;
    background: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    padding: 0 4px;
    border: thin solid #e6e6e6;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06)
}

.category-tabs .nav-tabs .nav-item {
    width: 50%;
    padding: 0 1px
}

.category-tabs .nav-tabs .nav-link {
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border: none;
    width: 100%;
    margin-top: 4px;
    text-align: center;
    height: 42px
}

.category-tabs .nav-tabs .nav-link.active {
    background: #e7433c;
    color: #fff
}

.category-tabs .tab-content {
    background: transparent;
    border: none
}

section.categories-slider {
    background: url(../images/light-blue-red-polygon-abstract-background-vector.jpg) no-repeat center center/cover;
    padding: 20px 0;
    overflow-x: hidden
}

section.categories-slider .category-item {
    background: #fff;
    margin: 10px 5px;
    width: auto!important;
    display: block!important;
    padding: 10px 20px;
    font-weight: 600;
    color: #343a40;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.featured-popular-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.featured-popular-row .featured-block {
    width: 20%;
    max-height: 330px;
    padding: 0 20px 0;
    background: #edf5ff;
    color: #fff;
    border: 2px solid #2964B4;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px
}

.featured-popular-row .featured-block h3 {
    font-size: 1.7rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    display: block;
    margin: 0 -20px 20px;
    background: #2964B4;
    line-height: 40px;
    border-radius: 28px 28px 0 0;
    -webkit-border-radius: 28px 28px 0 0;
    -moz-border-radius: 28px 28px 0 0
}

.featured-popular-row .featured-block .boxed-item-single {
    margin-bottom: 0;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(59,145,254,0.25);
    box-shadow: 0px 2px 10px 0px rgba(59,145,254,0.25)
}

.featured-popular-row .featured-block .boxed-item-single:hover {
    -webkit-box-shadow: 0px 2px 20px 0px rgba(59,145,254,0.5);
    box-shadow: 0px 2px 20px 0px rgba(59,145,254,0.5)
}

@media (min-width: 768px) and (max-width:1199.98px) {
    .featured-popular-row .featured-block {
        width:25%
    }
}

@media (min-width: 576px) and (max-width:991.98px) {
    .featured-popular-row .featured-block {
        width:35%
    }
}

@media (max-width: 767.98px) {
    .featured-popular-row .featured-block {
        width:100%;
        max-height: none;
        padding-bottom: 20px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px
    }
}

.featured-popular-row .popular-block {
    width: 80%;
    padding: 20px 15px
}

.featured-popular-row .popular-block .boxed-items-col {
    width: 25%
}

@media (min-width: 768px) and (max-width:1199.98px) {
    .featured-popular-row .popular-block .boxed-items-col {
        width:33.33%
    }
}

@media (max-width: 991.98px) {
    .featured-popular-row .popular-block .boxed-items-col {
        width:50%
    }
}

@media (max-width: 575.98px) {
    .featured-popular-row .popular-block .boxed-items-col {
        width:100%
    }
}

@media (min-width: 768px) and (max-width:1199.98px) {
    .featured-popular-row .popular-block {
        width:75%
    }
}

@media (min-width: 576px) and (max-width:991.98px) {
    .featured-popular-row .popular-block {
        width:65%
    }
}

@media (max-width: 767.98px) {
    .featured-popular-row .popular-block {
        width:100%
    }
}

.featured-popular-row .boxed-item-single {
    min-width: 184px
}

.gradient-trophy-icon {
    background: #E0E5EA
}

.gradient-trophy-icon i {
    background: -webkit-linear-gradient(#F09CF9,#5052CD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

section.success-stories {
    background: #F6F8FC;
    padding: 6rem 0
}

section.success-stories .success-story-item {
    background: #fff;
    padding: 20px 30px 20px 85px;
    margin-right: 3rem;
    border: 1px solid #E4E6E8;
    position: relative;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.05) #000000;
    box-shadow: 0 4px 4px rgba(0,0,0,0.05) #000000
}

section.success-stories .success-story-item .success-story-item-icon {
    width: 80px;
    height: 80px;
    left: -20px;
    top: 25px;
    position: absolute;
    background: #2964B4;
    border-radius: 4px
}

section.success-stories .success-story-item .success-story-item-icon img {
    width: 52px;
    height: 52px
}

section.success-stories .success-story-item h4 {
    color: #2964B4;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1.5
}

section.success-stories .success-story-item h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 5px 0 10px
}

section.success-stories .success-story-item .success-story-item--stats {
    margin-top: 15px
}

section.success-stories .success-story-item .success-story-item--stats .success-story-item--stats_item {
    font-size: 1.6rem;
    margin-right: 15px;
    font-weight: 600
}

section.success-stories .success-story-item .success-story-item--stats .success-story-item--stats_item i {
    color: #62C188
}

@media (max-width: 767.98px) {
    section.success-stories .success-story-item {
        margin:10px 10px 10px 25px
    }
}

section.pricing-plans {
    padding: 6rem 0
}

section.pricing-plans .pricing-col {
    border: 1px solid #d3e6ff;
    border-radius: 5px;
    min-height: 100%;
    padding-bottom: 70px;
    position: relative
}

section.pricing-plans .pricing-col .pricing-col-head {
    border-bottom: 1px solid #d3e6ff;
    text-align: center;
    color: #2964B4;
    padding-top: 20px;
    padding-bottom: 20px
}

section.pricing-plans .pricing-col .pricing-col-head .plan-name {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5em
}

section.pricing-plans .pricing-col .pricing-col-head .plan-price {
    font-size: 3.6rem;
    display: inline-block;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px
}

section.pricing-plans .pricing-col .pricing-col-head .plan-price .plan-currency {
    font-size: 1.4rem;
    position: absolute;
    left: 100%;
    margin-left: 5px;
    bottom: 5px;
    font-weight: 400;
    letter-spacing: normal
}

section.pricing-plans .pricing-col .pricing-col-head .plan-price .from-text {
    letter-spacing: normal;
    position: absolute;
    right: 100%;
    font-weight: 400;
    font-size: 1.6rem;
    margin-right: 10px;
    margin-top: 5px
}

section.pricing-plans .pricing-col .pricing-col-body {
    padding: 20px 20px 0
}

section.pricing-plans .pricing-col .pricing-col-body .pricing-col-body-title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 7px
}

section.pricing-plans .pricing-col .pricing-col-body .in-addition-text {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 20px
}

section.pricing-plans .pricing-col .pricing-col-body ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0
}

section.pricing-plans .pricing-col .pricing-col-body ul li {
    line-height: 1.8em;
    margin-bottom: 2px;
    padding-left: 20px;
    position: relative
}

section.pricing-plans .pricing-col .pricing-col-body ul li:before {
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    content: "\f00c";
    margin-right: 5px;
    font-size: 10px;
    color: #62C188
}

section.pricing-plans .pricing-col.professional-plan {
    border: thin solid #2964B4
}

section.pricing-plans .pricing-col.professional-plan .pricing-col-head {
    background: #2964B4;
    color: #fff;
    position: relative
}

section.pricing-plans .pricing-col.professional-plan .pricing-col-head:before {
    content: "Most Popular";
    position: absolute;
    bottom: 100%;
    margin-bottom: -4px;
    border-bottom: thin solid #5da6f4;
    right: -1px;
    left: -1px;
    background-color: #2964B4;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 7px 0;
    border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0
}

@media (max-width: 767.98px) {
    section.pricing-plans .pricing-col.professional-plan {
        margin-top:50px
    }
}

@media (max-width: 767.98px) {
    section.pricing-plans .pricing-col {
        margin-bottom:30px;
        min-height: auto
    }
}

section.pricing-plans .pricing-action {
    position: absolute;
    bottom: 20px;
    left: 40px;
    right: 40px
}

section.pricing-plans .switch-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    border: 1px solid lightgrey;
    margin: 0 auto 30px;
    border-radius: 30px;
    background: #fff;
    width: 210px
}

section.pricing-plans .switch-wrapper [type=radio] {
    position: absolute;
    left: -9999px
}

section.pricing-plans .switch-wrapper [type=radio]:checked#monthly~label[for=monthly],section.pricing-plans .switch-wrapper [type=radio]:checked#yearly~label[for=yearly] {
    color: #fff
}

section.pricing-plans .switch-wrapper [type=radio]:checked#monthly~label[for=monthly]:hover,section.pricing-plans .switch-wrapper [type=radio]:checked#yearly~label[for=yearly]:hover {
    background: transparent
}

section.pricing-plans .switch-wrapper [type=radio]:checked#monthly+label[for=yearly]~.highlighter {
    -webkit-transform: none;
    transform: none
}

section.pricing-plans .switch-wrapper [type=radio]:checked#yearly+label[for=monthly]~.highlighter {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

section.pricing-plans .switch-wrapper label {
    font-size: 16px;
    z-index: 1;
    min-width: 100px;
    line-height: 32px;
    cursor: pointer;
    border-radius: 30px;
    margin: 0;
    text-align: center;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out
}

section.pricing-plans .switch-wrapper .highlighter {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    border-radius: 30px;
    background: #e7433c;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out,-webkit-transform 0.25s ease-in-out
}

section.pricing-plans .price-amount.hide {
    display: none
}

.testimonial-banner {
    position: relative;
    background: #41c9bd;
    padding-top: 40px
}

.testimonial-banner>img {
    width: 100%
}

.testimonial-banner .testimonial-banner-content {
    padding: 40px 15px 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff
}

.testimonial-banner .testimonial-banner-content h1 {
    font-size: 4rem;
    font-weight: bold;
    margin: 0 0 1.5rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.35)
}

.testimonial-banner .testimonial-banner-content p {
    font-size: 1.8rem;
    text-shadow: 0 1px 1px rgba(0,0,0,0.35)
}

@media (min-width: 576px) and (max-width:1199.98px) {
    .testimonial-banner {
        padding-top:80px
    }
}

@media (max-width: 575.98px) {
    .testimonial-banner {
        padding-top:100px
    }

    .testimonial-banner .testimonial-banner-content {
        padding-top: 30px
    }

    .testimonial-banner .testimonial-banner-content h1 {
        font-size: 3rem;
        margin-bottom: 5px
    }

    .testimonial-banner .testimonial-banner-content p {
        font-size: 1.6rem
    }
}

.testimonial-section {
    margin-top: -80px
}

.testimonial-section .testimonial-items-wrap {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    gap: 40px
}

@media (max-width: 767.98px) {
    .testimonial-section .testimonial-items-wrap {
        -webkit-column-count:1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.testimonial-section .testimonial-item {
    padding-bottom: 150px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    position: relative
}

.testimonial-section .testimonial-item .testimonial-text {
    font-style: italic;
    position: relative;
    background: #F3F7FD;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    font-weight: 600;
    padding: 3.5rem 4.5rem;
    display: block;
    color: #343a40;
    line-height: 1.5;
    cursor: default
}

.testimonial-section .testimonial-item .testimonial-text:hover {
    text-decoration: none
}

.testimonial-section .testimonial-item .testimonial-text:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #F3F7FD;
    font-size: 0;
    line-height: 0;
    left: 50px;
    top: 100%;
    position: absolute
}

.testimonial-section .testimonial-item .testimonial-user {
    position: absolute;
    bottom: 50px;
    left: 70px;
    margin-top: 40px
}

.testimonial-section .testimonial-item .testimonial-user .testimonial-img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border: 2px solid #2964B4;
    padding: 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.testimonial-section .testimonial-item .testimonial-user span {
    font-weight: 700;
    color: #2964B4
}

@media (max-width: 767.98px) {
    .testimonial-section .testimonial-item .testimonial-user {
        bottom:30px
    }
}

@media (max-width: 767.98px) {
    .testimonial-section .testimonial-item {
        padding-bottom:130px
    }
}

@media (max-width: 767.98px) {
    .testimonial-section {
        margin-top:0
    }
}

.verified-badge {
    background: #3AB449;
    padding: 1px 10px 1px 2px;
    color: #fff;
    display: inline-block;
    margin: 15px 0;
    text-transform: uppercase;
    border-radius: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px
}

.verified-badge .verified-badge-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.verified-badge .verified-badge-content i {
    font-size: 16px
}

.unclaimed-badge {
    background: teal;
    padding: 1px 10px 1px 2px;
    color: #fff;
    display: inline-block;
    margin: 15px 0;
    text-transform: uppercase;
    border-radius: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px
}

.unclaimed-badge .unclaimed-badge-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.unclaimed-badge .unclaimed-badge-content i {
    font-size: 16px
}

.shop-info-block .btn {
    padding: 0.5rem 2rem
}

.exclamation-icon {
    border: thin solid #bcbcbc;
    color: #bcbcbc;
    font-size: 8px;
    line-height: 1;
    padding-top: 2px;
    width: 14px;
    text-indent: 2px;
    text-align: center;
    height: 14px;
    border-radius: 50%
}

.shop-score-block {
    text-align: center
}

.shop-score-block .rc-score .rc-score-logo {
    font-size: 1.6rem;
    font-weight: 600
}

.shop-score-block .rc-score .rc-score-logo img {
    width: 24px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px
}

.shop-score-block .rc-score .rc-rating {
    background: #2964B4;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    display: inline-block;
    margin: 10px 0 0;
    color: #fff;
    padding: 0.5rem 1.25rem 0.7rem
}

.shop-score-block .rc-score .rc-rating span {
    display: inline-block;
    vertical-align: middle
}

.shop-score-block .rc-score .rc-rating .fa {
    color: #016ffb;
    font-size: 2rem;
    width: 24px;
    height: 24px;
    margin: 3px 0 0 0;
    position: relative
}

.shop-score-block .rc-score .rc-rating .fa:after,.shop-score-block .rc-score .rc-rating .fa:before {
    position: absolute;
    left: 1px;
    top: 1px
}

.shop-score-block .rc-score .rc-rating .fa:after {
    content: "\f005";
    color: #016ffb
}

.shop-score-block .rc-score .rc-rating .fa:before {
    z-index: 1
}

.shop-score-block .rc-score .rc-rating .fa.checked {
    color: #ffd11a
}

.shop-score-block .rc-score .rc-rating .rc-rating-text {
    font-size: 1.4rem;
    font-weight: 600;
    margin-left: 0.5rem
}

.shop-score-block .trustpilot-score {
    padding-bottom: 5px;
    margin-bottom: 1rem
}

.shop-score-block .trustpilot-score .trustpilot-logo {
    margin: 0 0 10px
}

.shop-score-block .trustpilot-score .trustpilot-logo img {
    width: 100px
}

.shop-score-block .trustpilot-score .trustpilot-rating {
    font-size: 1.6rem;
    font-weight: 600;
    width: 180px;
    margin: 0 auto;
    position: relative
}

.shop-score-block .trustpilot-score .trustpilot-rating img {
    margin-right: 10px;
    width: 100%
}

.shop-score-block .trustpilot-score .trustpilot-rating span {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 5px 0 0 10px
}

.shop-score-block .google-score {
    padding-bottom: 2rem
}

.shop-score-block .google-score .google-rating {
    font-size: 1.4rem;
    color: #70757a;
    position: relative;
    width: 120px;
    margin: 0 auto;
    font-family: arial,sans-serif
}

.shop-score-block .google-score .google-rating span {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 3px 0 0 8px
}

.invite-link {
    text-align: center;
    color: #696969
}

.invited-users {
    margin-top: 15px
}

.invited-users .invited-users-header {
    cursor: pointer
}

.invited-users .invited-users-header>h4 {
    white-space: nowrap;
    margin: 0 20px 0 0;
    font-weight: 700;
    font-size: 14px
}

.invited-users .invited-users-header .invited-users-list {
    margin-left: auto
}

.invited-users .invited-users-header .invited-users-list>span {
    margin-left: -5px
}

.invited-users .invited-users-header .invited-users-list>span img {
    width: 100%;
    max-width: 32px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: thin solid #d6d6d6
}

.invited-users .invited-users-body .users-listing {
    border: thin solid #f3f3f3;
    margin-top: 15px
}

.invited-users .invited-users-body .users-listing .users-listing-item {
    padding: 5px 8px
}

.invited-users .invited-users-body .users-listing .users-listing-item div,.invited-users .invited-users-body .users-listing .users-listing-item>a {
    min-height: 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.invited-users .invited-users-body .users-listing .users-listing-item i {
    width: 24px;
    font-size: 16px;
    text-align: center;
    display: block
}

.invited-users .invited-users-body .users-listing .users-listing-item i.fa-check-circle.green {
    color: #5dcd5c
}

.invited-users .invited-users-body .users-listing .users-listing-item i.fa-check-circle.blue {
    color: blue
}

.invited-users .invited-users-body .users-listing .users-listing-item i.fa-clock {
    color: #dbdfe3
}

.pulse-animation {
    pointer-events: auto!important;
    -webkit-box-shadow: 0 0 0 0 rgba(90,153,212,0.5);
    box-shadow: 0 0 0 0 rgba(90,153,212,0.5);
    -webkit-animation: pulse 1.5s infinite
}

.pulse-animation-secondary {
    pointer-events: auto!important;
    -webkit-box-shadow: 0 0 0 rgba(215,6,2,0.5);
    box-shadow: 0 0 0 rgba(215,6,2,0.5);
    -webkit-animation: pulse-secondary 1.5s infinite
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 15px rgba(90,153,212,0);
        box-shadow: 0 0 0 15px rgba(90,153,212,0)
    }

    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-box-shadow: 0 0 0 0 rgba(90,153,212,0);
        box-shadow: 0 0 0 0 rgba(90,153,212,0)
    }
}

@-webkit-keyframes pulse-secondary {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 15px rgba(215,6,2,0);
        box-shadow: 0 0 0 15px rgba(215,6,2,0)
    }

    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-box-shadow: 0 0 0 0 rgba(215,6,2,0);
        box-shadow: 0 0 0 0 rgba(215,6,2,0)
    }
}

.premium-features-block {
    position: relative;
    padding: 20px 0 5px
}

.premium-features-block p.website-information {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.premium-features-block .premium-features-block--overlay {
    position: absolute;
    background: rgba(245,248,250,0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-weight: 600;
    font-size: 13px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-features-block .premium-features-block--overlay .btn {
    padding-left: 20px;
    padding-right: 20px
}

.btn-quick-start-guide {
    position: relative;
    background-color: rgba(13,56,111,0.65);
    color: #fff;
    text-align: left;
    padding-left: 50px;
    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 40px
}

.btn-quick-start-guide img {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 15px;
    width: 24px;
    height: 24px
}

.btn-quick-start-guide:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #0D386F;
    border-radius: 50px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.btn-quick-start-guide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border: 2px solid #0D386F;
    border-radius: 50px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.btn-quick-start-guide:hover {
    background-color: #0D386F;
    color: #fff
}

.btn-quick-start-guide:hover:before {
    -webkit-transform: scaleX(1.15) scaleY(1.25);
    transform: scaleX(1.15) scaleY(1.25);
    opacity: 0
}

.btn-quick-start-guide:hover:after {
    left: -6px;
    top: -6px;
    right: -6px;
    bottom: -6px;
    opacity: 1
}

@media (max-width: 991.98px) {
    .btn-quick-start-guide {
        padding-top:8px;
        padding-bottom: 8px
    }
}

.join-me-popup .modal-dialog {
    max-width: 600px
}

.join-me-popup .close {
    position: absolute;
    right: 15px;
    top: 15px;
    border: thin solid;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    line-height: 30px;
    padding: 0 10px
}

.join-me-popup .modal-header {
    margin-top: 40px;
    padding: 0;
    border-bottom: none
}

.join-me-popup .modal-header h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700
}

.join-me-popup .modal-header p {
    font-size: 16px
}

@media (max-width: 767.98px) {
    .join-me-popup .modal-header {
        margin-top:60px
    }
}

.join-me-popup form {
    width: 500px;
    margin: 0 auto;
    max-width: 100%
}

.join-me-popup form .btn {
    text-transform: uppercase;
    font-weight: 600
}

.moderator-block .moderator-img {
    -webkit-box-shadow: -4px 4px 10px -4px rgba(0,0,0,0.25);
    box-shadow: -4px 4px 10px -4px rgba(0,0,0,0.25);
    padding: 5px 10px;
    border-radius: 0 0 0 10px;
    border-bottom: thin solid #d6d6d6;
    border-left: thin solid #d6d6d6;
    background: #fff;
    float: right;
    margin-right: -1.25rem;
    margin-top: -1.25rem
}

.moderator-block .moderator-img .single-user-img {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin: 0;
    padding: 1px
}

.moderator-block .moderator-edit-link {
    font-size: 13px;
    font-weight: 600
}

.moderator-block .moderator-text {
    line-height: 1.5
}

.moderator-block .moderator-text .moderator-text-bubble {
    background: #eef1f3;
    -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.3),0 0.0625rem 0.125rem rgba(0,0,0,0.2);
    box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.3),0 0.0625rem 0.125rem rgba(0,0,0,0.2);
    border-radius: 10px;
    position: relative;
    padding: 5px 10px;
    margin-right: 44px;
    font-size: 15px
}

.moderator-block .moderator-text .moderator-text-bubble:before {
    content: "";
    position: absolute;
    border-left: 10px solid #eef1f3;
    border-right: 10px solid transparent;
    border-top: 10px solid #eef1f3;
    border-bottom: 10px solid transparent;
    right: -20px;
    top: 10px;
    -webkit-filter: drop-shadow(2px 0 1px rgba(0,0,0,0.1));
    filter: drop-shadow(2px 0 1px rgba(0,0,0,0.1))
}

.moderator-block .sidebar-text {
    margin-top: 10px
}

span.ref-flags {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    position: absolute;
    right: -7px;
    bottom: -18px;
    padding: 2px;
    border: thin solid #d6d6d6;
    background: #fff;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

span.ref-flags .ref-flag-single {
    font-size: 20px;
    line-height: 24px;
    padding: 0 2px
}

span.ref-flags .ref-flag-single:empty {
    display: none
}

.more-stores {
    background-color: #fff
}

.more-stores .badge-secondary {
    background: #f4f4f4;
    padding: 0.8rem 1rem;
    margin-bottom: 4px;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    color: #343a40
}

.moderator-btn {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    margin: 0 -10px 0 5px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: middle;
    line-height: 1
}

.moderator-btn img {
    width: 22px;
    margin-top: -5px;
    height: 22px
}

.share-modal .modal-content {
    border: none;
    border-radius: 15px;
    padding: 25px
}

.share-modal .icons {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    margin: 0 0 20px;
    padding: 0
}

.share-modal .icons .social-card-icon-single {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px
}

.share-modal .modal-body {
    padding: 30px 0 20px
}

.share-modal .modal-header {
    position: relative;
    padding: 10px 0px
}

.share-modal .copy-link {
    border: 1px solid hsla(210,10%,23%,0.2);
    border-radius: 5px;
    padding: 5px
}

.share-modal .copy-link .form-group {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    gap: 10px
}

.share-modal .copy-link .form-group input {
    width: 100%;
    border: none;
    padding: 0px;
    background: #fff!important;
    font-size: 16px
}

@media (min-width: 576px) {
    .share-modal .modal-dialog {
        width:420px
    }
}

.fa-twitter:before {
    display: none
}

.fa-twitter {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("../images/twitterx-white.svg");
    background-size: cover
}

.store-img {
    background: #fff;
    border: thin solid #d6d6d6;
    width: 100%;
    position: relative;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center
}

.store-img img {
    aspect-ratio: 1/1;
    width: 90%;
    margin-top: 5%;
    margin-bottom: 5%;
    -o-object-fit: contain;
    object-fit: contain
}

.testimonials-slider .carousel {
    width: 650px;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 50px
}

.testimonials-slider .carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    height: auto
}

.testimonials-slider .carousel .item a {
    color: #eb7245
}

.testimonials-slider .carousel .img-box {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%
}

.testimonials-slider .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%
}

.testimonials-slider .carousel .testimonial {
    padding: 30px 0 10px;
    color: #343a40;
    font-style: italic;
    font-size: 20px
}

.testimonials-slider .carousel .overview {
    text-align: center;
    padding-bottom: 5px
}

.testimonials-slider .carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px
}

.testimonials-slider .carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12
}

.testimonials-slider .carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px
}

.testimonials-slider .carousel .carousel-control i {
    font-size: 20px;
    margin-right: 2px
}

.testimonials-slider .carousel .carousel-control.left {
    left: auto;
    right: 40px
}

.testimonials-slider .carousel .carousel-control.right i {
    margin-right: -2px
}

.testimonials-slider .carousel .carousel-indicators {
    bottom: 15px
}

.testimonials-slider .carousel .carousel-indicators li,.testimonials-slider .carousel .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%
}

.testimonials-slider .carousel .carousel-indicators li {
    background: #c6c6c6;
    border: none
}

.testimonials-slider .carousel .carousel-indicators li.active {
    background: #2964B4
}

.timestamp {
    color: #878787;
    font-size: 13px
}

a.donate-btn {
    border: 2px solid #e7433c;
    background: #fff;
    border-radius: 20px;
    display: inline-block;
    color: #343a41;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    bottom: 60px;
    right: 10px;
    margin-top: 10px
}

a.donate-btn i {
    margin-right: 5px;
    color: #e7433c
}

@media (max-width: 1299px) {
    a.donate-btn {
        position:static
    }
}

.white-bg-form {
    background-color: #fff;
    border-radius: 20px;
    color: #343a40;
    padding: 30px
}

.white-bg-form h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center
}

.white-bg-form label {
    font-weight: 600
}

.super-8 {
    display: inline-block
}

.super-8 .super-8__btn {
    background-color: #DAA520;
    color: white;
    border-radius: 50px;
    height: 54px;
    padding: 0 20px 0 60px;
    font-size: 15px;
    cursor: pointer;
    border: none;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 180px
}

.super-8 .super-8__btn .super-8__btn-icon {
    position: absolute;
    border-radius: 50%;
    left: 16px;
    top: 14px
}

.super-8 .super-8__btn .super-8__btn-icon svg {
    display: block
}

.super-8 .super-8__btn .super-8__btn-text {
    text-align: left;
    font-size: 11px;
    font-weight: 600
}

.super-8 .super-8__btn .super-8__btn-text strong {
    font-size: 16px;
    display: block
}

.super-8 .super-8__btn .fa {
    margin-left: 10px;
    font-size: 18px
}

@media (min-width: 576px) and (max-width:1199.98px) {
    .super-8 .super-8__btn {
        margin-left:20px
    }
}

.super-8 .super-8__dropdown {
    background-color: white;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 5px 0 10px 20px;
    list-style: none;
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 7px;
    right: 0;
    z-index: 1000;
    min-width: 320px;
    text-align: left
}

.super-8 .super-8__dropdown li {
    padding: 7px 5px
}

.super-8 .super-8__dropdown li:last-child {
    border-bottom: none
}

.super-8 .super-8__dropdown li span {
    font-weight: 600
}

.super-8 .super-8__dropdown li .completed {
    color: #DAA520
}

.super-8 .super-8__dropdown li .incomplete {
    color: #343a40
}

.super-8 .super-8__dropdown li i.incomplete {
    color: #E0E0E0
}

.super-8 .super-8__dropdown li .fa-check-circle {
    color: #DAA520;
    margin-right: 10px;
    font-size: 16px
}

.super-8 .super-8__dropdown .super-8__dropdown-heading {
    border-bottom: 1px solid #e9ecef;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    position: relative
}

.super-8 .super-8__dropdown:before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    content: "";
    position: absolute;
    top: -5px;
    right: 20px
}

@media (max-width: 767.98px) {
    .super-8 .super-8__dropdown {
        left:50%;
        right: auto;
        margin-left: -160px
    }

    .super-8 .super-8__dropdown:before {
        right: auto;
        left: 50%
    }
}

.circular-progress {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 10px;
    top: 8px
}

.circular-progress .inner-circle {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #DAA520
}

.circular-progress .percentage {
    position: relative;
    font-size: 0;
    color: rgba(0,0,0,0.8)
}

.circular-progress:before {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    border: 4px solid rgba(255,255,255,0.25);
    content: "";
    left: 0;
    top: 0
}

.rating-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px
}

.rating-box .rating-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 2px 10px 2px 6px;
    min-height: 45px;
    min-width: 150px;
    margin: 0 auto 5px;
    border-radius: 60px;
    border: thin solid #d6d6d6;
    -webkit-box-shadow: rgba(0,0,0,0.06) 0px 2px 10px 0px;
    box-shadow: rgba(0,0,0,0.06) 0px 2px 10px 0px
}

.rating-box .user img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.rating-box .rate-review .rate-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.rating-box .rate-review .rate-star span {
    font-size: 16px;
    font-weight: bold
}

.rating-box .rate-review p {
    margin: 0px;
    font-size: 10px;
    color: darkgrey;
    font-weight: 600
}

.rating-box .review-content p {
    margin: 0px;
    font-style: italic;
    text-align: center
}

.client-rating-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 2px 6px;
    min-height: 45px;
    border-radius: 60px;
    width: 150px;
    margin: 0 auto;
    border: thin solid #d6d6d6;
    -webkit-box-shadow: rgba(0,0,0,0.06) 0px 2px 10px 0px;
    box-shadow: rgba(0,0,0,0.06) 0px 2px 10px 0px
}

.client-rating-card .user img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.client-rating-card .rate-review a {
    color: #2964B4;
    font-size: 12px;
    font-style: italic
}

.ref-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px
}

.ref-review .ref-review__text {
    text-align: left;
    font-style: italic;
    font-size: 12px;
    font-weight: 600
}

.ref-review .ref-review__rating {
    background: #CCCCCC;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.ref-review .ref-review__rating i {
    font-size: 12px
}

.ref-review .ref-review__rating.ref-review__rating-positive {
    color: #FBE505;
    background: #2964B4
}

.ref-review .ref-review__rating.ref-review__rating-negative {
    color: #FBE505;
    background: #e7433c
}

.qr-popup .modal-dialog {
    max-width: 400px
}

.qr-popup .modal-content {
    background: #f5f8fa
}

.qr-popup button.close {
    margin: 2px 8px
}

.qr-popup h3 {
    margin: 20px 0;
    font-size: 24px
}

.qr-popup #qrCodeCanvasModal {
    text-align: center
}

.qr-popup #qrCodeCanvasModal canvas {
    -webkit-box-shadow: 0 0.125rem 0.25rem 0px rgba(0,0,0,0.05);
    box-shadow: 0 0.125rem 0.25rem 0px rgba(0,0,0,0.05)
}

.review-modal .rm-modal-header {
    background-color: #2964B4;
    color: white
}

.review-modal .rm-container {
    text-align: center;
    padding: 20px
}

.review-modal .rm-container .rm-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600
}

.review-modal .rm-container .rm-rating {
    font-size: 18px;
    margin-top: 10px
}

.review-modal .rm-container .rm-stars {
    font-size: 30px
}

.review-modal .rm-container .rm-stars .rm-star {
    cursor: pointer;
    margin: 0 5px
}

.review-modal .rm-container .rm-stars .rm-star.rm-selected {
    font-weight: bold
}

.review-modal .rm-container .rm-reviews {
    margin-top: 20px
}

.review-modal .rm-container .rm-reviews .rm-review {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px
}

.review-modal .rm-container .rm-reviews .rm-review p {
    margin: 0
}

.review-modal .rm-one,.review-modal .rm-three,.review-modal .rm-two {
    color: #e7433c
}

.review-modal .rm-five,.review-modal .rm-four {
    color: #2964B4
}

.analytics-listing-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 1rem 1.5rem;
    color: #343a40
}

.analytics-listing-box .alb-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    min-width: 50px;
    border: thin solid transparent
}

.analytics-listing-box .alb-img img {
    width: 100%;
    height: 100%
}

.analytics-listing-box .alb-content {
    width: calc(100% - 60px)
}

.analytics-listing-box .alb-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 5px
}

.analytics-listing-box .alb-content p {
    margin: 0px;
    font-size: 1.2rem
}

.analytics-listing-box .alb-arrow {
    color: grey;
    font-size: 20px;
    display: inline-block
}

.analytics-listing-box:hover {
    text-decoration: none;
    background: #f9f9f9;
    color: inherit
}

.analytics-listing-box:hover .alb-img {
    border-color: #eaeaea
}

.premium-access-block {
    background: #feb602;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.premium-access-block * {
    fill: #fff;
    color: #fff
}

.custom-select {
    font-size: 14px;
    height: 39px
}

.btn-group[aria-label="View Toggle"] .btn {
    padding-top: 5px;
    padding-bottom: 5px
}

.ticker-wrapper {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ticker-wrapper .ticker-label {
    padding: 10px;
    width: 135px;
    color: #fff;
    background: #2964B4
}

.ticker-wrapper .ticker-label h3 {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700
}

.ticker-wrapper .ticker-label .ticker-date {
    color: #ffffff;
    opacity: 0.65
}

.ticker-wrapper .ticker-container {
    overflow: hidden;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ticker-wrapper .ticker-container .ticker-items {
    white-space: nowrap;
    position: relative;
    padding: 0;
    margin: 0
}

.ticker-wrapper .ticker-container .ticker-items .ticker-item {
    display: inline-block;
    padding: 0 40px;
    color: #343a40
}

.ticker-wrapper .ticker-container .ticker-items .ticker-item .username {
    color: #2964B4;
    font-weight: bold
}

.ticker-wrapper .ticker-container .ticker-items .ticker-item .shopname {
    color: #e7433c;
    font-weight: bold
}

.testimonial-card {
    padding: 20px;
    position: relative;
    font-style: italic;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.testimonial-card .testimonial-text {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    color: #6c757d;
    position: relative;
    text-align: center;
    font-style: italic;
    font-family: Georgia,"Times New Roman",serif
}

.testimonial-card .testimonial-text:after,.testimonial-card .testimonial-text:before {
    font-size: 130%;
    font-weight: bold;
    color: #2964B4;
    display: inline;
    line-height: 1;
    padding: 0 5px
}

.testimonial-card .testimonial-text:before {
    content: "“"
}

.testimonial-card .testimonial-text:after {
    content: "”"
}

.testimonial-card .testimonial-user {
    font-style: normal;
    text-align: center;
    margin-bottom: 10px
}

.testimonial-card .testimonial-user img {
    width: 80px;
    height: 80px;
    border: 3px solid #efefe1;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px;
    display: block;
    margin: 0 auto 10px
}

.testimonial-card .testimonial-user a {
    font-weight: bold;
    color: #343a40
}

.shepherd-element .step-counter {
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    opacity: 0.45;
    font-weight: 600;
    margin-bottom: 10px
}

.shepherd-element .shepherd-content {
    background: #d4e7ff
}

.shepherd-element .shepherd-content button.shepherd-cancel-icon {
    margin-top: -30px
}

.shepherd-element .shepherd-arrow:before {
    background: #d4e7ff!important
}

.shepherd-element .shepherd-header {
    background: transparent!important;
    padding: 2rem 1.5rem 0.5rem!important
}

.shepherd-element .shepherd-header h3 {
    font-size: 16px;
    font-weight: 700
}

.shepherd-element .shepherd-text {
    font-size: 1.4rem;
    line-height: normal;
    padding: 1rem 1.5rem
}

.shepherd-element .shepherd-footer {
    padding: 1rem 1.5rem;
    margin-top: 1rem;
    border-top: thin solid rgba(0,0,0,0.1)
}

.shepherd-element .shepherd-footer .shepherd-button {
    background: #2964B4;
    padding: 0.8rem 1.25rem;
    font-size: 14px;
    color: #fff
}

.shepherd-element .shepherd-footer .shepherd-button.btn-light {
    background: #fff;
    color: #2964B4;
    border: thin solid #2964B4
}

.recommended-text {
    color: #62C188;
    font-weight: 700
}

.streaks-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-bottom: 1px solid rgb(226,228,232);
    padding-bottom: 15px;
    margin-bottom: 10px
}

.streaks-display .streak-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.streaks-display .weekly-streak {
    border-left: 1px solid rgb(226,228,232)
}

.streaks-display .streak-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #6c757d
}

.streaks-display .streak-icon-container {
    margin-bottom: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.streaks-display .streak-icon-container img {
    width: 24px;
    height: 24px
}

.streaks-display .streak-number {
    font-size: 20px;
    font-weight: 700;
    margin-left: 5px
}

.streaks-display .best-streak {
    padding: 2px 14px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    background-color: #FFEFD2;
    color: #FE5C12
}

.streaks-display .weekly-best {
    color: #5FAA46;
    background-color: #F1FFDB
}

.power-score {
    margin: 5px 10px 12px;
    border-radius: 2px;
    padding: 7px 10px;
    border: 1px solid rgb(226,228,232)
}

.power-score .score-label {
    font-size: 14px;
    color: #6c757d;
    font-weight: 600
}

.power-score .score-value {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #2964B4
}

.emoji-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    position: relative
}

.emoji-container .emoji-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 80px
}

.emoji-container .emoji-button {
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    -webkit-transition: background-color 0.2s,-webkit-transform 0.2s;
    transition: background-color 0.2s,-webkit-transform 0.2s;
    transition: transform 0.2s,background-color 0.2s;
    transition: transform 0.2s,background-color 0.2s,-webkit-transform 0.2s;
    position: relative;
    z-index: 1;
    background-color: #f0f0f0;
    width: 58px;
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.emoji-container .emoji-button:hover {
    background-color: #e6e6e6;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.emoji-container .emoji-button:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.emoji-container .emoji-label {
    margin-top: 8px;
    font-size: 12px;
    text-align: center;
    color: #666
}

.emoji-container .emoji-particle {
    position: absolute;
    font-size: 1.5rem;
    pointer-events: none;
    z-index: 1;
    -webkit-animation: burst 1s ease-out forwards;
    animation: burst 1s ease-out forwards
}

@-webkit-keyframes burst {
    0% {
        opacity: 1;
        -webkit-transform: translate(0,0) scale(1);
        transform: translate(0,0) scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: translate(var(--x),var(--y)) scale(0.5);
        transform: translate(var(--x),var(--y)) scale(0.5)
    }
}

@keyframes burst {
    0% {
        opacity: 1;
        -webkit-transform: translate(0,0) scale(1);
        transform: translate(0,0) scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: translate(var(--x),var(--y)) scale(0.5);
        transform: translate(var(--x),var(--y)) scale(0.5)
    }
}

.tabs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px
}

.tabs-overlay .tabs-overlay-inner {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center
}

.tabs-overlay .tabs-overlay-inner h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px
}

.tabs-overlay .tabs-overlay-inner p {
    font-size: 16px;
    margin-bottom: 20px
}

.tabs-overlay .tabs-overlay-inner button {
    background-color: #2964B4;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer
}

.tabs-overlay .tabs-overlay-inner button:hover {
    background-color: #0875fe
}

.nav-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.nav-buttons {
    display: flex;
    gap: 13px;
}
.recommed-brand-btn {
    background: #2964B4;
}
.user-btn {
    border-radius: 2.5rem;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    padding-right: 2rem;
}

.logo-img {
  max-height: 45px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.nav-buttons.logged-out {
    display: none;
}
.logo-with-tagline {
    display: flex;
    align-items: center;
}

@media(max-width: 991px){
    .nav-buttons {
        flex-direction: column;
        padding: 10px;
        align-items: center;
    }
    .nav-buttons a.btn {
        width: 100%;
    }
    .reward-info {
        margin-top: 20px;
    }
}

@media(max-width: 575px){
    nav#nav .navbar-brand img {
        max-width: 80px;
    }
    .popup-list {
        width: 90%;
        z-index: 1;
        right: 10px !important;
    }
    .popup-card {
        flex-wrap: wrap;
        gap: 10px;
        padding: 12px 12px;
    }
    .popup-card p {
        margin: 0px !important;
        width: 100%;
    }
    .recommend-lists {
        flex-wrap: wrap;
    }
}