.custom-dropdown{flex-direction:column;gap:8px;width:100%;display:flex;position:relative}.custom-dropdown__label{color:#334155;margin-left:4px;font-size:14px;font-weight:600}.custom-dropdown__trigger{cursor:pointer;color:#334155;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:14px 16px;font-family:inherit;font-size:15px;font-weight:500;transition:all .2s;display:flex}.custom-dropdown__trigger:hover{background:#f8fafc;border-color:#cbd5e1}.custom-dropdown__trigger--open{border-color:#135bec;box-shadow:0 0 0 3px #135bec1a}.custom-dropdown__trigger-text{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.custom-dropdown__arrow{color:#64748b;flex-shrink:0;font-size:20px;transition:transform .2s}.custom-dropdown__arrow--open{color:#135bec;transform:rotate(180deg)}.custom-dropdown__menu{z-index:100;background:#fff;border:1px solid #f1f5f9;border-radius:12px;animation:.2s ease-out customDropdownFadeIn;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@keyframes customDropdownFadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.custom-dropdown__list{overscroll-behavior:contain;-ms-scroll-chaining:none;touch-action:pan-y;isolation:isolate;max-height:240px;margin:0;padding:6px;list-style:none;overflow-y:auto}.custom-dropdown__list::-webkit-scrollbar{width:6px}.custom-dropdown__list::-webkit-scrollbar-track{background:0 0}.custom-dropdown__list::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:3px}.custom-dropdown__item{cursor:pointer;color:#334155;border-radius:8px;align-items:center;padding:12px 14px;font-size:15px;font-weight:500;transition:all .15s;display:flex}.custom-dropdown__item:hover{background-color:#f1f5f9}.custom-dropdown__item--selected{color:#135bec;background-color:#eff6ff;font-weight:600}.custom-dropdown__item--selected:hover{background-color:#dbeafe}@media (max-width:575px){.custom-dropdown__trigger{padding:12px 16px}}@media (max-width:359px){.custom-dropdown__trigger{padding:10px 16px}}
