@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
  --primary-color: #ebebeb;
  --primary-color-2:#ebebeb;
  --secondary-color: #f4f4f4;
  --footer-bg: #f4f4f4;
  --title-color: #1475e1;
  --title-color2: #0653ac;
  --bg-gradient: linear-gradient(90deg, #1475e1, #1475e1);
  --bg-gradient-hover:linear-gradient(90deg, #1475e1, #1475e1);
}

.sitemessage {
  background-color: var(--secondary-color);
  padding: 3px 10px;
  color: #222;
  font-size: 13px;
  font-weight: 400;
  height: 33px;
  display: flex;
  justify-content: center;
}

*::-webkit-scrollbar-track {
  border-radius: 0;
  background-color:var(--secondary-color);
}
*::-webkit-scrollbar {
  width:4px;
  height: 4px;
  background-color: #fff;
  border: 1px solid #fff;
}
*::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: var(--primary-color);
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  overflow-x: hidden;
  background-color: var(--primary-color);
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.btn {
  color:#fff;
  background:var(--title-color);
  height:40px;
  font-weight:500;
  text-transform: uppercase;
  border-radius:5px;
  font-size: 14px;
  box-shadow: none;
  border: none;
  padding: 2px 25px;
  min-width: 118px;
}

.btn:hover,
.btn:focus {
  box-shadow: none;
  outline: none;
  background:var(--title-color2);
  color: #fff;
  box-shadow: none !important;
}

.btn-secondary {
  color: #fff;
  background:none;
  background-color: var(--title-color2);
}
.btn-secondary:hover {
  color:#fff !important;
  background-color:var(--title-color);
}

.top-hreader {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 6px;
}

.btn_group {
  display: flex;
  justify-content: end;
  margin-top: 0px;
  gap: 10px;
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: var(--secondary-color);
  background-color: var(--title-color);
  box-shadow: none !important;
}

.balancebtn {
  display: flex;
  gap: 8px;
}
.balancebtn .btnbox {
  background-color: var(--secondary-color);
  color: #444;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 2px 15px;
  height: 40px;
  gap: 6px;
}
.balancebtn .btnbox .icon {
  font-size: 20px;
  margin-right: 8px;

}
.balancebtn .btnbalancevalue {
  display: flex;
  flex-direction: column;
  line-height: 16px;
  justify-content: start;
  text-align: left;
  font-size: 12px;
}

.balancebtn .btn-secondary {
  height: 40px;
  background-color: var(--title-color2);
  border-radius: 5px;
  font-weight: 400;
}

.balancebtn .btn-secondary:focus,
.balancebtn .btn-secondary:hover {
  color: #000;
}

.balancebtn .dropdown .dropdown-menu {
  padding: 0px;
}

div#Banners {
  margin-top: 15px;
}
div#Banners img {
  border-radius: 10px;
  border: 1px solid #243e50;
}

.allsites_section {
  margin-bottom: 50px;
  padding-top: 100px;
  min-height: 80vh;
}

