.custom-dropdown.compact .custom-dropdown-trigger{padding:.45rem .75rem;min-height:unset;border-radius:8px;border:1px solid #e5e7eb;box-shadow:none;background:#fff;font-size:.8rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}.custom-dropdown.compact .custom-dropdown-trigger:hover{border-color:#0c9;box-shadow:0 0 0 2px #00cc9914;transform:none}.custom-dropdown.compact.open .custom-dropdown-trigger{border-color:#0c9;box-shadow:0 0 0 2px #00cc991f;background:#fff;border-bottom-left-radius:0;border-bottom-right-radius:0}.custom-dropdown.compact:focus .custom-dropdown-trigger{border-color:#0c9;box-shadow:0 0 0 2px #00cc991f}.custom-dropdown.compact .custom-dropdown-value{font-size:.8rem;font-weight:500;color:#0f172a}.custom-dropdown.compact .custom-dropdown-value.placeholder{color:#94a3b8;font-weight:400}.custom-dropdown.compact .custom-dropdown-arrow{width:14px;height:14px;margin-left:6px;color:#94a3b8;transition:transform .2s ease,color .2s}.custom-dropdown.compact.open .custom-dropdown-arrow{color:#0c9}.custom-dropdown.compact .custom-dropdown-menu{border-radius:0 0 8px 8px;border:1px solid #00cc99;border-top:none;font-size:.8rem;font-family:inherit;box-shadow:0 6px 16px #00000014,0 2px 4px #0000000a;max-height:200px;padding:4px 0}.custom-dropdown.compact .custom-dropdown-option{padding:.45rem .75rem;font-size:.8rem;font-weight:500}.custom-dropdown.compact.disabled .custom-dropdown-trigger{opacity:.45;background:#f8fafc;border-color:#e5e7eb}.custom-dropdown{position:relative;width:100%;font-size:16px;-webkit-user-select:none;user-select:none;z-index:1}.custom-dropdown.open{z-index:100}.custom-dropdown:focus{outline:none}.custom-dropdown:focus .custom-dropdown-trigger{border-color:#0c9;box-shadow:0 0 0 4px #00cc9926,0 4px 12px #0c93}.custom-dropdown.disabled{opacity:.6;cursor:not-allowed}.custom-dropdown.disabled .custom-dropdown-trigger{background-color:#f3f4f6;border-color:#e5e7eb;cursor:not-allowed}.custom-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#fff;border:2px solid rgba(0,204,153,.3);border-radius:12px;cursor:pointer;transition:all .3s ease;min-height:48px;box-shadow:0 2px 8px #0000000d}.custom-dropdown-trigger:hover{border-color:#00cc9980;transform:translateY(-1px)}.custom-dropdown.open .custom-dropdown-trigger{border-color:#0c9;box-shadow:0 0 0 4px #00cc9926,0 4px 12px #0c93;border-bottom-left-radius:0;border-bottom-right-radius:0}.custom-dropdown-value{flex:1;color:#1a202c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.custom-dropdown-value.placeholder{color:#9ca3af;font-weight:400;font-style:italic}.custom-dropdown-arrow{width:20px;height:20px;color:#0c9;transition:transform .3s ease;flex-shrink:0;margin-left:12px}.custom-dropdown-arrow.rotated{transform:rotate(180deg)}.custom-dropdown-menu{position:absolute;top:100%;left:0;right:0;margin:0;padding:8px 0;list-style:none;background:#fff;border:2px solid #00cc99;border-top:none;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow:0 8px 24px #00cc9926,0 4px 12px #0000001a;max-height:240px;overflow-y:auto;z-index:9999;animation:dropdownSlide .2s ease-out}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.custom-dropdown-option{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;cursor:pointer;transition:all .2s ease;color:#374151;font-weight:500}.custom-dropdown-option:hover,.custom-dropdown-option.highlighted{background:linear-gradient(135deg,#00cc9914,#00cc990a);color:#008060}.custom-dropdown-option.selected{background:linear-gradient(135deg,#00cc9926,#00cc991a);color:#008060;font-weight:600}.custom-dropdown-option.selected:hover,.custom-dropdown-option.selected.highlighted{background:linear-gradient(135deg,#0c93,#00cc9926)}.custom-dropdown-check{width:18px;height:18px;color:#0c9;flex-shrink:0;margin-left:12px}@media (max-width: 640px){.custom-dropdown.compact .custom-dropdown-trigger{padding:.6rem .85rem;font-size:.88rem;min-height:42px}.custom-dropdown.compact .custom-dropdown-value{font-size:.88rem}.custom-dropdown.compact .custom-dropdown-option{padding:.6rem .85rem;font-size:.88rem}.custom-dropdown-menu{max-height:180px}}.custom-dropdown-menu::-webkit-scrollbar{width:6px}.custom-dropdown-menu::-webkit-scrollbar-track{background:#00cc990d;border-radius:3px}.custom-dropdown-menu::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#0c9,#00b386);border-radius:3px}.custom-dropdown-menu::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#00e0ad,#0c9)}
