@font-face {
    font-family: 'Vazirmatn';
    src: url(../fonts/text/Vazirmatn[wght].woff2) format('woff2 supports variations'), url(../fonts/text/Vazirmatn[wght].woff2) format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'ft-woom';
    src: url(../fonts/icon/ft-woom.eot?s2jzcn);
    src: url('../fonts/icon/ft-woom.eot?s2jzcn#iefix') format('embedded-opentype'), url(../fonts/icon/ft-woom.ttf?s2jzcn) format('truetype'), url(../fonts/icon/ft-woom.woff?s2jzcn) format('woff'), url('../fonts/icon/ft-woom.svg?s2jzcn#ft-woom') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class^="ft-icon-"],
[class*=" ft-icon-"] {
    font-family: 'ft-woom' !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ft-icon-balance-scale:before {
    content: "\e92a"
}

.ft-icon-calendar-check-o:before {
    content: "\e92b"
}

.ft-icon-calendar-times-o:before {
    content: "\e93e"
}

.ft-icon-calendar:before {
    content: "\e929"
}

.ft-icon-sort-numerically:before {
    content: "\e927"
}

.ft-icon-alert-circle:before {
    content: "\e925"
}

.ft-icon-alert-triangle:before {
    content: "\e900"
}

.ft-icon-archive:before {
    content: "\e92c"
}

.ft-icon-bell:before {
    content: "\e901"
}

.ft-icon-bold:before {
    content: "\e92d"
}

.ft-icon-box:before {
    content: "\e92e"
}

.ft-icon-calendar1:before {
    content: "\e902"
}

.ft-icon-check:before {
    content: "\e904"
}

.ft-icon-check-square:before {
    content: "\e905"
}

.ft-icon-chevron-left:before {
    content: "\e906"
}

.ft-icon-chevrons-left:before {
    content: "\e907"
}

.ft-icon-database:before {
    content: "\e92f"
}

.ft-icon-dollar-sign:before {
    content: "\e930"
}

.ft-icon-edit:before {
    content: "\e926"
}

.ft-icon-external-link:before {
    content: "\e908"
}

.ft-icon-eye:before {
    content: "\e909"
}

.ft-icon-folder:before {
    content: "\e928"
}

.ft-icon-grid:before {
    content: "\e931"
}

.ft-icon-hard-drive:before {
    content: "\e932"
}

.ft-icon-help-circle:before {
    content: "\e933"
}

.ft-icon-home:before {
    content: "\e90a"
}

.ft-icon-image:before {
    content: "\e903"
}

.ft-icon-info:before {
    content: "\e934"
}

.ft-icon-link:before {
    content: "\e935"
}

.ft-icon-link-2:before {
    content: "\e90b"
}

.ft-icon-list:before {
    content: "\e936"
}

.ft-icon-log-out:before {
    content: "\e90c"
}

.ft-icon-maximize-2:before {
    content: "\e90d"
}

.ft-icon-menu:before {
    content: "\e90e"
}

.ft-icon-minimize-2:before {
    content: "\e90f"
}

.ft-icon-minus:before {
    content: "\e910"
}

.ft-icon-minus-square:before {
    content: "\e911"
}

.ft-icon-moon:before {
    content: "\e912"
}

.ft-icon-package:before {
    content: "\e913"
}

.ft-icon-plus:before {
    content: "\e914"
}

.ft-icon-plus-square:before {
    content: "\e915"
}

.ft-icon-power:before {
    content: "\e916"
}

.ft-icon-printer:before {
    content: "\e937"
}

.ft-icon-refresh-ccw:before {
    content: "\e917"
}

.ft-icon-save:before {
    content: "\e918"
}

.ft-icon-search:before {
    content: "\e919"
}

.ft-icon-settings:before {
    content: "\e91a"
}

.ft-icon-shield:before {
    content: "\e91b"
}

.ft-icon-shopping-bag:before {
    content: "\e91c"
}

.ft-icon-sliders:before {
    content: "\e91d"
}

.ft-icon-star:before {
    content: "\e91e"
}

.ft-icon-sun:before {
    content: "\e91f"
}

.ft-icon-tag:before {
    content: "\e938"
}

.ft-icon-terminal:before {
    content: "\e939"
}

.ft-icon-tool:before {
    content: "\e93a"
}

.ft-icon-trash:before {
    content: "\e93b"
}

.ft-icon-trash-2:before {
    content: "\e920"
}

.ft-icon-truck:before {
    content: "\e93c"
}

.ft-icon-type:before {
    content: "\e93d"
}

.ft-icon-unlock:before {
    content: "\e921"
}

.ft-icon-user:before {
    content: "\e922"
}

.ft-icon-users:before {
    content: "\e923"
}

.ft-icon-x-circle:before {
    content: "\e924"
}

:root {
    --primary-color: #1a73e8;
    --secondary-color: #0855bb;
    --dark-bg: #222;
    --dark-bg-form: #333;
    --dark-border: #3e3e3e;
    --dark-bg-input: #3f3f3f;
    --dark-border-input: #454545;
    --black: #000000;
    --white: #ffffff;
    --silver: #d9d9d9;
    --gray: #80868b;
    --charcoal: #555555;
    --midnight: #272727;
    --red: #f44336;
    --bg-main: #f1f1f1
}

body {
    font-family: Vazirmatn;
    font-feature-settings: "ss01";
    background-color: var(--bg-main);
    color: #333;
    transition: background-color 0.3s ease;
    direction: rtl;
    padding: 0;
    margin: 0
}

a {
    text-decoration: none;
    color: var(--black)
}

h4 {
    margin: 0
}

ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

p {
    text-align: justify;
    line-height: 30px
}

.ft-clear {
    clear: both
}

.ft-body {
    background-color: #fff;
    padding: 1rem;
    border: 1px solid #cdcdcd
}

.ft-en {
    font-feature-settings: "ss02"
}

.ft-fa {
    font-feature-settings: "ss01"
}

.ft-bold {
    font-weight: 500
}

.ft-center {
    text-align: center
}

.dark-theme {
    background-color: var(--dark-bg);
    color: var(--white)
}

.dark-theme a {
    color: var(--silver);
    transition: all 0.2s
}

.dark-theme a:hover {
    color: var(--white)
}

.dark-theme .ft-form {
    background-color: var(--dark-bg-form);
    border: 1px solid var(--dark-border);
    box-shadow: none
}

.dark-theme .ft-input-box .ft-input-blue,
.dark-theme .ft-switcher {
    border: 1px solid var(--dark-border-input);
    background: var(--dark-bg-input);
    color: var(--white)
}

.dark-theme .ft-input-box.focus .ft-input-label,
.dark-theme .ft-input-box.active .ft-input-label {
    color: var(--white);
    background: linear-gradient(180deg, #333333 0%, #3f3f3f 100%)
}

.dark-theme .ft-switcher-label {
    color: var(--white)
}

.dark-theme .ft-input-box.error .ft-input-label {
    color: var(--white);
    background: linear-gradient(180deg, #333333 0%, #3f3f3f 100%)
}

.dark-theme .ft-head {
    background-color: var(--dark-bg-form);
    color: var(--white);
    border-bottom: 1px solid var(--dark-border-input)
}

.dark-theme nav {
    background: var(--midnight);
    border-bottom: 1px solid var(--dark-bg-form)
}

.dark-theme [tooltip]::after {
    background: var(--black)
}

.dark-theme [tooltip][flow^="down"]::before {
    border-bottom-color: var(--black)
}

.dark-theme .ft-modal {
    background: var(--dark-bg-form)
}

.dark-theme .ft-btn-dismiss:hover {
    background: var(--dark-bg-input)
}

.dark-theme .ft-btn-dismiss {
    color: var(--white);
    background: var(--charcoal)
}

.dark-theme div.dt-buttons>.dt-button,
div.dt-buttons>div.dt-button-split .dt-button {
    background: #2d2d2d !important
}

.dark-theme table.fixedHeader-floating,
table.fixedHeader-locked {
    background-color: #232323
}

.dark-theme .ft-input,
.dark-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #9b9b9b;
    border: 1px solid #575757;
    background: #2d2d2d
}

.dark-theme table.dataTable thead>tr>th.dt-orderable-asc,
.dark-theme table.dataTable thead>tr>th.dt-orderable-desc,
.dark-theme table.dataTable thead>tr>td.dt-orderable-asc,
.dark-theme table.dataTable thead>tr>td.dt-orderable-desc {
    color: #fff
}

.dark-theme table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,
.dark-theme table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:after,
.dark-theme table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:before,
.dark-theme table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after,
.dark-theme table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
.dark-theme table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:after,
.dark-theme table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:before,
.dark-theme table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,
.dark-theme table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,
.dark-theme table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:after,
.dark-theme table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:before,
.dark-theme table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after,
.dark-theme table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,
.dark-theme table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:after,
.dark-theme table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:before,
.dark-theme table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
    opacity: .2;
    color: #fff
}

.dark-theme table.dataTable thead th,
.dark-theme table.dataTable thead td,
.dark-theme table.dataTable tfoot th,
.dark-theme table.dataTable tfoot td {
    text-align: right;
    color: #fff
}

.dark-theme table.dataTable>thead>tr>th,
.dark-theme table.dataTable>thead>tr>td {
    border-bottom: 1px solid rgb(111 111 111 / 30%)
}

.dark-theme table.dataTable.row-border>tbody>tr>*,
.dark-theme table.dataTable.display>tbody>tr>* {
    border-top: 1px solid rgb(145 145 145 / 15%)
}

.dark-theme .ft-dtrg-parent {
    background: #484848 !important
}

.dark-theme .ft-dtrg-child {
    background: #373737 !important
}

.dark-theme div.dt-button-collection {
    background-color: #333
}

.dark-theme div.dt-container .dt-paging .dt-paging-button.disabled,
.dark-theme div.dt-container .dt-paging .dt-paging-button.disabled:hover,
.dark-theme div.dt-container .dt-paging .dt-paging-button.disabled:active {
    color: rgb(255 255 255 / 50%) !important
}

.dark-theme div.dt-container .dt-paging .dt-paging-button.current,
.dark-theme div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: #333
}

