@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

* {
  box-sizing: border-box !important;
}

html {
  width: 100%;
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  color: #545567;
  font-size: 14px;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  height: 100vh;
}

body {
  --cs-bg0: #d2e6e4;
  --cs-bg0-dark: #0b7077;
  --cs-bg0-darker: #264e4f;
  --cs-bg1: #5cb8b3;
  --cs-bg1-light: #9fe7e4;
  --cs-bg1-bright: #ccf6f4;
  --cs-bg1-vib: #27b4ac;
  --cs-bg2: #e8799b;
  --cs-bg2-light: #ec9fb5;
  --cs-bg2-bright: #ffd7e2;
  --cs-bg2-vib: #f46591;
  --cs-bg2-dark: #8d2645;

  --padding: calc(1.5rem * 0.5);
}

/*--------------------------------------fundamentals
  --------------overwriting bootstrap------------------------------------------------*/
.container {
  width: 100%;
  padding-right: var(--padding);
  padding-left: var(--padding);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 800px;
  }
}
@media (min-width: 1050px) {
  .container {
    max-width: 840px;
  }
}
@media (min-width: 1100px) {
  .container {
    max-width: 910px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1060px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1320px;
  }
}

.w-100 {
  width: 100%;
}
.flex {
  display: flex;
}
.flex-ja-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-j-center {
  display: flex;
  justify-content: center;
}
.flex-j-sb {
  display: flex;
  justify-content: space-between;
}
.flex-j-sa {
  display: flex;
  justify-content: space-around;
}
.flex-a-center {
  display: flex;
  align-items: center;
}
.flex-dc {
  display: flex;
  flex-direction: column;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}

h1,
h2,
h3 {
  color: #3f3f3f;
  letter-spacing: 0;
  font-weight: 600;
  position: relative;
  padding: 0 0 10px 0;
  line-height: normal;
  margin: 0;
}

h4,
h5,
h6 {
  color: #282828;
  position: relative;
  font-weight: normal;
  line-height: normal;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a:hover {
  color: var(--cs-bg1-vib) !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

[data-svg-wrapper] {
  position: absolute;
}

#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  width: 100%;
  height: 80px;
  padding-top: 40px;
  padding-left: 90px;
  padding-right: 60px;
  background: transparent;
  position: fixed;
  z-index: 999;
}
.parent-dashboard #header {
  position: relative;
}
body:not(.pad) #header {
  transition: height 0.5s ease-in-out, padding 0.5s ease-in-out,
    background 0.5s ease-in-out;
}
body.pad #header {
  transition: left 0.5s ease-in-out;
}
#header.scroll {
  height: 50px;
  padding-top: 0;
  background: #d2e6e4;
}
#header > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header > ul {
  display: flex;
}

#header .logo h4 {
  width: 155px;
  color: rgba(11, 111, 119, 1);
  background: transparent;
  top: 0px;
  left: 0px;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 30px;
  opacity: 1;
  text-align: left;
}

.header-center > *,
.header-right > * {
  margin: 0 15px;
}

.header-center li h4 {
  color: #545567;
}

.header-center li.current h4 {
  color: var(--cs-bg2-vib);
}

#header .dropdown-select {
  width: 75px;
  background: transparent;
  background-image: none;
  border: none;
  cursor: pointer;
  padding: 9px 0;
  font-size: 16px;
}

.dropdown-select {
  display: block !important;
}

.dropdown-select.en {
  color: var(--cs-bg2-vib);
}
.dropdown-select.bn {
  color: var(--cs-bg1-vib);
}

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

.dropdown-select .dropdown-options {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  margin-top: 5px;
  padding: 0;
  list-style: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.25s ease;
  z-index: 1000;
}

.dropdown-select .dropdown-options li {
  padding: 10px;
  cursor: pointer;
}

.dropdown-select.active .dropdown-options {
  display: block;
}

.dropdown-select .dropdown-options li:first-child {
  color: var(--cs-bg2-vib);
}
.dropdown-select .dropdown-options li:nth-child(2) {
  position: relative;
  color: var(--cs-bg1-vib);
  pointer-events: none;
}
.dropdown-select .dropdown-options li:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #ffffff8c;
}
.dropdown-select .dropdown-options li:hover {
  background: #f0f0f0;
}

.menu-btn {
  display: none;
  transition: left 0.5s ease-in-out;
}

/********** Signin-Signup button *************/
.header-right .header-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 40px;
  border-radius: 5px;
}
.header-right .header-btn > *:not(.profile-dropdown) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.header-right .header-btn:nth-child(1) {
}
.header-right .header-btn:nth-child(2) {
  background: white;
  margin-right: 0;
}
.header-right .header-btn:nth-child(2) > * > * {
  color: var(--cs-bg1) !important;
}
.header-right .header-btn:nth-child(2) > *:not(.profile-dropdown):hover > * {
  color: var(--cs-bg1-vib) !important;
}
.header-right .header-btn:nth-child(3) {
  margin: 0 10px;
  background: var(--cs-bg1);
}
.header-right .header-btn:nth-child(3):hover {
  margin: 0 10px;
  background: var(--cs-bg1-vib);
}
.header-right .header-btn:nth-child(3) * {
  color: white;
}

/********* Profile Dropdown **********/

.header-right .header-btn.logged {
  width: fit-content;
  max-width: 200px;
  background: transparent;
  border-radius: 0;
}

