.grwpoision-fixed {
    position: fixed;
    z-index: 9999;
}

#grw-container {
    position: fixed;
    z-index: 9999;
}

#grw-ui-container {
    position: fixed;
    z-index: 999;
}

#grw-ui-container .grw-ui-container-page {
    bottom: 20px;
    width: auto;
    right: 20px;
}

#grw-ui-container a.grwlauncher-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 50px;
}

#grw-ui-container a.grwlauncher-button:focus {
    border: none !important;
}

div.gnone,
.gnone {
    display: none !important;
}

div.gnone.active,
.gnone.show {
    display: block !important;
}

a.grwurl {
    color: #6568FE!important;
    text-decoration: underline;
}

a.grwurl:hover {
    color: #6568FE!important;
}

#grw-ui-container a.grwlauncher-button .grwlauncher-button-container {
    background-color: #6568FE;
    padding: 15px;
    height: 100%;
    text-align: center;
    width: auto;
    border-radius: 30px;
}

#grw-ui-container a.grwlauncher-button .grwlauncher-button-conten {
    font-size: 20px;
    overflow: hidden;
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.grwlauncher-button-text1,
.grwlauncher-button-text2 {
    display: none;
}

.grwlauncher-button-text1.active,
.grwlauncher-button-text2.active {
    display: block;
}

.grwlauncher-button-text2.active {
    width: 20px;
}

.grw-page-conten,
.grw-page-backgroundcolor,
.grw-main-container {
    height: 100%;
}

#grw-panel-container {
    height: calc(100% - 120px);
    max-height: 600px;
    width: 360px;
    position: fixed;
    border-radius: 10px;
    border: 0;
    min-height: 250px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 80px 0 rgba(0, 0, 0, .12);
    -webkit-animation: smileFadeSlideUp .2s ease-in!important;
    animation: smileFadeSlideUp .2s ease-in!important;
}

#grw-panel-container .grw-page-body {
    height: calc(100% - 0px);
    max-width: 100vw;
    background-color: #fff;
}

#grw-panel-container .grw-page-loading {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background: rgb(0 0 0 / 0%);
    bottom: 0;
    left: 0;
}

.gmkt_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 0%);
}

.gmkt_overlay .content {
    position: absolute;
    top: 45%;
    left: 45%
}

.circle {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid rgba(0, 183, 229, 0.9);
    opacity: .9;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-shadow: 0 0 35px #2187e7;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }
    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }
    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

#grw-panel-container .grw-main-heading .grw-expanded-header {
    color: inherit;
    height: 165px;
    padding: 24px;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
}

#grw-panel-container .grw-main-heading .grw-main-heading-header {
    color: inherit;
    padding: 12px 8px;
    position: absolute;
    background-color: transparent;
    background-image: none !important;
    width: 100%;
    z-index: 5;
    display: flex;
    /*background: #3033fa;*/
    align-items: center;
}

#grw-panel-container .grw-main-heading .grw-main-heading-header .grw-main-header-content {
    width: 100%;
}

#grw-panel-container .grw-baner-secondary {
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 8px;
}

.grw-main-heading {
    max-height: 0;
    height: 0;
    width: 100%;
    overflow: visible;
    color: #000000;
    outline: none;
}

.text-heading {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.grw-main-heading-button {
    background-color: transparent;
    border: none;
    text-align: left;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    font: inherit;
    background-size: 20px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .15s ease-in-out;
}

.grw-main-heading-button:hover {
    background-color: rgba(0, 0, 0, .1);
}

.grw-main-heading-button:active {
    background-color: rgba(0, 0, 0, .1);
}

.grwtext-opacyti {
    opacity: 0;
}

.grw-main-heading .grw-expanded-header.grwtransform {
    transform: translate3d(0, -110px, 0)!important;
}

.grw-baner-primary {
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.grw-panel-footer {
    height: 52px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
    background: #fff;
    box-shadow: 0 -3px 12px 0 rgba(0, 0, 0, .04);
    z-index: 1;
}

.grw-panel-footer .grw-footerby-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    margin: auto;
}

.grw-panel-footer .grw-footerby-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    margin: auto;
}

.grw-panel-footer .grw-footerby-icon i {
    padding-right: 10px;
}

.grw-wrapper {
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 130px;
}

.grwpadding-wrapper {
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 65px;
}

.grw-wrapper-viewcontainer {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    min-height: calc(100% + 36px);
}

.grw-wrapper-container {
    position: relative;
    padding: 16px 12px;
    background-color: #fff;
    margin-bottom: 12px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .09);
    overflow: hidden;
    border-radius: 10px;
    /* opacity: 1; */
}

.grw-wrapper-container:last-of-type {
    margin-bottom: 65px;
}

.grwtext-center {
    text-align: center;
}

.grwheading {
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 8px;
    width: 100%;
    color: #000000;
}

.grwdescription {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 20px;
    line-height: 150%
}

.gprimarybutton {
    border-radius: 5px;
    background: #575afd;
    color: #000000 !important;
    font-size: 12px;
}

.gprimarybutton:hover {
    background: #7171DB;
}

