@font-face {
  font-family: "iransansweb";
  font-style: normal;
  src: url("../fonts/Fsansmed.ttf"), url("../fonts/Fsansmed.woff"),
    url("../fonts/Fsansmed.woff2"), url("../fonts/Fsansmed.eot");
}
@font-face {
  font-family: "Fsansiransans-lightmed";
  font-style: normal;
  src: url("../fonts/IRANSansWeb_Light.ttf"),
    url("../fonts/IRANSansWeb_Light.woff"),
    url("../fonts/IRANSansWeb_Light.woff2"),
    url("../fonts/IRANSansWeb_Light.eot");
}
@font-face {
  font-family: "iransansweb_bold";
  font-style: normal;
  src: url("../fonts/Fsansb.ttf"), url("../fonts/Fsansb.woff"),
    url("../fonts/Fsansb.woff2"), url("../fonts/Fsansb.eot");
}

html {
  min-height: 100%;
  display: flex;
  align-items: center;
}
body {
  width: 100%;
}

::selection {
  background: #fa6d6d;
  color: #fdfdfd;
}

::-moz-selection {
  background: #fa6d6d;
  color: #fdfdfd;
}

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

body {
  font-family: iransansweb;
  background-color: #121628;
}

ul {
  padding: 0;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.nav-container {
  padding-top: 30px;
  padding-right: 0 !important;
}

.nav-container a,
.nav-container a:hover {
  color: #fff !important;
}

.menu-icons {
  list-style: none;
}

.menu-icons-style {
  color: white;
  text-align: center;
  display: inline-block;
  width: 38px;
  height: 38px;
  background: #1b283f;
  padding: 11px 0px;
  font-size: 12px;
  border-radius: 6px;
  border: 1px solid #1b283f;
  transition: all 0.5s;
}
.menu-icons-style:hover {
  border-color: #ff8377;
}

.menu-icons-style.active {
  background-color: #ff8377;
  border-color: #ff8377;
}

.pages-fsection {
  margin-top: 30px;
}

.pages-fsection {
  border: 2px solid transparent;
}

.pages-fsection.active {
  border: 2px solid #ff8377;
  border-radius: 12px;
}

.pages-section {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background: #1b283f;
  border-radius: 12px;
  margin: 0 auto;
}

.pages-section-text {
  margin-top: 10px;
  text-align: center !important;
  display: inline-block !important;
  font-size: 18px;
}

.pages {
  list-style: none;
}

.courses-section {
  background-color: white;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 85px;
  justify-content: space-between;
}
.ofHidden {
  overflow: hidden !important;
}

nav .pages .pages-fsection {
  display: none;
}

nav .pages .pages-fsection img {
  width: 90px;
  margin: 5px auto;
}

.codeWait {
  display: block;
  color: #444;
  font-size: 14px;
  padding-top: 8px;
}
.codeWait * {
  color: #444 !important;
}

.course {
  margin: 0 0 25px 0;
  background: #fff;
  border-radius: 13px;
}
.course:last-child {
  margin-bottom: 0;
}
.course > section {
  position: relative;
  display: none;
  padding: 0 25px 20px 25px;
}
.courses-sessions {
  background-color: #1f2642;
  border-radius: 13px;
  padding: 25px 35px 25px 35px;
  cursor: help;
}

.courses-sessions:not(.disable) {
  cursor: pointer;
}

.courses-sessions.disable {
  box-shadow: 0px 0px 9px 2px #ccc;
}

.courses-sessions:not(.disable):hover {
  background: rgb(255, 97, 163);
  background: linear-gradient(
    90deg,
    rgba(255, 97, 163, 1) 23%,
    rgba(254, 132, 121, 1) 78%
  );
}

.courses-sessions:not(.disable):hover .music-name {
  color: #fff;
}

/*.music-name:active {*/
/*    color: white;*/
/*}*/

.courses-sessions:last-child {
  margin-bottom: 0;
}

.courses-sessions .fas {
  color: #ff8377;
}

.courses-sessions:not(.disable):hover .fas {
  color: #fff;
}
.courses-sessions > span {
  text-align: center;
}
.courses-sessions > span:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cou-sess-icon {
  display: inline-block;
  color: white;
  margin-left: 10px;
}

.disable {
  display: none;
}

.stud-down-cou {
  display: none;
}

.active-icons {
  text-align: left;
  width: 115px;
}

.or {
  display: none;
}

.courses-sessions:not(.disable):hover .stud-down-cou {
  display: inline-block;
  color: white;
}

.courses-sessions:not(.disable):hover .or {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  font-family: Fsansiransans-lightmed;
  font-size: 14px;
}

.courses-sessions.disable {
  background-color: white;
}
.courses-sessions.disable .music-name,
.courses-sessions.disable .session-numb,
.courses-sessions.disable .far.fa-file-alt {
  color: #ccc;
}

.course.activeCourse {
  overflow: hidden;
}
.course.activeCourse header {
  background: #fff !important;
}
.course.activeCourse .courses-sessions .music-name {
  color: #ff8374;
}
.course.activeCourse .courses-sessions .cou-sess-icon,
.course.activeCourse .courses-sessions .session-numb,
.course.activeCourse header .fa-times {
  color: #333 !important;
}

.course.activeCourse {
  box-shadow: 0px 0px 9px 2px #ccc;
}

.session-numb {
  color: white;
  display: inline-block;
  margin-bottom: 0 !important;
  font-size: 14px;
}

.music-name {
  display: inline-block;
  color: #ff8374;
  text-align: center !important;
  margin-bottom: 0 !important;
  font-size: 18px;
  position: relative;
  left: -15px;
}

.fas fa-check {
  color: #ff8377;
}

.k-container {
  max-width: calc(100% - 20px);
  margin: 25px 0 25px 0;
}

.page-navigation {
  display: flex !important;
  flex-direction: column;
  justify-content: space-around;
}

.lesson-number {
  margin-bottom: 10px;
}

.lesson-number h5 {
  font-size: 13px;
  font-weight: 300;
  color: #afaeac;
}

.lesson-des {
  margin-bottom: 25px;
}

.lesson-des p {
  font-size: 15px;
  font-weight: 500;
  color: #ff8b80;
}

.lesson-des h6 {
  color: #afaeac;
}

.video-player {
  width: 100%;
  height: auto;
}

.video-player-lesson-icon {
  display: inline-block;
  color: #6d6d6d;
  margin-left: 10px;
}

.course header .fa-times {
  display: none;
  font-size: 16px;
  cursor: pointer;
}
.course.activeCourse header .fa-times {
  display: inline-block;
}
.course.activeCourse header .active-icons *:not(.fa-times) {
  display: none;
}
.course.activeCourse header {
  cursor: default;
}

.videoWrapper {
  padding-bottom: 15px;
}
.videoWrapper .videoControllers {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: relative;
}
.videoWrapper .videoControllers .backward,
.videoWrapper .videoControllers .forward,
.videoWrapper .videoControllers .increaseTempo,
.videoWrapper .videoControllers .decreaseTempo,
.videoWrapper .videoControllers .fplay {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.videoWrapper .videoControllers .fplay {
  background: linear-gradient(
    90deg,
    rgba(255, 97, 163, 1) 23%,
    rgba(254, 132, 121, 1) 78%
  );
  border-radius: 50%;
}
.videoWrapper .videoControllers .forward {
  cursor: default;
}

.videoWrapper .videoControllers .fplay i {
  color: #fff;
  font-size: 18px;
}
.videoWrapper .videoControllers .backward i,
.videoWrapper .videoControllers .forward i {
  font-size: 17px;
  color: #333;
}
.videoWrapper .videoControllers .forward i {
  color: #ccc;
}
.videoWrapper .videoControllers .fplay .fa-pause,
.videoWrapper .videoControllers .fplay .fa-undo {
  display: none;
}
.videoWrapper .videoControllers .fplay .fa-play {
  position: relative;
  right: -2px;
}
.videoWrapper .videoControllers .fplay.playing .fa-pause {
  display: block;
}
.videoWrapper .videoControllers .fplay.playing .fa-play {
  display: none;
}
.videoWrapper .videoControllers .fplay.reset .fa-undo {
  display: block;
  transform: rotate(140deg);
}
.videoWrapper .videoControllers .fplay.reset .fa-play {
  display: none;
}
.videoWrapper .videoPrBar {
  position: relative;
  background: #333;
  height: 3px;
  width: 100%;
  margin-top: 10px;
}
.videoWrapper .videoPrBar .fillbar {
  width: 0;
  position: absolute;
  left: 0;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 97, 163, 1) 23%,
    rgba(254, 132, 121, 1) 78%
  );
}
.videoWrapper .videoPrBar .fillbar:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -3px;
  width: 9px;
  height: 9px;
  background: rgb(254, 132, 121);
  border-radius: 50%;
}
.videoWrapper .tempoSpeed {
  position: absolute;
  bottom: -23px;
  color: #ff8374;
  visibility: hidden;
  opacity: 0;
  transition: all 0.45s;
  transition-delay: 2s;
  font-size: 12px;
}
.videoWrapper .tempoSpeed span:after {
  content: "x";
  position: relative;
  right: -2px;
}
.videoWrapper .tempoSpeed i {
  cursor: pointer;
  font-size: 14px;
  position: relative;
  top: 1px;
}

