@font-face {
	font-family: nunitoSansLight; 
	src: url(/platform/_/font/NunitoSans-Light.ttf);
	font-weight: 400;
}

@font-face {
	font-family: nunitoSansRegular; 
	src: url(/platform/_/font/NunitoSans-Regular.ttf);
	font-weight: 700;
}

@font-face {
	font-family: nunitoSansBold; 
	src: url(/platform/_/font/NunitoSans-Bold.ttf);
	font-weight: 700;
}

@font-face {
	font-family: nunitoSansSemiBold; 
	src: url(/platform/_/font/NunitoSans-SemiBold.ttf);
	font-weight: 600;
}

@font-face {
	font-family: rialtosWideLight; 
	src: url(/platform/_/font/RialtosWide-Light.otf);
	font-weight: 400;
}

@font-face {
	font-family: rialtosWideRegular; 
	src: url(/platform/_/font/RialtosWide-Regular.otf);
}

@font-face {
	font-family: rialtosWideBold; 
	src: url(/platform/_/font/RialtosWide-Bold.otf);
	font-weight: 700;
}

@font-face {
	font-family: rialtosWideSemiBold; 
	src: url(/platform/_/font/RialtosWide-Medium.otf);
	font-weight: 600;
}

.nluFontRegular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body{
	font-family: nunitoSansRegular;
	font-weight: 500;
	font-size: 16px;
	line-height: 110%;
	background: #f7f5f5;
	color: #212821;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.hoverFade:hover{ opacity: .6; }
.link {	cursor: pointer; cursor: hand; }

.displayNone{
	display: none;	
}

.error{
	display: flex;
	font-family: nunitoSansSemiBold;
	font-size: 14px;
	line-height: 24px;
	color: #EB462C;
	padding-bottom: 10px;
}

::-webkit-scrollbar {
	width: 15px;
}

::-webkit-scrollbar-thumb {
 	background: #DAD9D4;
 	border-radius: 8px;
 	box-shadow: inset 0px 2px 3px rgba(33, 40, 33, 0.2);
}

.nlu{
	padding: 20px 0px;
	margin: auto;
	max-width: 1280px;
	text-align: center;
}

.nlu .byUKG{
	color: #214D3E;
	text-align: center;
	font-family: rialtosWideRegular;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.2px;
}

.nlu .nluEventsImg{
	margin: auto;
	width: 150px;
	height: 150px;
}

.nlu .nluEventsImg img{
	max-width: 100%;
	max-height: 100%;	
}

.nlu .title{
	margin: auto;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 48px;
	line-height: 100%;
}

.nlu .titleSchedule{
	margin: auto;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 100%;
}

.nlu .standings{
	box-sizing: border-box;
	padding: 0px 0px;
	border-radius: 10px;
	border: 1px solid rgba(155, 158, 155, 0.20);
	background: #ffffff;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
	overflow: hidden;
}

.nlu .standings .standingsTitle{
	margin: 0px;
	text-align: left;
	padding: 20px 10px;
	color: #ffffff;
	background: #2e3e31;
	font-family: nunitoSansSemiBold;
	font-size: 20px;
}

.nlu .standings .playerSearchSec{
	background: #F8F8F5;
	box-sizing: border-box;
	width: 100%;
	padding: 0px 10px 10px 10px;
	position: relative;
}

.nlu .standings .playerSearchSec input{
	box-sizing: border-box;
	border: 1px solid #DAD9D4;
	border-radius: 8px;
	padding: 8px 10px 8px 35px;
	width: 100%;
	color: #646964;
	font-family: nunitoSansSemiBold;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}

.nlu .standings .playerSearchSec input:focus{
	border: 1px solid #DAD9D4 !important;
	background: #EBF9FC;
	outline: none;
}

.nlu .standings .filterSec{
	display: flex;
	background: #F8F8F5;
	padding: 10px;
	gap: 10px 10px;
	flex-wrap: wrap;
	overflow: visible;
}

.nlu .standings .filterSec .filterOptWrap{
	position: relative;
	flex: 1;
	min-width: 200px;
}

.nlu .standings .filterSec .filterOpt{
	border-radius: 8px;
	border: 1px solid #DAD9D4;
	background: #ffffff;
	padding: 8px 12px;
	display: flex;
	margin: auto;
}

.nlu .standings .filterSec .filterOpt:hover{
	background: #EBF9FC;
}

.nlu .standings .filterSec .filterOpt .filterName{
	flex: 1;
	color: #646964;
	font-family: nunitoSansSemiBold;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin: auto;
	white-space: nowrap;
	text-align: left;
}

.nlu .standings .filterSec .filterOpt .filterArrow{
	display: flex;
	margin: auto;
	padding-left: 10px;	
}

.nlu .standings .filterSec .filterLinks{
	box-sizing: border-box;
	position: absolute;
	top: 40px;
	border-radius: 8px;
	border: 1px solid #DAD9D4;
	z-index: 20;
	width: 100%;
	max-height: 200px;
	overflow: auto;
	background: #ffffff;
}

.nlu .standings .filterSec .filterLinks .filterSelectLink{
	box-sizing: border-box;
	padding: 15px 10px;
	border-bottom: 1px solid #DAD9D4;
	margin: 0px;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: #01828A;
}

.nlu .standings .filterSec .filterLinks .filterSelectLink:last-child{
	border-bottom: none;	
}

.nlu .standings .filterSec .filterLinks .filterSelectLink:hover{
	background: #EBF9FC;
	cursor: pointer;
	cursor: hand;
}

.nlu .standings .standingsTitleRow{
	margin-top: 10px;
	display: flex;
	padding: 0px 12px 8px 12px;
	border-bottom: 1px solid #DAD9D4;
	font-family: nunitoSansSemiBold;
	color: #646964;
	font-size: 13px;
	font-weight: 600;
	line-height: 100%;
	opacity: .8;
}

.nlu .standings .placeList{
	min-height: 200px;
}

.nlu .standings .placeList .leaderboard{
	font-family: nunitoSansSemiBold;
	font-size: 15px;
	font-weight: 600;
	line-height: 100%;
	padding: 15px 12px;
	border-bottom: 1px solid #EBEBE8;
	display: flex;
}

.nlu .standings .placeList .leaderboard.highlight{
	background: #EBF9FC;	
}

.nlu .standings .placeList .leaderboard:last-child{
	border-bottom: none;	
}

.nlu .standings .placeList .place{
	margin: auto;
	color: #01828A;
	padding-right: 5px;
	flex: 0 1 30px;
}

.nlu .standings .placeList .player{
	flex: 1;
	text-align: left;
	display: flex;
	gap: 10px;
	margin: 0px;
	padding-left: 10px;
}

.nlu .standings .placeList .player .playerNameSec{
	flex: 1;
	margin: auto;
}

.nlu .standings .placeList .player .playerNameSec .playerName{
	font-family: nunitoSansSemiBold;
	font-size: 16px;
	line-height: 100%;
}

.nlu .standings .placeList .player .playerNameSec .playerAttr{
	margin-top: 3px;
	color: #9B9E9B;
	font-size: 12px;
}

.nlu .standings .placeList .result{
	margin: auto;
	color: #01828A;
	line-height: 135%;
	padding-right: 5px;
}


.nlu .standings .profPic{
	display: flex;
	flex: 0 0 40px;
	width: 40px !important;
	height: 40px !important;
	background: #212821;
	border-radius: 40px;
	overflow: hidden;
	box-sizing: border-box;
	margin: auto;
}

.nlu .standings .profPic.roost{
	background: #ffffff;	
}

.nlu .standings .profPic.roost img{
	margin: auto;
	max-width: 34px;
	max-height: 34px;
}

.nlu .standings .profPic img{
	margin: auto;
	max-width: 40px;
	max-height: 40px;
}

.nlu .standings .profPic .noPicWrap{
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
  	justify-content: center;
  	margin: auto;
}

.nlu .standings .profPic .noPicWrap .text{
	margin: auto;
	color: #ffffff !important;
	font-family: nunitoSansBold;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: .5px;
	padding-top: 1px;
}

.acPlayerSearch{
	display: flex;
	padding: 5px 0px;
	border-bottom: 1px solid #EBEBE8;
	justify-content: flex-start;
}

.acPlayerSearch .profPic{
	width: 42px;
	height: 42px;
	background: #212821;
	border: 1px solid #EBEBE8;
	border-radius: 210px;
	overflow: hidden;
	box-sizing: border-box;
}

.acPlayerSearch .profPic img{
	max-width: 42px;
	max-height: 42px;
}

.acPlayerSearch .profPic .text{
	color: #ffffff;
	font-family: rialtosWideRegular;
	font-size: 15px;
	line-height: 15px;
	padding-top: 16px;	
	text-align: center;
	box-sizing: border-box;
}

.acPlayerSearch .profPic .imgCenterWrap{
	display: flex;
	align-items: center;
  	justify-content: center;
  	height: 42px;
}

.acPlayerSearch .playerInfo{
	margin: auto;
	padding-left: 10px;
	flex: 1;
	justify-content: flex-start;
}

.acPlayerSearch .playerInfo .playerName{
	font-family: nunitoSansSemiBold;
	font-size: 16px;
	line-height: 100%;
}

.acPlayerSearch .playerInfo .hc{
	margin-top: 5px;
	font-family: nunitoSansSemiBold;
	font-size: 14px;
	line-height: 100%;
	color: #212821;
}

.acPlayerSearch .playerInfo .hc .hcNum{
	color: #212821;
}

.acPlayerSearch .playerInfo .league{
	margin-top: 5px;
	font-family: nunitoSansSemiBold;
	font-size: 12px;
	line-height: 100%;
}

.ui-autocomplete {
	font-family: nunitoSansBold;
    list-style: none;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    color: #212821;
	border: 1px solid #F8F8F5;
	box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
	border-radius: 8px;
	max-height: 300px;
	max-width: 100%;
	overflow: auto;
	padding: 0px;
	z-index: 9999999999 !important;
}

.ui-autocomplete::-webkit-scrollbar,
.grayScroll::-webkit-scrollbar {
	width: 8px;
}

.ui-autocomplete::-webkit-scrollbar-thumb,
.grayScroll::-webkit-scrollbar-thumb{
 	background: #DAD9D4;
 	border-radius: 8px
}

.ui-menu-item{
	padding: 8px 5px;
}

.ui-state-hover, .ui-state-active {
    text-decoration: none;
    color: #212821 !important;
    border: 1px solid #ffffff !important;
    background-color: #EBF9FC !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-image: none;
}

.noInfoMsg{
	padding: 40px 10px 20px 10px;
	font-family: nunitoSansSemiBold;
	font-size: 16px;
	line-height: 100%;
	color: #646964;	
}