* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #b7daff;
  min-height: 100vh;
  width: 100%;
  padding: 2rem;
}

.main {
  background: #fff;
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 0;
  /* padding-bottom: 2rem; */
  /* padding: 1rem; */
  /* height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; */
  /* padding: 1rem; */
}

.container .header {
  display: flex;
  gap: 73px;
  align-items: center;
  border-bottom: 1px solid lightgray;
  padding: 10px;
}

.headerItem {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
/* .logoDiv{
  border-right: 1px solid lightgray;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 0;

} */

.logo {
  font-size: 16px;
}
.logoText {
  font-size: 14px;
  color: #201c5a;
  margin-bottom: 4px;
  font-weight: 500;
}

.headerItem2 {
  display: flex;
  gap: 80px;
}

.headerItem.searchBox {
  width: 600px;
  background: #eff0ff;
  padding: 5px;
  border-radius: 10px;
}
.searchBox input {
  background: none;
  border: none;
  outline: none;
}

::placeholder {
  color: #a7a1c4;
  font-size: 14px;
}

.profile img {
  object-fit: cover;
  margin: 0 10px 0 15px;
}
.profile {
  color: #201c5a;
  font-size: 14px;
}

.menuList {
  list-style-type: none;
  padding: 2rem 1rem;
  height: auto;
  width: 155px;
  border-bottom: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

.menuList li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #201c5a;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 15px;
}

.menuList > li > span {
  font-weight: 500;
  margin-bottom: 3px;
}

.menuList > li > i {
  align-self: center;
}
.menuList > li > svg {
  fill: #201c5a;
  align-self: center;
}
.menuList > li > svg:hover {
  fill: #1c20d0;
}
.menuList > li:hover {
  color: #1c20d0;
}
.contentBox {
  display: flex;
  height: 250px;
  gap: 40px;
}
.subjectsList {
  padding-top: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  gap: 6px;
}
.subjectsList li {
  list-style-type: none;
  min-width: 100px;
  text-align: center;
  width: fit-content;
  padding: 6px;
  background: #f6f7ff;
  border-radius: 10px;
  font-size: 14px;
  color: #635181;
  cursor: pointer;
}

.subjectsList li:hover {
  color: #fff;
  background: #535adf;
}

.mainContent {
  padding-top: 1rem;
  height: fit-content;
}

.gridBox {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;

  /* height: 100px; */
}

.gridBox .title {
  color: #635181;
  margin-bottom: 10px;
}

.gridBox .teachers,
.teacher {
  display: flex;
  gap: 50px;
  align-items: center;
}

.gridBox .title span {
  color: #898ee9;
  font-weight: bold;
  margin-left: 10px;
}

.gridItem {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.inclusiveDes {
  background: #eff0ff;
  width: 350px;
  height: 180px;
  padding: 1rem;
  border-radius: 12px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
}

.desTrends {
  position: relative;
  background: #eff0ff;
  width: 150px;
  height: 180px;
  padding: 1rem;
  border-radius: 12px;
  position: relative;
  right: 27px;
  display: flex;
  align-items: center;
}

.inclusiveDes .bottom,
.desTrends .bottom {
  margin-top: 2rem;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 6px;
}
.inclusiveDes p:first-child {
  color: #625083;
  font-size: 18px;
  width: 200px;
  margin-bottom: 8px;
}
.inclusiveDes .name {
  font-size: 12px;
  color: #201c5a;
}

.inclusiveDes .time,
.desTrends .time {
  background: #e1e3fe;
  padding: 2px;
  border-radius: 5px;
  width: 60px;
  color: #45306a;
  text-align: center;
  margin-top: 20px;
}

.inclusiveDes .time span,
.desTrends .time span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  gap: 2px;
}

.inclusiveDes .bottom .date,
.desTrends .bottom .date {
  font-size: 10px;
  color: #c3bbde;
}
.desTrends p:first-child {
  color: #625083;
  font-size: 16px;
  width: 100px;
}
.desTrends .name {
  font-size: 10px;
  color: #201c5a;
}

.chats .gridTemplate2 {
  width: 200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-bottom: 20px;
}

.chats img {
  width: 80%;
  object-fit: cover;
}

.grid2-item {
  background: #eff0ff;
  width: 120px;
  height: 90px;
  padding: 0.5rem;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #595eb8;
}

.inclusiveDes img,
.desTrends img {
  border-radius: 12px;
  width: 40px;
  height: 40px;
  object-fit: cover;
}
#stationary {
  width: 300px;
  height: 200px;
  position: absolute;
  right: 5px;
  bottom: 25%;
  border-radius: 0;
  object-fit: cover;
}

