:export{primary:#be1e2d;primaryLight:rgba(190,30,45,.251);primaryHover:#98111e;primaryBackground:rgba(190,30,45,.051);primaryBackgroundHover:rgba(190,30,45,.102);primaryCheckboxHover:rgba(190,30,45,.149);secondary:#f7941d;tertiary:#fff200;success:#11b364;warning:#f79009;error:#f04438;information:#1363ff;neutral:#6c757d;black:#000;zBlack:#202020;white:#fff;offWhite:#f8f9fa}.dropdownContainer{border:none;background:none;width:100%}.select-label{display:flex;justify-content:space-between;font-size:2.4rem;font-family:Poppins-Medium;color:#202020;margin-bottom:1rem}.select-label .optional{opacity:65%;color:#202020;font-size:1.4rem;font-style:italic}.dropdownValueContainer{border:none;background:none;display:flex;align-items:center;justify-content:space-between;gap:2.5rem;width:100%;text-transform:capitalize;padding:1.75rem 2rem;border-radius:.5rem;cursor:pointer;background-color:#f8f9fa;border:.25rem solid rgba(0,0,0,.1);color:#000;transition:.3s;height:6.5rem}.closeIconContainer{height:3.5rem;width:3.5rem;display:flex;justify-content:center;align-items:center;border-radius:10rem;background-color:rgba(0,0,0,.07)}.dropdownValueContainer:hover{background-color:rgba(190,30,45,.05);border:.25rem solid rgba(190,30,45,.25)}.dropdownValueContainer:disabled{cursor:not-allowed!important;opacity:.9}.dropdownValue{font:400 1.8rem/125% Poppins;color:#202020;-webkit-line-clamp:1;line-clamp:1}.dropdownArrowDown{min-width:1.2rem;min-height:.75rem;transition:.3s}.dropdownArrowDownActive{transform:rotate(180deg)}.dropdownErrorBorder{border:.25rem solid #f04438}.dropDownError{color:#f04438;margin-top:.5rem}.dropdownSelectedItemRender{margin-top:1rem;display:flex;gap:1rem;flex-wrap:wrap}.bottomText{cursor:pointer;font-size:1.75rem;text-transform:capitalize;margin-top:1rem;color:#be1e2d;text-decoration:underline}.dropdownMenuContainer{position:absolute;width:100%;margin:1rem 0;z-index:99999;padding:1rem;display:flex;flex-direction:column;gap:.5rem;max-height:30rem;height:-moz-fit-content;height:fit-content;overflow-y:auto;top:0;bottom:0;border-radius:.5rem;background-color:#fff;border:.25rem solid rgba(0,0,0,.1)}.dropdownItem{list-style:none;text-align:start;padding:1.2rem 1.5rem;border-radius:.5rem;font-size:1.75rem;line-height:2rem;text-transform:capitalize;cursor:pointer;color:#000;display:flex;align-items:center;justify-content:space-between;transition:.3s}.dropdownItem:hover{background-color:rgba(190,30,45,.05)}.dropdownItemWithCheckBox{font-size:1.75rem;color:#000}.dropdownActionIconContainer{display:flex;gap:1rem;align-items:center}.dropdownActionButton{width:3.5rem;height:3.5rem}.dropdownElementActive{color:#fff}.dropdownElementActive,.dropdownElementActive:hover{background-color:#be1e2d}.noDataFound{font-size:2rem;font-weight:500;text-align:center}.dropdownItemSearchBox{width:100%;padding:1rem 1.5rem;font-size:1.6rem;line-height:2.2rem;outline:none;border:none;background-color:none;background-color:#fff;border:.25rem solid rgba(0,0,0,.1);border-radius:.5rem;color:#000;margin-bottom:1rem}.dropdownItemSearchBox::placeholder{font-size:1.6rem;line-height:2.2rem}.disabledDropdown{cursor:not-allowed!important;opacity:.7}.selectedItemChip{display:inline-flex;padding:1rem 1.5rem;align-items:center;gap:1.2rem;border-radius:1rem;background-color:#f8f9fa;border:.25rem solid rgba(32,32,32,.15)}.selectedItemName{font-size:1.5rem;line-height:2.2rem;text-transform:capitalize}.selectedItemChipCloseIcon{width:1.4rem;height:1.4rem;cursor:pointer}