/***************************************************************/
/***************    Develop By : Rasoul Jabbari     ***************/
/****************   Site : rjdeveloper.ir      ********************/
/***************************************************************/

:root {
    --title-color: #334155
}
/*YekanBakhBold*/
@font-face {
    font-family: YekanBakhBold;
    src: url(../fonts/IranYekan/YekanBakhBold.eot) format('eot'),
    url(../fonts/IranYekan/YekanBakhBold.ttf) format('ttf'),
    url(../fonts/IranYekan/YekanBakhBold.woff) format('woff');
}

/*YekanBakhLight*/
@font-face {
    font-family: YekanBakhLight;
    src: url(../fonts/IranYekan/YekanBakhLight.eot) format('eot'),
    url(../fonts/IranYekan/YekanBakhLight.ttf) format('ttf'),
    url(../fonts/IranYekan/YekanBakhLight.woff) format('woff');
}

/*YekanBakhMedium*/
@font-face {
    font-family: YekanBakhMedium;
    src: url(../fonts/IranYekan/YekanBakhMedium.eot) format('eot'),
    url(../fonts/IranYekan/YekanBakhMedium.ttf) format('ttf'),
    url(../fonts/IranYekan/YekanBakhMedium.woff) format('woff');
}

/*YekanBakhRegular*/
@font-face {
    font-family: YekanBakhRegular;
    src: url(../fonts/IranYekan/YekanBakhRegular.eot) format('eot'),
    url(../fonts/IranYekan/YekanBakhRegular.ttf) format('ttf'),
    url(../fonts/IranYekan/YekanBakhRegular.woff) format('woff');
}

html {
    scroll-behavior: smooth;
}

.dv-esanj2 ul {
    padding: 5px 30px !important;
}

.dv-esanj2 {
    width: 100%;
    margin: 0;
    padding: 2em 0 0 0;
    overflow-x: hidden;
    font-family: YekanBakhMedium;
    font-style: normal;
    font-size: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    direction: rtl;
}

.dv-esanj2 p {
    text-align: justify;
    line-height: 2.2;
}

.dv-esanj2 a {
    text-decoration: none;
}

/*ul {*/
/*    padding: 0;*/
/*}*/

.dv-esanj2 input::-webkit-outer-spin-button,
.dv-esanj2 input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.dv-esanj2 input[type=number] {
    -moz-appearance: textfield;
}

.dv-esanj2 a, .dv-esanj2 button {
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.dv-esanj2.dv-custom-px {
    padding: 0;
}

.dv-esanj2 canvas * {
    font-family: YekanBakhMedium;
}

/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
.dv-esanj2 .dv-test-info {
    -webkit-background: #fff;
    -moz-background: #fff;
    background: #fff;
    box-shadow: 0px 6px 25px rgba(187, 187, 187, 0.25);
    -webkit-box-shadow: 0px 6px 25px rgba(187, 187, 187, 0.25);
    border-radius: 10px;
    padding: 13px;
}

.dv-esanj2 .dv-test-img {
    background: #334155;
    -webkit-background: #334155;
    -moz-background: #334155;
    border: 3px solid #F3F4F6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    width: 125px;
    height: 125px;
    margin-left: 40px;
}

.dv-esanj2 .dv-test-info-items {
    width: calc(100% - 165px);
}

.dv-esanj2 .dv-test-info-items h1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #334155;
}

.dv-esanj2 .dv-test-info-date {
    background: #F3F4F6;
    -webkit-background: #F3F4F6;
    -moz-background: #F3F4F6;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #334155;
    margin: 0 7px;
    padding: 5px 10px;
}

.dv-esanj2 .dv-info-hr {
    border: 1px solid rgba(215, 215, 215, 0.6);
}

.dv-esanj2 .dv-info-img {
    width: 35px;
    height: 35px;
    border-radius: 0 5px 5px 0;
}

.dv-esanj2 .dv-info-img-download {
    background: #F00073;
    -webkit-background: #F00073;
    -moz-background: #F00073;
}

.dv-esanj2 .dv-info-img-share {
    background: #389DE7;
    -webkit-background: #389DE7;
    -moz-background: #389DE7;
}

.dv-esanj2 .dv-info-img-comment {
    background: #FFB647;
    -webkit-background: #FFB647;
    -moz-background: #FFB647;
}

.dv-esanj2 .dv-info-img-restart {
    background: #2ABB9C;
    -webkit-background: #2ABB9C;
    -moz-background: #2ABB9C;
}

.dv-esanj2 .dv-info-link-text {
    background: #F3F4F6;
    -webkit-background: #F3F4F6;
    -moz-background: #F3F4F6;
    border-radius: 5px 0 0 5px;
    width: 170px;
    height: 35px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #334155;
    margin-left: 15px;
}

.dv-esanj2 .h-fit-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.dv-esanj2 .dv-test-time-content {
    background: #FFFFFF;
    -webkit-background: #fff;
    -moz-background: #fff;
    box-shadow: 0px 6px 25px rgba(187, 187, 187, 0.25);
    -webkit-box-shadow: 0px 6px 25px rgba(187, 187, 187, 0.25);
    border-radius: 10px;
    padding: 11px 12px 18px;
    width: 100%;
    height: 367px;
}

