
/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
    2. Remove default margin
  */
* {
  margin: 0;
}

/*
    3. Allow percentage-based heights in the application
  */
html,
body {
  height: 100%;
}

/*
    Typographic tweaks!
    4. Add accessible line-height
    5. Improve text rendering
  */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
    6. Improve media defaults
  */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/*
    7. Remove built-in form typography styles
  */
input,
button,
textarea,
select {
  font: inherit;
}

/*
    8. Avoid text overflows
  */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/*
    9. Create a root stacking context
  */
#root,
#__next {
  isolation: isolate;
}

@font-face {
  font-family: "Vazir-Regular";
  src: url("/assets/fonts/Vazir-Regular-FD.woff2") format("woff2"), url("/assets/fonts/Vazir-Regular-FD.woff") format("woff");
}

body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
  font-size: 100%;
  direction: rtl;
  font-family: "vazir-regular";
  background: #f0f0f0;
}

.container,
.container-fluid,
.container-full_width {
  margin-left: auto;
  margin-right: auto;
}

p,
a,
span,
strong {
  font-family: "vazir-regular";
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  list-style: none;
}

.dfx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center {
  margin-right: auto;
  margin-left: auto;
}

#app {
  height: 100%;
  /* position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  max-width: 440px;
  margin: 0 auto;
  background: white; */
}

.btn {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
}

.header {
  padding: 10px 15px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 10;
  position: relative;
}

.header .title {
  font-size: 1.3rem;
  color: var(--primary-color);
}

.header .menu_btn {
  padding: 0.75rem 0.85rem;
  background: var(--primary-color);;
  border: none;
  border-radius: 5px;
}

.header .lang_btn {
  width: 100%;
}

.footer {
  z-index: 10;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 10px 15px;
  border-radius: 15px;
  background: var(--primary-color);
  -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
}

.footer .footer_menu_item {
  border-radius: 50px;
  padding: 10px;
  opacity: 0.5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer_menu_item .txt {
  margin-top: 7px;
  font-size: 12px;
  color: white;
}

.footer .footer_menu_item svg,
.footer .footer_menu_item path,
.footer .footer_menu_item rect {
  fill: white;
}

.footer .active {
  opacity: 1;
}

.footer .active .txt {
  color: var(--second-color);
}

.footer .active path,
.footer .active svg {
  fill: var(--second-color);
}

.inner_column {
  overflow: auto;
  height: -webkit-fill-available;
  padding: 30px 15px 200px;
}

.inner_column::-webkit-scrollbar {
  width: 0;
}

.default_box {
  padding: 15px;
  border-radius: 10px;
  background: white;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
}

.def_title {
  color: #000;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.regular_banner {
  width: 100%;
  border-radius: 15px;
}

.border_radius_10 {
  border-radius: 10px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.justify {
  text-align: justify;
}

.overflow_hidden {
  overflow: hidden !important;
}

.full_width_btn {
  width: 100%;
  background: var(--second-color);
  color: #222;
  border: none;
  border-radius: 10px;
  padding: 15px 0px;
  -webkit-box-shadow: 0 24px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 24px 30px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.index-slider img {
  border-radius: 10px;
}

.index-slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  gap: 15px;
}

.index-slider .owl-dots .owl-dot {
  border: none;
  background: transparent;
}

.index-slider .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: var(--primary-color);
  opacity: 0.5;
}

.index-slider .owl-dots .owl-dot.active span {
  opacity: 1;
}

.idnex-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border-radius: 10px;
  margin-top: 30px;
}

.idnex-menu .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 15px;
  border-radius: 15px;
  background: var(--primary-color);
  -webkit-box-shadow: 0px 24px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 24px 30px rgba(0, 0, 0, 0.12);
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.idnex-menu .item .icon {
  width: 40px;
  height: 40px;
}

.idnex-menu .item .icon svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: white;
}

.idnex-menu .item:hover {
  background: var(--second-color);
  color: var(--primary-color);
}

.idnex-menu .item:hover .icon svg {
  fill: var(--primary-color);
}

.top_courses {
  margin-top: 50px;
}