.header-right .header-btn.logged #profile-button {
  padding: 0 10px 0 0;
  background: white;
  border-radius: 20px 5px 5px 20px;
}
.header-btn.logged .profile-img-con {
  position: relative;
  height: 100%;
  margin-right: 10px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 2px solid white;
  overflow: hidden;
}
.profile-img-con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  min-width: 220px;
  z-index: 1000;
  padding: 15px;
  font-size: 14px;
  animation: fadeIn 0.2s ease-in-out;
}

.dropdown-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.dropdown-top .dd-image-con {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
}

.dropdown-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dropdown-top .info {
  flex: 1;
}

.dropdown-top a {
  font-size: 0.8rem;
  color: #666;
}
.dropdown-top a:hover {
  color: var(--cs-bg1);
}

.dd-name {
  font-weight: bold;
  margin: 0;
}

.dd-email {
  font-size: 12px;
  color: #666;
  margin: 0;
}

.dropdown-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-links li {
  margin-top: 8px;
  margin-bottom: 0;
}

.dropdown-links .child-link {
  margin-left: 15px;
  font-size: 0.8rem;
}

.dropdown-links a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 5px;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.dropdown-links a:hover {
  background: #f0f0f0;
}

@media (max-width: 991px) {
  #header {
    flex-direction: column;
    justify-content: start;
    left: -50%;
    width: 50%;
    height: 100%;
    padding-left: var(--padding);
    padding-right: var(--padding);
    padding-top: 20px;
    background: rgb(20 114 109);
  }
  .parent-dashboard #header {
    position: fixed;
  }
  #header.scroll {
    height: 100%;
    padding-top: 20px;
    background: rgb(20 114 109);
  }
  #header.open {
    left: 0;
  }
  #header .logo {
    position: fixed;
    left: var(--padding);
    width: fit-content;
    transition: all 0.5s ease-in-out;
  }
  #header.scroll .logo {
    left: -300px;
  }
  #header .logo.open {
    left: 25%;
    transform: translateX(-50%);
  }
  #header .logo h4 {
    transition: 0.3s ease-in-out;
  }
  #header .logo.open h4 {
    color: white;
  }
  #header .header-center {
    flex-direction: column;
    width: 100%;
    margin-top: 70px;
  }
  .logged #header .header-center {
    margin-top: 130px;
  }
  #header .header-center li {
    padding: 20px 0;
    color: white;
  }
  .header-center li h4 {
    font-size: 20px;
    color: white;
  }
  .header-center li.current h4 {
    color: #ffc3d5;
  }
  .header-right {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }
  .header-right .header-btn:nth-child(2) {
    margin-bottom: 10px;
  }
  .header-right .header-btn:nth-child(3) {
    background: transparent;
    text-decoration: underline;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.635);
    text-underline-offset: 6px;
  }
  .header-center > *,
  .header-right > * {
    margin: 0;
  }
  .menu-btn {
    display: block;
    position: fixed;
    top: 0px;
    right: 10px;
    width: 50px;
    font-size: 50px;
    z-index: 1002;
    color: #0b7077;
  }

  .header-right .header-btn.logged {
    position: fixed;
    top: 100px;
  }

  .profile-dropdown {
    left: 0;
    right: auto;
  }
}

/*********************************
              SSECTIONS
**********************************/
.top-pad {
  width: 100%;
  padding-top: 140px;
}

section {
  margin-bottom: 90px;
  position: relative;
}
.section-title {
  color: #5cb8b3;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.title-svg {
  position: absolute;
  left: calc(50% + 10px);
  top: 50px;
}

.home-top {
  width: 100%;
  height: 500px;
  position: relative;
  padding-top: 100px;
  background: #d2e6e4;
  border-radius: 0 0 0 50px;
  overflow: hidden;
}