.grwbody {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.grwbody:hover {
    color: #777777 !important;
}

.grwlist {
    position: relative;
}

a.card-list-item,
div.card-list-item {
    background-color: transparent;
    border: none;
    text-align: left;
    display: flex;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    font: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    position: relative;
    margin-bottom: 16px;
    cursor: pointer;
    width: 100%;
    transition: background-color .15s ease-in-out;
}

a.card-list-item.grw-noneflex,
div.card-list-item.grw-noneflex {
    display: block;
}

.grw-expiryday {
    font-size: 12px;
    padding: 5px;
    color: #6f7d8a;
    text-align: center;
}

div.grwpoints-box-card {
    background-color: transparent;
    text-align: left;
    display: flex;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    font: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    position: relative;
    width: 100%;
    transition: background-color .15s ease-in-out;
}

div.card-list-item.grwcard-list-opancy05 {
    opacity: 0.5;
}

.card-list-item.gnone-marginbottom {
    margin-bottom: 0!important;
}

.card-list-item-content {
    width: 100%;
    display: flex;
    align-items: center;
}

.list-item-image {
    height: 40px;
    width: 40px;
    padding: 4px;
    margin-right: 12px;
    flex-shrink: 0;
}

#grw-panel-container a:hover {
    color: #777777 !important;
}

#grw-panel-container a.card-list-item:hover,
div.card-list-item:hover {
    color: #777777 !important;
    background: #f5f5f5;
}

a.card-list-item::after,
div.card-list-item::after {
    height: 1px;
    width: 100%;
    content: "";
    left: 64px;
    position: absolute;
    bottom: -8px;
    background-color: #e6e6e6;
}

a.card-list-item:last-of-type::after,
div.card-list-item:last-of-type::after {
    height: 0px;
}

a.card-list-item.card-list-item-bottom-width:last-of-type::after {
    height: 1px;
    left: 0;
}

.grwtext-subtitle {
    color: #637381;
}

.gnone-hover {
    cursor: auto!important;
    background-color: transparent;
}

.grw-flex-header {
    width: 100%;
    display: flex;
    align-items: center;
}

.grw-panelsub .grw-cardheading-container {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    margin-bottom: 8px;
}

.grw-center-flexitem {
    display: flex;
    align-items: center;
}

.listearnbutton {
    width: 96px;
    max-width: 96px;
    min-width: 96px;
}

.list-item-text-wrapper {
    width: 100%;
}

.grw_bottom_margin .card-list-item:last-of-type {
    margin-bottom: 100px;
}

.grw-wrapper::-webkit-scrollbar {
    display: none;
}

#grwjoin-program {
    position: absolute;
    top: -40px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 66.66%;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .09);
    -webkit-animation: fadeIn .2s ease-in-out;
    animation: fadeIn .2s ease-in-out;
}

.grwemty-icon {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 124px;
    width: 124px;
    text-align: center;
    width: 100%;
    margin-top: 40px!important;
}

.icon-warning-sign.list-empty-icon {
    color: #dedede;
    display: block;
    clear: both;
    font-size: 84px;
    text-shadow: #fff 1px 1px 0;
}

.gbtn-default {
    background-color: transparent;
    border: none;
    height: 36px;
    width: 36px;
    cursor: pointer;
    border-radius: 3px;
}

.grw-copyurl {
    position: relative;
    padding: 0 12px;
    margin-bottom: 16px;
}

.grw-copyurl input {
    padding: 0px 35px 0px 5px !important;
}

.grw-copyurl .grw-copyurl-button {
    position: absolute;
    right: 14px;
    top: 0;
    background-color: transparent;
    border: none;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    font: inherit;
    height: auto;
    width: auto;
}

.grw-referrals-share,
.grw-copycode {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 12px;
    margin-bottom: 8px;
    position: relative;
    text-align: center;
}

.grw-referrals-share span button {
    border: none;
    height: 30px;
    width: 30px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
}

.list-item-subtitle.grwtext-subtitle i {
    font-size: 7px;
}

input.form-error {
    border: 1px solid #f13340;
    color: #f13340;
}

.gcolor-red {
    color: #f13340 !important;
    display: none !important;
}

.gcolor-red.active {
    display: block !important;
}

#ui-datepicker-div {
    z-index: 9999!important;
}

.list-item-title.grwtext_center {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
}

.grwemty-icon i {
    font-size: 65px;
}

.grw-page-conten .grw-baner-header .grw-baner-icon img {
    max-width: 20px;
    max-height: 20px;
}

button.grwbtn {
    padding: 15px 32px;
    border-radius: 10px;
    margin-bottom: 16px;
}

.grw_ranger_points input {
    width: 100%;
    outline: none;
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--val) - var(--min))/var(--range));
    --sx: calc(11px + var(--ratio)*(100% - 22px));
    margin: 0;
    padding: 0;
    height: 22px;
    width: 100%;
    background: transparent;
    font: 1em/1 arial, sans-serif;
}

@media only screen and (max-height: 450px),
only screen and (max-width: 450px) {
    #grw-panel-container {
        border-radius: 0!important;
        height: 100%!important;
        max-height: 100vh!important;
        top: 0!important;
        right: 0!important;
        left: 0!important;
        width: 100%!important;
        max-width: 100vw!important;
    }
}

@media only screen and (max-width: 360px) {
    #grw-panel-container {
        width: auto;
        min-width: 200px;
    }
    #grw-ui-container a.grwlauncher-button .grwlauncher-button-conten {
        font-size: 20px;
        overflow: hidden;
        max-width: 20px;
        max-height: 20px;
    }
}