body {
  background-color: #fff;
  line-height: 1.231;
  color: #000000;
  font-family: -apple-system, "Helvetica Neue", "Helvetica", Roboto, "HiraKakuProN-W3", "Apple SD Gothic Neo", "Droid Sans", sans-serif;
  font-size: 12px;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

ul{
  list-style-type:none;
}
img {
  border: 0;
  vertical-align: top;
}

:focus {
  outline: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:hover, a:active, a:visited{
  text-decoration: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  outline: none;
}

body {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* padding-bottom: env(safe-area-inset-bottom, 50px); */
}
.txt-bold{
  font-weight: 700;
}
:root {
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

*,
::before,
::after {
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  font-style: normal;
}
.bg-grey{
  background: #F0F1F6;
}
.d_none{
  display: none;
}
.d_block{
  display: block;
}

.txt-green{
  color: #08BF5B;
}
.txt-red{
  color: #FF0000;
}
.main-menu {
  background-color: #ffffff;
  padding: 10px 3px;
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: 0px 0px 19px -1px rgb(148 148 148 / 76%);
  box-shadow: 0px 0px 19px -1px rgb(148 148 148 / 76%);
  z-index: 998;
  /* padding-bottom: env(safe-area-inset-bottom, 20px); */
}
.main-menu .menu-active {
  display: none;
}
.main-menu .active .menu-active {
  display: block;
}
.main-menu .active .menu-name{
  color: #000000;
}
.btn-menu {
  width: 100%;
}
.btn-menu a {
  text-align: center;
  color: #787F98;
  font-size: 1em;
}
.btn-menu .active .ic-item {
  color: #02BF5B;
}
.ic-item {
  font-size: 1.6em;
  margin-left: 3px;
  color: #787F98;
}
.ic-item img {
  width: 27px;
}
.menu-item {
  padding: 2px;
}
.ic-referals::before {
  content: "\f015";
  font-family: 'fontawesome_solid';
  font-size: 20px;
}
.ic-application::before {
  content: "\f09d";
  font-family: 'fontawesome_solid';
  font-size: 20px;
}
.ic-info::before {
  content: "\f05a";
  font-family: 'fontawesome_solid';
  font-size: 20px;
}
.main-menu ul li{
  list-style: none;
}
.bg_top{
  background-color: #02BF5B;
  width: 100%;
  padding-top: 100px;
}
.header_profile{
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 15px 5px 15px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 16px 0px rgb(185 190 191 / 55%);
  -moz-box-shadow: 0px 0px 16px 0px rgba(185,190,191,0.55);
  box-shadow: 0px 0px 16px 0px rgb(185 190 191 / 55%);
}
.home_body{
  position: absolute;
  padding: 20px;
  padding-bottom: 100px;
  width: 100%;
  top: 10px;
}
.my_profile{
  padding: 0 10px;
}
.header_profile{
  text-align: center;
}
.profile_pic img{
  width: 55px;
  height: auto;
  border-radius: 50%;
}
._profile{
  padding: 0;
}
.profile_refcode{
  text-align: left;
  padding-left: 10px;
}
.refcode-title{
  color: #798095;
  font-size: 12px;
}
.my_refcode{
  font-size: 17px;
  font-weight: bold;
  margin-top: 4px;
  color: #000000!important;
}
.share-campaign{
  padding: 0;
  text-align: right;
}
.share-campaign button{
  background: #01BC59;
  border-radius: 20px;
  border: none;
  color: #ffffff;
  padding: 7px 25px;
  font-size: 14px;
  outline: none;
}
.ic-share::before{
  content: "\f14d";
  font-family: 'fontawesome_solid';
  color: #ffffff;
  font-size: 12px;
  margin-right: 4px;
}
.btn-copy{
  border: none;
  background: none;
  padding: 0;
  padding-right: 15px;
  outline: none;
  color: #000000!important;
}
button.btn-copy:active,
button.btn-copy:focus{
  outline: none;
}
.ic-copy{
  margin-left: 7px;
}
.ic-copy img{
  width: 15px;
}
.copied-tooltip{
  display: none;
}
.copied-tooltip::before, .copied-tooltip::after {
  position: absolute;
  opacity: 1;
}
.copied-tooltip{
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 2px 10px;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgb(0 0 0 / 35%);
  background: #C9F1DC;
  color: #02BF5B;
  z-index: 1000;
  position: absolute;
}
.copied-tooltip {
  top: 45px;
}
.copied-tooltip::before {
  content: '';
  border: 6px solid transparent;
  z-index: 1001;
}
.copied-tooltip::before {
  top: -5px;
  border-top-width: 0;
  border-bottom-color: #C9F1DC;
}
.copied-tooltip::before, .copied-tooltip::after {
  left: 58%;
  transform: translate(-50%, 0);
}
.my-rewards ul li{
  border: none;
}
.my_estimate, .my_claimed {
  padding: 0;
}
.my_claimed a{
  color: #000000;
  text-decoration: none;
}
.my_claimed h2, .my_estimate h2{
  text-align: center;
  color: #798095;
  font-weight: normal;
  font-size: 15px;
  margin-top: 15px;
}
.claimed_total, .est_total{
  font-size: 27px;
  font-weight: bold;
  margin-top: 5px;
}
.est_total{
  border-right: solid 1px #707070;
}
.ic-next{
  float: right;
  text-align: right;
  right: 0;
  top: -20px;
  position: relative;
}
.ic-next::before {
  content: "\f054";
  font-family: 'fontawesome_solid';
  color: #4D4D4D;
  margin-right: 5px;
}
.no_friends{
  text-align: center;
  padding: 50px 0;
}
.no_friends img{
  width: 75px;
}
.ic-userplus::before {
  content: "\f234";
  font-family: 'fontawesome_solid';
  margin-right: 5px;
  font-size: 30px;
}
.ic-linepoint img{
  width: 20px;
  margin-left: 4px;
}
.no_friends .ic-userplus::before {
  color: #DADCE3;
}
.no_friends p{
  color: #787F98;
  font-size: 15px;
  margin: 10px 0 20px 0;
}
.invite-btn{
  border-radius: 30px;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 40px ;
  background: #02BF5B;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
a.invite-btn:active, a.invite-btn:hover, a.invite-btn:visited{
  color: #ffffff;
}
.my_referrals{
  padding: 10px 0;
}
.my_referrals_title{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 7px;
  color: #000000;
}
.mainbanner{
  margin-top: 20px;
}
.mainbanner h2{
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: bold;
}
.mainbanner .owl-carousel .owl-item img{
  border-radius: 10px;
}
.status_header .col-6{
  padding: 0!important;
}
.invite_more{
  text-align: center;
}
.status_header{
  margin-bottom: 7px;
}
.invite_more .ic-userplus::before{
  font-size: 25px;
  color: #08BF5B;
}
.invite_more p{
  font-size: 14px;
  color: #000000;
  margin-top: 2px;
}
.status_friends_list{
  max-height: 270px;
  min-height: 270px;
  overflow-y: scroll;
  padding: 0 0 90px 0;
  margin-top: 20px;
}
.status_friends_list li{
  list-style: none;
  margin-bottom: 12px;
}
.status_friends_list li img{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
}
.list-full .status_friends_list{
  max-height: calc(100vh - 400px);
  min-height: unset;
  padding-bottom: 60px;
}
.nav_tab_item{
  list-style-type:none;
  margin-right: 5px;
}
.nav_tab_item li{
  list-style: none;
}
.nav_tab_item a{
  list-style: none;
  border-radius: 50px;
  padding: 10px 8px;
  font-size: 15px;
  border: 1px solid #787F98;
  color: #787F98;
  display: inline-block;
  min-width: 110px;
  text-align: center;
}
.nav_tab_item a.active{
  color: #ffffff;
  background: #08BF5B;
  border: 1px solid #08BF5B;
}

.input_form {
  padding-left: 0;
  padding-right: 0;
}
.input_form input {
  padding: 8px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
  width: 100%;
  padding-left: 25px;
}
.friends_list{
  padding: 20px 10px 100px 15px;
}
.friends_list h2{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}
.friends_list li{
  list-style: none;
  margin-bottom: 12px;
}
.friends_list li img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
}
.friend_name{
  font-size: 13px;
  display: inline-block;
  padding-left: 0;
}
.cardmodal .modal-dialog {
  bottom: 0!important;
  position: fixed!important;
  width: 100%!important;
  margin: 0!important;
  max-width: 100%!important;
}
.cardmodal .modal-content {
  width: 100%;
  border: none;
  border-radius: 15px 15px 0 0;
  padding: 0;
  padding-bottom: 25px;
}
.cardmodal .modal-body{
  padding: 0 10px;
}
.cardmodal .modal-header{
  padding: 5px 10px 0 0;
  border-bottom: none;
}
.modal_btn {
  padding: 10px;
  text-align: center;
}
.modal-btn-primary {
  background: #00C05B;
  color: #ffffff;
  border-radius: 10px;
  font-size: 17px;
  margin-bottom: 0;
  width: 100%;
  border: 1px solid #00C05B;
  display: block;
  padding: 13px 10px;
  text-align: center;
  text-decoration: none!important;
  outline: none;
}

.modal-btn-primary_small {
  background: #00C05B;
  color: #ffffff;
  border-radius: 10px;
  font-size: 17px;
  margin-bottom: 0;
  border: 1px solid #00C05B;
  display: block;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none!important;
  outline: none;
  border-radius: 30px;
}
.modal_popup .modal-body{
  padding: 0 20px;
}
.modal_popup .modal_btn{
  padding: 10px 20px 0 20px;
}
.selected_friends{
  width: 100%;
  display: inline-block;
  overflow-x: scroll;
}
.selected_friends img{
  width: 50px;
  border-radius: 50%;
}
.selected_friends span{
  font-size: 12px;
  color: #000000;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 7px;
  width: 50px;
}
.selected_friends ul{
  padding: 0 0 10px 0
}
.selected_friends ul li{
  padding: 0 5px;
  min-width: 65px;
}
.plus-btn {
  width: 20px!important;
  height: 20px!important;
  border-radius: 50%;
  background: #E1E2E8;
  display: inline-flex;
  position: relative;
  left: 33px;
  top: 18px;
  border: none;
  box-shadow: none;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.plus-btn div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  background: #A2A2A2;
}
.plus-btn .r1 {
  transform: translateX(-50%) translateY(-50%) rotate(-130deg);
}
.plus-btn .r2 {
  transform: translateX(-50%) translateY(-50%) rotate(-220deg);
}
.position-btn-bottom {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  margin-bottom: env(safe-area-inset-bottom);
  padding: 7px 5px;
  background: #ffffff;
}
.position-btn-bottom a{
  text-align: center;
  padding: 15px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  width: 100%;
  display: inline-block;
}
.position-btn-bottom a:hover,
.position-btn-bottom a:visited,
.position-btn-bottom a:active,
.position-btn-bottom a:focus
{
  text-decoration: none;
}

/* Checkbox */
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  width: 100%;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  border: 1px solid #D9D9D9;
  margin-top: 10px;
}
.styled-checkbox:hover + label:before {
  background: white;
  border: 1px solid #D9D9D9;
}
.styled-checkbox:checked + label:before {
  background: #08BF5B;
  border: 1px solid #08BF5B;
}
.styled-checkbox:disabled + label {
  color: #000000;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  margin-top: 10px;
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
/* END Checkbox */

.select_all{
  margin-bottom: 20px!important;
}
.select_all .styled-checkbox + label:before{
  margin-top: 0px;
}
.select_all  .styled-checkbox:checked + label:after{
  margin-top: 0px;
}
.select_all .friend_name{
  font-weight: bold;
}
.btn_f_status{
  font-size: 12px;
  text-align: center;
  border-radius: 4px;
  padding: 5px 5px;
  min-width: 69px;
}
.invite_status{
  background: #08BF5B;
  color: #ffffff;
}
.invited_status{
  background: #788097;
  color: #ffffff;
}
.joined_status{
  background: #EEEEEE;
  color: #A8A8A8;
}
.f_item{
  width: 90%;
}

/* search  */
._searchbox {
  background: #08BF5B;
  padding: 15px;
  height: 65px;
  position: relative;
  /* z-index: 1041; */
}
._searchbox input {
  font-size: 12px;
  height: 35px;
  padding: 4px 8px;
  position: absolute;
  width: 50%;
  border: none;
  border-radius: 50px;
}
._searchbox input:focus {
  outline: none;
}

._searchbox button {
  text-align: center;
}
._searchbox button:focus {
  outline: none;
}
button.btn-search, button.btn-reset {
  border: none;
  height: 30px;
  font-size: 12px;
  padding: 4px;
  position: absolute;
  width: 30px;
}
.search-bar {
  float: left;
  position: relative;
  width: 100%;
}
.search-bar button:focus,
.search-bar button:active,
.search-bar button:hover,
.search-bar button:visited{
  outline: 0!important;
}
.search-bar input {
  border-radius: 5px;
  left: 0;
  transition: all .3s ease-in-out;
  width: 100%;
  font-size: 1.2em;
}
.search-bar input:focus {
  /* width: calc(100% - 50px); */
  width: 100%;
}
.search-bar input:focus ~ button.btn-search {
  color: #000000;
}
.search-bar input:focus ~ button.btn-reset {
  right: 0;
  z-index: 5;
}
.search-bar input:focus ~ button.btn-reset::after {
  content: '\f057';
  font-family: 'fontawesome_solid';
  font-size: 1.2em;
  color: #E1E2E8;
}
.sample.one button, .search-bar button {
  transition: all .3s ease-in-out;
}
.fa-search{
  width: 100%;
  text-align: right;
}
.search-bar input:focus ~ .fa-search{
  display: none;
}
.search-bar input ~ .btn-cc{
  display: none;
  position: absolute;
  right: 0;
  background: unset;
  padding: 3px 0;
  font-size: 1.2em;
}
.search-bar input:focus ~ .btn-cc{
  display: inline-block;
  color: #ffffff;
}
.fa-search::before{
  content: '\f002';
  font-family: 'fontawesome_solid';
  font-size: 1.2em;
  position: absolute;
  right: 10px;
  top: 8px;
  transition: all .3s ease-in-out;
  width: 26px;
  color: #B7B7B7;
  outline: 0;
}
.search-bar button.btn-search {
  height: 26px;
  right: 2px;
  top: 2px;
  transition: all .3s ease-in-out;
  width: 26px;
  color: #000000;
}
.search-bar button.btn-reset {
  font-size: 1.2em;
  top: 7px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  right: 5px;
  z-index: -1;
  background: unset;
  outline: 0;
}
.share_ok{
  padding: 15px;
  position: fixed;
  bottom: 0;
  z-index: 2000;
}
.share_body{
  background: rgba(0, 0, 0, 0.65);
  padding: 20px 15px;
  color: #ffffff;
  font-size: 15px;
  border-radius: 10px;
}
.modal-card{
  text-align: center;
  padding-bottom: 20px;
  padding-top:20px;
}
.modal-card .ic_error{
  width: 60px;
}
.error_title{
  margin-top: 17px;
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 17px;
}
.modal-card_desc{
  margin-top: 5px;
  font-size: 16px;
  color: #545454;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px 70px 20px;
}
.warning-pic{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.warning-pic img {
  width: 120px;
}
.remark-body{
  text-align: center;
  margin-top: 10px;
}
.full_status-body{
  text-align: center;
}
.full_status-desc{
  font-size: 16px;
  padding: 10px 20px;
  color: #787F98;
}
.full_status_desc2{
  font-size: 16px;
  padding: 15px 20px 15px;
  color: #787F98;
}
.full_status_link{
  margin-top: 15px;
}
.link-primary_btn {
  border-radius: 30px;
  color: #ffffff;
  font-size: 17px;
  padding: 15px 40px;
  background: #02BF5B;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
a.link-primary_btn:active, a.link-primary_btn:hover, a.link-primary_btn:visited{
  color: #ffffff;
}
.application_page{
  padding-bottom: 100px;
}
.claimreward_step{
  padding: 20px 15px;
}
/* Steps */
.step {
  position: relative;
  min-height: 5em;
  color: #787F98;
}
.step + .step {
  margin-top: 12px;
}
.step > div:first-child {
  position: static;
  height: 0;
}
.step > div:not(:first-child) {
  margin-left: 17px;
  padding: 0;
}
.step.step-active {
  color: #000000;
}
.step.step-active .circle {
  background: #ffffff;
  border: 2px solid #08BF5B;
  color: #08BF5B;
}
.step-active .ic_pass{
  display: none;
}
/* Circle */
.circle {
  font-size: 18px;
  font-weight: bold;
  background: #ffffff;
  border: 2px solid #CCCFD8;
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 1.5em;
  border-radius: 100%;
  color: #CCCFD8;
  text-align: center;
  box-shadow: 0 0 0 10px #F0F1F6;
}

/* Vertical Line */
.step_line{
  border-left: 2px solid #CCCFD8;
  border-radius: 0;
  padding-left: 40px;
}
.claimreward_step > div:last-child > .step_line {
  border-left: none;
}
.step:last-child .circle:after {
  display: none;
}

/* Stepper Titles */
.title {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: bold;
}
.caption {
  font-size: 14px;
  color: #787F98;
  margin-top: 4px;
}

.step .ic_pass:before{
  display: none;
}
.step_pass .ic_pass:before{
  content: "\f00c";
  font-family: 'fontawesome_solid';
  font-size: 17px;
  color: #ffffff;
  display: inline-block;
}
.step.step_pass{
  color: #000000;
}
.step.step_pass .circle{
  background: #08BF5B;
  border: 2px solid #08BF5B;
  color: #08BF5B;
}
.step_pass .step_no{
  display: none;
}
.step_body{
  background: #ffffff;
  border-radius: 10px;
  margin-left: 30px;
  padding: 25px 15px!important;
}
.ic_yes::before{
  content: "\f00c";
  font-family: 'fontawesome_solid';
  font-size: 15px;
  color: #08BF5B;
  margin-right: 5px;
}
.ic_no::before{
  content: "\f00d";
  font-family: 'fontawesome_solid';
  font-size: 15px;
  color: #FF0000;
  margin-right: 5px;
}
.step_body .friends_list {
  padding: 5px 0 20px 0;
  max-height: 125px;
  overflow: scroll;
  margin-bottom: 20px;
}
.step_body .friends_list li img {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 7px;
}
.step_body .friend_name{
  font-size: 13px;
}
.step_body .styled-checkbox + label:before{
  margin-top: 5px;
}
.step_body .styled-checkbox:checked + label:after {
  margin-top: 5px;
}
.select_friend{
  text-align: right;
}
.select_friend button{
  border-radius: 20px;
  border: 1px solid #08BF5B;
  color: #08BF5B;
  padding: 10px 20px;
  font-size: 15px;
  background: #ffffff;
}
.select_friend button:active,
.select_friend button:hover,
.select_friend button:visited,
.select_friend button:focus
{
  outline: none !important;
}
.select_friend button:disabled{
  border-color: #787F98;
  color: #787F98;
}
.claim_complete{
  text-align: center;
}
.claim_complete img{
  width: 75px;
  margin: 15px 0;
}
.claim_complete h1{
  font-size: 15px;
  margin-bottom: 5px;
}
.claim_complete p{
  font-size: 15px;
}
.invite-more{
  text-align: center;
  margin-top: 20px;
}
.invite-more p{
  font-size: 15px;
  margin-bottom: 10px;
}
.claimed_ref {
  margin-top: 10px;
}
.claimed_ref .d-none{
  display: none!important;
}
.claimed_ref img{
  width: 35px;
  border-radius: 50%;
  margin-right: 7px;
}
.header_claimed{
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 15px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 16px 0px rgb(185 190 191 / 55%);
  -moz-box-shadow: 0px 0px 16px 0px rgba(185,190,191,0.55);
  box-shadow: 0px 0px 16px 0px rgb(185 190 191 / 55%);
}
.header_claimed h2{
  color: #798095;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.header_claimed .total_points{
  font-size: 37px;
  margin-right: 2px;
}
.header_claimed .ic-linepoint img{
  width: 25px;
}
.claimed_history{
  padding: 20px 0;
}
.claimed_history .f_item{
  width: 100%;
}
.claimed_history li{
  padding: 15px 0;
  border-bottom: 1px solid #F0F1F6;
}
.claimed_history li:last-child{
  border-bottom: none;
}
.got-points{
  text-align: right;
  width: 25%;
}
.got-points label{
  font-size: 10px;
  color: #798095;
  display: inline-block;
}
.got-points h1{
  font-size: 20px;
}
.claimed_info{
  display: inline;
}
.claimed_info img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
}
.claimed_date{
  font-size: 10px;
  color: #798095;
  display: block;
}
.friend_name{
  margin-bottom: 4px;
}
.remark-err{
  font-size: 13px;
  margin-top: 10px;
  color: #FF0000;
  padding-left: 23px;
}
.info-banner img{
  width: 100%;
}
.info_box{
  padding: 10px 13px 90px 13px;
}
.info_body{
  padding: 20px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.info_header{
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.info_details{
  padding: 15px 0;
  font-size: 15px;
}
.info_details p{
  margin-bottom: 7px;
}
.info_title{
  font-weight: bold;
  margin-top: 15px;
}
.info_tab .nav_tab_item{
text-align: center;
background-color: #ffffff;
margin-right: 0;
padding: 10px 7px;
}
.info_tab .nav_tab_item a{
  border: none;
  background: #ffffff;
  width: 100%;
  padding: 5px 10px;
}
.info_tab .nav_tab_item a.active{
  color: #000000;
  font-weight: 500;
}
.info_tab .nav_tab_1 a{
  border-right: 1px solid #707070;
  border-radius: 0;
}
.howto_tab_content .owl-carousel .owl-item img {
  width: 50%;
}
/* owl how to  */
.owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%,50%);
  transform: translate(-50%,-50%);
  }
  .owl-carousel .owl-nav button span {
  font-size: 3.5em;
  }
  .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translate(-50%,50%);
  transform: translate(-50%,-50%);
  outline: none;
  }
  .owl-carousel .owl-nav button span {
  font-size: 3.5em;
  }
  .owl-theme .owl-nav [class*=owl-]:hover{
  background: unset;
  color: #000000;
  text-decoration: none;
  }
  .owl-theme .owl-dots .owl-dot span{
  height: 9px;
  margin: 3px;
  }
  .owl-theme .owl-dots .owl-dot.active span{
  background: #27AE86;
  width: 25px;
  }
  .howto_caption{
    margin-top: 20px;
    padding: 0 20px;
  }
  .cardmodal .modal-content{
    -webkit-box-shadow: 0px 0px 19px -1px rgb(148 148 148 / 76%);
    box-shadow: 0px 0px 19px -1px rgb(148 148 148 / 76%);
  }
  .choose_page .cardmodal{
    height: 0!important;
  }
  .modal-open .choose_page{
    max-height: 100%;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    padding-bottom: 180px;
  }
  .modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}
  .banner_lpcc{
    background: #06c755;
    text-align: center;
    padding: 15px 0;
}
.brand-logo{
    padding-bottom: 20px;
}
.brand-logo ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.brand-logo ul li{
    border-right: 1px solid #ffffff;
    padding: 0 7px;
    display: inline-block;
}
.brand-logo ul li:last-child{
    border-right: none;
    padding-left: 5px;
}
.brand-logo img{
    height: 30px;
    width: auto!important;
}
.banner_lpcc h2{
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}
.banner_lpcc img{
  width: 100%;
}
.txt-green{
  color: #0FC964;
}
.benefit_container{
  padding: 5px;
  padding-bottom: 140px;
  text-align: center;
}
.benefit_container ul li{
    border-right: 1px solid #efefef;
    list-style: none;
}
.benefit_container ul li:last-child{
    border-right: none;
}
.benefit_body{
  padding: 0;
}
.benefit_item{
  background: #ffffff;
  border-radius: 10px;
  padding: 0 15px;
  color: #000000;
  height: 100%;
}
.benefit_body h2{
  font-size: 16px;
  margin-bottom: 10px;

}
.benefit-desc{
  color: #b7b7b7;
  font-size: 15px;
}
.ic-benefit{
  margin: 12px 0;
}
.ic-benefit img{
  width: 45px;
  height: auto;
}
.remark{
  text-align: center;
  margin-top: 35px;
}
.remark a{
    font-size: 15px;
    color: #7593f7;
    text-decoration: underline;
}
.lpcc_bottom {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  margin-bottom: env(safe-area-inset-bottom);
  padding: 7px 5px;
  background: #ffffff;
}
.lpcc_bottom a{
  text-align: center;
  padding: 15px 10px;
  border-radius: 8px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  width: 100%;
  display: inline-block;
}
.lpcc_bottom a:hover,
.lpcc_bottom a:visited,
.lpcc_bottom a:active,
.lpcc_bottom a:focus
{
  text-decoration: none;
}

.lpcc_bottom .btn-apply a{
  background: #0FC964;
  height: 100%;
}
.lpcc_bottom .btn-benefit a{
  background: #788097;
  height: 100%;
}
.lpcc_bottom .btn-apply,
.lpcc_bottom .btn-benefit{
  padding: 0 5px!important;
  font-size: 19px;
}
.benefit-headline{
    text-align: center;
    padding: 20px 15px;
}
.benefit-headline img{
    width: 80px;
    margin-bottom: 15px;
}
.benefit-headline h2{
    font-size: 19px;
    color: #000000;
}
.no-result{
  text-align: center;
  padding-top: 100px;
}
.no-result img {
  width: 75px;
}
.no-result p{
  color: #787F98;
  font-size: 15px;
  margin-top: 15px;
}
.no-action{
  text-align: center;
  color: #787F98;
  font-size: 15px;
  padding-top: 50px;
}
.error-pic {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-error {
  width: 60px;
}
.error-body {
  text-align: center;
  margin-top: 10px;
}
.error-title {
  color: #4C4C4C;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
}
.error-desc {
  font-size: 16px;
  color: #545454;
}
.box-btn_bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  z-index: 999;
}
.box-btn_bottom a {
  border-radius: 10px;
  background: #00C05B;
  color: #ffffff;
  font-size: 18px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: block;
}
.modal-content{
  padding-bottom: 25px;
}
#modalError{
  z-index: 9999;
}
.goto_linkcard{
  font-size: 16px;
  color: #787F98;
  margin-top: 15px;
}
.goto_linkcard a{
  color: #00C05B;
  text-decoration: underline;
}
.earn_points{
  padding: 10px 0 0 0;
}
.earn_body{
  margin-bottom: 7px;
}
._earntitle{
  text-align: right;
  padding-right: 10px;
}
._earn{
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  color: #000000;
}
.b_confirm{
  width: 160px;
}
.remark_updatecard{
  margin-top: 10px;
  font-size: 14px;
  color: #787F98;
  padding: 0 15px;
}
.campaign_consent-body {
  text-align: center;
  margin-top: 10px;
}
.b_consent-pic {
  display: flex;
  justify-content: center;
  align-items: center;
}
.b_consent-pic img{
  width: 75px;
}
.campaign-name{
  color: #4C4C4C;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 15px;
  text-transform: uppercase;
}
.consent_bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  z-index: 999;
}
.privacy_body{
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 0;
  font-size: 15px;
}
.privacy_body a{
  color: #00C05B;
}
.btn_agree {
  border-radius: 10px;
  background: #00C05B;
  color: #ffffff;
  font-size: 18px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: block;
}
.btn_agree:active, .btn_agree:hover, .btn_agree:visited{
  color: #ffffff;
}
.btn_agree:disabled, .btn_agree.disabled{
  background: #EEEEEE;
  color: #A8A8A8;
  pointer-events: none;
}
.agree_body{
  font-size: 15px;
  padding: 15px 0;
}
.agree-checkbox {
  opacity: 0;
  position: absolute;
}
.agree_body a{
  color: #00C05B;
}
.agree-checkbox + label::before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 23px;
  height: 23px;
  background: #ffffff;
  border: solid 1px #B7B7B7;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.agree-checkbox + label::before {
  margin-right: 0;
}
.agree-checkbox:checked + label::after {
  content: "\f00c";
  font-family: 'fontawesome_solid';
  color: #ffffff;
  position: absolute;
  margin-top: 1px;
  left: -14px;
  top: -1px;
  background: unset;
  width: 23px;
  height: 23px;
  font-size: 0.9em;
  transform: translate(96%, 12%);
}
.agree-checkbox:checked + label::before {
  background: #07b53b;
  border: none;
}
.t_c-agree .form-check-label{
  display: -webkit-box;
}
.agree-consent{
  margin-bottom: 7px;
}
.modalagreement .modal-body{
  padding: 0 15px;
  max-height: calc(100vh - 230px);
  overflow-y: auto;
}
.agreement_body{
  margin-bottom: 75px;
}
.agreement-title{
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
}
.agreement-textarea{
  width: 100%; 
  font-size: 15px;
  text-align: left;
  min-height: 500px;
}
.agreement-textarea p{
  margin-bottom: 15px;
}
.modal_consent_bottom {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  margin-bottom: env(safe-area-inset-bottom);
  padding: 7px 5px;
  bottom: 0;
}
.btn_agreement{
  border-radius: 10px;
  background: #00C05B;
  color: #ffffff;
  font-size: 18px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
  border: none;
  outline: none;
}
.btn_agreement:focus,
.btn_agreement:active,
.btn_agreement:visited
{ outline: none; }
.btn_agreement:disabled{
background: #EEEEEE;
color: #A8A8A8;
}
.consent_bottom a.btn_agree:not([href]):not([tabindex]) {
  color: #ffffff;
}
.consent_bottom a.disabled:not([href]):not([tabindex]) {
  color: #A8A8A8;
}
.scroll_to_down{
  background: rgba(0, 0, 0, 0.55);
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 10px;
}
.scroll_to_down p{
  display: inline-block;
}
.scroll_to_down a{
  color: #00C05B;
  float: right;
}
.mkt-consent{
  font-size: 16px;
  color: #000000;
}
.ic-next_mkt::before {
  content: "\f054";
  font-family: 'fontawesome_solid';
  color: #4D4D4D;
  float: right;
}
.agreement_body_mkt{
  margin-bottom: 125px;
}
.agreement_body_mkt .agreement-textarea{
  margin-bottom: 10px;
  padding-bottom: 0;
  height: unset;
}
.img-wait {
  width: 75px;
  margin-bottom: 13px;
}
.wait-body {
  text-align: center;
  margin-top: 10px;
}
.wait-desc {
  font-size: 16px;
  color: #787F98;
}
.refcode-body{
  margin: 15px 0;
}
.ic-refinfo::before {
  content: "\f05a";
  font-family: 'fontawesome_solid';
  font-size: 17px;
  color: #CCCFD8;
  margin: 0 5px;
}
.input-refdoce{
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid #CCCFD8;
  padding: 7px 10px;
  width: 50%;
  margin-left: 10px;
  font-weight: 500;
}
.f-list-title{
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
}
.refcodehelp{
  text-align: left;
  margin-bottom: 20px;
}
.refcodehelp h2{
  font-size: 17px;
  margin-bottom: 15px;
}
.refcodehelp p{
  font-size: 15px;
}
.refcodehelp_img{
  width: 60%;
  max-width: 270px;
}
.step_body .refcode_name{
  font-size: 13px;
}
.information_page .nav_tab_item a{
  font-size: 16px;
}
.howto-content-title{
  background: #ECEDF2;
  color: #000000;
  font-size: 15px;
  display: block;
  padding: 13px 10px;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 375px) {
  .input-refdoce{
    width: 45%;
  }
}
@media screen and (max-width: 360px) {
  .my_claimed h2, .my_estimate h2{
    font-size: 14px;
  }
  .nav_tab_item a{
    font-size: 14px;
    padding: 10px 5px;
    min-width: 100px;
  }
  .claimed_total, .est_total{
    font-size: 23px;
  }
  .ic-linepoint img {
    width: 18px;
  }
  .my_referrals_title{
    font-size: 16px;
  }
  .input-refdoce{
    width: 40%;
  }
}
@media screen and (max-width: 345px) {
  .step_body{
    margin-left: 26px;
    padding: 25px 11px!important;
  }
}
@media screen and (max-width: 330px) {
  .home_body{
    padding: 20px 15px;
    padding-bottom: 90px;
  }
  .my_profile {
    padding: 0;
  }
  .my_claimed h2, .my_estimate h2{
    font-size: 13px;
  }
  .invite_more .ic-userplus::before{
    font-size: 20px;
  }
  .invite_more p {
    font-size: 13px;
  }
  .claimreward_step{
    padding: 20px 8px;
  }
  .step + .step {
    margin-top: 8px;
  }
  .step_body{
    margin-left: 20px;
  }
  .step > div:not(:first-child){
    margin-left: 15px;
  }
  .circle{
    width: 30px;
    height: 30px;
    box-shadow: 0 0 0 7px #f0f1f6;
  }
  .information_page .nav_tab_item a{
    font-size: 15px;
  }
  .info_header{
    font-size: 15px;
  }
  .info_details p {
    font-size: 13px;
}
.mkt-consent {
  font-size: 14px;
  color: #000000;
}
}
@media screen and (max-width: 320px) {
  body{
    font-size: 11px;
  }
  .position-btn-bottom a{
    font-size: 16px;
  }
  .got-points h1 {
    font-size: 17px;
  }
  .header_claimed{
    padding: 30px 15px;
  }
  .header_claimed .ic-linepoint img {
    width: 20px;
 }
  .claimed_history {
    padding: 17px 0;
 }
  .header_claimed h2{
    font-size: 16px;
  }
  .header_claimed .total_points {
    font-size: 29px;
  }
  .friend_name {
    font-size: 13px;
  }
  .claimed_info img{
    width: 33px;
    height: 33px;
  }
  .nav_tab_item{
    font-size: 14px;
  }
  .nav_tab_item a{
    padding: 10px 8px;
    min-width: 97px;
    font-size: 13px;
  }
  .selected_friends ul li {
    min-width: 55px;
  }
  .selected_friends img{
    width: 40px;
  }
  .plus-btn {
    width: 18px!important;
    height: 18px!important;
    left: 25px;
  }
  .consent_page .centered{
    top: 35%;
  }
  .privacy_body{
    font-size: 13px;
  }
  .agree_body {
    font-size: 13px;
  }
  .btn_agree, .btn_agreement{
    font-size: 16px;
    padding: 12px 15px;
  }
  .scroll_to_down{
    font-size: 13px;
  }
  .agreement-title {
    font-size: 15px;
  }
  .agreement-textarea p {
    margin-bottom: 13px;
  }
  .agree-checkbox + label::before{
    width: 19px;
    height: 19px;
  }
  .agree-checkbox:checked + label::after{
    left: -9px;
    width: 19px;
    height: 19px;
  }
  .profile_pic img{
    width: 50px;
  }
  .share-campaign button{
    padding: 7px 20px;
  }
}
@media screen and (max-height: 800px) {
  .agreement-textarea{
    min-height: 350px;
  }
}
@media screen and (max-height: 660px) {
  .agreement-textarea{
    min-height: 250px;
  }
}
/* Pull to reload */
.ptr--icon {
  width: 25px;
  height: 25px;
  margin-top: 10px;
  display: grid;
  border-radius: 50%;
  -webkit-mask:radial-gradient(farthest-side,#0000 40%,#000 41%);
  background:
    linear-gradient(0deg ,#84848480 50%,#848484FF 0) center/2px 100%,
    linear-gradient(90deg,#84848440 50%,#848484BF 0) center/100% 2px;
  background-repeat: no-repeat;
  animation: s3 3s infinite steps(12);

  position: relative;
  top: 0;
  left: 45%;
  transform: translate(-45%, 0%);
}
.ptr--icon::before,
.ptr--icon::after {
   content:"";
   grid-area: 1/1;
   border-radius: 50%;
   background:inherit;
   opacity: 0.915;
   transform: rotate(30deg);
}
.ptr--icon::after {
   opacity: 0.83;
   transform: rotate(60deg);
}
@keyframes s3 {
  100% {transform: rotate(1turn)}
}
/* END Pull to reload */
.campaign-inactive {
    visibility:hidden; !important;
    pointer-events: none;
    opacity: 0.4;
}
.campaign-inactive-input {
    pointer-events:none; //This makes it not clickable
    opacity:0.6;         //This grays it out to look disabled
}
.campaign-inactive-btn{
  background: #DFDFDF;
  pointer-events: none;
}
.campaign-inactive-link{
  pointer-events: none;
  color: #C8C8C8;
}
.campaign-end {
    pointer-events:none;
    opacity:0.6;
}
.campaign-end button{
  visibility:hidden; !important;
  pointer-events: none;
  opacity: 0.4;
}