.section_box_new {
  border: 1px solid var(--secondary-color);
  border-radius: 7px;
  padding: 15px;
  margin-top: 20px;
  background: var(--secondary-color);
}
.section_box_new .section_box_new_title {
  font-size: 18px;
  color: #222;
  text-align: left;
  margin-bottom: 15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.section_box_new .section_box_new_title .all_view_btn {
  color: #ffffff;
  background-color: var(--title-color);
  text-decoration: none;
  padding: 4px 20px;
  border-radius:5px;
  font-weight: 500;
  font-size: 14px;
  height:35px;
}
.allsites_section .title {
  text-align: center;
  color: #fdb100;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 30px;
}

.promtoitem {
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 5px;
  padding: 13px;
}
.promtoitem img {
  border-radius:5px;
}
.promtoitem h5 {
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 5px;
}
.promtoitem p {
  margin-bottom: 0px;
  opacity: 0.7;
  font-weight: 300;
}

.game_section .owl-carousel .owl-nav {
  position: absolute;
  top: -49px;
  right: 109px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.game_section .owl-carousel .owl-nav .owl-prev, .game_section .owl-carousel .owl-nav .owl-next {
  height: 35px;
  width: 35px;
  background: var(--primary-color);
  color:#222;
  font-size: 25px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:18px;
}
.game_section .owl-carousel .owl-nav .owl-prev:hover, .game_section .owl-carousel .owl-nav .owl-next:hover {
  background:var(--footer-bg);
}

.main_inner_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.main_inner_wrap .left_wrapper {
  display: flex;
  height: 100vh;
  background-color: var(--secondary-color);
  width: 280px;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: auto;
  padding-top: 100px;
}
.main_inner_wrap .left_wrapper .side_box ul li a.active {
  background: var(--footer-bg);
  opacity: 1;
}
.main_inner_wrap .right_wrapper {
  width: calc(100% - 280px);
  margin-left: 280px;
}


.main_inner_wrap .left_wrapper .sidebar_menu {
  width: 100%;
  padding: 8px;
}
.main_inner_wrap .left_wrapper .side_box {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  list-style: none;
  background-color:var(--primary-color);
  border-radius: 5px;
  margin-bottom: 8px;
}

.main_inner_wrap .left_wrapper .side_box ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.main_inner_wrap .left_wrapper .sidebar_menu ul li a {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  border-radius: 5px;
  font-family: var(--semibold);
  opacity: 0.8;
}

.main_inner_wrap .left_wrapper .sidebar_menu ul li a img {
  max-width: 18px;
  max-height: 18px;
}

.main_inner_wrap .left_wrapper .sidebar_menu ul li svg.icon {
  width:20px;
  height: 20px;
  fill: #111;
}

.main_inner_wrap .left_wrapper .sidebar_menu ul li a:hover {
  background:var(--footer-bg);
  opacity: 1;
}


.allsites_container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0px 12px;
}

.allsites_section .allsites_container .allsites_row .all_site_itm {
  width: calc(20% - 15px);
  border: 1px solid #73737333;
  overflow: hidden;
  border-radius: 7px;  
  position: relative;
  min-height: 180px;  
  background-color:var(--primary-color);
}

.allsites_section .allsites_container .allsites_row .all_site_itm a {
  display: block;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 20px;
}
.allsites_section .allsites_container .allsites_row .all_site_itm .login_btnwrp {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
}
.allsites_section .allsites_container .allsites_row .all_site_itm .login_btnwrp .btn {
  height:35px;
}


.login_details {
  color: #fff;
  font-size: 14px;
  background-color: #afc3ff;
  max-width: 90%;
  min-width: auto;
  margin: 0 auto;
  margin-bottom: 9px;
  border-radius: 15px;
  color: #242424;
  padding: 2px;
  font-weight: 500;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  line-height: 17px;
  min-height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.allsites_section .allsites_container .allsites_row .all_site_itm a span {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  bottom: 65px;
}

.cooming_soon {
  position: absolute;
  bottom: 10px;
  color: #fff;
  font-size: 16px;
  background-color: #afc3ff;
  color: #242424;
  font-weight: 500;
  width: auto;
  display: inline-block;
  border-radius: 30px;
  padding: 2px 12px;
}

.allsites_section .allsites_container .allsites_row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.allsites_section .allsites_container .allsites_row .all_site_itm img {
  width: 100%;
  max-height: 42px;
  width: auto;
  max-width: 73%;
  position: relative;
  margin-top: 1px;
  max-width: 130px;
}

.allsites_section .business_tab {
  background-color: #d1dcff;
  display: inline-block;
  padding: 3px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.allsites_section .business_tab a {
  display: inline-block;
  padding: 7px 15px;
  background-color: transparent;
  color: #000;
  border-radius: 30px;
  min-width: 86px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}

.allsites_section .business_tab a.Active {
  background: #020e34;
  color: #fff;
}

.Login_modal .modal-content {
  border: none;
  background-color: var(--secondary-color);
  border: 1px solid #262626;
}

.Login_modal .modal-content .modal-header {
  border: none;
  padding: 0px;
}
.Login_modal .modal-dialog {
  max-width: 450px;
}
.Login_modal .modal-header h1 {
  text-align: center;
  width: 100%;
  line-height: 59px;
  color:var(--title-color2);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 10px;
}

.Login_modal .modal-header h1 {
  text-align: center;
  width: 100%;
  line-height: 50px;
}
.Login_modal .modal-header h1 img {
  max-height: 45px;
  margin: 10px 0px;
}
.Login_modal .modal-header .btn-close {
  position: absolute;
  right: 19px;
  opacity: 1;
}

.Login_modal .input_form {
  padding: 20px;
  padding-bottom: 6px;
}
.Login_modal .input_form .form-control {
  display: block;
  width: 100%;
  height: 45px;
  border: none;
  background-color: #eee;
  box-shadow: none;
  border-radius: 5px !important;
  margin-bottom: 15px;
  border: none;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  padding: 10px 35px;
  color: #000;
  font-size: 15px;
}
.Login_modal .input_form .forgot {
  margin-top: 5px;
  color: #444;
  font-weight: 300;
}
.Login_modal .input_form .forgot a {
  font-weight: 500;
  color: #444;
  text-decoration: none;
}
.Login_modal .input_form .input-group {
  position: relative;
}
.Login_modal .input_form .input-group svg.icon {
  fill: #444;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 13px;
}
.Login_modal .login_btn {
  margin-top: 16px;
}
.Login_modal .modal-body {
  padding: 0px;
}
.Login_modal a.btn.btn-primary {
  width: 100%;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}

.Login_modal a.btn.btn-primary:hover {
  background-color: var(--title-color2);
  color: #fff;
}

.Login_modal .new_footer {
  padding: 1px 20px;
  position: relative;
  margin-top: 0;
  margin-bottom: 17px;
  text-align: center;
}

.Login_modal .new_footer .title {
  /* position: absolute; */
  /* top: -19px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  /* background-color: var(--secondary-color); */
  /* padding: 7px 25px; */
  /* border-radius: 30px; */
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
}

.Login_modal .new_footer .btn-primary {
  background: var(--title-color) !important;
  color: #fff !important;
  font-weight: 500 !important;
}

/* repost page css start */

.report_inner_wrapper {
  padding: 15px 50px;
}
.reports_inner_card {
  padding: 20px;
  background-color: var(--bg-white);
  border-radius: 20px;
}
.card_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.card_heading {
  font-size: 20px;
  color: var(--bg_dark);
}
.serach_input {
  position: relative;
  width: 300px;
}
.serach_input .form-control {
  height: 45px;
}
.serach_input .form-control:focus {
  box-shadow: none;
}
.search_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: var(--icon_fill);
}
.form-control:focus {
  box-shadow: none;
}
.report_inner_wrapper .input_block .form-label {
  font-size: 14px;
  color: #444;
  margin-bottom: 2px;
}
.report_inner_wrapper .input_block .btn-primary {
  color:#fff !important;
  padding: 0 30px;
  height: 40px;
  background-color: var(--title-color);
  border-radius: 4px;
  border: 0;
}
button.btn.btn-primary.secondary1.w-auto {
  background: #f00;
  color: #fff;
  margin-left: 5px;
}

/* .report_inner_wrapper .input_block .btn-primary:hover{
  background-image: linear-gradient(to top, #6f2ddd, #8d5af8);
} */

.show_entris {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #000;
  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;
}

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

.report_inner_wrapper {
  padding: 0;
  min-height: auto;
  width: 100%;
  padding: 20px 0px;
  text-align: left;
}

.reports_inner_card {
  padding: 0;
  background-color: var(--bg-white);
  border-radius: 20px;
}
.card_header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.card_heading {
  font-size: 18px;
  color: #444;
  margin: 0;
  font-weight: 400;
  position: relative;
  padding-left: 12px;
  text-transform: capitalize;
  border-left: 0 solid transparent;
  width: 100%;
  margin-bottom: 14px;
}
.card_heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  border-radius: 4px;
  background: var(--title-color);
  display: block;
}

.reports_inner_card .form-control {
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  color: #444;
  border: 1px solid #ccc;
}

.reports_inner_card .form-control::placeholder {
  color: #cfcfcf;
}

.serach_input {
  position: relative;
  width: 290px;
}

.serach_input .form-control:focus {
  box-shadow: none;
}
.search_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #fff;
}
.search_icon:hover {
  color: var(--text-white);
}

