.buyer-card {
  border: 1px solid #009444;
  text-align: center;
  height: 200px; /* Adjust height as needed */
  width: 140px; /* Adjust width as needed */
  position: relative;
  border-radius: 8px; /* Rounded corners */
  overflow: hidden; /* To ensure avatar is not overflowing */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.buyer-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 10px;
}

.buyer-name {
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  color: black;
}

.buyer-icon {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.buyer-role {
  font-size: 12px;
  margin: 0;
}

.vendor-grid .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 576px) {
  .buyer-card {
    width: 160px;
  }
}

@media (min-width: 768px) {
  .buyer-card {
    width: 180px;
  }
}

.card {
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.img-avatar {
  margin-top: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: contain;
}

.card-title {
  font-size: 1.25rem;
  margin-bottom: 5px;
}

.card-text h5 {
  font-size: 1rem;
  margin-bottom: 5px;
}

.card-text p {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 10px;
}

.icon-link {
  display: inline-block;
  margin-top: 10px;
  color: #28a745;
  font-size: 1.25rem;
  transition: color 0.2s;
}

.icon-link:hover {
  color: #218838;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  margin: 0;
  padding: 20px;
}

.container-invitation{
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #009444;

}
.connections-container {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  width: 300px;
}

.connections-container h2 {
  margin-top: 0;
  font-size: 18px;
  color: #333;
}

.connection {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.connection:last-child {
  margin-bottom: 0;
}

.connection img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.connection-details {
  flex-grow: 1;
}

.connection-details p {
  margin: 0;
  line-height: 1.2;
}

.name {
  font-weight: bold;
  color: #333;
}

.role {
  color: #777;
}

.company {
  color: #aaa;
}

.status {
  width: 10px;
  height: 10px;
  background-color: #28a745; /* green color for active status */
  border-radius: 50%;
}



.connections-container {
  background-color: #fff;
  border: 1px solid #009444;
  border-radius: 8px;
  padding: 20px;
  width: 310px;
  height: 350px;
}

.connections-container h2 {
  margin-top: 0;
  font-size: 18px;
  color: #333;
}

.connection {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.connection:last-child {
  margin-bottom: 0;
}

.connection img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.connection-details {
  flex-grow: 1;
}

.connection-details p {
  margin: 0;
  line-height: 1.2;
}

.name {
  font-weight: bold;
  color: #333;
}

.role {
  color: #777;
}

.company {
  color: #aaa;
}

.status {
  width: 10px;
  height: 10px;
  background-color: #28a745; /* green color for active status */
  border-radius: 50%;
}
/* styles.css */


.exhibitor-details {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 500px;
  padding: 20px;
  box-sizing: border-box;
}



.contact-details {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.contact-details .title {
  margin: 10px 0 5px;
  font-size: 24px;
}

.contact-details .description {
  margin: 2px 0;
  color: #777;
}

.container-lg {
  width: 100%;
  padding-top: 50px;
}

.accordion-item {
  border: none;
}

.accordion-header {
  font-size: 18px;
  color: #4CAF50;
}

.accordion-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.accordion-body {
  padding: 15px;
}

.flag-country {
  display: flex;
  align-items: center;
  gap: 10px;
}

.category-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-list li {
  background: #f9f9f9;
  padding: 5px 10px;
  border-radius: 5px;
  color: #4CAF50;
  border: 1px solid #4CAF50;
}

.accordion-button:not(.collapsed) {
  color: #4CAF50;
}

.social-media {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.social-media a img {
  width: 27px;
  height: 27px;
}

.invite-form{
  .btn-invitation {
    display: inline-flex !important;
    align-items: center  !important;
    padding: 10px 20px  !important;
    font-size: 16px  !important;
    color: #333  !important;
    background-color: #fff  !important;
    border: 1px solid #4CAF50  !important;
    border-radius: 10px  !important;
    cursor: pointer  !important;
    outline: none  !important;
    transition: background-color 0.3s, border-color 0.3s  !important;
    text-decoration: none  !important;
    &:hover {
      background-color: transparent  !important;
      border-color: #45a049  !important;
    }
    img{
      width: 20px;
      height: 20px;
      margin-right: 10px;
    }
  }
}

.profile-container {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 400px;
  width: 100%;
}

.image-asset-profil img {
  border-radius: 50%;
}

.contact-details {
  text-align: center;
  margin-top: 20px;
}

.contact-details .title {
  font-size: 1.5em;
  margin: 0;
}

.contact-details .description {
  font-size: 1em;
  color: #888;
}

.accordion .accordion-header .accordion-button {
  background-color: #f8f9fa;
  color: #333;
  font-weight: bold;
}

.accordion .accordion-header .accordion-button:hover {
  background-color: #e9ecef;
}

.accordion .accordion-body {
  background-color: #fff;
  color: #333;
}

.accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.badge-country, .badge-media {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.badge-country .flag-country {
  font-size: 1em;
  color: #333;
}

.badge-media a {
  margin: 0 5px;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: rotate(-90deg);
}
