﻿/**********************************************************************
							Font 
**********************************************************************/
:root {
    --BsColor: #875100;
    --AltColor: #ffbc4c;
    --LtColor: #fff5e6;
    --VlColor: #fffaf4;
    --BgColor: linear-gradient(30deg,#fff, var(--LtColor) 30%, var(--VlColor) 30%, #fff 75%, var(--VlColor) 75%) center;
}

@font-face {
    font-family: 'Amlak';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/IRANSansWeb_Medium.eot");
    src: url("../fonts/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb_Medium.woff2") format("woff2"), url("../fonts/IRANSansWeb_Medium.woff") format("woff"), url("../fonts/IRANSansWeb_Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/**********************************************************************
							BODY 
**********************************************************************/
html, body {
    position: unset;
}

.error {
    color: red;
}

.rtl div {
    text-align: right;
}

.profile {
    text-align: right;
    border-color: azure;
}

.body-font {
    font-family: Amlak;
    padding-bottom: 20px;
}

.main-back-color {
    background-color: #f1f1f1 !important;
}

.content-back-color {
    background-color: #fff !important;
}

.floatRight {
    float: right !important;
}

.floatLeft {
    float: left !important;
}

.rtl .elementFloat {
    float: right !important;
    text-align: right;
}

.rtl .elementContraryFloat {
    float: left !important;
    text-align: left;
}

.ltr .elementFloat {
    float: left !important;
    text-align: left;
}

.ltr .elementContraryFloat {
    float: right !important;
    text-align: right;
}

.ltr span, .ltr form, .ltr input, .ltr select, .ltr textarea, .ltr table, .ltr .divDir {
    direction: ltr;
}

.rtl span, .rtl form, .rtl input, .rtl select, .rtl textarea, .rtl table, .rtl .divDir {
    direction: rtl;
}


.rtl .elementAlign {
    text-align: right !important;
}

.ltr .elementAlign {
    text-align: left !important;
}

button:disabled {
    color: #ddd;
}

@media (max-width: 575.98px) {
    .file-text {
        font-size: 12px !important;
    }
}

@media (max-width: 767.98px) {
    .file-text {
        font-size: 12px !important;
    }
}

@media (max-width: 991.98px) {
}

@media (max-width: 1199.98px) {
}
/**********************************************************************
							Header 
**********************************************************************/
.MainHeader {
    padding-top: 12px;
    height: 190px;
    position: relative;
    background: linear-gradient(35deg, #fff, #f7a81fc9 40%, #ffc766c9 42%,#ffff);
    box-shadow: 0 0 0 1px, 0 0 15px;
    z-index: 2;
}

    .MainHeader img {
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0 0 7px;
        width: 45px;
        height: 45px;
        margin-left: 6px;
    }

    .MainHeader .Menu a {
        border: none;
        line-height: 20px;
        font-size: 10px;
        font-family: Amlak;
        background: none;
        transition: 0.3s;
        white-space: pre;
        width: 29%;
        display: inline-block;
        height: 60px;
        padding: 0;
        padding-top: 40px;
        position: relative;
        margin: 10px 1%;
    }

        .MainHeader .Menu a:before {
            font: normal normal normal 14px/1 "Font Awesome 5 Pro";
            transition: 0.3s;
            position: absolute;
            left: 0;
            top: 0;
            line-height: 40px;
            font-size: 33px;
            width: 100%;
        }
    .MainHeader a.Top-Menu-Link {
        width: 25px;
        height: 25px;
        margin: 10px 5px;
        float: left;
        font-size: 20px;
        text-align: center;
    }

        .MainHeader a.Top-Menu-Link:before {
            font: normal normal normal 14px/1 "Font Awesome 5 Pro";
            font-size: 20px;
        }

        /*.MainHeader .Menu a:hover {
            font-size: 15px;
        }

            .MainHeader .Menu a:hover:before {
                padding-left: 20px;
            }*/

        .MainHeader .Menu a:last-child {
            border: none;
        }

    .MainHeader .Menu span {
        font-family: Amlak;
        padding: 0 12px;
    }

.Menu {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 67px;
    box-shadow: inset 0 0 4px 0;
    padding: 5px;
    background-color: rgb(248, 249, 250);
    border-radius: 5px;
    background: linear-gradient(35deg, #fff, #ffe0aa 30%, #ffe6b9 32%,#ffff);
    text-align: center !important;
}

    .Menu .Disable-Click {
        pointer-events: none;
        color: gray;
    }

    .Menu .Menu-Link.ActiveMenu {
        font-size: 11px;
        text-shadow: 0 0 8px #ffc800, 0 0 3px #ffc800;
        padding-top: 35px;
        border-bottom: 2px solid;
    }

        .Menu .Menu-Link.ActiveMenu:before {
            transform: scale(1.1) rotate(-10deg);
            top: -7px;
        }
.SubMenu {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 67px;
    box-shadow: inset 0 0 4px 0;
    padding: 5px;
    background-color: rgb(248, 249, 250);
    border-radius: 5px;
    background: linear-gradient(35deg, #fff, #ffe0aa 30%, #ffe6b9 32%,#ffff);
    text-align: center !important;
}
    .SubMenu .Menu-Link {
        border: none;
        line-height: 20px;
        font-family: Amlak;
        background: none;
        transition: 0.3s;
        white-space: pre;
        width: 55%;
        display: inline-block;
        height: 80px;
        padding: 0;
        padding-top: 40px;
        position: relative;
        margin: 10px 1%;
        border-bottom: 2px solid;
    }
        .SubMenu .Menu-Link:before {
            font: normal normal normal 14px/1 "Font Awesome 5 Pro";
            transition: 0.3s;
            position: absolute;
            left: 0;
            top: 0;
            line-height: 40px;
            font-size: 33px;
            width: 100%;
        }
/**********************************************************************
							Content 
**********************************************************************/
#contentPanel {
    padding: 55px 6px 30px;
}

.EditButton {
    width: 48%;
    margin: auto;
}

@media (max-width: 768px) {
    .fileMobileScrollContents {
        overflow-y: auto;
        height: calc(100% - 145px);
        padding: 4px;
    }
        .fileMobileScrollContents.shareFileDataContents {
            height: calc(100% - 85px);
        }
}

@media (min-width: 768px) {
    #contentPanel {
        height: calc(100vh);
        padding: 5px 6px 30px;
    }

    body {
        padding: 20px;
    }

    .DataContents {
        padding: 10px;
        position: relative;
        overflow: auto;
        overflow-x: hidden;
        height: calc(100vh - 80px);
    }
        .DataContents.fileDataContents {
            height: calc(100vh - 168px);
        }

            .DataContents.fileDataContents.shareFileDataContents {
                height: calc(100vh - 120px);
            }
        .DataContents.referredFileDataContents {
            height: calc(100vh - 120px);
        }

    .ProfileEditButton {
        width: 48%;
        margin: auto;
    }
}

@media (max-width: 768px) {
    #contentPanel {
        height: calc(100vh - 190px);
    }

    #contentPanel {
        overflow: auto;
    }

    .ProfileEditButton {
        width: 100%;
        margin: auto;
    }
}

.ContentHeader {
    /*box-shadow: 0 0 0 1px;*/
    /*display: flex;*/
    text-align: left !important;
}

/*.SelectTab {
    clear: both;
    display: flex;
    margin: auto;
}*/

    /*.SelectTab a {
        font-size: 12px;
        margin: 6px 3px;
        width: 33%;
        line-height: 27px;
        box-shadow: 0 0 0px 1px;
        border-radius: 5px;
        background: #ffefdc;
    }*/
    /*.SelectTab a.Item {
        position: relative;
        line-height: 36px;
        cursor: pointer;
        overflow: hidden;
        flex-basis: 0;
        flex-grow: 1;
        border-radius: 20px;
        font-size: 10px;
        text-align: center;
        transition: 0.3s;
    }*/
    /*.SelectTab a:hover { 
               background: #ffe1be;
        }*/
    /*.SelectTab a.Selected {
        font-size: 14px;
        flex-grow: 1.3;
        opacity: 1;
    }
        .SelectTab a.Selected:before {
            font-family: 'FontAwesome';
            content: "\f00c";
            font-weight: 900;
            font-size: 16px;
            display: inline-block;
            line-height: 24px;
            padding: 0 0 0 8px;
            vertical-align: middle;
            animation: Append 1s forwards 1;
        }*/

.SelectTaba.Item {
    border-radius: unset;
}
/**********************************************************************
							Footer 
**********************************************************************/
.copy {
    color: #666;
    margin: 0 auto;
    display: block;
    font-size: 0.9em;
    text-align: center;
    line-height: normal;
    padding: 12px 0 10px;
    /*width: calc(100% - 4em) !important;*/
    width: 100% !important;
}

.wrap, #main {
    width: 100% !important;
    max-width: 100% !important;
}
/**********************************************************************
							panel 
**********************************************************************/
.custom-panel {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #cccccc;
    border-top: 2px solid #666;
}

    .custom-panel .panel-heading {
        background-color: #f7f8fa !important;
    }
/**********************************************************************
							 Menu
**********************************************************************/
.mainElementAlign, .mainElementAlign a {
    width: 100%;
}

.rtl .mainElementAlign, .rtl .mainElementAlign a {
    text-align: right !important;
}

.ltr .mainElementAlign, .ltr .mainElementAlign a {
    text-align: left !important;
}

.ltr .headerLink i {
    display: inline;
}

/**********************************************************************
							 hidden
**********************************************************************/
.hidden {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 768px) {

    .SelectTab {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

/**********************************************************************
							 carousel
**********************************************************************/
/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-item {
    height: 30vh;
}

    .carousel-item img {
        height: 30vh;
    }

.ShareFileImages .carousel-item {
    height: auto;
}

    .ShareFileImages .carousel-item img {
        height: auto;
    }

.FileImages.ShareFileImages {
    height: auto;
}


.fileArchive, .amlakInquiryArchive {
    opacity: 0.3;
}

.noty_message {
    text-align: center !important;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.modal.fade {
    transform: scale(0) !important;
    opacity: 0;
    -webkit-transition: 0.5s all 0s;
    -moz-transition: 0.5s all 0s;
    -ms-transition: 0.5s all 0s;
    -o-transition: 0.5s all 0s;
    transition: 0.5s all 0s;
    display: block !important;
}

    .modal.fade.show {
        opacity: 1;
        transform: scale(1) !important;
        transform: none;
    }

.modal-backdrop.show {
    opacity: 0.65;
}

#edit-file .modal-body {
    padding: 0px;
}

#user-session-list .modal-content, #form-error-content .modal-content, #show-image-modal .modal-content, #modal-file-detail {
    box-shadow: 0 0 60px 10px;
}

.modal {
    overflow: auto !important;
}

#showImageContent img {
    width: 100%;
}

#showImageContent {
    padding: 2px;
}

