@font-face {
    font-family: Vazir;
    src: url('../fonts/vazir/Vazir-Regular.eot');
    src: url('../fonts/vazir/Vazir-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/vazir/Vazir-Regular.woff2') format('woff2'),
    url('../fonts/vazir/Vazir-Regular.woff') format('woff'),
    url('../fonts/vazir/Vazir-Regular.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;
}
@font-face {
    font-family: "Yekan-B";
    src: url("../fonts/yekan/7296ae79f6faca68798b00fbbbee4c22.eot"); /* IE9*/
    src: url("../fonts/yekan/7296ae79f6faca68798b00fbbbee4c22.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/yekan/7296ae79f6faca68798b00fbbbee4c22.woff2") format("woff2"), /* chrome、firefox */ url("../fonts/yekan/7296ae79f6faca68798b00fbbbee4c22.woff") format("woff"), /* chrome、firefox */ url("../fonts/yekan/7296ae79f6faca68798b00fbbbee4c22.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("../fonts/yekan/7296ae79f6faca68798b00fbbbee4c22.svg#YekanBakh-Regular") format("svg"); /* iOS 4.1- */
}
* {
    font-style: inherit;
}
img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
a {
    color: #5a5959;
    text-decoration: none;
    background-color: transparent;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
    border-radius: 15px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #BDBDBD;
    border-radius: 15px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #757575;
    cursor: pointer
}
html {
    scrollbar-color: #BDBDBD #fff;
    scrollbar-width: thin;
}
.main-body {
    font-family: yekan-B, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
    color: #1d212f;
    direction: rtl;
    background: #fff;
}
.page {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #fff;
    border-radius: 10px;
    min-height: 100vh;
    position: relative;
}
.ps {
    overflow: hidden;
}
.main-sidebar {
    width: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-left: 0;
    border-left-width: 0px;
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    transition: all 0.4s;
}
.main-sidebar-sticky {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #25233c;
}
.sidemenu-logo {
    padding: 5px;
    border-bottom: 1px solid rgba(240, 240, 255, 0.1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main-logo {
    font-weight: 700;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    text-transform: lowercase;
    letter-spacing: -1px;
    display: flex;
    position: relative;
    /*top: 10px;*/
    margin: auto;
    justify-content: center;
}
.main-logo {
    font-weight: 700;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    text-transform: lowercase;
    letter-spacing: -1px;
}
.header-brand-img {
    line-height: 2.5rem;
    vertical-align: middle;
    width: auto;
}
.sidemenu-logo img {
    margin: 0 auto;
}
.side-menu .header-brand-img {
    margin: 0 1px !important;
    outline: 0;
    height: 53px;
    display: inline-block;
    vertical-align: middle;
}
.side-menu .header-brand-img.icon-logo {
    width: 53px;
    height: 53px;
}
.main-sidebar-body {
    padding: 0;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.main-body .main-sidebar-body .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav-header {
    display: flex;
    position: relative;
}
.main-sidebar-body .nav-label {
    text-transform: uppercase;
    font-size: 11.49px;
    font-weight: 500;
    letter-spacing: .5px;
    color: rgba(255, 255, 255, 0.3);
    padding: 10px 0 0 0;
}
.side-menu .nav-item {
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin: 3px 0;
}
.main-sidebar-body .nav-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 10px;
}
.main-sidebar-body .nav-item .nav-link i.sidemenu-icon {
    font-size: 18px;
    display: block;
    margin: 0 auto 8px;
    text-align: center;
}
.main-sidebar-body .nav-item:not(.active) {
    margin-right: 0;
}
.main-sidebar-body .nav-link {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'yekan-B';
    align-items: center;
    padding: 6px 3px;
    border-radius: 2px;
}
.side-menu .nav-link:hover {
    color: #ffffff;
}
.main-sidebar-body li.nav-item.active .nav-link, .main-sidebar-body li.nav-item.is-active .nav-link {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-right: 0;
    border: 0 solid transparent;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 0;
    border-left: 0;
    width: inherit;
    font-family: 'yekan-B';
    font-weight: 600;
    min-height: 43px;
    align-items: center;
    background-color: transparent;
}
.main-sidebar-body li.is-active .sidemenu-icon {
    font-size: 18px;
    margin-left: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #454444;
    background: #ffffff;
}
.sidemenu-label {
    -webkit-transition: margin-right 0.45s ease;
    transition: all 0.45s ease;
    display: block;
    text-align: center;
}
.side-menu .nav-link:hover {
    background: rgba(255, 255, 255, 0.2);
}
.main-sidebar-body li.is-active .sidemenu-label, .main-sidebar-body li.active i {
    color: #ffffff;
    display: block;
}
.main-sidebar-body .nav-item.active .nav-link::after {
    content: "";
    position: absolute;
    top: 43px;
    z-index: 0;
    left: 0;
    bottom: 0;
    height: 30px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom: transparent;
    border-radius: 48px 0 0 0;
}
.side-badge, .main-sidebar-open.main-sidebar-hide .side-badge {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
}
.badge-warning {
    color: #0e0e0e !important;
    background-color: #ecb529;
}
.badge {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 4px 6px 5px;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 100%;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/*End Sidemenu */

/*Main Header*/

.main-header .top-head {
    height: 64px;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8f7;
    z-index: 99;
    width: 100%;
    box-shadow: -7.829px 11.607px 20px 0 #e4e3f5;
}
.main-header .top-head .dropdown {
    text-align: center;
}
p.avtar-btn-span {
    margin-bottom: 4px;
}
.main-header > .container, .main-header > .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}
.main-header-right {
    display: flex;
    align-items: center;
}
.top-head .main-header-menu-icon {
    margin: 0 13px;
    width: 20px;
    height: 30px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}
.top-head a.back-to-site {
    font-family: vazir;
    text-decoration: none;
    color: #555151;
    font-weight: 400;
    font-size: 15px;
}
.top-head a.back-to-site:hover {
    opacity: 0.8;
}
.top-head .main-header-menu-icon:hover span {
    width: 20px;
}
.wallet-subtotal .wallet-value {
    margin: 0 4px;
}
.wallet-subtotal .wallet-value .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin: 0 4px;
}
.main-header-menu-icon span {
    display: block;
    position: relative;
    width: 15px;
    height: 2px;
    background-color: #2f395f;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}
.main-header-menu-icon span::before, .main-header-menu-icon span::after {
    content: '';
    position: absolute;
    right: 0;
    width: 20px;
    height: 2px;
    background-color: #2f395f;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}
.main-header-menu-icon span::before {
    top: -6px;
}
.main-header-menu-icon span::after {
    bottom: -6px;
}
.main-header-center {
    flex: 1;
    margin: 0 0 0 0.8rem;
    position: relative;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #606162;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #e8e8f7;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 38px;
    border-radius: 2px;
}
.main-header-center .form-control {
    border: 1px solid #eceef5;
    transition: none;
    height: 40px;
    border-radius: 0;
    width: auto;
    flex: inherit;
}
.form-control:focus {
    outline: 0;
    box-shadow: unset;
}
.btn:focus {
    outline: 0;
    box-shadow: unset;
}
.main-header-center .search-btn {
    background-color: #6259ca;
    color: #ffffff;
    min-height: 38px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 3px 0 0 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.main-header-right {
    display: flex;
    align-items: center;
}
.main-header-right .nav-link.icon {
    display: flex;
    font-size: 20px;
    color: #4a4d51;
    cursor: pointer;
    line-height: .9;
    padding: 0.6rem 0.6rem;
    border-radius: 50%;
    margin: 0 5px;
}
.main-header-right .nav-link.icon:hover {
    background: #f0f1ff;
}
.header-icons {
    height: 20px;
    width: 20px;
    line-height: 20px;
}
.header-search .dropdown-menu {
    width: 300px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: auto;
    padding: 0;
    border-color: #f0f2f8;
    border-width: 1px;
    box-shadow: 0 8px 16px 0 rgba(162, 169, 204, 0.24);
    margin: 0 auto;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 10rem;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    color: #8f9cc0;
    text-align: right;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    box-shadow: -8px 12px 18px 0 rgba(21, 21, 62, 0.3);
    padding: 0;
    border-radius: 0 0 4px 4px;
}
.dropdown-menu:before {
    display: none !important;
}
.dropdown-menu .main-form-search {
    flex: 1;
    width: 100%;
    position: relative;
}
.p-2 {
    padding: 0.5rem !important;
}
.dropdown-menu .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.dropdown {
    position: relative;
}
.fe-search::before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
}
.main-form-search .form-control {
    border-color: #f0f2f8;
    border-width: 1px;
    background-color: #ffffff;
    transition: none;
    height: 40px;
    padding-left: 2.6rem;
    border-radius: 3px;
}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    margin-bottom: 0;
}
.dropdown-menu .main-form-search .btn, .dropdown-menu .main-form-search .sp-container button {
    display: inline-block;
    position: initial;
    padding: 0.375rem 0.85rem 0.4rem 0.70rem;
    border-radius: 6px 0 0 6px;
    color: #fff;
    background-color: #6259ca;
}
.main-header-right .main-header-notification > a.country-Flag img, .mobile-main-header a.country-Flag img {
    padding: 0;
    min-width: 0;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    line-height: 24px;
    border-radius: 50%;
}
.main-header-notification .dropdown-menu {
    width: 300px;
    position: absolute;
    top: 50px;
    left: 0;
    bottom: auto;
    padding: 0;
    border: 0;
    border-width: 1px;
    box-shadow: -8px 12px 18px 0 rgba(21, 21, 62, 0.3);
    border-radius: 0 0 4px 4px;
}
.flag-dropdown .dropdown-menu {
    width: 150px;
    padding: 8px 0;
}
.main-header-notification.show .dropdown-menu::before, .main-header-message.show .dropdown-menu::before, .main-profile-menu.show .dropdown-menu::before {
    content: '';
    width: 13px;
    height: 13px;
    background: #ffffff;
    position: absolute;
    top: -7px;
    left: 28px;
    transform: rotate(45deg);
    border-top: 1px solid #f0f2f8;
    border-left: 1px solid #f0f2f8;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #647194;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.top-navigation .avatar {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}
.top-navigation > div span {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    font-size: 13px;
    text-align: center;
    direction: ltr;
}
.flag-dropdown .dropdown-menu img {
    min-width: 0;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    line-height: 24px;
    border-radius: 50%;
}
.fe-maximize::before {
    content: "\f065";
    font-family: "Font Awesome 5 Pro";
}
.exit-fullscreen {
    display: none;
}
.fe-minimize::before {
    content: "\f066";
    font-family: "Font Awesome 5 Pro";
}
.fe-bell::before {
    content: "\f0f3";
    font-family: "Font Awesome 5 Pro";
}
.main-header-right .nav-link .badge, .mobile-main-header .nav-link .badge {
    position: absolute;
    top: 3px;
    right: 4px;
    padding: .2rem .2rem;
    min-width: 1rem;
    font-size: 9px;
    border-radius: 50%;
}
.badge-danger {
    color: #ffffff !important;
    background-color: #fd6074;
}
.header-navheading {
    padding: 7px 4px;
    text-align: center;
}
.main-notification-text {
    font-size: 13px;
    margin: 0;
    color: #3c4858;
}
.main-notification-text .badge {
    line-height: 1.5;
}
.badge-primary {
    color: #fff !important;
    background-color: #6259ca;
}
.main-notification-list, .main-profile-menu .dropdown-menu .dropdown-item:first-child {
    border-top: 1px solid #59595a30;
    padding: 6px 13px;
    font-size: 13px;
}
.main-notification-list {
    padding: unset;
}
.top-head .main-notification-list {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: thin;
    max-height: 200px;
    scrollbar-color: auto;
}
.top-head .main-notification-list::-webkit-scrollbar {
    display: none;
}

.top-head .first .dashboard-logo img {
    width: auto;
    max-height: 40px;
}
.main-notification-list .notification.new:nth-child(2n+1) {
    background-color: #f4f4f4;
}
.main-notification-list .media {
    padding: 10px 10px;
    position: relative;
}
.main-img-user {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 100%;
}
.main-img-user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.main-notification-list .notification-body {
    font-size: 13px;
    padding: 5px 10px;
}
.main-notification-list .notification-body p {
    margin-bottom: 5px;
    line-height: 1.3;
    color: #39393d;
    text-align: right !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 98%;
}
.main-notification-list .notification-body span {
    display: block;
    font-size: 11px;
    color: #a8afc7;
}
.main-header-notification .dropdown-footer {
    text-align: center;
    font-size: 13px;
    border-top: 1px solid rgba(123, 65, 216, 0.1);
}
.main-header-message > a, .main-header-notification > a {
    display: block;
    font-size: 20px;
    color: #8f9cc0;
    position: relative;
    line-height: .9;
    outline: none;
}
.fe-message-square::before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Pro";
}
.badge-success {
    color: #ffffff !important;
    background-color: #19b159;
}
.mobile-main-header .main-header-message > a, .mobile-main-header .main-header-notification > a {
    display: flex;
    font-size: 20px;
    color: #8f9cc0;
    position: relative;
    line-height: .9;
    outline: none;
    padding: 10px;
}
.main-header-right .main-profile-menu {
    margin-right: 9px;
}
.mobile-main-header .main-profile-menu {
    position: relative;
    padding: 0;
    margin: 0 4px;
}
.main-profile-menu .dropdown-menu li.woocommerce-MyAccount-navigation-link {
    padding: 5px 13px 2px 5px;
    border-bottom: 1px solid #e3e3e3;
}
.main-profile-menu .dropdown-menu li.woocommerce-MyAccount-navigation-link:last-of-type {
    border: unset;
}
.main-profile-menu .dropdown-menu li.woocommerce-MyAccount-navigation-link a {
    color: #2a2a2a;
    text-decoration: none;
}
.main-profile-menu .dropdown-menu li.woocommerce-MyAccount-navigation-link a:hover {
    color: #000;
    font-weight: 600;
}
.main-profile-menu.show .main-img-user::before, .main-profile-menu.show .dropdown-menu {
    display: block;
}
.main-header-notification .main-notification-list p {
    text-align: center;
    margin: 5px 0;
}
.main-header-notification .dropdown-footer {
    background-color: #0062ff;
    border-radius: 0 0 3px 3px;
}
.main-header-notification .dropdown-footer a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px;
}
.dashboard-report-boxes .card-item-body h4 {
    font-size: 16px !important;
    color: #595959;
}
.dashboard-report-boxes .card-item-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    font-size: 12px;
}
.side-header .main-profile-menu .dropdown-menu {
    top: 60px;
    padding-top: 5px;
}
.fadein, .main-header-notification.show .dropdown-menu, .main-header-message.show .dropdown-menu, .main-profile-menu.show .dropdown-menu, .header-search.show .dropdown-menu {
    animation-name: fadein;
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -ms-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.main-notification-title {
    font-size: 16px;
    font-weight: 600;
    color: #11141f;
    margin-bottom: 0;
    line-height: 1;
    text-align: left;
}
.main-notification-text {
    font-size: 13px;
    margin-bottom: 0;
    color: #9b9b9b;
}
.main-profile-menu .border-top {
    border-top: 1px solid #f0f2f8 !important;
}
.main-profile-menu .dropdown-item i {
    font-size: 16px;
    margin-left: 4px;
    width: 24px;
    text-align: center;
    line-height: .9;
}
.fe-user::before {
    content: "\f80c";
    font-family: "Font Awesome 5 Pro";
}
.responsive-navbar.navbar {
    position: relative !important;
    display: -ms-flexbox;
    display: flex;
    top: 65px;
    margin: 0;
    margin-bottom: 0 !important;
    padding: 0;
}
.mobile-main-header .navbar {
    padding: 0 !important;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.collapse:not(.show) {
    display: none;
}
.navbar-collapse {
    padding: 5px 2px;
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    top: 59px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #f0f0ff;
    box-shadow: 7px 8px 9px -2px #c5c5d8;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.main-content.side-content {
    border-radius: 0;
    padding: 0;
    bottom: 0;
    position: relative;
    height: 100%;
    -webkit-transition: margin-right 0.3s ease;
    transition: margin-right 0.3s ease;
}
.content-dashboard-wrapper .woocommerce-notices-wrapper .woocommerce-message {
    text-align: center;
    padding: 10px;
    box-shadow: 1px 2px 30px #00000014;
    font-size: 13px;
    color: #242424;
    margin-bottom: 18px;
}
.content-dashboard-wrapper .woocommerce-notices-wrapper .woocommerce-message .wc-forward {
    text-decoration: none;
    color: gray;
    transition: all 0.3s;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    padding: 0 4px;
    margin: 0 4px;
}
.content-dashboard-wrapper .woocommerce-notices-wrapper .woocommerce-message .wc-forward:hover {
    color: #013586;
}
.page-header {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    position: relative;
    min-height: 50px;
    border-radius: 7px;
}
.page-header .breadcrumbs-top h5 {
    float: unset !important;
    margin-bottom: 6px !important;
    color: #332f2f;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    padding-top: 3px;
}
.page-header .breadcrumbs-top .breadcrumb-wrapper {
    padding: 0 0.25rem !important;
}
.main-content-title {
    color: #170c6b;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    position: relative;
    margin-bottom: 12px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: 0;
}
.page-header .breadcrumb {
    background: none;
    padding: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.page-header .breadcrumb-item a {
    color: #3e4046;
}
.page-header .breadcrumb-item.active {
    color: #3e4046;
}
.breadcrumb-item + .breadcrumb-item {
    padding-right: 0.5rem;
    padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0;
    color: #3e4046;
    content: "/";
}
.bg-primary {
    background-color: #6259ca !important;
}
.card-body {
    flex: 1 1 auto;
    padding: 15px;
}
.text-white {
    color: #ffffff !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.tx-white-7 {
    color: rgba(255, 255, 255, 0.7);
}
.card-box img {
    position: absolute;
    bottom: -3px;
    left: -3px;
}
.custom-card {
    box-shadow: 0 10px 30px 0 rgba(24, 28, 33, 0.05);
}
.card {
    border-radius: 2px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    box-shadow: 1px 2px 30px #00000014;
    background: none;
    background-color: #fff;
}
.content-dashboard-wrapper .card-item > i.report-icon {
    font-size: 45px;
    opacity: 0.4;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.text-primary {
    color: #6259ca !important;
}
.navbar-toggler {
    line-height: 1;
    border-radius: .25rem;
    font-size: 1.09375rem;
    text-align: center;
    padding: 0;
    background-color: transparent;
    border: 1px solid transparent;
    display: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.navbar-toggler .header-icons {
    height: 45px;
    width: 45px;
    padding: 0;
    border-radius: 50%;
    line-height: 45px;
}
.fe-more-vertical::before {
    content: "\f142";
    font-family: "Font Awesome 5 Pro";
}
.navbar-toggler .header-icons:hover, .option-dots:hover {
    background-color: #f0f0ff;
    border-radius: 50%;
}
.main-sidebar-body {
    padding: 12px 0;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.main-sidebar-body::-webkit-scrollbar {
    display: none;
}
.content-dashboard-wrapper {
    margin-top: 0;
    width: 100%;
    padding: 0;
    padding-right: 20px;
    transition: all .4s;
    position: relative;
}
.content-dashboard-wrapper .personal-info {
    background-color: #fff;
    padding: 22px 25px;
    border-radius: 3px;
}
.background-menu-dark {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #00000047;
}
.content-dashboard-wrapper.is-have-menu {
    padding: 0;
}
.content-dashboard-wrapper .card {
    margin-bottom: 0.5rem;
}
.content-dashboard-wrapper .card-item label, .content-dashboard-wrapper .card-header label, .content-dashboard-wrapper .card-dashboard-calendar label {
    color: #000;
}
.content-dashboard-wrapper label.main-content-label i {
    font-size: 21px;
    vertical-align: middle;
    margin-left: 5px;
}
.content-dashboard-wrapper .card-dashboard-calendar .transcations tbody tr:nth-child(2n) {
    background-color: #f6f6f67d;
}
.content-dashboard-wrapper .card-dashboard-calendar td {
    border-bottom: 0 !important;
}
.content-dashboard-wrapper .card-dashboard-calendar .d-inline-block a {
    color: #000;
    text-decoration: none;
}
.content-dashboard-wrapper .main-chart .chart-btns button {
    box-shadow: unset !important;
    margin: 0 1px !important;
}
.content-dashboard-wrapper .main-chart .chart-btns button.btn-primary {
    color: #ffffff !important;
}
/**/
table.wallet-table tbody {
    text-align: center;
}
table.wallet-table {
    width: 96%;
    margin: 0 auto;
}
/**/
.invoice-list-wrapper .table thead, table.wallet-table thead {
    background-color: #0062ff;
    text-align: center;
    color: #fff;
}
.invoice-list-wrapper .table thead th, table.wallet-table thead tr th {
    border: 1px solid #fff;
}
.invoice-list-wrapper .table thead th:first-of-type {
    border-radius: 0 5px 0 0;
}
.invoice-list-wrapper .table thead th:last-of-type {
    border-radius: 5px 0 0 0;
}
.invoice-list-wrapper .table tbody {
    background-color: white;
    border: 1px solid #f0f0f0;
}
.invoice-list-wrapper .table tbody td.woocommerce-orders-table__cell {
    border: 1px solid #f0f0f0;
    text-align: center;
}
.invoice-list-wrapper .table tbody td.woocommerce-orders-table__cell span.badge {
    padding: 3px 10px 7px;
    border-radius: 0;
}
.invoice-list-wrapper .table tbody tr:nth-child(2n), table.wallet-table tbody tr:nth-child(2n) {
    background-color: #eef3fb;
}
.invoice-list-wrapper .table tbody td.woocommerce-orders-table__cell-order-number a {
    color: #0A246A;
}
.invoice-print-area .wallet-subtotal {
    padding: 5px 10px;
    color: #00bc14d1;
    font-family: vazir;
    font-size: 12px;
    border: 1px solid #00bc144d;
    font-weight: 600;
}
.invoice-print-area .show-balance-total {
    padding: 30px 30px 13px;
}
.main-header .main-content .wc-alert {
    position: relative;
    padding: 10px 2px;
    display: flex;
    border: 1px solid #eee;
    border-radius: 9px;
    background-color: #fff;
}
.wc-alert div.type {
    width: 50px;
    position: relative;
    display: inline-block;
    font-size: large;
    text-align: center;
}
.wc-alert div.type i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 32px;
}
.wc-alert div.content {
    width: 90%;
    margin: 0 auto;
    display: inline-block;
}
.wc-alert div.content h4 span {
    font-size: 16px;
    font-weight: 600;
    font-family: vazir;
    margin: 10px 0;
    display: block;
}
.wc-alert div.content h4 p {
    margin: 0;
    font-size: 14px;
    color: #000 !important;
    line-height: 1.4;
}
.wc-alert > a {
    font-size: large;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50px;
    text-align: center;
}
.wc-alert > a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}
.dropdown-menu .header-navheading.mobile-show-responsive {
    display: none;
    text-align: center;
    padding: 8px 4px;
    background-color: #f3f3f3;
    margin: 10px;
}
.main-profile-menu .header-navheading.mobile-show-responsive {
    margin-left: 6px;
}
.apexcharts-canvas svg {
    overflow: inherit !important;
}
.chart-status {
    color: #616161 !important;
    font-weight: bold;
    font-size: 12px;
}
.glow.chart-status {
    background: #8882d6;
    padding: 3px 7px 0;
    height: 28px;
    color: #fff !important;
    border-radius: 2px;
    border: none;
}
/*product slick*/
ul.last-products {
    position: relative;
    text-align: center;
    padding: 0;
    width: 99%;
    margin: 0 auto;
}
ul.last-products > a {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    border: none;
    padding: 7px 11px 1px;
    width: 40px;
    transition: all 0.3s;
}
ul.last-products > a.slick-arrow i {
    font-size: 50px;
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #000;
    opacity: 0.2;
    transition: all 0.3s;
    background-color: white;
}
ul.last-products > a.slick-arrow i.fa-angle-right {
    box-shadow: -9px 1px 28px 0 #0000004a;
    border-radius: 5px 0 0 5px;
    margin-right: 6px;
}
ul.last-products > a.slick-arrow i.fa-angle-left {
    box-shadow: 9px 1px 28px 0 #0000004a;
    border-radius: 0 5px 5px 0;
    margin-left: 6px;
}
ul.last-products > a:hover {
    opacity: 0.8;
}
ul.last-products:hover a.slick-arrow {
    opacity: 1;
}
ul.last-products:hover a.slick-arrow i {
    opacity: 1;
}
ul.last-products > a:focus {
    outline: unset;
    border: none;
}
ul.last-products > a.prev {
    right: 0;
}
ul.last-products > a.next {
    left: 0;
}
ul.last-products li.product-box {
    margin: 0 6px;
    background-color: #fff;
    padding: 12px 2px;
    border-radius: 2px;
    max-height: 350px;
}
ul.last-products li .thumbnail {
    width: 90%;
    height: 220px;
    overflow: hidden;
    border-radius: 1px;
    position: relative;
    margin: 0 auto;
}
ul.last-products li .thumbnail img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: all 0.3s;
}
ul.last-products li .info {
    width: 100%;
}
ul.last-products li .info-text {

}
ul.last-products li h3 {
    margin-bottom: 10px;
}
ul.last-products li h3 a {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px auto 2px;
    font-weight: 700;
    padding: 0 10px;
    font-family: 'yekan-B';
    transition: all 0.8s;
}
ul.last-products li .price-buy {
    padding: 0 10px;
}
ul.last-products li span.woocommerce-Price-amount {
    color: #003868;
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin-bottom: 9px;
    font-family: 'vazir';
}
ul.last-products li del {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}
ul.last-products li ins {
    display: inline-block;
    vertical-align: middle;
}
ul.last-products li del span.woocommerce-Price-amount {
    margin-bottom: 2px;
    font-size: 10px;
    color: #646464;
    font-weight: 500;
}
ul.last-products li span.woocommerce-Price-amount bdi {
    direction: ltr;
    display: flex;
    justify-content: center;
}
ul.last-products li a.buy-now {
    color: #fff;
    padding: 7px 13px;
    background-color: #65bc7b;
    text-decoration: none;
    width: max-content;
    border-radius: 25px;
    font-size: 10px;
    font-family: 'vazir';
    display: block;
    opacity: 0.8;
    transition: all 0.3s;
    margin: 0 auto;
    min-width: 90px;
}
ul.last-products li a.buy-now:hover {
    opacity: 1;
}
ul.last-products li a.buy-now i {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    border-left: 2px dotted #fff;
    border-right: unset;
    padding-left: 8px;
}
ul.last-products li a.buy-now span {
    display: inline-block;
    padding-right: 8px;
    font-family: 'vazir';
    font-size: 11px;
    font-weight: bold;
}

ul.last-products li:hover img {
    transform: scale(1.05)
}
.invoice-view-wrapper.wallet-wrapper {
    position: relative;
}
.wallet-wrapper .dashboard-wallet-btn {
    position: absolute;
    z-index: 11;
    left: 0;
    top: -40px;
}
.wallet-wrapper .dashboard-wallet-btn a {
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    font-family: 'vazir';
    font-weight: 600;
}
.wallet-wrapper .dashboard-wallet-btn a:hover {
    opacity: 0.8;
}
.wallet-wrapper .dashboard-wallet-btn a.all-wallet {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    margin: 0 4px;
}
.wallet-wrapper .dashboard-wallet-btn a.add-wallet {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.add-wallet-form span {
    font-size: 15px;
    font-weight: 600;
}
.add-wallet-form input {
    width: 170px;
    margin: 3px auto;
}
.add-wallet-form button {
    width: 170px;
    padding: 3px 10px;
    height: 33px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    background-color: #007bff;
    border-radius: 2px;
    font-family: vazir;
    font-weight: 600;
    margin: 8px auto;
}
.add-wallet-form button:hover {
    color: #fff !important;
}
.main-body .side-header.mini-menu-padding .top-head {
    padding-right: 7px;
}
.main-body .side-header.mini-menu-padding .content-dashboard-wrapper {
    padding-right: 1px;
}
.main-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: none;
    transform: none;
    z-index: 999;
    border-left-width: 1px;
}
.main-sidebar.side-menu {
    width: 115px;
    background-color: #0062ff;
}
.main-body .main-sidebar.mini-side-menu {
    transform: translateX(100%);
}
.main-header .top-header {
    position: relative;
    height: 65px;
}
.sticky-pin .top-head {
    top: 0 !important;
    width: 100%;
}
.main-body .side-header .top-head {
    width: 100%;
    z-index: 10 !important;
    border-bottom: none;
    box-shadow: none;
    right: 0;
    padding-right: 145px;
    transition: all .4s;
}
.main-header.side-header {
    width: 100%;
    min-height: calc(100% - 30px);
}
#back_sidemenu_dark {
    position: fixed;
    background-color: #00000075;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
}
.switch-light {
    position: relative;
    vertical-align: middle;
    margin: 0 3px;
    direction: ltr;
    width: 46px !important;
}
.switch-light input {
    position: absolute;
    opacity: 0;
    z-index: 3;
    display: none;
}
.switch-ios.switch-light > span {
    display: block;
    width: 100%;
    min-height: 25px;
    background-color: #989898;
    border-radius: 1.75rem;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    line-height: 2em;
    vertical-align: middle;
}
.switch-ios.switch-light > span {
    display: block;
    width: 100%;
    min-height: 20px;
    background-color: #989898;
    border-radius: 1.75rem;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.switch-ios.switch-light > span span {
    position: absolute;
    top: -2px;
    left: -6px;
    width: 100%;
    opacity: 0;
    line-height: 1.875rem;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 14px;
    color: #fff;
}
.switch-ios.switch-light > span span:first-of-type {
    opacity: 1;
    padding-left: 26px;
}
.switch-ios.switch-light > span span:last-of-type {
    padding-right: 6px;
}
.switch-light a {
    position: absolute;
    right: 50%;
    top: 0;
    z-index: 1;
    display: block;
    width: 50%;
    height: 100%;
    padding: 0;
}
.switch-ios.switch-light a {
    left: 0;
    right: 62%;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    border: 0.25rem solid #989898;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.switch-ios.switch-light input:checked ~ span a {
    left: 100%;
    border-color: #737373;
    margin-left: -1.5rem;
}
.switch-ios.switch-light input:checked ~ span {
    border-color: #737373;
    box-shadow: inset 0 0 0 30px #737373;
}
.switch-ios.switch-light input:checked ~ span span:first-of-type {
    opacity: 0;
}
.switch-ios.switch-light input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff;
}
/*notification user*/
.content-dashboard-wrapper .notification-wrapper .notification-empty-alert {
    font-family: 'Yekan-B';
    font-size: 14px;
    background-color: #efefef;
    text-align: center;
    padding: 10px 4px;
    color: #1a1a1a;
}
.content-dashboard-wrapper .notification-wrapper .notification-empty-alert i {
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}
.content-dashboard-wrapper .notification-wrapper .notification-empty-alert span {
    display: inline-block;
    vertical-align: middle;
}
.content-dashboard-wrapper .notification-wrapper details {
    border-radius: 4px;
    padding: 10px 14px;
    box-shadow: 1px 1px 30px 4px #00000012;
    margin-bottom: 11px;
    border: 2px solid transparent;
    transition: all 0.3s;
    background-color: #ffffff;
}
.content-dashboard-wrapper .notification-wrapper details[open] {
    border: 2px solid #e9e9e9;
    box-shadow: 1px 1px 30px 4px #00000026;
}
.content-dashboard-wrapper .notification-wrapper details:hover {
    border: 2px solid #e9e9e9;
    box-shadow: 1px 1px 30px 4px #00000012;
}
.content-dashboard-wrapper .notification-wrapper details > summary {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.content-dashboard-wrapper .notification-wrapper details > summary div {
    margin-right: 20px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-dashboard-wrapper .notification-wrapper details > summary div img {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    margin: 0 5px;
}
.content-dashboard-wrapper .notification-wrapper details > summary div span {
    font-size: 14px;
    font-family: 'Yekan-B';
    color: #373737;
    margin-right: 10px;
}
.content-dashboard-wrapper .notification-wrapper details > summary > span {
    color: #797979;
    font-size: 13px;
}
.content-dashboard-wrapper .notification-wrapper details > summary::-webkit-details-marker {
    display: none;
}
.content-dashboard-wrapper .notification-wrapper details > summary::before {
    content: '\f053';
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    color: #8c8c8c;
}
.content-dashboard-wrapper .notification-wrapper details[open] > summary::before {
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    right: 2px;
}
.content-dashboard-wrapper .notification-wrapper details > p {
    text-align: justify;
    font-size: 13px;
    line-height: 1.6;
    color: #515151;
    padding: 2px 10px;
}
.content-dashboard-wrapper .notification-wrapper .pagination {
    width: max-content;
    margin: 0 auto;
}
.content-dashboard-wrapper .notification-wrapper .pagination span {
    margin: 0 2px;
    border: 1px solid transparent;
    height: 19px;
    padding: 0 7px;
    display: inline-block;
    background-color: #68a1ff;
    border-radius: 3px;
    color: #fff;
}
.content-dashboard-wrapper .notification-wrapper .pagination a.page-numbers {
    margin: 0 2px;
    text-decoration: none;
    border: 1px solid #b4b4b4;
    height: 19px;
    padding: 0 7px;
    display: inline-block;
    background-color: #fff;
    border-radius: 3px;
    font-size: 14px;
}
.content-dashboard-wrapper .notification-wrapper .pagination a.page-numbers.prev,
.content-dashboard-wrapper .notification-wrapper .pagination a.page-numbers.next {
    border: unset;
    font-weight: 600;
}
/*notification user*/
/*last message report*/
.message-report a.see-all-ticket {
    text-decoration: none;
    font-size: 11px;
    display: block;
    color: #00000080;
    border: 1px solid #0000004a;
    padding: 3px 10px 3px;
    border-radius: 1px;
    font-weight: bold;
    font-family: 'vazir';
}
.chart-report .card-header .text-muted,
.message-report .card-header .text-muted {
    font-size: 12px;
}
.last-products-report {
    margin-top: 15px;
    margin-bottom: 15px;
}
.last-products-report .last-products-wrapper {
    padding: 32px 15px;
    color: #9f9f9f;
    box-shadow: 1px 2px 30px #00000014;
    border-radius: 3px;
    background: linear-gradient(to right, #0ca792, #053857);
}
.last-products-report .last-products-wrapper .first {
    display: inline-block;
    width: 18%;
    vertical-align: middle;
    text-align: center;
    padding: 20px 12px;
}
.last-products-report .last-products-wrapper .first a {
    text-decoration: none;
    font-size: 12px;
    display: block;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'vazir';
    width: max-content;
    margin: 10px auto 0;
}
.last-products-report .last-products-wrapper .first a:after {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 12px;
}
.last-products-report .last-products-wrapper .first a:hover {
    opacity: 0.8;
}
.last-products-report .last-products-wrapper .first > img {
    width: 145px;
}
.last-products-report .last-products-wrapper .first label {
    color: #fff;
    font-family: 'vazir';
    font-size: 20px;
    font-weight: 600;
}
.last-products-report .last-products-wrapper .first span {
    color: #fff;
    font-size: 11px;
    text-align: center;
    margin-top: 7px;
    font-weight: 400;
}
.last-products-report .last-products-wrapper .second {
    display: inline-block;
    width: 81%;
    vertical-align: middle;
}
.message-report a.see-all-ticket:hover {
    text-decoration: none;
    opacity: 0.8;
}
.message-report li {
    list-style: none;
}
.message-report .last-message {
    margin: 8px 0 0;
    padding: 0;
}
.message-report .last-message p.empty_message {
    text-align: center;
    font-size: 13px;
    color: #7e7e7e;
}
.message-report .last-message li {
    background-color: #ffffff;
    padding: 3px 8px;
    transition: all 0.3s;
}
.message-report .last-message li:hover {
    transform: scale(1.01);
}
.message-report .last-message li:nth-child(2n+1) {
    background-color: #f8f8f8;
}
.message-report .last-message li a {
    text-decoration: none;
}
.message-report .last-message li div.avatar-ticket-img {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 5px;
}
.message-report .last-message li div.avatar-ticket-img img {
    width: 100%;
    height: 100%;
}
.message-report .last-message li div.title-date {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    padding: 5px 4px 0;
}
.message-report .last-message li div.title-date h6 {
    color: #494949;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.message-report .last-message li div.title-date span {
    color: #919191;
    font-size: 12px;
}
.message-report .last-message li div.ticket-status {
    min-width: 70px;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    white-space: nowrap;
    border: 2px solid #e3eaf2;
    background: #ffffff;
    height: 21px;
    font-size: 13px;
    margin: 0 4px;
}
.message-report .last-message li div.ticket-status i {
    font-size: 10px;
    margin: 0 4px;
}
.message-report .last-message li div.ticket-status .status-name {
    font-size: 12px;
    color: #494949;
}
/*last message report*/
.invoice-view-wrapper p, .content-dashboard-wrapper .inner-body > p {
    text-align: justify;
}
/*top navigation sidebar*/
.main-sidebar-body .top-navigation {
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ffffff36;
    padding-bottom: 16px;
    margin: 0 13px 6px;
}
.main-sidebar-body .top-navigation img {
    margin: 0 auto 7px;
}
.main-sidebar-body .top-navigation .user-icons {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}
.main-sidebar-body .top-navigation .user-icons a.nav-link {
    line-height: 1;
    border: 1px solid;
    width: 45%;
    border-radius: 2px;
    padding: 5px 3px 2px;
    font-size: 15px;
    position: relative;
}
.main-sidebar-body .top-navigation .user-icons a.nav-link i {
    line-height: 1;
}
.main-sidebar-body .top-navigation div.display-name span {
    padding: 8px 0 0;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
}
.main-sidebar-body .top-navigation .user-icons .badge-cart {
    position: absolute;
    background: #ff9800eb;
    color: #ffffff !important;
    top: -13px;
    right: -10px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    line-height: 1;
    font-size: 10px !important;
    text-align: center;
    display: flex !important;
    font-family: 'vazir';
    padding: 2px 0 0 !important;
    justify-content: center;
    align-items: center;
}
.main-body .main-login {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    height: calc(100vh);
}
.main-body .main-login section {
    height: 100%;
    overflow: hidden;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-body .main-login .top-login-pic {
    position: absolute;
    right: 0;
    top: 0;
    height: 25%;
    width: auto;
}
.main-body .main-login .bottom-login-pic {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 25%;
    width: auto;
}
.main-body .main-login .form {
    width: 50%;
    right: 0;
    display: inline-block;
    position: relative;
    height: 100%;
    color: #fff;
}
.main-body .main-login .form-before-login {
    display: none;
}
.main-body .main-login .show-error {
    text-align: center;
}
.main-login .show-error .woocommerce-error {
    margin: 0;
    padding: 0;
}
.main-body .main-login .show-error .woocommerce-error li {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 4px 10px;
    border-radius: 3px;
    font-family: 'yekan-B';
}
.main-body .main-login .description {
    width: 50%;
    right: 0;
    display: inline-block;
    position: relative;
    height: 100%;
}
.main-body .main-login .form form {
    z-index: 999;
    position: absolute;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #07406d;
    overflow-y: scroll;
    max-height: 80%;
    padding: 0 8px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.main-body .main-login .form form::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.main-body .main-login .form form {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.main-body .main-login .form form .top-title,
.main-body .main-login .form #dashboard_form_register .top-title {
    margin-bottom: 40px;
}
.main-body .main-login .form form .top-title h2,
.main-body .main-login .form #dashboard_form_register .top-title h2 {
    font-size: 28px;
    font-weight: 600;
    font-family: vazir;
    color: #090909;
    margin: 0;
}
.main-body .main-login .form form .top-title span,
.main-body .main-login .form #dashboard_form_register .top-title span {
    display: block;
    width: 100%;
    text-align: center;
    color: #090909;
    font-size: 15px;
}
.main-body .main-login .form form h6 {
    font-size: 14px;
    font-weight: 600;
}
.main-body .main-login .form form .form-group label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px;
    font-weight: 500;
    font-size: 15px;
    padding: 23px 14px;
    box-shadow: 0 8px 21px 4px #4110ef24;
    background-color: #fff;
    margin-bottom: 28px;
}
.main-body .main-login .form form .form-group label.register-label i {

}
.main-body .main-login .form form .form-group label.password-label {
    margin-bottom: 0;
}
.main-body .main-login .form.dashboard-register form .form-group label {
    padding: 0.375rem 0.75rem;
}
.main-body .main-login .form form .form-group label i {
    color: #ecf3ff;
    font-size: 15px;
    padding: 10px;
    background-color: #6c00ff;
    border-radius: 100%;
    margin-right: -6px;
    box-shadow: -2px 4px 3px 1px #4110ef36;
}
.main-body .main-login .form.dashboard-register form .form-group label {
    box-shadow: 0 2px 10px 1px #068e3d59;
}
.main-body .main-login .form.dashboard-register form .form-group label span{
    display: inline-block;
    font-size: 11px;
    text-align: right;
}
.main-body .main-login .form form .form-group input[type=file] {
    width: 75%;
    font-size: 11px;
}
.main-body .main-login .form.dashboard-register form .form-group label i {
    background-color: #068e3d;
    color: #fff;
    box-shadow: -2px 4px 3px 1px #068e3d29;
}
.main-body .main-login .form form .form-group input {
    border: none;
    width: 90%;
    color: #051665;
    margin-right: 4px;
    background-color: transparent;
}
.main-body .main-login .form form .form-group input::placeholder,
.main-body .main-login .form.dashboard-register .form-group input::placeholder {
    color: #676767;
    font-size: 13px;
}
.main-body .main-login .form form .form-group input:focus {
    outline: unset;
    border: none;
    box-shadow: unset;
}
.main-body .main-login .form form .form-check {
    padding: 0 3px;
}
.main-body .main-login .form form .form-check label.form-check-label {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
}
.main-body .main-login .form form .form-check label.forget-pass a {
    color: #18024c;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
}
.main-body .main-login .form form .form-check label.forget-pass a:hover {
    text-decoration: none;
}
.main-body .main-login .form form .form-check label.form-check-label input {
    margin: 0;
}
.main-body .main-login .form form .form-check label.form-check-label span {
    margin-right: 16px;
    color: #18024c;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
}
.main-body .main-login .form.dashboard-register label.form-check-label span {
    color: #07406d !important;
}
.main-body .main-login .form form .action-btns {
    width: 100%;
    text-align: center;
}
.main-login .form form .action-btns button[type=submit] {
    width: max-content;
    padding: 6px 15px;
    margin: 0 auto;
    color: #fff;
    background: hsla(244, 87%, 48%, 1);
    background: linear-gradient(90deg, hsla(244, 87%, 48%, 1) 0%, hsla(217, 85%, 26%, 1) 0%, hsla(258, 85%, 46%, 1) 37%, hsla(264, 80%, 45%, 1) 71%, hsla(264, 84%, 52%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(244, 87%, 48%, 1) 0%, hsla(217, 85%, 26%, 1) 0%, hsla(258, 85%, 46%, 1) 37%, hsla(264, 80%, 45%, 1) 71%, hsla(264, 84%, 52%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(244, 87%, 48%, 1) 0%, hsla(217, 85%, 26%, 1) 0%, hsla(258, 85%, 46%, 1) 37%, hsla(264, 80%, 45%, 1) 71%, hsla(264, 84%, 52%, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2010E7", endColorstr="#0A367C", GradientType=1);
    border-radius: 25px;
    border: none;
    min-width: 100px;
}
.main-login .form form .action-btns button.register-action-btn {
    width: max-content;
    padding: 6px 15px;
    margin: 0 auto;
    color: #fff;
    border-radius: 25px;
    border: none;
    min-width: 100px;
    background: unset;
    background-color: #068e3d;
}
.main-login .form form .action-btns button[type=submit]:hover {
    opacity: 0.8;
}
.main-login .form form .register-action {
    margin-top: 40px;
    text-align: center;
    font-family: vazir;
}
.main-login .form form .register-action span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}
.main-login .form form .register-action a {
    display: inline-block;
    vertical-align: middle;
    color: #5915d1;
    font-size: 13px;
    cursor: pointer;
}
#dashboard_description_login .description-picture,
#dashboard_description_register .description-picture {
    width: 180px;
    max-height: 280px;
    margin: 0 auto 15px;
}
#dashboard_description_login .description-picture img,
#dashboard_description_register .description-picture img {
    width: 100%;
    height: auto;
}
.main-login .form .bottom-description {
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
}
.main-login .description div.dashboard-register {
    z-index: 999;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main-login .description div h3 {
    font-family: vazir;
    font-size: 25px;
    text-align: center;
    color: #090909;
    margin-bottom: 14px;
    font-weight: bold;
}
.main-login .description div h5 {
    font-size: 15px;
    text-align: center;
    color: #1d1d1d;
    width: 70%;
    margin: 0 auto;
}
.main-login .form.login form.active {
    animation-name: soft-opacity;
    animation-duration: 4s;
}
.main-login .form.dashboard-register form.active {
    animation-name: soft-opacity;
    animation-duration: 3s;
    text-align: center;
}
.main-login .description.login form.active {
    opacity: 0;
    animation-name: soft-opacity;
    animation-duration: 3s;
}
.main-login .description.dashboard-register form.active {
    opacity: 0;
    animation-name: soft-opacity;
    animation-duration: 3s;
}


@keyframes soft-opacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.g-recaptcha > div {
    margin: 0 auto 10px;
}
.main-sidebar-body .top-navigation .user-icons .edit-account.nav-link {
    margin-right: 7px;
}
/*top navigation sidebar*/
.main-body .woocommerce-notices-wrapper .woocommerce-error {
    padding: 0;
}
.main-body .woocommerce-notices-wrapper .woocommerce-error li {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 9px 9px 7px;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: 900;
}
.main-body .woocommerce-notices-wrapper .woocommerce-Message {
    font-size: 14px;
}
.main-body .woocommerce-notices-wrapper .woocommerce-Message a {
    width: max-content;
    text-decoration: none;
    font-size: 11px;
    display: block;
    color: #00000080;
    border: 1px solid #0000004a;
    padding: 3px 10px 3px;
    border-radius: 1px;
    font-weight: bold;
    font-family: vazir;
    margin-bottom: 10px;
}
.main-body .woocommerce-notices-wrapper .woocommerce-Message a:hover {
    opacity: 0.8;
}
.content-dashboard-wrapper .tx-form-edit-address {
    padding: 20px;
    border-radius: 3px;
    box-shadow: 1px 2px 30px #00000014;
    background-color: #fff;
}

@media (min-width: 1200px) {
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

}
@media (min-width: 1173px) {
    .main-header-center .form-control {
        width: 280px !important;
    }
}
@media (min-width: 992px) {

    .main-body .main-header .top-header {
        position: fixed;
        height: 65px;
    }

    .main-header > .container, .main-header > .container-fluid {
        padding-right: 25px;
        padding-left: 15px;
    }

    .main-header-notification .dropdown-menu, .main-header-message .dropdown-menu {
        top: 46px;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .order-lg-2 {
        order: 2;
    }

    .main-content {
        padding-top: 58px;
    }

    .content-dashboard-wrapper {
        width: 100%;
        padding: 0;
        padding-right: 125px;
        transition: all .4s;
    }

    #back_sidemenu_dark {
        display: none;
    }
}
@media (max-width: 1200px) {
    .main-login .form form {
        width: 80% !important;
    }

    ul.last-products > a.slick-arrow i.fa-angle-left {
        margin-left: 5px;
    }

    .last-products-report .last-products-wrapper .first {
        width: 30%;
    }

    .last-products-report .last-products-wrapper .second {
        width: 69%;
    }

    .main-body .main-login .top-login-pic,
    .main-body .main-login .bottom-login-pic {
        height: 20%;
    }
}
@media (max-width: 992px) {
    .main-body .main-sidebar {
        transform: translateX(100%);
    }

    .main-body .main-sidebar.mini-side-menu {
        transform: translateX(0);
    }

    .main-body .side-header .top-head {
        padding-right: 25px;
    }

    .main-body .side-header.mini-menu-padding .top-head {
        padding-right: 120px;
    }

    .main-body .side-header .top-head.menu-show #mainSidebarToggle {
        display: none;
    }

    .main-login .form form {
        width: 95%;
    }

}
@media (max-width: 780px) {
    .content-dashboard-wrapper .marketing-campaigns {
        padding: 15px;
        display: block;
        flex-direction: unset;
    }

    .content-dashboard-wrapper .marketing-campaigns .woocommerce-order-details, .content-dashboard-wrapper .marketing-campaigns .woocommerce-customer-details {
        width: 100%;
    }

    .content-dashboard-wrapper .marketing-campaigns .woocommerce-order-details table {
        width: 90%;
        margin: 0 auto;
    }

    .content-dashboard-wrapper .container-fluid {
        padding: 0 10px !important;
    }

    .main-body .main-login .form form .form-check label.forget-pass a,
    .main-body .main-login .form form .form-check label.form-check-label span {
        font-size: 12px;
    }

    .main-body .main-login .description div h5 {
        font-size: 15px;
    }

    .main-body .main-login .form form .form-group input,
    .main-body .main-login .form form .form-group input,
    .main-body .main-login .form form .action-btns a,
    .main-body .main-login .form form .action-btns button[type=submit] {
        font-size: 14px;
    }

    .main-body .main-login .form form h6 {
        font-size: 13px;
    }

    .last-products-report .last-products-wrapper .first {
        width: 33%;
    }

    .last-products-report .last-products-wrapper .second {
        width: 65%;
    }

    ul.last-products > a.slick-arrow i {
        font-size: 40px;
    }

    .last-products-report .last-products-wrapper .first span {
        font-size: 10px;
    }

    .main-body .main-login .top-login-pic,
    .main-body .main-login .bottom-login-pic {
        height: 14%;
    }
}
@media (max-width: 768px) {
    .main-body.leftmenu .main-sidebar-body {
        margin-top: 65px;
    }

    .main-body .main-login img.back-login-pic, .main-body .main-login #dashboard_description_login, .main-body .main-login #dashboard_description_register {
        display: none;
    }

    .main-body .main-login .form {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

}
@media (max-width: 650px) {
    .last-products-report .last-products-wrapper .first {
        width: 40%;
    }

    .last-products-report .last-products-wrapper .second {
        width: 59%;
    }
}
@media (max-width: 600px) {
    .content-dashboard-wrapper {
        padding-right: 0;
    }

    ul.last-products > a {
        width: 40px;
    }

    ul.last-products > a.slick-arrow i {
        font-size: 70px;
    }

    .main-header .top-head .dropdown {
        position: unset;
    }

    .main-header-notification .dropdown-menu {
        text-align: center;
        width: 96%;
        margin: 0 auto;
        right: 0;
        left: 0;
    }

    .last-products-report .last-products-wrapper {
        padding: 20px 3px;
    }

    .main-body .side-header .top-head {
        padding-right: 4px;
        padding-left: 3px;
    }

    .main-body .main-login .top-login-pic,
    .main-body .main-login .bottom-login-pic {
        height: 10%;
    }
}
@media (max-width: 550px) {
    .main-body .main-login .form {
        width: 90%;
    }

    .wallet-wrapper .dashboard-wallet-btn a {
        padding: 5px 6px 3px;
        font-size: 11px;
    }

    .last-products-report .last-products-wrapper .first label {
        font-size: 17px;
    }
}
@media (max-width: 480px) {
    .main-header-right .nav-link.icon {
        margin: 0 1px;
    }

    .last-products-report .last-products-wrapper .first a {
        text-decoration: none;
        font-size: 10px;
    }

    .main-body .main-login .top-login-pic,
    .main-body .main-login .bottom-login-pic {
        height: 5%;
    }
}
@media (max-width: 460px) {
    .invoice-list-wrapper .table tbody td.woocommerce-orders-table__cell {
        border: 1px solid #f0f0f0;
        text-align: center;
        padding: 1px;
        font-size: 12px;
    }
    .invoice-list-wrapper .table thead th, table.wallet-table thead tr th {
        border: 1px solid #fff;
        font-size: 12px;
    }
    .invoice-list-wrapper .table tbody td.woocommerce-orders-table__cell span.badge {
        padding: 3px 4px 7px;
        border-radius: 0;
        font-weight: 600;
    }
    .invoice-list-wrapper .table tbody td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    table.wallet-table tbody {
        font-size: 12px;
    }
}
.main-body .main-login .form form {
    z-index: 999;
    position: absolute;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #07406d;
    overflow-y: scroll;
    max-height: 100%;
    padding: 0 8px;
}
.main-login.back-picture .form{
    height: unset !important;
    max-height: 95%!important;
    overflow-y: scroll;
}
.main-body .main-login .form form::-webkit-scrollbar,
.main-login.back-picture .form::-webkit-scrollbar{
    display: none;
}
.main-body .main-login .form form ,
.main-login.back-picture .form{
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.main-body .main-login .form .show_if_seller .form-group label{
    box-shadow: unset !important;
    margin-bottom: 1px;
    color: #3f3f3f;
    font-size: 14px;
    font-family: 'Yekan-B';
}
.main-body .main-login .form .show_if_seller .form-group input{
    width: 98%;
    box-shadow: 0 2px 10px 1px #068e3d59;
    border-radius: 25px;
}
.main-body .main-login .form .show_if_seller .form-group input:focus{
    box-shadow: 0 2px 10px 1px #068e3d59;
}
.main-body .main-login .form .vendor-customer-registration{
    margin-top: 28px;
}
.main-body .main-login .form .vendor-customer-registration label.radio{
    box-shadow: unset !important;
    border: 1px solid #068e3dbf;
    padding: 0 15px !important;
    border-radius: 5px;
    margin: 0 4px;
}
#swal2-title,
#swal2-html-container{
    font-family: Vazir;
    font-size: 16px;
}
.main-sidebar-body .nav-item .nav-link i.sidemenu-icon {
    font-family: 'Font Awesome 5 Pro'!important;
}
.main-sidebar-body .top-navigation .user-icons a.nav-link i {
    font-family: 'Font Awesome 5 Pro' !important;
}
@media (max-width: 600px){

    .invoice-list-wrapper .table tbody td.woocommerce-orders-table__cell-order-actions a {
        padding: 1px 4px;
        color: #fff;
        margin: 1px 3px;
        font-size: 11px;
        display: block;
    }

    .table-responsive td.woocommerce-orders-table__cell span.woocommerce-Price-amount.amount {
        font-size: 11px;
    }

    .invoice-list-wrapper .table tbody td.woocommerce-orders-table__cell {
        font-size: 11px;
    }

}

@media (max-width: 460px) {
    .invoice-list-wrapper .table tbody td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
        display: block;
    }
}
