.custom-iframe {
    height: 480px !important;
    overflow: hidden;
}
.page-id-231006 { /* Replace 1234 with your actual page ID */
  background-color: #efefef; /* Replace with desired color */
}
body.page-id-231006 .wa__widget_container {
    display: none !important;
}
  

.home-page-left-ad img{
     width: 100%; 
}   
        
.top-menu-section {    
	margin-left: 0;
	flex-direction: row-reverse;
	width: 100%;  
	gap: 65px;        
}            
   
#footer-outer .row {
	padding: 10px 0 !important;
}

#footer-outer #copyright {
	padding: 10px 0 20px 0px !important;	
}

@media (max-width: 1400px) {
	.top-menu-section {
		gap: 20px;
	}
	#social-in-menu {
		margin-left: 10px !important;
	}
	ul.buttons {
		margin-left: 10px !important;
	}
}

@media (max-width: 1270px) {
	.row.header-row .col.span_3 {
		margin-right: 0px;
	}
	.top-menu-section {
		gap: 0px;
	}
}

@media only screen and (max-width: 1200px) {
    .header-extra-sidebar{
        display: none;
    } 
/*     #header-outer #top nav .sf-menu {
        display: none !important;
    } */
	.top-menu-section nav ul.sf-menu.sf-arrows{
		display: none !important;
	}
}    

/* release 2 css changes start */
.home-page-left-ad img{
     width: 100%; 
}      
  
.top-menu-section {    
	margin-left: 0;
	flex-direction: row-reverse;
	width: 100%;  
	gap: 65px;        
}            
   
#footer-outer .row {
	padding: 10px 0 !important;
}

#footer-outer #copyright {
	padding: 10px 0 20px 0px !important;	
}

@media (max-width: 1400px) {
	.top-menu-section {
		gap: 20px;
	}
	#social-in-menu {
		margin-left: 10px !important;
	}
	ul.buttons {
		margin-left: 10px !important;
	}
}

@media (max-width: 1270px) {
	.row.header-row .col.span_3 {
		margin-right: 0px;
	}
	.top-menu-section {
		gap: 0px;
	}
}

@media only screen and (max-width: 1200px) {
    .header-extra-sidebar{
        display: none;
    } 
/*     #header-outer #top nav .sf-menu {
        display: none !important;
    } */
	.top-menu-section nav ul.sf-menu.sf-arrows{
		display: none !important;
	}
}  
   

/* Release 2 css changes end*/





/* live event hide start */

.live-broadcast-section{
    display: none;
}

/* live event hide end */



/* livescore widget css changes start */
   
   .livescore-wrapper {
        display: flex;
		    min-height: 115px;
        overflow-x: auto;
        scroll-behavior: smooth;
        background: #EDEEF0;
/*         font-family: Roboto Condensed; */
        margin-bottom: 0px !important;  
        padding: 0 55px 0 55px;
    }
    .livescore-wrapper::-webkit-scrollbar {  
        display: none;    
    }     
    .league-group {  
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .first-league-header {
        border-left: none !important;
    }
    .league-header {
        font-weight: 700;
        font-size: 14px;
        display: flex;
        min-width: 150px;
        justify-content: center;
        background-color: #EDEEF0;
        padding: 0 25px;
        color: #1d1e1f;
        height: 100%;
        align-items: center;
        border-left: 1px solid #a5a6a7;
        border-right: 1px solid #a5a6a7;
    }
    .livescore-carousel {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
    }
    .livescore-carousel::-webkit-scrollbar {
        display: none;
    }
    .livescore-card {
        flex: 0 0 auto;
        min-width: 200px;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        padding: 12px 14px 12px 12px;
        font-size: 13px;
        border-right: 1px solid #a5a6a7;
    }
    .livescore-card:last-child {
        border-right: none;
    }
    .livescore-card .status {
        font-weight: bold;
        color: red;
        font-size: 12px;
        margin-bottom: 6px;
    }
    .livescore-card .teams {
        display: flex;
        flex-direction: column;
        font-size: 14px;
        align-items: center;
    }
    .team {
        display: flex;
        align-items: center;
        gap: 5px;
        white-space: nowrap;
        width: 100%;
        justify-content: space-between;
    }
    .team img {
        width: 16px !important;
        height: 16px !important;
        object-fit: contain;
    }
    .score {
        text-align: center;
        font-weight: 800;
        font-size: 14px;
        margin: 6px 0;
        color: #1d1e1f;
    }
    .logo-name {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: #1d1e1f;
        font-weight: 600;
        font-size: 14px !important;
    }
    .logo-name img {
        margin: 0px !important;
        width: 20px !important;
        height: 20px !important;
        object-fit: contain;
    }
    .scroll-arrow { 
        position: absolute; 
        top: 50%; 
        transform: translateY(-50%); 
        width: 55px; 
        height: 100%;
        background: #EDEEF0; 
        color: black; 
        font-size: 48px; 
        line-height: 64px; 
        text-align: center; 
        cursor: pointer; 
        z-index: 5; 
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid #a5a6a7;
        border-right: 1px solid #a5a6a7;
    }
    .scroll-arrow.left { 
        left: 0px; 
    }
    .scroll-arrow.right { 
        right: 0px; 
    }
        
    .score-value.winner {
        position: relative;
    }

    .score-value.winner::after {
        content: "";
        position: absolute;
        right: -14px;
        top: -44%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid black; /* Triangle color */
        rotate: 180deg;
    }
  

.livescore-widget-whole-container {
	margin-bottom: 0px !important;
	position: relative;
}

  
.custom-dropdown-wrapper {
  position: relative;
  display: inline-block;
}
  
.dropdownIconStyle {
	position: absolute;
	width: 32px;  
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 11px;
	right: 0px;
	font-size:26px;
	rotate: 270deg;
	border-radius: 8px;
	background-color: #f1f1f1;
	cursor: pointer;
}
.custom-dropdown-trigger {
  background-color: #f1f1f1;
  padding: 10px 35px 10px 15px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #ccc;
	user-select: none;
	min-width: 160px;
/* 	max-width: 220px; */
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  overflow: auto;
}

/* .custom-dropdown-trigger::-webkit-scrollbar {
        display: none;
    }   */
     

.custom-dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  max-height: 155px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 5px;
  z-index: 999999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 8px 0;
	margin-left: 0px;
	margin-bottom: 0px;
}

