@media screen and (max-width:745px) {
    .sc_people_search_by_name_notbgc_container {
        flex-direction: column;
    }

    .sc_people_search_by_name_notbgc_input {
        width: 362px !important;
    }

    .sc_people_search_by_name_notbgc_btn {
        width: 362px !important;
        margin-left: 0px !important;
        margin-top: 10px;
    }
}

@media screen and (max-width:500px) {
    .sc_people_search_by_name_notbgc_container {
        flex-direction: column;
    }

    .sc_people_search_by_name_notbgc_input {
        width: 350px !important;
    }

    .sc_people_search_by_name_notbgc_btn {
        width: 350px !important;
    }
}

@media screen and (max-width:374px) {
    .sc_people_search_by_name_notbgc_input {
        width: 250px !important;
    }

    .sc_people_search_by_name_notbgc_btn {
        width: 250px !important;
    }

    .sc_people_search_by_name_notbgc_input {
        font-size: 13px !important;
    }

    .sc_people_search_by_name_notbgc_input::placeholder {
        font-size: 13px !important;
    }

    .sc_people_search_by_name_notbgc_btn {
        font-size: 13px !important;
    }
}

.sc_people_search_by_name_notbgc_container {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* margin-left: 0rem !important; */
    background: #ffffff;
    min-height: 70px;
    border-radius: .5625rem;
    cursor: text;
}

.people_search_by_name_relavite {
    position: relative;
}

.people_search_by_name_relavite .sc_people_search_by_name_notbgc_input {
    /* width: 100%; */
    min-width: 200px;
    width: 508px;
    height: 47px;
    border: 2px solid #DBDFE4;
    border-radius: 4px !important;
    padding-left: 15px !important;
    font-size: 20px;
    font-weight: 400;
    color: #31354E !important;
}

.sc_people_search_by_name_notbgc_input.sc_people_search_by_name_notbgc_error {
    background-image: url(../../image/check-error.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 10px) center !important;
}

.sc_people_search_by_name_notbgc_input.sc_people_search_by_name_notbgc_success {
    background-image: url(../../image/check-success.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 10px) center !important;
}

.sc_people_search_by_name_notbgc_input::placeholder {
    font-size: 20px;
    font-family: Gilmer, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    color: #687A86;
}

.sc_people_search_by_name_notbgc_input: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); */
}

.sc_people_search_by_name_notbgc_btn {
    border-radius: .25rem !important;
    border: none;
    height: 47px;
    width: 170px;
    background-color: #61ca87 !important;
    padding: 0px !important;
    margin-left: 11px;
    font-size: 20px !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;
}

.usa-flag {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 999;
    left: 6px;
    top: 18px;
    background: url(../../image/flag-usa.svg) no-repeat;
}

/* Edit Style */

.edit_usa-flag {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 999;
    left: 6px;
    top: 6px;
    background: url(../../image/flag-usa.svg) no-repeat;
}