:root {
  --nw-panel-pri-6: #01C4B7 !important;
  --nw-panel-pri-3: #01C4B7 !important;
  --nw-panel-pri-5: #01C4B7 !important;

}
body {
  font-variation-settings:  
    'DOTS' 3 !important;
}
button, input {
  font-variation-settings:  
    'DOTS' 3 !important;
}
button.nirweb_panel_save_form_profile{
	background: #01C4B7 !important;
}
.nirweb_panel_back_site i::before {
    color: #01c4b7 !important;
}
.nirweb_panel_back_site i::after {
    color: #fff !important;
}
button.nirweb_panel_save_form_profile:hover{
	background: #01C4B7 !important;
}
.nirweb_panel_sidebar.open {
    height: 100vh;
}
.nirweb_panel_login_form button{
	background: #01C4B7 !important;
}
.np_login_main {
	background: #0A1930 !important;
}
.icon-transparent svg{
  fill: transparent !important;
}
/*  blog */
.borderblog{
	border-radius: 12px !important;
}
.ifusionblog h1 { font-size: 36px; }
.ifusionblog h2 { font-size: 27px; line-height:1.6; }
.ifusionblog h3 { font-size: 21px; line-height:1.6; }
.ifusionblog h4 { font-size: 18px; }
.ifusionblog h5 { font-size: 16px; }
.ifusionblog h6 { font-size: 15px; }
.ifusionblog p  { font-size: 18px; line-height: 1.6; }
.ifusionblog span { font-size: 16px; }
.ifusionblog a  { font-size: 18px; }

@media (max-width: 1023px) {
  .ifusionblog h1 { font-size: 30px; }
  .ifusionblog h2 { font-size: 24px; }
  .ifusionblog h3 { font-size: 18px; }
  .ifusionblog h4 { font-size: 16px; }
  .ifusionblog h5 { font-size: 15px; }
  .ifusionblog h6 { font-size: 14px; }
  .ifusionblog p  { font-size: 16px; }
  .ifusionblog span { font-size: 15px; }
  .ifusionblog a  { font-size: 16px; }
}

@media (max-width: 767px) {
  .ifusionblog h1 { font-size: 24px; }
  .ifusionblog h2 { font-size: 20px; }
  .ifusionblog h3 { font-size: 16px; }
  .ifusionblog h4 { font-size: 15px; }
  .ifusionblog h5 { font-size: 14px; }
  .ifusionblog h6 { font-size: 13px; }
  .ifusionblog p  { font-size: 16px; }
  .ifusionblog span { font-size: 14px; }
  .ifusionblog a  { font-size: 16px; }
}

/* وقتی کاربر لاگین هست */
body.loggedin .only-loggedin {
    display: block;
}
body.loggedin .only-loggedout {
    display: none;
}

/* وقتی کاربر لاگین نیست */
body.loggedout .only-loggedin {
    display: none;
}
body.loggedout .only-loggedout {
    display: block;
}

