@media (min-width: 1600px) {
    body .container {
        max-width: 1400px;
    }
    body .container-earn {
        max-width: 1440px;
    }
}

html {
    scroll-behavior: smooth
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

div a {
    color: #2763E7;
}

div a:hover {
    color: #2763E7;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.text-underline {
    text-decoration: underline;
}

footer a {
    color: #212529;
}

.cursor-pointer {
    cursor: pointer;
}

/* slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: rgba(39, 99, 231, 1);
}

input:focus+.slider {
    box-shadow: 0 0 1px rgba(39, 99, 231, 1);
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* slider */

/*paginator*/

a.page-link {
    border: 1px solid transparent;
    color: #8E8E93;
}

#propose-details .link-to-resource.unActive {
    pointer-events: none;
}

.pointer-none {
    pointer-events: none !important;
}

#propose-details .link-to-resource.unActive .button {
    background: #8E8E93;
}

.link-to-resource {
    cursor: pointer;
}

a.page-link:hover,
a.page-link.active {
    font-weight: 500;
    z-index: 100;
    background-color: #FFFFFF;
    border: 1px solid rgba(39, 99, 231, 1);
    color: rgba(39, 99, 231, 1);
    border-radius: 5px;
}

/*paginator*/

footer .social-images {
    width: max-content;
    margin: 0 auto;
}

footer .mobile-stores {
    margin: 0;
}

footer .mobile-stores.mobile-stores img {
    width: 150px;
}

.green {
    background: #2763E7;
}

a.login:hover {
    text-decoration: none;
}

.orange {
    background: #F39E1D;
}

.blue {
    background: #5856D6;
}

.color-blue {
    color: #5856D6;
}

.red {
    background: #EE1F1F;
}

.dark-green {
    background: #348019;
}

.light-light-blue {
    background: rgba(29, 192, 243, 1);
}

.bg-grey {
    background: #F9F9F9;
}

.color-white {
    color: white;
}

.color-red {
    color: #FB1010;
}

.color-violet {
    color: #AF1DF3;
}

.color-orange {
    color: #F39E1D;
}

.color-light-blue {
    color: #2763E7;
}

.color-dark-green {
    color: #348019;
}

.color-dark-orange {
    color: #E6A05F;
}

.bg-color-dark-orange {
    background: #E6A05F;
}

.bg-light-green {
    background: #E5FCDC;
}

.bg-light-orange-red {
    background: #FAE6C9;
}

.bg-light-red {
    background: #FFE8E8;
}

.bg-light-yellow {
    background: #FFEEE1;
}

.bg-light-green-shadow {
    background: #D4F9E7;
}

.bg-light-sky {
    background: #D5EDFB;
}

.bg-light-violet {
    background: #F4ECFF;
}

.color-dark-blue {
    color: #3B5998;
}

.color-tiktok-style {
    color: #65D2E9;
}

.color-youtube-style {
    color: #F40000;
}

.color-twitter-style {
    color: #55ACEE;
}

.color-dark-pink {
    color: #D8408E;
}

.bg-red {
    background: #E72727;
}

.bg-light-blue {
    background: #007AFF;
}

.bg-darker-blue {
    background: #0053b7;
}

.text-light-blue {
    color: #007AFF;
}

.bg-violet {
    background: #5856D6;
}

.bg-green {
    background-color: #2763E7;
}

#not-verified-email {
    color: white;
}

#not-verified-email .visit-verification-center {
    background: white;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 110%;
    padding-top: 10px;
    border: 1px solid white;
    padding-bottom: 10px;
    border-radius: 25px;
}

#not-verified-email .visit-verification-center:hover {
    color: #2763E7;
}

.earning-modal-wrapper .modal-header.modal-title,
#propose-details .modal-header.modal-title {
    width: max-content;
    margin: 0 auto;
}

.under-title-text {
    width: max-content;
    margin: 0 auto;
    text-align: center;
}

.earning-modal-wrapper .modal-header .green-button,
#propose-details .modal-header .green-button {
    width: max-content;
    margin: 0 auto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

h5.modal-title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    margin: 0 auto;
}

.earning-modal-wrapper .modal-dialog.modal-dialog-centered,
#event-list-modal .modal-dialog.modal-dialog-centered,
#propose-details .modal-dialog.modal-dialog-centered {
    max-width: 800px;
}

.earning-modal-wrapper .modal-dialog.modal-dialog-centered .modal-body,
#propose-details .modal-dialog.modal-dialog-centered .modal-body {
    padding-left: 30px;
    padding-right: 30px;
}

.earning-modal-wrapper .modal-dialog.modal-dialog-centered.step-2-modal-dialog {
    max-width: 600px !important;
}

.earning-modal-wrapper .modal-dialog.modal-dialog-centered.step-2-modal-dialog p.info-txt {
    font-size: 16px;
}

.earning-modal-wrapper__offers .modal-dialog.modal-dialog-centered.step-2-modal-dialog {
    max-width: 540px !important;
}

.circle-85 {
    width: 85px;
    height: 85px;
    border-radius: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-120 {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.width-60px {
    width: 60px;
}

.circle-75 {
    width: 75px;
    height: 75px;
    border-radius: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-60 {
    width: 60px;
    height: 60px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ok-icon {
    background: url(/assets/img/icons/checked.webp);
    background-size: contain;
    background-color: #4BB227;
}

.circle-10 {
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.circle-85 div,
.circle-75 div {
    min-width: 25px;
    min-height: 25px;
    background-position: center;
    text-align: -webkit-center;
    text-align: center;
}

input:focus,
select:focus,
button:focus {
    outline: none;
}

input,
select,
button {
    color: #000000;
}

.width100 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    width: 100%;
}

.max-content {
    max-width: max-content;
}

a .open-shop {
    width: max-content;
}

body .sign-up-block .green-button {
    cursor: pointer;
}

.loaderWrapper {
    display: none;
    width: 100%;
    opacity: 0.7;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10;
}

.loaderWrapper .loader {
    display: block;
    margin: 0 auto;
    width: 74px;
    margin-top: 20px;
}

.loaderWrapper .pleaseWait {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
    margin-top: 28px;
}

.errorMessage {
    display: none;
    font-size: 13px;
    color: red;
    text-align: center;
    font-style: normal;
}

.error-message-invalid-email,
.error-message-taken-email {
    margin-top: 15px;
    font-size: 13px;
    line-height: 13px;
    color: red;
    text-align: justify;
    display: none;
}

.errorMessageVisible,
#password-error {
    font-size: 12px;
    line-height: 15px;
    color: red;
    text-align: center;
    font-style: normal;
}

.errorMessageVisible,
#email-error {
    font-size: 12px;
    line-height: 15px;
    color: red;
    text-align: center;
    font-style: normal;
}

.errorMessageVisible,
#forgottenEmail-error {
    font-size: 12px;
    line-height: 15px;
    color: red;
    text-align: center;
    font-style: normal;
}

.errorMessageVisible,
#newPassword-error {
    font-size: 12px;
    line-height: 15px;
    color: red;
    text-align: center;
    font-style: normal;
}

.errorMessageVisible,
#resetPassword-error {
    font-size: 12px;
    line-height: 15px;
    color: red;
    text-align: center;
    font-style: normal;
}

.toggle-password-wrapper {
    position: absolute;
    top: 8px;
    right: 10px;
}

.password-wrapper a {
    cursor: pointer;
}

.global-inform-modal-wrapper button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
}

.modal.show.global-inform-modal-wrapper,
.modal.show.special-offer-modal-wrapper {
    z-index: 2000;
}

.modal.show.blur {
    backdrop-filter: blur(25px);
}

#main-navigation {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

#main-navigation .button-white-on-hover:hover,
#main-navigation .btn-group.show .button-white-on-hover {
    background: white;
    color: #4BB227;
    min-width: 170px;
}

#main-navigation .button-white-on-hover {
    border: 1px solid #4BB227;
    min-width: 170px;
}

#main-navigation .dropdown-menu {
    width: 100%;
    top: calc(100% + 10px);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #4BB227;
}

#main-navigation .dropdown-menu .dropdown-item {
    color: rgba(44, 44, 46, 1);
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    position: relative;
}

#main-navigation .dropdown-menu .dropdown-item:hover {
    background: #4BB227;
}

#main-navigation .dropdown-menu .image {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 4px;
    display: block;
}

#main-navigation .not-verified {
    font-size: 10px;
    line-height: 12px;
    background: white;
    border-radius: 10px;
    width: max-content;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
}

#main-navigation .dropdown-item:hover .not-verified {
    color: white;
    background: #4BB227;
}

#main-navigation .dropdown-menu .dropdown-item:hover {
    color: #FAFAFA;
}

#main-navigation .dropdown-menu .dropdown-item {
    padding-left: 45px !important;
}

#main-navigation .btn-group .button .image-account {
    background: url("/assets/img/main-menu/dropdown-white.svg") no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 10px;
    display: block;
}

#main-navigation .wallet {
    background: #2763E7;
    border-radius: 25px;
    color: white;
    outline: none;
    border: none;
    cursor: pointer;
}

.f-16 {
    font-size: 16px;
}

.f-22 {
    font-size: 22px;
}

.f-12 {
    font-size: 12px;
}

