.topPart {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topPart .leftSide {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.topPart .leftSide h1 {
  font-size: 18px;
}
.topPart .form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.topPart .form .inputWrapper {
  display: flex;
  min-width: 200px;
  height: 56px;
  border-radius: 16px;
  border: 1px solid rgba(33, 104, 176, 0.2);
  background: #ffffff;
  padding: 0 16px;
  position: relative;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  font-size: 18px;
}

.inputWrapper input {
  background-color: transparent;
  outline: none;
  border: none;
  color: #1e1e1e;
  width: 100%;
  font-size: 18px;
  padding-right: 38px;
}
.topPart .form .inputWrapper input::placeholder {
  color: #1e1e1e;
}
.inputWrapper svg {
  position: absolute;
  right: 9px;
  width: 20px;
  top: 8px;
}
.form select {
  display: flex;
  width: 140px;
  height: 56px;
  border-radius: 10px;
  border: 1px solid rgba(33, 104, 176, 0.2);
  background: #ffffff;
  padding: 0 10px;
  color: #1e1e1e;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  font-family: "switzerRegular";
  font-size: 18px;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* flex-wrap: wrap; */
  gap: 20px;
  width: 100%;
}

.ClientData {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.ClientData img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(44, 123, 214);
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}
.ClientData h1 {
  font-size: 14px;
}

.bottomPart {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 26px;
}
.bottomPart .leftSide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  width: 30%;
}
.bottomPart .leftSide .leftSide_topPart {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.bottomPart .leftSide .leftSide_topPart .container {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(33, 104, 176, 0.24);
  border-radius: 12px;
}

.userInformation_profileData__jh_Mf {
  padding: 14px !important;
}
.bottomPart .leftSide .leftSide_bottomPart {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.bottomPart .leftSide .leftSide_bottomPart .leftSide_bottomPart_Media {
  width: 100%;
  height: 132px;
  background-color: #fbfdff;
  box-shadow: 0 2px 10px 0 rgba(33, 104, 176, 0.24);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  overflow-y: auto;
}
.bottomPart .leftSide .leftSide_bottomPart .leftSide_bottomPart_Media img {
  border-radius: 10px;
  object-fit: contain;
  background-color: #cbe5ff;
  cursor: pointer;
  transition: 0.3s;

  &:hover {
    opacity: 0.8;
  }
}
.bottomPart .leftSide .leftSide_bottomPart .leftSide_bottomPart_Media a {
  border-radius: 10px;
  object-fit: contain;
  background-color: #cbe5ff;
  width: 100px;
  height: 100px;
}
.bottomPart .leftSide .leftSide_bottomPart .leftSide_bottomPart_Media a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bottomPart .rightSide {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.bottomPart .rightSide .rightSide_topPart {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 22px;
}
.bottomPart .rightSide .rightSide_topPart .rightSide_topPart_leftSide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  width: 30%;
}
.bottomPart .rightSide .rightSide_topPart .rightSide_topPart_leftSide .content {
  width: 100%;
  background-color: #fbfdff;
  box-shadow: 0 2px 10px 0 rgba(33, 104, 176, 0.24);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.bottomPart
  .rightSide
  .rightSide_topPart
  .rightSide_topPart_leftSide
  .content
  img {
  border-radius: 50px;
  width: 70px;
  height: 70px;
  object-fit: cover;

  border: 1px solid rgb(22 49 235);
  padding: 2px;
  box-shadow: 0 0 5px 0 rgb(21 47 229);
}
.bottomPart
  .rightSide
  .rightSide_topPart
  .rightSide_topPart_leftSide
  .content
  h1 {
  color: #3948b9;
}
.bottomPart .rightSide .rightSide_topPart .rightSide_topPart_rightSide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  gap: 12px;
}
.bottomPart
  .rightSide
  .rightSide_topPart
  .rightSide_topPart_rightSide
  .listOfSkills {
  width: 100%;
  background-color: #fbfdff;
  box-shadow: 0 2px 10px 0 rgba(33, 104, 176, 0.24);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 12px;
  max-height: 200px;
  overflow-y: auto;
}
.bottomPart
  .rightSide
  .rightSide_topPart
  .rightSide_topPart_rightSide
  .listOfSkills
  > .card {
  width: 220px;
  padding: 0.5rem;
  border: 1px solid #152fe4;
  border-radius: 10px;
}
.bottomPart
  .rightSide
  .rightSide_topPart
  .rightSide_topPart_rightSide
  .listOfSkills
  > .card
  > p
  > span {
  color: #3948b9;
  font-weight: 600;
}

.bottomPart .rightSide .rightSide_bottomPart {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  height: 490px;
}

.updatedBtn,
.deletedBtn,
.suspendBtn {
  border-radius: 12px;
  border: 1px solid rgba(30, 150, 225, 1);
  font-family: "switzerRegular";
  font-size: 16px;
  line-height: 16px;
  min-width: 80px;
  min-height: 40px;
  padding: 0.4rem;
  background: #ecf5fe;
  color: rgba(30, 150, 225, 1);
}
.deletedBtn {
  border: 1px solid rgb(225 30 30);
  background: #ffe5e5;
  color: rgb(225 30 30);
  cursor: pointer;
  transition: 0.3s;

  &:hover {
    opacity: 0.8;
    transform: scale(0.98);
  }
}
.disablesBtn {
  border: 1px solid rgb(225 30 30);
  background: #ffe5e5;
  color: rgb(225 30 30);
  cursor: pointer;
  transition: 0.3s;
  border-radius: 6px;
  font-family: "switzerRegular";
  font-size: 14px;
  line-height: 1;
  min-width: 70px;
  max-width: 75px;
  height: 36px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;

  &:hover {
    opacity: 0.6;
    transform: scale(0.98);
  }
}
.suspendBtn {
  /* border: 1px solid rgb(229 104 33);
  background: #ffe2d2;
  color: rgb(229 104 33); */

  border: 1px solid rgb(36 145 0);
  background: #e3fddb;
  color: rgb(36 145 0);
  cursor: pointer;
  transition: 0.3s;

  &:hover {
    opacity: 0.8;
    transform: scale(0.98);
  }
}

.lastActivityBtn {
  border-radius: 12px;
  border: 1px solid rgba(22, 49, 235, 1);
  font-family: "switzerRegular";
  font-size: 14px;
  line-height: 14px;
  min-width: 100px;
  min-height: 35px;
  padding: 0.4rem;
  background: #ecf5fe;
  color: rgba(22, 49, 235, 1);
  cursor: pointer;
  transition: 0.3s;

  &:hover {
    opacity: 0.8;
    transform: scale(0.98);
  }
}

.activeUser {
  color: green;
}
.inactiveUser {
  color: red;
}

.mainContent {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 28px;
}
.mainContent .colOne {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.mainContent .colOne .container {
  background-color: #e9ecff;
  border-radius: 12px;
  padding: 8px;
}
.mainContent .colThree {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.mainContent .colThree .mainCard {
  width: 250px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1;
}
.mainContent .colThree .mainCard .Card {
  background-color: #e0e4ff;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.mainContent .colThree .mainCard .Card .CardImage {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  position: relative;
  width: max-content;
}
.mainContent .colThree .mainCard .Card .CardImage img {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  background-color: #152fe7;
  box-shadow: 0 0 8px 0px #6275ff;
  border: 1px solid #6373e3;
}
.mainContent .colThree .mainCard .Card .CardImage .tag {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  bottom: -2px;
  right: -3px;
  background-color: #4a60ff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
}
.mainContent .colThree .mainCard .Card h1 {
  font-size: 16px;
  font-weight: 600;
}
.mainContent .colThree .mainCard .Card a {
  transition: 0.3s;
}
.mainContent .colThree .mainCard .Card a:hover {
  opacity: 0.8;
}

/* Media Query */
@media screen and (max-width: 1780px) {
  .bottomPart {
    flex-wrap: wrap;
  }
  .bottomPart .rightSide .rightSide_topPart {
    flex-wrap: wrap;
  }
  .bottomPart .leftSide {
    width: 100%;
  }
  .bottomPart .rightSide,
  .bottomPart .rightSide .rightSide_topPart .rightSide_topPart_rightSide,
  .bottomPart .rightSide .rightSide_topPart .rightSide_topPart_leftSide {
    width: 100%;
  }
  .bottomPart .leftSide .leftSide_topPart .container {
    width: 470px;
  }
}

@media screen and (max-width: 1200px) {
  .row {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .topPart .leftSide h1 {
    font-size: 18px;
  }
  .topPart .leftSide {
    gap: 14px;
  }
  .sendNotificationBtn {
    padding: 10px 16px;
    font-size: 14px;
  }
  .suspendBtn {
    font-size: 14px;
  }
  .updatedBtn,
  .deletedBtn,
  .suspendBtn {
    line-height: 14px;
    min-width: 70px;
    min-height: 35px;
    border-radius: 10px;
  }
  .bottomPart .leftSide,
  .bottomPart .rightSide .rightSide_topPart .rightSide_topPart_leftSide,
  .bottomPart .rightSide,
  .bottomPart .rightSide .rightSide_topPart .rightSide_topPart_rightSide {
    width: 100%;
  }
  .bottomPart .leftSide .leftSide_topPart .container {
    width: 100%;
    padding: 14px;
  }
  .bottomPart .leftSide .leftSide_topPart h1,
  .bottomPart .leftSide .leftSide_bottomPart h1,
  .bottomPart .rightSide .rightSide_topPart .rightSide_topPart_leftSide h1,
  .bottomPart .rightSide .rightSide_topPart .rightSide_topPart_rightSide h1,
  .bottomPart .rightSide .rightSide_bottomPart h1 {
    font-size: 16px;
  }
  .bottomPart .leftSide .leftSide_bottomPart .leftSide_bottomPart_Media {
    border-radius: 10px;
    padding: 10px;
    min-height: 200px;
    height: unset;
  }
  .bottomPart .leftSide .leftSide_bottomPart .leftSide_bottomPart_Media img {
    border-radius: 8px;
  }
  .bottomPart
    .rightSide
    .rightSide_topPart
    .rightSide_topPart_rightSide
    .listOfSkills {
    border-radius: 10px;
    padding: 10px;
  }
  .bottomPart
    .rightSide
    .rightSide_topPart
    .rightSide_topPart_rightSide
    .listOfSkills
    > .card {
    border-radius: 8px;
    width: 170px;
  }
  .bottomPart
    .rightSide
    .rightSide_topPart
    .rightSide_topPart_rightSide
    .listOfSkills
    > .card
    p {
    font-size: 14px;
  }
  .bottomPart
    .rightSide
    .rightSide_topPart
    .rightSide_topPart_leftSide
    .content {
    border-radius: 10px;
    padding: 10px;
  }
  .ClientData > h1 {
    font-size: 14px;
  }
  .mainContent .colOne {
    width: 100%;
  }
  .mainContent .colOne .container {
    padding: 18px;
  }
  .mainContent .colThree {
    width: 100%;
    justify-content: space-between;
  }
  .mainContent .colThree .mainCard .Card h1 {
    font-size: 14px;
  }
  .mainContent .colThree .mainCard .Card a {
    font-size: 14px;
  }
}
