@font-face {
  font-family: "Trileqe";
  src: local("Trileqe"), local("Trileqe"),
    url("../fonts/TrileqeFatt-Regular.otf") format("embedded-opentype"),
    url("../fonts/TrileqeFatt-Regular.otf") format("woff"),
    url("../fonts/TrileqeFatt-Regular.otf2") format("woff2");
}

@font-face {
  font-family: "ABC-Monument-Grotesk";
  src: local("ABC-Monument-Grotesk"), local("ABC Monument Grotesk"),
    url("../fontsNew/ABCMonumentGrotesk-Regular.woff2")
      format("embedded-opentype"),
    url("../fontsNew/ABCMonumentGrotesk-Regular.woff2") format("woff"),
    url("../fontsNew/ABCMonumentGrotesk-Regular.woff2") format("woff2");
}

body::-webkit-scrollbar {
  display: none;
}


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

.form-section::-webkit-scrollbar { 
  display: none;
}
.form-section {
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none; 
}

.chatBot-container {
  display: none;
}

.signup-container-root {
  min-height: 100vh;
  background: #fff;
  width: 100%;
  overflow: auto;
  scrollbar-width: none;
}
.signup-container {
  display: flex;
  /* padding: 10px; */
  height: 100vh;
  overflow: auto;
  scrollbar-width: none;
}

.okta-h3 {
  font-size: 32px;
    text-align: justify;
    color: #0D5BA4;
    font-family: "moderateProBold", sans-serif;
    font-weight: 700;

}

.okta-h3-signup {
  text-align: justify;
  color: #0D5BA4;
  font-size: 32px;
  font-weight: 700;
  font-family: "moderateProBold", sans-serif;
  line-height: 41.6px;
}
.w-50 {
  width: 50%;
}
.left {
  height: 100%;
}

.right {
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
}

.right::-webkit-scrollbar {
  width: 0px;
  display: none;
}

#discussion-messages {
  max-width: 451px;
  height: 100%;
  /* height: calc(100% - 65px); */
  overflow: scroll;
  scrollbar-width: none;
}
#discussion-messages::-webkit-scrollbar {
  width: 0px;
  display: none;
  scrollbar-width: none;
}
.go-back {
  border-radius: 50%;
    background-color: #B9D9EF;
    height: 26px;
    width: 26px;
    text-align: center;
    padding-top: 5px;
    padding-left: 4px;
}


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

.left-image {
  /* width: 450px; */
  height: 100vh;
  width: 60vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-image img {
  object-fit: contain;
  width: 72%;
  /* box-shadow: 15px 5px 0px -3px #000; */
  /* border-radius: 32px; */
  /* box-shadow: 8px 2px 3px -3px #000;
  border-radius: 25px; */
}
.image-section .caption {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 30px 40px;
  border-radius: 4px;
  font-family: "moderateProRegular", sans-serif;
  max-width: 30%; /* Ensure the caption doesn't overflow */
  /* text-align: right; */
}

.image-section .caption p {
  margin: 5px 0;
  /* font-size: smaller; */
  text-align: center;
}

#okta-sign-in .registration .subschema {
  display: none !important ;
}

#okta-sign-in .registration .subschema {
  margin-bottom: 0 !important;
}
.signUp-wrapper-c {
  height: 574px;
  text-align: center;
}

.rignt-inner-wrappwer {
  text-align: center;
  /* height: 100vh; */
  /* overflow: auto; */
  scrollbar-width: none;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.right-logo {
  padding-bottom: 30px !important;
}

.rignt-inner-wrappwer::-webkit-scrollbar {
  width: 0px;
  display: none;
}

#okta-sign-in {
  max-width: 442px !important;
}

#okta-sign-in .o-form-input,
#okta-sign-in .o-form-label {
  padding-bottom: 6px;
  padding-top: 6px;
}

#okta-sign-in.auth-container.main-container {
  background: transparent !important;
  border: none !important ;
  box-shadow: none !important;
}

#okta-sign-in.auth-container .okta-sign-in-header {
  display: none !important;
}

#okta-sign-in.auth-container h2 {
  font-family: "filsonProBold", sans-serif;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 24px;
  letter-spacing: 0em;
  color: #14497A !important;
  padding-bottom: 20px;
  /* color: #000 !important  ; */
}

.sigunup-content p:nth-child(1):after {
  content: "";
  display: block;
  height: 1px;
  border-top: 1px solid #dadada;
  margin-bottom: 20px;
  margin-top: 20px;
  height: 1px;
  width: 399px;
}

#okta-sign-in .o-form label {
  display: none;
}

#okta-sign-in.auth-container .okta-form-input-field {
  background-color: transparent !important;
  border-color: #8C8C8C !important;
}

