body {
  font-family: Arial;
  font-size: 16px;
  line-height: 1.9em;
  color: #828282;
  /* overflow: hidden; */
  position: relative;
}
body:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  z-index: 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #F6F6F6 url(../img/shapes.svg) 50% !important;
  background-repeat: repeat-y;
}
body #main,
body .footer,
body .footer2 {
  position: relative;
  z-index: 1;
}
body #main {
  position: relative;
  z-index: 1;
}
body #main h1 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 44px;
}
body #main h3 {
  margin-top: 20px;
}
body .table td, body .table th {
  padding: 0.15rem;
}
body .table td.time {
  line-height: 1;
}
body .table td.time span {
  display: block;
}
body .table td.time span.online {
  background: #b4b922;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
}
body .table td.time span.last_v {
  font-size: 11px;
  margin-bottom: 3px;
  margin-top: 3px;
}
body .table td.time span.last {
  font-size: 15px;
  margin-top: 3px;
}
body .table td.time span.last_dav {
  color: #ccc;
  font-size: 14px;
}

.footer {
  padding: 30px 0;
  background: #26293a;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

.footer2 {
  position: relative;
  z-index: 1;
  padding: 20px;
  background: #21232c;
}
.footer2 a {
  color: #fff;
  text-align: center;
  display: block;
  margin: auto;
}
.footer2 a img {
  display: block;
  max-width: 60px;
  margin: auto;
}

#preloader {
  position: fixed;
  display: flex;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: #fff;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.header {
  background: #010318;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.header .logo {
  display: block;
  margin: auto;
}

.btn {
  display: block;
  background: #224580;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 6px 25px;
  border: 2px solid #ccc;
  width: 100%;
  transition:  all .3s;
}
.btn:hover {
  background: none;
  color: #224580;
}
#search_player {
  width: 100%;
  max-width: 400px;
  text-align: center;
  background: #edf4ff;
}
#search_player .subtitle {
  line-height: 1.2;
  font-size: 13px;
  margin-bottom: 20px;
}
#search_player form input[type="text"] {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 20px;
  text-align: center;
  padding: 7px 15px;
  /* border: none; */
  border: 1px solid #ccc;
}
#search_player form {
  margin-bottom: 15px;
}

.userblock {
  font-size: 13px;
  line-height: 1.4;
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 10px;
}
div#search_result {
  max-height: 300px;
  overflow-y: auto;
}
