.register-wrapper .button-wrapper {
  display: flex;
  justify-content: flex-end;
}


.password-verification {
  margin-bottom: 0px !important;
}


.formBorder-not-complete {
  border: 1px solid #f20f0f !important;
}

.form-control.formBorder-not-complete {
  border: 1px solid #f20f0f !important;
}

#name2.formBorder-not-complete {
  border: 1px solid #f20f0f !important;
}

#passwordInput.formBorder-not-complete {
  border: 1px solid #f20f0f !important;
}

#confirmPasswordInput.formBorder-not-complete {
  border: 1px solid #f20f0f !important;
}

.form-control.custom-select.formBorder-not-complete {
  border: 1px solid #f20f0f !important;
}

.password-input-div .form-control.formBorder-not-complete {
  border: 1px solid #f20f0f !important;
}

.send-again[disabled] {
  pointer-events: none;
  color: gray;
  cursor: not-allowed;
}

.register-wrapper {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.background-image {
  position: absolute;
  bottom: -9px;
  left: -106px;
}

.register-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.register-section2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.register-section h2 {
  color: #0d0d0d;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -2.88px;
  margin-bottom: 12px !important;
  text-transform: capitalize !important;
}

.register-section h3 {
  color: #0d0d0d;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0px !important;
}

.form-change-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}


.form-title {
  margin: 0px 8px 8px 8px;
  color: #0d0d0d;
  font-size: 18px;
  font-weight: 600;
  gap: 18px;
}

.form-area-inside {
  position: relative;
}

.register-left {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.red-blur {
  position: absolute;
}

.red-blur svg {
  top: -88px;
  position: absolute;
  left: -149px;
}

.progress-container-register .circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #747474;
}

.progress-container-register {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.form-title {
  display: flex;
  align-items: center;
}

.form-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block: 30px;
}


.corporate-button svg path {
  fill: #6a6d7b !important;
}

.corporate-button.active svg path {
  fill: #fff !important;
}


.register-corporate-form-class .btn {
  margin-top: 25px !important;
}

.register-image-left {
  padding-inline: 50px;
}

.background-image-circle {
  position: absolute;
  transform: translate(-7%, -9%);
}

.background-image-circle img {
  width: 1000px;
}

.subtitle h3 {
  color: #c0d0ff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.big-title span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.big-title {
  text-align: center;
}

.form-corporate-area-step {
  display: none;
}

.form-corporate-area-step.active {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.step1-icon svg {
  fill: red;
}

#brand-id {
  padding-right: 30px;
}

#brand_id::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  /* Arrow color */
}

.circle.active {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #0057d9;
}

.circle.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #005AA9;
  border: 1px solid #005AA9;
  border-radius: 50%;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 100px;
  background: #fff;
  display: flex;
  align-items: center;
}

.custom-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  outline: none !important;
  background: transparent !important;
  flex: 1 !important;
  padding: 10px !important;
  font-size: 12x !important;
  color: #555 !important;
  height: 45px !important;
  border: 1px solid rgba(107, 107, 107, 0.3) !important;
}

.custom-arrow {
  position: absolute;
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.custom-select-wrapper:hover {
  border-color: #aaa;
}

.error-border {
  border: 2px solid red;
}

.error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

.checkboxes {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}




.error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

.select2-container .select2-selection--single {
  border-radius: 10px !important;
  border: 1px solid #e8e8e8 !important;
}

.tax-office-city-div {
  padding-left: 0px !important;
}

.tax-office-div {
  padding-right: 0px !important;
}

.tax-office-wrapper {
  display: flex;
}

.select2-search input {
  height: 45px !important;
}



.check-error {
  margin: 0px !important;
}



.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

.select2-container .select2-selection--single {
  height: 45px !important;
  align-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
}

.form-control {
  color: #2242a0 !important;
}

select#Franchise-question.form-control.custom-select.formBorder-not-complete {
  border: 1px solid #f20f0f !important;
}

select#brand_id.form-control.custom-select.formBorder-not-complete {
  border: 1px solid #f20f0f !important;
}

select#corporate-account-type.form-control.custom-select.formBorder-not-complete {
  border: 1px solid #f20f0f !important;
}

#diger,
#on,
#of {
  padding-left: 9px !important;
}