#okta-sign-in.auth-container .okta-form-input-field {
  width: 426px !important;
  width: 100% !important;
  /* border-radius: 10px !important; */
  background-color: #fff !important;
}

#okta-sign-in .o-form .input-fix {
  outline: none !important;
  border: 1px solid #CECECE !important;
  border-radius: 6px !important;
  background-color: #fff !important;
}

#okta-sign-in .o-form .input-fix input[type="text"] {
  border-radius: 10px !important;
  color: #000 !important;
}

#okta-sign-in .o-form .input-fix input[type="password"] {
  border-radius: 10px !important;
  color: #000 !important;
}

#okta-signin-submit {
  border-radius: 5px !important;
  background: #0d5ba4 !important;
  /* box-shadow: 2px 2px 0 0 #000 !important; */
  /* border: 2px solid #000 !important; */
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 24px;
  font-family: 'moderateProRegular', sans-serif !important;
  margin-top: 12px !important;
}

#okta-sign-in .button-primary {
  margin-top: 12px !important;
  border-radius: 5px !important;
  background: #0d5ba4 !important;
  color: white !important;
  /* box-shadow: 2px 2px 0 0 #000 !important; */
  /* border: 2px solid #000 !important; */
  /* color: #000 !important; */
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 15px !important;
  line-height: 24px;
  font-family: 'moderateProRegular', sans-serif !important;
}

#okta-sign-in .button-primary:hover {
  background-color: #0087d0 !important;
  border-color: #0087d0 !important;
}
#okta-sign-in .confirm-16:before {
  color: #248C00 !important
}
#okta-sign-in .infobox > .icon p {
  text-align: left;
}

.auth-footer {
  text-align: left !important;
}
/* .auth-footer a {
  font-weight: 400 !important;
  font-size: 14px !important;
  font-family: "ABC-Monument-Grotesk" !important;
  color: #000000 !important;
} */

.auth-footer a {
  color: #0d5ba4 !important;
  font-family: 'moderateProRegular', sans-serif !important;
  font-size: 16px !important;
  text-decoration: underline !important;
}
.okta-login-form__signup-text {
  font-weight: 400 !important;
  font-size: 16px !important;
  font-family: 'moderateProRegular', sans-serif !important;
  color: #000000 !important;
  line-height: 16px !important;
}
.okta-login-form__signup-text p a {
  font-weight: 500 !important;
  font-size: 16px !important;
  font-family: 'moderateProRegular', sans-serif !important;
  line-height: 18.8px !important;
  color: #0d5ba4 !important;
  text-decoration: underline !important;
}

.form-section {
  flex: 1 1 40%; /* Flex-grow, flex-shrink, and flex-basis set to 40% */
  max-width: 40%; /* Ensure the form section doesn't exceed 40% */
  /* padding: 20px; */
  display: flex;
  height: 100vh;
  overflow: hidden;
  /* margin-top: 3rem; */
  justify-content: center;
  align-items: flex-start;
  /* background-color: #f9f9f9; */
}

.form-section:hover {
  overflow: scroll;
}

.p40 {
  /* padding-right: 35px !important; */
  padding-top: 65px !important;
}

.p45 {
  padding-top: 55px !important;
  /* padding-bottom: 20px !important; */
  /* padding-right: 35px !important; */
}
.form-section footer {
    margin-top: 10px;
    font-size: 12px;
    color: #707070;  
    margin-right: 27px;
    font-family: "Public", sans-serif;
    line-height: 14.1px;
}

.form-section footer p {
  /* margin-right: 145px; */
  display: table-row;
  /* text-align: initial !important; */
}

.form-section .links a {
    color: #707070;
    text-decoration: underline;
    /* margin-right: 10px; */
}

.form-section footer ul {
  list-style-type: none !important;
  padding: 0 0 10px;
  margin: 10px 0;
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
  /* margin-right: 50px; */
}

.form-section footer ul li {
  display: inline-block !important;
  margin: 0 3px;
}

.form-section footer ul li a {
  line-height: 20px;
  display: inline-block;
  color: #707070;
}

footer ul li:first-child {
  margin-left: 0;
}

footer ul li img {
  margin-left: 2px;
}

.image-section {
  flex: 1 1 60%; /* Flex-grow, flex-shrink, and flex-basis set to 60% */
  max-width: 60%; /* Ensure the image section doesn't exceed 60% */
  position: relative;
  /* overflow: hidden; */
}

.image-section img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  object-fit: cover;
}

.right-logo img {
  display: block;
  /* margin: 0 0 0 -15px; */
  margin-right: 253px;
  max-width: 140px;
  max-height: 60px;

}

