.preload::after{
    content:
     url('../images/insight/football.png')
     url('../images/insight/running_grey.png')
     url('../images/insight/running.png')
     url('../images/insight/sneaker.png')
     url('../images/insight/sneaker_grey.png')
     url('../images/insight/basketball.png')
     url('../images/insight/football_grey.png')
     url('../images/insight/basketball_grey.png')
     url(../images/icon/bbl.png)
     url(../images/icon/train.png)
     url(../images/icon/run.png)
     url(../images/icon/expand.png)
     url(../images/icon/canceled.png)
     url(../images/icon/reduce.png)
     url(../images/Group\ 2_grey.svg)
     url(../images/close.png)
     url(../images/entry.jpg)
     url(../images/shadow.png)
     url(../images/timeline-grey.png)
     url(../images/timeline-green.png)
     url(../images/icon/jordan.png)
     url(../images/jordan.png);  position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
}
@font-face {
    font-family: "AlBayan";
    src: url(../font/AlBayan.ttc);
}
@font-face {
    font-family: "TradeGothicLT-CondEighteen";
    src: url(../font/Trade\ Gothic\ LT\ Condensed\ No.\ 18.ttf);
}
@font-face {
    font-family: "TradeGothic";
    src: url(../font/Trade\ Gothic\ LT.ttf);
}

@font-face {
    font-family: "TradeGothic-Bold";
    src: url(../font/Trade\ Gothic\ LT\ Bold.ttf);
}

@font-face {
    font-family: "TradeGothicLT-BoldCondTwenty";
    src: url(../font/Trade\ Gothic\ LT\ Bold\ Condensed\ No.\ 20.ttf);
}
@keyframes light-on{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

html{
    margin:0;
    padding: 0;
}
body{
    font-size: 14px;
    letter-spacing: 0.88px;
    overflow:hidden;
    margin:0;
    padding: 0;
}

#back-button{
    width: 60px;
    height: 100vh;
    position: fixed;
    right: 5.5vw;
    top: 0;
    z-index: 99;
    /* display: none; */
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity 3.52s ease-in-out;
    align-items: center;
}
#back-button.show{
    opacity:1;
    pointer-events: auto;
}
#back-button > img{
    transform: translateY(-5px);
    width: 60px;
    height: 60px;
}
.hide {
    display: none !important;
}
/* .fade{ */
/*     opacity: 0 !important; */
/* } */
.show {
    display: flex !important;
}
.green{
    color: #88b04b;
}
.background-green{
    background-color: #88b04b;
}
.background-cyan{
    background-color: #3AB57E;
}

.font-tgc18{
    font-family: "TradeGothicLT-CondEighteen";
}
.font-tg{
    font-family: "TradeGothic";
}
.font-tgb{
    font-family: "TradeGothic-Bold";
}
.font-tgbc20{
    font-family: "TradeGothicLT-BoldCondTwenty";
}
.font-alb{
    font-family: "AlBayan";
}
.font-20{
    font-size: 20px;
}
.font-24{
    font-size: 24px;
}
.font-30{
    font-size: 30px;
}


#nike-logo{
    width: 68px;
    heigth: 25px;
}
#body{
    display:relative;
}

#top-bar {
    position: fixed;
    top:0;
    left:0;
    right: 0;
    height: 80px;
    z-index: 89;
    padding-left: 6.2vw;
    padding-right: 5.6vw;
    display: flex;
    justify-content: space-between;
    color:white;
}
#top-bar-title{
    font-size: 20px;
    display: flex;
    align-items: center;
}
#top-bar-title>div{
    letter-spacing: 1.25px;
    line-height: 23px;
}

#page-title{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 45vw;
    max-width: 450px;
}
#page-title .active{
    color: white;
}
#page-title .active .i{
    
        width: 6.5px;
        height: 6.5px;
        border-color: white;
        background-color: white;
        padding: 5.75px;
}
#page-title>div{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 10vw;
    max-width: 100px;
    color: #8b8b8b;
}
#page-title>.psu-button{
    cursor: pointer;
}
/*
@keyframes breathing{
    0%{
        width: 5.5px;
        height: 5.5px;
        background-color: rgba(255,255,255,0);
        padding: 6.25px;   
    }
    40%{
        width: 6.5px;
        height: 6.5px;
        background-color: white;
        padding: 5.75px;
    }
    60%{
        width: 6.5px;
        height: 6.5px;
        background-color: white;
        padding: 5.75px;
    }
    100%{
        width: 5.5px;
        height: 5.5px;
        background-color: rgba(255,255,255,0);
        padding: 6.25px;   
    }
}
*/
#page-title .i{
    border-radius: 50%;
    border: 1px solid #8b8b8b;
    background-clip: content-box;

        width: 5.5px;
        height: 5.5px;
        background-color: #8b8b8b;
        padding: 6.25px;   
}