.ht-image {
  position: absolute;
  top: -50px;
  width: 100%;
  height: calc(100% + 50px);
  background-image: url("../images/ht.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.home-top .svg1-wrapper {
  position: absolute;
  top: 0;
  z-index: 0;
}

.home-top .container {
  position: relative;
  z-index: 2;
}

.ht-con {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.ht-left {
  padding: 20px 50px 80px 0;
  width: 50%;
}

.ht-left h2 {
  font-size: 38px;
  line-height: 45px;
  font-weight: bold;
  color: #0b7077;
  text-shadow: 0px 0px 10px var(--tc), 0 1px 0px var(--tc), -1px 0 0px var(--tc),
    -1px 2px 1px var(--tc), -2px 1px 1px var(--tc), -2px 3px 2px var(--tc),
    -3px 2px 2px var(--tc), -3px 4px 2px var(--tc), -4px 3px 3px var(--tc),
    -4px 5px 3px var(--tc), -5px 4px 2px var(--tc), -5px 6px 2px var(--tc),
    -6px 5px 2px var(--tc), -6px 7px 1px var(--tc), -7px 6px 1px var(--tc),
    -7px 8px 0px var(--tc), -8px 7px 0px var(--tc);
}
.ht-left .ht-find {
  font-size: 14px;
  width: fit-content;
  padding: 5px 15px;
  color: white;
  background: #e8799b;
  border-radius: 5px;
}
.ht-find:hover {
  color: white !important;
}
.ht-right .ai-message {
  height: 70px;
  width: 250px;
  padding: 10px 0;
  border-radius: 5px;
  background: #ffffffce;
}
.ht-right .ai-message img {
  height: 100%;
  aspect-ratio: 1/1;
  margin: 0 5px;
  filter: brightness(2) saturate(0.5);
  opacity: 0.6;
}
.ht-right .ai-message p {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
  color: #545567;
  margin: 0 5px;
}

@media (max-width: 1400px) {
  .home-top .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 60px 0 90px;
  }
}
@media (max-width: 991px) {
  .top-pad {
    padding-top: 100px;
  }

  section {
    margin-bottom: 60px;
  }

  .home-top .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: var(--padding);
    padding-right: var(--padding);
  }
  .ht-image {
    top: -100px;
    left: 0;
    height: calc(100% + 100px);
    background-position: center center;
    background-size: cover;
  }
  .ht-con {
    align-items: self-end;
  }

  .ht-left {
    padding: 20px 20px 30px 0;
    width: 70%;
  }
  .ht-left h2 {
    --tc: #ffffff;
    text-shadow: 0px 0px 10px var(--tc), 0 1px 0px var(--tc),
      -1px 0 0px var(--tc), -1px 2px 1px var(--tc), -2px 1px 1px var(--tc),
      -2px 3px 2px var(--tc), -3px 2px 2px var(--tc), -3px 4px 2px var(--tc),
      -4px 3px 3px var(--tc), -4px 5px 3px var(--tc), -5px 4px 2px var(--tc),
      -5px 6px 2px var(--tc), -6px 5px 2px var(--tc), -6px 7px 1px var(--tc),
      -7px 6px 1px var(--tc), -7px 8px 0px var(--tc), -8px 7px 0px var(--tc);
  }
  .ht-right {
    padding-bottom: 30px;
  }
  .ht-right .ai-message {
    flex-direction: column;
    justify-content: space-around;
    height: 200px;
    width: 110px;
  }
  .ht-right .ai-message img {
    height: 60px;
  }
  .ht-right .ai-message p {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .ht-image {
    top: -50px;
    left: 0;
    height: calc(100% + 50px);
    background-position: center center;
    background-size: cover;
  }
}

/*----------------------------------
           Popular Subjects
------------------------------------*/
.books-top-bar {
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  z-index: 5;
}

.books-top-bar .search-con {
  margin-left: auto;
}

.sub-con {
  --gap: 30px;
  gap: var(--gap);
  margin-top: 30px;
  position: relative;
}

.sub-con .subject {
  position: relative;
  width: calc(25% - var(--gap) * 3 / 4);
  padding: 10px;
}
.subject-small {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px dashed #e8e8e8;
  overflow: hidden;
  transition: all 0.4s ease;
}
.subject-small:hover {
  box-shadow: 0 30px 50px 0 rgb(51 51 51 / 0.08);
  border-color: transparent !important;
}
.subject-img {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background: white;
}
.subject-img .img-wrap {
  vertical-align: middle;
  margin: 0 auto;
  max-width: 100%;
  height: 140px;
  width: 140px;
  object-fit: cover;
  border-radius: 50%;
  transform: scale(1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
}
.subject-small:hover .subject-img .img-wrap {
  transform: scale(0.9);
}

.subject-dtl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 10px;
  padding-bottom: 49px;
  flex-grow: 1;
  background: white;
}
.sub-year {
  font-family: "Raleway", serif;
  margin-bottom: 5px;
}
.subject-dtl h4 {
  font-family: "Noto Sans Bengali", serif;
  font-weight: bold;
}
.subject-dtl .sub-name {
  padding-bottom: 10px;
  font-size: 20px;
  color: #0b7077;
}
.subject-dtl .sub-class {
  margin: 0;
  font-size: 16px;
  color: #e8799b;
}
.subject-small .add-btn {
  position: absolute;
  bottom: 10px;
  width: 70px;
  margin-top: auto;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 5px;
  color: var(--cs-bg0-dark);
  background: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border: 1px dashed #bbbbbb;
  transition: all 0.2s ease-in-out;
}

.subject-small .add-btn.added {
  cursor: auto;
}

.subject-small .add-btn:hover {
  background: var(--cs-bg1-bright);
}
.subject-small .add-btn.added:hover {
  background: #fff;
}

.card-hover-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  background: var(--cs-bg1-vib);
  display: block;
  z-index: -1;
  transform: scale(0);
  transition: all 0.4s ease;
}
.course .card-hover-top {
  background: var(--cs-bg2-vib);
}
.subject-small:hover .card-hover-top {
  transform: scale(1);
}

.card-hover-bottom {
  position: absolute;
  display: block;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  transform: scale(0);
  width: 60px;
  height: 60px;
  border-radius: 6px;
  background: #fff0;
  color: #0eb582;
  z-index: -1;
  transition: all 0.4s ease;
}
.subject-small:hover .card-hover-bottom {
  transform: scale(1);
}