.dv-esanj2 .dv-test-time-title {
    background: #F3F4F6;
    -webkit-background: #F3F4F6;
    -moz-background: #F3F4F6;
    border-radius: 10px;
    padding: 13px 16px;
}

.dv-esanj2 .dv-test-time-span {
    font-weight: 900;
    font-size: 18px;
    line-height: 28px;
    color: #334155;
}

.dv-esanj2 .dv-title-icon {
    font-size: 36px;
}

.dv-esanj2 .dv-test-time-count {
    color: #3b6a98;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}

.dv-esanj2 .dv-test-time-divider {
    border-bottom: 2px solid #eb7561;
    width: 60px;
    margin-bottom: 5px;
}

.dv-esanj2 .dv-test-time-count-title {
    color: #eb7561;
    font-weight: 700;
}

.dv-esanj2 .dv-test-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    color: #334155;
}

.dv-esanj2 .dv-user-info-content {
    background: #FFFFFF;
    -webkit-background: #fff;
    -moz-background: #fff;
    box-shadow: 0px 6px 25px rgba(187, 187, 187, 0.25);
    -webkit-box-shadow: 0px 6px 25px rgba(187, 187, 187, 0.25);
    border-radius: 10px;
    padding: 36px 28px 46px;
    height: 367px;
}

.dv-esanj2 .dv-mmp .dv-user-info-content {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.dv-esanj2 .dv-user-info-icons {
    background: #F2F3F5;
    -webkit-background: #F2F3F5;
    -moz-background: #F2F3F5;
    border-radius: 10px;
    width: 65px;
    height: 285px;
    margin-left: 27px;
    padding: 10px 0;
}

.dv-esanj2 .dv-mmpi .dv-user-info-icons {
    min-height: 260px;
}

.dv-esanj2 .dv-user-info-data {
    width: calc(100% - 92px);
}

.dv-esanj2 .dv-user-info-title, .dv-esanj2 .dv-user-info-value {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #334155;
}

.dv-esanj2 .dv-user-info-title {
    width: 85px;
    margin-left: 10px;
    text-align: right;
}

.dv-esanj2 .dv-user-info-value {
    width: 105px;
    margin-right: 10px;
    text-align: left;
}

.dv-esanj2 .dv-user-info-divider {
    border-bottom: 2px dashed #D7D7D7;
    width: calc(100% - 170px);
    min-width: 75px;
}

.dv-esanj2 .dv-user-info-title:before {
    font-family: icomoon;
    position: absolute;
    right: -75px;
    font-size: 30px;
    font-weight: 400;
}

.dv-esanj2 .dv-user-info-title-code:before {
    content: "\e911";
}

.dv-esanj2 .dv-user-info-title-age:before {
    content: "\e90f";
}

.dv-esanj2 .dv-user-info-title-gender:before {
    content: "\e90e";
}

.dv-esanj2 .dv-user-info-title-patient:before {
    content: "\e91a";
}

.dv-esanj2 .dv-user-info-title-martial:before {
    content: "\e91c";
}

.dv-esanj2 .dv-user-info-title-edc:before {
    content: "\e90a";
}

.dv-esanj2 .dv-user-info-title-date:before {
    content: "\e909";
}

.dv-esanj2 .dv-user-info-title-time:before {
    content: "\e907";
}

.dv-esanj2 .dv-chart-content, .dv-esanj2 .dv-chart-content-orange {
    background: #FFFFFF;
    -webkit-background: #fff;
    -moz-background: #fff;
    -webkit-box-shadow: 0px 6px 25px rgba(187, 187, 187, 0.25);
    box-shadow: 0px 6px 25px rgba(187, 187, 187, 0.25);
    border-radius: 10px;
    padding: 16px 18px 45px 18px;
}

.dv-esanj2 .dv-chart-content-orange .dv-test-time-title {
    background: #FFFAD9;
    -webkit-background: #FFFAD9;
    -moz-background: #FFFAD9;
    color: #FFA200;
}

.dv-esanj2 .dv-chart-content-orange .dv-test-time-title .dv-test-time-span {
    color: #FFA200;
    padding-right: 1em;
}

.dv-esanj2 .rawGradesChart {
    height: 500px;
    margin-top: 50px;
}

.dv-esanj2 .dv-chart #intelligence {
    height: 345px !important;
    margin-left: 4.5em;
    z-index: 0;
}

/*rawGradesBg*/

.dv-esanj2 #chart, .dv-esanj2 #chartWithOutKMain {
    max-width: 650px;
    margin: 0 auto 35px auto;
}

.dv-esanj2 .dv-chart-bg line, .dv-esanj2 .apexcharts-xaxis-texts-g, .dv-esanj2 .apexcharts-toolbar {
    display: none !important;
    border: none !important;
    stroke: none !important;
    fill: none !important;
}

.dv-esanj2 .apexcharts-svg {
    margin-top: 30px;
    margin-right: 60px;
}