.top_courses .box_body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.top_courses .courses_list li .block {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top_courses .courses_list li .block h4 {
  margin-top: 7px;
  font-weight: normal;
}

.top_courses .courses_list li .block img {
  width: 100px;
  height: 100px;
}

.some_students {
  margin-top: 50px;
}

.some_students .students_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.some_students .students_list li a {
  text-align: center;
  display: block;
}

.some_students .students_list li a img {
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.some_students .students_list li a span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: var(--primary-color);
}

.some_students .students_list li a:hover img {
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}

.courses_list {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  margin-top: 20px;
}

.courses_list li {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7fr 1fr;
      grid-template-columns: 7fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: white;
}

.courses_list li .block {
  gap: 10px;
}

.courses_list li .block img {
  border-radius: 5px;
  height: 80px;
  width: 80px;
}

.courses_list li .block div {
  display: -ms-grid;
  display: grid;
}

.courses_list li .block div h3 {
  font-size: 1.3rem;
  color: #222222;
}

.courses_list li .block div h4 {
  font-size: 0.9rem;
  color: var(--primary-color);
}

.courses_list li .block div span {
  margin-top: 10px;
  font-size: 0.8rem;
  color: #FF5E00;
}

.courses_list li .block .read_more {
  border-radius: 50px;
  padding: 3px 20px;
  color: white;
  background: var(--primary-color);
  font-size: 0.7rem;
}

.courses_list li .read_more {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.about_section {
  margin-top: 20px;
}

.about_section .section_title {
  color: var(--primary-color);
  font-size: 1rem;
}

.about_section .social_links {
  margin-top: 40px;
  gap: 30px;
}

.about_section .social_links a svg {
  width: 30px;
  height: 30px;
}

.course_episodes {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  margin-top: 20px;
}

.course_episodes li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7fr 1fr;
      grid-template-columns: 7fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px;
  background: white;
}

.course_episodes li .count {
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  background: var(--primary-color);
  color: var(--second-color);
}

.course_episodes li .block {
  gap: 10px;
}

.course_episodes li .block div {
  display: -ms-grid;
  display: grid;
}

.course_episodes li .block div h3 {
  font-size: 1rem;
}

.course_episodes li .block div h4 {
  font-size: 0.7rem;
  font-weight: normal;
}

.course_episodes li .play_btn {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: none;
  background: var(--primary-color);
  cursor: pointer;
}

.course_episodes li .play_btn svg {
  margin-left: 4px;
  width: 14px;
  height: 14px;
}

.course_episodes li .play_btn path {
  fill: white;
}

.view_course_practise {
  margin-top: 20px;
  padding: 20px;
  gap: 10px;
  background: var(--primary-color);
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.view_course_practise svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.view_course_practise:hover {
  background: var(--second-color);
  color: #111;
}

.view_course_practise:hover svg path {
  fill: #111;
}

.btn_title {
  margin: 0 auto;
  height: 50px;
  width: 60%;
  background: var(--primary-color);
  color: white;
  border-radius: 10px;
}

.cnb_box {
  margin-top: 50px;
  padding-bottom: 50px;
}

.cnb_box .btn_title {
  margin: -40px auto 20px;
}

.cnb_box h2 {
  font-size: 1.2rem;
}

.btn_price {
  height: 40px;
  width: 140px;
  margin: -20px auto 0;
  font-size: 1.4rem;
  background: var(--primary-color);
  color: white;
  border-radius: 10px;
}

.btn_buy {
  height: 50px;
  width: 260px;
  margin: 20px auto 0;
  font-size: 1.2rem;
  background: var(--primary-color);
  color: white;
  border-radius: 10px;
  gap: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 24px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 24px 30px rgba(0, 0, 0, 0.12);
  font-weight: bold;
  border: none;
}

.btn_buy .icon {
  width: 32px;
  height: 32px;
}

.btn_buy .icon path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_buy:hover {
  background: white;
  color: var(--primary-color);
}

.btn_buy:hover .icon path {
  fill: var(--primary-color);
}

.logo {
  max-width: 150px;
  margin: 0 auto;
}

.regular_form {
  width: 100%;
}

.regular_form .fild_w_icon {
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 5px 10px;
  gap: 10px;
  -webkit-box-shadow: 0 24px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 24px 30px rgba(0, 0, 0, 0.15);
}

.regular_form .fild_w_icon .icon {
  width: 50px;
  height: 40px;
  border-left: 1px solid white;
}

.regular_form .fild_w_icon .input {
  border: none;
  height: 40px;
  outline: none;
  width: calc(100% - 60px);
}

.regular_form .validate_code {
  gap: 25px;
  direction: ltr;
}

.regular_form .validate_code .number {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: white;
  border: none;
  outline: none;
  padding: 10px;
  text-align: center;
  -webkit-box-shadow: 0 24px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 24px 30px rgba(0, 0, 0, 0.15);
}

.inner_column.login_pages {
  text-align: center;
  padding: 30px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.login_pages {
  background: var(--primary-color);
}

.brand_name {
  color: white;
  text-align: center;
  margin-bottom: 50px;
}

.brand_name h1 {
  font-weight: bold;
  font-size: 2rem;
}

.brand_name h2 {
  font-weight: normal;
  font-size: 1rem;
  margin-top: 12px;
}

.otp_detail {
  color: white;
  text-align: center;
  margin-bottom: 50px;
}

.otp_detail h2 {
  font-weight: bold;
  font-size: 1.7rem;
}

.otp_detail h3 {
  font-weight: normal;
  font-size: 1rem;
  margin-top: 12px;
}

.number .brand_name {
  margin-bottom: 50px;
}

.regular_form .number_field {
  margin-bottom: 150px;
}

.regular_form .fild_w_icon {
  margin-bottom: 20px;
}

.regular_form .select_field {
  margin-bottom: 50px;
}

.regular_form select {
  border: none;
  width: 100%;
}

.login_form .number_field {
  margin-bottom: 150px;
}

.otp_form .resend {
  margin-top: 20px;
  margin-bottom: 100px;
  border: none;
  background: none;
  color: white;
  cursor: pointer;
  padding: 10px 30px;
}

.center_content {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.disconnect_icon {
  margin-top: 50px;
}

.disconnect_msg {
  color: var(--primary-color);
  text-align: center;
}

.disconnect_btn {
  margin: 20px auto 0;
  width: 140px;
  border: none;
  border-radius: 10px;
  background: var(--primary-color);
  color: white;
  height: 40px;
  cursor: pointer;
  -webkit-box-shadow: 0px 24px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 24px 30px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.disconnect_btn:hover {
  background: white;
  color: var(--primary-color);
}

.contact .btn_title {
  width: 200px;
  gap: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact .btn_title svg {
  width: 20px;
  height: 20px;
}

.contact .btn_title svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact .btn_title:hover {
  background: var(--second-color);
  color: #222;
}

.contact .btn_title:hover svg path {
  fill: #222;
}

.contact .send_msg_whatsapp {
  margin-top: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #4AA210;
  color: white;
  border-radius: 10px;
}

.contact .send_msg_telegram {
  margin-top: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #07A9E6;
  color: white;
  border-radius: 10px;
}

.contact .sts {
  position: relative;
}

.contact .sts svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

.contact_socials {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact_socials li a {
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact_socials li a svg {
  width: 30px;
  fill: white;
}

.contact_form {
  padding: 0;
}

.contact_form .row_f {
  gap: 10px;
}

.contact_form .fild_w_icon {
  gap: 7px;
  -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.contact_form .fild_w_icon .icon {
  width: 40px;
  border-left: 0;
}

.contact_form .fild_w_icon .icon svg {
  width: 26px;
}

.contact_form .fild_w_icon .icon path {
  fill: var(--primary-color);
}

.contact_form .fild_w_icon .input {
  background: white;
}

.contact_form .subject {
  margin: 10px 0;
}

.contact_form .subject .input {
  width: 100%;
}

.contact_form .message {
  border-radius: 10px;
  width: 100%;
  min-height: 250px;
  padding: 15px;
  outline: none;
  border: none;
  border-radius: 15px;
  margin-top: 15px;
  -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
}

.contact_form .submit_btn {
  margin: -30px auto 0;
  position: relative;
  background: var(--primary-color);
  color: white;
  padding: 10px 40px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact_form .submit_btn:hover {
  background: var(--second-color);
  color: #111;
}

.festival_title_box {
  border-radius: 15px;
}

.timer_box {
  margin-top: 20px;
  border-radius: 15px;
}

.timer_box .banner {
  background: var(--second-color);
  padding: 5px;
}

.timer_box .banner img {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  margin-left: 15px;
}

.timer_box .timer {
  margin-top: 40px;
}

.timer_box .timer .countdown {
  padding: 0;
  text-align: center;
  direction: ltr;
  margin-bottom: 30px;
}

.timer_box .timer .countdown li {
  display: -ms-grid;
  display: grid;
  width: 70px;
  height: 80px;
  border-radius: 5px;
  background: var(--primary-color);
  color: white;
  padding: 10px;
}

.timer_box .timer .countdown li span {
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.timer_box .timer .countdown li p {
  color: white;
  font-size: 14px;
}

.timer_box .code_opener {
  margin-bottom: -30px;
  width: 160px;
  cursor: pointer;
}

.code_info {
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  display: none;
}

.code_info h2 {
  margin-bottom: 15px;
}

.code_info p {
  text-align: justify;
}

.code_info .code_clsoer {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}

.code_info .code_copy {
  height: 44px;
  margin-top: 30px;
  margin-bottom: -34px;
  width: 180px;
  cursor: pointer;
  gap: 10px;
  background: var(--second-color);
  color: var(--primary-color);
  border: 4px solid var(--primary-color);
  font-weight: bold;
}

.code_info .code_copy:hover {
  background: #ffffff;
}

.online_users_count {
  background: var(--primary-color);
  color: white;
  padding: 15px 10px;
  border-radius: 15px;
}

.online_users_count span {
  color: var(--second-color);
}

.online_users_list li .item {
  position: relative;
  border-bottom: 1px solid #eee;
  margin: 10px 0 0;
  padding-bottom: 10px;
}

.online_users_list li .item img {
  border-radius: 70px;
  width: 76px;
  height: 76px;
  border: 3px solid #ddd;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  margin-left: 10px;
}

.online_users_list li .item .info strong {
  font-size: 18px;
  color: #222;
}

.online_users_list li .item .info p {
  font-size: 13px;
  color: #aaa;
  margin-top: 7px;
}

.online_users_list li .item .time {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #06d81e;
  direction: ltr;
}

.online_users_list li:last-child .item {
  border-bottom: none;
}

.inner_column.chat {
  background: #ebebeb;
}

.chat_list li {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  text-align: left;
}

.chat_list li.has-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.chat_list li .date {
  display: block;
  color: #000;
  text-align: right;
  font-size: 13px;
  margin-top: 5px;
  direction: ltr;
  opacity: 0.5;
}

.chat_list li .box {
  position: relative;
  width: 75%;
  margin: 0 auto 0 0;
  padding: 10px;
  background: #eee;
  border-radius: 5px 15px 15px 15px;
}

.chat_list li .box p {
  color: #000;
}

.chat_list li .user {
  position: absolute;
  top: -52px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
  gap: 7px;
  background: white;
  color: var(--primary-color);
  border-radius: 15px 15px 15px 5px;
}

.chat_list li .user img {
  width: 40px;
  height: 40px;
  border-radius: 30px;
}

.chat_list .msg-me .date {
  text-align: right;
}

.chat_list .msg-me .box {
  background: var(--primary-color);
  margin: 0 0 0 auto;
  border-radius: 15px 15px 5px 15px;
}

.chat_list .msg-me .box p {
  color: white;
}

.keyboard {
  width: 93%;
  position: absolute;
  bottom: 115px;
  z-index: 10;
  border-radius: 15px;
}

.keyboard form {
  gap: 5px;
}

.keyboard form .input_text {
  border-radius: 15px;
  border: none;
  background: white;
  height: 50px;
  padding: 0 10px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  width: 75%;
}

.keyboard form .submit {
  width: 25%;
  height: 50px;
  border-radius: 15px;
  border: none;
  background: var(--primary-color);
  color: white;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.chatrooms li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.chatrooms li .details {
  position: relative;
}

.chatrooms li .details .status {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  color: #49ee45;
  gap: 7px;
}

.chatrooms li .details .status span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #49ee45;
}

.chatrooms li .details .status.close {
  color: red;
}

.chatrooms li .details .status.close span {
  background: red;
}

.chatrooms li .details img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin-left: 10px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.chatrooms li .details .info .tfa {
  color: var(--primary-color);
  font-size: 17px;
  font-weight: bold;
}

.chatrooms li .details .info .ten {
  text-transform: capitalize;
  color: #444;
  font-size: 15px;
  margin-top: 3px;
}

.chatrooms li .details .info .notice {
  color: #666;
  font-size: 14px;
  margin-top: 5px;
}

.chatrooms li .bottons {
  gap: 25px;
  margin-top: 20px;
}

.chatrooms li .bottons a {
  width: 100%;
  padding: 15px;
  text-align: center;
  color: white;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.chatrooms li .bottons .btn-1 {
  background: var(--primary-color);
}

.chatrooms li .bottons .btn-1:hover {
  background: var(--second-color);
  color: var(--primary-color);
}

.chatrooms li .bottons .btn-2 {
  color: var(--primary-color);
  background: var(--second-color);
}

.chatrooms li .bottons .btn-2:hover {
  background: var(--primary-color);
  color: #fff;
}

.transactions_list li {
  position: relative;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #eee;
}

.transactions_list li .pic {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  margin-left: 10px;
}

.transactions_list li .icon {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 36px;
  height: 36px;
}

.transactions_list li .details {
  width: 100%;
}

.transactions_list li .details .title {
  color: green;
}

.transactions_list li .details .number {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}

.transactions_list li .details .info {
  margin-top: 8px;
}

.transactions_list li .details .info strong {
  color: green;
}

.transactions_list li .details .info span {
  font-size: 14px;
  color: #555;
}

.transactions_list .fail .details .title,
.transactions_list .fail .details .info strong {
  color: red;
}

.inner_column.profile {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.profile-header {
  display: inline-block;
  width: 100%;
  height: 180px;
  background: var(--primary-color);
  position: relative;
  border-radius: 0 0 15px 15px;
  margin-bottom: 100px;
}

.profile-header .logout {
  gap: 7px;
  width: 160px;
  margin: 20px auto 0 20px;
  padding: 10px;
  font-size: 14px;
  background: var(--second-color);
  color: #000;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.profile-header .logout .icon {
  width: 16px;
}

.profile-header .logout .icon svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.profile-header .logout:hover {
  background: var(--primary-color);
  color: var(--second-color);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.profile-header .logout:hover .icon svg path {
  fill: var(--second-color);
}

.profile-header .avatar {
  position: absolute;
  left: 0;
  right: 0;
  width: 140px;
  bottom: -70px;
  margin: 0 auto;
}

.profile-header .avatar img {
  width: 140px;
  height: 140px;
  border-radius: 100px;
}

.profile_change_pic {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 140px;
}

.profile_change_pic .select_field {
  display: none;
}

.profile_change_pic span {
  cursor: pointer;
}

.profile_change_pic label {
  position: absolute;
  left: 5px;
  bottom: 5px;
}

.profile_change_pic .remove_btn {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.user_info {
  padding-left: 15px;
  padding-right: 15px;
}

.user_info .item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.user_info .item:last-child {
  margin-bottom: 0;
}

.user_info .item .detail {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.user_info .item .detail .title {
  color: #24ace4;
  font-size: 14px;
}

.user_info .item .detail .content {
  width: 100%;
  border: none;
  padding: 7px;
  background-color: var(--bg-color);
}

.user_info .item .detail .content:focus {
  outline: none;
}

.user_info .item .edit_icon {
  cursor: pointer;
}

.user_info .item .edit_icon svg {
  width: 18px;
}

.user_info .item .edit_icon svg path {
  fill: #333;
}

.user_info .update_info {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--primary-color);
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--second-color);
  margin-top: 2rem;
}

.user_info .update_info svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

.user_info .update_info svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: var(--second-color);
}

.user_info .update_info:hover {
  background: var(--second-color);
  color: var(--primary-color);
}

.user_info .update_info:hover svg path {
  fill: var(--primary-color);
}

.menu-box {
  position: absolute;
  width: 0;
  height: 100vh;
  top: 0;
  background: white;
  z-index: 10;
  border-radius: 25px 0 0 25px;
  -webkit-box-shadow: -5px 0 10px #00000020;
          box-shadow: -5px 0 10px #00000020;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 10px;
}

.menu-box::-webkit-scrollbar {
  width: 0;
}

.menu-box::-webkit-scrollbar-track {
  background: transparent;
}

.menu-box::-webkit-scrollbar-thumb {
  background: transparent;
}

.menu-box::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.menu-box .closer {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  cursor: pointer;
}

.menu-box .logout {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  cursor: pointer;
}

.menu-box .avatar_box {
  padding-top: 50px;
  background: var(--primary-color);
  padding-bottom: 40px;
}

.menu-box .avatar_box img {
  border-radius: 100px;
  width: 130px;
  height: 130px;
  border: 5px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.menu-box .avatar_box p {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: var(--second-color);
}

.menu-box .navigation {
  margin-top: -25px;
  border-radius: 25px 0 0 25px;
  padding-top: 1px;
}

.menu-box .navigation .nav-menu {
  margin: 25px 0 0 5px;
  padding-left: 25px;
  background: white;
  border-radius: 35px 0 0 30px;
}

.menu-box .navigation .nav-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
  color: #000000;
  border-bottom: 1px solid #eee;
  gap: 20px;
}

.menu-box .navigation .nav-menu li a i {
  color: var(--primary-color);
}

.menu-box .socials-title {
  padding: 10px;
  font-size: 15px;
}

.menu-box .socials-title span {
  margin-left: 10px;
}

.menu-box .socials {
  margin:  0 0 5px 5px;
  padding-left: 25px;
  background: white;
  border-radius: 25px 0 0 25px;
}

.menu-box .socials a {
  position: relative;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #000000;
  gap: 20px;
}

.menu-box .socials a svg {
  width: 20px;
  height: 20px;
}

.menu-box .socials a .enter {
  position: absolute;
  left: 0;
  top: 14px;
  display: block;
  width: 60px;
  padding: 3px 0;
  text-align: center;
  background: var(--primary-color);
  color: white;
  border-radius: 5px;
  font-size: 13px;
}

.brand {
  padding: 5px 5px 5px 15px;
  border-radius: 20px;
  background-color: var(--second-color);
  margin: 15px 15px 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 768px) {
  #container {
    height: 100% !important;
    align-items: center !important;
    margin-top: 0 !important;
    border-radius: 0;
  }

  .sign-in-container {
    width: 100% !important;
  }

  .overlay-container {
    display: none;
  }
}

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

button:active {
  transform: scale(0.95);
}

button:focus {
  outline: none;
}

.container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
  position: relative;
  overflow: hidden;
  width: 768px;
  max-width: 100%;
  min-height: 480px;
}

.form-container {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.sign-in-container {
  left: 0;
  width: 50%;
  z-index: 2;
}

.container.right-panel-active .sign-in-container {
  transform: translateX(100%);
}

.sign-up-container {
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 1;
}

.container.right-panel-active .sign-up-container {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  animation: show 0.6s;
}

@keyframes show {

  0%,
  49.99% {
    opacity: 0;
    z-index: 1;
  }

  50%,
  100% {
    opacity: 1;
    z-index: 5;
  }
}

.overlay-container {
  position: relative;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  transition: transform 0.6s ease-in-out;
  /* z-index: 100; */
}

.container.right-panel-active .overlay-container {
  transform: translateX(-100%);
}

.overlay {
  background: var(--second-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: var(--primary-color);
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay {
  transform: translateX(50%);
}

.overlay-panel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  text-align: center;
  top: 0;
  height: 100%;
  width: 50%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

.overlay-left {
  transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
  transform: translateX(0);
}

.overlay-right {
  right: 0;
  transform: translateX(0);
}

.container.right-panel-active .overlay-right {
  transform: translateX(20%);
}

.social-container {
  margin: 20px 0;
}

.social-container a {
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  height: 40px;
  width: 40px;
}

.text-limit-1-row {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
}

.text-limit-3-row {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
}

.bg-image {
  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);

  /* Full height */
  width: 100%;
  height: 11rem;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Position text in the middle of the page/image */
.bg-text {
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  height: 80%;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  height: 80%;
}

.absolute-section {
  background-color: var(--primary-color);
  color: var(--second-color);
  position: absolute;
  border-radius: 8px;
  padding: 4px;
  text-align: center;
}

.book-cover {
  margin-bottom: 5px;
  height: 5rem;
  border-radius: 6px;
}

.relative {
  position: relative;
}

.plyr--video {
  border-radius: 12px;
}

.plyr--audio {
  box-shadow: #D6D6E7 0 3px 7px;
  border-radius: 5px;
}