.subject-small .response-message-con {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #ffffffcd;
  pointer-events: none;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.subject-small .response-message-con.message {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.subject-small .response-message {
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  width: 100%;
  padding: 15px 10px;
  text-align: center;
  line-height: 1rem;
  background: #ffffff00;
  pointer-events: none;
  z-index: 3;
  transition: transform 0.4s ease-in-out;
}

.subject-small .response-message.success,
.subject-small .response-message.error {
  background: #ffffff;
  pointer-events: auto;
  transform: translate(0, -50%);
}

.subject-small .response-message a {
  display: block;
  line-height: 2rem;
  margin: 10px -10px;
  background: var(--cs-bg0);
}

.load-more-btn {
  width: fit-content;
  padding: 4px 10px;
  border-radius: 5px;
  cursor: pointer;
  color: #ffffff;
  background: #5cb8b3;
}

@media (min-width: 1600px) {
  .sub-con {
    --gap: 50px;
  }
}
@media (max-width: 1600px) {
}
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
  .subject {
    width: calc(33.333333% - var(--gap) * 2 / 3);
    min-width: calc(33.333333% - var(--gap) * 2 / 3);
  }
}
@media (max-width: 991px) {
  .sub-con {
    --gap: 10px;
  }
}

@media (max-width: 768px) {
  .sub-con {
    --gap: 10px;
  }
  .subject {
    width: calc(50% - var(--gap) / 2);
    min-width: calc(50% - var(--gap) / 2);
  }
}
@media (max-width: 672px) {
}
@media (max-width: 540px) {
  .title-svg {
    left: 50%;
    transform: translateX(-50%);
  }
  .sub-con {
    --gap: 10px;
  }
  .subject {
    width: 100%;
    min-width: 100%;
    padding: 15px;
  }
}
@media (max-width: 380px) {
  .subject {
    width: 100%;
    min-width: 100%;
  }
}

/*------------------------------
            Search Box
------------------------------*/
.search-con {
  width: 30%;
  max-width: 550px;
  min-width: 240px;
  z-index: 2;
  border-radius: 10px 0 0 0;
  transition: width 0.5s ease-in-out;
}

.search-con .searchInput {
  width: 100%;
  position: relative;
  float: right;
  transition: 0.2s ease-in-out;
}

.searchInput {
  background: var(--cs-bg1-bright);
  border-radius: 10px 0 0 0;
  color: #4f4f4f;
  transition: 0.5s ease-in-out;
}

.sinput {
  background: transparent;
  color: #4f4f4f;
}

.sinput[type="text"] {
  cursor: text;
}

.searchInput .sinput {
  height: 40px;
  width: 100%;
  outline: none;
  border: none;
  padding: 0 60px 0 20px;
  font-size: 16px;
  transition: width 0.5s ease-in-out;
  right: 0;
}

.searchInput.sactive {
  margin-top: 0px;
}

.searchInput.sactive .sinput {
  border-radius: 20px 20px 20px 20px;
}

.sinput::placeholder {
  color: #6b6b6b;
  opacity: 0.4;
}

.searchInput .resultBox {
  font-size: 16px;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  background-color: rgb(255, 241, 236);
}

.resultBox {
  border-radius: 0px 0px 20px 20px;
}

.searchInput.sactive .resultBox {
  opacity: 1;
  pointer-events: auto;
}

.resultBox li {
  list-style: none;
  display: none;
  width: 100%;
  cursor: default;
}

.resultBox li a {
  padding: 10px 0px 10px 20px;
  width: 100%;
  cursor: pointer !important;
  color: #0000;
  font-family: sans-serif;

  background: linear-gradient(90deg, #000 50%, #4c4342 0) var(--_p, 100%) / 200%
    no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  transition: 0.4s;
}

.searchInput.sactive .resultBox li {
  display: block;
}

.resultBox li:hover {
  color: #ffba82;
  background: rgba(0, 0, 0, 0);
}

.resultBox li a:hover {
  --_p: 0%;
}

.resultBox li .srA {
  display: flex;
  flex-direction: column !important;
  padding: 5px 0px 5px 20px !important;
  width: 100%;
  align-items: start;
  justify-content: center;
  cursor: pointer !important;
  color: #0000;
  font-family: sans-serif;
  font-weight: 500;
  background: linear-gradient(90deg, #000 50%, #4c4342 0) var(--_q, 100%) / 200%
    no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  transition: 0.4s;
}
.resultBox li .srA p {
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
}

.resultBox li .srA:hover {
  --_q: 0%;
}

.searchInput .btn-search,
.searchInput .btn-cross {
  position: absolute;
  right: 1px;
  top: 3px;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  color: #4f4f4f;
  cursor: pointer;
  background-color: #ffb48200;
  border-style: none;
}

.searchInput .btn-search:hover {
  opacity: 1;
}

.srLi {
  display: flex !important;
  margin: 1px !important;
  color: #000000;
  background-color: rgb(255, 241, 236) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.122);
}

.srLi:hover {
  box-shadow: inset 0px 0px 2px 0.9px rgba(0, 0, 0, 0.363);
}

.imgPs {
  width: 56px;
  height: 56px;
  padding: 2px 0px 2px 5px;
  border-radius: 6px;
}

/*********************************
              PROFILE
**********************************/

/* General Form Styling */
.acf-edit-profile,
.security-section {
  padding: 30px;
  border-radius: 10px;
}

/* Profile Image Styling */
.profile-image-section {
  text-align: center;
  margin-bottom: 50px;
}

.profile-image label {
  display: none !important;
}

.profile-image .acf-image-uploader {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.profile-image .acf-image-uploader .image-wrap {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}

.profile-image .image-wrap.show-if-value {
  display: block !important;
}

.profile-image .acf-image-uploader .image-wrap img {
  max-height: 200px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-image .hide-if-value {
  display: block !important;
  position: absolute;
  bottom: 0;
  width: 200px;
  height: 30px;
}

.profile-image .hide-if-value p {
  width: 100%;
  height: 100%;
}
.profile-image .hide-if-value a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 0 10px 10px;
  color: #bcbcbc;
  background: rgba(00, 00, 00, 0.5);
  line-height: 30px;
}
.profile-image .hide-if-value a:hover {
  background: rgba(00, 00, 00, 0.7);
}

.profile-image .acf-icon.-pencil {
  display: none;
}

.profile-image .acf-icon.-cancel {
  width: 23px;
  height: 23px;
}
.acf-icon.-cancel:before {
  content: "" !important;
  margin: 0 !important;
}

.profile-image .acf-form-submit {
  display: none;
}

.profile-image #profile-updated {
  height: 30px;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
}
.profile-image #profile-updated.hide {
  height: 0px;
}

.profile-image-section .profile_name h4 {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--cs-bg0-dark);
}

