:root{--primary:#ED0C0C;--primary-hover:#D40A0A;--red:#ED0C0C;--red-hover:#D40A0A;--white:#FFFFFF;--black:#000000;--grey:#F5F6F8;--gray:var(--grey);--black-off:#333333;--black-333:#333333;--black-666:#666666;--shadow:#DDDDDD;--aquamarine:#38CBCE;--petrol:#0099A8;--purple:#9866C1;--dark-blue:#0265D5;--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:rgb(0,129.015,79.156078125);--light-green:#D9F0F2;--dark-green:#00AC7B;--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,.custom-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}.custom-dropdown{border-radius:22px!important;padding:12px 20px;border-radius:5px;box-shadow:0 2px 0 0 #d9d9d9;border:1px solid #ddd;background-color:#fff;position:relative;padding-block:.56rem .625rem}@media(max-width:767.9px){.custom-dropdown{width:100%}}.custom-dropdown .text-icon,.custom-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}.custom-dropdown .text-icon .icon,.custom-dropdown .text-truncate .icon{transition:transform .3s ease-in-out}.custom-dropdown__value{cursor:pointer;min-width:146px}@media(max-width:767.9px){.custom-dropdown__value{justify-content:center}}.custom-dropdown__value.disabled span,.custom-dropdown__value.placeholder span{color:var(--darker-gray-50);-webkit-padding-start:6px;padding-inline-start:6px}.custom-dropdown__value.disabled{cursor:not-allowed}.custom-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}.custom-dropdown__list ul{padding:5px 1rem 15px;margin-bottom:unset}.custom-dropdown__list .sort-option{display:flex;align-items:center;padding-block:.4rem}.custom-dropdown__list .sort-option-label{word-break:break-word}.custom-dropdown__list .sort-option-label:hover,.custom-dropdown__list .sort-option.active .sort-option-label{color:var(--gray-550)!important}.custom-dropdown.open,.custom-dropdown.open>.custom-dropdown__list{border-color:var(--shadow);border-bottom-left-radius:25px!important;border-bottom-right-radius:25px!important}.custom-dropdown.open .icon,.custom-dropdown.open>.custom-dropdown__list .icon{transform:rotate(180deg);margin-bottom:-1px}.custom-dropdown.open{border-radius:0!important;border-top-left-radius:25px!important;border-top-right-radius:25px!important}.custom-dropdown.open>.custom-dropdown__list{border-top-left-radius:0;border-top-right-radius:0}.custom-dropdown .icon{margin-right:8px}.custom-disabled-item{cursor:not-allowed;color:var(--darker-gray-50);pointer-events:none}