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

.button {
  background-color: #E3E3E3;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  transition: 0.3s ease-in-out;
  transition: transform 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
.button:hover {
  background-color: #d8d8d8;
}
.button-shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.button-scale:hover {
  transform: scale(1.1);
}
.button-scale-v02:hover {
  transform: scale(1.05);
}
.button-primary {
  background-color: #304D70;
  color: whitesmoke;
}
.button-primary:hover {
  background-color: #022A59;
  color: whitesmoke;
}
.button-info {
  background-color: #0074FF;
  color: whitesmoke;
}
.button-info:hover {
  background-color: #005dcf;
  color: whitesmoke;
}
.button-disabled {
  pointer-events: none !important;
  background-color: #1c2e44;
  user-select: none;
}

.dt-info {
  z-index: 99999;
  padding: 10px 20px;
  max-width: 500px;
  text-align: center;
  background-color: white;
  border-radius: 57px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  cursor: default;
}
.dt-info:hover {
  font-size: 18px;
}
@media screen and (max-width: 425px) {
  .dt-info {
    font-size: 14px;
    width: 70%;
  }
}

#md-tiw-form {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  z-index: 999999;
}
#md-tiw-form #close-modal_auth {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
}
@media screen and (max-width: 600px) {
  #md-tiw-form {
    height: -webkit-fill-available !important;
  }
}

#auth-form {
  height: fit-content;
  background-color: white;
  z-index: 9999999999;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
#auth-form img {
  width: 420px;
}
@media screen and (min-width: 600px) {
  #auth-form {
    min-width: 560px;
  }
}
#auth-form .modal-content {
  height: fit-content;
  padding: 25px 0px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px dashed;
  border-radius: 15px;
  padding: 50px 90px;
  font-family: Poppins, sans-serif;
}
#auth-form .modal-content #reg_form_dt {
  min-width: 340px;
}

#benefits_modal {
  z-index: 9999999999;
}
#benefits_modal .modal-dialog {
  border: 2px dashed;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#password_reset_dt {
  min-width: 325px;
}

.iti__flag {
  background-image: url("../vendor/toolkit/intl-tel-input/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../vendor/toolkit/intl-tel-input/img/flags@2x.png");
  }
}
.iti {
  display: block !important;
}

.iti__country-list {
  z-index: 555 !important;
}

@font-face {
  font-family: Poppins;
  src: url("../fonts/poppins/Poppins-Regular.ttf");
}
@font-face {
  font-family: Poppins;
  src: url("../fonts/poppins/Poppins-Regular.ttf");
}
header {
  width: 100%;
  height: 80px;
  border-bottom: 2px dashed;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 999999;
  background-color: white;
  position: fixed;
  top: 0;
}
header a {
  text-decoration: none;
}
header a img {
  width: 300px;
}
header #header-logo {
  z-index: 99999;
}
header ul {
  list-style-type: none;
}
header ul li {
  display: inline-flex;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: fit-content;
  margin: auto;
}
header #nav-items a {
  border-bottom: 2px solid transparent;
}
header #nav-items a:hover {
  color: #3C3C3C;
  border-color: #3C3C3C;
}
header ul li:not(:last-child) {
  margin-right: 20px;
}
header ul li a {
  color: #6e6e6e;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1378px) {
  header nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  header #nav-items {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: white;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    padding-left: 0px;
  }
  header #nav-items li {
    margin-right: 0;
  }
  header #nav-items li a {
    font-size: 25px;
  }
  header #nav-items li:not(:last-child) {
    margin-bottom: 45px;
  }
  header #mob-evs {
    display: flex !important;
  }
}
@media screen and (max-width: 900px) {
  header ul {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  header #nav-items {
    padding-left: 0px;
  }
  header #nav-items li a {
    font-size: 16px;
  }
}
header #mob-evs {
  position: fixed;
  bottom: 0;
  height: 75px;
  background-color: white;
  border-top: 2px dashed;
  z-index: 99999999;
  display: flex;
  justify-content: center;
}
header #mob-evs div {
  width: fit-content;
}