.custom-dropdown-options.show {
  display: block;
}

.custom-dropdown-options li {
  padding: 8px 12px;
  cursor: pointer;
  transition: background 0.2s;
}

.custom-dropdown-options li:hover {
  background-color: #f0f0f0;
}
    
.custom-dropdown-options li.selected {
  background-color: #e0f7ff;
}

.no-results {
	height: 110px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.dropdown-chip {
    display: inline-flex;
    align-items: center;
    background-color: white;
    border-radius: 16px;
    padding: 8px 10px;
	  margin-right: 10px;
    font-size: 14px;
    line-height: 1;
}

.dropdown-chip:last-child {
	margin-right: 0px;
}

.dropdown-chip .chip-close {
    margin-left: 6px;
    cursor: pointer;
    font-weight: bold;
}

#livescore-widget-mobile-wrapper {
    display: none;
    gap: 10px;
}

#livescore-widget-mobile-wrapper[data-full-page="true"] {
  display: flex;
	flex-direction: column;
  gap: 10px;
}

.mobile-livescore-card {
	  position: relative;
    flex: 0 1 calc(25% - 10px);
	  min-width: 250px;
    border: 1px solid #b8b8b8;
    border-radius: 8px;
    padding: 10px;
    background-color: #fff;
    text-align: center;
		margin-bottom: 10px;
}

.mobile-livescore-card .status {
		font-weight: bold;
		color: red;
		font-size: 12px;
		margin-bottom: 6px;
}

#livescore-widget-mobile-wrapper[data-full-page="false"] .mobile-livescore-card .status {
	  margin-top: 25px;
}

 #livescore-widget-mobile-wrapper .score-value.winner::after {
        right: -10px;
    }

.mobile-league-name {
	  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #EDEEF0;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 6px;
    border-radius: 8px 8px 0 0;
    text-align: center;
}

.mobile-league-header {
    font-weight: bold;
    font-size: 22px;
    margin: 20px 6px 6px 6px;
    color: #333;
		line-height: 25px;
 }

.mobile-league-block {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 12px;
}

.mobile-see-more-wrapper {
	display: none;
}

.back-to-home-btn {
    display: block;
	  cursor: pointer;
    width: fit-content;
    margin: 0 0 12px 0; 
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #e53b27;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.back-to-home-btn:hover {
	  color: #fff;
    background: #e53b27;
}

body:has(.soccer-live-events) .container-wrap {
    padding-top: 0 !important;
}


@media (max-width: 768px) {
	.livescore-widget-whole-container {
		display: none;
	}

	#livescore-widget-mobile-wrapper {
		display: flex;
		flex-direction: column;
	}
	
	.mobile-livescore-card {
		flex: 0 0 calc(50% - 12px);
		min-width: 160px;
	}
	
	.mobile-see-more-wrapper {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.mobile-see-more-button {
		border: none;
		cursor: pointer;
		font-family: 'Open Sans';
		font-size: 12px;
		background-color: #dd231b;
		border-radius: 4px;
		color: #fff;
		padding: 8px 14px;
		font-weight: 600;
	}
	
.mobile-see-more-button:hover {
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16); 
	-ms-transform: translateY(-3px); 
	transform: translateY(-3px);     
	-webkit-transform: translateY(-3px);
}
	
	.custom-dropdown-trigger {
		max-height: 130px;
	}
}

@media (max-width: 690px) {
	.mobile-livescore-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}


/* livescore widget css changes end */



.gamecastWidget {
	height: 300px;
	overflow-y: auto;
	margin-top: 20px;
}
