#body {
    font-family: 'YekanBakhFaNum', Roboto, sans-serif;
    letter-spacing: -1px !important;
}

/* colors */

.primary-color {
    color: #3ECF8A;
}

.secondary-color {
    color: #182F40;
}

.tertiary-color {
    color: #006064;
}


.bg-primary {
    color: #3ECF8A;
}

.bg-secondary {
    color: #182F40;
}

.bg-tertiary {
    color: #006064;
}


/* material icons */

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* material symbols */

.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: rtl;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
}

.material-symbols-outlined.md-18 {
    font-size: 18px;
}

.material-symbols-outlined.md-24 {
    font-size: 24px;
}

.material-symbols-outlined.md-36 {
    font-size: 36px;
}

.material-symbols-outlined.md-48 {
    font-size: 48px;
}


.material-symbols-rounded {
    font-family: "Material Symbols Rounded";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: rtl;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
}

.material-symbols-rounded.md-18 {
    font-size: 18px;
}

.material-symbols-rounded.md-24 {
    font-size: 24px;
}

.material-symbols-rounded.md-36 {
    font-size: 36px;
}

.material-symbols-rounded.md-48 {
    font-size: 48px;
}

.material-symbols-sharp {
    font-family: "Material Symbols Sharp";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: rtl;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
}

.material-symbols-sharp.md-18 {
    font-size: 18px;
}

.material-symbols-sharp.md-24 {
    font-size: 24px;
}

.material-symbols-sharp.md-36 {
    font-size: 36px;
}

.material-symbols-sharp.md-48 {
    font-size: 48px;
}







/* modal */
.modal-content.sdp-modal-primary-content {
    background: #F0FFF8;
    border-radius: 8px;
}

.modal-content.sdp-modal-content-secondary {
    background: #E9F6FF;
    border-radius: 8px;
}

.modal-body-title {
    font-weight: 500;
    font-size: 24px;
    color: rgba(33, 33, 33, 1);
}

.black-box {
    background-color: #1F1F1F;
    border-radius: 5px;
}

/* toast */

#liveToast {
    background-color: #F0FFF8;
    border: 0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.15) !important;
    border-radius: 5px;
}

.sdp-toast-container {
    padding: 1rem;
    position: fixed;

}

.sdp-toast-container.bottom-right {
    bottom: 0;
    right: 0;
}

.sdp-toast-container.bottom-left {
    bottom: 0;
    left: 0;
}

.sdp-toast-container.top-right {
    top: 0;
    right: 0;
}

.sdp-toast-container.top-left {
    top: 0;
    left: 0;
}

.sdp-toast-container.middle {
    top: auto;
    left: auto;
}


.toast-link {
    text-decoration: none;
    color: #1AAB66;
    margin-left: 20px;
}

.toast-link:hover {
    color: #096438;
}

.toast-close-btn {
    min-height: 10px !important;
    min-width: 10px !important;
    padding: 0 !important;
}

/* badge */
.sdp-badge {
    border-radius: 5px;
    padding: 0 0.3rem;
    min-height: 16px;
    min-width: 16px;
    margin: 4px;
}

.sdp-badge-light {
    background-color: #3ECF8A;
    color: #0B1C28;
    font-size: 12px;
    font-weight: 600;

}

.sdp-badge-dark {
    background-color: #BCFFDF;
    color: #2E8A5E;
    font-size: 12px;
    font-weight: 600;
}



/* chips */
.green-icon {
    color: #30A16B;
}

.dark-icon {
    color: #0B1C28;
}

.chips-text {
    inline-size: max-content;
}

.sdp-chips {
    min-width: 4.6rem;
    min-height: 2rem;
    border: 1px solid #9E9E9E;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sdp-chips-icon-right {
    cursor: pointer;
    margin-left: 0.2rem;
}

.sdp-chips-icon-left {
    cursor: pointer;
    margin-right: 0.2rem;
}

.spd-avatar-image {
    border-radius: 2px;
    max-width: 1.5rem;
    max-height: 1.5rem;
    margin: 0 0.25rem;
}

.sdp-chips-O1 {
    color: #0B1C28;
    background-color: #ffffff;
    padding: 0 0.5rem;
}

.sdp-chips-O1:hover {
    background: rgba(222, 248, 235, 0.5);
}

.sdp-chips-O1:active {
    background: rgba(222, 248, 235, 0.8);
}

.sdp-chips-O2 {
    color: #0B1C28;
    background-color: #ffffff;
    padding: 0 0.5rem;
}

