.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
  .sidebar {
    min-width: 250px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 100%;
    max-width: 1532px;
  }
}
html {
  font-size: 20px;
}

body {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  background: #0E0E12;
  color: white;
}

.row:not(.g-0) {
  margin-right: -10px;
  margin-left: -10px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.row:not(.g-0) > * {
  padding-left: 10px;
  padding-right: 10px;
}

a,
.nav-link {
  transition: 0.2s;
  color: white;
  text-decoration: none;
}
a:hover, a:focus,
.nav-link:hover,
.nav-link:focus {
  text-decoration: unset;
  color: inherit;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.color {
  color: #D3A863;
}

:root {
  --main-color: linear-gradient(135deg, #E2C081 0%, #D3A863 100%);
}

::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder {
  color: #61686E;
}

::placeholder {
  color: #61686E;
}

/* Works on Chrome, Edge, and Safari */
.btn {
  background: var(--main-color);
  border-radius: 12px;
  color: #201F25 !important;
  line-height: 20px;
  padding: 8px 10px;
  border: 1px solid #D3A863;
  font-size: 14px;
  transition: 0.2s;
  text-transform: capitalize;
  font-weight: 700;
}
.btn:hover, .btn:focus {
  outline: none;
}
.btn.btn-odds-detail {
  background: #2D2C32;
  color: #fff;
}
.btn.btn-view {
  font-size: 12px;
  border: 0;
  background: #2D2C32;
  color: #fff !important;
}

i {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
}

/* Header */
.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px;
}

.header-right {
  display: flex;
  gap: 8px;
  align-items: center;
}

.main-header {
  margin-bottom: 1rem;
  justify-content: space-between;
  background: #131318;
  padding: 25px;
  align-items: center;
}

.navbar-nav {
  gap: 30px;
}
.navbar-nav .nav-link {
  padding: 0;
  font-weight: 500;
  font-size: 16px;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #D3A863;
}

.burger-icon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  transition: width 0.25s ease;
}
.burger-icon::before {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  transition: width 0.25s ease;
  content: "";
  position: absolute;
  right: 0;
  top: -8px;
}
.burger-icon::after {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  transition: width 0.25s ease;
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
}

.form-search {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid #3F4246;
  background-color: transparent;
  color: #61686E;
  margin-bottom: 24px;
}
.form-search .form-control {
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  box-shadow: none !important;
  color: inherit;
}

.list-tours {
  padding-bottom: 12px;
  margin-bottom: 28px;
  border-bottom: 1px solid #373B42;
}
.list-tours .title {
  color: #707683;
  font-size: 12px;
  font-weight: 600;
}
.list-tours .title::before {
  display: none;
}
.list-tours.list-tours-main ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
  margin: 0 -20px;
}
.list-tours.list-tours-main ul li {
  margin-bottom: 20px;
}
.list-tours.list-tours-main ul a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  font-weight: 500;
  transition: 0.2s;
}
.list-tours.list-tours-main ul a:hover, .list-tours.list-tours-main ul a.active {
  color: #D3A863;
}
.list-tours.list-tours-main ul a:hover .tour-logo, .list-tours.list-tours-main ul a.active .tour-logo {
  background: var(--main-color);
}
.list-tours.list-tours-main ul a:hover .tour-logo::before, .list-tours.list-tours-main ul a.active .tour-logo::before {
  border-color: #D3A863;
}
.list-tours.list-tours-main ul .tour-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.list-tours.list-tours-main ul .tour-logo::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  left: -4px;
  bottom: -4px;
  top: -4px;
  right: -4px;
  border: 2px solid transparent;
  transition: 0.2s;
}
.list-tours .tour-logo + span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-tours.other {
  border: 0;
}
.list-tours.other ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-height: 340px;
  overflow-y: scroll;
}
.list-tours.other ul::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border-width: 2px;
  background-clip: content-box;
}
.list-tours.other ul::-webkit-scrollbar {
  width: 2px;
}
.list-tours.other ul a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}
.list-tours.other ul .tour-logo {
  padding: 2px;
  border-radius: 50%;
  background: #fff;
  min-width: 28px;
}
.list-tours.other ul .tour-logo svg,
.list-tours.other ul .tour-logo img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.moreTours {
  display: none;
}

.viewmore {
  color: var(--main-color) !important;
  font-weight: 700;
  display: flex;
  align-items: center;
}

