/* Your Point clean searchable select */
.ypx-hidden-input{ display:none !important; }
.ypx-select{
  width:100% !important;height:48px !important;min-height:48px !important;box-sizing:border-box !important;
  border:1px solid var(--border,#d6deeb) !important;background:#fff !important;color:var(--navy,#062b52) !important;
  display:flex !important;align-items:center !important;justify-content:space-between !important;
  padding:0 14px !important;cursor:pointer !important;font-family:inherit !important;font-size:14px !important;
  line-height:48px !important;text-align:left !important;border-radius:0 !important;
}
.ypx-select.is-empty .ypx-select-value{ color:var(--muted,#9aa8b8) !important;font-weight:400 !important; }
.ypx-select.is-open{ border-color:var(--navy,#062b52) !important;box-shadow:0 0 0 3px rgba(6,43,82,.08) !important; }
.ypx-select-value{ overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important; }
.ypx-select-arrow{ color:#8a9bb0 !important;font-size:18px !important;margin-left:10px !important; }
#ypx-select-menu{
  position:fixed !important;z-index:2147483647 !important;background:#fff !important;
  border:1px solid var(--border,#d6deeb) !important;border-radius:8px !important;
  box-shadow:0 18px 45px rgba(10,31,68,.24) !important;overflow:hidden !important;font-family:inherit !important;
}
#ypx-select-menu .ypx-search{
  width:100% !important;height:38px !important;border:0 !important;border-bottom:1px solid #e6edf5 !important;
  outline:0 !important;padding:0 12px !important;box-sizing:border-box !important;font-size:13px !important;
  font-family:inherit !important;color:var(--navy,#062b52) !important;background:#fff !important;
}
#ypx-select-menu .ypx-results{ max-height:260px !important;overflow-y:auto !important;padding:4px !important;background:#fff !important; }
#ypx-select-menu .ypx-option{
  position:relative !important;padding:8px 34px 8px 10px !important;border-radius:6px !important;
  cursor:pointer !important;background:#fff !important;color:var(--navy,#062b52) !important;
}
#ypx-select-menu .ypx-option:hover,#ypx-select-menu .ypx-option.is-active{ background:#f1f5fb !important; }
#ypx-select-menu .ypx-option.is-selected{ background:#eef4ff !important; }
#ypx-select-menu .ypx-main{ font-size:13px !important;font-weight:400 !important;line-height:1.25 !important; } /* B1.3f Step6 menu font */
#ypx-select-menu .ypx-sub{ font-size:11px !important;color:var(--muted,#8091a7) !important;margin-top:2px !important; }
#ypx-select-menu .ypx-check{ position:absolute !important;right:12px !important;top:50% !important;transform:translateY(-50%) !important;font-size:18px !important;color:var(--navy,#062b52) !important; }
#ypx-select-menu .ypx-empty{ padding:14px !important;text-align:center !important;color:var(--muted,#8091a7) !important;font-size:12px !important; }
