
.u-header {
	 background-color: #1e3051;
}
.releative{
    position: relative;
}

.u-header-search .search-list{
    top: 0px;
}
 .u-header-main {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 padding: 12px 0;
	 max-width: 1300px;
	 margin: auto;
}

.user-info-icon {
	margin-left: 0px !important;
}

.u-header-login-register .user-btn{
	background: none;
}

.u-header-login-register .user-info .user-info-links .user-info-link img {
	width: 30px;
}

.u-header-login-register .user-info {
	margin-top: 0px;
}

.u-header-login-register .user-info-links {
	top: 0px;
	margin-top: 0px;
}

 @media screen and (max-width: 1300px) {
	 .u-header-main {
		 padding-right: 16px;
		 padding-left: 16px;
	}
}
 @media screen and (max-width: 768px) {
	 .u-header-main {
		 padding-right: 10px;
		 padding-left: 10px;
		 gap: 10px;
	}
}
 .u-header-logo img {
	 height: 50px;
	 width: auto;
}
 @media screen and (max-width: 992px) {
	 .u-header-logo img {
		 height: 40px;
	}
}
 @media screen and (max-width: 768px) {
	 .u-header-logo img {
		 height: 30px;
	}
}
 @media screen and (max-width: 600px) {
	 .u-header-logo img {
		 height: 24px;
	}
	.u-header-search .search-list{
		top: 19px;
	}
}
 .u-header-login-register-btn {
	 background-color: #bdd522;
	 color: #fff;
	 padding: 10px 20px;
	 border-radius: 8px;
	 text-decoration: none;
}
 @media screen and (max-width: 768px) {
	 .u-header-login-register-btn {
		 padding: 6px 10px;
		 font-size: 14px;
		 border-radius: 6px;
		 white-space: nowrap;
	}
}
 .u-header-links-container {
	 background-color: #192b4d;
	 display: flex;
	 align-items: center;
}
 .u-header-links {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 gap: 10px;
	 max-width: 1300px;
	 margin: 0 auto;
}
 @media screen and (max-width: 768px) {
	 .u-header-links {
		 flex-wrap: wrap;
		 gap: 6px;
		 padding: 12px 0;
		 justify-content: space-between;
	}
}
 .u-header-links a {
	 color: #fff;
	 padding: 16px 14px;
}
 @media screen and (max-width: 768px) {
	 .u-header-links a {
		 font-size: 14px;
		 padding: 0 6px;
	}
}
 .u-header-links-parent {
	 max-width: 1300px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 100%;
	 margin: 0 auto;
	 position: relative;
}
 @media screen and (max-width: 768px) {
	 .u-header-links-parent {
		 flex-wrap: wrap;
	}
}
 .u-header-search {
	 width: 500px;
}
 @media screen and (max-width: 992px) {
	 .u-header-search {
		 width: 300px;
	}
}
 @media screen and (max-width: 768px) {
	 .u-header-search {
		 width: auto;
	}
}
 .u-header-search .search-input {
	 background-color: #192b4d;
	 border: 1px solid #273b5f;
	 padding: 0px 0px 0px 36px;
	 color: #fff;
}
 .u-header-search .search-input::placeholder {
	 color: #fff;
	 font-size: 14px;
}
 .u-header-sport-button {
	 color: #fff;
	 padding-right: 16px;
	 position: absolute;
	 top: 12px;
	 right: 4px;
	 margin-left:auto;
}
.u-header-sport-button .sports-btn {
	cursor: pointer;
	margin-bottom: 0;
	white-space: nowrap;
	font-size: 16px !important;
}

 @media screen and (max-width: 600px) {
	 .u-header-sport-button {
		 position: relative;
		 top: unset;
		 right: unset;
		 padding: 0 6px !important;
	}
	.u-header-sport-button .sports-btn {
		font-size: 14px !important;
   }
}

 .menu-wrapper {
	 border: none;
	 white-space: nowrap;
}
 .menu-wrapper a {
	 display: flex;
	 align-items: center;
	 gap: 10px;
	 padding: 8px 10px;
	 text-decoration: none;
}
 .menu-wrapper img {
	 width: 20px;
	 height: 20px;
}
 .menu-wrapper:hover, .menu-wrapper.active {
	 background-color: #3a63f3;
	 border-bottom-color: transparent !important;
	 transition: all 0.2s ease-in;
}
 @media screen and (max-width: 500px) {
	 .menu-wrapper .menu-text {
		 white-space: nowrap;
		 text-align: left;
	}
}
 .sports-list {
	 display: none;
}
 .menu-icon {
	 height: 20px;
	 width: 20px;
	 margin-top: 2px;
	 vertical-align: top;
}
 @media screen and (max-width: 600px) {
	 .menu-icon {
		 height: 16px;
		 width: 16px;
	}
}
 .d-sports {
	 display: block;
	 position: absolute;
	 z-index: 9999;
	 background-color: #192b4d;
	 right: 0;
	 width: 180px;
}
 @media screen and (max-width: 768px) {
	 .d-sports {
		 right: 4px;
	}
}
 @media screen and (max-width: 420px) {
	 .d-sports {
		 /* left: 70%; */
	}
}
 .user-info {
	 position: relative;
	 display: flex;
	 align-items: center;
}
 .user-info-icon {
	 margin-left: 20px;
	 width: 20px;
	 height: 20px;
	 cursor: pointer;
}
 @media screen and (max-width: 500px) {
	 .user-info-icon {
		 width: 20px;
		 height: 20px;
	}
}
 .user-info-links {
	 min-width: 200px;
	 position: absolute;
	 top: 10px;
	 right: 0;
	 margin-top: 20px;
	 background-color: #f5f7f9;
	 z-index: 10001;
	 display: flex;
	 flex-direction: column;
	 border-radius: 3px;
	 box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}
 .user-info-links a, .user-info-links p {
	 margin: 0;
	 white-space: nowrap;
	 text-decoration: none;
	 padding: 10px 12px;
	 transition: all 0.2s ease;
	 color: #162b46;
}
 @media screen and (max-width: 600px) {
	 .user-info-links a, .user-info-links p {
		 padding: 6px 12px;
	}
}
 .user-info-links a img, .user-info-links p img {
	 margin-right: 8px;
	 border-radius: 100px;
}
 .user-info-links a:not(:first-child):hover, .user-info-links p:not(:first-child):hover {
	 cursor: pointer;
	 background-color: #162b46;
	 color: #fff !important;
	 transition: all 0.2s ease;
	 border-radius: 3px;
}
 .hide-in-desktop {
	 display: block;
}
 @media screen and (min-width: 500px) {
	 .hide-in-desktop {
		 display: none !important;
	}
}


