.btn:hover, .btn:focus {
  box-shadow: unset;
  outline: unset;
}

.layer {
  z-index: -5;
  opacity: 0;
  background: black;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out;
}

.mobile_section_wrapper {
  max-width: 768px;
  background: #188E36;
  margin: auto;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}

.main-btn {
  box-shadow: unset;
  background: #188E36;
  border-radius: 30px;
  font-size: 16px;
  width: 100%;
  color: white;
  font-weight: bold;
  padding: 7px 10px;
}
.main-btn:hover {
  color: white;
}

a {
  color: unset;
  text-decoration: unset;
}
a:hover {
  color: unset;
  text-decoration: unset;
}

.btn-success {
  color: white !important;
}

.scan_approved {
  display: none;
  background: white;
  width: 100%;
  height: max-content;
  min-height: 690px;
  transition: 0.5s;
}
.scan_approved .wrapper_app {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scan_approved .wrapper_app .image-wrapper {
  max-width: 320px;
}
.scan_approved .wrapper_image_approved {
  width: 100%;
  max-width: 320px;
  margin: auto;
}

.offer {
  max-width: 768px;
  margin: auto;
  overflow: hidden;
  min-height: 100vh;
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  background: #0000004f;
  z-index: 999;
  transition: 0.5s ease-out;
}
.offer .image-wrapper {
  width: 100%;
  padding: 5px 20px;
  display: flex;
  justify-content: space-around;
}
.offer .image-wrapper .image-wrap {
  width: 50%;
  text-align: center;
  padding: 12px;
}
.offer .image-wrapper .image-wrap img {
  max-width: 120px;
  min-width: 100px;
}
.offer .title {
  width: 100%;
  font-size: 30px;
  text-align: center;
  color: #188E36;
  margin-top: 50px;
}
.offer .text {
  color: #188E36;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.offer .error_text {
  color: black;
  width: 100%;
}
.offer .request-wrapper {
  padding: 0 20px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 0 0 30px 30px;
  width: 100%;
  height: max-content;
  margin-top: -20px;
  max-height: 90vh;
  overflow-y: scroll;
}
.offer .request-wrapper .button-wrapper .btn {
  font-size: 24px;
  padding: 7px 20px;
  text-transform: uppercase;
}
.offer .request-wrapper .button-wrapper .over_btn {
  font-size: 20px;
  padding: 7px 26px;
  font-weight: 500;
}
.offer .error {
  margin-bottom: 6px;
  width: 100%;
  display: flex;
}
.offer .error .inp-wrapper {
  width: 70%;
}
.offer .error .inp-wrapper input {
  font-size: 15px;
  border-radius: 30px;
  background: #E2DFDF;
  height: 41px;
}
.offer .error .inp-wrapper input:hover, .offer .error .inp-wrapper input:focus {
  box-shadow: unset;
  outline: unset;
}
.offer .error .btn-error {
  padding: 2px 0 !important;
  width: 40%;
  color: white;
  font-size: 20px !important;
  margin-left: 7px;
  border-radius: 30px;
}

.show_scan_approved {
  display: block;
  opacity: 1;
  transition: 0.3s;
}
.show_scan_approved .background-wrapper {
  position: absolute;
  height: max-content;
  bottom: 0;
  opacity: 0;
  animation-name: showImage;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.show_scan_approved .wrapper_app .image-wrapper {
  animation-name: showApproved;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.show_scan_approved #head_image_approved {
  display: flex;
  justify-content: center;
}
.show_scan_approved #head_image_approved .wrapper-image {
  max-width: 320px;
}

@keyframes showApproved {
  0% {
    max-width: 320px;
  }
  100% {
    max-width: 180px;
  }
}
@keyframes showImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scan_page {
  background: white;
  width: 100%;
  height: max-content;
  transition: 0.2s;
}
.scan_page .image-wrapper-scan-page {
  position: absolute;
  top: 10px;
  width: 100%;
  left: 0;
  transition: 0.3s;
  z-index: 5;
  display: flex;
  justify-content: center;
}
.scan_page .image-wrapper-scan-page .wrapper {
  width: 100%;
  max-width: 400px;
}
.scan_page .scan-wrapper {
  position: absolute;
  left: calc( 50% - 40px );
  top: 52%;
}
.scan_page .scan-wrapper .scaner {
  box-shadow: 0 0 9px 3px black;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 20px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  animation-name: example;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}
.scan_page .wrapper_cicon_scan {
  position: absolute;
  background: white;
  top: 25%;
  z-index: 1;
  display: none;
  width: 30%;
  left: 35%;
  padding: 20px 7px 5px;
  justify-content: center;
}
.scan_page .wrapper_cicon_scan .wrapper {
  max-width: 150px;
  margin: auto;
}
.scan_page .wrapper_footer_scan {
  position: absolute;
  background: white;
  bottom: -100%;
  width: 98%;
  left: 1%;
  padding: 20px 7px 5px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
}
.scan_page .wrapper_footer_scan .wrapper {
  width: 100%;
  max-width: 400px;
}

@keyframes example {
  from {
    box-shadow: 0 0 9px 3px black;
  }
  to {
    box-shadow: 0 0 20px 7px black;
  }
}
.rewards_page .wrapper-reward {
  margin-top: 20px;
  padding: 15px 20px;
  display: flex;
  background: white;
  border-radius: 40px;
  align-items: center;
}
.rewards_page .wrapper-reward:last-child {
  margin-bottom: 75px;
}
.rewards_page .wrapper-reward .image-wrapper {
  width: 40%;
  min-width: 80px;
  padding: 0 15px;
}
.rewards_page .wrapper-reward .text-wrapper {
  width: 60%;
  padding: 0 15px;
}
.rewards_page .wrapper-reward .text-wrapper .title {
  color: #188E36;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.rewards_page .wrapper-reward .text-wrapper .text {
  margin: 15px 0;
  color: black;
  text-align: center;
  font-weight: bold;
}

.sidebar {
  background: rgba(255, 255, 255, 0.98);
  position: fixed;
  left: -100%;
  top: 0;
  width: 70%;
  z-index: 99999;
  height: 100vh;
  border-radius: 0 30px 0 0;
  transition: 0.7s ease-out;
  overflow: scroll;
  padding-bottom: 91px;
}
.sidebar .side-head {
  padding: 5px;
  border-bottom: 1px solid #707070;
}
.sidebar .item-wrapper {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.sidebar .item-wrapper .text {
  color: #188E36;
  font-size: 18px;
  margin-left: 15px;
  font-weight: bold;
}

.header {
  background: white;
  display: flex;
  flex-wrap: nowrap;
}
.header .menu {
  padding: 5px;
}
.header .title {
  margin: auto;
}

.reward {
  padding: 25px 2px 80px;
}
.reward .custom-pad {
  padding: 4px;
}
.reward h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 45px;
  color: #FFFDFD;
}
.reward p {
  text-align: center;
  font-size: 20px;
  color: #FFFDFD;
}
.reward .title {
  margin-top: 10px;
  font-size: 18px;
  text-transform: capitalize;
  color: #F7FAF8;
  width: 100%;
  text-align: center;
}
.reward .item-wrapper {
  padding: 10px 0 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.reward .item-wrapper .item {
  height: 100%;
  padding: 15px 8px 8px;
  background: white;
  border-radius: 20px;
}
.reward .item-wrapper .item img {
  margin-top: 11px;
}

.footer {
  max-width: 768px;
  width: 100%;
  padding: 3px 10px;
  border-radius: 40px 40px 0 0;
  background: white;
  position: fixed;
  bottom: 0;
  z-index: 99999;
}
.footer .footer-items-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.footer .footer-items-wrapper .item-wrapper {
  z-index: 100;
  max-width: 67px;
  padding: 5px 16px;
}

.user_rewards_page .user-rewards-wrapper {
  width: 100%;
  height: max-content;
  background: white;
  z-index: 999;
  bottom: 0;
  border-radius: 30px 30px 0 0;
  padding: 0 0 65px;
  min-height: 80vh;
}
.user_rewards_page .user-rewards-wrapper .line {
  width: 61px;
  height: 5px;
  background: #707070;
  margin: 25px auto;
  border-radius: 20px;
}
.user_rewards_page .user-rewards-wrapper .point-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user_rewards_page .user-rewards-wrapper .point-wrapper .img-wrap {
  width: auto;
}
.user_rewards_page .user-rewards-wrapper .point-wrapper .img-wrap img {
  width: 90px;
  min-width: 90px;
}
.user_rewards_page .user-rewards-wrapper .point-wrapper .text-wrapper {
  height: max-content;
}
.user_rewards_page .user-rewards-wrapper .point-wrapper .text-wrapper .points {
  font-size: 30px;
  color: black;
}
.user_rewards_page .user-rewards-wrapper .point-wrapper .text-wrapper .text {
  font-size: 19px;
  color: black;
  opacity: 0.5;
}
.user_rewards_page .user-rewards-wrapper .point-wrapper .btn-wrapper .btn {
  color: #188E36;
  padding: 7px 15px;
  background: white;
  border: 3px solid #188E36;
}
.user_rewards_page .user-rewards-wrapper .point-line-number {
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.user_rewards_page .user-rewards-wrapper .point-line-number .number {
  font-size: 10px;
}
.user_rewards_page .user-rewards-wrapper .point-line {
  margin-top: 30px;
  width: 100%;
  height: 35px;
  border-radius: 35px;
  background: #EDEAEA;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
}
.user_rewards_page .user-rewards-wrapper .point-line .active {
  background: #188E36;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 35px;
}
.user_rewards_page .user-rewards-wrapper .point-line .point {
  z-index: 5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}
.user_rewards_page .user-reward-title {
  color: black;
  opacity: 0.5;
  font-size: 20px;
  margin: 30px 0 10px;
}
.user_rewards_page .profile-rewards-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.user_rewards_page .profile-rewards-wrapper .profile-reward {
  width: 20%;
  padding: 3px 2px;
  display: flex;
  flex-direction: column;
}
.user_rewards_page .profile-rewards-wrapper .profile-reward .custom-p {
  padding: 3px 5px;
  background: #EBEAEA;
  height: max-content;
  border-radius: 10px;
}
.user_rewards_page .profile-rewards-wrapper .profile-reward .number {
  font-size: 20px;
  width: 100%;
  text-align: center;
  margin-top: 34px;
  opacity: 0.5;
}
.user_rewards_page .profile-rewards-wrapper .profile-reward .text {
  margin: 5px auto 10px;
  font-size: 10px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  opacity: 0.5;
}
.user_rewards_page .profile-rewards-wrapper .profile-reward .circle {
  margin: 0 auto 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: black;
  opacity: 0.5;
}
.user_rewards_page .profile-rewards-wrapper .show {
  width: 100%;
  flex-direction: row;
}
.user_rewards_page .profile-rewards-wrapper .show .btn-wrapper {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.user_rewards_page .profile-rewards-wrapper .show .btn-wrapper .btn {
  padding: 7px 8px;
  font-size: 18px;
  font-weight: unset;
}
.user_rewards_page .profile-rewards-wrapper .show .btn-wrapper .outline {
  background: white;
  color: #188E36;
  border: 3px solid #188E36;
}
.user_rewards_page .profile-rewards-wrapper .active .number {
  opacity: 1;
}
.user_rewards_page .profile-rewards-wrapper .active .text {
  opacity: 1;
  color: #188E36;
}
.user_rewards_page .profile-rewards-wrapper .active .circle {
  background: #188E36;
  opacity: 1;
}
.user_rewards_page h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 45px;
  color: #FFFDFD;
}
.user_rewards_page p {
  text-align: center;
  font-size: 20px;
  color: #FFFDFD;
}
.user_rewards_page .title {
  margin-top: 10px;
  font-size: 18px;
  text-transform: capitalize;
  color: #F7FAF8;
  width: 100%;
  text-align: center;
}

.history {
  padding-bottom: 65px;
}
.history .title {
  font-size: 18px;
  width: 100%;
  text-align: center;
  color: #188E36;
  margin: 20px auto 10px;
}
.history .item-wrapper {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
.history .item-wrapper .img-wrapper {
  width: 174px;
  overflow: hidden;
}
.history .item-wrapper .img-wrapper img {
  margin-top: 5px;
  width: 130%;
  margin-left: -15%;
}
.history .item-wrapper .img-wrapper .date-wrapper {
  padding: 3px 0;
  text-align: center;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #707070;
  color: #188E36;
  font-weight: bold;
}
.history .item-wrapper .text-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 12px 0 20px;
}
.history .item-wrapper .text-wrapper .text {
  font-size: 18px;
  font-weight: 500;
  color: #188E36;
}
.history .item-wrapper .text-wrapper .btn {
  font-size: 28px;
}

.details {
  padding: 0 0 50px;
}
.details .subtitle {
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: #188E36;
  font-weight: bold;
}
.details .text {
  width: 100%;
  font-size: 18px;
  color: #188E36;
}

@media (max-width: 500px) {
  .offer .error .inp-wrapper {
    width: unset;
  }
  .offer .error .inp-wrapper input {
    font-size: 15px;
    height: 41px;
  }
  .offer .error .btn-error {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px !important;
    width: 100%;
    font-size: 18px !important;
  }
}

/*# sourceMappingURL=style.css.map */
