@import url('./persian-datepicker.min.css');
@import url('./bootstrap-icons.css');

@font-face {
  font-family: nastaliq;
  src: url("../fonts/FaNum/IranNastaliq.eot");
  src: url("../fonts/FaNum/IranNastaliq.woff") format("woff"), url("../fonts/FaNum/IranNastaliq.ttf") format("truetype");
}

@font-face {
  font-family: YekanBakh;
  font-style: thin;
  font-weight: 200;
  src: url("../fonts/FaNum/Yekan Bakh FaNum 02 Thin.eot");
  src: url("../fonts/FaNum/Yekan Bakh FaNum 02 Thin.woff") format("woff"), url("../fonts/FaNum/Yekan Bakh FaNum 02 Thin.ttf") format("truetype");
}

@font-face {
  font-family: YekanBakh;
  font-style: light;
  font-weight: 300;
  src: url("../fonts/FaNum/Yekan Bakh FaNum 03 Light.eot");
  src: url("../fonts/FaNum/Yekan Bakh FaNum 03 Light.woff") format("woff"), url("../fonts/FaNum/Yekan Bakh FaNum 03 Light.ttf") format("truetype");
}

@font-face {
  font-family: YekanBakh;
  font-style: regular;
  font-weight: 400;
  src: url("../fonts/FaNum/Yekan Bakh FaNum 04 Regular.eot");
  src: url("../fonts/FaNum/Yekan Bakh FaNum 04 Regular.woff") format("woff"), url("../fonts/FaNum/Yekan Bakh FaNum 04 Regular.ttf") format("truetype");
}

@font-face {
  font-family: YekanBakh;
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/FaNum/Yekan Bakh FaNum 05 Medium.eot");
  src: url("../fonts/FaNum/Yekan Bakh FaNum 05 Medium.woff") format("woff"), url("../fonts/FaNum/Yekan Bakh FaNum 05 Medium.ttf") format("truetype");
}

@font-face {
  font-family: YekanBakh;
  font-style: bold;
  font-weight: 600;
  src: url("../fonts/FaNum/Yekan Bakh FaNum 06 Bold.eot");
  src: url("../fonts/FaNum/Yekan Bakh FaNum 06 Bold.woff") format("woff"), url("../fonts/FaNum/Yekan Bakh FaNum 06 Bold.ttf") format("truetype");
}

@font-face {
  font-family: YekanBakh;
  font-style: heavy;
  font-weight: 700;
  src: url("../fonts/FaNum/Yekan Bakh FaNum 07 Heavy.eot");
  src: url("../fonts/FaNum/Yekan Bakh FaNum 07 Heavy.woff") format("woff"), url("../fonts/FaNum/Yekan Bakh FaNum 07 Heavy.ttf") format("truetype");
}

@font-face {
  font-family: YekanBakh;
  font-style: fat;
  font-weight: 800;
  src: url("../fonts/FaNum/Yekan Bakh FaNum 08 Fat.eot");
  src: url("../fonts/FaNum/Yekan Bakh FaNum 08 Fat.woff") format("woff"), url("../fonts/FaNum/Yekan Bakh FaNum 08 Fat.ttf") format("truetype");
}

a {
  text-decoration: none !important;
}

* {
  margin: 0;
  padding: 0;
  line-height: normal;
  /* mylist-style: none; */
  list-style: none;
  box-sizing: border-box;
  font-family: 'YekanBakh';
}

/* */
html {
  height: 100%;
}

header {
  flex-shrink: 0;
}

/* */
footer {
  margin-top: auto;
  flex-shrink: 0;
}


body {
  min-height: 100%;
  /* یا height: 100%; */
  display: flex;
  flex-direction: column;
  margin: 0;
  /* سایر استایل‌های body از فایل شما */
  font-size: 16px;
  font-family: 'YekanBakh';
  background: #fff;
}


/* */
h2 {
  font-size: 24px !important;
}

/* */
h3 {
  font-size: 20px !important;
}

/* */
h4 {
  font-size: 16px !important;
}

/* */
h2.text-sm {
  font-size: 16px !important;
}

/* */
h3.text-sm {
  font-size: 12px !important;
}

/* */
h4.text-sm {
  font-size: 8px !important;
}

/* */
main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}


/* span {
  line-height: 1.75rem;
} */

input:focus,
button:focus,
textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

:root {
  --primary: #7dc6e7;
  --sec: #044882;
  --white: #fff;
  --black: #000;
}

li {
  list-style: none;
}

.flex {
  display: flex;
}

.flex1 {
  flex: 1;
}

.wrap {
  flex-wrap: wrap;
}

.fc {
  flex-direction: column;
}

.ac {
  align-items: center;
}

.ae {
  align-items: end;
}

.jbet {
  justify-content: space-between;
}

.jcen {
  justify-content: center;
}

.px {
  justify-content: center;
}

.jend {
  justify-content: end;
}

.g5 {
  gap: 5px;
}