/* Personal Info Section */

/*student-info*/
.user-info-section {
  margin-bottom: 30px;
}

.student-info {
}
.student-info .acf-field input,
.non-acf input {
  width: 100%;
  padding: 4px 8px;
  border: 0;
  border-bottom: 1px solid #c2c2c2;
  outline: 0;
  background-color: #fff;
  font-size: 16px;
}
.non-acf {
  margin: 15px 0;
  clear: both;
}
.non-acf input {
  height: 30px;
}

.student-info .acf-field input:focus,
.non-acf input:focus {
  border-bottom-width: 2px;
  border-image: linear-gradient(
    to right,
    var(--cs-bg1-vib),
    var(--cs-bg1-bright)
  );
  border-image-slice: 1;
}

.student-info .acf-field label,
.security-section label {
  font-weight: 600 !important;
  display: block;
  margin: 0 0 3px;
  padding: 0;
}

.security-section label {
  padding: 0;
  line-height: 30px;
}

.student-info .acf-field {
  flex: 1;
}

.student-info .acf-field-text,
.acf-field-number,
.acf-field-select,
.non-acf {
  display: flex;
  flex-wrap: wrap;
}

.student-info .acf-field-text > *,
.acf-field-number > *,
.acf-field-select > * {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.student-info .acf-required {
  color: inherit;
}

/*social-info*/
.social-info {
  padding: 20px;
  border-radius: 20px 0 0 0;
  background: linear-gradient(145deg, var(--cs-bg1-bright), #ffffff);
}

.submit-field {
  text-align: center;
}

.submit-field .button {
  background-color: var(--cs-bg1-vib);
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-field .button:hover {
  background-color: var(--cs-bg0-dark);
}

.change-security {
  margin-bottom: 35px;
}

.change-security .button {
  background-color: var(--cs-bg2-vib);
  color: #fff;
  border: none;
  padding: 6px 12px;
  margin-top: 12px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.change-security .button:hover {
  background-color: var(--cs-bg2-dark);
}

/* Responsive Design for Smaller Screens */
@media (min-width: 768px) {
  .acf-field-text > *,
  .acf-field-number > *,
  .acf-field-select > *,
  .pass-field > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
}

/*-------------------------
           DASHBOARD
-------------------------*/
#header.header-dash {
  padding-left: calc(3 * var(--padding));
  padding-right: calc(3 * var(--padding));
}

#header.header-dash.scroll {
  background: transparent;
}

.profile-dropdown-dummy {
  width: 200px;
}

.dash-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 230px;
  height: 100%;
  backdrop-filter: blur(40px);
  z-index: 1000;
  transition: width 0.3s ease-in-out;
}

.dash-menu.expand {
  width: 90px;
}

.dash-menu .menu-items {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  z-index: 1000;
  background: var(--cs-bg0);
}

.dash-menu .menu-items li {
  display: flex;
  width: 100%;
}

.dash-menu .menu-items li a,
.dash-menu .menu-items li .aplus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100px;
  padding: 0;
  font-size: 1.1rem;
  cursor: pointer;
  color: #222222;
  transition: all 0.2s ease-in-out;
}

.dash-menu.expand .menu-items li a,
.dash-menu.expand .menu-items li .aplus {
  font-size: 0.9rem;
}

.dash-menu .menu-items li a:hover,
.dash-menu .menu-items li .aplus:hover {
  color: var(--cs-bg0-dark);
  background: rgba(255, 255, 255, 0.5);
}

.dash-menu .menu-items li.active a,
.dash-menu .menu-items li.active .aplus {
  background: #ffffff;
}

.dash-menu .menu-items li a i,
.dash-menu .menu-items li .aplus i {
  font-size: 1.7rem;
  transition: all 0.2s ease-in-out;
}

.dash-menu.expand .menu-items li a i,
.dash-menu.expand .menu-items li .aplus i {
  font-size: 1.3rem;
}

.dash-menu > .close-btn {
  --c: #868686;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 40px;
  font-size: 30px;
  line-height: 1;
  border-radius: 0 0 5px 0;
  cursor: pointer;
  color: var(--c);
  z-index: 1000;
  transition: transform 0.1s ease;
}
.dash-menu > .close-btn:hover {
  --c: #535353;
  background: #ffffff44;
}
.dash-menu > .close-btn i {
  transition: transform 0.3s linear;
}
.dash-menu > .close-btn i.flip {
  transform: scaleX(-1);
}

.profile-small {
  position: absolute;
  top: 0;
  left: 0px;
  transform: none;
  width: 400px;
  height: 100%;
  padding: 40px 20px;
  background: #fff;
  box-shadow: -1px 0 10px rgba(0, 0, 0, 0.068);
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: visible;
  z-index: 999;
  transition: opacity 0.3s ease, transform 0.4s ease;
}

.profile-small .close-btn {
  --c: #c3c3c3;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 1;
  border-radius: 0 0 5px 0;
  cursor: pointer;
  color: var(--c);
}
.profile-small .close-btn:hover {
  --c: #727272;
  background: #ededed;
}

.profile-small.active {
  transform: translateX(-400px);
  opacity: 1;
  pointer-events: auto;
}