#main-navigation .btn-group:hover .button .image-account,
#main-navigation .btn-group.show .button .image-account {
    background: url("/assets/img/main-menu/dropdown-image.svg") no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 10px;
    display: block;
}

#main-navigation .dropdown-menu .image-account {
    background: url("/assets/img/main-menu/account.svg") no-repeat;
    background-size: contain;
}

#main-navigation .dropdown-menu .dropdown-item:hover .image-account {
    background: url("/assets/img/main-menu/account-white.svg") no-repeat;
    background-size: contain;
}

#main-navigation .dropdown-menu .image-account-details {
    background: url("/assets/img/main-menu/account-info.svg") no-repeat;
    background-size: contain;
}

#main-navigation .dropdown-menu .dropdown-item:hover .image-account-details {
    background: url("/assets/img/main-menu/account-info-revers.svg") no-repeat;
    background-size: contain;
}

#main-navigation .dropdown-menu .image-points-history {
    background: url("/assets/img/main-menu/history.svg") no-repeat;
    background-size: contain;
}

#main-navigation .dropdown-menu .dropdown-item:hover .image-points-history {
    background: url("/assets/img/main-menu/history-white.svg") no-repeat;
    background-size: contain;
}

#main-navigation .dropdown-menu .image-promo-code-center {
    background: url("/assets/img/main-menu/promo-codes.svg") no-repeat;
    background-size: contain;
}

#main-navigation .dropdown-menu .dropdown-item:hover .image-promo-code-center {
    background: url("/assets/img/discount.webp") no-repeat;
    background-size: contain;
}

#main-navigation .dropdown-menu .image-referral-center {
    background: url("/assets/img/main-menu/referral-green.svg") no-repeat;
    background-size: contain;
}

#main-navigation .dropdown-menu .dropdown-item:hover .image-referral-center {
    background: url("/assets/img/main-menu/referral-white.svg") no-repeat;
    background-size: contain;
}

#main-navigation .dropdown-menu .image-support-center {
    background: url("/assets/img/main-menu/headset_mic.svg") no-repeat;
    background-size: contain;
}

#main-navigation .dropdown-menu .dropdown-item:hover .image-support-center {
    background: url("/assets/img/main-menu/headset_mic-white.svg") no-repeat;
    background-size: contain;
}

#main-navigation .dropdown-menu .image-support-ticket {
    background: url("/assets/img/main-menu/chat.svg") no-repeat;
    background-size: contain;
}

#main-navigation .dropdown-menu .dropdown-item:hover .image-support-ticket {
    background: url("/assets/img/main-menu/chat-white.svg") no-repeat;
    background-size: contain;
}

#main-navigation .dropdown-menu .image-privacy-settings {
    background: url("/assets/img/main-menu/verified_user.svg") no-repeat;
    background-size: contain;
}

#main-navigation .dropdown-menu .dropdown-item:hover .image-privacy-settings {
    background: url("/assets/img/main-menu/verified_user-white.svg") no-repeat;
    background-size: contain;
}

#main-navigation .dropdown-menu .image-logout {
    background: url("/assets/img/main-menu/logout.svg") no-repeat;
    background-size: contain;
}

#main-navigation .dropdown-menu .dropdown-item:hover .image-logout {
    background: url("/assets/img/main-menu/logout-white.svg") no-repeat;
    background-size: contain;
}

#main-navigation .dropdown-menu .account-details {
    background: #EDF7E9;
}

.global-inform-modal-wrapper .modal-content,
.special-offer-modal-wrapper .modal-content {
    width: 404px;
    max-width: 404px;
    padding: 40px 30px;
    border: 1.5px solid #D3D3D3;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-align: -webkit-center;
    text-align: center;
}

.global-inform-modal-wrapper .modal-content .title,
.special-offer-modal-wrapper .modal-content .title {
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 1rem;
}

.global-inform-modal-wrapper .modal-content,
..special-offer-modal-wrapper .modal-content {
    font-size: 12px;
    line-height: 17px;
}

.global-inform-modal-wrapper .modal-content .image,
.special-offer-modal-wrapper .modal-content .image {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    padding-bottom: 1rem;
}

.global-inform-modal-wrapper .modal-content .image img,
.special-offer-modal-wrapper .modal-content .image img {
    max-width: 100%;
}

.global_modal {
    position: fixed;
    top: 45%;
    left: 0;
    right: 0;
    width: 45%;
    margin: auto;
    padding: 15px;
    z-index: 99999999;
    background-color: #52A2FF;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 0 20px rgba(90, 90, 90, 0.95);
    display: none;
}

.global_modal.error {
    background-color: #ce423d;
}

html {
    font-size: 14px;
}

body .navbar a:hover {
    color: inherit;
}

html body {
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    letter-spacing: 0em;
}

a:hover {
    text-decoration: none;
}

.list-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 10px;
}

.chevron {
    width: 2.1rem;
    height: 0.48rem;
    opacity: 0;
    transform: scale(0.3);
    -webkit-animation: move-chevron 3s ease-out infinite;
    animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
    -webkit-animation: move-chevron 3s ease-out 1s infinite;
    animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    -webkit-animation: move-chevron 3s ease-out 2s infinite;
    animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: "";
    position: absolute;
    top: -100%;
    height: 100%;
    width: 50%;
    background: #4BB227;
}

.chevron:before {
    left: 0;
    transform: skewY(30deg);
}

.chevron-right-container {
    transform: rotate(-90deg);
    margin-top: -40px;
    margin-left: -40px;
}

.chevron-left-container {
    transform: rotate(90deg);
    margin-top: 20px;
    margin-left: 40px;
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skewY(-30deg);
}

.chevron-container .chevron {
    margin: 0 auto;
}

@-webkit-keyframes move-chevron {
    25% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
    }
    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
    }
    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}

@keyframes move-chevron {
    25% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
    }
    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
    }
    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}

#logo {
    display: block;
    margin: 0 auto;
    width: 150px;
    margin-top: 40px;
}

.header-row {
    color: rgba(142, 142, 147, 1)
}

.border-radius-20 {
    border-radius: 20px;
}

.global_modal {
    position: fixed;
    top: 45%;
    left: 0;
    right: 0;
    width: 45%;
    margin: auto;
    padding: 15px;
    z-index: 99999999;
    background-color: #52A2FF;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 0 20px rgba(90, 90, 90, 0.95);
    display: none;
}

.global_modal.error {
    background-color: #ce423d;
}

.social-images {
    display: flex;
    margin-right: 20px;
}

.footer-img {
    width: 165px;
}

.navigate-links {
    display: flex;
}

.navigate-links a {
    padding-right: 10px;
    padding-left: 10px;
    color: black;
}

.verify-notes .verification-sent-note {
    color: black;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    opacity: .6;
    margin-top: 4px;
}

@media (width: 1200px) {
    .navigate-links {
        display: none !important;
    }
}

.sticky-bottom,
.sticky-bottom-submenu {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 65px;
    bottom: 0;
    position: fixed;
    background: #ffffff;
    z-index: 98 !important;
}

.sticky-bottom {
    box-shadow: 0px -4px 4px rgb(0 0 0 / 20%);
}

.sticky-bottom .submenu-toggle-plus {
    margin-left: 4px;
    position: relative;
    bottom: 0px;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-background-image: url('/assets/img/icons/plus.svg');
    background-image: url("/assets/img/icons/plus.svg");
}

.sticky-bottom .submenu-toggle-plus.active {
    -webkit-background-image: url('/assets/img/icons/minus-white.svg');
    background-image: url("/assets/img/icons/minus-white.svg");
}

.sticky-bottom .menu-title {
    font-size: 12px !important;
}

.sticky-bottom-submenu {
    transition-duration: .5s;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-duration: .3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    display: flex !important;
    opacity: 0;
}

.sticky-bottom-submenu.active {
    border-bottom: 1px solid #DFE2E6 !important;
    animation-name: moveUp;
    box-shadow: 0px -4px 4px rgb(0 0 0 / 20%);
    z-index: 10 !important;
}

.sticky-bottom-submenu.inactive {
    animation-name: moveDown;
}

@keyframes moveUp {
    0% {
        opacity: 0.4;
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        transform: translateY(-65px);
    }
}

@keyframes moveDown {
    0% {
        opacity: 1;
        transform: translateY(-65px);
    }
    100% {
        opacity: 0.4;
        transform: translateY(0);
    }
}

.sticky-bottom-submenu .submenu-row,
.sticky-bottom .submenu-row {
    height: 65px;
    width: 100% !important;
}

.sticky-bottom-submenu .submenu-cell-wrap,
.sticky-bottom .submenu-cell-wrap {
    flex: 1;
    height: 65px;
    font-size: 12px;
}

.sticky-bottom-submenu .submenu-row .submenu-cell,
.sticky-bottom .submenu-row .submenu-cell {
    flex: 1 !important;
    margin: 5px 0;
    padding: 0 5px;
}

.sticky-bottom .submenu-row .submenu-cell.active {
    color: #4BB227 !important;
    text-decoration: none !important;
}

.sticky-bottom-submenu .submenu-row .submenu-cell .submenu-sub-cell,
.sticky-bottom .submenu-row .submenu-cell .submenu-sub-cell {
    flex: 1 !important;
}

.sticky-bottom-submenu .submenu-row .submenu-cell .top,
.sticky-bottom .submenu-row .submenu-cell .top {
    padding-bottom: 3px;
}