/* Body */
.main-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sidebar {
  background: #131318;
  position: sticky;
  width: 270px;
  top: 0;
  height: 100vh;
  padding: 20px 15px;
  overflow-y: scroll;
  flex: 1;
}
.sidebar::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border-width: 2px;
  background-clip: content-box;
}
.sidebar::-webkit-scrollbar {
  width: 2px;
}

.rennab-2-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  margin: 0;
  position: relative;
}

.mmo-inner {
  background-color: rgba(44, 44, 44, 0.5);
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.mmo-inner a {
  display: block;
}
.mmo-inner img {
  width: 100%;
  height: 100%;
}
.mmo-inner.size-728x90 {
  width: 100%;
  height: 0;
  padding-bottom: 12.362%;
}
.mmo-inner.size-728x90 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.mmo-inner.size-1330x90 {
  width: 100%;
  max-width: 1330px;
  height: auto;
  max-height: 90px;
  display: block;
}

.sda-rennab {
  margin-bottom: 3px;
}

.top-left {
  background: url(../images/rennab-top.png) no-repeat;
  background-size: cover;
  min-height: 237px;
  height: 100%;
  padding: 38px 24px;
  color: #35353d;
  border-radius: 16px;
  overflow: hidden;
}
.top-left h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -1px;
}
.top-left p {
  max-width: 470px;
  margin-top: 6px;
}

.top-right {
  display: grid;
  gap: 6px;
}
.top-right img {
  width: 100%;
}