/* sidepanel */
#side-panel{
    position: absolute;
    top: 15vh;
    right: -50vw;
    width: 35vw;
    height: 78vh;
    opacity: 0;
    transition: opacity 1.5s ease-in,right 0.5s ease-in;
    display:flex;
    z-index: 88;
    background: black;
    color:white;
    flex-direction: column;
}
#side-panel.show{
    opacity: 1;
    right: 5vw;
}

#tradeZone,
#shop{
    position: absolute;
    pointer-events: none;
    opacity: 0;
    width: 35vw;
    height: 78vh;
}
#tradeZone.display,
#shop.display{
    opacity: 1;
    pointer-events: auto;
}
#side-panel .close{
    position: absolute;
    top: 2.5vh;
    right: 2.1vw;
    width: 17px;
    height: 17px;
    z-index: 99;
    background-image: url(../images/close.png);
    background-size: 17px;
}
#side-panel .head{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-left:2.1vw;
    margin-top: 2.5vh;
    margin-bottom: 1.7vh;
    pointer-events: none;
}
#panel-title{
    width: 35vw;
    margin-top: 0.7vh;
    color: #6d6d6d;
}
#side-panel .main-title{
    font-size: 36px;
    margin-right: 8px;
    line-height: 26px;
    letter-spacing:0;
}
#side-panel .sub-title{
    font-size: 14px;
    line-height: 12px;
}
#tradeZone .body>div{
    border-top: 1px solid #88b04b;
    padding-top: 32px;
    padding-left: 2.1vw;
    padding-right: 1vw;
    display: flex;
    justify-content: space-around;
    position:relative;
    letter-spacing: 0.8px
}
.tz-title{
    top: 0;
    left: 2.1vw;
    padding: 4px 10px;
    background: #88b04b;
    color: white;
 position: absolute;
}
#tradeZone div.overview{
    height: 120px;
    margin-top:20px;
    /* flex-direction: column; */
    display: block;
}
#tradeZone .ovs{
    color: #cdcdcd;
    line-height: 1.75;
}
#tradeZone .ovs:last-child{
    margin-bottom: 15px;
}
#shop .overview{
    flex-direction: column;
}
#tradeZone div#consumer{
    height: 15vh;
    padding-top:52px;
}
#consumer .css{
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
#consumer .css .note{
    margin-top: 11px;
    text-align: center;
    max-width: 100px;
}
#consumer .css .consumer-icon{
    height: 36px;
    width: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px 36px;
}
#keymetrics{
    flex-wrap: wrap;
    height: 20vh;
}
#keymetrics .kms{
    width: 10vw;
    display:flex;
    align-items: center;
    flex-direction:column;
}
#keymetrics .kms .num{
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0px;
}

#shop .body>div{
    margin-left:2.1vw;
    font-size: 14px;
    color: #6d6d6d;
}
#shop .body #tab{
    display: flex;
    margin-left: 0;
}
#tab img{
    width: 15px;
    height: 15px;
  j  margin-right: 10px;
}
#tab>div:not(:last-child){
    margin-right: 0.2vw;
}
#tab>div{
    flex-grow: 1;
    width: 11.5vw;
    height: 3.6vh;
    background-color: #232323;
    border-bottom: 1px solid #88b04b;
    color: #6d6d6d;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
#tab>div.selected{
    background-color: #88b04b;
    border-bottom: 1px solid white;
    color: white;
}
#shop .sub-body{
    width: 35vw;
    height: 60vh;
    position: absolute;
    top: 15.4vh;
    right: 0;
    display: none;
    flex-direction: column;
}

#shop .sub-body.display{
    display: flex;
}
#side-panel img.icon{
    width: 48px;
    height: 48px;
    border-radius: 24px;
}
#side-panel .sku img.sku-icon{
    width: 35px;
    height: 35px;
    border-radius: 17.5px;
}

