.my-info-modal-wrapper {
	position: fixed;
    top: 0;
    left:0;
}

.modal-wrapper > div.my-info-data {
    display: none;

}   
.modal-wrapper > div.my-info-data > form.modal-form  {
    width: 600px !important;
    /* height: 850px; */
    height: auto;
}
.modal-wrapper > div.my-info-data > form.modal-form > div.modal-category {
    width: 100%;
    height: auto; 
    padding-top: 24px;
}
.modal-wrapper > div.my-info-data > form.modal-form > div.modal-category > h1 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}
.modal-wrapper > div.my-info-data > form.modal-form > div.modal-category > div.content-info {
    width: 100%;
    height: auto;
    margin-bottom: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.modal-wrapper > div.my-info-data > form.modal-form > div.modal-category > div.content-info > div.content-info-name {
    width: 120px;
/*     height: 36px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.modal-wrapper > div.my-info-data > form.modal-form > div.modal-category > div.content-info > div.content-info-name > span{
	margin-right: 10px;
}
.modal-wrapper > div.my-info-data > form.modal-form > div.modal-category > div.content-info > div.content-info-data {
    flex: 1;
    height: 36px;
    font-size: 14px;
}