.custom_select_group .form-control{border:1px solid #C0C1D1;box-sizing:border-box;border-radius:5px;height:50px;font-weight:500;font-size:18px;line-height:24px;padding:12px 18px;cursor:pointer;z-index:1}.custom_select_group .select-dropdown{display:block;border-radius:5px;background:#fff;position:absolute;max-width:96%;z-index:9;font-size:14px;top:90px;scrollbar-color:#ddd #fff;scrollbar-width:thin;max-height:calc(33px * 8);height:0;transition:all 0.2s linear;overflow:hidden;min-width:100%;max-width:100%;width:100%}.custom_select_group #state-select+.select-dropdown.slide-down{overflow-y:auto}.custom_select_group .select-dropdown.slide-down{height:calc(33px * 8);border:1px solid #010852;padding:0;z-index:200}.custom_select_group .select-dropdown.slide-up{height:0;padding:0;border:1px solid #EBF3FF;z-index:1}.custom_select_group #property-select+.select-dropdown.slide-down{height:calc(35px * 3)}.custom_select_group .select-dropdown span:first-child{margin-top:12px}.custom_select_group .select-dropdown span:last-child{margin-bottom:12px}.custom_select_group .dropdown-list.open{border-color:#010852}.custom_select_group .select-dropdown span.selected{color:#0689d6}.custom_select_group .select-dropdown span{color:#000;display:block;cursor:pointer;padding:3px 7px;width:94%;margin:0 auto}.custom_select_group .select-dropdown span:hover{color:#0689d6;background:#fff;border-radius:7px;box-shadow:0 2px 4px 2px #374efd3D;font-weight:500}.custom_select_group .select-dropdown::-webkit-scrollbar{width:0}.custom_select_group .select-dropdown::-webkit-scrollbar-track{background:#fff}.custom_select_group .select-dropdown::-webkit-scrollbar-thumb{background:#ddd}.custom_select_group .dropdown-arrow::before{content:'';position:absolute;top:36%;right:15px;pointer-events:none;border:solid #727488;border-width:0 2px 2px 0;display:inline-block;padding:4px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.custom_select_group .label-txt{line-height:16px;color:#010852;font-size:18px;font-weight:500}