/*  Iraj CSS   */
/*  Iraj CSS   */
/*  Iraj CSS   */
/*  Iraj CSS   */
/**{
    outline:none !important;
}*/

.FileBtn, .TrackingCodeRequestBtn {
    border-radius: 8px !important;
    margin: 4px 0;
    border: none;
    box-shadow: 0 0 0 1px;
    padding: 8px;
    font-size: 13px;
    height: 66px;
    overflow: hidden;
    position: relative;
}

    .FileBtn:hover, .TrackingCodeRequestBtn:hover {
        box-shadow: 0 0 0 1px, inset 0 0 30px -10px;
    }

    .FileBtn.RentFile {
        background-color: #ffb56196 !important;
        color: #9a0000;
    }
    .FileBtn.ParticipationFile {
        background-color: #e0f5e5 !important;
        color: #033c10;
    }

    .FileBtn.NewAmlakInquiryBtn {
        background-color: #d3e4f596 !important;
    }

    .FileBtn.OldAmlakInquiryBtn {
        background-color: #f9baba96 !important;
    }

    .TrackingCodeRequestBtn.RentTrackingCodeRequest {
        background-color: #ff706199 !important;
        color: #9a0000;
    }

    .FileBtn.SellFile {
        background-color: #99ec96c2 !important;
        color: #016300;
    }

    .TrackingCodeRequestBtn.SellTrackingCodeRequest {
        background-color: #bab5e1b3 !important;
        color: #016300;
    }