footer {
  border-top: 2px dashed;
  padding: 15px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1276px) {
  footer #footer-teacher-idf {
    font-size: 14px;
  }
}
footer img {
  width: 300px;
}
footer ul {
  list-style-type: none;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px;
}
@media screen and (max-width: 1276px) {
  footer ul {
    gap: 5px;
  }
}
footer ul li a {
  color: #6e6e6e;
}
footer ul li a:hover {
  color: #3C3C3C;
}
footer #footer-term-st a {
  text-decoration: none;
  font-weight: 600;
}
@media screen and (max-width: 425px) {
  footer {
    padding-bottom: 100px;
  }
  footer div {
    flex-direction: column;
  }
  footer div ul {
    display: none;
  }
  footer #footer-term-st {
    gap: 5px !important;
    align-items: center;
    width: 100%;
  }
}

@font-face {
  font-family: Poppins;
  src: url("../fonts/poppins/Poppins-Regular.ttf");
}
.section-content {
  width: 1280px;
  margin: auto;
}
@media screen and (max-width: 1276px) {
  .section-content {
    width: 100%;
  }
}

section {
  width: 100%;
  border-radius: 0px 0px 57px 57px;
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 425px) {
  section {
    background-position: unset;
    border-radius: 0 !important;
  }
}

.hero_girl_ro {
  background-image: url("../img/hero-bg_ro.jpg") !important;
}

#online-classes {
  padding-top: 90px;
  padding-bottom: 90px;
  min-height: 106vh;
  z-index: 999;
  background-image: url("../img/hero-bg.jpg");
}
#online-classes .section-content {
  margin-top: 65px;
}
#online-classes .section-content h1, #online-classes .section-content h3 {
  font-family: Poppins, sans-serif;
  width: 70%;
  margin-bottom: 45px;
}
@media screen and (max-width: 1378px) {
  #online-classes .section-content h1 {
    width: 70%;
    margin-left: 45px;
  }
  #online-classes .section-content h3 {
    font-size: 18px;
    width: 50%;
    margin-left: 45px;
  }
  #online-classes .section-content div {
    margin-left: 45px;
  }
}
@media screen and (max-width: 1276px) {
  #online-classes .section-content h1 {
    width: 50%;
    margin-left: 45px;
  }
  #online-classes .section-content h3 {
    font-size: 16px;
    width: 30%;
    margin-left: 45px;
  }
}
@media screen and (max-width: 900px) {
  #online-classes .section-content div {
    flex-direction: column;
    width: fit-content;
    text-align: center;
    margin: auto;
  }
}
@media screen and (max-width: 425px) {
  #online-classes .section-content h1, #online-classes .section-content h3 {
    width: 90%;
    margin: auto;
  }
  #online-classes .section-content h1 {
    font-size: 24px;
  }
  #online-classes .section-content h3 {
    margin-top: 25px;
    font-size: 14px;
  }
  #online-classes .section-content div {
    margin-top: 55px;
    gap: 10px !important;
  }
  #online-classes .section-content div a {
    font-size: 16px !important;
    margin-bottom: 0px;
  }
}
#online-classes .section-content h1 {
  font-weight: 900;
}
#online-classes .section-content h3 {
  font-weight: 600;
}

.online-classes-dt-teacher {
  background-image: url("../img/hero-bg-teacher.jpg") !important;
  background-position: center !important;
}
.online-classes-dt-teacher h1 {
  font-size: 45px;
}
@media screen and (max-width: 425px) {
  .online-classes-dt-teacher {
    min-height: fit-content !important;
  }
}

#why-us {
  margin-top: 90px;
  z-index: 900;
  padding-bottom: 90px;
}
#why-us h1 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-align: center;
}
#why-us .card {
  border: 2px dashed;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  width: 250px;
  max-height: 350px;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: transform 0.3s ease;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#why-us .card:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 900px) {
  #why-us .card:hover {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  #why-us .section-content div {
    flex-direction: column;
  }
  #why-us .section-content div .card {
    width: fit-content;
    margin: 0px 20px;
  }
}
@media screen and (max-width: 425px) {
  #why-us .section-content div {
    gap: 15px !important;
  }
  #why-us .card {
    width: fit-content !important;
    margin: 0px 5px !important;
  }
}

