span.lazy-load-image-background {
  width: 100%;
}
:focus{
  color: #fff !important;
}
.virtual-slider.streaming-slider span.lazy-load-image-background img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

/* .virtual-slider.streaming-slider .slick-track {
  margin-left: unset;
  margin-right: unset;
  width: 100% !important;
} */

/* Braintree web */
#credit-card-number,
#expiration,
#credit-card-number:focus,
#expiration:focus,
.valid,
.number,
.invalid,
.expirationDate{
  color: #fff !important;
}
.braintree-sheet__header {
  display: none;
}
.braintree-methods.braintree-methods-initial {
  display: none;
}
.braintree-sheet__content.braintree-sheet__content--form {
  border: 0 !important;
}
.braintree-placeholder {
  display: none;
}
.braintree-card.braintree-form.braintree-sheet {
  border: 0;
  background-color: transparent !important;
}
.braintree-upper-container:before {background-color: transparent;}
.braintree-form__label {
  color: #fff !important;
}
.braintree-form__field {
  width: 100%;
  display: block;
}
.braintree-form__field-group label {
  width: 100%;
}
.braintree-form__notice-of-collection {
  display: none;
}
.braintree-large-button {
  background-color: transparent;
  color: #fff;
}
.braintree-large-button:hover {
  background: transparent;
  color: #fff;
}
.braintree-heading {
  color: #fff;
}
.braintree-form__field-group {
  margin-top: 10px;
}
.braintree-heading {
  display: none;
}

/* End Braintree web */
@font-face {
  font-family: "Aventa-Regular";
  src: url(../font/Aventa/Aventa-Regular.ttf);
}

@font-face {
  font-family: "Aventa-SemiBold";
  src: url(../font/Aventa/Aventa-SemiBold.ttf);
}

@font-face {
  font-family: "Aventa-Bold";
  src: url(../font/Aventa/Aventa-Bold.ttf);
}

@font-face {
  font-family: "Aventa-ExtraBold";
  src: url(../font/Aventa/Aventa-ExtraBold.ttf);
}

@font-face {
  font-family: "Aventa-Black";
  src: url(../font/Aventa/Aventa-Black.ttf);
}

@font-face {
  font-family: "SF-UI-Display-Regular";
  src: url(../font/SFUIDisplay/SF-UI-Display-Regular.otf);
}

@font-face {
  font-family: "SF-UI-Display-Light";
  src: url(../font/SFUIDisplay/SF-UI-Display-Light.otf);
}

@font-face {
  font-family: "SF-UI-Display-Semibold";
  src: url(../font/SFUIDisplay/SF-UI-Display-Semibold.otf);
}

@font-face {
  font-family: "SF-UI-Display-Medium";
  src: url(../font/SFUIDisplay/SF-UI-Display-Medium.otf);
}

@font-face {
  font-family: "Aventa-Medium";
  src: url(../font/Aventa/Aventa-Medium.ttf);
}

.rs-picker-menu {
  z-index: 99999;
  color: #696982;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1320px;
  }

}

#overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 9999;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

html {
  font-size: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: #fff;
  font-family: "Aventa-Regular";
}

.homepage {
  background: url('../images/bodybg.png') no-repeat center center;
  background-size: cover;
}

.page {
  background: url('../images/inner-banner.png') no-repeat center center;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Aventa-ExtraBold";

}

/* total width */
::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
  display: none;
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
  background-color: #fff;
  display: none;
}

::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
  display: none;
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
  background-color: #00b619;
  border-radius: 16px;
  border: 5px solid #fff;
  display: none;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 4px solid #f4f4f4;
  display: none;
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
  display: none;
}

a {
  transition: all 0.5s ease;
  text-decoration: none;
  color: #fff;
}

a:hover,
a:focus,
a:active {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.mobile-menu-btn .line {
  width: 20px;
  height: 1px;
  background-color: #fff;
}

.mobile-menu-btn .line1,
.mobile-menu-btn .line2 {
  margin-bottom: 5px;
}

a:hover {
  color: #fff;
}

p {
  line-height: 1.79;
}

.font-80 {
  font-size: 5rem;
}

.primary-bg {
  background-color: #00b619 !important;

}

.btn-theme {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
}

/* .btn-theme::before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #272b4a;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.4s ease;
  z-index: -1;
} */

.btn-theme:hover::before {
  transform: translateX(0);
}

.text-grey {
  color: #696982;
}

.font-medium {
  font-family: "Aventa-Medium";
}

.border-radius-10 {
  border-radius: 10px;
}

.font-48 {
  font-size: 3rem;
}

.font-28 {
  font-size: 1.75rem;
}

.font-20 {
  font-size: 1.25rem;
}

.aventa-bold {
  font-family: "Aventa-Bold";
}

.font-34 {
  font-size: 2.125rem;
}

.text-green {
  color: #00b619;
}

.font-aventa-black {
  font-family: "Aventa-Black";
}

.fontsemi-bold {
  font-family: "Aventa-SemiBold";
}

.form-control::placeholder,
.swal2-input::placeholder {
  font-size: 1.25rem;
  font-family: "Aventa-Medium";
  color: #fff;
  opacity: 0.6;
}

.react-datepicker__input-container input::placeholder {
  color: #696982;
  font-size: 1.25rem;
  font-family: "Aventa-Bold";
}

.react-datepicker__input-container input:-ms-input-placeholder {
  color: #696982;
  font-size: 1.25rem;
  font-family: "Aventa-Bold";
}

.react-datepicker__input-container input::-ms-input-placeholder {
  color: #696982;
  font-size: 1.25rem;
  font-family: "Aventa-Bold";
}

.form-control:-ms-input-placeholder,
.swal2-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 1.25rem;
  font-family: "Aventa-Medium";
  color: #fff;
  opacity: 0.6;
}

.form-control::-ms-input-placeholder,
.swal2-input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 1.25rem;
  font-family: "Aventa-Medium";
  color: #fff;
  opacity: 0.6;
}


.disbaled-input .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */

  /* Firefox */
  font-size: 1.25rem;
  font-family: "Aventa-Medium";
  color: #fff;
  opacity: 0.2;
}

.disbaled-input .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 1.25rem;
  font-family: "Aventa-Medium";
  color: #fff;
  opacity: 0.2;
}

.disbaled-input .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 1.25rem;
  font-family: "Aventa-Medium";
  color: #fff;
  opacity: 0.2;
}

.font-8 {
  font-size: 0.5rem;
}

.text-blue {
  color: #7ec3fa !important;
}

/* Header */
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #00b619;
}

.user-dropdown .dropdown-toggle::before {
  background: url('../images/arrow.png') no-repeat center center;
  border: 0;
  left: -10px;
  width: 12px;
  height: 7px;
  content: "";
  background-size: contain;
  position: relative;
}

.user-dropdown .dropdown-toggle::after {
  content: none;
}

.navbar .navbar-collapse {
  justify-content: end;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding: 0;
  font-family: "SF-UI-Display-Light";
}

.navbar-nav .nav-link:not(:last-child),
.navbar-nav .dropdown {
  margin-right: 40px;
  position: relative;
}

option {
  background-color: #333;
}

.navbar {
  padding: 21px 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(6, 9, 33, 0.85);
}

/* End Header */
/* Banner */
.search {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0px auto 0px;
  width: 650px;
  transform: translateY(-50%);
}

.home-slider-item .img-box img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.search input {
  height: 60px;
  text-indent: 35px;
  border-radius: 16px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
}

.search .search-icon {
  position: absolute;
  top: 17px;
  left: 25px;
}

.search button {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 100px;
  height: 40px;
  color: #fff;
  box-shadow: 0 3px 8px 0 rgba(5, 9, 28, 0.35);
}

.border-red-hover:hover {
  border-color: #d82828 !important;
}

.form-control:focus,
.swal2-input:focus {
  background-color: transparent;
  border: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.home-bannner {
  padding: 0px 0 70px;
}

.home-slider-item {
  position: relative;
}

.navbar-nav .btn-theme {
  padding: 4px 15px !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #00b619;
}

.navbar-nav .nav-link:not(:last-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 50% 50%;
  background-color: #00b619;
}

.navbar-nav .nav-link:hover:not(:last-child)::before {
  transform: scale3d(1, 1, 1);
}

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

.navbar-nav .btn-theme:hover {
  color: #fff !important;
}

.navbar-nav .nav-link.search-nav::before {
  content: none;
}

.auth-sec .react-datepicker__input-container input {
  border-radius: 10px;
  border: solid 1px #484860;
  background-color: #272b4a;
  opacity: 0.9;
}

.alert-danger {
  font-size: 1em;
  border-radius: 0.25em;
  padding: 1em 1.25em 1.25em;
  color: #ffffff;
  background-color: #b41414;
  border-color: transparent;
}

/* End Banner */
/* Virtual Suites */
.virtual-slider .img-box a {
  height: 440px;
  overflow: hidden;
  position: relative;
}

.virtual-slider .img-box a img,
.game-mode-area .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray;
  /* IE5+ */
  -webkit-filter: grayscale(1);
  /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .8s ease-in-out;
}

