.generate-token-two-two-inside-one {
    position: relative;
}
#copyPaste {
    border: 1px solid white;
    position: absolute;
    right: 12px;
    top: 6px;
    font-size: 12px;
    border-radius: 3px;
    padding: 0px 15px;
    font-weight: 600;
}
#copyPaste:hover {
    background: green;
    color: white;
}
.response-bar-copy {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 0px;
}
.generate-token-two-three-inside{
    position: relative;
    z-index: 150;
}
#copyPasteOne {
    width: auto;
    position: relative;
    right: 15px;
    border: none;
    outline: none;
    padding: 0px 15px;
    font-size: 13px;
    background: black;
    color: white;
    border-radius: 3px;
}
#copyPasteOne:hover{
    background: green;
}