#user_settings_page{
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}
.user_settings_tabs {
    width: 33.33%;
    height: 160px;
    background-color: #43484b;
    box-sizing: border-box;
    text-align: center;
    border: 0.3em solid #272e30;
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.user_setting_menu_wrapper{
    display: none;
}
.user_setting_menu_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding: 10px;
}
.user_menu_btn_title{
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.user_setting_icon{
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab_icon{
    fill: #fff;
    width: 50px;
    height: 50px;
}
.fill_icon_color{
    fill: #3dcbff;
}

.tabs_wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1140px;
    margin: auto;
    box-shadow: 1px 1px 1.5px -0.5px rgba(255, 255, 255, 0.1), 0.5px 1px 6px 0px rgba(0, 0, 0, 0.7) inset;
}
.tab{
    width: 49.8%;
    border: 1px solid rgba(0, 0, 0, 0.4);
}
.tab_form{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.4);
}
.form_w{
    padding: 0px 25px;
}
div.show_me{
    display: block;
}
.color_text{
    color:#3dcbff;
}

.tab,
.tab_form{
    width: 80%;
}

.user_setting_menu_wrapper{
    display: block;
}
.hide_user_settings_menu{
    display: none;
}
.show_user_settings{
    display: block;
    transition: 0.5s ease;
}
.user_settings_tabs h3{
    font-size: 14px;
}
.tabs_wrapper{
    flex-direction: column;
    box-shadow:none;
}
.tab,
.tab_form{
    width: 96%;
    border: 0px;
    margin: auto;
}
.form_w{
    padding: 0px 15px;
}
.tab_title{
    background-color: #43484B;
    width: 98%;
    height: 60px;
    display: flex;
    align-items: center;
    color: #fff;
    border:0.3em solid #272e30;
    margin-bottom: 10px;
}
.tab_title p{
    text-transform: capitalize ;
    width: 60%;
    text-align: center;
}
.tab_title_icon{
    width: 20%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_title_icon svg{
    width: 30px;
    height: 30px;
}
.slide_icons svg{
    fill: #fff;
    width: 25px;
    height: 25px;
}
.tab_spacer{
    width: 20%;
}
.slide_tab_wrapper{
    cursor: pointer;
    width: 98%;
    margin: auto;
}
.user_tabs_title{
    border-top: 1px solid #63686a;
    padding: 10px 15px ;
    background-image: url(../img/arrow_down.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 13px) 40%;
    background-size: 5%;
    display: flex;
    flex-wrap: wrap;
}
.background_toggler_arrow{
    background-image: url(../img/arrow_up.png);
}
.user_tabs_title h4{
    color: #fff;
    text-transform: uppercase;
    margin-left: 15px;
    font-size: 18px;
    line-height: 25px;
}
.hide_input_tab{
    display: none;
}

@media screen and (max-width: 599px) {
    .user_settings_tabs {
        height: 30vw;
    }
}
  
@media screen and (max-width: 321px) {
    .tab_icon{
        height: 30px;
    }
    .user_settings_tabs h3{
        font-size: 12px;
    }
    .user_tabs_title h4{
        font-size: 14px;
    }
    .tab_title,
    .tab_title_icon{
        height: 50px;
    }
}

#req_confirm,
#send_code {
    display: none;
}
