@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: rgba(20, 21, 23, 1);
  font-family: 'Inter', sans-serif;
  margin: 0;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
html {
  background-color: rgba(20, 21, 23, 1);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.navbar {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 0 20px;
  background-color: #141517;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 999;
}
.left-menu {
  display: flex;
  align-items: center;
  gap: 15px;
}
.burger-menu {
  display: flex;
  flex-direction: column;
  gap: 2px;
  cursor: pointer;
}
.burger-menu span {
  width: 15px;
  height: 3px;
  background-color: #bbb;
  border-radius: 3px;
}
.logo img {
  height: 44.53px;
  width: auto;
}
.auth-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.auth-buttons a {
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchbar-container {
  position: relative;
  width: 400px;
  height: 26px;
}
.searchbar {
  width: 100%;
  height: 100%;
  padding: 0 10px 0 40px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  border: 1px solid #ccc;
  border-radius: 25px;
  color: #fff;
  background-color: #141517;
}
.searchbar::placeholder {
  color: #454545;
}
.search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.stream-preview {
  width: 763px;
  aspect-ratio: 16 / 9;
}
.image-container {
  margin-top: 90px;
  margin-left: 310px;
  .overlay {
    position: absolute;
    bottom: 420px;
    left: 320px;
    width: 45px;
    height: 45px;
    pointer-events: none;
  }
}
.sidebar {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  padding: 10px;
  padding-top: 90px;
  background-color: #141517;
}
.nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-item {
  display: flex;
  justify-content: start;
  align-items: center;
  color: #ffffffb3;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  width: 210px;
  height: 36px;
  padding: 10px;
}
.nav-item:hover {
  color: #fff;
  background-color: #2a2c31;
}
.nav-item::after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  margin-top: 5px;
  transition: width 0.3s ease-in-out;
  border-radius: 8px;
}
.nav-item:hover::after {
  width: 100%;
}
.content {
  margin-left: 220px;
  padding: 20px;
  color: white;
}
.nav-item.active {
  background-color: #4d4c4c;
  color: #fff;
}
.nav-icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.divider {
  width: 100%;
  height: 1px;
  background-color: #565656;
  margin: 16px 0px;
}
.login {
  color: white;
  margin-right: 15px;
  position: relative;
  transition: color 0.3s ease;
}

.login:hover {
  color: #09ff55;
}

.login::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: white;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.login:hover::after {
  opacity: 1;
}

.signup {
  background-color: #09ff55;
  color: black;
  margin-right: 35px;
  box-shadow: 0px 4px 16px #09ff55;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.signup:hover {
  background-color: #07e04a;
  transform: translateY(-3px);
  box-shadow: 0px 8px 20px rgba(9, 255, 85, 0.7);
}

.signup::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-10%);
  background-color: #333;
  color: white;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.signup:hover::after {
  opacity: 1;
}
.dividers {
  width: 1px;
  height: 440px;
  background-color: #565656;
  margin-top: -440px;
  margin-left: 1110px;
  border-radius: 1.5px;
}
h2 {
  font-size: 14px;
  margin-bottom: 15px;
  color: white;
}
.streamer-wrapper {
  display: flex;
  flex-direction: column;
  width: 210px;
}
.streamer {
  display: flex;
  width: 100%;
  align-items: center;
  background: none;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  color: white;
  text-align: left;
  font-weight: bold;
}
.streamer:last-child {
  border-bottom: none;
}
.streamer:hover {
  background-color: #2a2c31;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}
.streamer:hover::after {
  width: 100%;
}
.streamer img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.open-signin {
  cursor: pointer;
 
}

.main-wrapper {
  padding-top: 64px;
  padding-left: 226px;
}

.main-content {
  padding: 30px;
  width: 100%;
  max-width: 1750px;
  margin: 0px auto;
}

.featured-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.creator-name-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-bottom: 10px;
  gap: 10px;
}

.viewer {
  display: flex;
  flex-direction: column;
}

.chat-header {
  padding: 15px;
  border-bottom: 1px solid #494d55;
  font-weight: bold;
  text-align: center;
  color: white;
  margin-bottom: 2%;
  margin-top: -5%;
}

.chat-messages {
  display: flex;
  justify-items: center;
  align-items: center;
  margin-top: 1%;
  margin-left: 5%;
  border-radius: 3%;
  margin-bottom: 3%;
  
}

.chat-input {
  padding: 15px;
  display: flex;
  border-top: 1px solid #494d55;
  flex-direction: column;
  font-weight: 600;
  font-family: 'Inter', sans-serif !important;
  margin-bottom: 
}

.chat-input textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #8f8e8e;
  border-radius: 4px;
  resize: none;
  margin-bottom: 10px;
  height: 60px;
  background-color: #141517;
  color: white;
}

