.about-container {
    background-color: var(--white);
    border-radius: 5px;
    padding: 1%;
    border: 1px solid #dedede;
    box-shadow: rgb(158, 158, 158) 0px 0px 5px 0px;
}
.about-text-p {
    color: var(--gray);
    text-align: justify;
}
.card-header {
    background-color: var(--white);
    padding: 2%;
}
.card-header:hover {
    cursor: pointer;
}
.faq-card {
    border-radius: 8px !important;
    border: 1px solid #d3d3d3 !important;
    background-color: #fff;

}
.faq-card-margin {
    margin-bottom: 10px;
}
.card-body {
    color: var(--gray4);
    padding-right: 2.2%;
}

.card-header::before {
    content: "+\9";
    font-size: 1rem;
    color: var(--purple);
}
.faq-container {
    /* background-color: var(--white); */
    border-radius: 5px;
    padding: 1%;
    border: 1px solid #dedede;
    box-shadow: rgb(158, 158, 158) 0px 0px 5px 0px;


}
.faq-link {
    padding: 3px 6px 3px 6px;
    border-radius: 12px;
    color: var(--purple) !important;
    transition: background-color .7s ease;
}
.faq-link:hover {
    cursor: pointer;
    background-color: #fae1ff;
}
.faq-link:after {
    content: ">";
    margin-right: 5px;
    margin-left: 5px;
    font-size: 11px;
    font-weight: 300;
}
.show-more {
    text-align: left;
}
.w-60 {
    width: 60%;
    margin: auto;
}
.myh1 {
    color: var(--purple);
}
.ads-container {
    background-color: var(--white);
    border-radius: 5px;
    padding: 1%;
    border: 1px solid #dedede;
    box-shadow: rgb(158, 158, 158) 0px 0px 5px 0px;
}
.ads-text-p {
    color: var(--gray);
    text-align: justify;
}
.profile-form {
    width: 40%;
    margin: auto;
}
@media only screen and (max-width: 700px) {
    .profile-form {
      width: 100%;
    }
}
@media only screen and (max-width: 860px) {
    .profile-form {
      width: 90%;
    }
}
.edit-profile-btn {
    width: 100% !important;
    background-color: var(--purple) !important;
    border-color: var(--purple) !important;
    color: var(--white) !important;
}
.edit-profile-btn:hover {
    color: var(--white) !important;
    background-color: var(--purple) !important;
    border-color: var(--purple) !important;
}
.edit-profile-btn:not(:disabled):not(.disabled):active, .edit-profile-btn:not(:disabled):not(.disabled).active, .show > .edit-profile-btn.dropdown-toggle {
    color: var(--white) !important;
    background-color: var(--purple) !important;
    border-color: var(--lightPurple) !important;
}
.form-control:focus {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: unset !important;
    outline: 0 !important;
    box-shadow: unset !important;
    border: 1px solid #ced4da !important;
    border-right: none !important;
}
.input-group-text {
    background-color: transparent !important;
    border-left: 0 !important;
    color: var(--gray) !important;
}
.form-control {
    border-right: 0 !important;
}
.card-header {
    background-color: var(--white);
    padding: 2%;
}
.card-header:hover {
    cursor: pointer;
}
.faq-card {
    border-radius: 8px !important;
    border: 1px solid #d3d3d3 !important;
    background-color: #fff;

}
.faq-card-margin {
    margin-bottom: 10px;
}
.card-body {
    color: var(--gray4);
    padding-right: 2.2%;
}

.card-header::before {
    content: "+\9";
    font-size: 1rem;
    color: var(--purple);
}
.faq-container {
    /* background-color: var(--white); */
    border-radius: 5px;
    padding: 1%;
    border: 1px solid #dedede;
    box-shadow: rgb(158, 158, 158) 0px 0px 5px 0px;


}
.faq-link {
    padding: 3px 6px 3px 6px;
    border-radius: 12px;
    color: var(--purple) !important;
    transition: background-color .7s ease;
}
.faq-link:hover {
    cursor: pointer;
    background-color: #fae1ff;
}
.faq-link:after {
    content: ">";
    margin-right: 5px;
    margin-left: 5px;
    font-size: 11px;
    font-weight: 300;
}
.show-more {
    text-align: left;
}
.w-60 {
    width: 60%;
    margin: auto;
}
.myh1 {
    color: var(--purple);
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--white) !important;
    text-decoration: none;
    background-color: var(--lightPurple);
}
#drpdown{
    background-color: var(--lightPurple); 
}
#color{
    color: white;
}
#color:hover{
    color:gray;
}
.fontsize2{
    height: 20px !important;
    text-align: center;
}
.transfor{
    transform: translate3d(57px, -286px, 0px) !important;
}
#dropdown-basic2::after{
    content: none;
}
#emailModal {
    font-family:var(--VazirFD)!important;
    text-align: right;
    border-radius: 0 !important;
    margin: auto;
}
#closeEmailModalBtn {
    background-color: var(--purple) !important;
    border: none;
}


.modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; 

    box-shadow: none !important;
    border: 1px solid var(--purple) !important;
}
.modal-50w { max-width: 50% !important; }
.modal-30w { max-width: 30% !important; }
.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--dark {
  background: #121212;
  color: #fff;
}
.Toastify__toast--default {
  background: #fff;
  color: #aaa;
}
.Toastify__toast--info {
  background: #3498db;
}
.Toastify__toast--success {
  background: #07bc0c;
}
.Toastify__toast--warning {
  background: #f1c40f;
}
.Toastify__toast--error {
  background: #e74c3c;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
  }
}
.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Toastify__close-button--default {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}
.Toastify__progress-bar--default {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
}
.Toastify__progress-bar--dark {
  background: #bb86fc;
}
@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}
.fixed-player {
    z-index: 9999999999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--white);
    border-top: 2px solid var(--lightPurple);
    /* box-shadow: 0px -1px 5px 0px #cecece; */
}
:root {
    --black:#1D1D1D;
    --purple: #9928ae;
    --lightPurple: #C96BDB;
    --background:#F5F5F5;
    --gray:#858585;
    --gray2:#EBEBEB;
    --gray3:#ADADAD;
    --gray4:#757575;
    --gray5:#A3A3A3;
    --gray6:#ECECEC;
    --white:white;
    --redColor:#FF0000;
    --lightGrayColor:#B3B3B3;
    --whiteSmoke:whitesmoke;
    --footerGray:#ECEAED;
    --footerPurple:#3D2F41;
    --VazirFD:'Vazir-FD';
    --Vazir:'Vazir';
  }

#nprogress .bar {
  background: var(--lightPurple) !important;
  }
  #nprogress .spinner {
    display: none!important;
  }
  #nprogress .spinner-icon{
    display: none!important;
  }

a {
    text-decoration: none !important;
    font-family:var(--VazirFD)!important;
  }

  @font-face {
    font-family: 'Vazir-FD';
    src: url(/fonts/Vazir/Farsi-Digits/Vazir-FD.woff);
    font-display: swap;
  }
  @font-face {
    font-family: 'Vazir';
    src: url(/fonts/Vazir/Vazir.woff);
    font-display: swap;
  }


  input[type=range] {
    -webkit-appearance: none;
    -moz-apperance: none;
    display: inline-block;
    width: 100%;
    direction: ltr;    
}

input[type=range]::-moz-range-track {
  width: 100%;
  height:2px;
  cursor: pointer;
  background: var(--gray3);
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 1px white, 0px 0px 3px gray;
    border: 2px solid #FFFFFF;
    height: 14px;
    width: 14px;
    border-radius:25px;
    background: var(--purple) !important;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top:-6px;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1px white, 0px 0px 3px gray;
  border: 2px solid #FFFFFF;
  height: 14px;
  width: 14px;
  border-radius:25px;
  background: var(--purple) !important;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top:-6px;
}

.eng-Vazir{
  font-family: var(--Vazir);
}

input[type=range]:focus {
  outline: none!important;
  border:0!important;
  box-shadow:none!important
}

.button:focus {
  border-color: var(--lightPurple) !important;
}

.pointer:hover {
  cursor: pointer;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: var(--gray3);
}



 .text-black{
    color:black!important;
  }

  .breadcrumb-item.active  {
    color: black !important;
  }

  .breadcrumb-a{
    color:var(--gray)!important;
  }

  .purple-color {
    color:var(--purple) !important;
  }
  .purple-bgColor{
    background-color: var(--purple) !important;
  }
  .gray-bgColor{
    background-color: var(--gray3) !important;
    border:1px var(--gray) solid !important;
  }
  .lightGray-color {
    color:var(--gray3) !important;
  }

  .Red-color {
    color:var(--redColor) !important;
  }

  .LightGray-color {
    color:var(--lightGrayColor) !important;
  }

  
  .black-color {
    color:black !important;
  }

  .footer-purple-background{
    background-color:var(--footerPurple) !important;
  }

  .footer-gray-background{
    background-color:var(--footerGray)!important;
  } 


  .background-color{
    background-color:var(--background)!important;
  }
  .lightPurple-bgColor{
    background-color: var(--lightPurple)!important;
  }
  .gray-color{
    color:var(--gray)!important;
  }
  .gray2-color{
    color:var(--gray2)!important;
  }
  .gray4-color{
    color:var(--gray4)!important;
  }
  .gray5-color{
    color:var(--gray5)!important;
  }
  .gray6-bg{
    background-color:var(--gray6)!important;
  }

  .white-color{
    color:var(--white)!important;
  }

  .white-background{
    background-color:var(--white)!important;

  } 
  .whitesmoke-background{
    background-color:var(--whiteSmoke)!important;
  }

  .box-shadow{
    box-shadow: 0px 0px 5px 0px #9E9E9E
  }
  .btn-shadow{
    -webkit-box-shadow: 0px 0px 6px 2px rgba(112,112,112,0.12);
    -moz-box-shadow: 0px 0px 6px 2px rgba(112,112,112,0.12);
    box-shadow: 0px 0px 6px 2px rgba(112,112,112,0.12);
  }
  .box-radius{
    border-radius: 0.25rem;
  }

  .vazir-FD{
    font-family:var(--VazirFD) !important;
  }

  .btn-link:focus {
    -moz-box-shadow: 0px 0px 6px 2px rgba(112,112,112,0.12) !important;
    box-shadow: 0px 0px 6px 2px rgba(112,112,112,0.12) !important;
  }