.okta-login-form__signup-text p {
 float: inline-start;
 color: #707070;
}

.left-button a {
  border: 1px solid #0D5BA4;
  height: 53px;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19.2px;
  line-height: 25px;
  font-family: 'moderateProRegular', sans-serif !important;
  font-weight: 700;
  border-radius: 5px !important;
  background: #fff;
  color: #0d5ba4 !important;
  /* box-shadow: 2px 2px 0 0 #000; */
  /* margin-left: 84px; */
  /* margin-top: 25px; */
}

.login-aggregator {
  background: transparent !important;
  border: none !important;
  margin-top: 12px;
}
#okta-sign-in .auth-footer {
  margin: 12px 0;
}

/* SignUp  */

#okta-sign-in .auth-content {
  padding: 0 !important;
}

#okta-sign-in .registration .subschema {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#okta-sign-in.auth-container .okta-form-label {
  display: none;
}

#okta-sign-in.auth-container .chzn-single {
  background-color: #fff;
  border: 1px solid #CECECE !important;
  border-radius: 6px !important;
}
#okta-sign-in.auth-container .chzn-single span {
  color: #000 !important;
}
#okta-sign-in .registration .subschema .subschema-satisfied {
  color: #a7a7a7;
  width: 50%;
}
#okta-sign-in .registration .subschema .subschema-error {
  color: #e34843;
  width: 50%;
}
#okta-sign-in .registration .subschema p {
  padding: 4px !important;
}
#okta-sign-in .o-form-theme {
  padding: 0 !important;
}
#okta-sign-in .registration .o-form-fieldset-container .required-fields-label {
  display: none;
}
#okta-sign-in .o-form-select {
  width: 399px !important;
  height: 41px !important;
  /* border: 1px solid #CECECE !important; */
  border-radius: 6px !important;
  border-color: #8C8C8C !important;
}

#okta-sign-in .chzn-container-single .chzn-single span {
  text-align: left;
}

.sigunup-content {
  max-width: 399px;
  margin: 0 auto;
  text-align: start;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #707070 !important;
}

.sigunup-content p:nth-child(1) a{
  color: #707070 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-family: 'moderateProRegular', sans-serif !important;
}

.signup-content p{
  color: #707070 !important
}


/* .sigunup-content p:nth-child(1),  */
/* .sigunup-content p:nth-child(1), .sigunup-content hr  {
  display: none;
} */


/* .signup-content p:last-child {
  display: block !important;
} */
hr {
  margin: 8px 0 !important;
}

.input154 option {
  width: 399px;
}

#okta-sign-in.auth-container .chzn-single {
  background-color: #fff;
  border-color: none !important;
  width: 400px;
}

#okta-sign-in .o-form-fieldset {
  margin-bottom: 4px !important;
}

.hideCloseIcon {
  display: none;
  cursor: pointer;
  top: -8px;
  right: -12px;
  position: absolute;
  /* z-index: 1; */
}

.hideCloseIcon img {
  width: 28px !important;
  height: 26px !important;
}

.chatbotIcon:hover + .hideCloseIcon {
  display: block;
}

.hideCloseIcon:hover {
  display: block;
}

#input-container-error232 {
  text-align: center;
}
#okta-sign-in.auth-container .o-form-explain.okta-form-input-error {
  text-align: left;
}
#input154_chzn {
  width: 399px !important;
  background: #e6955a;
  border-radius: 10px;
}

.chzn-container.chzn-with-drop .chzn-drop {
  /* background: #e6955a; */
  background: #fff;
  border-radius: 6px;
  padding: 12px 16px 12px 16px;
  margin-left: 0px;
  color: #2E2E2E;
  font-family: 'moderateProRegular', sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  width: 100%;
  margin-top: 8px;
  border-top: 1px solid #CECECE !important;
  border: 1px solid #CECECE !important;
}
.chzn-container .chzn-results li {
  border: none !important;
}

#input221_chzn {
  width: 400px !important;
  border-radius: 10px !important;
  color: #fff !important;
}

.chzn-container {
  width: 397px !important;
}

.chzn-container-single .chzn-search input {
  padding: 4px 5px !important;
  height: 25px !important;
  font-size: 16px !important;
}

.js-help-link {
  display: none !important;
}
.o-form-input .o-form-input-name-homeschooled {
  display: none !important;
}

.homeschool-checkbox-container {
  text-align: left;
  display: flex;
  gap: 12px;
  font-family: "ABC Monument Grotesk";
  font-size: 12px;
  color: black;
  font-weight: 400;
}

#okta-sign-in .registration .subschema p {
  font-family: "ABC Monument Grotesk";
  font-size: 12px;
  color: black;
  font-weight: 400;
}

