:root {
  --primary-color: #1F1F4C;
  --secondary-color: #323274;
  --other-bg: #090C1D;
  --gradient-bg: linear-gradient(to right, #FFBB00 0%, #FFAE00 100%);
  --gradient-awards: linear-gradient(to bottom, #242B4A 0%, #0D0D2F 100%);
  --card-bg:linear-gradient(to bottom, #242B4A 0%, #0D0D2F 100%);
  --btn-br: #FBE480;
  --br-color: #3F3F8B;
  --sub-menu-bg: #2C2852;
  --accordian_bg:#0F1430;
  --awards-bg: #12122B;
  --active-bg: #463E7A;
  --arrow_bg: #6D62A2;
  --unik-color:#E27426;
  --lbl-text: #A1B5F6;
  --red-text: #FF204C;
  --green-bg: #26F16A;
  --light-text: #E4E4E4;
  --text-white: #fff;
  --text-primary: #FFAE00;
}

a {
  text-decoration: none;
}

body {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  overflow-x: hidden;
  color: var(--text-primary);
  background-color: var(--other-bg);
  padding: 0px;
  margin: 0px;
}



/* header start */
.header_wrapper {
  height: 85px;
  background-color: var(--primary-color);
  border-bottom: 1px solid var(--br-color);
  display: flex;
  align-items: center;
  padding-right: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header_wrapper .header_left_block {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 0 13px;
  width: 350px;
  border-right: 1px solid var(--br-bg);
  height: 90px;
}

.header_wrapper .header_left_block .menu_iocn a {
  display: block;
}

.header_wrapper .header_left_block .menu_iocn a svg {
  width: 28px;
  height: 28px;
  fill: var(--text-white);
}

.header_wrapper .header_left_block .logo_box a img {
  max-height: 65px;
  max-width: 150px;
}

.header_wrapper .header_right_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 1290px;
  margin: auto;
}

.header_wrapper .header_right_block .inner_right_header ul {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.header_wrapper .header_right_block .inner_right_header ul li .header_btn {
  height: 45px;
  width: 45px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  border: 1px solid var(--br-color);
}

.header_wrapper .header_right_block .inner_right_header ul li .header_btn:hover {
  background: var(--gradient-bg);
}

.header_wrapper .header_right_block .inner_right_header ul li .header_btn svg {
  width: 20px;
  height: 20px;
  fill: var(--text-white);
}

.header_wrapper .header_right_block .inner_right_header ul li .login_btn {
  padding-inline: 10px;
  min-width: 98px;
  height: 45px;
  background: var(--gradient-bg);
  border: 1px solid var(--btn-br);
  text-transform: capitalize;
  color: var(--text-white);
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.header_wrapper .header_right_block .inner_right_header ul li .login_btn:hover {
  background: var(--gradient-bg);
}

.header_wrapper .header_right_block .inner_right_header ul li .signup_btn {
  padding-inline: 10px;
  min-width: 111px;
  height: 45px;
  background: var(--secondary-color);
  border: 1px solid var(--br-color);
  text-transform: capitalize;
  color: var(--text-white);
  font-size: 18px;
  font-weight: 500;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.header_wrapper .header_right_block .inner_right_header ul li .signup_btn:hover {
  background: var(--gradient-bg);
}

.header_wrapper .header_left_block .menu_iocn a {
  height: 45px;
  width: 45px;
  border-radius: 10px;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;

}

.header_wrapper .header_left_block .bonus_btn a {
  background-image: url(../images/btn-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 1px solid var(--btn-br);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 50px;
  width: 123px;
  font-size: 20px;
  color: var(--text-white);
  font-weight: 500;
}

.header_wrapper .header_right_main_wrapper {
  flex: 1;
}

.header_wrapper .header_right_main_wrapper .header_logo a {
  display: block;
}

.header_wrapper .header_right_main_wrapper .header_logo img {
  max-height: 46px;
}

/* header end */



/* left sidebar start */
.left_sidebar {
  width: 350px;
  background-color: var(--primary-color);
  height: 100vh;
  position: fixed;
  left: 0;
  top: 85px;
  padding: 25px 20px;
  z-index:99;
}

.left_sidebar .bonus_box {
  padding: 15px 13px 21px;
  border-bottom: 1px solid var(--br-bg);
}

.left_sidebar .bonus_box .inner_bonus_box {
  background: var(--btn-bg);
  border: 1px solid var(--btn-br);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 8px;
  min-height: 62px;
}

.left_sidebar .bonus_box .inner_bonus_box .bonus_left {
  display: flex;
  align-items: center;
  gap: 5px;
}

.left_sidebar .bonus_box .inner_bonus_box .bonus_left img {
  height: 56px;
  width: 56px;
}

.left_sidebar .bonus_box .inner_bonus_box .bonus_left .bonus_details {
  display: flex;
  flex-direction: column;
  line-height: normal;
}

.left_sidebar .bonus_box .inner_bonus_box .bonus_left .bonus_details span {
  color: var(--yellow-text);
  font-size: 16px;
  font-weight: 500;
}

.left_sidebar .bonus_box .inner_bonus_box .bonus_left .bonus_details p {
  margin: 0;
  font-size: 14px;
  color: var(--text-white);
  font-weight: normal;
}

.left_sidebar .bonus_box .inner_bonus_box .right_btn a {
  background: var(--gradient-bg);
  border-radius: 6px;
  border: 1px solid rgb(255 255 255 / 30%);
  width: 66px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-white);
  box-shadow: 0px 0px 13px 1px rgba(235, 148, 5, 0.64);
}

.left_sidebar .left_sidebar_inner_menu .menu_box {
  padding: 0;
  border-bottom: 0;
  background-color: var(--sub-menu-bg);
  border-radius: 8px;
}

.left_sidebar .left_sidebar_inner_menu .menu_box ul {
  padding: 0;
  margin: 0;
  list-style: none;

}

.left_sidebar .left_sidebar_inner_menu .menu_box ul li a {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 46px;
  border-radius: 8px;
  padding: 5px 13px;
  color: var(--text-white);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.left_sidebar .left_sidebar_inner_menu .menu_box ul li a .menu_icon svg {
  height: 20px;
  width: 20px;
  fill: currentColor;
}

.left_sidebar .left_sidebar_inner_menu .menu_box ul li a .menu_icon img {
  height: 18px;
  width: 18px;
}

.left_sidebar .left_sidebar_inner_menu .menu_box ul li a.active {
  background-color: var(--active-bg);
  color: var(--text-white);
}

.left_sidebar .left_sidebar_inner_menu .menu_box ul li a.active .menu_icon svg {
  fill: var(--text-primary);
}

.left_sidebar .left_sidebar_inner_menu .menu_box ul li a:hover .menu_icon svg {
  fill: var(--text-primary);
}

.left_sidebar .left_sidebar_inner_menu .menu_box ul li a:hover {
  color: var(--text-white);
}

.left_sidebar .left_sidebar_inner_menu .menu_box.menu_accordian_box {
  margin-top: 17px;
  border: 0;
  background-color: transparent;
}

.left_sidebar .left_sidebar_inner_menu .menu_box.menu_accordian_box .accordion-item {
  background-color: transparent;
  border-radius: 8px;
  margin-bottom: 17px;
  border: 0;
}

.left_sidebar .left_sidebar_inner_menu .menu_box.menu_accordian_box .accordion-button {
  background-color: var(--active-bg);
  border-color: var(--btn-br);
  border-radius: 8px;
}

.left_sidebar .left_sidebar_inner_menu .menu_box.menu_accordian_box .accordion-button::after {
  height: 28px;
  width: 28px;
  background-color: var(--arrow_bg);
  border-radius: 5px;
  background-position: center;
  background-image: url(../images/down-arrow.avif);
  background-size: auto;
}

.left_sidebar .left_sidebar_inner_menu .menu_box.menu_accordian_box .Submenu_block {
  padding-left: 3px;
  background-color: var(--sub-menu-bg);
  padding-bottom: 10px;
  border-radius: 8px;
}

.left_sidebar .left_sidebar_inner_menu {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.left_sidebar .left_sidebar_inner_menu::-webkit-scrollbar {
  width: 5px;
}


.left_sidebar .left_sidebar_inner_menu::-webkit-scrollbar-thumb {
  background-color: var(--arrow_bg);
  border-radius: 10px;
}


.left_sidebar .left_sidebar_inner_menu::-webkit-scrollbar-track {
  background-color: transparent;
}

.left_sidebar .left_sidebar_inner_menu .menu_box ul li a .winner_details {
  display: flex;
  flex-direction: column;
  line-height: normal;
}

.left_sidebar .left_sidebar_inner_menu .menu_box ul li a .winner_details span {
  color: var(--light-text);
  font-size: 15px;
}

.left_sidebar .left_sidebar_inner_menu .menu_box ul li a .winner_details label {
  color: var(--light-text);
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
}

.left_sidebar .left_sidebar_inner_menu .menu_box.top_space_none {
  padding-top: 0;
  border: 0;
  padding: 10px 0;
  background-color: var(--sub-menu-bg);

}

.left_sidebar .left_sidebar_inner_menu .menu_box.menu_accordian_box.lang_box .accordion-button {
  background-color: transparent;
}

/* left sidebar end */

.main_container .center_wrapper {
  margin-left: 350PX;
  margin-top: 90px;
  padding: 25px 15px;
  width: calc(100% - 350px);
  overflow-x: hidden;
}

.main_container .max_conatiner_wrapper {
  max-width: 1290px;
  margin: auto;
}

/* home page start */
.hero_section {
  display: flex;
  background-color: var(--primary-color);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
}

.hero_section .hero_banner_section {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 30px;
  flex: 1;
}

.hero_section .hero_banner_section h1 {
  font-size: 44px;
  font-weight: bold;
  max-width: 370px;
  color: var(--text-white);
  margin-bottom: 30px;
}

.hero_section .hero_banner_section .join_btn {
  display: inline-block;
  height: 45px;
  width: 165px;
  background: linear-gradient(26deg, rgba(255, 174, 0, 1) 0%, rgba(255, 187, 0, 1) 100%);
  border: 1px solid var(--btn-br);
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-white);
  display: flex;
  align-items: center;
  justify-content: center;
}


.login_welcome_box {
  border-radius: 10px;
  /* min-width: 350px; */
  flex: auto;
  padding: 23px 30px;
  background-color: var(--secondary-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
  max-width: 424px;
}

.login_welcome_box .heading_text {
  font-size: 34px;
  color: var(--text-white);
  font-weight: bold;
  margin: 0;
}

.login_welcome_box .heading_text span {
  color: var(--primary-color);
}

.login_welcome_box .btn-primary {
  background: linear-gradient(26deg, rgba(255, 174, 0, 1) 0%, rgba(255, 187, 0, 1) 100%);
  border: 1px solid var(--btn-br);
  border-radius: 12px;
  padding: 12px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  height: 55px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;


}

.login_welcome_box .btn_box {
  width: 100%;
}

.login_welcome_box .or_box {

  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.login_welcome_box .or_box span {
  height: 35px;
  width: auto;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 0 8px;
  color: var(--text-white);
  font-size: 14px;
}

.login_welcome_box .or_box::before {
  content: '';
  background-color: #ffffff21;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* .login_welcome_box .or_box span::after{
  content: '';
  background-color: #462860;
  height: 1px;
  width: 70px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
} */

.with_login_type {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.with_login_type a {
  padding: 9px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  background-color: var(--secondary-color);
  border-radius: 10px;
  border: 1px solid var(--br-color);
  gap: 7px;
  font-size: 14px;
  color: var(--text-white);
  line-height: normal;
  font-weight: 500;
}

.login_welcome_box .logn_text {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-white);
  display: block;
  text-align: right;
}

.login_welcome_box .logn_text:hover {
  color: var(--text-primary);
}


/* game slider start */
.game_slider_section {
  margin-bottom: 40px;
}

.section_heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-right: 100px;
  align-items: center;
  height: auto;
}

.section_heading .heading_btn {
  display: flex;
  align-items: center;

}

.section_heading .heading_btn h2 {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 0;
  font-size: 24px;
  color: var(--text-white);
  font-weight: 500;
}

.section_heading .heading_btn h2 svg {
  height: 30px;
  width: 30px;
  fill: var(--text-white);
}

.section_heading .see_all {
  color: var(--text-white);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  background: var(--secondary-color);
  border-radius: 12px;
  border: 1px solid var(--br-color);
  min-width: 98px;
  padding-inline: 10px;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;


}

.section_heading .see_all:hover {
  background: var(--gradient-bg);
  border-color: var(--btn-br);
}




.game_slider_section button.slick-arrow {
  background: var(--primary-color);
  border: none;
  width: 45px;
  height: 40px;
  position: absolute;
  top: -55px;
  right: 0;
  border-radius: 12px;
  transition: all ease-in-out .3s;
  border: 1px solid var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.game_slider_section button.slick-arrow:hover {
  background: var(--gradient-bg) !important;
}

.game_slider_section button.slick-arrow:hover {
  background: var(--primary-color);
}

.game_slider_section button.slick-arrow.prev {
  right: 45px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.game_slider_section button.slick-arrow.next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  border-left: 0;
}

.icon {
  width: 30px;
  height: 30px;
  fill: var(--text-white);
}

.game_slider_section .slick-slide {
  margin: 0 5px;
  box-sizing: border-box;
}

.game_slider_section .slick-list {
  margin: 0 -5px;
}

.game_slider_section .game_img_item img {
  border-radius: 10px;
  width: 100%;
  transition: all ease-in-out .3s;
}
.game_slider_section .game_img_item {
  position: relative;
  padding-top: 5px;
}
.game_slider_section .game_img_item:hover .game-img {
  transform: translateY(-5px);
}

/* game slider end */
/* providers slider start */
.provider_section .game_img_item {
  background-color: var(--primary-color);
  border: none;
  border-radius: 12px;
  height: 80px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 7px;
}

.provider_section .game_img_item img {
  max-width: 130px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(23deg) brightness(103%) contrast(103%);
}

/* .provider_section .section_heading {
  margin-bottom: 10px;
} */

/* .game_slider_section.provider_section button.slick-arrow {
  top: -43px;
} */

/* provider slider end */


/* week bonus start */
.section_wrapper {
  margin-bottom: 40px;
}

.week_bonus_section {
  background-image: url(../images/week-bonus-bg.png);
  padding: 35px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;

}


/* center for demo */
.countdown-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* main card */
.countdown-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 18px;
  border-radius: 10px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #ffffff;
  border: 1px dashed rgb(255 255 255 / 39%);
  background-color: rgb(255 255 255 / 20%);
  min-height: 85px;
}

/* each block */
.time-block {
  text-align: center;
  min-width: auto;
}

.time-number {
  display: block;
  font-size: 26px;
  font-weight: bold;
}

.time-label {
  display: block;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  margin-top: 7px;
}

/* vertical divider */
.time-separator {
  width: 1px;
  height: 12px;
  background: rgb(255 255 255);
}

.week_main_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.week_main_wrapper .week_bonus_left h2 {
  font-size: 40px;
  font-weight: bold;
  color: var(--text-white);
  margin-bottom: 20px;
}

.week_main_wrapper .week_bonus_left h2 span {
  color: var(--text-primary);
}

.week_main_wrapper .week_bonus_left .learn_more_btn {
  display: inline-block;
  height: 45px;
  width: 140px;
  background: linear-gradient(26deg, rgba(255, 174, 0, 1) 0%, rgba(255, 187, 0, 1) 100%);
  border: 1px solid var(--btn-br);
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* weekly section end */

.VIP_rewards_section {
  background-color: var(--primary-color);
  padding: 25px;
  border-radius: 12px;
}

.VIP_rewards_section .rewards_details h2 {
  font-size: 40px;
  font-weight: bold;
  color: var(--text-white);
  margin-bottom: 25px;
}

.VIP_rewards_section .rewards_details h2 span {
  color: var(--text-primary);
}

.VIP_rewards_section .rewards_details p {
  font-size: 18px;
  color: var(--text-white);
  margin-bottom: 35px;
  font-weight: 400;
}

.VIP_rewards_section .rewards_details ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
  list-style: none;
}

.VIP_rewards_section .rewards_details ul li {
  display: flex;
  gap: 19px;
  align-items: center;
}

.VIP_rewards_section .rewards_details ul li .icon_list {
  background-color: var(--secondary-color);
  width: 60px;
  height: 60px;
  border: 1px solid var(--br-color);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.VIP_rewards_section .rewards_details ul li .icon_list img {
  height: 30px;
  width: 30px;
}

.VIP_rewards_section .rewards_details ul li span {
  font-size: 24px;
  font-weight: 500;
  color: var(--text-white);
}

.VIP_rewards_section .vip_right_block {
  background-image: url(../images/vip-right-bg.png);
  border-radius: 10px;
  border: 1px dashed rgb(255 255 255 / 8%);
  padding: 40px 30px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-repeat: no-repeat;
}

.VIP_rewards_section .vip_right_block h2 {
  font-size: 40px;
  font-weight: bold;
  color: var(--text-white);
  text-transform: uppercase;
  text-align: center;
}

.VIP_rewards_section .vip_right_block h2 span {
  color: var(--text-primary);
}

.VIP_rewards_section .vip_right_block ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

.VIP_rewards_section .vip_right_block ul li {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
  justify-content: center;
  padding-bottom: 44px;
}

.VIP_rewards_section .vip_right_block ul li img {
  width: 103px;
  height: 103px;
}

.VIP_rewards_section .vip_right_block ul li span {
  font-size: 22px;
  color: var(--text-white);
  font-weight: 500;
  text-transform: uppercase;
  /* margin-top: auto; */
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.VIP_rewards_section .vip_right_block ul li.active img {
  width: 167px;
  height: 167px;
}

.VIP_rewards_section .vip_right_block .play_btn {
  text-align: center;
}

.VIP_rewards_section .vip_right_block .play_btn a {
  height: 50px;
  width: 153px;
  background: linear-gradient(26deg, rgba(255, 174, 0, 1) 0%, rgba(255, 187, 0, 1) 100%);
  border: 1px solid var(--btn-br);
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin: auto;
}

/* VIP section end */
/* Latest bet and race */
.latest_bet_section .section_heading {
  margin-bottom: 20px;
  padding-right: 0;
}

.tabs_tbl_block ul {
  display: flex;
  list-style: none;
  background-color: var(--btn-bg);
  width: fit-content;
  padding: 0;
  border-radius: 8px;
  gap: 30px;
  align-items: center;
  border: 0;
  margin-bottom: 0;
  height: auto;
}

.tabs_tbl_block ul li a {
  border-radius: 0;
  padding: 0px 15px 0;
  font-size: 22px;
  font-weight: 500;
  color: var(--text-white);
  height: auto;
  display: inline-block;
  line-height: 1;
  text-align: center;
  position: relative;
  min-width: 100px;
}

.tabs_tbl_block ul li a:after {
  content: '';
  background-color: var(--text-primary);
  left: 0;
  bottom: -25px;
  position: absolute;
  height: 1.5px;
  width: 100%;
  display: none;
}

.tabs_tbl_block ul li a.active,
.tabs_tbl_block ul li a:hover {
  background-color: transparent;
}

.tabs_tbl_block ul li a.active:after,
.tabs_tbl_block ul li a:hover:after {
  display: block;
}

.tbl_wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.tbl_wrapper .table th {
  background-color: transparent;
  color: var(--text-white);
  padding: 13px 17px;
  font-weight: 400;
  border: none;
  white-space: nowrap;
  border-radius: 8px;
  font-size: 20px;
}

.tbl_wrapper .table {
  border: none;
  color: var(--text-white);
  background-color: var(--secondary-color2);
  margin-bottom: 0;
}

.tbl_wrapper .table tbody {
  border: none;
}

.tbl_wrapper .table tbody tr:nth-child(odd) {
  background: #323267;
}

.tbl_wrapper .table td {
  padding: 8px 20px;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  color: var(--text-white);
}

.tbl_wrapper .table td .game_box {
  display: flex;
  gap: 13px;
  align-items: center;
}

/* .tbl_wrapper .table td .game_box img {
  border-radius: 8px;
  width: 50px;
  height: 50px;
  object-fit: cover;
} */
.tbl_wrapper .table td .game_box img {
  border-radius: 8px;
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.positve_text {
  color: var(--green-bg);
}

.positve_text .icon {
  rotate: 270deg;
  fill: var(--green-bg);
  margin-left: 10px;
  height: 18px;
  width: 18px;
}

.negative_text {
  color: var(--red-text);
}

.negative_text .icon {
  margin-left: 10px;
  fill: var(--red-text);
  rotate: 270deg;
  height: 18px;
  width: 18px;
}

.main_tbl_wrapper {
  background-color: var(--primary-color);
  padding: 0;
  border-radius: 0;
}

/* Latest bet and  */

/* faq section start */

.faq_wrapper .accordion .accordion-item {
  /* width: calc(50% - 10px);
    overflow: hidden; */
  border-radius: 8px;
  background-color: var(--secondary-color);
  margin-bottom: 15px;
  border: 0;
}

.faq_wrapper .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq_wrapper .accordion .accordion-item .accordion-button {
  background-color: var(--primary-color);
  border-radius: 8px;
  padding: 15px 21px;
  font-size: 18px;
  font-weight: 400;
  color: var(--text-white);
  border: 0;
}

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

.faq_wrapper .accordion .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(98%) sepia(55%) saturate(322%) hue-rotate(247deg) brightness(112%) contrast(100%);
}

.faq_wrapper .accordion .accordion-item .accordion-body {
  padding: 15px;
  color: var(--light-text);
}

.faq_wrapper .accordion .accordion-item .accordion-body p {
  margin-bottom: 7px;
}

/* faq section end */

/* awards section start */
.awards_inner_section {
  background-color: var(--awards-bg);
  padding: 33px 25px 45px 25px;
  border-radius: 8px;
}

.awards_inner_section h3 {
  text-align: center;
  margin-bottom: 40px;
  color: var(--text-white);
  font-size: 40px;
  font-weight: bold;
}

.awards_inner_section ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* 5 equal columns */
  gap: 8px;
  padding: 0;
  margin: 0;
}

.awards_inner_section ul li {
  background: var(--gradient-awards);
  border: 1px dashed rgb(120 124 196 / 30%);
  border-radius: 8px;
  min-height: 150px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.awards_inner_section ul li img {
  max-height: 72px;
}

/* awards section end */

/* footer section start */
.footer_wrapper {
  background-color: var(--awards-bg);
  padding: 40px 25px 0;
  border-radius: 8px;
}

.footer_wrapper .footer_dis_block .footer_logo {
  margin-bottom: 13px;
}

.footer_wrapper .footer_dis_block .footer_logo img {
  max-height: 46px;
}

.footer_wrapper .footer_dis_block .footer_dis_content p {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-white);
  margin: 0;
  line-height: 1.9;
}

.footer_wrapper .footer_dis_block {
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff17;
  margin-bottom: 25px;
}

.footer_wrapper .footer_menu_row {
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #ffffff17;
  margin-bottom: 25px;
}

.footer_wrapper .footer_menu_row .footer_menu_col {
  width: 20%;
}



.footer_wrapper .footer_menu_row .footer_menu_col .footer_menu_link h2 {
  font-size: 24px;
  font-weight: 500;
  color: var(--text-white);
  margin-bottom: 20px;
}

.footer_wrapper .footer_menu_row .footer_menu_col .footer_menu_link ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}

.footer_wrapper .footer_menu_row .footer_menu_col .footer_menu_link ul li {
  margin-bottom: 20px;
  line-height: 12px;
}

.footer_wrapper .footer_menu_row .footer_menu_col .footer_menu_link ul li a {
  font-size: 17px;
  color: var(--light-text);
  font-weight: 400;
}

.footer_wrapper .footer_menu_row .footer_menu_col .footer_menu_link ul li a:hover {
  color: var(--text-primary);
}



.footer_wrapper .footer_menu_row .footer_menu_col .social_icon_footer {
  display: flex;
  gap: 5px;
  margin-bottom: 30px;
}

.footer_wrapper .footer_menu_row .footer_menu_col .social_icon_footer a {
  height: 38px;
  width: 38px;
  border-radius: 8px;
  background-color: var(--secondary-color);
  border: 1px solid var(--br-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_wrapper .footer_menu_row .footer_menu_col .social_icon_footer a svg {
  width: 20px;
  height: 20px;
  fill: var(--text-white);
}

.footer_wrapper .footer_menu_row .footer_menu_col .social_icon_footer a:hover svg {
  fill: var(--text-primary);
}

.dropdown-menu {
  display: none !important;
}

.dropdown-menu.show {
  display: block !important;
}

.footer_wrapper .footer_menu_row .footer_menu_col .lang_drop_down .btn-secondary {
  background-color: var(--primary-color);
  border-radius: 8px;
  padding: 10px 15px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 20px;
  color: var(--text-white);
  font-weight: 500;
  border: 0;
  position: relative;
}

.footer_wrapper .footer_menu_row .footer_menu_col .lang_drop_down .btn-secondary:focus {
  box-shadow: none;
}

.footer_wrapper .footer_menu_row .footer_menu_col .lang_drop_down .btn-secondary::after {
  border: 0;
  width: 15px;
  height: 15px;
  background-image: url(../images/down-white.svg);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.footer_wrapper .footer_menu_row .footer_menu_col .lang_drop_down .btn-secondary svg {
  height: 22px;
  width: 22px;
  fill: var(--text-white);

}

.footer_wrapper .footer_menu_row .footer_menu_col .dropdown-menu {
  width: 100%;
  padding: 0;
  border-radius: 8px;
  background-color: var(--secondary-color);

  overflow: hidden;
}

.footer_wrapper .footer_menu_row .footer_menu_col .dropdown-menu ul {
  max-height: 150px;
  overflow-y: auto;
}

.footer_wrapper .footer_menu_row .footer_menu_col .dropdown-menu ul::-webkit-scrollbar {
  width: 5px;
}


.footer_wrapper .footer_menu_row .footer_menu_col .dropdown-menu ul::-webkit-scrollbar-thumb {
  background-color: var(--arrow_bg);
  border-radius: 10px;
}


.footer_wrapper .footer_menu_row .footer_menu_col .dropdown-menu ul::-webkit-scrollbar-track {
  background-color: var(--secondary-color);
}

.footer_wrapper .footer_menu_row .footer_menu_col .dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 46px;
  border-radius: 8px;
  padding: 5px 13px;
  color: var(--text-white);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.footer_wrapper .footer_menu_row .footer_menu_col .dropdown-menu li {
  margin-bottom: 0 !important;
}

.footer_wrapper .footer_menu_row .footer_menu_col .dropdown-menu li a .menu_icon img {
  height: 18px;
  width: 18px;
}

.footer_card {
  margin-bottom: 33px;
  padding-bottom: 33px;
  border-bottom: 1px solid #ffffff17;
}

.footer_card h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  color: var(--text-white);
  text-transform: capitalize;
}

.Currencies_block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.Currencies_item {
  background-color: var(--primary-color);
  border-radius: 10px;
  padding: 10px 13px;
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 45px;
}

.Currencies_item h6 {
  font-size: 14px;
  color: var(--text-white);
  font-weight: bold;
  margin: 0;
}

.Currencies_item h6 span {
  color: #7272D4;
  font-weight: 400;

}

.Currencies_item img {
  height: 24px;
  width: 24px;
}

.Partners_block {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 -6px;
  row-gap: 6px;
}

.Partners_block .Partner_item {
  width: calc(14.28% - 12px);
  height: 90px;
  background-color: #191939;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--br-color);
  margin: 0 6px;
}

.Partners_block .Partner_item img {
  max-height: 30px;
}

.copy_right_block {
  padding: 30px 15px;
  text-align: center;

}

.copy_right_block p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: var(--text-white);
}

/* mobile footer menu */
.footer_mobile_wrapper {
  margin-top: 0;
}

.footer_mobile_wrapper .accordion-item {
  background-color: transparent;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--br-color);
  background-color: var(--secondary-color);
}

.footer_mobile_wrapper .accordion-button {
  border-radius: 8px;
  background-color: var(--primary-color);
  border: 0;
  font-size: 16px;
  color: var(--text-white);
  font-weight: 500;
  padding: 13px 19px;
  height: 50px;
}

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

.footer_mobile_wrapper .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(87%) saturate(578%) hue-rotate(258deg) brightness(116%) contrast(100%);
}

.footer_mobile_wrapper .accordion-body {
  padding: 10px 20px 0px;
}

.footer_mobile_wrapper .accordion-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer_mobile_wrapper .accordion-body ul li {
  margin-bottom: 10px;
}

.footer_mobile_wrapper .accordion-body ul li a {
  color: var(--text-white);
  transition: all ease-in-out .3s;
  font-size: 14px;
  font-weight: 400;
}

.footer_mobile_wrapper .accordion-body ul li a:hover {
  opacity: 1;
  color: var(--primary-color);
}

.footer_mobile_wrapper .accordion-button:not(.collapsed) {
  box-shadow: none;
}

/*  */



/* footer section end */


/* home page end */

/* login Signup start */
.login_signup_modal .modal-content {
  background-color: var(--primary-color);
}

.login_signup_modal .modal-content .modal-body {
  padding: 0;
}

.login_signup_modal .modal_row {
  display: flex;
  align-items: center;
  height: 100%;
}

.login_signup_modal .modal_row .modal_col {
  width: 50%;
  height: 100%;
}

.login_signup_modal .login_left_bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

.login_signup_modal .login_left_bg .logo_modal {
  text-align: end;
}

.login_signup_modal .login_left_bg .logo_modal img {
  max-height: 46px;
}

.login_signup_modal .login_left_bg .modal_content {
  max-width: 673px;
  margin-left: auto;
  margin-right: auto;
}

.login_signup_modal .login_left_bg .modal_content p {
  font-size: 22px;
  font-weight: 400;
  color: var(--text-white);
  margin: 0;
  text-align: center;
  line-height: 1.5;
}

.login_signup_modal .form_wrapper {
  max-width: 550px;
  margin: auto;
  width: 100%;
  padding: 20px 0;
}

.login_signup_modal .form_wrapper .form_heading h1 {
  font-size: 40px;
  color: var(--text-white);
  font-weight: 600;
  margin-bottom: 20px;
}

.login_signup_modal .form_wrapper .form_heading p {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-white);
  margin: 0;
}

.login_signup_modal .form_wrapper .form_heading p a {
  margin-left: 12px;
  color: var(--text-primary);

}

.login_signup_modal .form_wrapper .form_heading {
  margin-bottom: 48px;
}

.form_inner_wrapper .form_input_block {
  margin-bottom: 25px;
}

.form_inner_wrapper .form_input_block .form-label {
  font-size: 18px;
  color: var(--lbl-text);
  margin-bottom: 15px;
  font-weight: 500;
}

.form_inner_wrapper .form_input_block .form-control {
  background-color: var(--secondary-color) !important;
  border: 2px solid var(--br-color);
  height: 50px;
  border-radius: 12px;
  padding: 10px 20px;
  color: var(--text-white) !important;
  font-size: 16px;
  font-weight: 400;
}

.form_inner_wrapper .form_input_block .form-control:focus {
  box-shadow: none;
}
.form_inner_wrapper .form_input_block .form-control:focus-visible {
  background: none;
}

.form_inner_wrapper .form_input_block .form-control::placeholder {
  color: var(--light-text);
  font-weight: 300;
}

.form_inner_wrapper .form_input_block .eye_icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.form_inner_wrapper .form_input_block .eye_icon svg {
  fill: var(--lbl-text);
  width: 24px;
  height: 24px;
}

.form_inner_wrapper .forgot_link {
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-top: 15px;
}

.form_inner_wrapper .forgot_link:hover {
  color: var(--text-white);
}

.form_inner_wrapper .form_input_block .form-check {
  display: flex;
  align-items: center;
  gap: 15px;
}

.form_inner_wrapper .form_input_block .form-check .form-check-input {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background-color: var(--secondary-color);
  border: 1px solid var(--br-color);
}

.form_inner_wrapper .form_input_block .form-check .form-check-input:focus {
  box-shadow: none;
}

.form_inner_wrapper .form_input_block .form-check .form-check-label {
  font-size: 15px;
  font-weight: 400;
  color: var(--text-white);
}

.form_inner_wrapper .form_input_block .form-check-input:checked[type=checkbox] {
  background-image: url(../images/check-mark.png);
  background-size: 16px;
  background-position: center;
}
.form_inner_wrapper .form_input_block .btn-primary{
  width: 100%;
    height: 50px;
    background: var(--gradient-bg);
    border: 1px solid var(--btn-br);
    text-transform: capitalize;
    color: var(--text-white);
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.form_inner_wrapper .form_input_block .btn-primary:focus{
  box-shadow: none;
}
.form_inner_wrapper .form_input_block .btn-primary:hover{
  background: var(--text-white);
  color: var(--text-primary);
}

.form_inner_wrapper  .or_box {

  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.form_inner_wrapper  .or_box span {
  height: 35px;
  width: auto;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 0 8px;
  color: var(--text-white);
  font-size: 14px;
}

.form_inner_wrapper  .or_box::before {
  content: '';
  background-color: #ffffff21;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form_inner_wrapper  .with_login_type{
  margin-top: 35px;
}

.form_inner_wrapper .with_login_type a {
    padding: 9px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    background-color: #0F1430;
    border-radius: 10px;
    border: 1px solid var(--br-color);
    gap: 7px;
    font-size: 14px;
    color: var(--text-white);
    line-height: normal;
    font-weight: 500;
    height: 44px;
}
.main_form_right{
  height: 100%;
  display: flex;
  align-items: center;
  overflow-y: auto;
}
.login_signup_modal  .btn-close{
  height: 27px;
  width: 27px;
  background-color: var(--secondary-color);
  border: 1px solid var(--br-color);
  border-radius: 12px;
  top: 25px;
  right: 25px;
  position: absolute;
  opacity: 1;
  z-index: 1;
  background-image: url(../images/close.svg);
}
.login_signup_modal  .btn-close:focus{
  box-shadow: none;
}
/* login signup end */


/* after login start */
.header_wrapper .header_right_block .after_login_box {
  position: relative;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet {
  display: flex;
  align-items: center;
  padding: 3px;
  border: 1px solid var(--br-color);
  background-color: var(--other-bg);
  border-radius: 12px;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .btn-secondary {
  width: 136px;
  height: 40px;
  background-color: var(--btn-bg);
  border: 0;
  border-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--text-white);
  gap: 8px;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .btn-secondary .currency_img {
  height: 22px;
  width: 22px;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .dropdown-toggle::after {
  border: 0;
  height: 15px;
  width: 15px;
  background-image: url(../images/arrow-down-2.svg);
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

button:focus {
  box-shadow: none !important;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .wallet_btn {
  height: 40px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-white);
  background: var(--gradient-bg);
  border: 1px solid var(--btn-br);
  border-radius: 10px;
  gap: 5px;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .wallet_btn svg {
  height: 20px;
  width: 20px;
  fill: var(--text-white);
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .dropdown-menu {
  background-color: var(--primary-color);
  border-radius: 8px;
  border: 1px solid var(--br-color);
  padding: 10px 10px 0;
  width: 255px;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .dropdown_searchbar {
  position: relative;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .dropdown_searchbar .form-control {
  width: 100%;
  height: 38px;
  background-color: var(--secondary-color);
  border: 1px solid #424A73;
  border-radius: 12px;
  color: var(--text-white);
  font-size: 14px;
  padding-left: 35px;
  font-weight: 300;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .dropdown_searchbar .form-control::placeholder {
  color: rgb(255 255 255 / 80%);
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .dropdown_searchbar .search_icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .dropdown_searchbar .search_icon svg {
  height: 15px;
  width: 15px;
  fill: var(--text-white);
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .dropdown-menu ul {
  padding: 12px;
  margin: 0;
  list-style: none;
  margin-top: 12px;
  background-color: var(--secondary-color);
  border-radius: 12px;
  margin-bottom: 18px;
  max-height: 300px;
  overflow-y: auto;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .dropdown-menu ul li {
  margin-bottom: 10px;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .dropdown-menu ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .dropdown-menu ul li a:hover {
  background-color: transparent;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .dropdown-menu ul li a .balance_text {
  font-size: 16px;
  color: var(--text-white);
  font-weight: 500;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .dropdown-menu ul li a .currency_box img {
  height: 22px;
  width: 22px;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .dropdown-menu ul li a .currency_box {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--text-white);
  text-transform: uppercase;
  min-width: 65px;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .dropdown-menu .switch_box {
  height: 42px;
  margin: 0 -10px;
  border-top: 1px solid var(--br-color);
  display: flex;
  align-items: center;
  width: calc(100% + 20px);
  padding: 0 13px;
  background-color: var(--secondary-color);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .dropdown-menu .switch_box .form-switch {
  padding: 0;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .dropdown-menu .switch_box .form-switch .form-check-input {
  position: relative;
  margin: 0;
  height: 20px;
  width: 38px;
  background-color: var(--btn-bg);
  border-color: rgb(255 255 255 / 12%);
  cursor: pointer;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .dropdown-menu .switch_box .form-switch .form-check-input:focus {
  box-shadow: none;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .dropdown-menu .switch_box .form-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header_wrapper .header_right_block .after_login_box .balance_wallet .dropdown-menu .switch_box .form-check-label {
  color: var(--text-white);
  font-weight: 400;
  font-size: 14px;
}


/* user dropdown */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.overlay.active {
  position: fixed;
  inset: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.dropdown_wrapper {
  position: fixed;
  top: 70px;
  right: 58px;
  width: 230px;
  height: auto;
  background-color: var(--primary-color);
  color: var(--text-white);
  padding: 11px;
  display: none;
  z-index: 1002;
  /* box-shadow: 5px 0 15px rgba(0, 0, 0, 0.5); */
  border-radius: 12px;
  height: auto;
  overflow: hidden;
  border: 1px solid var(--br-color);
}

.dropdown_wrapper .inner_scroll {
  overflow-y: auto;
  max-height: 440px;
}

.dropdown_wrapper .inner_scroll::-webkit-scrollbar {
  width: 0;
}

.dropdown_wrapper .inner_scroll::-webkit-scrollbar-track {
  background: transparent;
  /* Transparent background */
}

.dropdown_wrapper .inner_scroll::-webkit-scrollbar-thumb {
  background-color: var(--tabs-bg);
  /* Light colored thumb */
  border-radius: 5px;
}

.dropdown_wrapper .user {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-white);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--br-color);
  margin-bottom: 10px;
}

.dropdown_wrapper .user svg {
  height: 20px;
  width: 20px;
  fill: var(--text-white);
}

.dropdown_wrapper .wallet-info {
  border-bottom: 1px solid var(--br-color);
  padding-bottom: 5px;
  font-size: 14px;
}

.dropdown_wrapper .wallet-info .value_text {
  color: var(--primary-color2);
}

.dropdown_wrapper .wallet-info div {
  display: flex;
  justify-content: space-between;
  line-height: normal;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-white);
  margin-bottom: 10px;
}

.dropdown_wrapper .wallet-info .span.small_text {
  display: block;
  line-height: normal;
  font-size: 10px;
}

.dropdown_wrapper ul.menu {
  list-style: none;
  padding: 10px;
  margin: 0;
  border-radius: 8px;
  background-color: var(--secondary-color);

}

.dropdown_wrapper ul.menu li a {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--text-white);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  transition: transform 0.3s, box-shadow 0.3s;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.dropdown_wrapper ul.menu li a:hover {
  color: var(--text-primary);
}

.dropdown_wrapper ul.menu li a:hover svg {
  fill: var(--text-primary);
}

.dropdown_wrapper ul.menu li {
  margin-bottom: 18px;
}

.dropdown_wrapper ul.menu li .menu_drop_icon svg {
  width: 18px;
  height: 18px;
  fill: var(--text-white);
}

.dropdown_wrapper .logout {
  background: var(--logout);
  padding: 8px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  color: var(--text-white);
  font-size: 15px;
  font-weight: 600;
  margin: 0px -15px -15px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  justify-content: center;
}

.dropdown_wrapper .logout svg {
  height: 20px;
  width: 20px;
  fill: var(--text-white);
}

.header_wrapper .header_right_block .inner_right_header ul li .login_btn.user_dropdown_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    width: auto;
   
    background: none;
     background-color: var(--other-bg);
    gap: 10px;
    border-color: var(--br-color);
}

.header_wrapper .header_right_block .inner_right_header ul li .login_btn.user_dropdown_btn svg {
  height: 20px;
  width: 20px;
  fill: var(--text-white);

}

/* user dropdown end */

/* after login end */



/* profile modal start*/
.profile_modal .modal-title {
    font-size: 22px;
    color: var(--text-white);
    font-weight: 500;
    margin: 0;
}
.profile_modal .modal-dialog {
  max-width:740px;
}

.profile_modal .modal-content {
  border-radius: 20px;
  overflow: hidden;
  border: 0;
  background-color: var(--primary-color);
}

.profile_modal .modal-body {
  padding: 30px;
}

.profile_modal .btn-close {
    height: 37px;
    width: 37px;
    background-color: var(--secondary-color);
    border: 1px solid var(--br-color);
    border-radius: 12px;
    top: 13px;
    right: 13px;
    position: absolute;
    opacity: 1;
    z-index: 1;
    background-image: url(../images/close.svg);
}

 .profile_modal .btn-close:focus {
  box-shadow: none;
}
.profile_modal .modal-dialog{
  max-width: 740px;
}
.profile_modal .modal-header{
  padding: 25px;
  border: 0;
}
.user_details ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 50px;
}
.user_details{
  margin-top: 24px;
}
.user_details ul li{
  display: flex;
  gap: 6px;
}
.user_details ul li label{
  color: var(--lbl-text);
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}
.user_details ul li span{
  color: var(--text-white);
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}
.user_details ul li span img{
  height: 16px;
  width: 16px;
  margin-left: 6px;
}

.user_progress_wrapper{
  padding: 15px 0 25px;
  border-bottom: 1px solid var(--br-color);
  border-top: 1px solid var(--br-color);
  margin-top: 30px;
}

.user_net_balance_wrapper{
  margin-top: 27px;
}
.user_net_balance_wrapper ul{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
  margin: 0;
}
.user_net_balance_wrapper ul li{
  width: calc(50% - 8px);
  background-color: var(--secondary-color);
  border: 1px solid var(--br-color);
  padding: 12px 20px;
  border-radius: 8px;
}
.user_net_balance_wrapper ul li p{
   color: var(--lbl-text);
   font-size: 15px;
   font-weight: 400;
   margin-bottom: 4px;
   line-height: normal;
}
.user_net_balance_wrapper ul li span{
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.user_net_balance_wrapper ul li span.green_text{
  color: var(--green-bg);
}
.user_net_balance_wrapper ul li span.red_text{
  color: var(--red-text);
}


.user_progress_wrapper .modal_card{
  background-color: #1A1A53;
  border: 1px solid var(--br-color);
  border-radius: 12px;
  padding: 14px 16px;
  height: 100%;
}

.user_progress_wrapper .modal_card .inner_row_left{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user_progress_wrapper .modal_card .inner_row_left .details_block p{
  font-size: 16px;
  color: var(--lbl-text);
  margin-bottom: 3px;
}
.user_progress_wrapper .modal_card .inner_row_left .details_block span{
  color: var(--unik-color);
  font-size: 22px;
  font-weight: 500;
}
.user_progress_wrapper .modal_card .inner_row_left .img_box img{
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.user_progress_wrapper .modal_card .progress_bar .header_rw{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.user_progress_wrapper .modal_card .progress_bar .header_rw h5{
  font-size: 16px;
  color: var(--lbl-text);
  margin: 0;
}
.user_progress_wrapper .modal_card .progress_bar .header_rw span{
  color: var(--unik-color);
  font-size: 14px;
  font-weight: 500;
}


.progress_bar .progress-bar {
  width: 100%;
  height: 5px;
  background: var(--secondary-color);
  border-radius: 70px;
  overflow: hidden;
  border: 0;
  margin-bottom: 7px;
  margin-top: 10px;
}

.progress_bar .progress-fill {
  height: 100%;
  width: 0%;
  background: var(--green-bg);
  border-radius: 4px;
  transition: width 0.3s ease;
  width: 70%;
  height: 10px;
}
.progress_bar .progress_info{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress_bar .progress_info span{
  color: var(--lbl-text);
  font-size: 14px;
}
/* profile modal end*/

/* after login hero section start */
.after_login_hero_section{
  background-image: url(../images/afterlogin-hero-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 0 13px;
}

.hero_banner_left_details{
  padding: 33px 36px 50px;
}
.hero_banner_left_details h1{
  font-size: 44px;
  font-weight: bold;
  color: var(--text-white);
  margin-bottom: 44px;
}
.hero_banner_left_details .hero_list {
  margin-bottom: 50px;
}
.hero_banner_left_details .hero_list  ul{
  display: flex;
  align-items: center;
  gap: 27px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.hero_banner_left_details .hero_list  ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.hero_banner_left_details .hero_list  ul li .hero_list_icon{
  background-color: var(--text-white);
  width: 55px;
  height: 55px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
}
.hero_banner_left_details .hero_list  ul li img{
  height: 30px;
  width: 30px;
}
.hero_banner_left_details .hero_list  ul li span{
  font-size: 20px;
  font-weight: 500;
  color: var(--text-white);
  text-transform: capitalize;
}
.hero_banner_left_details .play_now_btn a{
  display: inline-block;
    height: 45px;
    width: 207px;
    background: var(--gradient-bg);
    border: 1px solid var(--btn-br);
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-white);
    display: flex;
    align-items: center;
    justify-content: center;
}
.after_login_hero_section .slider_block img{
  width: 100%;
}
/* after login hero section end */


/* casino page start */
.page_heading{
  margin-bottom: 22px;
}
.page_heading h1{
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  color: var(--text-white);
  margin-bottom: 5px;
}

.fillter_box_wrapper {
margin-bottom: 30px;
}

.search_filter_row {
  display: flex;
  gap: 15px;
}

.search_filter_row .search_col_left {
  width: 50%;
}
.search_filter_row .search_col_left.single_game_page {
  width: 100%;
}

.search_filter_row .search_box {
  position: relative;
}

.search_filter_row .search_box .form-control {
  width: 100%;
  height: 48px;
  background-color: var(--secondary-color);
  border: 1px solid var(--br-color);
  border-radius: 12px;
  color: var(--text-white);
  font-size: 16px;
  padding-left: 42px;
  font-weight: 300;
}
.search_filter_row .search_box .form-control:focus {
  box-shadow: none;
}

.search_filter_row .search_box .form-control::placeholder {
  color: rgb(255 255 255 / 80%);
}

.search_filter_row .search_box .search_icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.search_filter_row .search_box .search_icon svg {
  height: 18px;
  width: 18px;
  fill: var(--text-white);
}

.search_filter_row .provider_filter_right {
  width: 50%;
  display: flex;
  gap: 15px;
}

.search_filter_row .provider_filter_right .btn-group {
  width: 50%;
}

.search_filter_row .provider_filter_right .dropdown-toggle {
  background-color: var(--secondary-color);
  border: 1px solid var(--br-color);
  border-radius: 12px;
  width: 100%;
  text-align: left;
  color: rgb(255 255 255 / 80%);
  font-size: 16px;
  font-weight: 400;
}

.search_filter_row .provider_filter_right .dropdown-toggle span {
  margin-left: 10px;
  color: var(--text-white);
}

.search_filter_row .provider_filter_right .dropdown-toggle::after {
  background-image: url(../images/down-arrow.avif);
  border: 0;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.search_filter_row .provider_filter_right .dropdown-menu {
  width: 100%;
  background-color: var(--sub-menu-bg);
  padding: 0;
}

.dropdwon_search_box .search_box {
  position: relative;
}

.dropdwon_search_box .search_box .form-control {
  width: 100%;
  height: 45px;
  background-color: var(--primary-color);
  border: 1px solid var(--br-color);
  border-radius: 5px;
  color: var(--text-white);
  font-size: 16px;
  padding-left: 42px;
  font-weight: 300;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;

}

.dropdwon_search_box .search_box .form-control::placeholder {
  color: rgb(255 255 255 / 80%);
}

.dropdwon_search_box .search_box .search_icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.dropdwon_search_box .search_box .search_icon svg {
  height: 18px;
  width: 18px;
  fill: var(--text-white);
}


.search_filter_row .provider_filter_right .dropdown-menu .provider_list {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.search_filter_row .provider_filter_right .dropdown-menu .provider_list::-webkit-scrollbar {
  width: 5px;
}


.search_filter_row .provider_filter_right .dropdown-menu .provider_list::-webkit-scrollbar-thumb {
  background-color: var(--btn-br);
  border-radius: 10px;
}


.search_filter_row .provider_filter_right .dropdown-menu .provider_list::-webkit-scrollbar-track {
  background-color: transparent;
}

.search_filter_row .provider_filter_right .dropdown-menu .provider_list ul li label {
  display: flex;
  padding-right: 24px;
  padding-left: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-color: #7c83b11a;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-style: solid;
  border-width: 1px;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: var(--text-white);
  cursor: pointer;
}

.search_filter_row .provider_filter_right .dropdown-menu .provider_list ul li label .left_box_label {
  display: flex;
  gap: 10px;
  align-items: center;

}

.search_filter_row .provider_filter_right .dropdown-menu .provider_list ul li label .left_box_label .form-check-input {
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 2px solid hsla(0, 0%, 100%, .5);
  border-radius: 0;
  margin: 0;
}

.search_filter_row .provider_filter_right .dropdown-menu .provider_list ul li label .left_box_label .form-check-input:focus {
  box-shadow: none;
}

.search_filter_row .provider_filter_right .dropdown-menu .provider_list ul li label .right_label_box span {
  color: hsla(0, 0%, 100%, .5);
}

.search_filter_row .provider_filter_right .dropdown-menu .provider_list ul li label .left_box_label .form-check-input [data-state=checked] {
  background-color: #0383EF;
}


.search_filter_row .provider_filter_right .dropdown-menu .provider_list ul li label .left_box_label .round {
  position: relative;
  height: auto;
  line-height: 0;
}

.search_filter_row .provider_filter_right .dropdown-menu .provider_list ul li label .left_box_label .round label {
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 2px solid hsla(0, 0%, 100%, .5);
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
  border-radius: 0;
  padding: 0;
}

.search_filter_row .provider_filter_right .dropdown-menu .provider_list ul li label .left_box_label .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 8px;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: 1px;
  transform: rotate(313deg);
  width: 13px;
}

.search_filter_row .provider_filter_right .dropdown-menu .provider_list ul li label .left_box_label .round input[type="checkbox"] {
  visibility: hidden;
  margin: 0 !important;
}

.search_filter_row .provider_filter_right .dropdown-menu .provider_list ul li label .left_box_label .round input[type="checkbox"]:checked+label {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.search_filter_row .provider_filter_right .dropdown-menu .provider_list ul li label .left_box_label .round input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.provider_filter_right .dropdown-item {
  display: flex;
  padding-right: 24px;
  padding-left: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-color: #7c83b11a;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-style: solid;
  border-width: 1px;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: var(--text-white);
  cursor: pointer;
  line-height: normal;
}

.provider_filter_right .dropdown-item:hover {
  background-color: var(--btn-bg);
}

.search_filter_row .provider_filter_right .dropdown-menu .provider_list ul li label:hover {
  background-color: var(--btn-bg);
}


.filter_tabs_box .tabs_block {
  overflow-x: auto;
  margin-top: 15px;
  overflow-y: hidden;
}

.filter_tabs_box .tabs_block::-webkit-scrollbar {
  height: 5px;
  /* height instead of width for horizontal */
}

.filter_tabs_box .tabs_block::-webkit-scrollbar-thumb {
  background-color: var(--btn-br);
  border-radius: 10px;
}

.filter_tabs_box .tabs_block::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Optional: restrict styles to horizontal scrollbar only */
.filter_tabs_box .tabs_block::-webkit-scrollbar:horizontal {
  height: 5px;
}

.filter_tabs_box .tabs_block ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}

.filter_tabs_box .tabs_block ul li a {
    background-color: var(--secondary-color);
    width: auto;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    color: var(--text-white);
    border-radius: 12px;
    border: 1px solid var(--br-color);
    white-space: nowrap;
    min-width: 80px;
}

.filter_tabs_box .tabs_block ul li a.active,
.filter_tabs_box .tabs_block ul li a:hover {
  background: var(--gradient-bg);
}

.game_list_wrapper {
  margin-bottom: 50px;
}


.game_list_wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  row-gap: 15px;
}

.game_list_wrapper ul li {
  width: calc(14.28% - 15px);
  margin: 0 7.5px;
}

.game_list_wrapper ul li a {
  border-radius: 7px;
  display: block;
}

.game_list_wrapper ul li a img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
/* casino page end */

/* Promotion page start */

.promotion_hero_section{
   background-color: var(--primary-color);
   border-radius: 12px;
   overflow: hidden;
   margin-bottom: 40px;
   
}
.promotion_hero_section .promotions_left_box img{
  width: 100%;
}
.promotion_hero_section .promotion_right h1{
  font-size: 40px;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--text-white);
}
.promotion_hero_section .promotion_right p{
  font-size: 22px;
  font-weight: 500;
  color: var(--lbl-text);
  margin-bottom: 20px;
}
.promotion_hero_section .promotion_right span{
  display: block;
  font-size: 18px;
  margin-bottom: 25px;
  color: var(--text-white);
}
.promotion_hero_section .promotion_right .join_now {
    display: inline-block;
    height: 45px;
    width: 165px;
    background: var(--gradient-bg);
    border: 1px solid var(--btn-br);
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-white);
    display: flex;
    align-items: center;
    justify-content: center;
}
.promotion_hero_section .promotion_right .join_now:hover{
  background: var(--text-white);
  color: var(--text-primary);
}
.promotion_hero_section .promotion_right {
    padding: 20px;
}




.promotion_tabs_wrapper .nav {
  margin-bottom: 30px;
  gap: 10px;
}

.promotion_tabs_wrapper .nav-pills .nav-link {
  padding: 13px 23px;
  font-size: 18px;
  border-radius: 12px;
  border: 1px solid var(--br-color);
  min-width: 138px;
  background: var(--secondary-color);
  min-height: 48px;
  color: var(--text-white);
}

.promotion_tabs_wrapper .nav-pills .nav-link.active {
  background: var(--gradient-bg);
  border-radius: 12px;
  border-color: var(--btn-br);
}
.promotion_card{
  padding: 18px;
  border-radius: 15px;
  background-color: var(--primary-color);
  height: 100%;
}
.promotion_card .promotion_img{
   border-radius: 10px;
   overflow: hidden;
   margin-bottom: 20px;
}
.promotion_card .promotion_img img{
  width: 100%;
}

.promotion_card .promotion_details h4{
  font-size: 20px;
  color: var(--text-white);
  margin-bottom: 16px;
  font-weight: 500;
}

.promotion_card .promotion_details span{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--text-white);
  font-weight: 500;
  margin-bottom: 12px;
}

.promotion_card .promotion_details span svg{
  height: 18px;
  width: 18px;
  fill: var(--green-bg);
}

.promotion_card .promotion_details p{
  color: var(--lbl-text);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.promotion_card .promotion_details .btn_more {
    display: inline-block;
    height: 45px;
    width: 137px;
    background: var(--gradient-bg);
    border: 1px solid var(--btn-br);
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 23px;
}
.promotion_page_wrapper{
  margin-bottom: 40px;
}
/* Promotion page end */

/* challenges page start */
.page_heading p{
  color: var(--lbl-text);
  font-size: 18px;
  line-height: normal;
  margin: 0;
}
.promotion_page_wrapper.Challenges_page_wrapper .promotion_card .promotion_details h4{
  font-size: 18px;
  margin-bottom: 10px;
}
.promotion_page_wrapper.Challenges_page_wrapper .promotion_card .promotion_img {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}
.promotion_page_wrapper.Challenges_page_wrapper .promotion_card .list_box{
  padding-top: 11px;
  border-top: 1px solid var(--br-color);
  margin-top: 15px;
}
.promotion_page_wrapper.Challenges_page_wrapper .promotion_card .list_box ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.promotion_page_wrapper.Challenges_page_wrapper .promotion_card .list_box ul li{
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}
.promotion_page_wrapper.Challenges_page_wrapper .promotion_card .list_box ul li label{
  font-size: 16px;
  color: var(--lbl-text);
  
}
.promotion_page_wrapper.Challenges_page_wrapper .promotion_card .list_box ul li span{
  color: var(--text-white);
  font-size: 16px;
}
/* challenges page end */

/* vip page start */
.vip_hero_section{
  background-color: var(--primary-color);
  border-radius: 12px;
  padding: 25px 35px 0;
  overflow: hidden;
  margin-bottom: 40px;
}
.vip_hero_section .left_vip_details h1{
  font-size: 36px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: var(--text-white);
}
.vip_hero_section .left_vip_details h1 span{
  display: block;
}
.vip_hero_section .left_vip_details p{
  font-size: 20px;
  font-weight: 500;
  color: var(--text-white);
  margin-bottom: 50px;
}
.vip_hero_section .left_vip_details .learn_more{
    display: inline-block;
    height: 45px;
    width: 137px;
    background: var(--gradient-bg);
    border: 1px solid var(--btn-br);
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.vip_hero_section .vip_chart{
  position: relative;
  text-align: center;
}
.vip_hero_section .vip_chart img {
    position: relative;
    bottom: -30px;
    max-width: 100%;
}

.VIP_Benefits_section .section_heading{
  text-align: center;
  margin-bottom: 30px;
  flex-direction: column;
  padding: 0;
}
.VIP_Benefits_section .section_heading h2{
  font-size: 40px;
  font-weight: bold;
  color: var(--text-white);
  margin-bottom: 15px;
}
.VIP_Benefits_section .section_heading p{
  font-size: 18px;
  color: var(--lbl-text);
  font-weight: 400;
}

.VIP_Benefits_section .Benefits_card{
  background:var(--card-bg);
  border-radius: 8px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;

}
.VIP_Benefits_section .Benefits_card img{
  height: 75px;
  width: 75px;
  margin-bottom: 20px;
}
.VIP_Benefits_section .Benefits_card h3{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--text-white);
}
.VIP_Benefits_section .Benefits_card p{
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: var(--text-white);
}

.vip_accordain_wrapper .accordion-item{
margin-bottom: 15px;
background-color: var(--accordian_bg);
border: 1px solid var(--br-color);
border-radius: 8px;
overflow: hidden;

}
.vip_accordain_wrapper .accordion-item .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background-color: var(--accordian_bg);
    border-radius: 8px;
    padding: 12px 18px;
    min-height: 60px;
    color: var(--text-white);
    font-size: 20px;
    font-weight: 500;
}
.vip_accordain_wrapper .accordion-item .accordion-button .accordian_btn_left{
  flex: 1;
  display: flex;
  align-items: center;
  gap: 15px;
}
.vip_accordain_wrapper .accordion-item .accordion-button .accordian_btn_left img{
  height: 35px;
  width: 35px;
}
.vip_accordain_wrapper .accordion-item .accordion-button::after{
  filter: brightness(0) saturate(100%) invert(93%) sepia(69%) saturate(5682%) hue-rotate(181deg) brightness(125%) contrast(95%);
}
.vip_explore_section .section_heading {
    margin-bottom: 25px;
}

.vip_explore_section .accrodian_body_tbl .table{
  background-color: var(--primary-color);
  border-radius: 10px;
  border: none;
  color: var(--text-white);
  overflow: hidden;
  margin: 0;
}
.vip_explore_section .accrodian_body_tbl .table th {
    border: 0;
    color: var(--text-white);
    padding: 15px 28px;
    border: none;
    font-size: 20px;
    font-weight: 400;
}
.vip_explore_section .accrodian_body_tbl .table td {
    border: 0;
    color: var(--text-white);
    padding: 15px 28px;
    border: none;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.vip_explore_section .accrodian_body_tbl .table>:not(:first-child) {
    border-top: 0;
}
.vip_explore_section .accrodian_body_tbl .table tbody tr:nth-child(even) {
    background: #323267;
}
.vip_explore_section .accrodian_body_tbl  .tbl_icon{
  height: 25px;
  width: 25px;
  margin-right: 10px;
}
.vip_explore_section .accrodian_body_tbl  .remove_icon{
  height: 22px;
  width: 22px;
  margin-right: 11px;
}




.point_tbl_section{
  overflow: hidden;
   border: 1px solid var(--br-color);
   border-radius: 12px;
}


.point_tbl_section .table{
   border-color: var(--br-color);
   border-radius: 8px;
   margin: 0;
   color: var(--text-white);
   border-collapse: collapse;
   background-color: var(--primary-color);

}
.point_tbl_section .table th{
  vertical-align: middle;
  font-size: 26px;
  font-weight: 500;
  padding: 30px;
  text-align: center;
  border: 1px solid var(--br-color);
  color: var(--text-white);
   border-collapse: collapse;
}
.point_tbl_section .table th img{
  width: 35px;
}
.point_tbl_section .table th:first-child{
  text-align: left;
}

.point_tbl_section .table td{
  vertical-align: middle;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 30px;
  text-align: center;
  border: 1px solid var(--br-color);
  color: var(--text-white);
   border-collapse: collapse;

}
.point_tbl_section .table td:first-child{
  text-align: left;
}

.point_tbl_section .table>:not(:first-child) {
    border-top: none;
}


/* vip page end */

/* rewards page start */
.rewards_type_wrapper {
  background-color: var(--primary-color);
  padding: 20px;
  border-radius: 10px;
}

.rewards_type_wrapper .rewards_main {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
}

.rewards_type_wrapper .rewards_main .rewards_card {
  background-color: var(--secondary-color);
  border: 1px solid var(--br-color);
  border-radius: 8px;
  min-height: 315px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.rewards_type_wrapper .rewards_main .rewards_card::after{
  width: 100%;
  content: '';
  background-image: url(../images/shape.svg);
  background-size: cover;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.rewards_type_wrapper .rewards_main .rewards_card .card_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rewards_type_wrapper .rewards_main .rewards_card .card_header .reward_name {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-white);
  margin: 0;
}

.rewards_type_wrapper .rewards_main .rewards_card .card_icon {
  text-align: center;
}

.rewards_type_wrapper .rewards_main .rewards_card .card_icon img {
  height: 115px;
}

.rewards_type_wrapper .rewards_main .rewards_card .open_btn a {
  background-color: var(--bg-body);
  border: 1px solid var(--btn-br);
  border-radius: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 5px;
  color: var(--text-white);
  font-size: 16px;
  font-weight: 500;
}

.rewards_type_wrapper .rewards_main .rewards_card .open_btn a:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--white-light-br);
}
.info_btn {
  border: 0;
  background-color: transparent;
  outline: none;
  padding: 0;
  opacity: 0.8;
}

.info_btn svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.rewards_type_wrapper .rewards_main .rewards_card .open_btn {
    text-align: center;
}
.rewards_type_wrapper .rewards_main .rewards_card .open_btn p{
  font-size: 18px;
  font-weight: 500;
  color: var(--text-white);
  margin-bottom: 5px;
  text-transform: uppercase;

}
.rewards_type_wrapper .rewards_main .rewards_card .open_btn  span{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: var(--lbl-text);
  gap: 5px;
}


.VIP_Benefits_section.instent_section_wrapper .section_heading{
  flex-direction: row;
}
.VIP_Benefits_section.instent_section_wrapper .section_heading h2{
  margin: 0;
}
.VIP_Benefits_section.instent_section_wrapper .Benefits_card img {
    height: 175px;
    width: 175px;
    margin-bottom: 20px;
}
.VIP_Benefits_section.instent_section_wrapper .Benefits_card .bonus_btn{
  background: var(--secondary-color);
  border: 1px solid var(--br-color);
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-white);
  padding: 11px 27px;
}
.VIP_Benefits_section.instent_section_wrapper .Benefits_card .bonus_btn:hover{
  background: var(--gradient-bg);
  border-color: var(--btn-br);
}
.VIP_Benefits_section.instent_section_wrapper .Benefits_card h3 {
    font-size: 24px;
    margin-bottom: 24px;
    text-align: center;
}

.rank_section_wrapper .section_heading h2{
  font-size: 32px;
  color: var(--text-white);
  margin: 0;
}
.rank_section_wrapper .section_heading{
  margin-bottom: 20px;
}

.rank_section_wrapper .instant_card{
  padding: 30px;
  border-radius: 15px;
  background-color: var(--primary-color);
  height: calc(100% - 58px);
}

.rank_box .progress-bar {
  width: 100%;
  height: 18px;
  background: var(--lbl-text);
  border-radius: 70px;
  overflow: hidden;
  border: 5px solid #4B4F69;
  margin-bottom: 13px;
}

.rank_box .progress-fill {
  height: 100%;
  width: 0%;
  background: var(--green-bg);
  border-radius: 4px;
  transition: width 0.3s ease;
  width: 10%;
}

.rank_box .progress-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rank_box .wagered-info {
  color: #9CA3AF;
  font-size: 16px;
  display: flex;
  gap: 13px;
}
.rank_box .wagered-info .amount{
  color: var(--text-white);
}
.rank_box .completion-info{
  color: var(--text-white);
}
.instant_card .rewards_box{
  text-align: center;
}
.instant_card .rewards_box .coin_img_bg{
  width: 209px;
  height: 181px;
  margin: auto;
  background-image: url(../images/coin-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 25px;
}
.instant_card .rewards_box  span{
  display: block;
  color: var(--lbl-text);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 15px;
}
.instant_card .rewards_box  h3{
  font-size: 45px;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 45px;
}
.instant_card .rewards_box .coin_img_bg img{
  height: 86px;
  width: 86px;
}
.instant_card  .rank_box h5{
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--lbl-text);
  font-weight: 500;
}
.instant_card .claim_button{
  margin-top: 24px;
}
.instant_card .claim_button a{
  border-radius: 12px;
  font-size: 18px;
  color: var(--text-white);
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  background-color: var(--secondary-color);
  border: 1px solid var(--br-color);
}

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

.instant_card .rank_list ul li{
  display: flex;
  background-color: var(--secondary-color);
  border: 1px solid var(--br-color);
  border-radius: 12px;
  padding: 11px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.instant_card .rank_list ul li:last-child{
  margin: 0;
}
.instant_card .rank_list ul li.active{
  border-color: var(--green-bg);
}
.instant_card .rank_list ul li .list_left h5{
  font-size: 26px;
  color: var(--text-white);
  font-weight: 600;
  margin-bottom: 7px;
}
.instant_card .rank_list ul li .list_left label{
  font-size: 20px;
  font-weight: 500;
  color: var(--text-white);
}
.instant_card .rank_list ul li .list_left label span{
  color: var(--lbl-text)  ;
}
.instant_card .rank_list ul li .list_right{
  display: flex;
  gap: 18px;
  align-items: center;
}
.instant_card .rank_list ul li .list_right .coin_type{
  height: 56px;
  width: 56px;
}
.instant_card .rank_list ul li .list_right .lock_img_list{
  height: 26px;
  width: 26px;
}
.instant_card .rank_list ul li.active .lock_img_list{
  filter: brightness(0) saturate(100%) invert(58%) sepia(100%) saturate(370%) hue-rotate(87deg) brightness(107%) contrast(94%);
}
/* rewards page end */


/* report page css start */
.report_main_wrapper .inner_wrapper {
  border-radius: 10px;
  margin: 0px;
}

.report_main_wrapper .report_inner_wrapper {
  padding: 15px 50px;
}

.report_main_wrapper .card_header {
  margin-bottom: 10px;
  justify-content: space-between;
  height: 38px;
  display: flex;
  align-items: center;
  background: transparent;
}

.report_main_wrapper .card_heading {
  font-size: 20px;
  color: var(--bg_dark);
}

.report_main_wrapper .serach_input {
  position: relative;
  width: 300px;
}

.report_main_wrapper .serach_input .form-control {
  height: 45px;
}

.report_main_wrapper .serach_input .form-control:focus {
  box-shadow: none;
}

.report_main_wrapper .search_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: var(--icon_fill);
}

.report_main_wrapper .report_inner_wrapper .input_block .form-control {
  height: 45px;
  background-color: var(--secondary-color);
  border: 1px solid var(--br-color);
  border-radius: 10px;
  color: var(--text-white);
  font-size: 16px;
}

.report_main_wrapper .form-control:focus {
  box-shadow: none;
}

.report_main_wrapper .report_inner_wrapper .input_block .light-text {
  color: var(--text-white);
  font-size: 15px;
  font-weight: 400;
  line-height: 16.2px;
}

.report_main_wrapper .report_inner_wrapper .input_block .btn-primary {
  color: var(--text-white);
  padding: 0px 30px;
  height: 45px;
  margin: 0px;
  background: var(--gradient-bg);
  border: 1px solid var(--btn-br);
  border-radius: 10px;
  width: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
  transform-style: preserve-3d;
  perspective: 1000px;
}
.report_main_wrapper .report_inner_wrapper .input_block .btn-primary:hover{
background: var(--gradient-bg);
  
}
.report_main_wrapper .show_entris {
  display: flex;
  gap: 5px;
  align-items: center;
  color: rgb(0, 0, 0);
  margin-bottom: 15px;
}

.report_main_wrapper .show_entris .form-select {
  padding: 0px 5px;
  height: 28px;
  width: 50px;
  border-radius: 0px;
  background-position: right 3px center;
}

.report_main_wrapper .show_entris .input_block {
  border-radius: 0px;
}

.report_main_wrapper .tbl_filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0px;
}

.report_main_wrapper .report_inner_wrapper {
  padding: 0px;
  margin-bottom: 40px;
}

.report_main_wrapper .card_heading {
  font-size: 14px;
  color: var(--text-white);
  margin: 0px;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  
}

.report_main_wrapper .serach_input {
  position: relative;
  width: 300px;
}

.report_main_wrapper .serach_input .form-control {
  height: 32px;
  border-radius: 70px;
  background-color: var(--grey-800);
  border: 1px solid rgb(254, 98, 1);
  color: var(--text-white);
}

.report_main_wrapper .serach_input .form-control:focus {
  box-shadow: none;
}

.report_main_wrapper .search_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: var(--light-text);
}

.report_main_wrapper .search_icon:hover {
  color: var(--text-white);
}

.report_main_wrapper .input_block .form-control {
  height: 40px;
  font-size: 14px;
}

.report_main_wrapper .form-control:focus {
  box-shadow: none;
}

.report_main_wrapper .input_block .light-text {
  font-size: 15px;
}

.report_main_wrapper .input_block .btn-primary {
  background-color: var(--sucess-color);
  border-color: var(--sucess-color);
  color: var(--bg-white);
  padding: 0px 30px;
  height: 40px;
}

.report_main_wrapper .show_entris {
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--light-text);
  margin-bottom: 0px;
}

.report_main_wrapper .report_inner_wrapper .show_entris .form-select {
  padding: 0px 5px;
  height: 30px;
  width: 60px;
  border-radius: 5px;
  background-position: right 3px center;
}

.report_main_wrapper .show_entris .input_block {
  border-radius: 0px;
  margin: 0px;
}

.report_main_wrapper .tbl_filter {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin: 22px 0px 20px;
}

.report_main_wrapper .icon_block {
  display: flex;
  align-items: center;
  gap: 5px;
}

.report_main_wrapper .icon_block a {
  color: var(--light-text);
}

.report_main_wrapper .icon_block a svg {
  height: 25px;
  width: 25px;
}

.report_main_wrapper .custom_table table {
  font-size: 14px;
  border-color: var(--br-color);
  color: var(--text-white);
}

.report_main_wrapper .custom_table table thead {
  background: var(--seeall-bg);
}

/* .report_main_wrapper .custom_table table thead th {border:1px solid var(--primary-color);} */
.report_main_wrapper .custom_table table thead th {
  background-color: var(--primary-color);
  color: var(--text-white);
  font-weight: 500;
  white-space: nowrap;
  padding: 4px 7px;
}

.report_main_wrapper .custom_table .table>:not(:first-child) {
  border-top: none;
}

.report_main_wrapper .custom_table table td {
  white-space: nowrap;
  padding: 4px 7px;
  color: var(--text-white);
}

.report_main_wrapper button:focus:not(:focus-visible) {
  box-shadow: none !important;
}

.report_main_wrapper #picker {
  display: none !important;
}

.report_main_wrapper .report_inner_wrapper .input_block .form-control::-webkit-calendar-picker-indicator {
  filter: invert();
}

.report_main_wrapper .tabs_row .nav-tabs {
  border: 0px;
}

.report_main_wrapper .tabs_row .nav-tabs .nav-link {
  color: var(--text-white);
  border: 0px;
  font-weight: 500;
  padding: 5px 15px;
}

.report_main_wrapper .tabs_row .nav-tabs .nav-link:hover {
  border: 0px;
}

.report_main_wrapper .tabs_row .nav-tabs .nav-link.active {
  background: var(--gradient-bg);
  color: var(--text-white);
  border-radius: 5px;
}

/* .report_main_wrapper .tabs_row {margin-bottom:15px;} */
.report_main_wrapper .radio_block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.report_main_wrapper .radio_block .form-check .form-check-label {
  font-size: 15px;
  margin-top: 3px;
  color: var(--text-white);
}

.report_main_wrapper .radio_block .form-check-input:checked {
  background-color: var(--text-primary);
  border-color: var(--primary-color2);
}

.report_main_wrapper .radio_block .form-check-input:focus {
  box-shadow: none;
}

.report_main_wrapper .radio_block .form-check {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 0px;
  margin: 0px;
  line-height: normal;
}

.report_main_wrapper .bets_amount {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-white);
}

.report_main_wrapper .icon_heading {
  background-color: var(--bg-white);
  height: 20px;
  width: 20px;
  margin: 6px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.report_main_wrapper .icon_heading svg {
  height: 12px;
  width: 12px;
  fill: var(--text-dark);
  color: var(--text-dark);
}

.report_main_wrapper .icon_heading img {
  height: 12px;
  width: 12px;
}

.report_main_wrapper .depositwrap a.nav-link {
  background: var(--grey-800);
  padding: 5px 15px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
  border-radius: 70px;
}

.report_main_wrapper .depositwrap a.nav-link.active {
  color: rgb(23, 23, 23);
  font-weight: 600;
  background-color: var(--primary-color);
}

.report_main_wrapper .depositwrap .depositwrapbox {
  background-color: var(--secondary-color);
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.report_main_wrapper .depositwrapbox table {
  color: rgb(255, 255, 255);
  width: 100%;
}

.report_main_wrapper .depositwrapbox table .text-end {
  text-align: right;
}

.report_main_wrapper .depositwrapbox table td {
  padding: 3px;
}

.report_main_wrapper .depositwrapbox table td svg.icon {
  width: 16px;
  height: 16px;
  fill: rgb(255, 255, 255);
  margin-left: 10px;
  opacity: 0.8;
}

.report_main_wrapper .upload_img {
  max-width: 200px;
  margin: auto;
}

.report_main_wrapper .upload_img img {
  width: 100%;
}

.report_main_wrapper .report_inner_wrapper .change_password .input_block .form-control {
  height: 40px;
}

.report_main_wrapper .report_inner_wrapper .change_password .input_block .btn-primary {
  height: 40px;
}
.report_inner_card {
  background-color: var(--primary-color);
  border: 1px solid var(--br-color);
  padding: 23px 18px;
  border-radius: 10px;
}
.report_inner_card .form-label{
  color: var(--lbl-text);
}
.report_toggle_menu {
  display: none;
}
.report_toggle_menu svg {
    height: 20px;
    width: 20px;
    fill: var(--text-white);
}


.depositwrapbox .btn-primary {
    background: var(--primary-color);
    border-radius: 5px;
    border: 0px;
    padding: 10px 21px;
    color: var(--text-white);
    font-weight: 500;
    cursor: pointer;
    font-size: 15px;
    min-height: 32px;
    line-height: normal;
    transition: transform 0.3s, box-shadow 0.3s;
    transform-style: preserve-3d;
    perspective: 1000px;
}
.depositwrapbox .btn-primary:hover{
    background: var(--primaryhover-color);
    box-shadow: rgba(176, 24, 247, 0.1) 0px 12px 24px, rgba(112, 32, 241, 0.1) 0px 4px 8px;
    
}
.depositwrapbox .btn-secondary {
    background-color: var(--other-bg);
    border-color: var(--other-bg);
    height: 45px;
    line-height: 1.8;
    border-radius: 12px;
    padding-inline: 22px;
}


/* settings page css start */
.plus_minus .form-control {
  background: var(--secondary-color);
  border-radius: 100px;
  height: 30px;
  display: flex !important;
  border: 0;
  line-height: normal;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  padding: 0 35px;
}

.plus_minus .minus_icon {
  background: var(--primary-color);
  border-radius: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 2.5px;
  height: 24px;
  border-radius: 100%;
  padding: 6px 13px;
  width: 24px;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
  position: absolute;
  left: 0;
  top: 0;
}

.plus_minus .plus_icon {
  background: var(--primary-color);
  border-radius: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 2.5px;
  height: 24px;
  border-radius: 100%;
  padding: 6px 13px;
  width: 24px;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
  position: absolute;
  right: 0;
  top: 0;
}

.set_button_wrapper .main_card {
  width: 100%;
  background-color: var(--primary-light);
  height: fit-content;
  border-radius: 15px;
  font-family: Lato;
}

.set_button_wrapper .text_block {
  padding: 9px 32px;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}

.set_button_wrapper .button_inner_block {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  margin-top: 12px;
  gap: 12px 11px;
}

.set_button_wrapper .button_box {
  min-width: 320px;
  background-color: var(--secondary-color);
  border-radius: 5px;
  border: 1px solid var(--br-color);
}

.set_button_wrapper .item_row {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 16px;
}

.set_button_wrapper .left_content {
  color: var(--text-white);
  font-size: 16px;
}

.set_button_wrapper .right_input {
  width: 50%;
}

.set_button_wrapper .right_input .form-control {
  border-radius: 20px;
  height: 25px;
  border: none;
  outline: none;
  padding: 20px 12px;
  background-color: var(--bg-body);
  color: var(--text-white);
  font-size: 16px;
}

.set_button_wrapper .right_input .plus_minus .minus_icon {
  height: 30px;
  border-radius: 100%;
  padding: 0;
  width: 30px;
  margin: 0px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.set_button_wrapper .right_input   svg{
    width: 16px;
    height: 16px;
    fill: var(--text-white);
}
.set_button_wrapper .right_input .plus_minus .plus_icon {
  height: 30px;
  border-radius: 100%;
  padding: 0;
  width: 30px;
  margin: 0px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.set_button_wrapper .item_row:last-child {
  margin-bottom: 16px;
}


.custom_table .pagination_wrapper{
  margin-top: 20px;
}

.report_inner_card.max_w_card{
  max-width: 500px;
  margin: auto;
}
/* settings page css end */

.pagination_wrapper  .pg li.active a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gradient-bg);
  color: var(--text-white);
  border: 1px solid var(--btn-br);
}

/* arrows */

.pagination_wrapper{
  margin-top: 70px;
}

.pagination_wrapper  .pg-arrow a img{
height: 12px;
width: 12px;
filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(3%) hue-rotate(152deg) brightness(106%) contrast(100%);
}


.pagination_wrapper .pg {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  background: transparent;
  font-size: 14px;
  justify-content: center;
}

.pagination_wrapper  .pg li a {
  text-decoration: none;
  color: var(--text-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid transparent;
}
/* reports page css end */


/* loader css start */
/* Preloader full screen */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(19 19 45 / 97%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
}

/* Golden circle animation */
.loader-circle {
  width: 60px;
  height: 60px;
  border: 6px solid var(--text-primary); /* gold color */
  border-top: 6px solid transparent;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
  margin-bottom: 15px;
}

/* Branding text */
.loader-text {
  margin-top: 25px;
  font-size: 32px;
  font-weight: bold;
  color: var(--text-primary);
  letter-spacing: 3px;
  text-shadow: 0 0 5px var(--text-primary), 0 0 30px var(--text-primary);
  animation: glow 1s infinite alternate;
}

/* Animations */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes pulse {
  from { transform: scale(1); opacity: 1; }
  to { transform: scale(1.3); opacity: 0.6; }
}

@keyframes glow {
  from { text-shadow: 0 0 5px #ffd700, 0 0 10px #ffcc00; }
  to { text-shadow: 0 0 20px #ffd700, 0 0 40px #ff9900; }
}
/* laoder css end */

/* cms page start */

.cms_card_wrapper{
    padding: 28px;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 12px;
    background-color: var(--primary-color);
    font-weight: 500; 
    color: var(--light-text);

}

.cms_card_wrapper h2{
  font-size: 24px;
        line-height: 3.25rem;
        color: var(--lbl-text);
        padding-top: 4px;
        padding-bottom: 12px;
        margin: 0;
        font-weight: 700;
}
.cms_card_wrapper h3{
  font-size: 22px;
  margin-bottom: 10px;
}
.cms_card_wrapper a{
  color: var(--text-primary);
  font-size: 16px;
}
.cms_card_wrapper p{
  font-size: 16px;
  margin-bottom: 12px;
}

.cms_card_wrapper ul:last-child {
    padding-bottom: 0px;
}
.cms_card_wrapper li {
    margin-left: 32px;
    list-style: disc;
}
/* cms page end */

/* affiliates page start */
.banner_block {
  border-radius: 12px;
  overflow: hidden;
}

.banner_block img{
  width: 100%;
}

.banner_section .banner-content-item{
  padding-block: 20px 0;
  color: var(--text-white);
  text-align: center;
}
.banner_section .banner-content-item h2{
  font-weight: 700;
}
.banner_section .banner-content-item h2 span{
  color: var(--text-primary);
}
.banner_section .banner-content-item p{
  color: var(--light-text);
  font-size: 18px;
}
.banner_section .banner-content-item .btn-block a{
  padding: 6px 20px;
  height: 40px;
  display: inline-block;
  background: var(--secondary-color);
  border-radius: 10px;
  color: var(--text-white);
  border: solid 1px var(--br-color);
}
.banner_section .banner-content-item .btn-block a.become-btn{
  border: solid 1px var(--btn-br);
  background: var(--gradient-bg);
}

.affiliate-box-wrap{
  background: var(--primary-color);
  border-radius: 10px;
  text-align: center;
  color: var(--text-white);
  padding: 20px;
}
.affiliate-box-wrap .affiliate-header{
  font-size: 18px;
}
.affiliate-box-wrap .affiliate-header h2{
  font-size: 35px;
  font-weight: 700;
}
.affiliate-box-wrap .commision-wrap .commision-box{
  background: #7841ee;
  padding: 20px;
  border-radius: 10px;
}
.affiliate-box-wrap .commision-wrap .commision-box h2{
  font-weight: 700;
  margin-bottom: 0;
  font-size: 28px;
}
.affiliate-box-wrap .commitment-wrap{
  padding-block: 30px;
}
.text-yellow{
  color: var(--text-primary);
}
.affiliate-box-wrap .commitment-wrap .commitment-box{
  background: var(--sub-menu-bg);
  padding: 20px;
  border-radius: 15px;
  min-height: 175px;
}
.affiliate-box-wrap .commitment-wrap .commitment-box img{
  max-width: 35px;
}
.affiliate-box-wrap .commitment-wrap .commitment-box .commitment-content{
  padding-top: 20px;
  font-size: 18px;
  color: var(--light-text);
}
.affiliate-box-wrap .commitment-wrap .commitment-box .commitment-content h3{
  font-weight: 700;
  font-size: 22px;
  color: var(--text-white);
}

.affiliate-box-wrap .reward-wrap .reward-box{
  background: var(--sub-menu-bg);
  border-radius: 15px;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.affiliate-box-wrap .reward-wrap .reward-box .reward-img{
  min-width: 100px;
  height: 100px;
  background: var(--other-bg);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.affiliate-box-wrap .reward-wrap .reward-box .reward-img img{
  max-width: 64px;
}
.affiliate-box-wrap .reward-wrap .reward-box .reward-content{
  text-align: left;
}
.affiliate-box-wrap .reward-wrap .reward-box .reward-content h3{
  font-size: 25px;
  font-weight: 700;
}
.affiliate-box-wrap .reward-wrap .reward-box .reward-content p{
  margin-bottom: 0;
  font-size: 18px;
}
.affiliate-box-wrap .partner-wrap{
  padding-block: 40px;
}
.affiliate-box-wrap .partner-wrap .partner-box{
  background: var(--sub-menu-bg);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 10px;
  padding-right: 10px;
}
.affiliate-box-wrap .partner-wrap .partner-box .partner-img{
  width: 50%;
}
.affiliate-box-wrap .partner-wrap .partner-box .partner-img img{
  max-width: 250px;
  height: 230px;
}
.affiliate-box-wrap .partner-wrap .partner-box .partner-content{
  padding: 0 0 20px 25px;
  text-align: left;
  width: 50%;
}
.affiliate-box-wrap .partner-wrap .partner-box .partner-content p{
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--light-text);
}
.affiliate-box-wrap .partner-wrap .partner-box .partner-content h3{
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 0;
}
.affiliate-box-wrap .earning-potential-wrap{
  background: var(--sub-menu-bg);
  border-radius: 15px;
  padding: 20px;
  text-align: left;
}
.affiliate-box-wrap .earning-potential-wrap h2{
  font-weight: 700;
  font-size: 35px;
}
.affiliate-box-wrap .earning-potential-wrap p{
  color: var(--lbl-text);
}
.affiliate-box-wrap .earning-potential-wrap a{
  padding: 6px 20px;
  height: 40px;
  display: inline-block;
  background: var(--text-primary);
  border-radius: 10px;
  color: var(--text-white);
  border: solid 1px var(--btn-br);
}

.get-in-touch-wrap .title{
  margin-top: 30px;
  color: var(--text-white);
}
.get-in-touch-wrap .get-in-touch-form{
  background: var(--primary-color);
  padding: 20px;
  border-radius: 15px;
  color: var(--text-white);
}
.get-in-touch-wrap .get-in-touch-form .form-group label{
  display: block;
  color: var(--lbl-text);
  margin-bottom: 6px;
}
.get-in-touch-wrap .get-in-touch-form .form-group input,
.get-in-touch-wrap .get-in-touch-form .form-group textarea{
  background: var(--sub-menu-bg);
  border: solid 1px var(--br-color);
  height: 40px;
  border-radius: 8px;
  padding: 5px 12px;
  width: 100%;
  color: var(--text-white);
}
.get-in-touch-wrap .get-in-touch-form .form-group textarea{
  height: 100%;
}
.get-in-touch-wrap .get-in-touch-form .form-group input::placeholder{
  color: var(--lbl-text);
  opacity: .7;
}
.get-in-touch-wrap .get-in-touch-form .form-group input:focus,
.get-in-touch-wrap .get-in-touch-form .form-group textarea{
  outline: solid 1px var(--primary-color);
}
.get-in-touch-wrap .get-in-touch-form .btn-item .submit{
  padding: 6px 20px;
  height: 40px;
  display: inline-block;
  background: var(--text-primary);
  border-radius: 10px;
  color: var(--text-white);
  border: solid 1px var(--btn-br);
  width: 150px;
  text-align: center;
  margin-top: 15px;
}
.get-in-touch-wrap p{
  font-size: 22px;
  color: var(--lbl-text);
  margin-block: 25px 30px;
}
.get-in-touch-wrap p a{
  color: var(--text-primary);
}

.policies-wrap{
  border-top: solid 1px #3f3f8b7d;
  border-bottom: solid 1px #3f3f8b7d;
  padding-block: 30px;
}
.policies-wrap .policies-box{
  background: var(--primary-color);
  padding: 35px 30px;
  border-radius: 15px;
  color: var(--text-white);
}
.policies-wrap .policies-box h2{
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 15px;
}
.policies-wrap .policies-box .policies-btn{
  padding: 6px 20px;
  height: 40px;
  display: inline-block;
  background: var(--secondary-color);
  border-radius: 10px;
  color: var(--text-white);
  border: solid 1px var(--br-color);
}

.faq-section{
  padding-block: 40px;
  border-bottom: solid 1px #3f3f8b7d;
}
/* affiliates page end */

/* promo redeem code modal start */
#promoModal .redeem-item{
  margin-top: 25px;
  padding-top: 20px;
  border-top: solid 1px var(--br-color);
}
#promoModal .redeem-item .content-item .content{
  color: var(--lbl-text);
}
#promoModal .redeem-item .content-item .content h4{
  color: var(--text-white);
  font-size: 28px;
}
#promoModal .redeem-item .content-item .code-item{
  color: var(--lbl-text);
  padding-top: 15px;
}
#promoModal .redeem-item .content-item .code-item .form-group label{
  margin-bottom: 7px;
}
#promoModal .redeem-item .content-item .code-item .form-group .input-item{
  display: flex;
  gap: 10px;
  align-items: center;
}
#promoModal .redeem-item .content-item .code-item .form-group input{
  background: var(--secondary-color);
  border: 1px solid var(--br-color);
  border-radius: 10px;
  color: var(--text-white);
  height: 45px;
  padding: 8px 15px;
  width: 100%;
}
#promoModal .redeem-item .content-item .code-item input:focus{
  outline: none;
  box-shadow: none;
}
#promoModal .redeem-item .content-item .code-item input::placeholder{
  color: var(--lbl-text);
}
#promoModal .redeem-item .content-item .code-item .redeem-btn{
  height: 45px;
  background: var(--gradient-bg);
  border: 1px solid var(--btn-br);
  border-radius: 10px;
  font-weight: 500;
  color: var(--text-white);
  padding: 6px 15px;
}
#promoModal .redeem-item .redeem-img img{
  width: 100%;
}
/* promo redeem code modal end */

.mobile-menu {
  display: none;
}

/* new css added from my side */
.terms_condi{
  color: var(--text-primary);
}
.terms_condi:hover{
  color: var(--text-white);
}
.form-check-label{
  cursor: pointer;
}
/* new css added from my side */



/* search modal */
.lg-modal .modal-dialog{
  max-width: 800px;
}
.lg-modal .modal-dialog .modal-content{
  background: var(--primary-color);
  border-radius: 15px;
}
.lg-modal .modal-dialog .modal-content .modal-header h5{
  color: var(--text-white);
  margin-bottom: 0;
}
.modal-header button.btn-modal{
  height: 25px;
  width: 25px;
  background-color: var(--secondary-color);
  border: 1px solid var(--br-color);
  border-radius: 12px;
  opacity: 1;
  z-index: 1;
  background-image: url(../images/close.svg);
}
#searchModal .modal-dialog{
  max-width: 1024px;
}
#searchModal .modal-dialog .modal-content .game_list_wrapper{
  max-height: 600px;
  overflow-y: auto;
  margin-bottom: 20px;
}
#searchModal .modal-dialog .modal-content .game_list_wrapper .btn-primary{
  background: var(--text-primary);
  border-color: var(--btn-br);
  border-radius: 10px;
  text-align: center;
}
.oy-hidden{
  overflow-y: hidden;
}
.wallet-wrap .form-title{
  color: var(--text-white);
  padding-block: 20px;
}
.wallet-wrap .form-group label{
  display: block;
  margin-bottom: 10px;
  color: var(--text-white);
}
.wallet-wrap .form-group{
  padding-bottom: 20px;
}
.wallet-wrap .form-group input,
.wallet-wrap .form-group select{
  background-color: var(--secondary-color);
  border: 2px solid var(--br-color);
  height: 45px;
  border-radius: 12px;
  padding: 10px 20px;
  color: var(--text-white);
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}
.wallet-wrap .form-group input:focus{
  outline: none;
}
.wallet-wrap .form-item .btn-primary{
  width: 100%;
  background: var(--text-primary);
  border-color: var(--btn-br);
  border-radius: 10px;
  height: 45px;
  line-height: 1.8;
  font-size: 18px;
}
.wallet-wrap .wallet-tabs {
  width: 100%;
  overflow-x: auto;
}
.wallet-wrap .wallet-tabs ul{
  flex-wrap: nowrap;
}
.wallet-wrap .wallet-tabs ul li a{
  border-radius: 0;
  padding: 0px 10px 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-white);
  height: auto;
  display: inline-block;
  line-height: 1;
  text-align: center;
  position: relative;
  min-width: 80px;
  background: none;
}
.wallet-wrap .wallet-tabs ul li a:hover{
  color: var(--text-white);
}
.wallet-wrap .wallet-tabs ul li a::after{
  content: '';
  background-color: var(--text-primary);
  left: 0;
  bottom: -15px;
  position: absolute;
  height: 1.5px;
  width: 100%;
  display: none;
}
.wallet-wrap .wallet-tabs ul li a.active::after,
.wallet-wrap .wallet-tabs ul li a:hover::after{
  display: block;
}
.wallet-wrap .tip-wrap .form-check input{
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: var(--secondary-color);
  border: 1px solid var(--br-color);
}
.wallet-wrap .tip-wrap .form-check label{
  color: var(--text-white);
  line-height: 1.9;
  margin-left: 5px;
}
.wallet-wrap .tip-wrap .form-group input[type="radio"]{
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.wallet-wrap .tip-wrap .form-group.radion-form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: var(--secondary-color);
  border-color: var(--br-color);
  border-radius: 10px;
  padding-bottom: 0;
  height: 45px;
  padding-left: 20px;
}
.wallet-wrap .tip-wrap .form-group.radion-form label {
  margin-bottom: 0;
}
.wallet-wrap .tip-wrap .btn-primary {
  background: var(--text-primary);
  border-radius: 10px;
  border-color: var(--btn-br);
  width: 100%;
}
.otp-modal .form_input_block .otp-form{
  display: flex;
  justify-content: space-between;
}
.otp-modal .form_input_block .otp-form .form-group input{
  background-color: var(--secondary-color);
  border: 2px solid var(--br-color);
  height: 50px;
  width: 50px;
  border-radius: 12px;
  text-align: center;
  color: var(--text-white);
  font-size: 20px;
  font-weight: 400;
}
.otp-modal .form_input_block .otp-form .form-group input:focus{
  outline: 0;
}

/* provider page */
.provider-wrap .provider-item{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  padding-bottom: 50px;
}
.provider-wrap .provider-item .provider-img{
  background-color: var(--primary-color);
  border: none;
  border-radius: 8px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  cursor: pointer;
  transition: all ease-in-out .3s;
}
.provider-wrap .provider-item .provider-img:hover,
.provider-wrap .provider-item .provider-img.active{
  background: var(--arrow_bg);
}
.provider-wrap .provider-item .provider-img img{
  width: 100%;
}

.scroller::-webkit-scrollbar {
  width: 5px;
}


.scroller::-webkit-scrollbar-thumb {
  background-color: var(--arrow_bg);
  border-radius: 10px;
}


.scroller::-webkit-scrollbar-track {
  background-color: transparent;
}

/* account statement modal */
.account-statement-modal .modal-body .modal-conten{
  border-radius: 20px;
}
.account-statement-modal .modal-dialog .modal-content{
  background: var(--primary-color);
  color: var(--text-white);
  border-radius: 20px;
}
.account-statement-modal .modal-dialog .modal-content .modal-header{
  border-bottom: solid 1px var(--br-color);
}
.account-statement-modal .bet-details{
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.account-statement-modal .bet-details .bet-cat-list{
  display: flex;
  gap: 10px;
}
.account-statement-modal .bet-details .bet-cat-list .custom-control input{
  margin-right: 5px;
}
.account-statement-modal .custom_table table{
  border-color: var(--br-color);
}
.account-statement-modal .custom_table table tbody{
  border-top: solid 1px var(--br-color);
}
.account-statement-modal .custom_table table thead tr th {
  background-color: var(--primary-color);
  color: var(--text-white);
  font-weight: 500;
  white-space: nowrap;
  padding: 4px 7px;
}
.account-statement-modal .custom_table table tbody tr td {
  color: var(--text-white);
  white-space: nowrap;
  padding: 4px 7px;
  font-weight: 300;
}
.account-statement-modal .text-green {
  color: var(--green-bg);
}
.account-statement-modal .text-red {
  color: var(--red-text);
}
.modal_casino_info .modal-content{
  background: var(--primary-color);
  color: var(--text-white);
  border-radius: 10px;
}
.modal_casino_info .modal-content .modal-header{
  border-bottom: solid 1px var(--br-color);
}
.modal_casino_info .modal-content .ecasinobtn button{
  background: var(--text-primary);
  border: solid 1px var(--btn-br);
  border-radius: 10px;
  margin-top: 25px;
}


.main_container .max_conatiner_wrapper.game_layout {
  max-width: 100%;
}
.scrolled_gamelayout{
  overflow: hidden;
}
.scrolled_gamelayout {
  overflow: hidden;
}
.scrolled_gamelayout .center_wrapper{
 padding: 10px 10px;

}

.drawer-close-button{
    position: absolute;
    right: -59px;
    background: var(--gradient-bg);
    border: 0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-white);
    z-index: 99;
    top: 5px;
    display: none;
}
.left_sidebar.active .drawer-close-button{
    display: block;
    right: 0;
}



 .upload_img {
    max-width: 150px;
    margin: 20px auto;
    padding: 5px;
    border: 1px solid var(--btn-br);
    border-radius: 6px;
}

 .upload_img img {
    width: 100%;
}

/* register otp field */
/* #signupmodal .form_inner_wrapper .form_input_block .otp-field{
  display: flex;
  justify-content: space-between;
}
#signupmodal .form_inner_wrapper .form_input_block .otp-field input{
  background-color: var(--secondary-color) !important;
  border: 2px solid var(--br-color);
  height: 50px;
  width: 50px;
  border-radius: 12px;
  color: var(--text-white) !important;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
#signupmodal .form_inner_wrapper .form_input_block .otp-field input:focus{
  border: none;
  outline: none;
} */

 /* otp input form */
#signupmodal form .otp-input-group{
  flex-wrap: nowrap;
  
}
#signupmodal form .otp-input-group button{
  width: auto;
  padding-inline: 20px;
}
#signupmodal form .otp-input-group select{
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background: var(--secondary-color);
  border: 2px solid var(--br-color);
  color: var(--text-white);
  border-right: 0;
  max-width: 110px;
  padding-inline: 10px;
  appearance: auto;
}
#signupmodal form .otp-input-group select:focus{
  box-shadow: none;
}
#signupmodal form .otp-input-group select::-webkit-keygen-select{
  filter: invert(1);
  color: var(--text-white);
}

.game_list_wrapper ul li{
  position: relative;
}

.game_img_item .fav_icon,
.game_list_wrapper ul li .fav_icon {
  height: 25px;
  width: 25px;
  background-color: rgb(0 0 0 / 60%);
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 5px;
  padding: 3px;
  transition: all ease-in-out .2s;
  z-index: 9;
}
.game_img_item .fav_icon:hover,
.game_list_wrapper ul li .fav_icon:hover{
  background: #5454b5;
}
.input_block select{
  appearance: auto;
}

/* home page hero section */
.hero-game-section {
  background-image: url(../images/herobg.png);
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 18px 38px 18px 71px;
  margin-bottom: 30px;
}
.hero-game-section .hero_inner_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.hero-game-section .hero_inner_block .hero_details_box h1 {
  font-size: 50px;
  color: var(--text-white);
  font-weight: 700;
  margin-bottom: 20px;
}
.hero-game-section .hero_inner_block .hero_details_box .hero-login{
  display: flex;
  gap: 20px;
  align-items: center;
}
.hero-game-section .hero_inner_block .hero_details_box .hero-login .social-login span{
  display: block;
  font-size: 13px;
  color: var(--text-white);
}
.hero-game-section .hero_inner_block .hero_details_box .hero-login .social-login a{
  width: 30px;
  height: 30px;
  display: inline-flex;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  margin-right: 5px;
  transition: all ease-in-out .3s;
}
.hero-game-section .hero_inner_block .hero_details_box .hero-login .social-login a:hover{
  background: var(--secondary-color);
}
.hero-game-section .hero_inner_block .hero_details_box .hero-login .join_btn{
  display: inline-block;
  height: 45px;
  width: 165px;
  background: linear-gradient(26deg, rgba(255, 174, 0, 1) 0%, rgba(255, 187, 0, 1) 100%);
  border: 1px solid var(--btn-br);
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_right_main {
  display: flex;
  gap: 15px;
}
.hero_right_box {
  transition: .5s;
  cursor: pointer;
}
.hero-game-section .hero_inner_block .hero_right_box .hero_img_block {
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--secondary-color);
  transition: all ease-in-out .3s;
}
.hero-game-section .hero_inner_block .hero_right_box .hero_img_block:hover {
  transform: translateY(-5px);
}
.hero-game-section .hero_inner_block .hero_right_box .hero_img_block .img_box_hero img {
    width: 100%;
}
.hero-game-section .hero_inner_block .hero_right_box .tittle_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}
.hero-game-section .hero_inner_block .hero_right_box .tittle_block span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 500;
    color: var(--text-white);
}
.hero-game-section .hero_inner_block .hero_right_box.dull_element .hero_img_block {
    border-radius: 12px;
    overflow: hidden;
    background-color: #705da0;
}
.hero-game-section .hero_inner_block .hero_details_box h1 .heighlight_text {
    color: var(--text-primary);
}


/* ======= welcome bonus item =======*/
.welcome-banner-wrap .bonus-card{
  display: flex;
  background: var(--primary-color);
  border-radius: 20px;
  padding: 20px 40px;
  position: relative;
  overflow: hidden;
}
.welcome-banner-wrap .bonus-card .bonus-title{
  width: 20%;
}
.bonus-btn{
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 5px;
}
.bonus-btn:hover{
  color: var(--text-primary);
}
.bonus-btn:hover .icon{
  transform: translateX(5px);
}
.bonus-btn .icon{
  transition: all ease-in-out .3s;
  width: 14px;
  height: 14px;
  fill: var(--text-primary);
}
.welcome-banner-wrap .bonus-card .bonus-title h2{
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.welcome-banner-wrap .bonus-card .bonus-title h2 span{
  display: block;
  color: var(--text-white);
}

.welcome-banner-wrap .bonus-card .bonus-title p{
  color: var(--lbl-text);
}
.welcome-banner-wrap .bonus-card .bonus-slider {
  width: 80%;
}
.welcome-banner-wrap .bonus-card .bonus-slider .bonus-item{
  background: radial-gradient(117.84% 117.24% at 50% -20.4%, var(--primary-color) 0,var(--secondary-color) 41.31%,var(--sub-menu-bg));
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  /* min-width: 250px; */
  color: var(--text-white);
}
.welcome-banner-wrap .bonus-card .bonus-slider .bonus-item.inactive{
  opacity: .4;
}
.welcome-banner-wrap .bonus-card .bonus-slider .slick-slide {
    margin: 0 5px;
    box-sizing: border-box;
}
.welcome-banner-wrap .bonus-card .bonus-slider .bonus-item hr{
  border: solid 1px #4b4ba9;
  margin: 10px 0;
}
.welcome-banner-wrap .bonus-card .bonus-slider .bonus-item p{
  color: var(--lbl-text);
  margin-bottom: 5px;
}
.welcome-banner-wrap .bonus-card .bonus-slider .bonus-item h3{
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 0;
}
.welcome-banner-wrap .bonus-card .bonus-slider .bonus-item span{
  color: var(--lbl-text);
}
.welcome-banner-wrap .bonus-card .bonus-slider .bonus-item .prize-box{
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-bottom: 10px;
}
.welcome-banner-wrap .bonus-card .bonus-slider .bonus-item .prize-box img{
  max-width: 25px;
}
.welcome-banner-wrap .bonus-card .bonus-slider .bonus-item .prize-box span{
  color: var(--text-white);
}
.welcome-banner-wrap .bonus-card .bonus-slider .btn-primary{
  height: 40px;
  width: 100%;
  font-weight: 500;
  color: var(--text-white);
  background: var(--gradient-bg);
  border: 1px solid var(--btn-br);
  border-radius: 10px;
}
.welcome-banner-wrap .bonus-card .bonus-img img{
  max-width: 150px;
  position: absolute;
  right: 0;
  top: -15px;
}

/*=================== sidebar collapse start ===============*/

/* Default expanded */
.left_sidebar {
  width: 350px;
  transition: width 0.3s ease;
}

/* Collapsed sidebar */
.left_sidebar.collapsed {
  width: 80px;
  padding: 25px 10px;
}

/* Hide text when collapsed */
.left_sidebar.collapsed span,
.left_sidebar.collapsed .winner_details,
.left_sidebar.collapsed .bonus_details,
.left_sidebar.collapsed span .game-switch-btn .btn-item a span,
.left_sidebar.collapsed .left_sidebar_inner_menu .menu_box.menu_accordian_box .accordion-button::after {
  display: none;
}

.left_sidebar.collapsed:hover .left_sidebar_inner_menu .menu_box.menu_accordian_box .accordion-button::after{
  display: block;
}



/* Center icons */
.left_sidebar.collapsed a {
  justify-content: center;
}

/* Icon size remains */
.left_sidebar.collapsed .menu_icon svg,
.left_sidebar.collapsed .menu_icon img {
  width: 22px;
  height: 22px;
}

.left_sidebar.collapsed .game-switch-btn .btn-item{
  flex-direction: column;
}
.left_sidebar.collapsed:hover .game-switch-btn .btn-item {
  flex-direction: row;
}
.left_sidebar.collapsed:hover .game-switch-btn .btn-item a{
  justify-content: center;
}
.left_sidebar.collapsed .center_wrapper{
  margin-left: 270px;
}



/* Hover to expand */
.left_sidebar.collapsed:hover {
  width: 350px;
}

/* Show text on hover */
.left_sidebar.collapsed:hover span,
.left_sidebar.collapsed:hover .winner_details,
.left_sidebar.collapsed:hover .bonus_details {
  display: inline-block;
}

/* Restore alignment on hover */
.left_sidebar.collapsed:hover a {
  justify-content: flex-start;
}

 .menu_fold .main_container .left_sidebar.collapsed:hover .center_wrapper{
  width: 100%;
  transition: width .3s ease;

}

.menu_fold .main_container .center_wrapper{
  margin-inline: auto;
  max-width: calc(100% - 100px);
  transition: width .3s ease;

}
.menu_fold .main_container.sidebar-hover .center_wrapper {
  margin-left: 350PX;
  /* margin-top: 90px; */
  padding: 25px 15px;
  width: calc(100% - 350px);
  overflow-x: hidden;
  transition: width .3s ease;

}


/* .left_sidebar {
  overflow: hidden;
}

.left_sidebar span {
  white-space: nowrap;
} */

.menu_fold .header_wrapper .header_left_block .menu_iocn a svg{
  rotate: 180deg;
}

/* casino witch button */
.game-switch-btn .btn-item{
  display: flex;
  background: var(--primary-color);
  border: solid 1px var(--br-color);
  gap: 5px;
  padding: 3px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.game-switch-btn .btn-item a{
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--text-white);
  width: 100%;
  border-radius: 10px;
  transition: all ease-in-out .3s;
}
.game-switch-btn .btn-item a.disable{
  opacity: .3;
  pointer-events: none;
}
.game-switch-btn .btn-item a:hover,
.game-switch-btn .btn-item a.active{
  background: linear-gradient(26deg, rgba(255, 174, 0, 1) 0%, rgba(255, 187, 0, 1) 100%);
}
.game-switch-btn .btn-item a .icon{
  width: 22px;
  height: 22px;
}


/* logout modal css************************************** */
/* logout modal css start */
.logout-modal .modal-dialog{
  max-width: 450px;
}
.logout-modal .modal-dialog .modal-content{
  background: var(--primary-color);
  border-radius: 20px;
  position: relative;
}
.logout-modal .modal-dialog .modal-content::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: radial-gradient(117.84% 117.24% at 50% -20.4%, var(--primary-color) 0, #2424b982 41.31%, #1f1f4c);
}
.logout-modal .modal-dialog .modal-content .modal-body{
  padding: 0;
}
.logout-modal .modal-dialog .modal-content .modal-body .logout-wrap{
  color: var(--text-white);
  text-align: center;
}
.logout-modal .modal-dialog .modal-content .modal-body .logout-wrap .logout-content{
  padding: 20px;
}
.logout-modal .modal-dialog .modal-content .modal-body .logout-wrap .logout-content h3{
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}
.logout-modal .modal-dialog .modal-content .modal-body .logout-wrap .logout-content p{
  color: var(--lbl-text);
  font-size: 18px;
}
.logout-modal .modal-dialog .modal-content .modal-body .logout-wrap .btn-item{
  background: var(--secondary-color);
  padding: 20px;
  display: flex;
  gap: 10px;
}
.logout-modal .modal-dialog .modal-content .modal-body .logout-wrap .btn-item .btn-primary{
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--text-white);
  width: 100%;
  border-radius: 10px;
  background: #2c2852;
  border: solid 1px var(--br-color);
}
.logout-modal .modal-dialog .modal-content .modal-body .logout-wrap .btn-item .btn-primary.return{
  background: var(--text-primary);
  border-color: var(--btn-br);
}
/* logout modal css end */
/* ******************************************logout modal css */


/* header bonus btn */
.md-bonus-btn{
  display: none;
}








/*================= new report css start =============*/

.transaction-body-wrap{
  padding-bottom: 50px;
}
.transactio-wrap .transaction-tab-item{
  background: var(--primary-color);
  border-radius: 15px;
}
.transactio-wrap .transaction-tab-item ul{
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.transactio-wrap .transaction-tab-item ul li{
  flex: 1 1;
}
.transactio-wrap .transaction-tab-item ul li button{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 30px 20px;
  width: 100%;
  border-radius: 12px;
}
.transactio-wrap .transaction-tab-item ul li button.active{
  background: var(--secondary-color);
}
.transactio-wrap .transaction-tab-item ul li button img{
  max-width: 50px;
  margin: auto;
}

/* mobile dropdown start */
.transaction-sm-tab .dropdown{
  width: 100%;
  display: none;
}
.transaction-sm-tab .dropdown button{
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
  gap: 10px;
  height: 45px;
  background: var(--primary-color);
  border: solid 1px var(--br-color);
  border-radius: 10px;
}
.transaction-sm-tab .dropdown button .tab-name{
  flex: 1;  
}
.transaction-sm-tab .dropdown .dropdown-toggle::after{
  position: absolute;
  top: 20px;
  right: 15px;
}
.transaction-sm-tab .dropdown button img{
  width: 25px;
}
.transaction-sm-tab .dropdown .dropdown-menu{
  width: 100%;
  background: var(--primary-color);
  padding: 10px;
}
.transaction-sm-tab .dropdown .dropdown-menu img{
  width: 25px;
}
.transaction-sm-tab .dropdown .dropdown-menu ul li a{
  color: var(--text-white);
  padding-block: 10px;
  display: inline-flex;
  gap: 10px;
  font-size: 14px;
}
/* mobile dropdown end */

.transaction-body-wrap .user-item .account-box{
  background: var(--primary-color);
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  min-height: 112px;  
}
.transaction-body-wrap .user-item .account-box.rank-box{
  justify-content: space-around;
}
.transaction-body-wrap .user-item .account-box img{
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.transaction-body-wrap .user-item .account-box .user{
  display: block;
  color: var(--text-white);
  font-size: 20px;
}
.transaction-body-wrap .user-item .account-box a{
  font-size: 13px;
  text-decoration: underline;
}
.transaction-body-wrap .user-item .account-box .rank-item .rank-top,
.transaction-body-wrap .user-item .account-box .rank-item .gift-rank{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.transaction-body-wrap .user-item .account-box .rank-item .gift-rank{
  gap: 15px;
  padding-block: 3px 5px;
}
.transaction-body-wrap .user-item .account-box .rank-item .rank-top span{
  color: var(--text-white);
  font-size: 14px;
}
.transaction-body-wrap .user-item .account-box .rank-item .gift-rank .progress-bar{
  width: 100%;
  background: var(--secondary-color);
  height: 14px;
  border-radius: 20px;
  position: relative;
}
.transaction-body-wrap .user-item .account-box .rank-item .gift-rank .progress-bar span{
  position: absolute;
  left: 50%;
  font-size: 12px;
  transform: translate(-7px);
}
.transaction-body-wrap .user-item .account-box .rank-item .gift-rank .progress-bar progress{
  width: fit-content;
  background-color: var(--text-primary);
}
.transaction-body-wrap .user-item .account-box .rank-item .gift-rank img{
  max-width: 30px;
  height: 30px;
}
.transaction-body-wrap .user-item .account-box .rank-item p{
  margin-bottom: 0;
  font-size: 14px;
  color: var(--lbl-text);
}
.transaction-body-wrap .user-item .account-box .cashback-item span{
  color: var(--text-white);
}
.transaction-body-wrap .user-item .account-box .cashback-item p{
  margin-bottom: 0;
  color: var(--text-white);
}
.transaction-body-wrap .user-item .account-box .cashback-item .cashback-percent{
  display: flex;
  gap: 10px;
  font-size: 30px;
  font-weight: 500;
  padding-top: 10px;
}
.transaction-body-wrap .user-item .account-box .cashback-item .cashback-percent .active-per{
  color: var(--text-primary);
}
.transaction-body-wrap .user-item .account-box .cashback-item .cashback-percent .inactive-percent{
  display: flex;
  gap: 10px;
  opacity: .2;
  align-items: center;
}
.transaction-body-wrap .user-item .account-box .cashback-item .cashback-percent .inactive-percent .icon{
  width: 20px;
  height: 20px;
}
.transaction-body-wrap .user-item .account-box.cashback-box img{
  width: inherit;
}

.transaction-body-wrap .personal-setting .user-rank-box{
  background: var(--primary-color);
  border-radius: 15px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  color: var(--text-white);
  min-height: 280px;
}
.transaction-body-wrap .personal-setting .user-rank-box .user-rank-item .user-item{
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 20px;
  padding-bottom: 15px;
}
.transaction-body-wrap .personal-setting .user-rank-box .user-rank-item p{
  color: var(--lbl-text);
  font-size: 14px;
  flex: 1;
}
.transaction-body-wrap .personal-setting .user-rank-box .user-rank-item .user-rank-bttom span{
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.transaction-body-wrap .personal-setting .user-rank-box .user-rank-item .user-rank-bttom .btn-primary{
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--text-white);
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(26deg, rgba(255, 174, 0, 1) 0%, rgba(255, 187, 0, 1) 100%);
  border: solid 1px var(--btn-br);
}
.transaction-body-wrap .personal-setting .user-rank-box .img-item{
  text-align: center;
}
.transaction-body-wrap .personal-setting .user-rank-box .img-item img{
  max-width: 240px;
}
.transaction-body-wrap .personal-setting .user-rank-box .user-rank-item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.transaction-body-wrap .personal-setting .user-rank-box .img-item,
.transaction-body-wrap .personal-setting .user-rank-box .user-rank-item{
  width: 50%;
}
.transaction-body-wrap .personal-setting .personal-setting-box{
  background: var(--primary-color);
  padding: 15px;
  border-radius: 15px;
  color: var(--text-white);
  min-height: 280px;
}
.transaction-body-wrap .personal-setting .personal-setting-box .personal-title{
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 15px;
}
.transaction-body-wrap .personal-setting .personal-setting-box .personal-title .icon{
  width: 20px;
  height: 20px;
}
.transaction-body-wrap .personal-setting .personal-setting-box .personal-title h6{
  margin-bottom: 0;
  font-size: 18px;
}
.transaction-body-wrap .personal-setting .personal-setting-box .personal-setting-list .setting-label-list{
  display: flex;
  align-items: center;
  gap: 10px;
}
.transaction-body-wrap .personal-setting .personal-setting-box .personal-setting-list ul{
  max-height: 210px;
  overflow-y: auto;
}
.transaction-body-wrap .personal-setting .personal-setting-box .personal-setting-list ul li:not(:last-child){
  margin-bottom: 12px;
}
.transaction-body-wrap .vecification-wrap .verification-box{
  background: var(--primary-color);
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: 215px;
  justify-content: space-between;
}
.transaction-body-wrap .vecification-wrap .verification-box .verify-content{
  flex: 1;
}
.transaction-body-wrap .vecification-wrap .verification-box .verify-top{
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  color: var(--text-white);
}
.transaction-body-wrap .vecification-wrap .verification-box .verify-top .email{
  display: flex;
  align-items: center;
  gap: 10px;
}
.transaction-body-wrap .vecification-wrap .verification-box .verify-top .icon{
  width: 20px;
  height: 20px;
}
.transaction-body-wrap .vecification-wrap .verification-box .verify-top .verify-sign{
  display: flex;
  font-size: 12px;
  color: var(--green-bg);
  align-items: center;
  gap: 8px;
}
.transaction-body-wrap .vecification-wrap .verification-box .verify-top .verify-sign .icon{
  fill: var(--green-bg);
  width: 12px;
  height: 10px;
}
.transaction-body-wrap .vecification-wrap .verification-box .verify-content p{
  color: var(--lbl-text);
  margin-bottom: 0;
  font-size: 14px;
}
.transaction-body-wrap .vecification-wrap .verification-box .verify-bottom .email-title{
  display: flex;
  color: var(--text-white);
  align-items: center;
  gap: 10px;
  padding-block: 0 10px;
  font-size: 15px;
}
.transaction-body-wrap .vecification-wrap .verification-box .verify-bottom .fomr-group{
  display: flex;
  position: relative;
}
.transaction-body-wrap .vecification-wrap .verification-box .verify-bottom .fomr-group input{
  width: 100%;
  background: var(--secondary-color);
  color: var(--text-white);
  padding: 10px 50px 10px 10px;
  border-radius: 10px;
  border: solid 1px var(--br-color);
  height: 45px;
}
.transaction-body-wrap .vecification-wrap .verification-box .verify-bottom .fomr-group input:focus{
  outline: none;
  box-shadow: none;
}

.transaction-body-wrap .vecification-wrap .verification-box .verify-bottom .fomr-group .edit-email{
  position: absolute;
  right: 6px;
  top: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  border-radius: 5px;
}
.transaction-body-wrap .vecification-wrap .verification-box .verify-bottom .fomr-group .edit-email .icon{
  width: 20px;
  height: 20px;
}
.transaction-body-wrap .vecification-wrap .verification-box .btn-item .btn-primary{
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  gap: 8px;
  color: var(--text-white);
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(26deg, rgba(255, 174, 0, 1) 0%, rgba(255, 187, 0, 1) 100%);
  border: solid 1px var(--btn-br);
}
.transaction-body-wrap .vecification-wrap .verification-box .verify-top .verify-sign.red{
  color: var(--red-text);
}
.transaction-body-wrap .vecification-wrap .verification-box .verify-top .verify-sign.red .icon{
  fill: var(--red-text);
}

@media (max-width: 767px){
  .transactio-wrap .transaction-tab-item ul li button{
    width: max-content;
  }
}


.transaction-body-wrap .date-filter{
  display: flex;
  justify-content: end;
  gap: 20px;
  padding-bottom: 15px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.transaction-body-wrap .date-filter .form-group input{
  width: 100%;
  height: 40px;
  background: var(--primary-color);
  color: var(--text-white);
  padding: 10px 20px;
  border: solid 1px var(--br-color);
  border-radius: 10px;
}
.transaction-body-wrap .date-filter .form-group input:focus{
  outline: none;
}
.transaction-body-wrap .date-filter .btn-group button{
  background: var(--primary-color);
  padding: 10px 15px;
  height: 40px;
  border-radius: 10px;
  border: solid 1px var(--br-color);
  width: 200px;
  text-align: left;
}
.transaction-body-wrap .date-filter .btn-group button.dropdown-toggle::after{
  margin-left: auto;
  position: absolute;
  top: 18px;
  right: 10px;
}
.transaction-body-wrap .date-filter .btn-group .dropdown-menu{
  background: var(--primary-color);
  padding: 10px;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
}
.transaction-body-wrap .date-filter .btn-group .dropdown-menu li a{
  color: var(--text-white);
  padding-block: 7px;
}
.transaction-body-wrap .date-filter .btn-group .dropdown-menu li a:hover{
  background: var(--secondary-color);
  border-radius: 10px;
}
.transaction-body-wrap .table-item table{
  border: solid 1px var(--br-color);
}
.transaction-body-wrap .table-item table thead tr{
  background: var(--primary-color);
}
.transaction-body-wrap .table-item table tr th{
  color: var(--text-white);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.transaction-body-wrap .table-item table tr td{
  color: var(--text-white);
  font-size: 14px;
  vertical-align: middle;
}
.transaction-body-wrap .table-item table tbody{
  border-top: solid 1px var(--br-color);
}
.transaction-body-wrap .table-item table tbody .date-time .date{
  display: block;
  line-height: normal;
}
.transaction-body-wrap .table-item table tbody .date-time .time{
  font-size: 14px;
  opacity: .7;
  font-weight: 300;
}
.status{
  display: flex;
  gap: 5px;
  align-items: center;
}
.failed{
  color: var(--red-text);
}
.failed .icon{
  fill: var(--red-text);
  width: 10px;
  height: 10px;
}
.completed{
  color: var(--green-bg);
}
.completed .icon{
  fill: var(--green-bg);
  width: 10px;
  height: 10px;
}

.transaction-body-wrap .game-history-item table .game,
.transaction-body-wrap .game-history-item table .bet-amount,
.transaction-body-wrap .game-history-item table .payout{
  display: flex;
  gap: 10px;
  align-items: center;
}
.transaction-body-wrap .game-history-item table .game .icon,
.transaction-body-wrap .game-history-item table .bet-amount .icon,
.transaction-body-wrap .game-history-item table .payout .icon{
  width: 18px;
  height: 18px;
}
.transaction-body-wrap .game-history-item table .share-btn{
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--secondary-color);
}
.transaction-body-wrap .game-history-item table .share-btn .icon{
  width: 18px;
  height: 18px;
}
.transaction-body-wrap .game-history-item table .multiplier{
  padding: 5px 10px;
  background: var(--secondary-color);
  border-radius: 20px;
  width: max-content;
  line-height: 1;
  color: var(--green-bg);
}
.transaction-body-wrap .game-history-item table .multiplier.non-pro{
  color: var(--lbl-text);
}
.transaction-body-wrap .game-history-item table .payout.non-pro-pay{
  color: var(--lbl-text);
}
.transaction-body-wrap .game-history-item table .payout{
  color: var(--green-bg);
}
.transaction-body-wrap .game-history-item .pagination-wrap .pg-item{
  display: flex;
  gap: 10px;
  justify-content: center;
}
.transaction-body-wrap .game-history-item .pagination-wrap .pg-item button{
  width: 35px;
  height: 35px;
  background: var(--secondary-color);
  border-radius: 8px;
  border: solid 1px var(--br-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.transaction-body-wrap .game-history-item .pagination-wrap .pg-item ul{
  display: flex;
  gap: 5px;
}
.transaction-body-wrap .game-history-item .pagination-wrap .pg-item ul li .pg-no-btn{
  display: flex;
  width: 35px;
  height: 35px;
  border: solid 1px var(--br-color);
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  color: var(--text-white);

}
.transaction-body-wrap .game-history-item .pagination-wrap .pg-item ul li .pg-no-btn.active{
  background: var(--text-primary);
}

.transaction-body-wrap .session-item table th:first-child{
  width: 15%;
}
.transaction-body-wrap .session-item table .browser-item{
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.transaction-body-wrap .session-item table .browser-item p{
  margin-bottom: 0;
}
.transaction-body-wrap .session-item table .browser-item .log-status{
  margin-left: auto;
  position: relative;
  min-width: 55px;
}
.transaction-body-wrap .session-item table .browser-item .log-status .active-status::before{
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 8px;
  left: -15px;
}
.transaction-body-wrap .session-item table .browser-item .log-status .current{
  color: var(--green-bg);
}
.transaction-body-wrap .session-item table .browser-item .log-status .current.active-status::before{
  background: var(--green-bg);
}
.transaction-body-wrap .session-item table .browser-item .log-status .active.active-status::before {
  background: var(--text-primary);
}
.transaction-body-wrap .session-item table .browser-item .log-status .active{
  color: var(--text-primary);
}

.transaction-body-wrap .session-item table .browser-item .logout-btn{
  display: block;
  padding: 4px 15px;
  background: var(--gradient-bg);
  border: solid 1px var(--btn-br);
  border-radius: 10px;
  height: 35px;
  color: var(--text-white);
  font-weight: 500;
  min-width: 80px;
  text-align: center;
}
.transaction-body-wrap .verification-item .kyc-box{
  background: var(--primary-color);
  padding: 20px;
  border-radius: 15px;
}
.transaction-body-wrap .verification-item .kyc-box .kyc-title h5{
  margin-bottom: 12px;
  color: var(--text-white);
}
.transaction-body-wrap .verification-item .kyc-box .kyc-content p{
  color: var(--lbl-text);
  line-height: 1.5;
  font-size: 14px;
}
.transaction-body-wrap .verification-item .kyc-box .img-item img{
  width: 60%;
  margin-top: 25px;
}
.transaction-body-wrap .verification-item .kyc-top .verification-steps{
  position: relative;
  width: 378px;
}
.transaction-body-wrap .kyc-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.transaction-body-wrap .verification-item .kyc-top .verification-steps .step-btn{
  position: absolute;
  margin-bottom: 0;
  color: var(--text-white);
  top: 10px;
  font-size: 18px;
}
.transaction-body-wrap .verification-item .kyc-top .verification-steps .step-btn:first-child{
  left: 8%;
}
.transaction-body-wrap .verification-item .kyc-top .verification-steps .step-btn:nth-child(2){
  left: 42%;
  opacity: .6;
}
.transaction-body-wrap .verification-item .kyc-top .verification-steps .step-btn:nth-child(3){
  opacity: .6;
  left: 75%;
}
.transaction-body-wrap .verification-item .kyc-top .completed {
  display: flex;
  gap: 10px;
  align-items: center;
}
.transaction-body-wrap .verification-item .kyc-top .completed .icon {
  width: 12px;
  height: 12px;
}
.transaction-body-wrap .verification-item .kyc-details .detail-item{
  display: flex;
  gap: 10px;
  color: var(--text-white);
  padding-bottom: 10px;
}
.transaction-body-wrap .verification-item .kyc-details .detail-item:last-child{
  padding-bottom: 0;
}
.transaction-body-wrap .verification-item .kyc-details .detail-item .details{
  color: var(--lbl-text);
}
.transaction-body-wrap .verification-item .kyc-details .detail-item .icon{
  width: 18px;
  height: 18px;
  fill: var(--lbl-text);
}
.transaction-body-wrap .verification-item .kyc-bottom{
  color: #7d8295;
  font-size: 14px;
  margin-top: 20px;
}




/* ================= modal item =============== */
.report-change-user .modal-dialog{
  max-width: 600px;
}
.report-change-user .modal-dialog .modal-content{
  background: var(--primary-color);
  border-radius: 20px;
}
.report-change-user .modal-dialog .modal-content .modal-header h5{
  color: var(--text-white);
}
.report-change-user .user-field{
  color: var(--text-white);
  margin-bottom: 20px;
}
.report-change-user .user-field label{
  margin-bottom: 6px;
}
.report-change-user .user-field .input-item{
  display: flex;
  background: var(--secondary-color);
  position: relative;
  border-radius: 10px;
  height: 46px;
  border: solid 1px var(--br-color);
  padding: 5px 10px;
  justify-content: space-between;
}
.report-change-user .user-field .input-item input{
  background: transparent;
  border: none;
  height: 34px;
  color: var(--text-white);
  width: 70%;
}
.report-change-user .user-field .input-item input:focus{
  outline: none;
}
.report-change-user .user-field .input-item .selected-rank{
  background: var(--primary-color);
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 14px;
}
.report-change-user .avatar-tile h5{
  font-size: 24px;
  color: var(--text-white);
}
.report-change-user .avatar-list{
  max-height: 420px;
  overflow-y: auto;
  padding-block: 20px 0;
}
.report-change-user .avatar-list .avatar-item{
  padding-bottom: 20px;
}
.report-change-user .avatar-list .avatar-item h6{
  color: var(--lbl-text);
  margin-bottom: 15px;
}
.report-change-user .avatar-list .avatar-item .avatar-selected a{
  position: relative;
  display: inline-block;
}
.report-change-user .avatar-list .avatar-item .avatar-selected a .img-br img{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  border: solid 2px var(--green-bg);
}
.report-change-user .avatar-list .avatar-item .avatar-selected a .selected-sign{
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--green-bg);
  border-radius: 50%;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 1;
}
.report-change-user .avatar-list .avatar-item .avatar-selected a .selected-sign .icon{
  width: 12px;
  height: 12px;
  fill: var(--primary-color);
}
.report-change-user .avatar-list .avatar-item .deactive-avatar-list{
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}
.report-change-user .avatar-list .avatar-item .deactive-avatar-list a{
  position: relative;
  display: inline-block;
}
.report-change-user .avatar-list .avatar-item .deactive-avatar-list img{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  opacity: .6;
}
.report-change-user .avatar-list .avatar-item .deactive-avatar-list .icon{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-8px, -8px);
  opacity: .8;
}

.rank-modal-wrap.lg-modal .modal-dialog .modal-content{
  height: calc(100vh - 150px);
}
.rank-modal-wrap .ranks-body{
  text-align: center;
  color: var(--text-white);
}
.rank-modal-wrap .ranks-body .rank-title-item {
  margin-bottom: 50px;
}
.rank-modal-wrap .ranks-body .rank-title-item p{
  font-size: 14px;
  color: var(--lbl-text);
  margin-bottom: 0;
}
.rank-modal-wrap .ranks-body .rank-slider-item{
  display: flex;
  gap: 10px;
}
.rank-modal-wrap .ranks-body .rank-slider-item .rank-wrap{
  background: var(--secondary-color);
  border-radius: 15px;
  border: solid 1px var(--br-color);
  position: relative;
  padding-bottom: 30px;
}
.rank-modal-wrap .ranks-body .rank-slider-item .rank-wrap .img-item img{
  position: absolute;
  top: -32px;
  transform: translateX(-32px);
  max-width: 75px;
}
.rank-modal-wrap .ranks-body .rank-slider-item .rank-wrap .img-item .rank-no{
  position: absolute;
  right: 27%;
  top: 20px;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 15px;
  background: var(--primary-color);
  border: solid 1px var(--br-color);
}
.rank-modal-wrap .ranks-body .rank-slider-item .rank-wrap .middle-item{
  margin-top: 60px;
  border-bottom: solid 1px var(--br-color);

}
.rank-modal-wrap .ranks-body .rank-slider-item .rank-wrap .middle-item .cashback{
  margin-block: 15px;
}
.rank-modal-wrap .ranks-body .rank-slider-item .rank-wrap .middle-item .cashback span{
  font-size: 14px;
  color: var(--lbl-text);
}
.rank-modal-wrap .ranks-body .rank-slider-item .rank-wrap .middle-item .cashback h4{
  color: var(--text-primary);
  margin-bottom: 0;
  font-size: 20px;
}
.rank-modal-wrap .ranks-body .rank-slider-item .rank-wrap .middle-item .rank-amnt{
  margin-bottom: 15px;
}
.rank-modal-wrap .ranks-body .rank-slider-item .rank-wrap .middle-item .rank-amnt span{
  font-size: 14px;
  color: var(--lbl-text);
}
.rank-modal-wrap .ranks-body .rank-slider-item .rank-wrap .middle-item .rank-amnt h4{
  font-size: 18px;
  margin-bottom: 0;
}
.rank-modal-wrap .ranks-body .rank-slider-item .rank-wrap .middle-item .rank-amnt span.rank-balance{
  color: var(--green-bg);
  font-size: 18px;
  margin-right: 5px;
}
.rank-modal-wrap .ranks-body .rank-slider-item .rank-wrap .rank-bottom{
  padding: 15px 20px 0px;
}
.rank-modal-wrap .ranks-body .rank-slider-item .rank-wrap .rank-bottom .rank-feature{
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  opacity: .5;
}
.rank-modal-wrap .ranks-body .rank-slider-item .rank-wrap .rank-bottom .rank-feature.active{
  opacity: 1;
}
.rank-modal-wrap .ranks-body .rank-slider-item .rank-wrap .rank-bottom .rank-feature.active .icon{
  fill: var(--green-bg);
}
.rank-modal-wrap .ranks-body .rank-slider-item .rank-wrap .rank-bottom .rank-feature .icon{
  width: 12px;
  height: 12px;
}
.rank-modal-wrap .ranks-body .rank-slider-item .rank-wrap .rank-bottom .rank-feature p{
  margin-bottom: 0;
  font-size: 13px;
  line-height: normal;
}
.rank-modal-wrap .ranks-body .rank-slider-item .rank-wrap .my-rank{
  background: var(--secondary-color);
  border: solid 1px var(--br-color);
  padding: 6px 20px;
  border-radius: 10px;
  width: max-content;
  position: absolute;
  left: 50%;
  transform: translateX(-45px);
  bottom: -20px;
}
/* new report css end*/




/* logout modal css start */
.logout-modal .modal-dialog{
  max-width: 450px;
}
.logout-modal .modal-dialog .modal-content{
  background: var(--primary-color);
  border-radius: 20px;
  position: relative;
}
.logout-modal .modal-dialog .modal-content::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: radial-gradient(117.84% 117.24% at 50% -20.4%, var(--primary-color) 0, #2424b982 41.31%, #1f1f4c);
}
.logout-modal .modal-dialog .modal-content .modal-body{
  padding: 0;
}
.logout-modal .modal-dialog .modal-content .modal-body .logout-wrap{
  color: var(--text-white);
  text-align: center;
}
.logout-modal .modal-dialog .modal-content .modal-body .logout-wrap .logout-content{
  padding: 20px;
}
.logout-modal .modal-dialog .modal-content .modal-body .logout-wrap .logout-content h3{
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}
.logout-modal .modal-dialog .modal-content .modal-body .logout-wrap .logout-content p{
  color: var(--lbl-text);
  font-size: 18px;
}
.logout-modal .modal-dialog .modal-content .modal-body .logout-wrap .btn-item{
  background: var(--secondary-color);
  padding: 20px;
  display: flex;
  gap: 10px;
}
.logout-modal .modal-dialog .modal-content .modal-body .logout-wrap .btn-item .btn-primary{
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--text-white);
  width: 100%;
  border-radius: 10px;
  background: #2c2852;
  border: solid 1px var(--br-color);
}
.logout-modal .modal-dialog .modal-content .modal-body .logout-wrap .btn-item .btn-primary.return{
  background: var(--text-primary);
  border-color: var(--btn-br);
}
/* logout modal css end */



/*=================== bonus modal css start=-============== */
.bonus-modal .modal-dialog{
  max-width: 400px;
}
.bonus-modal .modal-dialog .modal-content{
  background: var(--primary-color);
  border-radius: 20px;
  color: var(--text-white);
}
.bonus-modal-body .bonus-header {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bonus-modal-body .bonus-header h5 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.bonus-modal-body .count {
  color: var(--green-bg);
  background-color: var(--secondary-color);
  border-radius: 5px;
  padding: 3px 7px;
  border: 1px solid var(--br-color);
}
.bonus-modal-body .count .total-bs{
  color: var(--lbl-text);
}
.bonus-modal-body .promo-code {
  position: relative;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  background: var(--secondary-color);
  border: solid 1px var(--br-color);
  padding: 5px;
  border-radius: 10px;
  height: 42px;
}
.bonus-modal-body .promo-code input {
  border: none;
  color: #fff;
  width: 100%;
  background: transparent;
}
.bonus-modal-body .promo-code input:focus {
  outline: none;
  box-shadow: none;
}
.bonus-modal-body .btn-activate {
  color: #fff;
  font-size: 14px;
  padding: 4px 7px;
  background: var(--text-primary);
  border: 1px solid rgb(255 255 255 / 30%);
}
.bonus-modal-body .bonus-item {
  display: flex;
  align-items: center;
  background: var(--secondary-color);
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 7px;
}
.bonus-modal-body .bonus-item .bonus-info h6{
  margin-bottom: 0;
}
.bonus-modal-body .bonus-item .bonus-info p{
  margin-bottom: 0;
  font-size: 14px;
  color: var(--lbl-text);
}
.bonus-modal-body .bonus-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: var(--primary-color);
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bonus-modal-body .bonus-icon img {
  width: 36px;
}
.bonus-modal-body .btn-action {
  background: linear-gradient(180deg, #ff4d5a, #d81e2f);
  color: #fff;
  padding: 6px 7px;
  border-radius: 6px;
  width: 97px;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid rgb(255 255 255 / 30%);
}
.bonus-progress {
    font-size: 14px;
}
.bonus-modal-body .progress {
    height: 6px;
    background: var(--primary-color);
    margin-top: 8px;
}
.bonus-modal-body .progress-bar {
    background: #3ad37a;
}
.bonus-modal-body .bonus-row {
  background: var(--secondary-color);
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 10px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.bonus-modal-body .bonus-row .reward-btn {
  background: var(--primary-color);
  border: solid 1px var(--br-color);
  padding: 4px;
  color: var(--lbl-text);
  font-weight: 300;
  border-radius: 8px;
  font-size: 14px;
  width: 97px;
}
.bonus-modal-body .bonus-row .bonus-amnt{
  font-size: 14px;
  font-weight: 300;
}
.bonus-modal-body .btn-view-all {
    color: #fff;
    padding: 12px;
    border-radius: 14px;
    font-weight: 600;
    background: var(--text-primary);
    border: 1px solid rgb(255 255 255 / 30%);
    height: 46px;
    width: 100%;
    line-height: 1.2;
}
/*=================== bonus modal css end=-============== */


/* =============== wallet modal css start ============ */
.sm-modal .modal-dialog{
  max-width: 500px;
}
.sm-modal .modal-dialog .modal-content{
  background: var(--primary-color);
  border-radius: 20px;
  color: var(--text-white);
}
.sm-modal .modal-dialog .modal-content .modal-header h5{
  margin-bottom: 0;
}

.wallet-body .currency-row{
  display: flex;
  gap: 10px;
  flex-wrap: wrap ;
}
.wallet-body .currency-row .crncy-box{
  background: var(--secondary-color);
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: solid 1px var(--br-color);
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  width: calc(50% - 5px);
}
.wallet-body .currency-row .crncy-box img{
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.wallet-body .currency-row .crncy-box h4{
  margin-bottom: 0;
  font-size: 22px;
}
.wallet-body .virtual-pay-row{
  background: var(--secondary-color);
  padding: 15px 20px;
  border: solid 1px var(--br-color);
  border-radius: 15px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.wallet-body .virtual-pay-row h4{
  margin-bottom: 0;
  font-size: 22px;
}
.wallet-body .virtual-pay-row .virtual-pay-img{
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}
.wallet-body .virtual-pay-row .virtual-pay-img img{
  width: 40px;
}

.wallet-body .wallet-list {
  border-top: solid 1px var(--br-color);
  padding-top: 20px;
}
.wallet-body .wallet-list .wallet-item{
  display: flex;
  justify-content: space-between;
  padding-block: 10px;
  cursor: pointer;
}
.wallet-body .wallet-list .wallet-item .icon{
  width: 18px;
  height: 18px;
  fill: var(--lbl-text);
}
.wallet-body .wallet-list .wallet-item .wallet-title{
  display: flex;
  gap: 10px;
}
/* =============== wallet modal css end ============ */

/* ========crypto swap modal css start =============*/
.sm-report-modal-title{
  display: flex;
  gap: 10px;
  align-items: center;
}
.sm-report-modal-title .back-btn{
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  border-radius: 8px;
  border: solid 1px var(--br-color);
}
.crncy-form .form-group .lavel-item{
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}
.crncy-form .form-group .lavel-item .usd-balance{
  color: var(--lbl-text);
  font-size: 14px;
  display: inline-flex;
  gap: 5px;
  font-weight: 300;
}
.crncy-form .form-group .lavel-item .usd-balance .currency-title{
  color: var(--text-white);
  text-transform: uppercase;
}
.crncy-form .form-group .crncy-input-item{
  display: flex;
  height: 50px;
  background: var(--secondary-color);
  padding: 5px;
  border: solid 1px var(--br-color);
  border-radius: 8px;
  align-items: center;
  gap: 5px;
}
.crncy-form .form-group .crncy-input-item .currency-dropdown button{
  background: var(--primary-color);
  border: solid 1px var(--br-color);
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px;
  font-size: 14px;
}
.crncy-form .form-group .crncy-input-item .currency-dropdown button img{
  width: 20px;
}
.crncy-form .form-group .crncy-input-item .currency-dropdown .dropdown-menu{
  width: 100%;
  background: var(--secondary-color);
  padding: 10px;
  width: 300px;
}
.currency-dropdown .dropdown-menu ul{
  max-height: 250px;
  overflow-y: auto;
  padding-top: 10px;
}
.currency-dropdown .dropdown-menu ul li a{
  display: flex;
  justify-content: space-between;
  color: var(--text-white);
  border-radius: 8px;
  padding: 8px 12px;
}
.currency-dropdown .dropdown-menu ul li a:hover{
  background: var(--primary-color);
}
.currency-dropdown .dropdown-menu ul li a .currency-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  font-size: 15px;
}
.currency-dropdown .dropdown-menu ul li a .currency-item img{
  width: 20px;
}
.currency-dropdown .dropdown-menu ul li a .currency_box{
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 14px;
}
.currency-dropdown .dropdown-menu ul li a .currency_box .icon{
  width: 18px;
  height: 18px;
  fill: var(--lbl-text);
}
.crncy-form .form-group .crncy-input-item .currency-dropdown .dropdown-menu .search-bar{
  background: var(--primary-color);
  display: flex;
  border: solid 1px var(--br-color);
  padding: 8px;
  border-radius: 8px;
}
.crncy-form .form-group .crncy-input-item .currency-dropdown .dropdown-menu .search-bar .icon{
  width: 16px;
  height: 16px;
}
.crncy-form .form-group .crncy-input-item input{
  background: transparent;
  border: none;
  padding-left: 10px;
  color: var(--text-white);
  width: 100%;
}
.crncy-form .form-group .crncy-input-item input:focus{
  outline: none;
  box-shadow: none;
}
.crncy-form .form-group .crncy-input-item .avg-amnt{
  padding: 5px 10px;
  background: var(--primary-color);
  border-radius: 3px;
}
.crncy-form .form-switch-btn {
  padding-block: 15px;
}
.crncy-form .form-switch-btn .switch-btn{
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  border-radius: 50%;
  margin: auto;
}
.crncy-form .form-switch-btn .switch-btn .icon{
  width: 18px;
  height: 18px;
  fill: var(--lbl-text);
}
.crncy-form .agreed-swap .email-title{
  display: flex;
  gap: 10px;
  align-items: center;
  padding-block: 20px 10px;
}
.crncy-form .btn-item {
  text-align: center;
  color: var(--lbl-text);
  font-size: 14px;
}
.crncy-form .btn-item .swap-btn{
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  gap: 8px;
  color: var(--text-white);
  width: 100%;
  border-radius: 10px;
  background: var(--text-primary);
  border: solid 1px var(--btn-br);
  margin-bottom: 8px;
  font-size: 16px;
}
.crncy-form .acknowledge-box{
  background: var(--secondary-color);
  padding: 15px;
  border-radius: 15px;
  color: var(--lbl-text);
  font-size: 14px;
  border: solid 1px var(--br-color);
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.crncy-form .acknowledge-box .icon{
  width: 20px;
  height: 20px;
  fill: var(--lbl-text);
}
.crncy-form .acknowledge-box p{
  margin-bottom: 0;
}
/* ========crypto swap modal css end =============*/

/* =-======== withdraw modal css start =============== */
.withdraw-msg{
  font-size: 14px;
  color: var(--lbl-text);
  padding-block: 10px 15px;
}
.withdraw-msg .min-withd{
  color: var(--text-white);
}
.withdraw-body .address-crncy{
  display: flex;
  gap: 10px;
}
.withdraw-body .address-crncy .dropdown button{
  background: var(--secondary-color);
  border: solid 1px var(--br-color);
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px;
  font-size: 14px;
  height: 50px;
  border-radius: 10px;
  width: 120px;
}
.withdraw-body .address-crncy .dropdown .dropdown-menu{
  background: var(--secondary-color);
  width: 300px;
  padding: 10px;
}
.withdraw-body .address-crncy .dropdown img{
  width: 20px;
}
.withdraw-body .address-crncy .dropdown button span{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.withdraw-body .address-crncy .dropdown button::after{
  margin-left: auto;
}
.withdraw-body .address-crncy input{
  background: var(--secondary-color);
  border: solid 1px var(--br-color);
  padding: 7px 15px;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  color: var(--text-white);
}
.withdraw-body .address-crncy input:focus{
  outline: none;
  box-shadow: none;
}
.withdraw-body .withdraw-bottom{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 20px;
  border-top: solid 1px var(--br-color);
}
.withdraw-body .withdraw-bottom .stake-msg{
  background: var(--secondary-color);
  padding: 12px;
  border: solid 1px var(--br-color);
  border-radius: 12px;
  width: calc(50% - 5px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.withdraw-body .withdraw-bottom .stake-msg .stake-item{
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 12px;
}
.withdraw-body .withdraw-bottom .stake-msg .stake-item img{
  max-width: 50px;
}
.withdraw-body .withdraw-bottom .stake-msg .stake-item .staking{
  font-size: 14px;
  line-height: 1.5;
}
.withdraw-body .withdraw-bottom .stake-msg .stake-item .staking p{
  color: var(--lbl-text);
  margin-bottom: 0;
}
.withdraw-body .withdraw-bottom .stake-msg .stake-item .staking .text-green{
  color: var(--green-bg);
}
.withdraw-body .withdraw-bottom .stake-msg .icon{
  fill: #0d6efd;
  height: 16px;
  width: 16px;
}
/* =-======== withdraw modal css end =============== */

/* =========== send tips css start ============= */
.crncy-form .form-group .crncy-input-item.username .icon{
  width: 20px;
  height: 20px;
}
.tips-body .tip-message{
  background: var(--secondary-color);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
}
.tips-body .tip-message img{
  margin-right: 6px;
  max-width: 20px;
}
/* =========== send tips css end ============= */


/* ============= profile modal css start ============== */
.profile-body .profile-top{
  display: flex;
  gap: 20px;
  align-items: center;
}
.profile-body .profile-top .img-item{
  text-align: center;
}
.profile-body .profile-top .img-item img{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: block;
}
.profile-body .profile-top .img-item .rank-badge{
  font-size: 13px;
  background: var(--red-text);
  padding: 1px 10px;
  border-radius: 10px;
  line-height: normal;
}
.profile-body .profile-top .platform-title{
  font-size: 12px;
  color: var(--lbl-text);
}
.profile-body .profile-top .profile-details{
  width: 100%;
}
.profile-body .profile-top .profile-details .chat-activity-dropdown button{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--secondary-color);
  border: solid 1px var(--br-color);
  border-radius: 10px;
  height: 44px;
}
.profile-body .profile-top .profile-details .chat-activity-dropdown button .btn-item{
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
  width: 100%;
  align-items: center;
}
.profile-body .profile-top .profile-details .chat-activity-dropdown button .icon{
  width: 16px;
  height: 16px;
  fill: var(--lbl-text);
  margin-right: 10px;
}
.profile-body .profile-top .profile-details .chat-activity-dropdown button .btn-right-item{
  font-size: 13px;
  color: var(--lbl-text);
}
.profile-body .profile-top .profile-details .chat-activity-dropdown button .btn-right-item .chat-title{
  background: var(--primary-color);
  padding: 3px 10px;
  border-radius: 20px;
  color: var(--text-white);
  line-height: normal;
  margin-left: 10px;
}
.profile-body .profile-top .profile-details .chat-activity-dropdown .dropdown-toggle::after{
  margin-left: auto;
}
.profile-body .profile-top .profile-details .chat-activity-dropdown .dropdown-menu{
  background: var(--secondary-color);
  width: 100%;
  padding: 10px;
}
.profile-body .profile-top .profile-details .chat-activity-dropdown .dropdown-menu ul{
  max-height: 250px;
  overflow-y: auto;
}
.profile-body .profile-top .profile-details .chat-activity-dropdown .dropdown-menu ul li a{
  color: var(--text-white);
  display: flex;
  justify-content: space-between;
  padding-block: 8px;
  border-radius: 10px;
}
.profile-body .profile-top .profile-details .chat-activity-dropdown .dropdown-menu ul li a:hover{
  background: var(--primary-color);
}
.profile-body .profile-top .profile-details .chat-activity-dropdown .dropdown-menu ul li{
  border-bottom: solid 1px var(--br-color);
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.profile-body .profile-top .profile-details .chat-activity-dropdown .dropdown-menu ul li a img{
  width: 20px;
  margin-right: 10px;
}
.profile-body .profile-top .profile-details .chat-activity-dropdown .dropdown-menu ul li a .text-green{
  color: var(--green-bg);
}
.profile-body .profile-top .profile-details .chat-activity-dropdown .dropdown-menu ul li a .chat-right{
  font-size: 12px;
  color: var(--lbl-text);
}
.profile-body .profile-top .profile-details .chat-activity-dropdown .dropdown-menu .chat-act{
  display: block;
  margin-top: 12px;
}
.profile-body .profile-top .profile-details .chat-activity-dropdown .dropdown-menu .chat-act .icon{
  width: 20px;
  height: 20px;
  fill: #0d6efd;
}
.profile-body .user-utilities-list{
  margin-top: 30px;
  border-block: solid 1px var(--br-color);
  padding-bottom: 30px;
}
.profile-body .user-utilities-list .utilities-item{
  margin-top: 20px;
}
.user-utilities-list .utilities-item .heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
.user-utilities-list .utilities-item .heading h5{
  margin-bottom: 0;
}
.user-utilities-list .utilities-item .heading .icon{
  width: 16px;
  height: 16px;
  fill: #0383EF;
}
.user-utilities-list .utilities-item .utilities-box-row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.user-utilities-list .utilities-item .utilities-box-row .card-item{
  background: var(--secondary-color);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
.user-utilities-list .utilities-item .utilities-box-row .card-item span{
  font-size: 14px;
  color: var(--lbl-text);
}
.profile-body .top-played-game{
  padding-top: 20px;
}
.profile-body .top-played-game .heading{
  padding-bottom: 5px;
}
.profile-body .top-played-game .played-game-item{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.profile-body .top-played-game .played-game-item img{
  width: 100%;
  border-radius: 10px;
}
/* ============= profile modal css end ============== */


/* ================= user dropdown css start ============== */
.dropdown_wrapper .avatar {
  position: relative;
  text-align: center;
}
.dropdown_wrapper .avatar img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.dropdown_wrapper .user_name_drop {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-white);
  text-align: center;
  margin: 7px 0;
}
.dropdown_wrapper .rank-badge {
  background: var(--secondary-color);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-top: -3px;
  outline: 2px solid var(--br-color);
  padding: 2px 9px;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.dropdown_wrapper .profile-progress__inner {
  align-items: center;
  background-color: var(--secondary-color);
  border-radius: 70px;
  display: flex;
  padding: 8px;
  line-height: normal;
}

.dropdown_wrapper .progress-wrapper {
  width: 100%;
  display: block;
  min-width: 50px;
  overflow: hidden;
  position: relative;
  background-color: var(--primary-color);
}
.dropdown_wrapper .progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: var(--text-primary);
  border: none;
  display: block;
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 8px;
}
.dropdown_wrapper .profile-progress__inner img {
  height: 11px;
  margin: -4px 0 -4px -5px;
  position: relative;
  width: 11px;
  z-index: 2;
}
.dropdown_wrapper .profile-progress__inner span {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  margin: -4px 0 -4px 4px;
}
.dropdown_wrapper .inner_scroll {
    overflow-y: auto;
    max-height: 440px;
    margin-top: 8px;
    padding: 6px 2px;
    border-radius: 12px;
    background-color: var(--user-btn-bg);
}
.dropdown_wrapper ul.menu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-white);
    font-weight: 400;
    line-height: normal;
    transition: transform 0.3s, box-shadow 0.3s;
    transform-style: preserve-3d;
    perspective: 1000px;
    padding: 6px;
    line-height: 1.5;
}
.dropdown_wrapper .logout_button {
    margin-top: 8px;
}
.dropdown_wrapper .logout_button a {
  border-radius: 8px;
  background-color: #323274d1;
  border-color: transparent;
  color: #ffffffd6;
  padding: 6.5px 16px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.02em;
}
.dropdown_wrapper i {
    align-items: center;
    background: #1bb83d;
    border: 2px solid #1b2636;
    border-radius: 5px;
    display: flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    height: 22px;
    justify-content: center;
    letter-spacing: -.24px;
    line-height: 130%;
    padding: 0 4px;
    color: #fff;
    margin-left: 4px;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    white-space: nowrap;
}
.dropdown_wrapper ul.menu li a span {
    display: flex;
}
.dropdown_wrapper.user-dropdown ul.menu li {
    margin-bottom: 0;
}

/* ================= user dropdown css end ============== */


/* ============ vault modal css start ================= */

.vault-body ul{
  padding: 5px;
  background: var(--secondary-color);
  border-radius: 8px;
  max-height: 300px;
  overflow-x: auto;
  width: 100%;
  flex-wrap: nowrap;
}
.vault-body ul li{
  width: 100%;
}
.vault-body .nav-pills .nav-link{
  width: 100%;
  border-radius: 6px;
  height: 40px;
}
.vault-body .balance-dropdown{
  display: flex;
  gap: 10px;
  padding-bottom: 30px;
}
.vault-body .balance-dropdown .vault-balance{
  width: 100%;
  background: var(--secondary-color);
  border-radius: 10px;
  border: solid 1px var(--br-color);
}
.vault-body .balance-dropdown .vault-balance.disable{
  opacity: .5;
}
.vault-body .balance-dropdown .dropdown button{
  width: 100%;
  background: var(--secondary-color);
  border-radius: 10px;
  height: 50px;
  border: none;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 5px;
}
.vault-body .balance-dropdown .dropdown .dropdown-toggle::after{
  margin-left: auto;
}
.vault-body .balance-dropdown .dropdown .vault-balance-title span{
  display: block;
  font-size: 14px;
}
.vault-body .balance-dropdown .dropdown .vault-balance-title span.vault-title{
  font-size: 13px;
  color: var(--lbl-text);
}
.vault-balance .dropdown-menu{
  background: var(--secondary-color);
  padding: 10px;
  width: 100%;
}
.vault-balance .dropdown-menu .search-bar{
  background: var(--primary-color);
  display: flex;
  border: solid 1px var(--br-color);
  padding: 8px;
  border-radius: 8px;
}
.vault-balance .dropdown-menu .search-bar .icon{
  width: 16px;
  height: 16px;
}
.vault-balance .dropdown-menu .search-bar input{
  background: transparent;
  border: none;
  padding-left: 10px;
  color: var(--text-white);
  width: 100%;
}
.vault-balance .dropdown-menu .search-bar input:focus{
  outline: none;
  box-shadow: none;
}
.vault-balance .dropdown-menu ul li a{
  display: flex;
  justify-content: space-between;
  color: var(--text-white);
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
}
.vault-balance .dropdown-menu ul li a:hover{
  background: var(--primary-color);
}
.vault-balance .dropdown-menu ul li a .currency-item{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  font-size: 15px;
}
.vault-balance .dropdown-menu ul li a .currency-item img{
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.vault-balance .dropdown-menu ul li h5{
  margin-block: 10px 5px;
  color: var(--text-white);
  font-size: 16px;
  text-transform: uppercase;
}
.vault-balance .dropdown-menu .hide-balance{
  background: var(--primary-color);
  padding: 15px;
  color: var(--text-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  border-radius: 10px;
  margin-top: 15px;
}
.vault-balance .dropdown-menu .hide-balance .form-check-input{
  position: relative;
  margin: 0;
  height: 20px;
  width: 38px;
  background-color: var(--secondary-color);
  border-color: rgb(255 255 255 / 12%);
  cursor: pointer;
}
.vault-balance .dropdown-menu .hide-balance .form-check-input:focus{
  box-shadow: none;
}
/* ============ vault modal css end ================= */

/* =========== statistics details modal css start ================= */
.statistics-modal .modal-content{
  height: 100vh;
}
.statistics-details-body select{
  width: 100%;
  background: var(--secondary-color);
  height: 45px;
  color: var(--text-white);
  border-radius: 10px;
  border: solid 1px var(--br-color);
  margin-bottom: 10px;
  padding-inline: 15px;
}
.statistics-details-body select:focus{
  outline: none;
}
.statistics-details-body .game-details-list{
  height: 100%;
  overflow-y: auto;
}
.statistics-details-body .game-details-list table tr{
  border: solid 1px var(--br-color);
}
.statistics-details-body .game-details-list table tr td,
.statistics-details-body .game-details-list table tr th{
  color: var(--text-white);
  font-size: 14px;
}
.statistics-details-body .game-details-list table tbody{
  border-top: solid 1px var(--br-color);
}
.statistics-details-body .game-details-list table tbody .crncy-name{
  margin-left: 5px;
  text-transform: uppercase;
}
.statistics-details-body .game-details-list table tbody .currency{
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
.statistics-details-body .game-details-list table tbody .currency img{
  width: 20px;
}
/* =========== statistics details modal css end ================= */


@media (max-width: 768px){
  .transaction-sm-tab .dropdown{
    display: block;
  }
  .transactio-wrap .transaction-tab-item{
    display: none;
  }
  .transaction-body-wrap .date-filter{
    margin-top: 10px;
  }
  .transaction-body-wrap .table-item table{
    margin-top: 15px;
  }
  .transaction-body-wrap .verification-item .kyc-box{
    margin-top: 15px;
  }
}
@media (max-width: 375px){
  .report-change-user .user-field .input-item input{
    width: 60%;
  }
  .crncy-form .form-group .crncy-input-item .currency-dropdown .dropdown-menu{
    width: 250px;
  }
  .vault-body .balance-dropdown{
    flex-direction: column;
  }
  .transaction-body-wrap .verification-item .kyc-top .verification-steps .step-btn{
    font-size: 10px;
  }
  .transaction-body-wrap .verification-item .kyc-top .verification-steps{
    font-size: 10px;
  }
  .transaction-body-wrap .verification-item .kyc-top .verification-steps .step-btn:first-child{
    left: 6%;
  }
  .transaction-body-wrap .verification-item .kyc-top .verification-steps .step-btn:nth-child(2){
    left: 37%;
  }
  .transaction-body-wrap .verification-item .kyc-top .verification-steps .step-btn:nth-child(3){
    left: 70%;
  }
  
}
@media (max-width: 575px){
  .withdraw-body .withdraw-bottom .stake-msg .stake-item{
    flex-direction: column;
  }
  .profile-body .profile-top{
    flex-direction: column;
  }
  .transaction-body-wrap .verification-item .kyc-top .verification-steps svg{
    width: 100%;
  }
  .transaction-body-wrap .verification-item .kyc-top .verification-steps .step-btn{
    font-size: 14px;
  }
  .transaction-body-wrap .verification-item .kyc-box{
    padding: 12px;
  }
  .transaction-body-wrap .verification-item .kyc-top .completed{
    font-size: 14px;
  }
}



/* custom checkmar css start */
.check-item .check {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-item {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
}
.checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  border: solid 1px var(--br-color);
  background: var(--primary-color);
}

.check-item input:checked ~ .checkmark {
  background: var(--secondary-color);
}

.checkmark:after {
 content: "";
 position: absolute;
 display: none;
}

.check-item input:checked ~ .checkmark:after {
 display: block;
}

.check-item .checkmark:after {
    left: 5px;
    top: 0px;
    width: 6px;
    height: 12px;
    border: solid var(--text-white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* custom checkmar css end */