@font-face {
  font-family: din pro;
  src: local('DIN Pro Light'), local('DINPro-Light'), url(../webfonts/DINPro-Light.woff) format('woff');
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: din pro;
  src: local('DIN Pro Regular'), local('DINPro-Regular'), url(../webfonts/DINPro-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: din pro;
  src: local('DIN Pro Medium'), local('DINPro-Medium'), url(../webfonts/DINPro-Medium.woff) format('woff');
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: din pro;
  src: local('DIN Pro Bold'), local('DINPro-Bold'), url(../webfonts/DINPro-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: din pro;
  src: local('DIN Pro Black'), local('DINPro-Black'), url(../webfonts/DINPro-Black.woff) format('woff');
  font-weight: 900;
  font-style: normal
}

::selection {
  color: #f2f2f2;
  background: #71dff5
}

html {
  background: #1f2029
}

body {
  background-color: #1f2029;
  font: 14px din pro;
  line-height: normal;
  padding: 0;
  margin: 0;
  min-height: 100%;
  width: 100%;
  font-weight: 400
}

a {
  text-decoration: none;
  color: #7e8597;
}

a:hover, a:focus {
  transition: .3s;
  text-decoration: none;
  color: #6ac0f3
}

h1, h2, h3, h4, h5 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f7f7f7
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

::-webkit-scrollbar-thumb {
  background: #6ac0f3;
  height: 150px
}

#main {
  display: flex;
  flex-flow: column
}

.content {
  max-width: 1406px;
  width: calc(100% - 60px);
  margin: 0 auto;
  position: relative
}

.title {
  margin: 50px 0;
  font-size: 40px;
  display: flex;
  flex-flow: row;
  align-items: baseline;
  color: #f2f2f2;
  flex-wrap: wrap
}

.title h1:after {
  content: '|';
  font-size: 20px;
  margin: 0 20px;
  font-weight: 100;
  color: #7e8597;
  align-items: baseline
}

.title span {
  font-size: 20px;
  flex-wrap: nowrap
}

.title b {
  color: #6ac0f3
}

@media screen and (max-width:1125px) {
  .title h1 {
    width: 100%
  }

  .title h1:after {
    display: none
  }
}

.p-:after {
  content: '-';
  font-size: 15px;
  margin: 0 10px;
  font-weight: 100;
  color: #7e8597;
  align-items: baseline
}

.required::before {
  content: "* ";
  color: #f44336 !important
}

form.search {
  display: flex
}

form.search input[type=text] {
  padding: 10px;
  width: 90%;
  border: 0;
  float: left;
  background: rgba(255, 255, 255, 0.5);
  outline: 0;
  background-color: rgba(255, 255, 255, .1);
  color: #f2f2f2
}

form.search button {
  float: left;
  width: 140px;
  padding: 10px;
  background: #6ac0f3;
  border: 0;
  border-left: none;
  cursor: pointer;
  outline: 0;
  height: 35px;
  transition: .3s
}

form.search img {
  height: 10px
}

form.search button:hover {
  transition: .3s;
  background: #0b7dda
}

form.search::after {
  content: "";
  clear: both;
  display: table
}

.search_button {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.search_button a {
  color: #f2f2f2;
  padding: 10px;
  text-align: center;
  transition: .3s
}

.search_button a:hover {
  background-color: #6ac0f3;
  color: #f2f2f2
}

.try_again {
  display: flex;
  flex-flow: column;
  align-items: center
}

.try_again span {
  color: #f7f7f7;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px
}

.try_again button {
  color: #f2f2f2;
  padding: 10px;
  transition: .3s;
  background-color: rgba(255, 255, 255, .1);
  outline: 0;
  border: 0;
  width: 100px;
  cursor: pointer
}

.try_again button:hover {
  transition: .3s;
  background-color: #6ac0f3
}

.filter_page {
  margin-bottom: 40px
}

.filter {
  margin-bottom: 40px
}

.nsfw_link:hover {
  background-color: #f44336 !important
}

.boost_link:hover {
  background-color: #ff9800 !important
}


.filter_page h5 {
  margin-top: 50px;
  margin-bottom: 20px;
  width: 100%
}
.filter_page h3 {
  font-size: 20px;
}

.filter h5 {
  margin-top: 50px;
  margin-bottom: 20px;
  width: 100%
}





.filter_page_col {
  display: flex;
  margin-bottom: 20px;
}
.filter_page_tag_l {
  flex: 0 0 350px;
  margin-bottom: 5px;
}
.filter_page_tag_r {
  width: calc(100% - 350px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;

}
.filter_online {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.filter_lang {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}


.filter_tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.filter_page a {
  color: #f2f2f2;
  padding: 10px;
  text-align: center;
  transition: .3s
}
.filter a {
  color: #f2f2f2;
  padding: 10px;
  text-align: center;
  transition: .3s
}

.filter_page a:hover {
  background-color: #6ac0f3;
  color: #f2f2f2
}
.filter a:hover {
  background-color: #6ac0f3;
  color: #f2f2f2
}


@media screen and (max-width: 950px) {
  .filter_page_tag_l {
    flex: 0 0 250px;
    margin-bottom: 5px;
  }
  .filter_page_tag_r {
    width: calc(100% - 250px);
    display: flex;
    flex-wrap: wrap;

  }
}
@media screen and (max-width: 700px) {
  .filter_page_col{
    flex-direction: column;
  }
  .filter_page_tag_l {
    flex: 0;
    margin-bottom: 5px;
  }
  .filter_page_tag_r {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}




ul.breadcrumb {
  padding: 10px 16px;
  list-style: none
}

ul.breadcrumb li {
  display: inline
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: #7e8597;
  content: "»"
}

ul.breadcrumb {
  color: #7e8597
}

ul.breadcrumb li a {
  color: #7e8597;
  transition: .3s
}

ul.breadcrumb li a:hover {
  color: #6ac0f3;
  transition: .3s
}

.navbar {
  background-color: rgba(255, 255, 255, .1);
  overflow: hidden;
  height: 49px
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px
}

.active {
  background-color: #6ac0f3;
  color: white
}

.navbar .icon {
  display: none
}

.login {
  float: right !important
}

.user_avatar {
  float: right;
  width: 49px
}

.dropdown {
  overflow: hidden
}

.dropdown .dropbtn {
  font-size: 17px;
  border: 0;
  outline: 0;
  color: #f2f2f2;
  padding: 14px 16px;
  background-color: inherit;
  height: 49px
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, .1);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1
}

.dropdown-content a {
  float: none;
  color: #f2f2f2;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: rgba(255, 255, 255, .1);
  color: #f2f2f2
}

.dropdown-content a:hover {
  background-color: rgba(255, 255, 255, .1);
  color: #f2f2f2
}

.dropdown:hover .dropdown-content {
  display: block
}

.user_menu {
  float: right
}

@media screen and (max-width:930px) {
  .login {
    float: none !important
  }

  .user_avatar {
    display: none
  }

  .navbar {
    height: 100%
  }

  .navbar a:not(:first-child), .dropdown .dropbtn {
    display: none
  }

  .navbar a.icon {
    float: right;
    display: block
  }

  .user_menu {
    float: left
  }

  .navbar.responsive {
    position: relative
  }

  .navbar.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0
  }

  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left
  }

  .navbar.responsive .dropdown {
    float: none
  }

  .navbar.responsive .dropdown-content {
    position: relative
  }

  .navbar.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left
  }
}

.logo {
  font-weight: 700;
  text-transform: uppercase
}

.logo span {
  color: #6ac0f3 !important
}

.info_text {
  margin-top: 150px !important;
  color: #7e8597
}

footer {
  padding: 50px 0 40px 0;
  display: flex;
  max-width: 1406px;
  width: calc(100% - 60px);
  margin: 0 auto
}

.footer-left {
  flex: 0 0 calc(33.333333% - 20px);
  max-width: 33.333333%;
  margin-right: 20px
}

.footer-logo {
  flex-wrap: nowrap
}

.footer-left span {
  color: #7e8597
}

.footer-right {
  flex: 0 0 calc(66.666666% - 20px);
  max-width: 66.666666%;
  display: flex;
  margin-left: 20px
}

.footer-col {
  flex: 0 0 50%;
  max-width: 50%;
  flex-flow: column;
  display: flex
}

@media screen and (max-width:600px) {
  footer {
    flex-flow: column
  }

  .footer-left {
    max-width: 100%;
    margin-bottom: 20px
  }

  .footer-right {
    margin-left: 0;
    max-width: 100%
  }
}

.pagination {
  margin-top: 50px;
  display: flex;
  padding-left: 0;
  justify-content: center !important;
  flex-flow: wrap
}

.pagination a {
  color: #f2f2f2;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s
}

.pagination a:hover:not(.active) {
  background-color: #555
}

.scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none
}

