* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.musice-brand {
  display: block;
  background-color: rgb(43, 105, 101);
}

.barbers-brand {
  display: block;
  background-color: rgb(17, 17, 17);
}

.doctors-brand {
  display: block;
  background-color: rgb(217, 249, 250);
}

.user-profile {
  border: 1px solid #d8d8d8;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.user-profile.two {
  width: 100%;
  height: 204px;
  border-radius: 15px;
}
.user-profile.two img {
  width: 100%;
}
.user-profile.three {
  border-radius: 0;
  width: 100%;
  height: auto;
  border: 0;
  margin-bottom: 0 !important;
}

.user-name {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 5px;
  transition: 0.3s all;
}
.user-name:hover {
  text-decoration: underline;
}

.desginastion {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 1;
  color: #000;
}

.user-email {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #197bff;
  text-decoration: none;
  transition: 0.3s all;
}
.user-email:hover {
  text-decoration: underline;
}

.user-phone {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #197bff;
  text-decoration: none;
  transition: 0.3s all;
}
.user-phone:hover {
  text-decoration: underline;
}

.user-info {
  font-size: 12px;
  line-height: 20px;
  color: #000;
  padding-right: 6px;
  cursor: pointer;
  margin-top: 20px;
  opacity: 0.4;
  transition: opacity 0.3s;
  border: none;
}
.user-info:hover {
  opacity: 1;
}

.custom-width {
  max-width: 960px;
  width: 100%;
}
.custom-width .btn-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(231, 231, 231, 0.95);
  color: rgba(17, 17, 17, 0.7);
  font-size: 12px;
  z-index: 999;
}
.custom-width .btn-close:hover {
  background-color: rgba(231, 231, 231, 0.95);
}

@media (max-width: 575px) {
  .user-image-pop.w-50 {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .user-info-pop.w-50 {
    width: 100% !important;
  }
}

.city-btn {
  margin: 5px;
  padding: 8px 16px;
  color: #000;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 2px !important;
  opacity: 0.5;
}
.city-btn.active {
  background-color: rgba(0, 0, 0, 0.06) !important;
  color: rgb(17, 17, 17);
  opacity: 1;
}
.city-btn:hover {
  color: #000;
  opacity: 1;
}

.musice-card .music-content {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: end;
  flex-direction: column;
  z-index: 1;
  transition: 0.3s all;
}
.musice-card .music-content .user-name {
  color: #fff;
}
.musice-card .music-content .desginastion {
  color: #fff;
}
.musice-card .music-content .user-info {
  color: #fff;
}
.musice-card .music-content::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(rgba(34, 34, 34, 0), rgb(34, 34, 34));
  z-index: -1;
}
.musice-card:hover .music-content {
  top: 0;
}

#modal-quotes {
  background: linear-gradient(rgba(34, 34, 34, 0), rgb(34, 34, 34));
}

.bg-color {
  background-color: rgb(52, 24, 122);
}

.card-bg {
  background-color: rgb(59, 47, 144);
}/*# sourceMappingURL=team-showcase.css.map */