.chat-input button {
  background-color: #09ff55;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  align-self: flex-end;
  font-weight: 700;
  margin-top: -5%;
}

.chat-input button:hover {
  background-color: #07d346;
}

.privacy-notice {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  margin-left: 2px;
  font-weight: bold;
}

.video-chat-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
}

.chat-container {
  flex-shrink: 0;
  width: 110%;
  height: 110%;
  background-color: #141517;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-left: 2%;
}

.creator-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.creator-stream-description {
  width: 100%;
  max-width: 763px;
  display: none;
  flex-direction: column;
  align-items: start;
}

@media (width >= 767px) {
  .featured-content {
    gap: 50px;
  }
  .creator-name-wrapper {
    flex-direction: row;
    align-items: center;
  }
}

@media (width >= 1280px) {
  .chat-container {
    width: auto;
  }
  .video-chat-wrapper {
    flex-direction: row;
  }
  .creator-stream-description {
    display: flex;
  }
}

@media (width >= 1536px) {
  .featured-content {
    flex-direction: row;
  }
}

.about-links {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 750px;
  overflow-x: scroll;
  gap: 10px;
}

.section-heading-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0px 10px;
}

.section-heading {
  color: white;
  font-weight: 700;
}

.section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-viewmore {
  color: #979797;
  font-size: 14px;
  font-weight: 700;
}

.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0px;
  gap: 10px;
}

.link-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.link-wrapper > a {
  font-weight: 700;
  color: #979797;
  position: relative;
}

.live-categories {
  width: 100%;
  display: flex;
  gap: 20px;
  overflow-x: scroll;
}

.horizontal-line {
  width: 100%;
  background-color: #565656;
  height: 1px;
}

