.edit {
    width: 100%;
    margin-bottom: 1rem;
    /* background-color: pink; */
}

.editRow {
    padding: 1rem 0.5rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(235, 235, 235);
    /* background-color: skyblue; */
}

.editIcon {
    width: 0.7rem;
    height: 0.7rem;
    flex-shrink: 0;
    /* background-color: #ff0000; */
}

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

.editLeft {
    flex: 1;
    /* background-color: cornflowerblue; */
}

.editRight {
    flex: 2.5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: rgb(255, 250, 0); */
}

input {
    flex: 1;
    /* background-color: darkorange; */
}

.editIcon2 {
    margin-right: 0.5rem;
    width: 0.8rem;
    height: 0.8rem;
    /* background-color: #ff0000; */
}

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

.editBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding: 0.5rem 0;
    border-radius: 5px;
    color: #000000;
    background-color: yellow;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}