@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap')


/* Solid horizontal line */
hr.solid {
  border-top: 5px solid #262626;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}


.flex-container {
  display: flex;
  /*flex-direction: row;*/
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  text-align: left;
  padding: 0px;
  /*margin-top: -30px;*/
}
.flex-items{
	background-color: rgba(255,255,255,.07);
	padding: 0px;
	border-radius: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 10px 0px 0px 0px;
	border-color: rgba(255,255,255,.2);
	display: block;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
    width: 30%;
	margin: 5px;
}

/*
.flex-items:nth-child(1) {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 80%;
  margin: 10px;
}

.flex-items:nth-child(2) {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 80%;
  margin: 10px;
}

.flex-items:nth-child(3) {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 80%;
  margin: 10px;
  /*margin-top: 0px;
}

.flex-items:nth-child(4) {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 80%;
  margin: 10px;
  /*margin-top: 0px;
}*/


.title-row{
	/*background-color: #262626;*/
	font-size: 30px;
}

.title{
	color: white;
	font-family: 'Gabarito', sans-serif;
	font-weight: 700;
	font-size: 20px;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 2px;
	margin: 0px;
	text-transform: uppercase;
}

.rec_timecode{	
	font-family: 'Gabarito', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0px;
	color: rgba(255,255,255,.5);
	font-size: 20px;
	line-height: 1;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.label-small{
	color: white;
	font-family: 'Gabarito', sans-serif;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 0px;
	margin-bottom: -5px;
	text-overflow: ellipsis;
  	word-wrap: break-word;
  	text-transform: uppercase;
}

.data-label-small{
	font-family: 'Gabarito', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	font-size: 25px;
	margin: 0px;
	color: white;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	white-space: nowrap;
	text-transform: uppercase;	
}

td{
	padding: 0;
}

table{
	border-spacing: 0;
}

h1{
	font-family: 'Gabarito', sans-serif;
	font-weight: 600;
	margin-left: 34px;
	margin-bottom: 0px;
	margin-right: 34px;
	text-transform: uppercase;
	font-size: 40px;
}

.rec-timecode{	
	font-family: 'Gabarito', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0px;
	color: rgba(255,255,255,.5);
	max-width: 100%;
	white-space: nowrap;
	overflow-wrap: anywhere;
	text-overflow: unset;
	text-wrap: wrap;
	font-size: 40px;
	line-height: 1;
	margin-top: 5px;
	padding-bottom: 10px;
}

button {
  font-family: 'Gabarito', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid black;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  opacity: .2;
  width: 100%;
}

p {
	margin: 0px;
	font-family: 'Gabarito', sans-serif;
}

.record-box{
	border: 3px solid rgba(255,255,255,.5);
	border-radius: 20px;
	padding: 5px;
	background-color: rgba(0,0,0,.25);
}

#schedule-table {
  /* Add your styling here */
  border-collapse: collapse;
  width: 100%;
  font-family: 'Gabarito', sans-serif;
}

#schedule-table td {
  border: 1px solid white;
  padding: 7px;
  text-align: center;
  font-size: 15px;
}

#schedule-table th {
  background-color: rgba(255,255,255,.2);
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  padding: 5px;
  font-weight: 500;
}

.highlight-row-current {
  background-color: red; /* Change to your desired highlight color */
}

.highlight-row-past {
  opacity: .25; 
}
