/*
    автор говнокода
    █▀▄▀█ █ █ █ █▄ █ █▀█
    █ ▀ █ █ █▄█ █ ▀█ █▄█
*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.box {
  border-radius: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 15px;
}

.apexcharts-legend.apexcharts-align-center.position-bottom {
  display: none;
}
.dropdownR {
  border-radius: 20px 0px 20px 20px;
  transform-origin: top right;
  animation: dropDown 250ms ease-in-out forwards;
}
.dropdownL {
  border-radius: 0px 20px 20px 20px;
  transform-origin: top left;
  animation: dropDown 250ms ease-in-out forwards;
}
.button_a {
  text-align: center;
}
.op {
  border-radius: 15px;
  background-color: whitesmoke;
  transform: scale(1);
  padding: 1px;
  margin: 5px 12px 5px 12px;
}
.bs {
  position: absolute;
  padding-top: 5px;
}
.avatar {
  height: 64px;
  width: 64px;
  border-radius: 20px;
  background-color: whitesmoke;
}
.tagsss {
  padding-left: 10px;
  padding-top: 12px;
  position: absolute;
}
.hide {
  opacity: 0;
}
.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 0px;
  margin-bottom: 0;
  position: relative;
}
.tabs.is-toggle li.is-active a {
  background-color: #485fc7;
  color: #fff;
  z-index: 1;
  transform: scale(1.1);
  animation: Active 250ms ease-in-out forwards;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-radius: 15px;
  padding-left: 14px;
  padding-right: 14px;
}
.tabs.is-toggle.is-toggle-rounded li a {
  border-radius: 15px;
  padding-left: 14px;
  padding-right: 14px;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-radius: 15px;
  padding-left: 14px;
  padding-right: 14px;
}
.modal-card.window{
  transform-origin: top;
  animation: Window 200ms ease-in-out forwards;
}
.arrow {
  width: 0px;
  border-radius: 0px;
}
.skin-container {
  padding-top: 5px;
  border-radius: 15px;
  height: 365px;
}
.input-area {
  border-radius: 15px 0px 0px 15px;
}
.input-button {
  border-radius: 0px 15px 15px 0px;
}
.tab-pane {
  display: none;
}
.is-active {
  display: initial;
}
.navbar-color {
  border-radius: 20px;
  padding-left: 3px;
  background-color: whitesmoke;
}
@keyframes dropDown {
  0% {
    transform: scaleX(0) scaleY(0)
  }
  100% {
    transform: scaleX(1) scaleY(1)
  }
}
@keyframes Window {
  0% {
    transform: scaleY(0)
  }
  100% {
    transform:  scaleY(1)
  }
}
@keyframes Active {
  0% {
    transform: scale(0.9);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 1407px) {
  .hero-panel {
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .button_b{
    margin: 5px;
  }
}
@media only screen and (max-width: 768px) {
  html, body {
    overflow-x:clip;
  }
  .menu.fixed {
    z-index: 31;
    top:0px;
    left:0px;
    width:100%;
    padding-top: 100px;
    padding:  10px;
    position:fixed;
  }
  .head {
    height: 180px;
  }
  .button_b{
    margin: 0px;
  }
}