/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

* {
   box-sizing: border-box;
   padding:0;
   margin:0;
}

body, div, button, p, span, a, ul, ol{
  font-family: "Poppins", sans-serif !important;
}
div[style='visibility: visible;']:has(iframe), 
div[style='visibility:visible;']:has(iframe){
   display: none;
 }

@media (hover: hover) and (pointer: fine) {
  button:hover{
	background-color:transparent !important;
}
}
.module_174645283333693, .module_174645283333693 .providers-cnt{
	padding:0;
}
 .module_17292369921342 .section-heading,
.module_17768506198693 .section-heading{
	 width: 48%;
}
.module_174843488317518.alert-btn-cnt{
	position: absolute;
	right:0;
	padding-top:20px;
}
.main-sect{
	display:flex;
	padding:30px 0;
	justify-content: space-between;
	gap: 30px;
	position:relative;
}
.odds-sect{
	width:80%;
}
.listings-sect{
	width:68%;
}
.all-listings-sect{
	width: 70%;
}
.filter-sect-match{
	width:23%;
}
.offers-sect{
	width:27%;
	padding-top:150px;
}
.content-wrapper{
   max-width: 1190px;
   margin: 0 auto;
} 
.header-cnt{
	padding:10px;
}
.latest-tips{
	padding-top: 20px;
}
.latest-tips-desktop, .latest-tips-mobile{
	padding-top: 57px;
}
 .latest-tips-mobile{
	display:none;
}

