.custom-dropdown-select-home-contaier{position:relative;display:flex;flex-direction:column;gap:8px;width:100%}.custom-dropdown-select-home-contaier .custom-dropdown-select-home{border-radius:0;border:1px solid #000;background-color:#ac966f;transition:var(--main-transition);font-size:12px;min-height:44px;padding:12px!important;font-weight:300;font-family:CourierPrime;width:100%;display:flex!important;align-items:center}.custom-dropdown-select-home-contaier .custom-dropdown-select-home:focus,.custom-dropdown-select-home-contaier .custom-dropdown-select-home:focus-within{border-color:var(--main-input-focus-border-color);outline:none}.custom-dropdown-select-home-contaier .custom-dropdown-select-home input{color:#000;background:transparent;border:none;outline:none;font-family:CourierPrime;width:100%;flex:1}.custom-dropdown-select-home-contaier .custom-dropdown-select-home input::-moz-placeholder{color:#000;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-dropdown-select-home-contaier .custom-dropdown-select-home input::placeholder{color:#000;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-dropdown-select-home-contaier .custom-dropdown-select-home .react-dropdown-select-item-selected,.custom-dropdown-select-home-contaier .custom-dropdown-select-home .react-dropdown-select-option{background-color:var(--main-dropdown-select-bg-color);color:var(--main-dropdown-select-text-color)!important;transition:var(--main-transition)}.custom-dropdown-select-home-contaier .custom-dropdown-select-home .react-dropdown-select-item-selected:hover,.custom-dropdown-select-home-contaier .custom-dropdown-select-home .react-dropdown-select-option:hover{background-color:var(--main-dropdown-hover-bg-color)!important;color:var(--main-dropdown-hover-text-color)!important}.custom-dropdown-select-home-contaier .custom-dropdown-select-home .react-dropdown-select-dropdown{background-color:#8b7651;border:1px solid #000;border-radius:0}.custom-dropdown-select-home-contaier .custom-dropdown-select-home .react-dropdown-select-item{color:var(--main-input-text-color);padding:12px!important;transition:var(--main-transition);border-bottom:1px solid #000}.custom-dropdown-select-home-contaier .custom-dropdown-select-home .react-dropdown-select-item:last-child{border-bottom:none}.custom-dropdown-select-home-contaier .custom-dropdown-select-home .react-dropdown-select-item:hover{background-color:#c3d55f}.custom-dropdown-select-home-contaier .custom-dropdown-select-home .react-dropdown-select-clear{color:#000;transition:var(--main-transition)}.custom-dropdown-select-home-contaier .custom-dropdown-select-home .react-dropdown-select-clear:hover{color:var(--main-error-color)}.custom-dropdown-select-home-contaier .custom-dropdown-select-home .react-dropdown-select-separator{background-color:var(--main-input-border-colors)}.custom-dropdown-select-home-contaier .custom-dropdown-select-home .react-dropdown-select-dropdown-handle{color:#000;transition:var(--main-transition)}.custom-dropdown-select-home-contaier .custom-dropdown-select-home .react-dropdown-select-dropdown-handle:hover{color:var(--main-input-focus-border-color)}.custom-dropdown-select-home-contaier.error .custom-dropdown-select-home{border-color:var(--main-error-color)}.custom-dropdown-select-home-contaier .custom-dropdown-select-home.react-dropdown-select-disabled{background-color:#f9fafb;opacity:.6;cursor:not-allowed}.custom-dropdown-select-home-contaier .custom-dropdown-select-home .react-dropdown-select-item-renderer{background-color:var(--main-dropdown-select-bg-color);color:var(--main-dropdown-select-text-color);border-radius:calc(0 * .5);padding:2px 8px;font-size:12px}.custom-dropdown-select-home-contaier .custom-dropdown-select-home .react-dropdown-select-item-renderer .react-dropdown-select-item-remove{color:var(--white);margin-left:4px}.custom-dropdown-select-home-contaier .custom-dropdown-select-home .react-dropdown-select-item-renderer .react-dropdown-select-item-remove:hover{color:var(--main-error-color)}