.title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}
.title::before {
  content: "";
  background: linear-gradient(135deg, #E2C081 0%, #D3A863 100%);
  height: 18px;
  width: 3px;
  border-radius: 2px;
}

.grid-matches__item {
  border-radius: 16px;
  background: #1B1D23;
  padding: 10px 12px 20px;
  margin-bottom: 20px;
}
.grid-matches__item .grid-match__top {
  position: relative;
  padding: 8px;
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 16px;
}
.grid-matches__item .grid-match__top .bg-top-gm {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.grid-matches__item .grid-match__top .group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}
.grid-matches__item .t_vs {
  font-size: 16px;
}
.grid-matches__item .grid-match__team-logo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-matches__item .grid-match__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  color: #7B7B8D;
  min-height: 26px;
}
.grid-matches__item .grid-match__date {
  color: #fff;
}
.grid-matches__item .grid-match__league {
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  font-size: 12px;
  flex: 1;
}
.grid-matches__item .grid-match__main {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 500;
  position: relative;
}
.grid-matches__item .grid-match__main .xspace2 {
  font-weight: 500;
  position: absolute;
  margin: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-transform: capitalize;
}
.grid-matches__item .grid-match__team {
  display: flex;
  gap: 14px;
  justify-content: space-between;
}
.grid-matches__item .grid-match__team .grid-match__team--name {
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.grid-matches__item .grid-match__footer {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #383B42;
  display: flex;
  justify-content: space-between;
}
.grid-matches__item .grid-match__commentator {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7B7B8D;
  text-transform: capitalize;
  min-height: 26px;
}
.grid-matches__item .grid-match__commentator > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.grid-matches__item .grid-match__commentator.empty {
  justify-content: flex-end;
}

.time-loaded {
  color: #43CD40;
}
.time-loaded.end {
  color: #DE3434;
}

.grid-match__rate {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.grid-match__rate span {
  flex: 1;
  padding: 8px 22px;
  border-radius: 8px;
  border: 1px solid #3F4246;
  text-align: center;
}

section {
  padding-bottom: 2rem;
}

.filter-match {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.filter-match .form-search {
  margin: 0;
}
.filter-match #select-box #select-button {
  padding: 0 30px;
}
.filter-match #select-box .option {
  text-align: center;
}

.filter-tags__day {
  display: flex;
  align-items: center;
  gap: 16px;
}
.filter-tags__day a {
  border-radius: 12px;
  border: 1px solid #3F4246;
  padding: 5px 4px;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  width: 52px;
  font-weight: 500;
}
.filter-tags__day a:hover {
  color: #D3A863;
  border-color: #D3A863;
}
.filter-tags__day a:hover .weekday {
  color: inherit;
}
.filter-tags__day a.active {
  color: #201D1C !important;
  background: var(--main-color);
  border-color: #D3A863;
}
.filter-tags__day a.active .weekday {
  color: inherit;
}
.filter-tags__day a.today {
  padding: 8px 12px;
}
.filter-tags__day .weekday {
  transition: 0.2s;
  color: #61686E;
}

.tourz {
  background-color: #14151A;
  margin-bottom: 20px;
}
.tourz li {
  padding: 16px 20px;
  list-style: none;
}
.tourz li.league_title {
  padding: 12px 24px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.tourz li:nth-child(odd) {
  background-color: #191A20;
}
.tourz .match--odd {
  display: flex;
  align-items: center;
}
.tourz .match__time {
  font-size: 14px;
  width: 50px;
  text-align: center;
}
.tourz .match__time .badge-live {
  margin: 0;
}
.tourz .time-loaded {
  font-size: inherit;
}
.tourz .grid-match__rate {
  gap: 16px;
  justify-content: unset;
  margin: 0;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #282833;
}
.tourz .match__commentator {
  text-transform: capitalize;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  color: #7B7B8D;
}
.tourz .match__commentator:not(.empty) {
  min-width: 210px;
}
.tourz .team__logo {
  width: 32px;
  height: 32px;
}
.tourz .match__teams {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex: 1;
}
.tourz .match__teams .match__team--name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tourz .match__ts {
  font-weight: 700;
  min-width: 60px;
  display: flex;
  gap: 6px;
  justify-content: center;
}
.tourz .match__team {
  display: flex;
  gap: 12px;
  align-items: center;
  flex: 1;
  min-width: 100px;
}
.tourz .match__team.team--home {
  flex-direction: row-reverse;
}
.tourz .grid-match__date {
  font-weight: 500;
}

.empty-list {
  text-align: center;
  height: 80px;
  line-height: 80px;
  background: #3a3a3a;
  border-radius: 8px;
}

.is_live {
  display: flex;
  align-items: center;
  gap: 8px;
}
.is_live .badge-live {
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  width: 50px;
  font-weight: 700;
  background: #DF2C2C;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.is_live .badge-live::before {
  content: "";
  background: #fff;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  animation: blinker 1s linear infinite;
}

.ava-cast {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.ava-cast + .ava-cast {
  margin-left: -24px;
}

.viewall {
  color: #D3A863;
  text-transform: capitalize;
  font-size: 16px;
}

#modalMatch .grid-matches__item {
  padding: 16px 20px 24px;
}
#modalMatch h4 {
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
#modalMatch .list-ops {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#modalMatch .in-opts {
  display: flex;
  align-items: center;
  gap: 12px;
}
#modalMatch .in-opts::before {
  content: "";
  background: linear-gradient(135deg, #E2C081 0%, #D3A863 100%);
  height: 24px;
  width: 3px;
  border-radius: 2px;
}
#modalMatch .ava-cast {
  width: 36px;
  height: 36px;
}
#modalMatch .in-opt {
  font-weight: 600;
}
#modalMatch .in-opt span {
  display: block;
}
#modalMatch .in-opt .commentator {
  font-size: 12px;
  font-weight: normal;
}

.page-title {
  text-transform: capitalize;
  margin-bottom: 20px;
}
.page-title a {
  color: #61686E;
}
.page-title .dots {
  margin: 0 6px;
}
.page-title .breadcrumb_last {
  color: #D3A863;
  font-weight: 700;
}

.title_head {
  margin-bottom: 20px;
}
.title_head .title {
  text-transform: initial;
  font-size: 20px;
  line-height: 32px;
}
.title_head .title::before {
  display: none;
}
.title_head .commentator {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #9497A4;
  margin-bottom: 20px;
}
.title_head .commentator .ava-cast {
  width: 44px;
  height: 44px;
}
.title_head .commentator strong {
  color: #fff;
  display: block;
  line-height: 24px;
}

#play_main {
  padding-bottom: 40px;
}

.tc_links .tc_dcs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-bottom: 20px;
}
.tc_links span {
  font-size: 12px;
  font-weight: 700;
}
.tc_links .list_links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tc_links .pu-link {
  padding: 8px 10px;
  border: 1px solid #3F4246;
  border-radius: 8px;
  color: #898E95;
  text-transform: capitalize;
  display: flex;
  gap: 8px;
  align-items: center;
}
.tc_links .pu-link:hover, .tc_links .pu-link.playing {
  background: var(--main-color);
  color: #201F25;
}
.tc_links .pu-link.playing {
  font-weight: 700;
}
.tc_links .pu-link .ava-cast {
  width: 24px;
  height: 24px;
}
.tc_links #tv_links .pu-link {
  text-transform: uppercase;
}

