* {
	box-sizing: border-box !important; 
}

body {
	background-color: #edf2f7;
	font-family: 'Libre Franklin', Helvetica, Arial, sans-serif;
}

#loading-latest,
#loading-upcoming{
	padding-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.brand-logo{
	display: flex !important;
	flex-direction: row;
	align-items: center;
	padding-top: 9px !important;
}

.brand-logo span{
	display: flex;
    flex-direction: column;
    line-height: 1;
    font-size: 20px;
    font-weight: 300;
}

.main-wrapper{
	padding-top: 20px;
}

.teams-wrapper{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	padding-top: 20px !important;
	margin-bottom: 20px;
}

.team-detail{
	display: flex;
	flex-direction: column;
	width: 40%;
}

.team-detail-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2px;
}

.team-info{
	display: flex;
	flex-direction: row;
	margin-top: 10px;
	font-size: 14px;
	max-width: 80%;
}

.team-score-value {
	font-size: 25px;
}

.team-score-time{
	display: flex;
	flex-direction: column;
}

.notes ol {
	display: flex;
	list-style: none;
	padding-left: 0;
}

.notes li {
	margin-right: 10px;
}

.team-logos{
	display:flex;
	align-items:center;
}

.team-logos img{
	margin-right: 10px;
}

.team-card{
	padding: 20px;
}

.team-card-title{
	display: flex;
	justify-content: center;
    align-items: center;
}

.detail-logo-wrapper img{
	width: 220px;
    margin-right: 30px;
}

.detail-logo-info {
	display: flex;
	flex-direction: column;
}

.detail-logo-info h1{
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 20px;
}

.detail-logo-info p{
	line-height: 5px;
}

.btn-team{
	width: 155px;
}

.saved-team-card{
	display: flex;
	flex-wrap: wrap;
}

.team-card.saved-team-card{
	padding: 40px;
}

.saved-team-card-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 17px;
	cursor: pointer;
}

.saved-team-img-wrapper{
	width: 80px;
	height: 80px;
}

.saved-team-card-item img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.saved-team-card-item p{
	max-width: 95px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.toast-bg{
	background-color: #37003D;
}

@media screen and (min-width: 601px) {
	nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
		height: 70px !important;
	}
}

@media screen and (max-width: 860px){
	.teams-wrapper{
		border-bottom: 1px solid #cecece;
		margin-bottom: 20px;
	}

	.team-detail{
		width: 34%;
	}

	.team-detail-wrapper{
		flex-direction: column;
		margin-bottom: 20px;
	}

	.team-info{
		text-align: center;
		max-width: 100%;
	}

	.truncate{
		white-space: inherit;
	}

	.team-logos{
		display: flex !important;
		height: 52px;
	}

	.notes ol{
		flex-direction: column;
	}
}

@media screen and (max-width: 520px) {
	.brand-logo {
		padding-top: 3px !important;
	}
	.brand-logo span{
		font-size: 18px !important;
	}
	.btn-team{
		margin: 0 auto;
	}
	.team-card-title{
		flex-direction: column;
	}
	.detail-logo-info{
		text-align: center;
	}
	.detail-logo-wrapper{
		text-align: center;
		width: 100px;
	}
	.detail-logo-wrapper img{
		width: 100%;
		height: 100%;
		object-fit: contain;
		margin: 10px auto;
	}
	.saved-team-card{
		justify-content: space-between;
	}
	.detail-logo-info p{
		line-height: inherit;
	}
}