@font-face {
  font-family: "SF Pro Display-Semibold";
  font-style: normal;
  font-weight: 400;
  src: url("../font/FontsFree-Net-SFProDisplay-Semibold.ttf") format("opentype");
}

@font-face {
  font-family: "SF Pro Display-Light";
  font-style: normal;
  font-weight: 400;
  src: url("../font/FontsFree-Net-SFProDisplay-Light.ttf") format("opentype");
}

@font-face {
  font-family: "SF Pro Display-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("../font/FontsFree-Net-SFProDisplay-Medium.ttf") format("opentype");
}

@font-face {
  font-family: "SF Pro Display-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../font/FontsFree-Net-SFProDisplay-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "SF Pro Display-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../font/FontsFree-Net-SFProDisplay-Bold.ttf") format("opentype");
}

.component-wrapper a {
  display: contents;
  pointer-events: auto;
  text-decoration: none;
}

.component-wrapper * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  pointer-events: none;
}

.component-wrapper a *,
.component-wrapper input,
.component-wrapper video,
.component-wrapper iframe {
  pointer-events: auto;
}

.component-wrapper.not-ready,
.component-wrapper.not-ready * {
  visibility: hidden !important;
}

.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.listeners-active,
.listeners-active * {
  pointer-events: auto;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

:root {
  --blue-primary2: #1e62dc;
  --blue-primary3: #3b9ff3;
  --grey8: #a5a3a9;
  --white: #ffffff;

  --font-size-l: 40px;
  --font-size-m: 16px;

  --font-family-sf_pro_display-bold: "SF Pro Display-Bold", Helvetica;
  --font-family-sf_pro_display-regular: "SF Pro Display-Regular", Helvetica;
  --font-family-sf_pro_display-semibold: "SF Pro Display-Semibold", Helvetica;
}
body,
html {
  height: 100%;
}
.auditor {
  align-items: center;
  background-image: url("../image/background-tr.svg");
  display: flex;
  flex-direction: column;
  padding: 80px 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.auditor .checkout {
  color: var(--white);
  font-family: var(--font-family-sf_pro_display-bold);
  font-size: var(--font-size-l);
  letter-spacing: 0;
  line-height: 52px;
  margin-left: 3px;
  min-height: 52px;
  min-width: 239px;
  text-align: center;
  white-space: nowrap;
}

.auditor .frame-7615 {
  align-items: center;
  background-color: var(--white);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  padding: 25px 0;
  width: 570px;
}

.auditor .flex-row {
  align-items: flex-start;
  display: flex;
  min-width: 362px;
  width: 100%;
}

.auditor .flex-row .nav-bar-container {
  width: 100%;
}

.auditor .flex-row .nav-bar-container {
  width: 100%;
}

.auditor .credit-card {
  color: var(--grey8);
  font-family: var(--font-family-sf_pro_display-bold);
  font-size: var(--font-size-m);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  min-height: 24px;
  min-width: 71px;
  flex: 1;
  text-align: center;
  white-space: nowrap;
}

.auditor .pay-pal {
  color: var(--grey8);
  font-family: var(--font-family-sf_pro_display-bold);
  font-size: var(--font-size-m);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  flex: 1;
  min-height: 24px;
  min-width: 82px;
  text-align: center;
  white-space: nowrap;
}

.auditor .nav-tabs .nav-link {
  border: 2px solid transparent;
  border-bottom-color: #ebeaed;
}

.auditor .nav-tabs .nav-link:hover {
  border: 2px solid transparent;
}

.auditor .overlap-group {
  align-items: flex-start;
  background-image: url("../image/BG@2x.svg");
  background-size: 100% 100%;
  display: flex;
  margin-top: 20px;
  min-width: 570px;
}

.auditor .selected {
  height: 3px;
  width: 285px;
}

.auditor .flex-row-1 {
  align-items: flex-start;
  display: flex;
  margin-top: 30px;
  min-width: 510px;
}
.auditor .flex-row-2 {
  align-items: flex-start;
  display: flex;
  margin-top: 30px;
  min-width: 510px;
}

.nav-custom {
  border-bottom: none !important;
}
.nav-tabs .nav-link.active {
  color: var(--blue-primary2) !important;
  border-color: var(--white) !important;
  border-bottom: 2px solid var(--blue-primary2) !important;
}
.nav-link:hover {
  border-color: var(--white) !important;
}
.label-1 {
  position: static;
  width: 100px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  font-family: var(--font-family-sf_pro_display-regular);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #333333;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 1px;
}

.label-required {
  padding-bottom: 12px;
  padding-left: 3px;
}

.input-label-1 {
  width: 240px;
  height: 48px;
  left: 0px;
  top: 32px;
  background: #ffffff;
  border: 1px solid #d2d1d4 !important;
  box-sizing: border-box !important;
  border-radius: 8px !important;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin: 8px 0px !important;
}
.input-label-1::placeholder {
  position: static;
  width: 208px;
  left: calc(50% - 208px / 2);
  top: 0px;
  bottom: 0px;
  font-family: var(--font-family-sf_pro_display-regular);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #8e8c94;
  flex: none;
  order: 1;
  flex-grow: 1;
  margin: 0px 6px;
}
.input-wrapper {
  position: static;
  width: 235px;
  height: 80px;
  left: 0px;
  top: 0px;
  border-radius: 2px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.custom-wrapper-input {
  width: 500px !important;
}
.custom-button {
  display: flex;
  padding: 0px;
  width: 500px;
  height: 56px;
  background: #3b9ff3 !important;
  font-family: var(--font-family-sf_pro_display-regular);
  letter-spacing: 1px;
  border-radius: 8px;
  color: white !important;
  margin-left: 15px;
}
.custom-button:hover {
  background: #44b5f2 !important;
  color: white !important;
}

.tab-hiden {
  display: none !important;
}

.fade-title {
  opacity: 0;
}

.notification-section {
  padding: 20px 0;
  width: 390px;
}

.notification-section .title {
  font-family: var(--font-family-sf_pro_display-regular);
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  color: #34303e;
  padding-top: 12px;
}
.back-button {
  font-family: var(--font-family-sf_pro_display-regular);
  letter-spacing: 1px;
  display: flex;
  padding: 0px;
  width: 390px;
  height: 56px;
  border-radius: 8px;
  color: white !important;
  padding: 0 !important;
}

.link-button {
  font-family: var(--font-family-sf_pro_display-regular);
  letter-spacing: 1.5px;
  width: 100%;
  display: flex !important;
  background: #3b9ff3 !important;
  height: 56px;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  color: white !important;
  border-radius: 8px;
}

.link-button:hover {
  background: #44b5f2 !important;
}

.text-message {
  font-family: var(--font-family-sf_pro_display-regular);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #34303e;
  padding-top: 12px;
}

.success-modal {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -40px !important;
}
