@font-face {
  font-family: "Product Sans";
  src: url("/font/regular.ttf");
  font-weight: 500;
}
* {
  font-family: "Product Sans";
}
.homePageContainer {
  padding: 50px 72px;
  gap: 40px;
}
.heroContainer {
  background: url("../../../assets/HeroBg.svg") no-repeat;
  /* background-size: cover; */
  background-size: contain;
  height: 51vh;
  display: flex;
  justify-content: center;
  align-items: end;
}
.imgBgRing {
  width: 139px;
  height: 139px;
  background-color: #fff;
  display: flex;
  border-radius: 50%;
  padding: 5px;
}
.imgBgRing img {
  border-radius: 50%;
}
.heroContainer div {
  gap: 4px;
}
.heroContainer h2 {
  color: #000;
  text-align: center;
  font-family: "Product Sans";
  font-size: 32px;
  font-weight: 400;
  margin-top: 7px;
}
.heroContainer p {
  color: #000;
  font-family: "Product Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
  width: 70%;
  text-align: center;
  /* border: 1px solid red; */
}
.taskAndSessionSection {
  gap: 20px;
  padding: 0 59px;
}
.taskTodo {
  padding-top: 23px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 318px;
}
.taskTodo h1 {
  padding-left: 20px;
  color: #000;
  font-family: "Product Sans";
  font-size: 32px;
  font-weight: 400;
}
.taskTodo > p {
  width: 75%;
  line-height: 1.4;
  padding-left: 20px;
  color: #000;
  font-family: "Product Sans";
  font-size: 16px;
  font-weight: 400;
}
.taskRow {
  overflow-y: auto;
}
.taskRow div > p {
  color: #000;
  font-family: "Product Sans";
  font-size: 16px;
  font-weight: 400;
}
.taskRow2 div {
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid #d5d5d5;
  cursor: pointer;
}
.taskRow2 div > h1:nth-child(1) {
  text-transform: capitalize;
}
.taskRow2 div > h1 {
  color: #000;
  font-family: "Product Sans";
  font-size: 14px;
  font-weight: 500;
}

.taskRow2 div:last-child {
  border-bottom: none;
}
.taskRow > div {
  padding: 10px 20px;
  border-bottom: 1px solid #d5d5d5;
  cursor: pointer;
}
.taskRow > div:last-child {
  border-bottom: none;
}
.taskRow div div {
  width: 70%;
  gap: 19px;
}
.taskRow div div p {
  color: #000;
  font-family: "Product Sans";
  font-size: 16px;
  font-weight: 400;
}
.taskRow div div div {
  width: 30px;
  height: 30px;
  background-color: #d9d9d9;
  border-radius: 50%;
}

.mac p {
  color: #177b5d !important;
}
.android p {
  color: #818181 !important;
}
.windows p {
  color: #ff8f50 !important;
}
.aboutYou {
  padding: 0 59px;
}
.aboutContainer {
  padding: 23px 0px;
}
.aboutContainer {
  height: auto;
}
.aboutAddLinksContainer {
  padding: 0 20px;
  gap: 20px;
  /* margin-top: 10px; */
}
.aboutAddLinksContainer p {
  color: #4281fc;
  border: 1px solid #4281fc;
  font-family: "Product Sans";
  font-size: 16px;
  padding: 4px 11px;
  border-radius: 4px;
  font-weight: 400;
  transition: 0.3s ease-in;
  cursor: pointer;
  text-transform: capitalize;
}
.aboutAddLinksContainer p:hover {
  background-color: #cdf;
  border: 1px solid #cdf;
}
.taskTodo2 {
  height: auto;
  padding: 23px 0;
}
.taskRow2 div h1 strong {
  color: #000;
  font-family: "Product Sans";
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.taskRow2 div h1 > p {
  color: #7c7c7c;
  font-family: "Product Sans";
  font-size: 14px;
  font-weight: 400;
  border: none !important;
  text-align: left;
  padding-left: 0px !important;
}
.taskRow2 div h1:nth-child(1) {
  width: 30%;
}
.taskRow2 div h1:nth-child(2) {
  width: 60%;
  text-align: left;
  line-height: 1.4;
}
.taskRow2 div section {
  display: flex;
  align-items: center;
  gap: 10px;
}
.taskRow div:hover div div {
  background-color: #1a73e8;
  transition: 0.3 ease-in;
}
.mainCardContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.card {
  height: 242px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 30px 35px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  transition: 0.3s ease-in;
  cursor: pointer;
}
.card:hover {
  background-color: #efefef;
}
.card:active {
  border: 1px solid #333;
  background-color: #efefef;
}
.card img {
  width: 120px;
}
.card div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.card div p:nth-child(1) {
  background-color: #d1e3fa;
  color: #1a73e8;
  width: fit-content;
  padding: 3px 10px;
  font-family: "Product Sans";
  font-size: 12px;
  border-radius: 17px;
  cursor: pointer;
  font-weight: 400;
}
.managePara {
  color: #000;
  font-family: "Product Sans";
  font-size: 12px;
  font-weight: 400;
}
.card div h1 {
  color: #000;
  font-family: "Product Sans";
  font-size: 24px;
  font-weight: 400;
}
.greetingMSG2 {
  display: none;
}
.greetingContainer {
  transition: 0.9s ease-in;
}
.greetingContainer:hover .greetingMSG {
  display: none;
}
.greetingContainer:hover .greetingMSG2 {
  display: block;
}
.taskRow2 div {
  width: 100%;
}
.taskRow2 div h1 {
  gap: 10px;
}
.taskRow2 div h1 img {
  width: 6%;
}
.colorRow:hover {
  transition: 0.2s ease-in;
  background-color: #f3f7ff !important;
}
.taskRow div {
  transition: 0.3s ease-in;
}
.taskRow > div:hover {
  background-color: #cdf;
  transition: 0.3 ease-in;
}
.taskRow2 > div {
  transition: 0.3s ease-in;
}
.taskRow2 > div:hover {
  transition: 0.3 ease-in;
  background-color: #cdf;
}
/* modal style */
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.3s ease;
  justify-content: center;
  align-items: center;
}