.ReferredFileBtn.RentReferredFile {
    background-color: #ebe688b3 !important;
    color: #9a0000;
}

.ReferredFileBtn.ParticipationReferredFile {
    background-color: #e0f5e5 !important;
    color: #033c10;
}
.ReferredFileBtn.SellReferredFile {
    background-color: #568bf3b3 !important;
    color: #001234b3;
}

    .FileBtn .card-body, .TrackingCodeRequestBtn .card-body {
        padding: 8px;
    }

    .FileBtn button, .TrackingCodeRequestBtn button {
        background: transparent;
        color: unset;
        width: 40px;
        padding: 0;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        border: 2px solid #fff;
        font-size: 18px;
        box-shadow: 0 0 3px, inset 0 0 6px;
        margin: 5px 0;
        outline: none !important;
    }

        .FileBtn button:hover, .TrackingCodeRequestBtn button:hover {
            box-shadow: 0 0 5px, inset 0 0 8px;
        }

.FileBtn .img-thumbnail, .TrackingCodeRequestBtn .img-thumbnail, .StoryBoxs .img-thumbnail {
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 7px;
    width: 50px;
    height: 50px;
    margin-left: 8px;
}
.StoryBoxs .img-thumbnail {
    padding: unset;
}
    .FileBtn .LeftSide, .TrackingCodeRequestBtn .LeftSide {
        /*width: 20%;*/
        position: absolute;
        left: 8px;
        top: 0px;
        text-align: left !important;
    }

        .FileBtn .LeftSide span, .TrackingCodeRequestBtn .LeftSide span {
            display: block;
            font-size: 13px;
            line-height: 22px;
            white-space: pre;
        }

        .FileBtn .LeftSide .FileCreateTime {
            font-size: 9px;
            width: 40px;
            display: inline-block;
            text-align: center;
            opacity: 0.6;
        }

        .FileBtn .LeftSide span:after, .TrackingCodeRequestBtn .LeftSide span:after {
            font-size: 9px;
            width: 35px;
            display: inline-block;
            text-align: center;
            opacity: 0.6;
            padding-right: 5px;
        }

        .FileBtn .LeftSide .Price:after, .TrackingCodeRequestBtn .LeftSide .Price:after {
            content: 'قیمت';
        }

        .FileBtn .LeftSide .Rents:after, .TrackingCodeRequestBtn .LeftSide .Rents:after {
            content: 'اجـاره';
        }

    .FileBtn .UserName, .TrackingCodeRequestBtn .UserName {
        line-height: 50px;
        display: inline-block !important;
        padding: 0 8px;
        vertical-align: top;
    }

        .FileBtn .UserName.Small, .TrackingCodeRequestBtn .UserName.Small {
            font-size: 10px;
            padding: 0 2px;
        }

        .FileBtn .UserName.CreateTime, .TrackingCodeRequestBtn .UserName.CreateTime {
            position: absolute;
            bottom: 5px;
            left: 5px;
            font-size: 8px;
            line-height: 15px;
            opacity: .6;
        }

