.main-logo-img {
  width: 100px;
  height: auto;
  z-index: 10;
  position: absolute;
  top: 80px;
  left: 77px;
  transition: width 100ms ease-in-out, top 100ms ease-in-out,
    left 100ms ease-in-out;
}

.person-icon {
  width: 24px;
  height: 24px;
}

.visibility-off-icon {
  cursor: pointer;
}

#btn-sign-up:disabled {
  color: #666;
  cursor: not-allowed;
}

#btn-form:disabled {
  color: #666;
  cursor: not-allowed;
}

.mobile-contact-profil-btn-edit {
  width: 62px;
  height: 24px;
  display: flex;
  gap: 8px;
  background-color: white;
  align-items: center;
  border: none;
  cursor: pointer;
}

.contact-profil-btn-edit {
  width: 62px;
  height: 24px;
  display: flex;
  gap: 8px;
  background-color: #f6f7f8;
  align-items: center;
  border: none;
  cursor: pointer;
}

.contacts-button-add-new-contact {
  width: 352px;
  height: 56px;
  top: 22.5px;
  left: 52px;
  border-radius: 10px;
  border-width: 1px;
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 16px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
  cursor: pointer;
}

.contact-profil-btn-delete {
  width: 81px;
  height: 24px;
  display: flex;
  gap: 8px;
  align-items: center;
  background-color: #f6f7f8;
  border: none;
  cursor: pointer;
}

.mobile-profil-btn-delete {
  width: 62px;
  height: 24px;
  display: flex;
  gap: 8px;
  background-color: white;
  align-items: center;
  border: none;
  cursor: pointer;
}

.mobile-contact-profil-btns-container {
  position: fixed;
  bottom: 30px;
  right: -150px;
  width: 116px;
  height: 100px;
  background-color: white;
  border-radius: 20px 20px 20px 10px;
  z-index: 998;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transition: right 0.3s ease-in-out;
}

.mobile-contact-profil-btns-container.slide-in {
  right: 20px;
}


.cancel-btn {
  width: 126px;
  height: 57px;
  display: flex;
  gap: 4px;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #2a3647;
  justify-content: space-evenly;
  align-items: center;
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  color: #2a3647;
  cursor: pointer;
}

.delete-btn {
  width: 113px;
  height: 57px;
  display: flex;
  gap: 10px;
  padding: 15px 24px 15px 24px;
  border-radius: 10px;
  border: 1px solid #2a3647;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  line-height: 120%;
  font-weight: 400;
  color: #2a3647;
  cursor: pointer;
}

.create-contact-btn {
  display: flex;
  gap: 4px;
  width: 214px;
  height: 57px;
  padding: 16px;
  border-radius: 10px;
  background-color: #2a3647;
  justify-content: space-evenly;
  align-items: center;
  font-weight: 700;
  font-size: 21px;
  color: #ffffff;
  cursor: pointer;
}

.save-contact-btn {
  display: flex;
  gap: 4px;
  width: 111px;
  height: 57px;
  padding: 16px;
  border-radius: 10px;
  background-color: #2a3647;
  justify-content: space-evenly;
  align-items: center;
  font-weight: 700;
  font-size: 21px;
  color: #ffffff;
  cursor: pointer;
}