#new_ticket_btn {
	/*background: #2563eb;
  	color: #ffffff; */
    border-radius: 2px;
  	padding: 10px 18px;
  	font-weight: 600;
  	display: inline-flex;
  	align-items: center;
  	cursor: pointer;
  	transition: all 0.2s ease;

}

#new_ticket_btn:hover {
	transform: translateY(-1px);
  	box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  	color: #1E3769;
}

.empty-state h2 {
	font-size: 1.6rem;
  	font-weight: 600;
  	margin-bottom: 8px;
}

.empty-state p {
	color: #6b7280;
  	max-width: 420px;
  	margin: 0 auto 20px;
}

.BreadCrumbs__breadCrumbText span[data-id="_breadcrumb_0"] {
  color: rgba(0,0,0,0.0);
}

.Header__logotxt {
	font-size: 2rem;
  	font-weight: 600;
  	letter-spacing: 0.02em;
  	color: #ffffff;
  	text-transform: none;
  	opacity: 0.95;
}


