﻿:root {
    --DarkColor: #190619;
    --Blue: #185596;
    --BlackColor: #f2f4f4;
}


@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: 'IranSans';
    src: url( '/fonts/IRANSansMobile_Light.ttf' ) format( 'truetype' );
}

@font-face {
    font-family: 'sepahbod';
    src: url( '/fonts/sepahbod.otf' ) format( 'opentype' );
}

@font-face {
    font-family: 'Sarbaz';
    src: url( '/fonts/Sarbaz-Black.otf' ) format( 'opentype' );
}

* {
    font-family: 'IranSans', arial;
    direction: rtl;
    text-align: right;
    color: #475f7b;
}

.page[b-1mzj6d937u] {
    display: block !important;
}

html {
    background-color: white;
    height: fit-content;
}

body {
    background-color: white;
}

a:hover {
    color: var(--DarkColor);
    font-weight: bold;
}

.btn-success {
    background-color: #39DA8A;
    border-color: #39DA8A;
    color: #ffffff;
}

.btn-info {
    background-color: #00CFDD;
    border-color: #00CFDD;
    color: #ffffff;
}

.spanBTN {
    cursor: pointer;
}

.LeftMain {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 1em 19em 1em 1em;
    width: 100%;
}

.MainSidebar {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #f5f5f5;
    width: 18em;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
}

    .MainSidebar h2 {
        text-align: center;
        font-size: 1.3em;
        font-weight: bold;
        color: black;
        padding-bottom: 0.5em;
    }

.MainSidebarLogo {
    background-color: var(--Blue);
    text-align: center;
}

    .MainSidebarLogo img {
        width: 8em;
        margin: auto;
    }

.MainSidebarAvatar {
    text-align: center;
    background-color: white;
    margin: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

    .MainSidebarAvatar .Dimg {
        background-color: white;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 10em;
        height: 10em;
        margin: 1em auto;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border: 5px solid rgba(255, 255, 255, 0.3);
    }

.notification-list .Dimg {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 3.5em;
    height: 3.5em;
    margin: 0.5em 0.5em 0.5em 0.5em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 5px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    background-color: white;
}

.SelectLI {
    background-color: #5A8DEE !important;
    box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12);
}

    .SelectLI a {
        color: white;
    }

    .SelectLI span {
        color: white !important;
    }

.notification-event {
    position: absolute;
    top: 1em;
    right: 4.5em;
}

    .notification-event a {
        font-weight: bold;
    }