.scroll {
  padding: 5px 5px 2px 5px
}

.scroll:hover {
  background-color: #6ac0f3;
  cursor: pointer
}

#scroll img {
  width: 40px
}

.beta {
  color: #f2f2f2;
  font-weight: bold;
  position: fixed;
  display: inline-block;
  left: 20px;
  bottom: 20px
}

.nsfw_server:hover {
  color: #ff5454
}

.btn_invite {
  color: #f2f2f2 !important;
  padding: 10px;
  text-align: center;
  transition: .3s;
  background-color: #4caf50
}

.btn_invite:hover {
  transition: .3s;
  background-color: #387d3b
}

.btn_boost {
  color: #f2f2f2 !important;
  padding: 10px;
  text-align: center;
  transition: .3s;
  background-color: #ff9800
}

.btn_boost:hover {
  transition: .3s;
  background-color: #d47e00
}

.btn_invite_already {
  color: #f2f2f2 !important;
  padding: 10px;
  text-align: center;
  transition: .3s;
  background-color: rgba(255, 255, 255, .1)
}

.btn_invite_already:hover {
  transition: .3s;
  background-color: #6ac0f3
}

.btn_bot_invite {
  color: #f2f2f2 !important;
  padding: 10px;
  text-align: center;
  transition: .3s;
  background-color: #ff9800
}

.btn_bot_invite:hover {
  transition: .3s;
  background-color: #d47e00
}

.btn_like {
  color: #f2f2f2 !important;
  padding: 10px;
  text-align: center;
  transition: .3s;
  background-color: #6ac0f3
}

.btn_like:hover {
  transition: .3s;
  background-color: #0b7dda
}

.btn_report {
  color: #f2f2f2 !important;
  padding: 10px;
  text-align: center;
  transition: .3s;
  background-color: #f44336;
  cursor: pointer
}

.btn_report:hover {
  transition: .3s;
  background-color: #c1352b
}

.btn_edit {
  color: #f2f2f2 !important;
  padding: 10px;
  text-align: center;
  transition: .3s;
  background-color: #4caf50
}

.btn_edit:hover {
  transition: .3s;
  background-color: #387d3b
}

.btn_dashboard {
  color: #f2f2f2 !important;
  padding: 10px;
  text-align: center;
  transition: .3s;
  background-color: #377b3a;
}

.btn_dashboard:hover {
  transition: .3s;
  background-color: #2f6b32;
}

.btn_delete {
  color: #f2f2f2 !important;
  padding: 10px;
  transition: .3s;
  background-color: rgba(255, 255, 255, .1);
  outline: 0;
  border: 0;
  cursor: pointer
}

.btn_delete:hover {
  transition: .3s;
  background-color: #ff5454
}

.btn_add_bot {
  color: #f2f2f2 !important;
  padding: 10px;
  text-align: center;
  transition: .3s;
  background-color: #ff5454
}

.btn_add_bot:hover {
  transition: .3s;
  background-color: #c1352b
}

.btn_widgets {
  color: #f2f2f2 !important;
  padding: 10px;
  text-align: center;
  transition: .3s;
  background-color: #6ac0f3
}

.btn_widgets:hover {
  transition: .3s;
  background-color: #0b7dda
}


form.search input[type=text] {
  padding: 10px;
  width: 90%;
  border: 0;
  float: left;
  background: rgba(255, 255, 255, 0.5);
  outline: 0;
  background-color: rgba(255, 255, 255, .1);
  color: #f2f2f2;
  height: 15px;
}