.dark-theme select.instock {
    background: #1f5300;
    border-color: #1e5e10;
    color: #fff
}

.dark-theme select.onbackorder {
    background: #534a00;
    border-color: #5e5910;
    color: #fff
}

.dark-theme select.outofstock {
    background: #531300;
    border-color: #5e2210;
    color: #fff
}

.dark-theme select.publish {
    background: #005350;
    border-color: #105e55;
    color: #fff
}

.dark-theme select.draft {
    background: #575757;
    border-color: #606060;
    color: #fff
}

.dark-theme select.pending {
    background: #5f4136;
    border-color: #714f44;
    color: #fff
}

.dark-theme div.dt-container .dt-input {
    border: 1px solid #545454
}

.dark-theme div.dt-processing {
    background: #585858;
    padding: 10px 10px 0 !important;
    border-radius: 10px;
    color: #fff !important
}

.dark-theme label select {
    background-color: #333333 !important;
    color: #fff
}

.dark-theme .ft-dtrg-child,
.dark-theme .ft-dtrg-parent {
    color: #fff
}

.dark-theme .tabs section {
    border: 1px solid #3c3c3c;
    background: #303030
}

.dark-theme .tabs>ul li a,
.dark-theme .tabs>ul li a:visited,
.dark-theme .tabs>ul li a,
.dark-theme .tabs>ul li a:visited {
    background-color: #000 !important
}

.dark-theme .tabs>ul li {
    border: 1px solid #323232
}

.dark-theme .tabs>ul li:last-child {
    border-bottom: 1px solid #323232
}

