body {
	font-family: "Bai Jamjuree", sans-serif;
}
.dashboard-title {
	font-size: 1.1rem;
	color: #1a4078;
	letter-spacing: 0.05em;
}
.company-name {
	font-size: 2.5rem;
	font-weight: 700;
	color: #1a4078;
	margin-bottom: 1.5rem;
}
.card-custom {
	min-height: 200px;
	border-radius: 0;
	box-shadow: none;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 2rem 2rem 1.5rem 2rem;
}
.card-blue {
	background: #2b87ba;
	color: #fff;
}
.card-dark {
	background: #1a4078;
	color: #fff;
}
.card-light {
	background: #f4f4f4;
	color: #1a4078;
}
.card-custom .plus-btn {
	position: absolute;
	top: 1.2rem;
	right: 1.5rem;
	background: #fff;
	color: #1a4078;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	border: none;
	z-index: 2;
}
.card-blue .plus-btn,
.card-dark .plus-btn {
	background: #fff;
	color: #1a4078;
}
.card-light .plus-btn {
	background: #1a4078;
	color: #fff;
	border: none;
}
.arrow-link {
	font-size: 1.5rem;
	position: absolute;
	bottom: 1.5rem;
	left: 2rem;
	color: #1a4078;
	border: 2px solid #1a4078;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .2s;
	background: transparent;
}
.card-custom h2 {
	font-size: 2rem;
	font-weight: 700;
}
@media (max-width: 991.98px) {
	.card-custom {
		min-height: 150px;
		padding: 1.2rem;
	}
	.company-name {
		font-size: 2rem;
	}
}
@media (max-width: 767.98px) {
	.dashboard-title, .company-name {
		text-align: left;
	}
	.card-custom {
		min-height: 120px;
		padding: 1rem;
	}
}
.text-dark-blue {
	color: #1a4078 !important;
	font-weight: 500;
}
.table thead th {
	color: #1a4078;
	font-family: "Bai Jamjuree", sans-serif;
	font-size: 1.3rem;
	letter-spacing: 0.02em;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #e8f4fc !important;
}
.table .actions .btn {
	width: 34px;
	height: 34px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.table .bi {
	vertical-align: middle;
}
/* Login Styles */
.login-card {
	border-radius: 10px;
	background: #f6f6f6;
}
.login-page-subtitle {
	font-size: 1rem;
	letter-spacing: 0.07em;
	color: #222;
	font-weight: 400;
}
.login-page-title {
	font-family: 'Bai Jamjuree', Arial, sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	margin-bottom: 0.3em;
}
.login-page-label {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.07rem;
	color: #222;
	letter-spacing: 0.04em;
}
.login-page-input {
	border-radius: 12px !important;
	background: #e6f2fd !important;
	border: 1px solid #c1c9d1;
	font-size: 1.12rem;
	padding: 0.65rem 1rem;
}
.login-page-input:focus {
	border-color: #2b87ba;
	box-shadow: 0 0 0 0.1rem rgba(43, 135, 186, 0.16);
}
.login-page-login-btn {
	border-radius: 8px;
	font-size: 1.18rem;
	background: #2b87ba;
	border: none;
	font-weight: 500;
	letter-spacing: 0.04em;
	transition: background .2s;
}
.login-page-login-btn:hover, .login-page-login-btn:focus {
	background: #1a4078;
}
#togglePassword {
	color: #222;
}
#togglePassword:focus {
	outline: none;
	box-shadow: none;
}
@media (max-width: 500px) {
	.login-card { padding: 1.4rem !important; }
	.login-page-title { font-size: 1.5rem !important; }
}
/* Navbar Styles */
.custom-navbar {
	border-bottom: 1px solid #e0e0e0;
}
.custom-navbar-menu .nav-link {
	font-family: 'Bai Jamjuree', Arial, sans-serif;
	font-size: 1.08rem;
	font-weight: 500;
	color: #1a1a1a !important;
	padding: 0 0.7rem;
	letter-spacing: 0.03em;
	transition: color 0.2s;
}
.custom-navbar-menu .nav-link:hover, .custom-navbar-menu .nav-link.active {
	color: #2b87ba !important;
	text-decoration: underline;
}
.custom-company-name {
	color: #1a4078;
	font-size: 1.08rem;
}
.custom-dropdown-toggle {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.custom-dropdown-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 991.98px) {
	.custom-navbar-menu {
		flex-direction: column !important;
		align-items: flex-start !important;
	}
	.custom-navbar-menu .nav-link {
		padding: 0.6rem 1rem;
		font-size: 1rem;
	}
	.custom-company-name {
		margin-bottom: 0.5rem;
		display: block;
	}
}
/* Footer Styles */
.bg-footer-main {
	background: #1a4078;
}
.bg-footer-secondary {
	background: #2b87ba;
}
.footer {
	font-family: 'Bai Jamjuree', Arial, sans-serif;
}
.social-link {
	color: #fff;
	font-size: 1.3rem;
	margin-left: 0.4rem;
	margin-right: 0.4rem;
	transition: color 0.2s;
}
.social-link:hover {
	color: #2b87ba;
}
.text-underline {
	text-decoration: underline !important;
}
@media (max-width: 991.98px) {
	.bg-footer-main, .bg-footer-secondary {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}
	.footer img {
		height: 38px;
	}
}
/* Tickets */
.buy-card {
	border-radius: 10px;
	background: #f6f6f6;
}
.btn-buy {
	border-radius: 8px;
	font-size: 1.18rem;
	background: #2b87ba;
	border: none;
	font-weight: 500;
	letter-spacing: 0.04em;
	transition: background .2s;
	color: #ffffff;
}
.btn-buy:hover, .btn-buy:focus {
	background: #1a4078;
	color: #ffffff;
}
.event_details {
	color: #1a4078;
}
.card-header {
	background-color: #2b87ba;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}
.card-body p {
	font-size: 1.05rem;
}
.list-group-item {
	padding: 1rem 1.25rem;
}