.button-fullwidth {
  width: 100%;
}

.scroll {
  padding-bottom: 50px !important;
}

.product-reset-all, .payiot-reset-all, .topup-reset-all {
  font-family: "Lato";
  box-sizing: border-box;
  margin: 0;
}

.product-image, .payiot-info-image {
  background-image: url('/img/placeholder.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
}

.product-image::after, .payiot-info-image::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.product-serial, .payiot-serial {
  color: #9a5cff;
  font-weight: bolder;
  font-size: 18px;
}

.product-location, .payiot-location {
  color: #333333;
  font-size: 14px;
}

.product-type, .payiot-type {
  color: #676767;
  font-size: 12px;
}

.product-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product-card {
  margin: 1%;
  flex-basis: 14.66667%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.product-image {
  width: 100%;
}

.product-item>*:not(:first-child) {
  margin-top: 20px;
}

.payiot-section, .topup-section {
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}

.payiot-machine-info {
  display: flex;
  padding: 16px;
}

.payiot-info-image {
  max-width: 100px;
  min-width: 100px;
}

.payiot-item {
  margin-left: 16px;
}

.payiot-select, .topup-select {
  padding: 16px;
  background-color: #f5f5f5;
}

.payiot-select .payiot-header, .topup-select .topup-header, .payiot-button, .topup-button {
  font-size: 24px !important;
  font-weight: bolder !important;
  text-transform: uppercase;
  color: #333333 !important;
}

.payiot-yellow-bar, .topup-yellow-bar {
  margin-top: 10px;
  width: 80px;
  height: 6px;
  background-color: #ffc600;
}

.payiotcomplete-container {
  position: relative;
  font-family: "Lato";
}

.payiotcomplete-bg {
  position: absolute;
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.payiotcomplete-heading {
  font-size: 30px;
  font-weight: bolder;
  color: #ffffff;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  text-align: center;
}

.payiotcomplete-bg.loading, .payiotcomplete-li.loading {
  background-color: #333333;
}

.payiotcomplete-bg.success, .payiotcomplete-li.success {
  background-color: #3b7f15;
}

.payiotcomplete-bg.fail, .payiotcomplete-li.fail {
  background-color: #e96666;
}

.payiotcomplete-bg.pending, .payiotcomplete-li.pending {
  background-color: #ffc600;
}

.payiotcomplete-receipt {
  position: absolute;
  background-color: #ffffff;
  top: 100px;
  left: 20px;
  right: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}

.payiotcomplete-li {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.payiotcomplete-li > *:first-child {
  font-weight: bolder;
}

.payiotcomplete-li.success, .payiotcomplete-li.fail, .payiotcomplete-li.pending {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

.static-pages-padding {
  padding: 10px 24px;
}

.pt-6 {
  padding-top: 24px;
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .product-list {
    display: block;
  }

  .product-card {
    flex-basis: initial;
  }

  .product-image {
    width: 25%;
  }

  .product-item {
    display: flex;
  }

  .product-item>*:not(:first-child) {
    margin-top: 0;
    margin-left: 20px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .product-card {
    flex-basis: 31.33333%
  }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .product-card {
    flex-basis: 23%
  }
}
