﻿@import url('fontiran.css');

:root {
    --colors-sea-green: 66 195 223;
    --tw-bg-opacity: .08 !important;
    --bg-neutral-t1-1-default: #ffffff;
    --st-neutral-t1-5-default: #e6e6e6;
    --bg-neutral-t1-3-default: #f5f5f5;
    --fg-neutral-t1-1-default: #333333;
    --fg-neutral-t1-3-default: #7f7f7f;
    --bg-neutral-t1-1-hover: #f0f0f0;
    --fg-neutral-t1-2-default: #4c4c4c;
    --fg-neutral-t1-2-hover: #333333;
    --st-neutral-t1-4-default: #cccccc;
    --st-neutral-t1-4-hover: #b3b3b3;
    --st-neutral-t3-3-default: #cccccc;
    --fg-neutral-t2-1-default: #333333;
    --fg-primary-t1-1-default: #009595;
    --bg-neutral-t1-1-active: #ebebeb;
    --bg-neutral-t1-1-focus: #f0f0f0;
    --st-neutral-t1-5-hover: #cccccc;
    --st-neutral-t1-5-active: #b3b3b3;
    --bg-primary-t3-1-default: #009595;
    --bg-primary-t3-1-hover: #007070;
    --bg-primary-t3-1-active: #004a4a;
    --bg-primary-t3-1-focus: #007070;
    --bg-primary-t3-1-disabled: #99e3e3;
    --st-primary-t1-2-default: #e0f7f7;
    --st-primary-t1-2-active: #ccf1f1;
    --st-neutral-t1-2-default: #7f7f7f;
    --fg-neutral-t3-0-default: #ffffff;
    --tw-ring-shadow: 0 0 #0000;
    --tw-ring-offset-shadow: 0 0 #0000;
    --ds-background-success-bold: #1F845A;
    --ds-icon-inverse: #FFFFFF;
    --ds-background-neutral-bold: #44546F;
    --ds-background-success-bold-hovered: #216E4E;
    --ds-surface-overlay: #FFFFFF;
    --ds-background-information: #E9F2FF;
    --ds-border: #091E4224;
    --ds-background-accent-gray-subtlest: #F1F2F4;
    --ds-border-information: #1D7AFC;
    --ds-background-selected-hovered: #CCE0FF;
    --ds-text: #172B4D;
    --ds-text-subtlest: #626F86;
}

@media (max-width: 990px) {
    .cardboxhelper {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .code {
        display: none;
    }

    .datedaryafte {
        display: none;
    }

    .col {
        flex: unset !important;
    }

    .mb-sm-3 {
        margin-bottom: 0.75rem !important;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .card.card-flush.h-xl-100.box-shadow {
        align-items: center;
    }
}

.font-weight-medium {
    font-weight: 600 !important;
    font-size: 1rem !important;
}

.text-small {
    font-size: .9rem !important;
}

.fa-numbers {
    font-family: IRANSansFaNum !important
}

tr.dx-row.dx-header-row {
    font-weight: 600 !important;
    font-size: 1rem !important;
}
/*selector of devexpress gridview rows*/
tr .dx-row.dx-data-row {
    font-weight: 600 !important;
    font-size: 1rem !important;
    height: 40px !important;
}

    /*selector of devexpress gridview row cells*/
    tr.dx-row.dx-data-row > td {
        vertical-align: middle !important;
    }

    tr.dx-row.dx-data-row:nth-child(odd) {
        font-weight: 600 !important;
        font-size: 1rem !important;
    }

    tr.dx-row.dx-data-row:nth-child(even) {
        font-weight: 600 !important;
        font-size: 1rem !important;
    }


.dx-item-center {
    text-align: center !important;
}

.dx-item-vertical-center {
    height: 100% !important;
    vertical-align: central !important;
}

.text-purple {
    color: rgb(115, 103, 240);
    caret-color: rgb(115, 103, 240);
}

.text-orange {
    color: rgb(255, 159, 67);
    caret-color: rgb(255, 159, 67);
}

.secondary--text {
    color: #2877dc !important;
    caret-color: #2877dc !important;
}

.green--text {
    caret-color: #4caf50 !important;
    color: #4caf50 !important;
}

.red--text {
    caret-color: #f44336 !important;
    color: #f44336 !important;
}



.success-box {
    background-color: #e9f5e5bf;
    border-color: #deeada;
    color: #666;
    padding-bottom: 5px;
    text-align: justify;
}


.gray-box {
    color: #666;
    background-color: #f8f8f8;
    border-color: #eee;
    padding-bottom: 5px;
    text-align: justify;
}

.imgblank {
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0/20%);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgb(0 0 0/20%);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    position: relative;
    height: 60px;
    float: right;
    left: -2px;
    top: -14px;
    border: 3px solid #fff;
}


.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.font-size40 {
    font-size: 40px !important;
}

.font-size25 {
    font-size: 25px !important;
}

.H50_pr50 {
    height: 50px;
    padding-left: 50px;
}

@media (max-width: 770px) {
    i.ki-duotone.ki-plus-square.text-primary.font-size40 {
        font-size: 40px !important;
    }

    span.badge.badge-primary.font-size25.add-10-button {
        font-size: 22px !important;
    }

    i.ki-duotone.ki-minus-square.text-danger.font-size40 {
        font-size: 40px !important;
    }

    i.ki-duotone.ki-cross-circle.text-danger.font-size40 {
        font-size: 40px !important;
    }

    i.ki-duotone.ki-check-circle.text-success.font-size40 {
        font-size: 40px !important;
    }

    div#kt_app_footer {
        display: none !important;
    }

    .showtest {
        width: 100% !important;
        margin-right: unset !important;
    }

    .display770 {
        display: none;
    }
}