.dv-esanj2 .dv-chart-bg {
    background: url(../images/chart-none-k.png) no-repeat center;
    -webkit-background: url(../images/chart-none-k.png) no-repeat center;
    -moz-background: url(../images/chart-none-k.png) no-repeat center;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    width: 609px !important;
    height: 537px !important;
    /*margin: auto;*/
}
.dv-esanj2 .dv-chart-k-bg  line, .dv-esanj2 .apexcharts-xaxis-texts-g, .dv-esanj2 .apexcharts-toolbar {
    display: none !important;
    border: none !important;
    stroke: none !important;
    fill: none !important;
}
.dv-esanj2 .dv-chart-k-bg {
    background: url(../images/chart-k.png) no-repeat center;
    -webkit-background: url(../images/chart-k.png) no-repeat center;
    -moz-background: url(../images/chart-k.png) no-repeat center;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    width: 609px !important;
    height: 537px !important;
    /*margin: auto;*/
}

.dv-esanj2 .dv-standard-chart-content {
    max-width: 650px;
    margin: auto;
}

.dv-esanj2 .h-700 {
    min-height: 700px;
}

.dv-esanj2 .dv-standard-chart-content .dv-ml-90 {
    position: absolute;
    left: 43px;
    bottom: -85px;
}

.dv-esanj2 .dv-standard-chart-content .dv-chart-gray-title, .dv-esanj2 .dv-standard-chart-content .dv-chart-green-title {
    width: 60px;
    height: 35px;
    color: #000;
    text-align: right;
    font-size: 12px;
    margin: 5px 6px 5px 5px;
}

.dv-esanj2 .dv-standard-chart-content .dv-chart-green-value, .dv-esanj2 .dv-standard-chart-content .dv-chart-gray-value {
    width: 43px;
    height: 35px;
    color: #000;
    margin: 5px 5px 5px 0;
    border-radius: 5px !important;
    font-size: 12px;
}

/*.dv-esanj2 #standardScoresWithOutK, .dv-esanj2 #standardScoresWithK {*/
/*    width: 609px !important;*/
/*    height: 537px !important;*/
/*}*/

.dv-esanj2 .dv-raw-chart-content {
    height: 395px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 1em;
}

.dv-esanj2 .dv-chart-item {
    background: #F3F4F6;
    -webkit-background: #F3F4F6;
    -moz-background: #F3F4F6;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 25px;
    color: #334155;
}

