.custom-single-select-control{position:relative;margin-bottom:1rem}.custom-single-select-control label{display:block;margin-bottom:.5rem;color:#333}.custom-single-select-control label.active{color:#333}.custom-single-select-control.disabled .custom-single-select-trigger,.custom-single-select-control.disabled label{color:#999}.custom-single-select-control.disabled .custom-single-select-trigger{background-color:#f0f0f0}.custom-single-select{border:1px solid #ccc;padding:.5rem;cursor:pointer;position:relative}.custom-single-select.disabled{pointer-events:none;opacity:.6;background-color:#f0f0f0}.custom-single-select.disabled .custom-single-select-trigger{cursor:not-allowed;color:#999}.custom-single-select-trigger{display:flex;justify-content:space-between;align-items:center;background-color:#fff}.helper-text{font-size:.7rem;margin-top:-.8rem;background:#fff;width:140px}.input-control{position:relative;width:100%}.input-control input,.input-control textarea{width:100%;padding:10px;font-size:.9rem;border:1px solid #ced4da;background-color:#fff;border-radius:8px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.input-control input:focus,.input-control textarea:focus{outline:0;border-color:#80bdff}.input-control label{position:absolute;top:12px;left:12px;font-size:1rem;color:#aaa;background:#fff;padding:0 4px;transition:top .1s ease-out,font-size .1s ease-out,color .1s ease-out;pointer-events:none}.input-control input:focus+label,.input-control input:not(:placeholder-shown)+label{top:-6px;font-size:.75rem;color:#333}.input-control textarea:focus+label,.input-control textarea:not(:placeholder-shown)+label{top:-6px;font-size:.75rem;color:#333}.input-control .helper-text{color:red;font-size:.875rem;position:absolute;top:100%;left:0}.input-control .error{border-color:red}.custom-multi-select-control{position:relative;margin-bottom:1.6rem}.custom-multi-select-control label{position:absolute;top:-10px;left:12px;font-size:.75rem;color:#333;background:#fff;padding:0 4px;transition:top .1s ease-out,font-size .1s ease-out,color .1s ease-out;pointer-events:none;z-index:1}.custom-multi-select{width:100%;padding:10px 12px;font-size:1rem;border:1px solid #ced4da;border-radius:30px;cursor:pointer;position:relative;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.custom-multi-select-trigger{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.custom-multi-select-trigger.error{border-color:red}.custom-multi-chip{background-color:#607afb;color:#fff;border-radius:16px;padding:.3rem .8rem;display:flex;align-items:center}.custom-multi-chip-delete{margin-left:.5rem;cursor:pointer;font-size:1rem}.custom-multi-options{position:absolute;top:100%;left:0;width:100%;border:1px solid #ced4da;background-color:#fff;max-height:160px;overflow-y:scroll;border-radius:0 0 30px 30px}.custom-multi-option{padding:10px 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.custom-multi-option.selected{background-color:#f1f1f1}.custom-multi-option:hover{background-color:#e1e1e1}.helper-text{color:red;font-size:.875rem;position:absolute;top:100%;left:0}.error{border-color:red}