.FileImages, .TrackingCodeRequestImages, .ReferredFileImages {
    /*box-shadow: 0 0 5px;*/
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    margin: 5px 0;
    overflow: hidden;
    box-shadow: 0 0 0 1px;
    padding: 2px;
    border-radius: 2px;
    margin: 10px 10px 5px;
    width: calc(100% - 20px);
    height: 30vh;
}

.FileDetail, .TrackingCodeRequestDetail {
    /*box-shadow: 0 0 5px;*/
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    margin: 5px 0;
}

.UploadBtn {
    width: 50px;
    line-height: 46px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 0 7px 2px, inset 0 0 5px;
    border: 2px solid #fff;
    position: absolute;
    left: 20px;
    bottom: 5px;
    background: #fff;
    font-size: 25px;
    cursor: pointer;
    z-index: 100;
}

    .UploadBtn:hover {
        box-shadow: 0 0 7px 3px, inset 0 0 10px;
    }

.ContentImage {
    object-fit: contain;
}

.UserImage {
    width: 170px;
}

.TitleBtn {
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center !important;
    vertical-align: middle;
    cursor: pointer;
    line-height: 36px;
    box-shadow: 0 0 3px, inset 0 0 6px;
    margin: 6px 2px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}

    .TitleBtn:hover {
        box-shadow: 0 0 5px 1px, inset 0 0 10px;
    }

.SearchItm {
    border: none !important;
    box-shadow: 0 0 3px;
    border-radius: 5px;
    padding: 3px 5px 0px;
    font-size: 12px;
    text-align: center !important;
    margin-top: 5px;
}

    .SearchItm .MyInput {
        margin-bottom: 5px;
        font-size: 10px;
    }

        .SearchItm .MyInput > input:focus + span,
        .SearchItm .MyInput > input:focus + label + span,
        .SearchItm .MyInput > input:not(:placeholder-shown) + span,
        .SearchItm .MyInput > input:not(:placeholder-shown) + label + span,
        .SearchItm .MyInput > select + span,
        .SearchItm .MyInput > select + label + span,
        .SearchItm .MyInput > textarea:focus + span,
        .SearchItm .MyInput > textarea:focus + label + span,
        .SearchItm .MyInput > textarea:not(:placeholder-shown) + span,
        .SearchItm .MyInput > textarea:not(:placeholder-shown) + label + span {
            font-size: 9px;
        }

        .SearchItm .MyInput:before {
            font-size: 14px;
            line-height: 32px;
            right: 5px;
        }

        .SearchItm .MyInput > input + span {
            line-height: 32px;
            right: 50px;
        }

        .SearchItm .MyInput > select + span {
            right: 50px;
        }

        .SearchItm .MyInput input, .SearchItm .MyInput select, .SearchItm .MyInput .custom-control.custom-switch {
            height: 32px;
            padding: 0;
            padding-right: 36px;
            font-size: 14px;
        }

    .SearchItm button {
        height: 32px;
        font-size: 12px;
    }

@media (min-width: 768px) {
    .FileSearchItm, .FileSearchBtn {
        width: 14%;
    }
}


@media (max-width: 768px) {
    .FileSearchItm, .FileSearchBtn {
        width: 50%;
    }
}
/*.UserSearchItem {
    padding: 10px;
    font-size: 12px;
    text-align: center !important;
}
    .UserSearchItem > span {
        padding: 10px 10px;
    }*/
.UserSearchBody {
    border: none !important;
    box-shadow: 0 0 3px;
    border-radius: 5px;
}


/** InPut **/
/** InPut **/

/** InPut **/
/** InPut **/