.sdp-chips-O2:hover {
    background: rgba(217, 239, 255, 0.5);
}

.sdp-chips-O2:active {
    background: rgba(217, 239, 255, 0.8);
}

.sdp-chips-avatar {
    padding-left: 0;
}

/* filter chips */
.sdp-filter-chips {
    min-width: 4.6rem;
    min-height: 2rem;
    border: 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.5rem;
}

.sdp-filter-chips-F1 {
    background: #FFFBFE;
    color: #0B1C28;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-filter-chips-F1:hover {
    background: rgba(222, 248, 235, 0.2);
    color: #0B1C28;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-filter-chips-F1:active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), rgba(222, 248, 235, 0.2);
    color: #0B1C28;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-filter-chips-F2 {
    background: #D7FFEC;
    color: #0B1C28;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-filter-chips-F2:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #D7FFEC;
    color: #0B1C28;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-filter-chips-F2:active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #D7FFEC;
    color: #0B1C28;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

/* switch */
.sdp-switch-primary {
    position: relative;
    display: inline-block;
    width: 3.25rem;
    height: 2rem;
    margin: 0 .5rem;
}

.sdp-switch-primary input {
    opacity: 0;
    width: 0;
    height: 0;
}

.sdp-switch-slider-primary {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    background-color: #E2E2E2;
    -webkit-transition: .4s;
    transition: .4s;
}

.sdp-switch-slider-primary:before {
    position: absolute;
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    left: 0.25rem;
    bottom: 0.25rem;
    border-radius: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.sdp-switch-slider-primary {
    background-color: #1AAB66;
}

input:focus+.sdp-switch-slider-primary {
    box-shadow: 0 0 1px #1AAB66;
}

input:checked+.sdp-switch-slider-primary:before {
    -webkit-transform: translateX(1.2rem);
    -ms-transform: translateX(1.2rem);
    transform: translateX(1.2rem);
}

.sdp-switch-secondary {
    position: relative;
    display: inline-block;
    width: 3.25rem;
    height: 2rem;
    margin: 0 0.5rem;
}

.sdp-switch-secondary input {
    opacity: 0;
    width: 0;
    height: 0;
}

.sdp-switch-slider-secondary {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    background-color: #696969;
    -webkit-transition: .4s;
    transition: .4s;
}

.sdp-switch-slider-secondary:before {
    position: absolute;
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    left: 0.25rem;
    bottom: 0.25rem;
    border-radius: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.sdp-switch-slider-secondary {
    background-color: #BCFFDF;
}

input:focus+.sdp-switch-slider-secondary {
    box-shadow: 0 0 1px #BCFFDF;
}

input:checked+.sdp-switch-slider-secondary:before {
    -webkit-transform: translateX(1.2rem);
    -ms-transform: translateX(1.2rem);
    transform: translateX(1.2rem);
}


/* selectbox */
.dropdown-toggle {
    min-width: 12.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 3rem;
    background-color: #FFFFFF;
    border: 1px solid #9E9E9E;
    border-radius: 5px;
}

.dropdown-toggle.show {
    border: 1px solid #30A16B;
}

.dropdown-toggle:nth-child(2)::after {
    color: rgba(24, 47, 64, 1);
}

.dropdown-toggle.show:nth-child(2)::after {
    transform: rotate(180deg);
    color: rgba(26, 171, 102, 1);
}



.sdp-dropdown-text {
    color: #9E9E9E;
}

.dropdown-toggle:focus {
    box-shadow: none !important;
}


.dropdown-toggle::after {
    display: none;
}


ul.dropdown-menu {
    min-width: 12.5rem;
    background: #EDFFF6;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    transform: translate3d(0px, 50px, 0px) !important;

}

.dropdown-item:focus,
.dropdown-item:hover {
    color: rgba(33, 33, 33, 1);
    background: rgba(33, 33, 33, 0.05);
}

a.dropdown-item:active {
    color: rgba(33, 33, 33, 1);
    background: rgba(33, 33, 33, 0.05);
}

.dropdown-item {
    display: block;
    width: 100%;
    /* padding: 12px; */
}

.sdp-dropdown-label {
    padding: 0 0.3rem;
    position: absolute;
    margin-top: -0.9rem;
    margin-right: 0.7rem;
    background: #ffffff;
}




/* second dropdown */
.dropdown-toggle {
    min-width: 12.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 3rem;

    background-color: #FFFFFF;
    border: 1px solid #9E9E9E;
    border-radius: 5px;
}

.dropdown-toggle.sdp-dropdown-toggle-2.show {
    border: 1px solid #182F40;
}

.dropdown-toggle.sdp-dropdown-toggle-2:nth-child(2)::after {
    color: rgba(24, 47, 64, 1);
}

.dropdown-toggle.sdp-dropdown-toggle-2.show:nth-child(2)::after {
    transform: rotate(180deg);
    color: rgba(24, 47, 64, 1);
}



.sdp-dropdown-text {
    color: #9E9E9E;
}

.dropdown-toggle:focus {
    box-shadow: none !important;
}


.dropdown-toggle::after {
    display: none;
}


ul.dropdown-menu.sdp-dropdown-menu-2 {
    min-width: 12.5rem;
    background: #F0F9FF;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    transform: translate3d(0px, 50px, 0px) !important;

}

.dropdown-item.sdp-dropdown-item-2:focus,
.dropdown-item.sdp-dropdown-item-2:hover {
    color: rgba(33, 33, 33, 1);
    background: rgba(33, 33, 33, 0.05);
}

a.dropdown-item:active {
    color: rgba(33, 33, 33, 1);
    background: rgba(33, 33, 33, 0.05);
}

.dropdown-item {
    display: block;
    width: 100%;
    /* padding: 12px; */
}

.sdp-dropdown-label-2 {
    padding: 0 0.3rem;
    position: absolute;
    margin-top: -0.9rem;
    margin-right: 0.7rem;
    background: #ffffff;
}

/* datepicker */
.sdp-datepicker-label {
    position: absolute;
    background-color: #FFFFFF;
    margin-right: 0.5rem;
    margin-top: -0.9rem;
    padding: 0 0.3rem;
    color: #1AAB66;
}

.sdp-datepicker-1 {
    padding: 0 0.5rem;
    border: 1px solid #1AAB66;
    border-radius: 5px;
    min-height: 3.5rem;
}

input.sdp-datepicker-1:focus-visible {
    border: 1px solid #1AAB66;
    border-radius: 5px;
}

/* select */
/* primary */
.sdp-select:focus {
    box-shadow: 0 0 0 0;
}

.sdp-select.sdp-select-primary>option {
    background-color: #DEF8EB !important;
}

.sdp-select.sdp-select-primary>option[selected] {
    background: #d5ede1 !important;
}

.sdp-select.sdp-select-primary>option:hover {
    background: #d5ede1 !important;
}

.sdp-select-primary:focus {
    border-color: #1AAB66;
    outline: 1px solid #1AAB66;
}

/* secondary */
.sdp-select:focus {
    box-shadow: 0 0 0 0;
}

.sdp-select.sdp-select-secondary>option {
    background-color: #D9EFFF !important;
}

.sdp-select.sdp-select-secondary>option[selected] {
    background: #c9dce9 !important;
}

.sdp-select.sdp-select-secondary>option:hover {
    background: #c9dce9 !important;
}

.sdp-select-secondary:focus {
    border-color: #182F40;
    outline: 1px solid #182F40;
}





/* range */


/* primary */
/* chrome */
.spd-form-range-primary-light[type=range]::-webkit-slider-runnable-track {
    background-color: #DEF8EB !important;
    margin: 0.5rem;
}

.spd-form-range-primary-light[type=range]::-webkit-slider-thumb {
    background: #3ECF8A !important;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.15) !important;
    border-radius: 6px !important;
}

/* firefox */
.spd-form-range-primary-light[type=range]::-moz-range-track {
    background-color: #DEF8EB !important;
    margin: 0.5rem;
}

.spd-form-range-primary-light[type=range]::-moz-range-track {
    background: #3ECF8A !important;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.15) !important;
    border-radius: 6px !important;
}

/* secondary */
/* chrome */
.spd-form-range-secondary-light[type=range]::-webkit-slider-runnable-track {
    background-color: #9E9E9E !important;
    margin: 0.5rem;
}

.spd-form-range-secondary-light[type=range]::-webkit-slider-thumb {
    background: #9E9E9E !important;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.15) !important;
    border-radius: 6px !important;
}

/* firefox */
.spd-form-range-secondary-light[type=range]::-moz-range-track {
    background-color: #9E9E9E !important;
    margin: 0.5rem;
}

.spd-form-range-secondary-light[type=range]::-moz-range-track {
    background: #9E9E9E !important;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.15) !important;
    border-radius: 6px !important;
}


/* bottom sheet */
.sdp-bottom-sheet-body {
    height: 60vh !important;
    border-radius: 15px 15px 0px 0px;
}