body {
  margin: 0;
}

.hide {
  display: none !important;
}

.noTextDeco {
  text-decoration: none;
  color: #29abe2;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.centerCopy {
  display: flex;
  align-items: center;
}

.textGrey {
  color: rgba(168, 168, 168, 1);
}

.show {
  display: flex !important;
}

.iconSearch {
  margin-left: -60px;
  height: 24px;
  width: 24px;
  border-left: solid 1px rgba(209, 209, 209, 1);
  padding-left: 16px;
  cursor: pointer;
}

.navBar {
  background-color: #2a3647;
  display: flex;
  flex-direction: column;
  font-family: Inter;
  width: 232px;
  min-width: 232px;
  height: calc(100vh - 128px);
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  justify-content: space-between;
  position: fixed;
}

.filler {
  width: 232px;
  min-width: 232px;
  height: 100vh;
}

.LogoNavImg {
  height: 120px;
  width: 100px;
}

.navIcon {
  width: 25px;
  height: 25px;
  color: #cdcdcd;
}

.navBarMenu {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  align-items: center;
}

.menuLinkDiv {
  width: 100%;
}

.menuLink {
  color: #cdcdcd;
  text-decoration: none;
  font-family: Inter;
  font-size: 16px;
  height: 46px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-left: 56px;
  gap: 8px;
}

.active {
  color: #ffffff;
  background-color: #091931;
  width: 100%;
}

.linkActive {
  color: #ffffff;
}

.widthFull {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

header {
  background-color: #fff;
  height: 96px;
  flex: 1;
  max-width: calc(100vw - 232px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.headline {
  margin-left: 116px;
  font-size: 20px;
}

.headerIconDiv {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.userIcon {
  width: 52px;
  height: 52px;
  margin-right: 40px;
  border: solid 3px black;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #29abe2;
  font-size: 22px;
  font-weight: 600;
  user-select: none;
}

.userIcon:hover {
  cursor: pointer;
}

.helpIcon {
  background-image: url(../assets/icons/help.png);
  width: 20px;
  height: 20px;
}

.grow {
  flex: 1;
  max-width: calc(100vw - 232px);
  overflow-y: auto;
}

.addPersonIcon {
  height: 30px;
}

.delteEditIcon {
  width: 24px;
  height: 24px;
}

.overlayLogo {
  width: 53.93px;
  height: 66.48px;
}

.marginTopContact {
  margin-top: 74px;
}

.contactCheckIcon {
  width: 15.49px;
  height: 11.22px;
}

.contactCloseIcon {
  position: absolute;
  height: 32px;
  width: 32px;
  right: 0;
  top: 48px;
  border-radius: 99px;
  padding: 4px;
  transition: 0.1s;
}

.contactCloseIcon:hover {
  background-color: rgb(239, 239, 239);
  cursor: pointer;
}

.contactInputIcon {
  position: absolute;
  height: 24px;
  right: 21px;
}

.paddingLogoOverlay {
  padding-top: 154px;
}

.addContactPersonIcon {
  height: 42.67px;
  width: 42.67px;
}

.personIconBg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(218, 218, 218);
  border: 3px solid #ffffff;
  box-shadow: 0 0 2px 1.5px rgba(0, 0, 0, 0.073);
  border-radius: 99px;
  height: 120px;
  width: 120px;
  margin-top: 204px;
  margin-right: 70.36px;
}

.addContactCancelIcon {
  height: 24px;
  width: 24px;
}

.addTaskCancelIcon {
  height: 32px;
  width: 32px;
  border-radius: 99px;
  padding: 4px;
  transition: 0.1s;
}

.addTaskCancelIcon:hover {
  background-color: rgb(239, 239, 239);
  cursor: pointer;
}

.marginSummary {
  margin-left: 96px;
  margin-top: 100px;
}

.subHeadlineColor {
  color: #2a3647;
}

.urgentIcon {
  width: 34.19px;
  margin-bottom: 3px;
}

.popup {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(42, 54, 71, 1);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: white;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: top 0.5s ease-out;
}

.popup.slide {
  top: 50%;
  opacity: 1;
  visibility: visible;
  padding: 20px;
}

.editMobile {
  flex-direction: column;
  align-items: center;
}

.portionMobile {
  width: 90% !important;
}

.w600 {
  width: 600px !important;
  gap: 0 !important;
}

.w600.addTaskButtonContainer {
  padding-top: 0;
}