.dark-theme .tabs>ul li a:hover:not(.active) {
    color: #2196F3
}

.dark-theme .checkbox-tile {
    border: 2px solid #585858;
    background-color: #2e2e2e
}

.dark-theme .tabs>ul li a.active {
    background-color: var(--primary-color) !important
}

.dark-theme .ft-icon-image {
    background: #fff0
}

.dark-theme label.ft-opt-lable {
    background: #565656
}

.ft-title {
    font-weight: 900;
    font-size: 20px
}

.ft-subtitle {
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 10px
}

.ft-‌input-box.active .ft-input-blue {
    border: 2px solid var(--primary-color)
}

.ft-feild-error {
    border: 1px solid var(--red) !important
}

button[disabled],
button[disabled]:hover {
    background: #cdcdcd !important;
    color: #f2f4ff;
    box-shadow: none
}

.ft-switcher {
    position: relative;
    height: 18px;
    margin: 5px;
    padding: 5px 7px;
    background: var(--white);
    width: 100px;
    border-radius: 30px;
    border: solid 1px #ddd
}

.ft-switcher-input {
    display: none
}

.ft-switcher-label {
    float: left;
    width: 50%;
    font-size: 14px;
    top: 2px;
    line-height: 20px;
    color: #000;
    text-align: center;
    cursor: pointer;
    position: inherit;
    z-index: 10
}

.ft-switcher-toggle {
    position: absolute;
    float: left;
    height: 20px;
    width: 50%;
    font-size: 6px;
    line-height: 30px;
    cursor: pointer;
    background-color: #36c;
    border-radius: 30px;
    left: 5px;
    top: 4px;
    transition: left 0.25s cubic-bezier(.4, 0, .2, 1);
    will-change: transform
}

.ft-switcher-input:checked+.ft-switcher-label {
    color: var(--white)
}

.ft-switcher-input--dark:checked~.ft-switcher-toggle {
    left: 51px
}

.ft-switcher .ft-icon-sun {
    padding-left: 5px
}

[tooltip] {
    position: relative
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    font-size: .9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0
}

[tooltip]::before {
    content: '';
    border: 5px solid #fff0;
    z-index: 1001
}

[tooltip]::after {
    content: attr(tooltip);
    text-align: center;
    min-width: 1em;
    max-width: 25em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 7px 12px;
    border-radius: 4px;
    box-shadow: 0 1em 2em -.5em rgb(0 0 0 / .35);
    background: #333;
    color: var(--white);
    z-index: 1000
}

[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block
}

[tooltip='']::before,
[tooltip='']::after {
    display: none !important
}

[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px)
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em)
}

[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px)
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em)
}

[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%)
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%)
}

[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%)
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%)
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0)
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%)
    }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards
}

.ft-captcah-feilds {
    display: inline-flex;
    gap: 20px
}

.ft-captcha-image {
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc
}

@media (max-width:600px) {
    .ft-head-title {
        display: none
    }

    .ft-switcher {
        margin: 10px auto
    }
}

@media (min-width:600px) and (max-width:900px) {
    .ft-switcher {
        margin: 10px auto
    }
}

.ft-modal-overlay {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .5);
    z-index: 100
}

.ft-modal {
    position: absolute;
    background-color: var(--white);
    padding: 20px;
    border-radius: 10px;
    opacity: 0;
    transform: scale(.5);
    transition: all 0.3s ease-in-out;
    max-width: 680px;
    text-align: right
}

.ft-modal.active {
    opacity: 1;
    transform: scale(1)
}

.ft-close-modal {
    position: absolute;
    top: 15px;
    left: 20px;
    cursor: pointer
}

.ft-open-modal {
    cursor: pointer
}

.ft-modal-content {
    text-align: center
}

.ft-modal-content [class^="ft-icon-"] {
    font-size: 40px;
    position: relative;
    color: #FF9800
}

.ft-close-modal [class^="ft-icon-"]:hover {
    color: var(--red)
}

a.ft-close-modal {
    text-decoration: none !important
}

.ft-modal-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: right
}

.ft-btn-group {
    display: flex;
    gap: 10px
}

.ft-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 20px;
    background: var(--white);
    border-bottom: 1px solid var(--silver)
}

.ft-head-right,
.ft-head-left {
    display: flex;
    align-items: center;
    gap: 15px
}

.ft-logo {
    font-weight: 900;
    font-size: 20px;
    line-height: normal;
    background: var(--primary-color);
    color: var(--white);
    border-radius: 5px;
    padding: 2px 12px 2px 0
}

.ft-head-title {
    line-height: 18px
}

.ft-main-title {
    font-weight: 500
}

.ft-head-welcome {
    font-size: 13px;
    font-weight: 400;
    color: var(--gray)
}

.ft-head .ft-icon-log-out {
    transform: rotate(180deg);
    display: block
}

.ft-head .ft-open-modal {
    padding: 10px 0
}

.ft-head .ft-open-modal {
    padding: 10px 0
}

.ft-head-icon {
    cursor: pointer;
    padding: 10px 0
}

.ft-head-left div {
    font-size: 17px
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 20px;
    background: var(--white);
    box-shadow: rgb(0 0 0 / .1) 0 4px 6px -1px, rgb(0 0 0 / .06) 0 2px 4px -1px
}

.ft-list-menu {
    font-size: 15px
}

.hidden {
    display: none
}

.dataTables_processing {
    background: #fff;
    padding: 15px 15px 0;
    box-shadow: 0 0 9px #00000040;
    border-radius: 9px
}

th.ft-text-right,
td.ft-text-right {
    text-align: right !important
}

th.ft-text-center,
td.ft-text-center {
    text-align: center !important
}

th.ft-text-left,
td.ft-text-left {
    text-align: left !important
}

table.dataTable {
    font-size: 15px
}

table.dataTable.cell-border>tbody>tr>* {
    border-right: inherit;
    border-left: 1px solid rgb(0 0 0 / .15)
}

