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

.profile-card {
  max-width: 650px;
  background-color: #f6f6f8 !important;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 440px;
}
.profile-card img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-card .profile-body {
  color: #000;
  padding: 25px;
}
.profile-card .profile-body .profile-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.profile-card .profile-body .btn-custom {
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  background-color: rgb(25, 123, 255);
  padding: 6px 14px;
  margin-bottom: 10px;
}
.profile-card .profile-body .btn-custom i {
  margin-right: 8px;
}
.profile-card .profile-body .btn-custom:hover {
  opacity: 0.8;
  background-color: rgb(25, 123, 255);
  color: #fff;
}
.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: rgb(25, 123, 255);
}
.profile-card .profile-body .info-row a {
  color: #000;
  text-decoration: none;
}
.profile-card .profile-body .dropdown .dropdown-toggle {
  padding: 0;
  background: transparent;
  border: none;
  font-size: 1rem;
  color: rgb(40, 201, 82);
}
.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);
}
.profile-card .profile-body .dropdown .open-status {
  color: rgb(40, 201, 82);
}
.profile-card .profile-body .today {
  font-weight: bold;
  color: #000;
}/*# sourceMappingURL=contact-info.css.map */