.submenu-title {
    line-height: 14px;
    color: #2C2C2E;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}

.green-bottom-border {
    border-bottom: 1px solid #4BB227 !important;
}

.no-box-shadow {
    box-shadow: none !important;
}

.sticky-bottom a {
    color: black;
}

.social-images .social-image {
    margin-right: 3px;
    margin-left: 3px;
}

.social-images .navigate-button {
    margin-right: 6px;
    margin-left: 6px;
    width: 37px;
    height: 37px;
    display: flex;
    border-radius: 20px;
}

footer {
    padding-top: 35px;
}

.green-button,
span.green-button {
    background: #4BB227;
    border-radius: 34px;
    color: #FFFFFF;
    border: none;
    max-width: 100%;
}

.white-button {
    background: #FFFFFF;
    border-radius: 34px;
    color: #000000;
    border: none;
    max-width: 100%;
}

.grey-button {
    background: grey;
    border-radius: 34px;
    color: #FFFFFF;
    border: none;
    max-width: 100%;
}

.refresh-icon {
    width: 20px;
    height: 20px;
    background: url("/assets/img/refresh.webp");
}

.deny {
    width: 10px;
    height: 10px;
    background: url("/assets/img/deny.webp") no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 5px;
}

.button-rounded {
    border-radius: 34px;
}

body .navbar a.green-button:hover {
    color: #FFFFFF;
}

.green-button-revers {
    background: #FFFFFF;
    border-radius: 34px;
    color: #4BB227;
    border: 1px solid #4BB227;
    max-width: 100%;
}

body .navbar a.green-button-revers:hover {
    color: #4BB227;
}

.red-text {
    color: #FB1010;
}

.green-text {
    color: #4BB227;
}

.black-text {
    color: #000000;
}

.grey-text-color {
    color: #82869A;
}

.completed,
.earned {
    color: #8E8E93;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}

ul.list-unstyled li {
    padding-bottom: 10px;
}

.text-green {
    color: #4CB228;
}

.block-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.02em;
    text-align: center;
}

.first-amazon-gift-card .block-title.rewards-levels-title {
    /*background: url("/assets/img/rewards_levels_title_crown.svg") top center no-repeat;*/
    /*line-height: 50px;*/
    font-weight: 700;
    padding-bottom: 0;
}

.first-amazon-gift-card .block-title.rewards-levels-title .row {
    justify-content: center;
}

.first-amazon-gift-card .block-title.rewards-levels-title .levels-next-reward-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
}

.first-amazon-gift-card .block-title.rewards-levels-title .levels-next-reward-title button {
    padding: 0 10px;
    font-weight: 800;
}

.first-amazon-gift-card .block-title.rewards-levels-title .levels-slider-captions {
    font-size: 16px;
}

.background-grey {
    background: #F9F9F9;
}

body .border-top {
    border-top: 1.5px solid #CCCCCC !important;
}

#propose-details img {
    max-width: 100%;
    max-height: 100%;
}

.rectangle22 {
    display: inline-block;
    height: 22px;
    width: 22px;
}

.image-container img {
    max-height: 100%;
}

.border-radius-25 {
    border-radius: 25px;
}

.image-container img {
    max-width: 100%;
}

.top-border-25 {
    border-radius: 25px 25px 0 0;
}

.rectangle16 {
    display: inline-block;
    height: 16px;
    width: 16px;
    min-width: 16px;
}

/* checkboxes */

.checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    margin-top: 4px;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid rgb(75, 178, 39);
}

.items-left {
    justify-content: left;
}

.middle-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.min-height-middle-container {
    min-height: 700px;
}

.checkbox-container:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox-container input:checked~.checkmark {
    background: rgba(75, 178, 39, 1);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-container .checkmark.not-all-selected:after {
    border-radius: 0;
    left: 2px;
    top: 6px;
    width: 11px;
    height: 2px;
    transform: rotate(0deg);
}

.static-page-container {
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 30px;
    min-height: calc(100vh - 580px);
}

.static-page-container .rewards_images img {
    width: 100%;
}

.static-page-content .about-join {
    margin-top: 50px;
    text-align: center;
}

.static-page-content .chevron-right-container {
    margin-top: 10px;
    margin-left: -40px;
    margin-right: 40px;
    transform: rotate(-90deg);
    padding-top: inherit;
    padding-bottom: inherit;
}

.static-page-content .chevron-left-container {
    margin-top: 10px;
    margin-left: 40px;
}

.static-page-content .green-button {
    width: 200px;
}

.static-page-content .white-button.green-button {
    color: #4BB227;
    background: none;
    border: 1px solid #4BB227;
}

.static-page-content .about-header {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}

.static-page-content .dos-donts {
    margin-top: 20px;
}

.static-page-content .dos-subheader,
.static-page-content .donts-subheader {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #4BB227;
    margin-bottom: 35px;
}

.static-page-content .donts-subheader {
    color: #E72727;
}

.static-page-container .how-it-works-content {
    background: inherit;
}

.static-page-content .donts-container {
    height: 100%;
}

.static-page-content .dos-subheader img,
.static-page-content .donts-subheader img {
    margin-right: 15px;
}

.static-page-content .dos-donts ul,
.static-page-content .donts-subheader ul {
    list-style-type: decimal;
    list-style-image: initial;
}

.static-page-container ol.faq {
    list-style-image: none;
    list-style-type: none;
    padding-left: 0;
}

.static-page-container ol.faq li {
    margin-bottom: 20px;
}

.static-page-container ol.faq h4 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.faq-redeem-limits {
    line-height: 40px;
}

.faq-redeem-limits img {
    margin-right: 10px;
}

.static-page-container ol.faq ul {
    margin-top: 10px;
}

.static-page-container ol.faq ul li {
    margin-bottom: 0;
}

.static-page-container ul {
    list-style-image: url(/assets/img/static_checkmark.svg);
    padding-left: 25px;
}

.static-page-container strong a {
    font-weight: normal;
}

.static-page-content {
    background: #f9f9f9;
    padding-bottom: 50px;
}

.static-page-header {
    padding: 30px 0;
}

.static-page-header h1 {
    font-size: 30px;
}

.support-center-new-counter {
    position: absolute;
    right: 10px;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    top: 8px;
    min-width: 20px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
}

.adblockContent {
    margin-top: 20px;
    font-size: 24px;
    line-height: 48px;
}

#hoifbvQmwCyS {
    display: none;
}

/* end checkboxes */

@media (max-width: 991px) {
    .earning-modal-wrapper .under-title-text,
    #propose-details .under-title-text {
        width: inherit;
    }
}

@media (min-width: 1200px) {
    .sticky-bottom-submenu,
    .sticky-bottom {
        display: none !important;
    }
}

div.navbar {
    padding: .5rem 0;
}

@media (max-width: 991px) {
    #main-navigation .dropdown-menu {
        width: 180px;
    }
    .pb-xs-20px {
        padding-bottom: 20px;
    }
    .pt-xs-20px {
        padding-top: 20px;
    }
    .pt-xs-40px {
        padding-top: 40px;
    }
    .d-xs-none {
        display: none;
    }
    div.col-xs-12 {
        width: 100%;
        flex-basis: unset;
    }
    .list-title {
        position: relative;
        width: max-content;
        margin: 0 auto;
    }
    .list-title::after {
        content: "\f107";
        color: #333;
        top: 0;
        right: -15px;
        position: absolute;
        font-family: "FontAwesome"
    }
    .list-title[aria-expanded="true"]::after {
        content: "\f106";
    }
    #signup {
        margin: 0 auto;
    }
    body .container {
        width: 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        ;
    }
    body .container-earn {
        width: 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        ;
    }
    #main-navigation .btn-group .button.button-white-on-hover {
        min-width: 60px;
        padding-left: 25px !important;
        padding-right: 10px !important;
    }
    #main-navigation .btn-group .button .image-account,
    #main-navigation .btn-group:hover .button .image-account,
    #main-navigation .btn-group.show .button .image-account {
        left: 10px;
    }
    .earning-modal-wrapper .modal-dialog.modal-dialog-centered .modal-body,
    #propose-details .modal-dialog.modal-dialog-centered .modal-body {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 576px) {
    .chevron-right-container,
    .static-page-content .chevron-right-container {
        padding-top: 20px;
        padding-bottom: 40px;
        transform: rotate(0deg);
        text-align: -webkit-center;
        margin-left: 0;
        margin-right: 0;
    }
    .how-it-works-header .chevron-container {
        padding-top: 30px;
    }
    .circle-85 {
        width: 45px;
        height: 45px;
    }
}

@media (min-width: 992px) {
    ul.collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

@media (max-width: 1200px) {
    footer {
        padding-bottom: 50px;
    }
}

#verify-your-email-popup {
    z-index: 99996;
}

img.image-125px {
    width: 125px;
    height: 125px;
}

#import-mr-profile-data {
    text-transform: uppercase;
    font-size: 16px;
    color: green;
    cursor: pointer;
}

#global-model-inform {
    z-index: 99999;
}

#google-customBtn {
    cursor: pointer;
}

/* mr need to be on client side */

#marketing-research-profile .select-container::after {
    background-image: none;
}