.form-control:focus {
  box-shadow: none;
}
.input_block .form-label {
  font-size: 15px;
}
.input_block .btn-primary {
  background-color: var(--sucess-color);
  border-color: var(--sucess-color);
  color: var(--bg-white);
  padding: 0 30px;
  height: 40px;
}

.show_entris {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #444;
  margin-bottom: 0;
}

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

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

.tbl_filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.icon_block {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
}
.icon_block a {
  color: var(--light-text);
}
.icon_block a svg {
  height: 25px;
  width: 25px;
}
.custom_table table {
  font-size: 14px;
  border-color: #e1e1e1;
  color: var(--light-text);
  background-color: var(--primary-color);
}

.custom_table table thead {
  background-color: var(--primary-color);
}
.custom_table table thead th {
  background-color: var(--secondary-color);
  color: #444;
  font-weight: 500;
  white-space: nowrap;
  padding: 7px 14px;
}

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

.custom_table table td {
  white-space: nowrap;
  padding: 6px 14px;
  background: var(--primary-color);
  color: #444;
}

button:focus:not(:focus-visible) {
  box-shadow: none !important;
}
#picker {
  display: none !important;
}

.report_inner_wrapper
  .input_block
  .form-control::-webkit-calendar-picker-indicator {
  filter: invert();
}
.report_section {
  padding: 50px 0;
}
.form-select {
  background-image: url(../images/down-chevron.svg);
}

