#landing {
	/* background-image: url("/images/_background_images/firestation-blue-med.png"); */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#announcements {
	background-image: url('/images/_background_images/bg_image_1-min.jpg');
	/* object-fit: cover; */
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#chiefmsg {
	background-image: url('/images/_background_images/bg_image_8-min.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#admin-message {
	background-image: url('/images/_background_images/bg_image_1-min.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#roster {
	background-image: url('/images/_background_images/bg_image_2-min.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#reports-table {
	background-image: url('/images/_background_images/bg_image_2-min.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#roster-ambulance {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/images/_background_images/amb-bg-1.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#emergency {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/images/_background_images/test.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#social-media {
	background-image: url('/images/_background_images/firestation-blue-med.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#training {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #000;
}
#weatherForecast {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/images/_background_images/weather-splash.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #000;
}
/* #company-name {
  display: flex;
  justify-content: center;
}
#company-address {
  display: flex;
  justify-content: center;
}
#current-shift {
  display: flex;
  justify-content: center;
  margin-top: 200px;
}
#current-shift > p {
  font-size: 26px;
} */
/* DAILY MESSAGE */
.message-container {
	display: flex;
	flex-direction: column;
	max-width: 1000px;
	margin: 100px auto;
	justify-content: center;
}
.message-title {
	font-size: 32px;
}
.pic {
	margin: 10px;
	border: 3px solid white;
	border-radius: 50%;
	width: 350px;
	height: 350px;
	display: inline-block;
}
.person-container {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 15px 30px;
	margin-bottom: 10px;
}
.person-container span {
	display: block;
}
.person-name {
	font-size: 32px;
	font-weight: 700;
}
.person-title {
	font-size: 20px;
	font-style: italic;
}
.message-content {
	/* display: inline-block; */
	background-color: rgba(255, 255, 255, 0.1);
	padding: 0px 30px;
	font-size: 24px;
	min-width: 900px;
	white-space: pre-line;
}
.left-align {
	text-align: left !important;
}

/* MESSAGES */
.message-wrapper {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.hero-message-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}
.message-wrapper > div {
	/* width: 50%; */
}
.message-wrapper .section-wrapper:nth-child(even) {
	/* width: 68%; */
	/* background-color: red; */
}
.message-wrapper .section-wrapper:nth-child(odd) .message-item {
	/* max-width: 1050px; */
	max-width: 925px;
}
.section-wrapper:nth-child(even) .message-item {
	max-width: 300px;
}
/* .message-wrapper .note-box {
  max-width: 500px;
} */
.message-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px !important;
}
.message-item .message-desc {
	font-size: 23px;
	/* max-width: 350px; */
}
.message-item .message-name {
	font-size: 18px;
	/* margin-bottom: -10px; */
}

/* ANNOUNCEMENTS.HTML */
.announcement-wrapper {
	display: flex;
	/* margin-left: auto; */
	/* margin-right: 15px; */
	justify-content: center;
}
/* Equipment Status */
.bg-box {
	/* margin-left: 15px; */
	margin-left: 5px;
	padding: 0px 10px;
	border: 1px solid black;
	background-color: rgba(255, 255, 255, 0.1);
	text-align: center;
	/* border-radius: 5px; */
}

.equipment-status,
.building-maintenance {
	position: relative;
	display: inline-block;
	width: auto;
	/* margin-left: auto; */
}
.equipment-sheet-data,
.building-maintenance-sheet-data {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	max-height: 820px;
	width: auto;
	align-content: flex-start;
	writing-mode: vertical-lr;
}
.equipment-in-service {
	height: 200px;
}
.equipment-in-service,
.maintenance-item {
	width: 300px;
	writing-mode: horizontal-tb;
	height: 180px;
}
.hydrants-oos,
.road-closures {
	/* margin-right: auto; */
	width: 300px;
}
.empty-array {
	writing-mode: horizontal-tb;
	font-size: 2.5rem;
	font-style: italic;
}
/* CHIEF MESSAGE BOARD */
.message-board {
	width: 300px;
}
.chief-message {
	margin-bottom: 15px;
}
/* Hydrant OOS */
/* Building Maintenance */
/* Road Closures */
/* Generic Styling on Box */
.bg-box p {
	margin: 0 0 5px 0;
	padding: 0;
}
.bg-box hr {
	margin: auto;
	margin-top: 2px;
	margin-bottom: 13px;
	opacity: 0.25;
	color: inherit;
	background-color: currentColor;
	height: 2px;
	border: 0;
	max-width: 250px;
}
.bg-box .date {
}
.bg-box .equip-desc {
	padding-bottom: 10px;
}
.bg-box .resp-party {
	padding-bottom: 10px;
}
.bg-box .job-status {
	padding-bottom: 15px;
}
.bg-box .address {
	font-size: 24px;
	font-weight: bold;
}
.bg-box .desc {
	margin: 0;
	padding-bottom: 10px;
	font-size: 18px;
}
.bg-box .message-desc {
	padding-bottom: 10px;
}
.bg-box .message-name {
	padding-bottom: 10px;
}
.bg-box .eta {
	padding-bottom: 10px;
}
.blue {
	color: #77aeef;
}
.yellow {
	color: yellow;
}
.red {
	color: rgba(181, 27, 27);
}
.orange {
	color: orange;
}
.green {
	color: rgba(25, 135, 84);
}
.bold-text {
	font-weight: 700;
}
.bg-box a {
	color: inherit;
}

.small-text {
	font-size: 12px;
	font-style: italic;
}

/* NOTES.HTML */
.title-wrapper {
	display: flex;
	justify-content: center;
}
.title-wrapper h3 {
	font-size: 32px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.calendar-wrapper .note-box {
	padding-top: 10px;
	max-width: 310px;
	min-width: 200px;
}
.note-box .note-date {
	font-size: 28px;
	margin-bottom: 15px;
}
.note-box .note-desc {
	font-size: 22px;
}
/* CALENDAR.HTML */
.calendar-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-right: 15px;
	justify-content: center;
}
.today-section,
.upcoming-section {
	flex: 1;
	text-align: center;
}

.today-cal-container,
.upcoming-cal-container {
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
}
/* .upcoming-cal-container {
	display: flex;
} */
.station-cal {
	flex: 1;
}
.bg-box .cal-time {
	font-size: 20px;
	font-weight: 700;
}
.cal div:nth-of-type(even) .blue:nth-child(odd) {
	/* remove :nth-child(odd) from .blue to make all .blue elements red with this code */
	/* color:  */
}
.bg-box .cal-summary {
	font-size: 18px;
	font-weight: 700;
}
.bg-box .cal-summary-small {
	font-size: 22px;
}

.bg-box .cal-location {
	font-size: 16px;
	font-weight: 700;
}
.bg-box .cal-desc {
	font-size: 22px;
	padding-bottom: 15px;
}

.bg-box .cal-desc-normal {
	font-size: 18px;
}

.bg-box .cal-desc-small {
	font-size: 14px;
}
/* Roster */
.shift-wrapper {
	display: flex;
	margin-top: 25px;
}
.shift-header {
	font-weight: bold;
	font-size: 18px;
	padding: 2px;
	text-align: center;
}
.table {
	text-align: center;
	vertical-align: middle;
}
.table th {
	font-size: 22px;
}
.table > :not(caption) > * > * {
	padding: 0.35rem 0.35rem;
}
.table td {
	font-size: 18px;
}
.table tr {
	line-height: 0.75rem !important;
}

.table td.position,
.table td.start-date,
.table td.end-date {
	font-size: 16px;
}
.current-shift-container {
	margin-right: 10px;
	width: 100%;
}
.tomorrow-shift-container {
	width: 100%;
}
/* #current-shift-header {
  background-color: rgba(181, 27, 27);
}
#tomorrow-shift-header {
  background-color: rgba(7, 66, 156);
} */
.shift-header-0,
.shift-header-1 {
	background-color: rgba(181, 27, 27);
}
.shift-header-2,
.shift-header-3 {
	background-color: rgba(25, 135, 84);
}
.shift-header-4,
.shift-header-5 {
	background-color: rgba(7, 66, 156);
}
.table {
	color: white;
}
/* .table-striped > tr:nth-of-type(even) {
  --bs-table-accent-bg: rgba(0, 0, 0, 0.8);
  color: white;
} */
.table-red-header {
	background-color: rgba(181, 27, 27);
}
.table-green-header {
	background-color: rgba(25, 135, 84);
}
.table-blue-header {
	background-color: rgba(7, 66, 156);
}
.table-black-header {
	background-color: rgba(52, 58, 64);
}
.table-gold-header {
	background-color: rgba(218, 165, 32);
}
.table-other-solid {
	background-color: rgba(0, 0, 0);
}

.table-primary {
	--bs-table-bg: rgba(7, 66, 156, 0.5);
	color: white;
}
.table-danger {
	--bs-table-bg: rgba(181, 27, 27, 0.5);
	color: white;
}
.table-success {
	--bs-table-bg: rgba(25, 135, 84, 0.5);
	color: white;
}
.table-red {
	--bs-table-bg: rgba(181, 27, 27, 0.5);
	color: white;
}
.table-blue {
	--bs-table-bg: rgba(7, 66, 156, 0.5);
	color: white;
}
.table-green {
	--bs-table-bg: rgba(25, 135, 84, 0.5);
	color: white;
}
.table-black {
	--bs-table-bg: rgba(52, 58, 64, 0.5);
	color: white;
}
.table-gold {
	--bs-table-bg: rgba(218, 165, 32, 0.5);
	color: white;
}
.table-purple {
	--bs-table-bg: rgba(128, 0, 128, 0.5);
	color: white;
}
.table-other {
	--bs-table-bg: rgba(255, 255, 255, 0.1);
}
.unit-group {
	--bs-table-accent-bg: rgba(0, 0, 0, 0.8) !important;
}
/* Active911 */
.item {
}
/* .bg-test {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('/images/_background_images/test.jpg');
  background-repeat: no-repeat;
  background-size: cover;
} */
/* .activecall-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.activecall-wrapper > div {
  flex: 50%;
}
.activecall-wrapper :nth-child(1) {
  order: 1;
}
.activecall-wrapper :nth-child(2) {
  order: 3;
}
.activecall-wrapper :nth-child(3) {
  order: 2;
}
.activecall-wrapper :nth-child(4) {
  order: 4;
}
.call-content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.4rem;
}
#add-alert-form {
  min-width: 100%;
  height: 90%;
  padding: 20px;
}
.activecall-wrapper .bg-box {
  margin: 0;
}
.call-title {
  font-size: 26px;
}
.call-content span {
  display: block;
}
#ersiDiv {
}
#timer {
  font-size: 8rem !important;
}
.map-wrapper {
}
#map {
}
#map-canvas {
}
#street-view {
}
#static-street-map-img {
}
#call-dest {
}
ul {
  list-style-type: none;
  padding: 0;
}
li {
}
li:nth-child(even) {
}
li span:nth-child(2) {
  margin-top: 6px;
}
.travel-info {
  font-size: 32px;
  text-align: center;
}
.travel-info > span {
  font-weight: bold;
}
#distance > span,
#duration > span {
  color: rgb(240, 218, 23);
  font-size: 42px;
} */
.calls-container {
	display: flex;
}

.all-calls-wrapper {
	width: 15%;
	display: flex;
	flex-direction: column;
	/* max-height: 50%; */
	/* height: 100%; */
	/* justify-content: center; */
}

/* .call-list-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0;
} */

/* .call-list h2 {
	text-align: center;
} */

.call-entry {
	/* width: 100%; */
	/* border-top: 1px solid #ccc; */
	border-bottom: 1px solid #ccc;
	margin: 0;
}

.call-entry > div {
	padding: 0 10px;
}

.activecall-wrapper {
	display: flex;
	flex-wrap: wrap;
	/* width: 85%; */
}
.activecall-wrapper > div {
	flex: 50%;
}

.call-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
	font-size: 1.5rem;
	padding-left: 30px;
	max-width: 48%;
	max-height: 420px;
}
.call-content p {
	margin-bottom: 10px;
}
.call-title {
	font-size: 26px;
}
.call-address {
	font-size: 32px;
}
#call-notes {
	font-size: 18px;
}