@-moz-document url-prefix() {
    #marketing-research-profile .select-container::after {
        background-image: none;
    }
    body.modal-open {
        overflow: inherit;
        padding-right: 0 !important;
    }
}

#marketing-research-profile .question-counting {}

body.modal-open {
    overflow-y: visible !important;
    overflow-x: hidden !important;
}

#marketing-research-profile .question-counting,
#marketing-research-profile .button.middle-container {
    max-height: 60px;
}

#marketing-research-profile {
    min-width: inherit;
}

.modal-dialog-scrollable .modal-body {
    overflow-x: hidden !important;
}

/* end mr */

/* Preloader */

.lootup-preloader,
.lootup-preloader-2 {
    display: none;
    position: fixed;
    z-index: 999999;
    height: 100px;
    width: 160px;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.lootup-preloader:before,
.lootup-preloader-2:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .6), rgba(0, 0, 0, .6));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .6), rgba(0, 0, 0, .6));
}

.lootup-preloader div,
.lootup-preloader-2 div {
    position: absolute;
    top: 33px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #dfc;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lootup-preloader div:nth-child(1),
.lootup-preloader-2 div:nth-child(1) {
    left: 16px;
    animation: lootup-preloader1 0.6s infinite;
}

.lootup-preloader div:nth-child(2),
.lootup-preloader-2 div:nth-child(2) {
    left: 16px;
    animation: lootup-preloader2 0.6s infinite;
}

.lootup-preloader div:nth-child(3),
.lootup-preloader-2 div:nth-child(3) {
    left: 64px;
    animation: lootup-preloader2 0.6s infinite;
}

.lootup-preloader div:nth-child(4),
.lootup-preloader-2 div:nth-child(4) {
    left: 112px;
    animation: lootup-preloader3 0.6s infinite;
}

@keyframes lootup-preloader1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lootup-preloader3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lootup-preloader2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(48px, 0);
    }
}

/* end Preloader */

.lootup-preloader-in-block {
    position: absolute;
    z-index: 999999;
    height: 100px;
    width: 160px;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.lootup-preloader-in-block div {
    position: absolute;
    top: 10px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #dfc;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lootup-preloader-in-block div:nth-child(1) {
    left: 16px;
    animation: lootup-preloader-in-block1 0.6s infinite;
}

.lootup-preloader-in-block div:nth-child(2) {
    left: 16px;
    animation: lootup-preloader-in-block2 0.6s infinite;
}

.lootup-preloader-in-block div:nth-child(3) {
    left: 64px;
    animation: lootup-preloader-in-block2 0.6s infinite;
}

.lootup-preloader-in-block div:nth-child(4) {
    left: 112px;
    animation: lootup-preloader-in-block3 0.6s infinite;
}

@keyframes lootup-preloader-in-block1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lootup-preloader-in-block3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lootup-preloader-in-block2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(48px, 0);
    }
}

#marketing-research-profile .width100 {}

#main-navigation a.dropdown-menu-link {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    padding-top: 3px;
}

#main-navigation div.dropdown-menu-custom {
    width: 180px;
    top: calc(100% + 22px);
    border-radius: 20px;
    overflow: hidden;
    left: -90px;
    background: #FFFFFF;
    border: 1px solid #4BB227;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

#main-navigation div.dropdown-menu-custom .dropdown-item {
    padding-left: 15px !important;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #2C2C2E;
    display: flex;
    align-items: center;
}

#main-navigation div.dropdown-menu-custom .dropdown-item img,
#main-navigation div.dropdown-menu-custom .dropdown-item .submenu-img {
    margin-right: 8px;
}

#main-navigation div.dropdown-menu-custom .dropdown-item .submenu-img {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#main-navigation div.dropdown-menu-custom .dropdown-item .surveys {
    background-image: url('/assets/img/icons/take_surveys_g.svg');
    -webkit-background-image: url('/assets/img/icons/take_surveys_g.svg');
}

#main-navigation div.dropdown-menu-custom .dropdown-item .videos {
    background-image: url('/assets/img/icons/watch_videos_g.svg');
    -webkit-background-image: url('/assets/img/icons/watch_videos_g.svg');
}

#main-navigation div.dropdown-menu-custom .dropdown-item .offers {
    background-image: url('/assets/img/icons/complete_offers_g.svg');
    -webkit-background-image: url('/assets/img/icons/complete_offers_g.svg');
}

#main-navigation div.dropdown-menu-custom .dropdown-item .cashbackextension {
    background-image: url('/assets/img/icons/cashbackextension_g.svg');
    -webkit-background-image: url('/assets/img/icons/cashbackextension_g.svg');
}

#main-navigation div.dropdown-menu-custom .dropdown-item:hover .cashbackextension {
    background-image: url('/assets/img/icons/cashbackextension_w.svg');
    -webkit-background-image: url('/assets/img/icons/cashbackextension_w.svg');
}

#main-navigation div.dropdown-menu-custom .dropdown-item:hover .surveys {
    background-image: url('/assets/img/icons/take_surveys_w.svg');
    -webkit-background-image: url('/assets/img/icons/take_surveys_w.svg');
}

#main-navigation div.dropdown-menu-custom .dropdown-item:hover .videos {
    background-image: url('/assets/img/icons/watch_videos_w.svg');
    -webkit-background-image: url('/assets/img/icons/watch_videos_w.svg');
}

#main-navigation div.dropdown-menu-custom .dropdown-item:hover .offers {
    background-image: url('/assets/img/icons/complete_offers_w.svg');
    -webkit-background-image: url('/assets/img/icons/complete_offers_w.svg');
}

#main-navigation div.dropdown-menu-custom .dropdown-item .offerwalls {
    background-image: url('/assets/img/icons/icon_offerwalls.svg');
    -webkit-background-image: url('/assets/img/icons/icon_offerwalls.svg');
}

#main-navigation div.dropdown-menu-custom .dropdown-item:hover .offerwalls {
    background-image: url('/assets/img/icons/icon_offerwall_active.svg');
    -webkit-background-image: url('/assets/img/icons/icon_offerwall_active.svg');
}

#main-navigation a.dropdown-menu-link img {
    position: relative;
    right: 3px;
}

#main-navigation .show a.dropdown-menu-link img {
    transform: rotate(180deg);
    bottom: 2px;
    ;
}

