.translate-bar {
    font-size: 18px;
    font-weight: 600;
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
}
.lang-item {
    cursor: pointer;
    color: #1a73e8;
}
.lang-item.active {
    border-bottom: 2px solid #1a73e8;
    padding-bottom: 4px;
}
.swap-icon {
    cursor: pointer;
    font-size: 18px;
    color: #6c757d;
}
.swap-icon:hover {
    color: #000;
}
textarea {
    resize: none;
}
textarea:focus {
    border-color: #d1d3e2 !important;
    box-shadow: none !important;
    outline: none !important;
}
#ip, #op{
    min-height:140px;
    font-size:16px;
}

#op{
    background:#f8f9fc;
}
.op-box{
    min-height:140px;
    background:#f8f9fc;
}

.op-box .line2{
    font-size:10px;
    color:#6c757d;
}
.no-copy{
    user-select: none;
}
.phien-am{
    font-size: 13px;
}