.school-list::-webkit-scrollbar {
  display: none;
}
/* .chzn-results::-webkit-scrollbar {
  display: none;
} */
.chzn-results {
  border: 1px solid #000;
  box-sizing: border-box;
  scrollbar-width: thin;  /* For Firefox */
  scrollbar-color: #888 #f1f1f1;  /* For Firefox */
  overflow: auto !important;
}

.chzn-results::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.chzn-results::-webkit-scrollbar {
  width: 12px !important;
}

/* Track */
.chzn-results::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
 -webkit-border-radius: 10px !important;
 border-radius: 10px !important;
}

/* Handle */
.chzn-results::-webkit-scrollbar-thumb {
 -webkit-border-radius: 10px !important;
 border-radius: 10px !important;
 background: #41617D !important; 
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 

}
.chzn-results::-webkit-scrollbar-thumb:window-inactive {
 background: #41617D !important; 
}

.school-list {
  max-height: 169px;
  border: 1px solid #CECECE !important;
  overflow: scroll;
  position: fixed;
  scrollbar-width: none;
  background: #fff;
  list-style: none;
  z-index: 999;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  border-color: #777;
  border-radius: 10px;
  font-family: 'moderateProRegular', sans-serif !important;
  padding: 4px !important;
}
.school-list {
  display: none !important;
}
.school-list.open {
  display: block !important;
}
.school-list li {
  padding: 4px 8px !important;
}
.school-list li:hover {
  background-color: #f9f9f9 !important;
  color: #000;
  cursor: pointer;
  border-radius: 6px;
  border: 1px;
  z-index: 999;
}
.homeschool-checkbox-container label {
  display: block !important;
}

#ui-datepicker-div {
  display: none;
}

.chzn-container-single .chzn-single {
  border: 1px solid #CECECE !important;
  border-radius: 6px !important;
  height: 42px !important;
  line-height: 38px;
}
#okta-sign-in .chzn-container-single .chzn-single {

}

@media screen and (max-width: 768px) and (min-width: 601px){
  /* #okta-sign-in .chzn-container-single .chzn-single {
      width: 68% !important;
  } */
  /* .chzn-container-active.chzn-with-drop .chzn-single {
    width: 68% !important;
  } */
  #okta-sign-in .o-form-select {
    width: 315px !important;
}
  .chzn-container.chzn-with-drop .chzn-drop {
    /* width: 68% !important; */
  }
  #okta-sign-in.auth-container .chzn-single {
    width: 320px !important;
  }
}


.highlighted {
  /* background: #ffe524 !important; */
  border-radius: 4px;
}

.terms-text .terms-separator {
  position: relative;
}

.terms-text .terms-separator-text {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%) !important;
  background: #fff;
  width: 50px;
  z-index: 1;
}
.message-text a {
  color: #2127c2;
  text-decoration: underline;
}

.message-text a:hover {
  color: #2127c2;
  text-decoration: underline;
}

.sigunup-content {
  position: relative;
}

.okta-login-form__signup-text .terms-separator-text {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, 0);
  background: #fff;
  width: 50px;
  z-index: 1;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* Safari-specific styles */
    .okta-login-form__signup-text .terms-separator-text {
      position: absolute;
      left: 50%;
      top: 60%;
      transform: translate(-50%, 50%);
      background: #fff;
      width: 50px;
      z-index: 1;
    }
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .okta-login-form__signup-text .terms-separator-text {
    position: absolute;
    left: 50%;
    top: 59%;
    transform: translate(-50%, 50%);
    background: #fff;
    width: 50px;
    z-index: 1;
  }
}

@-moz-document url-prefix() {
  .okta-login-form__signup-text .terms-separator-text {
    position: absolute;
    left: 50%;
    top: 59%;
    transform: translate(-50%, 50%) !important;
    background: #fff;
    width: 50px;
    z-index: 1;
  }
}

.okta-login-form__signup-text .terms-separator .terms-separator-text {
  position: absolute;
  left: 50%;
  top: 59%;
  transform: translate(-50%, -50%) !important;
  background: #fff;
  width: 50px;
  z-index: 1;
}

#okta-sign-in .focused-input,
#okta-sign-in .link.help:focus {
  box-shadow: none !important;
}

#okta-sign-in {
  margin: 8px auto 8px !important;
}


/* #okta-sign-in.auth-container.main-container p {
  text-align: center !important;
  font-family: 'moderateProRegular', sans-serif;
  color: #fff;
} */
.okta-form-infobox-error p{
  /* text-align: center !important; */
  font-family: 'moderateProRegular', sans-serif;
  color: #d93934;
}
.infobox-success p {
  color:#fff !important
}