.videoWrapper .tempoSpeed.show {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.1s;
}
.videoWrapper .decreaseTempo.disabled,
.videoWrapper .increaseTempo.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.disNone {
  display: none;
}

a:hover {
  color: none;
}

.wel-txt {
  color: #1c2840;
  margin-top: 20px;
}

.resend-icon {
  color: #bcbbc0;
  font-size: 12px;
  margin-left: 5px;
}

.conf-input-txt {
  margin-top: 10px;
  font-size: 13px;
  color: #bcbbc0;
  display: inline-block;
}

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

input[type="tel"] {
  text-align: center;
  display: inline-block;
}

.conf-num {
  margin: 15px 35px 70px 35px;
  text-align: center;
}

.conf-num-field {
  margin-top: 15px;
  background-color: #1c2840;
  border-radius: 10px;
  padding: 12px 10px 12px 10px;
  max-width: 80%;
  color: #fff;
  letter-spacing: 15px;
}

input::placeholder {
  color: white !important;
  text-align: center;
}

a:hover {
  color: none;
}

.approve-confirmation {
  display: inline-block;
  color: white;
  border-radius: 11px;
  background: rgb(119, 96, 252);
  background: linear-gradient(
    90deg,
    rgba(119, 96, 252, 1) 19%,
    rgba(208, 77, 204, 1) 70%
  );
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 50px;
}