#shop .sub-body .sum{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 11.2vh;
    width: 35vw;
    color: #6d6d6d;
    font-size: 12px;
    letter-spacing: 0.75px;
    border-bottom: 1px solid #88b04b;
}
#shop .sub-body .sum .num{
    color: white;
    font-size: 20px;
    letter-spacing: 1.25px;
}
#shop .sub-body .crazy{
    display: flex;
    padding-left: 2.1vw;
    padding-right: 2.1vw;
    padding-bottom: 2.1vh;
    padding-top: 3.3vh;
}

#crazy .cz-title{
    color: white;
    line-height: 13px;
}
#crazy .second-cz-title{
    padding-top: 34px;
}
#bar-col .bar{
    width: 128px;
    height: 4px;
    background: #6d6d6d;
}

#bar-col .note{
    font-size: 12px;
    line-height: 11px;
    padding-top: 9px;
}

#bar-col .bar>div{
    position: absolute;
    height: 4px;
    overflow: hidden;
transition: width 1s ease-in-out;
}
#bar-col .bar>div:before{
    content:'';
    position: absolute;
    top:0;
    left: 0;
    width: 128px;
    height: 4px;
    background: #88b04b;
}
#bar-col .bar>div:after{
    content:'';
    position: absolute;
    top:0;
    left: 128px;
    width: 40px;
    height: 4px;
    background: rgba(10,145,59,0.52);
}
#bar-col{
    flex-grow: 2;
}

#actual{
    color: #88b04b;
}
#actual,
#target{
    flex-grow: 1;
    align-items: right;
}
#bar-col,
#actual,
#target{
    display: flex;
    flex-direction: column;
}
#actual>div,
#target>div{
    display: flex;
    flex-direction:column;
    align-items: right;
}

#actual .rev>div,
#target .rev>div{
    padding-top: 8px;
}

#actual .kpi,
#target .kpi{
    margin-top:6.5vh;
}
#actual .kpi>div,
#target .kpi>div{
    padding-top: 6px;
}

#other{
    margin-left:2vw;
    margin-right: 2vw;
    margin-top: 1vh;
    display: flex;
    justify-content: space-between;
}
#other .num{
    font-size:20px;
    color: white;
    letter-spacing:1.25px;
    line-height:15px;
    margin-bottom: 0.1vh;
}
#other .note{
    font-size: 12px;
    letter-spacing: 0.75px;
}

#category {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 3vh;
    padding-bottom: 3vh;
    height: 54vh;
}
#category table{
    color: white;
    font-size: 10px;
    letter-spacing: 0.62px;
    border-collapse: collapse;
    padding-bottom: 10px;
}

th{
    vertical-align:bottom;
    border-bottom: 1px solid #666666;
}
td{
    padding: 1.2vh 2.1vw;
}
#category .cz-title {
    color:white;
}
#category .bar {
    width: 30vw;
    height:4.7vh;
    background-color: #666666;
    display: flex;
    margin-top: 1.2vh;
    margin-bottom: 0.3vh;
}
#category .bar>div{
    height: 4.7vh;
    border-right: 1px solid black;
}
#category .legend-note {
    font-size:12px;
    position: relative;
    width: 30vw;
}
#category .legend-note span{
    color: white;
}
#category .legend-note > div{
    position: absolute;
    top: 0;
}
#category .genderrevshare{
    padding-bottom: 40px;
}

#sku{
    height: 50vh;
    padding-top: 4.3vh;
    padding-bottom: 5.7vh;
    flex-direction: column;
    align-items: center;
}
#sku .toggleTop{
    width: 200px;
    height: 28px;
    border-radius: 14px;
    border: 1px solid white;
    display: flex;
    
}
#sku .toggleTop>div{
    width: 86px;
    height: 28px;
    border-radius: 14px;
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sku .toggleTop>div.active{
    width: 114px;
    color: #88b04b;
    background-color:white;
}
#sku .sell{
    width: 34vw;
    padding-top: 8vh;
    display: flex;
    justify-content: space-between;
}

#sku .sellin:before
{
    position: absolute;
    top: -35px;
    content:"SELL-IN";
    font-family: "TradeGothicLT-BoldCondTwenty";
    font-size: 18px;
    letter-spacing: 1.2px;
}