.height27 {
    height: 27px;
}

.dx-overlay-wrapper {
    font-weight: 600 !important;
    font-size: 1rem !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar {
    background-color: #f0f8ff !important;
    border-left: 0 !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.15), 0 2px 8px rgba(0,0,0,.05) !important;
}

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-title {
        color: black;
    }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active {
        background-color: #1a59c8;
    }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .hover-scroll-overlay-y {
        scrollbar-color: #f0f8ff transparent !important;
    }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.show > .menu-link .menu-title {
        color: #3172e4 !important;
    }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.show > .menu-link .menu-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.show > .menu-link .menu-icon .svg-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.show > .menu-link .menu-icon i {
        color: #3172e4 !important;
    }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon .svg-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon i {
        color: black !important;
    }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
        color: #3172e4 !important;
    }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.here > .menu-link .menu-title {
        color: #3172e4 !important;
    }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
        background-color: #3172e4;
    }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
        background-color: #3172e4 !important;
    }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.show > .menu-link .menu-arrow:after {
        background-color: #3172e4 !important;
    }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.here > .menu-link .menu-arrow:after {
        background-color: #3172e4 !important;
    }

.box-shadow {
    box-shadow: 0 1px 2px rgba(0,0,0,.15), 0 2px 8px rgba(0,0,0,.05);
}

.borderImg {
    width: 40px !important;
    height: 40px;
    border: 2px solid #f5f5f1;
    border-radius: 4px;
}

.border-bottom-colorcustom {
    border-bottom-color: #aaaaaa !important;
}

.darkblue {
    color: #1a59c8;
}

.chart-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dateprice {
    width: 21ch;
    text-align: end;
}

.imgborder {
    width: 60px !important;
    height: 60px;
    border: 2px solid #888;
    border-radius: 50%;
}

@media (max-width: 576px) {
    .pe-sm-0-max {
        padding-left: 0 !important;
    }
}

.headerfixed {
    position: sticky;
    top: 0px;
    z-index: 100;
    background-color: white;
}

.info {
    padding: 15px;
    border-radius: 4px;
    background-color: #eceff1;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 12%), 0 1px 3px 0 rgb(0 0 0 / 24%);
}

.float-right {
    float: right;
    display: inline-block;
}

.font-bolder {
    font-weight: bolder !important;
}

i.dx-icon.dx-icon-refresh {
    color: blue;
}

i.dx-icon.dx-icon-add {
    color: green;
}

i.dx-icon.dx-icon-close {
    color: #ef4056;
}

i.dx-icon.dx-icon-edit {
    color: #feb300;
}

.form-check-input:checked {
    background-color: blue;
}

tr.dx-row.dx-data-row.dx-row-lines {
    height: 40px;
}

@media only screen and (max-width: 900px) {
    .dispaly12 {
        display: none !important;
    }
}

.texttexttext {
    text-align: left !important;
}

.p-right-0 {
    padding-right: 0px !important;
}

.p-top-0 {
    padding-top: 18px !important;
}

.p-left-align {
    text-align: left !important;
    padding-left: 0 !important;
}

.p-right-align {
    text-align: right !important;
    padding-right: 10px !important;
}

.customblue {
    background-color: #0066ff !important;
}

.StyleTab {
    position: fixed;
    right: 0;
    display: flex;
    z-index: 3;
    background-color: white;
    height: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15), 0 2px 8px rgba(0, 0, 0, .05);
}

@media (max-width: 1280px) {
    div#DateToday {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 200px;
    }
}

.width40 {
    width: 40px;
}

.monthngcontentc10, .quarterngcontentc10, .yearngcontentc10, .weekngcontentc10 {
    flex-grow: 1;
    border: 1px solid #888;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    transition: all .2sease;
}

.yearngcontentc10 {
    background-color: #aaa;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
}

.rtlngcontentc10 .yearngcontentc10 {
    border-left: 1px solid #888;
    border-right: 0;
}

    .rtlngcontentc10 .yearngcontentc10:first-child {
        border-right: 1px solid #888;
    }

.monthngcontentc10:hover, .quarterngcontentc10:hover, .yearngcontentc10:hover {
    background-color: #606060;
}

.monthngcontentc10 span, .quarterngcontentc10 span, .yearngcontentc10 span, .weekngcontentc10 span {
    transition: all .2sease;
    display: inline-block;
    white-space: nowrap;
    padding: 5px 10px;
}

.yearngcontentc10 span {
    font-weight: 900;
    font-size: 14pt;
}

.monthngcontentc10:hover > span, .quarterngcontentc10:hover > span, .yearngcontentc10:hover > span {
    color: #fff;
}

.quarterngcontentc10 {
    background-color: #ccc;
    border-right: 1px solid #888;
}

.rtlngcontentc10 .quarterngcontentc10 {
    border-left: 1px solid #888;
    border-right: 0;
}

.monthngcontentc10:hover, .quarterngcontentc10:hover, .yearngcontentc10:hover {
    background-color: #606060;
}

.quarterngcontentc10 span {
    font-weight: 700;
    font-size: 10pt;
}

.monthngcontentc10 {
    background-color: #f1f1f1;
}

.weekngcontentc10 {
    background-color: #f1f1f1;
}

.rtlngcontentc10 .monthngcontentc10 {
    border-left: 1px solid #888;
    border-right: 0;
}

.rtlngcontentc10 .weekngcontentc10 {
    border-left: 1px solid #888;
    border-right: 0;
}

.monthngcontentc10:hover, .quarterngcontentc10:hover, .yearngcontentc10:hover {
    background-color: #606060;
}

.monthngcontentc10 span {
    font-weight: 400;
    font-size: 8pt;
}