.tabs_row .nav-tabs {
  border: 0;
}
.tabs_row .nav-tabs .nav-link {
  color: var(--text-white);
  border: 0;
  font-weight: 600;
}
.tabs_row .nav-tabs .nav-link:hover {
  border: 0;
}
.tabs_row .nav-tabs .nav-link.active {
  background: var(--primary-color);
  border-radius: 5px;
  color: var(--bg-black);
}
.tabs_row {
  margin-bottom: 15px;
}
.radio_block {
  display: flex;
  align-items: center;
  gap: 10px;
}
.radio_block .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.radio_block .form-check-input:focus {
  box-shadow: none;
}
.radio_block .form-check {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 0;
  margin: 0;
  line-height: normal;
  color: var(--text-white);
}
.bets_amount {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-white);
}
.game_section .item img {
  border-radius: 5px;
}
/* repost page css end */
.depositwrap a.nav-link {
  background: var(--secondary-color);
  padding: 5px 15px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #444;
}

.depositwrap a.nav-link.active {
  background: var(--title-color);
  color: #000;
  font-weight: 500;
}
.depositwrap .depositwrapbox {
  background-color: var(--secondary-color);
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.depositwrapbox table {
  color: #000;
  width: 100%;
}
.depositwrapbox .note {
  color: #000 !important;
}
.depositwrapbox table .text-end {
  text-align: right;
}
.depositwrapbox table td {
  padding: 3px;
}
.depositwrapbox table td svg.icon {
  width: 16px;
  height: 16px;
  fill: #fff;
  margin-left: 10px;
  opacity: 0.8;
}
.casino-report-tabs {
  padding: 10px 0;
  background-color:var(--secondary-color);
  margin-top: 16px;
  border-radius:5px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.casino-report-tabs .nav-tabs {
  border: 0;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.report-form {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  color: #444;
}
.casino-report-tabs .nav-tabs .nav-link {
  color: #444;
  padding-top: 0;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  border: 0;
  cursor: pointer;
  font-weight: 400;
}
.casino-report-tabs .nav-tabs .nav-item .nav-link.active {
  color: var(--title-color);
  border-bottom: 2px solid var(--title-color);
  background-color: transparent;
}
.form-check-input:checked {
  background-color: var(--title-color);
  border-color: var(--title-color);
}
.report-page-count {
  display: flex;
  justify-content: space-between;
  color: #444;
}


.game_section .Game_title {
  display: flex;
  justify-content: space-between;
  color: #444;
  align-items: center;
}
.game_section .Game_title h4 {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 14px;
  color:#444;
}
.game_section .Game_title .btn {
  display: inline-flex;
  align-items: center;
}

.gamelistrow {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}
.gamelistrow .gameitem {
  width: calc(12% - 6px);
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #09aae4, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  padding:2px;
  border-radius: 5px;
}
.gamelistrow .gameitem img {
  width: 100%;
  border-radius: 3px;
  /* filter: invert(0.7); */
}
.providers-page .gamelistrow .gameitem {
  padding: 0px;
  background: none;
}
.innerpage_list .gamelistrow .gameitem {
  background: no-repeat;
  padding: 0px;
  overflow: hidden;
}
.logobox {
  display: inline-flex;
  align-items: center;
}
.logobox .home_icon {
  display: inline-flex;
  color: #000;
  margin-right: 17px;
  font-size: 18px;
  height: 40px;
  width: 40px;
  background-color: #d5d5d5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  display: none;
}
.logobox .sitelogo img {
  max-width: 150px;
  max-height: 52px;
}

.head_top .allsites_container {
  text-align: right;
  padding-top: 7px;
}
.head_top .allsites_container .btn {
  font-weight: 500;
  font-size: 13px;
  padding: 0px 22px;
  border-radius: 5px;
  height: 27px;
  background-color: #273355 !important;
}

.main_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  height: auto;
  padding:0px 0px;
  background-color: var(--primary-color);
  box-shadow: #0003 0 4px 6px -1px,#0000001f 0 2px 4px -1px;
}

.mainfooter {
  background: var(--footer-bg);
  padding: 30px 0px;
  padding-bottom: 20px;
}


.mainfooter .footer-menu ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin-bottom: 0px;
  list-style: none;
}
.mainfooter .footer-menu ul a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.socialmedia {
  text-align:left;
}
.socialmedia ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap:5px;
  margin-bottom: 0px;
  list-style: none;
  margin-top: 0;
  padding: 0px;
}
.socialmedia ul li a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color:var(--primary-color);
  border-radius: 50%;
  color: #222;
  font-size: 18px;
}
.socialmedia ul li a:hover {
  color:var(--title-color);
}
.footer_contnet {
  text-align: center;
  color: #000;
  border-top: 1px solid rgb(92 92 92 / 10%);
  padding-top: 20px;
  margin-top: 20px;
}
.fixedwhastapp {
  position: fixed;
  left: 7px;
  bottom: 4px;
  z-index: 999;
}
.fixedwhastapp img {
  width: 80px;
}
.fixedchatIocn  {
  position: fixed;
  right: 7px;
  bottom: 4px;
  z-index: 999;
}
.fixedchatIocn  img {
  width: 80px;
}
.fixedcallcenter {
  position: fixed;
  left: 25px;
  bottom: 80px;
  z-index: 999;
}
.fixedcallcenter img {
  width: 60px;
}
.footerlinks {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.footerlinks a {
  display: inline-block;
  text-decoration: none;
  color: #222;
  font-size: 14px;
  margin-bottom:6px;
}
#providers_slide .item {
  background-color: var(--primary-color);
  border-radius: 5px;
  height:65px;
}
#providers_slide .item img {
  max-height: 54px;
  max-width: 86%;
  margin: 0 auto;
  padding-top: 10px;
  width: auto;
  filter: invert(0.8);
}







