@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/dana/DanaFaNum-Regular.woff2) format('woff2');
}

@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 500;
    src: url(../../fonts/dana/DanaFaNum-Medium.woff2) format('woff2');
}

html * {
    font-family: Dana, Tahoma, sans-serif;
    font-weight: 500;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.font_en {
    font-family: sans-serif;
}

.white_space_nowrap {
    white-space: nowrap;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.pointer_events_none {
    pointer-events: none;
}

.letter_spacing_2 {
    letter-spacing: 2px;
}

.letter_spacing_5 {
    letter-spacing: 5px;
}

.letter_spacing_10 {
    letter-spacing: 10px;
}

.letter_spacing_7 {
    letter-spacing: 7px;
}

.no_bullet {
    list-style: none;
}

.text_justify {
    text-align: justify;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.border_radius_0 {
    border-radius: 0 !important;
}

[data-pc-theme='dark'] .light_theme_show {
    display: none;
}

[data-pc-theme='light'] .dark_theme_show {
    display: none;
}

.pc-sidebar .pc-link {
    padding: 14px 20px 14px 14px;
}

.pc-sidebar .pc-badge {
    margin-left: 7px;
}

body[data-pc-theme='light'] .pc-header .pc-h-item.dark2light {
    display: none;
}

body[data-pc-theme='dark'] .pc-header .pc-h-item.light2dark {
    display: none;
}

.header-notification-scroll .notif_date {
    text-align: left;
    margin-bottom: 7px;
}

.header-notification-scroll .notif_title_wrapper {
    min-height: 20px;
}

.header-notification-scroll p {
    text-align: justify;
}

body[data-pc-theme='dark'] .create_new_plan_card_in_sidebar .text-dark {
    color: #212529 !important;
}

body[data-pc-theme='dark'] .create_new_plan_card_in_sidebar .text-dark.text-opacity-75 {
    opacity: 0.75;
}

img.sidebar_logo {
    width: 100%;
    max-width: 190px;
}


.notifier-container {
    display: flex;
    flex-direction: column-reverse;
    top: auto !important;
    bottom: 0;
    z-index: 100000 !important;
}

.notifier {
    padding: 25px 0 !important;
    border-radius: 5px !important;
    border-right: 4px solid #95a5a6;
}

[data-pc-direction='rtl'] .notifier-body {
    padding-right: 58px;
}

.notifier-close {
    right: 4px !important;
    left: auto !important;
}

.notifier-img {
    float: right !important;
    margin-left: 10px !important;
    height: auto !important;
}

.notifier.warning {
    border-right: 4px solid #F4C22B;
}

.notifier.info {
    border-right: 4px solid #3EBFEA;
}

.notifier.success {
    border-right: 4px solid #1DE9B6;
}

.notifier.danger {
    border-right: 4px solid #F44236;
}


.datatable-sorter {
    position: relative;
    padding-left: 18px;
    padding-right: 0;
    width: 100%;
    text-align: right;
}

.datatable-sorter::before,
.datatable-sorter::after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    left: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    opacity: 0.2;
}


.datatable-sorter::before {
    border-top: 4px solid #000;
    bottom: 0px;
}

.datatable-sorter::after {
    border-bottom: 4px solid #000;
    border-top: 4px solid transparent;
    top: 0px;
}

.datatable-ascending .datatable-sorter::after,
.datatable-descending .datatable-sorter::before,
.datatable-ascending .datatable-filter::after,
.datatable-descending .datatable-filter::before {
    opacity: 0.6;
}

.datatable-bottom > nav:last-child, .datatable-bottom > div:last-child {
    float: left;
}

.datatable-bottom > nav:first-child, .datatable-bottom > div:first-child {
    float: right;
}


.datatable-pagination-list-item:first-child {
    font-size: 20px;
}

.datatable-pagination-list-item:last-child {
    font-size: 20px;
}

.datatable-pagination ul {
    direction: ltr;
    margin: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: start;
}

.datatable-pagination li {
    list-style: none;
    float: left;
}

.datatable-pagination li.datatable-hidden {
    visibility: hidden;
}

.datatable-pagination a,
.datatable-pagination button {
    border: 1px solid transparent;
    float: left;
    margin-left: 2px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    border-radius: 3px;
    line-height: 25px;
    min-width: 35px;
    text-align: center !important;
}

.datatable-pagination a:hover,
.datatable-pagination button:hover {
    background-color: #d9d9d9;
    color: #000;
}

.datatable-pagination .datatable-active a,
.datatable-pagination .datatable-active a:focus,
.datatable-pagination .datatable-active a:hover,
.datatable-pagination .datatable-active button,
.datatable-pagination .datatable-active button:focus,
.datatable-pagination .datatable-active button:hover {
    background-color: #d9d9d9;
    color: #000;
    cursor: default;
}

.datatable-pagination .datatable-ellipsis a,
.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover,
.datatable-pagination .datatable-ellipsis button,
.datatable-pagination .datatable-disabled button,
.datatable-pagination .datatable-disabled button:focus,
.datatable-pagination .datatable-disabled button:hover {
    pointer-events: none;
    cursor: default;
}

.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover,
.datatable-pagination .datatable-disabled button,
.datatable-pagination .datatable-disabled button:focus,
.datatable-pagination .datatable-disabled button:hover {
    cursor: not-allowed;
    opacity: 0.4;
}

.datatable-pagination .datatable-pagination a,
.datatable-pagination .datatable-pagination button {
    font-weight: bold;
}

.datatable-pagination-list button {
    color: inherit;
    border: 0;
    background-color: inherit;
    cursor: pointer;
    text-align: inherit;
    font-weight: inherit;
    font-size: inherit;
}

/* رنگ دکمه ولت در سایدبار */
.pc-sidebar .pc-item .pc-link.wallet_btn::after {
    background: var(--pc-sidebar-color);
}

/* رنگ دکمه امتیاز در سایدبار */
.pc-sidebar .pc-item .pc-link.star_btn::after,
.pc-sidebar .pc-item:hover.pc-link.star_btn:hover::after {
    background: #F4C22B !important;
    opacity: 0.2;
}

/* متن پیشفرض امتیاز قابل کنترل نیست پس مخفی شود */
[data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]::after,
[data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]::before {
    display: none !important;
    content: '' !important;
}

/* باکس هشدارهایی که شامل لیست هستند به این صورت باشند */
ul.alert {
    list-style-position: outside;
    padding-right: 30px;
}


.ajaxload_style1 {
    position: relative;
    pointer-events: none;
}

.ajaxload_style1:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../../images/loading-white.svg) no-repeat center center / auto 90%;
    background-color: inherit;
    border-radius: inherit;
}

