/**
 * GLOBAL FORM STYLES
 * Applied to: All <input>, <select>, <textarea>, Select2
 * Border Color: #A5D8FF (Light Blue)
 * Used across: Contact, Registration, Membership, Profile
 * Last Updated: 2025-11-09
 */

.form-control,
.select2-container .select2-selection--single {
    /* border: 1px solid #A5D8FF !important; */
    border: none !important;
    border-top: 1px solid #A5D8FF !important;
}
/* --- Select2 Custom Styles --- */
.select2-container {
  border-top: solid 0em #A5D8FF !important;;
}
.wrap-input100 {
  border: 1px solid #A5D8FF !important;
  border-radius: 8px !important;
}
.label-input100 {
    margin-left: 10px !important;
}
