@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: var(--theme-hover-color);
}

::selection {
  color: #fff;
  background: var(--theme-hover-color);
}

body {
  width: auto;
  height: auto;
  margin: 0 auto !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  /* background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgb(255 255 255) 800%) !important; */
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  z-index: -3;
  width: 100vw;
  height: 100vw;
  background-image: radial-gradient(
    circle at center,
    #32333f 0,
    transparent 66.66%
  );
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--theme-hover-color);
}

.navbar-toggler {
  background: var(--theme-color) !important;
  float: right;
}

.main-container {
  background: #00000075;
}

a {
  text-decoration: none !important;
}

.top-bar {
  background: #25252594;
  color: #fff;
  padding-top: 11px;
  padding-left: 10px;
  box-shadow: 0px -1px 20px 9px #ffffff0f;
  padding-right: 10px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.top-bar a {
  color: #fff;
}

.top-bar a:hover {
  color: var(--theme-color);
}

.top-bar p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.top-bar .social-medias ul {
  display: flex;
  list-style-type: none;
  margin-bottom: 0px;
}

.top-bar .social-medias ul li {
  margin-right: 15px;
}

.top-bar .social-medias ul li a img {
  width: 15px;
}

nav .container.smContainer {
  flex-direction: row-reverse;
}

.navbar {
  margin-top: 20px;
  margin-bottom: 20px;
}

.navbar .navbar-nav {
  align-items: center;
}

.navbar .wrapper {
  justify-content: center;
  width: 1500px !important;
}

.navbar .navbar-nav .nav-item {
  margin: 0px 0px 0px 3px;
}

/* .navbar .navbar-nav .nav-item:nth-child(6) .nav-link {
  padding-right: 15px;
} */

.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 10px;
}

.navbar .navbar-nav .nav-link img {
  margin-right: 5px;
  width: 25px;
  height: 25px;
}

.navbar .navbar-nav .nav-link:hover {
  color: var(--theme-hover-color);
}

.navbar .navbar-nav .nav-link.active {
  color: var(--theme-color);
}

.navbar .navbar-brand {
  margin-right: 20px;
  margin-left: 20px;
}

.navbar .navbar-brand img {
  user-select: none;
  width: 200px;
}

.logo img {
  width: 150px;
  margin-bottom: 10px;
}

.channels {
  display: flex;
  align-items: center;
  gap: 15px;
}

.channels .content img {
  pointer-events: none;
  user-select: none;
}

.channels i.fa {
  font-size: 1.8em;
  color: rgba(255, 255, 255, 0.767);
}

.channels .swiper {
  width: 100%;
  height: 100%;
}

.channels .swiper-slide {
  margin-right: 10px !important;
  margin-left: 0px;
  width: 100px;
  height: 130px;
  background: #1b1b1b;
  border-radius: 20px;
}

.channels .swiper-slide .content {
  width: 100px;
}

.promo-header img{
  width: 100%;
  height: 100px;
  object-fit: fill;
}
  
.promo-mid img{
  width: 100%;
  height: 60px;
  margin-top:15px;
  margin-bottom:15px;
  object-fit: fill;
} 

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main {
  margin-top: 5px;
}

.plyr--video {
  height: 455px;
}

.watermark.sagUst {
  right: 1em;
  top: 0.8em;
}

.plyr--video .watermark {
  position: absolute;
  z-index: 2;
  user-select: none;
}

.watermark {
  display: block;
}

.plyr--video .watermark img {
  max-width: 150px;
}

body.active .plyr--video {
  z-index: 9999999;
}

body.active::before {
  z-index: 99;
  background: rgba(0, 0, 0, 0.771);
  height: 100%;
  min-height: 100%;
  position: absolute;
  content: "";
}

.plyr--full-ui input[type="range"] {
  color: var(--theme-color) !important;
}

.plyr__control--overlaid {
  background: var(--theme-color) !important;
  padding: calc(var(--plyr-control-spacing, 10px) * 3.5) !important;
}

.plyr__control:hover {
  background: var(--theme-hover-color) !important;
}

