.DropdownItem{flex:1 1;display:flex;align-items:center}.DropdownItem>.Stat{flex:0 0 auto;margin-left:auto}.DropdownItem>.Stat .StudentsCount{margin-right:16px;vertical-align:middle}.DropdownItem>.Stat .StudentsCount svg{height:16px;vertical-align:middle;margin-right:4px}.DropdownItem>.Stat .UniversitiesCount{vertical-align:middle}.DropdownItem>.Stat .UniversitiesCount img{height:16px;vertical-align:middle;margin-right:4px}.Chip{display:inline-block;position:relative;padding:10px 12px;background-color:#e3edf9;border-radius:20px}.Chip.hasCloseButton{padding-right:40px}.Chip>span.CloseButton{display:flex;position:absolute;right:12px;top:9px;width:22px;height:22px;border-radius:50%;background-color:#d3d3d3;justify-content:center;align-items:center}.Chips{display:inline-block;margin-bottom:-10px}.Chips>.Chip{margin-right:10px;margin-bottom:10px}.Dropdown2{position:relative;display:block}.Dropdown2.withShadow>.Value{box-shadow:0 8px 10px hsla(232,6%,50%,.2)}.Dropdown2>.Value{transition:border-color .08s ease-in-out,background-color .08s ease-in-out;border:2px solid #787a87;background-color:#fff;border-radius:10px;padding:15px 45px 15px 20px;min-height:55px;box-sizing:border-box;cursor:pointer}.Dropdown2>.Value.focused{border-color:#2653af}.Dropdown2>.Value.focused>.Arrow{stroke:#2653af;transform:rotate(0deg)}.Dropdown2>.Value.focused>.Name.float{color:#2653af}.Dropdown2>.Value>p.Value{display:inline-block;min-height:21px;margin-top:1px;margin-left:2px;font-weight:500}.Dropdown2>.Value>input{border:none;outline:none;background:transparent;font-size:16px;line-height:19.5px;font-weight:500;position:absolute;opacity:0}.Dropdown2>.Value.focused>input{position:relative;opacity:1}.Dropdown2>.Value>.Name{position:absolute;background:#fff;padding:0 9px;margin-left:-7px;top:17px;transition-duration:.08s;transition-timing-function:ease-in-out;transition-property:top,color,font-size,background-color;font-size:16px;font-weight:500;opacity:1;border-radius:8px}.Dropdown2>.Value>.Name.float{top:-8px}@media(max-width:375px){.Dropdown2>.Value>.Name{font-size:14px}}.Dropdown2>.Value>.Arrow{top:17px;right:19px;transform:rotate(180deg)}.Dropdown2>.Value>.Arrow,.Dropdown2>.Value>.Reset{position:absolute;stroke:#787a87;transition:stroke .08s ease-in-out,transform .08s ease-in-out}.Dropdown2>.Value>.Reset{padding:5px;width:13px;height:13px;box-sizing:content-box;top:14px;right:56px}.Dropdown2>.Value>.Error{position:absolute;top:100%;left:0;color:#ff4255;font-weight:700}.Dropdown2.resetable>.Value{padding-right:86px!important}.Dropdown2>.Menu{position:absolute;max-height:370px;top:100%;width:100%;margin-top:4px;box-sizing:border-box;padding:25px 0;z-index:100;background:#fff;box-shadow:2px 2px 4px hsla(232,6%,50%,.5);border-radius:10px;overflow:auto}@media(max-width:600px){.Dropdown2>.Menu{max-height:270px}}.Dropdown2>.Menu>.Value{padding:5px 30px;min-height:31px;width:100%;height:100%;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;transition:background-color .05s ease-in-out;background:#fff;cursor:pointer}.Dropdown2>.Menu>.Value.selected{background:#e3edf9!important}.Dropdown2>.Menu>.Value:hover{background:#e3edf9}.Dropdown2>.Menu>.Value>.CheckBox{flex:0 0 auto;display:inline-block;border:1.5px solid #787a87;border-radius:3px;width:19px;height:19px;box-sizing:border-box;margin-right:10px;display:flex;align-items:center;justify-content:center;transition:background-color .1s ease-in-out,border-color .1s ease-in-out}.Dropdown2>.Menu>.Value>.CheckBox>svg{transition:opacity .05s ease-in-out;opacity:0}.Dropdown2>.Menu>.Value>.CheckBox.active{background-color:#2653af;border-color:#2653af}.Dropdown2>.Menu>.Value>.CheckBox.active>svg{opacity:1}.Dropdown2>.Menu>.LoadingSpinner{margin-top:8px}.Dropdown2.disabled .Name,.Dropdown2.disabled input,.Dropdown2.disabled>.Value{cursor:not-allowed;background-color:#eceff1;color:#607d8b;border-color:#607d8b}.Dropdown2.singleBorder>.Value{border-top:none;border-left:none;border-right:none;border-radius:0;padding:22px 45px 8px 0;border-bottom-color:#d3d3d3}.Dropdown2.singleBorder>.Value input{min-width:100%}.Dropdown2.singleBorder>.Value>.Name{padding:2px;margin-left:0;margin-top:3px;opacity:.5}.Dropdown2.singleBorder>.Value>.Name.float{font-size:12px;opacity:.7}.Dropdown2.error>.Value{border-color:#ff4255;animation:dropdownShakeX .2s ease-in-out both;transform:translateX(0)}@keyframes dropdownShakeX{0%{transform:translateX(0)}20%{transform:translateX(-2px)}40%{transform:translateX(3px)}60%{transform:translateX(-3px)}80%{transform:translateX(2px)}to{transform:translateX(0)}}