.ft-icon-image {
    font-size: 27px;
    background: #fff;
    color: #ccc;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

.ft-expert {
    font-size: 13px;
    font-weight: 300
}

.ft-stock {
    line-height: normal;
    font-size: 14px;
    display: block;
    text-align: center;
    width: 100%;
    padding: 2px 6px;
    border-radius: 4px
}

.ft-outstock {
    background: #E57373;
    color: #fff
}

.ft-instock {
    background: #81C784;
    color: #fff
}

.ft-onbackorder {
    background: #FFB74D;
    color: #fff
}

.ft-outStock-row.odd {
    background-color: #FFEBEE
}

.ft-icon-star {
    font-size: 19px;
    color: var(--gray)
}

.true .ft-icon-star {
    font-size: 19px;
    color: #FF9800
}

.ft-input {
    height: 30px;
    width: 100px;
    max-width: 100%;
    border-radius: 4px;
    color: #202124;
    border: 1px solid #dadce0;
    padding: 0 5px;
    font-family: inherit
}

.select2-results__options li {
    font-size: 13px;
    text-align: right
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-weight: 400;
    font-size: 13px
}

.select2-container--default .select2-selection--single {
    border: none !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid #dadce0;
    border-radius: 4px;
    color: #444;
    line-height: 28px
}

select.ft-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''
}

select.ft-dropdown {
    height: 26px;
    width: 100px;
    max-width: 100%;
    border-radius: 5px;
    color: #202124;
    border: none;
    padding: 0 5px 2px;
    font-family: inherit;
    text-align: center;
    cursor: pointer
}

table.dataTable tr.dtrg-group th {
    text-align: right !important
}

table.dataTable input.dt-select-checkbox:checked:after {
    margin-top: -7px;
    margin-right: -6px
}

div.dt-scroll,
div.dtfh-floatingparent {
    position: relative;
    right: 5px;
    min-width: 100%
}

div.dt-button-collection .dt-button {
    padding: .3em 1em !important;
    font-family: 'Vazirmatn';
    text-align: right !important
}

div.dt-button-collection .dt-button span {
    padding-right: 20px
}

div.dt-button-collection {
    width: 170px !important
}

div.dt-buttons>.dt-button,
div.dt-buttons>div.dt-button-split .dt-button {
    font-family: vazirmatn;
    border: 1px solid rgb(112 112 112 / 30%) !important;
    border-radius: 4px !important;
    background: #E0E0E0 !important
}

div.dt-container span.select-info,
div.dt-container span.select-item {
    margin-right: .5em
}

div.dt-container .dt-paging .dt-paging-button {
    font-family: 'Vazirmatn';
    font-feature-settings: "ss01"
}

.ft-tools {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

.ft-information {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px
}

div.dt-processing {
    background: #fff;
    padding: 10px 10px 0 !important;
    border-radius: 10px;
    color: #000 !important
}

table.dataTable>tbody>tr.selected a {
    color: #fff
}

.ft-input-cell {
    text-align: center;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    color: #202124;
    border: 1px solid #dadce0;
    padding: 0 5px;
    font-family: inherit;
    outline: 0;
    font-feature-settings: "ss01"
}

td.ft-cell {
    padding: 0 !important;
    position: relative
}

.edited-row {
    box-shadow: 0 0 10px 0 #ffc10794 !important;
    transition: opacity 2s ease-in-out
}

.fade-out {
    animation: fadeOut 2s ease-in-out
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media print {

    table.dataTable thead th,
    table.dataTable thead td,
    table.dataTable tfoot th,
    table.dataTable tfoot td {
        text-align: right !important
    }

    .select2,
    .search-feild,
    #search-brand,
    .dt-column-title,
    .selection,
    .ft-input {
        display: none
    }

    thead tr:nth-child(2) {
        display: none
    }

    table.dataTable>tbody>tr>th,
    table.dataTable>tbody>tr>td {
        padding: 0
    }

    table.dataTable {
        font-size: 12px
    }
}

table.fixedHeader-floating,
table.fixedHeader-locked {
    position: relative !important;
    background-color: var(--dt-html-background);
    background-color: var(--dt-html-background)
}

.datepicker-plot-area .toolbox .pwt-btn-submit,
.datepicker-plot-area .toolbox .pwt-btn-calendar,
.datepicker-plot-area .toolbox .pwt-btn-today {
    margin-left: 4px
}

.article-container {
    padding: 2rem
}

.article-block {
    text-align: center
}

.article-block .entry-content>p {
    color: #666
}

.tabs-block {
    display: flex;
    align-items: center;
    justify-content: center
}

.tabs {
    display: flex;
    width: 100%
}

.tabs>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 15%
}

.tabs>ul li {
    display: block;
    border: 1px solid #c1c1c1;
    border-bottom: none
}

.tabs>ul li:first-child {
    border-bottom: none
}

.tabs>ul li:last-child {
    border-bottom: 1px solid #c1c1c1
}

.tabs>ul li a,
.tabs>ul li a:visited {
    display: flex;
    border-bottom: none;
    text-decoration: none;
    background-color: #fff;
    padding: 1rem .5rem;
    transition: all 0.2s ease-in-out;
    word-wrap: break-word
}

.tabs>ul li a:hover,
.tabs>ul li a:focus,
.tabs>ul li a:active {
    border-bottom: none;
    outline: 0
}

.tabs>ul li a.active {
    background-color: var(--primary-color);
    color: var(--white)
}

.tabs>ul li a:hover:not(.active) {
    color: #000
}

.tabs>ul li a>span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.tabs>ul li a>span.tab-label {
    display: none
}

.tabs section {
    background-color: #fff;
    padding: 1rem;
    display: none;
    word-wrap: break-word
}

.tabs section>* {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.2s, transform 0.2s
}

.tab-title {
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20
}

.tab-content {
    margin-bottom: 15px
}

.tab-switch {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px
}

.ft-disabled {
    color: #727272
}

.ft-note {
    font-size: 13px
}

.ft-seperate {
    border-bottom: 2px dashed #ccc;
    margin: 20px 0
}

.tabs section.active {
    display: block
}

.tabs section.active-content>* {
    opacity: 1;
    transform: translateY(0)
}

.tab-icon {
    font-size: 20px
}

.ft-tab-content {
    width: 100%
}

.entry-content .ft-input-box {
    margin-bottom: 22px
}

.ft-colorpicker {
    display: flex;
    justify-content: space-between;
    width: 350px;
    padding: 5px 0
}

@media (min-width:576px) {
    .tabs>ul {
        width: 300px
    }

    .tabs>ul li a {
        flex-wrap: inherit
    }

    .tabs>ul li a>span {
        width: 60px
    }

    .tabs>ul li a>span.tab-label {
        width: 100%;
        display: block;
        margin-top: .2rem;
        text-align: right;
        font-size: 15px
    }

    .tabs section {
        padding: 1rem;
        margin-right: 1rem;
        border: 1px solid #cdcdcd
    }
}

input.ft-switch {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none
}

label.ft-opt-lable {
    cursor: pointer;
    text-indent: -9999px;
    width: 38px;
    height: 20px;
    background: #b5b5b5;
    display: block;
    border-radius: 100px;
    position: relative
}

label.ft-opt-lable:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s
}

