body {
    background-color: #f8f9fa;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.wholesale-form {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

.wholesale-input {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 14px 16px;
    font-size: 16px;
    color: #111827;
    background-color: #fff;
    transition: border-color 0.2s ease;
}

.wholesale-input:focus {
    border-color: #111827;
    box-shadow: none;
    outline: none;
}

textarea.wholesale-input {
    resize: vertical;
}

.wholesale-btn {
    background-color: transparent;
    color: #111827;
    border: solid 1px #111827;
    border-radius: 6px;
    font-size: 17px;
    letter-spacing: 0.3px;
    transition: background-color 0.2s ease-in-out;
}

.wholesale-btn:hover {
    background-color: #111827;
    color: white;
}

.form-label {
    color: #111827;
    font-size: 15px;
    margin-bottom: 6px;
}

.iti {
    width: 100%;
}

.iti__selected-flag {
    background-color: #fff !important;
    border-right: 1px solid #ddd;
    border-radius: 6px 0 0 6px;
}

.iti__flag-container {
    padding-left: 8px;
}

#phone {
    padding-left: 84px !important;
}

.select2-container--default .select2-selection--single {
    height: 38px !important;
    border: 1px solid #d1d5db !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    font-size: 15px!important;
    color: #627591 !important;
    margin-left: 10px;
}
.select2-container--default .select2-selection--multiple {
    height: 39px !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 5px !important;
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 3px !important;
}