#about-lessons {
  min-height: 105vh !important;
  z-index: 600;
  background-color: white;
  height: fit-content;
  padding-bottom: 50px;
  position: relative;
  background-image: url("../img/about-lessons.png");
}
#about-lessons .section-content {
  margin-top: 100px;
}
#about-lessons h1 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 800;
  margin-bottom: 45px;
}
#about-lessons .container-dt {
  background-color: white;
  width: 90%;
  margin: auto;
  height: 70%;
  position: relative;
  border: 2px dashed;
  border-radius: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}
#about-lessons .container-dt ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
#about-lessons .container-dt ul li {
  font-size: 18px;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  display: flex;
  align-items: center;
  width: 90%;
  margin: auto;
  gap: 25px;
  transition: transform 0.3s ease;
  cursor: default;
  z-index: 400;
}
#about-lessons .container-dt ul li img {
  width: 80px;
}
@media screen and (max-width: 425px) {
  #about-lessons .container-dt ul li {
    font-size: 12px;
  }
  #about-lessons .container-dt ul li img {
    width: 65px;
  }
}
#about-lessons .container-dt ul li:hover {
  transform: scale(1.05);
}
#about-lessons .container-dt #dt_alert_about {
  font-size: 16px;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  margin-top: 45px;
  margin-left: 90px;
  z-index: 400 !important;
}
@media screen and (max-width: 425px) {
  #about-lessons .container-dt #dt_alert_about {
    font-size: 12px;
    margin-left: 0px;
    padding: 0px 10px;
    text-align: center;
  }
}

#try_free {
  margin-top: -55px;
  background-image: url("../img/try_free.jpg");
}
@media screen and (max-width: 1276px) {
  #try_free #try_free_dt-info p {
    font-size: 16px;
  }
}
#try_free #try_free_dt-info, #try_free #form_Request_data {
  min-height: 85vh;
}
#try_free .section-content {
  padding-top: 120px;
}
#try_free .section-content h1 {
  color: white;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  font-family: Poppins, sans-serif;
}
@media screen and (max-width: 425px) {
  #try_free .section-content h1 {
    font-size: 16px;
    padding: 0px 15px;
  }
  #try_free .section-content div {
    flex-direction: column-reverse;
  }
  #try_free .section-content div .card {
    width: 100%;
    border: none;
  }
}
#try_free .section-content .card {
  width: 45%;
  height: 100%;
  min-height: 65vh;
  padding: 15px 20px;
  border: 2px dashed;
  border-radius: 15px;
  transition: transform 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
#try_free .section-content .card form input, #try_free .section-content .card form select {
  border: 1px dashed #a1a1a1;
}
#try_free .section-content .card form p {
  font-size: 14px;
}
#try_free .section-content .card a {
  display: block !important;
  color: white;
  margin: auto;
  text-align: center;
}
#try_free .section-content .card a:hover {
  transform: scale(1.04);
}
@media screen and (max-width: 900px) {
  #try_free .section-content .card:hover {
    transform: none;
  }
}

#how_to_pay {
  min-height: 80vh;
  padding-bottom: 120px;
  box-shadow: none;
  border-bottom: none;
}
@media screen and (max-width: 1276px) {
  #how_to_pay {
    padding: 0px 25px;
    padding-bottom: 50px;
  }
}
#how_to_pay .section-content {
  padding-top: 125px;
}
#how_to_pay .section-content h1 {
  background-color: #0074FF;
  color: white;
  width: fit-content;
  padding: 15px 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 425px) {
  #how_to_pay .section-content h4 {
    font-size: 16px;
  }
}
#how_to_pay .section-content h4 {
  line-height: 1.5em;
}
#how_to_pay .section-content .table-responsive {
  border: 2px dashed;
  padding: 15px;
}
#how_to_pay .section-content .table-responsive table {
  cursor: default;
  transition: transform 0.2s ease-in;
}
#how_to_pay .section-content .table-responsive:hover table {
  transform: scale(1.01);
}

