@media screen and (max-width : 260px) {
  #money-chart {
   display: none;
  }
}
@media screen and (max-width : 500px) {
  .content-money {
    padding-top:60px;
    min-height: 240px
  }
  .content-money .money-title{
    font-size: 12px
  }
  .content-money .money-value {
    font-size: 25px;
  }
  .content-money .money-currency {
    font-size: 12px
  }
  .content-money .money-icon {
    background-size: 30px;

  }
  
}
@media screen and (max-width : 768px) {
  .header-title h1 {
    font-size: 14px;
    direction: rtl
  }
}

@media screen and (max-width : 480px) {
  
}

@media screen and (min-width : 992px) {
  .content-wrapper ,
  .content-cards{
    width: 50%;
    margin: 0 auto
  }
 
  .content-login {
    width: 40%;
    margin: 0 auto;
    padding: 16px 40px;

  }
  .copyright {
    color: #333;
    font-family: 'IRANSansLight';
    direction: rtl;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
}
  .money-product img {
    width: 250px
  }
  .content-logo img{
    width: 150px
  }
  .navbar-menu ul,.navbar-notification ul{
    width: 40%;
    
  }

  .navbar-menu.active ul  {
	height:100%
  }

}

@media screen and (max-width:768px) {
  .money-steps {
    flex-direction: column
  }
}
.leaflet-bottom.leaflet-right {
    display: none;
}
.note_salamat {
    font-size: small;
    direction: rtl;
    text-align: justify;
}

.infonew {
    color: #0c5460;
    padding: 3px;
    font-size: x-small;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}


.alert{
    direction: rtl;
    text-align: justify;
}