/* chat */
#supportMessageContainer {
  padding: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 15px;
}

.message {
  color: #fdd584;
  line-height: 1.2;
  background: #000000c4;
  padding: 10px 15px;
  border-radius: 20px 20px 20px 0;
  cursor: pointer;
  width: 90%;
  margin-bottom: 4px;
}

.support-reply-container {
  background: #000000c4;
  width: 90%;
  border-radius: 20px 20px 20px 0;
  padding: 10px 15px;
  margin-bottom: 12px;
  color: #fdd584;
}

.formtitle {
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 10px;
}

.support-reply-container .errnotediv {
  overflow: hidden;
}

.user-msg {
  background: #c59b47;
  width: 90%;
  border-radius: 20px 20px 0 20px;
  padding: 10px 15px;
  margin: 4px 0 12px auto;
  color: #1c1c1c;
  line-height: 1.2;
}

.support-reply-container p {
  line-height: 1.2;
  margin-bottom: 4px;
}

.support-reply-container h2 {
  font-size: 18px;
  margin-bottom: 8px;
}

.support-reply-container input,
.support-reply-container select {
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  padding: 8px;
  border: 1px solid rgb(6, 61, 24);
  background: rgb(0 0 0 / 75%);
  margin-bottom: 12px;
  color: #dadada;
  border-radius: 4px;
}

.support-reply-container .img-preview img {
  width: 120px;
  border-radius: 6px;
  display: block;
}

.message_btn {
  padding: 8px 12px;
  background: rgb(20, 136, 59);
  border: none;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
}

#supportMessageContainer .errnotediv {
  line-height: 21px;
}

.restart_btn {
  background: rgb(72 0 0);
  padding: 8px 16px;
  display: none;
  width: fit-content;
  margin: auto;
  font-size: 14px;
  color: #ffd277;
  line-height: 1;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.footer-support-container {
  background: rgb(0 65 22 / 87%);
}

@media (max-width: 600px) {
  .footer-support-container {
    right: 10px;
    bottom: 125px;
    max-width: 300px;
  }
}

/* home banner */

.banner_slider2 {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.banner_slider2 .swiper-wrapper,
.banner_slider2 .swiper-slide {
  width: 100%;
  height: 100%;
}

.banner_slider2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px !important;
}

.banner_slider2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 9px;
  overflow: hidden;
}

.banner_slider2 .swiper-pagination {
  display: none !important;
}

/* cat .category_slider */
.category_slider .btn {
  text-align: center;
}

.category_slider .btn img {
  margin: 0 auto 4px;
}

@media (max-width: 399px) {
  .footer-support-container {
    max-height: 400px;
  }
}

/* profiledivsp */
.profiledivsp {
  text-align: center;
}

.profiledivsp img {
  display: block;
  width: 60px;
  padding: 10px;
  border: 1px solid #d8a338;
  background: #004e1b;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.profiledivsp h4 {
  color: #d8a338;
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #d8a338a4;
}

/* dailyBonusBtnspinner */
.dailyBonusBtnspinner {
  width: 60px;
  height: auto;
  display: block;
  position: fixed;
  right: 12px;
  bottom: 100px;
  z-index: 11;
}

@media (max-width: 600px) {
  .dailyBonusBtnspinner {
    right: -2px;
    bottom: 118px;
  }
}

/* category slider */
.category_slider .btn img {
  border-radius: 0;
}

/* gamecard */
.game_card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.game_card_name {
  display: block;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  color: #d7af5f;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* no js slider */
.no_slider_nav_btn_prev,
.no_slider_nav_btn_next {
  display: block;
  position: static;
  width: 32px;
  height: 30px;
  background: linear-gradient(
    90deg,
    rgb(7, 140, 51) 0%,
    rgba(0, 87, 30, 1) 100%
  );
  border-radius: 5px;
  margin-top: 2px;
  font-size: 14px;
  color: #fdba32;
  font-weight: 900;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

/* provider slider  */
.provider_slider .swiper-slide {
  width: auto;
}

.provider_wrapper .provider_slider .swiper-slide .gold_border {
  border-radius: 8px;
}

.provider_wrapper .provider_slider .swiper-slide .btn.gold_border::before {
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
}

.game_grid .card {
  min-width: 0;
}

/* footer */
.footer_mobile_menu{
  text-align: center;
}
.footer_mobile_menu a.active{
  width: 60px !important;
  height: 60px !important;
}
.footer_mobile_menu a:not(.active) {
  display: block !important;
  padding: 3px 0 1px;
}
.footer_mobile_menu .active p {
  display: none;
}
.footer_mobile_menu img {
  filter: brightness(1.2);
  margin: 0 auto;
}
.footer_mobile_menu p {
  font-size: 12px;
  color: #fdd584;
  margin: 0;
}

.mobile_menu .button-container {
  min-height: 60px;
}

@keyframes spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spinning {
  animation: spinning 0.4s linear infinite;
}

.underline {
  text-decoration: underline;
}

/* header moving text */
.marquee {
  width: 100%;
  overflow: hidden;
  background: transparent;
  color: #ffd277;
  white-space: nowrap;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: scrollText 25s linear infinite;
}

.marquee-content span {
  margin-right: 40px;
}

@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