.virtual-slider .slider-item:hover .img-box a img,
.slick-slide.slick-active.slick-current .img-box a img,
.game-mode-area:hover .img-box img {
  filter: none;
  -webkit-filter: grayscale(0);

}


.virtual-slider .slider-item {
  padding: 0 15px;
}

.virtual-slider {
  margin: 0 -15px;
  padding-bottom: 50px;
}

.virtual-sec {
  padding-bottom: 0px;
}

.virtual-slider .img-box {
  margin-bottom: 20px;
  height: 100%;
}

.virtual-slider .slick-list {
  padding-left: 0 !important;
}

.virtual-area {
  margin-left: 290px;
}

.slick-dots {
  left: -70px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: #696980;
  border-radius: 50%;
}

.slick-dots li button {
  font-size: 20px;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.slick-dots li.slick-active {
  background-color: #00b619;
}

.streaming-slider.virtual-slider .img-box a {
  height: 370px;
  z-index: 0;
}

.virtual-slider.streaming-slider .slider-item {
  position: relative;
  height: 370px;
}

.streaming-slider .slider-item .text-box {
  position: absolute;
  bottom: 25px;
  left: 40px;
}

/* End Virtual Suites */

/* Live Streaming */
.streaming-slider .slider-item .text-box p {
  line-height: 1.88;
  letter-spacing: 0.32px;
  opacity: 0.6;
}


.livestreamingsec {
  padding-bottom: 150px;
}

.live {
  position: absolute;
  top: 20px;
  left: 40px;
  border-radius: 6px;
  background-color: #d82828;
  width: 70px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  font-family: "Aventa-ExtraBold";
}

/* End Live Streaming */
/* Footer */
.slick-dots li button::before {
  content: none;
}

.footer {
  padding: 70px 0;
}

.copyright {
  background-color: #11163c;
  padding: 25px 0;
}

.footer-logo {
  margin-bottom: 30px;
}

.font-18 {
  font-size: 1.125rem;
}

.footer-nav>li>a {
  line-height: 2.63;
  color: #696982;
  font-family: "SF-UI-Display-Regular";
  position: relative;
  padding-bottom: 5px;
}

.footer-col-4 p {
  color: #696982;
  line-height: 1.56;
}

.copyright p {
  font-family: "SF-UI-Display-Regular";
}

.copyright ul>li:not(:last-child) {
  margin-right: 30px;
}

.copyright ul>li>a {
  color: #696982;
  font-family: "SF-UI-Display-Regular";
  position: relative;
  padding-bottom: 5px;
}

.footer-nav>li>a::before,
.copyright ul>li>a::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 50% 50%;
  background-color: #fff;
}

.footer-nav>li>a:hover::before,
.copyright ul>li>a:hover::before {
  transform: scale3d(1, 1, 1);
}

.footer-nav>li>a:hover {
  color: #fff;
}

.copyright ul>li>a:hover {
  color: #fff;
}

/* End Footer */

/* Auth */
.login-bg .logo {
  margin-bottom: 100px;
}

.auth-sec .form-control {
  border-radius: 10px;
  border: solid 1px #484860;
  background-color: #272b4a;
  opacity: 0.9;
}

.auth-sec {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}

.login-bg {
  background: url('../images/bg.png') no-repeat center center;
  background-size: cover;
}

.auth-sec .logo {
  margin-bottom: 50px;
}

.form-control,
.swal2-input {
  border: solid 1px #484860;
  height: 60px;
  color: #fff;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.15);
}

.form-control-strip {
  border: solid 1px #484860;
  padding: 20px;
}

.font-46 {
  font-size: 2.875rem;
}

.form-control:focus,
.form-control:active,
.swal2-input:focus,
.swal2-input:active {
  border: solid 1px #484860;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
}

.font-20 {
  font-size: 1.25rem;
}

.btn-login {
  border-radius: 10px;
  background-color: #00b619;
  display: flex;
  width: 100%;
  height: 60px;
}

.font-26 {
  font-size: 1.625rem;
}

.forgot-bg {
  background: url('../images/bg.png') no-repeat center center;
  background-size: cover;
}

.auth-sec input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: solid 1px #484860;
  background-color: #272b4a;
  overflow: hidden;
}

.auth-sec .form-check {
  text-align: left;
}

.auth-sec label {
  font-size: 0.875rem;
  margin-left: 10px;
  font-family: "Aventa-Medium";
}

.auth-sec p {
  color: #f5e8ff;
}

.signup-bg {
  background: url('../images/bg.png') no-repeat center center;
  background-size: cover;
}

/* End Auth */

/* About Us */

.banner-page {
  position: relative;
}

.banner-page .img-box {
  height: 347px;
  overflow: hidden;
  position: relative;
}

.home-slider-item .img-box {
  height: 600px;
  overflow: hidden;
}

.banner-page .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 100%;

}

.home-bannner .slick-dots {
  bottom: 40px;
  left: 0;
}

.banner-page .text-box {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}



.font-64 {
  font-size: 4rem;
}

.font-36 {
  font-size: 2.25rem;
}

.font-14 {
  font-size: 0.875rem;
}

.about-sec {
  padding: 100px 0;
}

/* End About Us */

/* My Games */
.games-sec {
  padding: 100px 0;
}

.games-tab>li {
  flex: 0 0 50%;
  max-width: 50%;
}

.games-tab>li>button {
  display: block;
  width: 100%;
  border-radius: 0 !important;
  background-color: rgba(126, 195, 250, 0.2) !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 1.75rem !important;
  font-family: "Aventa-Bold" !important;
  height: 70px;
  transition: all 0.5s ease;
  border: 0 !important;
}