.weekngcontentc10 span {
    font-weight: 400;
    font-size: 8pt;
}

.rtlngcontentc10 .monthngcontentc10:last-child {
    border-left: 0;
}

.rtlngcontentc10 .quarterngcontentc10:last-child {
    border-left: 0;
}

.monthngcontentc10 .weekngcontentc10:last-child {
    border-left: 0;
}

.weekngcontentc10 {
    background-color: #f1f1f1;
    border: 1px solid #888;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease;
}

    .weekngcontentc10 span {
        transition: all .2s ease;
        display: inline-block;
        white-space: nowrap;
        padding: 5px 10px;
        font-weight: 400;
        font-size: 8pt;
    }

    .weekngcontentc10:hover {
        background-color: #606060;
    }

        .weekngcontentc10:hover > span {
            color: #fff;
        }

.dx-button-has-text .dx-icon {
    margin-right: 0px;
    margin-left: 9px;
}

.dx-rtl .dx-field-item:not(.dx-first-col) {
    padding-right: 0px;
}

.dx-rtl .dx-datagrid-search-panel {
    margin: 0;
}

.card-body.text-center {
    background-color: #f0f8f9;
}


.form-check-input[type=radio]:checked {
    background-image: none !important;
    background-color: #fff !important;
}


.form-check-input[type=radio] {
    border-radius: 50% !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
    margin-top: .125em !important;
    margin-right: 4px !important;
}

.form-check-input:checked {
    border-color: #3b71ca !important;
}

.form-check-input:checked {
    background-color: #3b71ca !important;
    border-color: #3b71ca !important;
}

.form-check-input[type=radio] {
    border-radius: 50% !important;
}

.form-check .form-check-input {
    float: left !important;
    margin-left: 0.5em !important;
}

.form-check-input[type=radio]:before {
    width: 1rem !important;
    height: 1rem !important;
}

.form-check-input:checked:before {
    opacity: .16 !important;
}

.form-check-input:before {
    content: "" !important;
    position: absolute !important;
    box-shadow: 0px 0px 0px 13px rgba(0, 0, 0, 0) !important;
    border-radius: 50% !important;
    width: .875rem !important;
    height: .875rem !important;
    background-color: rgba(0, 0, 0, 0) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: scale(0) !important;
}

.form-check-input[type=radio]:checked:after {
    border-radius: 50% !important;
    width: .625rem !important;
    height: .625rem !important;
    border-color: #3b71ca !important;
    background-color: #3b71ca !important;
    transition: border-color !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important;
    left: 50%;
    top: 50%;
}

.form-check-input[type=radio]:after {
    content: "" !important;
    position: absolute !important;
    width: 1rem !important;
    height: 1rem !important;
    z-index: 1 !important;
    display: block !important;
    border-radius: 50% !important;
    background-color: #fff !important;
}

.form-check-input {
    position: relative !important;
    width: 1.125rem !important;
    height: 1.125rem !important;
    background-color: #fff !important;
    border: .125rem solid #bdbdbd !important;
}

.form-check-input {
    --mdb-form-check-bg: #fff;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .3em;
    vertical-align: top;
    appearance: none;
    background-color: var(--mdb-form-check-bg);
    background-image: var(--mdb-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--mdb-border-width) solid var(--mdb-border-color);
    print-color-adjust: exact;
}

.dx-datagrid-filter-panel .dx-icon-filter {
    margin: auto auto auto 7px;
}

.dx-rtl .dx-field-item-label-location-left {
    margin-top: 15px;
}

.Mmonthngcontentc10 {
    border-left: 0 !important;
    border-right: 1px solid #888 !important;
}

.Mquarterngcontentc10:last-child {
    border-left: 1px solid #888 !important;
    border-bottom: 1px solid #888 !important;
}

.borderright {
    border-right: 1px solid #888;
}

.dx-rtl .dx-treelist-search-panel {
    margin: 0 0px 0 0;
}

.text-red {
    color: red !important;
}

.text-blue {
    color: blue;
}

.jstree-node, .jstree-children, .jstree-container-ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.jstree-node {
    white-space: nowrap;
}

.jstree-default .jstree-node {
    min-height: 24px;
    line-height: 24px;
    margin-left: 24px;
    min-width: 24px;
}

.jstree-default > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
}

.jstree-default.jstree-rtl .jstree-node {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
    background-position: 100% 1px;
    background-repeat: repeat-y;
}

.jstree-default.jstree-rtl .jstree-node {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
}

.jstree-default.jstree-rtl .jstree-last {
    background: 0 0;
}

.jstree-ocl {
    cursor: pointer;
}

.jstree-icon:empty {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: center;
}

.jstree-default .jstree-node, .jstree-default .jstree-icon {
    background-repeat: no-repeat;
    background-color: transparent;
}

.jstree-default .jstree-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.jstree-default .jstree-node, .jstree-default .jstree-icon {
    background-image: url(/media/jstree-32px.png);
}

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
    background-position: -132px -36px;
    background-color: white;
}

.jstree-anchor {
    display: inline-block;
    color: #000;
    white-space: nowrap;
    padding: 0 4px 0 1px;
    margin: 0;
    vertical-align: top;
}

    .jstree-anchor, .jstree-anchor:link, .jstree-anchor:visited, .jstree-anchor:hover, .jstree-anchor:active {
        text-decoration: none;
        color: inherit;
    }

.jstree-rtl .jstree-anchor {
    padding: 0 1px 0 4px;
}

.jstree-default .jstree-anchor, .jstree-default .jstree-animated, .jstree-default .jstree-wholerow {
    transition: background-color .15s, box-shadow .15s;
}

.jstree-default .jstree-anchor {
    line-height: 24px;
    height: 24px;
}