.btn_submit {
  color: #f2f2f2 !important;
  padding: 10px;
  background-color: #6ac0f3;
  border: 0;
  border-left: none;
  cursor: pointer;
  outline: 0;
  transition: .3s
}

.btn_submit:hover {
  transition: .3s;
  background-color: #0b7dda
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .1);
  -webkit-transition: .4s;
  transition: .4s
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s
}

input:checked+.slider {
  background-color: #2196f3
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196f3
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px)
}

.slider.round {
  border-radius: 34px
}

.slider.round:before {
  border-radius: 50%
}

select {
  cursor: pointer;
  font: 400 14px din pro;
  padding: 10px;
  border: 0;
  float: right;
  background: rgba(255, 255, 255, 0.5);
  outline: 0;
  background-color: rgba(255, 255, 255, .1);
  color: #f2f2f2;
  width: -webkit-fill-available;
  width: -moz-available
}

option {
  background: rgba(255, 255, 255, 0.5);
  outline: 0;
  background-color: #1f2029;
  color: #f2f2f2;
  border: 0
}

.alert {
  padding: 20px;
  margin-bottom: 50px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700
}

.alert-danger {
  background-color: #f44336;
  color: #f2f2f2;
  width: 100%;
}

.alert_btn a {
  margin-right: 10px;
  color: #f2f2f2;
  padding: 10px;
  text-align: center;
  transition: .3s;
  background-color: rgba(255, 255, 255, .1)
}

.alert_btn a:hover {
  transition: .3s;
  background-color: #6ac0f3
}

.alert_btn {
  display: flex;
  justify-content: center
}

.closebtn {
  margin-top: -6px;
  color: #f2f2f2;
  font-weight: bold !important;
  float: right;
  font-size: 22px;
  cursor: pointer;
  transition: .3s
}

.closebtn:hover {
  color: #6ac0f3
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  color: #f2f2f2
}

.check {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(255, 255, 255, .1)
}

.checkbox:hover input~.check {
  background-color: rgba(255, 255, 255, .2)
}

.checkbox input:checked~.check {
  background-color: #2196f3
}

.check:after {
  content: "";
  position: absolute;
  display: none
}

.checkbox input:checked~.check:after {
  display: block
}

.checkbox .check:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.form_control {
  padding: 10px;
  border: 0;
  height: 19px;
  float: right;
  background: rgba(255, 255, 255, 0.5);
  outline: 0;
  background-color: rgba(255, 255, 255, .1);
  color: #f2f2f2;
  width: -webkit-fill-available;
  width: -moz-available
}

.form_control::placeholder {
  color: #7e8597;
  border: 0
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4)
}

.modal-content {
  display: flex;
  background-color: #1f2029;
  margin: auto;
  padding: 0;
  width: 1100px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: .4s;
  animation-name: animatetop;
  animation-duration: .4s
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold
}

.close:hover, .close:focus {
  color: #6ac0f3;
  text-decoration: none;
  cursor: pointer
}

.modal-header {
  padding: 2px 16px;
  color: white
}

.modal-header-text {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column
}

.modal-header-text .text {
  margin-top: 20px
}

.modal-body {
  padding: 2px 16px;
  margin: 20px 0
}

.modal-footer {
  margin-bottom: 20px;
  padding: 2px 16px;
  color: white
}

.modal-footer button {
  margin-bottom: 20px;
  float: right
}

.modal-footer .submit {
  color: #f2f2f2;
  padding: 10px;
  text-align: center;
  transition: .3s;
  background-color: #6ac0f3;
  outline: 0;
  border: 0;
  cursor: pointer
}

.modal-footer .submit:hover {
  transition: .3s;
  background-color: #0b7dda
}

.modal-content textarea {
  padding: 10px;
  font: 16px din pro;
  resize: vertical;
  width: 1048px;
  min-height: 100px;
  background-color: rgba(255, 255, 255, .1);
  color: #f2f2f2;
  border: 0;
  outline: 0;
  max-height: 400px
}

.modal-content textarea::placeholder {
  color: #7e8597;
  border: 0
}

textarea:invalid {
  border-bottom: 2px solid red
}

textarea:valid {
  border-bottom: 2px solid lime
}

@media screen and (max-width:930px) {
  .modal-content {
    width: 90%
  }

  .modal-content textarea {
    width: 95%
  }
}
@media screen and (max-width: 500px) {
.modal{
  padding-top: 0;
}
}

.tab {
  overflow: hidden
}

.tab button {
  background-color: inherit;
  float: left;
  color: #f2f2f2;
  padding: 10px;
  text-align: center;
  transition: .3s;
  outline: 0;
  border: 0;
  cursor: pointer
}

.tab button:hover {
  background-color: #6ac0f3
}

.tab button.active {
  background-color: rgba(255, 255, 255, .1) !important
}

.tabcontent {
  padding: 20px
}
#UsersChart{
  height: 375px!important;
}
#ServerChart{
  height: 375px!important;
}
#MessagesChart{
  height: 375px!important;
}
#VoiceTimeChart{
  height: 375px!important;
}
#ViewsChart{
  height: 375px!important;
}
#ShortUrlViewsChart{
  height: 375px!important;
}
#MaxVoiceOnlineChart{
  height: 375px!important;
}
#ServerViewsChart{
  height: 375px!important;
}

@media screen and (max-width: 700px) {
.tab {
  margin-bottom: 20px;
}
.tabcontent {
  padding: 0;
}

#UsersChart{
  height: 175px!important;
}
#ServerChart{
  height: 175px!important;
}
#MessagesChart{
  height: 175px!important;
}
#VoiceTimeChart{
  height: 175px!important;
}
#ViewsChart{
  height: 175px!important;
}
#ShortUrlViewsChart{
  height: 175px!important;
}
#MaxVoiceOnlineChart{
  height: 175px!important;
}
#ServerViewsChart{
  height: 175px!important;
}

}


.badges_nsfw {
  font-size: 10px;
  color: #f2f2f2;
  padding: 5px;
  background-color: #ff5454;
  transition: .3s;
  text-transform: uppercase;
}

