/* You can add global styles to this file, and also import other style files */

/* -----Scroll Up----- */
.scrollup {
  /*width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url('icon_top.png') no-repeat;
    background-color: #000;*/
  /*display: none;*/
  position: fixed;
  bottom: 20px;
  /*right: 30px;*/
  left: 30px;
  z-index: 99;
  border: none;
  outline: none;
  /*background-color: #808080;
  color: white;*/
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
}