/** InPut **/
:root {
    --omrs-color-ink-lowest-contrast: rgba(47, 60, 85, 0.18);
    --omrs-color-ink-low-contrast: rgba(60, 60, 67, 0.3);
    --omrs-color-ink-medium-contrast: rgba(19, 19, 21, 0.6);
    --omrs-color-interaction: #1e4bd1;
    --omrs-color-interaction-minus-two: rgba(73, 133, 224, 0.12);
    --omrs-color-danger: #b50706;
    --omrs-color-bg-low-contrast: #eff1f2;
    --omrs-color-ink-high-contrast: #121212;
    --omrs-color-bg-high-contrast: #ffffff;
}
/** END: Non Openmrs CSS **/
.MyInput {
    margin-bottom: 10px;
    position: relative;
    font-size: 13px;
    /*width: 20.4375rem;*/
}

    .MyInput:before {
        content: "\f044";
        display: inline-block;
        font: normal normal normal 14px/1 "Font Awesome 5 Pro";
        position: absolute;
        right: 17px;
        width: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 18px;
        opacity: 0.4;
        z-index: 1;
    }

    .MyInput > input:focus {
        outline: none;
    }

    .MyInput > span {
        position: absolute;
        top: 0;
        right: 75px;
        line-height: 45px;
        pointer-events: none;
        opacity: 0.4;
        padding: 0 10px;
    }


    .MyInput > input:focus + span,
    .MyInput > input:focus + label + span,
    .MyInput > input:not(:placeholder-shown) + span,
    .MyInput > input:not(:placeholder-shown) + label + span,
    .MyInput > select + span,
    .MyInput > select + label + span,
    .MyInput > textarea:focus + span,
    .MyInput > textarea:focus + label + span,
    .MyInput > textarea:not(:placeholder-shown) + span,
    .MyInput > textarea:not(:placeholder-shown) + label + span {
        top: -8px;
        font-size: 11px;
        /*margin-bottom: 32px;*/
        line-height: 14px;
        background: #fff;
        opacity: 1;
        height: 14px;
    }

    .MyInput > label.error {
        position: absolute;
        top: 0;
        left: 15px;
        line-height: 38px;
        pointer-events: none;
        opacity: 0.3;
        padding: 0 10px;
        margin: 0;
        font-size: 11px;
    }

    .MyInput input,
    .MyInput select,
    .MyInput .custom-control.custom-switch {
        height: 45px;
        padding: 0;
        padding-right: 50px;
    }

    .MyInput textarea {
        height: 85px;
        padding: 0;
        padding-right: 50px;
    }

    .MyInput textarea {
        padding-top: 10px;
        padding-right: 50px;
    }

    .MyInput .custom-control.custom-switch {
        padding-top: 10px;
    }
    /** DISABLED **/

    .MyInput > input:disabled, .MyInput > input[readonly],
    .MyInput > textarea:disabled, .MyInput > textarea[readonly] {
        /*background: #e9ecef;*/
        background: #fff !important;
        cursor: not-allowed;
    }

        .MyInput > input:disabled + span,
        .MyInput > input:disabled + label + span,
        .MyInput > input[readonly] + span,
        .MyInput > input[readonly] + label + span {
            /*background: #e9ecef;*/
            background: #fff !important;
        }


.editFile > span, .editFile > div, .editFile > div > span, .editFile > .fa-share-alt,
.editReferredFile > span, .editReferredFile > div, .editReferredFile > div > span, .editReferredFile > .fa-share-alt,
.userProfile > span, .userProfile > div, .userProfile > div > span, editUserFile,
.editUserFile > span, .editUserFile > div, .editUserFile > div > span, .editUserFile > .fa-share-alt, .editUserFile img, .editUserFile button {
    pointer-events: none;
}

.editDisableEvent > span, .editDisableEvent > div, .editDisableEvent > div > span, .editDisableEvent > .fa-share-alt {
    pointer-events: none;
}

.editFile, .sessionBox, .editReferredFile {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    flex-wrap: nowrap;
}

@media (max-width: 768px) {
    .FileBtn, .FileBtn .LeftSide span {
        font-size: 9px;
    }

        .FileBtn .BoxInfo span {
            font-size: 9px !important;
        }

        .FileBtn button, .TrackingCodeRequestBtn button {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 15px;
            margin: 10px 0;
        }

    #amlakInquiryElectronicOfficeNumber {
        font-size: 12px;
    }
}

.FileBtn .BoxInfo span {
    display: block;
    line-height: 25px;
    white-space: pre;
}

.FileBtn .BoxInfo .NewLine {
    width: 100%;
}

.ButtonBox {
    flex: 1;
}

.deleteFileContent, .deleteTrackingCodeRequestContent/*, .deleteReferredFileContent*/ {
    width: 50px;
    line-height: 46px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 0 7px 2px, inset 0 0 5px;
    border: 2px solid #fff;
    position: absolute;
    left: 75px;
    bottom: 5px;
    background: #fff;
    font-size: 25px;
    cursor: pointer;
    z-index: 100;
}

#delete-file {
    z-index: 1052 !important;
}

/***********************************Contact Us*******************************************/
.ContactUsHeader {
    width: 90%;
    margin: 5px auto;
    text-align: center;
    direction: rtl;
    overflow: hidden;
    color: #632000;
    user-select: none;
    padding: 10px;
}