.teambox_w {
  background: url(../images/bg_teambox.png) no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding: 16px 12px 26px;
  text-align: center;
  margin-bottom: 20px;
}
.teambox_w .teambox {
  display: flex;
  justify-content: center;
  font-weight: 600;
}
.teambox_w .teambox__team {
  display: flex;
  align-items: center;
  gap: 16px;
}
.teambox_w .teambox__team--name {
  display: block;
  width: 100%;
  max-width: 150px;
}
.teambox_w .team__logo {
  width: 60px;
  height: 60px;
}
.teambox_w .tour {
  font-size: 12px;
  color: #7B7B8D;
  margin-bottom: 18px;
}
.teambox_w .teambox__center {
  min-width: 140px;
  text-align: center;
}
.teambox_w .teambox__ts {
  font-size: 30px;
}
.teambox_w .teambox__ts > span {
  min-width: 20px;
  text-align: center;
}

.vb-player {
  border-radius: 12px;
  overflow: hidden;
  height: 460px;
}
.vb-player img {
  width: 100%;
  height: 460px;
}

.player__right {
  background-color: #1B1D23;
  border-radius: 12px;
  overflow: hidden;
}
.player__right .tab {
  background: #111116;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px;
  border-radius: 12px;
}
.player__right .tab .tablinks {
  background: transparent;
  box-shadow: none;
  border: 0;
  color: #61686E;
  line-height: 24px;
  padding: 0;
  text-transform: capitalize;
}
.player__right .tab .tablinks.active {
  color: #D3A863;
  font-weight: 600;
}
.player__right .tab .tablinks:first-child {
  position: relative;
}
.player__right .tab .tablinks:first-child::after {
  content: "";
  background: var(--main-color);
  width: 2px;
  height: 100%;
  right: -1px;
  top: 0;
  position: absolute;
}
.player__right .tabcontent {
  display: none;
  background: #282828;
  min-height: 460px;
  height: 100%;
}
.player__right .tabcontent.active {
  display: block;
}

.require-login {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 125px;
  z-index: 9;
  background: rgb(58, 61, 68);
  background: linear-gradient(0deg, rgba(58, 61, 68, 0.95) 0%, rgba(58, 61, 68, 0.95) 80%, rgba(58, 61, 68, 0) 100%);
}
.require-login a {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 40%;
  text-align: center;
  transform: translateY(-50%);
  color: #fff !important;
  cursor: pointer;
}

.chatbox_cover {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.chatbox_cover .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  background: var(--main-color);
  color: #000;
  border-radius: 20px;
  font-size: 14px;
}
.chatbox_cover::before {
  content: "";
  background-color: #1d1e22;
  background-image: url(../images/chat-hide.jpg);
  background-size: contain;
  background-position: left center;
  background-repeat: repeat-y;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.chatboxi {
  height: 100%;
}

.swiper-button-next {
  right: 0;
  height: 100%;
  width: 77px;
  background: linear-gradient(270deg, #0E0E12 0%, rgba(14, 14, 18, 0) 100%);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  color: #fff;
  top: 0;
  margin: 0;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.swiper-button-next::after {
  font-size: 20px;
}

.swiper:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}

.offcanvas {
  background-color: #131318;
  max-width: 80%;
}

.offcanvas-body {
  padding-top: 60px;
}

.info-top {
  height: 100%;
  padding: 20px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  background: url(../images/bg-tour.png) no-repeat;
  background-size: cover;
  border-bottom: 2px solid #282833;
}
.info-top .top-tour {
  display: flex;
  align-items: center;
  gap: 14px;
}
.info-top .top-tour img {
  width: 68px;
  height: 68px;
}
.info-top .top-tour .main-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #9BA3AB;
}
.info-top .top-tour .name {
  color: #fff;
  line-height: 24px;
}

.nav-tabs {
  border: 0;
  gap: 20px;
}
.nav-tabs a {
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
  color: #9BA3AB;
  position: relative;
}
.nav-tabs a::after {
  content: "";
  width: 34px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.nav-tabs a:hover, .nav-tabs a.active {
  color: #D3A863;
}
.nav-tabs a:hover::after, .nav-tabs a.active::after {
  background: var(--main-color);
}

.modal-content {
  background: url(../images/bg-modal.png) no-repeat;
  background-size: cover;
  border: 0;
  border-radius: 12px;
  padding: 20px;
  color: #9497A4;
}
.modal-content .modal-header {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  border: 0;
  color: #D3A863;
  padding: 0;
  margin-bottom: 12px;
}
.modal-content .modal-body {
  padding: 0;
}
.modal-content .modal-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}
.modal-content .login-btn {
  text-align: center;
  margin-top: 18px;
}
.modal-content .google-btn {
  padding: 8px 12px;
  border: 1px solid #D3A863;
  border-radius: 12px;
  justify-content: center;
  gap: 12px;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  text-transform: capitalize;
}

.user-wrapper .info-top {
  padding-bottom: 27px;
}

.form-user form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.form-control {
  border-radius: 12px;
  border: 1px solid #3F4246;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 24px;
  color: #61686E;
  background: transparent;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  cursor: not-allowed;
}

.div-formgroup {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #D3A863;
  text-transform: capitalize;
}

#save {
  min-width: 200px;
  margin-top: 30px;
}