.featured-content-description {
  width: 100%;
  max-width: 763px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.info {
  flex-grow: 1;
}

.name {
  font-weight: bold;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
}

.game {
  font-size: 10px;
  color: gray;
  font-weight: bold;
  font-family: 'Inter', sans-serif;
}
.viewers {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
}
.status {
  width: 8px;
  height: 8px;
  background-color: #09ff55;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
  font-weight: 700;
}

.show-more {
  display: block;
  margin-top: 15px;
  color: #999;
  text-decoration: none;
  font-size: 14px;
}

.show-more:hover {
  color: white;
  transition: opacity 0.3s ease;
}
.mainimage {
  margin-top: 90px;
  margin-left: 315px;
  position: absolute;
}

.miniava {
  gap: 10px;
  display: flex;
  align-items: center;
}
.miniavaname {
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.viewerss {
  align-items: center;
  display: flex;
}
.odink {
  color: #09ff55;
  font-size: 16px;
  font-weight: bold;
}
.viev {
  color: #979797;
  padding-left: 4px;
  font-weight: bold;
  font-size: 16px;
}
.topic {
  padding-top: 10px;
}
.elo {
  color: white;
  font-size: 23px;
  font-weight: bold;
}
.game-tags {
  display: flex;
  align-items: center;
  gap: 4px;
}
.game-tag {
  padding: 4px 10px;
  color: #c5c5c5;
  background-color: #4d4c4c;
  border-radius: 999px;
  font-size: small;
}
.cs {
  color: #979797;
  font-size: 18px;
  font-weight: bold;
}
.tag1 {
  position: absolute;
  margin-top: 185px;
  margin-left: 1210px;
}
.tag2 {
  position: absolute;
  margin-top: 185px;
  margin-left: 1265px;
}
.img-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
}

.img-button:hover img {
  opacity: 0.8;
}
.links {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-top: 320px;
  margin-left: 1190px;
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
}

.links:hover img {
  opacity: 0.8;
}
.linkss {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-top: 320px;
  margin-left: 1190px;
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
}

.linkss:hover img {
  opacity: 0.8;
}
.linksss {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-top: 320px;
  margin-left: 1430px;
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
}

.linksss:hover img {
  opacity: 0.8;
}
.linkssss {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-top: 320px;
  margin-left: 1670px;
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
}

.linkssss:hover img {
  opacity: 0.8;
}
.topcat {
  margin-left: 315px;
  margin-top: 550px;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.justchat {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-top: 600px;
  margin-left: 315px;
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
}
.justchat:hover img {
  opacity: 0.8;
}
.pubg {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-top: 600px;
  margin-left: 475px;
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
}
.pubg:hover img {
  opacity: 0.8;
}
.fort {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-top: 600px;
  margin-left: 635px;
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
}
.fort:hover img {
  opacity: 0.8;
}
.casik {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-top: 600px;
  margin-left: 795px;
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
}
.casik:hover img {
  opacity: 0.8;
}
.gta {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-top: 600px;
  margin-left: 955px;
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
}
.gta:hover img {
  opacity: 0.8;
}
.irl {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-top: 600px;
  margin-left: 1115px;
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
}
.irl:hover img {
  opacity: 0.8;
}
.dota {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-top: 600px;
  margin-left: 1275px;
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
}
.dota:hover img {
  opacity: 0.8;
}
.witch {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-top: 600px;
  margin-left: 1435px;
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
}
.witch:hover img {
  opacity: 0.8;
}
.chess {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-top: 600px;
  margin-left: 1595px;
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
}
.chess:hover img {
  opacity: 0.8;
}
.league {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-top: 600px;
  margin-left: 1755px;
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
}
.league:hover img {
  opacity: 0.8;
}
.viewall {
  display: block;
  margin-top: 560px;
  color: #999;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 1840px;
  position: absolute;
}

.viewall:hover {
  color: white;
  transition: opacity 0.3s ease;
}
.topcat2 {
  margin-left: 315px;
  margin-top: 910px;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.dividersss {
  width: 1580px;
  height: 1px;
  background-color: #565656;
  margin-top: 880px;
  margin-left: 310px;
  border-radius: 1.5px;
  position: absolute;
}
.odin {
  margin-left: 310px;
  margin-top: 960px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
}
.odin:hover img {
  opacity: 0.8;
}
.dva {
  margin-left: 620px;
  margin-top: 958px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
}
.dva:hover img {
  opacity: 0.8;
}
.tri {
  margin-left: 930px;
  margin-top: 958px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
}
.tri:hover img {
  opacity: 0.8;
}
.chetire {
  margin-left: 1240px;
  margin-top: 958px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
}
.chetire:hover img {
  opacity: 0.8;
}
.pyat {
  margin-left: 1550px;
  margin-top: 961px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
}
.pyat:hover img {
  opacity: 0.8;
}
.dividerss {
  width: 1580px;
  height: 1px;
  background-color: #565656;
  margin-top: 1250px;
  margin-left: 310px;
  border-radius: 1.5px;
  position: absolute;
}
.policy {
  margin-top: 1380px;
  margin-left: 1000px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
}
.dmca {
  margin-top: 1410px;
  margin-left: 875px;
  display: block;
  color: #757575;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
}
.pp {
  margin-top: 1410px;
  margin-left: 985px;
  display: block;
  color: #757575;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
}
.tof {
  margin-top: 1410px;
  margin-left: 1100px;
  display: block;
  color: #757575;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
}
.social {
  margin-left: 945px;
  margin-top: 1450px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
}
.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(8px);
  z-index: 999;
}

/* Popup Container */
.popup {
  background-color: #141517;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  position: relative;
}

/* Close Button */
.close-popup {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

/* Logo */
.logotip {
  text-align: center;
  margin-bottom: 25px;
}
.logotip img {
  width: 44px;
  height: 40px;
  margin-right: 280px;
}

.auth-switch {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #494d55;
}
.switch-btn {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  padding: 10px 20px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease;
  font-weight: 700;
}
.switch-btn.active {
  opacity: 1;
  border-bottom: 2px solid #0aff54;
}

.auths-form {
  display: flex;
  flex-direction: column;
}
.auths-form label {
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}
.auths-form input {
  height: 50px;
  font-size: 16px;
  background-color: #141517;
  border: 2px solid #494d55;
  border-radius: 5px;
  padding: 10px;
  color: white;
}
.auths-form input[type='submit'] {
  background: #0aff54;
  margin-top: 20px;
  border: none;
  border-radius: 4px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
.auth-form input[type='submit']:hover {
  background: #07d346;
}

.forgot-password {
  color: #757575;
  text-align: right;
  margin: 10px 0 20px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}
.socials-auth {
  text-align: center;
  margin-top: 25px;
  color: white;
  font-weight: 700;
}
.socials-auth p {
  margin-bottom: 15px;
  position: relative;
}
.socials-auth p::before,
.socials-auth p::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 30%;
  background-color: #141517;
  top: 50%;
}
.socials-auth p::before {
  left: 0;
}
.socials-auth p::after {
  right: 0;
}
.socials-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.socials-icons img {
  width: 28px;
  cursor: pointer;
  transition: transform 0.3s;
}
.socials-icons img:hover {
  transform: scale(1.1);
}

/* No Scroll Class */
.no-scroll {
  overflow: hidden;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #141517;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #494d55;
}

::-webkit-scrollbar-thumb:hover {
  background: #0aff54;
}
.verification-modal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  place-content: center;
}

.verification-modal .modal-content {
  background-color: #141517;
  margin: 10% auto;
  padding: 25px;
  width: 90%;
  max-width: 450px;
  border-radius: 8px;
  position: relative;
  font-weight: 600;
}

.close-verification {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 24px;
  color: #aaa;
  cursor: pointer;
  
}

.verification-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
  font-weight: 700;
}

.verify-btn {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background-color: #25272b;
  border: none;
  border-radius: 6px;
  color: white;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.2s;
  font-weight: 700;
}

.verify-btn:hover {
  background-color: #2c2e32;
}

.verify-btn img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.error-msg {
  color: #ff5a5a;
  font-size: 13px;
  margin-top: 8px;
  padding: 8px 12px;
  background-color: rgba(255, 90, 90, 0.1);
  border-radius: 4px;
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-5px);
  }
  40%,
  80% {
    transform: translateX(5px);
  }
}