input.ft-switch:checked+label.ft-opt-lable {
    background: #2196F3;
    box-shadow: inset 1px 0 4px 2px #00000036
}

input.ft-switch:checked+label.ft-opt-lable:after {
    left: calc(100% - 3px);
    transform: translateX(-100%);
    box-shadow: -2px 0 2px #878787
}

label.ft-opt-lable:active:after {
    width: 22px
}

.ft-notice {
    display: flex;
    padding: 0 15px;
    margin-bottom: 15px;
    background: #ccc;
    align-items: center;
    gap: 15px
}

.ft-notice-success {
    border: 1px solid #8BC34A;
    background: #e7ffe8
}

.ft-notice-error {
    border: 1px solid #E57373;
    background: #FFCDD2
}

.ft-notice p {
    position: relative;
    top: 1px
}

@media print {
    table.fixedHeader-floating {
        display: none
    }
}

table.dtcr-cloned.dataTable {
    position: absolute !important;
    background-color: rgb(255 255 255 / .7);
    z-index: 202;
    border-radius: 4px
}

table.dataTable tbody tr td.dtcr-moving {
    background-color: rgb(127 127 127 / .15)
}

table.dataTable tbody tr td.dtcr-moving-first {
    border-left: 1px solid #0259C4
}

table.dataTable tbody tr td.dtcr-moving-last {
    border-right: 1px solid #0259C4
}

html.dark table.dtcr-cloned.dataTable {
    background-color: rgb(33 33 33 / .9)
}

.ft-container input[type="submit"] {
    margin: 15px
}

.ft-button-primary {
    background-color: var(--primary-color);
    color: var(--white);
    border: navajowhite;
    border-radius: 4px;
    padding: 5px 20px;
    font-size: 15px;
    width: 190px;
    font-family: 'Vazirmatn';
    cursor: pointer
}

.ft-button-primary:hover {
    background-color: var(--secondary-color)
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
    cursor: default !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before {
    display: none !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
    cursor: pointer
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    margin-right: .5em;
    display: inline-block;
    box-sizing: border-box;
    content: "";
    border-top: 5px solid #fff0;
    border-left: 10px solid rgb(0 0 0 / .5);
    border-bottom: 5px solid #fff0;
    border-right: 0 solid #fff0
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control.arrow-right::before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control.arrow-right::before {
    border-top: 5px solid #fff0;
    border-left: 0 solid #fff0;
    border-bottom: 5px solid #fff0;
    border-right: 10px solid rgb(0 0 0 / .5)
}

table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>th.dtr-control:before {
    border-top: 10px solid rgb(0 0 0 / .5);
    border-left: 5px solid #fff0;
    border-bottom: 0 solid #fff0;
    border-right: 5px solid #fff0
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control {
    padding-left: .333em
}

table.dataTable.dtr-column>tbody>tr>td.dtr-control,
table.dataTable.dtr-column>tbody>tr>th.dtr-control,
table.dataTable.dtr-column>tbody>tr>td.control,
table.dataTable.dtr-column>tbody>tr>th.control {
    cursor: pointer
}

table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-column>tbody>tr>th.dtr-control:before,
table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
    display: inline-block;
    box-sizing: border-box;
    content: "";
    border-top: 5px solid #fff0;
    border-left: 10px solid rgb(0 0 0 / .5);
    border-bottom: 5px solid #fff0;
    border-right: 0 solid #fff0
}

table.dataTable.dtr-column>tbody>tr>td.dtr-control.arrow-right::before,
table.dataTable.dtr-column>tbody>tr>th.dtr-control.arrow-right::before,
table.dataTable.dtr-column>tbody>tr>td.control.arrow-right::before,
table.dataTable.dtr-column>tbody>tr>th.control.arrow-right::before {
    border-top: 5px solid #fff0;
    border-left: 0 solid #fff0;
    border-bottom: 5px solid #fff0;
    border-right: 10px solid rgb(0 0 0 / .5)
}

table.dataTable.dtr-column>tbody>tr.dtr-expanded td.dtr-control:before,
table.dataTable.dtr-column>tbody>tr.dtr-expanded th.dtr-control:before,
table.dataTable.dtr-column>tbody>tr.dtr-expanded td.control:before,
table.dataTable.dtr-column>tbody>tr.dtr-expanded th.control:before {
    border-top: 10px solid rgb(0 0 0 / .5);
    border-left: 5px solid #fff0;
    border-bottom: 0 solid #fff0;
    border-right: 5px solid #fff0
}

table.dataTable>tbody>tr.child {
    padding: .5em 1em
}

table.dataTable>tbody>tr.child:hover {
    background: transparent !important
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 1px solid #efefef;
    padding: .5em 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
    padding-top: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

table.dataTable>tbody>tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: 700
}

div.dtr-modal {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    padding: 10em 1em
}

div.dtr-modal div.dtr-modal-display {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: fit-content;
    max-height: 75%;
    overflow: auto;
    margin: auto;
    z-index: 102;
    overflow: auto;
    background-color: #f5f5f7;
    border: 1px solid #000;
    border-radius: .5em;
    box-shadow: 0 12px 30px rgb(0 0 0 / .6)
}

div.dtr-modal div.dtr-modal-content {
    position: relative;
    padding: 2.5em
}

div.dtr-modal div.dtr-modal-content h2 {
    margin-top: 0
}

div.dtr-modal div.dtr-modal-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 12
}

div.dtr-modal div.dtr-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background: rgb(0 0 0 / .6)
}

