﻿/*#region PageLoading */

.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: calc(44% - 3.5px);
    left: 0;
    right: 0;
    margin: 0 auto
}

svg.tea {
    --secondary: #33406f
}

svg.tea #teabag {
    transform-origin: top center;
    transform: rotate(3deg);
    animation: swing 2s infinite
}

svg.tea #steamL {
    stroke-dasharray: 13;
    stroke-dashoffset: 13;
    animation: steamLarge 2s infinite
}

svg.tea #steamR {
    stroke-dasharray: 9;
    stroke-dashoffset: 9;
    animation: steamSmall 2s infinite
}

@-moz-keyframes swing {
    50% {
        transform: rotate(-3deg)
    }
}

@-webkit-keyframes swing {
    50% {
        transform: rotate(-3deg)
    }
}

@-o-keyframes swing {
    50% {
        transform: rotate(-3deg)
    }
}

@keyframes swing {
    50% {
        transform: rotate(-3deg)
    }
}

@-moz-keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: .6
    }

    100% {
        stroke-dashoffset: 39;
        opacity: 0
    }
}

@-webkit-keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: .6
    }

    100% {
        stroke-dashoffset: 39;
        opacity: 0
    }
}

@-o-keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: .6
    }

    100% {
        stroke-dashoffset: 39;
        opacity: 0
    }
}

@keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: .6
    }

    100% {
        stroke-dashoffset: 39;
        opacity: 0
    }
}

@-moz-keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: .6
    }

    80% {
        stroke-dashoffset: 27;
        opacity: 0
    }

    100% {
        stroke-dashoffset: 27;
        opacity: 0
    }
}

@-webkit-keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: .6
    }

    80% {
        stroke-dashoffset: 27;
        opacity: 0
    }

    100% {
        stroke-dashoffset: 27;
        opacity: 0
    }
}

@-o-keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: .6
    }

    80% {
        stroke-dashoffset: 27;
        opacity: 0
    }

    100% {
        stroke-dashoffset: 27;
        opacity: 0
    }
}

@keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: .6
    }

    80% {
        stroke-dashoffset: 27;
        opacity: 0
    }

    100% {
        stroke-dashoffset: 27;
        opacity: 0
    }
}


@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

/*#endregion */

/*#region Loading */
._loading-main {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
    position: absolute;
    background: #fff;
    opacity: 1;
    font-size: 10px;
}

._loading {
    overflow: visible;
    padding-top: 2em;
    height: 0;
    width: 2em;
}

._loading, ._loader__figure {
    position: absolute;
    top: 49%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

._loader__figure {
    height: 0;
    width: 0;
    box-sizing: border-box;
    border: 0 solid #6777ef;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(.215, .61, .355, 1);
    -moz-animation: loader-figure 1.15s infinite cubic-bezier(.215, .61, .355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(.215, .61, .355, 1);
}

._loader__label {
    float: left;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: .5em 0 0 50%;
    font-size: .875em;
    letter-spacing: .1em;
    line-height: 1.5em;
    color: #6777ef;
    white-space: nowrap;
    -webkit-animation: loader-label 1.15s infinite cubic-bezier(.215, .61, .355, 1);
    -moz-animation: loader-label 1.15s infinite cubic-bezier(.215, .61, .355, 1);
    animation: loader-label 1.15s infinite cubic-bezier(.215, .61, .355, 1)
}

@-webkit-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #6777ef
    }

    29% {
        background-color: #6777ef
    }

    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}

@-moz-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #6777ef
    }

    29% {
        background-color: #6777ef
    }

    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}

@keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #6777ef
    }

    29% {
        background-color: #6777ef
    }

    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}


@-webkit-keyframes loader-label {
    0% {
        opacity: .25
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: .25
    }
}

@-moz-keyframes loader-label {
    0% {
        opacity: .25
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: .25
    }
}

@keyframes loader-label {
    0% {
        opacity: .25
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: .25
    }
}

/*#endregion */

/*#region FontFace */
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