#sku .seller:before
{
    position: absolute;
    top: -35px;
    right: 0;
    content:"SELLER";
    font-family: "TradeGothicLT-BoldCondTwenty";
    font-size: 18px;
    letter-spacing: 1.2px;
}
#sku .sellin,
#sku .seller{
    position: relative;
    width: 16.5vw;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


#sku .seller img{
    margin-left: 6px;
}
#sku .sellin img{
    margin-right: 6px;
}
#sku .seller>.item{
    display: flex;
    flex-direction : row-reverse;
    align-items: flex-end;
}
#sku .seller>div{
    text-align: right;
}
#sku .desc span{
    color: #666666;
}
#sku .desc{
    display: flex;
    flex-direction: column;
    font-size: 10px;
    color: white;
    letter-spacing: 0;
   line-height: 11px;
   max-width:72px;
}
#sku .num{
    font-weight: bold;
    font-size: 16px;
    width: 36px;
    
    color: white;
    letter-spacing: 0;
}
#sku .sm{
    font-size: 10px;
}
#sku .sellin>.item{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}



/* show-page */


#spirit-bottom{
    z-index: -99;
    opacity: 0;
    position: fixed;
    left:0;
    right: 0;
    bottom: 0;
    height: 30vh;
    pointer-events: none;
    display: flex;
    justify-content: center;
    background-image: linear-gradient(to bottom, transparent, black 100%);
    transition: opacity 2s ease-in-out;
}
#spirit-bottom.show{
    z-index:99;
    opacity: 1;
}
#spirit-bottom .center {
    width: 87vw;
    overflow: hidden;
    position: relative;
}
#spirit-bottom img{
    width: 87vw;
}

/* bottombar */
#bottom-bar{
    position: fixed;
    bottom: 0;
    left:0;
    right:0;
    min-height: 45.2vh;
    z-index: 79;

    opacity: 0;
    transition: opacity 1.5s ease-in 0.5s;

    display: flex;
    pointer-events: none;
    color: white;
    background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 20%, rgba(0,0,0,0.93) 100%);
}

#bottom-bar.show {
    opacity: 1;
}
#bottombar{
    margin-top: 17.2vh;
    margin-left: 6.2vw; /*done*/
    margin-right: 5.6vw;
    display: flex;
    flex-direction: column;
    
}
#bar-title-main{
    font-size: 20px;
    letter-spacing: 1.25px;
    margin-bottom: 12px;
}
#bar-title-sub{
    margin-bottom: 11px;
    display: flex;
}
#bar-title-sub>div{
    margin-right: 2em;
}
#context{
    margin-bottom: 36px;
    min-width: 46vw;
    max-width: 64vw;
    min-height:5vh;
}
#bar-button{
    pointer-events: auto;
    position: relative;
    width: 88.3vw;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#bar-button img{
    width: 71vw;
}
#bar-button>div{
    position: relative;
}
#grey-line{
    background: url(../images/timeline-grey.png);
    width: 742px;
    height: 20px;
    background-size: 742px 20px;
}
#green-line{
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/timeline-green.png);
    height: 20px;
    background-origin: padding-box;
    background-size: 742px 20px;
    background-clip: content-box;
}
#green-line .time{
    position:absolute;
}
#green-line .timeStart{
    background: #88B04B;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    padding: 1px 5px;
    border-radius: 3px;
    transform: translateX(-50%);
}
#green-line .timeEnd{
    background: #88B04B;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    padding: 1px 5px;
    border-radius: 3px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    z-index: -1;
}
.bottombar #time{
    position: absolute;
    font-size: 10px;
}



#filter-bar {
    position: fixed;
    z-index: 79;
    left: 6vw;
    right: 6vw;
    bottom: 4vh;
    height: 3.8vh;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease-in;
}
#filter-bar::after{
    position: fixed;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 32vh;
    z-index: 50;
    pointer-events: none;
    background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 20%, rgba(0,0,0,0.93) 100%);
}
#filter-bar.show{
    opacity: 1;
    pointer-events: auto;
}