#footer {
  color: #7B7B8D;
  line-height: 24px;
  background-color: #14151A;
  padding: 0 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
}
#footer .footer-left {
  max-width: 430px;
}
#footer .logo {
  display: inline-block;
  margin-top: 28px;
  margin-bottom: 12px;
}
#footer .footer-left,
#footer .footer-center {
  position: relative;
  z-index: 1;
}
#footer h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  margin: 24px 0;
}
#footer .social-icon {
  display: flex;
  gap: 24px;
}

.g-imgbot {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
}
.g-imgbot img {
  width: 100%;
  max-height: 67px;
}

.popup-sda .modal-content {
  padding: 0;
}

.rn-close {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.rn-close span {
  width: 44px;
  height: 44px;
  line-height: 24px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(18, 18, 18, 0.3);
  color: #fff;
}

.bg-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bg-overlay.active {
  display: block;
  position: fixed;
}

.offcanvas {
  opacity: 0;
  transition: 0.3s;
}

.offcanvas.show {
  opacity: 1;
}

.odds-table-container {
  width: 100%;
  padding: 20px;
}

.odds-table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
}
.odds-table th,
.odds-table td {
  padding: 10px;
  text-align: center;
  border-right: 1px solid #282833;
}
.odds-table td {
  border-top: 1px solid #282833;
}
.odds-table td span {
  vertical-align: middle;
}
.odds-table .handicap,
.odds-table .goal,
.odds-table .corner {
  color: #DE3434;
}

.odds-table th:last-child,
.odds-table td:last-child {
  border-right: 0;
}

.odds-table th {
  color: #898E95;
  font-weight: normal;
  font-size: 12px;
}

.odds-table .company {
  text-align: left;
}

.odds-table .company-name {
  display: inline-block;
  padding: 5px 10px;
  background-color: #4caf50;
  color: white;
  border-radius: 3px;
}

.odds-table .live-indicator {
  color: red;
  font-weight: bold;
  margin-left: 5px;
}

.option-select {
  position: relative;
}
.option-select #chevrons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 20px;
  transition: 0.2s;
}
.option-select .options-view-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.option-select #select-button {
  position: relative;
  cursor: pointer;
}
.option-select #options {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #131318;
  border-radius: 4px;
}
.option-select .options-view-button:checked ~ #options {
  padding: 5px 0;
}
.option-select .options-view-button:checked ~ #options .option {
  padding: 5px 0;
}
.option-select .options-view-button:checked ~ #options img,
.option-select .options-view-button:checked ~ #options span {
  display: inline-block;
  margin: auto;
}
.option-select .option {
  position: relative;
  line-height: 1;
  transition: 0.3s ease all;
  z-index: 2;
}
.option-select .option input[type=radio] {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.option-select .option img,
.option-select .option span {
  display: none;
  padding: 0;
}
.option-select img {
  width: 100px;
}
.option-select .options-view-button:checked ~ #select-button #chevrons {
  transform: translateY(-50%) rotate(180deg);
}

