.clipboard {
    color: #000;
    transition: color 0.2s;
}

.scroll {
    display: flex;
    max-height: 350px;
    overflow-y: auto;
    flex-direction: column-reverse !important;
}

pre {
    margin: 0 !important;
    padding: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.input {
    padding: 4.5px 12px 3.68px 12px !important;
    min-height: calc(2.08rem + 2px);
    height: calc(2.08rem + 2px);
}