.custom-arrow-city {
  right: 24px !important;
  bottom: 11px !important;
}

.custom-arrow-office {
  bottom: 11px !important;
}

.filter-tags-wrap.formBorder-not-complete label:before {
  border: 1px solid #f20f0f important;
}

.filter-tags-wrap .checkboxes label.formBorder-not-complete:before {
  border: 2px solid #f20f0f !important;
  /* Force red border */
}



.filter-tags-form {
  margin-top: 2rem !important;
}

.filter-tags-wrap [type="checkbox"]:checked {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 16px !important;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 15px;
}



.companyType input[type="radio"] {
  border-radius: 100px !important;
}

.password-verification li {
  margin-top: 4px !important;
}

.form-divs {
  margin-bottom: 24px !important;
}

.q-button {
  margin-block: 40px !important;
}

.redirect-to-register {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #0d0d0d;
  margin-bottom: 8px;
  margin-top: 12px;
}

.social-login-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px 0;
}

.social-divider {
  flex-grow: 1;
  height: 1px;
  background-color: #e8e8e8;
  margin: 0 10px;
}

input[type="checkbox"]:checked {
  color: #005AA9 !important;
}

.redirect-to-register-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #0d0d0d;
  margin-top: 32px;
}

.redirect-to-register-text a {
  color: #005AA9 !important;
  text-decoration: underline !important;
  font-weight: 500 !important;
}

.topTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 10px;
}

.corporate-type-card label {
  font-size: 15px !important;
  color: #6b6b6b;
  line-height: 20px !important;
}


.card-subtitle {
  margin-top: 10px;
  color: #697586;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.card-big-title {
  color: #121926;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

#step1 .row {
  justify-content: space-around;
  margin-bottom: 30px;
}

.ghost-card {
  visibility: hidden;
}

.corporate-type-card label {
  margin-bottom: 0px !important;
}

.svg-container {
  position: relative;
  display: inline-block;
}

.svg-container:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  transform: translateX(-50%);
  background-color: black;
  color: white;
  padding: 20px;
  border-radius: 4px;
  font-size: 13px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 10;
  bottom: 120%;
  /* Adjust based on positioning needs */
  left: 50%;
  line-height: 20px;
  width: 500px;
}

.svg-container:hover::after {
  opacity: 1;
}

.companyType input[type="radio"] {
  width: 32px;
  height: 32px;
}

.companyType input[type="radio"]::before {
  width: 16px !important;
  height: 16px !important;
}

.code-input::placeholder {
  color: #d0d5dd !important;
}

.password-input-div {
  position: relative;
}

.password-icon {
  position: absolute;
  top: 41px;
  font-size: 14px;
  right: 13px;
}

.password-input-confirmation-div {
  position: relative;
}

.password-confirmation-icon {
  position: absolute;
  top: 41px;
  font-size: 14px;
  right: 13px;
}


.checkboxeDiv {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.filter-tags-wrap {
  display: flex;
  align-items: flex-start;
}

/* Checkbox styling */
.filter-tags-wrap input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #005AA9;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  background-color: white;
  margin: 0;
  flex-shrink: 0;
  display: inline-block;
}

.filter-tags-wrap label {
  font-size: 13px;
  font-weight: 300;
  margin-left: 12px;
  line-height: 1.4;
  cursor: pointer;
}

.hidden-radio {
  display: none !important;
}

.card-header-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.card-header-icon svg {
  width: 100%;
  height: 100%;
}

.corporate-type-card .corporate-type-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.corporate-type-card .card-big-title span {
  font-weight: 600;
  font-size: 13px;
  color: #111827;
}

.corporate-type-card .card-subtitle {
  font-size: 10px;
  color: #6b7280;
  margin-top: 4px;
  position: relative;
}

.hidden-radio {
  display: none;
}

.card-subtitle {
  position: relative;
  z-index: 5;
}

.card-button {
  position: relative;
  z-index: 2;
}

.corporate-type-card {
  border-radius: 10px;
  padding: 24px 37px 24px 30px;
  background-color: #EFF1F5;
  cursor: pointer;
  position: relative;
  min-height: 100px;
  display: block;
  transition: all 0.3s ease;
  border: 1px solid #EFF1F5;
}

.corporate-type-card:hover,
.corporate-type-card:has(input[type="radio"]:checked) {
  background-color: #fff;
  border: 1px solid #1849A9;
}