#why-us-dteacher {
  min-height: 100vh;
  font-family: Poppins, sans-serif;
  background-color: white;
  z-index: 9999;
}
#why-us-dteacher .section-content {
  padding-top: 150px;
  padding-bottom: 150px;
}
#why-us-dteacher .section-content h1 {
  text-align: center;
  font-weight: 700;
}
#why-us-dteacher .section-content #dt-teacher-kinfo p {
  transition: transform 0.4s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  cursor: default;
}
#why-us-dteacher .section-content #dt-teacher-kinfo p:hover {
  transform: scale(1.1);
}
#why-us-dteacher .section-content .card {
  border: 2px dashed;
  padding: 10px 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
}
#why-us-dteacher .section-content .card-first {
  background-color: #96FF65;
}
#why-us-dteacher .section-content .card-second {
  background-color: #65FFC8;
}
#why-us-dteacher .section-content .card-third {
  background-color: #FFF065;
}
#why-us-dteacher .section-content #first-column-dt {
  min-height: 469px;
}

#about-us {
  min-height: 100vh;
  font-family: Poppins, sans-serif;
}
#about-us .section-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
#about-us .section-content h1 {
  background-color: #0074FF;
  color: white;
  width: fit-content;
  padding: 15px 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#about-us .section-content div ul {
  list-style-type: none;
}
#about-us .section-content div ul li {
  font-size: 18px;
  font-weight: 500;
}
#about-us .section-content div ul li i {
  margin-right: 10px;
}
#about-us .section-content div ul li:not(:last-child) {
  margin-bottom: 15px;
}

#how-to-teach {
  min-height: 100vh;
  font-family: Poppins, sans-serif;
  box-shadow: none;
}
#how-to-teach .section-content {
  padding-top: 150px;
  padding-bottom: 150px;
}
#how-to-teach .section-content h1 {
  background-color: #0074FF;
  color: white;
  width: fit-content;
  padding: 15px 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#how-to-teach .section-content .dt-card {
  width: 550px;
}
#how-to-teach .section-content .dt-card .dt-card_num {
  background-color: #304D70;
  font-size: 32px;
  color: white;
  height: fit-content;
  padding: 5px 20px;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#how-to-teach .section-content .dt-card div {
  margin-left: 15px;
}
#how-to-teach .section-content .dt-card div p {
  margin-left: 3px;
}

#try_free-dt_teacher {
  min-height: 100vh;
  font-family: Poppins, sans-serif;
  box-shadow: none;
}
#try_free-dt_teacher .section-content {
  padding-top: 110px;
  padding-bottom: 150px;
}
#try_free-dt_teacher .section-content h1 {
  text-align: center;
}
#try_free-dt_teacher .section-content .card-dt {
  width: 100%;
  max-width: 650px;
  margin: auto;
  border: 2px dashed;
  border-radius: 57px;
  padding: 20px 35px;
}
#try_free-dt_teacher .section-content .card-dt a {
  display: block;
  width: 60%;
  text-align: center;
  transition: transform 0.4s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
#try_free-dt_teacher .section-content .card-dt a:hover {
  transform: scale(1.1);
}

#about_new_platform {
  min-height: 115vh !important;
  z-index: 600;
  background-color: white;
  height: fit-content;
  padding-bottom: 50px;
  font-family: Poppins, sans-serif;
  margin-top: -70px;
  color: white;
  position: relative;
  background-image: url("../img/about_new_platform.jpg");
}
#about_new_platform .section-content {
  margin-top: 170px;
}
#about_new_platform h1 {
  text-align: center;
  font-weight: 800;
  margin-bottom: 45px;
}
#about_new_platform p {
  font-size: large;
}
#about_new_platform .container-dt {
  background-color: white;
  width: 90%;
  margin: auto;
  height: 70%;
  position: relative;
  border: 2px dashed;
  border-radius: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}