.badges_nsfw:hover {
  transition: .3s;
  color: #f2f2f2;
  background-color: #f24141
}

.badges_bot {
  font-size: 10px;
  color: #f2f2f2;
  padding: 5px;
  background-color: #6ac0f3;
  transition: .3s;
  text-transform: uppercase
}

.badges_bot:hover {
  transition: .3s;
  color: #f2f2f2;
  background-color: #0b7dda
}

.badges_official {
  font-size: 10px;
  color: #f2f2f2;
  padding: 5px;
  background-color: #6ac0f3;
  transition: .3s;
  text-transform: uppercase
}

.badges_official:hover {
  transition: .3s;
  color: #f2f2f2;
  background-color: #0b7dda
}

.badges_daily_server {
  font-size: 10px;
  color: #f2f2f2;
  padding: 5px;
  background-color: #6ac0f3;
  transition: .3s;
  text-transform: uppercase
}

.badges_daily_server:hover {
  transition: .3s;
  color: #f2f2f2;
  background-color: #0b7dda
}

.badges_boost {
  font-size: 10px;
  color: #f2f2f2;
  padding: 5px;
  background-color: #ff9800;
  transition: .3s;
  text-transform: uppercase
}

.badges_boost:hover {
  transition: .3s;
  color: #f2f2f2;
  background-color: #d47e00
}

.tooltip {
  position: relative
}

.tooltip:hover .tooltiptop {
  visibility: visible
}

.tooltip:hover .tooltipright {
  visibility: visible
}

.tooltip .tooltiptop {
  text-transform: none;
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #f2f2f2;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -100px
}

.tooltip .tooltiptop::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent
}

.tooltip .tooltipright {
  text-transform: none;
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -12px;
  left: 65px;
}

.tooltip .tooltipright::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent
}

@media screen and (max-width:500px) {
  .tooltipright {
    display: none
  }
}

.error404 {
  margin-top: 100px;
  display: flex;
  margin-bottom: 20%
}

.error404_left {
  flex: 1 50%
}

.error404_left h1 {
  font-size: 60px
}

.error404_left span {
  color: #f7f7f7
}

.error404_btn {
  margin-top: 50px
}

.error404_btn a {
  color: #f2f2f2;
  padding: 10px;
  text-align: center;
  transition: .3s;
  background-color: rgba(255, 255, 255, .1)
}

.error404_btn a:hover {
  transition: .3s;
  background-color: #6ac0f3
}

.error404_right {
  flex: 2 50%
}

.error404 img {
  float: right;
  width: 500px
}

@media screen and (max-width:900px) {
  .error404 {
    flex-flow: column;
    text-align: center;
    margin-bottom: 0
  }

  .error404_right {
    order: 1
  }

  .error404 img {
    float: none;
    width: 100%;
    max-width: 500px
  }

  .error404_left {
    order: 2;
    margin-bottom: 50px
  }
}

.agreement {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.agreement_title {
  margin-top: 68.760px
}

.agreement_title_text {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px
}

.agreement span {
  color: #f2f2f2;
  margin-bottom: 5px
}

.boost_server {
  display: flex;
  flex-wrap: wrap
}

.boost_server .alert {
  width: 100%
}

.boost_server_title {
  margin-top: 68.760px;
  width: 100%
}

.boost_server form {
  width: 100%;
  display: flex;
  flex-wrap: wrap
}

.boost_server_left {
  flex: 0 0 calc(50% - 15px);
  max-width: 50%;
  padding-right: 15px;
  margin-bottom: 35px
}

.boost_server span {
  color: #f2f2f2;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px
}

.boost_server_right {
  flex: 0 0 calc(50% - 15px);
  max-width: 50%;
  padding-left: 15px;
  margin-bottom: 35px
}

.boost_server_promo {
  width: 100%
}

.boost_server_sum {
  width: 100%
}

.boost_server_submit {
  width: 100%
}

.boost_server_submit input {
  width: 100%
}

.boost_info {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-evenly
}

.boost_info_block {
  padding: 20px;
  background-color: rgba(255, 255, 255, .1);
  width: 250px;
  margin-bottom: 20px
}

.boost_info_block h4 {
  font-size: 20px;
  color: #f44336
}

.pricemes {
  font-size: 9px;
  color: #f44336;
  width: auto !important
}

.boost_info_block span {
  width: 100%
}

.boost_info_block_br {
  margin-top: 20px
}

.boost_info_block_color {
  font-size: 12px;
  color: #4caf50 !important
}

@media screen and (max-width:830px) {
  .boost_server_left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 35px
  }

  .boost_server_right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 35px
  }
}

.calculator {
  display: flex;
  flex-wrap: wrap
}

.calculator_titel {
  width: 100%;
  margin-top: 68.760px
}

.calculator_col {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-bottom: 10px;
  color: #f2f2f2
}

.calculator_col .checkbox {
  font-size: 14px !important
}

.coupon {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-evenly
}

.coupon span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #f2f2f2;
  margin-bottom: 10px;
  line-height: 1.5
}

.coupon_title {
  margin-top: 68.760px
}

.coupon_col {
  flex-flow: column;
  display: flex;
  padding: 20px;
  background-color: rgba(255, 255, 255, .1);
  width: 350px;
  margin: 20px
}

.coupon_col h3 {
  word-wrap: break-word;
  text-transform: none;
  white-space: normal;
  margin-bottom: 0 font
}


.payments{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-evenly
}
.payment{
  flex-flow: column;
  display: flex;
  padding: 20px;
  background-color: rgba(255, 255, 255, .1);
  width: 350px;
  margin: 20px
}
.payment span{
 color: #f7f7f7;
}

#pay_activity {
    width: 10px;
    height: 10px;
    background: #4caf50;
}
#pay_no_activity {
    width: 10px;
    height: 10px;
    background: #ff5454;
}


.payments_title {
  margin-top: 68.760px
}





.developers {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-evenly
}

.developers h1 {
  width: 100%;
  margin-bottom: 40px
}

.developers h3 {
  height: 100px;
  font-size: 20px
}

.developers img {
  width: 200px
}

.dev_col {
  text-align: center
}

.dev {
  width: 300px
}

.dev_project {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: center
}