.jstree-default .jstree-themeicon {
    background-position: -260px -4px;
}

.jstree-rtl .jstree-anchor > .jstree-themeicon {
    margin-left: 2px;
    margin-right: 0;
}

.jstree .jstree-open > .jstree-children {
    display: block;
}

.jstree-default.jstree-rtl .jstree-node {
    margin-right: 24px;
}

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -100px -36px;
    background-color: white;
}

.jstree-default .jstree-anchor {
    line-height: 24px;
    height: 24px;
}

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
    background-position: -68px -36px;
}

.jstree-default .jstree-clicked {
    background: #beebff;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999;
}

.highlight-cell-Honeydew {
    background-color: #d1f7c4 !important;
    color: #333 !important;
}

.highlight-cell-LightSalmon {
    background-color: #ffe0c0 !important;
    color: #333 !important;
}

.highlight-cell-MistyRose {
    background-color: #ffe4e1 !important;
    color: #333 !important;
}

.highlight-cell-PaleAqua {
    background-color: #c0ffff !important;
    color: #333 !important;
}

.highlight-cell-LightPastel {
    background-color: #ffffc0 !important;
    color: #333 !important;
}

.highlight-cell-LemonYellow {
    background-color: #ffff80 !important;
    color: #333 !important;
}

.highlight-cell-MintGreen {
    background-color: #c0ffc0 !important;
    color: #333 !important;
}

.highlight-cell-LightLimeGreen {
    background-color: #80ff80 !important;
    color: #333 !important;
}

.highlight-cell-ElectricAqua {
    background-color: #80ffff !important;
    color: #333 !important;
}

.highlight-cell-LavenderBlue {
    background-color: #c0c0ff !important;
    color: #333 !important;
}

.highlight-cell-LightGray {
    background-color: #e0e0e0 !important;
    color: #333 !important;
}

.highlight-cell-PeachPuffLight {
    background-color: #ffe0c0 !important;
    color: #333 !important;
}

.highlight-cell-VividOrange {
    background-color: #ff8000 !important;
    color: #333 !important;
}

.highlight-cell-ForestGreen {
    background-color: #228b22 !important;
    color: #333 !important;
}

.highlight-cell-PastelPink {
    background-color: #ffc0c0 !important;
    color: #333 !important;
}

.highlight-cell-NavajoWhite {
    background-color: #ffdead !important;
    color: #333 !important;
}

.highlight-cell-Maroon {
    background-color: #800000 !important;
    color: #ffffff !important;
}

.highlight-cell-LightCoralOrange {
    background-color: #ffc080 !important;
    color: #ffffff !important;
}

.text-PaleGreen {
    background-color: #98fb98 !important;
}

.text-MistyRose {
    background-color: #ffe4e1 !important;
}

.text-ForestGreen {
    background-color: #228b22;
    color: #ffffff !important;
}

.text-Honeydew {
    background-color: #f0fff0 !important;
}

.text-LightGreen {
    background-color: #90ee90 !important;
}

.text-LightSalmon {
    background-color: #ffa07a !important;
}

.colortext-green {
    color: #008000 !important;
}

.colortext-redPaziersh {
    color: #FF0000 !important;
}

.cardboxback {
    background-color: #f0f8f9;
}

.back-LightYellow {
    background-color: #ffffe0 !important;
    color: black !important;
}

.disabled-overlay {
    background-color: #e2e2e2 !important;
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.badgevaluebutton {
    position: absolute;
    top: -5px;
    left: 1px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 0px 5px;
    font-size: 12px;
}

.userselectnone {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.LightPink {
    background-color: #ffc6cb !important;
    color: #333 !important;
}

@media only screen and (max-width: 900px) {
    .dispaly12 {
        display: none !important;
    }

    .desktop-only {
        display: none !important;
    }
}

.tns .tns-nav {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0px;
}

@media only screen and (min-width: 900px) {
    .mobile-only {
        display: none !important;
    }
}

.dxbluecustome {
    background-color: #1062d0 !important;
    color: #fff;
}

/*.dx-texteditor.dx-editor-outlined {
    background: #2196f220;
}*/
.dx-datagrid .dx-row-alt > td, .dx-datagrid .dx-row-alt > tr > td {
    background-color: rgb(var(--colors-sea-green) / var(--tw-bg-opacity, 1));
}

.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused) {
    background-color: rgb(var(--colors-sea-green) / var(--tw-bg-opacity, 1));
}

tr.dx-row.dx-header-row {
    background-color: rgba(0, 0, 0, .04);
    color: #333;
}

.responsive-container {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}

.left-buttons {
    width: 45px;
    padding-left: 0;
    padding-right: 0;
}

.center-content {
    flex: 1;
    padding: 0 10px;
    min-width: 370px;
}

.right-sidebar {
    width: 1140px;
    min-width: 200px;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .responsive-container {
        flex-direction: column;
    }

    .left-buttons,
    .right-sidebar {
        width: 100%;
    }

    .center-content {
        padding: 10px 0;
        min-width: 340px;
    }
}

#mainContent {
    flex-grow: 1;
}