.corporate-type-card:hover .card-big-title span,
.corporate-type-card:hover .card-subtitle,
.corporate-type-card:has(input[type="radio"]:checked) .card-big-title span,
.corporate-type-card:has(input[type="radio"]:checked) .card-subtitle {
  color: #1849A9 !important;
}

.corporate-card-content {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
}

.card-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.svg-icon-corporate {
  color: #1849A9;
}

.corporate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

@media (max-width: 768px) {

  .next-btn-step-1 {
    width: 100% !important;
  }

  .selected-corporate-type {
    margin-block: 20px;
  }

}

@media (min-width: 768px) {

  .next-btn-step-1 {
    width: 50% !important;
  }

}


.auth-col-right-corporate {
  display: flex;
  flex-direction: column;
  max-width: 810px;
}


.select2-container .select2-selection--single .select2-selection__rendered,
.select2-selection__placeholder {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;

}

.select2-container--default .select2-selection--single {
  background-color: #f5f7fa !important;
  border: none !important;
  width: 100%;
  border-radius: 6px;
  cursor: pointer;
  padding-left: 10px;
  padding-block: 0px;
  height: 50px !important;
  border-radius: 8px !important;
}

.select2-selection--single .select2-selection__arrow::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  color: #888;
  position: absolute;
  right: 13px;
  top: 21px;
  transform: translateY(-50%);
}

.step-5-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
}

.register-corporate-form-class {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.register-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media(min-width: 1024px) {
  .auth-form-wrapper-individual {
    max-height: 100%;
    overflow: scroll;
  }

  .auth-col-right-corporate {
    height: 90vh !important;
  }

  .auth-col-right {
    padding-inline: 70px;
    height: 80vh;
  }
}

@media (max-width: 1024px) {
  .auth-col-right-corporate {
    height:90vh;
  }

  .auth-col-right {
    padding-inline: 70px;
    height: 80vh;
  }

}

.auth-inner-wrapper {
  padding: 2px;
}

.step-progress {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.step-bar {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 60vw;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .step-bar {
    max-width: 90vw;
  }

}

.step {
  height: 6px;
  border-radius: 3px;
  background-color: #e5e7eb;
  flex: 1;
  transition: background-color 0.3s ease;
}

.step.completed {
  background-color: #67d3a2;
}

.step.current {
  background-color: #005aa9;
}

@media(max-width: 768px) {
  .auth-col-right {
    padding-inline: 10px;
  }

  .auth-wrapper,
  .auth-form-wrapper,
  .auth-wrapper-individual {
    padding-inline: 10px;
  }

  .es-btn {
    padding: 10px !important;
  }
}

.form-corporate-area-step {
  height: 100%;
}

@media(max-width: 1024px) {
  .corporate-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1000px) {
  .big-title {
    padding-inline: 7rem;
    padding-top: 2rem;
  }

  .register-left {
    margin-top: 9rem;
  }

  .content-col {
    padding: 30px 30px 30px 0px;
  }

  .auth-wrapper {
    overflow: hidden;
    height: 100vh;
  }

  .google-part {
    padding-inline: 50px;
  }
}

@media (min-width: 1030px) {

  .google-part {
    padding-inline: 120px;
  }
}


@media (max-width: 1000px) {
  .register-section {
    display: flex;
    flex-direction: column;
  }

  .register-left {
    margin: 2rem;
  }

  .topTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500 !important;
  }

  .topTitle h2 {
    font-size: 40px !important;
  }

  .redirect-to-register-text {
    font-size: 12px !important;
  }

  .topTitle .btn {
    padding: 0.5rem 1.3rem;
    border-width: 1px !important;
  }

  .form-change-buttons .btn {
    padding: 0.8rem 2.8rem;
  }
}

@media (max-width:768px) {
  #step1 .row {
    justify-content: space-around;
    margin-bottom: 12px;
    gap: 12px;
  }

  .ad-col {
    display: none;
  }

  .content-col {
    padding: 0px;
  }
}

.svg-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.svg-container:hover::after {
  opacity: 0.8;
  z-index: 100;
}


.ad-part img {
  object-fit: contain;
  height: 100vh;
  padding: 30px 0px 30px 30px;
}

.ad-part {
  justify-content: flex-start;
}
