:root{--primary:#ed0c0c;--primary-hover:#d40a0a;--red:#ed0c0c;--red-hover:#d40a0a;--white:#ffffff;--black:#000000;--grey:#f5f6f8;--gray:var(--grey);--text:var(--black-off);--black-off:#333333;--black-333:#333333;--black-666:#666666;--shadow:#dddddd;--aquamarine:#38cbce;--petrol:#0099a8;--purple:#9866c1;--dark-blue:#424e66;--strong-blue:#005fcc;--yellow:#ffb212;--light-pink:#fed4da;--light-grey:#dadada;--lighter-grey:#e5e5e7;--pale-grey:#eeeef8;--darker-grey:#1e1e1e;--darker-gray:#333333;--light-cyan:#e6f0f2;--light-blue-lagoon:#006983;--blue-lagoon:#11839f;--dark-blue-lagoon:#016983;--darker-teal:#00707a;--light-red:#ffeef0;--bg-gray:#f5f6f8;--gray-b6:#b6b6b6;--gray-500:#dddddd;--gray-550:#999999;--gray-50:#737373;--secondary:#00c089;--green:#00c089;--green-shadow:hsl(156.8125,117.78%,25.2970588235%);--light-green:#d9f0f2;--dark-green:#00ac7b;--dark-sea-green:#1cab78;--success:#1cab78;--success-00c:#00c485;--error:var(--red);--primary-color:var(--red);--disabled:#e3e5e8;--disabled-shadow:#d0d3d9;--bs-form-invalid-color:var(--red);--bs-badge-color:var(--black);--bs-primary-rgb:var(--black)}.absolute-center,.simple-dropdown__value{display:flex;justify-content:center;align-items:center}.space-between{display:flex;justify-content:space-between;align-items:center}.list-reset{list-style-type:none;padding:0;margin:0}.absolute-top-left{position:absolute;top:0;left:0}.flex-column{flex-direction:column;align-items:stretch}.sort-header{display:flex;flex-direction:column;gap:13px;margin-bottom:30px}.simple-dropdown,.sort-dropdown-wrapper{position:relative}.simple-dropdown{border-radius:22px!important;padding:12px 20px;padding-block:.56rem .625rem;border-radius:5px;box-shadow:0 2px 0 0 #d9d9d9;border:1px solid #ddd;background-color:#fff}@media(max-width:767.9px){.simple-dropdown{width:100%}}.simple-dropdown .text-icon,.simple-dropdown .text-truncate{background-color:#fff;border-color:#fff;color:var(--black-off);padding:0;font-weight:700;align-self:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.simple-dropdown .text-icon .icon,.simple-dropdown .text-truncate .icon{transition:transform .3s ease-in-out;margin-right:8px}.simple-dropdown__value{cursor:pointer;min-width:146px;gap:.5em}@media(max-width:767.9px){.simple-dropdown__value{justify-content:center}}.simple-dropdown__value.disabled,.simple-dropdown__value.placeholder{background-color:inherit}.simple-dropdown__value.disabled span,.simple-dropdown__value.placeholder span{color:var(--darker-gray-50);-webkit-padding-start:6px;padding-inline-start:6px}.simple-dropdown__value.disabled{cursor:not-allowed}.simple-dropdown__list{border-radius:5px;box-shadow:0 2px 0 0 #d9d9d9;background-color:#fff;border-top-left-radius:0;border-top-right-radius:0;z-index:99;position:absolute;top:2.187rem;border:1px solid #ddd;border-top:none;-webkit-margin-start:-1px;margin-inline-start:-1px;width:calc(100% + 2px);left:0;max-height:15.375rem;overflow-y:auto}.simple-dropdown__list ul{padding:5px 1rem 15px;margin-bottom:unset}.simple-dropdown__list .sort-option{display:flex;align-items:center;justify-content:space-between;padding-block:.4rem;color:var(--black-off);word-break:break-word;transition:color .12s ease-in-out}.simple-dropdown__list .sort-option .active,.simple-dropdown__list .sort-option .focused,.simple-dropdown__list .sort-option:hover{color:var(--gray-550)!important}.simple-dropdown__list .sort-option.disabled{cursor:not-allowed;color:var(--darker-gray-50);pointer-events:none}.simple-dropdown.open,.simple-dropdown.open>.simple-dropdown__list{border-color:var(--shadow);border-bottom-left-radius:25px!important;border-bottom-right-radius:25px!important}.simple-dropdown.open .icon,.simple-dropdown.open>.simple-dropdown__list .icon{transform:rotate(180deg);margin-bottom:-1px}.simple-dropdown.open{border-radius:0!important;border-top-left-radius:25px!important;border-top-right-radius:25px!important}.simple-dropdown.open>.simple-dropdown__list{border-top-left-radius:0;border-top-right-radius:0}.simple-dropdown-container{position:relative;width:100%}@media(prefers-reduced-motion:reduce){.simple-dropdown-container .simple-dropdown .icon{transition:none}}