.g10 {
  gap: 10px;
}

.g15 {
  gap: 15px;
}

.g20 {
  gap: 20px;
}

.g30 {
  gap: 30px;
}

.g50 {
  gap: 50px;
}

/* */
.f64 {
  font-size: 64px;
}

/* */

.f40 {
  font-size: 40px;
}

.f32 {
  font-size: 32px;
}

.f24 {
  font-size: 24px;
}

.f18 {
  font-size: 18px;
}

.f16 {
  font-size: 16px;
}

.f14 {
  font-size: 14px;
}

.f600 {
  font-weight: 600;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.mainmenu1 {
  background: var(--primary);
  padding: 20px 0;
  font-size: 15px;
}

.phonebox a,
.email a {
  transition: 0.4s all;
  color: var(--black);
}

.phonebox a:hover,
.email a:hover {
  color: var(--sec);
}

.social a {
  color: var(--black);
  transition: 0.4s all;
}

.social a:hover {
  color: var(--sec);
}

.mainmenu1btns a {
  color: var(--black);
  transition: 0.4s all;
}

.mainmenu1btns a:hover {
  color: var(--sec);
}

.searchbox div {
  border: 1px solid var(--white);
  padding: 5px 10px;
  border-radius: 100px;
}

.searchbox div button {
  background: none;
  border: none;
  color: var(--white);
  padding: 0;
}

.searchbox div input {
  /* padding: 0; */
  padding: 0 4px 0 0;

  border: none;
  flex: 1;
  width: 100%;
  color: var(--white);
  background: none;
}

.searchbox div input::placeholder {
  color: var(--white);
}

.mainmenu {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.mainmenu ul li a {
  color: var(--black);
  transition: 0.4s all;
}

.mainmenu ul li a::before {
  content: url(../img/arrdownmenu.png);
  margin-left: 5px;
}

.mainmenu ul li a:hover {
  color: var(--primary);
}

.logobox img {
  max-width: 100%;
}

.boxespost {
  box-shadow: 0 0 30px 0 #0003;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  position: relative;
  gap: 8px;
  height: 100%;
  text-align: center;
}

.boxespost p {
  font-size: 18px;
}

.boxespost img {
  width: 50px;
}

.boxespost span {
  font-size: 25px;
  font-weight: 700;
}

.padd {
  padding: 50px 0;
}

/* .padd {
  padding: 30px 0;
} */

.btns {
  padding: 30px 0;
  background: var(--sec);
}

.btns a {
  border: 1px solid var(--white);
  padding: 5px 10px;
  border-radius: 100px;
  color: var(--white);
  display: flex;
  width: 18%;
  transition: 0.4s all;
  justify-content: center;
}

.btns a:hover {
  background: var(--white);
  color: var(--sec);
}

.btnsflex {
  gap: 20px 2%;
}

.latest-courses {
  background: #e3f1f9;
  flex-grow: 1;
}

.mytitle {
  margin-bottom: 30px;
  position: relative;
  font-weight: 900;
  font-size: 30px;
  width: fit-content;
}

.mytitle span {
  position: relative;
  z-index: 2;
}

.mytitle::after {
  content: "";
  background: var(--primary);
  position: absolute;
  bottom: 3px;
  right: 0;
  width: 160%;
  height: 10px;
  z-index: 1;
}


.latest-coursespost {
  border-radius: 15px;
  overflow: hidden;
  background: var(--white);
  text-align: center;
  transition: 0.4s all;
  box-shadow: 0 0 15px 0 #0005;
}

.latest-coursespost h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--black);
  margin: 0;
  padding: 10px 15px;
  transition: 0.4s all;
}

.latest-coursespost:hover h3 {
  color: var(--sec);
}

.latest-coursespost:hover {
  transform: translateY(-10px);
}

.latest-coursespost p {
  padding: 0 15px;
  margin: 0;
  color: #666;
  font-size: 18px;
}

.latest-coursespost img {
  width: 100%;
  margin-bottom: 20px;
  object-fit: fit;
}

.latest-courses .row {
  gap: 30px 0;
}

.whitebg {
  background: var(--white);
}

.bluebg {
  background: var(--sec);
}

.latest-courses3 .latest-coursespost {
  background: var(--sec);
}

.latest-courses3 .latest-coursespost h3 {
  color: var(--white);
}

.latest-courses3 .latest-coursespost p {
  color: var(--white);
}

/* */
.latest-courses3 .latest-coursespost h5 {
  color: var(--white);
}

/* */
.latest-courses3 .latest-coursespost span {
  color: var(--white);
}

/* */
.latest-courses3 .latest-coursespost i {
  color: var(--white);
}


.btns2 .btnsflex {
  gap: 20px 19px;
  justify-content: center;
}

.btns2 a {
  flex: 13%;
}

.loginbox {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 600px;
  border-radius: 30px;
  box-shadow: 0 0 20px #0002;
  padding: 50px 0;
  margin: 50px auto;
  align-items: center;
}

