@charset "UTF-8";
@font-face {
  font-family: "KalamehFaNum-Bold";
  src: url("../fonts/kalameh/KalamehFaNum-Bold.eot") format("embedded-opentype"),
    url("../fonts/kalameh/KalamehFaNum-Bold.woff") format("woff"),
    url("../fonts/kalameh/KalamehFaNum-Bold.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "KalamehFaNum-Regular";
  src: url("../fonts/kalameh/KalamehFaNum-Regular.eot")
      format("embedded-opentype"),
    url("../fonts/kalameh/KalamehFaNum-Regular.woff") format("woff"),
    url("../fonts/kalameh/KalamehFaNum-Regular.ttf") format("truetype");
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  direction: rtl;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.mt-100 {
  margin-top: 100px;
}

.container {
  max-width: 1600px !important;
  padding: 0 50px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-lg-12 {
  flex: 0 0 auto;
  width: 100%;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-md-4,
.col-sm-6,
.col-md-6,
.col-12 {
  width: 100%;
}

.col-6 {
  width: 50%;
  padding: 0 10px;
}

.mx-auto {
  margin: 0 auto;
}

.bg-danger {
  background: red;
}

.bg-success {
  background: green;
}

.bg-dark {
  background: black;
}

.text-danger {
  color: red;
}

.text-success {
  color: green;
}

.text-dark {
  color: black;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column !important;
}

.d-inline {
  display: inline;
}

.d-block {
  display: block;
}

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

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

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

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

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

.justify-content-around {
  justify-content: space-around;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.h-100 {
  height: 100% !important;
}

.h-100vh {
  height: 100svh;
}

.p-5 {
  padding: 48px !important;
}

.p-4 {
  padding: 24px !important;
}

.p-3 {
  padding: 16px !important;
}

.p-2 {
  padding: 8px !important;
}

.p-1 {
  padding: 4px !important;
}

.p-0 {
  padding: 0 !important;
}

.pl-5 {
  padding-left: 48px !important;
}

.pl-4 {
  padding-left: 24px !important;
}

.pl-3 {
  padding-left: 16px !important;
}

.pl-2 {
  padding-left: 8px !important;
}

.pl-1 {
  padding-left: 4px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-5 {
  padding-right: 48px !important;
}

.pr-4 {
  padding-right: 24px !important;
}

.pr-3 {
  padding-right: 16px !important;
}

.pr-2 {
  padding-right: 8px !important;
}

.pr-1 {
  padding-right: 4px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-5 {
  padding-bottom: 48px !important;
}

.pb-4 {
  padding-bottom: 24px !important;
}

.pb-3 {
  padding-bottom: 16px !important;
}

.pb-2 {
  padding-bottom: 8px !important;
}

.pb-1 {
  padding-bottom: 4px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-5 {
  padding-top: 48px !important;
}

.pt-4 {
  padding-top: 24px !important;
}

.pt-3 {
  padding-top: 16px !important;
}

.pt-2 {
  padding-top: 8px !important;
}

.pt-1 {
  padding-top: 4px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.px-2 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-3 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-4 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-5 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.m-1 {
  margin: 4px !important;
}

.m-2 {
  margin: 8px !important;
}

.m-3 {
  margin: 16px !important;
}

.m-4 {
  margin: 24px !important;
}

.m-5 {
  margin: 48px !important;
}

.m-0 {
  margin: 0 !important;
}

.ml-1 {
  margin-left: 4px !important;
}

.ml-2 {
  margin-left: 8px !important;
}

.ml-3 {
  margin-left: 16px !important;
}

.ml-4 {
  margin-left: 24px !important;
}

.ml-5 {
  margin-left: 48px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-1 {
  margin-right: 4px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.mr-3 {
  margin-right: 16px !important;
}

.mr-4 {
  margin-right: 24px !important;
}

.mr-5 {
  margin-right: 48px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mt-1 {
  margin-top: 4px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-3 {
  margin-top: 16px !important;
}

.mt-4 {
  margin-top: 24px !important;
}

.mt-5 {
  margin-top: 48px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-3 {
  margin-bottom: 16px !important;
}

.mb-4 {
  margin-bottom: 24px !important;
}

.mb-5 {
  margin-bottom: 48px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mx-3 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mx-4 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mx-5 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.flex-grow-1 {
  flex-grow: 2 !important;
}

.gap-2 {
  gap: 5px !important;
}

.gap-3 {
  gap: 10px !important;
}

.gap-4 {
  gap: 15px !important;
}

.gap-5 {
  gap: 20px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-50 {
  gap: 50px !important;
}

.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.rounded {
  border-radius: 50%;
}

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

.bg-transparent {
  background: transparent !important;
}

.border-0 {
  border: 0 !important;
}

.overflow-hidden {
  overflow: hidden;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-sm-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-sm-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-sm-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .mx-sm-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .mx-sm-3 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .mx-sm-4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .mx-sm-5 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 4px !important;
  }
  .ml-sm-2 {
    margin-left: 8px !important;
  }
  .ml-sm-3 {
    margin-left: 16px !important;
  }
  .ml-sm-4 {
    margin-left: 24px !important;
  }
  .ml-sm-5 {
    margin-left: 48px !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 4px !important;
  }
  .mr-sm-2 {
    margin-right: 8px !important;
  }
  .mr-sm-3 {
    margin-right: 16px !important;
  }
  .mr-sm-4 {
    margin-right: 24px !important;
  }
  .mr-sm-5 {
    margin-right: 48px !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 4px !important;
  }
  .mt-sm-2 {
    margin-top: 8px !important;
  }
  .mt-sm-3 {
    margin-top: 16px !important;
  }
  .mt-sm-4 {
    margin-top: 24px !important;
  }
  .mt-sm-5 {
    margin-top: 48px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 4px !important;
  }
  .mb-sm-2 {
    margin-bottom: 8px !important;
  }
  .mb-sm-3 {
    margin-bottom: 16px !important;
  }
  .mb-sm-4 {
    margin-bottom: 24px !important;
  }
  .mb-sm-5 {
    margin-bottom: 48px !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 10px;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-end {
    align-items: end !important;
  }
  .align-items-sm-start {
    align-items: start !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 10px;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0 10px;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-none {
    display: none !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-md-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-md-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-md-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .mx-md-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .mx-md-3 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .mx-md-4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .mx-md-5 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 4px !important;
  }
  .ml-md-2 {
    margin-left: 8px !important;
  }
  .ml-md-3 {
    margin-left: 16px !important;
  }
  .ml-md-4 {
    margin-left: 24px !important;
  }
  .ml-md-5 {
    margin-left: 48px !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 4px !important;
  }
  .mr-md-2 {
    margin-right: 8px !important;
  }
  .mr-md-3 {
    margin-right: 16px !important;
  }
  .mr-md-4 {
    margin-right: 24px !important;
  }
  .mr-md-5 {
    margin-right: 48px !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 4px !important;
  }
  .mt-md-2 {
    margin-top: 8px !important;
  }
  .mt-md-3 {
    margin-top: 16px !important;
  }
  .mt-md-4 {
    margin-top: 24px !important;
  }
  .mt-md-5 {
    margin-top: 48px !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 4px !important;
  }
  .mb-md-2 {
    margin-bottom: 8px !important;
  }
  .mb-md-3 {
    margin-bottom: 16px !important;
  }
  .mb-md-4 {
    margin-bottom: 24px !important;
  }
  .mb-md-5 {
    margin-bottom: 48px !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-end {
    align-items: end !important;
  }
  .align-items-md-start {
    align-items: start !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
}
@media (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 10px;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
    padding: 0 10px;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 10px;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0 10px;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
    padding: 0 10px;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 10px;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
    padding: 0 10px;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66%;
    padding: 0 10px;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
    padding: 0 10px;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
    padding: 0 10px;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-lg-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-lg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-lg-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .mx-lg-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .mx-lg-3 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .mx-lg-4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .mx-lg-5 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .p-lg-3 {
    padding: 16px !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 4px !important;
  }
  .ml-lg-2 {
    margin-left: 8px !important;
  }
  .ml-lg-3 {
    margin-left: 16px !important;
  }
  .ml-lg-4 {
    margin-left: 24px !important;
  }
  .ml-lg-5 {
    margin-left: 48px !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 4px !important;
  }
  .mr-lg-2 {
    margin-right: 8px !important;
  }
  .mr-lg-3 {
    margin-right: 16px !important;
  }
  .mr-lg-4 {
    margin-right: 24px !important;
  }
  .mr-lg-5 {
    margin-right: 48px !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 4px !important;
  }
  .mt-lg-2 {
    margin-top: 8px !important;
  }
  .mt-lg-3 {
    margin-top: 16px !important;
  }
  .mt-lg-4 {
    margin-top: 24px !important;
  }
  .mt-lg-5 {
    margin-top: 48px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 4px !important;
  }
  .mb-lg-2 {
    margin-bottom: 8px !important;
  }
  .mb-lg-3 {
    margin-bottom: 16px !important;
  }
  .mb-lg-4 {
    margin-bottom: 24px !important;
  }
  .mb-lg-5 {
    margin-bottom: 48px !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-end {
    align-items: end !important;
  }
  .align-items-lg-start {
    align-items: start !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
}
.img-container {
  position: relative;
  overflow: hidden;
  display: block;
}
.img-container::after {
  content: "";
  display: block;
}
.img-container .img-container-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

#sidebar {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  position: sticky;
  top: 50px;
}

.table-wrapper {
  overflow-x: auto;
}

.table {
  width: 100%;
}
.table thead th {
  font-size: 16px;
  font-family: "KalamehFaNum-Bold";
  color: #4a4a4a;
}
.table td,
.table th {
  border: none;
  text-align: center;
  vertical-align: middle;
}
.table tbody tr {
  background: #f2f4f7;
}
.table tbody td {
  padding: 10px;
  font-size: 14px;
  font-family: "KalamehFaNum-Regular";
  color: #4a4a4a;
  white-space: nowrap;
}
.table .desc {
  min-width: 300px;
  white-space: wrap;
}
.table .available {
  color: #12b76a;
}
.table .unavailable {
  color: #d92d20;
}
.table .table-btn {
  font-size: 12px;
  gap: 5px;
  color: #000000;
  background: rgb(202, 202, 202);
  padding: 5px 10px;
  border-radius: 40px;
  transition: all 0.2s linear;
}
.table .table-btn:hover {
  background: #3e517a;
  color: #ffffff;
}

.styled-select {
  min-width: 200px;
  min-height: 40px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.styled-select::before {
  content: "\e912";
  font-family: "icomoon";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 20px;
}
.styled-select select {
  font-size: 14px;
  padding: 0 10px;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  font-family: "KalamehFaNum-Regular";
  height: 100%;
  width: 100%;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.group-field {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.group-field label {
  font-size: 16px;
  color: #000000;
  font-family: "KalamehFaNum-Regular";
  margin-bottom: 10px;
}
.group-field label span {
  font-size: 12px;
  color: #676767;
}
.group-field input,
.group-field textarea {
  font-size: 16px;
  color: #000000;
  font-family: "KalamehFaNum-Regular";
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  flex-grow: 2;
  padding: 10px;
}
.group-field input:focus,
.group-field textarea:focus {
  border: 1px solid #439a86;
}
.group-field input {
  height: 40px;
}
.group-field input[type="radio"] {
  padding: unset;
}
.group-field input[type="radio"]:focus {
  border: 5px solid #d9d9d9;
}
.group-field .number {
  direction: ltr;
}
.group-field .form-control {
  height: 47px;
}
.group-field .foreign-register-alert {
  font-size: 12px;
  color: #d92d20;
  margin-top: 5px;
}
.group-field #error-messages {
  display: none;
}
.group-field.error input {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.group-field.error #error-messages {
  display: block;
}

.datepicker-container .datepicker-plot-area {
  width: 280px;
  border-radius: 10px;
  padding: 20px;
}
.datepicker-container .datepicker-plot-area .toolbox {
  display: none;
}
.datepicker-container .datepicker-plot-area .header {
  padding: 0;
  height: auto;
}
.datepicker-container .datepicker-plot-area .datepicker-navigator {
  position: relative;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 10px;
}
.datepicker-container
  .datepicker-plot-area
  .datepicker-navigator
  .pwt-btn-prev {
  position: absolute;
  top: 0;
  left: 0;
}
.datepicker-container
  .datepicker-plot-area
  .datepicker-navigator
  .pwt-btn-prev::after {
  content: "\e916";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 25px;
}
.datepicker-container
  .datepicker-plot-area
  .datepicker-navigator
  .pwt-btn-next {
  position: absolute;
  top: 0;
  right: 0;
}
.datepicker-container
  .datepicker-plot-area
  .datepicker-navigator
  .pwt-btn-next::after {
  content: "\e91b";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 25px;
}
.datepicker-container
  .datepicker-plot-area
  .datepicker-navigator
  .pwt-btn-switch {
  text-align: center;
  font-size: 16px;
  font-family: "KalamehFaNum-Regular";
  color: #333333;
  width: -moz-fit-content;
  width: fit-content;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 0 10px 0 30px;
  margin: 0;
  position: relative;
}
.datepicker-container
  .datepicker-plot-area
  .datepicker-navigator
  .pwt-btn-switch::after {
  content: "\e912";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  font-size: 16px;
}
.datepicker-container
  .datepicker-plot-area
  .datepicker-day-view
  .month-grid-box
  .header
  .header-row-cell {
  font-size: 16px;
  font-family: "KalamehFaNum-Regular";
  color: #9c9a9a;
  background: #f5f5f5;
}
.datepicker-container
  .datepicker-plot-area
  .datepicker-day-view
  .table-days
  .selected {
  background: #079992;
  border-radius: 50%;
}
.datepicker-container
  .datepicker-plot-area
  .datepicker-day-view
  .table-days
  .selected
  span {
  text-shadow: unset !important;
  color: #ffffff !important;
}
.datepicker-container
  .datepicker-plot-area
  .datepicker-day-view
  .table-days
  .today {
  background: #079992;
  border-radius: 50%;
}
.datepicker-container
  .datepicker-plot-area
  .datepicker-day-view
  .table-days
  .today
  span {
  text-shadow: unset !important;
  color: #ffffff !important;
}
.datepicker-container
  .datepicker-plot-area
  .datepicker-day-view
  .table-days
  .today::after {
  content: unset;
}
.datepicker-container
  .datepicker-plot-area
  .datepicker-day-view
  .table-days
  .today::before {
  content: unset;
}
.datepicker-container
  .datepicker-plot-area
  .datepicker-day-view
  .table-days
  span {
  font-size: 14px;
  font-family: "KalamehFaNum-Bold";
  color: #666666;
  background: transparent !important;
  margin: 8px 0 !important;
}
.datepicker-container
  .datepicker-plot-area
  .datepicker-day-view
  .table-days
  span:hover {
  color: #2a9d8f;
}
.datepicker-container
  .datepicker-plot-area
  .datepicker-day-view
  .table-days
  .other-month {
  color: #cfcdcd;
}

.group-field_inner {
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  height: 40px;
  display: flex;
  padding: 0;
  display: flex;
  align-items: center;
}
.group-field_inner #countdown {
  width: 80px;
}
.group-field_inner input {
  background: transparent;
  border: 0;
  height: 100%;
  border-radius: 0;
  flex-grow: 2;
}
.group-field_inner input:focus {
  border: 0;
}
.group-field_inner span {
  font-size: 15px;
  color: #8d8d8d;
  font-family: "KalamehFaNum-Regular";
  padding: 0 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e6e6e6;
}
.group-field_inner:focus-within {
  border: 1px solid #439a86;
}

.select2-selection__choice {
  border: 2px solid #2a9d8f !important;
  background: transparent !important;
  color: gray;
  font-size: 14px;
  font-family: "KalamehFaNum-Regular";
  border-radius: 2px !important;
  padding: 3px 5px !important;
}

.select2-results__option {
  font-size: 14px;
  font-family: "KalamehFaNum-Regular";
  color: gray;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.js-select2 {
  direction: rtl !important;
  border: 1px solid #ddd;
  background: #f5f5f5;
  height: 45px !important;
}
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-selection--single:focus,
.js-select2:focus {
  border: 1px solid #2a9d8f !important;
}

.group-checkbox input {
  display: none;
}
.group-checkbox label {
  font-size: 14px;
  color: #000000;
  font-family: "KalamehFaNum-Regular";
  position: relative;
  padding-right: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.group-checkbox label::after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  top: 10px;
  transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: #d9d9d9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
  font-size: 10px;
  cursor: pointer;
}
.group-checkbox input:checked ~ label::after {
  content: "\f00f";
  background: #439a86;
}

.group-radio {
  display: flex;
  align-items: center;
}
.group-radio input {
  width: 22px;
  height: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  margin-left: 10px;
  background: #d9d9d9;
  border: 5px solid #d9d9d9;
  transition: all 0.2s linear;
  cursor: pointer;
}
.group-radio label {
  font-size: 14px;
  color: #000000;
  font-family: "KalamehFaNum-Regular";
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.group-radio input:checked {
  background: #439a86;
}

.primary-btn,
.secondary-btn,
.gray-btn,
.danger-btn,
.confirm-btn {
  font-size: 14px;
  color: #fff;
  font-family: "KalamehFaNum-Bold";
  border-radius: 6px;
  background: #439a86;
  padding: 0 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  transition: all 0.2s linear;
  gap: 10px;
}
.primary-btn:hover,
.secondary-btn:hover,
.gray-btn:hover,
.danger-btn:hover,
.confirm-btn:hover {
  box-shadow: 0 0 15px rgba(67, 154, 134, 0.5);
  color: #fff;
}
.primary-btn span,
.secondary-btn span,
.gray-btn span,
.danger-btn span,
.confirm-btn span {
  font-size: 20px;
}

.secondary-btn {
  background: #3e517a;
}
.secondary-btn:hover {
  box-shadow: 0 0 15px rgba(62, 81, 122, 0.5);
  color: #fff;
}

.gray-btn {
  background: #f5f5f5;
  color: gray;
}
.gray-btn:hover {
  box-shadow: 0 0 15px rgba(128, 128, 128, 0.2);
  color: gray;
}

.danger-btn {
  background: #d92d20;
}
.danger-btn:hover {
  box-shadow: 0 0 15px rgba(217, 45, 32, 0.5);
  color: #fff;
}

.section-link {
  font-size: 20px;
  color: #000000;
  font-family: "KalamehFaNum-Regular";
}
.section-link span {
  margin-right: 10px;
}
.section-link:hover {
  color: #354752;
}

.header {
  height: 80px;
  z-index: 10;
  padding: 0 30px;
}
.header .container-fluid {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.header .container-fluid::after,
.header .container-fluid::before {
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(159, 174, 198, 0), #9faec6);
  width: 50%;
  position: absolute;
}
.header .container-fluid::after {
  left: unset;
  right: 0;
  background: linear-gradient(to left, rgba(159, 174, 198, 0), #9faec6);
}
.header .offcanvas .close-btn {
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}
.header .offcanvas-header {
  background: #3e517a;
}
.header .offcanvas .support-btn {
  color: #ffffff;
  font-size: 14px;
  font-family: "KalamehFaNum-Regular";
  background: #2a9d8f;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-radius: 10px;
}
.header .navbar-toggler {
  font-size: 30px;
  margin-left: 20px;
  display: flex;
}
.header .img-brand {
  width: 120px;
}
.header .nav-link {
  font-size: 16px;
  color: #232d42;
  font-family: "KalamehFaNum-Bold";
  padding: 5px 15px !important;
  display: flex;
  transition: all 0.2s linear;
}
.header .nav-link.active {
  color: #439a86;
}
.header .nav-link:hover {
  color: #439a86;
}
.header .login-header-btn {
  color: #ffffff;
  font-family: "KalamehFaNum-Bold";
  font-size: 16px;
}
.header .login-btn,
.header .register-btn {
  font-family: "KalamehFaNum-Regular";
  font-size: 16px;
  color: #ffffff;
  padding: 6px 20px;
  background: #3e517a;
  border-radius: 5px;
  box-shadow: -3px -3px 15px rgba(57, 77, 118, 0.2) inset;
}
.header .login-btn {
  color: #394d76;
  background: #f5f5f5;
}

.header-profile {
  position: sticky;
  transition: top 0.2s ease-in-out;
  top: 0;
  background: #ffffff;
  z-index: 10000;
}
.header-profile .menu-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-profile .login-header-btn {
  font-size: 25px;
}
.header-profile .promote-profile-link {
  font-size: 14px;
  color: #ffb834;
  font-family: "KalamehFaNum-Regular";
  margin-top: 8px;
}
.header-profile .promote-profile-link span {
  font-size: 25px;
}
.header-profile .promote-profile-link:hover {
  color: #e29578;
}
.header-profile .notif-btn {
  font-size: 30px;
  color: #232d42;
}
.header-profile .notif .badge {
  font-size: 10px;
  font-family: "KalamehFaNum-Bold";
  background: #d92d20;
  color: #fff;
  padding: 2px 5px 0;
  width: unset;
  height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -5px;
  bottom: unset;
  right: -5px;
}
.header-profile .menu-toggle {
  cursor: pointer;
}
.header-profile .user-img {
  min-width: 50px;
  border-radius: 50%;
}
.header-profile .user-img::after {
  padding-bottom: 100%;
}
.header-profile .username {
  font-size: 16px;
  color: #000000;
  font-family: "KalamehFaNum-Bold";
}
.header-profile .expert {
  font-size: 12px;
  color: #000000;
  font-family: "KalamehFaNum-Regular";
}

.offcanvas {
  position: fixed;
  top: 0;
  right: -400px;
  width: 350px;
  height: 100vh;
  background-color: #f1f1f1;
  transition: all 0.2s linear;
  z-index: 9999;
}
.offcanvas.open {
  right: 0;
}
.offcanvas #close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: white;
  border: none;
  color: #333;
  font-weight: bold;
  padding: 5px 10px;
  cursor: pointer;
}
.offcanvas .offcanvas-body {
  overflow-y: auto;
  height: 100%;
}
.offcanvas .offcanvas-body::-webkit-scrollbar {
  width: 4px;
}
.offcanvas .offcanvas-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.offcanvas .offcanvas-body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 10px;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9998;
}

.header-login .img-brand {
  width: 100px;
}
.header-login .back-link {
  font-size: 18px;
  color: #676767;
  font-family: "KalamehFaNum-Regular";
}
.header-login .back-link span {
  margin-right: 5px;
  font-size: 20px;
}
.header-login .back-link:hover {
  color: #000000;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  direction: ltr;
  font-family: "KalamehFaNum-Regular";
}

.page-title {
  font-size: 18px;
  color: #292d32;
  font-family: "KalamehFaNum-Regular";
}

.login-page {
  padding: 50px 0;
  min-height: 65vh;
}
.login-page .login-tabs {
  border-radius: 10px;
  border: 1px solid #e6e2e2;
  width: 60%;
  margin: 0 auto 20px;
}
.login-page .login-tabs .login_tab {
  font-size: 14px;
  color: #8b8b8b;
  font-family: "KalamehFaNum-Regular";
  border-radius: 8px;
  width: 49%;
}
.login-page .login-tabs .login_tab.active {
  background: #d8d8d8;
  color: #444444;
}
.login-page .password-selection-rules {
  margin-bottom: 10px;
}
.login-page .password-selection-rules li {
  font-size: 14px;
  padding: 2px 0;
  font-family: "KalamehFaNum-Regular";
  color: #354752;
}
.login-page .password-selection-rules li span {
  color: #079992;
}
.login-page .primary-btn {
  margin-top: 20px;
}
.login-page .login-box {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 49px 136px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin-bottom: 30px;
  padding: 25px;
}
.login-page .login-box-header {
  border-bottom: 1px solid #f5f5f5;
}
.login-page .login-btn {
  width: 100%;
}
.login-page .google-btn {
  font-size: 14px;
  color: #1c2631;
  background: rgba(77, 104, 161, 0.3019607843);
}
.login-page .google-btn:hover {
  box-shadow: 0 0 15px rgba(77, 104, 161, 0.2);
}
.login-page .page-text {
  font-size: 14px;
  font-family: "KalamehFaNum-Regular";
  color: #9faec6;
}
.login-page .page-link {
  font-size: 24px;
  font-family: "KalamehFaNum-Bold";
  color: #3e517a;
  background: transparent;
  border: 0;
  padding: 0;
}
.login-page .page-link:hover {
  text-decoration: underline;
}
.login-page .icon_user {
  font-size: 40px;
  margin-left: 10px;
}
.login-page .successful-text {
  font-size: 18px;
  font-family: "KalamehFaNum-Bold";
  color: #000000;
}
.login-page .edit-number {
  font-size: 16px;
  font-family: "KalamehFaNum-Regular";
  color: #3e517a;
}
.login-page .edit-number:hover {
  text-decoration: underline;
}
.login-page .resend-code {
  font-size: 16px;
  font-family: "KalamehFaNum-Regular";
  color: #3e517a;
}
.login-page .resend-code:hover {
  text-decoration: underline;
}
.login-page .forget-pass {
  font-size: 14px;
  font-family: "KalamehFaNum-Regular";
  color: #3e517a;
  margin-top: 20px;
}
.login-page .forget-pass:hover {
  text-decoration: underline;
}
.login-page .group-radio {
  margin-left: 30px;
}

.login-page-title {
  font-size: 20px;
  color: #292d32;
  font-family: "KalamehFaNum-Regular";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.page-404 {
  min-height: 100vh;
  background: #3e517a;
}
.page-404 .title-404 {
  font-size: 32px;
  color: #ffffff;
  font-family: "KalamehFaNum-Bold";
  margin: 20px 0;
}
.page-404 .nav-link {
  color: #ffffff;
}
.page-404 .secondary-btn {
  background: #6b85bd;
}
.page-404 .secondary-btn:hover {
  box-shadow: 0 0 20px rgba(107, 133, 189, 0.4);
}

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-body {
  padding: 0;
}
.modal .modal-header {
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.modal .modal-content {
  background-color: #fefefe;
  margin: 3% auto;
  padding: 20px;
  border: 1px solid #888;
}
.modal .close-modal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal .close-btn {
  font-size: 25px;
  color: gray;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.modal-wrapper .modal-content {
  border: 0;
  padding: 30px;
  border-radius: 15px;
  width: 450px;
}
.modal-wrapper .modal-content.modal-lg {
  width: 700px;
}
.modal-wrapper .modal-title {
  font-size: 16px;
  font-family: "KalamehFaNum-Bold";
  color: #292d32;
}
.modal-wrapper .modal-title span {
  font-size: 25px;
  color: #ee9b00;
}
.modal-wrapper .modal-text {
  font-size: 16px;
  font-family: "KalamehFaNum-Regular";
  color: #676767;
  line-height: 1.9;
}
.modal-wrapper .message-modal {
  font-size: 16px;
  color: #000000;
  font-family: "KalamehFaNum-Regular";
  text-align: center;
}
.modal-wrapper .text-modal {
  font-size: 16px;
  color: #838383;
  font-family: "KalamehFaNum-Regular";
  margin-top: 10px;
}

.modal-ruls .ruls-text {
  margin-bottom: 15px;
}

.error-list {
  background: #fff3ef;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
}
.error-list .errorlist li,
.error-list .error-message {
  font-size: 14px;
  color: #733a25;
  font-family: "KalamehFaNum-Regular";
}
.error-list .errorlist li {
  padding: 5px 0;
}

.error-box,
.success-box {
  background: #fff3ef;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
}
.error-box p,
.success-box p {
  font-size: 12px;
  color: orangered;
  font-family: "KalamehFaNum-Bold";
}

.success-box {
  background: #f4fffe;
}
.success-box p {
  color: #079992;
}

.pagination {
  border-top: 1px solid rgb(223, 223, 223);
  width: 100%;
  padding: 15px 0;
  margin-top: 50px;
}
.pagination .page-link {
  font-size: 16px;
  color: #565656;
  font-family: "KalamehFaNum-Regular";
  width: 31px;
  height: 31px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  margin: 0 10px;
}
.pagination .page-link.active {
  background: #439a86;
  color: #ffffff;
}
.pagination .page-link.active:hover {
  color: #ffffff;
}
.pagination .page-link:hover {
  color: #439a86;
}
.pagination .page-prev {
  width: auto;
  margin: 0;
}
.pagination .page-item:last-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination .page-item:first-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.filter-sidebar {
  padding: 20px;
  border-radius: 10px;
  background: #f5f5f5;
}
.filter-sidebar_title {
  font-size: 16px;
  color: #000000;
  font-family: "KalamehFaNum-Bold";
}
.filter-sidebar_title span {
  margin-left: 10px;
  font-size: 25px;
}
.filter-sidebar .remove-filter {
  color: red;
  font-size: 14px;
  font-family: "KalamehFaNum-Regular";
  background: rgb(255, 219, 219);
  padding: 5px 15px;
  border-radius: 3px;
}
.filter-sidebar .remove-filter span {
  margin-left: 5px;
}

.section-title {
  font-size: 22px;
  color: #000000;
  font-family: "KalamehFaNum-Bold";
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.section-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  width: 50px;
  height: 5px;
  border-radius: 40px;
  background: rgba(226, 148, 120, 0.3843137255);
  z-index: -1;
}
.section-title span {
  font-size: 18px;
  font-family: "KalamehFaNum-Regular";
  color: rgb(146, 146, 146);
}

.section-desc {
  font-size: 16px;
  color: #000000;
  font-family: "KalamehFaNum-Regular";
  margin-bottom: 20px;
}

.empty-img {
  width: 200px;
  margin-bottom: 20px;
}
.empty-title {
  font-size: 18px;
  color: #394d76;
  font-family: "KalamehFaNum-Regular";
  margin-bottom: 10px;
}
.empty-text {
  font-size: 16px;
  color: #676666;
  font-family: "KalamehFaNum-Regular";
  margin-bottom: 20px;
}

.heart-fill {
  color: rgb(255, 0, 76);
}

.post-card {
  padding: 15px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.post-card-title {
  font-size: 16px;
  color: #000000;
  font-family: "KalamehFaNum-Bold";
  transition: all 0.2s linear;
  margin-bottom: 20px;
  display: block;
}
.post-card-title:hover {
  color: #439a86;
}
.post-card-text {
  font-size: 14px;
  color: #465053;
  font-family: "KalamehFaNum-Regular";
  margin-bottom: 30px;
}
.post-card-date {
  font-size: 12px;
  color: #979797;
  font-family: "KalamehFaNum-Regular";
}
.post-card_img {
  width: 100%;
  border-radius: 10px;
}
.post-card_img::after {
  padding-bottom: 70%;
}
.post-card .profile-img {
  min-width: 40px;
  border-radius: 10px;
  margin-left: 10px;
}
.post-card .profile-img::after {
  padding-bottom: 100%;
}
.post-card .profile-name {
  font-size: 14px;
  color: #000000;
  font-family: "KalamehFaNum-Regular";
}
.post-card .user-role {
  font-size: 12px;
  color: #838383;
  font-family: "KalamehFaNum-Regular";
}
.post-card .post-type-btn {
  font-size: 25px;
}
.post-card .post-card_option {
  font-size: 12px;
  color: #979797;
  font-family: "KalamehFaNum-Regular";
  margin-left: 15px;
}
.post-card .post-card_option span {
  margin-left: 5px;
  font-size: 18px;
}
.post-card .like-post-btn:hover {
  color: #da0606;
}
.post-card .delete-btn,
.post-card .edit-btn,
.post-card .upgrade-btn {
  background: rgb(255, 224, 224);
  color: red;
  font-size: 12px;
  font-family: "KalamehFaNum-Regular";
  padding: 5px 10px;
  border-radius: 3px;
}
.post-card .delete-btn span,
.post-card .edit-btn span,
.post-card .upgrade-btn span {
  margin-right: 5px;
}
.post-card .edit-btn {
  background: #e8fffa;
  color: #2a9d8f;
}
.post-card .upgrade-btn {
  background: #ebebeb;
  color: gray;
}
.post-card .seva-post-btn {
  width: 40px;
  height: 40px;
  background: #3e517a;
  border-radius: 50%;
  color: #ffffff;
  position: absolute;
  bottom: -50px;
  left: 10px;
  transition: all 0.2s linear;
}
.post-card .seva-post-btn.active {
  bottom: 10px;
}
.post-card:hover .seva-post-btn {
  bottom: 10px;
}

.request-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 30px 0;
}
.request-item:last-child {
  border-bottom: 0;
}
.request-item .request-text {
  font-size: 14px;
  color: #232d42;
  font-family: "KalamehFaNum-Regular";
  margin: 10px 0 15px;
}
.request-item .request-name {
  font-size: 16px;
  color: #000000;
  font-family: "KalamehFaNum-Bold";
}
.request-item .request-date {
  font-size: 14px;
  color: #979797;
  font-family: "KalamehFaNum-Regular";
  white-space: nowrap;
}
.request-item .request-timer {
  font-size: 14px;
  color: #d92d20;
  font-family: "KalamehFaNum-Regular";
}
.request-item .request-timer span {
  margin-left: 5px;
  font-size: 18px;
}
.request-item .profile-img-request {
  width: 72px;
  border-radius: 50%;
  margin-left: 10px;
}
.request-item .profile-img-request::after {
  padding-bottom: 100%;
}
.request-item .request-btn {
  border-radius: 10px 0px 10px 10px;
  background: #3e517a;
  height: 108px;
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  font-family: "KalamehFaNum-Regular";
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.request-item .request-details {
  font-size: 14px;
  font-family: "KalamehFaNum-Regular";
  color: #8f8f8f;
}
.request-item .request-details span {
  color: #232d42;
}
.request-item .phone-learner {
  background: rgb(238, 238, 238);
  padding: 5px 10px;
  color: #733a25;
  border-radius: 3px;
}
.request-item .phone-learner a {
  color: #d92d20;
  text-decoration: underline;
}
.request-item .phone-learner span {
  font-size: 17px;
}
.request-item.request-ggg .request-btn {
  background: #2a9d8f;
}
.request-item.request-hhh .request-btn {
  background: #d92d20;
}

.teacher-card-score {
  font-size: 12px;
  color: #ffffff;
  font-family: "KalamehFaNum-Regular";
  padding: 3px 5px;
  border-radius: 7px;
  background: #fa0;
}
.teacher-card-score span {
  margin-right: 5px;
}

.teacher-card {
  border-radius: 15px;
  background: #edf6f9;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.teacher-card .teacher-card_characteristic {
  font-size: 12px;
  color: #979797;
  font-family: "KalamehFaNum-Regular";
}
.teacher-card .teacher-card_characteristic span {
  color: #000000;
}
.teacher-card-body {
  padding: 15px;
  flex-grow: 2;
}
.teacher-card .request-private-tutoring-btn {
  margin-bottom: 10px;
  padding: 8px 20px;
  height: unset;
}

.request-private-tutoring-btn {
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  font-family: "KalamehFaNum-Regular";
  padding: 0 20px;
  height: 40px;
  background: orangered;
  transition: all 0.2s linear;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.request-private-tutoring-btn:hover {
  box-shadow: 0 0 10px rgba(255, 69, 0, 0.5);
  color: #fff;
}

.follow-btn {
  font-size: 14px;
  color: #394d76;
  font-family: "KalamehFaNum-Regular";
  border-radius: 5px;
  padding: 8px 20px;
  background: transparent;
  border: 1px solid #394d76;
  transition: all 0.2s linear;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.follow-btn:hover {
  color: #079992;
  border: 1px solid #079992;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip .tooltiptext {
  font-size: 12px;
  font-family: "KalamehFaNum-Regular";
  visibility: hidden;
  max-width: 120px;
  background-color: #3e517a;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.2s linear;
  white-space: nowrap;
}
.tooltip .tooltiptext_top {
  bottom: 125%;
}
.tooltip .tooltiptext_bottom {
  top: 125%;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.blog-page {
  padding: 50px 0;
}
.blog-page .filter-btn {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  font-size: 20px;
  font-family: "KalamehFaNum-Regular";
  color: #000000;
  background: #edf6f9;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-page .select-posts-img {
  width: 100%;
  border-radius: 50%;
  overflow: visible;
}
.blog-page .select-posts-img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  transform: translate(-50%, -50%);
  background: linear-gradient(to top, #2a9d8f, #2938c0);
  border-radius: 50%;
}
.blog-page .select-posts-img img {
  transition: all 0.2s linear;
  border-radius: 50%;
}
.blog-page .select-posts-img::after {
  padding-bottom: 100%;
}
.blog-page .select-posts-img:hover img {
  transform: scale(1.1);
}
.blog-page .select-post-title {
  font-size: 14px;
  color: #545454;
  font-family: "KalamehFaNum-Regular";
  display: block;
  margin-top: 10px;
}
.blog-page .selected-posts-carousel .item {
  padding: 10px 0;
  flex-direction: column;
}
.blog-page .search-wrapper {
  border-radius: 10px;
  background: #f5f5f5;
  margin-bottom: 40px;
  border: 1px solid #f5f5f5;
}
.blog-page .search-wrapper input {
  font-size: 16px;
  color: #979797;
  font-family: "KalamehFaNum-Regular";
  background: transparent;
  flex-grow: 2;
  padding: 15px;
  border: 0;
}
.blog-page .search-wrapper button {
  padding: 0 10px;
  background: transparent;
  border: 0;
  font-size: 25px;
  color: #414141;
}
.blog-page .search-wrapper:focus-within {
  border: 1px solid #9faec6;
}

.selected-posts-carousel .owl-nav,
.teachers-carousel .owl-nav {
  position: absolute;
  top: -75px;
  left: 0;
}
.selected-posts-carousel .owl-prev,
.selected-posts-carousel .owl-next,
.teachers-carousel .owl-prev,
.teachers-carousel .owl-next {
  width: 35px;
  height: 35px;
  position: relative;
  margin-right: 10px;
}
.selected-posts-carousel .owl-prev::after,
.selected-posts-carousel .owl-next::after,
.teachers-carousel .owl-prev::after,
.teachers-carousel .owl-next::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edf6f9;
  border-radius: 50%;
  color: #3e517a;
}
.selected-posts-carousel .owl-prev span,
.selected-posts-carousel .owl-next span,
.teachers-carousel .owl-prev span,
.teachers-carousel .owl-next span {
  position: relative;
  z-index: 1;
}
.selected-posts-carousel .owl-prev.disabled,
.selected-posts-carousel .owl-next.disabled,
.teachers-carousel .owl-prev.disabled,
.teachers-carousel .owl-next.disabled {
  opacity: 0.5;
}

.teachers-carousel .owl-nav {
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
.teachers-carousel .owl-prev::after,
.teachers-carousel .owl-next::after {
  background: #edf6f9;
}

.footer {
  margin-top: 50px;
  background: #f5f5f5;
}
.footer .footer-link {
  font-size: 16px;
  color: #222222;
  font-family: "KalamehFaNum-Regular";
  transition: all 0.2s linear;
  margin-left: 20px;
}
.footer .footer-link:hover {
  color: #2a9d8f;
}
.footer .img-brand {
  margin-top: -40px;
  width: 150px;
}
.footer .copyright-text {
  border-top: 1px solid rgb(223, 223, 223);
  font-size: 12px;
  color: #000000;
  font-family: "KalamehFaNum-Regular";
  padding: 20px 0;
  text-align: center;
}
.footer.has-fixed-box {
  padding-bottom: 80px;
}

.instagram-box,
.telegram-box {
  border-radius: 10px;
  background-image: linear-gradient(to right bottom, #f9ce34, #ee2a7b, #6228d7);
  padding: 20px;
  transition: all 0.2s linear;
  position: relative;
  border-radius: 10px;
}
.instagram-box span,
.telegram-box span {
  font-size: 20px;
  color: #fff;
  transition: all 0.2s linear;
}
.instagram-box p,
.telegram-box p {
  font-size: 12px;
  color: #fff;
  font-family: "KalamehFaNum-Regular";
  transition: all 0.2s linear;
}
.instagram-box:hover p,
.instagram-box:hover span,
.telegram-box:hover p,
.telegram-box:hover span {
  color: #fff;
}

.telegram-box {
  background-image: linear-gradient(to right, #007df0, #85c2fa);
}

.read-more-section {
  margin-bottom: 80px;
}
.read-more-section .text-box {
  background: #f5f5f5;
  border-radius: 15px;
}
.read-more-section .btn-more {
  font-size: 14px;
  font-family: "KalamehFaNum-Regular";
  color: #ffffff;
  padding: 8px 20px;
  background: #e29578;
  border-radius: 5px;
  margin-top: 20px;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s linear;
}
.read-more-section .btn-more:hover {
  box-shadow: 0 0 15px rgba(226, 149, 120, 0.5);
}

.textbox {
  width: 100%;
  overflow: hidden;
  transition: all 0.2s linear;
  position: relative;
}
.textbox p,
.textbox a {
  font-size: 16px;
  font-family: "KalamehFaNum-Regular";
  color: #000000;
  margin-bottom: 10px;
}
.textbox a {
  text-decoration: underline;
  color: #439a86;
  display: inline-block;
}
.textbox a:hover {
  text-decoration: none;
}
.textbox h1,
.textbox h2,
.textbox h3 {
  font-size: 20px;
  color: #000000;
  font-family: "KalamehFaNum-Bold";
  margin-bottom: 15px;
}
.textbox h4,
.textbox h5 {
  font-size: 18px;
  color: #000000;
  font-family: "KalamehFaNum-Bold";
  margin-bottom: 15px;
}
.textbox img {
  margin-bottom: 20px;
}
.textbox.removeShadow::after {
  content: none;
}
.textbox::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #f5f5f5 100%
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f5f5f5 100%);
  height: 50%;
  width: 100%;
}

.accordion .accordion-item {
  width: 100%;
  background: transparent;
  border: none;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0;
}
.accordion .accordion-item:last-child {
  border-bottom: 0;
}
.accordion .accordion-item.open .close-accordion {
  display: block;
}
.accordion .accordion-item.open .open-accordion {
  display: none;
}
.accordion .last-item-filter,
.accordion .group_toggle:last-child {
  border-bottom: unset;
}
.accordion .accordion-content {
  padding-top: 10px;
}
.accordion .accordion-item__button {
  border: none;
  width: 100%;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-family: "KalamehFaNum-Bold";
  color: #354752;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  background: transparent;
}
.accordion .accordion-item__button .close-accordion {
  display: none;
  margin-left: 10px;
  font-size: 20px;
}
.accordion .accordion-item__button .open-accordion {
  display: block;
  margin-left: 10px;
  font-size: 20px;
}
.accordion .group-checkbox {
  margin: 10px 0;
}

.line {
  width: 100%;
  margin: 15px 0;
  height: 1px;
  background: #f5f5f5;
}

article h2,
article h3 {
  font-size: 24px;
  color: #1c2631;
  font-family: "KalamehFaNum-Bold" !important;
  margin-bottom: 10px;
}
article h4,
article h5 {
  font-size: 22px;
  color: #1c2631;
  font-family: "KalamehFaNum-Bold" !important;
  margin-bottom: 10px;
}
article p {
  font-size: 16px;
  color: #666;
  font-family: "KalamehFaNum-Regular" !important;
  margin-bottom: 10px;
}
article span {
  font-size: 14px;
  color: #888;
  font-family: "KalamehFaNum-Regular" !important;
  display: block;
}
article img {
  max-width: 70%;
  width: 70%;
  max-height: 100%;
  border-radius: 3px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
article ul {
  padding-right: 20px;
}
article ul li {
  list-style-type: disc;
  font-size: 16px;
  color: #666;
  font-family: "KalamehFaNum-Regular" !important;
  margin-bottom: 10px;
}
article .double-img {
  gap: 15px;
}

.breadcrumb {
  padding: 20px 0;
}
.breadcrumb-link {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.6);
  font-family: "KalamehFaNum-Bold";
}
.breadcrumb-link:hover {
  text-decoration: underline;
}
.breadcrumb .active {
  color: #000000;
}
.breadcrumb span {
  color: rgba(34, 34, 34, 0.6);
  margin: 0 5px;
}

.header-post-page .post-title {
  font-size: 24px;
  color: #433e57;
  font-family: "KalamehFaNum-Bold";
}
.header-post-page .post-desc {
  font-size: 14px;
  color: #7e7e7e;
  font-family: "KalamehFaNum-Regular";
}
.header-post-page .post-details {
  font-size: 16px;
  color: #465053;
  font-family: "KalamehFaNum-Regular";
}
.header-post-page .post-details span {
  margin-left: 5px;
  font-size: 18px;
}
.header-post-page .teacher-img {
  width: 50px;
  border-radius: 50%;
  margin-left: 10px;
}
.header-post-page .teacher-img::after {
  padding-bottom: 100%;
}
.header-post-page .teacher-name {
  font-size: 16px;
  color: #433e57;
  font-family: "KalamehFaNum-Bold";
}
.header-post-page .teacher-bio {
  font-size: 14px;
  color: #465053;
  font-family: "KalamehFaNum-Regular";
  margin-bottom: 10px;
}
.header-post-page .post-btn {
  font-size: 14px;
  color: #222222;
  font-family: "KalamehFaNum-Regular";
  display: flex;
  gap: 4px;
}
.header-post-page .post-btn span {
  font-size: 18px;
}
.header-post-page .post-sidebar-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.teaching-fees {
  font-size: 13px;
  color: #465053;
  font-family: "KalamehFaNum-Regular";
}
.teaching-fees span {
  color: orangered;
}

.post-sidebar {
  border-radius: 10px;
  background: #f0f0f0;
  padding: 15px;
  display: flex;
}

.post-page {
  padding: 50px 0;
}

.player-container {
  position: relative;
  background: rgb(234, 233, 233);
  margin-bottom: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.player-container .player {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.player-container video {
  width: 100%;
  border-radius: 5px;
  max-height: 80vh;
}
.player-container .controls {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.player-container .time {
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.player-container .time-current {
  color: #ffffff;
  font-size: 14px;
  font-family: "KalamehFaNum-Regular", sans-serif;
}
.player-container .progress-video {
  height: 5px;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  transition: height 0.1s ease-in-out;
  overflow: visible;
  cursor: pointer;
  direction: ltr;
}
.player-container .progress-filled {
  background: #2a9d8f;
  width: 0;
  height: 100%;
  border-radius: 6px;
  transition: all 0.1s;
  position: relative;
}
.player-container .progress-filled::after {
  content: "";
  background: #2a9d8f;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.player-container .controls-main {
  height: calc(100% - 10px);
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.player-container .controls-left,
.player-container .controls-right {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.player-container .player:-webkit-full-screen video {
  max-height: unset;
  height: 100%;
}
.player-container .player:fullscreen video {
  max-height: unset;
  height: 100%;
}
.player-container .player:-webkit-full-screen video {
  max-height: unset;
  height: 100%;
}
.player-container .player:-moz-full-screen video {
  max-height: unset;
  height: 100%;
}
.player-container .player:-ms-fullscreen video {
  max-height: unset;
  height: 100%;
}
.player-container .fullscreen {
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-size: 25px;
  color: #ffffff;
}
.player-container .volume {
  display: flex;
  align-items: center;
}
.player-container .volume-btn {
  margin-right: 30px;
  cursor: pointer;
}
.player-container .volume_icon {
  font-size: 23px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.player-container .volume-btn #volume-off,
.player-container .volume-btn #volume-high {
  opacity: 0;
}
.player-container .volume-btn.loud #volume-high {
  opacity: 1;
}
.player-container .volume-btn.loud #volume-low {
  opacity: 0;
}
.player-container .volume-btn.muted #volume-off {
  opacity: 1;
}
.player-container .volume-btn.muted #volume-high,
.player-container .volume-btn.muted #volume-low {
  opacity: 0;
}
.player-container .volume-slider {
  height: 5px;
  width: 80px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  position: relative;
  direction: ltr;
  cursor: pointer;
}
.player-container .volume-filled {
  background: #2a9d8f;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transition: width 0.2s ease-in-out;
}
.player-container .play-btn {
  cursor: pointer;
  position: relative;
  margin-right: 30px;
}
.player-container .play-btn:before {
  content: "\e9ce";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 25px;
  font-family: "icomoon";
  color: #ffffff;
  transform: translateY(-50%);
}
.player-container .play-btn.paused:before {
  content: "\e9d3";
}
.player-container .play-btn.playing:before {
  content: "\e9ce";
}

.floating-request {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.08);
  z-index: 10;
}
.floating-request .post-title {
  font-size: 16px;
  color: #000000;
  font-family: "KalamehFaNum-Bold";
  margin-bottom: 5px;
}
.floating-request .teacher-name {
  font-size: 13px;
  color: #838383;
  font-family: "KalamehFaNum-Regular";
}
.floating-request .teacher-img {
  width: 60px;
  border-radius: 50%;
  margin-left: 10px;
}
.floating-request .teacher-img::after {
  padding-bottom: 100%;
}

.comment-item {
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
}
.comment-item .comment_name {
  font-size: 18px;
  color: #000000;
  font-family: "KalamehFaNum-Regular";
  margin-left: 15px;
}
.comment-item .comment_date {
  font-size: 14px;
  color: #838383;
  font-family: "KalamehFaNum-Regular";
  margin-top: 10px;
}
.comment-item .comment_text {
  font-size: 16px;
  color: #838383;
  font-family: "KalamehFaNum-Regular";
  margin-top: 20px;
}
.comment-item .affiliation {
  font-size: 12px;
  color: #838383;
  font-family: "KalamehFaNum-Regular";
  background: #f5f5f5;
  padding: 3px 10px;
  border-radius: 40px;
}
.comment-item .comment-item_img {
  width: 60px;
  border-radius: 50%;
  margin-left: 10px;
}
.comment-item .comment-item_img::after {
  padding-bottom: 100%;
}
.comment-item .comment-img-upload {
  max-width: 50%;
  max-height: 300px;
  margin-top: 20px;
}
.comment-item .stars {
  font-size: 20px;
  color: rgba(255, 212, 18, 0.973);
}
.comment-item .like-btn,
.comment-item .dislike-btn,
.comment-item .comment-btn {
  color: green;
  font-size: 16px;
  font-family: "KalamehFaNum-Regular";
  padding: 3px 10px 0;
  background: rgb(242, 253, 242);
  border-radius: 40px;
  transition: all 0.2s linear;
}
.comment-item .like-btn span,
.comment-item .dislike-btn span,
.comment-item .comment-btn span {
  margin-left: 5px;
}
.comment-item .dislike-btn {
  background: rgb(255, 238, 238);
  color: red;
}
.comment-item .comment-btn {
  color: #000000;
  border: 1px solid #ddd;
  background: #f5f5f5;
  padding: 5px 40px;
  border-radius: 10px;
}
.comment-item .comment-btn:hover {
  background: #ddd;
}

.comment-reply {
  margin-right: 50px;
}

.special-teachers {
  background: #3e517a;
  padding: 40px 0 80px;
  position: relative;
}
.special-teachers .section-title {
  color: #ffffff;
}
.special-teachers .section-title::after {
  background: rgba(89, 104, 139, 0.9725490196);
}

.contact-page {
  margin: 50px 0 80px;
}
.contact-page_box {
  background-image: url("../img/Colorful alphabet letters on a table.png ");
  padding: 50px;
  border-radius: 15px;
}
.contact-page .contact-box_title {
  font-size: 40px;
  color: #232d42;
  font-family: "KalamehFaNum-Bold";
}
.contact-page .contact-box_text {
  font-size: 16px;
  color: #000000;
  font-family: "KalamehFaNum-Regular";
  margin: 10px 0 30px;
}
.contact-page .contact-box_phone {
  font-size: 16px;
  color: #000000;
  font-family: "KalamehFaNum-Regular";
}
.contact-page .contact-box_phone span {
  margin-left: 20px;
  background: #edf6f9;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a9d8f;
  font-size: 20px;
}

.notification-box {
  background: #a4c3b2;
  border-radius: 10px;
}
.notification-box_title {
  font-size: 16px;
  color: #fff;
  font-family: "KalamehFaNum-Bold";
}
.notification-box .close-notification {
  font-size: 20px;
  color: #fff;
}

.header-index {
  background: url("../img/bg-header.png"), #fafafc;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
.header-index .header {
  background: transparent;
  border-bottom: 0;
}
.header-index_title {
  font-size: 45px;
  color: #232d42;
  font-family: "KalamehFaNum-Bold";
  margin-top: 10px;
}
.header-index_title span {
  color: #439a86;
}
.header-index_desc {
  font-size: 16px;
  color: #979797;
  font-family: "KalamehFaNum-Regular";
}
.header-index_text {
  font-size: 18px;
  color: #6a6a6a;
  font-family: "KalamehFaNum-Regular";
  margin: 0 0 40px;
  line-height: 1.8;
}

.signUp-btn {
  font-size: 14px;
  color: #394d76;
  font-family: "KalamehFaNum-Regular";
  padding: 10px 20px;
  border-bottom: 2px dashed #394d76;
  margin-right: 10px;
  transition: all 0.2s linear;
}
.signUp-btn:hover {
  border-bottom: 2px dashed orangered;
  color: orangered;
}

.blog-section {
  padding: 50px 0;
}
.blog-section .post-card {
  height: auto;
}
.blog-section .blog-card-center {
  margin-top: 50px;
}

.box {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.05);
  padding: 40px 20px;
  overflow: hidden;
  flex-grow: 2;
}

.panel-page {
  margin: 50px 0;
  min-height: 50vh;
}
.panel-page .add-file-text {
  color: #237feb;
}
.panel-page .add-file-text span {
  font-size: 20px;
}
.panel-page .box-state {
  height: 100%;
}
.panel-page .group-radio_payment {
  margin-bottom: 20px;
}
.panel-page .group-radio_payment input {
  display: none;
}
.panel-page .group-radio_payment label {
  width: 100px;
  height: 120px;
  border-radius: 10px;
  background: #ffffff;
  border: 2px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.panel-page .group-radio_payment label img {
  max-width: 90%;
  max-height: 90%;
}
.panel-page .group-radio_payment input:checked ~ label {
  border: 2px solid #2a9d8f;
}
.panel-page .credit-cart-information li {
  padding: 10px 0;
}
.panel-page .credit-cart-information p,
.panel-page .credit-cart-information span {
  font-size: 16px;
  color: #838383;
  font-family: "KalamehFaNum-Regular";
}
.panel-page .credit-cart-information span {
  color: #000000;
}
.panel-page .add-post_title {
  font-size: 14px;
  font-family: "KalamehFaNum-Bold";
  color: #3e517a;
}
.panel-page .state-number {
  font-size: 25px;
  font-family: "KalamehFaNum-Bold";
  min-width: 50px;
  height: 50px;
  padding: 0 5px;
  background: #f5f5f5;
  color: #3e517a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-bottom: 20px;
}
.panel-page .state-title {
  font-size: 14px;
  color: #292d32;
  font-family: "KalamehFaNum-Regular";
}
.panel-page .favorite-freelancer-projects li {
  margin: 15px 0;
}
.panel-page .favorite-freelancer-projects_img {
  width: 100px;
  border-radius: 10px;
  margin-left: 15px;
}
.panel-page .favorite-freelancer-projects_img::after {
  padding-bottom: 80%;
}
.panel-page .favorite-freelancer-projects_name:hover {
  color: #2a9d8f;
}
.panel-page .favorite-freelancer-projects_name,
.panel-page .favorite-freelancer-projects_view,
.panel-page .favorite-freelancer-projects_like {
  font-size: 14px;
  font-family: "KalamehFaNum-Regular";
  color: gray;
}
.panel-page .favorite-freelancer-projects_name span,
.panel-page .favorite-freelancer-projects_view span,
.panel-page .favorite-freelancer-projects_like span {
  margin-right: 5px;
  font-size: 15px;
}
.panel-page .favorite-freelancer-projects_view {
  margin-right: 20px;
}

.panel-text {
  font-size: 16px;
  color: #000000;
  font-family: "KalamehFaNum-Regular";
  white-space: nowrap;
}

.resume-text {
  font-size: 16px;
  color: #565656;
  font-family: "KalamehFaNum-Regular";
  margin-bottom: 20px;
}

.tabs {
  overflow-x: auto;
  padding: 0 30px !important;
}
.tabs .tab-link {
  font-size: 16px;
  color: #838383;
  font-family: "KalamehFaNum-Regular";
  padding: 15px 20px;
  position: relative;
  white-space: nowrap;
}
.tabs .tab-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.tabs .tab-link span {
  font-size: 12px;
  padding: 2px 5px 0;
  border-radius: 10px;
  background: #d92d20;
  color: #ffffff;
  font-family: "KalamehFaNum-Bold";
  margin-right: 5px;
}
.tabs .tab-link:hover {
  color: #079992;
}
.tabs .active a {
  color: #222222;
}
.tabs .active a::after {
  background: #2a9d8f;
}
.tabs .active .number-step {
  background: #079992;
  color: #ffffff;
}

.tabs-profile .tabs-profile-link {
  font-size: 16px;
  color: #a8a8a8;
  font-family: "KalamehFaNum-Regular";
  white-space: nowrap;
  padding: 0;
}
.tabs-profile .tabs-profile-link.active {
  color: #222222;
}
.tabs-profile li {
  padding: 15px 0;
  cursor: pointer;
}
.tabs-profile .number-step {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b8b8b8;
  font-size: 14px;
  font-family: "KalamehFaNum-Bold";
  margin-bottom: 5px;
}
.tabs-profile .number-step.active {
  background: #079992;
  color: #fff;
}
.tabs-profile .tab-link {
  font-size: 16px;
  color: #a8a8a8;
  font-family: "KalamehFaNum-Regular";
  white-space: nowrap;
  padding: 0;
}
.tabs-profile .tab-link::after {
  content: none;
}
.tabs-profile .line {
  height: 1px;
  background: #e2e2e2;
  margin: 0 20px;
  min-width: 50px;
  width: 80px;
}

.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.owl-carousel .teacher-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
}

.learning-path {
  position: relative;
  margin: 50px 0 80px;
}
.learning-path .container {
  background-image: url("../img/line-Horizontal.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
}
.learning-path .learning-path_box {
  padding: 0 50px;
}
.learning-path .learning-path_box img {
  margin: 20px 0 30px;
  width: 200px;
}
.learning-path .learning-path_box_num {
  background: #3e517a;
  border: 5px solid #ffffff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  font-family: "KalamehFaNum-Bold";
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.learning-path .learning-path_box_text {
  font-size: 22px;
  color: #000000;
  font-family: "KalamehFaNum-Regular";
}
.learning-path .learning-path_box_text span {
  color: #e29578;
}

.line-container {
  overflow: hidden;
  float: right;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}
.line-container svg {
  width: 100%;
}

.about-video {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.about-video::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-color: #3e517a;
  z-index: -1;
}
.about-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  width: 100%;
  z-index: 0;
  background-image: url("../img/Asset-4-1.svg"); /* Edited by Nik*/
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: center center;
}
.about-video .videos {
  gap: 200px;
}
.about-video .video-title {
  font-size: 20px;
  color: #fff;
  font-family: "KalamehFaNum-Bold";
  margin-top: 10px;
}

.audio-wrapper {
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 30px;
  background-image: url("../img/Group 1000004305.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.audio-wrapper audio {
  width: 100%;
}
.audio-wrapper audio::-webkit-media-controls-panel {
  background-color: #9faec6;
}
.audio-wrapper audio::-webkit-media-controls-play-button {
  background-color: #b7c5db;
  border-radius: 50%;
}
.audio-wrapper audio::-webkit-media-controls-play-button:hover {
  background-color: #b7c5db;
}
.audio-wrapper audio::-webkit-media-controls-timeline {
  background-color: #b7c5db;
  border-radius: 25px;
  margin-left: 10px;
  margin-right: 10px;
}
.audio-wrapper audio::-webkit-media-controls-mute-button {
  background-color: #b7c5db;
  border-radius: 50%;
}

.badge-wrapper .badge {
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
}
.badge-wrapper.online .badge {
  background: #12b76a;
}
.badge-wrapper.offline .badge {
  background: rgb(173, 173, 173);
}

.profile-sidebar {
  top: 80px;
  bottom: 0;
  height: auto;
  border-radius: 40px 0px 0px 0px;
  background: #3e517a;
  padding: 20px 0 30px 0;
}
.profile-sidebar .nav-link {
  justify-content: space-between;
  align-items: center;
  align-items: center;
}
.profile-sidebar .nav-link .num {
  font-size: 12px;
  border-radius: 40px;
  padding: 2px 5px 0;
  background: rgb(255, 0, 55);
}
.profile-sidebar .score-box {
  background: #2a9d8f;
  padding: 15px;
  border-radius: 40px;
  position: sticky;
  bottom: 0;
  left: 0;
}
.profile-sidebar .score-box p,
.profile-sidebar .score-box span {
  font-size: 14px;
  color: #ffffff;
  font-family: "KalamehFaNum-Regular";
}
.profile-sidebar .score-box span {
  font-size: 14px;
}
.profile-sidebar .username,
.profile-sidebar .expert {
  color: #ffffff;
}
.profile-sidebar .nav-link {
  font-size: 15px;
  color: #ffffff;
  font-family: "KalamehFaNum-Regular";
  padding: 10px !important;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  border-radius: 5px;
  transition: all 0.2s linear;
}
.profile-sidebar .nav-link span {
  margin-left: 5px;
  font-size: 20px;
}
.profile-sidebar .nav-link.active {
  background: #4e6391;
  color: #fff;
}
.profile-sidebar .nav-link.active:hover {
  color: #fff;
}
.profile-sidebar .nav-link:hover {
  color: #e29578;
}
.profile-sidebar .nav-link.logout-link {
  color: #e29578;
}
.profile-sidebar .close-btn {
  position: absolute;
  left: 20px;
  top: 15px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.notif-sidebar {
  top: 80px;
  border-radius: 40px 0 0 0;
}
.notif-sidebar .offcanvas-body {
  padding: 15px;
}
.notif-sidebar .close-btn span {
  color: #000;
}
.notif-sidebar .section-link {
  font-size: 14px;
  border-radius: 3px;
  background: #079992;
  padding: 5px;
  margin-bottom: 5px;
  color: #ffffff;
}
.notif-sidebar .notifications-list-img {
  min-width: 40px;
  margin-left: 10px;
}
.notif-sidebar .notifications-list-text {
  font-size: 12px;
}
.notif-sidebar .notifications-list-date {
  font-size: 10px;
  margin-top: 5px;
}

.wallet {
  border-radius: 16px;
  border: 1px solid #e5e9ff;
  background: #f5f7ff;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 30px;
}
.wallet_title {
  font-size: 14px;
  color: #bfc9ff;
  font-family: "KalamehFaNum-Regular";
}
.wallet_title span {
  margin-left: 5px;
  font-size: 20px;
}
.wallet .wallet-price p {
  font-size: 14px;
  color: #bfc9ff;
  font-family: "KalamehFaNum-Regular";
}
.wallet .wallet-price span {
  font-size: 18px;
  color: #6174fb;
}

.request-private-tutoring {
  margin: 50px 0;
  padding: 80px 0;
  background: #fff3ef;
  background-image: url("../img/OIUFZX1-[Converted].jpg"); /* edited by Nik*/
  background-position: left bottom;
  background-attachment: fixed;
  position: relative;
}
.request-private-tutoring::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.request-private-tutoring .request-private_text {
  font-size: 20px;
  color: #222222;
  font-family: "KalamehFaNum-Regular";
}
.request-private-tutoring .request-private_content {
  position: relative;
  z-index: 10;
}

.share-modal .share-text,
.share-modal .discount-code-text,
.share-modal .discount-code-desc {
  font-size: 14px;
  font-family: "KalamehFaNum-Regular";
  color: #354752;
}
.share-modal .discount-code-desc {
  font-size: 12px;
}
.share-modal .social-btn {
  font-size: 14px;
  font-family: "KalamehFaNum-Regular";
  width: 100%;
  color: #ffffff;
  border-radius: 8px;
  padding: 8px 5px;
  transition: all 0.2s linear;
}
.share-modal .social-btn_whatsapp {
  background: #65d072;
}
.share-modal .social-btn_whatsapp:hover {
  background: #4fad5a;
}
.share-modal .social-btn_gmail {
  background: #cd0707;
}
.share-modal .social-btn_gmail:hover {
  background: #ad0505;
}
.share-modal .social-btn_telegram {
  background: #4da9e8;
}
.share-modal .social-btn_telegram:hover {
  background: #3289c4;
}
.share-modal .social-btn span {
  font-size: 15px;
  margin-left: 5px;
}
.share-modal .discount-code-btn {
  font-size: 12px;
  font-family: "KalamehFaNum-Regular";
  color: #e85805;
  border: 1px solid #e85805;
  border-radius: 8px;
  padding: 10px 20px;
  background: transparent;
  transition: all 0.2s linear;
}
.share-modal .discount-code-btn span {
  margin-left: 10px;
  font-size: 20px;
}
.share-modal .discount-code-btn:hover {
  background: #e85805;
  color: #f5f5f5;
}
.share-modal .line {
  border: 2px solid #f4f7fb;
  margin: 15px 0;
}
.share-modal .share-link {
  background: transparent;
  padding: 10px;
  border: 1px solid #c8d3d9;
  border-radius: 8px;
}
.share-modal .share-link button {
  font-size: 25px;
  margin-left: 10px;
  border: none;
  background: transparent;
}
.share-modal .share-link p {
  font-size: 12px;
  font-family: "KalamehFaNum-Regular";
  color: rgba(61, 90, 128, 0.5);
  margin-bottom: 10px;
}
.share-modal #link {
  align-self: center;
  font-size: 14px;
  font-family: "KalamehFaNum-Regular";
  flex-grow: 2;
  border: none;
  text-align: left;
  height: 100%;
  background: transparent;
  width: 150px;
}
.share-modal #copy span {
  display: block;
  line-height: 30px;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}
.share-modal #copy span.copied::after {
  content: "با موفقیت کپی شد";
  position: absolute;
  top: 0px;
  right: 35px;
  height: 30px;
  display: block;
  white-space: nowrap;
  padding: 2px 10px;
  font-size: 14px;
  font-family: "KalamehFaNum-Regular";
  color: #fff;
  background-color: #2a9d8f;
  opacity: 1;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}
@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}

.characterLength {
  font-size: 14px;
  color: #292d32;
  font-family: "KalamehFaNum-Regular";
}

.files-upload_wrapper {
  width: inherit;
  border: 2px dashed rgb(219, 219, 219);
  padding: 20px;
  border-radius: 10px;
}
.files-upload_wrapper .filesUpload {
  display: none;
}
.files-upload_wrapper_text {
  font-size: 13px;
  font-family: "KalamehFaNum-Regular";
  color: gray;
}
.files-upload_wrapper .filesUpload-label {
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgb(214, 214, 214);
  background: transparent;
  cursor: pointer;
  font-family: "KalamehFaNum-Regular";
  color: gray;
  transition: all 0.2s linear;
  margin-left: 20px;
  margin-bottom: 0;
  white-space: nowrap;
}
.files-upload_wrapper .filesUpload-label:hover {
  background: #f5f5f5;
}

#error-messages {
  font-size: 14px;
  color: #f13925;
  font-family: "KalamehFaNum-Regular";
  margin-bottom: 5px;
}

.file-prew {
  background: #2a9d8f;
  border-radius: 10px;
  overflow: hidden;
  min-width: 300px;
  width: 300px;
  padding: 5px;
  margin-left: 10px;
}
.file-prew .img-preview-responsive {
  min-width: 100px;
  background: #fff;
  margin-left: 10px;
  border-radius: 5px;
}
.file-prew .img-preview-responsive::after {
  padding-bottom: 110%;
}
.file-prew .img-preview-responsive .img-container-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-prew .img-preview-responsive img {
  max-width: 100%;
  max-height: 100%;
}
.file-prew .pdf-preview-responsive {
  background: unset;
}
.file-prew .pdf-preview-responsive span {
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-prew .file-upload-name,
.file-prew .file-upload-size {
  text-align: left;
  display: block;
}
.file-prew .file-upload-size {
  display: flex;
  flex-direction: row-reverse;
}
.file-prew .file-upload-name,
.file-prew .file-upload-size,
.file-prew .download-file,
.file-prew .date-file {
  color: #fff;
  font-family: "KalamehFaNum-Regular";
  font-size: 14px;
  margin: 2px 0;
}
.file-prew .download-file {
  font-size: 10px;
}
.file-prew .date-file {
  font-size: 10px;
  left: 10px;
  bottom: 10px;
}

.upload_image .preview-profile-img {
  width: 120px;
  outline: 5px solid #2a9d8f;
  border-radius: 50%;
}
.upload_image .preview-profile-img::after {
  padding-bottom: 100%;
}
.upload_image .preview-video {
  width: 500px;
  height: 300px;
  border-radius: 10px;
}
.upload_image .preview-video video {
  width: 100%;
  height: 100%;
}
.upload_image .upload-profile-wrapper {
  margin-top: 20px;
}
.upload_image .upload-profile-wrapper input {
  display: none;
}
.upload_image .upload-profile-wrapper label {
  padding: 10px 20px;
  font-size: 16px;
  font-family: "KalamehFaNum-Regular";
  color: #000000;
  border-radius: 10px;
  border: 1px solid rgb(216, 216, 216);
  transition: all 0.2s linear;
  cursor: pointer;
}
.upload_image .upload-profile-wrapper label:hover {
  background: rgb(216, 216, 216);
}
.upload_image .upload-profile-wrapper label span {
  margin-left: 10px;
}

.upload_post_cover .preview-profile-img {
  width: 300px;
  outline: 1px solid rgb(192, 192, 192);
  border-radius: 10px;
}
.upload_post_cover .preview-profile-img::after {
  padding-bottom: 80%;
}

.notifications-link {
  font-size: 14px;
  font-family: "KalamehFaNum-Regular";
  color: #2a9d8f;
}
.notifications-link:hover {
  color: #3e517a;
}
.notifications-list li {
  border-bottom: 1px solid rgb(235, 235, 235);
  transition: all 0.2s linear;
}
.notifications-list li:hover {
  background: rgb(240, 240, 240);
}
.notifications-list li:last-child {
  border-bottom: none;
}
.notifications-list-img {
  min-width: 80px;
  border-radius: 50%;
  margin-left: 30px;
}
.notifications-list-img::after {
  padding-bottom: 100%;
}
.notifications-list-date {
  font-size: 14px;
  font-family: "KalamehFaNum-Regular";
  color: #838383;
  margin-top: 10px;
  display: block;
}
.notifications-list-text {
  font-size: 15px;
  font-family: "KalamehFaNum-Regular";
  color: #3e517a;
}
.notifications-list-text span {
  font-family: "KalamehFaNum-Bold";
}
.notifications-list-text a {
  font-family: "KalamehFaNum-Bold";
  color: #2a9d8f;
}
.notifications-list-text a:hover {
  color: #3e517a;
}

.ticket-wrapper .header-ticket-box_title {
  font-size: 16px;
  font-family: "KalamehFaNum-Bold";
  color: #1c2631;
}
.ticket-wrapper .header-ticket-box_id,
.ticket-wrapper .header-ticket-box_date {
  font-size: 14px;
  font-family: "KalamehFaNum-Regular";
  color: #858383;
}
.ticket-wrapper .header-ticket-box {
  background: #f5f5f5;
  border-radius: 10px;
  border: 1px solid #dae3f5;
}
.ticket-wrapper .header-ticket-box button {
  background: transparent;
  border: none;
}

#chat {
  max-width: 100%;
  height: 100%;
  padding: 25px auto;
  position: relative;
  overflow: hidden;
}
#chat .chat__text {
  line-height: 1.8;
  font-family: "KalamehFaNum-Regular";
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
  background: #2a9d8f;
  padding: 10px 10px 30px 10px;
}
#chat .desc_masage {
  left: 5px;
  bottom: 5px;
}
#chat .desc_masage span {
  font-size: 10px;
  font-family: "KalamehFaNum-Regular";
  color: #ffffff;
}
#chat .chat__conversation-board__message-container.reversed {
  flex-direction: row-reverse;
}
#chat .chat__conversation-board__message-container.reversed .chat__text {
  background: #f5f5f5;
  color: #000;
}
#chat .chat__conversation-board__message-container.reversed .desc_masage span {
  color: #000000;
}
#chat .chat__conversation-board__message__bubble {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
}
#chat .chat__conversation-board__message__bubble:not(:last-child) {
  margin: 0 0 0.3em;
}
#chat .chat__conversation-board {
  padding: 50px 0 80px;
}
#chat .chat__conversation-board__message-container {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
}
#chat .chat__conversation-board__message-container:not(:last-child) {
  margin: 0 0 30px 0;
}
#chat .chat__conversation-board__message__context {
  width: 80%;
}
#chat .chat__conversation-panel__input::-moz-placeholder {
  font-size: 14px;
  color: gray;
  font-family: "KalamehFaNum-Regular";
}
#chat .chat__conversation-panel__input::placeholder {
  font-size: 14px;
  color: gray;
  font-family: "KalamehFaNum-Regular";
}
#chat .expiry {
  background: #d92d20;
  border-radius: 10px;
}
#chat .expiry p {
  font-size: 14px;
  font-family: "KalamehFaNum-Regular";
  color: #fff;
}
#chat .img-profile {
  width: 80px;
  border-radius: 50%;
}
#chat .img-profile::after {
  padding-bottom: 100%;
}
#chat .ticket-name {
  font-size: 12px;
  color: #38383a;
  font-family: "KalamehFaNum-Regular";
  margin-top: 10px;
}

.header-teacher-page .img-profile {
  width: 150px;
  border-radius: 50%;
}
.header-teacher-page .img-profile::after {
  padding-bottom: 100%;
}
.header-teacher-page .badge {
  width: 20px;
  height: 20px;
  right: 18px;
  bottom: 10px;
}
.header-teacher-page .teacher-information {
  font-size: 14px;
  color: #a1a1a1;
  font-family: "KalamehFaNum-Regular";
}
.header-teacher-page .teacher-information span {
  color: #232d42;
  font-size: 16px;
  margin-right: 10px;
}
.header-teacher-page .group-information .teacher-information {
  padding: 10px;
  font-size: 12px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}
.header-teacher-page .group-information .teacher-information:last-child {
  border-left: 0;
}
.header-teacher-page .group-information .teacher-information span {
  font-size: 14px;
  margin-right: 0;
}
.header-teacher-page .header-teacher-box {
  border-radius: 10px;
  background: #edf6f9;
  padding: 20px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.teacher-name {
  font-size: 24px;
  color: #232d42;
  font-family: "KalamehFaNum-Bold";
}

.teacher-page-content {
  padding: 40px 0 80px;
}
.teacher-page-content .comment-item video {
  width: 50%;
  border-radius: 5px;
  margin-top: 15px;
}
.teacher-page-content .comment-item audio {
  width: 50%;
  margin-top: 15px;
}

.scoring-text {
  font-size: 16px;
  color: #000000;
  font-family: "KalamehFaNum-Regular";
}
.scoring .rating > input {
  display: none;
}
.scoring .rating > label:before {
  margin: 5px;
  font-size: 1.5em;
  font-family: "icomoon";
  display: inline-block;
  content: "\f040";
}
.scoring .rating > .half:before {
  content: "\f040";
  position: absolute;
}
.scoring .rating > label {
  color: #ddd;
  float: right;
}
.scoring .rating > input:checked ~ label,
.scoring .rating:not(:checked) > label:hover,
.scoring .rating:not(:checked) > label:hover ~ label {
  color: #ffd700;
}
.scoring .rating > input:checked + label:hover,
.scoring .rating > input:checked ~ label:hover,
.scoring .rating > label:hover ~ input:checked ~ label,
.scoring .rating > input:checked ~ label:hover ~ label {
  color: #ffed85;
}
.scoring .teacher-name span {
  color: #079992;
  font-family: "KalamehFaNum-Bold";
}

.AZ-addComment-page {
  padding: 50px 0;
}
.AZ-addComment-page .teacher-name {
  font-size: 16px;
  font-family: "KalamehFaNum-Regular";
}
.AZ-addComment-page .teacher-name span {
  color: #079992;
  font-family: "KalamehFaNum-Bold";
}
.AZ-addComment-page .teacher-img {
  width: 50px;
  border-radius: 50%;
}
.AZ-addComment-page .teacher-img::after {
  padding-bottom: 100%;
}

.why-us {
  margin-bottom: 150px;
}
.why-us .why-us_boxes {
  position: relative;
}
.why-us .why-us_boxes .line-boxes {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 3px;
  border-bottom: 3px dashed rgb(228, 228, 228);
  z-index: -1;
}
.why-us .why-us_icon {
  margin-bottom: 10px;
}
.why-us .why-us_icon img {
  width: 94px;
}
.why-us .why-us_number {
  font-size: 32px;
  color: #414141;
  font-family: "KalamehFaNum-Bold";
}
.why-us .why-us_desc {
  font-size: 16px;
  color: #333333;
  font-family: "KalamehFaNum-Regular";
}

.about-header {
  background-image: url("../img/about-top-section.png");
  background-position: left top;
  background-size: 50%;
  background-repeat: no-repeat;
  padding: 80px 0;
  margin-bottom: 50px;
}
.about-header_desc {
  font-size: 18px;
  color: #2a9d8f;
  font-family: "KalamehFaNum-Regular";
  margin-bottom: 20px;
}
.about-header_title {
  font-size: 32px;
  color: #414141;
  font-family: "KalamehFaNum-Bold";
  margin-bottom: 20px;
}
.about-header_title span {
  color: #3e517a;
}
.about-header_text {
  font-size: 16px;
  color: #737373;
  line-height: 1.9;
  font-family: "KalamehFaNum-Regular";
  margin-bottom: 20px;
}

.loading-wrapper {
  background-color: rgba(57, 77, 118, 0.8352941176);
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 11111;
  right: 0;
  display: none;
}
.loading-wrapper .loading-text {
  font-size: 16px;
  color: #ffffff;
  font-family: "KalamehFaNum-Regular";
}
.loading-wrapper .loader {
  display: block;
  z-index: 99;
  margin-top: 40vh;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
  border: 3px solid white;
  border-radius: 50%;
  animation: spin 7s ease-in-out;
  animation-iteration-count: infinite;
  transition-duration: 0.1s;
}
.loading-wrapper .loader:hover {
  scale: 0.95;
}
.loading-wrapper .loader:active {
  scale: 2.5;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    border-bottom: solid 3px transparent;
    border-top: solid 3px transparent;
  }
  50% {
    transform: rotate(1800deg);
    border: 3px solid white;
    border-left: solid 3px transparent;
    border-right: solid 3px transparent;
  }
  100% {
    /*Reversed spinning*/
    transform: rotate(0deg);
    border-bottom: solid 3px transparent;
    border-top: solid 3px transparent;
  }
}
.loading-wrapper.load {
  display: block;
}

.top-shadow {
  position: relative;
  overflow: hidden;
}
.top-shadow .container::after,
.top-shadow .container-fluid::after {
  content: "";
  position: absolute;
  left: 0;
  top: -400px;
  width: 100%;
  height: 500px;
  border-radius: 1046px;
  z-index: -1;
  background: radial-gradient(
    52.29% 52.29% at 50% 50%,
    rgba(0, 0, 0, 0.11) 0%,
    rgba(220, 220, 220, 0) 99.99%,
    rgba(217, 217, 217, 0) 100%
  );
}

.bottom-shadow {
  position: relative;
  overflow: hidden;
}
.bottom-shadow .container::before,
.bottom-shadow .container-fluid::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -400px;
  width: 100%;
  height: 500px;
  z-index: -1;
  border-radius: 1046px;
  background: radial-gradient(
    52.29% 52.29% at 50% 50%,
    rgba(0, 0, 0, 0.11) 0%,
    rgba(220, 220, 220, 0) 99.99%,
    rgba(217, 217, 217, 0) 100%
  );
}

.follow-us-section .follow-us-title {
  font-size: 22px;
  color: #1c2631;
  font-family: "KalamehFaNum-Bold";
}
.follow-us-section .follow-us-text {
  font-size: 16px;
  color: #757575;
  font-family: "KalamehFaNum-Regular";
  line-height: 1.9;
}

.loader {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid #fff;
  border-right-color: transparent;
  animation: load 1s infinite linear;
  display: none;
}

@keyframes load {
  to {
    transform: rotate(1turn);
  }
}
.back-page {
  border-bottom: 1px solid rgb(240, 240, 240);
  padding-bottom: 10px;
}

.back-btn {
  font-size: 14px;
  color: #414141;
  font-family: "KalamehFaNum-Bold";
  display: block;
  transition: all 0.2s linear;
}
.back-btn:hover {
  color: #079992;
}

#submitButton:disabled {
  background: gray;
  cursor: not-allowed;
}
#submitButton:disabled:hover {
  box-shadow: none;
}

.help-page {
  padding: 30px 0;
}
.help-page .help-section-img {
  width: 100%;
}
.help-page .help-section-text {
  font-size: 20px;
  color: #000000;
  font-family: "KalamehFaNum-Bold";
}
.help-page .help-section-desc {
  font-size: 16px;
  color: #545454;
  font-family: "KalamehFaNum-Regular";
  padding: 15px 0;
  display: block;
}
.help-page .py-100 {
  padding: 100px 0;
}
.help-page .step-title {
  font-size: 20px;
  color: #000000;
  font-family: "KalamehFaNum-Bold";
  margin-bottom: 50px;
  position: relative;
}
.help-page .step-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 100px;
  color: #e3e3e3;
  font-family: "KalamehFaNum-Bold";
  z-index: -1;
}
.help-page .step-title.one::after {
  content: "1";
}
.help-page .step-title.two::after {
  content: "2";
}
.help-page .step-title.three::after {
  content: "3";
}
.help-page .step-title.four::after {
  content: "4";
}
.help-page .step-title.five::after {
  content: "5";
}
.help-page .step-title.six::after {
  content: "6";
}
.help-page .step-list {
  margin-right: 20px;
}
.help-page .step-list li {
  list-style-type: disc;
  font-size: 14px;
  color: #000000;
  font-family: "KalamehFaNum-Regular";
  margin-bottom: 10px;
}
.help-page .step-text {
  font-size: 14px;
  color: #000000;
  font-family: "KalamehFaNum-Regular";
  margin-bottom: 10px;
}

/********** shojaei codes **********/
.header-title {
  font-family: "KalamehFaNum-Regular";
  font-size: 37px;
  color: #333333;
}
.start-btn {
  font-family: "KalamehFaNum-Regular";
  padding: 0.5rem 2rem;
  font-size: 40px;
  border: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin: 0 auto;
  display: block;
  background-image: linear-gradient(to right, #2b9d8e, #3d557b);
  color: white;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.start-btn a {
  color: white;
}
.start-btn:hover {
  box-shadow: 0 5px 5px rgb(174, 174, 174);
  transform: translateY(-0.2rem);
  -webkit-transform: translateY(-0.2rem);
  -moz-transform: translateY(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  -o-transform: translateY(-0.2rem);
}
.px-md-5 {
  padding: 0 2rem;
}
.dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #2b9d8e;
  display: block;
}
.list-item {
  font-family: "KalamehFaNum-bold";
  color: #333333;
}
.quiz-container {
  font-family: "KalamehFaNum-Regular";
  min-height: 100svh;
  width: 100%;
  background-image: linear-gradient(to top, #2b9d8e, #3d557b);
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-box {
  background: white;
  width: 100%;
  max-width: 90vw;
  height: 100%;
  min-height: 90vh;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quiz-title {
  font-family: "KalamehFaNum-bold";
}
.quiz-title span {
  font-size: 30px;
  color: #aa0b0b;
}
.quiz-title h2 {
  font-size: 45px;
  text-align: center;
}
.quiz-des {
  text-align: center;
  max-width: 40rem;
  padding: 0 1rem;
}
.quiz-download {
  background: #d9d9d9;
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  padding: 0.5rem 2rem;
  display: block;
  color: #333333;
  margin-top: 2rem;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
.quiz-download:hover {
  box-shadow: 0 5px 5px rgb(174, 174, 174);
  transform: translateY(-0.1rem);
  -webkit-transform: translateY(-0.1rem);
  -moz-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  -o-transform: translateY(-0.1rem);
}
.quiz-back-home {
  margin-bottom: 2rem;
  margin-top: 1rem;
  color: white;
  background: rgb(255, 69, 0);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 0.5rem 0;
}
.quiz-back-home:hover {
  background: rgb(214, 59, 1);
}
.progress-container {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 2rem 0;
}
.progress-container img:nth-child(1) {
  position: absolute;
  left: -2.5rem;
}
.progress-container img:nth-child(2) {
  position: absolute;
  left: -2rem;
  top: 70%;
  width: 2rem;
}
.progress-container img:nth-child(3) {
  position: absolute;
  right: -1.5rem;
  width: 2rem;
}
.progress-container img:nth-child(4) {
  position: absolute;
  right: -1.5rem;
  top: 50%;
  width: 1.5rem;
}
.progress-ring {
  transform: rotate(-90deg);
}
.progress-bg {
  fill: none;
  stroke: #ddd;
  stroke-width: 15;
}
.progress-bar {
  fill: none;
  stroke: #8e44ad;
  stroke-width: 15;
  stroke-linecap: round;
  stroke-dasharray: 377;
  stroke-dashoffset: 377;
  transition: stroke-dashoffset 0.5s ease-in-out;
}
.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  color: #8e44ad;
}
.quiz-main {
  width: 100%;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.line-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 8rem;
}
.quiz-main-container {
  border: 2px solid #000;
  width: 100%;
  max-width: 90vw;
  padding: 2rem 4rem;
}
.quiz-main-box {
  border: 2px solid #000;
  padding: 2rem;
}
.music-player {
  display: flex;
  align-items: center;
}
.music-controls-box {
  flex-grow: 1;
  display: flex;
}
.controls button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 20px;
  border: none;
  cursor: pointer;
  color: #333333;
  margin: 5px;
  border-radius: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#progressBar {
  width: 100%;
  height: 8px;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#progressBar::-webkit-progress-value {
  background-color: #575656;
}
#progressBar::-moz-progress-bar {
  background-color: #575656;
}
.question-box {
  font-family: Arial, Helvetica !important;
  font-size: 1.3rem;
}
.qustion-number {
  color: gray;
  margin-bottom: 0.5rem;
}
.question-title {
  color: #333333;
  margin-bottom: 0.5rem;
}
.questions-list {
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.question-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  font-family: Arial, Helvetica;
  font-weight: 700;
  color: #333333;
}
.question-redio {
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #999;
  border-radius: 50%;
  position: relative;
  width: 2rem;
  height: 2rem;
}
.question-redio[type="radio"]:checked::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: gray;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.question-select {
  cursor: pointer;
}
.quiz-btns {
  padding: 1rem 0;
}
.quiz-btns button {
  background: #3d557b;
  color: white;
  padding: 0.5rem 1rem;
  border: none;
  margin: 0 2rem;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.quiz-btns button:hover {
  box-shadow: 0 5px 5px rgb(174, 174, 174);
  transform: translateY(-0.1rem);
  -webkit-transform: translateY(-0.1rem);
  -moz-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  -o-transform: translateY(-0.1rem);
}
.timer {
  width: 100%;
  padding: 1rem 5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: black;
}
.form {
  font-family: "KalamehFaNum-Regular";
}
.form-title {
  font-family: "KalamehFaNum-bold";
  font-size: 1rem;
}
.timer-input {
  color: gray;
  border-right: 1px solid #e6e6e6;
}
.edit-number {
  font-size: 1rem;
}
.resend {
  background: none;
  border: none;
  color: #222222;
  cursor: pointer;
}
.resend:disabled {
  color: #d9d9d9;
  cursor: default;
}
.video-label {
  font-family: "KalamehFaNum-bold";
  background: #ffffff4d;
  backdrop-filter: blur(2px);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 12rem;
  height: 12rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.video-label.show {
  opacity: 1;
  visibility: visible;
}
.video-label-title {
  font-size: 1.5rem;
  color: #333333;
}
.video-label-fix {
  font-family: "KalamehFaNum-bold";
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
}
.video-label-fix img {
  width: 70px;
  opacity: 0.5;
}

.floating-request-new {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15rem;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 10px 4rem;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.08);
  z-index: 10;
}
.floating-request-new .floating-label {
  display: flex;
  align-items: center;
  border-radius: 50%;
  gap: 1rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
}
.floating-label-title {
  font-family: "KalamehFaNum-Bold";
  font-size: 1.5rem;
}
.floating-label-img {
  width: 2.5rem;
  height: 2.5rem;
}
.floating-label-img img {
  width: 100%;
  height: 100%;
}
.vibration-animation {
  animation: vibration 30s ease-in-out infinite;
  -webkit-animation: vibration 30s ease-in-out infinite;
}

@keyframes vibration {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .1% {
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
  }
  .2% {
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
  }
  .3% {
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
  }
  .4% {
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
  }
  .5% {
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
  }
  .6% {
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
  }
  .7% {
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
  }
  .8% {
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
  }
  .9% {
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
  }
  1% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}

@media screen and (max-width: 1400px) {
  .header {
    height: 65px;
  }
  .header .img-brand {
    width: 100px;
  }
  .header .nav-link {
    font-size: 14px;
  }
  .profile-sidebar {
    top: 65px;
  }
  .notif-sidebar {
    top: 65px;
  }
  .notification-box_title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .audio-wrapper #canvas {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .w-md-100 {
    width: 100%;
  }
  .footer .footer-link {
    padding: 10px 0;
  }
  .w-lg-100 {
    width: 100%;
  }
  .navbar-brand {
    flex-grow: 2;
    display: flex;
  }
  .header-login .navbar-brand {
    justify-content: flex-start;
  }
  .header-login .back-link {
    font-size: 14px;
  }
  .header-login .back-link span {
    font-size: 16px;
  }
  .header .nav-link {
    padding: 10px 5px !important;
    border-radius: 5px;
    font-family: "KalamehFaNum-Regular";
  }
  .header .nav-link:hover {
    background: #ddd;
  }
  .player-container {
    height: auto;
  }
  .learning-path .learning-path_box {
    padding: 0 20px;
  }
  .learning-path .learning-path_box img {
    width: 100%;
  }
  .learning-path .learning-path_box_right,
  .learning-path .learning-path_box_center,
  .learning-path .learning-path_box_left {
    margin-top: unset;
  }
  .learning-path .learning-path_box_num {
    border: 4px solid #ffffff;
  }
  .learning-path .learning-path_box_text {
    font-size: 20px;
  }
  .blog-section .blog-card-center {
    margin-top: unset;
  }
  .blog-section .section-title {
    margin-bottom: 30px;
  }
  .section-link {
    font-size: 16px;
  }
  .request-item .request-btn {
    height: unset;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
    min-width: 90%;
  }
  .header-profile .brand-navbar {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-profile .username {
    font-size: 14px;
  }
  .audio-wrapper {
    padding: 20px;
  }
  .comment-item .like-btn,
  .comment-item .dislike-btn,
  .comment-item .comment-btn {
    padding: 0 10px;
    height: 30px;
    border-radius: 10px;
    align-items: center;
    display: flex;
  }
  .comment-item .comment-btn {
    padding: 0 40px;
  }
  .header-post-page {
    padding-bottom: 0;
  }
  .header-post-page .teacher-img {
    width: 50px;
  }
  .header-post-page .teacher-name {
    font-size: 12px;
  }
  .about-header {
    padding: 30px 0 50px;
  }
  .about-header .about-header_title {
    font-size: 22px;
  }
  .about-header .about-header_text {
    font-size: 14px;
  }
  .why-us {
    margin-bottom: 50px;
  }
  .why-us .why-us_number {
    font-size: 24px;
  }
  .why-us .why-us_desc {
    font-size: 14px;
  }
  .header-teacher-page .group-information {
    border-top: 1px solid rgb(212, 212, 212);
    width: 100%;
    padding-top: 20px;
    justify-content: center;
  }
  .header-teacher-page .header-teacher-box {
    margin-top: 30px;
    flex-direction: column;
  }
  .post-card .seva-post-btn {
    bottom: 10px;
  }
  .about-video::before {
    background-size: 200px;
    transform: translateY(-50%) rotate(90deg);
  }
  .about-video::after {
    height: 70%;
  }
  .about-video .videos {
    gap: 50px;
  }
  .about-video .video-title {
    font-size: 16px;
    font-family: "KalamehFaNum-Regular";
  }
  .modal-wrapper .modal-content.modal-lg {
    width: 98%;
  }
  .post-sidebar {
    margin-bottom: 20px;
    height: auto !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-title {
    font-size: 15px;
  }
  .help-page .row-section {
    margin-bottom: 40px;
  }
  .help-page .row-section:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .help-page .help-section-desc {
    font-size: 14px;
  }
  .help-page .help-section-text {
    font-size: 14px;
    font-family: "KalamehFaNum-Regular";
  }
  .help-page .step-section img {
    width: 100%;
  }
  .help-page .step-title {
    font-size: 16px;
  }
  .help-page .step-title::after {
    font-size: 60px;
  }

  /********** shojaei codes **********/
  .banner-image {
    padding: 3rem 3rem 1rem 3rem;
    max-height: 100vh;
  }
  .quiz-title h2 {
    font-size: 26px;
    text-align: center;
  }
  .quiz-media-img {
    width: 2rem;
  }
  .timer {
    width: 100%;
    padding: 0.5rem 2.5rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .header-index_title {
    font-size: 34px;
  }
  .header-index_desc {
    font-size: 14px;
  }
  .header-index_text {
    font-size: 16px;
    margin: 0 0 30px;
  }
  .header-index .signUp-btn {
    font-size: 12px;
    padding: 10px;
  }
  .learning-path .learning-path_box {
    margin-bottom: 40px;
    padding: 0;
  }
  .learning-path .learning-path_box img {
    width: 200px;
  }
  .learning-path .learning-path_box_text {
    font-size: 16px;
  }
  .learning-path .container {
    background-image: url("../img/line-vertical.png");
    background-size: 100%;
  }
  .uk-upload-box {
    width: 100%;
  }
  .files-upload_wrapper {
    width: inherit;
    padding: 15px;
  }
  .file-prew {
    min-width: -moz-min-content;
    min-width: min-content;
    width: inherit;
    margin-left: 0;
  }
  .why-us {
    margin-bottom: 50px;
  }
  .why-us .why-us_boxes .line-boxes {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 2px;
    border-left: 2px dashed rgb(228, 228, 228);
  }
  .why-us .why-us_boxes .line-boxes::after,
  .why-us .why-us_boxes .line-boxes::before {
    width: 10px;
    height: 10px;
    left: 50%;
    bottom: 0;
    top: unset;
    transform: translateX(-50%);
  }
  .why-us .why-us_boxes .line-boxes::before {
    top: 0;
    bottom: unset;
  }
  .teacher-page-content .comment-item video {
    width: 100%;
  }
  .teacher-page-content .comment-item audio {
    width: 100%;
  }
  .teacher-page-content .comment-item .comment-img-upload {
    max-width: 100%;
  }
  .teachers-carousel .teachers-carousel-item {
    width: 250px;
  }
  .owl-carousel .teacher-card {
    width: 270px;
  }
  .offcanvas {
    right: -400px;
    width: 250px;
  }

  /*** shojaei codes ***/
  .question-box {
    font-family: Arial, Helvetica !important;
    font-size: 1rem;
  }
  .quiz-main-container {
    padding: 2rem 1rem;
  }
  .quiz-main-box {
    padding: 1rem;
  }
  .controls button {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
  .music-player {
    flex-direction: column;
  }
  .music-player div:nth-child(1) {
    order: 1;
    width: 100%;
    margin-top: 0.5rem;
  }
  .music-player div:nth-child(2) {
    order: 0;
  }
  .questions-list {
    padding-left: 0.5rem;
  }
  .question-item {
    font-size: 1rem;
  }
  .form-title {
    font-family: "KalamehFaNum-bold";
    font-size: 0.8rem;
  }
  .video-label {
    width: 5rem;
    height: 5rem;
  }
  .video-label .header {
    height: fit-content;
  }
  .video-label .header img {
    width: 3rem;
  }

  .video-label-title {
    font-size: 0.7rem;
  }
  .floating-request-new {
    padding: 10px 0;
    gap: 2rem;
  }
  .floating-label-title {
    font-size: 0.8rem;
  }
  .floating-label-img {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .group-field label {
    font-size: 14px;
  }
  .container {
    padding: 0 17px !important;
  }
  .header .login-header-btn {
    font-size: 14px;
  }
  .instagram-box,
  .telegram-box {
    padding: 10px;
    flex-grow: 1;
  }
  .instagram-box p,
  .telegram-box p {
    font-size: 10px;
  }
  .instagram-box span,
  .telegram-box span {
    font-size: 15px;
  }
  .footer .img-brand {
    margin-top: -20px;
    width: 100px;
  }
  .footer .footer-link {
    font-size: 14px;
    padding: 10px 0;
    margin-left: 0;
  }
  .footer .instagram-box,
  .footer .telegram-box {
    padding: 10px 5px;
  }
  .blog-page .search-wrapper {
    margin-bottom: 20px;
  }
  .blog-page .search-wrapper button {
    font-size: 20px;
  }
  .blog-page .search-wrapper input {
    font-size: 14px;
    padding: 10px 5px;
  }
  .blog-page .filter-btn {
    height: 40px;
    width: 40px;
    font-size: 18px;
  }
  .blog-page .styled-select {
    min-width: 120px;
    min-height: 40px;
  }
  .blog-page .styled-select select {
    font-size: 12px;
  }
  .blog-page .styled-select::before {
    font-size: 15px;
  }
  .page-404 .title-404 {
    font-size: 18px;
  }
  .primary-btn,
  .secondary-btn,
  .danger-btn,
  .gray-btn {
    font-size: 14px;
    padding: 0 20px;
    height: 34px;
  }
  .contact-page {
    margin: 40px 0 80px;
  }
  .contact-page_box {
    padding: 20px;
  }
  .contact-page .contact-box_title {
    font-size: 24px;
    text-align: right !important;
  }
  .contact-page .contact-box_text {
    text-align: right !important;
    font-size: 14px;
  }
  .contact-page .contact-box_phone {
    font-size: 14px;
  }
  .contact-page .contact-box_phone span {
    margin-left: 10px;
    width: 40px;
    height: 40px;
  }
  .modal-wrapper .message-modal {
    font-size: 18px;
  }
  .modal-wrapper .modal-content {
    width: 90%;
    padding: 15px;
  }
  .header-index_title {
    font-size: 28px;
  }
  .header-index_desc {
    font-size: 12px;
  }
  .header-index_text {
    font-size: 14px;
  }
  .section-title {
    font-size: 16px;
  }
  .empty-title {
    font-size: 18px;
  }
  .empty-text {
    font-size: 14px;
  }
  .request-item .profile-img-request {
    width: 50px;
  }
  .tabs .tab-link {
    font-size: 12px;
    padding: 15px 10px;
  }
  .tabs-profile .tab-link {
    padding: 0;
  }
  .tabs-profile .line {
    margin: 0 10px;
    min-width: 30px;
  }
  .tabs-profile .number-step {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .teacher-card .teacher-card-score {
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 4px;
  }
  .header-profile .user-img {
    margin-left: 10px;
  }
  .notifications-link {
    font-size: 12px;
  }
  .notifications-list-img {
    min-width: 40px;
    margin-left: 10px;
  }
  .notifications-list-date {
    font-size: 12px;
  }
  .notifications-list-text {
    font-size: 12px;
  }
  .ticket-wrapper .header-ticket-box_title {
    font-size: 14px;
  }
  .ticket-wrapper .header-ticket-box_id,
  .ticket-wrapper .header-ticket-box_date {
    font-size: 12px;
  }
  #chat .chat__conversation-board__message__context {
    width: 100%;
  }
  #chat .ticket-name {
    font-size: 10px;
  }
  #chat .img-profile {
    width: 40px;
  }
  .login-page-title {
    font-size: 16px;
  }
  .follow-us-section .follow-us-text {
    font-size: 14px;
  }
  .follow-us-section .follow-us-title {
    font-size: 18px;
  }
  .header-post-page .post-btn {
    font-size: 12px;
  }

  /********** shojaei codes **********/
  .header-title {
    font-family: "KalamehFaNum-Regular";
    font-size: 24px;
  }
  .px-md-5 {
    padding: 0;
  }
  .start-btn {
    font-size: 1.5rem;
  }
  .form-title {
    font-family: "KalamehFaNum-bold";
    font-size: 0.6rem;
  }
  .floating-request-new {
    overflow: hidden;
    padding-right: 3rem;
  }
  .floating-label-img {
    display: none;
  }
  .floating-label-title {
    transform: translateX(-1.2rem);
    -webkit-transform: translateX(-1.2rem);
    -moz-transform: translateX(-1.2rem);
    -ms-transform: translateX(-1.2rem);
    -o-transform: translateX(-1.2rem);
  }
}
@media screen and (max-width: 480px) {
  .pl-0 {
    padding-left: 0 !important;
  }
  .box {
    border-radius: 10px;
    padding: 20px 15px;
  }
  .section-desc {
    font-size: 14px;
  }
  .header {
    height: 70px;
    padding: 0 15px;
  }
  .header .login-btn,
  .header .register-btn {
    font-size: 12px;
    padding: 5px 10px;
  }
  .header .navbar-toggler {
    font-size: 25px;
    margin-left: 10px;
  }
  .header .img-brand {
    width: 70px;
  }
  .header .login-header-btn {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    font-size: 20px;
  }
  .header .login-header-btn p {
    display: none;
  }
  .header .login-header-btn span {
    margin: 0;
  }
  .header-profile .nav-link {
    font-size: 14px;
  }
  .header-profile .user-img {
    min-width: 35px;
  }
  .header-profile .notif-btn {
    font-size: 25px;
  }
  .profile-sidebar,
  .notif-sidebar {
    top: 70px;
    width: 100%;
    right: -100%;
  }
  .profile-sidebar .user-img,
  .notif-sidebar .user-img {
    min-width: 50px;
  }
  .audio-wrapper {
    padding: 15px;
  }
  .floating-request .post-title {
    font-size: 12px;
  }
  .floating-request .teacher-name {
    font-size: 10px;
  }
  .floating-request .teacher-img {
    width: 40px;
  }
  .floating-request .secondary-btn,
  .floating-request .danger-btn,
  .floating-request .gray-btn {
    font-size: 12px;
  }
  .floating-request .secondary-btn span,
  .floating-request .danger-btn span,
  .floating-request .gray-btn span {
    display: none;
  }
  .comment-item .comment_name {
    font-size: 14px;
    margin-left: 10px;
  }
  .comment-item .comment_date {
    font-size: 12px;
  }
  .comment-item .comment_text {
    font-size: 12px;
  }
  .comment-item .affiliation {
    font-size: 10px;
  }
  .comment-item .comment-item_img {
    width: 40px;
  }
  .comment-item .like-btn,
  .comment-item .dislike-btn,
  .comment-item .comment-btn {
    font-size: 12px;
  }
  .comment-item .comment-btn {
    padding: 0 10px;
  }
  .comment-reply {
    margin-right: 30px;
  }
  .post-card .profile-img {
    min-width: 30px;
  }
  .post-card .post-type-btn {
    font-size: 20px;
  }
  .post-card-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .post-card-text {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .post-card .post-card_option,
  .post-card-date {
    font-size: 10px;
  }
  .post-card .profile-name {
    font-size: 12px;
  }
  .post-card .user-role {
    font-size: 10px;
  }
  .request-private-tutoring {
    margin: 30px 0;
    padding: 50px 0;
  }
  .request-private-tutoring .request-private_text {
    font-size: 16px;
  }
  .player-container .controls {
    height: 50px;
  }
  .player-container .time {
    margin: 0 10px;
  }
  .player-container .time-current {
    font-size: 12px;
  }
  .player-container .fullscreen {
    font-size: 18px;
  }
  .player-container .volume-btn {
    margin-right: 25px;
  }
  .player-container .volume_icon {
    font-size: 18px;
  }
  .player-container .volume-slider {
    height: 4px;
    width: 70px;
  }
  .player-container .play-btn {
    margin-right: 18px;
  }
  .player-container .play-btn:before {
    font-size: 18px;
  }
  .player-container .progress-video {
    height: 3px;
  }
  .player-container .progress-filled::after {
    right: 0px;
    width: 10px;
    height: 10px;
  }
  article h2,
  article h3 {
    font-size: 20px;
  }
  article p {
    font-size: 14px;
  }
  article img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
  }
  .header-post-page .post-title {
    font-size: 16px;
  }
  .header-post-page .post-details {
    font-size: 12px;
  }
  .header-post-page .post-desc {
    font-size: 12px;
  }
  .header-post-page .teacher-bio {
    font-size: 12px;
  }
  .header-post-page .teacher-name {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .wallet {
    border-radius: 15px;
    padding: 15px;
    width: 100%;
  }
  .wallet_title {
    font-size: 12px;
  }
  .wallet_title span {
    font-size: 18px;
  }
  .wallet .wallet-price p {
    font-size: 10px;
  }
  .wallet .wallet-price span {
    font-size: 14px;
  }
  .panel-page .panel-text {
    font-size: 14px;
  }
  .panel-page .state-title {
    font-size: 12px;
  }
  .panel-page .state-number {
    font-size: 18px;
    min-width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
  .upload_post_cover .preview-profile-img {
    width: 100%;
  }
  .modal-wrapper .modal-title {
    font-size: 16px;
  }
  .header-teacher-page {
    padding: 40px 0;
  }
  .header-teacher-page .img-profile {
    width: 100px;
  }
  .header-teacher-page .badge {
    width: 15px;
    height: 15px;
    right: 10px;
    bottom: 5px;
  }
  .header-teacher-page .teacher-name {
    font-size: 20px;
  }
  .header-teacher-page .teacher-information {
    font-size: 12px;
    border-bottom: 1px solid rgb(213, 213, 213);
  }
  .header-teacher-page .teacher-information span {
    font-size: 12px;
  }
  .header-teacher-page .group-information .teacher-information {
    font-size: 10px;
    border-bottom: 0;
  }
  .header-teacher-page .header-teacher-box {
    padding: 10px;
  }
  .header-teacher-page .group-information .teacher-information {
    font-size: 10px;
    padding: 5px;
  }
  .header-teacher-page .group-information .teacher-information span {
    font-size: 10px;
  }
  .login-page {
    padding: 30px 0 50px;
  }
  .login-page .google-btn {
    font-size: 11px;
  }
  .login-page .google-btn img {
    width: 15px;
  }
  .login-page .login-page-title {
    font-size: 16px;
  }
  .login-page .login-box {
    padding: 15px;
  }
  .login-page .page-link {
    font-size: 18px;
  }
  .login-page .icon_user {
    font-size: 30px;
  }
  .login-page .login-tabs {
    width: 80%;
  }
  .error-list .errorlist li,
  .error-list .error-message {
    font-size: 12px;
  }
  .loading-wrapper .loading-text {
    font-size: 12px;
  }
  .loading-wrapper .loader {
    width: 60px;
    height: 60px;
  }
  .teaching-fees {
    font-size: 12px;
  }
  .teaching-fees span {
    font-family: "KalamehFaNum-Bold";
  }
  .AZ-addComment-page {
    padding: 30px 0 50px;
  }
  .AZ-addComment-page .teacher-name {
    font-size: 12px;
  }
  .AZ-addComment-page .teacher-img {
    width: 30px;
  }

  /********** shojaei codes **********/
  .list-item {
    font-size: 0.7rem;
  }
}


















/*****************************Dani***********/
.my-sweetalert-content {
  font-family: "KalamehFaNum-Bold";
}

.my-sweetalert-button {
  font-family: "KalamehFaNum-Bold";
}

.files-container {
  display: flex;
  flex-wrap: wrap
}

.resend-button {
  display: none;
}

.success-message {
  background: rgba(79, 173, 90, 0.57);
}

.warning-message {
  background: rgba(227, 199, 74, 0.57);
}

.group-field label span {
  color: darkred;
}

.add-post-required-field {
  color: darkred;
}

.error-list .errorlist li, .error-list .error-message ul .success-text {
  color: #733A25;
}

.group-field label .foreign-register-alert {
  font-size: 12px;
}

.login-page .sign-up-info-submit {
  opacity: 0.3;
}

.add-post-submit {
  opacity: 0.3;
}

.contact-us-success-text {
  background: rgba(52, 255, 0, 0.34);
  border-radius: 10px;
}

.follow-button {
  background-color: darkred;
}

.awaiting-post {
  font-size: 10px;
  color: darkred
}


/**************************************** Niknam**********/
.group-radio div{
  display: flex;
  align-items: center;
  margin-left: 20px;
}


#submitButton2:disabled {
  background: gray;
  cursor: not-allowed;
}
#submitButton2:disabled:hover {
  box-shadow: none;
}

submitButton2{
    &:disabled{
        background: gray;
        cursor: not-allowed;
        &:hover{
            box-shadow: none;
        }
    }
}



/* rebuild trigger */