.channel-style h6 {
  color: var(--gray3);
  font-size: .8rem;
  margin-bottom: 0 !important;
}
.channel-style span {
    font-weight: 600;
    font-size: 1.2rem;
    color: gray;
}
.channel-style .text-center {
  border-left: 1px solid var(--gray2);
}
.kkk {
  padding: 0 !important;
}
.custom-container{
  min-height: 0% !important;

  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.borderRadius{
  border-radius:5px;
}


.borderGray{
  border-color:  rgba(112,112,112,0.3)!important;
}

.borderLight{
  border-color:rgba(117,117,117,0.76)!important;
}


.borderDark{
  border-color:#292929!important
}

.lineHight{
  line-height:2em;
}

.uploadForm input::placeholder{
  color:#292929;
  opacity: 1; /* Firefox */
}

#boxPadding{
  padding-top:0!important;
}



/* TopMenu */
#iosImg{
  width: 17px;
  margin-left: 10px;
}

#androidImg{
  width: 14px;
  margin-left: 10px
}


#downloadBtn{
  border: 1px solid var(--purple);
  border-radius: 40px;
  margin: auto;
  width: 200px;
  height: 40px;
}

.iconTxt  {
  color: #656565 ;
  font-size: 0.9em;
      
}
.iconTxt:hover{
 color:var(--purple);
}

/*drowpDownMenu*/
.dropDownUser .dropdown-menu.show{
  width:250px!important;

}

.dropDownUser .dropdown-menu.show{
  right:-30px!important;
  top:40px!important;
  border-radius:5px;
}

.triangle:after {
  content: "";
  display: block;
  position: absolute;
  top: -19px;
  right: 51px;
  /* transform: rotate(45deg); */
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid white;
} 
.triangle:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: 59px;
  width: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid var(--gray5);
}



/* footer */

  .footer-link:hover{
    color:var(--purple) !important;
    text-decoration: underline!important;
    -webkit-text-decoration: underline !important;
  }
 



/* @font-face {
  font-family: 'Vazir-FD';
  src: local('Vazir-FD'), url(fonts/Vazir/Farsi-Digits/Vazir-FD.woff) format('woff');
} */



.smaller-Font{
  font-size: .6em
}


.small-Font{
  font-size: .6em
}

.normal-Font{
  font-size: .95em
}

.medium-Font{
  font-size: .9em
}

.big-Font{
  font-size:14px
}

.bigger-Font{
  font-size:16px
}

.title-Font{
  font-size:26px
}

.backGround{
  background-position: center;
  background-repeat: no-repeat;
   background-size: contain;
}

.font-light-weight{
  font-weight: 100;
}

/* check/box */
/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: var(--purple) !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* to-display-"..."-at-the-end-of-a-very-long-title */
.marginRightBtn{
  margin-right:15px!important;
}
.ellipsisText{
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}

.showOneLineTxt{
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: "----"; 
}

.slick-prev {
  left: 4px !important;
  z-index: 1111111;
}

.slick-next {
  right: 19px !important;
  z-index: 1111111;
}

.slick-next:before, .slick-prev:before {
  font-size: 37px !important;
  opacity: 1 !important;
  text-shadow: 1px 1px 7px #000;
}

/* button */
.buttonborder{
  border: 1px solid var(--purple) ;
}

/*footer*/
.footerFormBtn{
  width: 100px;
  border-top-left-radius: 13px!important;
  border-bottom-left-radius: 13px!important;
  border:1px solid #707070!important;
}

/* modal css*/

.fade.modal-backdrop.show{
  background: white!important;
  opacity:0.97!important;
}
.fade.modal.show{
  padding:0!important;
  z-index: 2222222!important;

}

.modal-content{
  direction:rtl!important;
  border:#707070!important;
  -webkit-box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.16)!important;
  -moz-box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.16)!important;
  box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.16)!important;
}


