/* ==========================================================================
   Proje: HIZIRBEY Portal
   Paket: HIZIRBEY Design System
   Bileşen: Form Builder
   Dosya: themes/default/assets/css/hds/components/form/controls.css
   Açıklama: Input, Select, Textarea, Checkbox ve Radio kontrolleri.
   Mimari: Form Builder control katmanı.
   Yazar: Mehmet Kalli
   Oluşturuldu: 03.08.2026 01:15
   Ownership: Public FormControl presentation
   Contract: .hds-input, .hds-select, .hds-textarea, .hds-checkbox, .hds-radio
   Güncellendi: 12.08.2026
   Sürüm: 1.0.0
========================================================================== */
/* =========================================================================
 * >>> Form Controls
 * ========================================================================= */
.hds-input,
.hds-select,
.hds-textarea { box-sizing: border-box; width: 100%; min-height: 42px; padding: 10px 12px; border: 1px solid #bfcbd2; border-radius: 4px; background: #fff; color: #263b4a; font: inherit; font-size: 14px; line-height: 1.4; transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
.hds-textarea { min-height: 90px; resize: vertical; }
.hds-input:focus,
.hds-select:focus,
.hds-textarea:focus { border-color: #83b8c7; outline: 0; box-shadow: 0 0 0 3px rgb(131 184 199 / 18%); }
.hds-input::placeholder,
.hds-textarea::placeholder { color: #87949d; }
.hds-checkbox,
.hds-radio { width: 18px; height: 18px; margin: 0; accent-color: #2f80ed; }
/* <<< Form Controls */