.oddsBox-tabs {
  white-space: nowrap;
  overflow: auto;
}
.oddsBox-tabs a {
  border-radius: 8px;
  border: 1px solid #3F4246;
  padding: 5px 10px;
  color: #fff;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  margin-right: 3px;
  cursor: pointer;
}
.oddsBox-tabs a.active {
  background-color: #D3A863;
  border-color: #D3A863;
}

.van-checkbox-group {
  display: flex;
  align-items: center;
  gap: 15px;
}
.van-checkbox-group .van-checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
}

.oddsBox .odds-table th:first-child,
.oddsBox .odds-table td:first-child {
  padding: 0;
  max-width: 65px;
}

.tag_content img {
  width: 80px;
  height: 25px;
}
.tag_content .odds-table th {
  text-transform: uppercase;
}

.news-big {
  margin-bottom: 30px;
  overflow: hidden;
  padding-left: 50%;
  position: relative;
}
.news-big .news-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  bottom: 0;
  height: 100%;
  padding-bottom: 0;
}
.news-big .news-detail {
  width: 100%;
  padding: 20px 25px;
  background: #2f3137;
  min-height: 350px;
  border-bottom: 2px solid #D3A863;
}
.news-big .news-detail .news-title {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.news-big .news-detail .news-title a:hover {
  color: #D3A863;
}
.news-big .news-detail .description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-thumb {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  display: inline-block;
}

.news-thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-list-page {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.news-list-page .item.item-highlight .news-title {
  padding: 12px 0 0;
  margin: 0;
  font-size: 1em;
}
.news-list-page .item.item-highlight .news-title a:hover {
  color: #D3A863;
}
.news-list-page .item.item-highlight .news-thumb {
  padding-bottom: 65%;
}

.vb-pagination {
  margin-top: 30px;
}
.vb-pagination .pagination .page-item {
  margin: 5px;
}
.vb-pagination .pagination .page-item .page-link {
  padding: 0 10px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 6px;
  min-width: 40px;
  text-align: center;
  color: #fff;
  background: #2f3137;
  border: 0;
}
.vb-pagination .pagination .page-item .page-link:hover {
  color: #D3A863;
}
.vb-pagination .pagination .page-item.active .page-link {
  background: #D3A863;
  color: #111;
  cursor: default;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

#player_news .res-frame {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#player_news.active {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 100%;
  position: relative;
  padding-bottom: 59.3%;
}
#player_news.active .res-frame {
  display: block;
}

.mmo-fixside {
  position: fixed;
  z-index: 100;
  top: 46%;
  transform: translateY(-50%);
  right: 0;
}
.mmo-fixside.to-left {
  left: 0;
  right: auto;
}

.central-sports .nav-tabs {
  margin-bottom: 30px;
  border-bottom: 2px solid #282833;
}
.central-sports .nav-tabs a:after {
  width: 100%;
}

.smlt-match {
  background: #2f3137;
  width: 100%;
  position: relative;
  min-height: 900px;
}

.sm-map {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-bottom: 5px solid #336650;
  text-align: center;
  background-color: #205239;
  background-image: url("../img/smlt-bg.png");
  background-repeat: repeat;
  z-index: 2;
}
.sm-map.reflect {
  transform: rotate(180deg);
  margin-top: -5px;
  z-index: 1;
}
.sm-map.reflect > div:nth-of-type(4) {
  display: none;
}
.sm-map > div {
  border: 5px solid #336650;
  border-radius: 0 0 15px 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sm-map > div:nth-of-type(1) {
  width: 150px;
  height: 60px;
  border-top: none;
}
.sm-map > div:nth-of-type(2) {
  width: 320px;
  height: 140px;
  border-top: none;
}
.sm-map > div:nth-of-type(3) {
  border: none;
  width: 120px;
  height: 40px;
  top: 140px;
  overflow: hidden;
}
.sm-map > div:nth-of-type(3):before {
  content: "";
  border: 5px solid #336650;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.sm-map > div:nth-of-type(4) {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  bottom: -140px;
}

#lineup .nav-tabs {
  border-top: 1px solid #3F4246;
  border-bottom: 1px solid #3F4246;
  margin-bottom: 20px;
}
#lineup .nav-tabs a {
  padding: 10px 0;
}
#lineup .nav-tabs a::after {
  width: 100%;
}

.lineup-list {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  text-align: center;
}

.lineup-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
}

