.body-contacts {
  overflow-x: hidden;
  --width-contacts-overview: 456px;
}

.bg-contact-list {
  position: absolute;
  top: var(--height-header);
  left: var(--width-sidebar);
  height: calc(100% - var(--height-header));
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  width: var(--width-contacts-overview);
  background-color: white;
  box-shadow: 4px 0px 6px 0px #00000014;
  overflow-y: auto;
}

.wrapper-contact-list {
  margin-left: 28px;
  padding: 0px 24px;
}

.ctn-btn-contact-list {
  position: sticky;
  top: 0px;
  background-color: white;
  padding-top: 24px;
  padding-bottom: 24px;
}

.btn-add-contact-db {
  position: sticky;
  top: 100px;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.btn-contact-mobile {
  position: fixed;
  height: 56px;
  width: 56px;
  display: none;
  justify-content: center;
  align-items: center;
  bottom: 24px;
  right: 36px;
  background-color: #2a3647;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.btn-contact-mobile:hover {
  cursor: pointer;
  background-color: #29abe2;
}

.contact-list-initial-letter {
  font-size: 20px;
  padding: 11px 39px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.contact-list-separator {
  border: 1px solid #d1d1d1;
  margin-top: 8px;
  margin-bottom: 8px;
}

.contact-list-single-contact {
  display: flex;
  align-items: center;
  padding: 15px 24px;
  border-radius: 10px;
  gap: 35px;
}

.contact-list-single-contact:hover {
  cursor: pointer;
  background: linear-gradient(180deg, #f9f9f9 0%, #f0f0f0 100%);
}

.contact-list-single-contact-acronym {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  font-size: 12px;
  color: white;
  background-color: #ff7a00;
  border-radius: 50%;
  border: 2px solid white;
}

.contact-list-single-contact-name {
  font-size: 20px;
}

.contact-list-single-contact-mail {
  color: #007cee;
}

.contacts-no-contacts {
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #42526e;
  margin-top: 40px;
}

.ctn-content-contacts {
  left: calc(
    var(--margin-left-content) + var(--width-contacts-overview)
  ) !important;
  /* height: 100%; */
}

.headline-contacts {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.headline-separator {
  height: 59px;
  width: 3px;
  background-color: #29abe2;
}

.headline-contacts span {
  font-size: 27px;
}

.wrapper-contact-details {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  overflow: auto;
  transition: 100ms;
}

.contact-arrow-return {
  position: absolute;
  top: 0;
  right: 0;
}

.contact-arrow-return:hover {
  cursor: pointer;;
}

.ctn-contacts-details-name {
  display: flex;
  align-items: center;
  gap: 54px;
}

.contacts-detail-acronym {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  font-size: 47px;
  font-weight: 500;
  color: white;
  background-color: #ff7a00;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 0px #0000001a;
}

.ctn-contacts-details-name-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 13px;
}

.contacts-detail-name {
  font-size: 47px;
  font-weight: 500;
}
.ctn-contacts-detail-edit-delete {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.contacts-detail-edit-delete-container {
  display: flex !important;
}

.d-flex {
  display: flex !important;
}

.contacts-detail-edit-delete {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 8px;
  cursor: pointer;
}

.contacts-detail-edit-delete:hover {
  cursor: pointer;
  color: #29abe2;
  font-weight: bold;
}

.contacts-detail-edit-delete img {
  height: 18px;
}

.contacts-detail-edit-delete span {
  width: 48px;
}

.contacts-detail-subheadline {
  font-size: 20px;
  margin-top: 59px;
  margin-bottom: 42px;
}

.ctn-contacts-detail-mail-phone {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.contacts-detail-mail-phone {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contacts-detail-mail-phone span {
  font-weight: 700;
}

.contacts-detail-mail {
  color: #007cee;
}

.overlay-contacts-submenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background-color: transparent;
  cursor: pointer;
}

.ctn-contacts-submenu {
  position: absolute;
  right: var(--margin-right-content);
  bottom: 24px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: white;
  border-radius: 20px 20px 0 20px;
  padding: 24px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.ctn-contacts-submenu img {
  margin-right: 8px;
}

.pop-up-contacts {
  position: absolute;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2a3647;
  color: white;
  font-size: 20px;
  font-weight: 400;
  padding: 24px 32px;
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px #0000001a;
  transition: 200ms;
}

.translate-x {
  transform: translateX(800px);
}


.translate-xanother {
  transform:translateY(-50%);
}

.translate-y {
  transform: translateY(50%);
}

.no-transition {
  transition: none !important;
}

.mt-42 {
  margin-top: 42px;
}

#confirmationModal {
  position: fixed;
  top: 50%;
  left: 46%;
  transform: translate(35%, -118%);
  background-color: rgb(246,247,248);
  padding: 20px;
  border: 1px solid #ccc;
  z-index: 1000;
  border-radius: 15px;
  height: 76px;
}

#confirmationModal p {
  margin-bottom: 10px;
}

.modal-content {
  text-align: center;
}

#confirmDelete,
#cancelDelete {
  margin: 7px;
  cursor: pointer;
  color: white;
  background-color: #2a3647;
  border-radius: 5px;
  width: 45px;
  height: 26px;
}
