

.property-card h3 {
    font-size: 22px;
    color: #333;
    line-height: 1.5;
}

.highlight {
    font-weight: bold;
    color: #ff1800;
}

.property-card {
    margin: 20px auto;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-family: 'Lora', serif;
    border-left: 5px solid #ff1800;
}

/* 02-05-2025 */
.faq-card {
    transition: all 0.3s;
}
.faq-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


/* 05-05-2025 */

.table tbody tr:hover {
    background-color: #dee2e6 !important; 
}

#previewContainer img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
    margin-bottom: 10px;
  }

  
  span.badge-warning {
    color: #fea569 !important;
    background-color: rgba(254, 165, 105, 0.2509803922);
    font-weight: 600;
    font-size: 16px;
}

span.badge-danger2 {
    color: #f34770 !important;
    background-color: rgba(243, 71, 112, 0.2509803922);
    font-weight: 600;
}

.badge-soft-success {
	color: #07b275;
	border-radius: 5px;
	border: 1px solid rgba(7, 178, 117, 0.2);
	background: #effff9;
	font-size: 95%;
	font-weight: 900;
  }
  .badge-soft-danger {
	color: #ff0000;
	border-radius: 5px;
	border: 1px solid rgb(255, 0, 0);
	background: #fff3ef;
	font-size: 95%;
	font-weight: 900;
  }
  .badge-soft-warning {
	color: #ffc107;
	border-radius: 5px;
	border: 1px solid rgb(255, 193, 7);
	background: #fff3ef;
	font-size: 95%;
	font-weight: 900;
  }

  .chat-bubble {
	border-radius: 20px;
	padding: 10px 15px;
}

.badge-soft-primary {
  color: #0a58ca;
  background-color: rgba(13, 110, 253, 0.15);
  border: 1px solid #0d6efd;
  border-radius: 5px;
  font-size: 95%;
  font-weight: 600;
}

.badge-soft-info {
  color: #155977; /* darker shade for text contrast */
  border-radius: 5px;
  border: 1px solid #87ceeb;
  background-color: rgba(135,206,235,0.25); /* soft background version of #87CEEB */
  font-size: 95%;
  font-weight: 900;
}


.support_ticket_view .card .card-header h4 {
	color: #777;
	margin: 0;
  }
  .support_ticket_view .card .card-body h5 {
	font-size: 24px !important;
	color: #111 !important;
	margin-bottom: 15px !important; 
  }
  .support_ticket_view .card .card-body p {
	margin: 0;
	font-size: 16px;
  }
  .support_ticket_view .card .card-body p strong {
	color: #111;
	margin-right: 10px;
  }
  .support_ticket_view .card .card-body h6 strong {
	color: #111;
	margin-right: 10px;
  }
  
  .ticket_chat_card img {
	width: 50px;
	height: 50px;
	border: 1px solid #e9e9e9;
	border-radius: 50%;
  }
  
  .ticket_chat_card {
	display: flex;
	align-items: flex-start;
	gap: 15px;
  }
  .ticket_chat_card .chat_card {
	width: 50%;
	border-radius: 15px;
	padding: 20px;
	position: relative;
  }
  .chat_card.admin {
	background-color: #f1f1f1;
	border: 1px solid #d6d6d6;
  }
  .chat_card.user {
	background-color: #d1f8ff;
	border: 1px solid #86e1f1;
  }
  .chat_card.admin .arrow {
	width: 15px;
	height: 20px;
	overflow: hidden;
	position: relative;
	float: left;
	top: -5px;
	left: -38px;
  }
  .chat_card.admin .arrow .outer {
	width: 0;
	height: 0;
	border-right: 20px solid #d6d6d6;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
  }
  .chat_card.admin .arrow .inner {
	width: 0;
	height: 0;
	border-right: 20px solid #f1f1f1;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 0;
	left: 2px;
  }

  .chat_card.user {
    background-color: #d1f8ff;
    border: 1px solid #86e1f1;
  }

  .user-ticket-heading{
    font-size: 24px;
    color: #111;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .chat_card.user .arrow {
	width: 15px;
	height: 20px;
	overflow: hidden;
	position: relative;
	float: left;
	top: -5px;
	left: -37px;
  }
  .chat_card.user .arrow .outer {
	width: 0;
	height: 0;
	border-right: 20px solid #86e1f1;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
  }
  .chat_card.user .arrow .inner {
	width: 0;
	height: 0;
	border-right: 20px solid #d1f8ff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 0;
	left: 2px;
  }
  .ticket_reply {
	padding: 20px;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	background-color: #f4f5f6;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .ticket_reply .form-group textarea.form-control {
	height: 100px;
  }

  .ticket-attachment img {
    max-width: 150px;
    margin: 10px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 100px;
    object-fit: cover;
}