.plyr--video {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* 
.stream-video {
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.stream-video video {
  left: 0;
  top: 0;
  opacity: 1;
} */

.clearfix {
  margin-top: 30px;
}

.vjs-big-play-button {
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("assets/images/icons/video.png");
  background-repeat: no-repeat;
  background-size: 46px;
  background-position: 50% calc(50% - 10px);
  border: none !important;
  box-shadow: none !important;
}

.vjs-big-play-button:before {
  content: "";
  display: none;
}

.vjs-big-play-button:hover {
  background-color: transparent;
  opacity: 0.7;
}

.search-btn .searchItem {
  position: relative;
}

.search-btn .searchItem i {
  position: absolute;
  left: 10px;
  color: #fff;
}

.searchItem input {
  border-radius: 0px;
  padding: 0.4rem;
  padding-left: 30px;
  background-color: #0f0f11;
  border: none;
  color: #fff;
  font-size: 0.98em;
  font-weight: 500;
}

.searchItem input:focus {
  border-radius: 0px;
  padding: 0.4rem;
  padding-left: 30px;
  background-color: #242424;
  border: none;
  color: #fff;
  font-size: 0.98em;
  font-weight: 500;
}

.searchItem input::placeholder {
  color: #fff;
}

.liveList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.liveList .liveOption {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.liveList .liveOption button {
  gap: 0 10px;
  /* şu an zaten ortalanmş gibi duruyor */
  width: 100%;
  border: none;
  color: black;
  padding: 0.5rem 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 1em;
  font-weight: 600;
  text-align:left;
  text-transform: uppercase;
}


.liveCategories {
  width: 100%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f8f7f724;
}

.liveCategoriesGroup {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: auto;
}

.liveCategoriesGroup .liveCategoriesItem button {
  background-color: #fff;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 0.6rem;
  width: 31px;
  height: 30px;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.liveCategoriesItem button.active {
  background: var(--theme-color);
}

.liveCategoriesItem button img {
  width: 15px;
  height: 15px;
}

.liveCategoriesItem button img.joystick {
  width: 20px;
  height: 15px;
}

.liveCategoriesItem span {
  font-size: 0.6em;
  font-weight: 700;
}

.liveChannels {
  overflow: auto;
  height: 325px;
  border: 6px solid var(--theme-color);
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  background-color: #f8f7f714;
}

.liveChannels .channelItem {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 0;
  width: 100%;
  height: 65px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  cursor: pointer;
  border-right: 0;
}

.liveChannels .channelItem .sportGroup {
  display: flex;
  justify-content: space-between;
}

.liveChannels .channelItem .sportGroup span {
  font-size: 13px;
  color: #fff;
}

.liveChannels .channelItem:hover {
  background-color: var(--theme-hover-color);
}

.liveChannels .channelItem:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.liveChannels .team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 25px;
}

.liveChannels .teamItem {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 0 10px;
  /* word-break: break-all; */
}

.liveChannels .teamItem h6 {
  margin-top: 0.7rem;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
}

.liveChannels .team h6 .liveChannels .sportGroup .sport span {
  font-weight: 400;
  color: #fff;
  letter-spacing: 0px;
}

.liveChannels .sportGroup .lig span {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0px;
}

.liveChannels .team img {
  width: 25px;
}

.match .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.match .wrapper .matchItem {
 /* background-color: var(--theme-color); */
  background-color: #000000;
  margin-right: 5px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1.4rem 2rem;
  gap: 0 35px;
  border-radius: 10px;
  color: #fff;
  border: 3px solid var(--theme-color);
  border-right: 0px;
  border-left: 0px;
}

.match .wrapper .matchItem .teamItem {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

.match .wrapper .matchItem .teamItem h6 {
  font-weight: 700;
  font-size: 0.7rem ;
}

.match .wrapper .matchItem .teamItem span:first-child {
  display: block;
  font-weight: 500;
}

.match .wrapper .matchItem .teamItem span:last-child {
  display: block;
  font-weight: 700;
}

.match .wrapper .matchItem img.bg {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

footer .content {
  padding-top: 30px;
  flex-direction: column;
  text-align: center;
}

footer .content .menus {
  display: flex;
  padding: 0px;
  list-style-type: none;
}

footer .content .menus li {
  padding-right: 12px;
  padding-left: 12px;
}

footer .content .menus li a {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}

footer .content .copyright {
  text-align: center;
  display: flex;
  justify-content: center;
}

.vjs-big-play-button {
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("assets/images/icons/video.png");
  background-repeat: no-repeat;
  background-size: 46px;
  background-position: 50% calc(50% - 10px);
  border: none !important;
  box-shadow: none !important;
}

.channels .swiper-slide {
  position: relative;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  border-radius: var(--radius);
  padding: 1em;
  background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1));
}

.channels .swiper-slide:hover {
  background: rgba(0, 0, 0, 0.205);
}

.channels .swiper-slide .content {
  width: 145px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vjs-big-play-button {
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("myimage.png");
  background-repeat: no-repeat;
  background-size: 46px;
  background-position: 50% calc(50% - 10px);
  border: none !important;
  box-shadow: none !important;
}

.vjs-big-play-button:before {
  content: "";
  display: none;
}

.vjs-big-play-button:hover {
  background-color: transparent;
  opacity: 0.7;
}

/* Player & Channel Right Input */

.search-btn .searchItem {
  position: relative;
}

.search-btn .searchItem i {
  position: absolute;
  left: 10px;
  top: 9px;
  color: #fff;
}

.liveList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.liveCategoriesGroup .liveCategoriesItem button {
  background-color: #fff;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 0.6rem;
  width: 39px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.liveList .liveTotal {
    margin-left: 5px;
    font-size: 17px;
    color: white;
    background: red;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 10px;
    animation: listblink2 1000ms linear infinite;
}

.d-flex{
    align-items:center;
}

@keyframes listblink2 {
  100%,
  0% {
    opacity: 1;
  }
  
  30% {
      opacity:1;
  }
  
  50% {
      opacity:0.4;
  }
  
  70% {
      opacity:1;
  }

  100% {
    opacity: 1;
  }
}



.liveCategoriesGroup .liveCategoriesItem button:hover {
  background: var(--theme-hover-color);
}

.liveCategoriesItem button.active {
  background: var(--theme-color);
}

.liveCategoriesItem button img {
  width: 25px;
  height: 25px;
}

.liveCategoriesItem button img.joystick {
  width: 25px;
  height: 20px;
}

.liveCategoriesItem span {
  font-size: 0.6em;
  color: #000;

  font-weight: 700;
}
 

.match .wrapper .matchGroup img.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

.match .wrapper .matchGroup .matchItem {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  margin: 0 0.5rem !important;
  max-width: 300px !important;
}

.match .wrapper .matchGroup .matchItem h6 {
  text-transform: uppercase;
  margin-top: 0.4rem;
  font-weight: 700;
}

.match .wrapper .matchGroup .matchItem .sport {
  white-space: nowrap;
}

.match .wrapper .matchGroup .matchItem .lig {
  white-space: nowrap;
}

.match .wrapper .matchItem .teamItem img {
  object-fit: fill;
  width: auto;
  height: 50px;
  margin-bottom: 0.4rem;
}

.match .wrapper .matchGroup .matchItem .sport span {
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.match .wrapper .matchGroup .matchItem .lig span {
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  white-space: nowrap;
}

footer {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}

footer .content {
  flex-direction: column;
  text-align: center;
}

footer .content .menus {
  display: flex;
  padding: 0px;
  list-style-type: none;
}

footer .content .menus li {
  padding-right: 12px;
  padding-left: 12px;
}

footer .content .menus li a {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}

footer .content .copyright {
  text-align: center;
  display: flex;
  justify-content: center;
}

footer .content .copyright p ,footer .content .copyright a {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.5s;
}

footer .content .copyright p:hover ,footer .content .copyright a:hover {
  color: var(--theme-hover-color);
}

.owl-carousel .owl-item img {
  display: inline !important;
  width: 50px;
}

.bet-wrapper {
  padding-bottom: 0rem;
  border-radius: 20px;
  background: #f8f7f714;
  margin-top: 15px;
}

.bet-wrapper .team {
  display: flex;
  width: 100%;
  height: 260px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: Center;
}
.bet-wrapper .team-2 {
  order: 3;
}
.bet-wrapper img {
  width: 70px;
}

.bet-wrapper h3 {
  margin-top: 15px;
  font-weight: bold;
  font-size:1.5rem;
  color: #fff;
}

.bet-box {
  padding-top: 2.5rem;
  position: relative;
}

.bet-box .betBoxLine ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 0 1rem 0;
  gap: 0 26px;
}

.bet-box .betBoxLine ul li button {
  width: 90px;
  border: 2px solid var(--theme-color);
  background: transparent;
  border-radius: 4px;
  padding: 0.3rem 0;
  color: #fff;
  font-size: 0.8em;
  transition: 0.3s;
  font-weight: 600;
}

.bet-box .betBoxLine ul li button:hover {
  background-color: var(--theme-hover-color);
  color: #fff;
}

.bet-box a.placeBet {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  padding: 0.4rem 8rem;
  background: var(--theme-color);
  font-weight: 600;
  border-radius: 8px;
  max-width: 500px;
  width: 440px;
  transition: 0.3s;
}

.bet-box a.placeBet:hover {
  background-color: var(--theme-hover-color);
}

.liveOptBtn {
  color: #fff !important;
  background: #0000004d;
}

.liveOptBtn.active {
  background: var(--theme-color);
}

.bet-box .betBoxLine ul li button.active {
  background: var(--theme-color);
  color: #fff;
}

#pageskin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 1920px 1080px;
}

#context-menu {
  position: fixed;
  z-index: 10000;
  width: 150px;
  background: #1b1a1a;
  transform: scale(0);
  transform-origin: top left;
}

#context-menu.active {
  transform: scale(1);
  transition: transform 200ms ease-in-out;
}

#context-menu .item {
  padding: 8px 10px;
  font-size: 15px;
  color: #eee;
}

#context-menu .item:hover {
  background: var(--theme-hover-color);
}

