/* #ifdef harmony */
/* #endif */
/* #ifndef harmony */
/* #endif */
.nut-pulltorefresh-head {
  overflow: hidden;
  position: relative;
  font-size: 12px;
}
.nut-pulltorefresh-head-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #888b94;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nut-pulltorefresh-head-content-icons {
  width: 36px;
  height: 26px;
  margin-bottom: 4px;
}
.nut-pulltorefresh-primary {
  background: #ff0f23;
}
.nut-pulltorefresh-primary-content {
  color: rgba(255, 255, 255, 0.9);
}
.nut-pulltorefresh-primary-head-content {
  color: rgba(255, 255, 255, 0.9);
}
.nut-pulltorefresh-primary-status-text {
  color: #ffffff;
}

[dir=rtl] .nut-pulltorefresh-head-content,
.nut-rtl .nut-pulltorefresh-head-content {
  left: auto;
  right: 0;
}