.load-more-btn-col {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.cursor-default {
    cursor: default !important;
}

.load-more-btn-col button {
    width: 215px;
    height: 40px;
    background: #4BB227;
    border-radius: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition-duration: .3s;
    border: none;
    margin-left: 10px;
    margin-right: 10px;
}

.block-title-25 {
    font-size: 25px;
}

a .green-button,
a .green-button a:hover {
    color: #FFFFFF;
}

.load-more-btn-col button:hover {
    background: #338c14;
}

.load-more-btn-col button .preloader {
    display: none;
}

.mobile-lootup-icon {
    background-image: url('/assets/img/play-games.jpg') !important;
    background-size: cover !important;
    ;
    cursor: pointer;
}

.mobile-lootup-cashback-icon {
    background-position: center;
    background-image: url('/assets/img/cashback_install.jpg') !important;
    background-size: cover !important;
    cursor: pointer;
    height: 100%;
    min-height: 309px;
}

@media (max-width: 600px) {
    .mobile-lootup-icon {
        background-image: url('/assets/img/play-games-mobile.jpg') !important;
        ;
        background-position: center !important;
        ;
    }
    .mobile-lootup-cashback-icon {
        background-image: url('/assets/img/cashback_install_mobile.jpg') !important;
        ;
        background-position: center !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mobile-lootup-icon {
        background-image: url('/assets/img/play-games-mobile.jpg') !important;
        ;
        background-position: center !important;
        ;
    }
    .mobile-lootup-cashback-icon {
        background-image: url('/assets/img/cashback_install_mobile.jpg') !important;
        ;
        background-position: center !important;
    }
}

.sub-title-cashback {
    font-size: 12px;
}

.filter-sepia {
    filter: grayscale(100%);
}

.overlay-ok-button {
    display: block;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
}

.overlay-ok-button-h {
    display: block;
    position: absolute;
    top: calc(50% - 120px);
    left: calc(50% - 60px);
}

@media (min-width: 992px) {
    .show-all-link {
        text-align: right !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
}

@media (max-width: 375px) {
    .navbar-brand {
        margin-right: 5px;
    }
}

.refer-friend-popup-text {
    font-size: 10px;
}

#propose-details .events-row {
    padding-bottom: 20px;
}

.heading {
    font-weight: 700;
    font-size: 40px !important;
}

#propose-details .static-text.user-warn {
    font-weight: bold;
}

.bg-complited-multievent,
.bg-not-complited-multievent {
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    z-index: 2;
    border: 4px solid #ffffff;
    top: 0;
    right: -8px;
    display: flex;
}

.bg-complited-multievent {
    background-color: #338c14;
}

.bg-not-complited-multievent {
    background-color: #caccd1;
}

.bg-complited-multievent img,
.bg-not-complited-multievent img {
    width: 12px;
    height: 12px;
}

.events-container {
    font-size: 12px;
}

.menu-new-caption {
    text-transform: uppercase;
    font-size: 9px;
    background: #EF8912;
    border-radius: 34px;
    color: #FFFFFF;
    border: none;
    max-width: 100%;
    /*height: 15px;*/
    line-height: 150%;
    width: 29px;
    padding-top: 2px;
    margin-left: 5px;
    font-weight: 700;
    padding-bottom: 2px;
}

.chests-for-hp-surveys {
    position: absolute;
    width: 108px;
    background: url('/assets/img/chests-for-button.svg') no-repeat;
    height: 54px;
    top: -46px;
    left: calc(50% - 54px);
    background-size: contain;
    z-index: 0;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

/* PRELOADER */

.local-preloader-ajax,
.preloader-ajax {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .5);
}

.local-preloader-ajax {
    background-color: rgba(255, 255, 255, .7);
    z-index: 30;
}

.local-preloader-ajax__loader,
.preloader-ajax__loader {
    border: 4px solid #fff;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    border-left-color: #4BB227;
    border-right-color: #4BB227;
    border-top-color: #D3D3D3;
    border-bottom-color: #D3D3D3;
    animation: preloader-ajax-spin .5s infinite ease-in-out;
}

.local-preloader-ajax__loader {
    height: 42px;
    width: 42px;
    animation: preloader-ajax-spin 1s infinite ease-in-out;
}

@keyframes preloader-ajax-spin {
    to {
        transform: rotate(360deg);
    }
}

/* HAMBURGER MENU */

.hamburger-container {
    cursor: pointer;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hamburger {
    width: 25px;
    margin-right: 19px;
}

.hamburger__layer {
    height: 2px;
    border-radius: 2px;
    background-color: #000000;
    transition: all .4s ease-in-out;
}

.hamburger__layer:nth-child(1) {
    transform: translateY(-6px);
}

.hamburger__layer:nth-child(2) {
    width: 17px;
    opacity: 1;
}

.hamburger__layer:nth-child(3) {
    transform: translateY(6px);
}

.hamburger.active .hamburger__layer:nth-child(2) {
    opacity: 0;
    transform: translateX(-12px);
}

.hamburger.active .hamburger__layer:nth-child(1) {
    transform: translateY(2px) rotate(45deg);
}

.hamburger.active .hamburger__layer:nth-child(3) {
    transform: translateY(-2px) rotate(-45deg);
}

.hamburger-menu-container.active {
    transform: translateX(0) !important;
}

.hamburger-menu-container {
    width: 320px;
    height: calc(100% - 56px) !important;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f8f9fa !important;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.19);
    transform: translateX(-324px);
    z-index: 97;
    transition: all .2s ease-in;
    padding: 0px 29px 29px 19px;
}

@media (max-width: 400px) {
    .hamburger-menu-container {
        height: calc(100% - 56px) !important;
    }
}

.hamburger-menu-container .user-info {
    margin-bottom: 20px;
}

.hamburger-menu-container .user-info .user-info__lvl {
    width: 36px;
    height: 36px;
    background-color: #CDCFCC;
    border-radius: 5px;
    color: #030303;
    font-family: SF Pro Display, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 12px;
}

.hamburger-menu-container .user-info .user-info__email span:first-child {
    color: #2C2C2E;
    font-family: SF Pro Display, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hamburger-menu-container .user-info .user-info__email span {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hamburger-menu-container .user-info .user-info__email {
    flex-grow: 1;
}

.hamburger-menu-container .user-info .user-info__email span.verified {
    color: #4BB227;
}

.hamburger-menu-container .user-info .user-info__email span.not-verified {
    color: #CDCFCC;
}

.hamburger-menu-container ul.hamburger-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hamburger-menu-container ul.hamburger-menu-list li {
    transition: all .2s ease;
}

.hamburger-menu-container ul.hamburger-menu-list a.hamburger-menu-list__link {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    padding: 8px 0;
    transition: all .2s ease;
}

.hamburger-menu-container ul.hamburger-menu-list li.logout-link {
    margin-top: 20px;
}

.hamburger-menu-container ul.hamburger-menu-list li.logout-link a.hamburger-menu-list__link {
    color: #E72727;
}

.hamburger-menu-container ul.hamburger-menu-list li a.hamburger-menu-list__link svg,
.hamburger-menu-container ul.hamburger-menu-list li a.hamburger-menu-list__link svg path {
    transition: all .2s ease;
}

.hamburger-menu-container ul.hamburger-menu-list a.hamburger-menu-list__link .image-container {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    margin-left: 4px;
}

.hamburger-menu-container ul.hamburger-menu-list li a.hamburger-menu-list__link.active,
.hamburger-menu-container ul.hamburger-menu-list li:hover a.hamburger-menu-list__link {
    color: #FAFAFA;
    background-color: #4BB227;
}

.hamburger-menu-container ul.hamburger-menu-list li a.hamburger-menu-list__link.active svg path,
.hamburger-menu-container ul.hamburger-menu-list li:hover a.hamburger-menu-list__link svg path {
    fill: #FAFAFA;
}

.hamburger-menu-container ul.hamburger-menu-list a.hamburger-menu-list__link .earnings-label {
    width: 44px;
    height: 22px;
    border-radius: 10px;
    background: #4BB227;
    margin-left: 10px;
    transition: all .2s ease;
}

.hamburger-menu-container ul.hamburger-menu-list a.hamburger-menu-list__link .earnings-label span {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    transition: all .2s ease;
}

.hamburger-menu-container ul.hamburger-menu-list li a.hamburger-menu-list__link.active .earnings-label,
.hamburger-menu-container ul.hamburger-menu-list li a.hamburger-menu-list__link.active .earnings-label,
.hamburger-menu-container ul.hamburger-menu-list li:hover a.hamburger-menu-list__link .earnings-label {
    background-color: #FAFAFA;
}

.hamburger-menu-container ul.hamburger-menu-list li a.hamburger-menu-list__link.active .earnings-label span,
.hamburger-menu-container ul.hamburger-menu-list li:hover a.hamburger-menu-list__link .earnings-label span {
    color: #4BB227;
}

.hamburger-menu-container ul.hamburger-menu-list a.hamburger-menu-list__link .earnings-label span:nth-child(2) {
    margin: 0 2px;
}

.bottom-2 {
    bottom: 2px;
}

.bottom-1 {
    bottom: 1px;
}

.no-scroll {
    overflow-y: hidden;
    touch-action: none;
    -ms-touch-action: none;
    height: 100vh;
}

/* NOTIFICATIONS */

.notifications-preloader-wrap {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
}

.notifications_group {
    position: relative;
    display: flex;
    height: 40.5px;
}

.notifications_group .no-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    color: #4BB227;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: .6;
}

.notifications_group.all-read .unread-mark {
    display: none !important;
}

.notifications_group>.notifications_group__btn {
    background: #4BB227;
    border-radius: 34px;
    outline: none;
    cursor: pointer;
    position: relative;
    border: 1px solid #4BB227;
    transition: all .2s;
}

.notifications_group>.notifications_group__btn.active {
    background: #fff;
}

.notifications_group>.notifications_group__btn>.icon-container {
    position: relative;
}

.notifications_group>.notifications_group__btn>.icon-container>.icon-container__wrap {
    background-color: inherit;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notifications_group>.notifications_group__btn>.icon-container svg {
    position: relative;
    transition: all .2s;
}

.notifications_group>.notifications_group__btn.active>.icon-container>.icon-container__wrap svg>path {
    fill: #4BB227;
}

.notifications_group>.notifications_group__btn>.icon-container span {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background-color: #F11A1A;
    position: absolute;
    right: -3px;
    top: -3px;
    border: 2px solid #4BB227;
    transition: all .2s;
}

.notifications_group>.notifications_group__btn.active>.icon-container>span {
    border: 2px solid #fff;
}

.notifications_group>.dropdown-menu {
    min-width: 350px;
    padding: 0;
    z-index: 99 !important;
    width: fit-content !important;
    max-width: 370px !important;
}

.notifications_group>.dropdown-menu>.dropdown-menu__header {
    background-color: #4BB227;
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 13px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    margin-bottom: 4px;
}

.notifications_group>.dropdown-menu>.dropdown-menu__header h5 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.notifications_group>.dropdown-menu>.dropdown-menu__header span {
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.notifications_group>.dropdown-menu>.dropdown-menu__body {
    width: 100%;
    background-color: #fff;
    max-height: 50vh;
    overflow-y: auto !important;
    padding-bottom: 8px;
}

.notifications_group:not(.all-read) .notifications_group__btn>.icon-container>.icon-container__wrap svg {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: bell-ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

/* RING BELL ANIMATION*/

@-webkit-keyframes bell-ring {
    0% {
        -webkit-transform: rotateZ(0);
    }
    1% {
        -webkit-transform: rotateZ(30deg);
    }
    3% {
        -webkit-transform: rotateZ(-28deg);
    }
    5% {
        -webkit-transform: rotateZ(34deg);
    }
    7% {
        -webkit-transform: rotateZ(-32deg);
    }
    9% {
        -webkit-transform: rotateZ(30deg);
    }
    11% {
        -webkit-transform: rotateZ(-28deg);
    }
    13% {
        -webkit-transform: rotateZ(26deg);
    }
    15% {
        -webkit-transform: rotateZ(-24deg);
    }
    17% {
        -webkit-transform: rotateZ(22deg);
    }
    19% {
        -webkit-transform: rotateZ(-20deg);
    }
    21% {
        -webkit-transform: rotateZ(18deg);
    }
    23% {
        -webkit-transform: rotateZ(-16deg);
    }
    25% {
        -webkit-transform: rotateZ(14deg);
    }
    27% {
        -webkit-transform: rotateZ(-12deg);
    }
    29% {
        -webkit-transform: rotateZ(10deg);
    }
    31% {
        -webkit-transform: rotateZ(-8deg);
    }
    33% {
        -webkit-transform: rotateZ(6deg);
    }
    35% {
        -webkit-transform: rotateZ(-4deg);
    }
    37% {
        -webkit-transform: rotateZ(2deg);
    }
    39% {
        -webkit-transform: rotateZ(-1deg);
    }
    41% {
        -webkit-transform: rotateZ(1deg);
    }
    43% {
        -webkit-transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes bell-ring {
    0% {
        -moz-transform: rotate(0);
    }
    1% {
        -moz-transform: rotate(30deg);
    }
    3% {
        -moz-transform: rotate(-28deg);
    }
    5% {
        -moz-transform: rotate(34deg);
    }
    7% {
        -moz-transform: rotate(-32deg);
    }
    9% {
        -moz-transform: rotate(30deg);
    }
    11% {
        -moz-transform: rotate(-28deg);
    }
    13% {
        -moz-transform: rotate(26deg);
    }
    15% {
        -moz-transform: rotate(-24deg);
    }
    17% {
        -moz-transform: rotate(22deg);
    }
    19% {
        -moz-transform: rotate(-20deg);
    }
    21% {
        -moz-transform: rotate(18deg);
    }
    23% {
        -moz-transform: rotate(-16deg);
    }
    25% {
        -moz-transform: rotate(14deg);
    }
    27% {
        -moz-transform: rotate(-12deg);
    }
    29% {
        -moz-transform: rotate(10deg);
    }
    31% {
        -moz-transform: rotate(-8deg);
    }
    33% {
        -moz-transform: rotate(6deg);
    }
    35% {
        -moz-transform: rotate(-4deg);
    }
    37% {
        -moz-transform: rotate(2deg);
    }
    39% {
        -moz-transform: rotate(-1deg);
    }
    41% {
        -moz-transform: rotate(1deg);
    }
    43% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes bell-ring {
    0% {
        transform: rotate(0);
    }
    1% {
        transform: rotate(30deg);
    }
    3% {
        transform: rotate(-28deg);
    }
    5% {
        transform: rotate(34deg);
    }
    7% {
        transform: rotate(-32deg);
    }
    9% {
        transform: rotate(30deg);
    }
    11% {
        transform: rotate(-28deg);
    }
    13% {
        transform: rotate(26deg);
    }
    15% {
        transform: rotate(-24deg);
    }
    17% {
        transform: rotate(22deg);
    }
    19% {
        transform: rotate(-20deg);
    }
    21% {
        transform: rotate(18deg);
    }
    23% {
        transform: rotate(-16deg);
    }
    25% {
        transform: rotate(14deg);
    }
    27% {
        transform: rotate(-12deg);
    }
    29% {
        transform: rotate(10deg);
    }
    31% {
        transform: rotate(-8deg);
    }
    33% {
        transform: rotate(6deg);
    }
    35% {
        transform: rotate(-4deg);
    }
    37% {
        transform: rotate(2deg);
    }
    39% {
        transform: rotate(-1deg);
    }
    41% {
        transform: rotate(1deg);
    }
    43% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}

/* SCROLLBAR */

.notifications_group>.dropdown-menu>.dropdown-menu__body::-webkit-scrollbar,
#notification-details .modal-content .modal-body::-webkit-scrollbar {
    width: 4px;
    border-radius: 4px !important;
    background: transparent;
    padding-right: 10px;
}

.notifications_group>.dropdown-menu>.dropdown-menu__body::-webkit-scrollbar-thumb,
#notification-details .modal-content .modal-body::-webkit-scrollbar-thumb {
    background: #4BB227;
    border-radius: 4px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
}

/* END SCROLLBAR */

.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card {
    padding: 6px 13px;
    position: relative;
}

.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card>.notification-card__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #4BB227;
    margin-bottom: 2px;
}

.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card>.notification-card__header .notification-icon-container {
    background-color: #4BB227;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card>.notification-card__header .notification-icon-container:after {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background-color: #F11A1A;
    position: absolute;
    right: -5px;
    top: -4px;
    border: 2px solid #fff;
}

.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card.read>.notification-card__header .notification-icon-container:after {
    display: none;
}

.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card:not(:first-child) {
    padding-top: 0;
}

.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card:last-child {
    padding-bottom: unset;
}

.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card>.notification-card__header .title {
    font-size: 12px;
    font-weight: 700;
}

.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card.read>.notification-icon-container {
    background-color: #D9D9D9;
}

.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card>.notification-card__body {
    margin-bottom: 2px;
    line-height: 16px;
}

.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card>.notification-card__body,
.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card>.notification-card__footer {
    font-size: 12px;
}

.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card>.notification-card__body p {
    margin-bottom: 0;
}

.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card>.notification-card__body p a {
    text-decoration: underline;
}

.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card>.notification-card__footer a {
    text-decoration: underline;
    transition: all .3s;
}

.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card>.notification-card__body ul li {
    line-height: 14px;
}

.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card:not(:last-child) {
    border-bottom: 1px solid #E0E0E0;
}

.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card.read,
.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card.read .notification-card__body *,
.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card.read .notification-card__header,
.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card.read .notification-card__footer a {
    color: #ABAEBB !important;
}

.notifications_group>.dropdown-menu>.dropdown-menu__body>.notification-card.read .notification-icon-container {
    background-color: #ABAEBB;
}

/* READ NOTIFICATION MODAL*/

#notification-details .modal-content {
    color: #000;
    padding-top: 20px;
    padding-bottom: 25px;
    border: 2px solid #D3D3D3;
    background: #FFF;
}

#notification-details .modal-content .modal-header {
    display: block;
    padding: 0 20px;
    margin-bottom: 14px;
}

#notification-details .modal-content .modal-header .notification-title {
    text-align: center;
    font-family: Roboto, Arial, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: .5px;
}

#notification-details .modal-content .modal-header .btn-close-wrap {
    display: flex;
    justify-content: flex-end;
}

#notification-details .modal-content .modal-header .btn-close-wrap .close {
    color: #000;
    float: unset;
}

