/* ANYSHIP_RELATIONSHIP_CONTROLS_BRIDGE_V1 */

.as-rel-menu {
  min-width: 38px;
  justify-content: center;
}

.as-rel-dots {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

.as-rel-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 12px;
  background: rgba(0, 0, 0, 0.48);
  box-sizing: border-box;
}

.as-rel-sheet,
.as-rel-confirm {
  width: min(100%, 480px);
  overflow: hidden;
  border-radius: 18px;
  background: var(--f7-page-bg-color, #fff);
  box-shadow: 0 12px 44px rgba(0, 0, 0, 0.28);
  box-sizing: border-box;
}

.as-rel-sheet-title,
.as-rel-confirm-title {
  padding: 17px 18px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.as-rel-confirm-text {
  padding: 0 20px 18px;
  text-align: center;
  opacity: 0.72;
  font-size: 14px;
  line-height: 1.4;
}

.as-rel-sheet-button,
.as-rel-button {
  display: block;
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(128, 128, 128, 0.18);
  padding: 15px 18px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 16px;
  cursor: pointer;
}

.as-rel-sheet-danger,
.as-rel-danger {
  color: #ff3b30;
  font-weight: 600;
}

.as-rel-sheet-cancel,
.as-rel-cancel {
  font-weight: 600;
}

.as-rel-button:disabled {
  opacity: 0.55;
}

.as-rel-error {
  padding: 0 18px 14px;
  text-align: center;
  color: #ff3b30;
  font-size: 13px;
}