@font-face {
    font-family: "IRANSans";
    src: url('../Fonts/eot/IRANSansWeb_Black.eot');
    src: url('../Fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'), url('../Fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'), url('../Fonts/woff/IRANSansWeb_Black.woff') format('woff'), url('../Fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
    font-weight: 900;
    font-style: "normal"
}

@font-face {
    font-family: "IRANSans";
    src: url('../Fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../Fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), url('../Fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), url('../Fonts/woff/IRANSansWeb_Bold.woff') format('woff'), url('../Fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
    font-weight: "bold";
    font-style: "normal"
}

@font-face {
    font-family: "IRANSans";
    src: url('../Fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../Fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), url('../Fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), url('../Fonts/woff/IRANSansWeb_Medium.woff') format('woff'), url('../Fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: "normal"
}

@font-face {
    font-family: "IRANSans";
    src: url('../Fonts/eot/IRANSansWeb_Light.eot');
    src: url('../Fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), url('../Fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), url('../Fonts/woff/IRANSansWeb_Light.woff') format('woff'), url('../Fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
    font-weight: 300;
    font-style: "normal"
}

@font-face {
    font-family: "IRANSans";
    src: url('../Fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('../Fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), url('../Fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), url('../Fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), url('../Fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: "normal"
}

@font-face {
    font-family: "IRANSans";
    src: url('../Fonts/eot/IRANSansWeb.eot');
    src: url('../Fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('../Fonts/woff2/IRANSansWeb.woff2') format('woff2'), url('../Fonts/woff/IRANSansWeb.woff') format('woff'), url('../Fonts/ttf/IRANSansWeb.ttf') format('truetype');
    font-weight: "normal";
    font-style: "normal"
}

@font-face {
    font-family: "IRANSans_FaNum";
    src: url('../Fonts/eot/IRANSansWeb(FaNum)_Black.eot');
    src: url('../Fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'), url('../Fonts/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'), url('../Fonts/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'), url('../Fonts/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
    font-weight: 900;
    font-style: "normal"
}

@font-face {
    font-family: "IRANSans_FaNum";
    src: url('../Fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../Fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), url('../Fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), url('../Fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), url('../Fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
    font-weight: "bold";
    font-style: "normal"
}

@font-face {
    font-family: "IRANSans_FaNum";
    src: url('../Fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../Fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), url('../Fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), url('../Fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), url('../Fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: "normal"
}

@font-face {
    font-family: "IRANSans_FaNum";
    src: url('../Fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../Fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), url('../Fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), url('../Fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), url('../Fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
    font-weight: 300;
    font-style: "normal"
}

@font-face {
    font-family: "IRANSans_FaNum";
    src: url('../Fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../Fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), url('../Fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), url('../Fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), url('../Fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: "normal"
}

@font-face {
    font-family: "IRANSans_FaNum";
    src: url('../Fonts/eot/IRANSansWeb.eot');
    src: url('../Fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('../Fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), url('../Fonts/woff/IRANSansWeb(FaNum).woff') format('woff'), url('../Fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
    font-weight: "normal";
    font-style: "normal"
}

@font-face {
    font-family: "Vazir";
    src: url('../Fonts/Vazir/Vazir.eot');
    src: url('../Fonts/Vazir/Vazir.eot?#iefix') format('embedded-opentype'), url('../Fonts/Vazir/Vazir.woff2') format('woff2'), url('../Fonts/Vazir/Vazir.woff') format('woff'), url('../Fonts/Vazir/Vazir.ttf') format('truetype');
    font-weight: "normal";
    font-style: "normal"
}

@font-face {
    font-family: "Vazir";
    src: url('../Fonts/Vazir/Vazir-Bold.eot');
    src: url('../Fonts/Vazir/Vazir-Bold.eot?#iefix') format('embedded-opentype'), url('../Fonts/Vazir/Vazir-Bold.woff2') format('woff2'), url('../Fonts/Vazir/Vazir-Bold.woff') format('woff'), url('../Fonts/Vazir/Vazir-Bold.ttf') format('truetype');
    font-weight: "bold";
    font-style: "normal"
}

@font-face {
    font-family: "Vazir";
    src: url('../Fonts/Vazir/Vazir-Black.eot');
    src: url('../Fonts/Vazir/Vazir-Black.eot?#iefix') format('embedded-opentype'), url('../Fonts/Vazir/Vazir-Black.woff2') format('woff2'), url('../Fonts/Vazir/Vazir-Black.woff') format('woff'), url('../Fonts/Vazir/Vazir-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: "normal"
}

@font-face {
    font-family: "Vazir";
    src: url('../Fonts/Vazir/Vazir-Medium.eot');
    src: url('../Fonts/Vazir/Vazir-Medium.eot?#iefix') format('embedded-opentype'), url('../Fonts/Vazir/Vazir-Medium.woff2') format('woff2'), url('../Fonts/Vazir/Vazir-Medium.woff') format('woff'), url('../Fonts/Vazir/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: "normal"
}

@font-face {
    font-family: "Vazir";
    src: url('../Fonts/Vazir/Vazir-Light.eot');
    src: url('../Fonts/Vazir/Vazir-Light.eot?#iefix') format('embedded-opentype'), url('../Fonts/Vazir/Vazir-Light.woff2') format('woff2'), url('../Fonts/Vazir/Vazir-Light.woff') format('woff'), url('../Fonts/Vazir/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: "normal"
}

@font-face {
    font-family: "Vazir";
    src: url('../Fonts/Vazir/Vazir-Thin.eot');
    src: url('../Fonts/Vazir/Vazir-Thin.eot?#iefix') format('embedded-opentype'), url('../Fonts/Vazir/Vazir-Thin.woff2') format('woff2'), url('../Fonts/Vazir/Vazir-Thin.woff') format('woff'), url('../Fonts/Vazir/Vazir-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: "normal"
}

/*#endregion */

/*region sliderMenue*/
.sliderMenue {
    height: 100%;
    width: 0;
    position: absolute;
    right: 0;
    top: 7%;
    box-shadow: 3px 25px 20px 10px rgb(0 0 0 / 20%);
    border-left: 1px solid #cecece;
    background-color: #fff;
    /*background-image: url(../images/cr7.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1050;
}

.sliderMenue-mn {
    position: absolute;
    height: auto;
    width: 0;
    right: 28%;
    top: 40%;
    direction: ltr;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
}

.sliderMenue-mn a {
    position: relative;
    text-align: center;
    float: right;
    width: 100%;
    color: #000;
}

.sliderMenue-mn a.active {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    fill: #4e73df;
    color: #4e73df;
}

.sliderMenue-arrow {
    position: absolute;
    height: 45px;
    width: 12px;
    left: -12px;
    top: 44%;
    color: #8b8b8b;
    background: #fff;
    box-shadow: -15px 5px 35px 10px rgb(0 0 0 / 12%);
    border-right: 1px solid #f8f9fc;
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-top: 1px solid #cecece;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    cursor: pointer;
}

.sliderMenue-arrow i {
    margin-top: 16px;
    font-size: 12px;
    padding-left: 2px;
    cursor: pointer;
}
/*endregion*/

/*region other*/
@media (min-width: 768px) {
    .sidebar .nav-item .nav-link {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .sidebar .nav-item .nav-link i {
        font-size: .85rem;
        margin-left: .25rem;
    }
}

@media (min-width: 768px) {
    .sidebar.toggled {
        overflow: visible;
        width: 4rem !important;
    }
}

.cr7 {
    position: fixed;
    right: 1px;
    bottom: 2px;
    width: 3.95rem;
    height: 4.4rem;
}

.sidebar {
    width: 4rem;
}

.topbar {
    height: 4rem;
}

.sidebar .nav-item .nav-link {
    text-align: left;
}

@media (min-width: 768px) {
    .sidebar.toggled .nav-item .nav-link {
        text-align: left;
    }
}

.sidebar-dark .nav-item .nav-link.active,
.sidebar-dark .nav-item .nav-link.active i {
    fill: #6777ef;
    color: #6777ef;
}

.sidebar-dark .nav-item .nav-link i {
    fill: #000000;
    color: #000000;
}

.scroll-to-top {
    right: .6rem;
}

.sidebar-dark .sidebar-brand {
    color: #6777ef;
}

.navbar-nav .dropdown-menu {
    margin: -.2rem 0 0;
    top: unset!important;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    padding-right: unset !important;
    padding-left: unset !important;;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: .8rem;
    padding-right: .8rem;
}

.h-98 {
    height: 98% !important;
}

.h-95 {
    height: 95% !important;
}

.accordion {
    border-color: unset !important;
    border-width: unset !important;;
    border-style: unset !important;;
}

.mb-4, .my-4 {
    margin-bottom: .1rem !important;
}

.mb-1, .my-1 {
    margin-bottom: unset !important;
}

.nav-link {
    padding: .5rem .3rem;
}

.badge-danger {
    color: #fff;
    background-color: #6e707e;
    /*background-color: #E74A9E;*/
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-top: 0.45rem;
    position: absolute;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #6777ef !important;
    border-color: #244ec9 !important;
}

.form-control {
    color: black;
}
.modal {
    z-index: 9999!important;
}

.modal-dialog {
    max-width: 1100px;
}

.modal-body {
    direction: rtl;
}

* {
    font-family: IRANSans, Helvetica Neue, Roboto, Arial, Droid Sans, sans-serif;
    outline: medium none !important;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body, html {
    height: 100%;
}

body {
    overflow: hidden;
    color: black;
}

#main {
    height: 100%;
}

.main-content {
    overflow-x: hidden;
    overflow-y: auto;
    direction: rtl;
    height: 93%;
}

.toast-container .close {
    margin-right: 2px;
    font-size: .9rem;
    line-height: 2;
}

.searchMark {
    background: rgba(255, 150, 0, 0.6) !important;
}

.invalidFeedback {
    width: 100%;
    float: right;
    text-align: right;
    margin: 0.20rem 0 0.70rem 0;
    font-size: 80%;
    color: #e74a3b;
}

.dropdown-item {
    cursor: pointer;
}

.sidebar .nav-item .nav-link .img-profile, .topbar .nav-item .nav-link .img-profile {
    height: 3rem;
    width: 3rem;
}

.theme-white .btn-primary {
    background-color: #6777ef;
    border-color: transparent !important;
    color: #fff;
}

.btn-primary, .btn-primary.disabled {
    /*box-shadow: 0 2px 6px #acb5f6;*/
    background-color: #6777ef;
    border-color: #6777ef;
}

.btn {
    font-weight: 600;
    font-size: 12px;
    /*line-height: 24px;*/
    padding: 0.3rem 0.8rem;
    letter-spacing: 0.5px;
}

.sImbACcP {
    width: 100%;
    height: 20px;
}

.sImbACSS {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    float: right;
    margin: 5px 0;
}

.sImbACSN {
    margin-right: 8px;
    float: right;
}

.sImbACSoD {
    float: left;
}

.sImbACSoL {
    width: 50px;
    float: left;
    margin-left: -14px;
    text-align: center;
}

.sImbACSoL i {
    font-size: 20px;
    margin-top: -5px;
}

.qStockCharts {
    margin-top: .3rem;
    height: 150px;
    width: 100%;
    overflow: hidden;
}

.qStockChart {
    height: 287px;
}

.highcharts-credits {
    display: none;
}

.highcharts-button-box {
    fill: transparent;
}
/*endregion*/

/*region qPieChart*/
.mMDeCCtyex {
    padding: 20px 5px;
    background-color: white;
    font-family: "IRANSans";
    height: 290px;
}

.mMDeCCtyeXcT {
    position: absolute;
    font-size: .8rem;
    right: 1rem;
    bottom: 1rem;
    direction: rtl;
    display: table;
    border-collapse: initial;
}

.mMDeCCtyeXcT tbody tr td:first-child {
    text-align: left;
    white-space: nowrap;
    width: 1px;
}

.mMDeCCtyeXcT tbody td:last-child {
    font-weight: 800;
}

.mMDeCCtyeXcTt {
    top: 1rem;
    bottom: unset;
    width: 340px;
}

.mMDeCCtyeXcTt span {
    float: right;
    margin-left: 5px;
}

.mMDeCCtyeXcTt tbody tr td:last-child {
    text-align: right;
    direction: ltr;
}

.qPieChartContainer {
    height: 272px;
    width: 272px;
    float: left;
    margin-left: 10px;
}

.highcharts-label {
    text-align: center;
}

.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

/*endregion*/

/*#region jqxGridCellFormat */
.fXtfCfaw {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

.xGsLirpW {
    right: 5px;
    position: absolute;
}

.tOWroBq {
    height: 30px;
    opacity: 0;
    margin: -8px 0;
    transition: opacity 100ms ease-in-out;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%235F6368'%3E%3Cpath d='M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E") no-repeat;
    background-position: 0 2px;
}

.tOWroBq:hover {
    opacity: 1;
    transition-delay: 0s;
}

.table-row-menu-text {
    padding: 5px 12px 0;
    display: block;
}

.table-row-menu-icon {
    position: absolute;
    cursor: pointer;
    left: 4px;
    width: 24px;
    height: 20px;
    padding-top: 5px;
    text-align: center;
}

.fclrd {
    height: 30px;
    padding-top: 9px;
    text-align: center;
}

.lBfW {
    font-size: 12px;
    font-weight: 500;
}

.ldty {
    width: 12px;
    height: 12px;
    /* border: 1px solid #000; */
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
}

.cMcRtBtn {
    margin-top: -35px;
    padding-top: 3px;
    padding-left: 6px;
    z-index: 1;
    float: right;
    width: 32px;
    height: 35px;
    font-size: 16px;
}

/*#endregion */

/*#region jqxGrid */
.jqx-grid-pager table {
    border-collapse: separate;
    border-spacing: 7px 0;
}

div .jqx-grid-column-header {
    /* background-color: #a2b6cb; */
    background-color: rgb(238, 238, 238);
    color: #000;
}

.jqx-widget-header {
    /* background-color: #a2b6cb; */
    background-color: rgb(238, 238, 238);
}

.jqx-grid-cell-alt {
    /* background: #ECF7FD; */
    background: #e2e2e270;
}

.jqx-widget .jqx-grid-column-header {
    /* border-color: #9CA6B3; */
    border-color: #E3E9EA;
}

.jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-group-cell {
    border-top-color: transparent;
    border-right-color: #e3ebef;
    border-bottom-color: #e3ebef;
    border-left-color: transparent;
    color: #222222;
}

.jqx-grid-cell-filter {
    /*background-color: transparent!important;*/
}

div[role=row]:hover .jqx-item {
    background: #bcd4ec !important;
}

/*.jqx-fill-state-active_ {*/
/*    background-color: #a3cffb;*/
/*}*/

.jqx-fill-state-pinned_ {
    background-color: rgb(164 255 242 / 53%) !important;
}

.jqx-fill-state-added_ {
    /*animation: addFadeIn--added 0.9s ease-out;*/
    background-color: #12A74EB2;
}

.jqx-fill-state-found_ {
    /*animation: addFadeIn--added 0.9s ease-out;*/
    background: #FF960099;
}

@keyframes addFadeIn--added {
    0% {
        background: #12A74EB2;
    }
}

/*#endregion */

/*#region ScrollStyle */
::-webkit-scrollbar {
    height: 9px;
    width: 5px;
    background: rgba(100, 100, 100, 0);
}

::-webkit-scrollbar-thumb {
    background: rgba(100, 100, 100, 0.4);
    border-radius: 4px;
}

::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
}

widget ::-webkit-scrollbar,
widget ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
}

widget:hover ::-webkit-scrollbar {
    background: rgba(100, 100, 100, 0.2);
}

widget:hover ::-webkit-scrollbar-thumb {
    background: rgba(100, 100, 100, 0.5);
}

/*#endregion */

/*#region Login */
.section {
    position: relative;
    z-index: 1;
}

.theme-white .card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.theme-white {
    background-color: #f6f6f6;
    font-size: 14px;
    font-weight: 400;
    color: #6c757d;
}

.theme-white .card.card-primary {
    border-top: 2px solid #6777ef;
}

.card .card-header {
    border-bottom-color: #f9f9f9;
    line-height: 30px;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    padding: 10px 25px;
    display: flex;
    align-items: center;
}

.card .card-header, .card .card-body, .card .card-footer {
    background-color: transparent;
    padding: 20px 25px;
}

.card .card-header h4 {
    font-size: 17px;
    line-height: 28px;
    padding-right: 10px;
    margin-bottom: 0;
    color: #212529;
}

.card .card-body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.theme-white .btn-primary {
    background-color: #6777ef;
    border-color: transparent !important;
    color: #fff;
}

.btn.btn-lg {
    padding: 0.55rem 1.5rem;
    font-size: 12px;
}

/*#endregion */

/*#region STBDD */
.stbddBordered {
    padding-top: 0 !important;
    text-align: right;
    font-size: 10px;
}

.stbddBordered {
    background-color: #FFF;
    padding: 0.3rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius: 5px;
}

.stbddBordered h2 {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    border-bottom: 2px solid #1b7ba9;
    margin: 1px;
    color: #000000;
    font-size: 1rem;
    line-height: 35px;
    width: auto;
    top: 1px;
    padding-right: 8px;
    /* overflow: hidden; */
}

.stbddBordered_inner {
    overflow: hidden;
    position: sticky;
    padding-left: 3px;
}

.stbdd {
    position: absolute;
    left: 8px;
    top: 3px;
}

.stbdd_ltr {
    direction: ltr;
    position: absolute;
    right: 8px;
    top: 3px;
}

.stbdd tr td {
    padding-right: 4px;
}

.stbdd .dropdown {
    width: 254px;
    margin-top: unset !important;
    margin-right: unset !important;
    direction: ltr;
}

.stbdd-dropdown-item-selected {
    background-color: #efefef;
}

.stbdd .dropdown .dropdown-item {
    text-align: center;
    padding: 0.25rem 1rem;
}

.stbdd .dropdown .btn.focus, .stbdd .dropdown .btn:focus {
    outline: 0;
    box-shadow: none;
}

.stbdd-btns-frames {
    color: #000;
    font-weight: 500 !important;
    border: 1px solid rgba(0, 40, 100, 0.4);
    /*box-shadow: 0 0 0 0.2rem rgb(78 115 223 / 25%);*/
}

.stbdd-btns-q {
    height: 29px;
    padding: 0 !important;
}

.stbdd-error {
    display: none;
    padding-right: 10px !important;
}

.stbdd-error i {
    font-size: 19px;
    margin-top: 2px;
    color: red;
}

/*#endregion */

/*#region TCO */

.tco-panel-heading {
    padding: 0;
    border: 0;
}

#tco-resetFiltersBtn {
    display: none;
    position: absolute;
    width: 62px;
    height: 14px;
    right: 35px;
    top: 1px;
    text-align: center;
    color: #000;
    background-color: rgb(246, 194, 62);
    border: 1px solid rgb(202, 153, 43);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
    cursor: pointer;
}

#tco-rTable {
    float: right;
    margin: 4px 0 2px;
}

#tco-lTable {
    float: left;
    margin-left: 10px;
}

#tco-rTable tr td {
    padding-right: 15px;
}

.tco-panel-body .dropdown {
    width: 254px;
    margin-top: unset !important;
    margin-right: unset !important;;
    direction: ltr;
}

.tco-panel-body .dropdown .pin {
    color: #4e73df;
}

.tco-panel-body .dropdown .unpin {
    color: #8a8a8a;
}

.tco-panel-body .dropdown .tco-filter-type-color {
    position: absolute;
    left: 32px;
    margin-top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.tco-panel-body .dropdown .tco-pin-icon {
    position: absolute;
    cursor: pointer;
    right: 0;
    width: 24px;
    height: 20px;
    padding-top: 5px;
    text-align: center;
}

.tco-panel-body .dropdown .tco-chain-icon {
    position: absolute;
    cursor: pointer;
    left: 0;
    width: 32px;
    height: 20px;
    padding-top: 5px;
    text-align: center;
}

.dropdown-menu {
    border: 1px solid rgba(0, 40, 100, 0.4) !important;
    min-width: 8rem!important;
    top: -3px !important;
    z-index: 1041;
}

.tco-panel-body .radio {
    direction: ltr;
}

.tco-panel-body .btn-group-toggle {
    z-index: 0;
}

.tco-panel-body .radio label {
    min-width: 90px;
    color: black;
    font-weight: 500;
    font-size: 12px;
    background-color: unset;
    border: 1px solid rgba(0, 40, 100, 0.4);
}

.tco-panel-heading > i, .tco-panel-heading > i:active {
    display: block;
    cursor: pointer;
    height: 10px;
    font-size: 10px;
    margin: 1px;
    padding-right: 10px;
    border-radius: 2px;
}

.tco-panel-heading i:before {
    float: right;
    transition: all 0.5s;
}

.tco-panel-heading.active i:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*#endregion */

/*region TablesCellsUpdating*/
.pbUcg {
    /*animation: addFadeIn--pbUcg 0.8s ease-out;*/
    background: rgba(36, 174, 143, 0.38)!important;
}

.nbUcg {
    /*animation: subFadeIn--nbUcg 0.8s ease-out;*/
    background: rgba(220, 86, 86, 0.38)!important;
}

@keyframes addFadeIn--pbUcg {
    0% {
        background: rgba(36, 174, 143, 0.38);
    }
}

@keyframes subFadeIn--nbUcg {
    0% {
        background: rgba(220, 86, 86, 0.38);
    }
}

/*endregion*/

/*region CodalModal*/
.tXsHfCM .toast {
    max-width: unset;
}

.tXsHfCM .toast-icon {
    left: 20px;
    top: 30px!important;
    position: absolute;
}

.tXsHfCM .toast-body {
    direction: ltr;
    padding: 1rem !important;
}
/*endregion*/

/*region NotifySettings*/
.sft_table {
    width: 100%;
}

.sft_table th {
    text-align: right;
}

.sft_table .dropdown {
    direction: ltr;
}

#sft_searchInput{
    width: 100%;
    height: 28px;
    float: right;
    padding-right: 8px;
    font-weight: 500;
    font-size: 12px;
    border: 1px solid rgba(0, 40, 100, 0.4);
    border-radius: 6px;
    text-align: right;
}

.setting-radio-sft {
    text-align: center;
    padding-top: 0.2rem;
    margin-top: 1px;
}

.setting-radio-sft .btn {
    padding: 0.1rem 0.8rem;
}

.setting-radio-sft label {
    color: black;
    font-weight: 500;
    font-size: 12px;
    background-color: white;
    border: 1px solid rgba(0, 40, 100, 0.4);
}

.sft_checkbox {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    accent-color: #6777ef;
}
/*endregion*/

/*region SymbolWeeklyData*/
.wds-content .nav {
    padding-right: 0;
}

.wds_table {
    width: 100%;
}

.wds_table th {
    text-align: right;
}

.wds_table .dropdown {
    direction: ltr;
}

.wds-radio-btn {
    direction: ltr;
}

.wds-radio-btn .btn-group {
    width: 100%;
}

.wds-radio-btn label {
    color: black;
    font-weight: 500;
    background-color: white;
    border: 1px solid rgba(0, 40, 100, 0.4);
}
/*endregion*/

/*region ToolTip*/
.tooltip-inner {
    max-width: 430px;
}
.cm-tooltip-column {
    display: inline-flex;
    flex-direction: column;
    padding: 5px;
    gap: 10px;
}
.cm-tooltip-row {
    display: inline-flex;
    justify-content: flex-end;
    gap: 10px;
}
.cm-tooltip-row-wrap {
    text-align: right;
}
.cm-tooltip-bold-text {
    font-weight: 600;
}
.cm-tooltip-white-text {
}
.cm-tooltip-red-text {
    color: #ff3b3b;
}
.cm-tooltip-green-text {
    color: #00c358;
}
.cm-tooltip-blue-text {
    color: #4e73df;
}
.cm-tooltip-fallRise .cm-tooltip-row-wrap {
    min-width: 140px;
}
/*endregion*/