@import url(root.css);
@import url(fonts.css);
@import url(helpers.css);
@import url(no-strap.css);
@import url(components.min.css);

*,
::before {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  box-sizing: border-box;
  list-style: none;
}
button[type="submit"],
input[type="submit"] {
  cursor: pointer;
}
body {
  background: url(../images/bg_001.png) no-repeat center top #0e0e0e;
  font-family: Philosopher;
  color: rgba(255 255 255 / 100%);
  overflow-x: hidden;
}
a,
a.nav-link {
  text-decoration: none;
  color: rgba(255 255 255 / 100%);
}
a.nav-link:hover,
a:hover {
  color: #c2c2c2;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}
.navbar {
  background-color: #22222993;
  border-bottom: 1px solid #ffffff28;
  backdrop-filter: blur(11px);
}
.teste {
  height: 200vh;
}
.countdowns {
  left: 795px;
  top: 40px !important;
  color: #fff !important;
}
.countdowns .countdown {
  background: #323239 !important;
  border-radius: 0 !important;
}
.countdowns .countdown .timer > div {
  background: #1f212a !important;
  border-radius: 0 !important;
  flex: 1;
  min-width: 70px;
}
.streamers {
  position: fixed;
  z-index: 99999;
  bottom: 20px;
  display: none;
  right: 0;
  flex-direction: row-reverse;
}
.streamers__container {
  display: flex;
}
.streamers__online {
  display: flex;
  padding: 10px;
  background: #323239 !important;
}
.streamers__title {
  background: #1f212a !important;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  text-transform: uppercase;
  border: 1px solid #f1e0c6;
}
.streamers__streamer {
  margin-right: 10px;
  position: relative;
  border: 2px solid #f1e0c6;
}
.streamers__streamer:hover {
  border-color: #fff;
}
.streamers__streamer-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: #1f212a !important;
  padding: 2px;
  text-align: center;
  z-index: 2;
}
.streamers__streamer-thumb {
  position: relative;
}
.streamers__streamer-thumb-user {
  position: absolute;
  bottom: 0;
  left: 0;
}
.streamers__streamer:last-child {
  margin-right: 0;
}