.verification-option.error {
  animation: shake 0.5s;
}
.hud {
  margin-top: 90px;
  margin-left: 300px;
  width: 1200px;
  height: 600px;
  border-radius: 10px;
  border: none;
  position: absolute;
}
.minimum {
  margin-left: 300px;
  margin-top: 775px;
  position: absolute;
  gap: 10px;
  display: flex;
  height: 75px;
  width: 75px;
}
.minimumname {
  color: white;
  font-size: 26px;
  font-weight: bold;
  padding-top: 5px;
}
.topicss {
  position: absolute;
  margin-top: 812px;
  margin-left: 374px;
}
.Nameing {
  color: white;
  font-size: 24px;
  font-weight: bold;
}
.counter {
  color: #0bff55;
  font-size: 20px;
  font-weight: bold;
  padding-top: 3px;
}
.tag12 {
  position: absolute;
  margin-top: 845px;
  margin-left: 515px;
}
.tag21 {
  position: absolute;
  margin-top: 845px;
  margin-left: 570px;
}
.viewersss {
  margin-top: 784px;
  margin-left: 523px;
  position: absolute;
  align-items: center;
  display: flex;
  padding-top: 5px;
}
.odinkk {
  color: #09ff55;
  font-size: 16px;
  font-weight: bold;
  gap: 10px;
}
.vievv {
  color: #979797;
  padding-left: 4px;
  font-weight: bold;
  font-size: 16px;
}

.followka {
  margin-left: 1394px;
  margin-top: 793px;
  position: absolute;
  gap: 10px;
  display: flex;
  border-radius: 5px;
  border: none;
}
.shit {
  position: absolute;
  margin-top: 855px;
  margin-left: 1355px;
}
.gifka {
  position: absolute;
  margin-top: 140px;
  margin-left: 1522px;
  height: 300px;
}
.am {
  position: absolute;
  margin-left: 300px;
  margin-top: 960px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.lnks {
  position: absolute;
  margin-left: 780px;
  margin-top: 960px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.dnt {
  position: absolute;
  margin-left: 1260px;
  margin-top: 960px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .navbar {
    padding: 0 10px;
  }

  .searchbar-container {
    display: none;
  }

  .image-container,
  .mainimage {
    margin: 90px 15px 0;
    width: calc(100% - 30px);
    left: 0;
  }

  .sidebar {
    width: 80%;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }

  .sidebar.active {
    transform: translateX(0);
  }

  .vertical-line,
  .dividers,
  .dividerss,
  .dividersss {
    display: none;
  }

  /* Адаптация позиционированных элементов */
  /* Адаптация сетки категорий */
  .justchat,
  .pubg,
  .fort,
  .casik,
  .gta,
  .irl,
  .dota,
  .witch,
  .chess,
  .league {
    position: relative;
    margin: 10px;
    display: inline-block;
    width: calc(50% - 20px);
  }

  .topcat,
  .topcat2 {
    margin-left: 15px;
  }

  .viewall {
    margin-left: 15px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .sidebarss {
    display: none !important;
  }
  .gift{
    display: none !important;
  }
  .chat-messages{
    margin-top: 5%;
    padding-bottom: 5%;
  }
  .chat-header{
    margin-top: 5%;
    margin-left: -5%;
  }
 
  .main-wrapper {
    padding-left: 0px;
  }


  /* Компенсируем освободившееся пространство */
  .content {
    margin-left: 0;
    padding: 15px;
  }

  .mainimage {
    margin-left: 15px;
    width: calc(100% - 30px);
  }
}
.base-icon{
  color: white;
  display: flex;
  margin-top: -11%;
}
.gift{
  display: flex;
  width: 100%;
  margin-top: 4%;
  
}
.iconkaa{
  margin-left: 70%;
  display: flex;
  margin-top: -11.5%;
  color: white;
}
.emodji{
  margin-left: 82%;
  display: flex;
  margin-top: -25%;
  color: white;
  
}
.lock{
  margin-left: 4%;
  display: flex;
  margin-top: 10%;
  color: white;
  
}
.privacy-notice {
  margin-left: 5%;
  padding-top: 10px;
  
}
textarea {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;  
    line-height: 38px;
    font-size: 14px;
}
.unavailable-message {
  color: #ff3333;
  font-size: 0.8em;
  margin-top: 5px;
  text-align: center;
}