/* Chatics Admin Styles */
.wrap h1 {
    color: #23282d;
    margin-bottom: 20px;
}

.form-table th {
    width: 200px;
}

.form-table td {
    padding: 15px 10px;
}

.form-table input[type="text"],
.form-table input[type="url"],
.form-table input[type="time"],
.form-table select {
    width: 100%;
    max-width: 400px;
}

.form-table input[type="color"] {
    width: 60px;
    height: 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.form-table input[type="range"] {
    width: 200px;
    margin-right: 10px;
}

#zoom-value {
    font-weight: bold;
    color: #0073aa;
}

.form-table label {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}

.form-table input[type="checkbox"] {
    margin-right: 8px;
}

.button {
    margin-right: 10px;
}

.description {
    color: #666;
    font-style: italic;
    margin-top: 5px;
}
