.btn.loading {
  background-color: #fff4e6 !important;
  color: #e39830;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg)
      /* rtl:ignore */
    ;
    transform: rotate(360deg)
      /* rtl:ignore */
    ;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg)
      /* rtl:ignore */
    ;
    transform: rotate(360deg)
      /* rtl:ignore */
    ;
  }
}


.btn.loading .spinner-border {
  display: inline-block;
}

.spinner-border {
  display: none;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.btn-icon {
  margin-left: 5px;
  display: inline-block;

  background-image: url('https://skinape.com/assets/icon_coin.png');

  background-repeat: no-repeat;
  background-position: center;
}

.btn .btn-icon {
  width: 1rem;
  height: 1rem;
  background-size: 1rem 1rem;
}

.loading .btn-icon {
  background-image: none;
}

.single__tasks-list-item .btn-icon {
  width: 1rem;
  height: 1rem;
  background-size: 1rem 1rem;
  padding-top: 0.25rem;
}

.btn-pts {
  height: 1rem;
  line-height: 1rem;
  display: inline-block;
}

.points-old {
  font-size: 0.6rem;
  position: relative;
  margin-right: 0.5rem;
}

.points-old::after {
  position: absolute;
  top: .6em;
  right: -2px;
  left: -2px;
  content: '';
  border-top: 1px solid #fff;
  transform: rotate(15deg);
}

.label--featured .points-old::after {
  border-top: 1px solid #2b2457 !important;
}

.label .points-old::after {
  border-top: 1px solid #677788;

}

#banner {
  display: flex;
  justify-content: center;
  align-items: center;
}

#banner .image {
  display: none;
}

@media (min-width: 1000px) {
  #banner .image-1000 {
    display: block;
  }
}

@media (min-width: 500px) and (max-width: 999px) {
  #banner .image-500 {
    display: block;
  }
}

@media (max-width: 499px) {
  #banner .image-250 {
    display: block;
  }
}

.tabs-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.tabs--horizontal {
  flex-flow: row nowrap !important;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 0;
  padding: 0.3125rem;
  overflow-x: auto;
  position: relative;
  z-index: 1;
}

.tabs--horizontal .tabs__item {
  justify-content: center !important;
  margin-bottom: 0;
  padding: 0.375rem 0.9375rem;
}

.tabs--horizontal .tabs__item .i {
  margin-right: 0.375rem;
  font-size: 0.9375rem;
}

.tabs--horizontal .tabs__item .i.i-list {
  font-size: 0.9375rem;
}

.tabs--horizontal .tabs__item .i.i-check {
  font-size: 0.6875rem;
}

.tabs--horizontal .tabs__item-label {
  flex: 0 0 auto;
  font-size: 0.8125rem;
  padding-right: 0.375rem;
}

.task__thumbnails {
  position: relative;
  padding-right: 1.6875rem;
}

@media only screen and (max-width: 820px) {
  .task__thumbnails {
    padding-right: 1.0625rem;
  }
}

.task__thumbnails .task__thumbnail {
  border: 3px solid #fff;
}

.task__thumbnails .task__thumbnail:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.task__thumbnails .task__thumbnail:first-child {
  position: relative;
  margin: 0;
  z-index: 3;
}

.task__thumbnails .task__thumbnail:nth-child(2) {
  width: 3.625rem;
  height: 3.625rem;
  transform: translate(22px, 10px) rotate(15deg);
  z-index: 2;
}

@media only screen and (max-width: 820px) {
  .task__thumbnails .task__thumbnail:nth-child(2) {
    width: 2.75rem;
    height: 2.75rem;
    transform: translate(21px, 10px) rotate(15deg);
  }
}

.task__thumbnails .task__thumbnail:nth-child(3) {
  width: 3rem;
  height: 3rem;
  transform: translate(38px, 20px) rotate(30deg);
  z-index: 1;
}

@media only screen and (max-width: 820px) {
  .task__thumbnails .task__thumbnail:nth-child(3) {
    width: 2.5rem;
    height: 2.5rem;
    transform: translate(30px, 16px) rotate(30deg);
  }
}

.task__thumbnail {
  flex: 0 0 auto;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 0.625rem;
}

@media only screen and (max-width: 820px) {
  .task__thumbnail {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.task__thumbnail img {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}

.task--alert {
  background-color: #e6fdff !important;
  border: 3px solid #fff;
}