.select-input{display:flex;align-items:center;cursor:pointer;position:relative}.select-input>svg{transition:transform .2s ease-out;margin-left:auto}.select-input .active{transform:rotate(180deg)}.select-input.disabled-input{cursor:not-allowed;background-color:#f5f5f5}.select-popover-container{box-shadow:0 3px 6px #cbcbcb;background-color:#fff;max-height:300px;overflow-x:hidden;overflow-y:auto}.select-option{padding:10px 20px 10px 0;cursor:pointer;display:flex;align-items:center;font-size:14px}.select-option:focus-visible,.select-option:hover{outline:none;background-color:#f5f5f5}.select-option>:last-child{flex-grow:1}.select-option .checkmark-container{width:20px;height:10px;display:flex;flex-shrink:0;align-items:center;justify-content:center}.select-option .checked{-webkit-mask-image:url(/_next/static/media/checkmark.73f32c6f.svg);mask-image:url(/_next/static/media/checkmark.73f32c6f.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:#0b3c6e}.option-selected{background-color:#d3e0eb}