#filterbar {
    width: 88vw;
    display: flex;
    justify-content: space-between;
    z-index: 60;
}
#filterbar::before{
    content:'';
    position: absolute;
    left: 71vw;
    top:0;
    width: 18vw;
    height: 4vh;
    z-index: 90;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.75) 100%);
}
.filter{
    position: relative;
    color: #8b8b8b;
    cursor: pointer;
    border-top: 0.5px solid #8b8b8b;
    border-bottom: 0.5px solid #8b8b8b;
    width: 15.8vw;
    height: 3.8vh;
    transform: translateY(0);
    transition: height 0.2s linear, transform 0.2s linear;
    overflow: hidden;
}
.filter.active{
    height: 16.5vh;
    transform: translateY(-12.7vh);
}
.season-title{
    line-height: 3.8vh;
    font-size: 14px;
    letter-spacing: 0;
    display: flex;
    border-bottom: 0.5px solid #8b8b8b;
}
.filter .single-bar{
    width: 11px;
    background-color: #88b04b;
}
.filter .de-title{
    display: flex;
    color: #8b8b8b;
}
.filter .details{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 11vh;
}
.filter .bar{
    display: flex;
    justify-content: space-around;
}
.filter .bar>div{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    font-size:10px;
    letter-spacing: 0.62px;
}

a.a-button:link, a.a-button:visited{
    padding: 2px 1.5em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: #8B8B8B;
}
a.a-button.active:link, a.a-button.active:visited{
    border: 1px solid white;
    border-radius: 3px;
    color: white;
}



/* mapbox */
.mapboxgl-ctrl-bottom-left{
    display: none;
}

#mapbox{
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

#mapbox::before{
    content:"";
    pointer-events: none;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 10;
    background-image: 'none';
    transition: background-image 3.52s ease-in-out;
}
#mapbox.jordan::before{
    background-image: linear-gradient(135deg, rgba(155,154,155,0.00) 0%, rgba(53,53,53,0.62) 64%, #000000 100%);
}
#after.jordan{
    opacity: 1;
}
/* #mapbox::after{ */
#after{
    content:"";
    pointer-events: none;
    position: fixed;
    right:0;
    bottom:0;
    z-index:20;
    /* width: 363px; */
    /* height: 469px; */
    opacity: 0;
    transition: opacity 1s ease-in;
    /* background-image:url(../images/jordan.png); */
}
#mapbox .flags .flag-shadow{
    background-image: url(../images/shadow.png);
    background-size: 70px 11px;
    width: 70px;
    height: 11px;
    position: relative;
    top: -5.5px;
    left: -35px;
}
#mapbox .flags .flag{
    position: absolute;
    display: flex;
}
#mapbox .flags .content{
    color: white;
    background-color: black;
    padding: 4.5px 3.5px;
    line-height: 18px;
    font-size: 14px;
}
#mapbox .flags .entry{
    background-image: url(../images/entry.jpg);
    background-size: 26px 27px;
    height: 27px;
    width: 26px;
    cursor: pointer;
}
#mapbox .flags .flag-line{
    border-left: 1px solid black;
    position: absolute;
}
#mapbox .marker
{
    z-index: 59;
    background-size: 36px;
    top: -18px;
    left: -18px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    opacity: 0;
    pointer-events: none;
    display: flex;
}
#mapbox .marker.display{
    transition: opacity 1s ease-in-out;
    display: flex;
    opacity: 1;
    pointer-events: auto;
    align-items: center;
    justify-content: center;
}