.profile-small .profile-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
}
.profile-small .profile-image {
  position: relative;
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.profile-small .profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
.profile-small .profile_name h4 {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--cs-bg0-dark);
}
.profile-small .profile_email {
}

.profile-small .edit-profile-btn a,
.profile-small .logout-btn a {
  display: flex;
  padding: 8px 12px;
}

.profile-small .edit-profile-btn a:hover,
.profile-small .logout-btn a:hover {
  color: var(--cs-bg0-dark);
}

.profile-small .profile-links {
}

.profile-small .student-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.profile-small .student-info > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 5px 0;
}

.profile-small .student-info > div > * {
}

.section-dash {
  margin-bottom: 40px;
}

/****** S U B J E C T S ******/

.parent-dashboard main {
  margin: 50px 0 40px 0;
  padding-left: calc(3 * var(--padding));
  padding-right: calc(3 * var(--padding));
  transition: width 0.3s ease-in-out;
}
.dash-menu ~ main {
  width: calc(100% - 230px);
}
.dash-menu.expand ~ main {
  width: calc(100% - 90px);
}

.svg-left {
  display: flex;
  justify-content: center;
}
.svg-left img {
  height: 100%;
  width: 100%;
  max-width: 500px;
  object-fit: contain;
}
.svg-left-next {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: calc(3 * var(--padding));
}
.svg-left-next h2 {
  font-size: 2rem;
  color: var(--cs-bg0-dark);
}
.svg-left-next p,
.svg-left-next li {
  font-size: 0.9rem;
}
.svg-left-next .note {
  margin-top: 1rem;
}
.svg-left-next .note strong {
  color: var(--cs-bg1-vib);
}

.section-title-dash {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-bottom: 20px;
  position: relative;
}
.section-title-dash.big {
  font-size: 30px;
}
.section-title-dash:after {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 3px;
  background: var(--cs-bg0-dark);
  bottom: 0;
  left: 0;
}
.section-title-dash.big:after {
}
.section-title-dash ~ .dash-section-error {
  margin-left: 10px;
}

.student-subjects .sub-con {
  padding-top: 20px;
  margin: 0;
}

.student-subjects .subject {
  width: 250px;
}

.student-subjects .subject-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1.5 / 1;
  padding: 0;
  overflow: hidden;
}
.student-subjects .subject-img .img-wrap {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.student-subjects .subject-img .img-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.285);
  mask-image: linear-gradient(to bottom, transparent, rgb(0 0 0));
  pointer-events: none;
}

.student-subjects .subject-dtl {
  gap: 5px;
  padding-top: 10px;
  padding-bottom: 34px;
}
.student-subjects .subject-dtl:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.student-subjects .subject-dtl .sub-class {
  font-size: 12px;
}
.subject-small .subject-opt {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 34px;
  margin-left: auto;
  width: fit-content;
  padding: 0 4px 4px 10px;
  z-index: 1;
}
.subject-opt .dots {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
  float: right;
  cursor: pointer;
  border-radius: 50%;
}
.subject-opt .dots:hover {
  background: var(--cs-bg1-bright);
}
.subject-small .option-message {
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  width: 100%;
  padding: 20px 10px;
  font-size: 1rem;
  text-align: center;
  line-height: 1rem;
  background: #ffffff00;
  pointer-events: none;
  visibility: hidden;
  z-index: 3;
  transition: all 0.4s ease-in-out;
}
.subject-small .option-message.show {
  background: #ffffff;
  pointer-events: auto;
  transform: translate(0, -50%);
  visibility: visible;
}
.subject-small .option-message .remove-btn {
  width: fit-content;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px dashed #bbbbbb;
  opacity: 0;
  color: var(--cs-bg2-vib);
  pointer-events: none;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.student-subjects:not(.other-subjects)
  .subject-small
  .option-message
  .remove-btn {
  display: none;
}
.other-subjects .subject-small .option-message .remove-btn.show {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.subject-small .option-message .remove-btn.show:hover {
  background: var(--cs-bg1-bright);
}

@media (min-width: 768px) {
}
@media (max-width: 1200px) {
  .student-subjects .subject {
    min-width: auto;
  }
}
@media (max-width: 991px) {
  #header.header-dash.scroll {
    background: var(--cs-bg0-dark);
  }
  .profile-dropdown-dummy {
    width: 0px;
  }
  #dash-menu {
    width: 50%;
    right: -50%;
    z-index: 998;
  }
  body.pad #dash-menu {
    transition: right 0.5s ease-in-out;
  }
  #dash-menu.open {
    right: 0;
  }
  #dash-menu.expand {
    width: 50%;
  }
  #dash-menu > .close-btn {
    display: none;
  }
  .profile-small {
    transition: none;
  }
  .profile-small.active {
    transform: translateX(-100vw);
    width: 100vw;
    padding: 100px 20px 0 20px;
  }
  .profile-small .profile-image {
    width: 150px;
    height: 150px;
  }
  .profile-small .close-btn {
    display: none;
  }

  .parent-dashboard main {
    margin-top: 100px;
  }
  #dash-menu ~ main {
    width: 100% !important;
  }
  .svg-left-next {
    padding-right: var(--padding);
  }
  .student-subjects .subject {
    width: calc(33.333333% - var(--gap) * 2 / 3);
    min-width: calc(33.333333% - var(--gap) * 2 / 3);
  }
}
@media (max-width: 768px) {
  .student-subjects .sub-con {
    --gap: 35px;
  }
  .student-subjects .subject {
    width: calc(50% - var(--gap) / 2);
    min-width: calc(50% - var(--gap) / 2);
  }
}
@media (max-width: 540px) {
  .parent-dashboard main {
    padding-left: var(--padding);
    padding-right: var(--padding);
  }
  .student-subjects .sub-con {
    margin: 0;
  }
  .student-subjects .subject {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 380px) {
  .student-subjects .subject {
    min-width: auto;
  }
}

/*-------------------------
           About Us
-------------------------*/
.admins .admin-members {
  list-style: none;
  margin-top: 40px;
  padding: 0;
}
.admins .admin-members li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 15px;
  padding: 10px 25px;
  border: 1px dashed #bbbbbb;
  border-radius: 10px;
}
.admin-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}
.admin-card .admin-role {
  color: grey;
  margin-bottom: 5px;
}