/* tab css */
.tabs {
  width:100%;
}
.nav-tabs a{
  color:#292929!important;
  font-size: 1.01em;
  padding-right: 0; 
   padding-left: 0;
}
.nav-tabs a:nth-child(2){
 margin-right:30px;
} 
.nav-tabs a:nth-child(3){
  margin-right:30px;
 } 
.nav-tabs .nav-link{
  border: unset!important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
  background-color: unset!important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, nav .nav-tabs{
  color:#292929!important;

 
}
.nav-tabs .nav-link.active{
  border-bottom: 3px solid #292929!important;
  font-weight: bold;
  padding-right: 5px; 
  padding-left: 5px;
}
@media (max-width: 576px) {
  .nav-tabs a{
      font-size: 0.8em;
  }
}

/* end tab css */

@media (max-width: 575px) {
  .small-Font{
    font-size:.7em
  }
}
@media (min-width: 576px) {
  .custom-container{
    /* width: 80%; */
    width: 93%;
  }

  .smaller-Font{
    font-size: .6em
  }

  .small-Font{
    font-size: .7em
  }

  .normal-Font{
    font-size: 1em
  }

  .medium-Font{
    font-size: 1em
  }

  .big-Font{
    font-size:16px
  }

  .bigger-Font{
    font-size:18px
  }

  .title-Font{
    font-size:28px
  }
  
}
@media (min-width: 768px) {

  .smaller-Font{
    font-size: .7em
  }

  .small-Font{
    font-size: .8em
  }

  .normal-Font{
    font-size: 1.1em;
  }

  .medium-Font{
    font-size: 1em
  }

  .big-Font{
    font-size:18px
  }

  .bigger-Font{
    font-size:20px
  }

  .title-Font{
    font-size:30px
  }
}

.play-btn {
  background-color: #ffffff00;
  border: 2px solid #FFFFFF !important;
  backdrop-filter: blur(3px);
}

/* blur play icon */
.blurPlayIcon{
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  border-radius: 100%;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.4);
  z-index: 2;
}
.zIndex{
  z-index: 3
}

input, textarea, select { 
  outline: none!important;
}

