
@media print {

 @font-face {
        font-family: 'Calibri';
        src: url('../fonts/calibri.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    body, 
    body *:not(i):not([class^="icon-"]) {
        font-family: 'Calibri', sans-serif;
    }
    @page {

        size: portrait;
        margin: 20px !important;

    }

    button{
        display: none !important;
    }
    .card-header-box{
        display: none !important;

    } .card-header-h3{
          display: none !important;

      }

    .result_sheet_table {
        width: 100%;
        border-collapse: collapse;
        font-size: 18px !important;
    }

    .student-receipt-table{
        font-size: 18px !important;
    }
    .student-receipt{
        font-size: 16px !important;
    }

    page[size="A5"] {
        width: 14.8cm;
        height: 21cm;
    }

    page[size="A5"][layout="landscape"] {
        width: 21cm;
        height: 14.8cm;
    }


    /** {*/
    /*    -webkit-box-sizing: border-box;*/
    /*    box-sizing: border-box*/
    /*}*/

    .resume__container {
        width: 800px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        background: #fff;
        height: 100%;
        position: relative
    }

    ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0;
        margin-inline-end: 0;
        padding-inline-start: 40px
    }

    html {
        font-size: 14px
    }

    body {
        direction: rtl;
        font-family: mirft;
        margin: 0;
        font-size: 1rem;
        counter-reset: chapternum;
        background: white !important;
    }

    .container {
        width: 210mm;
        display: block;
        padding: 30px;
        background: #fff;
        position: relative
    }

    .en-font {
        font-family: 'Calibri'
    }
    .print_header{
        display: block !important;
    }
    div.user-image {
        background-image: url(/content/pic/download.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 110px;
        width: 110px;
        display: inline-block;
        border-radius: 100%;
        margin: auto;
        display: -webkit-box;
        position: relative;
        z-index: 1
    }

    .name-job-desc {
        display: inline-block;
        width: 100%;
        padding: 0 10px;
        color: #333
    }

    .name-job-desc .personal__name {
        margin: 0;
        font-size: 1.3rem;
        text-align: CENTER;
        font-weight: 700;
        margin-bottom: 10px;
        color: #147cbe;
        margin-top: 47px
    }

    .name-job-desc h2 {
        margin: -5px 0 15px;
        font-weight: 400;
        color: #909090;
        font-size: 13px;
        text-align: center
    }

    /*small {*/
    /*    display: none*/
    /*}*/

    .contact-info_item > div span {
        font-size: .92rem
    }

    .contact-info_item > div span:first-child {
        color: #1f222b;
        font-size: .9rem
    }

    h2.job-desc {
        margin-top: -9px;
        font-weight: 100;
        color: #147cbe;
        font-size: 20px
    }

    .circle-progress {
        display: none
    }

    .section__title {
        font-size: 1em;
        text-align: center
    }

    .section__title label {
        font-size: 1rem !important;
        position: relative
    }

    .section__body {
        padding: 10px 0 5px;
        width: 100%
    }

    .section__body > *:first-child {
        padding: 0 15px
    }

    .section__list {
        list-style-type: circle;
        padding-right: 0;
        float: right;
        margin-top: 0 !important;
        width: 100%
    }

    .section__list .section__item-subtitle {
        margin: 0;
        font-size: 12px;
        margin-bottom: 2px;
        font-style: italic
    }

    .section__list p.description {
        font-size: 11px;
        text-align: justify;
        margin: 0;
        margin-top: 6px;
        color: #525252
    }

    .section__list > li {
        float: right;
        list-style: none;
        font-size: 1em
    }

    .section__list > li:last-child {
        margin-bottom: 0 !important
    }

    ul.list-item li {
        list-style: none;
        width: 100%;
        margin-bottom: 5px
    }

    ul.list-item li:last-child {
        margin-bottom: 0
    }

    ul.list-item li p {
        border-right: 1px solid #eee;
        padding-right: 0;
        padding-left: 15px;
        margin: 0;
        font-weight: bold
    }

    .section__item-date {
        font-size: .8em;
        color: #5a5a5a
    }

    .section__item-title {
        font-size: 1em;
        line-height: 22px
    }

    .section__item-subtitle {
        font-size: 1rem;
        margin: 0;
        font-weight: 400
    }

    .section__item-link {
        display: block;
        font-size: 13px;
        line-height: 20px
    }

    .section__item-link span {
        display: block
    }

    .section__item-link span:first-of-type {
        font-size: 12px
    }

    .section__item-link a {
        display: none;
        text-decoration: none;
        color: #0a3bba;
        position: relative;
        transition: color 200ms
    }

    .section__item-link a:hover {
        color: #db1818
    }

    .section__item-link a:before {
        content: '';
        width: 100%;
        height: 1px;
        display: inline-block;
        background-color: #9985ff;
        position: absolute;
        bottom: -2px;
        opacity: 1;
        transition: opacity 100ms
    }

    .section__item-link a:hover:before {
        opacity: 0
    }

    ul.list-item li p.description {
        margin: 0;
        color: #8a8a8a
    }

    .contact-info_item {
        clear: both;
        display: inline-block;
        width: 100%;
        background: #f7f7f7;
        padding: 10px 0;
        margin-top: -50px;
        position: relative;
        z-index: 0
    }

    .contact-info_item div {
        width: 250px;
        float: right;
        padding: 0;
        padding-right: 100px
    }

    .about-us {
        padding: 0 20px;
        text-align: justify;
        line-height: 2.1em
    }

    .footer {
        text-align: center;
        margin-bottom: 15px;
        font-size: 11px
    }

    .footer a {
        color: #147cbe;
        text-decoration: none;
        font-size: 15px
    }

    .section__list.one-line li {
        width: 100%
    }

    .section__item-subtitle label {
        font-size: 10px;
        color: #2c2c2c;
        background: #d0d0d0;
        padding: 1px 6px;
        font-style: normal;
        border-radius: 4px
    }

    .skill-grade {
        display: none !important
    }

    .section__title span {
        display: none
    }

    div.contact-item span:first-child {
        display: none
    }

    .multi-line li {
        width: 50%
    }

    .one-col-layout {
        float: right;
        width: 100%
    }

    li.break-property-item {
        clear: both !important;
        width: 100% !important;
        float: none !important
    }

    .circle-progress {
        display: none;
        float: right;
        width: 100%
    }

    .circle-progress__item {
        float: right;
        width: 100%
    }

    .circle-progress__title {
        font-size: 11px;
        position: absolute;
        top: 88px;
        line-height: 14px;
        width: 100%;
        text-align: center
    }

    .personal__contact-email span:last-child {
        font-family: "calibri" !important
    }

    span#freelancer {
        display: none
    }

    .skill__list .section__list > li {
        min-height: 10px;
        margin-bottom: 0
    }

    .preview-container .certificate__list ul li {
        width: 50%;
        padding-left: 15px
    }

    .contact-item.contact__website span:last-child {
        font-family: calibri !important
    }

    .section__item-text {
        font-size: 1rem;
        color: #5a5a5a
    }

    .section__item-text ul, .section__item-text ol {
        margin: .3rem 0;
        list-style-position: outside;
        padding-right: 1.3rem
    }

    .section__item-text p {
        margin: 0
    }

    .section__item-text br {
        display: none;
        line-height: 0 !important
    }

    .section__item-text * {
        background: transparent !important
    }

    .section__item-text img {
        width: auto;
        max-width: 100%;
        margin-bottom: 10px
    }

    .section__item-text-title {
        font-size: .85em;
        color: #5a5a5a;
        margin-top: 4px;
        margin-bottom: -2px
    }

    .section__item-language-title {
        width: 50%;
        float: right
    }

    .section__item-language-level {
        width: 50%;
        float: right
    }

    .section__item-language-rate {
        display: none
    }

    .section__item-language-bar {
        display: none
    }

    .section__item-language-bar div {
        height: 3px;
        float: right;
        width: 100%
    }

    .section__item-language-bar div span {
        height: 100%;
        float: right;
        width: 100%
    }

    .section__item-skill-subtitle {
        display: none
    }

    .section__item-skill-bar div {
        height: 3px;
        float: right;
        width: 100%
    }

    .section__item-skill-bar div span {
        height: 100%;
        float: right;
        width: 100%
    }

    .section__item-skill-percent {
        position: absolute;
        left: 0;
        font-size: 12px;
        padding: 0 5px;
        border-radius: 2px
    }

    .personal__image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }

    .section__item-hobby {
        text-align: justify
    }

    .section__item-social * {
        text-decoration: none
    }

    .section__item-social *:last-child {
        display: block;
        text-align: center;
        unicode-bidi: plaintext;
        direction: ltr
    }

    p.ql-direction-rtl.ql-align-right br {
        line-height: 0
    }

    div#qrcode {
        display: none
    }

    .section__item-social-label {
        text-align: center
    }

    .watermark {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        color: rgba(133, 133, 133, .55);
        text-transform: uppercase;
        font-size: 135px;
        position: absolute;
        left: -30px;
        z-index: 15
    }

    .personal__about {
        overflow-wrap: break-word;
        overflow-wrap: anywhere;
        padding-left: 20px;
        width: 90% !important;
    }

    .section[data-section=language] .section__body .section__list > li.mother-tongue *:nth-child(n+2) {
        display: none
    }

    .section[data-section=language] .section__body .section__list > li.mother-tongue .section__item-language-level {
        display: block
    }

    .main {
        width: 67%;
        height: 100%;
        float: left;
        box-sizing: border-box
    }

    .aside {
        width: 33%;
        background-color: #e8e8e8;
        float: right;
        box-sizing: border-box;
        height: 1666px;
    }

    print_btn{
        display: none !important;
    }

    .aside .section {
        margin-bottom: 15px
    }

    .personal__image {
        position: relative;
        height: 160px;
        width: 160px;
        margin: 60px 59px 25px;
        background-position: center;
        box-shadow: initial !important
    }

    .personal__image::after {
        content: '';
        position: absolute;
        top: -60px;
        right: -60px;
        background-color: #d62246;
        height: 30px;
        width: 220px
    }

    .section {
        float: right;
        width: 100%
    }

    div.item-row li > span {
        float: initial
    }

    .skill__list .grade:after {
        display: none
    }

    .perosnal__header-line {
        width: 100%;
        height: 50px;
        background-color: #163258;
        position: relative
    }

    .perosnal__header-line > div {
        float: left;
        width: 14%;
        height: 50px;
        background-color: #fff;
        transform: skew(10deg);
        -webkit-transform: skew(-41deg);
        position: absolute;
        right: -21px;
        z-index: 1
    }

    .perosnal__header-line > div > div {
        float: left;
        width: 18%;
        height: 50px;
        background-color: #27b4bd;
        transform: skew(10deg);
        -webkit-transform: skew(-1deg);
        position: absolute;
        right: 23px;
        border-radius: 5px;
        top: 0;
        z-index: 1
    }

    .perosnal__header-line > div > div > div {
        float: left;
        width: 177%;
        height: 50px;
        background-color: #0e8caa;
        transform: skew(10deg);
        -webkit-transform: skew(-1deg);
        position: absolute;
        right: 22px;
        border-radius: 5px;
        top: 0;
        z-index: 1
    }

    .personal__name {
        margin: 10px;
        text-align: right;
        color: #d62246;
        font-size: 27px;
        font-weight: bold
    }

    .basic__about div:first-child {
        display: none
    }

    .about-us {
        padding: 0 20px;
        text-align: right;
        line-height: 2.1em;
        font-size: 13px !important;
        margin-bottom: 11px !important;
        float: right
    }

    .section__title label {
        border-bottom: initial;
        color: #fff;
        font-size: 1.15em;
        margin-right: 6px;
        font-weight: bold;
        padding-right: 10px;
        width: 100%;
        line-height: 47px !important;
        display: inline-block
    }

    .main .section__title {
        width: 94%;
        height: 35px;
        text-align: right;
        float: right;
        line-height: 45px;
        background-color: #fff;
        padding-top: 0;
        position: relative;
        margin-bottom: 5px
    }

    .section__title label {
        margin: 0;
        border-bottom: 2px solid #c5c5c5;
        color: #393836;
        line-height: 30px;
        padding-right: 12px;

        text-align: right;
        font-size: 15px !important;
        width: 75%
    }

    .section__list .section__item-subtitle {
        margin: 0;
        font-size: .9em;
        margin-bottom: 2px;
        font-style: normal
    }

    .section__list .section__item-title {
        margin: 20px 0 !important;
        font-weight: bold;
        color: #393939;
        position: relative;
        line-height: 20px;
    }

    /*small {*/
    /*    display: block;*/
    /*    float: left;*/
    /*    border: 1px solid #0e8caa;*/
    /*    padding: 0 6px;*/
    /*    font-size: 11px;*/
    /*    color: #edecec;*/
    /*    background: #0e8caa;*/
    /*    position: relative;*/
    /*    border: 0;*/
    /*    width: 20px;*/
    /*    height: 24px*/
    /*}*/

    /*small::after {*/
    /*    content: '';*/
    /*    height: 0;*/
    /*    width: 0;*/
    /*    border-top: 24px solid transparent;*/
    /*    border-right: 9px solid #0e8caa;*/
    /*    top: 0;*/
    /*    position: absolute;*/
    /*    left: -9px*/
    /*}*/

    /*small::before {*/
    /*    content: '';*/
    /*    height: 0;*/
    /*    width: 0;*/
    /*    border-top: 24px solid #0e8caa;*/
    /*    border-right: 9px solid transparent;*/
    /*    top: 0;*/
    /*    position: absolute;*/
    /*    left: 32px*/
    /*}*/

    ul.list-item li p {
        padding-right: 0;
        font-weight: bold;
        font-size: 13px;
        color: #224e59;
        border-right: 0;
        position: relative
    }

    .section__item-subtitle label {
        border: 1px solid #28b5bc;
        background: transparent
    }

    .aside .property-item.skill__list .grade {
        display: block;
        float: right !important;
        width: 46px
    }

    .section__list {
        width: 100%;
        margin-bottom: 10px !important
    }

    .section__title {
        margin: 0 2px;
        margin-bottom: 15px;
        width: 90%
    }

    .section__item-date {
        color: #393939
    }

    .skill__list div.item-row li > span label.grade i {
        display: block;
        width: 45px
    }

    ul.list-item li {
        width: 100%;
        min-height: initial;
        margin-bottom: 10px !important
    }

    .social__list .section__list {
        width: 100%
    }

    .main h2 {
        color: #797979;
        font-size: 14px;
        padding: 0 15px
    }

    .section__body {
        padding: 0
    }

    .main .language__list .item-row.w4 {
        display: none
    }

    .main .language__list .circle-progress {
        display: block
    }

    .main .language__list .section__list > li {
        margin-left: 4px;
        width: 90%;
        padding-right: 10px;
        box-sizing: border-box;
        margin-bottom: 30px
    }

    .c100:after {
        background: #edecec;
        left: 3px;
        top: 3px;
        width: 44px;
        height: 44px
    }

    .c100 > span {
        color: #061a34;
        font-size: 11px;
        left: -2px;
        top: -1px
    }

    .pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
        border: .08em solid #0e8caa
    }

    .main .language__list .section__list .section__item-title {
        padding-right: 16px;
        text-align: center;
        border-bottom: 1px dotted #27b4bd;
        margin-bottom: 8px !important;
        width: 90%;
        margin-right: 10px !important
    }

    .aside .language__list .circle-progress {
        display: none
    }

    .main .property-item.skill__list .section__list > li {
        width: 45%;
        border-bottom: 0
    }

    .main div.item-row li > span label:first-child {
        color: #061a34;
        width: 100%;
        padding-right: 0
    }

    .main small {
        width: 20px;
        display: none
    }

    .aside .skill__list div.item-row li > span label.grade i {
        display: none
    }

    .main .property-item.skill__list .grade {
        display: block;
        float: right !important
    }

    .aside .section__list .section__item-title {
        font-size: 11px;
        width: 100%
    }

    .aside .section__list .section__item-subtitle {
        font-size: 10px
    }

    .aside .section__item-date {
        color: #224e59
    }

    .aside .section__list p.description {
        width: 92%;
        font-size: 10px;
        color: #061a34
    }

    p.project-link {
        color: #224e59;
        font-size: 10px
    }

    .section__list .section__item-title:before {
        right: -21px;
        top: 8px;
        display: inline-block;
        background-color: #ffc107;
        width: 10px;
        border-radius: 100%;
        height: 10px
    }

    .aside .section__list .section__item-title:before {
        border-right-color: #061a34
    }

    .aside .section__title label {
        font-size: 1em;
        padding-bottom: 0px !important;;
    }

    .main .property-item.social__list .section__list > li span label:first-child {
        color: #0e8caa;
        width: 30px;
        text-align: center
    }

    .section__list p.description {
        padding-left: 15px
    }

    .main .language__list .section__list .section__item-title:before {
        display: none
    }

    ul.list-item li p:before {
        content: '';
        position: absolute;
        right: -10px;
        top: 4px;
        border-right: 7px solid #0e8caa;
        border-bottom: 4px solid transparent;
        border-top: 5px solid transparent
    }

    .aside ul.list-item li p:before {
        border-right: 7px solid #061a34
    }

    .aside ul.list-item li p {
        font-size: 11px
    }

    .section__item-text {
        font-size: .85em
    }

    .section__list > li {
        width: 50%;
        margin-bottom: 10px;
        position: relative
    }

    .main .section__list > li {
        padding-left: 10px
    }

    .main .section__list > li:nth-child(2n+1) {
        clear: both
    }

    .personal__position {
        color: #575757;
        position: relative;
        font-size: 17px;
        padding-right: 80px;
        text-align: right;
        margin: 5px 0;
        min-height: 27px
    }

    .personal__position::before {
        content: '';
        width: 55px;
        position: absolute;
        height: 2px;
        right: 10px;
        top: 14px;
        background-color: #8f8e93
    }

    .personal__other {
        font-size: 16px !important;
        padding-right: 10px;
        margin-bottom: 15px;
        color: #4f4f4f !important;
        padding-top: 10px;
        width: 100%;
        position: relative;
    }

    .section__item-language-title {
        color: #061a34;
        line-height: 28px
    }

    .section__item-language-level {
        font-size: 12px;
        line-height: 28px;
        color: #333;
        border-radius: 2px;
        text-align: left
    }

    .personal__contact {
        margin: 10px 0 20px;
        background-color: #fff;
        width: 83.5%;
        padding-top: 12px;
        padding-right: 2px;
        height: auto;
        padding-bottom: 12px
    }

    .personal__contact div {
        display: inline-block;
        width: 100%
    }

    .personal__contact-item span:first-child {
        display: inline-block;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 20px;
        padding: 5px 0;
        text-align: center;
        margin-bottom: 0;
        font-size: 12px;
        position: relative;
        line-height: 35px;
        color: #d62246 !important;
    }

    .personal__contact-item span:last-child {
        width: 83%;
        float: left;
        padding-top: 13px;
        padding-left: 10px;
        padding-right: 0;
        font-size: 12px;
        line-height: 15px;
        word-wrap: break-word;
        white-space: pre-wrap;
        box-sizing: border-box;
        unicode-bidi: plaintext;
        text-align: right;
        color: #021329 !important;
    }

    .personal__contact-item span:nth-child(2) {
        display: none
    }

    .personal__contact-address span:last-child {
        padding-right: 10px;
        width: 83%;
        display: inline-block;
        line-height: 18px;
        font-size: 12px
    }

    .personal__about {
        text-align: justify;
        line-height: 25px;
        display: inline-block;
        margin: 10px 0;
        font-size: 12px;
        padding: 0 !important;
        padding-left: 30px !important;

    }

    .section__item-skill-title {
        width: 100%;
        float: right;
        text-align: center;
        margin-bottom: 4px;
        line-height: 18px;
        font-size: 1.2em;
        color: #292929
    }

    .section__item-skill-label {
        display: none;
        text-align: center;
        position: absolute;
        left: 0;
        color: #fff;
        background: #0e8caa;
        padding: 0 5px;
        font-size: .85em;
        border-radius: 2px;
        min-width: 50px
    }

    .section__item-skill-bar div {
        background: #e8e8e8
    }

    .section__item-skill-bar div span {
        background: #061a34
    }

    .section__item-skill-percent {
        width: 40px;
        height: 100%;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: #ffc107;
        background: #393836
    }

    .section__item-social *:last-child {
        color: #061a34;
        font-weight: bold;
        transition: color 100ms;
        word-break: break-all
    }

    .section__item-social *:last-child:hover {
        color: #d62246
    }

    .personal__other > div {
        padding-left: 25px;
        width: auto;
        display: inline-block;
        position: relative
    }

    .section .section__title span:first-child [class*=fa] {
        line-height: 30px
    }

    .main .section .section__body .section__list {
        padding-right: 15px;
        margin-right: -12px
    }

    .personal__contact-address span:last-child {
        text-align: right;
        padding-right: 0;
        padding-top: 11px
    }

    personal__contact-item {
        width: 100%
    }

    .section .section__title span {
        display: inline-block;
        color: #fff   !important;
        width: 30px !important;
        position: relative!important;
        border-radius: 50% !important;
        height: 30px !important;
        background-color: #d62246 !important;
        text-align: center !important;
    }

    .section .section__title span::after {
        content: '';
        background-color: #d62246 !important;
        width: 30px !important;
        height: 4px !important;
        right: 0 !important;
        bottom: -10px !important;
        position: absolute !important;
    }

    .personal {
        margin-top: 60px;
        margin-bottom: 10px;
        background-color: #e8e8e8;
        padding: 16px;
        padding-bottom: 5px;
        width: 100%;
        box-sizing: border-box
    }
    #staff_invoice{

        width:790px !important;
    }
    .main .section {
        padding-right: 15px;
        margin-bottom: 5px
    }

    .section[data-section=course] .section__list > li {
        width: 100%
    }

    .section[data-section=language] .section__body .section__list > li, .section[data-section=course] .section__list > li, .section[data-section=project] .section__list > li, .section[data-section=websiteAndSocialLinks] .section__list > li {
        width: 100%
    }

    .section[data-section=skill] .section__body .section__list > li {
        font-size: 10px;
        line-height: 1.8;
        width: auto;
        padding: 0 5px;
        margin-left: 4px;
        margin-bottom: 4px;
        border-radius: 2px;
        border: 1px solid #969696
    }

    .section[data-section=skill] .section__body .section__list .section__item .section__item-skill-title {
        margin-bottom: 0;
        line-height: 2
    }


    .shoqa_head p{
        margin-top:0px !important;
        padding-top:20px !important;
        padding-right: 20px;
        width:300px !important;
        text-align: center;
        font-size:10px !important;
        height: 70px !important;



        display: inline-block !important;
    }
    .shoqa_head label{
        font-size: 10px;
        font-weight: normal;
    }
    .shoqa_table{
        width: 50% !important;
        font-size: 10px;
        vertical-align: middle !important;
    }

    .shoqa_head img{
        margin-top:-60px !important;
        margin-right: 10px !important;
        height:40px;
        width:auto!important;
        border:none !important;
        border-radius:0% !important;
        display: inline-block !important;
    }

    .pragraph{
        position: absolute !important;
        text-align: justify-all!important;
        margin-top: 115% !important;
        margin-right: 10px !important;
        font-size: 10px !important;
        white-space: pre-wrap;
        display: block !important;

    }
    .receipt_head{
        display: flex !important;
    }

    .user_profile {
        z-index: 200;
        height: 80px;
        width: 80px;
        background-color: #707070;
        cursor: pointer;
        object-fit: cover;
        object-position: top;
    }

    .upload_iamge {
        position: absolute;
        z-index: 200;
        height: 80px;
        width: 80px;
        background-color: #707070;
        cursor: pointer;
        z-index: 1000;
        margin-top: -70px;

    }

    .idCardDailog {


        position: absolute !important;
        background-color: red  !important;
        height: 1000px  !important;
        width: 900px  !important;
        display:  inline-block  !important;
        vertical-align: middle !important;
    }


    .student-card{

        border: 0.5px solid #000000 !important;
        width:auto !important;
        padding:1px !important;
        border-radius: 0px  !important;
        margin-right: 20px !important;
        text-align: center  !important;
        display:  inline-block  !important;
        vertical-align: middle !important;
        position:  relative !important;
        margin:5px !important;
        height: auto !important;
    }
    .student-details-card{
        border: 0.5px solid #000000 !important;
        width:auto !important;
        padding:1px !important;
        border-radius: 0px  !important;
        margin-right: 20px !important;
        text-align: center  !important;
        display:  inline-block  !important;
        vertical-align: middle !important;
        position:  relative !important;
        margin:5px !important;
        height: auto !important;
    }

    .card_titel {

        position: absolute !important;
        z-index: 2000 !important;
        margin-top: -490px !important;
        width: 100% !important;
        color: white !important;
        text-align: center !important;
        display: block !important;
        font-size: 18px !important;

    }
    .student-details-card-titale {

        position: absolute !important;
        z-index: 2000 !important;
        margin-top: -490px !important;
        width: 100% !important;
        color: white !important;
        text-align: center !important;
        display: block !important;
        font-size: 18px !important;

    }

    .card_class_name {

        position: absolute !important;
        z-index: 2000 !important;
        margin-top: -184px !important;
        padding-right: 150px !important;
        color: white !important;
        display: block !important;
        font-size: 12px !important;
        font-weight: bold !important;
        width:300px !important;

    }

    .card_profile {

        margin-top:-350px !important;
        margin-right: -55px !important;
        width:150px !important;
        height:150px !important;
        border:2px solid #ffc934 !important;
        border-radius: 50% !important;
        object-fit: cover !important;
        object-position: top !important;
        position: absolute !important;

    }
    .foter-icon{
        font-size: 18px !important;
        color: #0b0b0b !important;
    }
    .foter-icon-globle{
        font-size: 16px !important;
        color: #0b0b0b !important;

    }


    .student-details-card-class-name {
        position: absolute !important;
        z-index: 20000 !important;
        color: white !important;
        padding-left: 110px !important;
        margin-right: 10px !important;
        margin-top: -180px !important;
        font-size: 18px !important;
        font-weight: bold !important;
        width: 420px !important;


    }
    .student-details-card-profile {
        margin-top: -340px !important;
        margin-right: -40px !important;
        height: 120px !important;
        border: 4px solid #ffc934 !important;
        border-radius: 50% !important;
        object-fit: cover !important;
        object-position: top !important;
        position: absolute !important;
    }

    .student-details-card-footer {
        display: inline-block !important;
        position: absolute !important;
        z-index: 80000 !important;
        width: 100% !important;
        margin-right: -180px !important;
        margin-top: -100px !important;
        color: #0b0b0b !important;
    }

    .card_table {

        text-align: right;
        direction: rtl;
        padding-right: 10px;
        margin-right: 10px;
    }



    .school_name {

        position: absolute;
        margin-right: 100px;
        margin-top: 10px;


    }

    .card_box h3 {
        font-size: 14px !important;
        max-width: 250px;
        text-align: center !important;
        padding-top: 25px !important;

    }
    .three-sheet-table-font th{
        font-size: 13px !important;

    }  .three-sheet-table-font td{
           font-size: 13px !important;

       }

    .sheet-footer{
        height: 100px !important;
        border-bottom: black dashed !important;
        margin-bottom: 20px !important;
        text-align: right !important;
    }

    .three-sheet-div-font{
        font-size: 13px !important;
    }
    #three_sheet_box{
        display: block !important;
    }
    #image_label {
        font-size: 10px !important;
    }

    .stuff_taitel {
        position: absolute;
        margin-top: -100px;
        margin-right: 110px;
    }

    .user-card-sa {
        height: 100px;
        width: 100px;
        object-position: top;
        object-fit: cover;
    }


    .card-stuff-posstion{
        position: absolute !important;
        z-index: 20000 !important;
        color: red !important;
        padding-left:5px !important;
        margin-right: 180px !important;
        margin-top: -180px !important;
        font-size: 10px !important;
        font-weight: bold !important;
        float: left !important;
        width: 420px !important;
    }

    .qrious {
        position: absolute !important;
        z-index: 20000 !important;
        background: red !important;
        margin-top: 376px !important;
        margin-right: -110px !important;
        height: 100px !important;
        width: 100px !important;
    }
    .student-details-card-qrious{
        position: absolute !important;
        z-index: 20000 !important;
        background: red !important;
        margin-top: -125px !important;
        margin-right: 50px !important;
        height: 100px !important;
        width: 100px !important;
    }

    /*.card_icon {*/

    /*    display: inline-block !important;*/
    /*    font-size: 15px !important;*/
    /*}*/

    .card_foter_child {
        display: block !important;
        margin-top: 0px !important;
        height: 20px !important;
        color: #2B2B2B !important;
        font-size: 18px !important;
    }

    .card_foter {

        display: inline-block !important;
        position: absolute !important;
        z-index: 80000 !important;
        width: 100% !important;
        margin-right: -345px !important;
        margin-top: 390px !important;
        font-size: 18px !important;
    }

    .card_foter_child p {
        font-size: 16px !important;
        display: inline-block !important;
        width: 260px !important;
        text-align: right !important;
        padding-right: 5px !important;
        height: 20px !important;
    }

    .card_student_name {

        position: absolute !important;
        z-index: 2000 !important;
        margin-top: -230px !important;
        color: white !important;
        display: block !important;
        font-size: 12px !important;
        font-weight: bold !important;
        width: 180px !important;
    }

    .card_stuff_name {
        position: absolute !important;
        z-index: 2000 !important;
        margin-top: -230px !important;
        padding-right: 10px !important;
        color: white !important;
        display: block !important;
        font-size: 10px !important;
        font-weight: bold !important;

    }



    .mtable {
        display: none;
    }

    .by_arsh_in_attendace {
        display: none;
    }
    .none{

        display: none !important;
    }

    .attendance_header{
        display: flex !important;
    }

    .mailbox-read-message{
        white-space: pre-wrap !important;
        text-align: right !important;
    }

    /*table {*/
    /*    border-collapse: collapse !important;*/
    /*    border-radius: 5px !important;*/
    /*    overflow: hidden !important;*/
    /*}*/

    /*tr {*/
    /*    padding: 1em;*/
    /*    background: #F4F6F9 !important;*/
    /*    !* background: white; *!*/
    /*    border-bottom: 2px solid white !important;*/

    /*}*/
    /*span{*/

    /*    font-size: 10px !important;*/
    /*    color: #858d84 !important;*/
    /*}*/

    p{
        display:block !important;
    }
    .print-table th{
        border-radius: 0px !important;
        background-color: #f4f6f9 !important;
        border-color: white !important;
    }
    .receipt-table th{
        border-radius: 0px !important;
        background-color: #f4f6f9 !important;
        text-align: right !important;
        border-color: white !important;
        padding-right: 20px !important;
    }
    .print-table td{
        border-radius: 0px !important;
        background-color: #f4f6f9 !important;
        border-color: white !important;
        border-color: white !important;

    } .receipt-table td{
          border-radius: 0px !important;
          background-color: #f4f6f9 !important;
          text-align: center !important;
          border-color: white !important;
          border-color: white !important;
      }
    .confrim{

        font-size: 10px !important;
        padding-top: 40px !important;
        display: block !important;
    }
    .receipt_signature{
        margin-top: 60px !important;
        padding-top: 10px !important;
        color: #858d84 !important;
        border-top:0.5px ridge #858d84 !important;
        width: 150px !important;
        font-size: 16px !important;
        text-align: center !important;


    }
    .landscape-signature{
        margin-top: 60px !important;
        padding-top: 10px !important;
        color: #858d84 !important;
        border-top:0.5px ridge #858d84 !important;
        width: 150px !important;
        font-size: 12px !important;
        text-align: center !important;
        display: inline-block !important;


    }
    .provision_logo {
        z-index: 200 !important;
        margin-top: 5px !important;
        float: right !important;
        height: 40px !important;
        width: auto !important;
        margin-right: 0px !important;
        opacity: 0.3 !important;


    }

    .footer-font-size{
        font-size: 18px !important;
    }
    .landscape-table{
        font-size: 10px !important;
    }

    /*table {*/
    /*    table-layout: fixed !important;*/
    /*}*/

    /*th,*/
    /*td {*/

    /*    width: auto !important;*/
    /*    overflow: hidden !important;*/
    /*}*/

    /*td {*/
    /*    border: 1px black solid !important;*/
    /*    padding: 5px !important;*/
    /*}*/
    /*th {*/
    /*    border: 1px black solid !important;*/
    /*    padding: 5px !important;*/
    /*}*/
    .rotate {
        text-align: center !important;
        white-space: nowrap !important;
        vertical-align: middle !important;
        width: 1.5em !important;
    }
    .rotate div {
        -moz-transform: rotate(90.0deg) !important;  /* FF3.5+ */
        -o-transform: rotate(90.0deg) !important;  /* Opera 10.5 */
        -webkit-transform: rotate(90.0deg) !important;  /* Saf3.1+, Chrome */
        filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083) !important;  /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)" !important; /* IE8 */
        margin-left: -10em !important;
        margin-right: -10em !important;
    }

    * {

    @include box-shadow(none);
    @include text-shadow(none);
    }

    /*.attendance_table{*/
    /*    width: 100% !important;*/
    /*    max-width: 100% !important;*/
    /*    margin-bottom: 1rem !important;*/
    /*    background-color: transparent !important;*/
    /*}*/
    /*#attendance_table th,td{*/
    /*    width: 50px !important;*/
    /*}*/

    /*.attendance_table td, .attendance_table th {*/
    /*    padding: .50rem !important;*/
    /*    vertical-align: top !important;*/
    /*    !*border-top: 1px solid #dee2e6*!*/
    /*}*/

    /*.attendance_table thead th {*/
    /*    vertical-align: bottom !important;*/
    /*    !*border-bottom: 2px solid #dee2e6*!*/
    /*}*/

    /*.attendance_table tbody + tbody {*/
    /*    !*border-top: 2px solid #dee2e6*!*/
    /*}*/

    /*.attendance_table .attendance_table {*/
    /*    background-color: #fff*/
    /*}*/

    /*.table-sm td, .table-sm th {*/
    /*    padding: .3rem !important;*/
    /*}*/

    /*.attendance_table {*/
    /*    border: 1px solid #dee2e6 !important;*/
    /*}*/

    /*.attendance_table td, .attendance_table th {*/
    /*    border: 1px solid #dee2e6 !important;*/
    /*}*/

    /*.attendance_table thead td, .attendance_table thead th {*/
    /*    border-bottom-width: 2px !important;*/
    /*}*/
    #print-box{
        overflow-y: hidden !important;
        overflow-x: hidden !important;
    }


    /*footer{*/
    /*    color: #858d84 !important;*/
    /*    border-top:  0.1px solid #818181 !important;*/
    /*    padding-top: 10px !important;*/
    /*    width: 1500px !important;*/
    /*    margin-top: 300px !important;*/
    /*    display: block !important;*/



    /*    !*display: none !important;*!*/
    /*}*/
    .landscape-footer{
        color: #858d84 !important;
        border-top:  0.1px solid #818181 !important;
        padding-top: 10px !important;
        width: 1500px !important;
        margin-top: 20px !important;
        display: block !important;



        /*display: none !important;*/
    }
    .table-100{
        width: 100px !important;
    }
    .table-80{
        width: 80px !important;
        text-align: center !important;
    }
    .table-40{
        width: 10px !important;
    }
    .table-70{
        width: 70px !important;
    }
    .table-110{
        width: 110px !important;
    }
    .table-120{
        width: 120px !important;
    }
    .table-150{
        width: 150px !important;
    }

    .header-font{

        font-size: 16px !important;
    }

    .result-a5{

        border: none !important;
        width: 100% !important;
        padding: 5px !important;
        border-radius: 0px !important;
        text-align: right !important;
        display: inline-block !important;
        vertical-align: middle !important;
        position: relative !important;
         height: 1400px !important;
        overflow-y: hidden !important;
        overflow-x: hidden !important;
      

    }
    .rotate {
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        /*width: 1.8em;*/
    }
    .rotate div {
        -moz-transform: rotate(90.0deg);  /* FF3.5+ */
        -o-transform: rotate(90.0deg);  /* Opera 10.5 */
        -webkit-transform: rotate(90.0deg);  /* Saf3.1+, Chrome */
        filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
        /*margin-left: -10em;*/
        /*margin-right: -10em;*/
        padding-right: 2px !important;
    }



 .user-account-table{
     
     font-size: 17px!important;
 }

    #header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
    }
    #footer {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;

    }
    /*#content{*/
    /*    padding-top: 100px !important;*/
    /*}*/

    *{
        overflow-y: hidden !important;
        overflow-x: hidden !important;
    }
}