.expanded-content {
    width: 100% !important;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td {
    background-color: #f0fafc;
}

i.dx-icon.dx-icon-edit-button-addrow {
    color: green;
}

i.dx-icon.dx-icon-color {
    background: linear-gradient(135deg, #ff6ec4, #7873f5, #4ade80);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.btn-printFactor {
    background-color: #007bff;
    color: #fff;
}

    .btn-printFactor:hover {
        background-color: #0056b3;
    }

.btn-printHavale {
    background-color: #28a745;
    color: #fff;
}

    .btn-printHavale:hover {
        background-color: #1e7e34;
    }

.btn-cancelSwal {
    background-color: #6c757d;
    color: #fff;
}

    .btn-cancelSwal:hover {
        background-color: #5a6268;
    }

.disabledtab {
    color: #c1c1c1;
    cursor: not-allowed;
    opacity: 0.6;
}

.c-shortcutsWidget__shortcut {
    position: relative;
    padding: 16px 12px;
    flex: 1;
    border: 1px solid var(--st-neutral-t1-5-default);
    border-radius: .5rem;
    background-color: var(--bg-neutral-t1-1-default);
    display: flex;
    gap: .5rem;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    text-align: center;
}

.c-shortcutsWidget__shortcuts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    border-radius: 12px;
    border: 1px solid var(--st-neutral-t1-5-default);
    background-color: var(--bg-neutral-t1-3-default);
    padding: 16px;
    gap: 16px;
    overflow-y: auto;
}

.c-shortcutsWidget__resourceLogo {
    width: 36px;
    height: 30px;
    border-left: 1px solid var(--st-neutral-t1-5-default);
    padding-left: 8px;
}

.c-shortcutsWidget__resourceInfo {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

.c-shortcutsWidget__text {
    font-size: 12px;
    font-weight: 450;
    line-height: 16px;
    letter-spacing: -0.24px;
    font-family: IRANSans;
    white-space: nowrap;
    max-width: 143px;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
    color: var(--fg-neutral-t1-1-default);
}

.c-shortcutsWidget__subText {
    color: var(--fg-neutral-t1-3-default);
    font-size: 10px;
    font-weight: 325;
    line-height: 12px;
    letter-spacing: -0.2px;
}

.c-shortcutsWidget__subText, .c-shortcutsWidget__subText {
    font-family: IRANSans;
}

.c-shortcutsWidget__shortcut:hover {
    background-color: var(--bg-neutral-t1-1-hover);
}

.c-widgetBox__body {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: 100%;
    max-height: max-content;
}

.v9-3-2-ArSection__section {
    padding: 24px;
}

.v9-3-2-ArSection__section--content {
    font-size: 14px;
    font-weight: 325;
    line-height: 20px;
    letter-spacing: -0.28px;
    flex-grow: 1;
}

.v9-3-2-ArSection__section--header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid var(--st-neutral-t1-5-default);
    gap: 1.5rem;
}

@media (min-width: 576px) {
    .v9-3-2-ArSection__section--header {
        align-items: center;
        flex-direction: row;
    }
}

.v9-3-2-ArHeading__content {
    display: flex;
    flex-direction: column;
    align-self: center;
    gap: .5rem;
    min-width: 0;
}

.v9-3-2-ArHeading__main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .25rem;
}

.v9-3-2-ArTitle__title {
    color: var(--fg-neutral-t1-1-default);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.v9-3-2-ArTitle__title--md {
    font-size: 16px;
    font-weight: 450;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.c-widgetBox__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
}

@media (min-width: 768px) {
    .c-widgetBox__actions {
        flex-wrap: nowrap;
    }
}

.v9-3-2-ArButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    gap: .5rem;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    outline: 0;
    text-decoration: none;
    user-select: none;
    background-color: rgba(0, 0, 0, 0);
}

.v9-3-2-ArButton--md {
    height: 40px;
    padding: 0 1rem;
    border-radius: .75rem;
}

.v9-3-2-ArButton--ghost {
    color: var(--fg-neutral-t1-2-default);
}

.v9-3-2-ArButton__container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v9-3-2-ArButton__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

.v9-3-2-ArButton__icon {
    display: inline-flex;
}