#timer {
	display: none;
	/* font-size: 1rem !important; */
}

.travel-info {
	font-size: 32px;
	text-align: center;
}
.travel-info > span {
	font-weight: bold;
}
#distance > span,
#duration > span {
	color: rgb(240, 218, 23);
	font-size: 42px;
}
/* Social Media */
.social-media-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.social-media-wrapper .note-box {
	padding-top: 10px;
	max-width: 350px;
	min-width: 200px;
}

.social-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* max-height: 350px; */
}

.align-to-bottom {
	align-self: flex-end;
	/* background-color: red; */
}

.twitter {
	background-color: #1da1f2;
}
.facebook {
	background-color: #4267b2;
}

/* ALERTS/ANNOUNCEMENTS */
.alerts-wrapper {
	display: flex;
	justify-content: center;
}
.alerts-wrapper > div {
	/* width: 50%; */
}
.alerts-wrapper > .section-wrapper {
	width: 50%;
	max-width: 95%;
	display: flex;
	flex-direction: column;
}
.alerts-section-1,
.alerts-section-2,
.alerts-section-3 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.alerts-wrapper .note-box {
	padding-top: 10px;
	width: 310px;
	/* min-width: 100px; */
	/* max-width: 300px; */
}
.alert-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* STATION PASSDOWN */
.station-passdown-wrapper .bg-box {
	max-width: 500px;
}

