﻿@font-face {
    font-family: "yekan";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/yekan-regular.eot') format("embedded-opentype"), url('../fonts/yekan-regular.woff') format("woff"), url('../fonts/yekan-regular.ttf') format("truetype");
}

/*body {
    height: 100vh;
    background-image: radial-gradient(ellipse at center, rgba(181,189,200,0) 10%,rgba(130,140,149,0) 30%,rgba(40,52,59,1) 100%);*/
/*    background-repeat: no-repeat, repeat;
    background-size: 100% 100%, 300px 300px;
*/ /*}*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.form-select {
    -moz-padding-start: 40px !important;
}

.Z_Component {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .Z_Component input {
        caret-color: red;
    }

.Z_Component_Open {
    background-color: #ebf5e8 !important;
}

    .Z_Component_Open:hover {
        background-color: white !important;
    }

.Z_Component_Save {
    background-color: #fccbcb !important;
}

    .Z_Component_Save:hover {
        background-color: white !important;
    }

.Z_Component_Reload {
    background-color: #ffecbf !important;
}

    .Z_Component_Reload:hover {
        background-color: white !important;
    }

.Z_Component_h30 {
    height: 30px !important;
    min-height: 30px !important;
}

.Z_Componnet_Katex_Label {
    background-color: #c5c5c5;
    padding: 8px;
}

.Z_Componnet_Katex_Title {
    background-color: black;
    color: white;
    padding: 8px;
    width: 200px;
}

.Z_Componnet_Dashboard_Title {
    background-color: black;
    color: white;
    padding: 8px;
}

.Z_Cursor_pointer {
    cursor: pointer;
}

.Z_Form_Title {
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    border: solid 1px #c4c4c4;
    margin-bottom: 0px;
}

    .Z_Form_Title:hover {
        border: solid 1px black;
    }

.Z_Form_Body {
    margin-top: 20px;
}

.Z_Scrollable {
    touch-action: auto;
}

.rounded-full {
    border-radius: 50%;
}

.rotate-180 {
    transform: rotate(180deg);
}
/*.Z_Component_BTN {
    line-height: inherit !important;
    top: 0;
}
*/
.Z_List_Options_BTN {
    font-size: 20px;
    font-family: 'dana';
    margin: 5px;
    background-color: DodgerBlue;
}

    .Z_List_Options_BTN:hover {
        background-color: RoyalBlue;
    }

.k-treeview-mid {
    padding: 1px;
}

.Z_Clients_Forms {
    min-width: 350px;
    box-shadow: 0px 0px 10px 0px #0002;
    color: rgb(255, 254, 254);
    border-radius: 20px;
    background: rgb(255,255,255);
    /*backdrop-filter: blur(10px);*/
    /*-webkit-backdrop-filter: blur(10px);*/
}

    .Z_Clients_Forms:first-child {
        padding: 20px;
        max-width: 650px;
    }

.login-Logo-Sam {
    border: 1px solid grey;
    background: #eee;
    border-radius: 50%;
    padding: 25px;
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-top: 25px;
    margin-bottom: 12px;
}


.login-Logo-Saorg {
    background-color: white;
    height: 50px;
    margin-left: 10px;
    border-radius: 35%;
    width: 75px;
    height: 75px;
    padding: 5px;
}

.login-title {
    font-weight: bold;
    color: darkblue;
}

.login-title-sub {
    font-weight: bold;
    font-size: 19.8px;
    margin-top: -4px;
    color: darkblue;
}

.login-title-sam {
    color: #0292bb;
    font-size: 20px;
    font-weight: bold;
}

.loading_Content {
    background-color: gray;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: 100000005;
    position: absolute;
    background-image: url(/images/loading.gif);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 200px;
}

.MyVersion {
    color: #262626;
    text-align: center
}

.index-Intro-Page {
    background-color: #20364b;
    width: 100%;
    height: 100VH;
}