.fixedfooter {
  position: fixed;
  height: 64px;
  bottom: 0;
  width: 420px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #e7e7e7;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}


.fixedfooter a {
  text-align: center;
  display: inline-flex;
  width: 20%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: #6e6e6e;
  font-size: 13px;
  padding-top: 24px;
  position: relative;
  text-decoration:none;
}
.Home_icon .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #7ff800;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
}
.Home_icon .icon svg {
  fill: var(--secondary-color) !important;
  height: 22px;
  width: 22px;
  position: relative;
  left: inherit;
  top: 30% !important;
}


.fixedfooter a.active {
  color: var(--title-color2);
}
.fixedfooter a.active svg {
  fill: var(--title-color2);
}

.fixedfooter .icon svg {
  width:20px;
  height: 20px;
  fill: #555;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.mobile-footer {
  display: none;
}
.mainfooter .footer_items {
  text-align: left;
}


.payment_section_footer {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  padding-bottom:15px;
  margin-bottom:30px;
}
.payment_section_footer .title {
  text-align: left;
  color: #222;
  font-size: 16px;
  margin-bottom: 15px;
}

.payment_section_footer .payment_list {
  display:flex;
  align-items:center;
  gap:30px;
  flex-wrap:wrap;
}
.payment_section_footer .payment_list a{
  text-decoration:none;
}
.payment_section_footer .payment_list a img {
  max-width: 115px;
  max-height: 32px;
  filter: contrast(0.5);
}