/* .icon, .success-16 {
  display: none;
} */

#okta-sign-in .infobox:before {
  background-color: none !important;
}
#okta-sign-in .infobox {
  border-radius: 8px !important;
}
#okta-sign-in .success-16:before, .error-16:before {
  content: "" !important
}

#okta-sign-in .infobox:before {
  position: unset !important;
}

#okta-sign-in .infobox {
  padding: 12px !important;
}

#okta-sign-in .infobox-success {
  border: 1px solid #ddd;
  border-radius: 8px !important;
  background-color: #248C00 !important;
  color: #fff;
}

#okta-sign-in .o-form-has-errors .infobox-error {
  border: 1px solid #d93934 !important;
  border-radius: 8px;
  background-color: white;
  color: #d93934 !important;
}

#okta-sign-in .o-form-explain.o-form-input-error {
  word-break: break-word !important;
}

#okta-sign-in .registration .subschema p {
  text-align: left !important;
  padding-left: 20px !important ;
  font-size: 12px;
  font-weight: 400;
  font-family: "ABC-Monument-Grotesk";
}
.custom-user-error {
  margin-bottom: 10px !important;
}
#okta-sign-in .o-form-input-error .icon-16 {
  left: 0 !important;
  position: absolute !important;
  /* top: 0 !important; */
}
#okta-sign-in .o-form-has-errors .infobox-error {
  text-align: left;
}

#input-container-error231 {
  text-align: left !important;
}
#okta-sign-in.auth-container .o-form-explain.okta-form-input-error {
  padding-top: 6px;
}

@media only screen and (max-width: 1199px) {
  body {
    padding-top: 0px !important;
  }
}

/* ChatBot  */

.chatBoat-Icon img {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: inherit;
}

.chatBoat-Icon {
  position: fixed;
  bottom: 4%;
  right: 2%;
  z-index: 1;
}

.chat-box-container {
  width: 481px;
  height: 474px;
  position: absolute;
  bottom: 2%;
  right: 4%;
  z-index: 1;
}

.chat-box-header {
  width: 100%;
  height: 3.4375rem;
  background: #2127c2;
  padding: 0.5rem 1rem 10px;
  border-radius: 0.5rem 0.5rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-p-c {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-c {
  position: relative;
}

.message-active {
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  border: 1px solid #fff;
  background: #0db870;
  right: 0;
  bottom: 1px;
}

.chat-bot-msg-container {
  /* overflow: scroll; */
  width: 100%;
  height: calc(100% - 125px);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.user_name {
  color: #fff;
  font-family: ABC Monument Grotesk;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: center;
}

.chat-bot-msg-container img {
  border-radius: 50%;
  width: 101px;
  height: 86px;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 12px;
}

.close_icon {
  cursor: pointer;
  width: 12px;
}

.chat-bot-msg-container b {
  font-weight: bold;
}
.get-started {
  width: 24.5625rem;
  margin-top: 22px;
}
.msg-intro {
  font-size: 18px;
  font-family: ABC Monument Grotesk;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
}

.margin-bottom {
  margin-bottom: 12px;
}

.messanger_button {
  margin-top: 2.5rem;
  display: inline-flex;
  padding: 0.6875rem 1.875rem;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background: #2127c2;
  font-size: 14px;
  font-family: ABC Monument Grotesk;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  color: #fff;
  cursor: pointer;
}

.hidden {
  display: none;
}

.chat-message-container {
  width: 100%;
  /* height: calc(100% - 25px); */
  height: 100%;
  position: relative;
}

.discussion-messages:first-child {
  padding-top: 24px;
}

.user-parent {
  height: fit-content;
  gap: 5px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 65px);
  scrollbar-width: none;
}
.user-parent::-webkit-scrollbar {
  display: none;
}
.user-parent {
  scrollbar-width: none;
}
#okta-sign-in.auth-container.main-container::-webkit-scrollbar {
  display: none;
}
#okta-sign-in.auth-container.main-container {
  scrollbar-width: none;
}
.chatClose img {
  width: 25px !important;
  height: 27px !important;
}
.user-parent img {
  width: 36px;
  height: 36px;
  border-radius: 5.625rem;
  transform: scale(1.1);
  -webkit-clip-path: circle(40% at center);
  clip-path: circle(40% at center);
}

.message-c {
  flex: 1 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  /* max-width: 80%; */
}

.message-text {
  max-width: 407px;
  width: 100%;
  /* display: flex; */
  padding: 12px;
  align-items: center;
  gap: 10px;
  border-radius: 30px 30px 30px 0;
  background: #d3d4f3;
  font-size: 12px;
  text-align: left;
  margin: 0 7px;
  font-family: "ABC-Monument-Grotesk";
}
.like-c-p {
  display: flex;
}