@media screen and (max-width:767px) {
    div.dtr-modal div.dtr-modal-display {
        width: 95%
    }
}

html.dark table.dataTable>tbody>tr>td.dtr-control:before,
html[data-bs-theme=dark] table.dataTable>tbody>tr>td.dtr-control:before {
    border-left-color: rgb(255 255 255 / .5) !important
}

html.dark table.dataTable>tbody>tr>td.dtr-control.arrow-right::before,
html[data-bs-theme=dark] table.dataTable>tbody>tr>td.dtr-control.arrow-right::before {
    border-right-color: rgb(255 255 255 / .5) !important
}

html.dark table.dataTable>tbody>tr.dtr-expanded>td.dtr-control:before,
html.dark table.dataTable>tbody>tr.dtr-expanded>th.dtr-control:before,
html[data-bs-theme=dark] table.dataTable>tbody>tr.dtr-expanded>td.dtr-control:before,
html[data-bs-theme=dark] table.dataTable>tbody>tr.dtr-expanded>th.dtr-control:before {
    border-top-color: rgb(255 255 255 / .5) !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important
}

html.dark table.dataTable>tbody>tr.child ul.dtr-details>li,
html[data-bs-theme=dark] table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom-color: #404346
}

html.dark div.dtr-modal div.dtr-modal-display,
html[data-bs-theme=dark] div.dtr-modal div.dtr-modal-display {
    background-color: #212529;
    border: 1px solid rgb(255 255 255 / .15)
}

table.dataTable>tbody>tr>.selected {
    background-color: rgb(13 110 253 / .9);
    color: #fff
}

table.dataTable>tbody>tr>.dt-select {
    text-align: center;
    vertical-align: middle
}

table.dataTable>thead>tr>.dt-select {
    text-align: center
}

table.dataTable input.dt-select-checkbox {
    appearance: none;
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid;
    border-radius: 3px;
    vertical-align: middle;
    margin-top: 1px;
    color: inherit;
    font-size: 20px;
    line-height: 1em
}

table.dataTable input.dt-select-checkbox:checked:after {
    display: block;
    content: "✓";
    margin-top: -8px
}

table.dataTable input.dt-select-checkbox:indeterminate:after {
    display: block;
    position: absolute;
    content: " ";
    top: 3px;
    left: 3px;
    height: 4px;
    width: 4px;
    background-color: #000;
    border-radius: 2px
}

table.dataTable>tbody>tr.selected input.dt-select-checkbox:checked {
    border: 1px solid
}

table.dataTable>tbody>tr>td.select-checkbox,
table.dataTable>tbody>tr>th.select-checkbox {
    position: relative
}

table.dataTable>tbody>tr>td.select-checkbox:before,
table.dataTable>tbody>tr>th.select-checkbox:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    content: " ";
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid;
    border-radius: 3px
}

table.dataTable>tbody>tr.selected>td.select-checkbox:before,
table.dataTable>tbody>tr.selected>th.select-checkbox:before {
    border: 1px solid;
    content: "✓";
    font-size: 20px;
    line-height: 6px;
    text-align: center
}

table.dataTable.compact>tbody>tr>td.select-checkbox:before,
table.dataTable.compact>tbody>tr>th.select-checkbox:before {
    margin-top: -12px
}

table.dataTable.compact>tbody>tr.selected>td.select-checkbox:after,
table.dataTable.compact>tbody>tr.selected>th.select-checkbox:after {
    margin-top: -16px
}

div.dt-container span.select-info,
div.dt-container span.select-item {
    margin-left: .5em
}

html.dark table.dataTable input.dt-select-checkbox:indeterminate:after,
html[data-bs-theme=dark] table.dataTable input.dt-select-checkbox:indeterminate:after {
    background-color: #fff
}

@media screen and (max-width:640px) {

    div.dt-container span.select-info,
    div.dt-container span.select-item {
        margin-left: 0;
        display: block
    }
}

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    user-select: none;

    &>* {
        margin: .5rem .42rem
    }
}

.checkbox-group-legend {
    font-size: 1.5rem;
    font-weight: 700;
    color: #9c9c9c;
    text-align: center;
    line-height: 1.125;
    margin-bottom: 1.25rem
}

