.nw-apps-appscreencontainer {
  padding: 0 150px;
  background-color: $apps-appscreen-container-background-color;
}

.nw-apps-appscreens {
  display: flex;
  margin: 0 auto;
  max-height: $apps-appscreen-image-max-height;

  @media screen and (max-width: $screen-min-sm) {
    max-width: $apps-appscreen-image-max-width;
  }
}

.nw-apps-contentblock {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nw-apps-mobilenumberblock {
  display: flex;
}

.nw-apps-mobilenumberinput {
  border: $transparent;
  width: $apps-mobilenumber-input-width;
  height: $apps-mobilenumber-input-height;
  padding: 20px;
}

.nw-apps-sendapplink {
  max-height: $apps-sendapplink-button-max-height;
  padding: 15px;
  font-weight: 600;
}

.nw-apps-storeblock {
  margin: 20px 0;
}

.nw-apps-store {
  margin: 0 20px 0 0;
}

.nw-apps-customerblocktitle {
  justify-content: center;
  display: flex;
  margin: 20px 0;
  font-family: $secondary-font-family;
}

.nw-apps-customerblock {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  margin: 0 auto 15px;
  max-width: $apps-customer-block-max-width;
}

.nw-apps-appdetails {
  max-width: $apps-appsdetails-max-width;
}

.nw-apps-blocktitle {
  margin-bottom: 20px;
  font-size: $apps-blocktitle-font-size;
  font-family: $secondary-font-family;
}

.nw-apps-successblocktitle {
  margin-bottom: 20px;
  font-size: $apps-blocktitle-font-size;
  font-family: $secondary-font-family;
  color: $apps-success-block-title-color;
}

.nw-apps-successblockmesage {
  margin-bottom: 40px;
}

.nw-apps-customerdetails {
  display: flex;
}

.nw-apps-customerimage {
  margin: 0 5px;
  border-radius: 50%;
  width: $apps-customer-image-width;
  height: $apps-customer-image-height;
}

.nw-apps-customername {
  margin-bottom: 5px;
  font-size: $font-size-xs;
  font-family: $secondary-font-family;
}

.nw-apps-rating {
  margin: 0 2px;
}

.nw-apps-feedback {
  justify-content: center;
  display: flex;
  margin: 20px auto;
  max-width: $apps-customer-block-max-width;
  font-size: $font-size-xs;
  font-family: $apps-customer-feedback-font-family;
  line-height: 24px;
  word-break: break-word;
}