.module_17292369921342 .footballers,
.module_17768506198693 .footballers{
    width: 28%;
	  margin-right: 65px;
}
.match-listing-section .match-listing-header{
  color: #00205C;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.match-time-compare-block .compare-action,
.match-listing-details .compare-action{
  cursor: pointer;
}
.checkbox-label.clear{
    color: #EE5D5F !important;
    cursor: pointer;
}
.custom-scrollbar div img{
	width: 80px;
}
/* styles.css for table cells */

thead th {
  color: #2b2a30;
  text-align: start;
  font-weight: 600;
  font-size: 12px;
  font-family: "Poppins";
  line-height: 18px;
  background-color: transparent;
}

thead th:nth-child(5),
thead th:nth-child(6),
thead th:nth-child(7),
thead th:nth-child(8) {
  text-align: center;
}

td:nth-child(5),
td:nth-child(6),
td:nth-child(7),
td:nth-child(8) {
  text-align: center;
}

/* Ensure all table cells align vertically and horizontally */
table, td, th {
    border: none;
}
td,
th {
  text-align: start;
  vertical-align: middle;
  padding: 12px;
  color: #565560;
}

td {
  font-size: 14px;
  font-weight: 500;
  padding: 1rem 0.5rem !important;
}

table{
  margin-bottom: 0 !important;
}

.bottom-border {
  border-bottom: 1px solid #e8e7ea;
  width: 80%;
}

.compare-action {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ee5f5d;
  font-size: 13px;
  font-weight: 500;
  line-height: 19.6px;
}

.compare-action img {
  width: 5px;
  height: 10px;
}
.compare-action span {
  font-weight: 600;
  width: 110px !important;
}
.match-listing-header-texts> div{
  margin-bottom: 8px !important;
}
.match-listing.teamname span{
  font-weight: 500;
}

.teams-odds-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.teams {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.teams p {
  font-size: 14px;
  font-weight: 500;
  color: #565560;
}

.teamname {
  display: flex;
  gap: 10px;
  align-items: center;
}

.odds {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 10px;
  text-align: center;
}

.odds .odds-header {
  color: #2b2a30;
  font-weight: 600;
  font-size: 12px;
  font-family: "Poppins";
  line-height: 18px;
}

.odds p {
  font-size: 14px;
  font-weight: 500;
  color: #565560;
}
.match-listing-section .scroll-container{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.match-listing-section .scroll-container::-webkit-scrollbar {
  display: none;
}
.match-listing-table-row > th{
  padding-top: 20px;
}
.match-listing-tile-header {
    background-color: #E8E7EA;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
}
.match-listing-tile-header img{
  cursor: pointer;
}
.match-listing-league-name{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: left;
  color: #161518;
  margin-right: 10px;
}
.match-listing-game-date{
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  color: #82808F;
}
.match-time-compare-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.match-time-compare-block p {
  font-size: 14px;
  font-weight: 500;
  color: #565560;
}
.btn-filter-close {
  border:none;
}
.match-listing-container {
    border: 1px solid #E8E7EA;
    border-radius: 5px;
}
.no-matches-block{
  display: flex;
    flex-direction: column;
    align-items: center;
}

/* CHange Match Dropdown */
.dropdown-menu-container{
    padding: 20px 0;
    position: absolute;
    z-index: 1000;
    width: 90vw;
    max-width: 400px;
    background: white;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.dropdown-menu-container .dropdown-menu {
    background-color: #fff;
    width: 388px;
    max-height: 300px;
    margin: 0;
    overflow-y: scroll;
    color: #2B2A30;
}
.dropdown{
  margin: 0;
  position: relative;
}
.dropdown .dropdown-toggle:hover,
.dropdown .dropdown-toggle:focus,
.jsdk-dropdown-toggle:hover,
.jsdk-dropdown-toggle:focus{
    background-color: transparent !important;
    border: none !important;
    color: #ee5d5f !important;
}
.dropdown .dropdown-toggle {
    padding: 0;
    cursor: pointer;
	  font-family: Poppins;
}
.dropdown-item {
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.dropdown-item:hover {
  background-color: #f2f7fd;
}

.dropdown-icon{
  font-size: 25px
}
.dropdown-toggle {
  background-color: transparent;
  color: #EE5D5F;
  padding: 10px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  font-family: sans-serif, Poppins;
  font-size: 14px;
  font-weight: bold;
  line-height: 19.6px;
}
.dropdown-menu {
  background-color: white;
  width: 388px;
  max-height: 300px;
  margin: 10px 0 10px 0;
  overflow-y: scroll;
}
.dropdown-menu::-webkit-scrollbar {
  width: 6px;
  min-height: 175.5px;
  border-radius: 8px;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #EE5D5F;
  border-radius: 4px;
  min-height: 100.5px;
}
.dropdown-header {
  font-family: sans-serif, Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  padding: 10px;
  background-color: white;
  color: #2B2A30;
} 
.dropdown-item {
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.dropdown-item:hover {
  background-color: #f8f9fa;
}
.match-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.match-date-time {
  flex: 1;
  color: #9F9EA7;
  font-family: sans-serif, Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
}
.match-teams {
  flex: 2;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
}

 .match-teams{
    color: #313131 !important;
}
.match-listing-header-section{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.match-listing-header-texts div{
   border-left: 3px solid #EE5D5F;
}
.match-listing-header-texts p{
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #161518;
}
.match-listing-container .overflow-x-auto{
  padding: 0px 16px;
}
.match-table-row-box{
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 19.6px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #B1B0B9;
}

.jsdk-dropdown-menu-container{
  position: absolute;
  z-index: 9999;
  background: #fff;
  box-shadow: 0px 4px 26px 10px #50505024;
}
.jsdk-dropdown-toggle {
  font-weight: 500 !important;
}
.jsdk-dropdown-menu{
  width: 340px;
}
.search-border{
  border-radius: 6px;
  border: 1px solid #D0D0D5 !important;
}
.search-border input::placeholder {
  font-size: 13px;
}
.odds-share-btn:active,
.odds-share-btn:focus,
.odds-share-btn:hover
{
  background: transparent !important;
}

.latest-tips.programmatic-details{
  padding-bottom: 97px;
}
  
/* Skeleton styling */
/* Skeleton Loader Base Style */
.react-loading-skeleton {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
  border-radius: 4px;
  line-height: 1;
}
.react-loading-skeleton {
    --base-color: #ebebeb;
    --highlight-color: #f5f5f5;
    --animation-duration: 1.5s;
    --animation-direction: normal;
    --pseudo-element-display: block;
    background-color: var(--base-color);
    width: 100%;
    border-radius: 0.25rem;
    display: inline-flex;
    line-height: 1;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
}
.react-loading-skeleton::after {
    content: ' ';
    display: var(--pseudo-element-display);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: var(--custom-highlight-background, linear-gradient(90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100%));
    transform: translateX(-100%);
    animation-name: react-loading-skeleton;
    animation-direction: var(--animation-direction);
    animation-duration: var(--animation-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
/* Animation */
.react-loading-skeleton::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  position: absolute;
  top: 0;
  left: 0;
  animation: react-loading-skeleton 1.2s ease-in-out infinite;
}

/* Animation Keyframes */
@keyframes react-loading-skeleton {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* Wrapper Styling for Animation */
.react-loading-skeleton-wrapper {
  position: relative;
  overflow: hidden;
}

@media (max-width:940px){
  .dropdown-menu-container {
        left: -60%;
        transform: translateX(-60%);
    }
}

/* MOBILE RESPONSIVENESS */
 @media (max-width:768px){
   .content-wrapper{
	   padding: 0px 20px;
	 }
   .hero-content .content-wrapper{
     padding: 22px 20px 0;
   }
	 .main-sect{
		 flex-direction:column;
		 padding: 50px 0 20px;
		 gap:0;
	 }
	 .main-sect-odds{
		 flex-direction:column;
		 padding: 0;
		 gap:0;
	 }
	 .square-ad-1{
		 margin-top : 0;
	 }
	 .listings-sect-test, .all-listings-sect{
	  width:100%;
}
	.listings-sect, .offers-sect, .odds-sect{
    width:100%;
  }
	 .latest-tips-mobile .content-wrapper{
		 padding :0;
	 }
	 
	.latest-tips-desktop{
	 display:none;
}
	 .latest-tips-mobile{
	  display:block;
}
	 .offers-sect{
    padding-top: 20px;
  }
	 .module_17339089872483 .providers-cnt .heading p:first-of-type {
    padding-bottom: 0;
		padding-left: 12px;
    border-left: 3px solid #F5898B;
		border-bottom: none;
    width: fit-content;
}
	 .module_17292369921342 .section-heading,
   .module_17768506198693 .section-heading{
   padding: 0;
	 width: 100%;
}
   .module_17339089872483 .providers-cnt {
        padding: 0;
    }
	 .module_172923933061323 .list-wrap {
        margin-bottom: 0;
    }
	   .module_17292369921342 .footballers,
    .module_17768506198693 .footballers{
        width: 90%;
        height: 300px;
        margin: 0 auto;
    }
   table {
    width: 100%;
  }

  th,
  td {
    font-size: 14px;
    padding: 8px;
  }

  .bottom-border {
    width: 100%;
  }
   .match-listing-mobile-list{
     padding: 8px 17px 0;
   }
   .match-listing-mobile-list > div{
    padding: 12px 0;
  }
   .match-listing-section .match-listing-header {
        font-size: 26px !important;
    }

     .dropdown-menu-container .dropdown-menu{
       width: 90vw;
     }
     .dropdown {
        position: inherit;
        display: inline-block;
    }
     .dropdown-menu-container{
       left: 0;
        right: 0;
        margin: auto;
        width: 92vw;
        transform: none;
     }
		.dropdown .dropdown-toggle {
    font-size:11px;
   }
   .jsdk-dropdown-menu-container{
      right: 15px;
    }
		 .jsdk-dropdown-menu{
			 width: 100% !important;
			 margin: 0 !important;
		 }
		 .module_174843488317518.alert-btn-cnt{
			 top:0;
		 }
    .module_17292369921342{
       padding: 20px 0 200px 0 !important;
   }
   .match-listing-section{
     gap: 16px !important;
   }
   .match-listing-section .scroll-container{
     margin-bottom: 8px;
   }
   .latest-tips.programmatic-details{
      padding-bottom: 38px;
    }
   .search-border{
      width: 70%;
      max-width: 291px;
     height 40px !important;
   }
  }