/* ------------------

update_phone.css

--------------------- */

#update_phone_wh {
    margin: 60px 0;
}

.input_number_box_7 {
    display: flex;
    justify-content: center;
}

.select_country_box_7 {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    border: none;
    border-bottom: 1px solid #191621;
    padding-right: 30px;
    margin-top: 50px;
}

.select_country_box_7 select {
    font-size: 13pt;
    letter-spacing: 1px;
    background-color: #fde4ab;
}

.phone_box_7 {
    text-align: center;
    color: #9b9b9b;
    font-size: 12pt;
}

.input_text_7 {
    display: flex;
    justify-content: center;
}

.input_text_7 input {
    height: 50px;
    width: 180px;
    margin: 50px 0 0 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #191621;
    font-size: 13pt;
    background-color: transparent;
    border-radius: 0;
    letter-spacing: 5px;
}

.phone_number_modiify_button_6{
    z-index: 999;
    position: fixed;
    font-size: 11pt;
    height: 65px;
    line-height: 65px;
    text-align: center;
    color: #FFFFFF;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 85%;
    max-width: 500px;
    border-radius: 100px;
    background: rgba(38, 79, 54, 0.85);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}