body {
  font-family: "Gilmer";
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--dark-blue-950, rgba(17, 24, 39, 1));
  position: relative;
}
.message {
  width: 866px !important;
  height: 56px !important;
  top: 20px;
  gap: 10px !important;
  border-radius: 12px !important;
  position: absolute !important;
  z-index: 1000;
  padding-left: 24px;
  padding-right: 24px;
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.message p {
  max-width: 790px !important;
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: var(--dark-blue-50, rgba(244, 246, 251, 1));
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide the overflowed text */
  text-overflow: ellipsis; /* Add ellipsis (...) */
}
.message button {
  height: 24px;
  width: 24px;
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
}
header {
  width: 100%;
  height: 84px;
  background: var(--dark-blue-950, rgba(17, 24, 39, 1));
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
header img {
  width: 150px;
  height: 36px;
}
header div {
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, 1);
  display: flex;
}
header span {
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 23px;
  line-height: 32px;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 1);
}
main {
  flex: 1;
  width: 100%;
  display: flex;
  background: var(--dark-blue-950, rgba(17, 24, 39, 1));
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
main div {
  width: 1090px;
  height: 768px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.topSection {
  width: 250px;
  height: 68px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 10;
  background: rgba(255, 255, 255, 1);
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: var(--dark-blue-700, rgba(43, 71, 121, 1));
  margin: 0;
}
.loginCard {
  width: 1090px;
  height: 725px;
  border-radius: 18.48px;
  background: rgba(255, 255, 255, 1);
  box-shadow:
    0px 4px 8px 0px rgba(60, 110, 112, 0.16),
    0px 15px 15px 0px rgba(60, 110, 112, 0.14),
    0px 34px 20px 0px rgba(60, 110, 112, 0.08),
    0px 60px 24px 0px rgba(60, 110, 112, 0.02),
    0px 94px 26px 0px rgba(60, 110, 112, 0);
  display: flex;
  z-index: 100;
  margin-top: -23px;
  position: relative;
}
.advert {
  width: 533px;
  height: 674px;
  top: 25px;
  left: 24px;
  border-radius: 10px;
  position: absolute;
  display: block;
  background:
    linear-gradient(0deg, #eaecf1, #eaecf1),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.closeIcon {
  top: 13px;
  left: 1063px;
  position: absolute;
  display: block;
}

.stepContainer {
  width: 485px;
  height: 96px;
  gap: 16px;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.stepContainer h2 {
  font-family: "Gilmer";
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1.2%;
  color: var(--dark-blue-950, rgba(17, 24, 39, 1));
  margin: 0;
  padding: 0;
}
.line {
  width: 485px;
  border-width: 1px;
  border: 1px solid var(--dark-blue-100, rgba(232, 236, 246, 1));
}
.stepContent {
  width: 485px;
  height: 32px;
  gap: 8px;
  flex-direction: row;
  display: flex;
}
.step {
  height: 32px;
  gap: 4px;
  flex-direction: column;
  display: flex;
}
.step div {
  height: 16px;
  border-radius: 8px;
  background: var(--dark-blue-100, rgba(232, 236, 246, 1));
}
.step p {
  font-family: "Gilmer";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1.2%;
  text-align: center;
  color: var(--greu-600, rgba(75, 96, 111, 1));
  margin: 0;
  padding: 0;
}

.personInfoContent {
  width: 485px;
  height: 302px;
  gap: 16px;
  flex-direction: column;
  display: flex;
}

.nameContent {
  width: 485px;
  height: 70px;
  gap: 4px;
  flex-direction: row;
  display: flex;
}

.nameContent div {
  width: 240px;
  height: 70px;
  gap: 6px;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.input {
  width: 240px;
  height: 40px;
  border-width: 1px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(222, 226, 230, 1);
  padding: 0;
  margin: 0;
  text-indent: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(173, 181, 189, 1);
  text-indent: 12px;
  font-family: "Gilmer";
  outline: none;
}
.input::placeholder {
  padding: 0;
  margin: 0;
  text-indent: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(173, 181, 189, 1);
  text-indent: 12px;
  font-family: "Gilmer";
  outline: none;
}
.input[type="number"]::-webkit-inner-spin-button,
.input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input[type="number"] {
  -moz-appearance: textfield; /* Firefox için */
}
.title {
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: rgba(0, 0, 0, 1);
  margin: 0;
}
.mailContent {
  width: 485px;
  height: 100px;
  gap: 6px;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.branchContent {
  width: 485px;
  height: 100px;
  gap: 6px;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative !important;
}
.mailContent span {
  font-family: "Gilmer";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0%;
  color: var(--greu-600, rgba(75, 96, 111, 1));
  max-width: 485px;
  max-height: 24px;
}
.branchContent select {
  -webkit-appearance: none; /* Safari ve Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* Genel */
  width: 485px;
  height: 40px;
  border-width: 1px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(222, 226, 230, 1);
  padding: 0;
  margin: 0;
  text-indent: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(173, 181, 189, 1);
  text-indent: 12px;
  font-family: "Gilmer";
  outline: none;
}
.branchContent span {
  font-family: "Gilmer";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0%;
  color: var(--greu-600, rgba(75, 96, 111, 1));
  max-width: 485px;
  max-height: 24px;
}
.buttonContent {
  width: 485px;
  height: 86px;
  gap: 14px;
  top: 590px;
  flex-direction: column;
  display: flex;
  position: absolute;
  align-items: flex-start;
  justify-content: flex-start;
}
.toggleContainer {
  width: 334px;
  height: 24px;
  padding-left: 8px;
  gap: 8px;
  flex-direction: row;
  display: flex;
}
.selectedToggleContent {
  width: 20.00001335144043px;
  height: 20.0000057220459px;
  padding: 0;
  border-radius: 50%;
  background:
    linear-gradient(90.79deg, #c22513 2.13%, #a12213 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  display: flex;
  justify-content: center;
  align-items: center;
}

.toggleContent {
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  appearance: none; /* Removes default styles */
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none; /* For Firefox */
  background-color: transparent; /* Removes background */
  outline: none; /* Removes focus outline */
  flex-direction: row;
  cursor: pointer;
}

.toggleContent::before {
  content: "";
  position: absolute;
  inset: 0; /* Kenarlara yapışsın */
  padding: 1.5px; /* Border kalınlığı */
  border-radius: 50%;
  background: linear-gradient(90.79deg, #c22513 2.13%, #a12213 100%);
  -webkit-mask:
    linear-gradient(white 0 0) content-box,
    linear-gradient(white 0 0);
  mask:
    linear-gradient(white 0 0) content-box,
    linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.buttonContent div div p {
  font-family: "Gilmer";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  background: var(--dark-blue-950, rgba(17, 24, 39, 1));
}
.buttonContent button {
  width: 485px;
  height: 48px;
  border: 1px solid;
  border-radius: 12px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 23px;
  line-height: 32px;
  letter-spacing: 1.2%;
  text-align: center;
  color: rgba(255, 242, 241, 1);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%),
    linear-gradient(145.45deg, #f15025 20.39%, #e73725 79.61%);
}
.companyInfoContent {
  width: 485px;
  height: 326px;
  gap: 16px;
  flex-direction: column;
  display: flex;
}
.tradeNameContent {
  width: 485px;
  height: 100px;
  gap: 6px;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.companyTypeContent {
  width: 485px;
  height: 124px;
  gap: 8px;
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.cityContent {
  width: 485px;
  height: 70px;
  gap: 8px;
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.tradeNameContent span {
  font-family: "Gilmer";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0%;
  color: var(--greu-600, rgba(75, 96, 111, 1));
  max-width: 485px;
  max-height: 24px;
}

.companyTypeContent div {
  width: 238.5px;
  height: 124px;
  gap: 8px;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  position: relative !important;
}
.companyTypeContent div select {
  -webkit-appearance: none; /* Safari ve Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* Genel */
  width: 238.5px;
  height: 40px;
  border-width: 1px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(222, 226, 230, 1);
  padding: 0;
  margin: 0;
  text-indent: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(173, 181, 189, 1);
  text-indent: 12px;
  font-family: "Gilmer";
  outline: none;
}
.companyTypeContent span {
  font-family: "Gilmer";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0%;
  color: var(--greu-600, rgba(75, 96, 111, 1));
  max-width: 485px;
  max-height: 24px;
}

.cityContent div {
  width: 238.5px;
  height: 70px;
  gap: 6px;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative !important;
}
.cityContent div select {
  -webkit-appearance: none; /* Safari ve Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* Genel */
  width: 238.5px;
  height: 40px;
  border-width: 1px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(222, 226, 230, 1);
  padding: 0;
  margin: 0;
  text-indent: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(173, 181, 189, 1);
  text-indent: 12px;
  font-family: "Gilmer";
  outline: none;
}
.confirmationCodeContiner {
  width: 485px;
  height: 120px;
  top: 249px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.confirmationCodeContiner span {
  font-family: "Gilmer", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.2%;
  color: var(--dark-blue-950, rgba(17, 24, 39, 1));
  white-space: nowrap; /* Prevents text from wrapping */
  overflow: hidden; /* Hides overflowed text */
  text-overflow: ellipsis; /* Adds ellipsis (...) when text overflows */
  max-width: 485px;
  margin-bottom: 24px;
  margin-top: 0;
}
.confirmationCodeContiner p {
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: var(--dark-blue-950, rgba(17, 24, 39, 1));
  margin-bottom: 8px;
  margin-top: 0;
}
.codeContent {
  width: 485px;
  height: 40px;
  gap: 4px;
  flex-direction: row;
  display: flex;
}
.codeContent input {
  width: 42px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 6px;
  border: 1px solid rgba(222, 226, 230, 1);
  outline: none;
  font-family: "Gilmer";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  color: rgba(173, 181, 189, 1);
  padding: 0;
}
.codeContent input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.codeContent input[type="number"] {
  -moz-appearance: textfield; /* Firefox için */
}
.codeContent input::-webkit-outer-spin-button,
.custom-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.codeContent input[type="number"] {
  -moz-appearance: textfield; /* For Firefox */
}
.codeContent button {
  width: 185px;
  height: 40px;
  border: 1px solid;
  border-radius: 12px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--CTA-50, rgba(255, 242, 241, 1));
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%),
    linear-gradient(145.45deg, #f15025 20.39%, #e73725 79.61%);
  margin-left: 12px;
}

.newPasswordContainer {
  width: 485px;
  height: 298px;
  top: 207px;
  gap: 24px;
  position: absolute;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.newPasswordContainer p {
  font-family: "Gilmer";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: var(--dark-blue-950, rgba(17, 24, 39, 1));
  margin: 0;
}
.emailContent {
  width: 327px;
  height: 70px;
  gap: 6px;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.emailContent p {
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: var(--greu-600, rgba(75, 96, 111, 1));
}
.emailContent span {
  font-family: "Gilmer";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--greu-600, rgba(75, 96, 111, 1));
  width: 295px;
  height: 40px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 6px;
  background: var(--bg_green, rgba(236, 241, 241, 1));
  border: 1px solid rgba(222, 226, 230, 1);
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  display: flex;
}

.emaiInputContent {
  width: 485px;
  height: 156px;
  gap: 16px;
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.inputContent {
  width: 320px;
  height: 156px;
  gap: 16px;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.inputContent div {
  width: 320px;
  height: 70px;
  gap: 6px;
  display: flex;
  flex-direction: column;
}
.inputContent div label {
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.2px;
  margin: 0;
  color: var(--dark-blue-950, rgba(17, 24, 39, 1));
}
.inputContent div input {
  width: 320px;
  height: 40px;
  border-width: 1px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(222, 226, 230, 1);
  padding: 0;
  margin: 0;
  text-indent: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(173, 181, 189, 1);
  text-indent: 12px;
  font-family: "Gilmer";
  outline: none;
}
.passwordControlContent {
  width: 149px;
  height: 132px;
  gap: 12px;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.passwordControlContent p {
  font-family: "Gilmer";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1.2px;
  color: var(--greu-600, rgba(75, 96, 111, 1));
  height: 24px;

  display: flex;
  align-items: flex-end;
}
.closeButton {
  width: 24px;
  height: 24px;
  all: unset;
  cursor: pointer;
}
.confirmationText {
  font-family: "Gilmer";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--dark-blue-950, rgba(17, 24, 39, 1));
}
