.question-select-container{display:flex;flex-direction:column;gap:8px}.question-label{font-size:14px;font-weight:500;color:#1d184c;font-family:Mulish-Medium,sans-serif;margin-bottom:4px}.question-select{padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:Mulish-Regular,sans-serif;outline:none;transition:all .2s ease;color:#1d184c;background:white;cursor:pointer}.question-select:focus{border-color:#1d184c;box-shadow:0 0 0 3px rgba(29,24,76,.1)}.question-select:disabled{opacity:.6;cursor:not-allowed;background-color:#f8fafc}.multi-select-wrapper{display:flex;flex-direction:column;gap:12px;max-height:200px;overflow-y:auto;padding:8px;border:1px solid #e2e8f0;border-radius:8px;background:#FFFFFF}.multi-select-option{display:flex;align-items:center;gap:12px;padding:8px;border-radius:6px;cursor:pointer;transition:background-color .2s ease;font-family:Mulish-Regular,sans-serif;background-color:#FFFFFF}.multi-select-option.checked,.multi-select-option:hover{background-color:#F6F6F6}.multi-select-option input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#1d184c}.multi-select-option input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.option-label{font-size:14px;color:#374151;flex:1}.multi-select-wrapper::-webkit-scrollbar{width:4px}.multi-select-wrapper::-webkit-scrollbar-track{background:transparent}.multi-select-wrapper::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:2px}.multi-select-wrapper::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.question-select-container .custom-select__control{padding:0!important}.question-select-container .custom-select__value-container{padding:12px!important}.question-select-container .custom-select__indicators{padding-right:12px!important}