/* TRAINING.HTML */

/* .overlay {
  opacity: 0.8;
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
} */
.training-container {
	margin-top: 25px;
}
/* SLIDES.HTML */
.google-slide-container {
	display: flex;
}
/* TRAFFICCAMS.HTML */
.traffic-cam-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
	background-color: gray;
}
.traffic-cam-container > div {
	flex: 50%;
}
.video-js {
	position: relative !important;
	width: 100% !important;
	height: 460px !important;
	object-fit: fill;
	padding: 0 !important;
}
.video-js .vjs-tech {
	position: relative !important;
	width: 100% !important;
	height: 460px !important;
	object-fit: fill;
	padding: 0 !important;
}
.cam-item img {
	width: 100%;
	/* height: 100%; */
	/* object-fit: cover; */
}

/* General Weather Layout */
.weather-container {
	display: flex;
	justify-content: space-around;
	height: calc(100vh - 175px); /* Use viewport height minus 175px */
}

.weather-container div span:nth-child(n + 2) {
	display: block;
}

.weather-container h3 {
	margin: 4px 10px;
}

.forecast-container {
	padding: 20px;
	margin-left: 20px;
	flex: 0 0 25%; /* Take up 25% of the width */
	height: 100%; /* Make the forecast container match the radar container's height */
	/* display: flex; */
	flex-direction: column;
	/* justify-content: space-between; */
}