.HeaderMainNavbar {
    padding: 0 1em;
    position: fixed;
    left: 1em;
    right: 19em;
    background-color: white;
    border-bottom: 2px solid #f5f5f5;
    z-index: 999;
    top: 0;
    padding-top: 1em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


    .HeaderMainNavbar button {
        padding: 0.3em;
    }

.ToggleHeaderMainNavbar {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 1em;
}

.TitleHeadermain {
    position: relative;
    margin-top: 3em;
    padding: 0 1em
}

    .TitleHeadermain h1 {
        font-size: 1.5em;
        padding: 0.5em 0;
        font-weight: bold;
        display: inline-block;
    }

    .TitleHeadermain .DateShow {
        position: absolute;
        left: 0.3em;
        top: 0.3em;
        background-color: white;
        padding: 0.5em 1em;
        border-radius: 2em;
    }

.ToggleRMenu {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: -100%;
}

    .ToggleRMenu .MainSidebarLogo img {
        width: 100%;
    }

    .ToggleRMenu .MainSidebarAvatar .Dimg {
        width: 4.5em;
        height: 4.5em;
        border-width: 3px;
    }

    .ToggleRMenu h2 {
        display: none;
    }

.ToggleLMain {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 1em 1em 1em 1em;
}

.ToggleRMenu .MainSidebarNav .mud-expand-panel-text {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
}

.GetTarikh span {
    display: block;
    padding: 0.3em 0;
}

.WindowsBox {
    display: flex;
    flex-wrap: wrap;
}

.WindowBox {
    padding: 1em;
}

    .WindowBox .WinDiv {
        text-align: center;
        background-color: white;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        padding: 2em 1em;
        -webkit-transition: .5s;
        transition: .5s;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        box-shadow: 0px 5px 7px -3px rgba(71, 95, 123, 0.2);
        text-align: center;
    }

        .WindowBox .WinDiv:hover {
            -webkit-transform: translateY(-4px) scale(1.02);
            -moz-transform: translateY(-4px) scale(1.02);
            -ms-transform: translateY(-4px) scale(1.02);
            -o-transform: translateY(-4px) scale(1.02);
            transform: translateY(-4px) scale(1.02);
            -webkit-box-shadow: 0 14px 24px rgba(71, 95, 123, 0.2);
            box-shadow: 0 14px 24px rgba(71, 95, 123, 0.2);
            z-index: 999;
        }

    .WindowBox strong {
        text-align: center;
        color: #7792b1;
    }

    .WindowBox h2 {
        text-align: center;
        font-weight: bold;
        font-size: 2.5em;
        padding: 0.5em 0;
    }

    .WindowBox h6 {
        border-bottom: 2px solid #f2f4f4;
        padding-bottom: 1em;
    }

.WindowBox1 {
    width: 25%;
}

.WindowBox2 {
    width: 50%;
}

.WindowBox3 {
    width: 75%;
}

.WindowBox4 {
    width: 100%;
}

.NumberBlue, .NumberBlue .circleSpan {
    color: #5A8DEE !important;
}

.NumberGreen, .NumberGreen .circleSpan {
    color: #39DA8A !important;
}

.NumberRed, .NumberRed .circleSpan {
    color: rgb(194, 51, 33) !important;
}

.NumberOrange, .NumberOrange .circleSpan {
    color: #FDAC41 !important;
}

.NumberBlue .circleSpan {
    background-color: #5A8DEE !important;
}

.NumberGreen .circleSpan {
    background-color: #39DA8A !important;
}

.NumberRed .circleSpan {
    background-color: rgb(194, 51, 33) !important;
}

.NumberOrange .circleSpan {
    background-color: #FDAC41 !important;
}

.circleSpan {
    font-size: 0.5em;
    padding: 0 0.6em;
    margin: 0 0.3em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.DivGapDash {
    min-height: 19em;
}

.ChartDash .mud-chart-donut {
    max-width: 15em;
    margin: auto;
}

.HeaderMainNavbarLeftBTN {
    direction: ltr;
    position: absolute;
    top: 1em;
    left: 0;
}

.DropMenu {
    background: white;
    padding: 1em;
    position: absolute;
    left: 2em;
    min-width: 20em;
    max-width: 80%;
    text-align: right;
    -webkit-box-shadow: 0 14px 24px rgba(71, 95, 123, 0.2);
    box-shadow: 0 14px 24px rgba(71, 95, 123, 0.2);
    z-index: 999999999;
    display: none;
}

    .DropMenu a {
        display: block;
        padding: 1em;
        margin-bottom: 0.3em;
    }

        .DropMenu a svg {
            margin-left: 0.5em;
        }

.DropMenuShow {
    display: block !important;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: AnimMenu;
    animation-name: AnimMenu;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.DropMenuC {
    top: 3em;
    right: 7em;
    width: 10em;
    padding: 0;
    border: 1px solid silver !important;
}

    .DropMenuC a {
        display: block;
        padding: 0.5em;
        margin-bottom: 0.3em;
        color: black !important;
        cursor: pointer;
        margin-right: 1em !important;
    }

form {
    background: white;
}

.SelectAvatar img {
    width: 7em;
    cursor: pointer;
}

.BeforCircle:before {
    content: ' ';
    background-color: red;
    padding: 0;
    width: 0.3em;
    height: 0.3em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0.3em;
    right: 0.2em;
}

a {
    text-decoration: none !important;
}

.mud-breadcrumb-item svg {
    margin-left: 0.5em;
}

.TitleBox {
    border-bottom: 2px solid #f2f4f4;
    padding-bottom: 1em;
    font-size: 1.2em;
    font-weight: bold;
}

.ToolbarTooltip {
    position: relative;
    width: fit-content;
}

    .ToolbarTooltip .SpanTooltip {
        position: absolute;
        bottom: -2em;
        margin: auto;
        left: 0;
        right: 0;
        background-color: #1ec8a5ff;
        color: white;
        padding: 0.5em 1em;
        width: max-content;
        text-align: center;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 14px 24px rgba(71, 95, 123, 0.2);
        box-shadow: 0 14px 24px rgba(71, 95, 123, 0.2);
        display: none;
    }

    .ToolbarTooltip:hover .SpanTooltip {
        display: block;
    }

.my-custom-class {
    backdrop-filter: blur(10px);
}

.DContent {
    padding: 3em 0 0 0;
}

.org-chart ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.org-chart li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

    .org-chart li::before, .org-chart li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid #ccc;
        width: 50%;
        height: 20px;
    }

    .org-chart li::after {
        right: auto;
        left: 50%;
        border-left: 1px solid #ccc;
    }

    .org-chart li:only-child::after, .org-chart li:only-child::before {
        display: none;
    }

    .org-chart li:only-child {
        padding-top: 0;
    }

    .org-chart li:first-child::before, .org-chart li:last-child::after {
        border: 0 none;
    }

    .org-chart li:last-child::before {
        border-right: 1px solid #ccc;
        border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
    }

    .org-chart li:first-child::after {
        border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
        -moz-border-radius: 5px 0 0 0;
    }

.org-chart ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}

.org-chart li button {
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

    .org-chart li button:hover, .org-chart li button:hover + ul li button {
        background: var(--Blue);
        color: white;
        border: 1px solid #94a0b4;
    }

        .org-chart li button:hover + ul li::after,
        .org-chart li button:hover + ul li::before,
        .org-chart li button:hover + ul::before,
        .org-chart li button:hover + ul ul::before {
            border-color: #808080;
        }

.MainSidebarNav .mud-expand-panel-text {
    padding-right: 0;
}

.MainSidebarNav .mud-expand-panel-content svg {
    position: absolute;
    top: 0.6em;
    right: 10px;
}

.DateShow button {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    padding: 0.1em;
}

.BoxShowCardPersonel {
    padding: 1em;
}

    .BoxShowCardPersonel .mud-typography-body1 {
        font-weight: bold;
    }

    .BoxShowCardPersonel .mud-typography {
        text-align: center;
    }

    .BoxShowCardPersonel .mud-card-content p {
        text-align: justify !important;
        min-height: 4.5em;
        max-height: 4.5em;
        overflow-y: scroll;
        padding-left: 3em
    }
        /* width */
        .BoxShowCardPersonel .mud-card-content p::-webkit-scrollbar {
            width: 1px;
        }

        /* Track */
        .BoxShowCardPersonel .mud-card-content p::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        /* Handle */
        .BoxShowCardPersonel .mud-card-content p::-webkit-scrollbar-thumb {
            background: var(--DarkColor);
        }

            /* Handle on hover */
            .BoxShowCardPersonel .mud-card-content p::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

    .BoxShowCardPersonel .Dimg {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 5em;
        height: 5em;
        margin: 0em auto;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border: 5px solid rgba(255, 255, 255, 0.3);
    }

.sent {
    position: relative;
    /*min-height: 5em;*/
}

.sent {
    position: relative;
    /*min-height: 6em;*/
    padding-top: 1em;
}

    .sent img, .received img {
        width: 15em;
        max-width: 80%;
        margin-right: 6em;
        display: block;
    }

.received img {
    margin: 0 0 0 6em !important;
}

.sent a, .received a {
    margin-right: 6em;
}

    .sent a button, .received a button {
        height: 40px !important;
    }

.received {
    position: relative;
    /*min-height: 6em;*/
    padding-top: 1em;
    direction: ltr !important;
}

.SettingMenuChat {
    position: absolute;
    right: 2em;
    top: 0.15em
}

    .SettingMenuChat svg {
        fill: silver !important;
    }

.user .Dimg {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 5em;
    height: 5em;
    margin: 0.5em 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 5px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: -1.5em;
}

.received .user .Dimg {
    left: 0 !important;
}

.DiveFlex .Dimg {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 5em;
    height: 5em;
    margin: 0.5em 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 5px solid rgba(255, 255, 255, 0.3);
    position: relative;
    display: inline-block;
}

    .DiveFlex .Dimg span {
        position: absolute;
        bottom: -3.5em;
        text-align: center;
        font-size: 0.7em;
        width: 100%;
        display: block;
        line-height: 1em;
        min-height: 3em;
    }

    .DiveFlex .Dimg .BtnDelImg {
        line-height: 5em;
    }

.user {
    position: relative;
}

.msg {
    background-color: #5A8DEE;
    padding: 0.3em 0.5em;
    border-radius: 5px;
    color: white;
    width: max-content;
    margin-right: 6em;
    max-width: 85%;
}


.received .msg {
    margin: 0 0 0 6em !important;
    background: #efefef;
    color: #737373;
    max-width: 80%;
}

.CardBTN {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

    .CardBTN svg {
        fill: white !important;
    }

.NumberChatList {
    background-color: var(--Blue);
    padding: 0.3em 0.5em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    min-width: 2em;
    max-height: 2em;
    text-align: center;
    line-height: 1em;
}

.notification-icon {
    position: absolute;
    top: 1.5em;
    left: 1em;
}

.NumberChatList {
    color: white;
}

.ChatPage {
    height: 100%;
    overflow-y: scroll;
}

.notification-list {
    overflow-y: scroll;
}

    .notification-list li {
        border-bottom: 1px solid rgb(127,127,127,0.3);
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .notification-list li:hover {
            background-color: rgb(127,127,127,0.3);
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

.SendBoxText {
    position: absolute;
    background-color: white;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 1em;
}

    /* .SendBoxText hr {
        margin: 1em 0;
    }*/

    .SendBoxText textarea {
        /* width: calc(100% - 6em); */
        line-height: 1.6em;
        position: absolute;
        bottom: 1em;
        right: 1em;
        left: 10em;
        height: auto !important;
        overflow: auto;
        padding: 6px 24px 6px 12px;
        line-height: 1.42857;
        font-size: inherit;
        color: rgb(85, 85, 85);
        background-color: white;
        border: 1px solid rgb(187, 187, 187) !important;
        cursor: text;
        min-height: 3.2em;
        max-height: 3.2em;
    }

    .SendBoxText button {
        width: 5em;
        position: absolute;
        left: 1em;
        bottom: 1em;
        line-height: 2.5em;
        z-index: 9;
    }

.scrollboxheight {
    margin-bottom: 10em;
}

.BoxShowCardPersonel .mud-card-actions {
    position: absolute;
    bottom: 0;
}

.BoxShowCardPersonel .mud-card-header {
    min-height: 5em;
    padding: 0.5em
}

.InputFileCH {
    position: absolute;
    bottom: 0.7em;
    left: 6.5em;
    width: 4em;
    overflow: hidden;
    height: 3.7em;
    text-align: left;
    direction: ltr;
    display: flex;
}

    .InputFileCH input[type="file"] {
        position: relative;
    }

        .InputFileCH input[type="file"]::file-selector-button {
            width: 3em;
            color: transparent;
        }

        /* Faked label styles and icon */
        .InputFileCH input[type="file"]::before {
            position: absolute;
            pointer-events: none;
            top: 12px;
            left: 3px;
            height: 20px;
            width: 100%;
            content: "";
            background-image: url(/Pic/download.svg);
            background-repeat: no-repeat;
            background-size: 2em;
            background-position: 0.2em;
        }

        .InputFileCH input[type="file"]::after {
            display: none;
            position: absolute;
            pointer-events: none;
            top: 11px;
            left: 40px;
            color: #0964b0;
            content: "Upload File";
        }
        /* file upload button */
        .InputFileCH input[type="file"]::file-selector-button {
            border-radius: 4px;
            padding: 5px 0;
            height: 47px;
            width: 40px;
            cursor: pointer;
            background-color: white;
            border: 1px solid rgba(0, 0, 0, 0.16);
            box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
            margin-right: 16px;
            transition: background-color 200ms;
        }

            /* file upload button hover state */
            .InputFileCH input[type="file"]::file-selector-button:hover {
                background-color: #f3f4f6;
            }

            /* file upload button active state */
            .InputFileCH input[type="file"]::file-selector-button:active {
                background-color: #e5e7eb;
            }

.LoaderSend {
    background-image: url(../Pic/loader.gif);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5em;
    z-index: 999999999999999999999;
    background-color: rgba(255,255,255,0.8);
    background-position: center;
    background-size: 12em;
    background-repeat: no-repeat;
}

.OnlineRMenu {
    text-align: center;
    padding-left: 1em
}

    .OnlineRMenu button {
        padding: 0.3em 0;
    }

    .OnlineRMenu .DropMenu {
        min-width: 14em;
    }

        .OnlineRMenu .DropMenu a {
            padding: 0.5em
        }

.CircleSt {
    background-color: silver;
    padding: 0 0.6em;
    margin-left: 0.5em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 0.6em;
}

.CircleTxtOf {
    color: silver;
}

.CircleTxtOn {
    color: lightgreen;
}

.CircleTxtB {
    color: darkorange;
}

.CircleOnline {
    background-color: lightgreen;
    color: lightgreen;
}

.CircleOfline {
    background-color: silver;
    color: silver;
}

.CircleBusy {
    background-color: darkorange;
    color: darkorange;
}

/* width */
.scrollStyle::-webkit-scrollbar {
    width: 1px;
}

/* Track */
.scrollStyle::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.scrollStyle::-webkit-scrollbar-thumb {
    background: var(--DarkColor);
}

    /* Handle on hover */
    .scrollStyle::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*#region Animation */
@keyframes AnimMenu {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px px ) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

@-moz-keyframes AnimMenu {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px px ) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

@-webkit-keyframes AnimMenu {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px px ) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}
/*#endregion */

.BtnBackTop {
    position: absolute;
    top: 1.5em;
    left: 1.5em;
    color: white;
    padding: 0.2em 0.3em;
    font-size: 0.9em;
}

.DTime {
    text-align: right !important;
    padding-left: 0 !important;
    padding-right: 9em !important;
    font-size: 0.7em;
    width: 100%;
    display: block;
    direction: rtl;
}

.UserDTime {
    font-size: 0.7em;
    text-align: left;
    width: 100%;
    display: block;
    padding-left: 9em;
    direction: ltr;
}

.DateShowTopChat {
    background-color: var(--BlackColor);
    text-align: center;
    padding: 0.3em;
    margin-top: 1em;
}

.UserSee {
    padding: 0 0.5em
}

.UserSeeL {
    padding: 0 0.5em 0 0;
}

.UserSee svg {
    font-size: 1.5em;
    fill: silver !important;
}

.UserEdit {
    padding-left: 0.5em;
}

    .UserEdit svg {
        font-size: 1.8em;
        fill: silver !important;
    }

.UserSeeL svg {
    font-size: 1.5em;
    fill: silver !important;
}

.drop-zone {
    padding: 20px;
    width: 100%;
    min-height: 100px;
    border: 2px dashed #0087F7;
    border-radius: 5px;
}

    .drop-zone.hover {
        border-style: solid;
    }

.ReplayTextBox {
    margin-bottom: 3.3em;
    max-height: 3em;
    overflow: hidden;
    position: relative;
    padding-right: 3em
}

    .ReplayTextBox img {
        max-width: 2em;
    }

.CloseReply {
    right: -0.1em;
    top: 0.3em;
    width: fit-content !important;
}

.ReplyMSG {
    background-color: white;
    height: 1.9em;
    overflow: hidden;
}

    .ReplyMSG .msg {
        background-color: white;
        margin: 0;
        display: block;
        cursor: pointer;
    }

    .ReplyMSG a {
        color: var(--DarkColor);
    }

*[id] {
    scroll-margin-top: 5rem;
}

.mud-table-root a {
    padding: 0.2em 0.5em !important;
}

.IsCount {
    color: white;
    padding: 0 0.2em 0 0.1em;
    border-bottom: 1px solid white;
    margin-right: 0.5em;
}

.ShowPopPhotoBase {
    display: flex;
    flex-wrap: wrap;
}

    .ShowPopPhotoBase div {
        max-width: 32%;
        width: 32%;
        border: 1px solid silver;
        margin: 0.3em;
        position: relative;
    }

    .ShowPopPhotoBase img {
        width: 100%;
    }

    .ShowPopPhotoBase .PopPhotoClose {
        position: absolute;
        font-weight: bold;
        left: 0.5em;
        color: red;
        font-size: 2em;
        top: 1em;
        cursor: pointer;
    }

.mud-dialog-container.mud-dialog-topcenter {
    padding-top: 0;
}

.mud-dialog-width-full {
    margin-top: 32px;
}

.ShowPopPhotoBase img {
    cursor: pointer;
}

.PhotoShowShow {
    display: none;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.HandlePhotoShow {
    z-index: 9;
    padding: 2em;
    display: none;
    border: 1px solid silver;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 90%;
    top: 20%;
    background-color: white;
    text-align: center;
    box-shadow: 0 0 20px 1px silver;
}

    .HandlePhotoShow img {
        max-width: 90%;
        width: 30em;
    }

    .HandlePhotoShow span {
        font-size: 3em;
        position: absolute;
        right: 0.5em;
        top: 0.5em;
        cursor: pointer;
    }


.DropDivFile {
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
    bottom: 5em;
    z-index: 999999;
}

#dropContainer {
    position: relative;
    overflow: hidden;
}

.DropDivFileGray {
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}

.showEmj {
    width: 2em !important;
}

.showEmjB {
    width: 4em !important;
    margin: 0 !important;
}

.showEmjBig {
    width: 8em !important;
}

.emojionearea, .emojionearea.form-control {
    margin-left: 9em;
    width: auto;
}

    .emojionearea .emojionearea-editor {
        min-height: 3.2em;
        max-height: 3.2em;
    }

.PersonsListBTN {
    position: absolute;
    z-index: 999;
    top: 0.5em;
    left: 0.5em;
}

    .PersonsListBTN svg {
        fill: white !important;
    }

.UlListPerson {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2em;
    height: 35em;
    overflow-y: scroll;
    align-content: flex-start;
}

    .UlListPerson button {
        margin: 0.3em;
        text-align: right;
        padding: 0.5em;
        flex: 100%;
        height: max-content;
    }

        .UlListPerson button span {
            text-align: right;
            line-height: 1.3em;
            display: block;
        }


.TableMud button {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

    .TableMud button svg {
        fill: white !important;
    }

.mud-expand-panel .mud-expand-panel-content {
    padding: 0 15px 16px;
}

.TopSearchShowDiv {
    position: absolute;
    top: 4em;
    background-color: var(--BlackColor);
    overflow-y: scroll;
    box-shadow: var(--mud-elevation-3);
    left: 0;
    right: 0;
    padding: 0.5em 1em;
    height: fit-content;
    max-height: 15em;
    overflow-y: scroll;
    z-index: 9;
}

    .TopSearchShowDiv div {
        padding: 1em;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        cursor: pointer;
    }

    /* width */
    .TopSearchShowDiv::-webkit-scrollbar {
        width: 1px;
    }

    /* Track */
    .TopSearchShowDiv::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .TopSearchShowDiv::-webkit-scrollbar-thumb {
        background: var(--DarkColor);
    }

        /* Handle on hover */
        .TopSearchShowDiv::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

/* width */
.UlListPerson::-webkit-scrollbar {
    width: 1px;
}

/* Track */
.UlListPerson::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.UlListPerson::-webkit-scrollbar-thumb {
    background: var(--DarkColor);
}

    /* Handle on hover */
    .UlListPerson::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.BtnConvertTop {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    cursor: pointer;
}

    .BtnConvertTop img {
        width: 3em
    }


.select2-container {
    z-index: 9999999999999999999;
}

.mud-dialog-container {
    overflow-y: scroll;
}

.mud-paper .TitleBox {
    font-size: 0;
    border-bottom: 0;
    padding-bottom: 0;
    margin: 0;
}

.mud-breadcrumbs {
    padding: 0;
}

.ChatLat {
    position: relative;
}

.RightChatLat {
    position: fixed;
    width: 20em;
    bottom: 2em;
    top: 10.5em;
}

.LeftChatLat {
    position: fixed;
    left: 1em;
    right: 38.5em;
    bottom: 2em;
    top: 10.5em;
}

    .LeftChatLat #dropContainer {
        height: 100%;
    }

.LeftChatLatFullScreen {
    position: fixed !important;
    top: 4em !important;
    bottom: 1em !important;
    max-height: 100% !important;
}


.LeftChatLatToggle {
    right: 20.5em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.RightChatLat .mud-paper {
    height: 100%;
    padding: 0 !important;
    position: relative;
    overflow-y: scroll;
}

.StarManager {
    fill: gold !important;
    font-size: 1.5em;
    margin-top: -0.2em;
    margin-left: 0.2em;
}

.notification-list svg {
    fill: white !important;
}

.MainSidebar .HeaderMainNavbarRIcon {
    position: absolute;
    display: none;
}

    .MainSidebar .HeaderMainNavbarRIcon button {
        padding: 12px 12px 12px 0;
    }

.AreaClick {
    margin-top: 3em;
}

.DateShow {
    position: absolute;
    left: 11em;
    top: 0.8em;
    background-color: white;
    padding: 0.2em 1em;
    border-radius: 2em;
}


.ChatLat .LoaderSend {
    top: 0.5em;
    bottom: 0.5em;
    height: 100%;
    right: 0.5em;
    left: 0.5em
}

.SeenProfile {
}

    .SeenProfile h2, .SeenProfile h3 {
        text-align: center;
        font-weight: bold;
    }

    .SeenProfile p {
        text-align: justify;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding-bottom: 1em;
        color: black;
        font-weight: bold;
        line-height: 2em;
    }

    .SeenProfile .Dimg {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 15em;
        height: 15em;
        margin: 1em auto;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border: 5px solid var(--Blue);
    }

.BoxTopColor {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0.5em;
}

.BTCECM {
    background-color: var(--Blue);
    -webkit-border-top-right-radius: 1em;
    border-top-right-radius: 1em;
    -webkit-border-top-left-radius: 1em;
    border-top-left-radius: 1em;
}

.BTCEOR {
    background-color: var(--Blue);
    -webkit-border-top-right-radius: 1em;
    border-top-right-radius: 1em;
    -webkit-border-top-left-radius: 1em;
    border-top-left-radius: 1em;
}

.BTCEContact {
    background-color: var(--Blue);
    -webkit-border-top-right-radius: 1em;
    border-top-right-radius: 1em;
    -webkit-border-top-left-radius: 1em;
    border-top-left-radius: 1em;
}

.BTCEAdmin {
    background-color: var(--Blue);
    -webkit-border-top-right-radius: 1em;
    border-top-right-radius: 1em;
    -webkit-border-top-left-radius: 1em;
    border-top-left-radius: 1em;
}

.BTCApp {
    background-color: var(--Blue);
    -webkit-border-top-right-radius: 1em;
    border-top-right-radius: 1em;
    -webkit-border-top-left-radius: 1em;
    border-top-left-radius: 1em;
}

.BTCReports {
    background-color: var(--Blue);
    -webkit-border-top-right-radius: 1em;
    border-top-right-radius: 1em;
    -webkit-border-top-left-radius: 1em;
    border-top-left-radius: 1em;
}

.iw svg {
    fill: white !important;
}

.InfoPage {
    position: fixed;
    z-index: 99999;
    bottom: 1em;
    left: 1em;
    direction: ltr;
    background-color: var(--blue);
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    padding: 0 0.5em 0 0;
    cursor: pointer;
}

    .InfoPage span {
        color: white;
    }

.BaseInfo {
}

    .BaseInfo strong {
        padding-right: 1em;
        display: inline-block;
        line-height: 3em;
    }

    .BaseInfo div {
    }

    .BaseInfo .ColorInfo {
        width: 5em;
        height: 3em;
        border: 1px solid black;
        border-radius: 1em;
        display: inline-block;
        margin-bottom: -1.2em;
    }

    .BaseInfo ul {
    }

    .BaseInfo li {
        padding: 0.5em
    }
/*Modal Sigal*/
.popModalSigal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999999999999999;
    background-color: rgba(0,0,0,0.5);
}

    .popModalSigal h3 {
        font-size: 1.5em;
        font-weight: bold;
    }

    .popModalSigal .CloseMosalSigal {
        cursor: pointer;
        position: absolute;
        top: 0.45em;
        left: 0.75em;
        font-size: 2em;
        font-weight: bold;
    }

    .popModalSigal .BodySigalModal {
        background-color: white;
        width: fit-content;
        max-width: 90%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0;
        max-height: 80%;
        overflow-y: scroll;
        padding: 1em;
        box-shadow: var(--mud-elevation-3);
        height: fit-content;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        width: 60em;
    }

    .popModalSigal .BackModalSigal {
    }

    /* width */
    .popModalSigal .BodySigalModal::-webkit-scrollbar {
        width: 3px;
    }

    /* Track */
    .popModalSigal .BodySigalModal::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .popModalSigal .BodySigalModal::-webkit-scrollbar-thumb {
        background: var(--blue);
    }

        /* Handle on hover */
        .popModalSigal .BodySigalModal::-webkit-scrollbar-thumb:hover {
            background: #555;
        }


/* width */
.RightChatLat .mud-paper::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.RightChatLat .mud-paper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.RightChatLat .mud-paper::-webkit-scrollbar-thumb {
    background: var(--blue);
}

    /* Handle on hover */
    .RightChatLat .mud-paper::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.IconContactPhone {
    cursor: pointer;
    background-color: #a76028 !important;
}

.ContactPhoneDash {
    display: none;
    background-color: #a76028;
    padding: 0.5em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 14px 24px rgba(71, 95, 123, 0.2);
    box-shadow: 0 14px 24px rgba(71, 95, 123, 0.2);
}

.ContactWebDash {
    display: none;
    background-color: #a76028;
    padding: 0.5em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 14px 24px rgba(71, 95, 123, 0.2);
    box-shadow: 0 14px 24px rgba(71, 95, 123, 0.2);
}

    .ContactWebDash a {
        display: inline-block;
        color: white;
        border: 1px solid white;
        margin: 5px;
        padding: 0.5em;
        text-align: center;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
    }

        .ContactWebDash a:hover {
            opacity: 0.7;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

    .ContactWebDash p, .ContactWebDash small, .ContactWebDash strong {
        text-align: center;
        color: white;
        margin: 0;
    }

.FooterPhoneBook {
    background-color: transparent;
    padding: 0 !important;
    border-bottom: 1px solid darkseagreen;
}

    .FooterPhoneBook .ToolbarTooltip {
        padding: 0 !important;
        border-bottom: 0 !important;
    }

.IconPhoneBook {
    background-color: transparent;
    margin: 0 1em 0 0;
    box-shadow: none;
    width: 20px;
}

    .IconPhoneBook:hover {
        background-color: transparent;
        box-shadow: none;
    }

    .IconPhoneBook svg {
        fill: white !important;
    }

.IconDT {
    font-size: 2.5em;
}

.IconDashboardTools {
    padding: 0.8em 1em !important;
}

.IconDTToolTip .SpanTooltip {
    background-color: #a76028 !important;
    padding: 0.2em 0.5em;
    margin-bottom: 0.5em;
    right: -0.4em;
}

.ShowTbSearch {
    padding: 0.5em;
}

    .ShowTbSearch div {
        display: flex;
        flex-wrap: wrap;
        padding: 1em 0;
    }

        .ShowTbSearch div p {
            flex: 33%;
            margin: 0;
            color: white;
        }

        .ShowTbSearch div span {
            font-weight: bold;
            color: white;
        }

.MainSidebarNav .mud-collapse-wrapper {
    background-color: transparent !important;
}

.mud-dialog .mud-svg-icon {
    fill: rgb(194, 51, 33) !important;
}


/*Personal Search Box*/
.BoxSelectSearchMohammad {
    position: relative;
}

.BoxSelectSearchDiv span {
    background-color: var(--BlackColor);
    padding: 0.83em;
    position: absolute;
    top: -0.2em;
    left: 0.7em;
    font-weight: bold;
    color: silver;
    font-family: arial;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
    z-index: 999999999;
}

.BoxSearchContext {
    background-color: var(--mud-palette-surface);
    border-radius: var(--mud-default-borderradius);
    -webkit-animation: mud-open-dialog-center .1s cubic-bezier(.39,.575,.565,1) both;
    animation: mud-open-dialog-center .1s cubic-bezier(.39,.575,.565,1) both;
    box-shadow: 0 0px 0px -9px rgba(0,0,0,.2), 0 15px 30px 0px rgba(0,0,0,.14), 0 5px 10px 0px rgba(0,0,0,.12);
    position: absolute;
    z-index: 9999999999;
    left: 0;
    right: 0;
    padding: 0.5em;
    display: none;
    max-height: 15em;
    overflow-y: scroll;
}

    .BoxSearchContext div {
        padding: 0.5em 0;
        cursor: pointer;
    }

        .BoxSearchContext div:hover {
            background-color: var(--BlackColor);
        }

.BoxSelectSearchSpanName span {
    color: var(--Blue);
}

.BoxSearchActive {
    background-color: var(--Blue);
    color: white;
    padding: 0.5em;
}


.popModalSigal .BackModalSigal {
}

/* width */
.BoxSearchContext::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.BoxSearchContext::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.BoxSearchContext::-webkit-scrollbar-thumb {
    background: var(--blue);
}

    /* Handle on hover */
    .BoxSearchContext::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.SpanNameChart {
    font-size: 0.8em;
    color: silver;
    padding-left: 14em;
}

.mud-timeline-vertical.mud-timeline-position-start::before {
    left: auto;
    right: 47px;
}

.mud-timeline-modifiers.mud-timeline-vertical.mud-timeline-position-start:not(.mud-timeline-rtl) .mud-timeline-item-content .mud-card::before, .mud-timeline-modifiers.mud-timeline-vertical.mud-timeline-position-start:not(.mud-timeline-rtl) .mud-timeline-item-content .mud-card::after, .mud-timeline-modifiers.mud-timeline-vertical.mud-timeline-position-end.mud-timeline-rtl .mud-timeline-item-content .mud-card::before, .mud-timeline-modifiers.mud-timeline-vertical.mud-timeline-position-end.mud-timeline-rtl .mud-timeline-item-content .mud-card::after {
    transform: rotate(180deg);
    right: -16px;
    left: auto;
}

.modal-title {
    width: 100%;
}

﻿.dropzone {
    position: relative;
    overflow: hidden;
    border: 2px dotted rgba(0,0,0,.2);
    background-color: rgba(0,0,0,.09);
    margin-bottom: 20px;
    border-radius: 5px;
}

.dropzone.dropzone-active {
    background-color: #999;
}

.dropzone label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.fileProgress {
    vertical-align: middle !important;
}

.text-icon-light {
    color: #e9ecef;
}

.ShowVid {
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: none;
}

    .ShowVid video {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        max-width: 80%;
        top: 0;
        bottom: 0;
    }

    .ShowVid span {
        position: absolute;
        color: white;
        font-size: 3em;
        right: 1em;
        top: 0.5em;
        cursor: pointer;
        z-index: 999999999999;
    }

.AttachChatFile {
    position: absolute;
    bottom: -0.8em;
    left: 4.5em
}

    .AttachChatFile button {
        width: 2em;
        background-color: var(--Blue);
        -moz-border-radius: 0.2em;
        -webkit-border-radius: 0.2em;
        border-radius: 0.2em;
        height: 2em;
    }

        .AttachChatFile button:hover {
            background-color: var(--Blue);
        }

    .AttachChatFile svg {
        font-size: 1.5em;
        fill: white !important;
    }

.StatusSpan {
    position: absolute;
    top: 0;
    right: -25px;
}

    .StatusSpan svg {
        fill: green !important;
    }

th {
    text-align: center;
    vertical-align: middle;
}

/* width */
.fixTableHead::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.fixTableHead::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.fixTableHead::-webkit-scrollbar-thumb {
    background: var(--blue);
}

    /* Handle on hover */
    .fixTableHead::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.fixTableHead {
    overflow-y: auto;
    height: 40em;
}

    .fixTableHead thead {
        position: sticky;
        top: -1px;
        background-color: white;
        z-index: 999;
        -webkit-box-shadow: 0 14px 24px rgba(71, 95, 123, 0.2);
        box-shadow: 0 14px 24px rgba(71, 95, 123, 0.2);
    }

.svgWhite svg {
    fill: white !important;
}

.PopPhoneModal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

    .PopPhoneModal .CloseMosalSigal {
        color: white;
        font-size: 3em;
        right: 5%;
        position: absolute;
        top: 5%;
        cursor: pointer;
    }

    .PopPhoneModal .ContactPhoneDash {
        display: block;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        max-width: 80%;
        top: 10%;
    }

.Dimg:hover .SpanTooltipBox {
    display: block !important;
}

.SpanTooltipBox {
    display: none !important;
    bottom: 0 !important;
    background-color: var(--Blue);
    color: white;
    padding: 0.3em 0.5em;
    width: 20em !important;
    line-height: 2em !important;
    text-align: justify !important;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0.9;
    font-size: 0.8em !important;
    z-index: 999;
}

.FreezMenu {
    color: gray !important;
}

.mud-fab-size-small {
    width: 35px;
    height: 35px;
}

.NoChatting {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

    .NoChatting span {
        position: absolute;
        color: white;
        font-weight: bold;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        transform: translateY(45%);
        top: 0;
        bottom: 0;
        font-size: 1.5em;
    }

/*GanttChart*/
.Gantt-ChartBase {
    position: relative;
    overflow: hidden;
    min-height: 40em;
    width: 100%;
}

.Gant-Chart-Right {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.Gant-Chart-Title {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 20em;
    border-left: 2px solid #e1e1e1;
    padding-top: 40px;
}

.AddButtonGattChart {
    position: relative;
    width: 100%;
    text-align: right;
    padding-top: 2em;
}

    .AddButtonGattChart button {
        position: relative !important;
        top: 0 !important;
        left: auto !important;
    }

.DMGC {
    position: absolute;
    top: -1.8em;
}

.Radif {
    position: absolute;
    top: -2.1em;
}

.DropMenuGC {
}

    .DropMenuGC a {
        cursor: pointer;
    }

.Mines {
    position: absolute;
    font-weight: bold;
    top: -2.1em;
}

.Gant-Chart-Left {
    position: absolute;
    right: 20em;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-x: scroll;
    overflow-y: visible;
    height: max-content;
}

.Gant-Chart-Columns-Base2 {
    width: fit-content;
    display: flex;
}

    .Gant-Chart-Columns-Base2 div {
        text-align: center;
        height: 30px;
        width: 50px;
        font-size: 12px !important;
        border: 1px solid #ebebeb;
        line-height: 20px;
        padding-top: 0.2em;
    }

        .Gant-Chart-Columns-Base2 div small {
            display: block;
            font-size: 8px !important;
            text-align: center;
            line-height: 10px;
        }

.Gant-Chart-Columns-Base1 {
    width: fit-content;
    display: flex;
}

    .Gant-Chart-Columns-Base1 div {
        text-align: center;
        height: 20px;
        width: 350px;
        font-size: 12px !important;
        border: 1px solid #ebebeb;
        line-height: 20px;
        background-color: var(--cyan);
        color: white;
    }

        .Gant-Chart-Columns-Base1 div span {
            color: white;
        }

.Gant-Chart-Columns-BaseMain {
    width: fit-content;
    display: flex;
    padding-right: 0;
    padding-top: 0;
}

    .Gant-Chart-Columns-BaseMain div {
        text-align: center;
        height: 100%;
        width: 50px;
        font-size: 12px !important;
        border: 1px solid #ebebeb;
        line-height: 20px;
        min-height: 30em;
    }

.Gant-Chart-Content {
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 1px;
    left: 0;
    margin-top: 40px;
}

    .Gant-Chart-Content div {
        height: 30px;
        margin: 11.5px 0;
        background-color: var(--Blue);
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
        position: relative;
    }

        .Gant-Chart-Content div p {
            color: white;
            padding: 0.35em;
            width: max-content;
            overflow: hidden;
        }

.TooltipGantChart {
    position: absolute !important;
    top: 1em;
    right: 0em;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
    background-color: var(--DarkColor) !important;
    border-radius: 1em !important;
    width: 15em;
    height: fit-content !important;
    padding: 0.5em;
    z-index: 99;
    color: white;
    display: none;
    padding-bottom: 2em;
}

.TooltipBase {
    cursor: pointer;
}

    .TooltipBase:hover .TooltipGantChart {
        display: block;
    }

.TopGantBlue {
    position: absolute !important;
    top: -0.8em !important;
    left: 0 !important;
    width: 2em !important;
    background-color: transparent !important;
    background-image: -moz-linear-gradient(left, var(--Blue), transparent) !important;
    background-image: -o-linear-gradient(left, var(--Blue), transparent) !important;
    background-image: -webkit-gradient(linear, left left, left right, from(var(--Blue)), to(transparent)) !important;
    background-image: -webkit-linear-gradient(left, var(--Blue), transparent) !important;
    background-image: linear-gradient(to right, var(--Blue), transparent) !important;
}

.GanttArrow {
    background-color: transparent !important;
    position: absolute !important;
    top: 0;
    margin: 0 !important;
    width: 100%;
}

.FirstArrow {
    background-color: silver !important;
    width: 20px !important;
    height: 2px !important;
    right: -25px;
    top: 12px;
    position: absolute !important;
    margin: 0 !important;
}

    .FirstArrow:after {
        content: '\27A4';
        color: silver !important;
        left: -7px;
        position: absolute;
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: -10.5px;
    }

.TwoArrow {
    background-color: silver !important;
    width: 2px !important;
    height: 20px !important;
    right: -25px;
    bottom: 16px;
    position: absolute !important;
    margin: 0 !important;
}

.ThreeArrow {
    background-color: silver !important;
    width: 45px !important;
    height: 2px !important;
    right: -25px;
    bottom: 35px;
    position: absolute !important;
    margin: 0 !important;
}

.FourArrow {
    background-color: silver !important;
    width: 2px !important;
    height: 59px !important;
    right: 20px;
    bottom: 35px;
    position: absolute !important;
    margin: 0 !important;
}

.FiveArrow {
    background-color: silver !important;
    width: 20px !important;
    height: 2px !important;
    right: 0px;
    top: -69px;
    position: absolute !important;
    margin: 0 !important;
}

.DarsadGant {
    background-color: greenyellow !important;
    position: absolute !important;
    bottom: -12px;
    height: 5px !important;
    z-index: 1;
    margin-right: 8.5px !important;
}

.TooltipGantChart .DarsadGant {
    margin-right: 2px !important;
}

    .TooltipGantChart .DarsadGant span {
        position: absolute;
        color: white;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

.classGroupGant {
    background-color: var(--DarkColor) !important;
}


    .classGroupGant .TopGantBlue {
        position: absolute !important;
        top: -0.8em !important;
        left: 0 !important;
        width: 2em !important;
        background-color: transparent !important;
        background-image: -moz-linear-gradient(left, var(--DarkColor), transparent) !important;
        background-image: -o-linear-gradient(left, var(--DarkColor), transparent) !important;
        background-image: -webkit-gradient(linear, left left, left right, from(var(--DarkColor)), to(transparent)) !important;
        background-image: -webkit-linear-gradient(left, var(--DarkColor), transparent) !important;
        background-image: linear-gradient(to right, var(--DarkColor), transparent) !important;
    }

.GCC {
    background-color: rgba(0, 0, 0, 0.1) !important;
    z-index: 0;
    position: absolute !important;
    left: 0;
    right: 0;
    width: 100%;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    display: none;
}

.MohrShow {
    position: absolute;
    width: 10em;
    opacity: 0.9;
    top: 0;
    left: 2em;
}

th, td {
    padding: 0.5em !important;
    vertical-align: middle !important;
}

/*BaseLayout*/
.BaseLayout .TopMenu {
    padding: 2em;
    z-index: 1;
    position: relative;
    background-color: var(--Blue);
    /*    background-image: -moz-linear-gradient(left, #873887, #291d2b);
    background-image: -o-linear-gradient(left, #873887, #291d2b);
    background-image: -webkit-gradient(linear, left left, left right, from(#873887), to(#291d2b));
    background-image: -webkit-linear-gradient(left, #873887, #291d2b);
    background-image: linear-gradient(to right, #873887, #291d2b);
*/
}

    .BaseLayout .TopMenu img {
        width: 8em;
    }

.BaseLayout .TopMenuLeft {
    position: absolute;
    top: 1.5em;
    left: 2em;
    color: white;
    border: 1px solid white;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    padding: 0 1em;
}

.BaseLayout .TopMenuRight a {
    display: inline-block;
    color: white;
    font-family: 'kalameh';
    font-weight: bold;
    font-size: 1.3em;
    padding: 0 1em;
}

.BaseLayout .TopMenuLeft a {
    color: white;
    font-family: 'kalameh';
    font-weight: bold;
    font-size: 1.5em;
}

.BaseLayout .TopMenuLeft .mud-icon-root.mud-svg-icon {
    fill: white;
}

.BaseLayout .TopMenuLeft .mud-icon-button {
    padding: 6px;
}

.BaseLayout {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .BaseLayout .CircleBack {
        background: rgba(255, 255, 255, 0);
        background: -moz-radial-gradient(center, ellipse cover, #873887 0%, rgba(255, 255, 255, 0) 60%);
        background: -o-radial-gradient(center, ellipse cover, #873887 0%, rgba(255, 255, 255, 0) 60%);
        background: -webkit-gradient(radial, center center, 0px, center center, 60%, color-stop(0%, #873887), color-stop(60%, rgba(255, 255, 255, 0)));
        background: -webkit-radial-gradient(center, ellipse cover, #873887 0%, rgba(255, 255, 255, 0) 60%);
        background: -ms-radial-gradient(center, ellipse cover, #873887 0%, rgba(255, 255, 255, 0) 60%);
        position: absolute;
        width: 100vw;
        height: 100vw;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        z-index: 0;
        animation: AnimCircle 4s ease-in-out infinite;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .BaseLayout .CircleBack1 {
        top: -30%;
        left: -45%;
    }

    .BaseLayout .CircleBack2 {
        top: 0;
        bottom: 0;
        right: -45%;
    }

    .BaseLayout .CircleBack3 {
        bottom: -70%;
        right: -20%;
    }

@keyframes AnimCircle {
    0% {
        margin-top: 10em;
    }

    50% {
        margin-top: 0;
    }

    100% {
        margin-top: 10em;
    }
}

@-moz-keyframes AnimCircle {
}

@-webkit-keyframes AnimCircle {
}

.BaseLayout .BaseLayoutHome {
    padding: 0;
    text-align: center;
    background-image: url('/Pic/background-web.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 30em;
    background-position-y: -5em;
}

    .BaseLayout .BaseLayoutHome h1 {
        text-align: center;
        font-family: 'kalameh';
        font-weight: bold;
        color: white;
        font-size: 5em;
        padding: 0.5em;
        z-index: 1;
        position: relative;
    }

.BaseLayout .LogoCenterBase {
    width: 15em;
}

.BaseLayout .BoxCenterIndex {
    max-width: 1000px;
    margin: auto;
    z-index: 1;
    position: relative;
}

.BaseLayout .BCI {
    display: flex;
}

.BaseLayout .BCI2 {
}

    .BaseLayout .BCI2 .BCIBox:nth-child(1) {
        flex: 2;
    }

    .BaseLayout .BCI2 .BCIBox:nth-child(1) {
        display: flex;
        padding: 5em 2em
    }

        .BaseLayout .BCI2 .BCIBox:nth-child(1) a {
            flex: 1;
            text-align: center;
        }

            .BaseLayout .BCI2 .BCIBox:nth-child(1) a img {
                width: 12em;
            }

            .BaseLayout .BCI2 .BCIBox:nth-child(1) a h2 {
                font-size: 4em;
                padding: 0.7em 0 0 0;
            }

            .BaseLayout .BCI2 .BCIBox:nth-child(1) a p {
                font-size: 1.5em;
            }

    .BaseLayout .BCI2 .BCIBox:nth-child(2) {
        flex: 1;
        padding: 5em 2em
    }

.BaseLayout .BCIBox {
    background-color: #291d2b;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    text-align: center;
    margin: 0.5em;
    padding: 2em;
    flex: 1;
}

.BaseLayout .BCIBoxFree {
    flex: 1;
}

    .BaseLayout .BCIBoxFree .BCIBox {
        display: flex;
    }

        .BaseLayout .BCIBoxFree .BCIBox a {
            flex: 1;
            text-align: center;
        }

.BaseLayout .MeloriLogo {
    width: 10em !important;
}

.BaseLayout .BCIBox img {
    width: 5em;
    margin: auto;
}

.BaseLayout .BCIBox h2 {
    font-family: 'Sarbaz';
    color: white;
    text-align: center;
    font-size: 3em;
}

.BaseLayout .BCIBox p {
    font-family: 'Sarbaz';
    color: silver;
    text-align: center;
    font-size: 1.2em;
}

.BaseLayout .BCIBox .logo2Upper {
    display: none;
}

.BaseLayout .BCIBox {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .BaseLayout .BCIBox:hover .logo1supper {
        display: none;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .BaseLayout .BCIBox:hover .logo2Upper {
        display: block;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.BB1:hover {
    background-color: #882486;
}

.BB2:hover {
    background-color: #1b97d5;
}

.BB3:hover {
    background-color: #ecc915;
}

.BB4:hover {
    background-color: #8b0739;
}

.BB5:hover {
    background-color: #537fd8;
}

.BB6:hover {
    background-color: #64ae0f;
}

.BB7:hover {
    background-color: #ffae1f;
}


.MyBalabanLogoTop {
    width: 3em;
}

.MainSidebarNav .mud-expand-panel {
    color: #8a99b5;
    background-color: #f9f9f9 !important;
    margin: 0.5em 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    box-shadow: none;
}

.MainSidebarNav .mud-expand-panel-header, .MainSidebarNav .mud-expand-panel-text {
    color: gray;
}

.MainSidebarNav .mud-panel-expanded .mud-expand-panel-header, .MainSidebarNav .mud-panel-expanded .mud-expand-panel-text {
    color: black;
    font-weight: bold;
}

.MainSidebarNav .mud-panel-expanded a:hover {
    color: black;
    font-weight: bold;
}

.MainSidebarNav .mud-panel-expanded a {
    color: gray;
}

.BoxSquar {
    width: 90%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 5em;
}

    .BoxSquar div {
        flex: 50%;
        padding: 1em;
    }

        .BoxSquar div:nth-child(1) {
            flex: 100%;
        }

    .BoxSquar img {
        width: 100%;
    }

.NoMobile {
    display: block;
}

.IsMobile {
    display: none
}

@media (min-width: 600px) {
    .mud-toolbar-gutters {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 600px) {
    .mud-toolbar {
        height: 50px;
        margin-top: 0.5em;
    }
}

/* width */
.DHeram::-webkit-scrollbar {
    height: 5px;
}

/* Track */
.DHeram::-webkit-scrollbar-track {
    background: var(--BlackColor);
}

/* Handle */
.DHeram::-webkit-scrollbar-thumb {
    background: var(--Blue);
}

    /* Handle on hover */
    .DHeram::-webkit-scrollbar-thumb:hover {
        background: var(--Blue);
    }

.CalenderDiv {
    display: flex;
    flex-wrap: wrap;
    /*height: 30em;*/
    overflow-y: scroll;
}

.CalenderDivBox {
    flex: 14.28%;
    width: 14.28%;
    max-width: 14.28%;
    padding: 0.5em;
    position: relative;
    outline: 1px solid #e3e1e1;
    border: 1px solid #e3e1e1;
    /*aspect-ratio: 1 / 1;*/
    overflow-y: scroll;
}

.CalenderDivBoxItem {
    color: black;
    padding: 0.3em;
    font-size: 0.8em;
    margin: 0.3em 0;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    cursor: pointer;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid;
}

    .CalenderDivBoxItem:hover {
        opacity: 0.5;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .CalenderDivBoxItem small {
        display: block;
    }

.IsV1 {
    background-color: rgba(0, 0, 0, 0.1);
}

.IsV0 {
    background-color: rgba(255,0,0,0.1);
}

.IsV2 {
    background-color: rgba(0,255,0,0.1);
}

.BoxTitle {
    margin: auto;
    background-color: var(--Blue);
    color: white;
    text-align: center;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    padding: 0.5em 2em;
    font-family: 'sepahbod';
    font-size: 2em;
    width: fit-content;
}

.BoxMyCustomer {
    display: flex;
    max-width: 1800px;
    margin: 3em auto 5em;
    background-color: white;
    padding: 3em;
}

.BoxMazaya {
    width: 90%;
    display: flex;
    max-width: 1200px;
    margin: auto;
    padding: 3em 0;
}

    .BoxMazaya div {
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
        background-color: #18559675;
        margin: 1em;
        padding: 2em;
    }

    .BoxMazaya h2 {
        text-align: center;
        font-weight: bold;
        color: white;
        font-family: 'sepahbod';
        font-size: 2em;
    }

    .BoxMazaya img {
        width: 100%;
    }

.BoxSlider {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    overflow: hidden;
    margin-bottom: 5em;
}

    .BoxSlider img {
        width: 100%;
    }

.BoxMap {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 5em;
}

    .BoxMap img {
        width: 100%;
        margin-top: 5em;
    }

.BoxAddress {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 5em;
    display: flex;
    flex-wrap: wrap;
}

    .BoxAddress div {
        flex: 50%;
        font-size: 1.5em;
    }

    .BoxAddress strong {
        color: var(--Blue);
    }

    .BoxAddress p {
        color: white;
    }

    .BoxAddress div:nth-child(2) p {
        font-family: 'arial';
        direction: ltr;
    }

.BoxTel {
    max-width: 1800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    background-color: #18559675;
    padding: 2em;
}

    .BoxTel div {
        flex: 50%;
        text-align: center;
    }

    .BoxTel strong {
        color: white;
        font-size: 1.5em;
        color: var(--Blue);
        font-weight: bold;
    }

    .BoxTel p {
        color: white;
        font-size: 1.8em;
        display: inline-block;
        padding-right: 0.5em;
        font-weight: bold;
    }

.Boxinfo {
    max-width: 1800px;
    margin: auto;
    background-color: var(--Blue);
    padding: 2em;
    position: relative;
}

    .Boxinfo h3 {
        color: white;
        border-bottom: 1px solid white;
        padding-bottom: 0.5em;
        padding-top: 1em;
        width: 70%;
        font-weight: bold;
    }

    .Boxinfo div {
        display: flex;
        flex-wrap: wrap;
    }

        .Boxinfo div a {
            color: white;
            display: block;
            padding: 1em;
            font-size: 1.5em;
            font-weight: bold;
        }

.logoBalaban {
    background-image: url(/Pic/BalabanW.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    display: block !important;
    width: 13em;
    height: 13em;
    position: absolute;
    bottom: 5em;
    left: 5em;
    background-size: 30em;
}

.BoxFooter {
    max-width: 1800px;
    margin: auto;
    padding: 0 2em 2em 2em;
    position: relative;
}

    .BoxFooter span {
        color: white;
        font-size: 1.5em;
        margin: 0 1em 1em 1em;
    }

    .BoxFooter .logoBalaban {
        position: relative;
        display: inline-block !important;
        bottom: -1em;
        right: 1em;
        width: 4em;
        height: 4em;
        background-size: 10em;
        left: 1em;
    }

/* width */
.CalenderDiv::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.CalenderDiv::-webkit-scrollbar-track {
    background: var(--BlackColor);
}

/* Handle */
.CalenderDiv::-webkit-scrollbar-thumb {
    background: var(--Blue);
}

    /* Handle on hover */
    .CalenderDiv::-webkit-scrollbar-thumb:hover {
        background: var(--Blue);
    }

/* width */
.CalenderDivBox::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.CalenderDivBox::-webkit-scrollbar-track {
    background: white;
}

/* Handle */
.CalenderDivBox::-webkit-scrollbar-thumb {
    background: var(--Blue);
}

    /* Handle on hover */
    .CalenderDivBox::-webkit-scrollbar-thumb:hover {
        background: var(--Blue);
    }

.BoxChatGroup {
    display: flex;
    flex-wrap: wrap;
}

    .BoxChatGroup a {
        display: block;
        padding: 0.5em;
        cursor: pointer;
        margin: 0.5em;
        background-color: #f5f5f5;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
    }

.ActSBTN {
    background-color: var(--Blue) !important;
    color: white !important;
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
    .BaseLayout .BaseLayoutHome h1 {
        font-size: 3em;
    }

    .BaseLayout .BaseLayoutHome {
        padding-top: 20em;
    }
}

@media screen and (max-width: 800px) {
    .BaseLayout .BaseLayoutHome h1 {
        font-size: 2em;
    }

    .BoxMazaya h2 {
        font-size: 1em;
    }

    .BoxAddress div {
        flex: 100%;
    }

    .BoxTel div {
        flex: 100%;
    }

    .BoxTel p {
        font-size: 1.5em;
    }

    .Boxinfo .logoBalaban {
        display: none !important;
    }

    .BaseLayout .BaseLayoutHome {
        padding-top: 16em;
    }
}

.ChatFullScreen {
    position: absolute;
    z-index: 99999;
    cursor: pointer;
    display: none;
}

.MicrophoneBTN {
    position: absolute !important;
    left: 9em !important;
    background-color: transparent;
    box-shadow: none;
    bottom: 1.3em !important;
}

    .MicrophoneBTN:hover {
        background-color: transparent;
        box-shadow: none;
    }

        .MicrophoneBTN:hover svg {
            fill: var(--blue);
        }

.recording-indicator {
    position: absolute;
    bottom: 5em;
}

.BaseLayout .ftco-section {
    padding: 5em 0;
    position: relative;
    background-color: white;
}

.BaseLayout .PubHeader {
    height: 200px;
    position: relative;
}

.BaseLayout .overlys {
    position: absolute;
    background-color: var(--OneColor);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: 0;
}

.BaseLayout .PubHeader ul {
    display: flex;
    list-style: none;
    padding: 6em 3em 0 0;
}

.BaseLayout .PubHeader li {
    padding: 0 0.5em;
    color: white;
    position: relative;
    z-index: 9;
}

.BaseLayout .PubHeader a {
    color: white;
}

.BaseLayout .PubHeader span {
    color: white;
}

.BaseLayout .d-blog b {
    text-align: center;
    display: block;
    color: var(--OneColor);
    font-weight: bold;
    font-size: 1.5em;
}

.BaseLayout .d-blog p {
    text-align: center;
    font-size: 1.2em;
}

.BaseLayout .d-blog img {
    width: 100%;
}

.BaseLayout .d-blog small {
    color: var(--DarkColor);
    display: block;
    padding: 0.5em;
    font-size: 1em;
}

.BaseLayout .d-blog strong {
    color: var(--Blue);
    display: block;
}

.BaseLayout .PubHeader h3 {
    color: white;
    z-index: 99999;
    position: relative;
    padding: 0.3em 1.7em;
    font-size: 2em;
    font-weight: bold;
}

.ShowComment {
    padding: 0 0.5em;
}

    .ShowComment p {
        color: black;
        text-align: justify;
        padding-top: 0.5em;
    }

.TaskBoxcomments {
    border: 2px solid var(--Blue);
    border-width: 2px 3px 2px 3px;
    padding: 0 1em;
    margin: 1em 2em;
}

.mud-table-pagination-actions button {
    background-color: var(--blue) !important;
    padding: 0.1em;
}

.form-group {
    margin-bottom: 0.6em !important;
}

@media screen and (max-width: 600px) {
    .WindowBox1 {
        width: 100%;
    }

    .ChatFullScreen {
        display: block;
    }

    .BaseLayout .BaseLayoutHome {
        padding-top: 14em;
        background-position-y: -2em;
    }

    .NoMobile {
        display: none !important;
    }

    .IsMobile {
        display: block;
    }

    .CalenderDivBox {
        flex: 33.33%;
        width: 33.33%;
        max-width: 33.33%;
    }

    .RightChatLat {
        position: relative;
        width: 100%;
        bottom: 0;
        top: 0;
        min-height: 10em;
    }

    .LeftChatLat {
        position: relative;
        left: 0em;
        right: 0em !important;
        bottom: 0;
        top: 1em;
        width: 100%;
        max-height: 30em;
    }

        .LeftChatLat #dropContainer {
            padding: 0 !important;
        }

    .user .Dimg {
        width: 3em;
        height: 3em;
        top: -1em;
    }

    .SettingMenuChat {
        right: 1em;
    }

    .msg {
        margin-right: 4em;
        max-width: 85%;
    }

    /*.SendBoxText button {
        width: 3em;
        padding: 0.85em 0;
    }

        .SendBoxText button .mud-icon-size-medium {
            font-size: 1rem;
            padding: 0.85em 0;
        }*/

    .BoxMyCustomer {
        padding: 1em;
    }

        .BoxMyCustomer .BoxTitle {
            display: none;
        }

        .BoxMyCustomer .image-box div:nth-child(1) {
            max-height: initial !important;
        }

    .image-box img {
        filter: grayscale(0) !important;
    }
}

@media screen and (max-width: 500px) {
    .BaseLayout .TopMenuLeft a {
        font-size: 1em;
    }

    .BaseLayout .TopMenuRight a {
        padding: 0;
    }

    .BaseLayout .TopMenu img {
        width: 6em;
    }

    .BaseLayout .TopMenuRight a:nth-child(3) {
        display: none !important;
    }

    .BaseLayout .BaseLayoutHome {
        padding-top: 10em;
        background-position-y: 0em;
    }

        .BaseLayout .BaseLayoutHome h1 {
            font-size: 1.2em;
        }

    .BoxSquar div {
        flex: 1000%;
        padding: 0.5em;
    }

    .BoxSquar {
        margin-bottom: 1em;
    }

    .BoxTitle {
        font-size: 1.5em;
    }

    .BoxMyCustomer {
        margin: 1em auto 1em;
    }

    .BoxMazaya {
        flex-wrap: wrap;
    }

        .BoxMazaya div {
            text-align: center;
        }

        .BoxMazaya img {
            width: 80%;
            margin: auto;
        }

    .BoxSlider {
        margin-bottom: 1em;
    }

    .BoxTel p {
        font-size: 1.2em;
        padding: 0.5em;
    }

    .Boxinfo div a {
        flex: 25%;
        padding: 0.5em;
        font-size: 1.3em;
    }

    .Boxinfo div:nth-child(4) a {
        flex: 50%;
    }

    .BoxFooter span {
        color: white;
        font-size: 1.2em;
        margin: 1em;
        display: block;
        text-align: center;
    }

    .BoxFooter .logoBalaban {
        position: relative;
        display: block !important;
        bottom: -1em;
        right: 0;
        width: 4em;
        height: 4em;
        background-size: 10em;
        left: 0;
        margin: auto;
    }
}
