.user-profile-change-form-container{
    width: 100%;
    padding-top: 1.875rem;
}
.user-profile-change-form{
    width: calc(100% - 15rem);
    padding: 5.625rem 7.5rem;
    background-color: #f2f2f2;
    border-radius: 1.25rem;
}
.user-profile-change-form-item{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: #c6c6c6 solid 1px;
    padding-bottom: 1.875rem;
}
.user-profile-change-form-item:last-of-type{
    border-bottom: none;
}
.user-profile-change-form-item-label{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 400;

    color: #444444;
    padding-top: 2.5rem;
}
.user-profile-change-form-item-label span{
    color: #c42733;
}
.user-profile-change-form-item-value{
    width: 100%;
    padding-top: 1.875rem;
}
.user-profile-change-form-item-value-wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2.5rem;
}
.user-profile-change-form-item-value-wrap:last-of-type{
    margin-bottom: 0;
}
.user-profile-change-form-item-value-wrap label{
    margin-right: 2.125rem;
}
.user-profile-change-form-item-value-wrap label:last-of-type{
    margin-right: 0;
}
.user-profile-change-form-item-radio{
    margin-right: 0.625rem;
    accent-color: #c42733;
}
.user-profile-change-form-item-value-input-wrap{
    flex: 1;
    margin-right: 2.5rem;
    border: #e0e0e0 solid 1px;
    border-radius: 1.25rem;
    padding: 1.875rem 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #ffffff;
}
.user-profile-change-form-item-value-input-wrap-start{
    align-items: flex-start;
}
.user-profile-change-form-item-value-input-wrap:last-of-type{
    margin-right: 0;
}
.user-profile-change-form-item-value-label{
    font-size: 1rem;
    font-weight: 400;

    color: #444444;
}
.user-profile-change-form-item-value-label span{
    color: #c42733;
}
.user-profile-change-form-item-value-input{
    flex: 1;
    border: none;
    outline: none;
    padding-left: 0.625rem;
    font-size: 1rem;
    font-weight: 400;

    color: #444444;
}
textarea.user-profile-change-form-item-value-input{
    height: max-content;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400;

    color: #444444;
}
.user-profile-change-form-item-value-tips{
    width: 100%;
    text-align: left;
    font-size: 1rem;

    color: #444444;
}
.user-profile-change-form-item-value-btn{
    width: max-content;
    padding: 0 4.375rem;
    height: 4.25rem;
    border-radius: 2.125rem;
    background-color: #444444;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.user-profile-change-form-item-value-btn-icon{
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 0.9375rem;
}
.user-profile-change-form-item-value-btn-icon-img{
    width: 1.125rem;
    height: 1.125rem;
    object-fit: contain;
}
.user-profile-change-form-item-value-btn-title{
    flex: 1;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 400;

    color: #ffffff;
}
.user-profile-change-form-footer{
    width: 100%;
    padding-top: 3.125rem;
}
.user-profile-change-form-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.user-profile-change-form-action{
    width: max-content;
    padding: 0 4rem;
    height: 4.25rem;
    border-radius: 2.125rem;
    line-height: 4.25rem;
    background-color: #c40d23;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 400;

}
.user-profile-change-form-action:hover{
    opacity: 0.8;
}