.blur-image {
  /* The image used */
  /* -webkit-filter: grayscale(46%);
  filter: grayscale(46%); */
  filter: blur(3 px);
  -webkit-filter: blur(3px);
  opacity:80%;
  border:1px solid #707070;
  background-color: #000000;
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* .myClass{
  width: 600px !important;
} */
.banner-image {
  /* The image used */
  /* -webkit-filter: grayscale(46%);
  filter: grayscale(46%); */
  /* filter: blur(3 px); */
  /* -webkit-filter: blur(3px); */
  opacity:80%;
  border:1px solid #707070;
  background-color: #000000;
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.podcast-blur-image {
  /* The image used */
  /* -webkit-filter: grayscale(46%);
  filter: grayscale(46%); */
  filter: blur(12px);
  -webkit-filter: blur(12px);
  opacity:80%;
  border:1px solid #707070;
  background-color: #000000;
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.1)
}

.zoom-image{
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}

.the-more-link {
  padding: 2px 10px;
  border-radius: 5px;
  transition: background-color .2s;
}
.the-more-link:hover {
  cursor: pointer;
  background-color: #fae1ff;
}

.shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.suggestion:hover .shadow{
  background-color: #040404e6;
}
/* .suggestion:hover .textual-content {
  display: block !important;
} */
.no-padding {
  padding: 0 !important;
}
.fix-padding {
  padding-top: 4.5px !important;
  padding-bottom: 4.5px !important;
}
.warning-email {
  text-align: right !important;
  direction: rtl !important;
}
.suggestion:hover .play-btn {
  background-color: var(--lightPurple);
}
.last-p:hover {
  cursor: pointer;
}
.last-p:hover .play-btn {
  background-color: var(--lightPurple);
  cursor: pointer;
}
.backGround:hover .play-btn {
  background-color: var(--lightPurple);
  cursor: pointer;
}
.play-btn:hover {
  background-color: var(--lightPurple);
  cursor: pointer;
}
.suggestion:hover .timeLine {
  background-image: none !important;
}
.cursor-pointer:hover {
  cursor: pointer;
}
.tl {
  text-align: left;
  direction: ltr;
}
.btn:focus {
  box-shadow: none !important;
}
.norp {
  padding-right: 0 !important;
}
.InputForm-special input::placeholder {
  color: var(--gray)
}

@keyframes changeColor {
  0% {background-color: rgb(53, 145, 80);}
  50% {background-color: rgb(53, 150, 80);}
  100% {background-color: rgb(53, 155, 80);}
}

@-moz-keyframes changeColor {
  0% {background-color: rgb(53, 145, 80);}
  50% {background-color: rgb(53, 150, 80);}
  100% {background-color: rgb(53, 155, 80);}
}

@-o-keyframes changeColor {
  0% {background-color: rgb(53, 145, 80);}
  50% {background-color: rgb(53, 150, 80);}
  100% {background-color: rgb(53, 155, 80);}
}

@-webkit-keyframes changeColor {
  0% {background-color: rgb(53, 145, 80);}
  50% {background-color: rgb(53, 150, 80);}
  100% {background-color: rgb(53, 155, 80);}
}
.progress-bar {
  position: absolute;
  top: 11.5%;
  border-radius: 4px;
  height: 9.5%;
  left: 0;
  text-align: center;
  padding: 1% 0.5%;
  opacity: 0;
  background-color: rgb(53, 155, 80);

  -webkit-animation: changeColor 5s infinite; /* Safari 4+ */
  -moz-animation:    changeColor 5s infinite; /* Fx 5+ */
  -o-animation:      changeColor 5s infinite; /* Opera 12+ */
  animation:         changeColor 5s infinite; /* IE 10+, Fx 29+ */
}
.cancel-upload-btn {
  padding: 1px 2px;
  color: var(--red);
  border-radius: 4px;

}
.cancel-upload-btn:hover, .cancel-upload-btn:focus {
  color: var(--red);
}
.left-force {
  text-align: left !important;
}
.right-force {
  text-align: right !important;
}
.podrules {
  margin: 5.6% 0 !important;
}

.suggest-row {
  margin-bottom: 10% !important;
}

.new-episode {
  padding: 7px 2px 2px;
  position: absolute;
  left: -4%;
  background-color: var(--purple);
  border-radius: 50%;
  /* padding: 4px  2px 2px; */
  min-width: 30px;
  min-height: 30px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: .9rem;
}

/* .card-to-design {
  /* padding-left: 5% !important; 
  padding-right: 5% !important; */
/* } */
.circle-shadow {
  color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: radial-gradient(circle, rgba(15,15,15,0) 0%, rgba(0,0,0,0.8) 78%, rgba(11,11,11,0.9) 100%);

}

.dirltr {
  direction: ltr !important;
}

.dirltr>div:first-child {
  margin-right: 10px !important;
}

@media (max-width: 550px) {
  .new-episode {
    left: -5%;
    font-size: .8rem;
    padding: 7px 2px 2px;
    width: 30px;
    height: 30px;
  }

  /* .suggestion {
    margin-bottom: 100px;
    height: 50vh !important;
  } */
}

@media (max-width: 575px) {
  .new-episode {
    left: -5%;
    font-size: .8rem;
    width: 30px;
    height: 30px;
    padding: 7px 2px 2px;

  }
  /* .suggestion {
    margin-bottom: 80px;
    height: 48vh !important;
  } */
}
@media (min-width: 576px) and (max-width: 660px) {
  .new-episode {
    left: -5%;
    padding: 7px 2px 2px;
    font-size: .8rem;
    width: 30px;
    height: 30px;
  }
  /* .suggestion {
    margin-bottom: 80px;
    height: 40vh !important;
  } */
}

@media (min-width: 661px) and (max-width: 750px) {
  .new-episode {
    left: -5%;
    padding: 7px 2px 2px;
    font-size: .8rem;
    width: 30px;
    height: 30px;
  }
  /* .suggestion {
    margin-bottom: 80px;
    height: 44vh !important;
  } */
}
@media (min-width: 751px) and (max-width: 1040px) {
  .new-episode {
    left: -5%;
    font-size: .8rem;
    width: 25px;
    height: 25px;
  }
  /* .suggestion {
    margin-bottom: 10px;
    height: 26vh !important;
  } */
}
@media (min-width: 1041px) and (max-width: 1300px) {
  .new-episode {
    left: -5%;
    font-size: .8rem;
    width: 25px;
    height: 25px;
  }
  /* .suggestion {
    margin-bottom: 10px;
    height: 32vh !important;
  } */
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .new-episode {
    left: -5%;
    font-size: .9rem;    
    padding: 5px 2px 2px;
    width: 25px;
    height: 25px;
  }
  /* .suggestion {
    margin-bottom: 0px;
    height: 35vh !important;
  } */
}
@media (min-width: 1501px) and (max-width: 1700px) {
  .new-episode {
    left: -5%;
    font-size: .9rem;    
    padding: 5px 2px 2px;
    width: 25px;
    height: 25px;
  }
  /* .suggestion {
    margin-bottom: 0px;
    height: 37vh !important;
  } */
}
@media (min-width: 1701px) and (max-width: 1900px) {
  .new-episode {
    left: -5%;
    font-size: .9rem;    
    padding: 5px 2px 2px;
    width: 25px;
    height: 25px;
  }
  /* .suggestion {
    margin-bottom: 0px;
    height: 42vh !important;
  } */
}

@media (min-width: 1165px) {
  .custom-container{
    width: 80%;
  }
}

@media (min-width: 2200px) {
  .custom-container {
    width: 70%;
  }
 } 

.slider-height{
  height: 120px;
}
@media(min-width:425px){
  .slider-height{
    height: 150px;
  }
}
@media(min-width:600px){
  .slider-height{
    height: 200px;
  }
}
@media(min-width:768px){
  .slider-height{
    height: 220px;
  }
}
 .breadcrumb > li + li:before {
  color: #ccc;
  content: ">"!important;
  font-family: monospace!important;
  font-size: 18px!important;
  padding: 0px 15px !important;
}


.slick-list {
  /* padding: 0px 24px !important; */
  padding: 0px 0px !important;
}
.slick-track-sub .slick-track{
  float: right;
  display: flex;
  flex-direction: row-reverse;
}

.homeSlider .slick-list {
  padding: 0px 0px !important;
}

@media (min-width:768px){
  .slider-child {
      padding-left: 8px;
      padding-right: 8px;
      width: 99.45% !important;
  }
  .slick-arrow {
      height: 240px !important;
      padding: 0 4px;
  }
  .slick-prev {
      padding: 0;
      margin-left: -4px;
  }
  .homeSlider .slick-list {
      padding: 0px 50px !important;
  }
  
}

.homeSlider .slick-initialized .slick-arrow{
  z-index: 1;
}
.breadcrumb-item{
  padding: 0!important;
  font-size: 1rem!important;
}
@media (max-width:767px){
  .homeSlider .slick-initialized{
    width: 123%;
    left: 50px;
  }
}
/* @media (max-width:702px){
  .homeSlider .slick-initialized{
    width: 119%;
    left: 36px;
  }
} */
@media (max-width:576px){
  .homeSlider .slick-initialized{
    width: 123%;
    left: 30px;
  }
}

.dropdown-toggle {
  border: 0 !important;
  background-color: var(--white) !important;
  color: var(--purple) !important;
  font-size: 12px !important;
  border-radius: 5px !important;
}
.gray-bottom-border{
  border-bottom: 1px solid #ccc!important;
}

/* 
.slick-current {
  max-width: 91px !important;
} */

/* .slick-slider{
  display: flex !important;
} */

.slick-track-sub{
  height: 88px !important;
  overflow: hidden !important;
}

.sub-slider-props{
  height: 80px;
  width: 80px;

}

.sub-slider-width{
  width: 91px!important;
}

.ep-detail-font{
  font-size:1.2em;
}


.sidebar-border-bottom{
  border-bottom: 0.5px solid #dee2e6 !important;
}

.index-triangle-play{
  height: 22px;
  width: 17px;
  z-index: 999;
  background-size: 17px 22px;
  left: 3px;
  position: relative;
}

.slider-width{
  width: 200px !important;
}

.mb-6{
  margin-bottom: 4rem;
}


.podcast-card-p{
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}


.toast-error-style .Toastify__toast-body {
  font-family: 'Vazir-FD' !important;
  text-align: center;
  direction: rtl;
}

.accept-rules {
  font-size: .8em;
}
.social-link {
  direction: ltr !important;
}
.reply-comment {
  margin-right: 4% !important;
  width: 100% !important;
}
.d-block {
  width: 100%
}
.slick-dots {
  top: 75% !important;
}
.slick-dots li button:before {
  font-size: 11px;
  color: gainsboro;
}
.slick-dots li.slick-active button:before {
  color: whitesmoke;
}


/* @media (max-width: 1196px) {
  .slick-cloned {
    display: none !important;
    width: 0 !important;
  }
  
  .slick-slide:not(.slick-current), .slick-slide:not(.slick-current) {
    width: 0 !important
  }
  .slick-current {
    width: 100% !important
  }
  .bannertxt {
    display: none;
  }
} */

@media (max-width: 992px) {
  span.d-block {
    width: auto;
  }
}

@media (max-width: 514px) {
  .breadcrumb-item{
    padding: 0!important;
    font-size: .875rem!important;
  }  
}

.bg-danger {
  background-color: var(--purple) !important;
}

.progress2{
  height: 100%;
}
.progress2 .progress-bar{
  opacity: 1;
  color: white;
  top: 0%;
  height: 100%;
}
.bg-custom{
  background-color: purple !important;
}
.progress3 .progress-bar{
  height: 1rem;
  opacity: 1;
  color: white;
  top: 0%;
}
.flip{
  transform: rotateY(180deg);
}
.color{
  color: purple;
}
.first-page{
  box-shadow: rgb(143 143 143 / 21%) 0px 0px 2px 1px;
}
.second-page{
  box-shadow: rgb(143 143 143 / 21%) 0px 0px 2px 1px;
}
.register-part{
  border-bottom: 1px solid rgb(240, 240, 240);
}
.login-part{
  border-bottom: 1px solid rgb(240, 240, 240);
}
.my-button{
  background-color: var(--lightPurple);
  width: 100%;
  color: white;
}
.my-button:hover{
  color: white;
}
.forget-form .form-check-label{
  margin-right: 20px;
}
.lastBorder a:last-child, .lastBorder>div:last-child{
    border-bottom:0px!important;
}
.vl{
    height:98%;
    right:0;
    
}
.epizodeBox{
    display:flex;
}

.epizodeBoxTxt{
    padding-right:1rem;
}
.playBtn{
    margin-right: 1rem;
}

@media (max-width: 768px) {
    .vl{
        border:0px !important;
    }
}
@media (max-width: 460px) {
    .epizodeBox{
        display: unset;
    }
    .epizodeBox{
        padding:24px!important; 
    }
    .epizodeBoxTxt{
        margin-top:0.5rem;
        padding:0!important;
    }
    .epizodeBoxImg{
        margin:0 auto;
    }
    .epizodeBoxBtn,.epizodeBoxtimeBar{
        display: flex;
        justify-content: center;
    }
    .epizodeBoxCat,.epizodeBoxTittle{
        text-align: center;
    }
    .playBtn{
        margin-right:0;
    }
}

@media (max-width: 514px) {
    .playBtn {
        margin-bottom: .1rem;
    }
}
/* #imgDiv >div{ 
    width:${props.height / 2}px;
    height:${props.height / 2}px;
    border-radius:5px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
  } */


  @media(max-width:425px){

    #main-card{
      flex: 0 0 100% ;
      max-width: 100%;
    }
  }
 

  #main-card{
    height: 170px!important;
  }