.day-of-week {
	display: block;
}

.forecast-item {
	display: flex;
	justify-content: center;
	padding: 10px;
	/* flex-grow: 1; */
}

.weather-append-current {
	display: flex;
}

.weather-condition-container {
	max-width: 200px;
}

.alert-container span {
	max-width: 500px;
	font-size: 13px;
}

/* Radar Specific */
.radar-container {
	flex: 0 0 75%; /* Take up 75% of the width */
	margin-right: 20px;
	position: relative;
	height: 100%; /* Match the forecast container's height */
	overflow: hidden; /* Ensure no overflow issues */
}

#mapid {
	width: 100%;
	height: 100%;
	position: relative;
}

#controls-container {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 1001; /* Increase z-index to ensure it's on top */
}

#timestamp {
	font-weight: bold;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px 15px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	color: black;
	margin-bottom: 5px;
}

#play-controls {
	display: inline-block;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px 15px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.controls button {
	padding: 10px 15px;
	border: none;
	background-color: #007bff;
	color: white;
	border-radius: 6px;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
}

.controls button:hover {
	background-color: #0056b3;
	color: white;
}

/* #playPauseButton {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
} */

/* Water Level */
.water-level-container {
	display: flex;
	flex-wrap: wrap;
	width: 1920px;
	height: calc(100vh - 110px);
	margin: auto;
}

.chart-container {
	flex: 0 0 50%;
	height: 50%;
	padding: 0 10px;
	box-sizing: border-box;
}

.chart-container img {
	display: block;
	width: 940px;
	height: 485px;
}

/* For single chart view */
.chart-single-container {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.chart-single-container img {
	display: block;
	width: 1900px;
	height: 970px;
}

/* PLANITFIRE */

.planitfire-container {
	display: flex;
	height: 100vh;
}

#planitfire-iframe {
	flex: 1;
}

#planitfire-iframe .navbar {
	display: none;
}

.slide-iframe {
	width: 1920px;
	height: 1080px;
}
.slide-portrait {
	width: 897px;
	height: 1920px;
	margin: auto;
	overflow: hidden;
}

/* MEDIA QUERIES */

@media (max-height: 980px) {
	.slide-iframe {
		/* width: 1980px; */
		height: 850px;
	}
	.equipment-sheet-data,
	.building-maintenance-sheet-data {
		max-height: 720px;
	}
	/* .equipment-in-service {
    max-height: 180px;
  } */
	.traffic-cam-container > div {
		flex: 47%;
		height: 41vh;
	}
}

/* TAG */
.tag {
	margin-top: auto;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-style: italic;
	border: solid black 1px;
	border-radius: 5px;
	padding: 2px;
	/* align-self: flex-end; */
	font-weight: 800;
}

.title-tag {
	margin: auto;
	text-align: center;
	text-transform: uppercase;
	border: solid black 1px;
	border-radius: 5px;
	padding: 2px;
	font-weight: 800;
}

