body{
	padding-top: 75px;
	margin-bottom: 60px;	
}
.modal { 
	background-color: black; 
} 
.thumbnail {background-color: black}
.card_title{
	background-color: #264b96;
	border-top-left-radius: .8rem;
	border-top-right-radius: .8rem;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}
.card_content{
	background-color: rgba(0, 0, 0, .35);
	border-bottom-left-radius: .8rem;
	border-bottom-right-radius: .8rem;
/*			text-transform: uppercase;  */
	text-align: center;
	color: #ffffff;			
}
.sprint_weekend{
	color: red;
}

@font-face {
	font-family: F1Bold;
	src: url("../fonts/Formula1-Bold_web_0.ttf");
}
@font-face {
	font-family: F1Wide;
	src: url("../fonts/Formula1-Wide_web_0.ttf");
}
@font-face {
	font-family: F1;
	src: url("../fonts/Formula1-Regular_web_0.ttf");
}		

.F1{
	font-family: F1;
}
.F1Wide{
	font-family: F1Wide;
}
.F1Bold{
	font-family: F1Bold;
}		

del {
	text-decoration-color: red;
}

.F1DatePicker{
	font-family: F1;
	font-size: 14px;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
td {
	padding: 5px;
	text-align: left;
}
.example-container {
	width: 510px;
	margin-left: auto;
	margin-right: auto;			
	@include make-container();
}
a:link { 
	color: white;
	text-decoration: none; 
} 
a:visited { 
	color: white;		
	text-decoration: none; 
} 
a:hover { 
	color: white;		
	text-decoration: none; 
} 
a:active { 
	color: white;		
	text-decoration: none; 
}
table {
  border-collapse: collapse;
}

tr {
	border-bottom: 1px solid black;
	min-height: 40px;
	height: 40px;
}
th {
	width: fit-content;
	padding-right: 5px;
	text-align: left;
	padding-left: 5px;
}
.bg-color-blue {
	background-color: #0d6efd;
	font-family: F1;
	border-radius: 10px 10px;			
}

.custom > li > a:link {
	color: white;
	background-color: transparent;
}
.custom > li > a:visited {
	color: white;
	background-color: transparent;
}
.custom > li > a:hover {
	color: white;
	background-color: transparent;
}
.custom > li > a:active {
	color: white;
	background-color: transparent;
}
.nav-link.active{
	color: white;
}	
.nav-link.show {
	color: white;
}
.nav-link.active{
	color: white;
}


.custom  > a:link {
	color: white;
	background-color: transparent;
}
.custom  > a:visited {
	color: white;
	background-color: transparent;
}
.custom  > a:hover {
	color: white;
	background-color: transparent;
}
.custom  > a:active {
	color: white;
	background-color: transparent;
}

.podium-container{
	position: relative;
	height: 150px;
}

.podium-container img{
	height: 100%;
	width: 100%;
	bottom: -5%;
	position: relative;			
}		
		
.race-result-one{
	position: absolute;
	z-index: 99;
	top: -35%;
	right: 33%;
	height: 100%;
	font-size: 14px;
}
.race-result-two{
	position: absolute;
	z-index: 99;
	top: -35%;
	left: 0%;
	height: 100%;
	font-size: 14px;
}
.race-result-three{
	position: absolute;
	z-index: 99;
	top: -35%;
	right: 0%;
	height: 100%;
	font-size: 14px;
}

.podium-times{
	background-color: #363636;
	opacity: 0.8;	
	position: relative;
	height:15px;
}


.race-time-one{
	position: absolute;
	z-index: 99;
	top: -35%;
	right: 35%;
	height: 100%;
	font-size: 14px;	
}
.race-time-two{
	position: absolute;
	z-index: 99;
	top: -35%;
	left: 5%;
	height: 100%;
	font-size: 14px;	
}
.race-time-three{
	position: absolute;
	z-index: 99;
	top: -35%;
	right: 5%;
	height: 100%;
	font-size: 14px;	
}		
		
.car-animation {
	display: block;
	position: relative;
	animation: linear;
	animation-name: drive_car;
	animation-fill-mode: forwards; 
	height: 30px;
	animation-duration: 1s;	
}
@keyframes drive_car {
  0% {
    left: 0;
  }
  100% {
    left: calc(100% - 101px);
  }
}


.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.accordion-button{
	background-color: #264b96;
	color: white;
}
.accordion-button:not(.collapsed){
	background-color: #264b96;
	color: white;
}
.accordion-button::after { 
	color: red; /* Change the color of the icon */ 
}

.podium-drivers-container{
	display: flex;	
}
.podium-drivers-container > div {
  flex: 1; /*grow*/
}
.alert{
	--bs-alert-padding-y: 0rem;
    --bs-alert-margin-bottom: 0rem;
}
.double-yellow{
	background-color: yellow;
}
.yellow{
	background-color: gold;
}
.tires{
	width: 25px;
	height: 25px;
}

.weather-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;	

}
.weather-icon{
	margin-left: 10px;
	font-size: 25px;
}
.weather-text{
	flex-grow: 1;
	text-align: left;
}
.dropdown-menu-scrollable { 
	max-height: 200px; /* Adjust the height as needed */ 
	overflow-y: auto; 
}



/* Time ticker */

.tick {
	padding-bottom: 1em;
	font-size: 1rem;
	font-family: F1, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans,
		Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
.tick-label {
	font-size: 0.375em;
	text-align: center;
}
.tick-group {
	margin: 0 0.25em;
	text-align: center;
}
.tick {
    font-size: 2em;
}
.navbar { 
	max-width: 1300px; /* Adjust the max-width as needed */ 
	margin: 0 auto;  /* Center the navbar */ 
}

.navbar-toggler { 
	border-color: white; /* Change the border color to white */ 
	color: white;
} 
.navbar-toggler:focus, 
.navbar-toggler:active { 
	border-color: white; /* Ensure the border color is white when clicked */ 
	outline: none; /* Remove the default outline */ 
} 
.navbar-toggler-icon { 
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); 
}


.red-arrow { 
	color: red; 
} /* For green arrow */ 
.green-arrow { 
	color: green; 
}
.super {
	vertical-align: super;
	font-size: smaller;
}
.green-check {
	color: green;
	font-size: larger;
}
.modal-content {
	background-color: transparent;
}
.modal-header{
    color: white;
    border-bottom: transparent;	
}
.driver-pic-fluid{
    max-width: 480px;
    height: auto;
}
.spinner-container { 
	display: block; /* Hide the spinner by default */ 
	position: fixed; 
	top: 50%; 
	left: 50%; 
	z-index: 1000; /* Ensure the spinner is on top */ 
}
.custom-spinner { 
	width: 50px; /* Adjust the size as needed */ 
	height: 50px; /* Adjust the size as needed */ 
	background: url('../images/tires/medium_tire.png') 
	no-repeat center center; 
	background-size: contain;
/*	transform: translate(-50%, -50%); 	*/
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.padding-20-left { 
	padding-left: 30%; /* Add padding to move text 20% from the left */ 
	text-align: left;
}
.list-item-text { 
	display: inline-block; 
	width: 30%; /* Adjust width to align text */ 
}
.list-item-number { 
	display: inline-block; 
	width: 20%; /* Adjust width to align number */ 
	text-align: right; /* Align number to the right */ 
}


.footer { 
	bottom: 0; 
	width: 100%; 
	background-color: #f8f9fa; 
	text-align: center; 
	padding: 1px 0; 
	line-height: normal;	
}
.fs-vs{
	font-size: 0.5rem !important;
}