.podcastsCard{
    height:130px;
}
.shadowBox{
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.47);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.47);
}
@media (min-width: 1660px) {
    .podcastsCard{
        height:170px;
    }
  
}
.tab-content {
    width: 100% !important;
}

.suggestion{
    border-radius:5px;
}

@media (max-width: 1082px) and (min-width: 1024px) {
    .packImg{
        width:100px!important;
        height:100px!important;
    }
   
}

@media (max-width: 910px) and (min-width: 768px) {
    .packImg{
        width:100px!important;
        height:100px!important;
    }
   
}
@media (max-width: 768px) {
    .PodcastTextBox{
        margin-bottom:15px;
    }
  
}
@media (max-width: 447px){
    .packImg{
        width:100px!important;
        height:100px!important;
    }
    .titleText{
        width:100px!important;
    
    }
   
}
@media (max-width: 335px) {
    .packdast{
        flex:0 0 50%!important;
        max-width:50%!important;
    }

}
.namlikTextFloat{
    line-height: 1.5em;
    max-height: 3em;       /* height is 2x line-height, so two lines will display */
    overflow: hidden;
}

@media (max-width: 1024px) {
    .timeBar{
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
   
}
@media (max-width: 968px) and (min-width: 767px) {
    .podcastCard{
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
   
}

.smal-Font{
    font-size: 0.7em;
}
.namlik-text-float{
    max-height: 4.6em;
    overflow: hidden;
    word-wrap: break-word;
    line-height:1.6em;
}

.suggestion>.squareImg{
    border-radius: 15% !important;
}
.timeLine{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 1.1rem !important;
    /* background-image: linear-gradient(to top, rgba(4, 4, 4, 0.9) 70%, rgba(4, 4, 4, 0.03) 120%); */
}


.suggestionRow .suggestion:first-child .squareImg{
    margin-right: 0!important;
}
.suggestion .floatHeight{
    transition: bottom 200ms cubic-bezier(0, 0.66, 0.34, 0.98);
    position: absolute;
    bottom: 20px;
    z-index: 1;
}
.suggestion .floatHeightDesc{
    transition: bottom 200ms cubic-bezier(0, 0.66, 0.34, 0.98),opacity 200ms cubic-bezier(0.57, 0.02, 1, 0.26);
    position: absolute;
    bottom: -60px;
    z-index: 1;
    opacity: 0;
}
.suggestion:hover .floatHeight{
    bottom:110px!important;
}
.suggestion:hover .floatHeightDesc{
    bottom:50px!important;
    opacity: 1 !important;
}

.suggestion .suggestion-icon{
    filter: blur(0.7px);
    transition: opacity 200ms linear;
}

.suggestion:hover .suggestion-icon{
    /* bottom:70px!important; */
    opacity: 0;
}


.blur{
    filter: blur(3px) opacity(12) ;
    -webkit-filter: blur(3px) opacity(12) ;
}


@media (max-width: 1140px) and (min-width: 768px) {

    .timLineIcon{
        background-size:contain!important;
        height: 13px!important;
        width: 19px!important;
    }
    .timeLine>div:first-child{
        padding-right: .3em!important;
    }

}
@media (max-width: 991px) {
    .suggestionRow .suggestion:nth-child(2) .squareImg,
    .suggestionRow .suggestion:nth-child(3) .squareImg{
        margin-right: 0!important;
    }
    
}


.suggestion .shadowBox{
    /* color: transparent; */
    position: absolute !important;
    background-color: #4a4949d4;
    background: linear-gradient(rgb(101 101 101 / 73%), rgb(62 62 62 / 93%)) !important;
    min-height: 100%!important;
    width: 100%;
    opacity: 0;
    /* filter: blur(70px); */
    position: relative;
    /* bottom: -600px; */
    transition: opacity 200ms ease-out;
}


.suggestion:hover .shadowBox{
    opacity: 1;
}

.bottom-shadow{
    background-color: black;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)) !important;
    height: 200px;
    position: absolute;
    bottom: 0px;
}
.image-div{
    height:100% ;

    background-size:contain !important;
    /* right:7%; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    overflow: hidden;
    

}
.bannerImg{
    margin-left:1rem;
}

.text-div{
    flex:1

}

.main{
    position: absolute!important;
    top:0 !important;
    width: 100%;
    height: 100%;
}
.podcastBanner .main{
    padding-right:2rem;
    padding-top:3.8rem;
}

.txtShadow{
    text-shadow: 2px 1px black;
    font-weight: bolder;
    padding: 0 10px;
}

.Banner-radius{
    border-radius: 0 0 5px 5px;
}


@media (max-width: 576px) {
    .bannerImg{
        float: unset!important;
        margin:0 auto 1.1rem auto!important;
      
    }
    /*.bannerFilterImage{*/
        /*height:430px!important;*/
    /*}*/
    .bannertxt{
        text-align: center!important;
    }
    .podcastBanner .main{
        padding-right:0;
        padding-top:2rem;
    }
    .podcastBanner .bannerImg {
        margin:0 auto 1.1rem auto !important;
    }
    .podcastBanner .description{
        margin-top:unset!important;
    }
    .podcastBanner .bannerFilterImage {
        height:360px!important;
    }
  }



