   .down_price{
                color: #f40000;
            }
            .up_price{
                color: #00cf00;
            }
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    color:#fff;
    height: 100%;
    z-index: 9999;
  background:#20232b;
}

.loader span {color:#ed7638;}
.Dark .loader {
    color:#fff;
  background:#20232b;
}


.Light .loader {
    color:#000;
  background:#e3e3e3;
}

@media (min-width:500px) {
#loadpage{
  left: 47%;
}
}
@media (max-width:500px) {
#loadpage{
  left: 42%;
}
}

#loadpage{
  height: 26px;
  position: absolute;
  top: 50%;
  width:250px;
  border-radius: 10px;
  margin: -20px 0 0 -100px;
  padding: 2px;
}

#loadpage p{
margin-top:-110px;
}

.Dark #loadpage {
  background: rgba(159, 159, 159, 0.4);
}


.Light #loadpage {
  background: rgba(159, 159, 159, 0.9);
}


#loading{
  transition: all 500ms ease;
  height: 20px;
  width: calc(100% - 10px);
  border-radius: 8px;
  background: #ed7638;
  position: absolute;
  margin: 3px;
  display: inline-block;
  animation: load 15s ease infinite;
}
#load{
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  margin-top: -30px;
}

@keyframes load{
  0%{
    width: 2%;
  }
  10%{
    width: 10%;
  }
}
