/*
 * Printer-friendly post (front.pages.post-print), after template/post print.html.
 */
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('../fonts/solaiman-lipi.eot');
    src: url('../fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('../fonts/solaiman-lipi.woff') format('woff'),
         url('../fonts/solaiman-lipi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    background: #fff;
    color: #000;
}

.macrosys_extrapage {
    padding: 1%;
    margin: 0 auto;
    width: 96%;
    max-width: 1100px;
    height: auto;
    overflow: hidden;
    font-family: 'SolaimanLipiNormal', sans-serif;
    font-size: 20px;
}

.print-padding {
    border: 1px solid #ddd;
    padding: 2%;
}

.print-logo {
    text-align: center;
}

.print-logo img {
    max-width: 40%;
    height: auto;
}

.print-title {
    font-size: 30px;
    color: #000;
    margin: 11px 0 8px;
}

.print-sub-title {
    font-size: 20px;
    color: #000;
    margin: 11px 0 8px;
}

.print-date {
    font-size: 17px;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    background: #eaefef;
    padding: 5px 0;
    border-bottom: 2px solid #ddd;
}

.main_content {
    overflow: hidden;
}

.print-image img {
    width: 50%;
    height: auto;
    float: left;
    margin: 0 20px 10px 0;
}

.print-details {
    text-align: justify;
    color: #000;
    line-height: 1.6;
}

/* Images, tables and embeds pasted into the body must not overflow the page. */
.print-details img,
.print-details iframe,
.print-details table {
    max-width: 100%;
    height: auto;
}

.macrosysPrint_footer {
    display: flex;
    margin: 17px 0 16px;
    border-top: 2px solid #030026;
    padding-top: 16px;
}

.printFooter-title {
    color: #000;
    font-size: 20px;
    padding-bottom: 7px;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    margin: 0 0 13px;
}

.printFooter-title::before {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: '';
    height: 3px;
    width: 10%;
    background: #030026;
}

.print-wrpp {
    padding: 0 10px;
    width: 50%;
}

.printFooter-address {
    font-size: 16px;
    color: #000;
}

.printFooter-address p {
    margin: 0 0 6px;
}

/* On-screen toolbar; never printed. */
.ak-print-actions {
    max-width: 1100px;
    width: 96%;
    margin: 12px auto 0;
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: 'SolaimanLipiNormal', sans-serif;
}

.ak-print-actions button {
    background: #05568a;
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: 8px 16px;
    font: inherit;
    font-size: 16px;
    cursor: pointer;
}

.ak-print-actions a {
    color: #05568a;
    font-size: 16px;
}

@media print {
    .ak-print-actions {
        display: none;
    }

    .macrosys_extrapage {
        width: 100%;
        padding: 0;
    }

    .print-padding {
        border: 0;
        padding: 0;
    }

    .print-title,
    .print-image,
    .macrosysPrint_footer {
        break-inside: avoid;
    }

    .print-date {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

@media (max-width: 600px) {
    .print-image img {
        width: 100%;
        float: none;
        margin: 0 0 10px;
    }

    .macrosysPrint_footer {
        flex-direction: column;
    }

    .print-wrpp {
        width: 100%;
        padding: 0;
    }
}