.loginbox img {
  max-width: 100%;
}

.loginbox h1 {
  font-size: 20px;
  color: var(--white);
  background: var(--primary);
  width: 100%;
  padding: 15px;
  text-align: center;
}

.loginbox span {
  display: block;
  margin-top: 20px;
  font-weight: 600;
}

.loginbox label {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

.loginbox form {
  width: 100%;
}

.loginbox input {
  border: 1px solid #333;
  width: calc(100% - 150px);
  padding: 10px;
  border-radius: 100px;
}

.loginbox button {
  border: 1px solid #000;
  width: calc(100% - 150px);
  margin-top: 10px;
  padding: 10px;
  background: var(--primary);
  color: #000;
  border-radius: 100px;
  transition: 0.4s all;
}

.loginbox button:hover {
  background: var(--sec);
  color: var(--white);
}

.yabox {
  margin-top: 1.5rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.yabox::after {
  height: 1px;
  width: calc(100% - 150px);
  background: #666;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.yabox span {
  margin: 0;
  background: var(--white);
  padding: 0 10px;
  display: block;
  position: relative;
  z-index: 10;
  width: fit-content;
  margin: 0 auto;
}

.loginbtn {
  border: 1px solid #666;
  border-radius: 100px;
  padding: 5px 8px 5px 5px;
  color: #666;
  font-weight: 600;
  transition: 0.4s all;
}

.loginbtn:hover {
  background: var(--sec);
  color: var(--white);
  border: 1px solid var(--sec);
}

.loginbtn img {
  width: 30px;
}

.profilebox {
  background: #f1f9fc;
  padding-bottom: 100px !important;
}

.profilesidebar {
  padding: 20px 20px 50px;
  border-radius: 10px;
  background: var(--white);
}

.profileimage {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

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

/* .profileimage svg {
  display: block;
  background: var(--white);
  border-radius: 100px;
  margin: -33px 20px 0 auto;
  z-index: 10;
  cursor: pointer;
  position: relative;
  color: #666;
} */


.profileimage .upload-avatar {
  display: block;
  background: var(--white);
  border-radius: 100px;
  margin: -33px 20px 0 auto;
  z-index: 10;
  cursor: pointer;
  position: relative;
  color: #666;
}

.profileimage .remove-avatar {
  display: block;
  background: var(--white);
  border-radius: 100px;
  margin: -33px auto 0 20px;
  z-index: 10;
  cursor: pointer;
  position: relative;
  color: #666;

}

.profileimage span {
  margin: 10px auto;
  color: #666;
  display: block;
}

.myamount {
  position: relative;
}

.myamount span {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--white);
  z-index: 10;
  font-size: 13px;
  text-align: center;
}

.myamount img {
  width: 100%;
  border-radius: 20px;
}

.profile-menu {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.profile-menu li {
  font-size: 13px;
}

.profile-menu li img {
  width: 30px;
}

.profile-menu li a {
  color: var(--black);
  display: flex;
  font-weight: 600;
  gap: 10px;
  align-items: center;
  transition: 0.4s all;
}

.profile-menu li:hover a {
  color: var(--primary);
}

.profilecontitle {
  margin-bottom: 12px;
  border-bottom: 1px solid #666;
}

.profilecontitle .mytitle::after {
  bottom: 1px;
}


.profileconitems {
  border-bottom: 1px solid #666;
}

.profileconitems a {
  color: var(--black);
  padding: 5px 0;
  display: block;
}

.profileconitems a::before {
  content: url(../img/arrdownmenu.png);
  margin-left: 5px;
}

.searchbox2 form {
  border: 1px solid var(--black);
}

.searchbox2 form input {
  color: var(--black);
}

.searchbox2 form input::placeholder {
  color: #666;
}

.searchbox2 form button {
  color: var(--black);
  margin-top: -2px;
}

.formflex {
  border: 1px solid var(--black);
  padding: 5px 10px;
  border-radius: 100px;
  color: var(--black);
}

.formflex input {
  border: none;
  background: none;
  flex: 1;
}

.formflex button {
  background: none;
  border: none;
  padding: 0;
  margin-top: -3px;
}

.selectbox li {
  flex: auto;
  cursor: pointer;
}

.selectbox li:last-child {
  flex: inherit;
}

.selectbox {
  gap: 15px 25px;
  flex-wrap: wrap;
  width: 100%;
  flex: 100%;
  margin: 0 0 0.7rem 0;
  /* */
}

.selectbox li {
  position: relative;
}

.selectbox li span {
  border: 1px solid var(--black);
  padding: 5px 30px 5px 10px;
  border-radius: 100px;
  color: var(--black);
  background: url(../img/arrdownmenu.png), none;
  background-repeat: no-repeat;
  background-position: center right 15px;
  cursor: pointer;
  appearance: none;
  width: 100%;
  display: block;
}

.selectbox li ul {
  position: absolute;
  top: 40px;
  /* background: #f1f9fc; */
  border: 1px solid var(--black);
  border-radius: 10px;
  padding: 5px 10px;
  width: 100%;
  display: none;
  z-index: 10;
}

.deletefilter a {
  color: var(--black);
}

.coursesidebar {
  background: #f1f9fc;
  border-radius: 20px;
  padding: 30px 0;
}

.teacherbox img {
  width: 150px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.tline {
  height: 3px;
  background: var(--black);
  border-radius: 100px;
  width: calc(100% - 50px);
  margin: 0 auto;
}

.teacherbox p {
  padding: 5px 10px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.tname {
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
  font-size: 22px;
}

.course-phone {
  width: fit-content;
  border: 1px solid var(--black);
  padding: 5px 15px;
  text-align: center;
  justify-content: center;
  margin: 10px auto 0;
  transition: 0.4s all;
  font-weight: 600;
  color: var(--black);
  border-radius: 100px;
}

.course-phone:hover {
  color: var(--white);
  background: var(--black);
}

/* */
.courseinformation {
  padding-right: 0.5rem;
}

/* */
.courseinformation h1 {
  font-weight: 800;
  /* font-size: 35px; */
  /* font-size: 25px; */
  font-size: 30px;
  margin: 20px 0 20px 0;
}

.courseitems li {
  font-size: 25px;
}

.signbtn {
  width: fit-content;
  padding: 10px 50px;
  text-align: center;
  color: var(--black);
  background: var(--primary);
  border-radius: 100px;
  display: block;
  margin-top: 50px;
  border: 1px solid #000;
  transition: 0.4s all;
  font-size: 18px;
  font-weight: 600;
}

.signbtn:hover {
  background: var(--sec);
  color: var(--white);
}

.sarfasl ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sarfasl ul li {
  font-size: 22px;
  padding-right: 20px;
  position: relative;
}

.sarfasl ul li::before {
  position: absolute;
  right: 0;
  top: 8px;
  height: 20px;
  width: 6px;
  background: var(--primary);
  transform: skewX(-15deg);
  content: "";
}

.sarfasl {
  background: #f1f9fc;
}

.cmbox {
  width: 100%;
}

.cmbox form {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

/* .cmbox form textarea {
  border: 1px solid #666;
  padding: 10px;
  border-radius: 10px;
  min-height: 250px;
} */

/* */
form textarea {
  border: 1px solid #666;
  padding: 10px;
  border-radius: 10px;
  min-height: 250px;
}

.cmgp {
  width: 100%;
  gap: 15px 2%;
}

/* .cmgp input {
  flex: 48%;
  border: 1px solid #666;
  padding: 10px;
  border-radius: 10px;
} */

input {
  flex: 48%;
  border: 1px solid #666;
  padding: 10px;
  border-radius: 10px;
}

.cmbox button {
  width: fit-content;
  padding: 10px 50px;
  text-align: center;
  color: var(--black);
  background: var(--primary);
  border-radius: 100px;
  display: block;
  border: 1px solid #000;
  transition: 0.4s all;
  font-size: 18px;
  font-weight: 600;
}

.cmbox button:hover {
  background: var(--sec);
  color: var(--white);
}

.btn3 {
  margin-top: 50px;
  padding: 50px 0;
}

.resblock {
  display: none;
}

.resmenu {
  width: 300px;
  max-width: 90%;
  background: var(--white);
  height: 100%;
  position: fixed;
  z-index: 500;
  top: 0;
  padding: 20px 0;
  right: -300px;
  overflow-y: scroll;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}

.resmenu ul li a {
  padding: 10px;
  border-bottom: 1px solid #eee;
  display: block;
  color: var(--black);
}

.resmenu ul li:last-child a {
  border: none;
}

.resmenu svg {
  margin: 0 10px 20px;
}

.closeresmenu {
  width: 100%;
  background: #0005;
  height: 100%;
  position: fixed;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 499;
  top: 0;
  right: 0;
  transition: 0.3s all;
  opacity: 0;
  visibility: hidden;
}

.resmenu ul li ul {
  background: #f8f8f8;
  padding: 5px 0;
  display: none;
}

.resmenu ul li ul li ul {
  background: #fff;
}

.resmenu-has-children {
  position: relative;
}

.resmenu-has-children::after {
  content: "";
  border-bottom: 1px solid var(--black);
  border-left: 1px solid var(--black);
  position: absolute;
  left: 10px;
  top: 15px;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
  transition: 0.4s all;
}

/* */
.resmenu-toprow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* */

.downarr::after {
  transform: rotate(135deg);
}

.privacy a {
  transition: 0.4s all;
  color: var(--black);
  border-bottom: 1px dashed #ccc;
}

.privacy a:hover {
  color: var(--primary);
}

.mainmenu nav ul li {
  position: relative;
}

.submenu {
  position: absolute;
  top: 30px;
  background: var(--white);
  right: 0;
  z-index: 200;
  min-width: 200px;
  padding: 10px 0;
  display: none;
  box-shadow: 0 0 30px 0 #0001;
}

.mainmenu nav ul li ul li {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 0 15px;
}

.mainmenu nav ul li ul li svg {
  position: relative;
  top: -1px;
  transition: 0.4s all;
}

.mainmenu nav ul li ul li:hover svg {
  color: var(--primary);
}

.mainmenu nav ul li ul li a {
  display: block;
  flex: 1;
}

.mainmenu nav ul li ul li a::before {
  display: none;
}

.menu-has-children:hover::after {
  border-bottom: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
}

.menu-has-children:hover a {
  color: var(--primary);
}

.menu-has-children::after {
  content: "";
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  transition: 0.4s all;
}

.mainmenu nav ul li ul li ul {
  right: calc(100% + 2px);
  top: -10px;
}

.mainmenu nav ul li ul li ul li::before {
  content: ".";
}

.mainmenu nav ul li ul li ul li a {
  color: var(--black) !important;
}

.mainmenu nav ul li ul li ul li:hover a {
  color: var(--primary) !important;
}

.hero {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  background: none !important;
  position: static !important;
  margin: 0 !important;
  right: inherit !important;
  left: inherit !important;
  color: #888;
  transition: 0.4s all;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: var(--black);
}

.swiper-button-prev svg {
  float: right;
}

.swiper-button-next svg {
  float: left;
}

.swiper-button-prev {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 10px !important;
}

.swiper-button-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 10px !important;
}

.userbox {
  position: relative;
  cursor: pointer;
}

.userbox::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -2px;
  background: #00ff00;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--white);
  z-index: 10;
}

.userbox img {
  width: 37px;
  border: 1px solid #fff;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100px;
  object-fit: cover;
}

.userboxchild {
  display: none;
  background: var(--white);
  position: absolute;
  top: 45px;
  width: 230px;
  box-shadow: 0 0 30px 0 #0001;
  padding: 15px;
  z-index: 201;
  border-radius: 5px;
}

.userboxchild li svg {
  transition: 0.4s all;
}

.userboxchild li:hover svg {
  color: var(--sec);
}

.userboxchild li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.mylist table {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  border: 1px solid #eee;
  overflow: hidden;
  border-radius: 10px;
}

.mylist th,
.mylist td {
  padding: 15px;
  text-align: right;
}

.mylist th {
  background-color: var(--primary);
  color: white;
}

.mylist tr:nth-child(odd) {
  background-color: #fff;
}

.mylist tr:nth-child(even) {
  background-color: #eee;
}

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

.mylow {
  background: #f2b0b0;
  color: red;
  padding: 3px 10px;
  border-radius: 5px;
}

.myhigh {
  background: #d0ffd0;
  color: #0b480b;
  padding: 3px 10px;
  border-radius: 5px;
}

.mypagination a {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  color: var(--sec);
  font-weight: bold;
  transition: 0.4s all;
}

.mypagination span {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: var(--white);
  font-weight: bold;
  transition: 0.4s all;
}

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

.mypagination {
  direction: ltr;
  padding: 20px 15px;
  display: flex;
  justify-content: center;
}

.mypagination li {
  list-style: none;
}

.cmtextbox {
  flex: 1;
  background: #e5ecef;
  padding: 20px;
  position: relative;
  color: #728a95;
}

.cmtextbox a {
  color: #728a95;
  font-weight: bold;
}

.cmtextbox::after {
  content: "";
  right: -10px;
  background: #e5ecef;
  position: absolute;
  top: 20px;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  z-index: -1;
}

.cmtextbox::before {
  content: "";
  border: 1px;
  height: calc(100% + 20px);
  position: absolute;
  top: 25px;
  z-index: -1;
  right: -56px;
  border-right: 1px dashed #ccc;
}

.cmbox li:last-child .cmtextbox::before {
  display: none;
}

.cmimg img {
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100px;
  object-fit: cover;
  position: relative;
  top: 20px;
}

.cmname {
  font-weight: bold;
  font-size: 20px;
}

.cmdetail {
  border: 1px solid #728a95;
  padding: 15px;
  background: #d4e0e5;
}

.cmtextbox p {
  margin: 20px 0;
}

.morereplys {
  font-weight: bold;
  cursor: pointer;
}

.cm-children {
  margin-top: 20px;
  display: none;
}

.cm-children li {
  border: 1px solid #728a95;
  margin-top: 10px;
}

.cm-children li:first-child {
  margin: 0;
}

.cmlist {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cm-children .cmtextbox::before {
  display: none;
}

/* .rating {
  display: flex;
  direction: ltr;
  flex-direction: row-reverse;
  position: relative;
  top: -10px;
} */

.rating {
  display: inline-flex;
  direction: ltr;
  flex-direction: row-reverse;
  vertical-align: middle;
}

.rating input {
  display: none;
}

.rating label {
  font-size: 2rem;
  color: #ccc;
  cursor: pointer;
  transition: color 0.3s;
}

.rating input:checked~label,
.rating label:hover,
.rating label:hover~label {
  color: #ffc107;
}

.rating input:checked+label:hover,
.rating input:checked+label:hover~label {
  color: #e0a800;
}

.accountdetails {
  background: var(--white);
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
}

/* */
.btn {
  width: fit-content;
  padding: 10px 50px;
  text-align: center;
  color: var(--black);
  background: var(--primary);
  border-radius: 100px;
  display: block;
  border: 1px solid #000;
  transition: 0.4s all;
  font-size: 18px;
  font-weight: 600;
}

/* */
.btn:hover {
  background: var(--sec);
  color: var(--white);
}

.accountdetails .nav li {
  flex: 1;
}

.accountdetails .nav li button {
  width: 100%;
  color: var(--black);
}

.accountdetails .nav li button.active {
  color: var(--sec);
}

.showprofile label {
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
}

.showprofile input {
  display: none;
}

.showprofile input:checked~label .myradio::after {
  display: block;
}

.showprofile input:checked~label .myradio {
  border: 1px solid var(--primary);
}

.myradio {
  border-radius: 100px;
  width: 18px;
  position: relative;
  top: -2px;
  height: 18px;
  border: 1px solid #ccc;
}

.myradio::after {
  width: 100%;
  height: 100%;
  background: var(--primary);
  content: "";
  position: absolute;
  border-radius: 100px;
  left: 0;
  top: 0;
  display: none;
  border: 2px solid var(--white);
}

.ioscheckbox {
  width: 40px;
  height: 20px;
  background: #eee;
  position: relative;
  border-radius: 100px;
  transition: 0.4s all;
  top: -2px;
}

.ioscheckbox::after {
  content: "";
  width: 17px;
  box-shadow: 0 0 10px 0 #0001;
  height: 17px;
  position: absolute;
  left: 2px;
  transition: 0.4s all;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
  background: var(--white);
}

.showmyprofile input:checked~label .ioscheckbox {
  background: var(--primary)
}

.showmyprofile input:checked~label .ioscheckbox::after {
  transform: translateX(19px) translateY(-50%);
}

.mygap {
  gap: 10px 0;
}

.showprofile input:checked~label .mycheckbox::after {
  display: block;
}

.showprofile input:checked~label .mycheckbox {
  border: 1px solid var(--primary);
}

.mycheckbox {
  border-radius: 5px;
  width: 20px;
  position: relative;
  top: -2px;
  height: 20px;
  border: 1px solid #ccc;
}

.mycheckbox::after {
  width: 100%;
  height: 100%;
  background: var(--primary);
  content: "";
  position: absolute;
  border-radius: 5px;
  left: 0;
  top: 0;
  display: none;
  border: 2px solid var(--white);
}

.myprogress {
  background: #eee;
  border-radius: 100px;
  height: 10px;
  width: 100%;
}

.myprogressbox span {
  font-size: 15px;
  margin-top: 10px;
  display: block;
}

.percent {
  background: var(--primary);
  border-radius: 100px;
  height: 10px;
}

.progressred {
  background: red;
}

/* */
.selectbox.result {
  pointer-events: none;
}

/* */
.selectbox.correct label {
  border: 1px solid green;
  color: green;
}

/* */
.selectbox.wrong label {
  border: 1px solid red;
  color: red;
}

/* */
.selectbox label {
  border: 1px solid var(--black);
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  transition: 0.4s all;
}

/* */
.selectbox.result label .inline-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}


.selectbox input:checked~label .mycheckbox::after {
  display: block;
}

.selectbox input:checked~label .mycheckbox {
  border: 1px solid var(--primary);
}

.selectbox input:checked~label {
  border: 1px solid var(--primary);
  color: var(--sec);
}

.selectbox p {
  margin: 0;
  font-size: 13px;
}

.selectbox svg {
  width: 25px;
  height: 25px;
}

.selectboxtitle {
  font-weight: bold;
}

.faqbox video {
  width: 400px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.faqtitle {
  width: 100%;
  text-align: right;
  /* */
  font-weight: 600;
}

.faqbox .accordion-button {
  padding: 15px 0;
}

.faqbox .collapsed.accordion-button::after {
  transform: rotate(90deg);
}

.faqbox .accordion-button::after {
  transform: none;
}

.faqbox .accordion-button:not(.collapsed) {
  background: none;
}

.faqbox .accordion-body {
  padding: 15px 0;
}

.newazmunbtn {
  background: var(--primary);
  padding: 5px 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: 0.4s all;
  border-radius: 4px;
  gap: 10px;
}

.newazmunbtn:hover {
  background: var(--sec);
}

.newazmunbtn svg {
  position: relative;
  top: -3px;
}

/* */

.searchbtn {
  background: var(--primary);
  padding: 5px 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: 0.4s all;
  border-radius: 4px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  gap: 10px;
}

/* */

.searchbtn:hover {
  background: var(--sec);
}

/* */

.searchbtn svg {
  position: relative;
  top: -3px;
}

/* */

.azmunfilter {
  background: var(--white);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 #0001;
}

.azmunflex {
  background: #f5f5f5;
  padding: 10px 15px;
  border-radius: 10px;
}

.azmunfilteritem input {
  display: none;
}

.azmunfilteritem label {
  user-select: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.azmunfilteritem input:checked~label {
  background: var(--sec);
  color: var(--white);
}

.card {
  background: var(--white);
  padding: 20px;
  box-shadow: 0 5px 10px 0 #0001;
  border-radius: 10px;
}

.azmun-time svg {
  position: relative;
  top: -3px;
  color: var(--sec);
}

.azmuntitle {
  margin: 40px 0;
  cursor: pointer;
  user-select: none;
  text-align: center;
  font-size: 18px;
}

/* */
.certtitle {
  margin: 16px 0;
  cursor: pointer;
  user-select: none;
  text-align: center;
  font-size: 18px;
}

/* */

.azmunstatictispost svg {
  position: relative;
  top: -2px;
}

.azmun-percent {
  padding: 5px 10px 2px;
  border-radius: 100px;
  font-weight: bold;
}

.pblue {
  background: #ceceff;
  color: #0000ff;
}


.pyellow {
  background: rgb(240, 240, 119);
  color: rgb(246, 151, 83);
}

.porange {
  background: #fff3ce;
  color: rgb(246, 151, 83);
}

.pred {
  background: #ffcece;
  color: #ff0000;
}

.plowgreen {
  background: #ceffe0;
  color: #1b9742;
}

.phighgreen {
  background: #8cd9a8;
  color: #1b9742;
}

.pyellow2 {
  background: #d0f784;
  color: #1b9742;
}

.azmuns {
  gap: 15px 0;
}

.azmun {
  padding: 2rem 0 !important;
}

.newazmun {
  width: 400px;
  background: var(--white);
  padding: 50px;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  text-align: center;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
}

.closeazmunmodal {
  background: #eee;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 7px;
  top: 15px;
  left: 15px;
  cursor: pointer;
}

.newazmuntitle {
  user-select: none;
  font-weight: bold;
  font-size: 24px;
  margin: 30px 0 20px;
}

.newazmun .selectbox li {
  flex: 1;
}

.newazmun .selectbox li span {
  border: 1px solid var(--sec);
  border-radius: 10px;
  background: var(--white);
  width: 100%;
  transition: 0.4s all;
  padding: 10px 15px;
  color: var(--sec);
}

.newazmun .selectbox li span:hover {
  color: var(--white);
  background: var(--sec);
}

.newazmun .selectbox li ul {
  background: var(--sec);
  text-align: right;
  border: 1px solid var(--sec);
  color: var(--white);
  top: 50px;
  overflow-y: scroll;
  max-height: 200px;
  scrollbar-width: none;
}

.newazmun .selectbox li ul li {
  /* border-radius: 5px; */
  margin-bottom: 2px;
  transition: 0.4s all;
  padding: 5px;
}

.newazmun .selectbox li ul li a {
  color: var(--white);
  transition: 0.4s all;
  display: block;
}

.newazmun .selectbox li ul li:hover {
  /* background: var(--primary); */
  color: var(--sec);
}

.newazmun .selectbox li ul li:hover a {
  color: var(--sec);
}

.newazmun .selectbox li ul li:last-child {
  margin: 0;
}


@media(max-width:1400px) {
  .loginsignbtn {
    font-size: 12px;
  }
}

@media(max-width:1200px) {

  .mainmenuflex ul,
  .mainmenuflex {
    gap: 30px;
  }

  .informations {
    gap: 15px;
  }

  .searchbox {
    width: 150px;
  }

  .mainmenu1flex {
    gap: 15px;
  }
}

@media(max-width:992px) {
  .mainmenu1 {
    padding: 0;
    height: 4px;
  }

  .mainmenu1 .mainmenu1flex {
    display: none;
  }

  .mainmenuflex nav {
    display: none;
  }

  .resblock {
    display: block;
  }

  .resnone {
    display: none;
  }

  .mainmenu {
    padding: 10px 0;
  }

  .logobox img {
    width: 200px;
  }

  .boxes .row {
    gap: 30px 0;
  }

  .boxespost {
    box-shadow: 0 0 10px 0 #0003;
  }

  .btns a {
    width: 100%;
  }

  .loginbox {
    box-shadow: 0 0 10px 0 #0003;
    width: 100%;
    border-radius: 15px;
    padding: 20px 0;
    margin: 30px auto;
  }

  .loginbox img {
    width: 150px;
  }

  .loginbtn img {
    width: inherit;
  }

  .loginbox input,
  .loginbox button {
    width: calc(100% - 40px);
  }

  .profilebox .row {
    gap: 30px 0;
  }

  .profileconitems {
    gap: 15px 30px;
  }

  .course-page .row {
    flex-direction: column-reverse;
    gap: 30px 0;
  }

  .courseitems li {
    font-size: 18px;
  }

  .signbtn {
    margin-top: 30px;
  }

  .sarfasl ul li {
    font-size: 16px;
  }

  .sarfasl ul li::before {
    top: 1px;
  }

  .cmgp {
    flex-direction: column;
  }

  .cmgp input {
    flex: 100%;
    width: 100%;
  }

  .btns2 a,
  .btns a {
    flex: 47%;
  }

  .selectbox li {
    flex: 46%;
  }

  .deletefilter {
    width: 100%;
  }

  .swiper-button-prev,
  .swiper-button-next {
    scale: 0.7;
    top: calc(50% - 10px) !important;
  }

  .mytable {
    overflow-x: scroll;
  }

  .mylist table {
    min-width: 600px;
  }

  .cmdetail {
    flex-direction: column;
    align-items: inherit;
  }

  .cmbox li {
    font-size: 12px;
  }

  .replybox {
    align-items: inherit;
    flex-direction: column-reverse;
  }

  .coursetitle {
    gap: inherit;
  }

  .mygap {
    gap: 10px 0 !important;
  }

  .selectform {
    flex-wrap: wrap;
  }

  .azmunfilteritem {
    flex: none;
  }

  .azmunfilterbox {
    overflow-x: scroll;
  }

  .azmunfilterflex {
    width: 100%;
  }

  /* */
  .responsive-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media(max-width:570px) {
  .newazmunbtn {
    width: 100%;
    margin-top: 10px;
  }

  /* */
  .searchbtn {
    width: 100%;
    margin-top: 10px;
  }

  /* */

  .azmunmaintitle {
    flex-wrap: wrap;
  }

}


/* */
.responsive-padding {
  padding-left: 5rem;
  padding-right: 5rem;
}

/* */
.select-none {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cursor-pointer {
  cursor: pointer;
}

.content-section {
  display: none;
}

.content-section.active {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline-flex {
  display: inline-flex;
}

.p-0 {
  padding: 0px;
  /* 0rem */
}

.p-1 {
  padding: 4px;
  /* 0.25rem */
}

.p-2 {
  padding: 8px;
  /* 0.5rem */
}

.p-3 {
  padding: 12px;
  /* 0.75rem */
}

.p-4 {
  padding: 16px;
  /* 1rem */
}

.pl-1 {
  padding-left: 4px;
  /* 0.25rem */
}

.pl-2 {
  padding-left: 8px;
  /* 0.5rem */
}

.pl-3 {
  padding-left: 12px;
  /* 0.75rem */
}

.pl-4 {
  padding-left: 16px;
  /* 1rem */
}

.pr-1 {
  padding-right: 4px;
  /* 0.25rem */
}

.pr-2 {
  padding-right: 8px;
  /* 0.5rem */
}

.pr-3 {
  padding-right: 12px;
  /* 0.75rem */
}

.pr-4 {
  padding-right: 16px;
  /* 1rem */
}

.ml-1 {
  margin-left: 4px;
  /* 0.25rem */
}

.ml-2 {
  margin-left: 8px;
  /* 0.5rem */
}

.ml-3 {
  margin-left: 12px;
  /* 0.75rem */
}

.ml-4 {
  margin-left: 16px;
  /* 1rem */
}

.ml-6 {
  margin-left: 24px;
  /* 1.5rem */
}

.mr-1 {
  margin-right: 4px;
  /* 0.25rem */
}

.mr-2 {
  margin-right: 8px;
  /* 0.5rem */
}

.mr-3 {
  margin-right: 12px;
  /* 0.75rem */
}

.mr-4 {
  margin-right: 16px;
  /* 1rem */
}

.w-100 {
  width: 100%;
}

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

.tab-pane:not(.show) {
  display: none !important;
}

.btn-sm {
  padding: 0.4rem 1rem !important;
}

.btn-session {
  width: 5rem;
}

/* */
.table {
  border-collapse: collapse;
}

/* */
.table-cell {
  padding: 10px;
}

/* */
.table-cell-50 {
  width: 50%;
}

/* */
.table-cell-75 {
  width: 75%;
}

/* */
.table-cell-25 {
  width: 25%;
}

/* */
.bold-cell {
  font-weight: bold;
}

/* */
.border-bottom-light {
  border-bottom: 1px solid rgb(155, 155, 155);
}

/* */
.border-bottom-dark {
  border-bottom: 1px solid black;
}

/* */
.border {
  border: 1px solid black;
}

/* */
.table tr:last-child td {
  border-bottom: none !important;
}

/* */
.map-fade-in {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 1s ease-out, transform 0.8s ease-out;
}

/* */
.page-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}