#userOneTimeLogin,
#userPasswordLogin {
  cursor: pointer;
  color: #fa6d6d;
  margin-top: 15px;
  font-size: 14px;
}
input[name="loginPassword"] {
  background-color: #1c2840;
  border-radius: 10px;
  padding: 12px 10px 12px 10px;
  max-width: 80%;
  color: #fff;
  letter-spacing: 15px;
  width: 100%;
  outline: none;
  box-shadow: none;
  border-width: 1px;
  letter-spacing: 5px;
  text-align: center;
  direction: ltr;
}
input[name="loginPassword"]:focus {
  border-color: #fa6d6d;
  box-shadow: none;
  background: #fff;
  color: #1c2840;
  outline: none;
}

#loginSecond input[type="submit"] {
  width: 80%;
  margin-top: 35px;
}
#loginSecond [type="tel"] {
  margin-top: 0;
}
#loginSecond .registerComplete {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s;
}
#loginSecond .registerComplete.shown {
  opacity: 1;
  visibility: visible;
}
#loginSecond .registerComplete h5 {
  color: #0c0;
}
#loginSecond .registerComplete h6 {
  color: #333;
  font-size: 13px;
}
#loginSecond .registerComplete .successAlert {
  color: #333;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #9e9;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loginSecond .registerComplete .successAlert i {
  font-size: 50px;
  color: #4e4;
}
#loginSecond .registerComplete .successAlert:before {
  width: 2px;
  height: 10px;
}
#loginSecond .registerComplete .successAlert:after {
  width: 2px;
  height: 10px;
}
#loginSecond #normalLogin {
  display: none;
}
#loginSecond.loginByPassword #normalLogin {
  display: block;
}
#loginSecond.loginByPassword #oneTimeLogin {
  display: none;
}