.checkbox-input {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;

    &:checked+.checkbox-tile {
        border-color: #2260ff;
        box-shadow: 0 5px 10px rgba(#000, .1);
        color: #2260ff;

        &:before {
            transform: scale(1);
            opacity: 1;
            background-color: #2260ff;
            border-color: #2260ff
        }

        .checkbox-icon,
        .checkbox-label,
        .checkbox-icon span,
        .checkbox-label {
            color: #2260ff
        }
    }

    &:focus+.checkbox-tile {
        border-color: #2260ff;
        box-shadow: 0 5px 10px rgba(#000, .1), 0 0 0 4px #b5c9fc;

        &:before {
            transform: scale(1);
            opacity: 1
        }
    }
}

.checkbox-tile {
    display: flex;
    gap: 6px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 7rem;
    min-height: 7rem;
    border-radius: .5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(#000, .1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;

    &:before {
        content: "";
        position: absolute;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        border: 2px solid #b5bfd9;
        background-color: #fff;
        border-radius: 50%;
        top: .25rem;
        left: .25rem;
        opacity: 0;
        transform: scale(0);
        transition: 0.25s ease;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: 50% 50%
    }

    &:hover {
        border-color: #2260ff;

        &:before {
            transform: scale(1);
            opacity: 1
        }
    }
}

.checkbox-icon {
    transition: .375s ease;
    color: #494949;

    svg {
        width: 3rem;
        height: 3rem
    }
}

.checkbox-label {
    color: #859cd5;
    transition: .375s ease;
    text-align: center;
    font-size: 13px;
    margin-bottom: -5px
}

span.checkbox-icon span {
    font-size: 38px;
    color: #b5c9fc;
    width: inherit;
    height: inherit
}

.ft-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 300px;
    margin: auto;
    margin-top: 150px;
    padding: 30px;
    border-radius: 10px;
    background-color: var(--white);
    border: 1px solid #cfcfcf;
    box-shadow: #d7d7d7 0 3px 8px
}

.ft-row {
    display: flex;
    gap: 20px
}

.ft-input-box {
    position: relative;
    width: 100%;
    margin: 10px 0
}

.ft-input-box .ft-input-label {
    position: absolute;
    color: var(--gray);
    font-size: 16px;
    font-weight: 400;
    max-width: calc(100% - (2 * 8px));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    right: 8px;
    top: 13px;
    padding: 0 8px;
    transition: 250ms;
    user-select: none;
    pointer-events: none
}

.ft-input-box .ft-input-label svg {
    position: relative;
    width: 15px;
    height: 15px;
    top: 2px;
    transition: 250ms
}

.ft-input-box .ft-input-blue {
    font-family: 'Vazirmatn';
    font-size: 16px;
    box-sizing: border-box;
    height: 50px;
    width: 100%;
    border-radius: 4px;
    color: #202124;
    border: 1px solid #dadce0;
    padding: 13px 15px;
    transition: 250ms
}

.ft-input-box .ft-input-blue:focus {
    outline: none;
    border: 2px solid var(--primary-color);
    transition: 250ms
}

.ft-input-box.error .ft-input-label {
    color: var(--red);
    top: -8px;
    background: var(--white);
    font-size: 12px;
    transition: 250ms
}

.ft-input-box.error .ft-input-blue {
    border: 2px solid var(--red)
}

.ft-input-box.focus .ft-input-label,
.ft-input-box.active .ft-input-label {
    color: #1a73e8;
    top: -8px;
    background: var(--white);
    font-size: 12px;
    transition: 250ms
}

.ft-input-box.focus .ft-input-label svg,
.ft-input-box.active .ft-input-label svg {
    position: relative;
    width: 11px;
    height: 11px;
    top: 2px;
    transition: 250ms
}

.ft-input-box.active-grey .ft-input-blue {
    border: 1px solid #dadce0
}

.ft-input-box.active-grey .input-label {
    color: var(--gray);
    top: -8px;
    background: var(--white);
    font-size: 12px;
    transition: 250ms
}

.ft-input-box.active-grey .input-label svg {
    position: relative;
    width: 11px;
    height: 11px;
    top: 2px;
    transition: 250ms
}

.ft-input-ltr {
    direction: ltr;
    text-align: left
}

.ft-btn {
    background: var(--white);
    color: #333;
    cursor: pointer;
    border: none;
    white-space: normal;
    letter-spacing: .25px;
    font-weight: 400;
    font-size: 17px;
    line-height: normal;
    font-family: vazirmatn;
    padding: 8px 16px;
    margin-top: 10px;
    border-radius: 4px;
    min-width: 88px;
    transition: 250ms
}

.ft-btn-full {
    width: 100%
}

.ft-btn:hover {
    background: #c7c7c7;
    transition: 250ms
}

.ft-btn:focus {
    outline: none
}

.ft-btn-primary {
    background: var(--primary-color);
    color: var(--white);
    transition: 250ms
}

.ft-btn-primary:hover {
    background: #0953b3;
    box-shadow: 0 1px 1px 0 rgb(104 104 104 / 14%), 0 1px 3px 1px rgb(114 114 114 / 21%)
}

.ft-btn-secondary {
    background: #e7e7e7;
    color: var(--gray);
    transition: 250ms
}

.ft-btn-secondary:hover {
    background: #0953b3;
    color: var(--white);
    box-shadow: 0 1px 1px 0 rgb(104 104 104 / 14%), 0 1px 3px 1px rgb(114 114 114 / 21%)
}

.ft-btn-next {
    background: #0953b3;
    color: #fff;
    transition: 250ms;
    border-radius: 0 0 0 10px;
        width: 100%;

}

.ft-btn-next:hover {
    background: #023c88;
    color: var(--white);
    box-shadow: 0 1px 1px 0 rgb(104 104 104 / 14%), 0 1px 3px 1px rgb(114 114 114 / 21%)
}

.ft-btn-prev {
    background: #e7e7e7;
    color: var(--gray);
    transition: 250ms;
    border-radius: 0 0 10px 0;
    width: 100%;
}

.ft-btn-prev:hover {
    background: #0953b3;
    color: var(--white);
    box-shadow: 0 1px 1px 0 rgb(104 104 104 / 14%), 0 1px 3px 1px rgb(114 114 114 / 21%)
}

.ft-btn-dismiss {
    background: #d7d7d7
}

.ft-text-justify {
    text-align: justify
}

.ft-text-danger {
    color: red
}

.ft-copyright {
    color: #838383;
    font-weight: 300;
    font-size: 14px;
    margin-top: 20px;
    text-align: center
}

.ft-container {
    padding: 20px
}

.ft-container.ft-message {
    padding: 0;
    margin: 0;
}



.ft-menu-item a {
    transition: 0.2s ease
}

.ft-menu-item a:hover {
    color: var(--primary-color)
}

#ft-toast-container {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px auto;
    width: 100%;
    z-index: 9999
}

.ft-toast {
    background-color: #333;
    color: var(--white);
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px 10px 0;
    opacity: 0;
    transform: translate3d(0, 80px, 0);
    transition: opacity 0.5s ease
}

.ft-toast.show {
    display: flex;
    opacity: 1;
    animation: come-in 0.8s ease forwards
}

.ft-toast.fade-out {
    opacity: 0
}

.ft-toast i {
    margin-left: 10px
}

.toast-top-center {
    top: 0;
    align-items: center
}

.toast-bottom-center {
    bottom: 0;
    align-items: center
}

@keyframes come-in {
    to {
        transform: translate3d(0, 0, 0)
    }
}

.ft-install.ft-form {
    max-width: 750px;
    padding: 60px;
    position: relative
}

.ft-install .ft-logo {
    display: initial;
    font-size: 35px
}

.ft-install .ft-install-desc {
    text-align: justify;
    margin-bottom: 50px
}

.ft-install .ft-step {
    display: none
}

.ft-install .ft-step.active {
    display: block;
    width: 100%
}

.ft-install .ft-step-nav {
    margin-top: 20px;
    text-align: center;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.ft-install .ft-step-nav button.disabled {
    opacity: .5;
    cursor: default
}

.ft-install .ft-btn-secondary {
    border-radius: 0 0 10px 10px
}

.ft-install .ft-btn-check {
    background: #8BC34A;
    color: #fff;
    position: relative;
    float: left
}

.ft-install .ft-btn-check:hover {
    background: #7CB342;
    color: #fff
}

.ft-install .ft-btn-primary:hover {
    background: #1a73e8;
    color: #fff;
    box-shadow: 0 1px 1px 0 rgb(104 104 104 / 14%), 0 1px 3px 1px rgb(114 114 114 / 21%);
    transition: 250ms
}

.ft-install .ft-btn-primary.active {
    background: #1a73e8;
    color: #fff
}

.ft-install .ft-checking {
    float: right;
    position: relative;
    top: 20px
}

#ft_amount_fixed .ft-input-blue,
#ft_amount_percentage .ft-input-blue {
    width: auto
}

.ft-priceFactor {
    color: #FF5722
}

.ft-oldValue {
    color: #F44336
}

.ft-newValue {
    color: #3F51B5;
    font-weight: 700
}

input[name="delete-logs"] {
    margin: 0;
    background-color: var(--red)
}

.ft-list li {
    list-style: decimal;
    margin-bottom: 20px
}

button#bulk-edit-btn:disabled {
    color: #898989;
    background: #e5e5e5 !important
}

