﻿.content, .navigation, .header, .listview__item, .chat__search, .chat__title, .user {
  direction: rtl;
}
/* *{
    font-family: Yekan !important;
} */
body {
  font-family: Yekan !important;
}
#top_banner{
    width: 100% !important;
    max-height: 250px !important;
}
#top_banner > a > img{
    width: 100% !important;
    max-height: 120px !important;
     min-height: 50px !important;
    border-radius: 10px;
}
#b-banner-right > a > img{
    width: 100% !important;
    max-height: 190px !important;
     min-height: 100px !important;
    border-radius: 10px;
}
#b-banner-left > a > img{
    width: 100% !important;
    max-height: 190px !important;
     min-height: 100px !important;
    border-radius: 10px;
}
.bg-light{
    background: rgb(255, 255, 255);
}
.border-rounded {
    border-radius: 10px !important;
}
.border-left-primary{
    border-left: 4px solid blue !important;
}
.border-left-gold{
    border-left: 4px solid gold !important;
}
.border-left-green{
    border-left: 4px solid rgb(50, 199, 135) !important;
}
.border-left-red{
    border-left: 4px solid red !important;
}
.sidebar{
    background: rgb(255, 255, 255);
    padding-top: 80px;
    /* z-index: 10000; */
}
.header__logo , .user{
    background: rgba(50, 199, 135, 0);
}
.navigation a{
    font-size: 1.2em;
}
.navigation__active {
    background: rgba(243, 243, 243, 0.9);
    border-radius: 10px;
}
#date_warner{
    display: none;
}
.bg-none{
    background: rgb(243, 243, 243) !important;
}
.f-2x{
    font-size: 2em;
}
.f-1-5x{
    font-size: 1.5em;
}
.f-md{
    font-size: 15px;
	}
.f-sm{
    font-size: 10px;
}
.f-xs{
    font-size: 8px;
}
.f-3x{
    font-size: 3em;
}
#register_code > i , #mobile_submit > i{
    color: rgb(243, 243, 243) !important;
}
header {
    position: relative;
    max-height: 50px;
}
#acc-menu{
    position: absolute;
    top: 50px;
    right: 55px;
    z-index: 1000;
    border-radius: 5px;
    display: none !important;
}
#acc-menu.active {
    display: block !important;
}
.bg-orange{
    background: #d64175 !important;
}
.text-light{
    color: rgb(243, 243, 243) !important;

}

.bg-first-gradient{
    background-image: linear-gradient(to left, rgba(252, 106, 3, 1) , rgba(252, 106, 3, 0.43)) !important;
}
.bg-second-gradient{
    background-image: linear-gradient(to left, rgba(214, 89, 235, 1) , rgba(214, 89, 235, 0.46)) !important;
}
.bg-third-gradient{
    background-image: linear-gradient(to left,  rgba(50, 199, 135, 1), rgba(50, 199, 135, 0.46)) !important;
}
.bg-fourth-gradient{
    background-image: linear-gradient(to left,  rgba(2, 169, 244, 1), rgba(2, 169, 244, 0.43)) !important;
}
.bg-navbar-gradient{
    background-image: linear-gradient(to left, rgba(252, 106, 3, 0.93) , rgba(151, 0, 176, 0.96)) !important;
}

.navigation a {
    font-size: 13px;
}
.mb-scores{
    margin-bottom: 150px !important;
}
#alert{
    display: none;
}
.fast-info-boxes > div{
    height: 100px !important;
}

.bg-secondary{
    background: rgb(243, 243, 243) !important;
}

.d-table-cell {
    display: table-cell;
}
.fa-2x{
    font-size: 2em;
}
.fa-lg{
    font-size: 20px;
}

.InvoiceNumberCell {
    max-width: 50px !important;
}

@media (min-width:991px) {
    .d-md-table-cell {
        display: table-cell !important;
    }

}