.primary-btn,
.primary-btn:focus,
.primary-btn:active {
  background: linear-gradient(
    90deg,
    rgba(119, 96, 252, 1) 19%,
    rgba(208, 77, 204, 1) 70%
  );
  border-radius: 10px;
  padding: 15px 10px;
  cursor: pointer;
  color: #fff;
  box-shadow: 0 0 38px #aaa;
  outline: none;
}
.primary-btn.disable {
  background: white;
  color: #d1d1d3;
  cursor: not-allowed;
}
.loading:before,
.loading:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
}
.loading:before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 0;
}
.loading:after {
  width: 36px;
  height: 36px;
  border: 2px solid #ccc;
  border-top: 4px solid #333;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  border-radius: 50%;
  animation: loadingIcon 2s infinite;
  animation-timing-function: linear;
}
@keyframes loadingIcon {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.k-container {
  max-width: calc(100% - 20px);
  margin: 25px 0 25px 0;
}

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

.booking-time-buuton {
  display: inline-block;
  text-align: center;
  color: white;
  border-radius: 15px;
  box-shadow: 0px 0px 6px 1px #ccc;
  background: rgb(119, 96, 252);
  background: linear-gradient(
    90deg,
    rgba(119, 96, 252, 1) 19%,
    rgba(208, 77, 204, 1) 70%
  );
  margin-top: 20px;
  padding: 20px 100px 20px 100px;
}

.page-title {
  text-align: center;
  font-size: 24px;
  color: #363531;
  font-weight: bold;
}

.fpage-forms {
  text-align: center;
  display: flex;
  max-width: 80%;
  margin: 0 auto;
  flex-direction: column;
  margin-bottom: 50px;
  max-width: 440px;
  position: relative;
  padding: 0 30px;
}

.fpage-forms > div {
  margin-bottom: 20px;
}

.fpage-forms > div:last-child {
  margin-bottom: 0;
}

.fpage-forms .ph-numb {
  margin-top: 15px;
  background-color: #1c2840;
  border-radius: 10px;
  padding: 8px 0 8px 0;
  max-width: 60%;
}

.fpage-forms .ph-num-field {
  margin: auto;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  padding: 12px 10px;
  margin-right: auto;
}

.fpage-forms .ph-num-field:focus {
  border-color: #ff8377;
  box-shadow: none;
}

.fpage-forms .confirm-button {
  display: inline-block;
  text-align: center;
}

.fpage-forms .next-step-button {
  display: inline-block;
  text-align: center;
  width: 400px;
  font-size: 18px;
  color: white;
  border-radius: 20px;
  box-shadow: 0px 0px 6px 1px #ccc;
  background: rgb(119, 96, 252);
  background: linear-gradient(
    90deg,
    rgba(119, 96, 252, 1) 19%,
    rgba(208, 77, 204, 1) 70%
  );
  margin-top: 40px;
  padding: 15px 0;
}

.fpage-forms .inputs-des {
  text-align: right;
  padding: 0 5px 0 0;
  font-size: 14px;
  font-weight: 600;
}

.fpage-forms .getting-info-input-icons {
  width: 20px;
}

.fpage-forms .adjust-icon-position {
  position: relative;
  right: -2px;
}

.fpage-forms .getting-info-icons-div {
  border: 2px solid #ff8377;
  border-radius: 10px;
  margin-right: 30px;
  width: 50px;
}

.fpage-forms .ph-num-field:focus + .getting-info-icons-div {
  background: #ff8377;
  background: rgb(255, 97, 163);
  background: linear-gradient(
    90deg,
    rgba(255, 97, 163, 1) 23%,
    rgba(254, 132, 121, 1) 78%
  );
}

.fpage-forms .ph-num-field:focus + .getting-info-icons-div img {
  filter: brightness(0) invert(1);
}

.fpage-forms .getting-info-icons-div.disable {
  border: 2px solid #e5e5e5;
}

.fpage-forms .getting-info-icons-div.disable img {
  filter: grayscale(1);
}

.fpage-forms input:not([type="submit"]) {
  background: #fff;
  color: #333;
  font-size: 14px !important;
}
.fpage-forms input:not([type="submit"]):placeholder {
  color: #ccc !important;
}
.fpage-forms input[type="submit"] {
  width: 100%;
  border: 1px solid transparent;
}
.fpage-forms input[disabled]:not([type="submit"]) {
  color: #ccc;
}
.fpage-forms .message {
  font-size: 13px;
  display: none;
}
.resetPass {
  display: none;
}
.resetPass,
.resetPass * {
  color: #ff8374;
}
.resetPass.disabled {
  color: #aaa;
  cursor: not-allowed;
}
.timer {
  direction: ltr;
  font-size: 12px;
}
.timer,
.timer * {
  color: #555 !important;
}
.page-37 main form > h5 {
  text-align: center;
  font-size: 13px;
  color: #626678;
}
.page-37 main form > h5:last-of-type {
  margin-bottom: 20px;
}
.page-37 main form > div > h5,
.page-37 main form > h6 {
  font-size: 13px;
  color: #626678;
  text-align: center;
}
.page-37 main form > div > h5 {
  padding-top: 15px;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}
.class-code input:not([type="submit"])::placeholder {
  color: #999 !important;
}

.page-37 main form > h6 {
  margin-top: 15px;
}
.inputedNum,
.resetPhoneNum {
  color: #444;
  display: none;
  font-size: 14px;
}
.inputedNum {
  margin-top: 10px;
  border-top: 1px solid #333;
  padding-top: 10px;
}
.resetPhoneNum {
  color: #ff8374;
  cursor: pointer;
}

.pageSections {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
  padding-right: 15px;
}
.pageSections:first-child {
  border-top-width: 0;
  padding-top: 0;
  margin-top: 0;
}
.pageSections .sectionName {
  min-width: 140px;
}
.pageSections .sectionSimpleFile,
.pageSections .sectionAcompanianFile {
  flex-grow: 1;
  max-width: calc((100% - 220px) / 2);
  text-align: center;
}
.relatedLinks {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  border-top: 2px solid #ff8374;
  padding-top: 20px;
}
.relatedLinks > * {
  padding: 5px;
}
.relatedLinks a {
  color: #ff8374;
  border: 2px solid #ff8374;
  padding: 5px 8px;
  transition: all 0.35s;
}
.audioType {
  display: none;
  color: #666;
}
.sectionSimpleFile.locked,
.sectionAcompanianFile.locked {
  position: relative;
}
.sectionSimpleFile.locked:before,
.sectionAcompanianFile.locked:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 10;
}
.sectionSimpleFile.locked > span,
.sectionAcompanianFile.locked > span {
  position: absolute;
  left: calc(50% - 42px);
  top: calc(50% - 50px);
  z-index: 10;
  display: flex;
  flex-direction: column;
  color: #999;
}
.sectionSimpleFile.locked > span i,
.sectionAcompanianFile.locked > span i {
  color: #999;
  font-size: 56px;
}
@media (min-width: 992px) {
  .relatedLinks a:hover {
    color: #fff;
    background: #ff8374;
  }
}
.wpcf7 span,
.wpcf7 label,
.wpcf7 label input {
  display: block;
  width: 100%;
}
.wpcf7 label textarea {
  max-width: 100%;
  width: 100%;
}
.wpcf7 label {
  text-align: right;
  font-size: 14px !important;
  font-weight: 600;
}
.wpcf7 label input,
.wpcf7 label input:focus,
.wpcf7 label textarea {
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  padding: 12px 10px;
  border: 1px solid #ccc;
}
.wpcf7 span {
  margin-top: 8px;
}
.wpcf7 [type="submit"] {
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-weight: 100;
  color: white;

  background: linear-gradient(
    90deg,
    rgba(119, 96, 252, 1) 19%,
    rgba(208, 77, 204, 1) 70%
  );
  border-radius: 10px;
  padding: 15px 10px;
  cursor: pointer;
  color: #fff;
  box-shadow: 0 0 38px #aaa;
  outline: none;
}
.wpcf7 p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-response-output {
  margin-top: 0 !important;
}
.wpcf7 br {
  display: none;
}
.h5,
h5 {
  font-size: 0.9rem;
}