#notification-details .modal-content .modal-body {
    padding: 0 20px;
    max-height: 70vh;
    overflow-y: auto;
}

#notification-details .modal-content .modal-body .notification-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #4BB227;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
    padding: 0 5px;
}

#notification-details .modal-content .modal-body .notification-header .notification-icon-container {
    background-color: #4BB227;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#notification-details .modal-content .modal-body .notification-body {
    font-family: Roboto, Arial, sans-serif;
    ;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    padding: 0 5px 0 10px;
}

#notification-details .modal-content .modal-body .notification-body a:hover {
    color: #4BB227 !important;
}

@media (max-width: 465px) {
    #main-navigation .dropdown-menu {
        right: -90px;
    }
}

@media (max-width: 440px) {
    #main-navigation .dropdown-menu {
        right: -100px;
    }
}

@media (max-width: 375px) {
    #main-navigation .dropdown-menu {
        right: -100px;
        width: 140px;
    }
}

@media (min-width: 576px) {
    #notification-details .modal-dialog {
        max-width: 800px;
    }
}

@media (max-width: 1598px) {
    #main-navigation .btn-group .button.button-white-on-hover {
        min-width: 80px;
        padding-right: 10px !important;
        padding-left: 40px !important;
    }
}

@media (max-width: 991px) {
    #main-navigation .btn-group .button.button-white-on-hover {
        padding-left: 30px !important;
    }
}

@media (max-width: 767px) {
    #main-navigation .btn-group .button.button-white-on-hover {
        min-width: 60px;
        padding-left: 25px !important;
        padding-right: 10px !important;
    }
}

/* HOVERING LINKS MENU BAR */

#main-navigation a.dropdown-menu-link svg.dropdown-arrow {
    transition: all .2s ease-in-out;
    transform-origin: 50% 50%;
}

#main-navigation .show a.dropdown-menu-link svg.dropdown-arrow {
    transform: rotate(180deg);
}

.navbar-menu-container {
    height: 56px;
}

.navigate-links .link-hovering__dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.navigate-links .link-hovering {
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
    position: relative;
}