.ContactUs {
    width: 90%;
    margin: 5px auto;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 0 1px;
    direction: rtl;
    height: 80px;
    overflow: hidden;
    background: linear-gradient(35deg, #fff, #f7a81fc9 40%, #ffc766c9 42%,#ffff);
    color: #632000;
    user-select: none;
}

    .ContactUs .ContactUs-Logo {
        width: 80px;
        display: inline-block;
        font-size: 40px;
        line-height: 80px;
        vertical-align: top;
        box-shadow: 0 0 5px;
        background: #fff;
        position: relative;
        height: 100%;
        float: right;
        text-align: center;
    }

        .ContactUs .ContactUs-Logo:before {
            top: calc(35% - 25px);
            position: absolute;
            width: 100%;
            line-height: 50px;
            left: 0;
        }

        .ContactUs .ContactUs-Logo span {
            font-family: IranSans;
            font-size: 11px;
            position: absolute;
            line-height: 15px;
            left: 0;
            width: 80px;
            bottom: calc(40% - 25px);
        }

    .ContactUs .ContactUs-Body {
        width: calc(100% - 88px);
        display: inline-block;
    }

    .ContactUs .ContactUs-DlBtn {
        font-family: Amlak;
        cursor: pointer;
        user-select: none;
        font-size: 15px;
        line-height: 80px;
        vertical-align: top;
        position: relative;
        text-align: center;
    }

        .ContactUs .ContactUs-DlBtn:before {
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
            width: 40px;
            display: inline-block;
            vertical-align: top;
            line-height: 80px;
        }

.text-lg {
    font-size: 15px !important;
}
/*login*/
#loginForm input, #confirmForm input {
    font-size: 20px;
}

#loginForm button, #confirmForm button, #userInfoForm button {
    background-color: #eb9603;
    border-color: #007bff;
}

#loginForm .form-group, #confirmForm .form-group {
    margin: 0px;
}

/*SlowAnim*/
@media (min-width: 768px) {
    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 3px #00000054;
        border-radius: 4px;
        margin: 8px 0;
    }

        ::-webkit-scrollbar-track:hover {
            box-shadow: inset 0 0 3px #00000096;
        }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        box-shadow: inset 0 0 4px #000000bf;
    }

        ::-webkit-scrollbar-thumb:hover {
            transform: scale(2);
            box-shadow: inset 0 0 5px #000000c9;
        }
}

@keyframes Append {
    0% {
        transform: scale(0.3);
        filter: opacity(0);
    }

    100% {
        filter: opacity(1);
        transform: unset;
    }
}

.SlowAnim {
    counter-reset: my-sec-counter;
}

    .SlowAnim > :nth-child(n+1) {
        transform: scale(0);
        /*filter: opacity(0);*/
        animation: Append 0.6s cubic-bezier(0, 0, 0.2, 1.5) forwards 1;
        animation-delay: 1.000s;
    }

    .SlowAnim > :nth-child(1) {
        animation-delay: 0.000s;
    }

    .SlowAnim > :nth-child(2) {
        animation-delay: 0.150s;
    }

    .SlowAnim > :nth-child(3) {
        animation-delay: 0.278s;
    }

    .SlowAnim > :nth-child(4) {
        animation-delay: 0.388s;
    }

    .SlowAnim > :nth-child(5) {
        animation-delay: 0.482s;
    }

    .SlowAnim > :nth-child(6) {
        animation-delay: 0.562s;
    }

    .SlowAnim > :nth-child(7) {
        animation-delay: 0.631s;
    }

    .SlowAnim > :nth-child(8) {
        animation-delay: 0.690s;
    }

    .SlowAnim > :nth-child(9) {
        animation-delay: 0.740s;
    }

    .SlowAnim > :nth-child(10) {
        animation-delay: 0.783s;
    }

    .SlowAnim > :nth-child(11) {
        animation-delay: 0.820s;
    }

    .SlowAnim > :nth-child(12) {
        animation-delay: 0.851s;
    }

    .SlowAnim > :nth-child(13) {
        animation-delay: 0.878s;
    }

    .SlowAnim > :nth-child(14) {
        animation-delay: 0.901s;
    }

    .SlowAnim > :nth-child(15) {
        animation-delay: 0.921s;
    }

    .SlowAnim > :nth-child(16) {
        animation-delay: 0.938s;
    }

    .SlowAnim > :nth-child(17) {
        animation-delay: 0.953s;
    }

    .SlowAnim > :nth-child(18) {
        animation-delay: 0.965s;
    }

    .SlowAnim > :nth-child(19) {
        animation-delay: 0.976s;
    }

    .SlowAnim > :nth-child(20) {
        animation-delay: 0.985s;
    }

    .SlowAnim > :nth-child(21) {
        animation-delay: 0.992s;
    }

.EvolanFile {
    /*pointer-events: none;*/
    width: 50px;
    margin-left: 8px;
}

.InfoContent {
    justify-content: center;
    display: flex;
    margin: 5px 0;
}

    .InfoContent:not(:last-child) {
        border-left: 1px dashed #dee2e6;
    }

    .InfoContent.Right {
        justify-content: right;
    }

    .InfoContent.Left {
        justify-content: left;
    }

    .InfoContent.SpaceBetween {
        justify-content: space-between;
    }

.TwoInfoContent {
    text-align: center !important;
    margin: 6px 0;
    padding: 0 0;
}

    .TwoInfoContent:not(:last-child) {
        border-left: 1px solid #dee2e6;
    }

    .TwoInfoContent.Right {
        justify-content: right;
    }

    .TwoInfoContent.Left {
        justify-content: left;
    }

.InfoLable {
    opacity: 0.5;
    text-align: center;
    font-size: 11px;
    line-height: 25px;
    vertical-align: middle;
}
    .InfoLable.OtherSelectOption {
        padding:0px 15px;
    }

