﻿span.k-in {
    display: inline-block;
    word-wrap: break-word;
    white-space: normal;
}

.swal2-container.swal2-rtl.swal2-center.swal2-backdrop-show {
    z-index: 999999 !important;
}

.select2-container.select2-container--classic.select2-container--open {
    z-index: 999999 !important;
}
.k-upload .k-upload-files .k-file {
    padding: 7px;
    border-width: 0 0 1px;
    border-style: solid;
    outline:  0;
    display: flex;  
    align-items: flex-start;
    position: relative;
}
@font-face {
    font-family: 'Vazir';
    src: url('/assets/fonts/Vazir.woff') format('woff'), url('/assets/fonts/Vazir.woff2') format('woff'), url('/assets/fonts/Vazir.ttf') format('embedded-opentype');
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'yekan';
    src: url('/assets/fonts/Yekan.woff') format('woff'), url('/assets/fonts/Yekan.woff2') format('embedded-opentype'), url('/assets/fonts/Yekan.ttf') format('embedded-opentype');
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    font-display: block;
}

@font-face {
    font-family: 'samin';
    src: url('/assets/fonts/Samim-Bold.woff') format('woff'), url('/assets/fonts/Samim-Bold.ttf') format('embedded-opentype'), url('/assets/fonts/Samim-Bold.woff2') format('woff2');
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'parastoo';
    src: url('/assets/fonts/Parastoo.woff') format('woff'), url('/assets/fonts/Parastoo.woff2') format('embedded-opentype'), url('/assets/fonts/Yekan.ttf') format('embedded-opentype');
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'IRAN';
    src: url('/assets/fonts/iranian-sans.ttf') format('truetype'), url('/assets/fonts/iranian-sans.woff') format('woff'), url('/assets/fonts/iranian-sans.woff') format('embedded-opentype');
    font-style: normal;
    font-display: block;
}
.w30 {
    width: 30px;
}
.w90 {
    width: 90px;
}


.DivBordarPDF {
    height: 40px;
    border: 2px solid rgba(66, 49, 59, 0.22);
    background: rgba(237, 220, 220, 0.16);
    border-radius: 5px;
    line-height: 32px;
}

.pen-size-btn {
    background-color: #444;
    color: white;
    padding: 10px 16px;
    border: none;
    border-top: 3px solid #fff;
    border-radius: 10px;
    margin-right: 10px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    .pen-size-btn:hover {
        background-color: #222;
    }

    .pen-size-btn:active {
        transform: scale(0.95);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

    .pen-size-btn:focus {
        outline: none;
        box-shadow: 0 0 0 3px #888 inset;
    }

/* دکمه‌ی رنگی دایره‌ای */
.pen-color-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid white;
    margin-right: 10px;
    cursor: pointer;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease-in-out;
}

    .pen-color-btn:hover {
        filter: brightness(1.2);
    }

    .pen-color-btn:active {
        transform: scale(0.9);
    }

    .pen-color-btn:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(100, 100, 100, 0.5) inset;
    }

/* ردیف دکمه‌ها */
.pen-toolbar {
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
    /* background: #eee; */
    border-radius: 12px;
    /* box-shadow: inset 0 2px 4px #ccc; */
    flex-direction: row;
    float: right;
    right: 0px;
    position: absolute;
    align-items: center;
    justify-content: flex-end;
}

.pen-color-btn.dimmed {
    opacity: 0.4;
    filter: grayscale(40%);
}

.pen-color-btn.selected {
    outline: 3px solid #555;
    opacity: 1;
    filter: none;
}

.pen-size-btn.dimmed {
    opacity: 0.5;
}

.pen-size-btn.selected {
    background-color: #333 !important;
    color: #fff;
    box-shadow: 0 0 0 3px #888 inset;
    opacity: 1;
}
.k-widget.k-window.k-dialog.k-rtl {
    min-height: 300px;
}