.dev_project img {
  width: 100px
}

.dev_project_title {
  font-size: 18px !important
}

.dev_project h3 {
  margin-bottom: 40px;
  width: 100%;
  font-size: 16px
}

.docs {
  display: flex;
  flex-wrap: wrap
}

.docs_title {
  margin-top: 68.760px
}

.docs_left {
  flex: 0 0 calc(25% - 60px);
  max-width: 25%;
  margin-right: 20px;
  padding: 20px;
  height: 350px;
  position: sticky;
  top: 0
}

.title_docs_left {
  color: #6ac0f3;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 600
}

.docs_right {
  flex: 0 0 calc(75% - 60px);
  max-width: 75%;
  padding: 20px;
  margin-left: 20px;
}

.docs_active a {
  color: #6ac0f3
}

.docs_list, .docs_list_to {
  padding: 10px
}

.docs_list_to {
  margin-left: 10px
}

.docs_right_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px
}

.docs_content {
  margin-bottom: 50px;
  flex-flow: column;
  display: flex
}

.docs_content span {
  color: #f2f2f2;
  margin-bottom: 10px;
  line-height: 1.5
}

.docs_content .official_servers_btn a {
  margin-left: 0
}

.docs_content .bot_server_btn a {
  margin-left: 0
}

.docs_content .nsfw_server_btn a {
  margin-left: 0
}

@media screen and (max-width:720px) {
  .docs_left {
    display: none
  }

  .docs_right {
    flex: 0 0 calc(100% - 60px);
    max-width: 100%;
    padding: 20px;
    margin-left: 0;
  }
}

.add_server span {
  color: #f2f2f2;
  font-weight: bold
}

.add_server p {
  color: #7e8597
}

.add_server_info {
  display: flex;
  flex-wrap: wrap
}

.add_server_info .left {
  flex: 0 0 calc(33.333333% - 15px);
  max-width: 33.333333%;
  padding-right: 15px;
  margin-bottom: 35px
}

.add_server_info .right {
  flex: 0 0 calc(66.666667% - 15px);
  max-width: 66.666667%;
  padding-left: 15px;
  margin-bottom: 35px
}

.title_add_server_info {
  width: 100%;
  margin-bottom: 50px
}

.title_add {
  margin: 50px 0;
  font-size: 40px;
  display: flex;
  flex-flow: row;
  align-items: baseline;
  color: #f2f2f2
}

.add_server_info textarea {
  padding: 10px;
  font: 16px din pro;
  resize: vertical;
  width: -webkit-fill-available;
  width: -moz-available;
  min-height: 100px;
  background-color: rgba(255, 255, 255, .1);
  color: #f2f2f2;
  border: 0;
  outline: 0
}

.add_server_info textarea::placeholder {
  color: #7e8597;
  border: 0
}

.server_bots {
  display: none;
  transition: opacity .15s linear;
  flex-wrap: wrap;
  flex: 1
}

.server_bots .left {
  flex: 0 0 calc(33.333333% - 15px);
  max-width: 33.333333%;
  padding-right: 15px;
  margin-bottom: 35px
}

.server_bots .right {
  flex: 0 0 calc(66.666667% - 15px);
  max-width: 66.666667%;
  padding-left: 15px;
  margin-bottom: 35px
}

.add_server_invite_ds {
  display: flex;
  align-items: center
}

.add_server_invite_ds span {
  background-color: rgba(255, 255, 255, .2);
  padding: 9px 10px
}

.add_server_invite_ds input {
  padding: 10px;
  border: 0;
  float: right;
  background: rgba(255, 255, 255, 0.5);
  outline: 0;
  background-color: rgba(255, 255, 255, .1);
  color: #f2f2f2;
  width: -webkit-fill-available;
  width: -moz-available
}

.add_server_invite_ds input::placeholder {
  color: #7e8597;
  border: 0
}

.add_server_social {
  display: flex;
  flex-wrap: wrap
}

.title_add_server_social_server {
  width: 100%;
  margin-bottom: 50px
}

.add_server_social .left {
  flex: 0 0 calc(33.333333% - 15px);
  max-width: 33.333333%;
  padding-right: 15px;
  margin-bottom: 35px
}

.add_server_social .right {
  flex: 0 0 calc(66.666667% - 15px);
  max-width: 66.666667%;
  padding-left: 15px;
  margin-bottom: 35px
}

.add_server_tags {
  justify-content: center;
  display: flex;
  flex-wrap: wrap
}

.add_server_tags_checkbox {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-bottom: 10px
}

.add_server_tags .checkbox {
  color: #f2f2f2;
  font-size: 16px !important
}

.title_add_server_tags {
  width: 100%;
  margin-bottom: 50px
}

.add_server_rules .checkbox {
  color: #f2f2f2;
  font-size: 16px;
  margin: 30px 0
}

.btn_add_server button {
  color: #f2f2f2;
  padding: 10px;
  transition: .3s;
  background-color: #6ac0f3;
  outline: 0;
  border: 0;
  width: 100%;
  cursor: pointer
}

.btn_add_server button:hover {
  transition: .3s;
  background-color: #0b7dda
}

@media screen and (max-width:700px) {
  .add_server_info .left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 10px
  }

  .add_server_info .right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 35px
  }

  .add_server_social .left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 10px
  }

  .add_server_social .right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 35px
  }

  .add_server_tags_checkbox {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px
  }
}

.edit_server span {
  color: #f2f2f2;
  font-weight: bold
}

.edit_server p {
  color: #7e8597
}

.edit_server_info {
  display: flex;
  flex-wrap: wrap
}

.edit_server_info .left {
  flex: 0 0 calc(33.333333% - 15px);
  max-width: 33.333333%;
  padding-right: 15px;
  margin-bottom: 35px
}

.edit_server_info .right {
  flex: 0 0 calc(66.666667% - 15px);
  max-width: 66.666667%;
  padding-left: 15px;
  margin-bottom: 35px
}

