.desktop-ad {
  display: block !important;
}
.mobile-ad {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .desktop-ad {
    display: none !important;
  }
  .mobile-ad {
    display: block !important;
  }
}

@media only screen and (max-width: 699px) {
  .header .headerbox .logo-box .logo-item img {
    height: 60px !important;
  }
}

.mobile-header .logo-item img {
  height: 50px !important;
}

.unicode-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200vh;
    margin: 50px;
}

.unicode-main-logo{
  width: 250px;
}

.header .shortcut-right .shortcut-box {
  float: left;
  width: 100%;
  align-items: center;
  display: flex;
  align-items: center;
}

.navigation_box ul li a.home-menu {
  display: block;
}

.data-panel {
  width: 360px;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 99999;
  left: -500px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.side-data-panel .data-panel{
  left: 0 !important;
}

.data-panel .menu-box {
  padding: 0 15px;
}

.menu-box {
  height: calc(100% - 75px);
  overflow: auto;
}

.data-panel .menu-box .items {
  width: 100%;
  margin-top: 0;
}

#weather-widget {
  height: 100vh;
}

.swal2-container.swal2-center {
  z-index: 999999 !important;
}

.data-panel .menu-box {
  overflow:hidden;
  }
  #weather-widget {
    height: calc(100vh - 50px);
  }