.custom-select-wrapper{width:100%;position:relative}.custom-select{cursor:pointer;--un-border-opacity:1;border-width:1px;border-color:rgb(229 231 235/var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity)) ;--un-text-opacity:1;width:100%;color:rgb(26 51 34/var(--un-text-opacity)) ;border-radius:.125rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex;position:relative}.custom-select:hover{border-color:#02693380}.custom-select.open{--un-border-opacity:1;border-color:rgb(2 105 51/var(--un-border-opacity));--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-color:#02693333 }.custom-select-selected{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.custom-select-arrow{--un-text-opacity:1;width:1.25rem;height:1.25rem;color:rgb(156 163 175/var(--un-text-opacity)) ;margin-left:.5rem;transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.custom-select-arrow svg{width:100%;height:100%}.custom-select.open .custom-select-arrow{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:180deg;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.custom-select-dropdown{visibility:hidden;z-index:50;--un-border-opacity:1;border-width:1px;border-color:rgb(229 231 235/var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity)) ;opacity:0;--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color,#0000001a),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color,#0000001a);max-height:15rem;box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);border-radius:.125rem;margin-top:.25rem;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:0;right:0;overflow-y:auto}.custom-select-dropdown.open{visibility:visible;opacity:1}.custom-select-option{cursor:pointer;--un-text-opacity:1;color:rgb(75 85 99/var(--un-text-opacity)) ;padding:.75rem 1.25rem;font-size:.875rem;line-height:1.25rem;transition-property:all;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.custom-select-option.selected{--un-text-opacity:1;color:rgb(2 105 51/var(--un-text-opacity)) ;background-color:#02693314;font-weight:600}.custom-select-option:hover{--un-text-opacity:1;color:rgb(2 105 51/var(--un-text-opacity)) ;background-color:#0269330d}