.edit_server_info .badges_boost {
  margin-left: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.title_edit_server_info {
  width: 100%;
  margin-bottom: 50px
}

.title_edit {
  margin: 50px 0;
  font-size: 40px;
  display: flex;
  flex-flow: row;
  align-items: baseline;
  color: #f2f2f2
}

.edit_server_info textarea {
  padding: 10px;
  font: 16px din pro;
  resize: vertical;
  width: -webkit-fill-available;
  width: -moz-available;
  min-height: 100px;
  background-color: rgba(255, 255, 255, .1);
  color: #f2f2f2;
  border: 0;
  outline: 0
}

.edit_server_info textarea::placeholder {
  color: #7e8597;
  border: 0
}

.server_bots {
  display: none;
  transition: opacity .15s linear;
  flex-wrap: wrap;
  flex: 1
}

.server_bots .left {
  flex: 0 0 calc(33.333333% - 15px);
  max-width: 33.333333%;
  padding-right: 15px;
  margin-bottom: 35px
}

.server_bots .right {
  flex: 0 0 calc(66.666667% - 15px);
  max-width: 66.666667%;
  padding-left: 15px;
  margin-bottom: 35px
}

.edit_server_invite_ds {
  display: flex;
  align-items: center
}

.edit_server_invite_ds span {
  background-color: rgba(255, 255, 255, .2);
  padding: 9px 10px
}

.edit_server_invite_ds input {
  padding: 10px;
  border: 0;
  float: right;
  background: rgba(255, 255, 255, 0.5);
  outline: 0;
  background-color: rgba(255, 255, 255, .1);
  color: #f2f2f2;
  width: -webkit-fill-available;
  width: -moz-available
}

.edit_server_invite_ds input::placeholder {
  color: #7e8597;
  border: 0
}

.edit_server_social {
  display: flex;
  flex-wrap: wrap
}

.title_edit_server_social_server {
  width: 100%;
  margin-bottom: 50px
}

.edit_server_social .left {
  flex: 0 0 calc(33.333333% - 15px);
  max-width: 33.333333%;
  padding-right: 15px;
  margin-bottom: 35px
}

.edit_server_social .right {
  flex: 0 0 calc(66.666667% - 15px);
  max-width: 66.666667%;
  padding-left: 15px;
  margin-bottom: 35px
}

.edit_server_tags {
  justify-content: center;
  display: flex;
  flex-wrap: wrap
}

.edit_server_tags_checkbox {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-bottom: 10px
}

.edit_server_tags .checkbox {
  color: #f2f2f2;
  font-size: 16px !important
}

.btn_edit_server button {
  margin-top: 30px;
  color: #f2f2f2;
  padding: 10px;
  transition: .3s;
  background-color: #6ac0f3;
  outline: 0;
  border: 0;
  width: 100%;
  cursor: pointer
}

.btn_edit_server button:hover {
  transition: .3s;
  background-color: #0b7dda
}

@media screen and (max-width:700px) {
  .edit_server_info .left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 10px
  }

  .edit_server_info .right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 35px
  }

  .edit_server_social .left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 10px
  }

  .edit_server_social .right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 35px
  }

  .edit_server_tags_checkbox {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px
  }
}

.page_like {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  margin-top: 20%;
  margin-bottom: 50px
}

.page_like p {
  color: #f2f2f2
}

.server_like_code {
  color: #f2f2f2
}

.server_button_like button {
  color: #f2f2f2;
  padding: 10px;
  transition: .3s;
  background-color: #6ac0f3;
  outline: 0;
  border: 0;
  width: 100%;
  cursor: pointer
}

.server_button_like button:hover {
  transition: .3s;
  background-color: #0b7dda
}

.server_like_addbutton {
  text-align: center;
  margin-top: 10px
}

.like textarea {
  resize: none
}

.my_servers {
  display: flex;
  flex-flow: row;
  height: 100px;
  margin-bottom: 50px
}
.my_like_reset{
  justify-content: flex-end;
  display: flex;
  flex-flow: row;
  align-items: baseline;
  color: #f2f2f2;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.my_like_reset span{
  margin-right: 10px;
  font-size: 14px;
}
.my_like_reset b{
  font-size: 16px;
  color: #6ac0f3;
}
.my_servers_lang {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.my_servers_lang span {
  text-align: center;
  color: #f2f2f2;
  margin: 0;
  font-weight: bold;
  user-select: none
}
.my_servers_lang img {
  width: 25px
}

.my_servers_avatar {
  margin: 0 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-select: none;
  align-items: center;
  display: flex
}

.my_servers_avatar img {
  width: 100px
}

.my_servers_info {
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0
}

.my_servers_name_online {
  display: -webkit-box;
  display: flex;
  align-items: center;
  margin-bottom: 5px
}

.my_servers_name {
  min-width: 0;
  display: flex;
  margin-right: 10px
}

.my_servers_name h3 {
  margin: 0;
  font-size: 24px;
  color: #7e8597;
  min-width: 0;
  display: flex
}

.my_servers_name a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.my_servers_badges {
  display: flex
}

.my_servers_badges a {
  margin-right: 10px
}

.my_servers_online {
  margin-right: 10px;
  margin-bottom: -10px;
  font-size: 12px;
  color: #fff;
  user-select: none;
  white-space: nowrap
}

.my_servers_online img {
  padding-left: 2px;
  width: 9px;
  margin-top: -1px
}

.my_servers_description {
  color: #ccc;
  max-height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 1.1
}

.my_servers_site_tag {
  display: flex;
  flex-flow: row
}

.my_servers_site a {
  color: #7e8597;
  text-align: center;
  transition: .3s
}

.my_servers_site a:hover {
  color: #6ac0f3
}

.my_servers_site a:after {
  content: '|';
  font-size: 11px;
  margin: 0 5px;
  font-weight: 300;
  color: #7e8597;
  align-items: baseline
}


.my_servers_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 130px;
  max-width: 130px;
  margin-left: 30px;
}

.my_servers_btn a {
  width: 100px;
  padding: 10px 10px;
}

.my_servers_btn button {
  width: 120px;
  padding: 10px 10px;

}

.my_servers_warning_info span {
  color: #ccc
}

.my_servers_warning_info {
  text-align: center
}

@media screen and (max-width:1000px) {
  .my_servers {
    height: 110px;
    margin-bottom: 40px
  }

  .my_servers_avatar img {
    width: 110px
  }

  .my_servers_site_tag {
    flex-flow: column
  }

  .my_servers_site a:after {
    display: none
  }
}