.v9-3-2-ArButton__text {
    font-size: 14px;
    font-weight: 450;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.v9-3-2-ArSection {
    background-color: var(--bg-neutral-t1-1-default);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.c-widgetBox {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.c-shortcutsWidget {
    height: 100%;
}

@media (min-width: 1200px) {
    .HostDashboard__widget--quickaccess {
        grid-column: 1 / -1;
    }
}

.HostDashboard__widgets {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
}

@media (min-width: 1200px) {
    .HostDashboard__widgets {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.HostRoot__content {
    display: flex;
    flex-direction: column;
    margin: 1.5rem 0 6rem 0;
}

.HostDashboard {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.v9-3-2-ArButton--ghost:hover {
    color: var(--fg-neutral-t1-2-hover);
    background-color: var(--bg-neutral-t1-1-hover);
}

.v9-3-2-ArButton--sm {
    height: 32px;
    padding: 0 1rem;
    border-radius: .5rem;
}

.v9-3-2-ArButton--iconButton {
    min-width: unset;
    padding: 0;
    aspect-ratio: 1;
}

.v9-3-2-ArButton--tertiary {
    color: var(--fg-neutral-t1-2-default);
    border: 1px solid var(--st-neutral-t1-4-default);
}

.c-shortcutsWidget__deleteBtn {
    position: absolute;
    top: 5px;
    left: 5px;
    transform: scale(0.7);
    visibility: hidden;
}

.c-shortcutsWidget__shortcut:hover .c-shortcutsWidget__deleteBtn, .c-shortcutsWidget__shortcut:focus .c-shortcutsWidget__deleteBtn {
    visibility: visible;
}

.v9-3-2-ArButton__container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v9-3-2-ArSidePanel__text {
    align-self: center;
}

.v9-3-2-ArButton__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

.v9-3-2-ArButton__icon {
    display: inline-flex;
}

.v9-3-2-ArButton--tertiary:hover {
    color: var(--fg-neutral-t1-2-hover);
    border: 1px solid var(--st-neutral-t1-4-hover);
    outline: 2px solid var(--st-neutral-t3-3-default);
    outline-offset: 0;
}

.v9-3-2-ArSidePanel__header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 24px;
    border-bottom: 1px solid var(--st-neutral-t1-5-default);
}

.v9-3-2-ArSidePanel__title {
    font-size: 18px;
    font-weight: 450;
    line-height: 24px;
    letter-spacing: -0.36px;
    color: var(--fg-neutral-t1-1-default);
}

.v9-3-2-ArSidePanel__caption {
    font-size: 12px;
    font-weight: 325;
    line-height: 16px;
    letter-spacing: -0.24px;
    color: var(--fg-neutral-t1-3-default);
}

.v9-3-2-ArSidePanel__body {
    padding: 24px;
    flex-grow: 1;
    overflow: auto;
    font-size: 14px;
    font-weight: 325;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.c-shortcutsSidebar__addShortcutWrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.v9-3-2-ArInput {
    --inputPadStart: 13px;
    --inputPadEnd: 13px;
    --inputColor: var(--fg-neutral-t1-2-default);
    --inputBgColor: var(--bg-neutral-t1-1-default);
    --inputBorder: var(--st-neutral-t1-4-default);
    --inputShadowColor: transparent;
    --inputIcon: var(--fg-neutral-t1-3-default);
    --inputAffixColor: var(--fg-neutral-t2-1-default);
    --inputAffixBgColor: var(--bg-neutral-t1-3-default);
    display: flex;
    width: 100%;
    height: var(--inputHeight);
    color: var(--inputColor);
    background-color: var(--inputBgColor);
    border: 1px solid var(--inputBorder);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 0 1px var(--inputShadowColor);
}

.v9-3-2-ArInput--hasPrependIcon {
    --inputPadStart: 37px;
}

.v9-3-2-ArInput--md {
    --inputHeight: 40px;
}

.v9-3-2-ArInput__wrapper {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.v9-3-2-ArInput__prependIcon {
    position: absolute;
    inset-inline-start: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--inputIcon);
}

.v9-3-2-ArInput--hasPrependIcon {
    --inputPadStart: 37px;
}

.v9-3-2-ArInput__input {
    font-size: 14px;
    font-weight: 325;
    line-height: 20px;
    letter-spacing: -0.28px;
    flex: 1;
    padding-block: 0;
    padding-inline-start: var(--inputPadStart);
    padding-inline-end: var(--inputPadEnd);
    height: 100%;
    width: 100%;
    color: currentColor;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
    outline: none;
    text-align: inherit;
}

.c-tabledList {
    border: 1px solid #e9edf5;
    border-radius: 12px;
    max-height: inherit;
    overflow: auto;
}

.c-shortcutsSidebar__table {
    max-height: calc(100vh - 380px);
}

.c-tabledList__table {
    font-size: 14px;
    font-weight: 325;
    line-height: 20px;
    letter-spacing: -0.28px;
    width: 100%;
    border-spacing: 0;
    white-space: nowrap;
}

.c-tabledList thead {
    position: sticky;
    z-index: 1;
    top: 0;
}

.c-tabledList__headerCell {
    font-size: 14px;
    font-weight: 450;
    line-height: 20px;
    letter-spacing: -0.28px;
    padding: .5rem 0px;
    text-align: right;
    background-color: #f5f7fa;
    color: #7a90aa;
}

    .c-tabledList__headerCell .c-tabledList__headerCellText {
        display: block;
        height: 24px;
        padding: 0px .5rem;
    }

    .c-tabledList__headerCell:not(:last-child) .c-tabledList__headerCellText {
        border-left: 1px solid #d1dbe8;
    }

.v9-3-2-ArSelect {
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%;
    color: var(--fg-neutral-t1-1-default);
    touch-action: manipulation;
    cursor: pointer;
    height: max-content;
}

.v9-3-2-ArSelect__tags {
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--st-neutral-t1-4-default);
    background: var(--bg-neutral-t1-1-default);
    gap: 8px;
    padding-inline: 11px;
}

.v9-3-2-ArSelect__tags--md {
    height: 40px;
}

.v9-3-2-ArSelect__input, .v9-3-2-ArSelect__single {
    touch-action: manipulation;
    width: 100%;
    border: 0;
    padding: 0;
}

.v9-3-2-ArSelect__input {
    font-size: 14px;
    font-weight: 325;
    line-height: 20px;
    letter-spacing: -0.28px;
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    padding: inherit;
    margin-inline: 1px;
    cursor: pointer;
}

.v9-3-2-ArSelect__single {
    font-size: 14px;
    font-weight: 325;
    line-height: 20px;
    letter-spacing: -0.28px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    white-space: nowrap;
}

.v9-3-2-ArSelect__single-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

.v9-3-2-ArSelect__placeholder {
    font-size: 14px;
    font-weight: 325;
    line-height: 20px;
    letter-spacing: -0.28px;
    color: var(--fg-neutral-t1-3-default);
}

.v9-3-2-ArSelect__placeholder--hidden {
    visibility: hidden;
}

.v9-3-2-ArSelect__placeholder--none {
    display: none;
}

.v9-3-2-ArSelect__indicator {
    display: inline-flex;
    margin-inline-start: auto;
    cursor: pointer;
    transition: transform .2s ease;
}

.v9-3-2-ArSelect__tags:hover {
    border-color: var(--st-neutral-t1-4-hover);
    background: var(--bg-neutral-t1-1-hover);
}

.v9-3-2-ArSelect__input:active {
    border: unset;
}

.v9-3-2-ArSelect__content-wrapper {
    position: absolute;
    display: block;
    background: var(--bg-neutral-t1-1-default);
    width: 100%;
    max-height: 240px;
    overflow: auto;
    border-radius: 12px;
    z-index: 50;
    -webkit-overflow-scrolling: touch;
    padding: 8px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .16);
    margin: 8px 0;
    cursor: auto;
}

.v9-3-2-ArSelect__content {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0;
    margin: 0;
    min-width: 100%;
    width: max-content;
    vertical-align: top;
}

.v9-3-2-ArSelect__option {
    display: flex;
    min-height: 40px;
    text-decoration: none;
    text-transform: none;
    align-items: center;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    gap: 8px;
    border-radius: 8px;
    background: var(--bg-neutral-t1-1-default);
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 325;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.v9-3-2-ArSelect__option-check {
    flex-shrink: 0;
    color: var(--fg-primary-t1-1-default);
}

.v9-3-2-ArSelect__option-end {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-inline-start: auto;
}

.v9-3-2-ArSelect__element {
    display: block;
}

.v9-3-2-ArSelect__option--highlight {
    background: var(--bg-neutral-t1-1-hover);
    outline: none;
}

.v9-3-2-ArSelect__option-check--invisible {
    visibility: hidden;
}

.v9-3-2-ArSelect__input:focus, .v9-3-2-ArSelect__single:focus {
    outline: none;
}

.c-tabledList__bodyRow {
    border-bottom: 1px solid #e9edf5;
    background-color: #fff;
    line-height: 20px;
}

.c-tabledList__bodyRowCell {
    border-bottom: 1px solid #e9edf5;
    padding: 0px 8px;
    height: 48px;
}

.v9-3-2-ArCheckbox {
    --bg-color-default: var(--bg-neutral-t1-1-default);
    --bg-color-hover: var(--bg-neutral-t1-1-hover);
    --bg-color-active: var(--bg-neutral-t1-1-active);
    --bg-color-focus: var(--bg-neutral-t1-1-focus);
    --bg-color-disabled: var(--bg-neutral-t1-1-default);
    --shadow-color-hover: var(--st-neutral-t1-5-hover);
    --shadow-color-active: var(--st-neutral-t1-5-active);
    --label-color: var(--fg-neutral-t1-1-default);
    display: flex;
    cursor: pointer;
    align-items: center;
}

.v9-3-2-ArCheckbox__input {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    border: 2px solid #009595;
    background-color: var(--bg-color-default);
    border-radius: .25rem;
    transition: box-shadow 200ms ease;
    cursor: inherit;
    appearance: none;
    print-color-adjust: exact;
    color-adjust: exact;
}

    .v9-3-2-ArCheckbox__input:checked, .v9-3-2-ArCheckbox__input:indeterminate {
        --bg-color-default: var(--bg-primary-t3-1-default);
        --bg-color-hover: var(--bg-primary-t3-1-hover);
        --bg-color-active: var(--bg-primary-t3-1-active);
        --bg-color-focus: var(--bg-primary-t3-1-focus);
        --bg-color-disabled: var(--bg-primary-t3-1-disabled);
        --shadow-color-hover: var(--st-primary-t1-2-default);
        --shadow-color-active: var(--st-primary-t1-2-active);
        border-color: rgba(0, 0, 0, 0);
        background-position: center;
        background-repeat: no-repeat;
    }

    .v9-3-2-ArCheckbox__input:checked {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23ffffff'/%3e%3c/svg%3e");
    }

.v9-3-2-ArSidePanel__footer {
    display: flex;
    justify-content: start;
    gap: 8px;
    padding: 24px;
    border-top: 1px solid var(--st-neutral-t1-5-default);
    bottom: 0;
    position: absolute;
    width: 100%;
}

.v9-3-2-ArButton--primary {
    color: var(--fg-neutral-t3-0-default);
    background-color: var(--bg-primary-t3-1-default);
}

.v9-3-2-ArButton--tertiary {
    color: var(--fg-neutral-t1-2-default);
    border: 1px solid var(--st-neutral-t1-4-default);
}

.v9-3-2-ArButton--primary:hover {
    color: var(--fg-neutral-t3-0-default);
    background-color: var(--bg-primary-t3-1-hover);
    outline: 2px solid var(--st-primary-t1-2-default);
    outline-offset: 0;
}

.c-shortcutsWidget__shortcuts--empty {
    display: block;
}

.c-shortcutsWidget__emptyState {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

.c-shortcutsWidget__emptyStateTitle {
    font-size: 18px;
    font-weight: 450;
    line-height: 24px;
    letter-spacing: -0.36px;
    color: #009595;
    margin: 0;
}

.c-shortcutsWidget__emptyStateDescription {
    font-size: 14px;
    font-weight: 450;
    line-height: 20px;
    letter-spacing: -0.28px;
    color: #7f7f7f;
    margin: 0;
    margin-bottom: 8px;
}

.c-tabledList__emptySlot {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 32px 0px;
}

.itemfrm {
    background-color: #f0f8f9;
    padding: 15px 20px 15px 20px;
    --tw-shadow: 0 2px 16px 0 rgba(0, 0, 0, .08);
    --tw-shadow-colored: 0 2px 16px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-border-opacity: 1;
    border-color: rgb(226 226 226 / var(--tw-border-opacity, 1));
    border-radius: 12px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 1px;
}

.bgdangerdx {
    background-color: #d9534f;
    border-color: transparent;
    color: #fff;
}

    .bgdangerdx:hover {
        background-color: #ce312c !important;
        border-color: transparent !important;
        color: #fff;
    }

.dxbluecustome:hover {
    background-color: #1a519b !important;
    color: #fff;
}

.custom-label-gray .dx-label {
    color: #737373 !important;
}

.text-PastelGreen {
    background-color: #6FCF97 !important;
}

.btn-filterNotification-toggle {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.filternotification-by-unread {
    box-sizing: content-box;
    display: inline-block;
    padding: 2px;
    margin: 2px;
    background-clip: content-box;
    background-color: var(--ds-background-neutral-bold, #6B778C);
    border-radius: 16px;
    border: 2px solid transparent;
    height: 16px;
    position: relative;
    transition: transform 0.2s;
    width: 32px;
    color: var(--ds-icon-inverse, #FFFFFF);
    cursor: pointer;
}

    .filternotification-by-unread[data-checked] {
        background-color: var(--ds-background-success-bold, #00875A);
        color: var(--ds-icon-inverse, #FFFFFF);
    }

        .filternotification-by-unread[data-checked]:hover {
            background-color: var(--ds-background-success-bold-hovered, #006644);
        }

    .filternotification-by-unread::before {
        background-color: var(--ds-icon-inverse, #FFFFFF);
        border-radius: var(--ds-border-radius-circle, 50%);
        content: "";
        position: absolute;
        transform: initial;
        transition: transform 0.2s;
        inset-block-end: 4px;
        height: 12px;
        width: 12px;
        inset-inline-start: 4px;
    }

    .filternotification-by-unread[data-checked]::before {
        background-color: var(--ds-icon-inverse, #FFFFFF);
        transform: translateX(-16px);
    }

    .filternotification-by-unread input[type="checkbox"] {
        opacity: 0;
        margin: 0px;
        padding: 0px;
        border: none;
        -webkit-appearance: checkbox;
        display: inline;
    }

.filter-by-unread--toggle {
    display: inline-block;
    flex-shrink: 0;
    line-height: 1;
    width: 16px;
    height: 16px;
}

.filternotification-by-unread > span {
    position: absolute;
    inset-block-start: 2px;
}

    .filternotification-by-unread > span:nth-last-of-type(2) {
        inset-inline-start: 3px;
    }

.filter-by-unread--toggle > svg {
    overflow: hidden;
    pointer-events: none;
    max-width: 100%;
    max-height: 100%;
    color: var(--icon-primary-color);
    fill: var(--icon-secondary-color);
    vertical-align: bottom;
}

.mark-all-readnotification-button {
    display: flex;
    position: sticky;
    z-index: 100;
    top: 0;
    flex-direction: row;
    width: 404px;
    padding: 8px 12px 8px 16px;
    background-color: var(--ds-surface-overlay, #ffffff);
}

.btnmarkallreadnotification {
    margin-top: 4px;
    margin-left: auto;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
    color: var(--ds-text-subtlest, #626f86);
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.notifications-body {
    position: relative;
    min-height: 285px;
    margin-bottom: 68px;
}

.notifications-empty-state-hidden {
    display: flex;
    position: absolute;
    top: 16px;
    right: 0;
    bottom: 16px;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 12px 0;
    padding: 0 8px;
    text-align: center;
}

    .notifications-empty-state-hidden img {
        display: block;
        height: 133px;
        margin-bottom: 32px;
    }

    .notifications-empty-state-hidden img, .notifications-empty-state-hidden h3 {
        opacity: 0;
        pointer-events: none;
    }

    .notifications-empty-state-hidden h3 {
        margin-bottom: 24px;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2;
    }
.itemread-notification {
    padding: 8px 0;
    background-color: transparent;
}
.itemread-notification.activetoggle-markunread-button {
    transition: background-color ease-in-out 0.5s;
    background-color: var(--ds-background-information, #e9f2ff);
}
.read-notification {
    position: relative;
    width: 360px;
    min-height: 32px;
    margin: 0 48px 0 16px;
    padding: 0 0 8px;
    border: 0;
    border-bottom: 1px solid var(--ds-border, rgba(9, 45, 66, 0.13));
    border-radius: 8px;
    background: var(--ds-background-accent-gray-subtlest, #f1f2f4);
    box-shadow: var(--ds-shadow-raised, 0 1px 1px rgba(9, 45, 66, 0.25), 0 0 0 1px rgba(9, 45, 66, 0.08));
}
.activeread-notification {
    position: absolute;
    top: -1px;
    right: -36px;
}
.btnmarkunread {
    flex-shrink: 0;
    min-width: 16px;
    min-height: 16px;
    margin-left: auto;
    padding: 3px;
}
.toggle-markunread-button, .toggle-markunread-button:active, .toggle-markunread-button:focus, .toggle-markunread-button:hover {
    box-shadow: none;
}
.toggle-markunread-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
    padding: 0;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}
    .toggle-markunread-button::before {
        content: '';
        display: block;
        box-sizing: border-box;
        width: 14px;
        height: 14px;
        border: 1px solid var(--ds-border, #091e4224);
        border-radius: 100%;
    }
    .toggle-markunread-button.activetoggle-markunread-button::before {
        border-color: var(--ds-border-information, #1d7afc);
        background-color: var(--ds-background-information-bold, #0c66e4);
    }
    .toggle-markunread-button:hover {
        border-radius: 3px;
        background-color: var(--ds-background-selected-hovered, #cce0ff);
    }
.membarTaskcardnotifications {
    display: flex;
    align-items: baseline;
    padding: 16px 8px 0 8px;
    cursor: pointer;
}
.namemembarTaskcardnotifications {
    color: var(--ds-text, #172b4d);
    font-weight: 800;
    line-height: 24px;
    white-space: pre-line;
}
.ActivityTaskcardnotifications {
    display: flex;
    margin-bottom: 8px;
    padding: 2px 40px 2px 8px;
}
.ActivitytitleTaskcardnotifications {
    position: relative;
    flex: 1 1 auto;
    width: 0;
    color: var(--ds-text, #172b4d);
    word-wrap: break-word;
}
.ActivitydateTaskcardnotifications {
    min-width: 105px;
    margin: 0 0 6px;
    color: var(--ds-text-subtlest, #626f86);
    font-size: 12px;
    line-height: 14px;
}