:root {
    --btn-red: #902020;
    --main-blue: #EA1122;
    --dark-blue: #1E72AC;
    --index-footer-bg:linear-gradient(180deg,rgba(117, 117, 117, 1) 0%, rgba(0, 0, 0, 1) 100%);
    --bg-gradient-1:linear-gradient(to bottom,#f8c7d5,#8481cc);
    --bg-gradient-2:linear-gradient(180deg,#ff707c,#e60012);
}

.pc-only{
    display:block;
}
.m-only{
    display:none;
}
.pb-80{
    padding-bottom:80px;
}
.btn.red-btn{
  background: var(--bg-gradient-2);
}
.single-input-inner .input-group-text {
  background: #000;
}

.footer-area-mobile{
    
} 
.footer-area-mobile ul li a span{
    font-size:14px;
    opacity:1;
}
.footer-area-mobile ul li a {
  display: flex;
  flex-direction: column;
  color:#fff;
}
.footer-area-mobile ul li a.active{
    color:yellow;
}
.footer-area-mobile {
  height: auto;
  border-radius: 25px 25px 0 0;
  background: var(--index-footer-bg);  
  padding: 8px 15px 0;
}
.footer-area-mobile ul li.active, .footer-area-mobile ul li:hover {
  background: none;
}
.footer-area-mobile ul li.special-menu-btn a img {
  width: 45px;  
  filter: brightness(0) invert(1);
}
.footer-area-mobile ul li.special-menu-btn{
    background: #000;
    border-radius: 50%;
    aspect-ratio: 1;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bg-gradient-2);
    
}
.footer-area-mobile ul li.special-menu-btn a {
  color: #fff;
}
.footer-area-mobile ul li a img {
  width: 28px;
}

/* Dashboard css*/

.topbar {
  background: #fff5f8;
  color: #333;
  font-size: 14px;
  height: 36px;
}
.btn-purple {
  background: linear-gradient(90deg, #7b2ff7, #f107a3);
  color: white;
  border: none;
  border-radius: 20px;
  padding: 3px 12px;
}

.header {
  background: #000;
  color: black;
  font-size: 14px;
}
.header .logo {
  width: 100px;
}

.online-count {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 13px;
  padding: 3px;
  border-radius: 12px;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
}
.online-count span {
  color: #fff;
  background: var(--index-footer-bg);
  margin-bottom: 0px;
}
.count-container {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  width: 100%;
}
.count-container li {
  background: var(--dark-blue);
  color: #fff;
  padding: 4px 1px;
  font-size: 14px;
  line-height: 1;
}

.login-btn-section button {
  font-size: 12px;
  padding: 8px 6px;
  line-height: 1;
}

.hero {
  position: relative;
}
.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sidebar {
  background: #f5faff;
  padding-top: 10px;
  border-radius: 10px;
}

.menu-btn {
  background: none;
  border: none;
  color: #555;
  text-align: center;
  padding: 3px 0;
  width: 100%;
  font-size: 14px;
  font-weight:700;
  transition: 0.3s;
}

.menu-btn {
  aspect-ratio: 8/7;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  margin: 5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--dark-blue);
  color: #fff;
}

.menu-btn img {
  width: 30px;
}

.menu-btn.active, .menu-btn:hover {
  background: var(--index-footer-bg);
  color: #fff;
  border: 2px solid var(--main-blue);
  box-shadow: 0px 4px 1px var(--dark-blue);
}

.game-list:not(:first-child) {
  margin-top: 10px;
}
.game-card {
  background: #fff;
  border-radius: 10px;
  transition: 0.3s;  
  border: 1px solid #e5e5e5;  
  display: block;
  overflow:hidden;
}
.game-card:hover {
  transform: translateY(-3px);
}

.marquee-label{  
  margin: 0;
  flex: 0 0 fit-content;
  color: #fff;
  background: var(--dark-blue);
  height: 100%;
  width: 100%;
  padding: 5px;
}
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  padding: 5px 0;
  position: relative;
  background: var(--dark-blue);
}
.marquee-content {
  display: inline-block;
  padding-left: 5%;
  animation: marquee-scroll 25s linear infinite;
  font-weight: 500;
  font-size: 15px;
}

@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.mobile-footer {
  display: none !important;
}

.mobile-navbar-area{
    padding-bottom:0 !important;
}

.header-container {
  box-shadow: 0px 3px 5px #c1c1c1;
  background:#000;
}
.navbar-area .logo-area img{
    max-width:200px;
}
.navbar-area .header-right li a{
    color:#fff;
}

.navbar-area .navbar-wrap {
  border: none;
}
.header-content-right {
  display: flex;
  align-items: center;
  gap: 5px;  
  justify-content: space-around;
}
.header-login-form form {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-login-form form input {
  width: 100px;
  padding: 5px;
  line-height: 1;
  font-size: 14px;
  height: fit-content;
  border-radius: 0;
  border-right: 1px solid var(--border-color) !important;
}
.header-login-form form button {
  border: none;
  width: 100%;
  background: red;
  font-size:14px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 7px 5px;
}
.game-list-container {
  padding: 10px 10px 10px 0;
  max-height: 600px;
  overflow: scroll;
}
.single-form-card .card-main{
    padding: 15px 15px;
}

.subheader {
  background: #000;
  text-align: center;  
  background-size: cover;
}

.content-box{
    padding:15px 15px 80px;
}

@media only screen and (max-width: 780px) {
    .pc-only{
        display:none;
    }
    .m-only{
        display:block;
    }
    #mainArea > .container {
      padding: 0;
    }
}