.setting-page{
    width: 1200px;
}

.setting-page-in{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}


.setting-side-bar{
    height: 430px;
    width: 370px;
    border-radius: 10px;
    padding:20px;
    background-color: #E9EBEE;
    margin-top: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.text-setting-side{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom:18px;
}

.text-setting-side > p{
    font-size: 25px;
    font-weight: bold;
}

.box-icon-side{
    width:40px;
    height:40px;
    background-color: #fff;
    display: flex;
    justify-content:center;
    align-items:center;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.box-icon-side > i{
    font-size:24px;
}

.general{
    margin-bottom: 10px;
    margin-top: 3px;
}

.general > p{
    font-size: 20px;
    font-weight: bold;
}

.active-side{
    color: green;
    font-weight: bold;
}

.sub-text-setting-side{
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.sub-text-setting-side:hover{
    color: green;
    font-weight: bold;
}

.icon-box-sidebar{
    width: 40px;
    background-color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.icon-box-sidebar > i{
    font-size: 1.2em;
}

.sub-text-setting-side > p{
    font-size:18px;
}
/* ============= */

.setting-infor{
    width: 800px;
    border-radius: 10px;
    padding:20px;
}

.st-text{
    margin-bottom: 10px;
    width: 100%;
}

.st-text > span{
    font-size: 1.3em;
    font-weight: bold;
    color: #363636;
}

.st-text > p{
    font-size: 15px;
    color:#474646;
}

.profile-infor-setting{
    margin-top:20px;
    width: 100%;
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin-bottom: 20px;
}

.picture-profile{
    display: flex;
    align-items: center;
    gap: 20px;
}

.picture-img{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.picture-img > img{
    width: 100%;
    object-fit: cover;
}

.name-picture > p{
    font-size:17px;
    font-weight:bold;
}

.btn-edit-profile{
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn-edit-profile > button{
    display: flex;
    align-items: center;
    gap:5px;
    padding: 5px 7px;
    background-color: transparent;
    border: none;
    font-size: 15px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;    border-radius: 10px;
}

.btn-edit-profile > button:hover{
    background-color:#ddd;
    transform: scale(1.05);
}

.name-used{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.mb-3-setting > label{
    color:#474646;
    font-weight:600;
}

.box-input,.box-text-input{
    width: 350px;
    height:37px;
    border-radius:7px;
    overflow: hidden;
    padding: 0 10px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    display: flex;
    align-items: center;
}

.box-input:hover,.box-text-input:hover{
    box-shadow: 0 0 0 1px skyblue;
}

.box-input .form-input{
    width: 320px;
    background-color: transparent;
    font-size: 20px;
    border:none;
}

.box-text-input .form-input{
    width: 320px;
    background-color: transparent;
    font-size:17px;
    border:none;
    height: 100%;
}

.box-text-input .form-input::placeholder{
    color: #363636;
    transform: translateY(-1px);
}

.box-input .form-input::placeholder{
    font-size:2em;
    color:#363636;
    transform: translateY(-4px);
}

.box-input .form-input:focus,.box-text-input .form-input:focus{
    outline:none;
}

.circle-plush{
    border: 1px solid green;
    width:23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.circle-plush > i{
    color: green;
}

.connected-account{
    width: 100%;
    padding:10px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.connected-left{
    display: flex;
    align-items: center;
    gap: 10px;
}

.img-connected{
    width: 50px;
    height: 50px;
    overflow:hidden;
}

.img-connected > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-connected > p{
    font-size: 18px;
    font-weight: bold;
}

.btn-connected > button{
    width:100px;
    font-size: 15px;
    border: 1px solid green;
    padding: 5px 0;
    border-radius: 10px;
    background-color: transparent;
    color: green;
}

.box-gender{
    width:350px;
    height: 20px;
}

.btn-save-setting{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 100px;
}

.btn-save-setting > button{
    background-color: transparent;
    border: 2px solid #1372AA;
    padding: 5px 10px;
    width: 140px;
    border-radius: 5px;
    font-size: 17px;
}

.bg-blue{
    background-color: #1372AA!important;
    color: #fff;
}

.btn-save-setting > button:hover{
    background-color: #1372AA;
    color: #fff;
}