.games-tab.nav-tabs .nav-item.show .nav-link,
.games-tab.nav-tabs .nav-link.active {
  background-image: linear-gradient(to bottom, #7ec3fa, #545ed6);
  color: #fff !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent !important;
}

.games-tab {
  border-bottom: 0;
  margin-bottom: 10px;
}

.games-listing-table thead th {
  border: 0;
  background-image: linear-gradient(to bottom, #7ec3fa, #545ed6);
  color: #fff;
  font-size: 1.125rem;
  font-family: "Aventa-SemiBold";
  padding: .75rem 15px;
  text-align: center;
}

.games-listing-table td {
  border-top: 0;
  vertical-align: middle;
  padding: 5px 15px;
  color: #fff;
  border-bottom: 1px solid #2c3c59;
  font-family: "Aventa-SemiBold";
  text-align: center;
  background-color: rgba(47, 50, 70, 0.4);
}

.games-listing-table tbody {
  background-color: rgba(47, 50, 70, 0.4);
}

.MuiBox-root.css-k008qs .MuiFormGroup-root.css-dmmspl-MuiFormGroup-root {
  margin-right: 20px;
}

.btn-cancel {
  border-radius: 8px;
  background-color: #b60038;
  color: #fff;
  padding: 4px 15px;
}

.btn-cancel::before {
  border-bottom: 80px solid #00b619;
}

.btn-accept {
  background-color: #00b619;
}

.btn-accept::before {
  border-bottom: 80px solid #b60038;
}

/* End My Games */

/* Upcoming Matches */
.matche-card .img-box {
  width: 117.5px;
  height: 102px;
  overflow: hidden;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: #00b619;
}

.matche-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(28% 6%, 72% 6%, 95% 50%, 72% 95%, 28% 95%, 6% 50%);
}

.matche-card {
  background-color: #161930;
  padding: 30px 50px;
}

/* End Upcoming Matches */

/* Single Match */

.single-match-sec {
  padding: 100px 0;
}

.point-box {
  background-image: linear-gradient(to bottom, #292d4b, #1d2145);
  padding: 30px;
}

.font-32 {
  font-size: 2rem;
}

.single-match-sec .matche-card {
  padding: 40px 15px 15px;
}

.font-24 {
  font-size: 1.5rem;
}

.gameurl-box {
  background-color: #161930;
  padding: 15px 15px 25px;
}

.gameurl-box .nav-tabs {
  border-bottom: 0;
}

.gameurl-box .nav-tabs>li>button {
  background-color: #101326;
  color: #fff;
  font-size: 1.125rem;
  border: 0;
  border-radius: 0;
  padding: 10px 20px;
  font-family: "Aventa-SemiBold";
}

.gameurl-box .nav-tabs .nav-item.show .nav-link,
.gameurl-box .nav-tabs .nav-link.active {
  background-image: linear-gradient(to bottom, #292d4b, #1d2145);
  color: #fff;
}

/* .gameurl-box .tab-content {
  border: solid 2px #1f2346;
  padding: 10px;
  height: 400px;
  overflow-y: auto;
} */
.cg-tab-1,
.cg-tab-2,
.cg-tab-3 {
  border: solid 2px #1f2346;
  padding: 10px;
  height: 200px;
}

.cg-tab-3 {
  height: 400px;
  overflow-y: scroll;
}

.gameurl-box .form-control {
  border-radius: 0;
}

.gameurl-box textarea.form-control {
  height: 198px;
  width: 100%;
  resize: none;
  background-color: transparent;
  border: 0;
}

.gameurl-box .btn-theme {
  border-radius: 12px;
  width: 255px;
  height: 72px;
  margin-top: 30px;
}

.live-streaming-sec {
  padding: 100px 0;
}

/* End Single Match */


/* Live Streaming Page */
.live-streaming-slider .slider-item {
  position: relative;
  height: 160px;
  overflow: hidden;
}

.live-streaming-slider .slider-item .text-box {
  position: absolute;
  bottom: 10px;
  left: 30px;
}

.live-streaming-slider .slider-item .img-box {
  margin-bottom: 0;
  height: 100%;
}

.live-streaming-slider .slider-item .img-box a {
  height: 100%;
  display: block;
  border-radius: 10px;
}

.live-streaming-slider .slider-item .img-box a::before {
  content: none;
}

.live-area {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 32px;
  height: 16px;
  border-radius: 4px;
  background-color: #d82828;
  font-size: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Aventa-Bold";
}

/* End Live Streaming Page */

/* Create Game Account */
.create-game-account-sec {
  padding: 100px 0;
}

.create-account {
  background-color: #161930;
  padding: 30px;
}

.create-account .form-control {
  border-radius: 0;
}

.create-account textarea.form-control {
  height: 199px;
  resize: none;
}

.create-account label {
  font-size: 1.125rem;
}

.create-account .form-check {
  margin-right: 40px;
}

.create-account button.btn-theme {
  font-size: 1.75rem;
  display: inherit;
  width: auto;
  margin: 0 auto;
  justify-content: center;
  padding: 0 20px;
  margin-top: 40px;
}
.upload-image {
    width: 150px;
    height: 150px;
    border: 2px dashed #484860;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    margin: 0 auto;
}

.upload-image:hover {
    border-color: #00b619;
    background-color: rgba(0, 182, 25, 0.1);
}

.upload-text {
    color: #484860;
    font-size: 14px;
    font-family: "Aventa-SemiBold";
    transition: all 0.3s ease;
}

.upload-image:hover .upload-text {
    color: #00b619;
}

.createGameImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.caret-off::before {
  display: none;
}

.caret-off::after {
  display: none;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.select-input {
  position: relative;
}

.arrow-down {
  background-color: #101223;
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  position: absolute;
  border: solid 1px #484860;
}

.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
  color: #484860;
}

.css-i4bv87-MuiSvgIcon-root {
  width: 30px;
  height: 30px;
}

.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.Mui-checked,
.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox-indeterminate {
  color: #00b619;
}

/* End Create Game Account */

/* Contact Us */
.contact-us-sec {
  padding: 100px 0;
}

.contact-us-sec textarea.form-control {
  height: 155px;
  resize: none;
}

.contact-us-sec button.btn-theme {
  width: auto;
  height: 52px;
  padding: 25px;
}

.contact-us-sec .icon-box {
  min-width: 60px;
  height: 60px;
  background-color: #00b619;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-us-sec .text-box {
  height: 60px;
  background-color: #161930;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
}

/* End Contact Us */

/* Game Mode */
.game-mode-area {
  height: 540px;
  overflow: hidden;
  position: relative;
}

.game-mode-area .img-box {
  width: 100%;
  height: 100%;
}

.game-mode-area .text-box {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  text-align: center;
}

.game-mode-area .text-box button {
  height: 70px;
  border-radius: 17px;
  color: #fff;
  width: 350px;
}

.btn-theme3 {
  background-image: linear-gradient(to bottom, #7ec3fa, #2373b4);
}

.game-mode-sec {
  padding: 100px 0;
}

.game-mode-page h2.section-title {
  font-size: 2.25rem;
}

.game-mode-page .slick-dots {
  display: none !important;
}

.game-mode-page .livestreamingsec {
  padding-bottom: 0;
}

.game-mode-page .games-listing-table thead th {
  background-color: rgba(126, 195, 250, 0.2);
  background-image: unset;
}

.game-mode-page .virtual-suite-sec h4 {
  background-image: linear-gradient(to bottom, #7ec3fa, #545ed6);
  height: 70px;
  display: flex;
  align-items: center;
  padding: 5px 15px;
}

.game-mode-page main {
  padding-bottom: 100px;
}

/* End Game Mode */

/* Game Type */
.custom-modal .modal-content {
  box-shadow: 0 15px 25px 0 rgba(0, 182, 25, 0.3);
  border: solid 2px #00b619;
  background-color: #000426;
}

.game-type-modal .modal-body {
  padding: 91px 50px;
}

.game-type-modal .modal-body .btn-theme {
  border-radius: 12px;
  padding: 10px 20px;
  width: 200px;
  height: 52px;
  margin: 0 auto;
}

.font-22 {
  font-size: 1.375rem;
}

.swal2-popup {
  box-shadow: 0 15px 25px 0 rgba(0, 182, 25, 0.3);
  border: solid 2px #00b619;
  background-color: #000426;
  color: #fff;
  padding: 50px;
  width: auto;
}

.swal2-popup .swal2-title {
  font-size: 2.25rem;
  margin-bottom: 50px;
}

.swal2-popup .swal2-html-container {
  margin-bottom: 50px;
}

.swal2-confirm.swal2-styled {
  border-radius: 12px;
  background-color: #00b619;
  width: 185px;
  height: 52px;
  font-size: 1.375rem;
  font-family: "Aventa-Bold";
  margin: 0;
  padding: 0;
}

/* End Game Type */
/* Create Game */
.create-game-form button.btn-theme {
  width: 255px;
  height: 72px;
}

/* End Create Game */

/* Invite Player */
.invite-player-sec {
  padding: 100px 0;
}

.search-box {
  background-color: #161930;
  height: 330px;
  padding: 40px;
}

.invite-post .img-box {
  border-radius: 10px;
  box-shadow: 0 3px 11px 0 rgba(0, 182, 25, 0.2);
  border: solid 3px #00b619;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.invite-post .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.invite-list {
  background-color: #161930;
  padding: 20px;
  height: 454px;
  overflow: auto;
}

.invite-post {
  background-image: linear-gradient(to bottom, #292d4b, #1d2145);
  padding: 30px;
  margin-bottom: 15px;
}

.invite-post .btn-theme {
  width: 130px;
  height: 40px;
  border-radius: 8px;
}

.invite-list {
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-y: scroll;
}

.invite-list::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

/* End Invite Player */

/* End Game */
.end-game-box {
  position: relative;
  z-index: 0;
  height: 238px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 20px 0;
}

.end-game-box::before {
  content: "";
  position: absolute;
  opacity: 0.5;
  background-image: linear-gradient(to bottom, #292d4b, #1d2145);
  inset: 0;
  z-index: -1;
}

.end-game-box .btn-theme {
  width: 255px;
  height: 72px;
  border-radius: 12px;
}
.game-type-modal select.form-control {
  opacity: 1;
}
.font-40{
  font-size: 40px !important;
}
/* End Game CSS */

/* Select Winnser */
.winner-box {
  border: solid 1px #272b4a;
  background-color: rgba(0, 0, 0, 0.15);
  height: 60px;
  padding: 20px;
  cursor: pointer;
}

.select-winner-modal .modal-content {
  padding: 40px 50px;
}

.select-winner-modal .btn-theme {
  border-radius: 12px;
  height: 52px;
  width: 185px;
}

.winner-box img {
  opacity: 0;
}

.active.winner-box {
  border-color: transparent;
  background-color: #00b619;
}

.active.winner-box p {
  color: #fff !important;
}

.active.winner-box img {
  opacity: 1;
}

/* End Select Winner */

/* Match Result */
.text-red {
  color: #b60938;
}

.winner-title,
.loser-title {
  letter-spacing: 0.52px;
}

.match-result-sec .btn-theme {
  border-radius: 12px;
  width: 255px;
  height: 72px;
}

.btn-theme4 {
  background-color: #b60038;
}

.match-result-sec .matche-card {
  padding-bottom: 70px;
}

.dispute-info {
  border-top: 1px solid #343965;
  margin-top: 20px;
  padding: 20px 0;
}

.dispute-header {
  background-color: #060921;
  height: 70px;
  display: flex;
  align-items: center;
  border: solid 1px #272b4a;
  padding: 10px 20px;
}

.dispute-body textarea.form-control {
  border: solid 1px #272b4a;
  resize: none;
  height: 200px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}

.dispute-area {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

.active.dispute-area {
  height: 430px;
}

/* End Match Result */

/* Cirkle Modal */
.cirkle-points {
  border-radius: 6px;
  height: 89.2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 120px;
  opacity: 0.6;
  cursor: pointer;
}

.cirkle-points:not(:last-child) {
  margin-right: 10px;
}

.bg1 {
  background-image: linear-gradient(to bottom, #7ec3fa, #545ed6);
}

.bg2 {
  background-image: linear-gradient(to bottom, #f5d002, #f59402);
}

.bg3 {
  background-image: linear-gradient(to bottom, #65ef78, #00b619);
}

.bg4 {
  background-image: linear-gradient(to bottom, #c167f0, #6d00db);
}

.bg5 {
  background-image: linear-gradient(to bottom, #f0679c, #db0065);
}

.cirkle-point-modal .btn-theme.btn-theme3 {
  background-color: #696982;
  opacity: 0.3;
  background-image: unset;
}

.cirkle-point-modal .active.btn-theme.btn-theme3 {
  opacity: 1;
}

.active.cirkle-points {
  opacity: 1;
}

/* End Cirkle Modal */

/* My Account */
.notification-dropdown .dropdown-menu {
  width: 332px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-top: 20px;
  left: -50px;
}

.notification-dropdown .dropdown-menu .dropdown-item {
  padding: 0;
  background-color: #000;
  color: #fff;
  white-space: break-spaces;
  font-size: 0.8125rem;
  padding: 15px;
  border-bottom: 1px solid #272b4a;
}

.notification-dropdown .dropdown-menu .dropdown-item:hover {
  background-image: linear-gradient(to bottom, #7ec3fa, #2373b4);
}

.user-dropdown button,
.notification-dropdown button {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  font-family: "SF-UI-Display-Light";
}

.user-dropdown .img-box {
  border-radius: 10px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border: 3px solid #00b619;
  margin: 0 10px;
}

.user-dropdown .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-dropdown button:not(:disabled):not(.disabled).active,
.user-dropdown button:not(:disabled):not(.disabled):active {
  box-shadow: none !important;
  background-color: transparent !important;
  border-color: 0;
}

.btn-primary:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
}

.navbar-nav .btn-primary.focus,
.navbar-nav .btn-primary:focus {
  box-shadow: none;
}

.user-dropdown .dropdown-menu {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.8);
  border: solid 1px #272b4a;
  margin: 0;
  min-width: 270px;
  margin-top: 20px;
}

.user-dropdown .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Aventa-Medium";
  border-bottom: 1px solid #272b4a;
}

.user-dropdown .dropdown-item:focus,
.user-dropdown .dropdown-item:hover {
  background-color: #00b619;
}

.user-sec {
  padding: 100px 0;
}

.user-info {
  background-color: #161930;
  padding: 35px 50px;
  position: relative;
}

.user-info p.text-grey {
  width: 25%;
}

.user-game-info .col2 {
  width: 50%;
}

.user-game-info {
  position: relative;
}

.gamer-profile-picture {
  position: absolute;
  top: 35px;
  right: 50px;
}

.gamer-profile-picture .img-box {
  width: 182px;
  height: 185px;
  overflow: hidden;
}

.gamer-profile-picture .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gamer-icon {
  width: 58px;
  height: 58px;
  border: solid 2px #161930;
  background-image: linear-gradient(to bottom, #292d4b, #1d2145);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -15px;
  left: -25px;
}

/* End My Account */

/* Edit Profile */
.react-datepicker__input-container input {
  border: solid 1px #484860;
  height: 60px;
  color: #fff;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  font-size: 1.25rem;
  font-family: "Aventa-Bold";
  color: #696982;
  border-radius: 0.25rem;

}

/* End Edit Profile */
/* Gamer Profile */
.mylive-virtual-sec {
  padding-top: 100px;
}

.mylive-virtual-sec.virtual-sec {
  padding-bottom: 0;
}

.mylive-virtual-sec .virtual-slider {
  padding-bottom: 0;
  /* background-color: #161930; */
  padding: 30px 0px 50px 0px;
  margin: 0;
}

.mylive-virtual-sec .virtual-slider .img-box a {
  /* height: 180px; */
  display: block;
  border-radius: 10px;
}

.mylive-virtual-sec .virtual-slider .img-box a img {
  object-position: top;
}

.buy-points {
  background-color: rgba(47, 50, 70, 0.4);
  height: 99px;
  padding: 30px 50px;
}

.buy-points .btn-theme {
  border-radius: 6px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.16);

  width: 180px;
  height: 50px;
  font-family: "Aventa-ExtraBold";
}

/* End Gamer Profile */

/* Digital Wallet */
.cashout-modal textarea.form-control {
  height: 130px;
  resize: none;
}

.swal2-input {
  margin: 0;
  width: 545px;
  margin-bottom: 50px;
}

.font-60 {
  font-size: 3.75rem;
}

.digital-wallet-sec .point-box {
  padding: 20px 30px;
}

.digital-wallet-sec .bg1 {
  padding: 13px 20px;
}

.digital-wallet-sec .games-listing-table td {
  padding: 13px 15px;
}

.digital-wallet-sec .games-listing-table thead th {
  background-color: rgba(126, 195, 250, 0.24);
  background-image: unset;
}

.digital-wallet-sec button {
  height: 50px;
  font-family: "Aventa-ExtraBold";
  border-radius: 6px;
}

.digital-wallet-sec .filter-btn {
  background-color: transparent;
  width: 120px;
  border: solid 2px #222647;
  color: #222647;
}

.digital-wallet-sec .filter-btn img {
  margin-right: 10px;
}

.digital-wallet-sec .bg1 button.btn-theme {
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to bottom, #292d4b, #1d2145);
  color: #fff;
  width: 180px;
}

.text-blue.text-decoration-underline {
  text-decoration: underline;
}

/* End Digital Wallet */

/* Payment Info */
.personal-info-modal.game-type-modal .modal-body .btn-theme {
  width: 255px;
  height: 72px;
  margin: 30px auto 0;
  display: block;
}

.payment-btn {
  background-image: linear-gradient(to bottom, #292d4b, #1d2145);
  border: 0;
  height: 200px;
  width: 100%;
}

.payment-method-listing {
  border: solid 1px #272b4a;
  background-image: linear-gradient(to bottom, #292d4b, #1d2145);
  height: 70px;
  padding: 20px 30px;
}

/* End Payment Info */

/* Dispute */

.btn-dispute {
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
  width: 225px;
  height: 50px;
  background-image: linear-gradient(to bottom, #292d4b, #1d2145);
}

.btn-dispute .icon-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b60038;
}

.btn-text {
  width: 176px;
}

.icon-btn p {
  width: 28px;
  height: 28px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b60038;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.dispute-listing {
  background-color: #161930;
  padding: 30px;
}

.dispute-listing .bg1 {
  padding: 20px;
}

.dispute-post .text-box {
  border: solid 1px #272b4a;
  background-image: linear-gradient(to bottom, #292d4b, #1d2145);
  padding: 20px 40px;
}

/* End Dispute */
/* Setting  */
.setting-item {
  background-image: linear-gradient(to bottom, #292d4b, #1d2145);
  padding: 29px 40px;
}

.css-j204z7-MuiFormControlLabel-root {
  margin-bottom: 0;
  margin-right: 0;
}

.change-password-area button.accordion-button {
  background-image: linear-gradient(to bottom, #292d4b, #1d2145);
  padding: 29px 40px;
  border: 0;
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
  font-family: "Aventa-Bold";
  color: #fff;
  height: 100px;
}

.change-password-area .accordion-body {
  background-color: #161930;
  padding: 30px 15px;
}

.change-password-area .accordion-body .btn-login {
  margin: 0 auto;
  width: 255px;
  height: 72px;
}

.add-dispute-modal textarea.form-control {
  height: 164px;
}

.add-dispute-modal.game-type-modal .modal-body .btn-theme {
  margin-top: 50px;
}

/* End Setting */

/* Responsive Menu Bar */
.menu-bar {
  background-color: #11163c;
}

.menu-bar .navbar-nav {
  align-items: unset;
}

.menu-bar .offcanvas-body {
  padding: 20px 0;
}

.menu-bar .offcanvas-body .nav-link {
  padding: 15px 20px;
  color: #fff;
}

.menu-bar .offcanvas-body .nav-link::before {
  content: none;
}

.menu-bar .offcanvas-body .nav-link:not(:last-child) {
  border-bottom: 1px solid #fff;
  margin-right: 0;
}

.menu-bar .btn-close {
  background-color: #fff;
  opacity: 1;
}

.top-bar {
  padding-top: 20px;
}


#notification-dropdown::after {
  content: none;
}

.top-bar a.btn-theme.primary-bg {
  padding: 10px 30px;
}

.mobile-menu-btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 40px;
  height: 35px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.react-datepicker-popper {
  z-index: 99999;
}

.mobile-menu-btn svg {
  fill: #fff;
}

select.form-control {
  font-size: 1.25rem;
  font-family: "Aventa-Medium";
  color: #fff;
  opacity: 0.6;
  position: relative;
  z-index: 1;

}

.form-control.form-select {
  background-image: none;
}

.tawkto-chat {
  position: fixed;
  right: 50px;
  bottom: 100px;
  z-index: 1;
}

.tawkto-chat button {
  background-color: transparent;
  border: 0;
}

.tawkto-chat-box {
  width: 328px;
  box-shadow: 0 15px 25px 0 rgba(0, 182, 25, 0.2);
  border: solid 1px #00b619;
  position: fixed;
  right: 50px;
  bottom: 175px;
  z-index: 1;
}

.box-header {
  background-color: #00b619;
  height: 58px;
  padding: 10px;
}

.box-body {
  min-height: 280px;
  background-color: #161930;
}

.box-footer {
  height: 55px;
  background-color: #0d0f21;
  padding: 10px;
}

.chat-input input {
  height: 100%;
  width: 230px;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 0.875rem;
}

.chat-input input:active,
.chat-input input:focus {
  outline: none;
}

.chat-btn-area button {
  background-color: transparent;
  border: 0;
}

.change-password-area .accordion-item {
  border: 0;
}

.accordion-button:focus {
  box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
  border: solid 1px #484860;
  height: 60px;
  color: #fff;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.15);
}

.createGameImg {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

/* checkbox custom */
/* The container */
.GA-checkbox>.container {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.GA-checkbox>.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.GA-checkbox>.container>.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #131529;
  border: solid 1px #484860;
}

/* On mouse-over, add a grey background color */
.GA-checkbox>.container:hover input~.checkmark {
  background-color: #41424d3d;
}

/* When the checkbox is checked, add a blue background */
.GA-checkbox>.container input:checked~.checkmark {

  /* background-color: #00b619; */
  background-color: #131529;
}

/* Create the checkmark/indicator (hidden when not checked) */
.GA-checkbox>.container>.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.GA-checkbox>.container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.GA-checkbox>.container .checkmark:after {
  left: 7px;
  top: 0px;
  width: 10px;
  height: 18px;
  border: solid #00b619;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Hide the arrow in type number input*/
/* Chrome, Safari, Edge, Opera */
.circle-amount input::-webkit-outer-spin-button,
.circle-amount input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.circle-amount input[type=number] {
  -moz-appearance: textfield;
}

/* End Responsive Menu Bar */

.EA-textarea>textarea::-webkit-resizer {
  display: none;
}

.datepicker-custom {
  opacity: 1 !important;
}

.datepicker-custom>div {
  border: transparent;
}

.datepicker-custom>div>div {
  text-align: left;
}

.datepicker-custom>div>div>input,
.datepicker-custom>div>div>input::placeholder {
  color: #fff;
}

.datepicker-custom>div>button>svg {
  stroke: #fff;
}

.ch-datepicker-con>.datepicker-custom>div {
  align-items: center;
}

.ch-datepicker-con>.datepicker-custom {
  height: 50px;
}

.ch-search-icon {
  color: #222647;
  cursor: pointer;
  font-size: 2.75rem;
}

.margin-r-3 {
  margin-right: 1rem;
}

.pass-con {
  position: relative;
}

.password-icon {
  position: absolute;
  right: 20px;
  top: 8px;
}

.gr-heading {
  font-size: 1rem;
  margin-bottom: 10px;
  margin-top: 20px;
}

.gr-ul {
  font-size: 1rem;
  text-decoration: underline;
  margin-bottom: 10px;
}

/*  Dev Css  */
.faqs-detail .accordion-header .collapsed {
  width: 100%;
  border: solid 1px rgba(0, 182, 25, 0.32);
  color: #fff;
  background-color: #000426 !important;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 35px;
  height: 70px;
}

.faqs-detail .accordion-item {
  background: transparent;
  border: 0;
}

.faqs-detail .accordion-button {
  color: #00b619;
  border: solid 1px #00b619;
  background-color: #000426 !important;
  font-weight: 600;
  font-size: 20px;
  height: 70px;
}

.accordion-button::after {
  content: none;
}

.faqs-detail .accordion-body {
  margin: 20px 0;
  line-height: 1.79;
  color: #fff;
}

/*  Dev End Css  */

/* modal width */
.custom-modal-width-md {
  max-width: 670px;
}

/* hide type number arrows */
/* Chrome, Safari, Edge, Opera */
.hide-arrow>input::-webkit-outer-spin-button,
.hide-arrow>input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.hide-arrow>input[type=number] {
  -moz-appearance: textfield;
}

.text-color-s {
  color: #00b619;
}

.text-color-us {
  color: #b60038;
}

.sp-typo {
  display: inline-block;
  margin-right: 2rem;
  vertical-align: sub;
}

.truncate-td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 1px;
}

/* ANIMATION GAME START*/

.search-players .dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #00b619;
  color: #00b619;
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: .5s;
}

.search-players .dot-flashing::before,
.search-players .dot-flashing::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.search-players .dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #00b619;
  color: #00b619;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}

.search-players .dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #00b619;
  color: #00b619;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}

.notification-badge>span {
  background-color: #00b619;
  color: white;
}

.toggle-btn-noti-check:focus+.toggle-btn-noti,
.toggle-btn-noti:focus {
  box-shadow: none;
}

.admin-chat-icon {
  width: 24px;
  height: 24px;
}

.dropdown-menu-noti {
  height: 400px;
  /* margin-bottom: 0px; */
  scroll-behavior: auto;
  /* padding-bottom: 0px; */
  overflow-y: auto !important;
  background: black;
}

@keyframes dotFlashing {
  0% {
    background-color: #00b619;
  }

  50%,
  100% {
    background-color: #ebe6ff;
  }
}

/* Start Final Feedback Changes */
.table-responsive {
  max-height: 358px !important;
  overflow-y: auto;
}
.leaderboard-sec .table-responsive {
  max-height: 100% !important;
}
.virtual-slider .slider-item .text-box {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 20px;
}

input#credit-card-number,
input#cvv,
input#expiration {
  color: #fff !important;
}

.yellow-box {
  background-image: linear-gradient(to bottom, #f5d002, #f59402);
}

.blue-box {
  background-image: linear-gradient(to bottom, #7ec3fa, #545ed6);
}

.green-box {
  background-image: linear-gradient(to bottom, #65ef78, #00b619);
}

.purple-box {
  background-image: linear-gradient(to bottom, #c167f0, #6d00db);
}

.braintree-accepted-card ul {
  display: flex;
  align-items: center;
}

.braintree-accepted-card ul li img {
  height: 30px;
  object-fit: contain;

}

.white-img {
  filter: brightness(0) invert(1);
}

.braintree-accepted-card ul li:not(:last-child) {
  margin-right: 20px;
}

.cirklepointsnote {
  margin-top: 30px;
  color: red;
  font-family: "Aventa-ExtraBold";
}

.buycirkle-modal .modal-body {
  padding: 91px 40px;
}

.accepted-card>li:not(:last-child) {
  margin-right: 20px;
}

.accepted-card>li>img {
  border-radius: 6px;
}

.cg-tab-1 {
  height: auto !important;
}

.video-thumb {
  width: 400px;
  height: 170px;
}

.video-thumb img.createGameImg {
  object-fit: cover;
}

.match-result-sec .matche-card .video-thumb {
  margin: unset;
}

.live-streaming-slider .slider-item a {
  width: 100%;
  height: 100%;
  display: block;
}

.live-streaming-slider .slider-item a img {
  height: 100%;
 
  width: 100%;
}

.virtual-slider.live-streaming-slider .slick-track {
  margin-left: unset;
  margin-right: unset;
}
.bg-home {
  background: #11163c;
  padding: 15px;
}

.bg-home p {
  font-size: 18px;
}

.bg-home p a {
  color: #fff !important;
  padding: 5px 20px;
  margin-left: 10px;
  font-size: 14px;
}
.package-item {
  padding: 40px;
  margin: 15px 0;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-image: linear-gradient(to bottom, #292d4b, #1d2145);
}

.package-item h2 {
  font-size: 36px;
  margin: 0;
}

.package-item h4 {
  font-size: 20px;
  margin: 10px 0;
}

.package-item h6 {
  font-size: 18px;
}

.package-item:hover {
  transform: translateY(-10px); /* Slight lift effect on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

.package-item:active {
  transform: scale(0.98); /* Slight press down effect on click */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Lighter shadow on click */
}
.digital-wallet-sec button.btn-package {
  height: auto;
  font-size: 16px;
  padding: 7px 40px;
  border-radius: 12px;
  border-color: transparent;
  margin-top: 20px;
}
/* End Final Feedback Changes */

/* New Page Css  */
.circle-card .header{
  width: 100%;
  height: 250px;
}
.circle-card .header img{
  width: 100%;
  height: 100%;
  object-fit: cover;
 
}
.circle-card  .card-body p{
  font-size: 12px;
}
.circle-card  .card-body .font-16{
  font-size: 14px;
}
.card-body {
  background-image: linear-gradient(to bottom, #292d4b, #1d2145);
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding: 10px;
  min-height: 140px;
}
.coins-btn{
  width: fit-content;
  padding: 7px 20px;
  font-size: 12px;
  margin-top: 10px;
}

.circle-card {
  border-radius: 11px !important;
  box-shadow: 0 15px 25px 0 rgba(0, 182, 25, 0.3);
  border: solid 2px #00b619;
  overflow: hidden;
}

/* Styling the slider arrows */
.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    background-color: #0fbf27;
    color: white;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transition: all 0.3s ease;
    top: 50%;
    transform: translateY(-40px);
}

.slick-prev:hover,
.slick-next:hover {
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 1;
}

/* Positioning the arrows */
.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.react-datepicker-wrapper{
  display: block;
}
.text-left {
  text-align: left;
}
.virtual-slider.streaming-slider .slider-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.virtual-slider.streaming-slider .slider-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.circle-card .form-select {
  border: solid 1px #484860;
  color: #fff;
  padding: 5px 20px;
  background-color: rgba(0, 0, 0, 0.15);
}
/* Ensure arrows are visible on small screens */
@media (max-width: 767px) {
    .slick-prev {
        left: -30px;
    }
    .slick-next {
        right: -30px;
    }
}
/* Responsive CSS */


/* Resposive Screen 1399  */
@media (max-width: 1399px) {
  .slick-dots{
    left: 0;
  }
  .point-box {
    padding: 20px;
  }

  .single-match-sec {
    padding: 60px 0 0;
  }

  .invite-player-sec {
    padding: 70px 0 0;
  }

  .search-box {
    padding: 20px;
  }

  .invite-post {
    padding: 20px;
    justify-content: space-between;
  }

  .invite-post .img-box {
    margin-right: 30px !important;
  }

  .invite-post .text-box {
    margin-right: 30px !important;
  }

  .invite-post .text-box h2 {
    font-size: 1.125rem;
  }

  .game-mode-page .virtual-area {
    margin-left: 30px;
  }

  .game-mode-page main {
    padding-bottom: 0;
  }

  .font-48 {
    font-size: 2.5rem;
  }

  .font-64 {
    font-size: 3.375rem;
  }

  .mylive-virtual-sec .virtual-area {
    margin-left: 30px;
  }

  .virtual-sec.mylive-virtual-sec {
    padding-bottom: 0;
    padding-top: 70px;
  }

  .user-sec {
    padding: 70px 0 0;
  }

  .navbar-nav .user-dropdown .dropdown-menu {
    left: -75px;
  }

  .font-46 {
    font-size: 2.625rem;
  }

  .navbar-nav .nav-link:not(:last-child),
  .navbar-nav .dropdown {
    margin-right: 25px;
  }

  .virtual-area {
    margin-left: 200px;
  }

  .home-bannner {
    padding: 0px 0 50px;
  }

  .virtual-sec {
    padding-bottom: 100px;
  }

  .livestreamingsec {
    padding-bottom: 30px;
  }

  .font-80 {
    font-size: 4.0625rem;
  }

  .search {
    margin: 30px auto;
  }

  .virtual-slider.streaming-slider {
    padding-bottom: 30px;
  }

  .live-streaming-sec {
    padding: 60px 0 0;
  }

  .live-streaming-sec .virtual-area {
    margin-left: 30px;
  }

  .contact-us-sec {
    padding: 70px 0 0;
  }

  .auth-sec .logo {
    margin-bottom: 20px;
  }

  .homepage .navbar-brand img {
    width: 160px;
  }

  .home-slider-item .img-box img {
    height: 430px;
  }

  .home-slider-item .img-box {
    height: 400px;
  }

  .font-48 {
    font-size: 1.4rem;
  }

  .virtual-slider .slider-item .text-box {
    height: 140px;
  }

  .virtual-slider {
    padding-bottom: 0;
  }

  .virtual-sec {
    padding-bottom: 50px;
  }

  .copyright {
    padding: 15px 0;
  }

  .footer {
    padding: 40px 0;
  }

}

/* End Resposive Screen 1399  */

/* Resposive Screen 1199  */
@media (max-width: 1199px) {
  .virtual-slider.streaming-slider .slider-item{
    height: 270px;
  }
  .point-box {
    padding: 10px 15px;
  }

  .font-32 {
    font-size: 1.225rem;
  }

  .point-box .font-18 {
    font-size: 0.875rem;
  }

  .single-match-sec .matche-card {
    padding: 20px 10px;
  }

  .single-match-sec .matche-card .ps-4.pe-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .invite-post .img-box {
    width: 52px;
    height: 52px;
    margin-right: 20px !important;
  }

  .invite-post {
    padding: 10px;
  }

  .invite-post .text-box {
    margin-right: 20px !important;
  }

  .game-mode-area {
    height: 400px;
  }

  .game-mode-area .text-box button {
    width: 300px;
    height: 60px;
  }

  .game-mode-sec {
    padding: 60px 0;
  }

  .game-mode-page h2.section-title {
    font-size: 1.875rem;
  }

  .create-game-account-sec {
    padding: 60px 0 0;
  }

  .create-game-account-sec .font-48 {
    font-size: 2.25rem;
  }

  .payment-btn {
    height: 150px;
  }

  .payment-method-listing {
    padding: 15px 20px;
  }

  .digital-wallet-sec .point-box {
    padding: 15px;
  }

  .font-60 {
    font-size: 3.125rem;
  }

  .buy-points h2 {
    font-size: 26px;
  }

  .buy-points {
    padding: 20px;
  }

  .game-type-modal .modal-body {
    padding: 60px 30px;
  }

  .font-24 {
    font-size: 1.25rem;
  }

  .my-account-sec .font-18 {
    font-size: 0.875rem;
  }

  .signup-bg .font-20 {
    font-size: 1.125rem;
  }

  .font-46 {
    font-size: 2.375rem;
  }

  .contact-us-sec {
    padding: 60px 0 0;
  }

  .contact-us-sec h2.font-36.mb-5 {
    margin-bottom: 30px !important;
  }

  .live-streaming-sec .virtual-area {
    margin-left: 20px;
  }

  .games-sec {
    padding: 60px 0 0;
  }

  .matche-card {
    padding: 20px 30px;
  }

  .matche-card .player1 .img-box {
    margin-right: 30px !important;
  }

  .matche-card .player2 .img-box {
    margin-left: 30px !important;
  }

  .font-26 {
    font-size: 1.25rem;
  }

  .games-tab>li>button {
    font-size: 1.375rem !important;
  }

  .font-64 {
    font-size: 3.125rem;
  }

  .banner-page .img-box {
    height: 300px;
  }

  .about-sec {
    padding: 60px 0 0;
  }

  .font-36 {
    font-size: 1.875rem;
  }

  .virtual-area .slick-active.slick-current .img-box img {
    filter: none;
    -webkit-filter: grayscale(0);
  }

  .navbar-nav .nav-link:not(:last-child),
  .navbar-nav .dropdown {
    margin-right: 15px;
  }

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

  .virtual-area {
    margin-left: 100px;
  }

  .font-80 {
    font-size: 3.4375rem;
  }

  .font-48 {
    font-size: 1.6rem;
  }

  .font-28 {
    font-size: 1.375rem;
  }

  .dispute-post .font-18 {
    font-size: 1rem;
  }

  .home-slider-item .img-box img {
    height: 340px;
  }

  .home-slider-item .img-box {
    height: 330px;
  }

  .virtual-slider .slider-item .text-box {
    height: 125px;
  }

  .mb-5 {
    margin-bottom: 30px !important;
  }

  .footer-col p {
    font-size: 14px;
  }

  .font-18 {
    font-size: 1rem;
  }

  .footer-nav>li>a {
    font-size: 14px;
    line-height: 2;
  }

  .end-game-box .btn-theme,
  .gameurl-box .btn-theme {
    width: 180px;
    height: 55px;
    font-size: 16px;
  }
}


/* End Resposive Screen 1199  */

/* Resposive Screen 991  */
@media (max-width: 991px) {

  .game-type-modal .modal-body {
    padding: 40px 15px;
  }

  .top-bar {
    padding: 25px 0;
  }

  .digital-wallet-sec button {
    font-size: 15px;
  }

  .user-dropdown .dropdown-menu {
    min-width: auto;
  }

  .notification-dropdown .dropdown-menu {
    width: 250px;
  }

  .notification-dropdown .dropdown-menu .dropdown-item {
    padding: 10px;
  }

  .matche-card .player1 .img-box {
    margin-right: 20px !important;
  }

  .point-box {
    margin-bottom: 10px;
  }

  .invite-post {
    flex-wrap: wrap;
    justify-content: unset;
  }

  .invite-post .text-box {
    margin-right: 0 !important;
  }

  .invite-post .btn-area {
    margin-top: 15px;
  }

  .invite-post .btn-area .btn-theme {
    width: 100px;
    height: 30px;
  }

  .game-mode-area .text-box button {
    width: 250px;
    height: 50px;
  }

  .create-game-account-sec .font-48 {
    font-size: 1.625rem;
  }

  .dispute-post .text-box {
    padding: 15px 20px;
  }

  .dispute-listing {
    padding: 15px;
  }

  .font-28 {
    font-size: 1.125rem;
  }

  .font-64 {
    font-size: 2.5rem;
  }

  .payment-method-listing .font-24 {
    font-size: 1rem;
  }

  .payment-method-listing .img-box {
    margin-right: 20px !important;
  }

  .font-60 {
    font-size: 2.5rem;
  }

  .digital-wallet-sec .point-box .font-18 {
    font-size: 1rem;
  }

  .mylive-virtual-sec .virtual-slider {
    padding: 20px 10px 30px 10px;
  }

  .game-type-modal .modal-body .mb-5 {
    margin-bottom: 25px !important;
  }

  .arrow-down {
    width: 49px;
    height: 49px;
  }

  .user-sec {
    padding: 50px 0 0;
  }

  .user-info {
    padding: 30px;
  }

  .user-info p.text-grey {
    width: 20%;
  }

  .gamer-profile-picture .img-box {
    width: 152px;
    height: 155px;
  }

  .gamer-icon {
    width: 45px;
    height: 45px;
  }

  .gamer-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }

  .form-control::placeholder,
  .swal2-input::placeholder {
    font-size: 1rem;
  }

  .forgot-bg .mb-5 {
    margin-bottom: 30px !important;
  }

  .font-46 {
    font-size: 2rem;
  }

  .form-control,
  .swal2-input {
    height: 50px;
    font-size: 0.875rem;
  }

  .font-20 {
    font-size: 1rem;
  }

  .contact-us-sec .icon-box {
    min-width: 50px;
    height: 50px;
  }

  .contact-us-sec .text-box {
    height: 50px;
  }

  .live-streaming-sec .virtual-area {
    margin-left: auto;
  }

  .matche-card {
    padding: 15px;
  }

  .matche-card .font-26 {
    font-size: 1rem;
  }

  .matche-card .font-18 {
    font-size: 0.875rem;
    line-height: normal;
  }

  .matche-card .font-36 {
    font-size: 1.25rem;
  }

  .matche-card .img-box {
    width: 100.5px;
    height: 85px;
  }

  .table {
    white-space: nowrap;
  }

  .games-listing-table td {
    padding: 3px 10px;
    font-size: 0.875rem;
  }

  .games-listing-table thead th {
    padding: 10px;
    font-size: 0.875rem;
  }

  .font-36 {
    font-size: 1.5rem;
  }

  .virtual-area {
    margin-left: 0px;
    max-width: 720px;
    margin: 0 auto;
  }

  .home-bannner p>br {
    display: none;
  }

  .font-80 {
    font-size: 2.8125rem;
  }

  .font-48 {
    font-size: 2.25rem;
  }

  .virtual-sec {
    padding-bottom: 70px;
  }

  .footer {
    padding: 50px 0;
  }

  .slick-dots {
    left: 0;
  }

  .react-datepicker__input-container input {
    height: 50px;
    font-size: 0.875rem;
  }

  .swal2-popup .swal2-title {
    margin-bottom: 30px;
  }

  .swal2-popup .swal2-html-container {
    margin-bottom: 30px;
  }

  .form-control,
  .swal2-input {
    margin-bottom: 30px;
  }

  .swal2-popup.swal2-modal.swal2-show {
    padding: 30px;
  }

  .change-password-area button.accordion-button {
    padding: 20px;
    font-size: 1.25rem;
  }

  .select-winner-modal .modal-content {
    padding: 20px 30px;
  }

  .game-type-modal .modal-body .btn-theme {
    width: 150px;
    font-size: 18px;
  }

  .cirkle-points {
    margin-bottom: 20px;
    width: 100px;
    height: 80px;
  }

  .password-icon {
    top: 3px !important;
  }

  .faqs-detail .accordion-body {
    font-size: 16px;
    margin: 5px 0;
  }

  .faqs-detail .accordion-header .collapsed {
    height: 54px;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .faqs-detail .accordion-button {
    height: 54px;
    font-size: 18px;
  }

  .virtual-slider .slider-item .text-box .font-48 {
    font-size: 30px;
  }

  .end-game-box .btn-theme,
  .gameurl-box .btn-theme {
    width: 180px;
    height: 55px;
    font-size: 16px;
  }
}

/* End Resposive Screen 991  */

/* Resposive Screen 767  */

@media (max-width: 767px) {
  .live-streaming-slider .slider-item{
    height: 200px;
  }
  .mylive-virtual-sec .virtual-slider {
    margin: 0;
  }

  .tawkto-chat {
    right: 30px;
  }

  .single-match-sec .matche-card .ps-4.pe-4 {
    flex-direction: column;
  }

  .game-mode-area {
    height: auto;
    margin-bottom: 20px;
  }

  .game-mode-sec {
    padding: 40px 0 20px;
  }


  .game-mode-page .virtual-area {
    margin-left: 0;
  }

  .create-account {
    padding: 20px 10px;
  }

  .create-account button.btn-theme {
    font-size: 1rem;
    margin-top: 0;
    width: 100%;
  }

  .change-password-area .accordion-body .btn-login {
    height: 50px;
    width: 100%;
  }

  .setting-item {
    padding: 20px;
    margin-bottom: 20px;
  }

  .btn-dispute {
    height: 40px;
    width: 180px;
  }

  .btn-dispute .icon-btn {
    width: 40px;
    height: 40px;
  }

  .icon-btn p {
    width: 20px;
    height: 20px;
  }

  .btn-text {
    width: 150px;
  }

  .dispute-post .font-18 {
    font-size: 0.875rem;
  }

  .dispute-post .text-box .font-20 {
    font-size: 0.875rem;
  }

  .dispute-post .text-box {
    padding: 15px 10px;
  }

  .payment-btn {
    height: 120px;
    margin-bottom: 20px;
  }

  .swal2-input {
    width: 100%;
  }

  .buy-points h2 {
    font-size: 20px;
  }

  .buy-points .btn-theme {
    width: 150px;
    font-size: 1rem;
  }

  .digital-wallet-sec .point-box {
    margin-bottom: 10px;
  }

  .digital-wallet-sec .filter-btn {
    width: 90px;
    font-size: 1rem;
  }

  .digital-wallet-sec .filter-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .digital-wallet-sec .bg1 button.btn-theme {
    width: 150px;
    font-size: 1rem;
  }

  .mylive-virtual-sec .virtual-area {
    margin-left: 0;
  }

  .virtual-sec.mylive-virtual-sec {
    padding-top: 40px;
  }

  .game-type-modal .modal-body {
    padding: 40px 20px;
  }

  .font-24 {
    font-size: 1rem;
  }

  .user-info p.text-grey {
    width: 40%;
  }

  .user-game-info .col2 {
    width: 60%;
  }

  .gamer-profile-picture {
    position: relative;
    right: 0;
    top: unset;
    bottom: -15px;
  }

  .signup-bg form .mb-4 {
    margin-bottom: 15px !important;
  }

  .matche-card {
    flex-direction: column;
  }

  .player2 {
    justify-content: end;
    margin-top: 20px;
  }

  .vs {
    text-align: center;
  }

  .games-tab>li>button {
    font-size: 1.125rem !important;
  }

  .banner-page .text-box {
    top: 50%;
  }

  .banner-page .img-box {
    height: 250px;
  }

  .font-64 {
    font-size: 2.5rem;
  }

  .font-36 {
    font-size: 1.5rem;
  }

  .search {
    width: 100%;
  }

  .navbar {
    position: relative;
  }

  .home-bannner {
    padding: 0px 0 50px;
  }

  p {
    font-size: 0.875rem;
  }

  .font-80 {
    font-size: 2.25rem;
  }

  .font-48 {
    font-size: 1.875rem;
  }

  .mb-5 {
    margin-bottom: 25px !important;
  }

  .virtual-area {
    max-width: 540px;
  }

  .personal-info-modal.game-type-modal .modal-body .btn-theme {
    width: 100%;
    margin: 20px auto 0;
  }

  .create-game-account-sec .font-48 {
    font-size: 1.25rem;
  }

  .swal2-popup .swal2-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .swal2-popup.swal2-modal.swal2-show {
    padding: 20px;
  }

  .swal2-popup .swal2-html-container {
    margin-bottom: 15px;
  }

  .invite-post .text-box {
    margin-right: 40px !important;
  }

  .end-game-box .btn-theme {
    width: 200px;
    height: 60px;
  }

  .end-game-box {
    height: 200px;
  }

  .match-result-sec .btn-area.mt-5 {
    margin-top: 30px !important;
  }

  .match-result-sec .btn-theme {
    width: 200px;
    height: 60px;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}

/* End Resposive Screen 767  */

/* Resposive Screen 576  */

@media (max-width: 575px) {
  .virtual-slider {
    margin: 0;
  }

  .virtual-slider .slider-item {
    padding: 0 10px;
  }

  .tawkto-chat-box {
    right: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
  }

  .chat-input input {
    width: 100%;
  }

  .chat-input {
    width: 80%;
  }

  .tawkto-chat {
    right: 10px;
  }

  .tawkto-chat button img {
    width: 50px;
  }

  .navbar-brand img {
    width: 150px;
  }

  .user-dropdown.me-4 {
    margin-right: 10px !important;
  }

  .match-result-sec .btn-theme.me-4 {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }

  .match-result-sec .btn-theme {
    width: 100%;
  }

  .select-winner-modal .modal-content {
    padding: 10px;
  }

  .winner-box {
    padding: 10px;
  }

  .winner-box .font-18 {
    font-size: 1rem;
  }

  .select-winner-modal .modal-content .modal-body {
    padding: 0;
  }

  .single-match-sec .matche-card .ps-4.pe-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .game-type-modal .modal-body .btn-theme {
    width: 100%;
  }

  .game-type-modal .modal-body .btn-theme.me-5 {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }

  .game-mode-page h2.section-title {
    font-size: 1.5rem;
  }

  .virtual-slider.streaming-slider .slider-item a {
    height: 100% !important;
  }

  .create-game-account-sec .font-48 {
    font-size: 1rem;
  }

  .dispute-listing .bg1 {
    padding: 10px;
    flex-wrap: wrap;
  }

  .dispute-post .text-box .d-flex.align-items-center.justify-content-between {
    flex-wrap: wrap;
  }

  .dispute-post .text-box .d-flex.align-items-center.justify-content-between>div {
    width: 50%;
    flex: 0 0 50%;
  }

  .buy-points {
    flex-direction: column;
    height: auto;
  }

  .buy-points h2 {
    margin-bottom: 15px;
  }

  .digital-wallet-sec .bg1 {
    flex-wrap: wrap;
  }

  .digital-wallet-sec .bg1 h4 {
    margin-bottom: 15px;
  }

  .digital-wallet-sec .filter-btn {
    width: 100px;
    font-size: 0.875rem;
  }

  .digital-wallet-sec .bg1 button.btn-theme {
    font-size: 0.875rem;
  }

  .mylive-virtual-sec .virtual-slider .slider-item {
    padding: 0;
  }

  .arrow-down {
    width: 39px;
    height: 39px;
  }

  .form-control,
  .swal2-input {
    height: 40px;
    padding: 8px 20px;
  }

  .react-datepicker__input-container input {
    height: 40px;
  }

  .user-info {
    padding: 15px;
  }

  .user-info p.text-grey {
    width: 100%;
  }

  .my-account-sec .font-18 {
    width: 100%;
  }

  .user-info .d-flex.align-items-center {
    flex-wrap: wrap;
  }

  .font-36 {
    font-size: 1.125rem;
  }

  .font-24 {
    font-size: 0.875rem;
  }

  .signup-bg {
    padding: 20px 0;
  }

  .auth-sec .logo {
    margin-bottom: 10px;
  }

  .font-20 {
    font-size: 0.875rem !important;
  }

  .auth-sec label {
    font-size: 0.75rem;
  }

  .live-streaming-slider .slider-item .img-box a {
    height: 100% !important;
  }

  .font-64 {
    font-size: 1.875rem;
  }

  .banner-page .img-box {
    height: 200px;
  }

  .virtual-area {
    max-width: 100%;
  }

  .navbar-brand {
    margin-right: 0;
    margin-left: 0;
  }

  .font-80 {
    font-size: 1.75rem;
  }

  .search button {
    position: inherit;
    margin: 0 auto;
    right: 0;
    left: 0;
  }

  .font-48 {
    font-size: 1.5rem;
  }

  .footer {
    padding: 40px 0 20px;
  }

  .form-control::placeholder,
  .swal2-input::placeholder {
    font-size: 0.875rem;
  }

  select.form-control {
    font-size: 0.875rem;
  }

  .react-datepicker__input-container input::placeholder {
    font-size: 0.875rem;
  }

  .react-datepicker__input-container input {
    font-size: 0.875rem;
  }

  .search input {
    padding: 10px 15px;
  }

  .footer-col {
    margin-bottom: 10px;
  }

  .virtual-slider .img-box a {
    height: 350px !important;
    display: block;
  }

  .games-tab>li>button {
    font-size: 0.875rem !important;
  }

  .matche-card .font-26 {
    font-size: 0.875rem;
  }

  .matche-card .img-box {
    width: 80px;
    height: 70px;
  }

  .matche-card .player1 .img-box {
    margin-right: 15px !important;
  }

  .matche-card .player2 .img-box {
    margin-right: 0 !important;
    margin-left: 15px !important;
  }

  .contact-us-sec button.btn-theme {
    width: 100%;
  }

  .payment-method-listing {
    padding: 10px;
  }

  .password-icon {
    top: -3px !important;
  }

  .faqs-detail .accordion-header .collapsed {
    height: 39px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .faqs-detail .accordion-body {
    font-size: 12px;
  }

  .faqs-detail .accordion-button {
    height: 39px;
    font-size: 14px;
  }

  .end-game-box .btn-theme,
  .gameurl-box .btn-theme {
    width: 119px;
    height: 40px;
    font-size: 14px;
  }

  .gameurl-box .nav-tabs>li>button {
    font-size: 14px;
    padding: 10px 22px;
  }
}

/* End Resposive Screen 576  */

/* Twitch Performance Optimization Styles */
.twitch-container {
  position: relative;
  width: 100%;
  height: 315px;
}

.twitch-thumbnail {
  transition: all 0.3s ease;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.twitch-thumbnail:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 182, 25, 0.3);
}

.twitch-thumbnail:hover > div:first-child {
  background: rgba(255,255,255,1) !important;
  transform: scale(1.1);
}

.twitch-thumbnail > div:first-child {
  transition: all 0.3s ease;
}

/* Mobile optimizations for Twitch */
@media (max-width: 768px) {
  .twitch-thumbnail {
    background-size: cover !important;
  }
  
  .twitch-thumbnail > div:first-child {
    width: 60px !important;
    height: 60px !important;
    font-size: 20px !important;
  }
  
  .twitch-thumbnail > div:last-child {
    font-size: 10px !important;
    padding: 3px 8px !important;
  }
}

/* Loading state for Twitch iframe */
.twitch-container iframe {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.twitch-container iframe[src] {
  opacity: 1;
}

/* Fallback for failed thumbnail loads */
.twitch-thumbnail[style*="background-image"] {
  background-color: #1f1f23 !important;
}

.twitch-thumbnail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #9146ff 0%, #772ce8 100%);
  opacity: 0.1;
  border-radius: 8px;
}