@media screen and (max-width:825px) {
  .my_servers {
    height: 125px
  }

  .my_servers_avatar img {
    width: 125px
  }
}

@media screen and (max-width:760px) {
  .my_servers {
    height: 180px;
    margin-bottom: 20px
  }

  .my_servers_name_online {
    align-items: normal;
    flex-flow: column
  }

  .my_servers_name_online div {
    margin-bottom: 5px
  }

  .my_servers_tag {
    max-height: 35px;
    overflow: hidden
  }
}

@media screen and (max-width:600px) {
  .my_servers {
    flex-flow: column;
    height: auto;
    margin-bottom: 50px
  }

  .my_servers_lang {
    height: 18px;
    flex-direction: row;
    order: 2;
    margin-bottom: 10px
  }

  .my_servers_avatar {
    margin: 20px 0 10px;
    justify-content: center;
    order: 1
  }

  .my_servers_info {
    margin-right: 0;
    margin-bottom: 20px;
    order: 3;
    text-align: center
  }

  .my_servers_name_online {
    align-items: center
  }

  .my_servers_name a {
    white-space: normal
  }

  .my_servers_btn {
    order: 4;
    max-width: calc(100% - 20px);
    margin-left: 0
  }

  .my_servers_btn a {
    width: 100%
  }

  .my_servers_btn button {
    width: calc(100% + 20px)
  }
}

.success {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, .1);
  text-align: center;
  margin: 20% 0
}

.success span {
  color: #f2f2f2;
  margin-bottom: 10px
}

.error_pay {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, .1);
  text-align: center;
  margin: 20% 0
}

.error_pay span {
  color: #f2f2f2;
  margin-bottom: 10px
}

.server {
  margin-top: -218.760px
}

.server_title {
  margin-top: 68.760px
}

.server_background {
  background-size: cover !important;
  background-position: center !important;
  height: 504px;
  position: relative
}

.server_background:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin-bottom: -1px;
  background: linear-gradient(rgba(24, 23, 39, 0), #1f2029)
}

.server_header {
  display: flex;
  margin-bottom: 50px
}

.server_info {
  width: 100%
}

.server_badges {
  display: flex;
  margin-bottom: 10px
}

.server_badges a {
  margin-right: 10px
}

.server_avatar img {
  width: 256px
}

.server_name_lang {
  margin-bottom: 40px
}

.server_name_lang span {
  color: #7e8597
}

.server_name_lang img {
  width: 28px;
  margin-bottom: -1px
}

.server_name_lang h2 {
  margin: 0
}

.server_about {
  display: flex;
  flex-flow: column
}

.server_about span {
  color: #f2f2f2;
  margin-bottom: 5px;
  font-size: 14px
}

.server_left span {
  color: #ccc;
  margin-bottom: 5px;
  font-size: 14px
}

.server_right {
  word-wrap: break-word!important;
  width: calc(100% - 150px);
}

.server_online, .server_lang, .server_likes, .server_next_like, .server_tag, .server_site, .server_social {
  display: flex;
  margin-bottom: 3px
}

.server_about .server_left {
  flex: 0 0 150px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 14px
}

.server_online {
  font-size: 12px;
  color: #fff;
  user-select: none
}

.server_online img {
  padding-left: 2px;
  width: 9px;
  margin-top: -1px
}

.server_tag a {
  margin-right: 5px;
  color: #f2f2f2
}

.server_tag a:hover {
  color: #6ac0f3
}
.server_social a {
  margin-right: 5px;
  color: #f2f2f2
}

.server_social a:hover {
  color: #6ac0f3
}

.server_site a {
  margin-right: 5px;
  color: #f2f2f2
}

.server_site a:hover {
  color: #6ac0f3
}

.server_btn_all {
  display: flex;
  flex-flow: row;
  margin-bottom: 40px
}

.server_btn_all a {
  text-transform: uppercase;
  margin-right: 10px
}

.server_description pre {
  font-size: 14px;
  color: #a5a7b7;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word
}

.server_description {
  margin-bottom: 50px
}

.server_chart {
  margin-bottom: 50px
}

.server_services {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column
}

.server_services span {
  color: #a5a7b7;
  margin-bottom: 10px
}

.server_services span::before {
  content: "• ";
  color: #a5a7b7
}



.like_log{
  border-left: 2px solid #6ac0f3;
  padding: 10px 20px;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  word-wrap: break-word;
}
.like_log_col_1{
  flex-direction: column;
  display: flex;
  width: 220px;
  margin-right: 10px;
}

.like_log_col{
  flex-direction: row;
  display: flex;
}

.user_like_log{
  color: #f2f2f2;
  font-size: 18px;
  font-weight: 700;
}


.user_id_like_log{
  color: #a5a7b7;
  font-size: 12px;
  font-weight: 700;
}


.like_log_likes{
  color: #f2f2f2;
  font-size: 18px;
  font-weight: 700;
}
.like_log_source{
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
}
.like_log_like_time{
  color: #f2f2f2;
  font-size: 14px;
}
.likes_before {
  font-size: 9px;
  color: #f2f2f2;
  width: auto !important
}

@media screen and (max-width:550px) {
  .like_log{
    flex-direction: column;
  }
  .like_log_col_1{
    margin-bottom: 10px;
  }
}

.other_5 h2 {
  width: 100%;
  text-align: left
}

.other_5_servers {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-evenly
}

.other_servers {
  width: 175px;
  margin-bottom: 25px
}

.other_5_avatar img {
  width: 100px
}

.other_5_online {
  font-size: 12px;
  color: #fff;
  user-select: none
}

.other_5_online img {
  padding-left: 2px;
  width: 9px;
  margin-top: -1px
}

.other_5_name h3 {
  font-size: 20px;
  max-height: 25px;
  overflow: hidden;
  margin: 10px
}