/* -------------------------------------------- Other -------------------------------------------- */

.steveg-tennis-h1 {
	font-size: 30px;
	margin-bottom: 20px;
  }
  
  h2{
	font-size: 22px !important;
  }

  .steveg-tennis-text {
    font-size: 18px;
    margin-bottom: 20px;
	line-height: 30.6px;
}


.upcoming-tennis-matches{
	font-size: 18px !important;
}

.bg-white {
	padding: 0;
	background: white;
	/* padding: 18px; */
	border-radius: 6px
  }
  
  .bg-white p{
	font-size: 18px;
	line-height: 30.6px;
  }

  .section-container-sg{
	padding: 0px 32px;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0px 1px 1px 0px rgba(11, 15, 50, 0.06);
    overflow: hidden;
  }

  .a-link {
    color: #4892f9;
    text-decoration: underline;
}

.sgt-stats-list {
	list-style: none;
	padding: 0;
	background: white;
	padding: 18px;
	border-radius: 6px
  }
  
  .sgt-stats-list li {
	margin-bottom: 10px;
	line-height: 30.6px;
	font-size: 18px;
	padding-left: 12px; /* Adjust this value to increase/decrease space between bullet and text */
	position: relative;
  }
  
  .sgt-stats-list li::before {
	content: "•"; /* You can replace this with your preferred list marker */
	color: black; /* Adjust color as needed */
	position: absolute;
	left: 0;
	font-weight: 900;
  }

  .steveg-tennis-fn {
    font-size: 18px;
    line-height: 24px;
  }

  .prediction-title h2 {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    white-space: nowrap;
}

.fw-900 {
	font-weight: 900;
}



.fb-pred-temp {
	grid-template-columns: 2fr 1fr 1fr 1fr !important;
}

@media screen and (max-width: 768px) {
   .steveg-tennis-h1 {
	   font-size: 22px;
	 }
}
  
 