.navigate-links .link-hovering__inner-container {
    padding: 6px 12px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.navigate-links .link-hovering .reward-chest-wrap {
    position: relative;
}

.navigate-links .link-hovering .reward-chest-wrap>.unread-mark {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background-color: #F11A1A;
    position: absolute;
    right: -2px;
    top: 2px;
    border: 2px solid #fff;
    transition: all .2s;
    display: none;
}

.navigate-links .link-hovering__inner-container .link-hovering__link-title {
    position: relative;
    top: 2px;
    transition: all .3s ease;
}

.navigate-links .link-hovering .reward-chest-wrap.loot-chest-for-open>.unread-mark {
    display: block;
}

.navigate-links .link-hovering.earn-link {
    padding-right: 10px;
}

.navigate-links .link-hovering .icon-wrap {
    margin-right: 8px;
}

.navigate-links .link-hovering .icon-wrap.mr-4-px {
    margin-right: 4px !important;
}

/* HOVER ANIMATIONS */

.navigate-links .link-hovering__inner-container {
    transition: all .2s ease-in-out;
    background-image: linear-gradient(to bottom, #4BB227, #4BB227);
    background-repeat: repeat-x;
    background-size: 0 0;
    background-position: 0 65%;
    height: 100%;
}

.navigate-links .link-hovering__inner-container svg path {
    transition: all .2s ease-in-out;
}

.navigate-links .link-hovering__inner-container.active {
    background-size: 100% 100%;
}

.navigate-links .link-hovering__inner-container.active svg path:not(.giveaway-dollar-sign) {
    fill: #fff;
}

.navigate-links .link-hovering__inner-container.active svg path.giveaway-dollar-sign {
    fill: #4BB227;
}

.navigate-links .link-hovering__inner-container.active span.link-hovering__link-title {
    color: #fff;
}

.earn-link__inner-container:not(.active)::after,
.reward-link__inner-container:not(.active)::after,
.levelup-link__inner-container:not(.active)::after,
/*.giveaway-link__inner-container:not(.active)::after,*/

/*.contests-link__inner-container:not(.active)::after,*/

/*.casino-link__inner-container:not(.active)::after,*/

.redeem-link__inner-container:not(.active)::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background-color: #4BB227;
    position: absolute;
    bottom: -1px;
    left: 12px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.earn-link__inner-container:not(.active):hover::after,
.reward-link__inner-container:not(.active):hover::after,
.giveaway-link__inner-container:not(.active):hover::after,
.contests-link__inner-container:not(.active):hover::after,
.redeem-link__inner-container:not(.active):hover::after,
.levelup-link__inner-container:hover::after {
    width: calc(100% - 24px);
}

.earn-link__inner-container:not(.active):hover::after {
    width: calc(100% - 22px);
}

.reward-link__inner-container:not(.active)::after {
    left: 14px;
}

.reward-link__inner-container:not(.active):hover::after {
    width: calc(100% - 26px);
}

.giveaway-link__inner-container:not(.active)::after {
    left: 16px;
}

.giveaway-link__inner-container:not(.active):hover::after {
    width: calc(100% - 26px);
}

.casino-link__inner-container:not(.active)::after {
    left: 16px;
}

.casino-link__inner-container:not(.active):hover::after {
    width: calc(100% - 26px);
}

.redeem-link__inner-container:not(.active)::after {
    left: 20px;
}

.redeem-link__inner-container:not(.active):hover::after {
    width: calc(100% - 30px);
}

.levelup-link__inner-container:not(.active)::after {
    left: 20px;
}

.levelup-link__inner-container:not(.active):hover::after {
    width: calc(100% - 30px);
}

/* END HOVERING LINKS MENU BAR */

.android-popup-title {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

.android-popup-subtext {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 135.3%;
}

.android-popup-image {
    width: 270px;
    height: 315px;
}

.android-popup-image-container {
    position: relative;
}

.android-popup-bottom-text {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 135.3%;
    width: 90%;
}

.weight-700 {
    font-weight: 700;
}

#android-app-popup>div>div {
    width: 100%;
    max-width: 100%;
}

div.carousel-item {
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.action-apply-promo-codes-global-popup {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 34px;
    padding-top: 11px;
    padding-bottom: 11px;
    border: 1px solid #4BB227;
}

div.modal-dialog {
    max-width: 404px;
}

.global-promo-code-input {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 14px;
    color: #000000;
}

.line-h-17 {
    line-height: 17px !important;
}

/* EYE ICON ON PASSWORDS*/

.password-wrapper {
    position: relative;
}

.password-wrapper .password-input {
    padding-left: 20px !important;
    padding-right: 40px !important;
}

.password-wrapper .eye-container {
    width: 38px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D2D2D2;
    border-left: unset;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.password-wrapper .password-input:focus~.eye-container {
    border-color: #4BB227 !important;
}

.password-wrapper .eye-container .fa-eye-slash,
.password-wrapper .eye-container .fa-eye {
    color: #9d9d9d !important;
    font-size: 20px;
    position: relative;
    right: 1px;
}

.greyish {
    color: #9d9d9d;
}

.margins-15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.mb-2px {
    margin-bottom: 2px !important;
}

/* EARN PAGE CHESTS REWORK*/

.container-dashboard .progress-charts-chest-row .row,
.container-dashboard .progress-charts-chest-row {
    box-shadow: unset;
    background-color: unset !important;
}

.container-dashboard .rewards-levels-title {
    padding-top: 20px !important;
}

.hint-container {
    position: absolute;
    top: 3px;
    right: -32px;
}

.hint-container .hint-container__question-sign {
    margin-left: 8px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D0EBC5;
    color: #4BB227;
    font-size: 16px;
    position: relative;
    left: 2px;
    cursor: help;
}

.daily-chest-reminder .daily-chest-reminder__popup,
.hint-container .hint-container__popup {
    width: 260px;
    border-radius: 5px;
    border: 1px solid #4BB227;
    background: #FFF;
    padding: 8px 8px 8px 10px;
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    position: absolute;
    left: 42px;
    top: -32px;
    transition: all .4s ease-in-out;
    transform-origin: 0 50%;
    overflow: hidden;
    transform: scale(0);
    z-index: 99;
}

.hint-container .hint-container__popup.active {
    transform: scale(1);
}

.hint-container .hint-container__popup a {
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}

.levels-slider-captions .chests-row {
    margin-top: 30px;
    height: 173px;
    background-size: contain;
    position: relative;
    top: 2px;
    background: linear-gradient(to right, #f9f9f9, transparent, #f9f9f9), url(/assets/img/chests/chests-row.svg) no-repeat center;
}

.levels-slider-captions .chests-row button.open-chest {
    padding: 8px 40px;
    border-radius: 34px;
    background: #EF8912;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: unset;
    border: unset;
    position: relative;
    top: 14px;
    transition: all .3s ease-out;
    cursor: pointer;
}

#opened-daily-chest-details-modal div.modal-dialog,
#open-daily-chest-modal div.modal-dialog {
    max-width: 600px !important;
}

#opened-daily-chest-details-modal .modal-content,
#open-daily-chest-modal .modal-content {
    padding: 20px !important;
    max-width: 600px !important;
    width: 100% !important;
}

#opened-daily-chest-details-modal .modal-content button.close:active,
#open-daily-chest-modal .modal-content button.close:active {
    outline: unset !important;
    border: unset !important;
}

#opened-daily-chest-details-modal .modal-content button.close,
#open-daily-chest-modal .modal-content button.close {
    font-size: 16px !important;
    opacity: 1 !important;
    right: 15px !important;
    top: 5px !important;
    outline: unset !important;
    border: unset !important;
    transition: all .2s ease-out;
}

#opened-daily-chest-details-modal .modal-content button.close:hover,
#open-daily-chest-modal .modal-content button.close:hover {
    opacity: .5 !important;
}

#opened-daily-chest-details-modal .modal-content .content-container,
#open-daily-chest-modal .modal-content .content-container {
    padding: 5px 10px;
}

#opened-daily-chest-details-modal .modal-content .content-container h5,
#open-daily-chest-modal .modal-content .content-container h5 {
    font-family: Roboto, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin: 0;
    color: #000;
}

#opened-daily-chest-details-modal .modal-content .content-container h5 .text-green,
#open-daily-chest-modal .modal-content .content-container h5 .text-green {
    color: #4BB227;
}

#opened-daily-chest-details-modal .modal-content .content-container .chest-wrap,
#open-daily-chest-modal .modal-content .content-container .chest-wrap {
    height: 275px;
    background-image: url(/assets/img/chests/coins-base.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    margin-bottom: 30px;
}

#opened-daily-chest-details-modal .modal-content .content-container .chest-wrap img,
#open-daily-chest-modal .modal-content .content-container .chest-wrap img {
    position: relative;
    width: 235px;
    bottom: 6px;
}

#open-daily-chest-modal .modal-content .content-container .chest-wrap img.opening {
    -webkit-animation: chest-shaking .3s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: chest-shaking .3s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 50%;
    animation: chest-shaking .3s .7s ease-in-out infinite;
    transform-origin: 50% 50%;
    animation-fill-mode: backwards;
}

#opened-daily-chest-details-modal .modal-content .content-container .chest-wrap .won-chest .won-value-wrap,
#open-daily-chest-modal .modal-content .content-container .chest-wrap .won-chest .won-value-wrap {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 100px;
    left: 60px;
    width: 120px;
}

#opened-daily-chest-details-modal .modal-content .content-container .chest-wrap .won-chest .won-value,
#open-daily-chest-modal .modal-content .content-container .chest-wrap .won-chest .won-value {
    color: #E75A0C;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
}

#opened-daily-chest-details-modal .modal-content .content-container .prize-info,
#open-daily-chest-modal .modal-content .content-container .prize-info {
    color: #000;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 14px;
}

#opened-daily-chest-details-modal .modal-content .content-container .next-info,
#open-daily-chest-modal .modal-content .content-container .next-info {
    color: #000;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    opacity: 0;
    transition: all .4s ease-out;
}

#opened-daily-chest-details-modal .modal-content .content-container .next-info {
    opacity: 1;
}

#open-daily-chest-modal .preloader-word {
    left: 18px;
}

#open-daily-chest-modal span[class^="dot-"] {
    opacity: 0;
}