.InfoText {
    padding: 0 5px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 14px;
}

    .InfoText[FieldChecked="true"]:after {
        font-family: 'Font Awesome 5 Pro';
        content: "\f00c";
    }

.InfoContentRow {
    border-bottom: 1px solid #dee2e6 !important;
    justify-content: center;
}

.ShareFileImages {
    flex: auto !important;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
}

.PhoneCall:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f095";
    padding: 0 15px 0 0;
}


.ModalMsg .ModalBody {
    overflow-x: hidden;
}
.BackShadow .ImageContent {
    width: calc(100% - 6px);
    max-width: 850px;
}
.BackShadow #ContentImage {
    width:100%;
}

.ModalMsg {
    max-width: 750px;
}

    .ModalMsg.LargeModal {
        max-width: 96%;
    }

.SessionContent, .FileContent {
    z-index: 1000;
    box-shadow: 0 0 5px #000;
    border-radius: 5px;
    padding: 10px;
    top: calc(60% - 75px);
    animation: Append 0.5s forwards 1;
    background: linear-gradient(30deg,currentcolor, #fff 40% 60%, currentcolor) center;
    background-size: 280%;
    user-select: none;
    text-align: center;
    direction: rtl;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(100% - 6px);
    max-height: calc(100% - 10px);
    max-width: 550px;
}

.Btns .Btn.Close {
    background: #00c106;
}

.Visitors {
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 6px 5px;
    user-select: none;
    direction: rtl;
}

    .Visitors .Visitor img {
        width: 50px;
        height: 50px;
        border: 2px solid #fff;
        border-radius: 50%;
        margin: 1px 1px;
        display: inline-block;
        box-shadow: 0 0 2px;
        background: #f3fcff;
        cursor: pointer;
    }

    .Visitors .Visitor, .Visitors .Owner {
        padding: 8px 2px 10px 2px;
    }

        .Visitors .Owner img {
            width: 70px;
            height: 70px;
            border: 2px solid #fff;
            border-radius: 50%;
            margin: 1px 1px;
            display: inline-block;
            box-shadow: 0 0 2px;
            background: #f3fcff;
            cursor: pointer;
        }

        .Visitors .Visitor:before, .Visitors .Owner:before {
            position: absolute;
            left: 0;
            top: 0;
        }

    .Visitors .VisitorCustomerName {
        font-size: 7px;
        font-family: Amlak;
        display: block;
        text-align: center;
    }

    .Visitors .Owner .OwnerCustomerName {
        font-size: 10px;
        font-family: Amlak;
        display: block;
        text-align: center;
    }

.UserInfoModal {
    z-index: 1000;
    box-shadow: 0 0 5px #000;
    border-radius: 5px;
    padding: 10px;
    top: calc(60% - 75px);
    animation: Append 0.5s forwards 1;
    background: linear-gradient(30deg,currentcolor, #fff 40% 60%, currentcolor) center;
    background-size: 280%;
    user-select: none;
    text-align: center;
    direction: rtl;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(100% - 6px);
    max-height: calc(100% - 10px);
    max-width: 650px;
}

.userInfoTitle {
    margin-bottom: 20px;
}

.ProfilesContent {
    z-index: 1000;
    box-shadow: 0 0 5px #000;
    border-radius: 5px;
    padding: 10px;
    top: calc(60% - 75px);
    animation: Append 0.5s forwards 1;
    background: linear-gradient(30deg,currentcolor, #fff 40% 60%, currentcolor) center;
    background-size: 280%;
    user-select: none;
    text-align: center;
    direction: rtl;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(100% - 6px);
    max-height: calc(100% - 10px);
    max-width: 950px;
}

.ProfilesBox {
    height: auto;
}

    .ProfilesBox .Profiles {
        width: 100%;
        margin: 0 auto;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding: 6px 5px;
        user-select: none;
        direction: rtl;
    }

        .ProfilesBox .Profiles .Visitor img {
            width: 35px;
            height: 35px;
            border: 2px solid #fff;
            border-radius: 50%;
            margin: 1px 1px;
            display: inline-block;
            box-shadow: 0 0 2px;
            background: #f3fcff;
            cursor: pointer;
        }

        .ProfilesBox .Profiles .Visitor, .ProfilesBox .Profiles .Owner {
            padding: 0px 2px;
            position: relative;
        }

            .ProfilesBox .Profiles .Owner img {
                width: 40px;
                height: 40px;
                border: 2px solid #fff;
                border-radius: 50%;
                margin: 1px 1px;
                display: inline-block;
                box-shadow: 0 0 2px;
                background: #f3fcff;
                cursor: pointer;
            }

            .ProfilesBox .Profiles .Visitor:before, .ProfilesBox .Profiles .Owner:before {
                position: absolute;
                left: 0;
                top: 0;
            }

        .ProfilesBox .Profiles .VisitorCustomerName {
            font-size: 7px;
            font-family: Amlak;
            display: block;
            text-align: center;
        }

        .ProfilesBox .Profiles .Owner .OwnerCustomerName {
            font-size: 10px;
            font-family: Amlak;
            display: block;
            text-align: center;
        }

    .ProfilesBox .ProfilesInfo {
        position: absolute;
        top: 0px;
        left: 0px;
    }

        .ProfilesBox .ProfilesInfo .Title, .ProfilesBox .ProfilesInfo .SellFilesCount, .ProfilesBox .ProfilesInfo .RentFilesCount {
            margin-left: 25px;
        }

.fileCreateTime, .fileId {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 11px;
    line-height: 15px;
    opacity: .6;
    text-shadow: 0 0 5px #fff, 0 0 3px #fff;
}
.fileId {
    bottom: 25px;
}
.sendMessageSuccess {
    background: green;
}

.sendMessageError {
    background: red;
}

.footerText {
    width: 100%;
    font-size: 11px;
    text-decoration: underline;
    margin-top: 25px;
    cursor: pointer;
}

#copyFileURL, #copyShareFileURL {
    width: calc(100% - 120px);
    text-align: left;
    direction: ltr;
    border: unset;
    border-bottom: 2px solid;
    border-top: 2px solid;
    border-radius: 10px;
    border-color: orange;
}

    #copyFileURL:focus-visible, #copyShareFileURL:focus-visible {
        outline: unset;
    }

.ShareFileIcon {
    background: transparent;
    width: 45px;
    height: 45px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 18px;
    box-shadow: 0 0 3px, inset 0 0 6px;
    margin: 5px 0;
    outline: none !important;
}
.rtl .emptyAmlakInquiryContent .ReadText {
    text-align: center;
}
.ContentHeader .xCrs .SelModel {
    text-align: center;
}

.xCrs .SelModel.Selected:after, .ConfirmAct .Info .Title:before, .xCrs:before, .ModalMsg .RefreshMx:before, :where(.ReadTitle):before, .HideBrandBtn:before, .fa-upload:before {
    font-family: 'Font Awesome 5 Pro';
}
.xCrs:before {
    right: 15px;
}
.ModalBody .HideBrandBtn,
#shareFileForm .HideBrandBtn,
#contentPanel .CruseFooter .Establish,
#contentPanel .CruseFooter .Title {
    text-align: center;
}
.HideBrand.Open {
    max-height: 1355px;
}

