﻿
.btn-generate {
    border-radius: 8px;
    border-width: 1px;
    height: 1.5em;
    border-color: #d3d1c7;
    border-radius: 8px;
    margin-left: auto;
    border-radius: 8px;
}

#vocabulary {
    border-radius: 8px;
    border-width: 1px;
    height: 1.5em;
    border-color: #d3d1c7;
}

.error-message {
    color: red;
    min-height: 20px;
    margin: 0px;
    width: 480px;
    display: inline-block;
}

.input-section {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    max-width: 460px;
    padding: 0px 28px;
    border: 0.5px solid #d3d1c7 !important;
    background-color: #fff;
}

textarea#signInput {
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    min-height: 40px;
    padding: 4px;
    border: 1px 1px 1px 1px;
    border-color: #d3d1c7;
}

.language-controls {
    display: flex;
}

.vocabulary#vocabulary {
    border-radius: 8px;
    box-sizing: border-box;
    margin: 1px 1px 1px 1px;
}

.vocabulary, .btn-generate {
    display: inline-block;
}

.widget-container {
    width: 100%;
    max-width: 460px;
}

select[id*="sign2me-camera"], select[id*="sign2me-fps"] {
    border-radius: 8px;
    border-width: 1px;
    height: 1.5em;
    border-color: #d3d1c7;
    margin: 0px 0px 0px 2px;
}

button[id*="sign2me-saveAnimation"] {
    border-radius: 8px;
    border-width: 1px;
    height: 1.5em;
    border-color: #d3d1c7;
}

@media (max-width:600px) {
    .input-section {
        max-width: 100% !important;
        width: 80% !important;
        border: none !important;
        border-radius: 0 !important;
        padding: 12px 16px 16px !important;
    }
}
