.autoComplete_wrapper > input {
    border-color: #e2e2e2;
    border-radius: .25rem;
    border-width: 2px;
}

.no_result {
    padding: 1em;
    margin-bottom: 25px;
}

.profileBg {
    background-color: #e9e7e0;
}

/* not found styles */

.judge-profile {
    display: flex;
    flex-direction: column;
    gap: 10px;

  }
.judge-info h4 {
  font-family: ywftclarify-bold, sans-serif;
}

 .mainLine {
    border: 1.5px solid #000000;
    margin-top: 0px;
    opacity: 1;
}
.halfLine {
    border: 0.8px solid #000000;
    margin-top: 0px;
    opacity: 1;
}
 .judge-info table th {
    font-family: ywftclarify-bold, sans-serif;
    font-size: 18px;
    margin-right: 10px;
}

.judge-info table td {
    font-family: ywftclarify-regular, sans-serif;
    font-size: 18px;
}
 .judge-info table tr {
  line-height: 34px;
    border-bottom:  0.8px solid #00000050;

}

 .judge-info {
     font-family: ywftclarify-light, sans-serif;
     font-size: 22px;
     text-align: left;
     background-color: #e9e7e0;
 }

 .not-found {
     padding: 2em 1em;
     border-radius: .75em;
 }

 .profile-right-arrow {
     width: 50%;
     max-width: 50px;
 }