/* Modal Content */
.modal-content {
  border-radius: 12px;
  border: 1px solid #c9c9c9;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 44px 50px;
  width: 40%;
  transition: 0.4s ease;
  gap: 39px;
}
.modal-content img {
  width: 20px;
  height: 20px;
}
/* When modal is shown */
.modal.show {
  display: flex;
  opacity: 1; /* Make the modal fully visible */
}

/* The Close Button */
.close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.innerModalContent {
  display: flex;
  flex-direction: column;
  gap: 39px;
}
.innerModalContent p {
  color: #000;
  font-family: "Product Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.innerModalContent input,
.innerModalContent textarea {
  padding: 13px 10px;
  border-radius: 6px;
  border: 0.5px solid #d9d9d9;
  background: #eee;
  font-size: 20px;
  transition: 0.3s ease-in;
  color: #323232;
  font-family: "Product Sans";
  font-size: 16px;
  font-weight: 400;
  resize: none;
}

.innerModalContent input:hover,
.innerModalContent textarea:hover {
  background: #f8f8f8;
}
.innerModalContent input:focus,
.innerModalContent textarea:focus {
  outline: none;
  background: #fff;
}
.innerModalContent select {
  height: 47px;
  padding: 0 10px;
  border-radius: 6px;
  border: 0.5px solid #d9d9d9;
  background: #eee;
  transition: 0.3s ease-in;
}
.innerModalContent select option {
  text-transform: uppercase !important;
  color: red;
}
.innerModalContent select:hover {
  background: #f8f8f8;
}
.innerModalContent select:focus {
  outline: none;
  background: #fff;
}
.innerModalContent div {
  display: flex;
  gap: 20px;
}
.innerModalContent button {
  padding: 2px 11px;
  border-radius: 4px;
  border: 1px solid #4281fc;
  background: #4281fc;
  color: #fff;
  text-align: center;
  font-family: "Product Sans";
  font-size: 16px;
  font-weight: 400;
  width: 122px;
  height: 36px;
  cursor: pointer;
  transition: 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.innerModalContent button:nth-child(2) {
  background: transparent;
  color: #333;
  border: none;
}
.innerModalContent button:hover {
  background: #6499ff;
  border: 1px solid #6499ff;
}
.innerModalContent button:nth-child(2):hover {
  border: none;
  background-color: #f8f8f8;
}
.innerModalContent button:nth-child(2):active {
  background-color: #eee;
}
#workParentModalContainer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#workParentModalContainer div {
  display: flex;
  flex-direction: column !important;
  gap: 10px;
}
#workParentModalContainer div p {
  font-size: 14px;
}
#workParentModalContainer #startAndEnd {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
}
#workParentModalContainer #startAndEnd div {
  width: 50%;
}
#workParentModalContainer #still {
  display: flex !important;
  flex-direction: row !important;
}
#workParentModalContainer #still label {
  font-size: 14px;
}
.loader {
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
