body{
    font-family: 'Be Vietnam Pro';
}
.d-flex{
    display: flex;
    gap: 2rem;
}
.my-2{
    margin: 2rem 0;
}
.mt-2{
    margin: 2rem 0 0 0;
}
.justify-space-between{
    justify-content: space-between;
}
.trainer-search-form{
    color: #1b1c1c;
    padding: 2rem;
    background: white;
    border: 1px solid #1b1c1c0d;
    border-radius: .75rem;
}

.trainer-search-form > p{
    color: #5f5e5e;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 1.5rem;
}
.trainer-search-form .radio-group{
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.trainer-search-form .radio-group > p{
    color: #5f5e5e;
    font-weight: 400;
    margin-bottom: 0;
}
.trainer-search-form .radio-group .options{
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}
.trainer-search-form .radio-group .options [type='checkbox']:checked, [type='radio']:checked{
    background-color: #a4834a;
}
.trainer-search-form .radio-group .options .option{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.trainer-search-form .fields{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.trainer-search-form .field{
    display: flex;
}
.trainer-search-form .field > label{
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-right: 2rem;
}
.trainer-search-form .submit-button{
    display: flex;
    justify-content: center;
}
.trainer-search-form .submit-button button{
    background-color: #a4834a;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}
.trainer-search-form .field input{
    border-color: #e5e7eb;
}
.trainer-search-form .field input:focus{
    border-color: #a4834a;
    border-style: solid;
    box-shadow: 0 0 0 0px #fff, 0 0 #0000;
}
.filter-form{
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.filter-form .wrapper{
    background: white;
    width: 75%;
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    border: 1px solid #eaeaea;
    border-radius: 999px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.filter-form .wrapper .col{
    width: 100%;
    display: flex;
    align-items: center;
}
.filter-form .wrapper .col.left,
.filter-form .wrapper .col.right
{
    padding-left: 1rem;
}
.filter-form .wrapper .divider
{
    width: 1px;
    background-color: #eaeaea;
}
.filter-form .wrapper .col input{
    border: none;
    box-shadow: none;
}
.filter-form .wrapper .filter-button{
    background-color: #745723;
    padding: 1rem;
    border-radius: 999px;
}
.filters-container{
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.filters-container .filter-btn{
    background-color: transparent;
    color: #1b1c1c;
    font-family: 'Be Vietnam Pro';
    font-size: 0.75rem;
    padding: .5rem 1.25rem;
    border: 1px solid #d1c5b5;
    border-radius: 999px;
}
.page-id-173.ast-page-builder-template{
    background-color: white;
}
.sign-up-container p{
    margin: 0;
}
.sign-up-container .stepper-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.sign-up-container .stepper-wrapper .step-head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .25rem;
}
.sign-up-container .stepper-wrapper .step-head .number{
    background: #e9e8e7;
    color: #4e463a;
    border-radius: 999px;
    width: 2rem;
    height: 2rem;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}
.sign-up-container .stepper-wrapper .step-head.active .number{
    background: #745723;
    color: white;
}
.sign-up-container .stepper-wrapper .step-head.active .description{
    color: #745723;
}
.sign-up-container .header{
    margin-bottom: 2.5rem;
}
.sign-up-container .header h2{
    color: #1b1c1c;
    font-family: 'Manrope';
    font-size: 2rem;
    line-height: 2.25rem;
    letter-spacing: -0.01em;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.sign-up-container .header p{
    color: #4e463a;
    font-family: Be Vietnam Pro;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 400;
}
.sign-up-container .form .field,
.login-form .field{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.sign-up-container .form .field label,
.login-form .field label{
    color: #4e463a;
    font-size: .875rem;
    letter-spacing: 0.05em;
    font-weight: 600;
}
.login-form .field label{
    margin-bottom: .785rem;
}
.sign-up-container .form .field .text-error{
    color: #ba1a1a;
}
.sign-up-container .form .field label .opacity-60{
    opacity: 0.6;
}
.login-form .field a{
    color: #745723;
    font-size: 0.75rem;
    font-family: 'Be Vietnam Pro';
    line-height: 1rem;
    font-weight: 500;
}
.sign-up-container .form .field input,
.sign-up-container .form .field select,
.sign-up-container .form .field textarea
{
    background: #fbf9f6;
    height: 3rem;
    border-radius: 0.75rem;
    border: none;
    padding: 0 1rem;
    margin: .5rem 0;
}
.login-form input{
    color: #1b1c1c;
    background-color: #f5f3f3;
    padding: .785rem 1.5rem;
    border-radius: 1.5rem;
    border-style: none;
    height: auto;
}
.sign-up-container .form .field textarea{
    height: auto;
    padding: 1rem;
}
.sign-up-container .form .field input:focus,
.sign-up-container .form .field select:focus
{
    border: 1px solid #745723;
}
.sign-up-container .form .field input:hover,
.sign-up-container .form .field select:hover
{
    border: 1px solid #7458233f;
}
.sign-up-container .field-container{
    margin-top: 1rem;
}
.sign-up-container .field .social div{
    position: relative;
}
.sign-up-container .field .social input{
    padding-left: 2.5rem;
}
.sign-up-container .field .social > div:before{
    content: "\f103";
    font-family: "dashicons";
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translate(-50%, -50%);
}
.sign-up-container .btn-container button{
    background: transparent;
    color: #4e463a;
    border: 1px solid #d1c5b5;
    margin: .25rem;
    padding: .5rem 1rem;
    border-radius: 9999px;
}
.sign-up-container .btn-container button.active{
    background: #745723;
    color: white;
}
.sign-up-container .form-actions,
.login-form .form-actions
{
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.sign-up-container .form-final-actions{
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    display: none;
}
.sign-up-container .form-actions button,
.login-form .form-actions button
{
    background-color: #745723;
    font-size: .875rem;
    border-radius: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 10px 15px -3px rgb(116 87 35 / 0.2), 0 4px 6px -4px rgb(116 87 35 / 0.2);
}
.sign-up-container .form-actions p,
.login-form .form-actions p
{
    text-align: center;
}
.sign-up-container .form-actions a,
.login-form .form-actions a
{
    color: #745723;
}
.sign-up-container .form .step.first,
.sign-up-container .form .step.second,
.sign-up-container .form .step.third
{
    display: none;
}
.sign-up-container .form .step.active{
    display: block;
}
.sign-up-container .form .step .file-wrapper{
    background-color: #fbf9f8;
    border: 2px dashed #d1c5b5;
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: .5rem;
}
.avatar-container .photo-wrapper .photo{
    width: 6rem;
    height: 6rem;
    color: #4e463a;
    background: #e9e8e7;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #d1c5b5;
    border-radius: 9999px;
}
.avatar-container .photo-wrapper{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.avatar-container .photo-wrapper .photo span{
    width: 100%;
    line-height: 1.25rem;
}
.avatar-container .photo-wrapper .photo span:before{
    font-size: 2rem;
}
#success-modal{
    padding: 1rem;
    position: fixed;
    top: 2rem;
    right: 1rem;
    z-index: 100;
}
#success-modal .trainer-message{
    background-color: #e4e2e2;
    color: #4e463a;
    display: flex;
    gap: 1rem;
    max-width: 25rem;
    padding: 1rem;
    border: 1px solid #d1c5b5;
    border-radius: 0.75rem;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}
#success-modal .trainer-message h3{
    color: #1b1c1c;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
#success-modal .trainer-message p{
    color: #5f5e5e;
    font-size: 0.75rem;
    margin-bottom: 0;
}
#success-modal .trainer-message .check{
    color: #a4834a;
}
#success-modal .trainer-message .icon-check-wrapper{
    background-color: #a4834a1a;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    padding: .45rem;
}
#success-modal .trainer-message .close{
    color: #5f5e5e;
    cursor: pointer;
}