#mapbox .marker.disappear{
    animation: light-on 3.52s ease-in-out 0s 1 forwards reverse;
}
#mapbox .marker
#mapbox .marker.light{
    opacity: 1;
}
#mapbox .marker.filtered{
    background-image: url(../images/Group\ 2_grey.svg);
}
#mapbox .marker .cluster-num{
    display: flex;
    align-items: center;
    pointer-events: none;
}
#mapbox .marker .tags{
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    color: white;
    pointer-events: none;
}
#mapbox .marker .tag{
    background: rgba(0,0,0,0.38);
    float: left;
    clear:both;
    margin-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;

}
#mapbox .marker .tag.display{
    opacity: 1;
}
#mapbox .marker .tag.filtered{
    color: #8b8b8b;
}
#mapbox .marker .tag-content{
    color: white;
}
#mapbox .marker .tag-title{
    height: 3.6vh;
    background: black;
}
#mapbox .images{
    transition: opacity 1s ease-in-out;
}
#mapbox .enable-circle{
    opacity : 1;
    transition: opacity 1.5s ease-in-out;
    pointer-events: auto;
}
#mapbox .enable-circle.season-canceled{
    opacity: 0;
    pointer-events: none;
}
#mapbox .enable-circle.category-canceled{
    opacity: 0;
    pointer-events: none;
}
#mapbox .mapboxgl-popup{
    z-index:60;
}
#mapbox .mapboxgl-popup-content{
    padding: 0;
    border-radius: 0;
    background: rgba(0,0,0,0.88);
}
#mapbox .mapboxgl-popup-anchor-left .mapboxgl-popup-tip{
    border-right-color: rgba(0,0,0,0.88);
}
#mapbox .mapboxgl-popup-anchor-right .mapboxgl-popup-tip{
    border-left-color: rgba(0,0,0,0.88);
}
#mapbox .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{
    border-top-color: rgba(0,0,0,0.88);
}
#mapbox .mapboxgl-popup-anchor-top .mapboxgl-popup-tip{
    border-bottom-color: rgba(0,0,0,0.88);
}
#mapbox .enable-pop .head{
    color: white;
    font-size: 10px;
    letter-spacing: 0.73px;
    line-height: 8px;
    padding: 9px 13px;
}
#mapbox .enable-pop .head .enable-pop-title{
    margin-bottom:0.8vh;
}

#mapbox .enable-pop .body{
    display: flex;
    justify-content: space-around;
}
#mapbox .enable-pop .body>div{
    display: flex;
    flex-direction: column;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 13px;
    padding-top: 8px;
}

#mapbox .enable-pop .body>div.divide{
    border-right: 1px solid rgba(255,255,255,0.19);
    height : 7vh;
    padding: 0;
    padding-top: 8px;
}

#mapbox .enable-pop .body .session{
    font-size: 20px;
    color: #88b04b;
    letter-spacing: 1.25px;
    line-height: 16px;
    margin-bottom: 5px;
}
#mapbox .enable-pop .body .note{
    font-size: 10px;
    color: #8b8b8b;
    letter-spacing: 0.73px;
    line-height: 11px;
}

#block-panel.block{
    z-index: 29;
}
#block-panel{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    z-index: -999;
}

#enable-panel{
    position: fixed;
    z-index: 80;
    top: 12.4vh;
    left: 6.2vw;
    display: none;
    color: #8b8b8b;
}
#toggle{
    width: 33px;
    height: 33px;
    border: 1px solid #88b04b;
    position: absolute;
    top: 1.4vh;
    left: 1.1vw;
    background-image: url(../images/icon/reduce.png);
    background-size: 22px 1.2px;
    background-repeat: no-repeat;
    background-position: center;
}
#toggle.shrink{
    background-image: url(../images/icon/expand.png);
    background-size: 21px 22px;
    background-repeat: no-repeat;
    background-position: center;
}
#panel{
    overflow: hidden;
    width: 35vw;
    height: 53.6vh;
    transition: width 2.1s ease-in-out, height 2.1s ease-in-out;
}
#panel.shrink{
    width: 55px;
    height: 55px;
}
#panel .head{
    height: 14.4vh;
    background: black;
    padding-left: 6vw;
    padding-right:1.7vw;
    padding-top: 1.4vh;
    display:flex;
    justify-content: space-between;
}
#panel .bignum:first-child{
    width: 7vw;
}
#panel .bignum{
    width: 10vw;
}
#panel .sm{
    font-size: 10px;
    line-height: 12px;
}
#panel .lg{
    margin-top: 2vh;
    font-size: 36px;
    letter-spacing: 2.25px;
}
#ep-body{
    background: #2d2d2d;
}
#trade{
    margin-top: 3.7vh;
    margin-left: 1vw;
    position: relative;
    height: 100px;
}
#enable-panel svg> path{
    fill: #454545;
}
#axis{
    position: absolute;
    top: 50px;
    left: -10px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #707070;
    width: 320px;
}
#axis>div.selected{
    background: black;
    border: 3px solid #88b04b;
}
#axis>div.selected>div{
    top: 39px;
}
#axis>div{
    width: 21px;
    height: 21px;
    margin-bottom: 25px;
    border-radius: 50%;
    background: #707070;
    border: 2px solid #2d2d2d;
    transform: translateY(-50%);
    box-sizing: border-box;
}
#axis>div>div{
    position: absolute;
    top: 40px;
    left: 50%;
    font-size: 12px;
    font-family: "TradeGothicLT-CondEighteen";
    line-height: 9px;
    letter-spacing: 0.75px;
    transform: translateX(-50%);
}
#ep-buttonfilter{
    border-top : 0.5px solid #5d5d5d;
    
    display: flex;
    flex-direction: column;

    padding-left: 1.5vw ;
    padding-right: 1.5vw ;
    padding-top: 3vh ;
    padding-bottom: 3vh ;
}
#ep-buttonfilter .ep-button{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
#ep-buttonfilter .ep-button>div.canceled{
    background: #454545;
    color: #707070;
}
#ep-buttonfilter .ep-button>div *{
    pointer-events: none;
}
#ep-buttonfilter .ep-button>div.canceled>.img{

    background-image: url(../images/icon/canceled.png);
}

