.rh-select{cursor:pointer;font-size:1.3rem;font-weight:500;line-height:2.4rem;position:relative}@media screen and (min-width:768px){.rh-select{font-size:1.4rem;line-height:2.6rem}}@media screen and (min-width:992px){.rh-select{font-size:1.6rem;line-height:3rem}}.rh-select__select{display:none}.rh-select__option-selected{background-color:#edeef4;border-radius:7px;color:rgba(17,35,104,.5);padding:1.3rem 3.4rem 1.3rem 2rem;position:relative}.rh-select--light .rh-select__option-selected{background-color:#fff;text-transform:capitalize}.rh-select__option-selected--active{border-radius:7px 7px 0 0}.rh-select__option-selected:after{border-bottom:2px solid var(--rh-c-primary);border-radius:2px;border-right:2px solid var(--rh-c-primary);content:"";height:1rem;opacity:.5;position:absolute;right:2rem;top:1.8rem;transform:rotate(45deg);transition:transform .2s ease;width:1rem}@media screen and (min-width:992px){.rh-select__option-selected:after{top:2.1rem}}.rh-select__option-selected--active:after{transform:rotate(225deg) translate(-2px,-2px);transform-origin:center}.rh-select__option{color:rgba(17,35,104,.5);cursor:pointer;padding:1.3rem 2rem;text-transform:capitalize;transition:bakground-color .2s ease,color .2s ease}.rh-select__option:hover{background-color:#c6c5cd;color:#112368}.rh-select--light .rh-select__option:hover{background-color:#edeef4}.rh-select__option--same-as-selected{background-color:#c6c5cd;color:#112368}.rh-select--light .rh-select__option--same-as-selected{background-color:#edeef4}.rh-select__select-items{background-color:#edeef4;border-radius:0 0 7px 7px;left:0;max-height:30rem;overflow:auto;position:absolute;right:0;top:100%;z-index:99}.rh-select--light .rh-select__select-items{background-color:#fff}.rh-select__select-items::-webkit-scrollbar{width:7px}.rh-select__select-items::-webkit-scrollbar-track{background:#edeef4}.rh-select__select-items::-webkit-scrollbar-thumb{background:rgba(17,35,104,.5);border-radius:10px}.rh-select__select-items::-webkit-scrollbar-thumb:hover{background:rgba(17,35,104,.7)}.rh-select__select-items--hide{display:none}