.wrapper{
  /* height:  */
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1
}

.wrapper__sec{
  padding: 20px 0px 20px 0px;
}

.wrapper__date{
  background-color:#1b1d21 ;
  width: 150px;
  padding: 8px;
  border-radius: 20px;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}


.loading{
  top:70px;
  right: 20px;
  position: absolute;
  z-index: 3000
}

.topnav__menu{
  display: none;
}


@media screen and (max-width:768px) {

  .topnav{
    width: 100%;
  }

  .topnav__menu{
    display: block;
  
  }
}