﻿.select2-container--default .select2-selection--single {
    height: 50px !important;
}

.select2-selection__arrow {
    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
    padding-left: 0; /* ปรับให้ใช้ padding จาก parent แทน */
    margin-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left !important; /* ชิดซ้าย */
    padding-left: 12px !important; /* ระยะห่างจากซ้าย */
}

/* ข้อความ placeholder */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    text-align: left !important; /* ชิดซ้าย */
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 390px !important;
}

.select2-container {
    width: 100% !important;
}

.select2-selection {
    border-radius: 0px !important;
    border: 2px solid #ED5505 !important;
}