#open-daily-chest-modal #loading-info .dot-one {
    -webkit-animation: dot-one 1s infinite linear;
    -moz-animation: dot-one 1s infinite linear;
    animation: dot-one 1s infinite linear
}

#open-daily-chest-modal #loading-info .dot-two {
    -webkit-animation: dot-two 1s infinite linear;
    -moz-animation: dot-two 1s infinite linear;
    animation: dot-two 1s infinite linear
}

#open-daily-chest-modal #loading-info .dot-three {
    -webkit-animation: dot-three 1s infinite linear;
    -moz-animation: dot-three 1s infinite linear;
    animation: dot-three 1s infinite linear
}

#opened-daily-chest-details-modal canvas,
#open-daily-chest-modal canvas {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 15px);
}

.daily-chest-reminder {
    width: 76px;
    height: 76px;
    border-radius: 76px;
    background-color: #fff;
    position: fixed;
    bottom: 45px;
    right: 35px;
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.25));
    cursor: zoom-in;
}

.daily-chest-reminder .daily-chest-reminder__icon_wrap {
    position: relative;
    top: 2px;
    height: 58px;
}

.daily-chest-reminder .daily-chest-reminder__icon_wrap .next-chest-info {
    width: 29px;
    position: absolute;
    top: 16px;
    right: 23px;
    color: #000;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 7px;
    font-style: normal;
    font-weight: 500;
    line-height: 9px;
}

.daily-chest-reminder .daily-chest-reminder__icon_wrap .next-chest-info .multiplier-value {
    font-size: 9px;
}

.daily-chest-reminder .daily-chest-reminder__popup {
    width: 200px;
    left: unset;
    right: 86px;
    transform-origin: 100% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;
    top: 14px;
    z-index: 99 !important;
}

.daily-chest-reminder:hover .daily-chest-reminder__popup {
    transform: scale(1);
}

.daily-chest-reminder .daily-chest-reminder__popup .time-left {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

#for-next-offer-hint-opened,
#for-next-offer-hint {
    color: #000;
    opacity: .4 !important;
    font-size: 20px !important;
}

@keyframes dot-one {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes dot-two {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes dot-three {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes chest-shaking {
    0% {
        transform: translate(0, 0) rotate(0deg);
        bottom: 16px
    }
    25% {
        transform: translate(2px, 2px) rotate(2deg);
        bottom: 12px
    }
    50% {
        transform: translate(0, 0) rotate(0deg);
        bottom: 16px
    }
    75% {
        transform: translate(-2px, 2px) rotate(-2deg);
        bottom: 12px
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
        bottom: 16px
    }
}

.progress-info .progress-bar-wrapper {
    position: relative;
    top: 13px;
}

.progress-bar-wrapper {
    border-bottom: 1px solid #CECFCC;
}

.green-opacity .button.green {
    border: 2px solid #4BB227;
    background: transparent;
    color: #4BB227;
}

span.text-normal {
    font-weight: normal !important;
}

@media (max-width: 1201px) {
    .daily-chest-reminder {
        bottom: 82px !important;
        right: 12px !important;
        z-index: 98 !important;
    }
}

@media (min-width: 992px) {
    .levels-slider-captions .chests-row button.open-chest:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.35);
    }
    .levels-slider-captions .chests-row button.open-chest:active {
        transform: translateY(0);
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }
}

@media (max-width: 991px) {
    .levels-slider-captions .chests-row {
        margin-top: 20px;
        height: 95px;
        background: linear-gradient(to right, #f9f9f9, transparent, #f9f9f9), url(/assets/img/chests/chests-row-mobile.svg) no-repeat center;
    }
    .levels-slider-captions .chests-row button.open-chest {
        padding: 2px 15px;
        font-size: 14px;
        top: 6px;
    }
    .levels-slider-captions .chests-row button.open-chest::after {
        display: none !important;
    }
}

@media (max-width: 900px) {
    .hint-container .hint-container__popup {
        left: unset;
        right: 32px;
        transform-origin: 100% 50%;
    }
}

@media (max-width: 768px) {
    #open-daily-chest-modal .modal-content .content-container .chest-wrap {
        height: 275px;
    }
    .daily-chest-reminder:hover .daily-chest-reminder__popup {
        padding: 12px;
        top: 20px;
    }
    .daily-chest-reminder .daily-chest-reminder__popup .time-left {
        font-size: 24px;
    }
}

@media (max-width: 591px) {
    #open-daily-chest-modal .modal-content .content-container {
        /*padding: 10px;*/
    }
    #open-daily-chest-modal .modal-content .content-container .chest-wrap {
        height: 250px;
    }
    #open-daily-chest-modal .modal-content .content-container .chest-wrap img {
        width: 210px;
    }
    #open-daily-chest-modal .modal-content .content-container .chest-wrap .won-chest .won-value-wrap {
        top: 88px;
        left: 48px;
        width: 116px;
    }
    #open-daily-chest-modal .modal-content .content-container .chest-wrap .won-chest .won-value {
        font-size: 38px;
    }
}

@media (max-width: 510px) {
    #open-daily-chest-modal .modal-content .content-container {
        padding: 0;
    }
    #open-daily-chest-modal .modal-content .content-container .chest-wrap {
        height: 215px;
    }
    #open-daily-chest-modal .modal-content .content-container .chest-wrap img {
        width: 180px;
    }
    #open-daily-chest-modal .modal-content .content-container .chest-wrap .won-chest .won-value-wrap {
        top: 72px;
        left: 42px;
        width: 100px;
    }
    #open-daily-chest-modal .modal-content .content-container .chest-wrap .won-chest .won-value {
        font-size: 34px;
    }
}

@media (max-width: 425px) {
    .levels-slider-captions .chests-row button.open-chest {
        padding: 0 15px;
        height: 32px;
        font-size: 12px;
    }
    #open-daily-chest-modal .modal-content .content-container h5 {
        font-size: 20px;
    }
    #open-daily-chest-modal .modal-content .content-container .chest-wrap {
        height: 195px;
    }
    #open-daily-chest-modal .modal-content .content-container .chest-wrap img {
        width: 160px;
    }
    #open-daily-chest-modal .modal-content .content-container .prize-info {
        font-size: 20px;
        margin-bottom: 12px;
    }
    #for-next-offer-hint-opened,
    #for-next-offer-hint {
        font-size: 16px !important;
    }
    #open-daily-chest-modal .modal-content .content-container .next-info {
        font-size: 12px;
    }
    #open-daily-chest-modal .modal-content .content-container .chest-wrap .won-chest .won-value-wrap {
        top: 66px;
        left: 38px;
        width: 86px;
    }
    #open-daily-chest-modal .modal-content .content-container .chest-wrap .won-chest .won-value {
        font-size: 30px;
    }
}

@media (max-width: 375px) {
    #open-daily-chest-modal .modal-content .content-container .chest-wrap {
        height: 165px;
    }
    #open-daily-chest-modal .modal-content .content-container .chest-wrap img {
        width: 140px;
    }
    #open-daily-chest-modal .modal-content .content-container .chest-wrap .won-chest .won-value-wrap {
        top: 58px;
        left: 34px;
        width: 76px;
    }
    #open-daily-chest-modal .modal-content .content-container .chest-wrap .won-chest .won-value {
        font-size: 26px;
    }
}

#slider {
    background-color: #fff !important;
    z-index: 10;
}

.ui-widget.ui-widget-content {
    border: unset !important;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
}

.mt-10rem {
    margin-top: 10rem;
}

.waiting-image {
    margin: 0 auto;
    padding-bottom: 2rem;
    width: 300px;
}

#verify-code-and-get-token {
    height: 33px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.line-h-24px {
    line-height: 24px !important;
}

.strikethrough {
    text-decoration: line-through;
}

.offer-card .offer-card__adward-info-promo .strikethrough {
    font-size: 13px;
}

.dropdown {
    cursor: pointer;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

/* Limit the "prevent sticky" workaround to hover-capable desktops */
@media (hover: hover) and (pointer: fine) {
  .dropdown>.dropdown-toggle:active {
      /*Without this, clicking will make it sticky*/
      pointer-events: none;
  }
}
/* On touch devices, allow re-click to close the quick menu */
@media (hover: none) and (pointer: coarse) {
  .dropdown>.dropdown-toggle:active {
      pointer-events: auto;
  }
}

.header-dropdown-menu {
    border-radius: 0 !important;
    border: none !important;
    top: calc(100% + -5px) !important;
    left: calc(100% - 125px) !important;
    border-top: 1px !important;
    border-top: 2px solid #4BB227 !important;
    overflow: visible !important;
}

.dropdown-menu-li-item {
    display: flex;
}

.dropdown-menu-li-item:hover {
    background-color: #E9FFDE !important;
}

.submenu-green-arrow {
    position: relative;
    top: -24px;
    text-align: center;
    height: 0;
}

.submenu-cell-wrap .submenu-cell.active .submenu-sub-cell {
    color: #4BB227 !important;
}

.submenu-cell-wrap .submenu-cell .submenu-sub-cell:not(.active) {
    color: black;
}

.submenu-levelup-cell-wrap-green-background {
    background: #4BB227;
}

#main-navbar .dropdown:hover .levelup-down-img {
    transform: rotate(180deg);
}
