.appRate-modal {
  width: 100%;
  height: 100%;
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 60px;
  min-height: 60px;
  overflow: hidden;
}
.appRate-modal .rating-component {
  margin: 0 0 20px 0;
}
.appRate-modal textarea {
  height: 50px;
  width: 80%;
  border-radius: 5px;
  border-style: dashed;
  border-color: lightgray;
  margin-top: 20px;
  padding: 8px;
  resize: none;
}
.appRate-modal ons-button.save {
  width: 80%;
  box-sizing: content-box;
  padding: 0 8px;
}
.appRate-modal.expand {
  transition: all 0.8s ease-in-out;
  max-height: 280px;
}
.adjust-size {
  pointer-events: none;
}
.adjust-size .action-sheet-mask {
  display: none;
}
.adjust-size .action-sheet {
  pointer-events: all;
}