.ReadTitle {
    font-family: IranSans !important;
}
.contactUsPanel{
    overflow:auto;
    height: 100%;
}
.YearChartContent
{
    height: 450px;
}

/*File Page*/
.filePageLogo {
    width: 100px;
    margin: 0 0 50px 0;
    float: left;
}
.filePageFooter {
    text-align: center !important;
    position: absolute;
    width: calc(100% - 150px);
    bottom: 10px;
    font-size: 10.5px;
    right: 70px;
    opacity: 0.8;
    line-height: 16px;
}
.LoadMorePreview:after {
    width: unset !important;
}
/**********************************************************************
							Font 
**********************************************************************/
.SideMenu .ExIcons .Exlink {
    font-family: "Font Awesome 5 Pro";
}

.SideMenus .Since {
    text-align: center;
}
.Cruze {
    background: unset;
    box-shadow: unset;
    height: 0px;
}

@keyframes StoryTime {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}
.StoryList .Stories [StoryID].Selected .Line {
    content: '';
    height: 10px;
    display: inherit;
}
.StoryList .MuteMusic:after, .StoryList .StoryData .PriceStory .Trend:before, .StoryList .Btns .Btn:before,
.StoryBox .View:before, .StoryBox.Add:before, .StoryList .MuteMusic:after, .StoryList .StoryData .PriceStory .Trend:before,
.StoryList .Btns .Btn:before, .StoryBox .View:before, .StoryBox.Add:before, .StoryList .Btns .Btn:before, .ShareIcons:before, .TitleDate:before,
.StorySetting .DeleteMusic:before, .SideMenu .Item:before,
.CruseFooter .Cloud:before, .CruseFooter .Cloud:after, .CruseFooter .Gound:before, .CruseFooter .Gound:after, .CruseFooter .Sun:before,
.DropTextBtn:before, .DropTextBtn.Open:before,
.StoryList .Advertising:before {
    font-family: "Font Awesome 5 Pro";
}
.StoryList div, .StorySetting, .StorySetting div, .StoryBox {
    text-align: center !important;
}
.StoryList .MuteMusic.Mute:after {
    content: '\f026';
}

.SideMenu .Item, .SideMenu .Since, .SideMenu [CallHim] {
    text-align: center;
}
.questionPanel {
    text-align: center !important;
}
.StoryList .Date {
    left: 20px;
    top: 30px;
}
.StoryList .Advertising {
    position: absolute;
    left: 20px;
    top: 50px;
    font-size: 9.5px;
    line-height: 25px;
    text-shadow: 0 0 2px #000, 0 0 3px #000;
    direction: rtl;
    cursor: pointer;
    border: 1.2px solid #fff;
    border-radius: 8px;
    padding: 0px 10px;
}