.userInfo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: black;
    border-bottom: 1px solid #e9e9e9;
    /* background-color: brown; */
}

.infoLeft,
.infoRight,
.rightdata {
    display: flex;
    align-items: center;
}

.infoLeft {
    width: fit-content;
    height: 2rem;
    /* background-color: #eccc14; */
}

/* .infoRight {
    background-color: #18af89;
} */

.rightdata {
    margin-right: 0.25rem;
    /* background-color: antiquewhite; */
}

.rightImg {
    position: relative;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: #ebebeb;
}

.rightImg img {
    border-radius: 50%;
    max-width: 100%;
}

.ImgIcon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.ImgIcon img {
    max-width: 80%;
}

.rightIcon {
    width: 0.6rem;
    height: 0.6rem;
    /* background-color: #fff; */
}

.rightIcon img {
    max-width: 100%;
}


.inputKey {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    /* background-color: skyblue; */
}

.obtain {
    padding: 0.5rem;
    border-radius: 5px;
    color: black;
    background-color: yellow;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}