.notification-title {
  display: inline-block;
  color: white;
  text-align: center !important;
  margin-bottom: 0 !important;
  font-size: 18px;
  position: relative;
  left: -15px;
}

.notification-section {
  background: rgb(255, 97, 163);
  background: linear-gradient(
    90deg,
    rgba(255, 97, 163, 1) 23%,
    rgba(254, 132, 121, 1) 78%
  );
  margin: 35px 10px 0 15px;
  border-radius: 13px;
  box-shadow: 0px 0px 9px 2px #ccc;
}

.notification-section:not(.disabled) .fas {
  color: #fff;
}

.notification-header {
  padding: 25px 35px 25px 35px;
  cursor: pointer;
}

.notification-header > span {
  width: 175px;
  display: flex;
  align-items: center;
}

.notif-section-icon {
  display: inline-block;
  color: white;
  margin-left: 10px;
}

.session-date {
  color: white;
  display: inline-block;
  margin-bottom: 0 !important;
  font-family: Fsansiransans-lightmed;
  font-size: 14px;
}

.notification-section.active:not(.disabled) .fas {
  color: #fff;
}

.notification-section.disabled {
  background: white;
}

.notification-section.disabled .notification-title,
.notification-section.disabled .session-date,
.notification-section.disabled .fas.fa-calendar,
.notification-section.disabled .fas.fa-envelope {
  color: #ccc;
}

.notification-section.disabled .notification-header {
  background-image: url(../images/Recorder-Icons-v1.1.1-15.svg);
  background-repeat: no-repeat;
  background-position: left 125px center;
  background-size: 100px;
}

.notification-section.disabled.is-opened .notification-header {
  background-image: none;
}

.notification-content {
  display: none;
}

.notification-section.is-opened .notification-title {
  color: #ff8376;
}

.notification-section .notification-content > p {
  padding: 25px 60px 25px 60px;
}

.notification-section.is-opened {
  background: white;
}

.notification-section.is-opened .notification-header .fas {
  color: #666666;
}

.notification-section.is-opened .notification-header .session-date {
  color: #666666;
  font-size: 13px;
}

.notification-section .notification-content p {
  font-size: 13px;
  text-align: justify;
  line-height: 22px;
}

.notification-header .magic-calendar,
.notification-header .magic-envelope {
  display: inline-block;
  width: 22px;
  height: 22px;
}
.notification-header .magic-calendar {
  background: url("../images/Recorder-Icons-v1.1.1-12.svg") no-repeat 100%;
}
.notification-header .magic-envelope {
  background: url("../images/Recorder-Icons-v1.1.1-12.svg") no-repeat 100%;
}
.notification-section.disabled .notification-header .magic-envelope,
.notification-section.is-opened .notification-header .magic-envelope {
  background: url("../images/Recorder-Icons-v1.1.1-13.svg") no-repeat 100%;
}
.notification-header > span:last-child {
  justify-content: flex-end;
}

.loaginDot {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  clear: both;
}
.loaginDot:after {
  content: "...";
  margin-right: 5px;
  line-height: 0.5em;
  width: 3px;
  overflow: hidden;
  display: inline-block;
  animation: loadingDotAnimation 2.5s infinite;
  animation-timing-function: linear;
}
@keyframes loadingDotAnimation {
  0% {
    width: 3px;
  }
  100% {
    width: 14px;
  }
}

/*ایراد بهم ریختن ریز منو سمت راست بخاطر بوردر*/
.nav-container {
  width: 230px;
  margin: 0 auto;
}
.menuTrigger {
  display: none;
  position: absolute;
  right: 75px;
  top: 15px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
}
.menuTrigger span {
  width: 30px;
  height: 3px;
  background: #ff8374;
  display: block;
  position: absolute;
  left: calc(50% - 15px);
  top: 16px;
  transition: all 0.5s;
}
.menuTrigger span:nth-child(2),
.menuTrigger span:nth-child(4),
.menuTrigger span:nth-child(5) {
  top: 25px;
}
.menuTrigger span:nth-child(3) {
  top: 34px;
}
.menuTrigger span:nth-child(4) {
  transform: rotate(-45deg) scale(0);
}
.menuTrigger span:nth-child(5) {
  transform: rotate(45deg) scale(0);
}
.menuTrigger div {
  color: #ff8374;
  padding-right: 45px;
  line-height: 45px;
  transition: all 0.5s;
}