/* subCatSlider */
.subCat .slick-arrow{
    display: none!important;
    /* z-index: inherit; */
  }
  .subCat .slick-slide{
    padding:0 3px;
    border-radius:5px;
  }
  .subCat .slick-slide>div>div>img{
    border-radius:5px;
  }
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.slider-child {
    /* padding-left: 8px;
    padding-right: 8px;
    width: 99.45% !important; */
    /* margin-left: 20px;
    margin-right: 20px; */
}
.slick-arrow {
    /* height: 240px !important;
    padding: 0 4px; */
}
.slick-prev {
    /* padding: 0;
    margin-left: -4px; */
}

/* .homeSlider .slick-list {
    padding: 0px 0px !important;
} */

/* @media (min-width:768px){
    .slider-child {
        padding-left: 8px;
        padding-right: 8px;
        width: 99.45% !important;
    }
    .slick-arrow {
        height: 240px !important;
        padding: 0 4px;
    }
    .slick-prev {
        padding: 0;
        margin-left: -4px;
    }
    .homeSlider .slick-list {
        padding: 0px 50px !important;
    }
} */
.dropdown-toggle {
    border: 0 !important;
    background-color: var(--white) !important;
    color: var(--purple) !important;
    font-size: 12px !important;
    border-radius: 5px !important;
}
.dropdown-toggle:hover, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    background-color: var(--white);
    color: var(--purple);
}
.share-btn {
    background-color: var(--white) !important;
    border-radius: 5px;
}
.dropdown-item {
    font-size: 13px;
    text-align: center;
}
.dropdown-menu {
    top: -10px !important;
    border: 1px solid var(--gray2);
    margin-top: 20px !important;
}
.fa-user {
    width: 12px !important;
    padding-left: 1px;
}
.copy-item {
    border-radius: 5px !important;
    color: var(--black) !important;
    border: 1px solid var(--black) !important;
    background-color: var(--gray2) !important;
    width: 80% !important;
    margin: auto !important;
    text-align: center !important;
}
.copy-item:hover {
    background-color: var(--whiteSmoke) !important;
}
.copy-item:focus {
    color: var(--black) !important;
}
.share-flex {
    display: flex !important;
    justify-content: space-between !important;
}
.dropdown-item:active {
    background-color: var(--white) !important;
    color: var(--black) !important;
    text-decoration: none;
}
.smoothy {
    transition: margin-top .2s ease-in-out;
}
.my-special .dropdown-menu {
    right: -6.35vw !important;
}
.fontsize{
    height: 25px !important;
    text-align: center;
}
    /* .border2{
        border-left: none !important;
    } */
.text-center2{
    text-align: center;
}
.decorate{
    color: gray !important;
}
.pointer{
    cursor: pointer;
}
