@font-face {
    font-family: 'iranSans';
    src: url('../../dist/font/iransans/IRANSansWeb.eot');
    src: url('../../dist/font/iransans/IRANSansWeb.eot?#iefix') format('eot'), /* IE6–8 */ url('../../dist/font/iransans/IRANSansWeb.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../../dist/font/iransans/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../../dist/font/iransans/IRANSansWeb.ttf') format('ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'iranSansBold';
    src: url('../../dist/font/iransans/IRANSansWeb_Bold.eot');
    src: url('../../dist/font/iransans/IRANSansWeb_Bold.eot?#iefix') format('eot'), /* IE6–8 */ url('../../dist/font/iransans/IRANSansWeb_Bold.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../../dist/font/iransans/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../../dist/font/iransans/IRANSansWeb_Bold.ttf') format('ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'iranSansMedium';
    src: url('../../dist/font/iransans/IRANSansWeb_Medium.woff') format('woff'),
    url('../../dist/font/iransans/IRANSansWeb_Medium.ttf') format('truetype')/*,
    url('fonts/IRANSansWeb_Medium.svg') format('svg')*/
;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'iranSansLight';
    src: url('../../dist/font/iransans/IRANSansWeb_Light.eot');
    src: url('../../dist/font/iransans/IRANSansWeb_Light.eot?#iefix') format('eot'), /* IE6–8 */ url('../../dist/font/iransans/IRANSansWeb_Light.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../../dist/font/iransans/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../../dist/font/iransans/IRANSansWeb_Light.ttf') format('ttf');
    font-weight: normal;
}

html {
}

body {
    font-family: iranSans, sans-serif !important;
    font-size: 0.85rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: iranSansBold, sans-serif !important;
}

ul {
    padding: 0;
    list-style-type: none;
}

*[dir=rtl] body, *[dir=rtl] a, *[dir=rtl] span {
    text-align: right;
}

/*body login */
body.login {
    background: #e4e5e6;
    color: #3c4b64;
    --color: #3c4b64;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 100vh;
}

@media (max-width: 768px) {
    .login .card-group {
        display: flex;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .login .card-group > .card {
        margin-bottom: 0;
    }

    .login .card:last-child {
        border-top-right-radius: 5px !important;
        border-top-left-radius: 5px !important;
    }
}

@media (max-width: 768px) {
    .login .card:first-child {
        border-bottom-left-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }

    .login .card:last-child {
        border-top-right-radius: 5px !important;
        border-top-left-radius: 5px !important;
    }
}

@media (min-width: 768px) {
    .login .card:first-child {
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
    }

    .login .card:last-child {
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }
}

.feather {
    width: 16px;
    height: 16px;
}

/* Sidebar */
.is-sidebar {
    padding: 0 0 0; /* Height of navbar */
}

/*@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}*/
/*.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; !* Scrollable contents if viewport is shorter than content. *!
}*/
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.is-sidbar-header {
    font-family: iranSans, sans-serif;
    font-size: 0.9rem;
}

.is-sidbar-header .is-star-icon {
    line-height: 28px;
}

.is-sidebar .nav-link {
    font-weight: 500;
    line-height: 35px;
}

.is-sidebar .nav-link .feather {
    margin-right: 4px;
}

.is-sidebar .nav-link:hover .feather,
.is-sidebar .nav-link.active .feather {
    color: inherit;
}

.is-sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/* Navbar */
.navbar .navbar-badge {
    position: absolute;
    right: 5px;
    top: 5px;
}

.navbar .navbar-toggler {
    display: block;
}

.navbar.is-navbar .navbar-toggler i.fa-bars {
    color: #ffffff;
    border: 0;
    border-radius: 50%;
}

.is-navbar .is-navbar-search ::placeholder {
    font-size: 0.8rem;
}

.is-navbar .is-navbar-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 0.8rem;
}

.is-navbar .is-navbar-search ::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 0.8rem;
}

@media (min-width: 768px) {
    .navbar.is-navbar .is-navbar-search {
        max-width: 200px;
    }
}

.navbar.is-navbar .is-navbar-search {
    position: relative;
}

.navbar.is-navbar .search-icon {
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.navbar.is-navbar .is-navbar-search .form-control {
    padding-right: 2rem;
    height: 35px;
    border-width: 0;
    font-size: 0.8rem;
}

.navbar.is-navbar .dropdown-menu {
    position: absolute;
}

.navbar.is-navbar .dropdown-menu i {
    font-size: 0.8rem;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.form-inline .btn {
    font-size: 0.75rem;
}

.is-input-group .form-control {
    flex: none;
}

.is-input-group-main .input-group .form-control {
    flex: none;
}

.is-input-group-main .input-group {
    justify-content: flex-end !important;
}

.btn {
    font-size: 0.75rem;
}

.chosen-box {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    -ms-overflow-style: none;
}
.input-group-text {
    font-size: 0.7rem;
}

[data-toggle="collapse"] .toggle-icon.fas:before {
    content: "\f077";
}

[data-toggle="collapse"].collapsed .toggle-icon.fas:before {
    content: "\f078";
}
.profile-avatar{
    border-radius: 50%;
}
/**/
.dropdown-menu {
    font-size: 0.85rem;
    min-width: 9rem;
}

.dropdown-toggle::after {
    margin-right: 0.255rem;
    margin-left: 0;
    vertical-align: 0;
}

.fa-power-off {
    font-size: 18px;
}

.fa-bars {
    font-size: 17px;
}

/**/
.nav-link {
    font-size: 0.8rem;
    padding: 0.56rem 1rem;
}

.captcha {
    background-color: #ffffff;
}

.captcha.input-group-text {
    padding-top: 0;
    padding-bottom: 0;
}

/*rtl*/
.col-form-label {
    padding-left: 0;
}

.form-check {
    padding-left: 0;
    padding-right: 1.25rem;
}

.form-check-input {
    margin-left: 0 !important;
    margin-right: -1.25rem;
    margin-top: 0;
}

.form-check-inline {
    margin-left: 0.75rem;
    padding-right: 0;
}

.form-check-inline .form-check-input {
    margin-right: 0;
    margin-left: .3125rem !important;
}

/*table#list_manager tr .form-check, table#list_manager th .form-check {
    width: 100%;
    height: 100%;

}*/

/* pagination */
.pagination .page-input input {
    font-size: 0.7rem;
    border-color: rgba(0, 0, 0, 0.125);
}

.pagination .page-input input:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0;
    border-color: #ced4da;

}

/* listmanager */
.filer-listmanager input, .filer-listmanager select, .filer-listmanager button {
    font-size: 0.7rem;
}

/* pagination */
.pagination {
    direction: ltr;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: flex-start;
}

/*  */
.news-info-bar {
    font-size: 0.75rem;
}

.nav-pills {
    overflow-y: hidden;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
}

.nav-pills .nav-link {
    white-space: nowrap;
    padding: 0.56rem 1rem;
}

/* Designing for scroll-bar */
.nav-pills::-webkit-scrollbar {
    height: 10px;
}

/* Track */
.nav-pills::-webkit-scrollbar-track:horizontal {
    background: gainsboro;
    border-radius: 5px;
}

/* Handle */
.nav-pills::-webkit-scrollbar-thumb:horizontal {
    background: #f4f5f7;
    border-radius: 5px;
}

/* Handle on hover */
.nav-pills::-webkit-scrollbar-thumb:horizontal:hover {
    background: #0747a6;
}

.nav-pills::-webkit-scrollbar-button:horizontal:single-button {
    display: inline-block;
    width: 20px;
    height: 10px;
}

/*
!* left *!
.nav-pills::-webkit-scrollbar-button:single-button:horizontal:decrement {
    border-top: 5px solid transparent;
    border-right: 10px solid #0747a6;
    border-bottom: 5px solid transparent;
}

.nav-pills::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
}
!* right *!
.nav-pills::-webkit-scrollbar-button:single-button:horizontal:increment {
    border-top: 5px solid transparent;
    border-left: 10px solid #0747a6;
    border-bottom: 5px solid transparent;
}
*/
/* datatable */
.dtr-details {
    display: block !important;
}

/*icon size*/
.fa-1-25x {
    font-size: 1.25em;
}

.fa-1-5x {
    font-size: 1.5em;
}

/*end icon size*/
/* fieldset*/
.is-fieldset {
    border: 1px solid #a3a6ac;
    border-radius: 0.2rem;
    padding: 10px;
}

.is-fieldset legend {
    width: auto;
    margin-right: 15px;
    font-size: 14px;
    padding: 0 5px;
}

/*end fieldset*/

/* modal */
.modal-body img {
    max-width: 100%;
    height: auto;
}

/*end modal*/
.ltr {
    direction: ltr;
}

.cursor-pointer {
    cursor: pointer;
}

@media (min-width: 768px) {
    table#list_manager tr .form-check, table#list_manager th .form-check {
        width: 100%;
        height: 100%;
        padding: 0 !important;
    }
}

@media (max-width: 768px) {
    #topTabs{
        padding-bottom: 5px;
    }
    #topTabs.nav-tabs .nav-link.active, #topTabs.nav-tabs .nav-item.show .nav-link{
        border-bottom-color: #dee2e6;
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
}

@media (max-width: 767px) {
    table#list_manager td .form-check-input,
    table#list_manager th .form-check-input {
        margin-right: 0 !important;
        position: relative !important;
    }
    table#list_manager td .form-check {
        padding-right: 0;
    }
}