.redoUnderButton {
    z-index: 900;
}
.redoUnderButton {
    background: #DFD3F5;
    border: 2px solid #A354EF;
    box-shadow: 0px 12px 14px rgba(103, 58, 183, 0.2);
    /* width: 80px; */
    height: 62px;
    border-radius: 50%;
    margin: 10px;
}
.copyButton:hover {
    background: rgba(56, 171, 183, 0.3);
}
.copyButton:focus {
    background: rgba(36, 116, 124, 0.3);
}
.deleteButton:hover {
    background: rgba(214, 87, 62, 0.3);
}
.deleteButton:focus {
    background: rgba(115, 42, 27, 0.3);
}
.redoUnderButton:hover {
    background: #F1CAFF;
}
.redoUnderButton:focus {
    background: #A354EF;
}
.redoUnderButton:focus img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(200%) contrast(200%);
}
.otherContents:hover {
    background: rgba(208, 77, 255, 0.1);
    cursor: pointer;
}
.editInput {
    outline: none;
    background-color: transparent !important;
    width: 100%;
    border: none;
    overflow: hidden;
    z-index: -1;
    line-height: 1.334em;
    font-family: 'Roboto',sans-serif;
}
.editInputModuel {
    outline: none;
    background-color: transparent !important;
    width: 100%;
    border: none;
    z-index: -1;
    line-height: 1.334em;
    font-family: 'Roboto',sans-serif;
    min-height: 600px;
}
.editBox {
    position: relative;
    padding: 12px;
}
.editMenu {
    position: absolute;
    top: 0;
    left: -25px;
    top: -25px;
}
.headerT {
    color: white;
    background-color: green;
    border-radius: 50%;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;

}