.dv-esanj2 .dv-attachment-content {
    background: #FFFFFF;
    -webkit-background: #fff;
    -moz-background: #fff;
    border: 1px solid rgba(51, 65, 85, 0.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 2em 1.75em 0.5em 1.75em;
    margin: 1em;
    cursor: pointer;
    width: 18%;
}

.dv-esanj2 .dv-attachment-img {
    background: #334155;
    -webkit-background: #334155;
    -moz-background: #334155;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 1.5em;
}

.dv-esanj2 .dv-attachment-content:hover .dv-attachment-img {
    background: #2ABB9C;
    -webkit-background: #2ABB9C;
    -moz-background: #2ABB9C;
}

.dv-esanj2 .dv-attachment-h4, .dv-esanj2 .dv-attachment-link {
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
    color: #334155;
}

.dv-esanj2 .dv-attachment-link {
    font-weight: 500;
    line-height: 42px;
}

.dv-esanj2 .answeringChart {
    background: #FFFFFF;
    -webkit-background: #fff;
    -moz-background: #fff;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
    width: 230px;
    height: 230px;
    padding: 10px;
    border-radius: 50%;
    margin: auto;
}

.dv-esanj2 .dv-answer-no {
    position: absolute;
    top: 1em;
    right: 1em;
    font-size: 13px;
}

.dv-esanj2 .dv-answer-yes {
    position: absolute;
    top: 75%;
    left: 2em;
    font-size: 13px;
}

.dv-esanj2 .dv-answer-yes-border img, .dv-esanj2 .dv-answer-no-border img {
    width: 90%;
}

.dv-esanj2 .dv-answer-no-border img {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dv-esanj2 .dv-answer-yes-count, .dv-esanj2 .dv-answer-no-count {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #2ABB9C;
}

.dv-esanj2 .dv-answer-no-count {
    color: #FF517B;
}

.dv-esanj2 .dv-answer-content {
    width: 550px;
    display: block;
    margin: auto;
}


.dv-esanj2 .dv-chart-content {
    background: #FFFFFF;
    -webkit-background: #fff;
    -moz-background: #fff;
    -webkit-box-shadow: 0px 6px 25px rgba(187, 187, 187, 0.25);
    box-shadow: 0px 6px 25px rgba(187, 187, 187, 0.25);
    border-radius: 10px;
    padding: 16px 18px;
}

.dv-esanj2 .dv-Intelligence-chart {
    width: 600px;
    margin: auto;
    border: 1px solid #000;
    padding: 1em;
    border-radius: 15px;
}

.dv-esanj2 .dv-chart-footer {
    margin-top: -30px;
}

.dv-esanj2 .dv-chart-gray-title, .dv-esanj2 .dv-chart-green-title {
    width: 150px;
    height: 35px;
    color: #000;
    text-align: right;
    margin: 10px 17px 10px 5px;
}

.dv-esanj2 .dv-chart-gray-title, .dv-esanj2 .dv-chart-gray-value {
    background: #f2f2f2;
    -webkit-background: #f2f2f2;
    -moz-background: #f2f2f2;
    font-weight: bold;
}

.dv-esanj2 .dv-chart-green-title {
    background: #aff6c9;
    -webkit-background: #aff6c9;
    -moz-background: #aff6c9;
    font-size: 14px;
}

.dv-esanj2 .dv-chart-green-value, .dv-esanj2 .dv-chart-gray-value {
    width: 85px;
    height: 35px;
    color: #000;
    margin: 10px 17px 10px 0;
}

.dv-esanj2 .dv-chart-green-value {
    background: #aff6c9;
    -webkit-background: #aff6c9;
    -moz-background: #aff6c9;
}

.dv-esanj2 .dv-raw-grades .dv-chart-gray-title,
.dv-esanj2 .dv-raw-grades .dv-chart-green-title {
    width: 50px;
    height: 28px;
    font-size: 10px;
    margin: 0 5px 10px 5px;
    border-radius: 3px;
}

.dv-esanj2 .dv-raw-grades .dv-chart-gray-value,
.dv-esanj2 .dv-raw-grades .dv-chart-green-value {
    width: 35.2px;
    height: 28px;
    font-size: 12px;
    margin: 0 4px 10px 0;
    border-radius: 3px;

}

.dv-esanj2 .dv-raw-grades {
    width: 500px;
    margin: auto;
}

.dv-esanj2 .dv-ml-90 {
    position: absolute;
    left: 7px;
    bottom: 75px;
}

.dv-esanj2 .dv-vrin-content {
    width: 80px;
    height: 48px;
    background: #2ABB9C;
    -webkit-background: #2ABB9C;
    -moz-background: #2ABB9C;
    border-radius: 5px;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    margin-left: 38px;
    padding-top: 12px;
}

.dv-esanj2 .dv-test-tag {
    background: #DCE4EA;
    -webkit-background: #DCE4EA;
    -moz-background: #DCE4EA;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 38px;
    padding: 5px 25px;
    margin: 5px;
}

.dv-esanj2 .dv-test-tag h2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #545C65;
}

/*GaugeMeter*/
.dv-esanj2 .GaugeMeter {
    position: Relative;
    text-align: Center;
    overflow: Hidden;
    cursor: Default;
    display: inline-block;
}

.dv-esanj2 .GaugeMeter span, .dv-esanj2 .GaugeMeter b {
    width: 60%;
    position: Absolute;
    text-align: Center;
    display: Inline-Block;
    font-weight: bold;
    color: RGBa(0, 0, 0, .8);
    overflow: Hidden;
    white-space: NoWrap;
    -o-text-overflow: Ellipsis;
    text-overflow: Ellipsis;
    margin: 0 20%;
}

.dv-esanj2 .dv-gauge-card {
    width: 365px;
    margin: auto;
}

.dv-esanj2 .dv-gauge-card-gauge {
    width: inherit;
    height: 200px;
    background: #EAF3F4;
    -webkit-background: #EAF3F4;
    -moz-background: #EAF3F4;
    border-radius: 5px;
}

.dv-esanj2 .dv-gauge-card-gauge-circle {
    width: 170px;
    height: 150px;
    background: #EAF3F4;
    -webkit-background: #EAF3F4;
    -moz-background: #EAF3F4;
}

.dv-esanj2 .dv-gauge-card-zero {
    bottom: 0;
    left: 24px;
}

.dv-esanj2 .dv-gauge-card-hundred {
    bottom: 0;
    right: 16px;
}

.dv-esanj2 .dv-gauge-card-data {
    width: 115px;
    height: 109px;
    background: #fff;
    -webkit-background: #fff;
    -moz-background: #fff;
    border: 1px solid rgba(51, 65, 85, 0.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

.dv-esanj2 .dv-gauge-card-data-value {
    font-weight: 900;
    font-size: 36px;
    line-height: 56px;
    color: #334155;
}

.dv-esanj2 .dv-gauge-card-data-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #334155;
}

.dv-esanj2 .dv-gauge-card-footer {
    width: inherit;
    height: 65px;
    background: #334155;
    -webkit-background: #334155;
    -moz-background: #334155;
    border: 1px solid rgba(51, 65, 85, 0.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px;
    display: block !important;
}

.dv-esanj2 .dv-gauge-card-footer span {
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
}

.dv-esanj2 .dv-zoom-btn {
    width: 35.2px;
    height: 28px;
    margin: 0 4px 10px 0;
    border-radius: 3px;
    background: #aff6c9;
    -webkit-background: #aff6c9;
    -moz-background: #aff6c9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}

.dv-esanj2 .dv-zoom-value {
    width: 35.2px;
    height: 28px;
    font-size: 20px;
    margin: 0 4px 10px 0;
    border-radius: 3px;
    background: #f2f2f2;
    -webkit-background: #f2f2f2;
    -moz-background: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dv-esanj2 .dv-zoom-content {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dv-esanj2 .dv-attachment-p {
    cursor: pointer;
}

.dv-esanj2 .modal-dialog {
    max-width: 75%;
}

.dv-esanj2 .modal-header .btn-close {
    display: none;
}

.dv-esanj2 .dv-btn-print {
    background: #2ABB9C;
    border-radius: 5px;
    color: #fff;
    padding: 6px 15px;
    border: none;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dv-esanj2 .dv-btn-print:hover {
    -webkit-filter: brightness(0.95);
    filter: brightness(0.95);
}

.dv-esanj2 .dv-fixed-access-menu-btn {
    position: fixed;
    right: -78px;
    top: 50%;
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    background: #334155;
    -webkit-background: #334155;
    -moz-background: #334155;
    border-radius: 10px 10px 0 0;
    padding: 7px 25px 7px 10px;
    cursor: pointer;
    z-index: 0;
}

.dv-esanj2 .dv-fixed-access-menu-btn .dv-menu-btn-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
    color: #FFFFFF;
}

.dv-esanj2 .dv-fixed-access-menu-btn .icon-left-arrow {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    margin: 5px 23px;
}

.dv-esanj2 .dv-fixed-access-menu-btn .icon-left-arrow:before {
    font-weight: 700;
    font-size: 16px;
    line-height: 31px;
    color: #FFFFFF;
}

.dv-esanj2 .dv-fixed-access-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    background: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.dv-esanj2 .dv-fixed-access-menu-content {
    background: #334155;
    -webkit-box-shadow: 0px 4px 4px rgba(243, 10, 10, 0.25);
    box-shadow: 0px 4px 4px rgba(243, 10, 10, 0.25);
    height: 100vh;
    width: 280px;
    z-index: 2;
    position: fixed;
    top: 0;
    right: -100000px;
    -webkit-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
}

.dv-esanj2 .dv-fixed-access-menu-content-top {
    padding: 17px 0;
    border: 1px solid #5C6777;
}

.dv-esanj2 .dv-fixed-access-menu-content-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    padding-right: 39px;
    padding-left: 39px;
    color: #FFFFFF;
}

.dv-esanj2 .dv-fixed-access-menu-remove {
    background: rgba(255, 255, 255, 0.5);
    mix-blend-mode: normal;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 19px;
    margin-left: 19px;
}

.dv-esanj2 .dv-fixed-access-menu-remove:before {
    color: rgba(255, 255, 255, 0.5);
    font-size: 8px;
}

.dv-esanj2 .dv-fixed-access-menu-content-body {
    padding: 20px 15px;
    list-style-type: none;
}

.dv-esanj2 .dv-fixed-access-menu-content-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-right: 14px;
}

.dv-esanj2 .dv-fixed-access-menu-content-body .dv-fixed-access-menu-content-item:hover {
    color: rgba(255, 255, 255, 1);
}

.dv-esanj2 .modal-body {
    overflow-x: auto;
}

.dv-esanj2 .dv-result-table thead tr th {
    font-size: 14px;
    background: #93cf52;
    -webkit-background: #93cf52;
    -moz-background: #93cf52;
    text-align: center;
}

.dv-esanj2 .dv-result-table .dv-question-count {
    font-size: 14px;
    background: #acb9ca;
    -webkit-background: #acb9ca;
    -moz-background: #acb9ca;
    text-align: center;
    font-weight: bold;
}

.dv-esanj2 .dv-result-table .dv-question-value {
    font-size: 14px;
    background: #fff;
    -webkit-background: #fff;
    -moz-background: #fff;
    text-align: center;
}

.dv-esanj2 .dv-gauge-card-data-mini {
    width: 48% !important;
    margin: 0 !important;
}

.dv-esanj2 .dv-gauge-card-data-large {
    width: 100% !important;
    margin-top: 0.7em !important;
    height: 65px !important;
}

/*.dv-esanj2 .apexcharts-canvas {*/
/*    position: absolute;*/
/*    bottom: -15px;*/
/*}*/

/***********************************************/

@media (min-width: 1200px) {
    .dv-esanj2 .dv-chart-content, .dv-esanj2 .dv-chart-content-orange {
        overflow : hidden;
    }
}
@media (min-width: 1400px) {

    .dv-esanj2 .dv-attachment-content {
        width: 31%;
        margin: 1%;
    }

    .dv-esanj2 .dv-fixed-access-menu-content-item {
        font-size: 17px;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .dv-esanj2 .dv-standard-chart-content {
        max-width: 630px;
    }

    .dv-esanj2 .dv-chart-bg {
        background: url(../images/chart-none-k.png) no-repeat center;
        -webkit-background: url(../images/chart-none-k.png) no-repeat center;
        -moz-background: url(../images/chart-none-k.png) no-repeat center;
    }

    .dv-esanj2 .dv-chart-k-bg  {
        background: url(../images/chart-k.png) no-repeat center;
        -webkit-background: url(../images/chart-k.png) no-repeat center;
        -moz-background: url(../images/chart-k.png) no-repeat center;
    }

    .dv-esanj2 .apexcharts-canvas {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .dv-esanj2 .dv-standard-chart-content .dv-ml-90 {
        left: 27px;
        bottom: -60px;
        -webkit-transform: scale(0.91);
        -ms-transform: scale(0.91);
        transform: scale(0.91);
    }
    .dv-esanj2 .apexcharts-svg {
        margin-top: 35px;
        margin-right: 69px;
    }
}

@media (min-width: 1400px) and (max-width: 1501px) {
    .dv-esanj2 .dv-standard-chart-content .dv-ml-90 {
        left: 20px;
        bottom: -60px;
        -webkit-transform: scale(0.905);
        -ms-transform: scale(0.905);
        transform: scale(0.905);
    }
}

@media (min-width: 1400px) and (max-width: 1460.01px) {
    .dv-esanj2 .dv-standard-chart-content .dv-ml-90 {
        left: 0px;
        bottom: -60px;
        -webkit-transform: scale(0.902);
        -ms-transform: scale(0.902);
        transform: scale(0.902);
    }

    .dv-esanj2 .apexcharts-svg {
        margin-right: 50px;
    }
}

@media (min-width: 1400px) and (max-width: 1440.01px) {
    .dv-esanj2 .dv-standard-chart-content .dv-ml-90 {
        left: -10px;
        bottom: -60px;
    }
}

@media (min-width: 1200px) and (max-width: 1400.01px) {
    .dv-esanj2 .h-700 {
        min-height: 800px;
    }

    /*    .dv-esanj2 .h-700 {*/
    /*        min-height: 540px;*/
    /*    }*/
    /*    .dv-esanj2 .dv-standard-chart-content .dv-ml-90 {*/
    /*        left: -46px;*/
    /*        bottom: 26px;*/
    /*        transform: scale(0.78);*/
    /*    }*/
    /*    .dv-esanj2 .dv-standard-chart-content {*/
    /*        max-width: 500px;*/
    /*    }*/
    /*    .dv-esanj2 .dv-chart-bg{*/
    /*        background: url(../images/chart1450.png) no-repeat center;*/
    /*        -webkit-background: url(../images/chart1450.png) no-repeat center;*/
    /*        -moz-background: url(../images/chart1450.png) no-repeat center;*/
    /*    }*/
    /*    .dv-esanj2 .apexcharts-canvas {*/
    /*        transform: scale(0.78);*/
    /*    }*/
    /*    .dv-esanj2 .apexcharts-svg {*/
    /*        margin-right: 7px;*/
    /*    }*/
}

@media (min-width: 1200px) and (max-width: 1350.01px) {
    .dv-esanj2 .dv-gauge-card {
        width: 100%;
    }
}

/*@media (min-width : 1200px) and (max-width : 1260.01px){*/
/*    .dv-esanj2 .apexcharts-svg {*/
/*        margin-right: 0px;*/
/*    }*/

/*    .dv-esanj2 .dv-standard-chart-content .dv-ml-90 {*/
/*        left: -52px;*/
/*    }*/

/*}*/
/*@media (min-width : 1200px) and (max-width : 1232.01px){*/
/*    .dv-esanj2 .apexcharts-svg {*/
/*        margin-right: -4px;*/
/*    }*/
/*    .dv-esanj2 .dv-standard-chart-content .dv-ml-90 {*/
/*        left: -56px;*/
/*    }*/
/*}*/


@media (max-width: 1399.99px) {
    .dv-esanj2 .dv-attachment-content {
        width: 23%;
        margin: 1em auto;
    }
}

@media (max-width: 992px) {

    .dv-esanj2 .dv-attachment-content {
        width: 32%;
    }

    .dv-esanj2 .modal-dialog {
        max-width: 100%;
    }

    .dv-esanj2 .dv-btn-print {
        padding: 6px 10px;
        font-size: 18px;
    }

    .dv-esanj2 .dv-user-info-title:before {
        right: -69px;
    }

    .dv-esanj2.dv-custom-px {
        padding: 0 30px;
    }

    .dv-esanj2 .dv-user-info-icons {
        width: 55px;
    }
}

@media (max-width: 768px) {

    .dv-esanj2 .dv-attachment-content {
        width: 42%;
    }

    .dv-esanj2.dv-custom-px {
        padding: 0 10px;
    }

    .dv-esanj2 .h-700 {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        min-height: 700px;
    }
}

@media (max-width: 710px) {


    .dv-esanj2 .h-700 {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        min-height: 600px;
    }

    .dv-esanj2 .dv-standard-chart-content {
        max-width: 620px;
    }

    .dv-esanj2 .apexcharts-svg {
        margin-right: 70px;
    }

    .dv-esanj2 .dv-standard-chart-content .dv-ml-90 {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        width: 639px;
        left: -6px;
        bottom: 27px;
    }

    .dv-esanj2 .dv-standard-chart-content {
        width: 639px;
        height: 590px;
    }

    .dv-esanj2 .dv-chart-bg {
        width: 639px;
        height: 537px;
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .dv-esanj2 .dv-chart-k-bg {
        width: 639px;
        height: 537px;
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .dv-esanj2 .apexcharts-svg {
        margin-right: 72px;
        margin-top: 36px;
    }
}

@media (max-width: 650px) {
    .dv-esanj2 .dv-standard-chart-content .dv-ml-90.k {
        transform: scale(1);
        bottom: -35px;
    }
    .dv-esanj2 .dv-Intelligence-chart {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .dv-esanj2 .dv-answer-content {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media (max-width: 576px) {

    .dv-esanj2 .dv-fixed-access-menu-btn .icon-left-arrow:before, .dv-esanj2 .dv-fixed-access-menu-btn .dv-menu-btn-title {
        font-size: 14px;
    }


    .dv-esanj2 .dv-attachment-content {
        width: 100%;
    }

    .dv-esanj2 .dv-fixed-access-menu-btn {
        position: fixed;
        right: 9px;
        top: unset;
        bottom: 10px;
        -ms-transform: translateY(0%) rotate(0deg);
        transform: translateY(0%) rotate(0deg);
        -webkit-transform: translateY(0%) rotate(0deg);
        -moz-transform: translateY(0%) rotate(0deg);
        border-radius: 10px;
        padding: 2px 10px 2px 0px;
    }

    .dv-esanj2 .dv-fixed-access-menu-btn .icon-left-arrow {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    .dv-esanj2 .dv-chart-content, .dv-esanj2 .dv-chart-content-orange {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .dv-esanj2 .dv-ml-90 {
        right: 13px;
        width: 480px;
    }

    .dv-esanj2 .h-700 {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        min-height: 600px;
    }

    .dv-esanj2 .dv-standard-chart-content .dv-ml-90 {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        width: 593px;
        left: 55px;
        bottom: 45px;
    }
    .dv-esanj2 .dv-standard-chart-content .dv-ml-90.k {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        width: 593px;
        left: 55px;
        bottom: 45px;
    }

    .dv-esanj2 .dv-flex-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .dv-esanj2 #intelligence1 {
        margin: -90px 0;
    }
    .dv-esanj2 .dv-answer-no {
        right: -4em;
    }

    .dv-esanj2 .dv-answer-yes {
        left: -4em;
    }

    .dv-esanj2 .rawGradesChart {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
    }

    /*    .dv-esanj2 .dv-Intelligence-chart, .dv-esanj2 .dv-answer-content {*/
    /*        transform: scale(0.6);*/
    /*    }*/
    .dv-esanj2 .dv-test-time-span {
        font-size: 15px;
    }

    .dv-esanj2 .dv-vrin-content {
        font-size: 20px;
        margin-left: 20px;
    }

    .dv-esanj2 p {
        text-align: justify;
    }

    .dv-esanj2 .dv-test-img {
        width: 125px;
        height: 125px;
        margin: 0 auto 20px;
    }

    .dv-esanj2 .dv-test-info-items {
        width: 100%;
        justify-content: center !important;
    }

    .dv-esanj2 .dv-user-info-content {
        padding: 20px 15px;
    }

    .dv-esanj2 .dv-info-link-text {
        width: calc(100% - 35px);
    }

    .dv-esanj2 .dv-info-link-content {
        width: 100%;
    }

    .dv-esanj2 .dv-user-info-title {
        width: 92px;
    }

    .dv-esanj2 .dv-user-info-value {
        width: 92px;
    }

    .dv-esanj2 .dv-Intelligence-chart {
        -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
        transform: scale(0.65);
    }
}

@media (max-width: 475px) {
    .dv-esanj2 .dv-gauge-card {
        width: 100%;
        margin-top: 2em;
    }

    .dv-esanj2 .dv-gauge-card-gauge {
        height: 175px;
    }

    .dv-esanj2 .dv-gauge-card-data {
        width: 105px;
        height: 95px;
    }

    .dv-esanj2 .dv-gauge-card-data-value {
        font-size: 30px;
    }

    .dv-esanj2 .dv-answer-no {
        right: -5em;
        font-size: 20px !important;
    }

    .dv-esanj2 .dv-answer-yes {
        left: -5em;
        font-size: 20px !important;
    }

    .dv-esanj2 .dv-answer-no-count, .dv-esanj2 .dv-answer-yes-count {
        font-size: 24px;
    }

    .dv-esanj2 .dv-answer-content {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    .dv-esanj2 .rawGradesChart {
        -webkit-transform: scale(0.65) translateX(15%);
        -ms-transform: scale(0.65) translateX(15%);
        transform: scale(0.65) translateX(15%);
    }

    .dv-esanj2 .dv-zoom-content {
        bottom: -55px;
    }

    .dv-esanj2 .dv-Intelligence-chart {
        -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
        transform: scale(0.65);
    }
}

@media (max-width: 440px) {
    .dv-esanj2 .dv-Intelligence-chart {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@media (max-width: 400px) {


    .dv-esanj2 .dv-Intelligence-chart {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }

    .dv-esanj2 .dv-user-info-title:before {
        right: -64px;
    }

    .dv-esanj2 .dv-user-info-icons, .dv-esanj2 .dv-user-info-data {
        height: 320px;
        padding: 10px 0;
    }

    .dv-esanj2 .dv-user-info-icons {
        width: 45px;
    }

    .dv-esanj2 .dv-user-info-divider {
        min-width: 35px;
    }

    .dv-esanj2 .dv-gauge-card-gauge {
        height: 160px;
    }

    .dv-esanj2 .dv-gauge-card-data {
        width: 100px;
        height: 110px;
    }

    .dv-esanj2 .dv-gauge-card-data-value {
        font-size: 26px;
    }

    .dv-esanj2 .dv-gauge-card-footer {
        padding: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: start !important;
    }

    .dv-esanj2 .dv-gauge-card-footer span {
        font-size: 14px;
    }
}

@media (max-width: 375px) {

    .dv-esanj2 .rawGradesChart {
        -webkit-transform: scale(0.55) translateX(15%);
        -ms-transform: scale(0.55) translateX(15%);
        transform: scale(0.55) translateX(15%);
    }

    .dv-esanj2 .dv-Intelligence-chart {
        -webkit-transform: scale(0.45);
        -ms-transform: scale(0.45);
        transform: scale(0.45);
    }

    .dv-esanj2 .dv-answer-no {
        right: -7em;
        font-size: 20px !important;
    }

    .dv-esanj2 .dv-answer-yes {
        left: -7em;
        font-size: 20px !important;
    }

    .dv-esanj2 .dv-answer-no-count, .dv-esanj2 .dv-answer-yes-count {
        font-size: 24px;
    }

    .dv-esanj2 .dv-answer-content {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
}

.dv-esanj2 page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    padding: 2em 1.25em;
}

.dv-esanj2 page[size="A4"] {
    width: 21cm;
    height: 29.7cm;
}

.dv-esanj2 page[size="A4"][layout="landscape"] {
    width: 29.7cm;
    height: 21cm;
}

.dv-esanj2 .dv-mmpi .dv-mmpi-right-content {
    border: 1px solid #000;
    border-radius: 10px;
}

.dv-esanj2 .dv-mmpi .dv-mmpi-right-head {
    background-color: #F2F3F5;
    padding: 1em 1em 0;
    border-radius: 10px 10px 0 0;
}

.dv-esanj2 .dv-mmpi .dv-mmpi-right-head h1 {
    font-size: 30px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 0;
}

.dv-esanj2 .dv-mmpi .dv-mmpi-right-head p {
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 3px;
    color: #808080;
}

.dv-esanj2 .dv-mmpi .dv-mmpi-right-body {
    padding: 0 1em 0.65em;
}
.dv-esanj2 .dv-mmpi .dv-mmpi-right-body .dv-user-info-value {
    width: calc(100% - 80px);
}

.dv-esanj2 .dv-mmpi .dv-mmpi-right-body h2 {
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    padding-top: 0.5em;
    font-weight: bold;
    margin-bottom: 0.67em;
    border-bottom: 1px solid #000;
}

.dv-esanj2 .dv-mmpi .dv-details-gray {
    background-color: #F2F3F5;
    border-radius: 5px;
}

.dv-esanj2 .dv-mmpi .dv-details-gray-title {
    padding: 7px 20px 7px 10px;
    border-left: 1px solid #000;
    font-weight: bold;
    font-size: 14px;
    width: 140px;
}

.dv-esanj2 .dv-mmpi .dv-details-gray-item {
    padding: 7px 6px;
    font-size: 11px;
}


.dv-esanj2 .dv-mmpi .dv-mmpit-result-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
}

.dv-esanj2 .dv-mmpi .dv-mmpit-result-linear {
    border-bottom: 1px dashed #848181;
    margin-bottom: 1.75em;
}

.dv-esanj2 .dv-mmpi .dv-mmpi-chart-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    /*margin-right: 15px;*/
    /*background: url(../images/mmpi.png) no-repeat;*/
    /*background-size: 100% 100%;*/
}

.dv-esanj2 #dvHsChart .apexcharts-svg {
    margin: 20px 32px 0 0;
}

.dv-esanj2 #dvVrinChart .apexcharts-svg {
    margin: 20px 25px 0 0;
}

.dv-esanj2 #dvVrinChart line, .dv-esanj2 #dvHsChart line {
    display: none !important;
    border: none !important;
    stroke: none !important;
    fill: none !important;
}

.dv-esanj2 .dv-mmpi .dv-mmpi-vrin-numbers {
    position: absolute;
    left: 35px;
    bottom: -79px;
}

.dv-esanj2 .dv-mmpi .dv-mmpi-vrin-numbers .dv-chart-green-value {
    width: 31px;
    height: 21px;
    color: #000;
    font-size: 10px;
    margin: 1.5px 3px;
    background: rgb(213, 234, 210);
    border-radius: 2px;
}

.dv-esanj2 .dv-mmpi .dv-mmpi-hs-numbers {
    position: absolute;
    left: -9px;
    bottom: -79px;
}

.dv-esanj2 .dv-mmpi .dv-mmpi-hs-numbers .dv-chart-green-value {
    width: 29.3px;
    height: 21px;
    color: #000;
    font-size: 10px;
    margin: 1.5px 1.8px;
    background: rgb(213, 234, 210);
    border-radius: 2px;
}

.dv-esanj2 .dv-mmdi-parent{
    overflow-x: auto;
}


.dv-esanj2 .dv-ml-90{

}

/*@media (max-width: 1400px){*/
/*    #dvHsChart .apexcharts-svg {*/
/*        margin: 5px 32px 0 0;*/
/*    }*/

/*    #dvVrinChart .apexcharts-svg {*/
/*        margin: 5px 25px 0 0;*/
/*    }*/
/*}*/
.dv-esanj2 .dv-change-type-bg {
    background: #F3F4F6;
    border: 1px solid rgba(51, 65, 85, 0.2);
    border-radius: 5px;
    /*margin-left: 14px;*/
    padding: 3px;
}
.dv-esanj2 .dv-change-type-bg a.active {
    background: var(--title-color);
    color: #fff;
}
.dv-esanj2 .dv-change-type-bg a {
    background: transparent;
    border-radius: 5px;
    color: var(--title-color);
    padding: 5px;
    width: 50%;
    margin: 1px;
    text-align: center;
    font-family: YekanBakhMedium;
}
@media print {
    @page {
        size: A4 landscape;
    }

    .dv-esanj2 body main , .dv-esanj2 .modal-backdrop {
        display:none;
    }
    /*#printSection, #printSection * {*/
    /*    visibility:visible;*/
    /*}*/
    .dv-esanj2 #mmdi{
        padding: 0;
    }
    .dv-esanj2 #printSection {
        position:absolute;
        padding: 0 !important;
        left:0;
        top:0;
        right: 0;
    }
}