.menuTrigger.isOpened span {
  background: #fff;
}
.menuTrigger.isOpened span:nth-child(1),
.menuTrigger.isOpened span:nth-child(3) {
  top: 25px;
  width: 0;
  left: 50%;
}
.menuTrigger.isOpened span:nth-child(2) {
  width: 0;
  left: 50%;
}
.menuTrigger.isOpened span:nth-child(4) {
  transform: rotate(-45deg) scale(1);
}
.menuTrigger.isOpened span:nth-child(5) {
  transform: rotate(45deg) scale(1);
}
.menuTrigger.isOpened div {
  color: #fff;
}
.page-navigation.fixedNavigation > div {
  position: sticky;
  top: 0;
}
.fd-flex {
  display: flex;
}

[name="country"] {
  position: absolute;
  visibility: hidden;
}
[name="family"] {
  position: fixed;
  top: -2000px;
}
[name="pic"] {
  display: none;
}

main > div:last-child {
  transform: scale(1);
  transition: all 0.45s;
}
main > div:last-child.fsale-1-3 {
  transform: scale(1.15);
}

@media (max-width: 991px) {
  .page-navigation {
    position: fixed;
    z-index: 10;
    background: rgba(27, 40, 63, 0.9);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    justify-content: center !important;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
  }
  .page-navigation.isOpened {
    visibility: visible;
    opacity: 1;
    overflow-y: scroll;
  }
  .k-container {
    max-width: calc(100% - 40px);
    margin: 25px auto !important;
  }
  main {
    border-radius: 30px !important;
    padding: 85px !important;
  }
  .menuTrigger {
    display: block;
  }
  .page-navigation .nav-container {
    position: absolute;
    top: 0;
    left: calc(50% - 115px);
  }

  .courses-sessions {
    flex-wrap: wrap;
  }
  .courses-sessions > h2 {
    order: 3;
    min-width: 100%;
    flex-basis: 100%;
    left: 0;
    padding-top: 0.5em;
    border-top: 1px solid #fff;
    margin-top: 0.5em;
  }
  .courses-sessions.disable > h2 {
    border-top-color: #ccc;
  }
  .courses-sessions > .active-icons {
    width: auto;
  }
}
@media (max-width: 600px) {
  main {
    padding: 55px 30px 30px 30px !important;
  }
  .menuTrigger {
    top: 5px;
    right: 25px;
  }
  .courses-sessions {
    padding: 25px;
  }
}
@media (max-width: 550px) {
  .k-container {
    max-width: calc(100% - 10px);
  }
  main {
    padding: 55px 30px 30px 30px !important;
  }
  .cou-sess-icon {
    margin-left: 0;
  }
  .active-icons {
    width: 56px;
  }

  .courses-sessions {
    padding: 25px 20px;
  }
}

a.colorLink {
  color: rgb(119, 96, 252);
  animation: colorLinkAnimation 2s infinite;
  animation-timing-function: linear;
}

@keyframes colorLinkAnimation {
  0% {
    color: rgb(119, 96, 252);
  }
  50% {
    color: rgb(208, 77, 204);
  }
  100% {
    color: rgb(119, 96, 252);
  }
}

.fakeSelectData {
  position: absolute;
  right: 0;
  top: 45px;
  width: 305px;
  background: #fff;
  padding: 0 10px;
  max-height: 180px;
  overflow-y: scroll;
  box-shadow: 0 0 5px #cccc;
}
.fakeSelectData div {
  border-bottom: 1px solid #ccc;
  padding: 7px 0;
  cursor: pointer;
  text-align: right;
  color: #777;
}
.fakeSelectData div.notSattisfied {
  display: none;
}
.frequired .t {
  color: red;
  margin-right: 5px;
}

.activateAccountCols {
  width: 100%;
}
.activateAccountCols:after {
  content: "";
  display: block;
  clear: both;
}
.activateAccountCols img {
  max-width: 100%;
}

.activateAccountCols .ph-num-field {
  background: #fff;
  width: 100%;
  max-width: 100%;
  text-align: right;
  color: #777;
  border-width: 0;
  margin-top: 0;
}
.activateAccountCols input {
  border-width: 0 !important;
  box-shadow: none !important;
  height: 100%;
}
.activateAccountCols input::placeholder {
  color: #aaa !important;
}
.activateAccountCols .finput-box {
  border: 1px solid #ced4da;
  position: relative;
  border-radius: 10px;
  margin-top: 35px;
  overflow: hidden;
  min-width: 100px;
  height: 50px;
  line-height: 50px;
}
.activateAccountCols .finput-box i {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  transform: rotate(180deg);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.activateAccountCols .finput-box.floading:before,
.activateAccountCols .finput-box.floading:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
}
.activateAccountCols .finput-box.floading:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
}
.activateAccountCols .finput-box.floading:after {
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-radius: 50%;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  border-top: 3px solid #777;
  animation: loadingIcon 2s infinite;
  animation-timing-function: linear;
}

