.dropDown{align-items:center;border-radius:8px;cursor:pointer;display:flex;height:100%;min-width:150px;padding:0 8px;position:relative;user-select:none;width:max-content}.dropDown--tableDraw{border:1px solid var(--color-support-1);color:var(--color-support-4);min-width:unset;padding:0}.dropDown--tableDraw:hover{background-color:rgba(var(--color-support-2-rgb),.3)}.dropDown__selectedValue{align-items:center;border-radius:4px;color:var(--color-combination-2);display:flex;font-weight:700;justify-content:center;margin:0 auto;outline:none;text-align:center;text-transform:uppercase;width:100%}#search-window .dropDown__selectedValue{padding:4px 16px}#search-window .dropDown__selectedValue--isOpen,#search-window .dropDown__selectedValue:hover{background:rgba(20,63,54,.07)}.rankingInputs__input--select #search-window .dropDown__selectedValue--isOpen,.rankingInputs__input--select #search-window .dropDown__selectedValue:hover{background:transparent}.dropDown__arrow{background-size:cover;height:6px;position:absolute;right:3px;top:calc(50% - 3px);transform:rotate(180deg);transition:transform .2s;transition-timing-function:ease-in-out;width:8px}.dropDown__arrow--rotate{top:calc(50% - 3px);transform:none}.dropDown__list{background-color:var(--color-support-5);border-radius:8px;box-shadow:0 2px 10px 0 rgba(0,0,0,.15);cursor:default;max-height:400px;min-width:100%;overflow-y:auto;padding:8px;position:absolute;right:0;top:30px;width:max-content;z-index:var(--zIndex-dropDown)}#search-window .dropDown__list{box-shadow:0 2px 10px 0 rgba(0,0,0,.35);max-height:470px;min-width:auto}.dropDown__option{align-items:center;border-bottom:1px solid var(--color-border-1);border-radius:4px;box-sizing:border-box;color:var(--color-combination-2);cursor:pointer;display:flex;font-size:13px;font-weight:400;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;justify-content:flex-start;line-height:15px;padding:8px;word-break:break-word}.dropDown__option:not(.dropDown__option--selected):hover{background:rgba(var(--color-support-2-rgb),.3);color:var(--color-combination-2)}.dropDown__option:last-child{border-bottom:none}.dropDown__option--selected{background:var(--color-primary-2);color:#fff;font-weight:700}@media only screen and (max-width:799px){.horse-racing .subTabs--label .dropDown{background-color:var(--color-support-5);cursor:pointer;display:flex;margin-left:auto;min-width:unset;padding:8px 12px;position:relative;user-select:none}.horse-racing .subTabs--label .dropDown__selectedValue:hover{background:unset}.horse-racing .subTabs--label .dropDown__list{box-sizing:border-box;min-width:unset}.horse-racing .subTabs--label .dropDown__option{justify-content:center}}.dropDownFilter{cursor:pointer;display:flex;height:100%;position:relative;user-select:none;width:100%}.dropDownFilter__selectedValue{align-items:center;box-sizing:border-box;display:flex;height:100%;padding:0 10px;width:100%}.dropDownFilter__icon{flex:0 0 14px;height:14px;margin-left:auto;transform:rotate(-90deg);width:14px}.dropDown--tableDraw .dropDownFilter__icon{margin:0 0 0 8px}.dropDownFilter__icon--open{transform:rotate(90deg)}.rankingInputs__input--select .dropDownFilter__icon{margin-right:0}#search-window .dropDownFilter__icon{flex:0 0 10px;height:10px;margin-left:5px;width:10px}.dropDownFilter__list{background-color:var(--color-support-5);border-radius:8px;box-shadow:0 2px 10px 0 rgba(0,0,0,.25);max-height:320px;overflow-y:auto}.dropDownFilter__option{align-items:center;box-sizing:border-box;display:flex;height:26px;justify-content:flex-start;padding:0 10px}.dropDownFilter__option--selected{background-color:var(--color-support-1);color:var(--color-secondary-dark);font-weight:700}.dropDownFilter__option>div{padding-right:10px}@media (hover:hover){.dropDownFilter__option:hover{background-color:var(--color-support-1);color:var(--color-secondary-dark)}}.dropDownFilter__text{margin-right:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropDownFilter .flag{flex:0 0 18px;height:12px;margin-right:8px}@media only screen and (max-width:799px){.horse-racing.responsive .subTabs--label .dropDownFilter__icon{margin-left:4px;margin-right:unset}#search-window .dropDownFilter__icon{height:8px;width:8px}}