.Responsible_list {
  display: flex;
  align-items: center;
  gap:20px;
}
 .Responsible_list a{
  text-decoration:none;
}
.Responsible_list img {
  width:28px;
}

.provider_itmeinner {
  background-color:var(--secondary-color);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 5px;
}
.provider_itmeinner img {
  width: auto !important;
  max-width: 90%;
  max-height: 47px;
}



.our_site_items {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #09aae4, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  padding:1px;
  border-radius: 5px;
}

.our_site_items img{
  border-radius:5px;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}




@media only screen and (max-width: 1440px) {
  .allsites_container {
    width: 100%;
  }
  .allsites_section .allsites_container .allsites_row .all_site_itm a {
    min-height: 140px;
  }
  .gamelistrow {
    gap: 13px;
}

  .allsites_section .title {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:1380px) {
  .gamelistrow {
    gap:10px;
}
.gamelistrow .gameitem {
  width: calc(16.40% - 7px);
}

}

@media only screen and (max-width:1199px) {
  .gamelistrow {
    gap:10px;
    margin-top: 10px;
}
.gamelistrow .gameitem {
  width: calc(16% - 4px);
}

}




@media only screen and (max-width: 1024px) {
  .allsites_container {
    width:100%;
  }
  .allsites_section .allsites_container .allsites_row .all_site_itm {
    width: calc(33.5% - 15px);
  }
  .gamelistrow .gameitem {
      width: calc(25% - 9px);
  }
  .main_inner_wrap .left_wrapper {
    width: 230px;
}
.main_inner_wrap .right_wrapper {
  width: calc(100% - 230px);
  margin-left: 230px;
}

}

.close_btn {
  display:none;
}
.menu_overlay {
  display: none;
}

@media only screen and (max-width:991px) {
  .logobox .home_icon {
    display: inline-flex;
}

.main_inner_wrap .left_wrapper {
  display: block;
  width: 80%;
  z-index: 999999;
  padding-top: 10px;
  transition: 0.4s all;
  left: -101%;
}

.openmenu .main_inner_wrap .left_wrapper {
  left: 0 !important;
  transition: 0.4s all;
}
.openmenu .menu_overlay {
  display: block;
  position: fixed;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9999;
  height: 100vh;
}

.close_btn {
  display: block;
  font-size: 22px;
  color: #ffff;
  float: right;
  margin-right: 10px;
  margin-bottom: 7px;
}
.close_btn:hover {
  color:var(--title-color);
}

.main_inner_wrap .right_wrapper {
  width:100%;
  margin-left: 0;
}
.fixedfooter {
  display: flex;
  width:100%;
}
.fixedwhastapp img {
  width: 66px;
}
.fixedwhastapp {
  bottom: 61px;  
}
.fixedchatIocn  img {
  width: 66px;
}
.fixedchatIocn  {
  bottom: 61px;  
}


}
.desktop{
  display: block;
}
.mobile{
  display: none;
}
@media only screen and (max-width: 767px) {
  .desktop{
    display: none;
}
.mobile{
    display: block;
}
  .btn {
    height: 36px;
    font-size: 13px;
    padding: 2px 8px;
  }

  .allsites_section .title {
    font-size: 26px;
    margin-top: 20px;
  }
  .allsites_section .allsites_container .allsites_row .all_site_itm {
    width: calc(51% - 15px);
  }
  .allsites_section .allsites_container .allsites_row .all_site_itm a {
    min-height: 84px;
  }
  .allsites_section .allsites_container .allsites_row .all_site_itm img {
    max-width: 88%;
  }
  .allsites_section .allsites_container .allsites_row .all_site_itm a span {
    font-size: 14px;
    bottom: 62px;
  }
  .allsites_section {
    margin-bottom: 20px;
  }

  .allsites_section .business_tab a {
    padding: 5px 9px;
    min-width: 56px;
    font-size: 15px;
  }
  .allsites_section .allsites_container .allsites_row .all_site_itm {
    min-height: 164px;
}
.allsites_section .allsites_container .allsites_row .all_site_itm .login_btnwrp .btn {
  height: 29px;
}
  .cooming_soon {
    font-size: 14px;
  }
  .Login_modal .modal-dialog {
    max-width: 89%;
    margin: 20px auto;
  }
  .card_header {
    flex-direction: column;
  }
  .serach_input {
    width: 100%;
  }
  .report-page-count {
    flex-direction: column;
  }

  .gamelistrow .gameitem {
    width: calc(33.33% - 8px);
}
 
.logobox .sitelogo img {
  max-width: 130px;
  max-height: 44px;
}
.balancebtn .btnbox {
  padding-right: 0px;
}
.balancebtn .btnbalancevalue {
  line-height: 14px;
}
 
.top-hreader {
  padding-bottom: 4px;
  padding-top: 4px;
}
  .main_header {
    padding: 0px 0px;
}
.allsites_section {
  padding-top: 80px;
}
  .head_top .allsites_container {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 7px;
  }
  .section_box_new .section_box_new_title {
    font-size: 15px;
    margin-bottom:7px;
}
.section_box_new .section_box_new_title .all_view_btn {
  padding: 4px 11px;
  font-size: 14px;
  height: 30px;
}
.game_section .owl-carousel .owl-nav .owl-prev, .game_section .owl-carousel .owl-nav .owl-next {
  height: 30px;
  width: 30px;
}
.game_section .owl-carousel .owl-nav {
  top: -36px;
  right: 78px;
}
.section_box_new {
  padding: 11px;
  margin-top: 22px;
}
.gamelistrow .gameitem {
  padding: 1px;
}

.sitemessage {
  padding-right: 160px;
}
.balancebtn .btn-withdraw {
  position: fixed;
  right: 7px;
  top: 4px;
  height: 26px;
  background-color: var(--primary-color);
  font-size: 11px;
  font-weight: 500;
  border: 1px solid #2f4d60;
  padding: 0px;
  min-width: 70px;
}
.balancebtn .btn-deposit {
  position: fixed;
  right:80px;
  top: 4px;
  height: 26px;
  background-color: var(--primary-color);
  font-size: 11px;
  font-weight: 500;
  border: 1px solid #2f4d60;
  padding: 0px;
  min-width: 70px;
}
.balancebtn .btnbox .icon {
  font-size: 20px;
  margin-right: 8px;
  display: none;
}


}


@media (max-width: 575px) {

  .btn {
    min-width: 75px;
}
  .mobile-footer {
    display: block;
  }
  .mainfooter {
    padding-bottom: 80px;
}
.fixedwhastapp {
  bottom: 47px;
}
.fixedcallcenter {
  bottom: 120px;
}
.fixedfooter {
  width: 100%;
}
.payment_section_footer .payment_list {
  gap:20px;
  flex-wrap: wrap;
}
.payment_section_footer .title {
  font-size: 14px;
  margin-bottom: 12px;
}
.payment_section_footer .payment_list a img {
  max-width: 104px;
  max-height: 23px;
}
.logobox .home_icon {
  height: 33px;
  width: 33px;
  font-size: 23px;
  margin-right: 8px;
}



}


/* inplay and match-details css */
body {
  --back: #72bbef;
  --back-hover: #4fa1dc;
  --back1: #72bbefcc;
  --back2: #72bbefa3;
  --lay: #f994ba;
  --lay-hover: #e16f9a;
  --lay1: #f994bacc;
  --lay2: #f994baa3;
  --back-title: #72bbef80;
  --lay-title: #f994ba80;
  --text-green: #03b37f;
  --bg-success: #03b37f;
}



.back {
  background-color: var(--back);
}

.back:hover {
  background-color: var(--back-hover);
}

.lay {
  background-color: var(--lay);
}

.lay:hover {
  background-color: var(--lay-hover);
}

.bet-table {
  position: relative;
  transform: translateZ(0);
  background-color: #f7f7f7;
  border-radius: 3px;
  overflow: hidden;
  border-radius: 10px;
  font-size: 14px;
  color: #222;
}

.bet-table-header {
height: 45px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0px 15px;
background-color:var(--primary-color);
color:#222;
text-transform: uppercase;
font-weight: 600;
margin-bottom:0px;
}

.game-title {
  width: calc(100% - 492px);
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
}

.bet-table-header .game-title span {
  margin-left: 5px;
}

.point-title {
  width: 148px;
  margin-left: 16px;
}

.point-title {
  text-align: center;
}


.game-date {
  padding-right: 0;
  border-right: 0;
  width: 65px;
  display: flex;
  display: -webkit-flex;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  color:var(--light-text);
}

.game-name {
  padding-left: 6px;
  width: calc(100% - 160px);
}
.game-name a {
color:#fff;
text-decoration:none;
}

.bet-table-body {
  position: relative;
}

.bet-table-box {
  border-bottom: 1px solid var(--primary-color);
}
.bet-table-box:last-child {
  border:none !important;
}

.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;
  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:var(--light-text);
}

