/* RAYOK_PORTAL_AUTO_SETUP_V1_3_UI */
.pas-master-form {
  max-width: 1180px;
}

.pas-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid var(--line, #20324b);
  border-radius: 8px;
  background: #101b2b;
}

.pas-section b {
  color: #fff;
}

.pas-section span {
  color: var(--muted, #9db0c8);
  text-align: right;
}

.pas-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pas-status span {
  border: 1px solid var(--line, #20324b);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--muted, #9db0c8);
}

.pas-status b {
  color: #e8f1ff;
}

.password-field {
  position: relative;
}

.password-field input {
  padding-right: 44px !important;
}

.password-eye {
  position: absolute;
  right: 9px;
  bottom: 10px;
  width: 28px;
  height: 24px;
  border: 0;
  background: transparent;
  color: #91a4bf;
  cursor: pointer;
  border-radius: 6px;
  padding: 0;
}

.password-eye:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 17px;
  height: 10px;
  border: 1.7px solid currentColor;
  border-radius: 50%;
}

.password-eye:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.password-eye:hover,
.password-eye.is-visible {
  color: #fff;
  background: #142238;
}

.copy-btn {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  border: 0 !important;
  background: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  padding: 0 !important;
  position: relative !important;
  flex: 0 0 auto;
}

.copy-btn:before,
.copy-btn:after {
  content: "";
  position: absolute;
  border: 1.6px solid #b9c8dd;
  border-radius: 2px;
  width: 9px;
  height: 12px;
}

.copy-btn:before {
  left: 6px;
  top: 8px;
  background: #0b1321;
}

.copy-btn:after {
  left: 10px;
  top: 4px;
  background: #101a2b;
}

.copy-btn:hover {
  background: #13233a !important;
}

.copy-btn:hover:before,
.copy-btn:hover:after {
  border-color: #fff;
}

.pas-mfa-box,
.mfa-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.pas-mfa-box svg,
.mfa-box svg {
  display: block;
  max-width: 260px;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
}

.pas-mfa-box .copy-line,
.mfa-box .copy-line {
  width: 100%;
}

.pas-saved-broker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--line, #20324b);
  border-radius: 8px;
  background: #0b1524;
  padding: 14px;
}

.pas-saved-broker b,
.pas-saved-broker span {
  display: block;
}

.pas-saved-broker span {
  color: var(--muted, #9db0c8);
  margin-top: 4px;
}

@media (max-width: 760px) {
  .pas-section,
  .pas-saved-broker {
    align-items: flex-start;
    flex-direction: column;
  }

  .pas-section span {
    text-align: left;
  }
}