.k-widget.k-window.k-dialog.k-rtl2 {
    min-height: 300px;
}
body {
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'samin' !important;
}
.DivBordar2 {
    padding-top: 8px;
    padding-right: 10px;
    margin-bottom: 22px;
    border: 2px solid rgba(66, 49, 59, 0.22);
    background: rgba(237, 220, 220, 0.16);
    border-radius: 5px;
    height:40px;
}
table .k-editor tbody, table.k-editor td, table.k-editor tr {
    border-color: inherit;
    direction: ltr;
}
.linkDownloadAll {
    display: block;
    padding: 9px;
    background: #bbb;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    border: 2px solid rgba(66, 49, 59, 0.22);
    color: black;
    background-image: linear-gradient(1deg, #7da4aa, #c3f5e9);
}
.linkDownloadOne {
    width: 32.95%;
    padding: 9px;
    background: #bbb;
    border-radius: 5px;
    top: 4px;
    margin-bottom: 4px;
    margin-left: 0.35%;
    position: relative;
    text-align: center;
    justify-content: center;
    display: inline-block;
    border: 2px solid rgba(66, 49, 59, 0.22);
    color: black;
    background-image: linear-gradient(1deg, #c9dee1, #fbfbfb);
}
.picSign {
    width: 89%;
    margin-right: 0%;
    margin-top: 25%;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
}
.k-combobox {
    width: 8.9em;
}

.k-colorpicker .k-picker-wrap {
    border-color: #e4e7eb;
    color: #212529;
    background-color: #e4e7eb;
    margin-left: 4px;
}

.title-PrivateParaph {
    color: red;
    font-family: 'yekan' !important;
    font-size: 18px;
    font-weight: 800;
}

.title-PublicParaph {
    color: rgb(4, 82, 73);
    font-family: 'yekan' !important;
    font-size: 18px;
    font-weight: 800;
}
.title-PrivateParaphboxview {
    color: red;
    font-family: 'yekan' !important;
    font-size: 10px;
    font-weight: 400;
}
.card-headerboxview::after,
.card-body::after,
.card-footer::after {
    display: block;
    clear: both;
    content: "";
}
.collapsed-card .card-headerboxview {
    border-bottom: 0;
}
.card-bodyboxview {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    padding-top: 0px !important;
    padding-bottom: 1px !important;
    padding-left: 0px !important;
    padding-right: 2px !important;
}
.iframegps {
  
    margin: -15px;
    height: 99vh;
    position: relative;
}
.cardboxview {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 1.25rem;
}
.card-headerboxview > .card-tools {
    float: left;
    margin-right: -1.625rem;
}
.card-boxView:not(.card-outline) > .card-headerboxview,
.card-boxView:not(.card-outline) > .card-headerboxview a {
    background-image: linear-gradient(1deg,#e7eceb, #c3f5e9 );
    height: 33px;
    margin: -1px -6px -5px -6px !important;
    border: 2px solid rgba(0,0,0,.125) !important;
    border-radius: 6px;
}
.sabeghtetr {
    border-bottom: 2px solid rgba(221, 15, 142, 0.49);
    width: 100%;
    padding: 7px;
}
.btnSyt {
    margin-top: -87px;
    z-index: 9999999;
    position: fixed;
    left: 6%;
    direction: ltr
}
.btnSytReferenc {
    margin-top: -95px;
    z-index: 9999999;
    position: fixed;
    left: 6%;
    direction: ltr
}

.btnSyPdfMenu {
    margin-top: -77px;
    z-index: 9999999;
    position: fixed;
    left: 6%;
    direction: ltr;
}
.BtnLettermodal {
    text-align: center;
    margin-top: 8%;
}
.card-headerboxview > .card-tools .input-group,
.card-headerboxview > .card-tools .nav,
.card-headerboxview > .card-tools .pagination {
    margin-bottom: -0.3rem;
    margin-top: -0.3rem;
}

.card-headerboxview > .card-tools [data-toggle="tooltip"] {
    position: relative;
}
.card-headerboxview {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0px 8px !important;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.title-PublicParaphboxview {
    color: rgb(4, 82, 73);
    font-family: 'Samin' !important;
    font-size: 12px;
    font-weight: 400;
}
.height1 {
    height: 10px;
}
.title-ref {
    color: rgb(4, 59, 82);
    font-family: 'yekan' !important;
    font-size: 15px;
    font-weight: 900;
}
.title-refboxview {
    color: rgb(4, 59, 82);
    font-family: 'yekan' !important;
    font-size: 14px;
    font-weight: 900;
    line-height: 2;
}
.img-thumbnail-refboxview {
    margin-top: -1px;
   
   
    position: absolute;
    margin-left: 3px;
   
}
.dropdown-toggleboxview img {
    width: 30px;
    -webkit-border-radius: 50%;
    margin-right: -7px;
    border-radius: 50%;
    margin-left: 15px;
    height: 30px;
    border: 1px solid rgba(187, 187, 187, 0.6);
}
.btn-mtp {
    position: relative;
    top: -4px;
    border-radius: 5px;
    border: 0;
    width: 50px;
    height: 45px;
    transition: all 40ms linear;
    margin: 10px 4px;
}

.title-erja {
    color: rgb(100, 10, 45);
    font-family: 'iran' !important;
    font-size: 15px;
    font-weight: 900;
}
.title-erjaboxview {
    color: rgb(100, 10, 45);
    font-family: 'iran' !important;
    font-size: 11px;
    font-weight: 500;
}
.img-thumbnail-ref {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
    box-shadow: 0 2px 7px rgba(125, 122, 30, 0.5);
    margin-top: 16px;
}
.ActionStyle {
    border: 1px solid rgb(184, 182, 183) !important;
    background-image: linear-gradient( 90deg,#e9faf2 96%, #074532 4% ) !important;
    padding: 20px;
    content: 'وضعیت';
    padding-right: 6%;
    box-shadow: 0 2px 5px rgba(5, 73, 84, 0.5);
    margin-bottom: 1rem;
    border-radius: 10px;
    border-top-left-radius: 45px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.GRIDtitle {
    left: 23%;
    background: #f8f9fa;
}

.ActionStylebefore {
    display: inline-block;
    font-weight: 600;
    color: white;
    font-family: 'yekan';
    font-size: 21px;
    right: 1.5%;
    letter-spacing: 0.01em;
    position: absolute;
    box-shadow: 0 2px 5px rgba(5, 73, 84, 0.5);
    transform: rotate(90deg);
    transform-origin: 25% 50%;
}

.notActionStyle {
    border: 1px solid rgb(184, 182, 183) !important;
    background-image: linear-gradient(90deg,#f9ebf4 96%, #42042a 4% ) !important;
    padding: 20px;
    padding-right: 6%;
    box-shadow: 0 2px 5px rgba(5, 73, 84, 0.5);
    margin-bottom: 1rem;
    border-radius: 10px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.notActionStylebefore {
    display: inline-block;
    font-weight: 600;
    color: white;
    font-family: 'yekan';
    font-size: 21px;
    right: 1%;
    letter-spacing: 0.01em;
    position: absolute;
    box-shadow: 0 2px 5px rgba(5, 73, 84, 0.5);
    transform: rotate(90deg);
    transform-origin: 25% 50%;
}

.cardActionStyle {
    margin-bottom: 2rem;
    margin-right: -16px;
    margin-left: -8px;
    box-shadow: 0 0 1px rgba(0, 0, 0 , 0.13), 0 1px 3px rgba(0, 0, 0 , 0.20);
}

.spanMessageClassification1, .spanMessageClassification2, .spanMessageClassification3 {
    color: rgb(8, 113, 157);
}

.spanMessageUrgency1, .spanMessageUrgency2, .spanMessageUrgency3 {
    color: rgb(25, 141, 8);
}

.spanMessageDeadline1, .spanMessageDeadline2, .spanMessageDeadline3 {
    color: rgb(243, 4, 108);
}

.Davauto {
    height: 45px;
    margin-right: 0px;
    margin-top: 20px;
    padding-top: 8px;
    margin-bottom: 20px;
    border: 5px solid rgba(29, 23, 28, 0.1);
    background: rgba(237, 234, 234, 0.16);
    border-radius: 5px;
}

.borderRefrance {
    border: 4px solid rgb(233 229 231) !important;
    border-radius: 10px;
    right: 9px;
}
.nav-tabsAuto {
    border-bottom: 1px solid #cfd8e1;
}
.k-avatar-image > img {
    width: 100%;
    height: 116%;
    -o-object-fit: cover;
    object-fit: scale-down;
}

.DivBordar {
    height: 39px;
    margin-right: 0px;
    margin-top: 4px;
    padding-top: 7px;
    margin-bottom: 40px;
    border: 2px solid rgba(66, 49, 59, 0.22);
    background: rgba(237, 220, 220, 0.16);
    border-radius: 5px;
}
.DivBordarpdf {
    border: 2px solid rgba(66, 49, 59, 0.22);
    background: rgba(245, 247, 249,0.44);
    border-radius: 5px;
    margin-bottom: 20px;
}

.form-controlAutocheck {
    display: block;
    width: 100%;
    height: 109vh;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    /* line-height: 2.5; */
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.DivBordarlettel {
    height: 39px;
    margin-right: 0px;
    margin-top: 38px;
    padding-top: 4px;
    margin-bottom: -33px;
    border: 2px solid rgba(66, 49, 59, 0.22);
    background: rgba(237, 220, 220, 0.16);
    border-radius: 5px;
}

.ImageLetter {
    position: fixed;
    background: rgba(167, 219, 112, 0.35) !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bg-img {
    position: fixed;
    background: #01070b !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    filter: blur(100px);
    opacity: 0.9;
    transform: scale(1.2, 1.2);
    z-index: 9994;
}
.helpbg {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9995;
    left: 0;
    top: 0;
}
.k-upload .k-upload-files .k-file-information, .k-upload .k-upload-files .k-file-size, .k-upload .k-upload-files .k-file-validation-message {
    font-size: 11px;
    line-height: 1;
    font-family: 'samin';
    padding-top: 8px;
}

.k-upload .k-upload-files .k-file-group-wrapper .k-file-group, .k-upload .k-upload-files .k-file-invalid-group-wrapper .k-file-group, .k-upload .k-upload-files .k-multiple-files-group-wrapper .k-file-group, .k-upload .k-upload-files .k-multiple-files-invalid-group-wrapper .k-file-group {
    font-size: 42px;
}
.k-widget.k-window.k-dialog.k-rtl2 {
    height: 344px !important;
    width: 304px !important;
    top: 9% !important;
    right: 14% !important;
}
.k-upload .k-upload-button {
    min-width: 7em;
    font-family: 'Vazir' !important;
    background-image: linear-gradient( #0a6a6d, #1296bd);
    color: aliceblue;
}

.IconCreate2 {
    width: 70px;
    direction: ltr;
    POSITION: relative;
    text-align: left;
    right: 2px;
    margin-top: -95px;
    padding-top: 21px;
    padding-bottom: -15px;
    margin-bottom: -1px;
}

.nav-pills, .nav-tabsAuto {
    margin-bottom: -83px;
    margin-top: 22px;
    margin-right: -20px;
    margin-left: -20px;
}
.nav-pills, .nav-tabs33 {
    margin-bottom: 21px;
    width: 100%;
    margin-top: 36px;
    margin-right: -20px;
    margin-left: -33px;
    border-bottom: 1px solid #cfd8e1;
}
.tabs-line > li .nav-link33.active33, .tabs-line > li .nav-link33.active33:focus, .tabs-line > li .nav-link33.active33:hover {
    border-bottom-left-radius: 10px;
    border-color: transparent;
    margin-right: -55px;
    /* margin-left: -11px; */
    background: transparent;
    top: -15px;
    padding-right: 15px;
    position: relative;
    padding-bottom: 8px;
    padding-left: 16px;
    border-bottom: 8px solid #c3034a !important;
    /* border-radius: 6px; */
    font-size: 12px;
    font-family: 'samin';
}
.line33 {
    margin-top: 33px;
    margin-bottom: 25px;
    left: -50px;
    position: sticky;
    float: left;
    width: -webkit-fill-available;
}
.btnposs {
    position: absolute;
    left: 49px;
    top: -15px;
}
.textareastart {
    line-height: 2.5;
    font-family: 'parastoo', sans-serif !important;
    font-size: 16px !important;
    font-weight: bold;
}
.agreeboxes input[type="checkbox"] + label {
    display: block;
    color: rgb(225, 21, 153);
    position: relative;
    padding-right: 25px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    float: left;
    font-size: 20px;
}

.agreeboxes {
    padding-left: 60px !important;
}
    .agreeboxes input[type="checkbox"] + label:before {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        border: 4px solid #ef0f0f;
        position: absolute;
        left: -54px;
        top: 4px ;
        opacity: .9;
        -webkit-transition: all .12s, border-color .08s;
        transition: all .12s, border-color .08s;
    }

.agreeboxes input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}


.agreeboxes input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -8px;
    left: -40px;
    border-radius: 0;
    opacity: 1;
    border: 4px solid #5cec92;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(89deg);
    transform: rotate(35deg);
}


.agreelablz {
    margin-top: 10px !important;
    font-size: 15px !important;
}
.containerAgreementstart {
    /* top: 130px; */
    width: 100%;
   padding-top: 14px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px rgba(10, 5, 75, 0.1);
    border: 5px solid rgba(189, 186, 186, 0.2);
    z-index: 15;
    padding: 15px;
    padding-right: 20px;
}
input[type="radio"]:checked {
    background-color: #672323;
}
input[type="checkbox"][disabled]:checked {
    filter: drop-shadow(2px 2px 2px rgb(117, 39, 10));
    background-color: #672323;
}


input[type="checkbox"][disabled] {
    filter: drop-shadow(1px 1px 1px rgb(218, 228, 209));
    color: #074532;
    background: rgb(16, 115, 87);
}




.tabs-line > li .nav-linkkartabl.activekartabl, .tabs-line > li .nav-linkkartabl.activekartabl:focus, .tabs-line > li .nav-linkkartabl.activekartabl:hover {
    border-bottom-left-radius: 10px;
    border-color: transparent;
    margin-right: -46px;
    background: transparent;
    top: -15px;
    padding-right: 15px;
    position: relative;
    padding-bottom: 8px;
    padding-left: 32px;
    border-bottom: 8px solid #c3034a !important;
    /* border-radius: 6px; */
    font-size: 12px;
    font-family: 'samin';
}
.ibox-body2 {
    padding-top: 13px !important;
    border-radius: 10px;
    padding-bottom: 0px;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 5px rgba(5, 73, 84, 0.50);
}
.ibox-bodymap {
    height: 74vh;
    width: 100%;
    border-radius: 10px;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 5px rgba(5, 73, 84, 0.50);
}
.control-label {
    margin-bottom: 3px;
    line-height: 30px !important;
    margin-top: 9px;
}

.row-wide {
    margin-top: -79px ;
    margin-bottom: -7px;
    padding-bottom: 5px;
}





    .row-wideauto {
        margin-top: -79px !important;
        margin-bottom: -7px;
        padding-bottom: 5px;
    }

    .DivBordarshowmadol {
        height: 40px;
        margin-right: 9px;
        margin-top: -16px;
        padding-top: 5px;
        border: 2px solid rgba(66, 49, 59, 0.22);
        background: rgba(237, 220, 220, 0.16);
        margin-left: -11px;
        border-radius: 5px;
    }

    .k-pdf-viewer .k-list-scroller .k-enable-panning {
        cursor: -webkit-grab;
        cursor: grab;
        padding: 5%;
        margin-top: -4%;
    }

    .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 14px;
        margin-top: 5px;
        margin-left: 5px;
        HEIGHT: 20PX;
        padding: -2px;
        padding-top: -10px;
        padding-bottom: 0px;
        resize: horizontal;
        line-height: 1.5;
        font-family: 'samin' !important;
        vertical-align: bottom;
        font-family: sans-serif;
        overflow: hidden;
        word-break: keep-all;
        resize: none;
    }

    .k-button {
        font-family: 'samin', sans-serif;
        font-size: 14px;
    }

    .k-treelist .k-command-cell .k-button {
        min-width: 0px;
        padding: 10px 10px 10px 10px;
        font-family: 'samin';
    }

    .k-grid-header .k-header {
        position: relative;
        vertical-align: bottom;
        cursor: default;
        text-align: center;
    }

    .zonview {
        border: rgb(216 221 222) 2px solid;
        padding: 16px;
        border-radius: 13px;
        margin-right: 5px;
        margin-left: -5px;
    }

    .k-treeview .k-content, .k-treeview .k-item > .k-group, .k-treeview > .k-group {
        padding-right: 0px !important;
    }

    .select2-container .select2-selection--multiple .select2-selection__rendered {
        display: inline;
        list-style: none;
        padding: 0;
        line-height: 2;
    }

    .form-controlAuto {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 2.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
.BDG {
    background-color: #e9ecef !important;
}
    .k-orgchart-container {
        margin: 0 auto;
        width: 100%;
        height: 100%;
        position: relative;
        direction: initial;
        /* width: 100% !important; */
    }

    .k-orgchart-card .k-card-body .k-card-title-wrap {
        margin: 0 0.75rem 0 0;
        min-width: 0;
        min-height: 45px;
        margin-left: 65px;
    }

    .k-orgchart-card .k-card-subtitle {
        margin: 0 0 0;
        font-size: 1rem;
        width: 110px;
        margin-left: -26px;
    }

    .k-orgchart-card {
        width: 250px;
        border-width: 1px;
    }

    .k-chat .k-alt .k-bubble {
        border-color: #2ecbbc;
        color: #020000;
        background-color: #d9f7f4;
        box-shadow: none;
    }

    .row {
        margin-left: 0px !important;
    }

    .k-icon {
        width: 1em;
        height: 1em;
        outline: 0;
        font-size: 20px;
        font-family: WebComponentsIcons;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: none;
        text-transform: none;
        text-decoration: none;
        flex-shrink: 0;
        display: inline-flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        position: relative;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }

    .chatroom .listefriend .listheader .search #search {
        background-color: #a3abb1;
        color: #0e0505;
        margin-top: 16px !important;
    }

    .row-widemassage {
        margin-right: 13px !important;
        margin-top: 14px;
        margin-left: -17px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-bottom: -25px;
    }

    .h-100 {
        height: 102% !important;
        border-radius: 7px;
        padding: 15px;
        margin-top: -26px;
    }

    .btn-outline {
        margin-right: -32px;
        margin-left: -32px;
    }

    .btn-search {
        position: absolute;
        top: 24px;
        left: 24px;
        cursor: pointer;
    }

    .imagemessage {
        background-color: rgba(255, 255, 0, 1);
        padding: 20px;
        width: 595px;
        min-height: 842px;
        position: fixed;
    }

    .k-pdf-viewer {
        border-color: #dee2e6;
        color: #212529;
        background-color: #fff;
    }

    .k-select-overlay {
        display: none;
    }

    .icon-btnlettel {
        position: absolute;
        z-index: 1;
        width: 37px;
        top: 4px;
        margin-left: 21px;
        right: 5%;
    }

    .icon-btn {
        position: absolute;
        z-index: 1;
        width: 37px;
        top: 4px;
        
    }

@media (max-height: 1600px) {
        .k-chat {
        margin: auto;
        max-width: 100% !important;
        height: 750px !important;
        max-height: 100%;
        font-family: system-ui,-apple-system,"Samin",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    }
    .picSign {
        width: 70%;
        margin-right: 29%;
        margin-top: 3%;
        border: 1px solid #c5c5c5;
        border-radius: 5px;
    }  
    .form-controlAutocheck {
        display: block;
        width: 100%;
        height: 44.5vh;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        /* line-height: 2.5; */
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .form-controlAutocheckshow {
        display: block;
        width: 100%;
        height: 32vh;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        /* line-height: 2.5; */
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .DivBordarlettel {
        left: 25px;
        width: 97%;
        height: 39px;
        margin-right: 40px;
        /* margin-left: 13px; */
        margin-top: 38px;
        padding-top: 1px;
        margin-bottom: -34px;
        border: 2px solid rgba(66, 49, 59, 0.22);
        background: rgba(237, 220, 220, 0.16);
        border-radius: 5px;
    }

    .DivBordarlettelshow {
        left: 25px;
        width: 96%;
        height: 39px;
        margin-right: 40px;
        /* margin-left: 13px; */
        margin-top: 7px;
        padding-top: 1px;
        margin-bottom: -4px;
        border: 2px solid rgba(66, 49, 59, 0.22);
        background: rgba(237, 220, 220, 0.16);
        border-radius: 5px;
    }

    .DivBordarshow {
        height: 40px;
        margin-right: 9px;
        margin-top: 5px;
        padding-top: 8px;
        margin-left: -12px;
        margin-bottom: 1px;
        border: 2px solid rgba(66, 49, 59, 0.22);
        background: rgba(237, 220, 220, 0.16);
        border-radius: 5px;
        /* width: 25%; */
    }

    .row-widemassageshow {
        margin-right: 21px !important;
        margin-top: 13px;
        margin-left: 33px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .DivBordarshowerja {
        height: 40px;
        margin-right: 14px;
        margin-top: 5px;
        padding-top: 8px;
        margin-left: -12px;
        margin-bottom: 1px;
        border: 2px solid rgba(66, 49, 59, 0.22);
        background: rgba(237, 220, 220, 0.16);
        border-radius: 5px;
        /* width: 25%; */
    }
    .BtnLettermodal {
        text-align: center;
        margin-top: 10%;
    }
}

@media (max-height: 970px) {
    .k-chat {
        margin: auto;
        max-width: 100% !important;
        height: 545px !important;
        max-height: 100%;
        font-family: system-ui,-apple-system,"Samin",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    }
    .picSign {
        width: 70%;
        margin-right: 29%;
        margin-top: 3%;
        border: 1px solid #c5c5c5;
        border-radius: 5px;
    }
    .DivBordarshow {
        height: 40px;
        margin-right: 9px;
        margin-top: 5px;
        padding-top: 8px;
        margin-left: -12px;
        margin-bottom: 1px;
        border: 2px solid rgba(66, 49, 59, 0.22);
        background: rgba(237, 220, 220, 0.16);
        border-radius: 5px;
        /* width: 25%; */
    }
    .DivBordarshowerja {
        height: 40px;
        margin-right: 0px;
        margin-top: 5px;
        padding-top: 8px;
        margin-left: -12px;
        margin-bottom: 1px;
        border: 2px solid rgba(66, 49, 59, 0.22);
        background: rgba(237, 220, 220, 0.16);
        border-radius: 5px;
        /* width: 25%; */
    }
    .form-controlAutocheck {
        display: block;
        width: 100%;
        height: 27vh;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        /* line-height: 2.5; */
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .form-controlAutocheckshow {
        display: block;
        width: 100%;
        height: 11.3vh;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        /* line-height: 2.5; */
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .DivBordarlettel {
        left: 25px;
        width: 96%;
        height: 39px;
        margin-right: 40px;
        /* margin-left: 13px; */
        margin-top: 38px;
        padding-top: 1px;
        margin-bottom: -34px;
        border: 2px solid rgba(66, 49, 59, 0.22);
        background: rgba(237, 220, 220, 0.16);
        border-radius: 5px;
    }

    .DivBordarlettelshow {
        left: 25px;
        width: 94%;
        height: 39px;
        margin-right: 40px;
        /* margin-left: 13px; */
        margin-top: 7px;
        padding-top: 1px;
        margin-bottom: -4px;
        border: 2px solid rgba(66, 49, 59, 0.22);
        background: rgba(237, 220, 220, 0.16);
        border-radius: 5px;
    }
    .row-widemassageshow {
        margin-right: 21px !important;
        margin-top: 25px;
        margin-left: 33px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}
/* /// تبلت /// */
@media (max-height: 750px) {
    .RadiusBorder {
        border: 1px solid rgb(214 212 213) !important;
        border-radius: 6px;
        font-size: 14px;
        display: block;
        padding-right: 20px;
        height: 35px !important;
        margin-top: 0px !important;
    }
    .DivBordar {
        height: 36px;
        margin-right: -7px;
        margin-top: -3px;
        padding-top: 9px;
        margin-left: 2px;
        margin-bottom: 22px;
        border: 2px solid rgba(66, 49, 59, 0.22);
        background: rgba(237, 220, 220, 0.16);
        border-radius: 5px;
        width: 30%;
    }
    .picSign {
        width: 70%;
        margin-right: 29%;
        margin-top: 3%;
        border: 1px solid #c5c5c5;
        border-radius: 5px;
    }
    .k-chat {
        margin: auto;
        max-width: 100% !important;
        height: 350px !important;
        max-height: 100%;
        font-family: system-ui,-apple-system,"Samin",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    }

    .row-widemassage {
        margin-right: 27px !important;
        margin-top: 25px;
        margin-left: -22px !important;
        margin-bottom: -2px !important;
        /* margin-left: -25px !important; */
        padding-right: 0px !important;
        padding-left: -8px !important;
    }

    .k-editor-toolbar .k-tool {
        padding: 0.375rem !important;
        width: calc(2.2em + 0.75rem + -7px) !important;
        height: calc(2.2em + 0.75rem + -6px) !important;
    }

}
@media (max-height: 500px) {
    .RadiusBorder {
        border: 1px solid rgb(214 212 213) !important;
        border-radius: 6px;
        font-size: 14px;
        display: block;
        padding-right: 20px;
        height: 28px !important;
        margin-top: 1px;
    }
    .k-icon {
        width: 0em;
        height: 0em;
        outline: 0;
        font-size: 14px;
        padding: 10px;
        font-family: WebComponentsIcons;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: none;
        text-transform: none;
        text-decoration: none;
        flex-shrink: 0;
        display: inline-flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        position: relative;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }
    .picSign {
        width: 97%;
        margin-right: 13%;
        margin-top: 26%;
        border: 1px solid #c5c5c5;
        border-radius: 5px;
    }
    .DivBordar {
        height: 36px;
        margin-right: -6px;
        margin-top: -19px;
        padding-top: 9px;
        margin-left: 6px;
        margin-bottom: 22px;
        border: 2px solid rgba(66, 49, 59, 0.22);
        background: rgba(237, 220, 220, 0.16);
        border-radius: 5px;
        width: 30%;
    }

    .k-chat {
        margin: auto;
        max-width: 100% !important;
        height: 350px !important;
        max-height: 100%;
        font-family: system-ui,-apple-system,"Samin",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    }

    .btnSyt {
        margin-top: -72px;
        z-index: 9999999;
        position: fixed;
        left: 6%;
        direction: ltr
    }
    .btnSytReferenc {
        margin-top: -82px;
        z-index: 9999999;
        position: fixed;
        left: 6%;
        direction: ltr
    }
    .row-widemassage {
        margin-right: 21px !important;
        margin-top: 25px;
        margin-left: -22px !important;
        margin-bottom: -2px !important;
        /* margin-left: -25px !important; */
        padding-right: 0px !important;
        padding-left: -8px !important;
    }

    .k-editor-toolbar .k-tool {
        padding: 0.375rem !important;
        width: calc(1.8em + 0.75rem + -7px) !important;
        height: calc(1.8em + 0.75rem + -6px) !important;
    }

}

    /* /// گوشی/// */
@media (max-width: 2000px) {

}
@media (max-width: 1400px) {

}
@media (max-width: 900px) {

}
@media (max-width: 700px) {

}
    @media (max-width: 500px) {
   
        .tooltips .tooltiptextInsurance {
            z-index: 2500;
            visibility: hidden;
            width: 104px;
            background: #1d0202;
            background: rgba(29, 2, 2, 0.7);
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 5px;
            position: absolute;
            top: 63px;
            right: -35px;
        }

        .k-editor-toolbar .k-tool {
            padding: 0.375rem !important;
            width: calc(1.5em + 0.75rem + -7px) !important;
            height: calc(1.5em + 0.75rem + -6px) !important;
        }

        .icon-btn {
            position: absolute;
            z-index: 1;
            width: 23px !important;
            top: 3px;
            margin-left: -12px;
        }

        .IconCreateAuto {
            width: 70px;
            direction: ltr;
            POSITION: relative;
            text-align: center;
            right: 2px;
            margin-top: 24px;
        }

        .row-widemassage {
            margin-right: 24px !important;
            margin-top: -27px;
            margin-left: -22px !important;
            margin-bottom: 10px !important;
            margin-left: 21px !important;
            padding-right: 0px !important;
            padding-left: -8px !important;
        }

        .DivBordar {
            height: 31px;
            margin-right: -11px;
            margin-top: -14px;
            padding-top: 8px;
            margin-left: -38px;
            margin-bottom: 16px;
            border: 2px solid rgba(66, 49, 59, 0.22);
            background: rgba(237, 220, 220, 0.16);
            border-radius: 5px;
            width: 125%;
        }

        .ibox-body {
            padding-top: 35px;
            padding-right: 20px;
            padding-bottom: 21px;
            padding-left: 20px;
            margin-bottom: 12px;
            background-color: white;
            box-shadow: 0 2px 5px rgba(5, 73, 84, 0.50);
        }
    }