#ep-buttonfilter .ep-button>div{
    padding:10px;
    margin-top: 10px;
    background: black;
    color: white;
    display: flex;
    align-items: center;
}
#ep-buttonfilter .ep-button>div>.img{
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 9px;
}
#ep-buttonfilter .run>.img{
    background-image: url(../images/icon/run.png);
}
#ep-buttonfilter .train>.img{
    background-image: url(../images/icon/train.png);
}
#ep-buttonfilter .bbl>.img{
    background-image: url(../images/icon/bbl.png);
}
#ep-buttonfilter .jordan>.img{
    background-image: url(../images/icon/jordan.png);
}
#ep-timeline{
    padding: 1.5vw ;
}
#ep-title{
    display: flex;
    justify-content: space-between;

}
.enable-panel .play-button{
    background: #454545;
    color: #8b8b8b;
    width:50px;
    height:25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#play-button > *{
    pointer-events: none;
}
#play-button>img{
    width: 7px;
    height: 8px;
}


#insight-filter{
    position:fixed;
    z-index: 80;
    bottom: 30px;
    left: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 230px;
    height: 60px;
    opacity: 0;
    z-index: -10;
    pointer-events: none;
}
#insight-filter.ishow{
    opacity: 1;
    z-index: 99;
    pointer-events: auto;
}
#insight-filter>div{
    width: 110px;
    height: 25px;
}

#insight-filter #basketball.canceled{
    background-image: url('../images/insight/basketball_grey.png');
}
#insight-filter #basketball{
    background-image: url('../images/insight/basketball.png');
    background-size: 105px 18px;
    background-position:left;
    background-repeat: no-repeat;
}

#insight-filter #football.canceled{
    background-image: url('../images/insight/football_grey.png');
}
#insight-filter #football{
    background-image: url('../images/insight/football.png');
    background-position:left;
    background-size: 95px 18px;
    background-repeat: no-repeat;
}

#insight-filter #sneaker.canceled{
    background-image: url('../images/insight/sneaker_grey.png');
}
#insight-filter #sneaker{
    background-image: url('../images/insight/sneaker.png');
    background-size: 91px 18px;
    background-repeat: no-repeat;
    background-position:left;
}
#insight-filter #running.canceled{
    background-image: url('../images/insight/running_grey.png');
}
#insight-filter #running{
    background-image: url('../images/insight/running.png');
    background-repeat: no-repeat;
    background-position:left;
    background-size: 92px 18px;
}
#loader{
    z-index: 999;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background-color: #343332;
    display:flex;
    align-items: center;
    justify-content: center;
}
#loader.none{
    display: none;
}
.loader {
    border: 12px solid #f3f3f3; /* Light grey */
    border-top: 12px solid grey; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.notransparent{
    background-color: rgba(0,0,0,0.88) !important;
}
#mapbox .shops{
    transition: margin-top 1s ease-in-out;
}
#mapbox .shops.float{
    margin-top: -20px;
}
#mapbox .shops.float::after{
    margin-top: 20px;
}
#mapbox .shops::after{
    content: '';
    background-image: url("../images/shops/shadow.png");
    transition: margin-top 1s ease-in-out;
    width: 61px;
    height: 35px;
    position: absolute;
    top: 3px;
    background-position: center;
    background-size: 61px 35px;
    left: -13px;
    z-index: -1;
}