.st-select {
  display: flex;
  background-color: #fff;
  position: relative;
}
.st-select:not(:last-child)::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d1d6df;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.st-select.drop-down {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
}
.st-select.drop-down .st-cell-label {
  color: #666666;
  font-size: 24px;
  padding: 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.st-select.drop-down .st-cell-label .st-cell-required {
  display: none;
}
.st-select.drop-down .st-cell-label .st-cell-help {
  display: none;
}
.st-select.drop-down .st-cell-content .st-cell-content-text {
  display: none;
}
.st-select.drop-down .st-select-arrow {
  width: 16px;
  height: 10px;
  transform: rotate(0deg);
}
.multiple .st-popuper .st-popuper-content .st-popuper-list li .check-icon {
  border: 1px solid #D1D6DF;
  border-radius: 100px;
}
.multiple .st-popuper .st-popuper-content .st-popuper-list li.active .check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1E8AFF;
  border-color: #1E8AFF;
}
.multiple .st-popuper .st-popuper-content .st-popuper-list li.active .check-icon:after {
  height: 70%;
  width: 70%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100% 100%;
  background-color: #fff;
  content: "";
  display: block;
  -webkit-mask-image: url("../../images/common/check.svg");
}
.st-drop-down-select {
  display: flex;
}
.show-popuper .st-popuper .st-popuper-content {
  transform: translateY(0);
}
.st-popuper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
}
.st-popuper.visible {
  transform: translateY(0);
}
.st-popuper .st-popuper-shadow {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.st-popuper .st-popuper-content {
  max-height: 80vh;
  background: #fff;
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
  flex-direction: column;
  z-index: 2;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}
.st-popuper .st-popuper-content .st-popuper-hender {
  position: relative;
  font-size: 28px;
  padding: 16px;
  color: #333;
  min-height: 88px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.st-popuper .st-popuper-content .st-popuper-hender:not(:last-child)::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d1d6df;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.st-popuper .st-popuper-content .st-popuper-search {
  margin: 12px 16px;
}
.st-popuper .st-popuper-content .st-popuper-search .st-popuper-search-input {
  font-size: 22px;
  width: 100%;
  border: none;
  line-height: 60px;
  background-color: #F2F4F8;
  border-radius: 10px;
  padding: 0 16px;
}
.st-popuper .st-popuper-content .st-popuper-list {
  width: 100%;
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}
.st-popuper .st-popuper-content .st-popuper-list li {
  padding: 16px;
  color: #333;
  position: relative;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.st-popuper .st-popuper-content .st-popuper-list li:not(:last-child)::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  right: 16px;
  bottom: 0;
  left: 16px;
  border-bottom: 1px solid #d1d6df;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.st-popuper .st-popuper-content .st-popuper-list li .check-icon {
  width: 24px;
  height: 24px;
}
.st-popuper .st-popuper-content .st-popuper-list li.active .check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-popuper .st-popuper-content .st-popuper-list li.active .check-icon:after {
  height: 100%;
  width: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100% 100%;
  background-color: #1E8AFF;
  content: "";
  display: block;
  -webkit-mask-image: url("../../images/common/check.svg");
}
.st-popuper .st-popuper-content .st-popuper-list li:not(.empty-options):active::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}
.st-popuper .st-popuper-content .st-popuper-list li.empty-options {
  color: #A4A4A4;
}
.st-popuper .st-popuper-content .st-popuper-list li.active {
  color: #1E8AFF;
}
.st-popuper .st-popuper-content .st-popuper-footer {
  width: 100%;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.st-popuper .st-popuper-content .st-popuper-footer .st-button {
  flex: 1;
  min-width: 0;
}
.st-button {
  font-size: 26px;
  min-height: 70px;
  text-align: center;
  padding: 12px 16px;
  background-color: #90939a;
  color: #fff;
  border-radius: 10px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.st-button.block {
  width: 100%;
}
.st-button.plain {
  position: relative;
  background-color: #fff;
  color: #90939a;
}
.st-button.plain::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 1px solid #90939a;
  transform: scale(0.5);
  border-radius: 20px;
}
.st-button.plain:active {
  background-color: #90939a;
  color: #fff;
}
.st-button.plain::after {
  border-color: #D1D6DF;
}
.st-button.plain:active {
  background-color: #f2f3f5;
  color: #90939a;
}
.st-button:active {
  opacity: 0.85;
}
.st-button.primary {
  background-color: #1E8AFF;
  color: #fff;
}
.st-button.primary.plain {
  position: relative;
  background-color: #fff;
  color: #1E8AFF;
}
.st-button.primary.plain::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 1px solid #1E8AFF;
  transform: scale(0.5);
  border-radius: 20px;
}
.st-button.primary.plain:active {
  background-color: #1E8AFF;
  color: #fff;
}
.st-button.danger {
  background-color: #EE0000;
  color: #fff;
}
.st-button.danger.plain {
  position: relative;
  background-color: #fff;
  color: #EE0000;
}
.st-button.danger.plain::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 1px solid #EE0000;
  transform: scale(0.5);
  border-radius: 20px;
}
.st-button.danger.plain:active {
  background-color: #EE0000;
  color: #fff;
}
.st-button.success {
  background-color: #6ac045;
  color: #fff;
}
.st-button.success.plain {
  position: relative;
  background-color: #fff;
  color: #6ac045;
}
.st-button.success.plain::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 1px solid #6ac045;
  transform: scale(0.5);
  border-radius: 20px;
}
.st-button.success.plain:active {
  background-color: #6ac045;
  color: #fff;
}
.st-button.warning {
  background-color: #FFA144;
  color: #fff;
}
.st-button.warning.plain {
  position: relative;
  background-color: #fff;
  color: #FFA144;
}
.st-button.warning.plain::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 1px solid #FFA144;
  transform: scale(0.5);
  border-radius: 20px;
}
.st-button.warning.plain:active {
  background-color: #FFA144;
  color: #fff;
}
.st-button.min {
  font-size: 20px;
  min-width: 144px;
  padding: 12px 20px;
  min-height: auto;
}
.st-button.round {
  border-radius: 100px;
}
.st-button.round.plain::after {
  border-radius: 100px;
}
.st-button-text {
  display: inline-flex;
  align-items: center;
  color: #90939a;
}
.st-button-text.primary {
  color: #1E8AFF;
}
.st-cell.disabled .st-cell-value {
  color: #969799 !important;
}
.st-cell.disabled .st-select-arrow {
  display: none;
}
.st-cell.disabled .st-cell-content {
  position: relative;
}
.st-cell.disabled .st-cell-content::after {
  display: block;
  position: absolute;
  z-index: 1;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.st-cell.disabled .st-cell-error-message {
  display: none !important;
}
.st-cell .st-select-arrow {
  width: 24px;
  height: 12px;
  transform: rotate(-90deg);
  background: url('../../images/common/drop-down-arrow.svg') no-repeat center center;
  background-size: 100% 100%;
  margin-left: 8px;
}
.st-cell:not(.drop-down) {
  display: flex;
  align-items: flex-start;
  padding: 18px 16px;
  position: relative;
  line-height: 1.3;
}
.st-cell:not(.drop-down):not(:last-child)::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  right: 16px;
  bottom: 0;
  left: 16px;
  border-bottom: 1px solid #d1d6df;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.st-cell:not(.drop-down).st-cell-error {
  /* .st-cell-label{
        color: @danger !important;
      } */
}
.st-cell:not(.drop-down).st-cell-error .st-cell-error-message {
  display: block;
}
.st-cell:not(.drop-down).select:not(.show-popuper,.disabled):active {
  background-color: #f2f3f5;
}
.st-cell:not(.drop-down).textarea,
.st-cell:not(.drop-down).break {
  flex-direction: column;
  align-items: flex-start;
}
.st-cell:not(.drop-down).textarea .st-cell-label,
.st-cell:not(.drop-down).break .st-cell-label {
  width: 100%;
  margin-bottom: 16px;
}
.st-cell:not(.drop-down).textarea .st-cell-content,
.st-cell:not(.drop-down).break .st-cell-content {
  width: 100%;
}
.st-cell:not(.drop-down) .st-cell-label {
  width: var(--cell-label-width, 200px);
  color: #333;
  display: inline;
  align-items: center;
}
.st-cell:not(.drop-down) .st-cell-label * {
  vertical-align: middle;
  display: inline-block;
}
.st-cell:not(.drop-down) .st-cell-label .st-cell-help {
  min-width: 24px;
  min-height: 24px;
  background: url("../../images/common/help.svg") no-repeat 0 center;
  background-size: 100%;
  display: inline-block;
  background-size: 24px auto;
  content: "";
}
.st-cell:not(.drop-down) .st-cell-label .st-cell-left-icon {
  margin-right: 16px;
}
.st-cell:not(.drop-down) .st-cell-label .st-cell-left-icon img {
  width: 28px;
  display: block;
}
.st-cell:not(.drop-down) .st-cell-label .st-cell-required {
  color: #EE0000;
}
.st-cell:not(.drop-down) .st-cell-content {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.st-cell:not(.drop-down) .st-cell-content .st-cell-content-text {
  flex: 1;
  min-width: 0;
  color: #535353;
}
.st-cell:not(.drop-down) .st-cell-content .st-cell-content-text.placeholder {
  color: #CCCCCC;
}
.st-cell:not(.drop-down) .st-cell-content .st-cell-value {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  color: #333;
}
.st-cell:not(.drop-down) .st-cell-error-message {
  display: none;
  color: #EE0000;
  font-size: 20px;
  width: 100%;
  margin-top: 10px;
}
.st-cell[hidden] {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  line-height: 0;
  padding: 0;
  margin: 0;
}
.st-input.textarea textarea {
  width: 100%;
}
.st-search-bar {
  background-color: #fff;
  padding: 16px;
  position: relative;
}
.st-search-bar::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d1d6df;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.st-search-bar .st-search-input {
  border-radius: 32px;
  position: relative;
  background-color: #F8FAFE;
  display: flex;
  padding: 0 16px;
  align-items: center;
}
.st-search-bar .st-search-input::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 1px solid #D1D6DF;
  transform: scale(0.5);
  border-radius: 100px;
}
.st-search-bar .st-search-input .st-search-input-text {
  flex: 1;
  background-color: transparent;
  width: 100%;
  border: none;
  line-height: 52px;
}
.st-search-bar .st-search-input .st-search-input-button {
  width: 28px;
  height: 28px;
  background: url('../../images/common/search.svg') no-repeat center center;
  background-size: 100%;
  margin: 0 16px;
}
.st-search-bar .st-search-input .st-search-input-button:active {
  opacity: 0.85;
}
.st-tab-bar-warp {
  height: 150px;
  display: flex;
  width: 100%;
  align-items: flex-end;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
.st-tab-bar {
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 4px 12px 2px rgba(48, 112, 220, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 98px;
  z-index: 10;
  width: 100%;
}
.st-tab-bar .st-tab-bar-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.st-tab-bar .st-tab-bar-item:active {
  opacity: 0.85;
}
.st-tab-bar .st-tab-bar-item .st-tab-bar-item-icon {
  width: 44px;
  height: 44px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.st-tab-bar .st-tab-bar-item .st-tab-bar-item-icon.record {
  background-image: url("../../images/tab-bar/record.svg");
}
.st-tab-bar .st-tab-bar-item .st-tab-bar-item-icon.signup {
  background-image: url("../../images/tab-bar/signup.svg");
  position: relative;
  width: 88px;
  height: 88px;
  top: -23px;
  border: 14px solid #fff;
  border-radius: 100%;
  box-sizing: content-box;
  box-shadow: 0px -5px 12px -2px rgba(48, 112, 220, 0.3);
}
.st-tab-bar .st-tab-bar-item .st-tab-bar-item-icon.signup + .st-tab-bar-item-name {
  position: relative;
  top: -35px;
}
.st-tab-bar .st-tab-bar-item .st-tab-bar-item-icon.feedback {
  background-image: url("../../images/tab-bar/feedback.svg");
}
.st-tab-bar .st-tab-bar-item .st-tab-bar-item-name {
  font-size: 20px;
  color: #999999;
  margin-top: 4px;
}
.st-tab-bar .st-tab-bar-item.active .st-tab-bar-item-name {
  color: #1E8AFF;
}
.st-tab-bar .st-tab-bar-item.active .st-tab-bar-item-icon.record {
  background-image: url("../../images/tab-bar/record-active.svg");
}
.st-tab-bar .st-tab-bar-item.active .st-tab-bar-item-icon.feedback {
  background-image: url("../../images/tab-bar/feedback-active.svg");
}
.st-upload-image .st-cell-content {
  gap: 12px;
}
.st-upload-image .st-cell-content .st-upload-image-item {
  position: relative;
}
.st-upload-image .st-cell-content .st-upload-image-item .st-upload-image-icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F8FA;
  background-size: cover;
}
.st-upload-image .st-cell-content .st-upload-image-item .st-upload-image-icon.add-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-upload-image .st-cell-content .st-upload-image-item .st-upload-image-icon.add-icon:after {
  height: 44px;
  width: 44px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100% 100%;
  background-color: #DCDEE0;
  content: "";
  display: block;
  -webkit-mask-image: url("../../images/common/camera.svg");
}
.st-upload-image .st-cell-content .st-upload-image-item .st-upload-image-icon .st-upload-image-delete {
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
  right: -8px;
  width: 24px;
  height: 24px;
  background-color: #EE0000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.st-upload-image .st-cell-content .st-upload-image-item .st-upload-image-icon .st-upload-image-delete:after {
  height: 22px;
  width: 22px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100% 100%;
  background-color: #fff;
  content: "";
  display: block;
  -webkit-mask-image: url("../../images/common/close.svg");
}
.st-upload-image .st-cell-content .st-upload-image-item[uploading-add-item] {
  display: none;
}
.st-upload-image .st-cell-content .st-upload-image-item[uploading-add-item]::after {
  width: 60%;
  height: 60%;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: url('../../images/common/loading.svg') no-repeat center center;
  background-size: 100% 100%;
  margin: auto;
  z-index: 2;
}
.st-upload-image .st-cell-content .st-upload-image-item[uploading-add-item]::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.st-upload-image .st-cell-content .empty {
  color: #A4A4A4;
  padding-bottom: 16px;
}
.st-upload-image.disabled .st-cell-content::after {
  display: none !important;
}
.st-cell-group .st-cell-group-label {
  display: flex;
  align-items: flex-end;
  padding: 16px 20px;
  background-color: #f5fbff;
}
.st-cell-group .st-cell-group-label .st-cell-group-label-text {
  flex: 1;
  min-width: 0;
  color: rgba(69, 90, 100, 0.6);
  display: flex;
  align-items: center;
}
.st-cell-group .st-cell-group-label .st-cell-group-help {
  min-width: 24px;
  min-height: 24px;
  background: url("../../images/common/help.svg") no-repeat 0 center;
  background-size: 100%;
  display: inline-block;
  background-size: 24px auto;
  content: "";
  color: #FFA144;
  margin-left: 10px;
  padding-left: 34px;
}
.st-cell-group .st-cell-group-label .st-cell-group-label-buttons {
  display: flex;
  align-items: center;
  gap: 18px;
}
.st-cell-group .st-cell-group-label .st-cell-group-label-buttons .add-button {
  width: 38px;
  height: 38px;
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-cell-group .st-cell-group-label .st-cell-group-label-buttons .add-button:after {
  height: 38px;
  width: 38px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100% 100%;
  background-color: #1E8AFF;
  content: "";
  display: block;
  -webkit-mask-image: url("../../images/common/add.svg");
}
.st-cell-group .st-cell-group-label .st-cell-group-label-buttons .delete-button {
  width: 38px;
  height: 38px;
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-cell-group .st-cell-group-label .st-cell-group-label-buttons .delete-button:after {
  height: 38px;
  width: 38px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100% 100%;
  background-color: #EE0000;
  content: "";
  display: block;
  -webkit-mask-image: url("../../images/common/delete.svg");
}
.st-cell-group .st-cell-group-content.st-cell-group-content-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.st-cell-group .st-cell-group-content.st-cell-group-content-empty .st-cell-group-content-empty-text {
  padding: 32px;
  font-size: 22px;
  color: #A4A4A4;
}
.st-cell-group .st-cell-group-content.st-cell-group-content-empty .st-button {
  font-size: 24px;
}
.st-cell-group .st-cell-group-content.st-cell-group-content-empty .st-button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.st-cell-group .st-cell-group-content.st-cell-group-content-empty .st-button .icon:after {
  height: 24px;
  width: 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100% 100%;
  background-color: #1E8AFF;
  content: "";
  display: block;
  -webkit-mask-image: url("../../images/common/add.svg");
}