.activateAccountCols .successAtivated,
.activateAccountCols .failAtivated {
  border-width: 0;
  justify-content: center;
  align-items: center;
}
.activateAccountCols .successAtivated:before {
  color: #189755 !important;
  margin-left: 5px;
}
.generalButton {
  color: #fff;
  transition: all 0.45s;
  background: linear-gradient(
    90deg,
    rgba(119, 96, 252, 1) 19%,
    rgba(208, 77, 204, 1) 70%
  );
  box-shadow: 0 0 38px #aaa;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff !important;
}
.activateAccountCols .buyBook a {
  color: #fff;
  transition: all 0.45s;
  background: linear-gradient(
    90deg,
    rgba(119, 96, 252, 1) 19%,
    rgba(208, 77, 204, 1) 70%
  );
  box-shadow: 0 0 38px #aaa;
}

.activateBooks > .row > div:last-child h5 {
  text-align: justify;
}
.activateAccountCols .activateBooks > .row > div:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  width: 2px;
  height: calc(100% - 90px);
  background: #ccc;
}
.activateAccountCols .activateBooks > .row > div:nth-child(2) {
  text-align: right !important;
}
.activateAccountCols .activateBooks > .row > div:nth-child(1) img,
.activateAccountCols .activateBooks > .row > div:nth-child(2) img {
  border: 1px solid #ccc;
  border-radius: 10px;
}
.activateAccountCols .activateBooks > .row > div:nth-child(1) .finput-box,
.activateAccountCols .activateBooks > .row > div:nth-child(2) .finput-box {
  top: -1px;
}

#countdown {
  position: relative;
  margin: auto;
  margin-top: 100px;
  height: 40px;
  width: 40px;
  text-align: center;
}

#countdown-number {
  color: white;
  display: inline-block;
  line-height: 40px;
}

svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}

svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 2px;
  stroke: white;
  fill: none;
  animation: countdown 10s linear infinite forwards;
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 113px;
  }
}

@media (max-width: 1200px) {
  .activateAccountCols .activateBooks > .row > div:nth-child(2):after {
    display: none !important;
  }
  .activateAccountCols img {
    width: 100%;
  }
  .activateAccountCols .finput-box {
    width: 100%;
  }
  .activateAccountCols .activateBooks {
    margin-bottom: 3em;
  }
}
@media (max-width: 768px) {
  .activateAccountCols .activateBooks > .row > div:nth-child(1) {
    margin-bottom: 2em;
  }
  .activateAccountCols .activateBooks > .row > div:nth-child(2):after {
    display: none !important;
  }
  .activateAccountCols img {
    width: 100%;
  }
  .activateAccountCols .finput-box {
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .pageSections .sectionName {
    min-width: 80px;
  }
  .pageSections .sectionSimpleFile,
  .pageSections .sectionAcompanianFile {
    max-width: calc((100% - 110px) / 2);
  }
}
@media (max-width: 992px) {
  .pageSections:first-child {
    display: none;
  }
  .pageSections {
    flex-wrap: wrap;
  }
  .pageSections .sectionName {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    color: #ffa394;
  }
  .pageSections .sectionSimpleFile,
  .pageSections .sectionAcompanianFile {
    max-width: calc((100% - 20px) / 2);
  }
  .audioType {
    display: block;
  }
}
@media (max-width: 768px) {
  .pageSections .sectionSimpleFile,
  .pageSections .sectionAcompanianFile {
    max-width: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 1200px) {
  .activateBooks > .row > div:last-child h5 {
    padding: 0 5% 0 11%;
  }
}
@media (min-width: 992px) {
  .mt-md-27 {
    margin-top: 27px !important;
  }
}
.buyBook h5,
.activateBooks > .row > div:last-child h5 {
  text-align: center;
}

#blogs .row {
  margin-left: -20px;
  margin-right: -20px;
}
#blogs img {
  max-width: 100%;
  border-radius: 20px 20px 0 0;
}
#blogs .bogItem {
  flex-basis: 33.3333%;
}
#blogs .bogItem a {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  transition: box-shadow 0.35s, transform 0.35s, z-index 0.35s;
}
@media (min-width: 992px) {
  #blogs .bogItem a:hover {
    box-shadow: 0 0 14px 3px #999;
    position: relative;
    z-index: 20;
    transform: scale(1.05);
  }
}
#blogs .bogItem a header {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 3px;
}
#blogs .bogItem a .description p {
  text-align: justify;
  color: #333;
  font-size: 13px;
  margin-bottom: 0;
}

#blogs .bogItem a .readMore {
  color: #ff8374;
  float: left;
  font-size: 13px;
}
#blogs .bogItem a .description .readMore i {
  position: relative;
  top: 1px;
  right: -2px;
}
#blogs .bogItem a header time {
  font-size: 12px;
  color: #999;
}
#blogs .bogItem a header h2 {
  color: #ff8374;
  font-size: 16px;
  margin-bottom: 0;
}