#teacher_form_data {
  min-height: 115vh !important;
  z-index: 600;
  background-color: white;
  height: fit-content;
  padding-bottom: 50px;
  font-family: Poppins, sans-serif;
  margin-top: -70px;
  color: white;
  position: relative;
  background-image: url("../img/teacher_form_data.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#teacher_form_data .section-content {
  margin-top: 110px;
  display: flex;
  flex-direction: row-reverse;
}
#teacher_form_data .section-content h1 {
  background-color: #0074FF;
  color: white;
  width: fit-content;
  padding: 15px 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#teacher_form_data .section-content .card-dt {
  width: 100%;
  min-width: 650px;
  border: 4px dashed;
  border-radius: 57px;
  padding: 20px;
}
#teacher_form_data .section-content .card-dt .card-dt-content {
  background-color: white;
  border-radius: 57px;
  padding: 25px;
  color: black;
  height: 100vh;
  position: relative;
  overflow-y: auto;
}
#teacher_form_data .section-content .card-dt .card-dt-content form input {
  font-weight: bold;
  font-family: Poppins, sans-serif;
}
#teacher_form_data .section-content .card-dt .card-dt-content form .teacher_form_input {
  width: 100%;
  padding: 10px 20px;
  border: 2px dashed;
  border-radius: 57px;
  margin-bottom: 20px;
}
#teacher_form_data .section-content .card-dt .card-dt-content form .teacher_form_input_invalid {
  border-color: red !important;
}
#teacher_form_data .section-content .card-dt .card-dt-content form .teacher_form_textarea {
  width: 100%;
  padding: 10px 20px;
  border: 2px dashed;
  border-radius: 27px;
  height: 100px;
  margin-top: 10px;
  resize: none;
  font-weight: bold;
}
#teacher_form_data .section-content .card-dt .card-dt-content form #form_success_container {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 169, 28, 0.836);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
}
#teacher_form_data .section-content .card-dt .card-dt-content form #form_success_container h1 {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 6rem;
}
#teacher_form_data .section-content .card-dt .card-dt-content form #form_success_container h2 {
  color: white;
  font-weight: bold;
}
#teacher_form_data .section-content .card-dt .card-dt-content form .select2 .select2-selection {
  border: 2px dashed;
  border-radius: 57px;
  padding: 10px 20px;
}
#teacher_form_data .section-content .card-dt .card-dt-content form .iti__selected-flag {
  border-radius: 57px 0px 0px 57px;
  padding: 10px 20px;
}
#teacher_form_data .section-content .card-dt .card-dt-content form .required:after {
  content: " *";
  color: red;
}

#chatWidget_button {
  position: fixed;
  bottom: 30px;
  right: 35px;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0074FF;
  transition: all 0.2s ease;
  color: white;
  font-size: large;
  z-index: 9999;
}
#chatWidget_button:hover {
  background: #005dcc;
  transform: scale(1.1);
}

#chatWidget {
  opacity: 0;
  position: fixed;
  right: 35px;
  bottom: 90px;
  width: 420px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  pointer-events: none;
  transform: scale(0.5);
  transform-origin: bottom right;
  box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1), 0 32px 64px -48px rgba(0, 0, 0, 0.5);
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  z-index: 10000000000000000000;
}
#chatWidget.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
#chatWidget header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  padding: 15px 0px 30px 0px;
  position: relative;
  text-align: center;
  color: #fff;
  background: #0074FF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
}
#chatWidget #chatWidget_chatbox {
  height: 350px;
  overflow-y: scroll;
}
#chatWidget #chatWidget_chatbox .accordion-item {
  border-radius: 0px !important;
}
#chatWidget #chatWidget_chatbox .accordion-button {
  border-radius: 0px;
  border: none;
}
#chatWidget #chatWidget_chatbox .accordion-header {
  font-family: "Poppins", sans-serif;
}
#chatWidget #chatWidget_searchbar {
  border-radius: 0;
  padding: 10px 15px;
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 9999999999;
  position: relative;
  bottom: 15px;
  width: 80%;
  margin: auto;
  border: 2px dashed;
  border-radius: 30px;
  outline: none !important;
  box-shadow: none !important;
}
#chatWidget .chatWidget_category {
  color: gray;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  cursor: default;
  padding: 5px 15px;
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
