.order-status-form {
  margin: 0 auto;
  max-width: 364px;
}

.order-status__error {
  font-size: 16px;
  margin: 0 auto;
  max-width: 364px;
}

.right__drawer__form__button.loading {
  position: relative;
  z-index: 2;
}

.right__drawer__form__button.loading::after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(275deg, #fff, rgba(255,255,255,0.3));
  background-size: 400% 400%;
  -webkit-animation: gradientAnimation 2.35s ease infinite;
  -moz-animation: gradientAnimation 2.35s ease infinite;
  animation: gradientAnimation 2.35s ease infinite;
}
