﻿

.cert-container {
    background: rgb(204,204,204);
}

.cert-page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
    font-family: sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

    .cert-page[size="A4"] {
        width: 21cm;
        height: 29.7cm;
    }

        .cert-page[size="A4"][layout="portrait"] {
            width: 21cm;
            height: 29.7cm;
        }

.cert-header {
    width: 100%;
    max-width: 100% !important;
}

.cert-text-img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.cert-text-c {
    font-size: 24px;
    color: dimgrey;
}

.cert-text-d {
    font-size: 32px;
    color: rgb(83, 139, 255);
    font-weight: bold;
}

.cert-text-e {
    font-size: 24px;
    color: rgb(83, 139, 255);
    font-weight: bold;
}

.cert-footer-wrapper {
    position: relative;
}

.cert-footer {
    width: 100%;
    max-width: 100%;
}

.cert-footer-comp-logo {
    position: absolute;
    bottom: 5px;
    left: 20px;
    max-width: 200px !important;
    max-height: 70px;
    width: auto !important;
}

.cert-footer-eve-logo {
    position: absolute;
    bottom: 10px;
    right: 20px;
    max-width: 200px !important;
}

.cert-margin-x {
    margin-left: 2cm;
    margin-right: 2cm;
}

.cert-margin-top {
    margin-top: 1cm;
}

.cert-margin-bottom {
    margin-bottom: 2cm;
}

@media print {
    .cert-container, .cert-page {
        margin: 0;
        box-shadow: 0;
    }
}
