.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height,36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color,var(--react-international-phone-border-color,#dcdcdc));margin:0;-moz-appearance:button;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color,var(--react-international-phone-background-color,#fff));cursor:pointer;text-transform:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover,#f5f5f5)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size,4px) solid var(--react-international-phone-country-selector-arrow-color,#777);border-right:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color,#999)}.react-international-phone-country-selector-button--disabled{cursor:auto}.react-international-phone-country-selector-button--disabled,.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color,var(--react-international-phone-disabled-background-color,#f5f5f5))}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width,24px);height:var(--react-international-phone-flag-height,24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top,44px);left:var(--react-international-phone-dropdown-left,0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color,var(--react-international-phone-background-color,#fff));box-shadow:var(--react-international-phone-dropdown-shadow,2px 2px 16px rgba(0,0,0,.25));color:var(--react-international-phone-dropdown-item-text-color,var(--react-international-phone-text-color,#222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin,0);background:var(--react-international-phone-dropdown-preferred-list-divider-color,var(--react-international-phone-border-color,#dcdcdc))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height,28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size,14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color,gray);font-size:var(--react-international-phone-dropdown-item-font-size,14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--focused,.react-international-phone-country-selector-dropdown__list-item--selected{background-color:var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5);color:var(--react-international-phone-selected-dropdown-item-text-color,var(--react-international-phone-text-color,#222))}.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color,var(--react-international-phone-dropdown-item-dial-code-color,gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color,var(--react-international-phone-border-color,#dcdcdc));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color,var(--react-international-phone-background-color,#fff));color:var(--react-international-phone-dial-code-preview-text-color,var(--react-international-phone-text-color,#222));font-size:var(--react-international-phone-dial-code-preview-font-size,var(--react-international-phone-font-size,13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color,var(--react-international-phone-disabled-background-color,#f5f5f5));color:var(--react-international-phone-dial-code-preview-disabled-text-color,var(--react-international-phone-disabled-text-color,#666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius,4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height,36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color,#dcdcdc);border-radius:var(--react-international-phone-border-radius,4px);margin:0;background-color:var(--react-international-phone-background-color,#fff);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color,#222);font-family:inherit;font-size:var(--react-international-phone-font-size,13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color,#f5f5f5);color:var(--react-international-phone-disabled-text-color,#666)}.popover-alignment{top:var(--phoneTop)!important;left:var(--phoneLeft)!important}.origin-textfield-e-commerce-lead-form.phone-input-error .MuiOutlinedInput-notchedOutline,.origin-textfield-e-commerce-lead-form.phone-input-error.Mui-focused .MuiOutlinedInput-notchedOutline,.origin-textfield.phone-input-error .MuiOutlinedInput-notchedOutline,.origin-textfield.phone-input-error.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#db0000!important}.custom-select-container{display:flex;flex-direction:column;min-width:112px}.custom-select-label{margin-bottom:8px;font-size:16px;font-weight:600}.input-label{margin-bottom:4px;color:#0a353b;opacity:.5;font-size:1rem;font-weight:600;line-height:2rem}@media(min-width:1280px)and (max-width:1919px){.input-label{font-size:1.2rem}}@media(min-width:1024px)and (max-width:1279px){.input-label{font-size:1.2rem}}.input-label.register-user-industry-label{color:#0a353b;font-size:14px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-.26px;opacity:unset}.custom-select-wrapper{position:relative;display:flex;align-items:center;cursor:pointer}.custom-select-wrapper .custom-select-display{background-color:#fff;border-radius:8px;border:1px solid rgba(0,0,0,.12);background:#fff;height:48px;font-size:16px;width:100%;display:flex;justify-content:space-between;align-items:center}.custom-select-wrapper .custom-select-display[data-design=newDesign]{border-radius:12px;height:48px;border:1px solid rgba(10,53,59,.3);box-shadow:2px 4px 6px 0 rgba(10,53,59,.08)}.custom-select-wrapper .custom-select-display.keyboard-focused{border-color:#5c5959!important}.custom-select-wrapper .custom-select-display .startIcon{display:flex}.custom-select-wrapper .custom-select-display .endIcon{padding-right:unset}.custom-select-wrapper .custom-select-display.register-user-industry-label{border-radius:8px;border:1px solid #1d2939}.custom-select-wrapper .error{border-color:#fb5348}.custom-select-wrapper .select-content{display:flex;align-items:center;gap:8px;padding:9px 0 9px 13px;width:calc(100% - 40px)}.custom-select-wrapper .select-content[data-design=newDesign]{width:calc(100% - 84px)}.custom-select-wrapper .select-content[data-design=widthContent]{width:100%}.custom-select-wrapper .custom-dropdown{position:absolute;top:calc(100% + 6px);width:100%;background-color:#fff;z-index:11;border-radius:0 0 4px 4px;border-radius:8px;background:#fff;margin-top:2px;max-height:220px;overflow-y:scroll;border:1px solid #cdd1d4}.custom-select-wrapper .custom-dropdown[data-isShadow=true]{box-shadow:0 7px 10px 0 #f1f1f1}.custom-select-wrapper .custom-dropdown.top{top:auto;bottom:calc(100% + 6px);width:100%}.custom-select-wrapper .custom-dropdown .custom-dropdown-option{padding:8px 16px;cursor:pointer;color:#0a353b;font-size:1.4rem;font-style:normal;line-height:20px;width:100%;height:48px;min-height:48px;display:flex;align-items:center}.custom-select-wrapper .custom-dropdown .custom-dropdown-option:hover{background-color:#e1f4cf!important}.custom-select-wrapper .custom-dropdown .custom-dropdown-option.focused{background-color:#e1f4cf}.custom-select-wrapper .custom-dropdown .custom-dropdown-option .labelOption{width:100%;overflow:hidden;text-overflow:ellipsis;max-height:3em}.custom-select-wrapper .custom-dropdown .custom-dropdown-option.ellipses{width:calc(100% - 40px)}.custom-select-wrapper .custom-dropdown .custom-dropdown-option.alt-bg{background-color:#fafafa}.custom-select-wrapper .custom-dropdown-unique{position:absolute;top:calc(100% + 14px);width:22rem;background-color:#fff;z-index:11;border-radius:0 0 4px 4px;border-radius:8px;background:#fff;margin-top:2px;box-shadow:0 7px 10px 0 #f1f1f1;height:unset;max-height:214px;overflow-y:scroll;border:1px solid #cdd1d4}@media(max-width:600px){.custom-select-wrapper .custom-dropdown-unique{width:25rem}}@media(min-width:1024px)and (max-width:1279px){.custom-select-wrapper .custom-dropdown-unique{width:30rem}}@media(min-width:1280px)and (max-width:1919px){.custom-select-wrapper .custom-dropdown-unique{width:36rem}}@media(min-width:1920px){.custom-select-wrapper .custom-dropdown-unique{width:36rem}}.custom-select-wrapper .custom-dropdown-unique.top{top:auto;bottom:calc(100% + 6px)}@media(max-width:600px){.custom-select-wrapper .custom-dropdown-unique.top{width:25rem}}@media(min-width:1024px)and (max-width:1279px){.custom-select-wrapper .custom-dropdown-unique.top{width:30rem}}@media(min-width:1280px)and (max-width:1919px){.custom-select-wrapper .custom-dropdown-unique.top{width:36rem}}@media(min-width:1920px){.custom-select-wrapper .custom-dropdown-unique.top{width:36rem}}.custom-select-wrapper .custom-dropdown-unique .custom-dropdown-option-unique{padding:4px 12px;cursor:pointer;color:#0a353b;font-size:1.4rem;font-style:normal;line-height:20px;width:100%;height:48px;min-height:48px;display:flex;align-items:center}.custom-select-wrapper .custom-dropdown-unique .custom-dropdown-option-unique.focused,.custom-select-wrapper .custom-dropdown-unique .custom-dropdown-option-unique:hover{background-color:#e1f4cf}.custom-select-wrapper .custom-dropdown-unique .custom-dropdown-option-unique .labelOption{width:100%;overflow:hidden;text-overflow:ellipsis;max-height:3em}.custom-select-wrapper .custom-dropdown-unique .custom-dropdown-option-unique.ellipses{width:calc(100% - 40px)}.text{color:#0a353b;font-size:1.4rem;font-style:normal;font-weight:400;line-height:20px;white-space:nowrap;width:100%}.text .selectedLabel{overflow:hidden;text-overflow:ellipsis}.text .selectedLabel[data-design=newDesign]{font-size:1.6rem}.text.ellipses{width:calc(100% - 40px)}.placeholder{color:#0a353b;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.48px;font-family:Inter}.dropdownIcon-containertruck{border-radius:0 5px 5px 0;padding:11px 16px 11px 0;margin-left:auto;display:flex;gap:6px;align-items:center}.svg-icon{width:16px;height:16px;color:#0a353b}@media(min-width:1024px)and (max-width:1279px){.svg-icon{width:18px;height:18px}}@media(min-width:1280px)and (max-width:1919px){.svg-icon{width:18px;height:18px}}.selectdivider{border-top:1px solid #cdd1d4}.carrier{display:flex;align-items:center;gap:.6rem;color:#0a353b;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.48px}.carrier .carrier-count{border-radius:18px;background:#c56336;padding:2px 8px;flex-direction:column;align-items:center;gap:10px;display:flex;justify-content:center;color:#fff;width:30px}.checkboxLocationContent1{padding:16px;display:flex;flex-direction:column;gap:1.6rem}.checkboxLocationContent1 .checkboxLocation{display:flex;align-items:center;gap:.8rem}.checkboxLocationContent1 .checkboxLocation .pickuplabel{color:#0a353b;font-size:1.2rem;font-style:normal;font-weight:400;line-height:20px}.forActiveSortDisplayIcon{width:8px;height:8px;background-color:#c56336;border-radius:50%;flex-shrink:0}.filterBarMobileEnquiry{flex-direction:column;color:#0a353b;font-size:1.4rem;font-weight:400;cursor:pointer;max-height:400px}.filterBarMobileEnquiry,.searchBtnDesk{display:flex;font-style:normal;line-height:20px}.searchBtnDesk{border:none;width:164px;height:48px;padding:12px 18px;gap:8px;border-radius:8px;background:#c56336;box-shadow:0 1px 2px 0 rgba(16,24,40,.05);color:#fff;font-size:14px;font-weight:600}.disclaimerContainer,.searchBtnDesk{justify-content:center;align-items:center}.disclaimerContainer{display:flex;padding:12px 0;gap:4px;flex-shrink:0;border-radius:24px;background:hsla(185,5%,49%,.12);border-top:1px solid hsla(185,5%,49%,.12);max-height:3.4rem}@media(max-width:600px){.disclaimerContainer{border-top:unset;max-height:unset}}.disclaimerContainer p{color:#08292d;font-size:1.3rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:-.26px;max-width:14rem}@media(max-width:600px){.disclaimerContainer p{max-width:unset}}.disclaimerContainer svg{flex-shrink:0}.custom-select-display.read-only{background-color:#f5f5f5;pointer-events:none}.custom-select-display.read-only .dropdownIcon-containertruck{visibility:hidden}.custom-select-wrapper.read-only{cursor:not-allowed;opacity:.4}.custom-select-wrapper-listing{display:flex;padding:8px 14px;justify-content:center;align-items:center;gap:8px;border-radius:8px;border:1px solid #e6e6e6;background:#fff;box-shadow:0 1px 2px 0 rgba(16,24,40,.05)}