.message-text-sender {
  font-family: "ABC-Monument-Grotesk";
  word-break: break-word;
  width: 100%;
  display: inline-block;
  padding: 12px;
  align-items: center;
  gap: 10px;
  border-radius: 30px 30px 0 30px;
  background: #3893e7;
  color: #fff;
  font-size: 14px;
  text-align: left;
  /* width: 80%; */
}
.message-c {
  margin-right: 12px;
}
.message-time {
  width: 100%;
  color: #3d3d3d;
  font-size: 10px;
  font-family: abcRegular, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 3px;
  text-align: left;
  text-align: initial;
  margin-left: 12px;
}

.right-message .message-time {
  text-align: right;
}
.message-sub-container {
  display: flex;
  max-width: 100%;
  /* align-items: center;
  justify-content: center; */
}
.like-btn {
  cursor: pointer;
  width: 36px !important;
  height: 36px !important;
  object-fit: none !important;
}
.dislike-btn {
  cursor: pointer;
  width: 36px !important;
  height: 36px !important;
  object-fit: none !important;
}
.left-message {
  display: flex;
}
.right-message {
  display: flex;
  justify-content: flex-end;
  max-width: 90%;
}
.get-response {
  display: flex;
  justify-content: flex-end;
}
.message-input-container {
  width: 100%;
  position: absolute;
  margin-top: 5px;
  bottom: 0px;
  font-family: "ABC-Monument-Grotesk";
}
.message-input {
  width: 100%;
  height: 55px;
  border-radius: 8px;
  background: #fff;
  padding: 19px 60px 19px 17px;
  border: 1px solid #d2d2d2;
  outline: none;
}
.message-input-container img {
  position: absolute;
  top: 35%;
  right: 5px;
  cursor: pointer;
  object-fit: contain;
  height: 18px;
  width: 45px;
}
#okta-sign-in .error-16:before {
  font-size: 15px !important;
}
.separator {
  position: relative;
  padding: 15px 0 !important;
}
.separator:before {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0.25;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.separator span {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 10px;
}

#okta-sign-in .registration .subschema p span {
  position: absolute;
  left: 0px !important;
  top: 0px !important;
}

#okta-sign-in .o-form-input .o-form-input-name-date_of_birth {
  width: 85% !important;
}
#okta-sign-in .o-form-input .ui-datepicker-trigger {
  position: absolute;
  margin-left: 22px !important;
  height: 38px;
  width: 38px;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  #okta-sign-in.auth-container .chzn-single {
    width: 315px;
  }
  .signup-container-root {
    min-height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    scrollbar-width: none;
    /* overflow: hidden; */
  }
  .signup-container-root::-webkit-scrollbar {
    width: 0px;
    display: none;
  }
  .signup-container {
    height: auto;
    overflow-x: hidden;
    width: 100%;
    padding: 40px 0px 0px 0px;
  }
  .signInPageCenter {
    display: flex;
    justify-content: center;
  }
  
  .right {
    /* height: auto; */
    overflow: inherit;
  }
  #okta-sign-in.auth-container .auth-content {
    max-width: 270px;
    margin: 0 auto;
  }
  #okta-sign-in.auth-container {
    width: 300px !important;
    overflow: hidden;
  }

  .chat-box-container {
    width: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .msg-intro {
    font-size: 18px;
  }
  .messanger_button {
    font-size: 12px;
  }

  .signup-container {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
  .w-50 {
    width: 100% !important;
  }

  .form-section, .image-section {
    max-width: 100% !important;
  }

  /* #okta-sign-in .auth-footer {
    text-align: center !important;
  } */
  .left {
    order: 2;
    height: auto;
  }
  /* .left-image {
    display: none;
  } */

  .left-button {
    display: flex;
    justify-content: center;
  }

  .sigunup-content p {
    padding: 8px 29px;
  }
  #okta-sign-in .o-form-button-bar {
    padding-bottom: 0 !important;
  }
  #okta-sign-in .o-form-button-bar {
    background: transparent;
    border: none;
    padding: 0px !important;
    border-radius: 0;
    box-shadow: none;
  }
  #okta-sign-in.auth-container .chzn-single {
    max-width: none !important;
  }
  #input154_chzn {
    max-width: 300px !important;
  }
  /* .chzn-container-active.chzn-with-drop .chzn-single {
    max-width: 300px !important;
  } */
  .chzn-container.chzn-with-drop .chzn-drop {
    /* max-width: 300px !important; */
  }
  .chzn-container-single .chzn-search {
    background-color: #fff !important;
  }

  .hideCloseIcon img {
    display: none;
  }
  .school-list {
    /* left: 65px !important; */
  }
  .chatBoat-Icon {
    position: fixed;
    bottom: 10px;
    right: 24px;
    z-index: 1;
  }
  .left-button a {
    margin-left: 0;
  }
  .rignt-inner-wrappwer {
    height: inherit;
    overflow: unset;
  }
  .rignt-inner-wrappwer {
    /* padding: 0; */
  }
  .signUp-wrapper-c {
    height: auto;
    overflow: inherit;
  }
  #okta-sign-in.auth-container .o-form-explain.okta-form-input-error {
    padding-left: 24px;
  }
  #okta-sign-in .o-form-input .ui-datepicker-trigger {
    position: absolute;
    margin-left: 11px !important;
  }

  .p40 {
    padding-top: 0px !important;
  }
}




