*  {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "Gibson", sans-serif !important;
}

.container {
  max-width: 100%;
}

.loading {
  margin-top: 20px;
}

.sticky-top {
  background: #242624;
  height: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sticky-top img {
  margin-right: 12px;
  margin-left: 12px;
  width: 150px;
  margin: 1vh;
  filter: invert();
}

.sticky-top span {
  color: #70f19c;
  font-weight: 500;
  font-size: 20px;
}

.language-selector {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  gap: 5px;
}

.lang-btn {
  background: rgba(112, 241, 156, 0.2);
  border: 1px solid #70f19c;
  color: #70f19c;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.lang-btn:hover {
  background: rgba(112, 241, 156, 0.3);
}

.lang-btn.active {
  background: #70f19c;
  color: #242624;
  font-weight: 500;
}

.sticky-bottom {
  background-color: #222222;
  height: 52px;
  padding: 12px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}

.sticky-bottom p {
  margin: 0;
}

.sticky-bottom .logo {
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  line-height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sticky-bottom .logo img {
  margin-left: 4px;
  width: 50px;
}

.sticky-bottom .privacy {
  font-size: 12px;
  color: #fff;
  line-height: 14px;
  text-align: center;
  font-weight: normal;
  align-items: center;
  display: flex;
}

.content {
  margin: 8px;
  overflow-y: scroll;
  min-height: 100%;
}
.content .empty-page {
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.content .empty-page img {
  width: 64px;
  height: 64px;
  margin-bottom: 30px;
}
.content .empty-page p {
  font-weight: 500;
  font-size: 15px;
  color: #242624;
  opacity: 0.4;
  text-align: center;
}
.content .sort-filter-container {
  display: none;
  justify-content: space-between;
  margin: 28px 0;
}
.content .sort-filter-container .nav {
  border-bottom: none !important;
}
.content .sort-filter-container .nav .nav-link {
  font-family: "Gibson", sans-serif;
  color: #121212;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.4;
  border: none !important;
}
.content .sort-filter-container .nav .nav-link.active {
  opacity: 1 !important;
}
.content .sort-filter-container .nav .nav-link:first-child {
  padding-left: 0 !important;
}

.content .sort-filter-container .filter {
  display: none;
}

.sticky-bottom .privacy span {
  text-decoration: underline;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.sticky-bottom .privacy a {
  color: #fff;
}

.offer-walls .tab-content {
  display: none;
}
.offer-walls .offer-container .conversion-details {
  margin-top: 16px;
  font-weight: 400;
  font-size: 13px;
  color: #626262;
}
.offer-walls .offer-container .show-more {
  font-weight: 500;
  font-size: 13px;
  color: #5cc883;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  user-select: none;
}
.offer-walls .offer-container .progress {
  margin-top: 16px;
}
.offer-walls .offer-container {
  background: #f6f6f6;
  min-height: 110px;
  height: auto;
  margin-bottom: 8px;
  padding: 24px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px 0px 10px 10px;
}
.offer-walls .offer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offer-walls .offer .offer-logo {
  width: 64px;
  height: 64px;
  border-radius: 6px;
  margin-right: 22px;
}

.offer-walls .offer .offer-title .store-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 53px;
  top: 50px;
}
.offer-walls .offer-container .details-container {
  display: none;
}
.offer-walls .offer-container .details-container.show {
  display: block;
}
.offer-walls .offer-container .events-container {
  margin-top: 16px;
  overflow: hidden;
}
.offer-walls .offer-container .events-container .event {
  background: rgba(90, 51, 240, 0.1);
  border: 1px solid #5a33f0;
  border-radius: 2px;
  padding: 0px 6px;
  color: #5a33f0;
  font-size: 14px;
  font-weight: 400;
  margin-right: 12px;
  height: 30px;
  word-break: break-all;
  width: auto;
  display: flex;
  align-items: center;
  float: left;
  margin-bottom: 12px;
}
.offer-walls .offer-container .events-container .event.done {
  background: #5a33f0;
  border: 1px solid rgba(90, 51, 240, 0.1);
  border-radius: 2px;
  color: #ffffff;
}
.offer-walls .offer .offer-title {
  display: flex;
  align-items: center;
  margin-right: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.offer-walls .offer .title {
  overflow: hidden;
  width: 100%;
}
.offer-walls .offer .title .offer-app-title {
  color: #121212;
  font-size: 18px;
  line-height: 15px;
  font-weight: 600;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.1;
}

.offer-walls .offer .show-details {
  font-weight: 500;
  font-size: 13px;
  color: #5cc883;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  user-select: none;
}

.offer-walls .offer .title p {
  color: #222222;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 7px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.offer-walls .offer .download-button {
  width: 120px;
  height: 44px;
  background: #70f19c;
  border-radius: 8px 0px 8px 8px;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.offer-walls .web-info-text {
  display: none;
  text-align: center;
  background-color: rgb(235, 166, 166);
  padding: 10px;
  margin-top: 20px;
  color: #fff;
}

.offer-walls .offer .download-button img {
  width: 24px;
  height: 24px;
}

.offer-walls .offer .download-button span {
  display: block;
  font-size: 14px;
  color: #222;
  line-height: 16px;
  font-weight: 700;
}

.offer-modal .modal-content * {
  font-family: "Roboto", sans-serif;
}
.offer-modal .modal-content {
  border-radius: 15px;
}

.offer-modal .modal-header .app-info {
  display: flex;
  align-items: center;
}
.offer-modal .modal-header .app-info h5 {
  color: #727272;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  margin-left: 28px;
  width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.offer-modal .modal-header .app-info img {
  width: 64px;
}

.offer-modal .modal-header {
  height: 100px;
  background-color: #c0ffe8;
  border-radius: 15px;
}

.offer-modal .close {
  background-color: transparent;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  right: 8px;
}

.offer-modal .close span {
  background-color: #333;
  border-radius: 50%;
  width: 24px;
  color: #fff;
}

.offer-modal .modal-body .left-side.center {
  text-align: center;
}

.offer-modal .modal-body .left-side .reward p {
  margin: 0;
  font-size: 25px;
  margin-left: 9px;
}
.offer-modal .modal-body .left-side .event-goals {
  margin-top: 12px;
}
.offer-modal .modal-body .left-side .event-goals ul {
  list-style: number;
}
.offer-modal .modal-body .left-side .description span {
  word-break: break-word;
}
.offer-modal .modal-body .left-side .description p {
  margin: 40px 0 0 0;
}
.offer-modal .modal-body .left-side .description {
  margin-left: 20px;
}
.offer-modal .modal-body .left-side .description * {
  font-size: 20px;
  color: #000;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}
.offer-modal .modal-body .left-side .download-button span {
  display: block;
  margin-right: 10px;
  font-size: 14px;
  color: #222;
  line-height: 16px;
  font-weight: bold;
}
.offer-modal .modal-body .left-side .download-button {
  background: #00f593;
  border-radius: 20px;
  padding: 8px;
  width: 92px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: auto;
  margin-top: 50px;
  text-decoration: none;
}
.offer-modal .modal-body .left-side .reward {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.offer-modal .modal-body .right-side .send-mail p.message {
  font-size: 12px;
  margin-top: 7px;
}
.offer-modal .modal-body .right-side .send-mail p.success {
  color: #00794b;
}

.offer-modal .modal-body .right-side .send-mail p.warning {
  color: red;
}
.offer-modal .modal-body .right-side .send-mail span,
.offer-modal .modal-body .right-side .paste-url span,
.offer-modal .modal-body .right-side .qr-container span {
  font-size: 20px;
}
.offer-modal .modal-body .right-side .send-mail .input-container button {
  margin-left: 15px;
  background-color: #00f593;
  border-radius: 6px;
  border-color: #00f593;
  color: #000;
  white-space: nowrap;
  font-size: 14px;
}
.offer-modal .modal-body .right-side .send-mail .input-container {
  display: flex;
  align-items: center;
}

.offer-modal .modal-body .right-side .qr-container .qr {
  text-align: center;
  margin-top: 12px;
}
.offer-modal .modal-body .right-side .qr-container {
  margin-top: 28px;
}
.offer-modal .modal-body .right-side .qr-container img {
  display: unset;
}

@media (max-width: 480px) {
  .sticky-bottom {
    height: 122px;
    align-items: center;
  }
  .sticky-bottom .logo {
    flex-direction: column;
    align-items: unset;
  }
  .sticky-bottom .logo img {
    margin-left: 0;
    margin-top: 12px;
  }
  .sticky-bottom .privacy {
    display: block;
    text-align: left;
    width: 50%;
  }
}

/** Select box */
.select-box {
  position: relative;
  display: block;
  width: 200px;
  margin: 0 auto;
  font-size: 18px;
  color: #60666d;
  border: 1px solid #5cc883;
  border-radius: 6px;
}
.select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 12px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  height: 32px;
}
.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  margin-top: 6px;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
  border-radius: 6px;
}
.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #222;
  border-radius: 6px;
}
.select-box__option:hover,
.select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

.thank-you {
  display: none;
}
.content .thank-you.show {
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.container.hidden {
  display: none;
}

#additionalInfo {
  display: none;
  width: 100%;
}
#additionalInfo.show {
  display: block;
}

@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