.lineup-list.away {
  top: 50%;
  transform: rotate(180deg);
}
.lineup-list.away .player-item {
  transform: rotate(180deg);
}

.player-item {
  text-align: center;
  position: absolute;
  width: 130px;
  max-width: 20%;
  font-size: 0.8em;
}

.player-item .player-face {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}

.player-item .player-face img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.player-item .name {
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
}

.player-item .name span {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 6px;
}

.player-item .rate {
  position: absolute;
  left: 50%;
  top: -10px;
  padding: 4px 6px;
  border-radius: 5px;
  background: #b8f28b;
  color: #111;
  font-weight: bold;
  line-height: 1;
}

.sm-m-content {
  position: relative;
  z-index: 3;
}

.sm-team {
  padding: 15px;
  line-height: 20px;
  background: #336650;
  font-weight: bold;
  position: relative;
}

.sm-team .team-logo {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}

#h2h .nav-tabs {
  border-top: 1px solid #3F4246;
  border-bottom: 1px solid #3F4246;
  margin-bottom: 20px;
  align-items: center;
}
#h2h .nav-tabs a {
  padding: 10px 0;
}
#h2h .nav-tabs a::after {
  width: 100%;
}
#h2h .tourz .match--odd {
  flex-direction: column;
  gap: 10px;
}
#h2h .tourz .match__header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #7B7B8D;
}
#h2h .tourz .match__header .match__date {
  color: #fff;
}
#h2h .tourz .match__teams .match__team--name.match__team-home-name {
  text-align: right;
}
#h2h .match-item__footer {
  padding: 10px 0 0;
  display: flex;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #3F4246;
}
#h2h .match-item__footer .flag {
  gap: 10px;
}
#h2h .match-item__footer .flag .d-flex {
  align-items: center;
  gap: 4px;
}
#h2h .match-item__footer .flag__goal-scoring > span:first-child {
  color: #00c44d;
}
#h2h .option-select {
  margin-left: auto;
}
#h2h .option-select #select-button {
  width: 50px;
  border-radius: 4px;
  border: 1px solid #3F4246;
  line-height: 24px;
  padding: 0 10px;
}
#h2h .option-select #options {
  top: 30px;
}
#h2h .option-select .options-view-button:checked ~ #options .option {
  padding: 5px 10px;
}

.as-player-team {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #3F4246;
}
.as-player-team .as-player-team-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.as-player-team .as-player-team-name {
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}