#globe {
  width: 70px;
  height: 50px;
  position: absolute;
  right: 5px;
  bottom: 2;
  border-radius: 0;
  object-fit: cover;
}
.vidLessons .effectiveText {
  width: 350px;
  border-radius: 12px;
  padding: 1rem;
  background-image: linear-gradient(to left, #5a61e9, #383fbb);
  position: relative;
}

.vidLessons .gradient1,
.vidLessons .gradient2,
.vidLessons .gradient3 {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 12px 12px 0;
  height: 100%;
}

.vidLessons .gradient1 {
  background: linear-gradient(to right, #383fbb, #5a61e9);
  width: 150px;
}
.vidLessons .gradient2 {
  background: repeating-linear-gradient(to right, #1c20d0, #5a61e9);
  width: 100px;
}
.vidLessons .gradient3 {
  width: 50px;
  background: linear-gradient(to right, #1c20d0, #383fbb);
}

.effectiveText .text {
  color: #fff;
  font-size: 16px;
  width: 150px;
  line-height: 1.2rem;
  font-weight: lighter;
  letter-spacing: 1px;
}

.effectiveText .bottom {
  position: absolute;
  bottom: 5px;
  display: flex;
  align-items: center;
}

.effectiveText .name {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: smaller;
  padding-bottom: 1rem;
}

.effectiveText .name p {
  color: #fff;
  font-weight: lighter;
}

.effectiveText .name p > span {
  font-size: 10px;
  color: #a7a1c4;
}

.effectiveText .time {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  background: #201c5a;
  border-radius: 10px;
  color: #a7a1c4;
  padding: 2px;
  width: 55px;
  text-align: center;
}

.vidCards {
  margin-left: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vidLessonsCard {
  background-image: linear-gradient(to right, #5a61e9, #3d43af);
  color: whitesmoke;
  font-weight: 200;
  border-radius: 8px;
  width: 150px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem;
  margin-left: -90px;
}
.vidLessonsCard p > span {
  /* opacity: 0.9; */
  color: #a7a1c4;
  font-weight: normal;
  opacity: 0.8;
  font-size: 10px;
}

.vidLessonsCard p {
  font-size: 13px;
}
.vidLessons img {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  /* object-fit: cover; */
}
.vidLessonsCard .bottom {
  display: flex;
  gap: 10px;
}

.topTeachers .teachers > span i {
  position: relative;
  left: 80px;
  color: #1c20d0;
}

.teachersList {
  position: relative;
  right: 20px;
}
.teachersList img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.teachersList .teacher {
  margin: 1rem 0;
}

.teachersList .teacher .profile {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.teachersList .teacher p {
  font-size: 12px;
  color: #201c5a;
}

.teacher .name span {
  color: #a7a1c4;
  font-size: 11px;
}
.teachersList .teacher .rating {
  color: #1c20d0;
  margin-left: 15px;
}
.sidebar2 {
  padding: 0 1rem;
  width: 155px;
  height: 345px;
  border-right: 1px solid lightgray;
}

.homework {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.homework span,
.courses p {
  color: #1c20d0;
  font-size: 12px;
}
.homework span {
  margin: 15px 0 5px 0;
}
.homework i {
  color: #1c20d0;
  margin: 15px 0 5px 0;
}
.courses {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.courses p {
  margin-bottom: 10px;
}

.range1 {
  width: 130px;
  height: 5px;
  border-radius: 10px;
  background: #f6f6fe;
  position: relative;
}

.indicator1 {
  width: 104px;
  height: 5px;
  border-radius: 10px;
  background: #1c20d0;
  position: absolute;
  left: 0;
}
.range2 {
  width: 130px;
  height: 5px;
  border-radius: 10px;
  background: #f6f6fe;
  position: relative;
}

.indicator2 {
  width: 78px;
  height: 5px;
  border-radius: 10px;
  background: #1c20d0;
  position: absolute;
  left: 0;
}
.range3 {
  width: 130px;
  height: 5px;
  border-radius: 10px;
  background: #f6f6fe;
  position: relative;
}

.indicator3 {
  width: 52px;
  height: 5px;
  border-radius: 10px;
  background: #1c20d0;
  position: absolute;
  left: 0;
}
.range4 {
  width: 130px;
  height: 5px;
  border-radius: 10px;
  background: #f6f6fe;
  position: relative;
}

.indicator4 {
  width: 78px;
  height: 5px;
  border-radius: 10px;
  background: #1c20d0;
  position: absolute;
  left: 0;
}

.grade {
  display: flex;
  align-items: center;
  gap: 85px;
  margin-top: 5px;
  color: #1c20d0;
  font-size: 14px;
}