.faq {
  padding: 60px 0;
  overflow: hidden;
}
.faq .accordion-item {
  color: ;
  background: #fff;
  border: 0;
  margin-bottom: 20px;
  box-shadow: 0px 1px 2px 0px rgba(125, 125, 125, 0.06);
  border-radius: 10px;
}
.faq .accordion-header {
  padding-bottom: 0;
}
.faq .accordion-button {
  padding: 25px 50px 25px 20px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  line-height: 24px;
  color: var(--cs-bg0-dark);
  text-align: left;
  background: #fff;
  box-shadow: none;
  border-radius: 10px;
}
.faq .accordion-button.collapsed {
  color: rgb(50, 52, 52);
}
.accordion-button::after {
  position: absolute;
  content: "";
  right: 20px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgb(39, 38, 38);
  background: transparent;
  transition: transform 0.3s ease;
}
.faq .accordion-collapse {
  border: 0;
}

@media (max-width: 991px) {
  .admins .admin-members li {
    padding: ;
  }
}
/*-------------------------
           Footer
-------------------------*/
#footer {
  position: relative;
  min-height: 400px;
  background: #d2e6e4;
  padding: 50px 5%;
  font-family: Arial, sans-serif;
  overflow: hidden;
  border-radius: 0 50px 0 0;
}

.parent-dashboard #dash-menu ~ #footer {
  width: calc(100% - 230px);
  border-radius: 50px 0 0 0;
  transition: width 0.3s ease-in-out;
}
.parent-dashboard #dash-menu.expand ~ #footer {
  width: calc(100% - 90px);
}

.parent-reset-password #footer {
  display: none;
}

.footer-svg2 {
  position: absolute;
  right: 0;
}

.footer-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}

.footer-title {
  width: fit-content;
  font-size: 30px;
  color: #0b7077;
}

.footer-title,
.footer-section {
  padding: 20px;
}

.footer-section h4 {
  margin-bottom: 10px;
}

.footer-section h4 {
  color: black;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  color: #555;
  margin-bottom: 8px;
}

.footer-section ul li a {
  text-decoration: none;
  color: #0b7077;
}

.contact-info li {
  display: flex;
  align-items: center;
}

.contact-info i {
  margin-right: 8px;
  font-size: 18px;
  color: #0b7077;
}

/* Newsletter Form */
.newsletter-form p {
  margin-bottom: 10px;
}

.newsletter {
  display: flex;
  align-items: center;
  background: white;
  overflow: hidden;
  height: 60px;
  max-width: 340px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.newsletter input {
  height: 60px;
  border: none;
  padding: 10px 15px;
  flex: 1;
  outline: none;
}

.newsletter button {
  background: #0b7077;
  color: white;
  border: none;
  padding: 10px 15px;
  margin-right: 8px;
  cursor: pointer;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .parent-dashboard #dash-menu ~ #footer,
  .parent-dashboard #dash-menu.expand ~ #footer {
    width: 100%;
  }
}

@media (max-width: 540px) {
  .footer-container {
    gap: 20px;
  }
  .footer-title,
  .footer-section {
    padding: 20px 0;
  }
}

/*-------------------------------
--------------Sign In / Up------------
---------------------------------*/
.signinup {
  width: 100%;
  height: fit-content;
  padding: 30px var(--padding);
}

.login-section {
  flex: 1;
  text-align: left;
  max-width: 400px;
}

.login-section h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 30px;
}

.login-section > p {
  font-size: 20px;
  color: #666;
  margin-top: 0;
  margin-bottom: 20px;
}

.signin-top-btn {
    flex-direction: column;
}

.signin-top-btn > * {
  width: 100%;
}