.routine {
	color: darkblue;
	background-color: lightskyblue;
}
.repaired {
	background-color: #198754;
}
.yellow-tag {
	background-color: #ffd900e4;
}
.moderate {
	background-color: orange;
}
.urgent {
	background-color: red;
}
.purple-tag {
	background-color: purple;
}

.date-today {
	display: inline-block;
	margin-left: 5px;
	width: 10px;
	height: 10px;
	background-color: #00ff00;

	border-radius: 50%;
	vertical-align: middle;
}

/* Styles for tablet and mobile sizes */
@media only screen and (max-width: 1024px) {
	/* Weather */
	.weather-container {
		flex-direction: column;
		align-items: center;
	}

	.forecast-container,
	.radar-container {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.radar-container {
		height: auto;
	}

	/* Alerts */
	.title-wrapper h3 {
		font-size: 18px !important;
		text-align: center;
	}
	.alerts-wrapper .bg-box {
		max-width: 220px;
	}
}

/* Styles for mobile */

@media only screen and (max-width: 768px) {
	/* Shared */
	.empty-array h3 {
		font-size: 14px;
	}

	/* Messages */
	/* .section-wrapper:nth-child(even) .message-item {
    border: solid 1px red;
  } */

	.message-wrapper .alerts-section-1 .bg-box {
		margin-left: 0px;
	}

	/* Alerts */
	/* .alerts-wrapper {
    flex-direction: column;
    align-items: center;
  } */

	/* Roster */
	.shift-wrapper {
		flex-direction: column;
	}
	.current-shift-container,
	.tomorrow-shift-container {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.table th,
	.table td {
		font-size: 12px;
		padding: 0.15rem !important;
	}
	.shift-header {
		font-size: 14px;
		padding: 1px;
	}

	/* Traffic Cams */
	.traffic-cam-container > div {
		flex: 100%;
	}

	/* Active Call */
	.activecall-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.activecall-wrapper > div {
		width: 100%;
	}

	.activecall-wrapper .bg-box {
		max-width: 100%;
		margin-left: 0px;
	}
}

/* Styles for PC */
@media only screen and (min-width: 690px) and (max-width: 1600px) {
	/* Alerts */
	.title-wrapper h3 {
		font-size: 26px !important;
		text-align: center;
	}
	.alerts-wrapper .bg-box {
		max-width: 220px;
	}

	/* Roster */
	.shift-wrapper {
		flex-direction: column;
	}
	.table th,
	.table td {
		font-size: 18px;
		padding: 0.25rem !important;
	}
	.shift-header {
		font-size: 18px;
		padding: 1px;
	}

	/* Trainings */
	#table-inject td,
	.table-inject td {
		font-size: 22px;
	}
}

/* Styles for TV */
@media only screen and (min-width: 1025px) {
	/* Active Call */
	#timer {
		display: block;
		font-size: 8rem !important;
	}

	/* Trainings */
	.training-table th {
		font-size: 24px;
	}

	#table-inject td,
	.table-inject td {
		font-size: 28px;
		line-height: normal;
	}
}

/* Experimental Features */

/* Loading States & Skeletons */
.loading-skeleton {
	padding: 40px 50px;
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.skeleton-line {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 75%);
	background-size: 200% 100%;
	animation: shimmer 2s infinite;
	border-radius: 4px;
	margin-bottom: 20px;
}

.skeleton-title {
	height: 36px;
	width: 70%;
}

.skeleton-address {
	height: 42px;
	width: 85%;
}

.skeleton-text {
	height: 26px;
	width: 60%;
}

.skeleton-notes {
	height: 80px;
	width: 95%;
}

.skeleton-text-inline {
	background: linear-gradient(90deg, rgba(240, 218, 23, 0.3) 25%, rgba(240, 218, 23, 0.6) 50%, rgba(240, 218, 23, 0.3) 75%);
	background-size: 200% 100%;
	animation: shimmer 2s infinite;
	border-radius: 4px;
	padding: 8px 16px;
	display: inline-block;
	min-width: 60px;
}

.loading-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 8px;
}

.loading-container p {
	margin-top: 15px;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
}

/* Spinner */
.spinner {
	width: 40px;
	height: 40px;
	border: 4px solid rgba(255, 255, 255, 0.2);
	border-left: 4px solid #1a73e8;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

/* Animations */
@keyframes pulse {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.7;
	}
}

@keyframes shimmer {
	0% {
		background-position: -200% 0;
	}
	100% {
		background-position: 200% 0;
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* Hide loading states when content loads */
.content-loaded #call-loading,
.content-loaded #street-view-loading,
.content-loaded #map-loading {
	display: none;
}