/* cm area */
.wpd-form-head {
    display: none !important;
}
.wpd-thread-filter {
    display: none !important;
}
#wpdcom .wc-field-submit input[type="submit"] {
    font-family: 'IRANSANSVAR' !important;
}
input#wc_email-0_0 , input#wc_name-0_0 , textarea#wc-textarea-0_0, input#wpd-field-submit-0_0 {
    border-radius: 12px !important;
}
/*  cm area */
.sticky-header {
  box-shadow: none;
  transition: box-shadow 0.3s ease;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.sticky-header.scrolled {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.circle {
  position: absolute;
  width: 300px;
  height: 300px;
  background-color: #09303C;
  border-radius: 50%;
  z-index: 1;
}

.circle.left {
  left: -70%; 
}

.circle.right {
  width: 400px;
  height: 400px;
  right: -60%;
  top: -150px; 
}
.circle.leftgray {
  left: -90%; 
  top: 150px; 
  background-color: #F3F3F4;
}
.circle.rightgup {
  width: 400px;
  height: 400px;
  right: -90%;
  top: -250px; 
  background-color: #F2FFFB;
}
.circle.rightgdown {
  width: 200px;
  height: 200px;
  right: -60%;
  top: 300px; 
  background-color: #F2FFFB;
}
span.elementor-icon-list-icon {
    background: #F3F4F6;
    padding: 10px 7px 10px 10px;
    border-radius: 50%;
}
.ifusioncolor{
	color: #01C4B7;
}
.ifusion-podcast-item {
  margin-bottom: 20px;
}

.ifusion-podcast-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.podcast-play-button {
  background-color: #aaa;
  color: #333;
  border: none;
  padding: 30px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s;
}

.podcast-play-button:hover {
  background-color: #ddd;
}
/* وقتی دکمه در حالت پلی هست */
.podcast-play-button.playing {
  background-color: #4caf50; /* سبز */
  color: white; /* آیکون سفید شود */
}

/* هاور روی دکمه پلی فعال */
.podcast-play-button.playing:hover {
  background-color: #43a047; /* سبز تیره‌تر */
}
.podcast-progress-container {
  flex: 1;
  height: 5px;
  background-color: #eee;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.podcast-progress-bar {
  height: 100%;
  width: 0;
  background-color: #4caf50;
  transition: width 0.2s linear;
}
.podcasthomeloop .podcast-progress-container {
  display: none;
}

.nav-buttons {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    align-items: center;
    max-width: 40%;
}
.btn {
    background: transparent;
    color: #000;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
}
.progress-bar {
    width: 100%;
    height: 5px;
    background: gray;
    margin: 10px auto;
    position: relative;
}
.progress {
    height: 5px;
    width: 0%;
    background: #01c4b7;
    transition: 0.3s;
}
.nav-buttons .btn img {
    width: 100px;
}
.btn img{
	filter : invert(1);
}
.customswiper-container.swiper.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
/* 	max-width: 95%; */
	padding: 2%;
}
.ifusionshadow{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}
.ifusionshadow:hover{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}
.ifusionshadowjh:hover{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}
.ifusionshadowjh:hover .toolstitlei h3{
  color: #01C4B7 !important;
}
.ifusionshadowjh:hover .toolstitlei a{
  color: #01C4B7 !important;
}
.ifusionshadowjh:hover .toolshri span.elementor-divider-separator{
  border-color: #01C4B7;
}

.ifusionshadowjh:hover .toolsbtni svg{
  fill: #01C4B7 !important;
}
.ifusionshadowjh:hover .toolsbtni span{
  color: #01C4B7;
}
/*  */
.ifusionshadow:hover{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}
.ifusionshadow:hover .toolstitlei h3{
  color: #01C4B7 !important;
}
.ifusionshadow:hover .toolstitlei a{
  color: #01C4B7 !important;
}
.ifusionshadow:hover .toolshri span.elementor-divider-separator{
  border-color: #01C4B7;
}

.ifusionshadow:hover .toolsbtni svg{
  fill: #01C4B7 !important;
}
.ifusionshadow:hover .toolsbtni span{
  color: #01C4B7;
}
/*  */
.toolstitlei h3,
.toolstitlei a,
.toolshri .elementor-divider-separator,
.toolsbtni span,svg{
  transition: all 0.3s ease;
}
/* Responsive */
@media (min-width: 1024px) {
  .nav-buttons {
    display: none;
  }
}

/* Mobile */
@media (max-width: 768px) {
	.swiper-wrapper{
	padding: 0px;
	}
	.progress-bar {
        width: 100%;
    }
	.nav-buttons {
        max-width: 100%;
    }
  .circle.leftgray {
    left: -40%;
    top: 200px;
  }

  .circle.rightgup {
    right: -50%;
    top: -150px;
  }

  .circle.rightgdown {
    right: 0%;
    top: 400px;
  }
}
hr{
	margin: 15px 0px !important;
}
    audio {
      width: 100%;
      height: 40px;
      border-radius: 10px;
      background-color: #E5FFF7;
      outline: none;
    }
    ::-webkit-media-controls-panel {
      background-color: #E5FFF7;
      border-radius: 10px;
    }