.rightContent {
  @media (max-width: 1150px) {
    margin-left: unset;
    justify-content: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1150px;
    width: 100%;
  }
  @media (max-width: 950px) {
    margin-top: 40px;
    margin-left: unset;
  }
}

@media (max-width: 1150px) {
  .contactListContainer {
    align-items: center;
  }
}

.helpForDropDownButOnlyVisibleInResponsiv {
  @media (max-width: 1940px) {
    display: none;
  }
  @media (max-width: 430px) {
    display: block;
  }
}

.topContactList {
  @media (max-width: 950px) {
    display: none;
  }
}

.headerLogo {
  @media (max-width: 540px) {
    padding-left: 30px;
  }
}

.headerRight {
  @media (max-width: 480px) {
    gap: 0px;
  }
  @media (max-width: 367px) {
    margin-right: 16px;
  }
}

.headerTitle {
  @media (max-width: 510px) {
    font-size: 16px;
  }
  @media (max-width: 430px) {
    display: none;
    font-size: 0px;
  }
}

.headerTitleContainer {
  @media (max-width: 510px) {
    width: 280px;
  }
  @media (max-width: 468px) {
    display: none;
  }
}

.headerHelpIconContainer {
  @media (max-width: 420px) {
    width: 32px;
  }
}

.header {
  @media (max-width: 400px) {
    justify-content: center;
    gap: 158px;
  }
  @media (max-width: 329px) {
    width: 333px;
    gap: 133px;
  }
}

.headerHelpIcon {
  @media (max-width: 430px) {
    display: none;
  }
}

.sidebarContainer {
  @media (max-width: 1150px) {
    display: none;
  }
}

.topBottomWrapper {
  @media (max-width: 540px) {
    width: 120px;
  }
}

.bottomContactList {
  @media (max-width: 530px) {
    width: 360px;
  }
  @media (max-width: 510px) {
    width: 330px;
  }
  @media (max-width: 400px) {
    width: 325px;
    font-size: 14px;
  }
  @media (max-width: 340px) {
    width: 293px;
    font-size: 14px;
  }
}

.contactListSingleContactItemProfilePicture {
  @media (max-width: 530px) {
    margin-left: 1px;
  }
}

.contactListSingleContactItemContainer {
  @media (max-width: 530px) {
    gap: 10px;
    width: 310px;
    margin-left: 8px;
  }
  @media (max-width: 445px) {
    gap: 5px;
    width: 298px;
    margin-left: 8px;
  }
  @media (max-width: 340px) {
    gap: 5px;
    width: 274px;
    margin-left: 8px;
  }
}

.seperatorLine {
  @media (max-width: 530px) {
    width: 290px;
  }
  @media (max-width: 340px) {
    width: 223px;
  }
}

.letterCategories {
  @media (max-width: 530px) {
    width: 160px;
  }
}

.sidebarBecomesFooter {
  display: none;
  @media (max-width: 1150px) {
    display: flex;
    max-width: 1150px;
    height: 62px;
    margin-left: 35px;
    margin-right: 28px;
    margin-top: 33px;
    justify-content: space-around;
    align-items: center;
    position: sticky;
    bottom: 0;
    background-color: white;
  }
  @media (max-width: 700px) {
    width: 530px;
  }
  @media (max-width: 600px) {
    width: 440px;
  }
  @media (max-width: 525px) {
    width: 370px;
  }
  @media (max-width: 420px) {
    gap: 54px;
    width: 380px;
    justify-content: center;
    margin-left: 5px;
  }
  @media (max-width: 400px) {
    width: 290px;
    gap: 50px;
    margin-left: 33px;
  }
  @media (max-width: 367px) {
    gap: 34px;
    margin-left: 17px;
  }
  @media (max-width: 348px) {
    margin-left: 8px;
    gap: 30px;
  }
}

.linkContainerForResponsivFooter {
  display: flex;
  flex-direction: row;
}

.footerMenuAtResponsiv {
  width: 24px;
  height: 24px;
  margin-left: 22px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  color: #42526e;
  position: sticky;
  bottom: 0;
  background-color: white;
}

.textForResponsivFooter {
  width: 67px;
  font-size: 15px;
}

.boardTextResponsiv {
  margin-left: 23px;
}

.contactDetailsContainer {
  @media (max-width: 1150px) {
    display: none;
  }
}

.personAddBtnForResponsiv {
  border-radius: 10px;
  background-color: #4589ff;
  border: #4589ff;
  height: 64px;
  width: 64px;
  display: none;
  @media (max-width: 950px) {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10%;
    margin-right: 8px;
  }
}

.btnForResponsivContactAtWidth950PX {
  display: flex;
  justify-content: flex-end;
  /* align-items: flex-end; */
  position: relative;
  height: 100%;
}

.contactInfoAndBlueArrowLeft {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 24px;
  margin-right: 24px;
}

.contactListInformation {
  color: black;
  font-size: 19px;
  font-weight: 700;
  margin-top: 6px;
}

.circleWithFirstLettersOfFirstAndLastName {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: darkgreen;
  color: white;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.firstLetterFromFirsAndLastName {
  font-size: 27px;
  font-weight: 400;
}

.circleFirstLetterAndName {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-left: 24px;
  margin-right: 24px;
}

.nameOfSpecificContact {
  font-size: 33px;
  font-weight: 400;
}

.emailAndLinkForSpecificContact {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: 24px;
  margin-right: 24px;
}

.emailTextInOverlay {
  font-size: 19px;
  font-weight: 700;
}

.phoneAndSpecificNumber {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: 24px;
  margin-right: 24px;
}

.PhoneNumberForOverlayContact {
  font-size: 19px;
  font-weight: 700;
}

.blueThreePointBtn {
  margin: 100px 8px 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  @media (max-width: 1150px) {
    margin: 0 8px 0 0;
  }
}

.threePointsBlueBtn {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background-color: #4589ff;
  border: #4589ff;
  margin-top: 100px;
}

.blueLeftArrow {
  cursor: pointer;
}

#dropDownMenuForSpecialContact {
  display: none;
  position: absolute;
  right: 24px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  background-color: white;
  padding: 10px;
  width: 120px;
  border-radius: 20px 20px 20px 0px;
  box-shadow: 1px 2px 10px #a8a8a8;
  margin-right: 150px;
  @media (max-width: 1150px) {
    margin: 0px 150px 0 0;
  }
}

.contactDetailsOverlayForMaxWitdh950PX {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 21px;
  background-color: white;
  width: 100%;
  height: 100vh;
}

#dropDownMenuForSpecialContact.show {
  transform: translateX(0);
}

.editAndSpanTextForSpecialContactInfo {
  width: 29px;
  padding: 8px;
  height: 19px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.deleteandSpanTextForSpecialConactInfo {
  width: 29px;
  padding: 8px;
  height: 19px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.spanInspecialContactDiv {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1150px) {
  .popUpEditContact {
    max-width: 500px;
    width: 100%;
  }
}