.team-name.team-event {
  font-size: 14px;
}

.game-icons {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
  color:var(--text-white);
}

.game-icon {
  text-align: center;
  margin-right: 5px;
  font-weight: 600;
}

.game-icon:last-child {
  margin-right: 0;
}
.bl-box {
    height: 32px;
    width: 72px;
    border-radius: 4px !important;
    padding: 5px 0;
    text-align: center;
    margin-right: 4px;
    float: left;
    cursor: pointer;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.bl-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
}

.bl-box:last-child {
  margin-right: 0 !important;
}

.bl-box span {
  height: 19px;
  color: #000;
  font-weight: 500;
  text-align: center;
}

.bl-box .odds {
  height: 22px;
}

/* betlsip match details */




/* Responsive css  */

@media only screen and (min-width: 320px) and (max-width: 1200px) {
  .d-none-mobile {
      display: none !important;
  }
  .bet-table-header {
      border-radius: 0;
      display: flex;
      padding: 0 10px;
  }
  .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;
  }
  .bet-table-row-header-mobile .team-name.team-event {
      font-size: 12px;
  }
  .game-icons {
      justify-content: flex-end;
  }
  .game-icon {
      text-align: center;
      margin-right: 10px;
  }
  .bet-table-body {
    padding: 0;
}
  .bet-table-box {
    padding: 0;
    margin: 0;
    padding-bottom: 8px;
}
.bet-table-row {
  padding: 0px 8px;
}
  .point-title {
      width: 32%;
      margin-left: 0;
      margin-right: 2%;
  }
  .point-title:last-child {
      margin-right: 0;
  }
  .bl-box {
      width: 48%;
      margin-top: 0;
      margin-right: 4%;
  }
  .point-title-header {
      color: var(--text-table-header-new);
      display: none;
  }
  .bl-box span {
      font-size: var(--font-small);
  }
  .bl-box .odds {
      font-size: 15px;
      font-weight: var(--font-bold);
  }
  .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-header-mobile .game-date {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 64px;
      height: 34px;
      line-height: 17px;
      border-right: 1px #666;
      padding-right: 0;
  }
  .bet-table-row {
      border-bottom: 0;
  }
  .bet-table-row-header-mobile .game-name {
      display: flex !important;
      flex-wrap: wrap;
      align-items: center;
  }
  .bet-table-row-header-mobile .game-name a {
      width: 60%;
  }
  .game-icons {
      width: 40%;
      flex-wrap: wrap;
  }
}




@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .game-title {
      width: calc(100% - 348px);
  }
  .game-date {
      padding-right: 10px;
  }
  .game-name {
      padding-left: 10px;
      width: calc(100% - 260px);
  }
  .team-name.team-event {
      font-size: 12px;
  }
  .point-title {
      width: 108px;
      margin-left: 8px;
  }
  .bl-box {
      width: 52px;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1599px) {
  .game-name {
      width: calc(100% - 150px);
      margin-right: 5px;
  }
  .team-name.team-event {
      font-size: 12px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  .bl-box .odds {
      font-size: 14px;
      font-weight: 700;
  }
  .point-title {
      margin-left: 8px;
      width: 108px;
  }
  .bl-box {
      width: 52px;
  }
  .game-title {
      width: calc(100% - 348px);
  }
  .bet-table-header {
      padding: 4px 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .bet-table-row {
      padding: 9px 10px;
  }


}

@media only screen and (min-width: 1200px) {
  .d-none-desktop {
      display: none !important;
  }
}

@media only screen and (max-width:991px) {

.bet-table {
    font-size: 12px;
}

}