.index-Intro-Image {
    padding-top: 40%;
    padding-left: 40%;
    position: absolute;
    background-image: url(/images/intro.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 15%;
    left: 10%;
    transition: transform 2s;
}

    .index-Intro-Image:hover {
        transform: scale(1.05)
    }


.index-Intro-logo {
    width: 25%;
    height: 25%;
    position: absolute;
    top: 40px;
    right: 40px;
}

.index-Intro-logo-image {
    background-image: url(/images/intro-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.index-Intro-btn {
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    text-align: center;
    padding-top: 50px;
    font-weight: bold;
    color: white;
    transition: transform 1s ease;
}

    .index-Intro-btn:hover {
        transform: scale(1.1);
        background-color: #516a82;
        color: white;
    }

.index-Intro-btn-1 {
    left: 60%;
    top: 40%;
    background-color: #e4a421;
    z-index: 0;
}

.index-Intro-btn-2 {
    left: 67%;
    top: 50%;
    background-color: #8a5a7e;
    z-index: 0;
}

.index-Intro-btn-3 {
    left: 74%;
    top: 60%;
    background-color: #d53532;
    z-index: 1;
}

.index-Intro-bottom {
    background-color: #e4a421;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    text-align: center;
    transition: transform 1s ease;
    z-index: 0;
}

    .index-Intro-bottom:hover {
        transform: scale(0.95)
    }

.index-Intro-bottom-mobile {
    display: block;
    text-decoration: none;
    text-align: center;
    padding-top: 40%;
}

@media (max-width: 768px) {
    .index-Intro-bottom {
        width: 170px;
        height: 170px;
    }

    .index-Intro-btn-1 {
        left: 50%;
    }

    .index-Intro-btn-2 {
        left: 30%;
    }

    .index-Intro-btn-3 {
        left: 10%;
    }

    .index-Intro-logo {
        width: 100%;
    }
}

.Z_Setting {
    position: absolute;
    z-index: 5;
    margin-top: -35px;
    left: 6px !important;
    top: 40px !important;
    position: absolute !important;
}

.blazored-modal-container {
    z-index: 10005 !important;
}

.pwt-datepicker-input-element {
    text-align: center;
}

.admin-index-btn-list {
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: stretch;
    gap: 10px;
}

.admin-index-btn {
    flex: 0 1 300px;
}

    .admin-index-btn img {
        width: 80px;
        transition: transform 1s ease !important;
    }

        .admin-index-btn img:hover {
            transform: rotate(5deg);
        }

.admin-index-item-list {
    padding-top: 10px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.Clinet-Hour-Grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    column-gap: 5px;
    row-gap: 5px;
}


.Z_Grid_BTN_Accepct {
    color: white !important;
    background-color: green !important;
    transition: transform 1s ease !important;
}

    .Z_Grid_BTN_Accepct:hover {
        transform: scale(1.1) !important;
    }

.Z_Grid_BTN_Delete {
    color: white !important;
    background-color: red !important;
    transition: transform 1s ease !important;
}

    .Z_Grid_BTN_Delete:hover {
        transform: rotate(20deg) !important;
    }

.Z_Grid_BTN_Edit {
    color: white !important;
    background-color: cadetblue !important;
    transition: transform 1s ease !important;
}

    .Z_Grid_BTN_Edit:hover {
        transform: scale(1.05) !important;
    }

.Z_Grid_BTN_Select {
    color: white !important;
    background-color: green !important;
    transition: transform 1s ease !important;
}

    .Z_Grid_BTN_Select:hover {
        transform: scale(1.1) !important;
    }

.Z_Report_Panel {
    border: solid black 2px;
    background-color: white;
    height: 80vh;
    overflow-y: auto;
    transition: 180ms;
    position: absolute;
    z-index: 5;
    max-width: 600px;
}

.Z_Article {
    background-color: floralwhite;
    text-align: right;
}

.Z_News {
    background-color: floralwhite;
    text-align: right;
}

.Z_Article_Image {
    min-width: 150px;
    min-height: 150px;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.Z_Input-group {
    position: relative;
}

.Z_Input {
    padding: 10px;
    border: none;
    border-radius: 4px;
    font: inherit;
    color: black;
    outline: 2px solid #fff;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 52px;
    border-bottom: 2px solid #d9d9d9;
}

    .Z_Input:hover {
        border-bottom: 2px solid blue;
    }

.Z_Input-label {
    position: absolute;
    top: 0;
    right: 10px;
    transform: translate(5px,10px);
    transition: transform .25s;
}

.Z_Input:focus + .Z_Input-label,
.Z_Input:valid + .Z_Input-label {
    transform: translate(20px,-14px) scale(.8);
    color: #d1c5fc;
    padding-inline: 10px;
}

.Z_Price_Letter {
    position: absolute;
    bottom: -13px;
    right: 12px;
    z-index: 51;
    padding: 1px 5px;
    background-color: white;
    font-size: 12px;
    display: inline-block;
    color: maroon;
    border-radius: 11px !important;
}

/* ####################################### Z_DateBox Calender #######################################*/
.Z_Calender {
    background-color: #80808085;
    width: 100vw;
    height: 100%;
    position: fixed;
    z-index: 499;
    left: 0;
    top: 0;
    min-height: 100vw;
    min-width: 100vh;
}

.Z_Calender-Body {
    background-color: white;
    width: 300px;
    position: absolute;
    z-index: 500;
    left: 83px;
    top: 40px;
    border-radius: 10px !important;
}

.Z_Calender-Month {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    background-color: #90a3ff;
    color: #334e68;
    text-align: center;
    font-weight: 500;
    height: 40px;
    padding-top: 7px;
}

.Z_Calender-Weeks {
    height: 30px;
    background-color: #e3edff;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    font-size: 0.8em;
    color: #829ab1;
    text-align: center;
    padding-top: 5px;
}

.Z_Calender-Grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin: 0.5em;
    gap: 4px;
}

.Z_Calender-Day {
    position: relative;
    border: 0;
    width: 4.5ch;
    height: 4.5ch;
    border-radius: 10%;
    background-color: #c2d3d1;
    color: #486581;
}

    .Z_Calender-Day:hover {
        outline: none;
        background-color: #9ba8a6;
        color: #334e68;
    }

    .Z_Calender-Day:active,
    .Z_Calender-Day.is-selected {
        background-color: #c6f7e2;
        color: #102a43;
    }

/* ####################################### Z_DateBox Calender #######################################*/

/* ####################################### Slider #######################################*/
.Z_Slider-Title {
    background-color: white;
    align-items: center !important;
    justify-content: space-between !important;
    display: flex !important;
    padding: 0.5rem 1rem;
    margin: 0px 10px 0px 10px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

    .Z_Slider-Title:hover {
        background-color: floralwhite;
    }

.Z_Slider {
    display: grid;
    grid-auto-flow: column;
    gap: 1rem;
    overflow-y: auto;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    background-color: white;
    padding: 10px;
    margin: 0px 10px 0px 10px;
    border-radius: 0px 0px 10px 10px;
    background-color: white;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}

    .Z_Slider > div {
        box-shadow: 0 0 25px rgb(0 0 0 / 20%);
    }

    .Z_Slider div {
        border-radius: 10px;
        width: 200px;
        height: 270px;
        object-fit: contain;
        z-index: 1;
        padding: 0px;
        background-color: white;
    }

        .Z_Slider div img {
            border-radius: 10px 10px 0px 0px;
            width: 100%;
            height: 160px;
            min-height: 160px;
        }

        .Z_Slider div :nth-child(2) {
            border-radius: 0;
            margin: 10px 5px 0px 5px;
            width: auto;
            height: 25px;
            overflow: hidden;
        }

        .Z_Slider div :nth-child(3) {
            border-radius: 0;
            margin: 10px 5px 0px 5px;
            width: auto;
            height: 40px;
            max-height: 40px;
            color: gray;
            font-size: 12px;
            overflow: hidden;
        }

        .Z_Slider div :nth-child(4) {
            border-radius: 0;
            width: auto;
            height: 30px;
            text-align: center;
            border-radius: 0px 0px 10px 10px;
            border-top: 1px solid rgba(0,0,0,.125);
            color: deepskyblue;
        }

            .Z_Slider div :nth-child(4):hover {
                background-color: floralwhite;
                cursor: pointer;
                color: cornflowerblue;
            }

    .Z_Slider::after -webkit-scroolbar {
        display: none;
    }
/* ####################################### Slider #######################################*/
/* ####################################### NEWS #######################################*/
.Z_News_Details {
    width: 100%;
    border: 2px dashed #8e8e8e44;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 10px 10px 0px 0px;
}

.Z_News_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: 1px solid white;
    transition: transform 1s;
}

    .Z_News_img:hover {
        transform: scale(1.02);
    }

.Z_News_Title {
    font-size: 25px;
    font-weight: bold;
    padding: 10px;
}

.Z_News_Group {
    padding: 10px;
    font-weight: bold;
    color: #e4a421;
    text-align: left;
}

.Z_News_Sub {
    color: #334e68;
    font-weight: bold;
    padding: 5px;
}

.Z_News_Des {
}

.Z_Grid {
    font-family: dana !important;
    max-width: 99vw;
    max-height: 74vh;
}

.Z_Grid-LTR {
    font-family: dana !important;
    max-width: 99vw;
    max-height: 74vh;
    direction: ltr;
}

.rz-column-title {
    direction: rtl;
}

.rz-unselectable-text {
    background-color: #e0e0e0 !important;
}

.rz-data-grid-data {
}

.rz-group-header {
    direction: rtl;
}

.rz-group-row {
    direction: rtl;
    background-color: #e9e9e9;
}

.Z_Column {
    direction: rtl;
}

.Z_CustomModal {
    overflow-y: scroll;
    max-height: 90vh;
    max-width: 95vw;
}

/* ####################################### NEWS #######################################*/
.bm-container[b-mwsrhhqq2g] {
    z-index: 1000000 !important;
}

.portal-index-btn-list {
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: stretch;
    gap: 5px;
}

.portal-index-btn {
    flex: 0 1 250px;
}

    .portal-index-btn img {
        width: 50px;
        height: 50px;
        transition: transform 1s ease !important;
    }

        .portal-index-btn img:hover {
            transform: rotate(5deg);
        }


.rz-popup {
    z-index: 1000000 !important;
}

.rz-dropdown {
    z-index: 10 !important;
}

.Z_ChatList {
    background-color: whitesmoke;
    border: 2px dashed #8e8e8e44;
    width: 100%;
    overflow-y: scroll;
    height: 300px;
    border-radius: 10px 10px 10px 10px;
}

/*###########################_Z_Picture_############################*/
.Z_Picture-Component {
    position: relative;
    background-color: #e2e2e2;
    padding: 0px;
    margin: 5px;
    height: 220px;
    width: 100%;
    border-radius: 10px;
    outline: 2px dashed #bababa;
}

.Z_Picture-Component-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 10px;
}

.Z_Picture-Component-btn {
    outline: 1px solid white;
    background-color: white;
    position: absolute;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    bottom: -7px;
    right: -7px;
    transition: transform all 1s ease;
}

.Z_Picture-Component-add {
    color: green;
}

    .Z_Picture-Component-add:hover {
        color: #003b0a;
        transform: scale(1.02);
        cursor: pointer;
    }

.Z_Picture-Component-del {
    color: red;
}

    .Z_Picture-Component-del:hover {
        color: #450000;
        transform: scale(1.02);
        cursor: pointer;
    }


.Z_Picture-Component-status {
    outline: 1px solid black;
    background-color: white;
    position: absolute;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    top: -7px;
    right: -7px;
    transition: transform all 1s ease;
    opacity: 0.6;
}

.Z_Picture-Component-status-ok {
    color: green;
}

.Z_Picture-Component-status-timer {
    color: gray;
}

.Z_Picture-Component-status-no {
    color: red;
}
/*###########################_Z_Picture_############################*/


/*###########################_Z_RoundBTN_############################*/
.Z_RoundBTN {
    transition: transform all 1s ease;
    position: relative;
}

    .Z_RoundBTN:hover {
        color: #003b0a;
        transform: scale(1.02);
    }

.Z_RoundBTN-BTN {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #e2e2e2;
    margin: 8px;
    outline: 4px solid #f98b74;
    text-align: center;
}

    .Z_RoundBTN-BTN:hover {
        cursor: pointer;
    }

.Z_RoundBTN-Icon {
    text-align: center;
    color: #f98b74;
    font-size: 30px;
    padding-top: 35px;
}

.Z_RoundBTN-alarm {
    outline: 1px solid white;
    background-color: white;
    position: absolute;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    top: 80px;
    right: 5px;
}

.Z_RoundBTN-alarm-OK {
    color: #003b0a;
}

.Z_RoundBTN-alarm-No {
    color: #450000;
}

.Z_RoundBTN-Caption {
    color: #464646;
    text-align: center;
    padding-bottom: 30px;
}
/*###########################_Z_RoundBTN_############################*/

.Z_X_RadioBox_Value {
    padding: 5px 15px 5px 15px;
    margin: 10px;
    border-radius: 20px !important;
    background-color: #ceced0;
    transition: transform all 1s ease;
}

    .Z_X_RadioBox_Value:hover {
        opacity: 0.8;
        cursor: pointer;
        transform: scale(1.02);
    }

.Z_X_RadioBox_Value_Checked {
    background-color: #4d2a4f;
    color: white;
}

.Z_X_RadioBox2 {
}

.Z_X_RadioBox2Per {
    padding: 10px;
}

    .Z_X_RadioBox2Per * {
        padding: 5px;
    }

/*###########################_Z_RoundBTN_############################*/
.Examination-Title {
    background-color: #63599EE0;
    color: white;
    align-items: center !important;
    justify-content: space-between !important;
    display: flex !important;
    padding: 0.5rem 1rem;
    margin: 0px 10px 0px 10px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

    .Examination-Title:hover {
        opacity: 0.95;
    }

.Examination-Body {
    padding: 10px;
    margin: 0px 10px 0px 10px;
    border-radius: 0px 0px 10px 10px;
    background-color: #dcdcdc;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
}

    .Examination-Body button {
        background-color: #f3f3f3;
    }

.Examination-Page {
    border-radius: 10px;
    background-color: #d1d1d191;
    margin: 10px;
    padding-right: 10px;
    color: maroon;
}

.Examination-Switch {
    border: 1px solid rgba(0,0,0,.125);
    background-color: white;
    padding-left: 50px;
    border-radius: 20px;
    margin-top: 10px;
}

    .Examination-Switch:hover {
        border: 1px solid rgba(5,50,50,.125);
        background-color: #ededed;
        cursor: pointer;
    }

/*###########################_Chat_############################*/
.Chat_Page {
    position: relative;
}

.Chat_Body {
    background-color: #e9eaeb;
    height: 69vh;
    width: 100%;
    border-radius: 5px;
    overflow-y: scroll;
}

.Chat_Each {
    padding: 5px;
    margin-bottom: 0px;
}

.Chat_Class {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.Chat_Class_Me {
    border-radius: 20px 20px 00px 20px;
    text-align: right;
}

.Chat_Class_NotMe {
    border-radius: 20px 20px 20px 00px;
    text-align: left;
}

.Chat_Class_0 {
    background-color: #b892d0;
}

.Chat_Class_1 {
    background-color: #b76d6d;
}

.Chat_Class_2 {
    border-radius: 0 0 0 0 !important;
    background-color: darkgray;
    text-align: center !important;
    font-size: 10px;
    width: 100%
}

.Chat_Class_3 {
    background-color: #6bd06b;
}

.Chat_Class_4 {
    background-color: #75b391;
}


.Chat_MSG {
    padding: 10px;
    color: black;
}

.Chat_Replay {
    font-size: 10px;
    color: black;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    border-bottom: 1px #50505060 solid;
    background-color: #ffffff61;
    border-radius: 20px 20px 00px 00px;
}

    .Chat_Replay:hover {
        color: gray;
    }

.Chat_Footer {
    font-size: 11px;
    color: #cacaca;
    padding-right: 5px;
    padding-left: 5px;
}

.Chat_Status {
}

.Chat_Time {
}

.Chat_Option_Pop {
    position: absolute;
    bottom: 0px;
    max-height: 400px;
    background-color: #e4e4e4e0;
    border-radius: 10px;
    padding: 5px;
    overflow-y: scroll;
    z-index: 51;
}

.Chat_Option_Pop_item {
    color: black;
    border: 1px solid #878787;
    border-radius: 5px;
    margin: 3px;
    padding: 1px;
}

    .Chat_Option_Pop_item:hover {
        background-color: #818181;
        cursor: pointer;
    }

.Chat_END {
    margin: 0px;
    padding: 5px;
    background-color: #afafaf;
    text-align: center;
    border-radius: 0 0 5px 5px;
    min-height: 50px;
}

.Chat_TXT {
    padding: 10px;
    left: 60px;
    width: 88%;
    max-height: 40px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    resize: none;
}

.Chat_Option {
    top: 5px;
    left: 35px;
}

.Chat_Send {
    top: 5px;
    left: 5px;
}

.Chat_PopItem {
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e5e5e50a;
}
/*###########################_Chat_############################*/
.Z_NotifNum {
    background-color: #ff0000;
    width: 15px;
    height: 15px;
    right: 0px;
    position: absolute;
    top: 0px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    border: #b5b5b5 solid 1px;
    color: white;
}

/*###########################_Z_Calender_############################*/
.Z_Calender_Header {
    display: flex;
    flex-flow: column;
    align-items: center;
    font-family: "Poppins", serif;
    background: rgb(238, 174, 202);
    background: radial-gradient( circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100% );
}

    .Z_Calender_Header ul {
        direction: rtl;
        display: grid;
        grid-template-columns: repeat(7,1fr);
        flex-wrap: wrap;
        list-style: none;
    }

    .Z_Calender_Header li {
        display: flex;
        width: 7rem;
        height: 2rem;
        margin: 0.20rem;
        flex-flow: column;
        padding: 0.3rem;
        text-align: center;
        border: solid #50505050 1px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.3);
    }

.Z_Calender_Body {
    display: flex;
    flex-flow: column;
    align-items: center;
    font-family: "Poppins", serif;
    background: rgb(238, 174, 202);
    background: radial-gradient( circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100% );
}

    .Z_Calender_Body ul {
        direction: rtl;
        display: grid;
        grid-template-columns: repeat(7,1fr);
        flex-wrap: wrap;
        list-style: none;
    }

    .Z_Calender_Body li {
        direction: ltr;
        display: flex;
        width: 7rem;
        height: 7rem;
        margin: 0.15rem;
        flex-flow: column;
        border-radius: 0.2rem;
        padding: 0.3rem;
        font-weight: 300;
        font-size: 0.8rem;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.25);
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.18);
    }

    .Z_Calender_Body time {
        font-size: 2rem;
        margin: 0 0 1rem 0;
        font-weight: 500;
    }

    .Z_Calender_Body .today {
        font-weight: 800;
        background: #ffffff70;
    }
/*###########################_Z_Calender_############################*/
.k-treeview {
    direction: rtl;
}

.k-treeview-item {
    direction: rtl;
}

.telerik-blazor {
    direction: rtl !important;
}

.rz-dialog-wrapper {
    z-index: 100000000 !important;
}