@media screen and (max-width:830px) {
  .server_header {
    flex-flow: column
  }

  .server_info {
    order: 2
  }

  .server_badges {
    justify-content: center
  }

  .server_name_lang {
    text-align: center
  }

  .server_btn_all {
    justify-content: center;
    flex-flow: wrap;
    margin-bottom: 30px
  }

  .server_btn_all a {
    margin-bottom: 10px
  }

  .server_avatar {
    order: 1;
    text-align: center;
    margin-bottom: 20px
  }

  .server_avatar img {
    width: 256px
  }
}


.servers {
  display: flex;
  flex-flow: row;
  height: 100px;
  margin-bottom: 50px
}

.servers:hover {
  -webkit-box-shadow: 0 0 0 25px rgba(0, 0, 0, .1);
  box-shadow: 0 0 0 25px rgba(0, 0, 0, .1);
  background-color: rgba(0, 0, 0, .1)
}

.servers_lang_position {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.servers_lang_position img {
  width: 25px
}

.servers_lang_position span {
  text-align: center;
  color: #f2f2f2;
  margin: 0;
  font-weight: bold;
  user-select: none
}

.servers_avatar {
  margin: 0 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
  display: flex
}

.servers_avatar img {
  width: 100px
}

.servers_info {
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  width: 100%
}

.servers_name_online {
  display: -webkit-box;
  display: flex;
  align-items: center;
  margin-bottom: 5px
}

.servers_name {
  min-width: 0;
  display: flex;
  margin-right: 10px
}

.servers_name h3 {
  margin: 0;
  font-size: 24px;
  color: #7e8597;
  min-width: 0;
  display: flex
}

.servers_name a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.servers_badges {
  display: flex
}

.servers_badges a {
  margin-right: 10px
}

.servers_online {
  margin-right: 10px;
  margin-bottom: -10px;
  font-size: 12px;
  color: #fff;
  user-select: none;
  white-space: nowrap
}

.servers_online img {
  padding-left: 2px;
  width: 9px;
  margin-top: -1px
}

.servers_description {
  color: #ccc;
  max-height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 1.1
}

.servers_site_tag {
  display: flex;
  flex-flow: row
}

.servers_site a {
  color: #7e8597;
  text-align: center;
  word-wrap: break-word;
  transition: .3s
}

.servers_site a:hover {
  color: #6ac0f3
}

.servers_site a:after {
  content: '|';
  font-size: 11px;
  margin: 0 5px;
  font-weight: 300;
  color: #7e8597;
  align-items: baseline
}

.servers_invite {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 100px;
  max-width: 100px
}

@media screen and (max-width:1000px) {
  .servers {
    height: 110px;
    margin-bottom: 40px
  }

  .servers_avatar img {
    width: 110px
  }

  .servers_site_tag {
    flex-flow: column
  }

  .servers_site a:after {
    display: none
  }
}

@media screen and (max-width:825px) {
  .servers {
    height: 125px
  }

  .servers_avatar img {
    width: 125px
  }
}

@media screen and (max-width:760px) {
  .servers {
    height: 180px;
    margin-bottom: 20px
  }

  .servers_name_online {
    align-items: normal;
    flex-flow: column
  }

  .servers_name_online div {
    margin-bottom: 5px
  }

  .servers_tag {
    max-height: 35px;
    overflow: hidden
  }
}

@media screen and (max-width:600px) {
  .servers {
    flex-flow: column;
    height: auto;
    margin-bottom: 50px
  }

  .servers_lang_position {
    height: 18px;
    flex-direction: row;
    order: 2;
    margin-bottom: 10px
  }

  .servers_lang_position img {
    order: 2
  }

  .servers_lang_position span {
    order: 1;
    margin-right: 10px
  }

  .servers_avatar {
    margin: 20px 0 10px;
    justify-content: center;
    order: 1
  }

  .servers_info {
    margin-right: 0;
    margin-bottom: 20px;
    order: 3;
    text-align: center
  }

  .servers_name_online {
    align-items: center
  }

  .servers_name a {
    white-space: normal
  }

  .servers_invite {
    order: 4;
    max-width: calc(100% - 20px)
  }

  .servers_invite a {
    width: 100%
  }
}



.widgets_like {
  display: flex;
  flex-flow: column;
}
.widgets_like span{
  color: #f2f2f2;
  margin-bottom: 10px;

}


.widgets_like textarea {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
    font: 16px din pro;
    resize: vertical;
    width: calc(100% - 20px);
    min-height: 30px;
    background-color: rgba(255, 255, 255, .1);
    color: #f2f2f2;
    border: 0;
    outline: 0;
    max-height: 400px;
    resize: none;
}
.widgets_charts textarea {
    margin-top: 10px;
    padding: 10px;
    font: 16px din pro;
    resize: vertical;
    width: calc(100% - 20px);
    min-height: 30px;
    background-color: rgba(255, 255, 255, .1);
    color: #f2f2f2;
    border: 0;
    outline: 0;
    max-height: 400px;
    resize: none;
}
.widgets_charts_col span {
    color: #f2f2f2;
}
.widgets_charts_col  {
    margin-top: 20px;
}

@media screen and (max-width:720px) {
  .widgets_charts textarea {
    min-height: 80px;

  }
  .widgets_like textarea {
    min-height: 80px;

  }
}

@media screen and (max-width:500px) {
  .widgets_charts textarea {
    min-height: 90px;

  }
  .widgets_like textarea {
    min-height: 150px;

  }
}
@media screen and (max-width:410px) {
  .widgets_charts textarea {
    min-height: 100px;

  }
  .widgets_like textarea {
    min-height: 150px;

  }
}


.dashboard_stat{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 20px;
}

.dashboard_stat_col{
  padding: 10px 20px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 170px;

}
.dashboard_stat_col_b{
  font-weight: 700!important;
  font-size: 28px!important;
  color: #f2f2f2!important  ;

}
.dashboard_stat_col span{
  color: #a5a7b7;
  font-size: 12px;
  font-weight: 700;
}



.stats_title {
  margin-top: 68.760px
}
.stats_main{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 20px;
}

.stats_col{
  padding: 10px 20px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 170px;

}
.stats_col_b{
  font-weight: 700!important;
  font-size: 28px!important;
  color: #f2f2f2!important  ;

}
.stats_col span{
  color: #a5a7b7;
  font-size: 12px;
  font-weight: 700;
}
