.CustomInput{display:flex;width:fit-content;justify-content:space-between;align-items:center;gap:1rem;height:37px;font-size:18px;position:relative;overflow:hidden;padding-left:14px;min-width:250px;border-radius:22px;border:.5px solid #474747}.CustomInput:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;border-radius:8px;-webkit-mask-composite:destination-out;mask-composite:exclude;padding:1px}.CustomInput input{position:relative;z-index:1;padding:8px 12px;border:none;outline:none;background:transparent}.CustomInput .MuiTypography-root{font-size:14px;white-space:nowrap}.CustomInput.CustomInputLabel{position:relative;padding:9px 40px 9px 10px;width:180px;white-space:nowrap;border-radius:5px}.CustomInput .accessTypeChip{border-radius:0!important;padding:5px 10px!important;color:#fff!important;font-weight:400!important;font-size:14px!important;transition:all .5s!important}.CustomInput .accessTypeChip:hover{background-color:#2e2e2e!important}.accessTypeSelector{height:100%}.accessTypeSelector .MuiChip-root{font-family:Inter,sans-serif;background-color:#2e2e2e;height:100%;border-radius:0;padding:0 10px}.accessTypeSelector .MuiChip-label{color:#fff;font-size:14px}