.head_logo {
  display: flex;
  align-items: center;
  margin: 20px;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 500px) {
  .main_header {
    font-size: 25px;
  }
}

@media screen and (max-width: 360px) {
  .main_header {
    font-size: 30px;
  }

  .tv_icons > img {
    scale: 0.7;
  }
}

#video {
  pointer-events: none;
}

.iti {
  width: 100%;
}

body {
  margin: 0;
}

.tv_icons {
  display: flex;
  flex-wrap: wrap;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.ag-textarea .MuiInputBase-input::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

.ag-textarea .MuiInputBase-input::-webkit-scrollbar-track {
  background: transparent;
}

.ag-textarea .MuiInputBase-input::-webkit-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 4px;
}

.ag-textarea .MuiInputBase-input::-webkit-scrollbar-thumb:hover {
  background: #d4d4d4;
}

body {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
header {
  display: block;
}
* {
  box-sizing: border-box;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}
.header .logo {
  width: 80px;
  margin-left: 6px;
}
.right-block {
  display: flex;
  align-items: center;
}
.header .live {
  font-weight: 700;
  font-size: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dd3939;
  color: #dd3939;
  padding: 5px 10px;
  right: 75px;
}
.burger {
  padding: 5px 12px 0 18px;
  border-left: 1px solid #e4e4e4;
  margin-left: 18px;
}
*,
::after,
::before {
  box-sizing: border-box;
}
img,
svg {
  vertical-align: middle;
}
* {
  box-sizing: border-box;
}
.mobilemenushow {
  background-color: black;
  color: white;
  display: flex;
  gap: 16px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  overflow: auto;
}
.menu {
  cursor: pointer;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 4px;
}
.menu:hover {
  color: gray;
}
.active_here {
  color: red;
}
.rnewmenu {
  background-color: red;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 1px 4px;
  border-radius: 3px;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -1px;
}

 .fb-comments-wrapper {
        display: none;
        opacity: 0;
      }



/*///////////*/

