@media screen and (max-width:500px) {
    .people_search_reimage {
        padding: 4px !important;
    }
}

@media screen and (max-width:38.75rem) {
    .people_search_name_relative {
        flex-flow: column;
        align-items: center;
    }

    .people_search_social_name_title {
        font-size: 26px !important;
    }

    .people_search_social_name_subtitle {
        font-size: 14px !important;
        margin: 0rem !important;
    }

    .people_search_name_first_name,
    .people_search_name_last_name,
    .people_search_name_submit {
        width: 16.25rem !important;
        min-height: 2.1875rem !important;
    }

    .people_search_name_submit {
        width: 260px !important;
        height: 41px;
    }
}

.people_search_social_name_container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: text;
    margin: 0 auto;
    margin-left: 0rem !important;
    background: #F5F8FB;
    max-width: 48rem;
    min-width: 20rem;
    min-height: 12.5rem;
    border-radius: .5625rem;
}

.people_search_social_name_title {
    padding: 1.25rem;
    font-size: 2.6875rem;
    font-weight: 600 !important;
    font-family: Gilmer, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    padding-bottom: 0rem !important;
    padding-top: 1.5rem !important;
}

.people_search_social_name_subtitle {
    margin: 0rem;
    margin-bottom: 8px;
    padding-top: 0rem !important;
    font-weight: 400;
    font-family: Gilmer, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
}

.col-md {
    text-align: center;
}

.people_search_name_relative {
    display: flex;
    justify-content: center;
    min-width: 20rem;
    gap: 10px;
    padding: 1.25rem;
}

.people_search_name_first_name,
.people_search_name_last_name {
    min-width: 192px;
    height: 47px;
    width: 11rem;
    border: 2px solid #97A0B1;
    padding-left: 10px !important;
    border-radius: .25rem !important;
    margin: 0px !important;
    background: #F5F8FB;
    font-size: 19px;
    font-family: Gilmer, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    color: #31354E !important;
}

.people_search_name_first_name:focus,
.people_search_name_last_name:focus {
    border-color: #67a4ff;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 .0625rem .0625rem rgba(0, 0, 0, .075), 0 0 .5rem rgba(102, 175, 233, .6);
    box-shadow: inset 0 .0625rem .0625rem rgba(0, 0, 0, .075), 0 0 .5rem rgba(102, 175, 233, .6);
}

.people_search_name_first_name::placeholder,
.people_search_name_last_name::placeholder {
    color: #97A0B1;
}

.people_search_name_last_name.people_search_error,
.people_search_name_first_name.people_search_error {
    background-image: url(/wp-content/plugins/easeware_people_search_social/image/check-error.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 10px) center !important;

}

.people_search_name_first_name.people_search_success,
.people_search_name_last_name.people_search_success {
    background-image: url(/wp-content/plugins/easeware_people_search_social/image/check-success.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 10px) center !important;
}

.people_search_name_submit {
    border-radius: .25rem !important;
    border: none;
    height: 47px;
    width: 135px;
    background-color: #61ca87 !important;
    padding: 0px !important;
    font-size: 19px !important;
    color: white !important;
    font-family: Gilmer, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    font-weight: 600 !important;
    cursor: pointer;
}

.people_search_name_submit:hover {
    transition: all .3s linear;
    opacity: 0.8;
}

/* Edit Style */
.edit_people_search_social_title_name {
    font-size: 38px !important;
    font-weight: 600 !important;
    font-family: Gilmer, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    margin-bottom: 10px !important;
}

.edit_people_search_social_subtitle_name {
    padding: 0px !important;
    font-family: Gilmer, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 16px !important;
}

.people_search_image {
    float: none !important;
    min-width: 300px;
}

.people_search_reimage {
    padding: 10px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}