.logo-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 32px;
}
.name-icon {
  position: absolute;
  top: calc(50% - 6px);
  left: 39.34px;
  width: 120.5px;
  height: 12px;
}
.logo {
  width: 160px;
  position: relative;
  height: 32px;
}
.already-have-an {
  position: relative;
  line-height: 24px;
  font-weight: 500;
}
.link {
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  color: rgba(0, 100, 108, 0.86);
}
.already-have-an-account-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.logo-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.new-agent-registration {
  position: relative;
  letter-spacing: -0.1px;
  line-height: 30px;
}
.personal-information {
  position: relative;
  line-height: 24px;
}
.label {
  align-self: stretch;
  position: relative;
  line-height: 20px;
  font-weight: 500;
}
.placeholder {
  flex: 1;
  position: relative;
  line-height: 20px;
  border: none;
  background: transparent;
  outline: none;
}
.input-container {
  align-self: stretch;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 4px;
}
.root {
  align-self: stretch;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 9, 50, 0.12);
  box-sizing: border-box;
  height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 4px;
  color: rgba(0, 5, 29, 0.45);
}
.text-field {
  flex: 1;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.text-field-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  font-size: 14px;
  color: #1c2024;
}
.personal-information-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.checkbox1 {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 6, 46, 0.2);
  box-sizing: border-box;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.checkbox1 input {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

.checkbox1 input:checked ~ .abstract-check {
  display: block;
  background-color: #4d9ea5;
  border-color: #4d9ea5;
  position: relative;
}
.checkbox-container {
  height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.checkbox {
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.link3 {
  position: relative;
  line-height: 24px;
  font-weight: 500;
  z-index: 0;
  cursor: pointer;
}
.underline {
  width: 100%;
  position: absolute;
  margin: 0 !important;
  right: 0px;
  bottom: -1px;
  left: 0px;
  background-color: rgba(0, 116, 126, 0.7);
  height: 1px;
  z-index: 1;
}
.link2 {
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  color: rgba(0, 100, 108, 0.86);
}
.checkbox-parent {
  width: 720px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.text-field-parent1 {
  width: 720px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  font-size: 14px;
}
.frame-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  color: #1c2024;
}
.form {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  font-size: 16px;
  color: rgba(0, 100, 108, 0.86);
}
.new-agent-registration-parent {
  width: 800px;
  box-shadow: 0px 4px 16px -8px rgba(0, 140, 163, 0.04),
              0px 2px 12px -2px rgba(0, 140, 163, 0.04);
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px;
  box-sizing: border-box;
  gap: 32px;
  font-size: 24px;
  color: #1c2024;
}
.button {
    width: 240px;
    border-radius: 8px;
    box-sizing: border-box;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px 24px;
    text-align: left;
    font-size: 18px;
    font-family: Manrope;
    border: 1px solid rgba(0, 128, 140, 0.42);
  }
  
  .button1 {
    position: relative;
    letter-spacing: -0.04px;
    line-height: 26px;
    font-weight: 500;
  }

  .button--disabled {
    background-color: #e8e8ec;
    color: rgba(0, 5, 29, 0.45);
    cursor: not-allowed;
    border: none; 
  }
  
  .button--enabled {
    background-color: #4d9ea5;
    color: #fff;
    border: none; 
    cursor: pointer;
  }
  
.button2 {
  width: 240px;
  height: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
  color: rgba(0, 100, 108, 0.86);
}
.button-parent {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    font-size: 18px;
    color: rgba(0, 100, 108, 0.86);
    font-family: Manrope;
  }
.sign-up {
  width: 100%;
  position: relative;
  background-color: #f4fafb;
  height: 1024px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px;
  box-sizing: border-box;
  gap: 32px;
  text-align: left;
  font-size: 16px;
  color: rgba(0, 7, 20, 0.62);
  font-family: Manrope;
}

.tc-overlay {
  display: none;
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 9998; 
}

.tc-overlay.show {
  display: block;
}

.termsconditions {
  width: 800px;
  max-width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 12px 32px -16px rgba(0, 9, 50, 0.12), 
              0px 12px 60px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 47, 0.15);
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-size: 18px;
  color: #1c2024;
  font-family: Manrope;
  background: #fff;
  z-index: 9999;
}

.terms-conditions {
  position: relative;
  letter-spacing: -0.04px;
  line-height: 26px;
}
.abstract-cross-2 {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.content-container {
  width: 32px;
  border-radius: 4px;
  height: 32px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.icon-button {
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
}
.head {
  align-self: stretch;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 47, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.last-updated-date {
  margin: 0;
}
.last-updated-date-agreement-container {
  width: 700px;
  flex: 1;
  position: relative;
  line-height: 20px;
  display: inline-block;
}
.content-container1 {
  align-self: stretch;
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 0;
}
.scrollbar-thumb {
  position: absolute;
  height: 33.34%;
  width: 100%;
  top: 0%;
  right: 0%;
  bottom: 66.66%;
  left: 0%;
  border-radius: 3px;
  background-color: rgba(0, 8, 48, 0.27);
}
.scrollbar-area {
  align-self: stretch;
  flex: 1;
  position: relative;
  border-radius: 3px;
  background-color: rgba(0, 0, 51, 0.06);
  overflow: hidden;
}
.scroll-bar {
  width: 12px;
  margin: 0 !important;
  position: absolute;
  top: 24.5px;
  left: 788px;
  background-color: rgba(255, 255, 255, 0);
  height: 385px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 4px;
  box-sizing: border-box;
  z-index: 1;
}
.content {
    align-self: stretch;
    background-color: #f9f9fb;
    height: 349px;
    overflow-y: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px 0px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    color: rgba(0, 7, 20, 0.62);
  }
  
.tc-button1 {
  position: relative;
  letter-spacing: -0.04px;
  line-height: 26px;
  font-weight: 500;
}
.tc-button {
  width: 160px;
  border-radius: 8px;
  height: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
  box-sizing: border-box;
  background-color: #bbb;
  color: #fff;
  cursor: pointer;
}
.tc-button2 {
  width: 160px;
  border-radius: 8px;
  background-color: #4d9ea5;
  height: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
}
.tc-button2:hover {
  opacity: 0.9;
}
.button-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.cta {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 47, 0.15);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px 20px;
  color: #ce2c31;
}

