﻿.identityVerification-name {
  display: flex;
  column-gap: 30px;
}
@media screen and (max-width: 769px) {
  .identityVerification-name {
    flex-direction: column;
    row-gap: 20px;
  }
}
.identityVerification-date {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.identityVerification-date .x-input-number .x-input {
  width: 100px;
}
.identityVerification-date .x-input-number:not(:first-child) .x-input {
  width: 80px;
}
@media screen and (max-width: 769px) {
  .identityVerification-date {
    gap: 1rem;
  }
  .identityVerification-date .x-input-number .x-input {
    width: 90px;
  }
  .identityVerification-date .x-input-number:not(:first-child) .x-input {
    width: 70px;
  }
}
.identityVerification-overContent {
  overflow-x: hidden;
}

.x-field-body {
  flex-grow: 1.65;
}

.identityVerification .x-buttons {
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .identityVerification .x-buttons {
    flex-direction: column-reverse;
    margin-top: 60px;
  }
}
.identityVerification .x-input.x-m-medium {
  max-width: 255px;
}