.signin-top-btn a {
  text-align: center;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.signin-top-btn a:hover {
  background: rgb(243, 251, 249);
}

.separator {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 15px 0;
}

.separator::before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.separator span {
  text-align: center;
  color: #888;
  background: white;
  padding: 0 6px;
  font-size: 12px;
  z-index: 1;
}

.login-form input,
.signup-form input {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.signup-form input {
  margin: 4px 0;
}

.signup-form > input:nth-of-type(1) {
  background: #f4fffc;
}
.signup-form > input:nth-of-type(2) {
  background: #fcf8ff;
}
.signup-form > input:nth-of-type(3) {
  background: #fefff3;
}

.signup-form .school-class input + input {
  margin-left: 8px;
}

.signup-form .school-class input:nth-child(1) {
  width: 65%;
  background: #fffafa;
}

.signup-form .school-class input:nth-child(2) {
  width: 35%;
  background: #f0fbff;
}

.login-form .signup-form input:focus {
  outline: 2px solid #2aaf9d;
}

.login-btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 5px;
  background: #2aaf9d;
  color: white;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}

.login-btn:hover {
  background: #239485;
}

.image-section {
  flex: 1;
  max-width: 500px;
}

.image-section img {
  width: 100%;
}

/*google sign icon*/

@media (max-width: 768px) {
  .signin-top-btn {
    flex-wrap: wrap;
    gap: 15px;
  }
  .signin-top-btn > * {
    width: 100%;
    margin: 0;
  }
}

/*------ Forgot Password -------*/
.parent-sign-in .input-modal {
  display: none;
}
.input-modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.input-modal .modal-content {
  background-color: white;
  padding: 20px;
  margin: 15% auto;
  width: 340px;
  max-width: 100%;
  border-radius: 5px;
  text-align: center;
}
.input-modal .modal-content h4 {
  margin-bottom: 30px;
  margin-right: 10px;
  font-size: 16px;
}
.input-modal .close-btn {
  position: absolute;
  top: 18px;
  right: 10px;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
  z-index: 2;
}

.input-modal .close-btn:hover {
  color: var(--cs-bg2-vib);
}

.reset-form {
  font-size: 16px;
  line-height: 30px;
}

.parent-reset-password .reset-form > * + * {
  margin-top: 20px;
}

.reset-form input,
.reset-form input:focus {
  width: 210px;
  border-width: 0;
  border-bottom-width: 2px;
  border-image: linear-gradient(
    to right,
    var(--cs-bg1-vib),
    var(--cs-bg1-bright)
  );
  border-image-slice: 1;
  outline: none;
}

.reset-form button {
  border: none;
  padding: 4px 10px;
  border-radius: 2px;
  background: var(--cs-bg0);
  transition: background 0.3s ease-in-out;
}
.reset-form button:hover {
  background: var(--cs-bg1-bright);
}

.input-modal .modal-content p {
  margin-bottom: 0;
  margin-top: 1rem;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.input-modal .modal-content p.msg {
  height: 26px;
}

@media (max-width: 991px) {
  .signinup {
    flex-direction: column;
    height: fit-content;
  }
  .signinup .image-section {
    margin-top: 50px;
    margin-bottom: 10px;
    z-index: -1;
  }
  .input-modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 20px var(--padding);
  }
  .reset-form input,
  .reset-form input:focus {
    width: 250px;
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Custom Select
--------------------------------------------------------------*/
.class-box {
  z-index: 10;
}

.version-box {
}

.selected-item {
  margin: 20px 0;
}
/* custom select style */
.selected-item {
  margin: 20px 0;
}
/* custom select style */
#cusSelectbox {
  height: 100%;
  width: 100%;
}
.s-hidden {
  visibility: hidden;
}
#class-select {
  min-width: 190px;
}
#version-select {
  min-width: 170px;
}
.custom-select {
  height: 40px;
  display: inline-block;
  position: relative;
  -webkit-perspective: 800px;
  perspective: 800px;
}
.selectLabel {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--cs-bg1-bright);
  box-shadow: none;
  color: #4f4f4f;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 0 35px 0 10px;
  text-align: left;
  text-wrap: nowrap;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 10px 0 0 0;
  z-index: 120;
}
.isom .selectLabel {
  border: none;
}
.selectLabel:after {
  content: "\25BC";
  color: var(--ss-c1);
  font-size: 12px;
  line-height: 8px;
  padding: 10px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 15%;
  height: 70%;
  width: 35px;
}
.selectLabel:active {
  -webkit-transform: rotateX(30deg);
  transform: rotateX(30deg);
}
.selectLabel:active:after {
  content: "\25B2";
}
.selectLabel.filter-activate:after {
  content: "\25B2";
}
/*.selectlebel.open{
  transform': 'translateY(' + (i * 100 + 100) + '%)',
                        'transition-delay': i * 30 + 'ms'
}
*/
.options {
  position: absolute;
  top: 40px;
  height: 1px;
  width: 100%;
  background: var(--ss-bg1-alt);
  display: block;
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.options li {
  background: white;
  color: rgb(28, 28, 28);
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  display: block;
  line-height: 40px;
  list-style: none;
  opacity: 1;
  padding: 0 35px 0 10px;
  text-align: left;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 0;
  height: 40px;
  width: 100%;
  border-radius: 10px 0 0 0;
}
.options li.child {
  padding: 0 20px 0 30px;
}
.options li:hover {
  background: rgb(230, 230, 230);
  color: rgb(23, 23, 23) !important;
}
.options li:focus {
  outline: none;
}
.options li.filter-active {
  background: #9fe7e4;
  color: rgb(0, 0, 0) !important;
}
.subject-classes li:nth-child(1) {
  z-index: 119;
}
.subject-classes li:nth-child(2) {
  z-index: 118;
}
.subject-classes li:nth-child(3) {
  z-index: 117;
}
.subject-classes li:nth-child(4) {
  z-index: 116;
}
.subject-classes li:nth-child(5) {
  z-index: 115;
}
.subject-classes li:nth-child(6) {
  z-index: 114;
}
.subject-classes li:nth-child(7) {
  z-index: 113;
}
.subject-classes li:nth-child(8) {
  z-index: 112;
}
.subject-classes li:nth-child(9) {
  z-index: 111;
}
.subject-classes li:nth-child(10) {
  z-index: 110;
}
.subject-classes li:nth-child(11) {
  z-index: 109;
}
.subject-classes li:nth-child(12) {
  z-index: 108;
}
/*---Custom Select ends---*/
