.userWindow {
    display: none;
}
.profile_name, .userWindow ul li .imgWrap {
    cursor: pointer;
}

.password-dialog {
    position: fixed;
    inset: 0;
    margin: auto;
    width: 320px;
    height: auto;
    padding: 24px 16px;
    z-index: 111111;
    background: #fff;
    border-radius: 5px;
    box-shadow: 4px 4px 13px 0 rgb(0 0 0 / 50%);
    background-color: #fff;
}

.password-dialog .dialog-title {
    height: 47px;
    padding: 13px;
    background-color: #f5f2f2a6;
    position: relative;
}

.password-dialog .errorMessages {
    padding: 7px 13px;
    color: red;
    height: 66px;
    overflow-y: auto;
}

.password-dialog .dialog-header {
    display: flex;
    margin: 17px 13px 1px;
}

.password-dialog .dialog-header p {
    width: 50%;
    font-weight: bold;
    margin-left: 13px;
}

.password-dialog .dialog-header p:first-child {
    margin-left: 32px;
}

.password-dialog .dialog-contents {
    margin: 0px 13px 17px 13px;
    overflow-y: auto;
    height: 325px;
    display: flex;
    justify-content: space-around;
}

.password-dialog .dialog-contents .line-no li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

.password-dialog .dialog-btn {
    margin: 13px;
    display: flex;
    justify-content: end;
}

.password-dialog .dialog-btn .update-cancel {
    margin-right: 30px;
    width: 112px;
    height: 35px;
    padding: 9px 0;
}

.password-dialog .dialog-btn .do-update {
    width: 135px;
    height: 35px;
    padding: 9px 0;
}

.invisible {
    display: none;
}

.modal-o-fullscreen {
    left: 0;
    z-index: 999;
}

.mainscreen .userWindow {
    z-index: 9998;
}

.password-dialog .inputList {
    padding:1px 13px;
}

.password-dialog .inputList dd {
    margin-bottom: 24px;
}