.ajaxload_style1.size75:after {
    background-size: auto 75%;
}

.ajaxload_style1.size60:after {
    background-size: auto 60%;
}

/*#2 => dark*/
.ajaxload_style2 {
    position: relative;
    pointer-events: none;
}

.ajaxload_style2:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../../images/loading-black.svg) no-repeat center center / auto 90%;
    background-color: inherit;
    border-radius: inherit;
}

.ajaxload_style2.size75:after {
    background-size: auto 75%;
}

.ajaxload_style2.size60:after {
    background-size: auto 60%;
}

/*#3 => dots*/
.ajaxload_style3 {
    position: relative;
    pointer-events: none;
}

.ajaxload_style3 * {
    visibility: hidden;
}

.ajaxload_style3:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../../images/loading-dot-black.svg) no-repeat right center / auto 30px;
    background-color: inherit;
    border-radius: inherit;
}


.input-group [data-otp-send].ajaxload_style1::after {
    background-size: auto 60%;
}

.pagination .page-link {
    display: inline-flex;
    min-width: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.pc-header [data-notif-count-no='0'],
.pc-sidebar [data-notif-count-no='0'] {
    opacity: 0;
}


[data-otp-send].ajaxload_style1 .send_btn,
[data-otp-send].ajaxload_style1 .resend_btn,
[data-otp-user-send].ajaxload_style1 .send_btn,
[data-otp-user-send].ajaxload_style1 .resend_btn {
    display: none;
}


/* مقدار پیشفرض 1 بود و اعداد در بجها وسط نبودند */
.pc-sidebar .pc-badge {
    line-height: 2;
}
