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

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
body, h1, h2, h3, h4, h5, h6, p, a, button, input, select, textarea, .btn, .form-control {
    font-family: 'Kumbh Sans', sans-serif !important;
}

/* ====================== بزرگ کردن Input و Dropdown در قالب Six ====================== */

/* بزرگ کردن کلی بدنه */
body {
    font-size: 16px !important;
}

/* Input ها و فیلدهای متنی - افزایش padding سمت چپ برای آیکون */
input.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea.form-control {
    font-size: 16px !important;
    padding: 12px 14px 12px 48px !important;   /* فضای کافی برای آیکون */
    height: auto !important;
}

/* Select و دراپ‌داون‌ها - اصلاح شده */
select.form-control,
select {
    font-size: 16px !important;
    padding: 10px 14px !important;
    height: auto !important;
    line-height: 1.5 !important;
    background-color: #fff !important;
}

/* گزینه‌های داخل دراپ‌داون */
select.form-control option,
select option {
    font-size: 16px !important;
    padding: 10px 12px !important;
    line-height: 1.5 !important;
}

/* برگرداندن فلش دراپ‌داون */
select.form-control {
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 14px !important;
    padding-right: 36px !important;
}

/* ==================== آیکون‌های داخل Input (اصلاح شده) ==================== */
.input-group-addon,
.input-group .input-group-addon {
    font-size: 18px !important;
    color: #555 !important;           /* رنگ تیره‌تر و واضح‌تر */
    background-color: #f8f9fa !important;
    border-color: #ced4da !important;
    padding: 12px 14px !important;
    width: 48px !important;
    min-width: 48px !important;
    text-align: center !important;
    z-index: 2 !important;
}

/* جلوگیری از هم‌پوشانی placeholder با آیکون */
.input-group input.form-control {
    padding-left: 48px !important;
}

/* لیبل‌ها و نوشته‌های کنار input */
label,
.control-label,
.input-group-addon {
    font-size: 15.5px !important;
}

/* دکمه‌ها */
.btn {
    font-size: 15.5px !important;
}

/* جدول‌ها (برای یکنواختی) */
.table td,
.table th {
    font-size: 15.5px !important;
    padding: 14px 10px !important;
}

/* متن‌های کمکی و کوچک */
.text-muted, .help-block {
    font-size: 14.5px !important;
}