.form-section footer {
  /* margin-right: 0px !important;  */
  text-align: left !important;
  margin-left: -25px !important;
}


.forgot-password-email-enabled .button-primary.disabled {
  opacity: 0.7;
  pointer-events: none;
}

/* .signup-container-root {
  background-color: #f9f9f9 !important;
} */
@media (max-width: 378px) {
  .okta-h3-signup {
    margin-left: 27px !important;
  }
}


@media (max-width: 768px) {
  .signup-container {
      flex-direction: column;
      align-items: center;
  }
    .right-logo img {
        margin-right: 172px !important;
    }
  .okta-h3-signup {
    margin-left: 30px;
  }
  #okta-sign-in.auth-container .auth-content {
    max-width: 320px;
    margin: 0 auto;
  }
  #okta-sign-in .o-form-select {
    width: 319px !important;
}
.sigunup-content p:nth-child(1):after {
  width: 320px !important;
}
.chzn-container {
  width: 320px !important;
}
  .p40 {
    padding-right: 0px !important;
  }

  .image-section .caption {
    /* max-width: unset; */
    padding: 15px 30px !important;
  }

  .form-section, .image-section {
      flex: none;
      /* height: 50vh; */
  }

  .image-section img {
      height: 100%;
      max-width: 100% !important;
  }
  .left-image {
    height: unset !important;
    width: 100vw !important;
  }

  .p45 {
    margin-bottom: 25px !important;
    padding-top: 0px !important;
  }
  .okta-login-form__signup-text p {
    /* margin-right: 99px !important; */
    float: none;
   }
   .sigunup-content {
    position: relative;
    max-width: 378px !important;
}
   .form-section footer {
    margin-right: -53px !important;
}

.form-section footer ul  {
  gap: 7px !important;
}
#okta-sign-in.auth-container h2 {
  font-size: 16px !important;
}
#okta-sign-in.auth-container .button-primary {
  font-size: 15px !important;
}
.left-button a {
  font-size: 16px !important;
}
/* .right-logo img {
  margin-right: 147px !important;
}

.okta-login-form__signup-text::before {
  margin-right: -5px !important;
  margin-left: 25px !important;
}

.okta-login-form__signup-text p {
  margin-right: 73px !important;
}

.form-section footer {
  margin-right: -83px !important;
}

.left-button a {
  width: 321px !important;
  margin-right: -30px !important;
} */

}

