body {
  font-family: "Segoe UI", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#contactContainer {
  color: rgb(27, 27, 27) !important;
  font-size: 15px;
  margin-top: 30px;
}
#contactContainer a {
  text-decoration: none;
  color: #1b1b1b;
}
#contactContainer a:hover {
  text-decoration: underline;
}
#contactContainer i {
  color: rgba(17, 17, 17, 0.7);
}

.profile-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  background-color: #f6f6f8;
}
.profile-card img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-card .profile-body {
  padding: 25px;
}
@media (max-width: 768px) {
  .profile-card .profile-body {
    padding: 18px;
  }
}
.profile-card .profile-body .profile-title {
  color: rgb(27, 27, 27);
  display: block;
  text-transform: inherit;
  text-align: inherit;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.33;
}
.profile-card .profile-body .btn-custom {
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-card .profile-body .btn-blue,
.profile-card .profile-body .btn-green {
  font-weight: bold;
  font-size: 14px;
  border-radius: 24px;
  padding: 10px 15px;
  line-height: 1.32;
  color: #fff;
  font-style: normal;
  text-transform: none;
  --bs-btn-border-color: none !important;
}
.profile-card .profile-body .btn-blue:hover,
.profile-card .profile-body .btn-green:hover {
  opacity: 0.8;
  color: #fff;
  font-style: normal;
  text-transform: none;
  --bs-btn-border-color: none !important;
}
.profile-card .profile-body .btn-blue {
  background-color: rgb(25, 123, 255);
}
.profile-card .profile-body .btn-blue:hover {
  background-color: rgb(25, 123, 255);
}
.profile-card .profile-body .btn-green {
  background-color: rgb(20, 198, 86);
}
.profile-card .profile-body .btn-green:hover {
  background-color: rgb(20, 198, 86);
}
.profile-card .profile-body .info-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.profile-card .profile-body .info-row .info-icon {
  width: 22px;
  text-align: center;
  margin-right: 10px;
  font-size: 1rem;
  margin-top: 2px;
  color: rgba(17, 17, 17, 0.7);
}
.profile-card .profile-body .today {
  font-weight: bold;
  color: black;
}
.profile-card .profile-body .dropdown .dropdown-toggle {
  padding: 0;
  background: transparent;
  border: none;
  font-size: 1rem;
  color: rgb(14, 139, 37);
}
.profile-card .profile-body .dropdown .dropdown-toggle::after {
  display: none;
}
.profile-card .profile-body .dropdown .dropdown-toggle:hover {
  text-decoration: underline;
}
.profile-card .profile-body .dropdown .dropdown-menu {
  min-width: 250px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}/*# sourceMappingURL=small-contacts-card.css.map */