main {
  overflow-x: hidden;
}

.contact-info {
  min-width: 461px;
  height: auto;
  position: absolute;
  top: 215px;
  left: 518px;
  display: flex;
  flex-direction: column;
  gap: 21px;
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.contact-info.info-hide {
  transition: none;
  opacity: 0;
  transform: translateX(100vw);
}

.contact-item {
  width: 352px;
  min-height: 78px;
  padding: 15px 24px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 35px;
  cursor: pointer;
}

.info-initial-name {
  min-width: 461px;
  min-height: 120px;
  display: flex;
  align-items: center;
  gap: 54px;
}

.info-initial {
  width: 120px;
  height: 120px;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  box-sizing: border-box;
  border: 2px solid white;
  font-size: 47px;
  font-weight: 500;
}

.info-name-button {
  min-width: 287px;
  min-height: 88px;
  gap: 8px;
}

.info-name {
  max-width: 287px;
  min-height: 56px;
  font-size: 47px;
  font-weight: 500;
}

.info-buttons {
  width: 159px;
  height: 24px;
  display: flex;
  justify-content: space-between;
}

.info-edit {
  width: 62px;
  height: 24px;
  border: none;
  background-color: inherit;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.blue-btn-hover:hover .selected-contact-img {
  filter: brightness(0) saturate(100%) invert(57%) sepia(66%) saturate(2785%)
    hue-rotate(167deg) brightness(103%) contrast(77%);
}

.blue-btn-hover:hover {
  color: #29abe2;
}

.info-delete {
  width: 81px;
  height: 24px;
  border: none;
  background-color: inherit;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.info-text {
  max-width: 207px;
  height: 74px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
}

.info-email-phone {
  min-width: 140px;
  height: 128px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.info-email {
  min-width: 140px;
  height: 53px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.info-email span {
  font-size: 16px;
  font-weight: 700;
}

.info-email a {
  text-decoration: none;
  color: rgb(38, 107, 255);
}

.info-phone {
  min-width: 140px;
  height: 53px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.info-phone span:first-child {
  font-size: 16px;
  font-weight: 700;
}