/* @media screen and (min-width: 934px) and (max-width: 1024px) {
  .okta-h3-signup {
    margin-left: 38px !important;
}

} */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #okta-sign-in.auth-container .o-form-explain.okta-form-input-error {
    padding-left: 24px;
  }
  .signup-container-root::-webkit-scrollbar {
    width: 0px;
    display: none;
  }
  .signup-container-root {
    min-height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* overflow: hidden; */
  }
  .right {
    height: 80%;
  }
  #okta-sign-in.auth-container .chzn-single {
    max-width: 368px !important;
  }

  .left-image {
    max-height: 595px !important;
  }
  /* .p40 {
    padding-top: 25px !important;
  } */
  .right-logo {
    padding-bottom: 60px !important;
  }
  #okta-sign-in .o-form-input .ui-datepicker-trigger {
    margin-left: 19px !important;
  }
  .right-logo img {
    margin-right: 34rem !important;
  }
  #okta-sign-in .auth-footer {
    text-align: center !important;
  }
  .okta-login-form__signup-text p {
    text-align: center;
  }
  .form-section footer ul {
    max-width: 100% !important;
  }
  .form-section footer {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.form-section footer ul {
  gap: 1px !important
}
.form-section footer p {
  text-align: center;
  display: flow;
}
.chzn-container {
  width: 370px !important;
}
.okta-login-form__signup-text p {
  float: none;
}
  .chat-box-container {
    width: 60%;
    top: 73%;
    left: 65%;
    transform: translate(-50%, -50%);
  }
  .signup-container {
    flex-direction: column;
    align-items: center;
  }
  .w-50 {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form-section .image-section {
    max-width: 100% !important;
  }

  .p45 {
    margin-bottom: 25px !important;
  }

  .okta-h3-signup {
    text-align: center;
    margin-left: 0px !important;
}
.sigunup-content p:nth-child(1):after {
  width: 370px !important;
  /* margin-right: -58px; */
  margin-left: -25px;
}
  /* #okta-sign-in .auth-footer {
    text-align: center !important;
  } */
  .left {
    order: 2;
    height: auto;
  }
  .left-image {
    /* display: none; */
  }

  .image-section {
    max-width: 100% !important;
  }

  /* .image-section {
    overflow: scroll;
  } */
  .left-button {
    display: flex;
    justify-content: center;
  }
  .signup-container {
    padding-top: 40px;
  }
  .chzn-container-single .chzn-search {
    background-color: #fff !important;
  }
  .message-text {
    max-width: 451px;
  }
  .hideCloseIcon img {
    display: none;
  }
  #discussion-messages {
    max-width: inherit;
  }
  .left-button a {
    margin-left: 0;
  }
  .rignt-inner-wrappwer {
    height: inherit;
    overflow: unset;
  }
  /* .rignt-inner-wrappwer {
    padding: 0;
  } */
  .signUp-wrapper-c {
    height: auto;
  }
  #okta-sign-in.auth-container h2 {
    text-align: center !important;
  }
}
@media  screen and (max-width: 601) {
  #okta-sign-in .o-form-select {
    width: 315px !important;
}
#okta-sign-in.auth-container .chzn-single {
  width: 316px !important;
}
}


@media screen and (min-width: 768px) {
  #okta-sign-in.auth-container h2 {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1144px) {
  #okta-sign-in .o-form-select {
    width: 320px !important;
  }
  /* .okta-h3-signup {
    margin-left: 23px;
  } */
  #okta-sign-in.auth-container .chzn-single {
    /* width: 321px !important; */
  }
}

@media screen and (min-width: 1024px) and (max-width: 1144px){
  .chzn-container {
    width: 321px !important;
}
#okta-sign-in.auth-container .chzn-single {
  width: 321px !important;
}
#okta-sign-in.auth-container .auth-content {
  max-width: 320px !important;
  margin: 0 auto;
}
.okta-h3-signup {
  margin-left: 24px;
}
#okta-sign-in .o-form-input .ui-datepicker-trigger {
  margin-left: 10px !important;
}
  
}

@media screen and (max-width: 1144px) {

  #okta-sign-in.auth-container {
    width: 370px !important;
    overflow: hidden;
  }
  /* .okta-login-form__signup-text p {
    margin-right: 103px;
    float: none;
   } */
   .sigunup-content p:nth-child(1):after {
    width: 320px
   }
   .sigunup-content {
    max-width: 318px;
}
/* .okta-h3-signup {
  margin-left: 24px;
} */

   .form-section .signup-content p {
    margin-right: 96px !important;
   }

   .okta-login-form__signup-text::before {
    margin-right: 27px;
    margin-left: 27px;
   }

   .right-logo img {
    margin-right: 174px;
   }

   .form-section footer {
   margin-right: 0px;
}

.form-section footer {
  margin-right: -46px;
}
.form-section footer ul {
  max-width: 80%;
}
.form-section footer ul li:last-child {
  margin: 0px
}

.left-button a {
  width: 325px !important;
}

/* #okta-sign-in.auth-container .chzn-single {
  width: 321px;
} */


.form-section footer ul {
  font-size: inherit;
}
}

/* @media (max-width: 768px) {
  .right-logo img {
      margin-right: 147px !important;
  }
} */
.terms-separator-text {
  background-color: white;
}

.okta-form-title {
  text-align: start !important;
  font-size: 28px !important;
    color: #14497A !important;
    margin: 0;
    font-weight: 700 !important;
}

.hr {
  margin: 20px 17px;
  height: 1px;
  border-top: 1px solid #dadada;
}



 @media (max-width: 1024px) {
  .image-section .caption {
    max-width: unset;
    padding: 25px 60px;
  }
  .form-section {
    overflow: initial !important;
    height: unset !important;
  }
  .left-image {
    width: 100vw !important;
    height: unset !important;
  }
}
/* 
@media (min-width: 1200px) {
  .form-section{
    margin-top: 2rem !important;
  }
} */

@media only screen 
  and (min-device-width: 920px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait),
only screen 
  and (min-device-width: 920px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape) {

    /* Your custom styles for iPad Pro */
    .image-section .caption  {
        bottom: -36px;
    }
}