.custom-select{position:relative;margin-bottom:20px;width:100%;max-width:220px}.custom-select.disabled{cursor:not-allowed;opacity:.5;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-select .selected-option{padding:10px;background-color:#fff;cursor:pointer;display:flex;align-items:center;border-radius:50px;color:#707078;font-size:14px;overflow:hidden;text-wrap:nowrap;text-overflow:ellipsis}.custom-select .selected-option span{font-weight:700;color:#000}.custom-select .select-arrow-icon{position:absolute;top:50%;transform:translateY(-50%);right:15px}.custom-select .options-list{position:absolute;width:100%;overflow-y:auto;background-color:#fff;border-radius:10px;margin-top:5px;z-index:10000;list-style:none;padding-left:0;color:#000;box-shadow:0 0 44px 0 rgba(0,0,0,.06)}.custom-select .options-list::-webkit-scrollbar{width:8px}.custom-select .options-list::-webkit-scrollbar-track{background-color:rgba(0,0,0,0);border-radius:10px}.custom-select .options-list::-webkit-scrollbar-thumb{background-color:#003a9b;border-radius:10px}.custom-select .option-item{padding:10px 20px;transition:background-color .2s ease;font-size:14px;font-weight:400;display:flex;align-items:center;text-wrap:nowrap}.custom-select .option-item .checkbox-option{margin-right:5px}.custom-select .option-item.selected{color:#003a9b;display:flex;justify-content:space-between}.custom-select .search-field{position:relative;padding:15px}.custom-select .search-field .search-icon{position:absolute;right:30px;top:50%;transform:translateY(-50%)}.custom-select .search-input{width:100%;padding:10px 20px;border-radius:20px;font-size:14px;outline:none;background-color:#f5f5f5;border:none;color:#000}.custom-select.career-select .option-item,.custom-select.region-select .option-item{cursor:pointer}.custom-select.industry-select .options-list{max-height:200px;overflow-y:auto}.custom-select::-webkit-scrollbar-track{border-radius:10px;background-color:rgba(0,0,0,0)}.custom-select::-webkit-scrollbar{height:8px;background-color:rgba(0,0,0,0)}.custom-select::-webkit-scrollbar-thumb{border-radius:10px;background-color:#003a9b}