.lineup__Column {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.lineup__Column .player-item {
  position: relative;
  width: auto;
  max-width: initial;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #3F4246;
}
.lineup__Column .player-item .player-face {
  margin: 0;
}
.lineup__Column .player-item .name .as-injured-suspended {
  display: block;
  margin: 5px 0 0;
  color: #DE3434;
}
.lineup__Column .sub__away .player-item {
  justify-content: flex-end;
}

.match_fact .m-match-vs {
  padding: 15px;
  position: relative;
  overflow: hidden;
}
.match_fact .m-match-vs .team {
  text-align: right;
  width: calc(50% - 40px);
  float: left;
}
.match_fact .m-match-vs .team.team-away {
  text-align: left;
  float: right;
}
.match_fact .m-match-vs .team .team-logo {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.match_fact .m-match-vs .item-info {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  transform: translate(-50%, -50%);
  text-align: center;
}
.match_fact .item {
  display: block;
  position: relative;
  clear: both;
  padding: 10px 0;
  overflow: hidden;
}
.match_fact .item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #4b4e56;
}
.match_fact .item .mf-content {
  position: relative;
  width: 50%;
  line-height: 1.3em;
  padding: 15px;
  z-index: 3;
}
.match_fact .item .mf-content .time {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #4b4e56;
  line-height: 48px;
  font-size: 1em;
  background-color: #25272d;
  color: #898f9b;
  z-index: 3;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.match_fact .item .mf-content .mfc-icon {
  width: 30px;
  height: 30px;
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.match_fact .item .mf-content .mfc-icon i {
  position: absolute;
  top: 5px;
  left: 5px;
}
.match_fact .item .mf-content .in i {
  color: #82ce47;
  font-size: 12px;
}
.match_fact .item .mf-content .out i {
  color: #ee4545;
  font-size: 12px;
}
.match_fact .item.team-away .mf-content {
  float: right;
  padding-left: 75px;
  text-align: left;
}
.match_fact .item.team-away .mf-content .time {
  left: -25px;
}
.match_fact .item.team-away .mf-content .mfc-icon {
  left: 35px;
}
.match_fact .item.team-home .mf-content {
  padding-right: 75px;
  text-align: right;
}
.match_fact .item.team-home .mf-content .mfc-icon {
  right: 35px;
}
.match_fact .item.team-home .mf-content .time {
  right: -25px;
}
.match_fact .item.item-goal .mfc-icon i {
  color: #25ff70;
}
.match_fact .item.text-center {
  padding: 10px 0;
}
.match_fact .item .mf-alert {
  display: inline-block;
  position: relative;
  z-index: 3;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 20px;
  background: #4b4e56;
}
.match_fact .item .mf-alert i {
  font-size: inherit;
}
.match_fact .item .mf-player {
  position: absolute;
  left: 10px;
  width: 40px;
  height: 0;
  padding-bottom: 40px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: none;
}
.match_fact .item .mfc-icon .vb-icon {
  transform: scale(1.2);
}

#param .nav-tabs {
  border-top: 1px solid #3F4246;
  border-bottom: 1px solid #3F4246;
  margin-bottom: 20px;
}
#param .nav-tabs a {
  padding: 10px 0;
}
#param .nav-tabs a::after {
  width: 100%;
}
#param .param__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 0;
}
#param .param__content .pr__line {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  justify-content: center;
  margin-bottom: 0.75rem;
  position: relative;
}
#param .param__content .pr__value {
  position: absolute;
  left: 0;
  bottom: 100%;
}
#param .param__content .pr__value.pr__value--away {
  left: auto;
  right: 0;
}
#param .param__content .pr__value.pr__home-win, #param .param__content .pr__value.pr__away-win {
  color: #D3A863;
}
#param .param__content .pr__title {
  position: absolute;
  bottom: 100%;
  text-align: center;
}
#param .param__content .pr__bar-wrapper {
  flex: 1;
  background: #292c30;
  height: 8px;
  margin-top: 8px;
  display: flex;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  overflow: hidden;
}
#param .param__content .pr__bar-wrapper .pr__bar {
  height: 100%;
  display: block;
  background: #5b6068;
}
#param .param__content .pr__bar-wrapper.pr__home-win .pr__bar, #param .param__content .pr__bar-wrapper.pr__away-win .pr__bar {
  background: #D3A863;
}
#param .param__content .pr__bar-wrapper.pr__bar-wrapper--home {
  border-radius: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  justify-content: flex-end;
}

.sprite-icon,
.vb-icon {
  background-image: url(../images/sprite-icon.svg);
  background-size: 400px 400px;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.vb-icon-yellowcard {
  background-position: -60px 0;
}

.vb-icon-redcard {
  background-position: -100px 0;
}

.vb-icon-yellowcarddouble {
  background-position: -80px 0;
}

.vb-icon-var {
  background-position: -120px 0;
}

.vb-icon-goalpenalty {
  background-position: -20px -20px;
}

.vb-icon-misspenalty {
  background-position: -20px 0;
}

.vb-icon-subs {
  background-position: -140px 0;
}

.vb-icon-owngoal {
  background-position: -160px 0;
}

.match-detail .content-wrapper {
  display: block;
}

.custom-table {
  display: grid;
  grid-template-columns: repeat(12, auto);
  /* 3 equal columns */
  gap: 1px;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

.table-row {
  display: contents;
  /* Allow cells to align properly */
}
.table-row:last-child .table-cell {
  border-bottom: 0;
}

.table-cell {
  padding: 8px;
  border-right: 1px solid #282833;
  border-bottom: 1px solid #282833;
  vertical-align: middle;
}
.table-cell:last-child {
  border-right: 0;
}

/* Style for header */
.header .table-cell {
  color: #898E95;
  font-weight: normal;
  font-size: 12px;
}

/* colspan effect: span across 2 columns */
.colspan-2 {
  grid-column: span 2;
  /* Span across 2 columns */
}

/* Optional: Responsive Design */
@media (max-width: 576px) {
  .custom-table {
    grid-template-columns: repeat(4, auto);
    /* Single column layout on mobile */
  }
  .custom-table.col-3 {
    grid-template-columns: repeat(3, auto);
  }
}/*# sourceMappingURL=style.css.map */