a.navbar-brand img {
    max-width: 100px;
}
header.navbar.navbar-dark.bg-dark.px-4 {
    background-color: #E9FFEC  !important;
    color: #000;
}
.card {
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.card-img-top {
    height: 220px;
    object-fit: cover;
}
#replyForm {
	margin: 30px 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.ticket_form{
  margin: 30px 0;
	display: flex;
	flex-direction: column;
	gap: 18px;  
}
.g-button {
	background: #36B5B0;
	padding: 5px 20px;
	border-radius: 0;
	border-color: #36B5B0;
}
.g-button:hover {
	background: #fff;
    color:#36B5B0;
	border-color: #36B5B0;
}
.b-close{
	background: red;
	padding: 5px 20px;
	border-radius: 0;
	border-color: red;
}
.b-close:hover {
	background: #fff;
    color:red;
	border-color: red;
}