textarea{
    resize: none !important;
}

.img2base64clears{
    font-size: 0.6rem;
    height: 1.8rem;
    line-height: 1.8rem;
    border: 1px solid #eee;
    color: #888;
    margin-top: 0.5rem;
    width: 100%;
    background-color: transparent;
    cursor: pointer;
}

.night .img2base64clears{
    border: 1px solid #444;
}

/***************************************************/

.img2base64res{
    border: 1px solid #eee;
    padding: 0.5rem;
    border-radius: 4px;
    margin-top: 0.75rem;
    display: none;
}

.night .img2base64res {
    border: 1px solid #444;
}

.img2base64res div{
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
}

.img2base64res div strong{
    font-weight: unset;
}

.img2base64res div span{
    float: right;
    color: #888;
    cursor: pointer;
    margin-left: 0.5rem;
}

.img2base64res textarea{
    border: 1px solid #eee;
    color: rgba(0, 0, 0, .85);
    width: 100%;
    height: 8rem;
    padding: 0.5rem;
    font-size: 0.65rem;
    display: block;
}