body
{
    background: url(/img/sprites.png) repeat top right #f1f1f1;
    background-image: url("/img/sprites.png");
    text-align: right;
}
.color-white {
    color: #fff !important;
}
img {
    object-fit: scale-down;
}
.text-left
{
    text-align: left;
}
.page-wrapper .card-header, .page-wrapper .card-footer {
    width: 97.3% !important;
    margin: auto;
}
.navbar-light .navbar-nav .nav-link, .bg-dark h4
{
    color: #fff !important;
}
.div-login-object a:hover{
    color: #000 !important;
}
.show-login {
    cursor: pointer;
}
.div-login-object {
    height: 200px;
    color: #000;
    text-align: center;
}
.div-login-object a {
    font-size: 1rem;
    font-weight: bold;
}
.div-login-object i{
    margin-top: 20px;
    color: #000;
    font-size: 6rem;
}
.bg-gray {
    background: #ccc !important;
}
.icon {
    padding: 15px;
    color: rgb(49, 0, 128);
    width: 70px;
    text-align: left;
    position: absolute;
    margin-top: 27px;
    margin-left: 0px;
}

.color-red
{
    color: #f00;
}
.dropdown-item
{
    text-align: right;
}
.ltr
{
    direction: ltr !important;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s .2s ease-in-out;
    transition: all .4s .2s ease-in-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}
.page-loading.active {
    opacity: 1;
    visibility: visible;
}
.page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
}
.page-loading.active > .page-loading-inner {
    opacity: 1;
}
.page-loading-inner > span {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: #737491;
}
.page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: .75rem;
    vertical-align: text-bottom;
    border: .15em solid #766df4;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
}
@-webkit-keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.navbar-brand img
{
    max-width: 45px;
}
.side-menu-link
{
    margin-bottom: 0px !important;
}
.head-nav{
    padding-bottom: 0px !important;padding-top: 0px !important;
}
body, html, h1, h2, h3, h4, h5, h6, label, a, .btn, td, th, .sidebar-menu a, span, a, .navbar-nav .nav-link, .text-sm, [type="button"], [type="reset"], [type="submit"], button
{
    font-family: 'IRANSans', sans-serif !important;
}

.hide{
    display: none;
}
ol
{
    direction: ltr;
}

footer, .footer
{
    text-align: right !important;
    direction: rtl !important;
}
.rtl
{
    direction: rtl;
}
header, .header
{
    direction: rtl;
}
.header .ms-grid-gutter
{
    margin-right: 1.875rem !important;
    margin-left: auto; !important;
}
.me-2
{
    margin-left: .5rem !important;
}
.navbar-expand-lg .dropdown-menu.dropdown-menu-end
{
    left: 0 !important;
    right: auto !important;
}
.navbar-tool .navbar-tool-label
{
    padding-right: .625rem !important;
    padding-left: 0 ;
}
.select2-container--default .select2-selection--single
{
    border: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    top: 10px !important;
}
.select2-container{
    display: block;
    width: 100%;
    padding: .5625rem 1.125rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #737491;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dfdfeb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .75rem;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .2s ease-in-out,box-shadow .2s ease-in-out;
}
.color-red {
    color: #f00;
    text-align: center;
}
.color-green {
    color: #4cae4c;
    text-align: center;
}
td, th
{
    text-align: center;
}
.slider h1, h2, h3, h4, h5, h6
{
    text-align: right !important;

}
.slider .offset-lg-1
{
    margin-right: 8.33333333% !important;
    margin-left: auto !important;
}
.pull-left
{
    float: left;
}
.home-ico
{
    color: #fff;
    font-size: 2.2rem;
}
.txt-dec
{
    text-align: right;
}
.fs-10
{
    font-size: 0.7rem;
}
.divider
{
    border-left: 1px solid #ccc;
}
