#location-picker{position:absolute;width:calc(100vw - 396px);height:100vh;z-index:0;left:316px;padding:8px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#location-picker .header{height:32px}#location-picker .header .click-tutorial{background:rgba(11,11,12,.8);border-radius:4px;padding:0 16px}#location-picker .header .right-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}#location-picker .header .right-buttons .filter{cursor:pointer;background:rgba(11,11,12,.8);border-radius:4px;height:30px;padding-left:16px;padding-right:16px;border:1px solid rgba(11,11,12,.8)}#location-picker .header .right-buttons .filter.active{border-color:var(--secondary)}#location-picker .header .right-buttons .dates-filter{position:absolute;top:24px}#location-picker .header .right-buttons .resize-btn{cursor:pointer;background:rgba(11,11,12,.8);border-radius:4px;height:32px;padding:0 8px;position:relative}#location-picker .header .right-buttons .resize-btn span{position:absolute;font-size:10px;right:4px;top:4px}#location-picker .content{background:#0b0b0c;border-radius:4px;height:100%;padding:8px}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .15s cubic-bezier(.55,.085,.68,.53);transition:opacity .15s cubic-bezier(.55,.085,.68,.53)}.fade-enter,.fade-leave-to{opacity:0}