#context-menu .item i {
  display: inline-block;
  margin-right: 5px;
}

#context-menu hr {
  margin: 2px 0px 0px 0px;
  border-color: #555;
}

.channel-name {
  opacity: 0;
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 3;
  transition: all 300ms linear;
  pointer-events: none;
}

.title {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 20px;
}

.context-menu {
  position: absolute;
  z-index: 9999999;
}

.context-menu .menu {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgb(64 64 64 / 5%);
  padding: 10px 0;
  list-style-type: none;
}

.context-menu .menu > li > a {
  font: inherit;
  border: 0;
  padding: 5px 30px 10px 15px;
  font-size: 13px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: unset;
  color: #000;
  font-weight: 500;
  transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
}

.context-menu .menu > li > a:hover {
  background: var(--theme-hover-color);
  /* color: var(--theme-color); */
  color: #ffffff;
}

.context-menu .menu > li > a > i {
  padding-right: 10px;
}

.context-menu .menu > li.trash > a:hover {
  color: var(--theme-color);
}

.list-blink {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: red;
  animation: listblink2 1000ms linear infinite;
  margin-right: 1em;
}

#sonraki_yayinlar .list-blink {
  animation: none;
  background: #fff;
} 

.plyr__controls {
  display: flex;
  justify-content: space-between;
  padding: 1em !important;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9),
    transparent
  ) !important;
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

.player-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.live-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

@media (min-width: 768px) {
  .plyr__volume {
    max-width: 150px;
  }
}

.player-flex > :not(:first-child) {
  margin-left: 0.5em;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #000 url("assets/images/loading.gif") no-repeat center center;
}

.channel-name {
  opacity: 6;
  position: absolute;
  top: 1em;
  left: 1em;
  color: white;
  background: #00000066;
  z-index: 3;
  font-size: 13px;
  border-radius: 8px;
  padding: 5px;
  transition: all 300ms linear;
  pointer-events: none;
}
r .plyr--hide-controls .title {
  opacity: 0;
  pointer-events: none;
}

.plyr--hide-controls .button {
  opacity: 0;
  pointer-events: none;
}

.dark {
z-index: -99999;
}

.dark.active {
  z-index: 99999;
  background: rgba(0, 0, 0, 0.771);
  height: 100%;
  width: 100%;
  position: fixed;
}