#blogs .bogItem.hasVid .thumbnail {
  position: relative;
}
#blogs .bogItem.hasVid .thumbnail .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.65;
  border-radius: 20px 20px 0 0;
  transition: all 0.35s;
}
@media (min-width: 992px) {
  #blogs .bogItem.hasVid:hover .thumbnail .overlay {
    opacity: 1;
  }
}
#blogs .bogItem.hasVid .thumbnail .overlay:before,
#blogs .bogItem.hasVid .thumbnail .overlay:after {
  content: "";
  display: block;
  position: absolute;
}
#blogs .bogItem.hasVid .thumbnail .overlay:before {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}
#blogs .bogItem.hasVid .thumbnail .overlay:after {
  width: 0;
  height: 0;
  border: 18px solid #000;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: calc(50% - 6px);
  top: calc(50% - 11px);
}
@media (max-width: 1400px) {
  #blogs .bogItem {
    flex-basis: 50%;
  }
}
@media (max-width: 1100px) {
  #blogs .bogItem {
    flex-basis: 100%;
  }
}
@media (max-width: 992px) {
  #blogs .bogItem {
    flex-basis: 50%;
  }
}
@media (max-width: 800px) {
  #blogs .bogItem {
    flex-basis: 100%;
  }
}
#blogPage {
  display: flex;
  flex-direction: column;
}
#blogPage header {
  order: 2;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 5px;
  align-items: center;
}
#blogPage header h1 {
  font-size: 30px;
  margin-bottom: 0;
  color: #ff8374;
}
#blogPage header time {
  color: #777;
}
#blogPage .thumbnail {
  order: 1;
}
#blogPage .desc {
  order: 3;
  text-align: justify;
}
#blogPage .desc p {
  text-align: justify;
  color: #444;
}
#blogPage img {
  width: 100%;
}

.blogCatsNav {
  display: none;
  list-style: none;
}
body.page-332 ul.pages,
body.taxonomy-category ul.pages {
  display: none;
}
body.page-332 .blogCatsNav,
body.taxonomy-category .blogCatsNav {
  display: block;
}
body.page-332 .blogCatsNav img,
body.taxonomy-category .blogCatsNav img {
  width: 90px;
  margin: 5px auto;
}
body.page-332 .catsHead,
body.taxonomy-category .catsHead {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 8px;
  padding-top: 8px;
}
body.page-332 li.active span,
body.taxonomy-category li.active span {
  color: #ff8374 !important;
}

#breadCrumb ul:after {
  content: "";
  display: block;
  clear: both;
}
#breadCrumb li {
  float: right;
  list-style: none;
  position: relative;
  padding-left: 15px;
}
#breadCrumb li:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  border-left: 2px solid #ff8374;
  border-top: 2px solid #ff8374;
  width: 7px;
  height: 7px;
  left: 6px;
  top: 8px;
  transform: rotate(-45deg);
}
#breadCrumb li:last-child:after {
  display: none;
}
#breadCrumb li a {
  color: #ff8374;
}

.homeImageWrap {
  float: left;
  width: 40%;
}
@media (max-width: 768px) {
  .homeImageWrap {
    width: 100% !important;
  }
}

/* ftiles *********************************/
.ftilesItem {
  z-index: -10;
}

.ftilesItem.loadedImage {
  z-index: 10;
}
.ftilesItem.loadedImage:hover {
  z-index: 20;
}
.loadMoreTiles {
  width: 340px;
  margin: 45px auto 0 auto;
  text-align: center;
}

.courseContent p {
  font-size: 14px;
  color: #777;
}

.videoControllers .fplay .fa-download {
  display: none;
}
.videoControllers.caching .fplay .fa-download {
  display: block;
}
.videoControllers .fplay .floading {
  display: none;
}
.videoControllers.caching .fplay .floading {
  display: block;
}



.floading:before,
.floading:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
}
.floading:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
}
.floading:after {
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-radius: 50%;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  border-top: 3px solid #777;
  animation: loadingIcon 2s infinite;
  animation-timing-function: linear;
}



.videoControllers.caching .fplay .fa-play {
  display: none;
}

#singleCources,
#courseContent {
  border: 2px solid #1f2642;
  border-radius: 13px;
}
#singleCources .courses-sessions,
#singleCources .courses-sessions:hover,
#singleCources .courses-sessions:not(.disable):hover {
  background: #fff;
}
#singleCources .courses-sessions {
  cursor: default;
}
#singleCources .courses-sessions h1 {
  color: #1f2642;
  font-size: 23px;
}
#singleCources .cou-sess-icon {
  color: #1f2642;
}
#singleCources .courses-sessions:not(.disable):hover .music-name {
  color: #ff8374;
}

#singleCources > section {
  padding: 15px 35px;
}
#courseContent {
  padding: 35px;
}
#courseContent p:last-child {
  margin-bottom: 0;
}
#courseSinglePage .relatedLinks {
  padding-bottom: 20px;
  border-top-width: 0;
  margin-top: 0;
}
#courseSinglePage > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#buyBook .shopItem {
  text-align: center;
}
#buyBook .shopItem img {
  max-width: 100%;
}
#buyBook h3 {
  border-bottom: 2px solid #aaa;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#buyBook .generalButton {
  margin-top: 20px;
}
#buyBook .shopItem:last-child img {
  height: calc((100% - 70px) * 432 / 600);
}
