.SelectBox{position:relative;height:40px;width:230px;padding:0;border:1px solid hsl(195,21.4285714286%,30.9803921569%);border-radius:3px;cursor:pointer;-webkit-transition:.2s border ease-in-out;transition:.2s border ease-in-out}.SelectBox__StatusBar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.SelectBox__StatusBar__label{padding:0 1em;font-size:.75em;font-weight:500;color:hsl(195,21.4285714286%,30.9803921569%);cursor:pointer}.SelectBox__StatusBar__valueLabel{width:100%;margin-right:auto;margin-top:-1px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0);border:0;font-size:.75em;font-weight:500;color:#c5d1d3}.SelectBox__StatusBar__arrow{padding:0 .5em;font-size:1.125em;color:#c5d1d3}.SelectBox__options{display:none;position:absolute;top:calc(100% - 1px);left:-1px;height:180px;width:calc(100% + 2px);list-style:none;margin:0;padding:0;color:#c5d1d3;background-color:#161f22;border:1px solid hsl(195,21.4285714286%,30.9803921569%);border-radius:0 0 3px 3px;overflow-y:scroll;-webkit-box-shadow:inset 0 -20px 10px -10px #000;box-shadow:inset 0 -20px 10px -10px #000;z-index:502}.SelectBox__options li{padding:1em;font-size:.75em;font-weight:500;border-bottom:1px solid hsl(195,21.4285714286%,15.9803921569%)}.SelectBox__options li:hover{background-color:hsl(195,21.4285714286%,9.7303921569%)}.SelectBox__options li.active{background-color:hsl(195,21.4285714286%,8.4803921569%)}@media screen and (max-width:480px){.SelectBox{width:100%}}#movie-list-more{width:100%}.MovieListMore{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;width:100%}