

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --primary-color: #171716;
  --secondary-color: #1e4cb9;
  --bg-gradient:linear-gradient(to right,#EBDA78,#FFF5C7,#F4D96B,#F9D863,#B3963B);
  --text-gradient:linear-gradient(90deg, #ebda78, #fff5c7, #f4d96b, #f9d863, #b3963b);
  --bg-black:#000;
  --bg-gray:#181818;
  --text-light:#F4D96B;
  --text-secondary:#e5bc39;
  --sports-bg:#f5f4f1;
  --text-white: #fff;
  --bg-white: #fff;
  --text-dark: #292621;
  --back-bg:#bbe1ee;
  --lay-bg:#f6c5c8;
  --backtext:#106481;
  --laytext:#af4d52;  
}

  /* * {
    scrollbar-width: auto;
    scrollbar-color: #e5bc39 #ffffff;
  } */

  *::-webkit-scrollbar {
    width: 3px;
    height:3px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #e5bc39;
    border-radius: 0px;
    border: 0px solid #ffffff;
  }
  
/* [class^=icon-], [class*=" icon-"]{
  font-family: "myfontregular" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

@font-face {
  font-family: 'emiratesbold';
  src: url('../fonts/emirates-bold-webfont.woff2') format('woff2'),
       url('../fonts/emirates-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'emiratesmedium';
  src: url('../fonts/emirates-medium-webfont.woff2') format('woff2'),
       url('../fonts/emirates-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'myfontregular';
  src: url('../fonts/myfont-webfont.woff2') format('woff2'),
       url('../fonts/myfont-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.back {
  background: #258bd3 !important;
}

.lay {
  background: #db6f81 !important;
}


.back-light, .lay-light {
  background: #d4edff;
}


body {  
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 20px;
  overflow-x: hidden;
  color: var(--text-dark);
  background-color:var(--bg-black);
}

a, button {outline:medium none !important; text-decoration:none; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
a:focus {text-decoration:none;}
a:hover {text-decoration:none;}
ul, ol {margin:0px; padding:0px;}
ul li {list-style:none;}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {margin-top:0px;}
.h1 a, h1 a, .h2 a, h2 a, .h3 a, h3 a, .h4 a, h4 a, .h5 a, h5 a, .h6 a, h6 a {color:inherit;}
button:focus {box-shadow:none;}
.btn-primary:focus {box-shadow:none I !important;}
/* ::-webkit-scrollbar {width:3px; height:3px;}
::-webkit-scrollbar-track {background-color:#cacaca; -webkit-border-radius:10px; border-radius:10px;}
::-webkit-scrollbar-thumb {-webkit-border-radius:10px; border-radius:10px; background:var(--primary-color);}
 */


/* haader */
.main_header {
  display: flex;
  justify-content:space-between;
  align-items: center;
  height:52px;
  padding:5px 10px;
}
.main_header .head_left {
  display: inline-flex;
  align-items: center;
  gap: 23px;
}
.main_header .header_logo img {
  max-height: 40px;
}
.main_header .header_menu {
  display:flex;
  align-items: center;
  gap: 30px;
}

.main_header .header_menu li a {
  background: var(--text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
  font-weight: 700;
  font-size: 15px;
  font-family: 'emiratesbold';
}

.haed_right .header_btn {display:inline-flex; gap:8px;}
.haed_right .header_btn .btn-gradient{
  width: auto;
  white-space: nowrap;
  line-height: normal;
  font-size: 14px;
  color: #000;
  background:var(--bg-gradient);
  padding: 5px 14px;
  border-radius: 4px;
  transition: .3s;
  min-height: 38px;
  display: flex;
  align-items: center;
}
.haed_right .header_btn .btn-gradient img {
  filter: invert(1);
  width: 20px;
  margin-right: 5px;
}
.haed_right .header_btn .btn-gradient.glowing{
  animation: glowing 1.5s infinite;
}
.haed_right .header_btn .btn-gradient.login-btn{
  background:#000;
  border:1px solid var(--text-light);
  color:#fff;
  padding:6px 18px;
}

@keyframes glowing {
  0% {
      box-shadow: 0 0 3px #f4d96b;
      color: #8f6d00
  }

  50% {
      box-shadow: 0 0 20px #ebda78;
      color: #000
  }

  to {
      box-shadow: 0 0 3px #f4d96b;
      color: #8f6d00
  }
}


.user_dropdown .dropdown-toggle {
  background: transparent;
  border: 0;
  line-height: normal;
  text-align: left;
  padding: 0 10px 0 5px;
}
.user_dropdown .dropdown-toggle:focus {
  background-color: transparent;
  box-shadow: none;
}
.user_dropdown .dropdown-toggle span{
  display: block;
}
.user_dropdown .dropdown-menu{
  width: 236px;
  padding: 0;
  background-color: #000000;


}

.user_dropdown .dropdown-menu .dropdown_user_details{
  padding: 5px;
  background: #232323;
  margin: 5px;
  border-radius: 8px;
}

.user_dropdown .dropdown-menu  .userimg_block{
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
  justify-content: space-between;
}
.user_dropdown .dropdown-menu  .user_text{
  display: flex;
  gap: 7px;
  align-items: center;
}
.user_dropdown .dropdown-menu .user_name{
  font-size: 18px;
    color: #fff;
    text-transform: capitalize;
}
.user_dropdown .dropdown-menu .user_name span{
  display: block;
  color: #969696;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;;
}
.user_dropdown .dropdown-menu .view_btn{
  background: linear-gradient(to right, #EBDA78, #FFF5C7, #F4D96B, #F9D863, #B3963B);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Emirates-Medium", sans-serif;
    text-decoration: underline !important;
    border: none !important;
}

.user_dropdown .dropdown-menu .drop_btn{
  display: flex;
}
.user_dropdown .dropdown-menu .drop_btn .btn_loss{
  background: rgba(240, 0, 0, .58);
  color: #fff;
    border-radius: 2px;
    text-transform: capitalize;
    border: none;
    width: 50%;
    height: 25px;
}
.user_dropdown .dropdown-menu .drop_btn .btn_statement{
    background: rgba(0, 124, 35, .49);
    border-radius: 2px;
    text-transform: capitalize;
    border: none;
    width: 50%;
    color: #fff;
    height: 25px;
}

.user_dropdown .dropdown-menu .dropdown-item{
  padding: 12px 10px;
  border-bottom: 1px solid #262d50;
  color: #fff;
    line-height: normal;
    font-size: 14px;
    text-transform: capitalize;
    display: flex;
    gap: 5px;
    align-items: center;
}
.user_dropdown .dropdown-menu .dropdown-item:hover{
  background: linear-gradient(to right, #EBDA78, #FFF5C7, #F4D96B, #F9D863, #B3963B);
    color: #000;
}
.user_dropdown .dropdown-menu .dropdown-item:hover img{
  filter: invert(1);
}
.main_header .haed_right {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.main_header .haed_right .search_box {
  position:relative;  
}
.search_box .form-control {
  border: 1px solid transparent;
  background: linear-gradient(#000, #000),
  var(--bg-gradient);
  background-origin: padding-box, border-box;
  background-repeat: no-repeat;
  border-radius: 0px;
  height: 38px;
  width: 300px;
  font-size: 12px;
}
.search_box .form-control::placeholder {
  color:#dbdbdb !important;
  opacity:1 !important;
}
.main_header .haed_right .search_box .btn_search {
  position: absolute;
  border: none;
  background: transparent;
  right: 11px;
  top: 5px;
}

.main_header .haed_right .search_box .search_box_list {
  background-color: var(--primary-color);
  position: absolute;
  width: 100%;
  z-index: 88;
  max-height: 304px;
  overflow-y: auto;
}

.main_header .haed_right .search_box .search_box_list a {
  color: #fff;
  height: 38px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  padding: 0px 10px;
  font-size: 12px;
  background-color: var(--primary-color);
  font-weight: 500;
}
.main_header .haed_right .search_box .search_box_list a:hover {
  background-color:#303030;
}




.news_feed {
  border: 1px solid transparent;
  background: linear-gradient(#000, #000), var(--bg-gradient);
  background-origin: padding-box, border-box;
  background-repeat: no-repeat;
  border-radius: 0px;
  height: 38px;
  width: 478px;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 40px;
  font-family: 'emiratesbold';
}

.news_feed .news_icon {
  background: var(--bg-gradient);
  position: absolute;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 1px;
  left: 1px;
}
.news_feed .news_icon img {
  width:26px;
}
.news_feed .marquee-news-text {
  background: var(--text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
  font-weight: 700;
  font-size: 13px;
}

/* header */

.sports_wrappper {
  display:flex;
  justify-content:space-between;
  align-items:top;
  flex:1;
  margin-bottom:40px;
}


.reports_wrapper {
  color:#fff;
}

.left-panel {
  width: 220px;
}

.center-panel {
  width: calc(75% - 220px);
  padding: 0px 5px;
}

.reports_wrapper .center-panel {
  width: calc(100% - 220px);
  padding-left:0px;
}

.right-panel {
  width: 25%;
  padding: 5px 6px;
}

.match_detail_wrap01 .center-panel {
  width: calc(77% - 220px);
  padding: 0px 5px;
}
.match_detail_wrap01 .right-panel {
  width: 23%;
}

.sidebar-casino .title {
  background: var(--text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 6px;
  font-family: 'emiratesbold';
}

.sidebar-casino .sidebar-casino-tab {
  background-color:var(--bg-gray);  
  display:flex;
  justify-content:space-between;
  align-items: center;
}
.sidebar-casino .sidebar-casino-tab a {
  color: #fff;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33%;
  font-size: 14px;
  border-bottom: 2px solid var(--bg-gray);
}
.sidebar-casino .sidebar-casino-tab a.active {
  color:var(--text-secondary);
  border-bottom: 2px solid var(--text-secondary);
  font-family: 'emiratesbold';
}
.sidebar-casino_tab_content{
  padding:0.5rem 0px;
}

.sidebar-casino_tab_content .casino_item {
  border: 1px solid var(--text-secondary);
  border-radius:5px !important;
  overflow:hidden;
}
.sidebar-casino_tab_content .casino_item img {
  width: 100%;
  height: 90px;
}
.sidebar-casino_tab_content .g-3{
  --bs-gutter-y: 0.6rem;
  --bs-gutter-x: 0.6rem;
}

.trending_games .title {
  background: var(--text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 3px;
  font-family: 'emiratesbold';
}

.trending_games .trending_games_row {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  font-family: 'emiratesbold';
  padding-bottom: 5px;
}



.trending_games .item_main {
  width: 160px;
  position: relative;
  overflow: hidden;
  min-width: 160px;
  border-radius: 6px;
  margin-right: 10px;
  border: 1px solid var(--text-secondary);
}

.trending_games .item_main img {
  width:100%;
}
.trending_games .item_main .play-btn{ 
  transition: .7s;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  transform: translate(-50%,-50%);
  z-index: 9;
  height: 16px;
  line-height: 1.1;
  opacity: 0;
  cursor: pointer;
}
.trending_games .item_main:hover   .play-btn{
  transform: translateY(8px);
  opacity: 1;
}

.trending_games .item_main:hover:before {
  opacity: .8;
  background-color: #fff;
  background-image: linear-gradient(#3f3f4f 10%,#000 100%);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  cursor: pointer;
  border-radius: 6px;
}
.trending_games .item_main .play-btn .sub-title {
  background: var(--text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
  font-weight: 700;
  font-size: 16px;
}


.left-panel .allsports {
  border: 1px solid transparent;
  background: linear-gradient(#000, #000), var(--bg-gradient);
  background-origin: padding-box, border-box;
  background-repeat: no-repeat;
  border-radius: 0px;
  min-height: calc(100vh - 53px);
  height: 99%;
}

.left-panel .allsports .allsports-title {
  padding: 5px 8px;
  border-radius: 0;
  color: #000;
  text-transform: capitalize;
  font-size: 14px;
  background: var(--bg-gradient);
  font-weight: 500;
  font-family: 'emiratesbold';
}

.dropdown.sportslist {
 background-color:#232323;
}
.dropdown.sportslist a.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  background: transparent;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  padding: 6px 8px;
  position:relative;
}
.dropdown.sportslist a.dropdown-toggle span.icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dropdown.sportslist a.dropdown-toggle span.icon img {
  max-width: 18px;
  max-height: 18px;
}
.dropdown.sportslist ul.dropdown-menu.show {
  transform: inherit !important;
  position: relative !important;
  padding: 0px !important;
  border-radius: 0px;
  border: none !important;
  background: #121212;
}
.dropdown.sportslist .sportslist_second li {
  padding: 5px 10px;
  font-size: 12px;
  transition: all .6s ease-in-out;
}

.dropdown.sportslist .sportslist_second li a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown.sportslist .sportslist_second li a {
  color:#fff;
}

.dropdown.sportslist .sportslist_second li a:hover{
  color: #f4d96b;
  padding-left: 15px;
  transition: all .6s ease-in-out;
}


.sports_tab {
  /* background: var(--bg-gradient); */
  height: 48px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 10px;
  position: relative;
  margin-bottom: 12px;
}

.sports_tab ul.sports_tab_list {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 0px;
  overflow-x: auto;
  padding-top: 17px;
  position:relative;
}
.sports_tab:before {
  content: '';
  position: absolute;
  height: 17px;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #000;
}
.sports_tab ul.sports_tab_list li {
  width: 100%;
  position: relative;
  background: var(--bg-gradient);
  padding: 1px;
  margin-right:-1px;
}
.sports_tab ul.sports_tab_list a {
  display: flex;
  background-color: #000;
  height: 46px;
  margin-top: 0px;
  padding: 3px 23px;
  align-items: center;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'emiratesmedium';
  color: #fff;
  gap: 17px;
}
.sports_tab ul.sports_tab_list a img {
    max-width: 28px;
    max-height: 28px;
}
.sports_tab ul.sports_tab_list li:nth-child(1) a{
  border-top-left-radius:10px;
}
.sports_tab ul.sports_tab_list li:last-child a{
  border-top-right-radius:10px;
}

.sports_tab ul.sports_tab_list li .navChips {
  position: absolute;
  top: -10px;
  right: 10px;
  display: flex;
  align-items: center;
}
.sports_tab ul.sports_tab_list li .navChips .chip {
  font-size: 10px;
  color: #000;
  line-height: 1;
  padding: 3px 4px;
  min-width: 21px;
  text-align: center;
}
.sports_tab ul.sports_tab_list li .navChips .chip.leftChip {
  background: #fff;
}
.sports_tab ul.sports_tab_list li .navChips .chip.rightChip {
  background:var(--bg-gradient);
}

.sports_inplay_body {
  background: var(--bg-gradient);
  padding: 1px;
  margin-top:15px;
}
.sports_inplay_body .sports_inplay_head {
  background-image:url(../images/bg-shadow.webp);
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:center;
  height:32px;
  margin-bottom:1px;
}
.sports_inplay_body .sports_inplay_left {
  width: 59%;
  font-size: 16px;
  font-family: 'emiratesmedium';
  color: #fff;
  gap: 10px;
  display: flex;
  align-items: center;
  padding:0px 10px;
}
.sports_inplay_body .sports_inplay_right {
  width:41%;
  display:flex;
  align-items:center;
}
.sports_inplay_body .sports_inplay_right .odds_head {
  width: 33%;
  font-size: 13px;
  color: #fff;
  text-align: center;
}

.sports_inplay_body .sports_inplay_left img {
  max-height:20px;
  max-width:20px;
}

.sports_inplay_market_row {
  display: flex;
  align-items: center;
  justify-content:space-between;
  padding: 1px;
  background-color: #000;
  margin-bottom:1px;
}
.sports_inplay_market_row .sports_inplay_market_event {
  width: 59%;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  gap: 11px;
}
.sports_inplay_market_row .sports_inplay_market_event .names {
  line-height: 22px;
}
.sports_inplay_market_row .sports_inplay_market_event .series {
  font-size: 12px;
  color: #ccc;
  font-style: normal;
  text-transform: capitalize;
  margin-left: 0;
}
.sports_inplay_market_row .sports_inplay_market_event  .match_name {
  font-size: 18px;
  text-transform: capitalize;
  font-family: 'emiratesmedium';
  color: #fff;
}


.sports_inplay_market_row .sports_inplay_market_event .time_date {
  background: var(--bg-gradient);
  border-radius: 5px;
  height: 40px;
  padding: 1px;
  display: inline-flex;
}
.sports_inplay_market_row .sports_inplay_market_event .date-height {display:block; float:left;}
.sports_inplay_market_row .sports_inplay_market_event .date-height .in-play {position:relative; background:#5dae32; color:#5dae32; font-size:8px; font-weight:600; text-align:center; display:inline-block; text-transform:initial;}
.date-time {position:relative; width:60px; height:40px; border-radius:5px; text-align:center; font-weight:600; padding:10px 1px; float:left; margin-right:5px; text-transform:uppercase; background:#d1d1d1; color:#000;}
.sports_inplay_market_row .sports_inplay_market_event .in-play::before {animation-delay:-4s;}
.sports_inplay_market_row .sports_inplay_market_event .in-play::after, .sports_inplay_market_row .in-play::before {content:""; z-index:0; margin:-5%; box-shadow:inset 0 0 0 2px; border-radius:7px; animation:clipMe 8s linear infinite; position:absolute; top:0; bottom:0; left:0; right:0}
.sports_inplay_market_row .sports_inplay_market_event .date-height ul li {
  margin: 0 0 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
}
@keyframes clipMe {
  0%, 100% {clip:rect(0,75px,2px,0)}
  25% {clip:rect(0, 2px, 75px, 0)}
  50% {clip:rect(45px, 75px, 75px, 0)}
  75% {clip:rect(0, 75px, 75px, 45px)}
  }

.sports_inplay_market_row .sports_inplay_market_event .time_date .dtbg {
  height: 100%;
  width: 100%;
  background-color: #000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-weight: 400;
  line-height: 16px;
  padding: 1px 6px;
  width:55px;
}

.sports_inplay_market_row .sports_inplay_market_event .time_date .dtbg .time {font-size:12px;}
.sports_inplay_market_row .sports_inplay_market_event .time_date .dtbg .date {font-size:11px;}

.sports_inplay_market_row .market_odds_list {
  width: 41%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  position:relative;
}
.sports_inplay_market_row .market_odds_list .suspendstatus {
  position: absolute;
  width: 94%;
  background-color: #191e38e6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fb0840;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  top: 0;
  bottom: 0;
  align-items: center;
  display: flex;
  font-weight: 400;
  border-radius: 4px;
}

.sports_inplay_market_row .market_odds_list .market_odds {
  width: 33.33%;
  justify-content: center;
  display: inline-flex;
  align-items: center;
}

.sports_inplay_market_row .market_odds_list .market_odds .oddbox {
  border: none;
  color: #222;
  font-size: 16px;
  min-width: 40%;
  border-radius: 5px;
  height: 36px;
  vertical-align: middle;
  line-height: normal;
  font-weight: 700;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.sports_inplay_market_row .market_odds_list .market_odds .oddbox.back{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sports_inplay_market_row .market_odds_list .market_odds .oddbox.lay{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sports_inplay_market_row .sports_inplay_market_event .cardInfoBtns {
  display:none;
  align-items: center;
  gap: 4px;

}
.sports_inplay_market_row .sports_inplay_market_event .cardInfoBtns img {
  width:22px;
}


.fixed_bottom_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 58px;
  display: flex;
  align-items: center;
  background: var(--bg-gradient);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1px 1px 0px 1px;
  z-index: 999;
}
.fixed_bottom_footer .footmenulist {
  display: flex;
  align-items: center;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.fixed_bottom_footer .menu-itm {
  color: var(--text-light);
  font-size: 12px;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  flex-direction: column;
  line-height: 15px;
  background-color: #000;
  height: 58px;
}
.fixed_bottom_footer .menu-itm:nth-child(1) {
  border-top-left-radius: 10px;
}
.fixed_bottom_footer .menu-itm:nth-child(5) {
  border-top-right-radius: 10px;
}

.fixed_bottom_footer .menu-itm span {
  height:26px;
}
.fixed_bottom_footer .menu-itm img{
  max-height:18px;
  max-width:18px;
}
.fixed_bottom_footer .menu-itm.homemenu img {
  max-height: 50px;
  max-width: 50px;
  position: relative;
  top: -25px;
}



.matchDetailHeader {
  background:var(--bg-gradient);
  border-radius:10px;
  padding:1px;
}
.matchDetailHeader .matchDetailHeaderWrapper {
  background-image: url('../images/bg-shadow.webp');
  padding:10px;
  border-radius:10px;
}

.matchDetailHeader .matchDetailHeaderWrapper .matchDetailHeader_left {
  display: inline-flex;
  flex-direction:column;
}
.matchDetailHeader .matchDetailHeaderWrapper .matchDetailHeader_left .event-date {
  color: #ccc;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  gap: 20px;
}
.matchDetailHeader .matchDetailHeaderWrapper .matchDetailHeader_left .event_status {
  color: #03a41d;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 10px;
  position: relative;
}
.matchDetailHeader .matchDetailHeaderWrapper .matchDetailHeader_left .event_status::before {
  content: '';
  background: #03a41d;
  width: 7px;
  height: 7px;
  border-radius: 30px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
}
.matchDetailHeader .matchDetailHeaderWrapper .matchDetailHeader_left .team_name {
  background: var(--text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
  font-weight: 700;
  font-size: 22px;
  font-family: 'emiratesmedium';
  display: inline-block;
  margin: 7px 0px;
}
.matchDetailHeader .matchDetailHeaderWrapper .matchDetailHeader_btns {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top:5px;
}
.matchDetailHeader .matchDetailHeaderWrapper .matchDetailHeader_btns button {
  background: var(--text-gradient);
  border-radius: 5px;
  padding: 1px;
  border: none;
  overflow: hidden;
}
.matchDetailHeader .matchDetailHeaderWrapper .matchDetailHeader_btns .btn-bg {
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  padding: 4px 6px;
  display: flex;
  gap: 5px;
}

.match_details_wrapper {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
}

.match_details_wrapper .bet-table {
  background:var(--bg-gradient);
  border-top-left-radius:10px;
  border-top-right-radius:10px;  
  padding:1px;
  margin-bottom:10px;
}

.match_details_wrapper .bet-table  .bet-table-header {
  background-image: url('../images/bg-shadow.webp');
  overflow:hidden;
  border-top-left-radius:10px;
  border-top-right-radius:10px;  
  height:48px;
  padding:8px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.match_details_wrapper .bet-table  .bet-table-header .titile {
  color:#ccc;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  padding-left:15px;
  position: relative;
}
.match_details_wrapper .bet-table  .bet-table-header .titile::before {
  content: '';
  background: #03a41d;
  width: 9px;
  height: 9px;
  border-radius: 30px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
}




.match_details_wrapper .bet-table  .bet-table-header .match_btn_rules {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.match_details_wrapper .bet-table  .bet-table-header .matched_btn {
  font-size: 12px;
  background: #232323;
  padding: 8px;
  color: #ccc;
}

.match_details_wrapper .bet-table .bet-table-header .odd_box {
    display: none;
}


.match_details_wrapper .bet-table  .bet_table_stackhead {
  background-color: #000;
  margin-top: 1px;
}
.match_details_wrapper .bet-table  .bet_table_stackhead {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.match_details_wrapper .bet-table  .bet_table_stackhead .bet_table_stackhead_min_max {
  width:41%;
  padding:0px 10px;
}

.bet_table_lay_back {
  width: 59%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.match_details_wrapper .bet-table .bet_table_stackhead .bet_table_stackhead_min_max .minMax-limit {
  display: flex;
  align-items: center;
}
.match_details_wrapper .bet-table .bet_table_stackhead .bet_table_stackhead_min_max .minMax-limit p {
  margin-bottom:0px;
  font-size:14px;
  color:#ccc;
}
.match_details_wrapper .bet-table .bet_table_stackhead .bet_table_lay_back .odd_box {
  font-size: 14px;
  font-weight: 600;
  width: 16.666%;
  color: #222;
  margin: 2px 1px;
  text-align: center;
  line-height: 32px;
  height: 32px;
}




.match_details_wrapper .bet-table  .bet_table_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color:#000;
  margin-top:1px;
}
.match_details_wrapper .bet-table  .bet_table_teamevent {
  width: 41%;
  padding-left: 8px;
  line-height: 19px;
}



.match_details_wrapper .bet-table  .bet_table_teamevent .teamnem {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  color: #fff;
}
.match_details_wrapper .bet-table  .bet_table_teamevent .profit_losssss {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0px;
}
/* .match_details_wrapper .bet-table .bet_table_teamevent p:empty {
  display:none !important;
}
.match_details_wrapper .bet-table .bet_table_teamevent p span:empty {
  display:none !important;
} */


.match_details_wrapper .bet-table  .bet_table_teamevent .profit_losssss svg {
  width:8px;
  height:8px;
}
.match_details_wrapper .bet-table  .bet_table_teamevent .profit_losssss.text-success svg{
  fill: green;
}
.match_details_wrapper .bet-table  .bet_table_teamevent .profit_losssss.text-danger svg{
  fill: #dc3545;
}

.match_details_wrapper .bet-table  .bet_table_teamevent  .profit_loss {
  color:#03a41d;
  font-size: 13px;
  font-weight: 400;
}

.bet_table_odds_list {
  width: 59%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.match_details_wrapper .bet-table .bet_table_odds_list .odd_box {
  font-size: 16px;
  font-weight: 600;
  width: 16.666%;
  color: #222;
  margin: 2px 1px;
  text-align: center;
  height: 41px;
  font-size: 20px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.match_details_wrapper .bet-table .bet_table_odds_list .odd_box span {
  display: block;
  font-size: 12px;
  font-weight: 500;
}



.fancy_table .bet_table_odds_list {
  width: 36%;
  justify-content:end;
  position:relative;
}
.match_details_wrapper .bet-table.fancy_table  .bet_table_teamevent {
  width: 64%;
}
.match_details_wrapper .bet-table.fancy_table  .bet_table_odds_list .odd_box {
  width: 26%;
}

.match_details_wrapper .bet-table.fancy_table .bet_table_lay_back {
  width: 36%;  
  justify-content:end;
  position:relative;
}

.fancy_table .Fancy_suspended {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  border-radius: 0;
  background-color: #373737c7;
  text-transform:uppercase;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  position: absolute;
  height: 100%;
  width: 52.5%;
  right: 26.7%;
}


.match_details_wrapper .bet-table.fancy_table  .bet_table_stackhead .bet_table_lay_back .odd_box {
  width: 26%;
}
.match_details_wrapper .bet-table.fancy_table  .bet_table_stackhead .bet_table_stackhead_min_max {
  width: 64%;
}







/* new css start */

/* footer css start */
.footer_wrapper {
  background-color: var(--bg-gray);
  padding-top: 30px;
}

.footer_wrapper p {
  color: var(--bg-white);
  font-weight: 400;
  font-size: 13px;
}

.fooetr_col_block {
  padding-bottom: 20px;
}

.social_cions_block {
  display: flex;
  gap: 7px;
  margin-top: 10px;
}

.social_cions_block a {
  display: inline-block;

}

.social_cions_block a img {
  width: 30px;
  margin-right: 7px;
}

.fooetr_col_block {
  padding-right: 20px;
}

.fooetr_col_block .logo_img_footer {
  max-width: 175px;
  margin-bottom: 1rem;
}

.fooetr_col_block p {
  margin-bottom: 0;
}

.second_block img {
  width: 210px;
}

.second_block p {
  margin: 15px 0;
}

.fooetr_col_block.last_block h5 {
  background: var(--text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0 0 20px;
  font-size: 18px;
  font-family: 'emiratesmedium';
}

.fooetr_col_block.last_block p {
  font-style: normal;
  color: var(--bg-white);
  font-size: 11px;
  display: block;
  margin-top: 10px;
}

.fooetr_col_block.last_block img {
  margin: 10px 0;
  display: block;
  max-width: 100%;
}

.footer_wrapper .footer_bottom_wrapper {
  padding: 10px 0;
  background: var(--bg-black);
}

.footer_wrapper .copyright_block {
  background: var(--bg-black);
  padding: 1rem 0;
  border-top: solid 1px #161616;
}

.footer_wrapper .copyright_block p {
  color: var(--bg-white);
}

.footer_wrapper .footer_bottom_inner h4 {
  color: var(--bg-white);
  font-weight: 500;
  font-size: 16px;
}

.footer_wrapper .footer_bottom_inner p {
  color: var(--bg-white);
  font-weight: 400;
  font-size: 13px;
}


/* footer css end */



/* payment section start */
.payment_section {
  padding: 40px 0 30px;
}

.section_heading_block {
  margin-bottom: 15px;
}

.heading_same {
  background: var(--text-gradient);
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'emiratesmedium';
}

.payment_section .payment_type_block ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 10px;
}

.payment_section .payment_type_block ul li {
  border-radius: 4px;
  background: #e2faff;

}

.payment_section .payment_type_block ul li img {
  width: 100%;
  height: 100%;
}

/* payment section end */


/* Why Exchange section start */
.why_exchange_section {
  background-color: var(--bg-gray);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  padding: 8rem 0;
}

.section_heading_block p {
  font-size: 16px;
  color: var(--bg-white);
  margin: 10px 0;
}

.card_box {
  display: flex;
  align-items: center;
  border: solid 1px #232323;
  border-radius: 6px;
  padding: 0 10px 0 0;
  height: 100%;
  transition: all .4s ease-in-out;
}

.card_box:hover {
  box-shadow: 6px 6px #333;
}

.icon_box {
  background: #121212;
  padding: 1rem;
  width: 100%;
  max-width: 190px;
  min-width: 145px;
  margin-right: 20px;
  height: 100%;
  border-radius: 6px 0 0 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon_box img {
  width: 40px;
  height: 40px;
}

.icon_box h4 {
  background: var(--text-gradient);
  font-size: 20px;
  margin: 20px 0 15px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
  text-align: center;
  font-family: 'emiratesmedium';
}

.dis_text {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 0;
  color: var(--bg-white);
}

/* Why Exchange section end */

/* how to start section start */
.how_to_start_section{
 padding: 50px 0;
}
/* how to start section end */

/* sport section start */
.sports_section{
  background-color: var(--bg-gray);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    padding: 5rem 0;
}

.sports_section .sport_box a{
     border: solid 1px #000;
    border-radius: 6px;
    cursor: pointer;
    overflow: hidden;
    transition: all .4s ease-in-out;
    display: flex;
    align-items: center;
    position: relative;
}
.sport_box a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #000;
    transition: all .4s ease-in-out;
    z-index: -1;
}
.sport_box a:hover::before{
  width: 100%;
    transition: all .4s ease-in-out;
}
.sport_icon {
  font-size: 3rem;
  text-align: center;
  background: var(--bg-black);
  transition: all .4s ease-in-out;
  height: 68px;
  padding: 3px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sport_icon img{
  height: 48px;
  width: 48px;
}
.sport_name{
  background: var(--text-gradient);
  background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000; 
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    width: 100%;
    font-family: 'emiratesmedium';
}

/* sport section end */



/* casino section css start */
.casino_section{
  padding: 50px 0;
}
.casino_section .casino_grid{
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.casino_item a{
  cursor: pointer;
  background: linear-gradient(to right, #EBDA78, #FFF5C7, #F4D96B, #F9D863, #B3963B) !important;
  padding: 1px;
  border-radius: 6px;
  text-decoration: none;
  display: block;
}
.casino_item a img{
  width: 100%;
  border-radius: 6px;
}
/* casino section css end */


/* report page css start */
.tabs_wrapper {
  overflow: auto;
}
.tabs_wrapper ul{
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1px;
  list-style: none;
}
.tabs_wrapper ul li a {
  width: 125px;
  height: 45px;
  padding: 5px 10px;
  margin: 0 1px 7px;
  position: relative;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'emiratesmedium';
  border-radius: 0;
  background: #232323;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  gap: 7px;
  line-height: 14px;
}
.tabs_wrapper ul li a svg {
  height: 20px;
  width: 20px;
  fill: currentColor;
}

.tabs_wrapper ul li a span{
  text-align: center;
}
.tabs_wrapper ul li a.active{
  background: var(--bg-gradient);
  color: var(--bg-black);
}
.tab_content_wrapper{
  margin: 15px 0 20px;
}
.outer_block{
  background:var(--bg-gradient);
  padding: 1px !important;
  border-radius: 15px;
  height: 100%;

}
.inner_block{
  border-radius: 15px;
  background-color: var(--bg-black);
  padding: 12px 18px 16px;
  height: 100%;
}
.user_details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.user_details img{
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.user_details h4{
  text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 5px;
    background: var(--text-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    font-family: 'emiratesmedium';
}
.contact_details {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 10px 0;
}
.contact_block{
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--bg-white);
}
.contact_block svg{
  height: 20px;
  width: 20px;
  fill: green;
} 
.change_password a{
  display: flex;
  gap: 7px;
  align-items: center;
  color: var(--bg-white);
}
.inner_heading{
  color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    background: var(--text-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
}
.dis_block{
  color: var(--bg-white);
  text-align: center;
}

.tabs_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter_btn{
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    width: 120px;
    padding: 1px;
    line-height: 40px;
    background: var(--bg-gradient);
    font-size: 16px;
    text-transform: capitalize;
    box-shadow: none;
    display: flex;
    align-items: center;
}
.filter_btn a{
    width: 100%;
    border-radius: 6px 6px 0 0;
    color: #fff;
    font-family: 'emiratesmedium';
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: var(--bg-black);
    justify-content: center;
}
.heading_text{
    display: block;
    margin-top: 0;
    font-weight: 600;
    padding-left: 0;
    padding-top: 5px;
    font-size: 18px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    background: var(--text-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    font-family: 'emiratesmedium';

}
.bg_grey{
  background-color: var(--bg-gray);
}
.input_block{
  border-radius: 4px;
  background: var(--bg-gradient);
  padding: 1px !important;
  position: relative;
  z-index: 1;
}
.input_block .form-control{
     border: 1px solid #0000;
    background-color: #000;
    color: #ccc;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 13px;
    height: 40px;
    margin: 0;
}
.down_arrow .form-control {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIGQ9Ik0xMiAxNmExIDEgMCAwIDEtLjcxLS4yOWwtNi02YTEgMSAwIDAgMSAxLjQyLTEuNDJsNS4yOSA1LjMgNS4yOS01LjI5YTEgMSAwIDAgMSAxLjQxIDEuNDFsLTYgNmExIDEgMCAwIDEtLjcuMjl6IiBkYXRhLW5hbWU9IjE2IiBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIxIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iIj48L3BhdGg+PC9nPjwvc3ZnPg==");
  background-repeat: no-repeat no-repeat;
  background-position: right 15px center; 
  background-size: 15px;

}
.form-control:focus{
  box-shadow: none;
}
.submit_btn .btn-primary{
  background-image: var(--bg-gradient);
  border: 1px solid #0000;
  width: 140px;
  line-height: normal;
  border-radius: 4px;
  display: block;
  text-align: center;
  color: #000;
  font-size: 16px;
  height: 40px;
}
.form-select{
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIGQ9Ik0xMiAxNmExIDEgMCAwIDEtLjcxLS4yOWwtNi02YTEgMSAwIDAgMSAxLjQyLTEuNDJsNS4yOSA1LjMgNS4yOS01LjI5YTEgMSAwIDAgMSAxLjQxIDEuNDFsLTYgNmExIDEgMCAwIDEtLjcuMjl6IiBkYXRhLW5hbWU9IjE2IiBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIxIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iIj48L3BhdGg+PC9nPjwvc3ZnPg==");
}

.table_wrapper{
 margin-top: 20px;

}

.show_entris{
  display: flex;
  gap: 5px;
  align-items: center;
  color: #fff;
  margin-bottom: 15px;

}
.show_entris .form-select{
  padding: 0px 5px;
  height: 28px;
  width: 50px;
  border-radius: 0;
  background-position: right  3px center;

}
.show_entris .input_block{
  border-radius: 0;
}
.table_wrapper .table {
  background-color: var(--bg-gray);
  border: 1px solid #545454;
  font-size: 13px;
}
.table_wrapper .table td{
  color:#dcdcdc;
}
.table_wrapper .table thead tr{
  background-image: url(../images/bg-shadow.webp);
  background-size: cover;
}
.table_wrapper .table thead tr th{
  background-color: transparent;
  color:#dcdcdc;
}
.table_wrapper .table>tbody{
  background-color: var(--bg-gray);
  color:#dcdcdc;
}
.table>:not(caption)>*>*{
  background-color: var(--bg-gray);
}

.amount_value{
  font-size: 18px;
  font-weight: 700;
  color: green;
  background: green;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.withdrawal_inner{
  padding: 10px;
  background-color: var(--bg-black);
  border-radius: 15px;
}
.max_block{
  max-width: 600px;
}
.withdrawal_inner .form-control{
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
}
.withdrawal_inner label{
  color: #9496a0;
  font-size: 14px;
  font-weight: 600;
}
.withdrawal_inner .form-control::placeholder{
  color: #ccc;
}
.withdraw_amount{
  font-size: 10px;
  font-weight: 500;
  color: #ccc;
  margin: 5px 0;
  text-transform: capitalize;
  float: left;
}
.withdraw_amount span{
  color: #f4d96b;
    font-weight: 600;
}
.add_bank {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-weight: 600;
  right: -110px;
  top: 50%;
  transform: translateY(-50%);
}
.add_icon{
  width: 20px;
    height: 20px;
    background: var(--bg-gradient);
    border-radius: 50%;
    color:var(--bg-black);
    display: flex;
    align-items: center;
    justify-content: center;

}
.add_icon svg{
  height: 15px;
  width: 15px;
}
.withdraw_btn{
  text-align: right;
  margin-top: 20px;
}
.withdraw_btn a{
    position: relative;   
    cursor: pointer;
    padding: 5px;
    width: 100%;
    max-width: 200px;
    height: 45px;
    display: inline-block;
    color: var(--bg-black);
    line-height: 36px;
    font-size: 14px;
    box-shadow: none;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    transition: all .2s;
    margin: auto;
    background:var(--bg-gradient);

}

.outer_block.form_block.profit_filter {
  padding: 0px !important;
  border-radius: 0px;
}
.outer_block.form_block.profit_filter .inner_block.bg_grey {
  border-radius: 0px;
}

/* report page css end */

.loginmodal  .modal-dialog {
  width: 700px;
  max-width: 700px;
  padding: 0px;
  background-image:var(--bg-gradient);
  border-radius:10px;
}
.loginmodal  .modal-dialog .modal-content {
  background-color:transparent;
  border:none;
  border-radius:0px;
}
.login_wrapper {
  display:flex;
  flex-wrap:wrap;
}
.login_wrapper .login_left {
  width:50%;
  text-align:center;
}
.login_wrapper .login_left img.logo-login {
  width: 95%;
  margin-top: 25px;
  margin-bottom: 10px;
}
.login_wrapper .login_left img.iphone_img {
  width: 90%;
} 
.loginmodal .modal-body{
  padding:0px;
}
.login_wrapper .login_right {
  width: 50%;
  position:relative;
}
.login_wrapper .login_form_box {
  background-color: #000;
  width: 100%;
  top:0;
  position: relative;
  height: 100%;
  border-top-left-radius: 30px;
  display: inline-block;
  padding: 30px;
  border-bottom-left-radius: 30px;
  padding-top: 50px;
}
.login_wrapper .login_form_box .input-group input.form-control {
  border: none;
  width: 100%;
  background: #000;
  border-radius: 0;
  font-size: 15px;
  border: 1px solid #f9d863;
  color: #fff;
  height: 45px;
  box-shadow:none;
}
.login_wrapper .login_form_box .input-group input.form-control::placeholder {
  color:#dadada !important;
}

.login_wrapper .login_form_box button.btn {
  font-size: 14px;
  color: #000;
  padding: 5px 14px;
  border-radius: 0;
  transition: .3s;
  min-height: 45px;
  width: 100%;
  font-family: 'emiratesmedium';
  font-size: 16px;
  margin-bottom: 13px;
  margin-top: 10px;
}
.login_wrapper .login_form_box button.btn.btn-gradient {
  background: var(--bg-gradient);
}

.login_wrapper .login_form_box button.btn.btn-secondary {
  border: 1px solid #f9d863;
  background: transparent;
  background: var(--text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
}
.login_wrapper .login_form_box .input-group {
  margin-bottom: 20px;
}
.Dont_account {
  text-align: center;
  color: #fff;
  margin-top: 22px;
  margin-bottom: 5px;
  font-family: 'emiratesmedium';
}
.login_form_box .social_cions_block {
  text-align: center;
  justify-content: center;
}
.login_form_box .social_cions_block a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #cfb14b;
  background: #0000;
}
.login_form_box .social_cions_block a img {
  width: 17px;
  margin: 0px;
}
button.btn-close1 {
  border: none;
  box-shadow: none;
  background: no-repeat;
  padding: 0px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
}
/* new css end */

/* new css 12-06-2024 css start */
.toggle_btn {
  color: var(--text-white);
  display: none;
}
.toggle_btn svg {
  height: 26px;
  width: 26px;
}
/* new css 12-06-2024 css end */

.-negative {color:#d32029;}
.positive {color:#03a41d;}
.Total_score_list_group {
  font-size: 14px;
  gap: 9px;
}
.total_pl_box .betbreakdown {
  display: inline-flex;
  margin-bottom: 5px;
  font-size: 14px;
  gap: 11px;
}
.total_pl_box .betbreakdown a {
  color: #fff;
}
.breakdown_event {
  display: flex;
  align-items: center;
  gap: 7px;
}

.sidemenu {
  position: fixed;
  left: -100%;
  width: 80%;
  z-index: 888;
  height: 100%;
  background-color: #000;
  transition: 0.3s all;
  top:0;
  bottom:0;
  overflow-y:auto;
  padding-bottom:70px;

}

.sidemenu_overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 777;
  display:none;
}


.openmenu .sidemenu {
  left:0;
  transition: 0.3s all;
}
.openmenu .sidemenu_overlay {
  display:block;
}

body.openmenu{
  overflow:hidden;
}


.sidemenu .accordion-item {
  padding: 0px;
  border-radius: 0px;
  background: no-repeat;
  border: none;
}

.sidemenu .accordion-item button.accordion-button {
  border: none;
  background: no-repeat;
  box-shadow: none;
  border: 0px;
  border-bottom: 1px solid #2b2b2b;
  border-radius: 0px;
  background: linear-gradient(to right, #EBDA78, #FFF5C7, #F4D96B, #F9D863, #B3963B);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'emiratesmedium';
  text-decoration: underline !important;
  font-size: 16px;
  padding: 14px 11px;
}

.sidemenu .accordion-item button.accordion-button::after {
  background-image: none;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  vertical-align: middle;
  color: #efdf80 !important;
  width:8px;
  height: 8px;
}

.sidemenu .accordion-item button.accordion-button:not(.collapsed)::after {
  transform: rotate(225deg);
  content: "";
  display: inline-block;
}

.sidemenu .accordion-body {
  padding: 10px 22px;
  line-height: 18px;
}

.sidemenu .accordion-body ul{
  margin:0px;
  padding:0px;
}

.sidemenu .accordion-body ul li a {
  padding: 7px 0px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.sidemenu .accordion-item button.accordion-button span.icon {
  width: 33px;
}
.sidemenu .accordion-item button.accordion-button span.icon img {
  max-width: 26px;
  max-height: 26px;
}

.bet_table_placebet {
  background: #121212;
  border-radius: 0;
  padding: 4px !important;
}
.bet_table_placebet .placebet {color:#fff; align-items:center;}
.bet_table_placebet .placebet p {margin:0; font-size:14px; text-align:right;}
.bet_table_placebet .placebet .form-group label {font-size:17px; margin-right:4px;}
.bet_table_placebet .placebet.back-bg .labelColored {color:#258bd3!important;}
.bet_table_placebet .placebet .form-group input {width:60px; border:none; text-align:center; height:32px;}
.bet_table_placebet .placebet.back-bg .inputColored {background:#258bd3!important; border:none; outline:none; box-shadow:none;}
.bet_table_placebet .stake-group {display:flex; background:#fff; height:32px;}
.bet_table_placebet .placebet .input-group-text {padding:0; border:none; color:#fff; background:#121212; width:25px; text-align:center; display:flex; border-radius:2px; margin:1px; justify-content:center;}
.bet_table_placebet input[type=number] {margin-right:0!important; width:100px!important;}
.bet_table_placebet .placebet .form-group {align-items:center;}
.bet_table_placebet .placebet form.d-flex {align-items:center;}
.bet_table_placebet .stakes {justify-content:end; display:flex; flex-wrap:wrap; width:100%; margin:7px 0;}
.bet_table_placebet .stakes button {border-radius:2px; height:34px; border:none; color:#fff; width:18%; margin:8px 5px 0; font-size:14px; background:linear-gradient(90deg,#ebda78,#fff5c7,#f4d96b,#f9d863,#b3963b); padding:1px;}
.bet_table_placebet .stakes button div {height:100%; background:#000; padding:6px 0;}
.bet_table_placebet .ccp_btns {text-align:right;}
.bet_table_placebet .ccp_btns button {margin:0 3px; padding:0 15px;}
.bet_table_placebet .btn-cancel, .btn-clear {height:30px; text-transform:capitalize; font-size:14px;}
.bet_table_placebet .btn-cancel {background:#ee1909; border:1px solid #ee1909; color:#fff; border-radius:2px;}
.bet_table_placebet .btn-placebet {height:30px; background:linear-gradient(90deg,#ebda78,#fff5c7,#f4d96b,#f9d863,#b3963b); border:1px solid #0000; border-radius:2px; text-transform:capitalize; font-size:14px; color:#000;}
.bet_table_placebet .btn-clear {
  background: #232323;
  border: 1px solid #232323;
  border-radius: 2px;
  color: #ddd;
}
.mobile_bet {
  display:none;
}
.placebet.lay-bg .inputColored {
  background: #db6f81!important;
}
.placebet.lay-bg .labelColored {
  color:#db6f81 !important;
}

.placebet.lay-bg .matchOddsBox .points {
  background: #db6f81!important;
}

.placebet .matchOddsBox .points{
  position:relative;
}

.placebet .matchOddsBox .points .plus_minus {
  font-size: 19px;
  font-weight: 700;
  font-family: 'emiratesmedium';
  position: absolute;
  left: 3px;
  bottom: 7px;
}
.placebet .matchOddsBox .points .plus_minus.plustxt {
  left: inherit;
  right: 5px;
  font-family: 'emiratesmedium';
  font-size: 16px;
}

.Inner_modal  .modal-content {
  background: #000;
  border: none;
}
.Inner_modal  .modal-content .modal-header {
  border: none;
  background: transparent;
}
.Inner_modal  .modal-content .modal-header  h1 {
  background: var(--text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
  font-weight: 700;
  font-size: 16px !important;
  margin-bottom: 3px;
  font-family: 'emiratesbold';
  display: inline-block;
  border-bottom: 1px solid #f5db71;
  padding-bottom: 4px;
}

.Inner_modal  .form_group_cp {
  background: var(--bg-gradient);
  padding: 1px;
  margin-bottom: 28px;
}
.Inner_modal  .form_group_cp:last-child {
  margin-bottom:0px;
}
.Inner_modal .form_group_cp .form_wrap {
  background-color: #000;
  padding: 2px 12px;
}
.Inner_modal .form_group_cp .form_wrap label {
  color: #cfcfcf;
  font-weight: 500;
  font-size: 12px;
}
.Inner_modal .form_group_cp .form_wrap input.form-control {
  box-shadow: none;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  padding: 2px 0px;
}

.Inner_modal .modal-footer {
  background-color: #232323;
  padding: 4px 2px;
  height: 56px;
  border: none;
}

.Inner_modal .modal-footer button.btn {
  height: 38px;
  max-width: 110px;
  width: 100%;
  font-size: 12px;
  box-shadow: none;
  font-weight: 500;
  text-transform: uppercase;
  border:none;
  box-shadow:none;
  outline:none;
}
.Inner_modal .modal-footer button.btn.btn-primary {
  color:#000;
  background:var(--bg-gradient);
}
.Inner_modal .modal-footer button.btn.btn-secondary {
  background-color:#000;
}
.Inner_modal .modal-footer button.btn.btn-secondary span {  
  background: var(--text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
}
.Inner_modal  .close_btn {
  background: var(--bg-gradient);
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 13px;
}
.Inner_modal  .close_btn .btn-close {
  display: block;
  position: relative;
  opacity: 1;
  padding: 0px;
  margin: 0px;
  background-size: 13px;
}

.Edit_statck_wrap {
  display: flex;
  flex-wrap: wrap;
  gap:10px 20px
}
.Edit_statck_wrap .form_wrap {
  background: var(--bg-gradient);
  width: calc(50% - 10px);
  padding: 1px;
  position:relative;
}

.Edit_statck_wrap .form_wrap input {
  background: #000;
  border: none;
  border-radius: 0px;
  height: 42px;
  color: #fff;
}
.Edit_statck_wrap .form_wrap .titile {
  display:none;
}



.Profileoverlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 777;
  display:none;
}

.Profile_sidebar {
  position: fixed;
  right: -100%;
  width: 80%;
  z-index: 888;
  height: 100%;
  background-color: #000;
  transition: 0.3s all;
  top:0;
  bottom:0;
  overflow-y:auto;
  padding-bottom:70px;
}

.openprofile .Profile_sidebar {
  right:0;
  transition: 0.3s all;
}

.openprofile .Profileoverlay {
  display:block;
}





.Profile_sidebar .reports {
  padding: 10px;
}

.Profile_sidebar .reports .title {
  color: #fff;
  padding: 6px 2px;
  font-family: 'emiratesmedium';
}

.Profile_sidebar .reports ul li {
  border: none;
  border-radius: 0;
  line-height: 34px;
  padding: 5px 15px;
  border-bottom: 1px solid #121212;
  background: #000;
  display: flex;
  align-items: center;
}

.Profile_sidebar .reports ul li a {
  font-family: 'emiratesmedium';
  color: #fff;
  display: flex;
  gap: 10px;
  font-size: 14px;
}
.Profile_sidebar .reports ul li a i {
  width: 16px;
}
.Profile_sidebar  .reports ul li a i img{
  width:16px;
}
.User_info_wrap {
  padding: 14px;
  display: flex;
  justify-content: space-between;
}
.User_info_wrap .Info {
  display: flex;
  align-items: center;
  gap:7px;
}
.User_info_wrap .Info .User_names {
  display: inline-flex;
  flex-direction: column;
  color: #fff;
  font-family: 'emiratesmedium';
}
.User_info_wrap .Info .User_names span.Lastlogin {
  font-family: inherit;
  font-weight: 200 !important;
  font-size: 11px;
  color: silver;
}
.User_info_wrap .Info img {
  width: 46px;
}

.logput_btn {
  background-color: #ff000012;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.logput_btn img{
  width:14px;
}

.exposure-card {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding:0px 10px;
}
.exposure-card .card {
  width: calc(33.33% - 5px);
  background: #fc6268;
  border: none;
  padding: 10px;
  color: #fff;
  line-height: 15px;
  display: flex;
  font-size:14px;
  flex-direction: column;
  gap: 10px;
}
.exposure-card .card2 {background-color:#23cf68;}
.exposure-card .card3 {background-color:#23cf68;}
.exposure-card .card .Card_icon {
  background: rgba(0,0,0,0.1);
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}


/* Mobile Reports */
.Reports_mobile_Wrapper {
  min-height: 70vh;
}

.Report_mobile_tabs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  background:var(--bg-gradient);
  padding-top:2px;
  padding-bottom:1px;
}

 .Report_mobile_tabs ul {
  width: calc(100% - 56px);
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 25px;
  background-color: #000;
  height: 36px;
  overflow: hidden;
  padding: 0px 17px;
}

 .Report_mobile_tabs .prenext {
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:#000;
  height:36px;
}
 .Report_mobile_tabs .prenext img {
  width: 8px;
}
.Report_mobile_tabs ul a {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-family:'emiratesmedium';
  height: 36px;
  display:flex;
  align-items:center;
}
.Report_mobile_tabs ul a.active {
  background: var(--text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
  position:relative;
}

.Report_mobile_tabs ul a.active::before {
  content: '';
  position: absolute;
  background: var(--bg-gradient);
  width: 100%;
  bottom: 0px;
  height: 2px;
}


.Reports_input_filter {
  margin-top:10px;
}
.Reports_input_filter .form-floating {
  background: var(--bg-gradient);
  padding-bottom: 1px;
  margin-bottom: 9px;
}

.Reports_input_filter .form-floating::before {
  content: '';
  background-image: url('../images/down.png');
  display: block;
  position: absolute;
  width: 11px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 5px;
  top: 18px;
}
.Reports_input_filter .form-floating ul.dropdown-menu {
  background: #000;
  width: 100%;
  padding:0px;
  border-radius:0px;
}
.Reports_input_filter .form-floating ul.dropdown-menu li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 13px 9px;
  font-family: Roboto,Helvetica Neue,sans-serif;
}

.Reports_input_filter .form-floating .form-control {
  background: #000;
  border: none;
  font-family: 'emiratesmedium';
  border-radius: 0px;
  color:#fff;
}

.Reports_input_filter .form-floating>.form-control, .Reports_input_filter .form-floating>.form-control-plaintext, .Reports_input_filter .form-floating>.form-select {
  height: 36px;
  min-height: 36px;
  padding: 6px 8px;
  color: #fff;
  font-size: 14px;
  line-height: 11px;
}

.Reports_input_filter .form-floating>label {
  font-size: 14px;
  color: #fff;
  font-family: 'emiratesmedium';
  padding: 0px;
  top: 9px;
  left: 8px;
  height: 20px;
}

.Reports_input_filter .form-floating>.form-control-plaintext~label, .Reports_input_filter .form-floating>.form-control:focus~label, .Reports_input_filter .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
  color: #fff;
  opacity: 0.6;
  font-size: 13px;
  top: 2px;
  background: no-repeat;
  left: 6px;
}

.Reports_input_filter .form-floating>.form-control-plaintext~label::after, .Reports_input_filter .form-floating>.form-control:focus~label::after, .Reports_input_filter .form-floating>.form-control:not(:placeholder-shown)~label::after, .Reports_input_filter .form-floating>.form-select~label::after{
  display:none;
}

.date_filter_group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap:wrap;
  margin-top:10px;
}
.date_filter_group .date_input {
  background: var(--bg-gradient);
  height: 36px;
  padding: 1px;
  border-radius: 2px;
  width: calc(61% - 115px);
}
.date_filter_group .date_input input {
  border: none;
  background: #000;
  height: 100%;
  color: #c5c5c5;
  font-size: 12px;
  padding: 8px;
  border-radius: 2px;
}

.date_filter_group .btn_submit {
  background: var(--bg-gradient);
  width: 65px;
  height: 36px;
  border-radius: 2px;
}
.date_filter_group .btn_submit button.btn {
  font-size: 14px;
}

.date_filter_group .btn_Refresh {
  background: var(--bg-gradient);
  width: 48px;
  height: 36px;
  padding: 1px;
  border-radius: 2px;
}
.date_filter_group .btn_Refresh .btn {
  border: none;
  background-color: #000;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 1px;
  text-align: center;
}
.No_record_found {
  background: #1a1a1a;
  padding: 3px 10px;
  margin-top: 10px;
  border-radius: 8px;
  font-size: 14px;
}

.settled_bet_item {
  background:var(--bg-gradient);
  border-radius:5px;  
  padding:1px;
  margin-top:10px;
  font-family:'emiratesmedium';
}
.settled_bet_item .item_bg {
  background-color:#000;
  border-radius:5px;
}
.settled_bet_item .settled_bet__header {
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
  background-image: url('../images/bg-shadow.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 335px;
}
.settled_bet_item .settled_bet__header .name_icon {
  display: inline-flex;
  align-items: center;
  background: var(--text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
  font-family: 'emiratesbold';
  gap: 8px;
}
.settled_bet_item .settled_bet__header .name_icon img {
  height:20px;
}
.settled_bet_item .settled_bet__header .Date_time {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  text-align: center;
}
.settled_bet_item .settled_bet__header .Date_time span.Time {
  color: #cacaca;
  font-style: italic;
  font-size: 11px;
  font-weight: 400;
}
.settled_bet_item .betsCard_settled {
  background-color: #000;
  margin-top: 1px;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  padding: 12px 15px;
}
.settled_bet_item .betsCard_settled .match_name {
  width: 72%;
}
.settled_bet_item .betsCard_settled .match_name .nam {
  font-size: 18px;
  font-weight: 600;
}
.settled_bet_item .betsCard_settled .match_name .series {
  margin-top: 12px;
  font-size: 12px;
  color: #b7b7b7;
}
.settled_bet_item .betsCard_settled .settle-market-type {
  line-height:16px;
}
.settled_bet_item .betsCard_settled .settle-market-type .result {
  margin-top:8px;
}
.settled_bet_item .betsCard_settled .settle-market-type .result span {
  color: #b7b7b7;
}
.settled_bet_item .Settled_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 10px;
  line-height: 17px;
  background-color: #000;
  margin-top: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
}
.settled_bet_item .Settled_footer .item_settled_footer .titie {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}
.State_ment_filter .date_input {
  width: calc(69% - 115px);
}
.filter_switch_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 5px;
  margin-top: 10px;
}


.filter_switch_btns .form-check.form-switch {
  width: 32%;
  font-size: 13px;
  color: #9496a0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 23px;
  font-weight: 500;
}
.filter_switch_btns .form-check.form-switch .form-check-input {
  width: 40px;
  height: 22px;
  border-color: #CACACA;
  box-shadow: none;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: transparent;
}

.filter_switch_btns .form-switch .form-check-input:checked {
  border-color: #d4b654;
  filter: invert(58%) sepia(98%) saturate(375%) hue-rotate(8deg) brightness(100%) contrast(81%);
  background-color: transparent;
}

.Reporst_statment_design {
  position:relative;
  background:var(--bg-gradient);
  padding:1px;
  border-radius:3px;
  margin-top: 15px;
}
.Reporst_statment_design .Reporst_statment_design_bg {
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 19px;
  padding: 12px;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
}
.Reporst_statment_design .Reporst_statment_design_bg  .left {
  width: calc(100% - 90px);
}
.Reporst_statment_design .Reporst_statment_design_bg .balanceBoxBorder {
  position: relative;
  background: var(--bg-gradient);
  padding: 1px;
  border-radius: 3px;
  width: 80px;
  font-size: 14px;
  text-align: right;
}
.Reporst_statment_design .Reporst_statment_design_bg .balanceBoxBorder .balanceBox {
  background-color: #000;
  padding:7px;
  border-radius: 3px;
}
.Reporst_statment_design .Reporst_statment_design_bg  .left  .Date {
  font-size: 14px;
  margin-top: 10px;
}
.Reporst_statment_design .Reporst_statment_design_bg  .left  .Date .time {
  color:#969696;
}
.profit {
  color: #00c14d!important;
}
.loss{
  color: #eb0e15!important;
}


.report_pro_fit_loss_item .betsCard_settled .match_name .nam {
  font-size:16px;
}
.report_pro_fit_loss_item .betsCard_settled .match_name .series {
  margin-top: 6px;
}
.report_pro_fit_loss_item .betsCard_settled .match_name {
  width:100%;
}
.report_pro_fit_loss_item .betsCard_settled {
  flex-direction: column;
}

.report_pro_fit_loss_item .Provieew_view {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.report_pro_fit_loss_item .Provieew_view .team_name {
  display: inline-flex;
  gap: 7px;
  font-family: 'Roboto Condensed';
  font-weight: 300;
  font-size:14px;
}
.report_pro_fit_loss_item .Provieew_view .team_name img {
  width:16px;
}
.report_pro_fit_loss_item .Provieew_view .btn {
  background: var(--bg-gradient);
  width: auto;
  height: 32px;
  border-radius: 5px;
  border: none;
  font-family: 'Roboto Condensed';
  padding: 0px 10px;
  font-size:14px;
}
.report_pro_fit_loss_item .Settled_footer {
  padding: 8px 10px;
  border-top: dashed 1.5px #F9D863;
  position:relative;
  margin-top:0px;
}
.report_pro_fit_loss_item .Settled_footer::before {
  content: "";
    position: absolute;
    width: 11px;
    height: 20px;
    background: #000;
    border: solid 1px #F9D863;
    bottom: 41px;
    right: -1px;
    border-radius: 20px 0 0 20px;
    border-right-color: #000;
}
.report_pro_fit_loss_item .Settled_footer::after {
  content: "";
    position: absolute;
    width: 11px;
    height: 20px;
    background: #000;
    border: solid 1px #F9D863;
    bottom: 41px;
    left: -1px;
    border-radius: 0 20px 20px 0;
    border-left-color: #000;
}

.Transactions_mob_filter .date_input {
  width: 48%;
}
.Transactions_mob_filter .btn_submit {
  width: 48%;
  text-align: center;
}
.Transactions_mob_filter .date_input .form-select {
  border:none;
  background-color:#000;
  width:100%;
  height:100%;
  color: #c5c5c5;
    font-size: 12px;
    padding: 8px;
    border-radius: 2px;
}
.leftList .amount, .rightList .deposit {
  font-size:15px;
  font-family:'emiratesmedium';
  margin-bottom:4px;
}
.tranasation_statmen label {
  color: #adadad;
  font-size: 12px;
  font-weight: 400;
  margin: 0px 0px;
}
.statusColor {
  color: #19b500;
  font-size: 14px;
  font-family: "Lato",sans-serif;
}
.tranasation_statmen .leftList {
  width: calc(75% - 80px);
}
.tranasation_statmen .Reporst_statment_design_bg .balanceBoxBorder {
  width: 90px;
  font-size: 13px;
  text-align: center;
}
.tranasation_statmen .Reporst_statment_design_bg .balanceBoxBorder  .time {
  font-size: 14px;
  color:#adadad;
}
.tranasation_statmen .Reporst_statment_design_bg .balanceBoxBorder .balanceBox {
  padding: 8px 4px;
}
.live_tv {
  margin-bottom:10px;
}
.live_tv .sidebar-casino-tab a{
  background: var(--text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
  font-weight: 500;
  font-size: 14px;
}

.live_tv .tv_frame {
  height:250px;
}
.live_tv .tv_frame iframe{
  width:100%;
  height:100%;
  background-color:#fff !important;

}



/* 24-06-2024 css start */
.sports_tab.slot_tabs{
  border-radius: 0;
}
.sports_tab.slot_tabs ul.sports_tab_list li:nth-child(1) a{
  border-radius: 0;
}
.sports_tab.slot_tabs ul.sports_tab_list li:last-child a{
  border-radius: 0;
}

.sports_tab.slot_tabs ul.sports_tab_list::-webkit-scrollbar {
  height: 10px
}

.sports_tab.slot_tabs ul.sports_tab_list::-webkit-scrollbar-track {
  background: #121212;
  border-radius: 10px
}

.sports_tab.slot_tabs ul.sports_tab_list::-webkit-scrollbar-thumb {
  background: #454545;
  border-radius: 10px
}
.sports_tab.slot_tabs ul.sports_tab_list {
  padding: 0px 1px 2px;
}
/* 24-06-2024 css end */


/* 01-07-2024 css start */
.top_mobile_wrapper .news_icon.close_icon {
  right: 0;
  position: absolute;
  left: auto;
  background: transparent;
}
/* 01-07-2024 css start */
.top_mobile_wrapper  .news_feed {
  width: 100%;
  padding-right:40px;
}

.live_btn_mobile{
    font-size: 12px;
    margin-left: 10px;
    border: solid 1px #19B500;
    color: #19b500;
    padding: 3px 8px;
    border-radius: 4px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.live_btn_mobile img{
  animation: blinker 1.5s linear infinite;
    width: 16px;
    margin-left: -1px;
    margin-right: 4px;
}
@keyframes blinker {
  50% {
      opacity: 0
  }
}
.live_btn_mobile span{
  animation: blinker 1.5s linear infinite;
}
/* 01-07-2024 css end */

.livecasinovirtualtabsidebar {
  list-style: none;;
}
.livecasinovirtualtabsidebar a.provider_title {
  background: var(--bg-gradient);
  color: #000;
  font-weight: 400;
  padding: 8px 5px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 2px;
  width: 100%;
  gap: 7px;
  font-size: 15px;
}
.livecasinovirtualtabsidebar a.provider_title span {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.livecasinovirtualtabsidebar a.provider_title span img {
  width: 18px;
  filter: invert(1);
}
.livecasinovirtualtabsidebar li.provider_list_menu a {
  color: #fff;
  padding: 5px 10px;
  display: inline-flex;
  width: 100%;
  font-size: 14px;
  align-items:center;
  gap:5px;
}
.livecasinovirtualtabsidebar li.provider_list_menu a span{
  width:32px;
}
.livecasinovirtualtabsidebar li.provider_list_menu a span img{
  width:26px;
}
.min_max_value_collapse {
  display:flex;
}



.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-right-color: #f4d96b;
  animation: l15 1s infinite linear
}

.loader:before,
.loader:after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
  animation: l15 2s infinite
}

.loader:after {
  margin: 8px;
  animation-duration: 3s
}

@keyframes l15 {
  to {
      transform: rotate(1turn)
  }
}

.loder_box{
  background-color: #191e38b3 !important;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display:block;
}
.loder_box .load_inner {
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.mymarketitem {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #474747;
  padding: 10px 0px;
  margin-bottom:10px;
}
.mymarketitem  .leftmymarket {
  width: 60%;
}
.mymarketitem  .myrihgt_market {
  width: 40%;
  text-align: right;
}
.mymarketitem .leftmymarket a {
  color: #00aec1;
  font-size: 16px;
  font-family: 'emiratesbold';
  display:block;
}

.leftmymarket .sportsname {
  color:#adadad;
  font-size:14px;
  margin-top:5px;
  display: inline-block;
}
.myrihgt_market a{
  color: #0084c1;
  font-size: 14px;
  font-weight: 500;
  font-family: 'emiratesbold';
  display: block;
}
.myrihgt_market .Balance {
  color:#fff;
  display:block;
  margin-top:8px;
}
.Total_porfit_loss {
  border: 1px solid #474747;
  padding: 10px 15px;
  font-size: 18px;
  text-align: right;
  color: #fff;
}



.suspended {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  color: #ffffff;
  z-index: 1;
  background: #000000b3;
  font-size: 14px;
}



.horse-table .game-name {
    width: calc(100% - 30px);
}

.horse-time-detail {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 400px);
}

.horse-time-detail span {
    background: #222;
    color: #eee;
    padding: 5px 10px;
    border-radius: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}

.horse-tab {
    margin-top: 10px;
}

.horse-tab .nav {
    border-bottom: 1px solid var(--horse-racing_75);
    overflow: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.horse-tab .nav-pills .nav-link {
    background-color: #222;
    color: #eee;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-right: 1px solid #555;
    padding: 2px 16px;
}
.horse-tab .nav-pills .nav-item:last-child .nav-link {
    border-right: 0;
}
.horse-tab .nav-pills .nav-link.active {
    background-color: var(--horse-racing) !important;
    color: #fff;
    font-weight: bold;
}
.horse-table .bet-table-row {
    padding: 6px 8px 1px 8px;
}
.horse-time-detail a {
    display: flex;
}
.horse-table .game-title {
    width: 400px;
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
    .horse-time-detail {
        width: calc(100% - 400px);
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .horse-table .game-icons {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
    }
    .horse-table .bet-table-row-header-mobile .team-name {
        display: inline-block;
        line-height: 1;
        vertical-align: middle;
    }
    .horse-time-detail {
        padding: 5px;
        width: auto;
    }
    .horse-table .bet-table-row-header-mobile .game-name {
        width: 100%;
    }

}


.bet-table {
    background-color: var(--bg-table);
    border-radius: 0;
    margin-top: 0;
    position: relative;
    transform: translateZ(0);
}
.game-title {
    width: calc(100% - 492px);
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
}
.bet-table-body {
    position: relative;
}
.bet-table-box {
    border-bottom: 1px solid #3c444b;
}
.bet-table-row {
    padding: 6px 8px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.bet-table-row:last-child {
    border-bottom: 0;
}
.game-name {
    padding-left: 16px;
    width: calc(100% - 260px);
    vertical-align: top;
}
.team-name {
    max-height: 20px;
    line-height: 20px;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    color: #fff;
}
.game-icons {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
    color:#fff;
}
.game-icon {
    text-align: center;
    margin-right: 5px;
}
.game-icon:last-child {
    margin-right: 0;
}
.game-icon.tv-icon {
    width: 16px;
}


.horse-table .game-name {
    width: calc(100% - 30px);
}

.horse-time-detail {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 400px);
}

.horse-time-detail span {
    background: #222;
    color: #eee;
    padding: 5px 10px;
    border-radius: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}

.horse-tab {
    margin-top: 15px;
}

.horse-tab .nav {
    border-bottom: 1px solid var(--horse-racing_75);
    overflow: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.horse-tab .nav-pills .nav-link {
    background-color: #222;
    color: #eee;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-right: 1px solid #555;
    padding: 4px 16px;
}
.horse-tab .nav-pills .nav-item:last-child .nav-link {
    border-right: 0;
}
.horse-tab .nav-pills .nav-link.active {
    background: var(--bg-gradient) !important;
    color: #000;
    font-weight: bold;
}
.horse-table .bet-table-row {
    padding: 6px 8px 1px 8px;
}
.horse-time-detail a {
    display: flex;
}
.horse-table .game-title {
    width: 400px;
}





/* 30-09-2024 css start */
.action_btn{
  display: flex;
  gap: 5px;
}
.action_btn .btn {
  padding: 3px 9px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
button.btn.btn-success.tbl_btn{
  padding: 3px 9px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
/* 30-09-2024 css end */

/* 01-10-2024 css strat */
.upload_img{
  max-width: 200px;
  margin: auto;
  margin-top: 15px;
}
/* 01-10-2024 css end */

.fixed_whstapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
.fixed_whstapp img {
  width:60px;
}


@media only screen and (max-width: 319px) {
    .d-none-mobile {
        display: none !important;
    }
    .game-title {
        width: 100%;
        position: relative;
    }
    .bet-table-row-header-mobile .game-title {
        align-items: center;
    }
    .bet-table-row-header-mobile .team-name {
        max-height: 16px;
        line-height: 16px;
        font-size: var(--font-13);
    }
    .game-icons {
        justify-content: flex-end;
    }
    .game-icon {
        text-align: center;
        margin-right: 10px;
    }
    .bet-table-body {
        padding: 5px;
    }
    .bet-table-box {
        background-color: var(--bg-table-header);
        padding: 4px;
        margin: 4px 0;
    }
    .bet-table-row {
        padding: 0;
    }
    .bet-table-row-header-mobile {
        display: flex;
        align-items: center;
        background-color: var(--bg-table);
        padding: 4px;
        margin-bottom: 3px;
    }
    .bet-table-row-header-mobile .game-name {
        vertical-align: top;
        width: calc(100% - 70px);
        padding-left: 10px;
    }
    .bet-table-row {
        border-bottom: 0;
    }
    .bet-table-row-header-mobile .game-name {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
    }
    .game-icons {
        width: 40%;
        flex-wrap: wrap;
    }
    .d-none-mobile {
        display: none !important;
    }

}

@media only screen and (min-width: 320px) and (max-width: 1279px) {
    .d-none-mobile {
        display: none !important;
    }
    .game-title {
        width: 100%;
        position: relative;
    }
    .bet-table-row-header-mobile .game-title {
        align-items: center;
    }
    .bet-table-row-header-mobile .team-name {
        max-height: 16px;
        line-height: 16px;
        font-size: var(--font-13);
    }
    .game-icons {
        justify-content: flex-end;
    }
    .game-icon {
        text-align: center;
        margin-right: 10px;
    }
    .bet-table-body {
        padding: 5px;
    }
    .bet-table-box {
        background-color: var(--bg-table-header);
        padding: 4px;
        margin: 4px 0;
    }
    .bet-table-row {
        padding: 0;
    }
    .bet-table-row-header-mobile {
        display: flex;
        align-items: center;
        background-color: var(--bg-table);
        padding: 4px;
        margin-bottom: 3px;
    }
    .bet-table-row-header-mobile .game-name {
        vertical-align: top;
        width: calc(100% - 70px);
        padding-left: 10px;
    }
    .bet-table-row {
        border-bottom: 0;
    }
    .bet-table-row-header-mobile .game-name {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
    }
    .game-icons {
        width: 40%;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
    .game-title {
        width: calc(100% - 348px);
    }
    .game-name {
        padding-left: 10px;
        width: calc(100% - 260px);
    }  
}

@media only screen and (min-width: 1366px) and (max-width: 1599px) {
    .game-name {
        width: calc(100% - 260px);
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
    .game-title {
        width: calc(100% - 348px);
    }
    .horse-time-detail {
        width: calc(100% - 400px);
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {  
    .horse-table .game-icons {
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      width: 27px;
  }


    .horse-table .bet-table-row-header-mobile .team-name {
        display: inline-block;
        line-height: 1;
        vertical-align: middle;
    }
    .horse-time-detail {
        padding: 0;
        width: auto;
    }
    .horse-table .bet-table-row-header-mobile .game-name {
        width: 100%;
    }
    .horse-table .bet-table-row {
      padding: 0;
  }
  .horse-time-detail span {
    padding: 5px 7px;
}
.horse-table .bet-table-row-header-mobile .game-name {
  padding-left: 0;
}
.bet-table-body {
  padding: 0;
}



}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    .bet-table-row {
        padding: 16px 32px;
    }
}

@media only screen and (min-width: 1280px) {
    .d-none-desktop {
        display: none !important;
    }
}
.fancy_table .fancy_header.new_tabs {
  justify-content: start;
  text-align: left;
  display: flex;
  gap: 10px;
  padding-top: 0;
  padding-left: 0;
}
.fancy_header.new_tabs .fancytab {
  color: #000;
  background: #eee;
  padding: 6px 15px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 30px;
}
.fancy_header.new_tabs .fancytab.active {
  background:var(--bg-gradient);  
}

.indian_caino_sports .item img {
  width: 135px;
  display: block;
}

@media only screen and (max-width:991px) {
.fixed_whstapp {
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 999;
}
.fixed_whstapp  img{
  width: 45px;
}
.modal {  
  z-index: 99999999;
}

}

@media only screen and (max-width:576px) {
  .login_wrapper .login_left img.logo-login {
    width: 170px;
    margin-bottom: 16px;
}
.login_wrapper .login_form_box .input-group input.form-control {
  font-size: 14px;
  height: 40px;
}
.login_wrapper .login_form_box .input-group {
  margin-bottom: 15px;
}
.login_wrapper .login_form_box button.btn {
  min-height: 40px;
}
.Dont_account {
  margin-top: 12px;
  margin-bottom: 5px;
}
.login_wrapper .login_form_box button.btn {
  margin-bottom: 5px;
  margin-top: 7px;
}


}



body.openprofile {
  overflow-y: hidden;
}



.toast-container {
  z-index: 999999999 !important;
}

/* 25-03-2025 css start */
.account_details_wrapper {
  color: #fff;
  list-style: none;
  background-color: #000000;
  position: absolute;
  z-index: 99;
  width: 230px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 0 1px #f9d864;
  padding: 5px 10px;
  padding-top: 30px;
}

.account_details_wrapper ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.account_details_wrapper ul li{
  border-bottom: solid 1px #232323;
}
.account_details_wrapper ul li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: var(--text-white);
}
.account_details_wrapper .close_btn_popup {
  width: 15px;
  height: 15px;
  font-size: 11px;
  color: var(--text-white);
  border: 1px solid var(--bg-white);
  border-radius: 50%;
  min-width: 15px;
  display: flex;
  line-height: normal;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
}
.account_modal  .modal-content{
  background-color: #1a1a1a;
}
.account_modal .modal-header .btn-close{
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(100%) sepia(95%) saturate(0%) hue-rotate(155deg) brightness(106%) contrast(106%);
}
/* 25-03-2025 css end */

#accDetail .modal-header {
  border: none;
  padding: 10px 10px;
  background-color: #272727;
}

#accDetail .table-bordered>:not(caption)>* {
  border-width: 1px;
}
#accDetail .table-bordered{
  border-color:#666;
  margin-bottom: 0px;
}
#accDetail .table-bordered td {
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
}
#accDetail .modal-header h5 {
  background: var(--text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0;
  font-size: 18px;
  font-family: 'emiratesmedium';
}

/* iframe */
/* mobile tv and score */
.bottom_space_none {
  margin-bottom: -6px !important;
}
.exitScreen {
  border: none !important;
  position: fixed !important;
  top: 8px !important;
  color: #242424 !important;
  border-radius: 50% !important; 
  background-color: #fff !important;
  padding: 0 !important;
  width: 32px !important;
  height: 32px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 18px !important;
  right: 8px !important;
  z-index: 99999999999999 !important;
  opacity: 1 !important;
  font-weight: 600 !important;
  line-height: 16px !important;
}
.full_height_show{
  height: 100vh;
}
.exitScreen.tv_fullscreen {
  background: transparent !important;
}
.exitScreen.tv_fullscreen svg{
  filter: brightness(0) saturate(100%) invert(99%) sepia(26%) saturate(0%) hue-rotate(303deg) brightness(101%) contrast(106%);
}
.full_screen_click {
  text-align: right;
  position: absolute;
  bottom: 11px;
  right: 5px;
  z-index: 11;
  cursor: pointer !important;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent;
}