.switch-checked{background-color:#a9d05c!important}.custom-input{padding:.5rem;width:100%;height:100%;border:1px solid #e1e1e1;border-radius:9px;font-size:14px;font-weight:400;line-height:19.2px;color:#abafb1;outline:none;transition:border-color .3s ease}.custom-input:focus{border-color:#e1e1e1;box-shadow:none}.custom-dropdown-container{display:flex;flex-direction:column;gap:.5rem;position:relative}.custom-dropdown-label{font-size:16px;font-weight:400;line-height:16px;white-space:nowrap;color:#1e1e1e}.custom-select-trigger{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%;padding:.5rem;border:1px solid #e1e1e1;border-radius:9px;cursor:pointer}.custom-arrow-icon{padding:.5rem}.custom-select-content{position:absolute;top:72px;z-index:10;width:100%;background-color:#000;color:#fff;border:1px solid #e1e1e1;border-radius:9px;box-shadow:0 4px 8px rgba(0,0,0,.15);overflow-y:auto}.custom-select-content .shadcn-select-item{padding:.5rem;font-size:14px;font-weight:400;line-height:19.2px;cursor:pointer;white-space:nowrap;color:#abafb1}.custom-select-content .shadcn-select-item:hover{background-color:hsla(0,0%,100%,.1)}