div.dt-buttons>.dt-button:hover,
div.dt-buttons>div.dt-button-split .dt-button:hover {
    text-decoration: none;
    background: #ffffff !important
}

#bulk-edit-popup .row {
    display: flex;
    gap: 10px;
    justify-content: space-between
}

#bulk-edit-popup .form-group {
    display: flex;
    flex-direction: column;
    width: 100%
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / .5);
    padding-top: 60px
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.modal-header h2 {
    margin: 0
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / .3);
    max-width: 500px
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none
}

h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333
}

#bulk-edit-popup form {
    display: flex;
    flex-direction: column;
    margin: 0
}

#bulk-edit-popup label {
    margin-bottom: 3px;
    font-weight: 700;
    color: #555
}

input[type="number"],
select {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px
}

input[type="number"]:focus,
select:focus {
    border-color: #66afe9;
    outline: none;
    box-shadow: 0 0 8px rgb(102 175 233 / .6)
}

form#bulk-edit-form button[type="submit"] {
    padding: 10px 20px;
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Vazirmatn'
}

form#bulk-edit-form button[type="submit"]:hover {
    background-color: #218838
}

label input[type="radio"] {
    margin-right: 10px
}

.dt-column-title select {
    margin-bottom: 0
}

.currency-note {
    color: #000;
    font-size: 13px;
    line-height: 7px
}

.currency-note p {
    line-height: normal
}

.currency-note label {
    font-size: 15px;
    margin-bottom: 10px !important;
    color: #F44336 !important
}

.currency-rates {
    color: #fff;
    background: #F44336;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 4px
}

span.currency-toolbar {
    display: flex;
    align-items: center;
    gap: 10px
}

@media (max-width:768px) {
    .ft-tools {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px
    }

    nav {
        flex-direction: column
    }

    span.currency-toolbar {
        flex-direction: column
    }
}

@media (max-width:1024px) {
    .ft-row {
        display: flex;
        gap: 20px;
        flex-direction: column
    }

    .modal-content {
        width: 80%
    }

    .row {
        flex-direction: column
    }

    label {
        margin-bottom: 3px
    }

    div.dt-buttons>.dt-button,
    div.dt-buttons>div.dt-button-split .dt-button {
        padding: .5em !important;
        font-size: 12px !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    td.sorting_1 {
        text-align: center
    }

    .col-width {
        display: flex
    }

    .col-title {
        width: 300px;
        display: flex
    }

    .col-lastedit {
        width: 170px;
        display: flex
    }

    .col-title.dt-orderable-asc.dt-orderable-desc,
    .col-lastedit.dt-orderable-asc.dt-orderable-desc {
        padding: 17px 33px 14px
    }

    select#search-status {
        margin-bottom: 0
    }

    .dt-length {
        font-size: 14px
    }

    div.dt-buttons {
        text-align: right !important
    }

    .ft-information {
        display: flex;
        flex-direction: column-reverse;
        gap: 25px
    }

    #product-table_info {
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 15px
    }
}
.ft-radio-group {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}