@import "../../../../../themes/hobbes-theme/scss/facelift/colors";

html, body {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1 0 auto;
}

.hero-section {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://it.envoymortgage.com/img/branchphotos/878.jpg');
	background-size: cover;
	background-position: center;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
}

.margin-negative {
	margin-top: -3rem;
}

.logo {
	width: 200px;
	height: 150px;
	margin-bottom: 20px;
}

.timeline-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
	position: relative;
	padding-right: 1rem;

	button.dropdown-toggle {
		text-transform: none !important;
	}
}

.timeline-date {
	width: 70px;
	margin-right: 15px;
	text-align: center;
	padding-top: 18px;
}

.timeline-date-number {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	color: #333;
}

.timeline-date-month {
	font-size: 14px;
	text-transform: uppercase;
	color: #666;
	font-weight: 600;
}

.timeline-spacing {
	text-align: center;
	color: #666;
	padding: 15px 0;
	font-size: 14px;
	margin-left: 45px;
}

.timeline-content {
	flex: 1;
	background-color: #f8f9fa;
	padding: 15px;
	border-radius: 8px;

	h6 {
		font-size: 20px;
	}

	&.urgent {
		background-color: #fff3cd;
		border: 1px solid #ffeeba;
		box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	}
}

.timeline-status {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 12px;
	font-size: 12px;
	margin-bottom: 8px;
}

.timeline-status.pending {
	background-color: $yellow-50;
	color: #000;
}

.timeline-comment {
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e9ecef;
}

.timeline-avatar {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 10px;
}

.service-provider {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.provider-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 15px;
}

.resource-item {
	display: flex;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid #e9ecef;
}

.resource-icon {
	width: 30px;
	height: 30px;
	margin-right: 15px;
}

.calendar-dropdown {
	position: absolute;
	top: 15px;
	right: 2rem;
}

.calendar-dropdown .dropdown-toggle {
	color: $blue-80;
	text-decoration: none;
	background: none;
	border: none;
	padding: 0;
	font-size: 14px;
}

.calendar-dropdown .dropdown-toggle:hover,
.calendar-dropdown .dropdown-toggle:focus {
	color: $blue-80;
	text-decoration: underline;
}

.calendar-dropdown .dropdown-menu {
	min-width: 200px;
}

.calendar-dropdown .dropdown-item {
	font-size: 14px;
	padding: 8px 16px;
}