<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cert_profile_divider {
    background-color: #9E9E9E;
    display: none;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    padding-top: 5px;
}

#table1 {
    visibility:collapse;
    font-family: sans-serif;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.top_separator{
    height:288px;
}

#header_img_moh {
    width: 29%;
    margin-top: 5px;
}

#header_img_rbc {
    width: 56%;
}

.cert_divider {
    border-top: 1.5px solid #bbb;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#cert_title {
    font-size: 25px;
    font-weight: 900;
}

.cert_intro {
    font-size: 20px;
    color:#006db6;
}

.cert_header {
    text-align: center;
    padding-bottom: 1.5px;
}

#cert_preview_btn {
    display: none;
}

#cert_download_btn {
    display: none;
}
#inner_download_btn {
    text-transform: capitalize;
}


.table_doses {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 76%;

}

.table_doses td{
    border: 2px solid rgb(200, 200, 200);
    padding: 10px 0;
    width: 10rem;

}

.table_doses th{
    background-color: #7f8084;
    color: #fff;
    padding: 6px;
    text-align: center;
}

.profile_text {
    font-size: 16px;
    font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
    color: #006db6;
}

.dynamic_fields {
    font-size: 18px;
    color: #006db6;
    font-weight: 800;
}

.divs_left_profile {
    padding-bottom: 15px;
}
.basic_profile {
   text-align: center;
   margin-top: 8px;
}

#qr_output{
    padding-top: 1px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
#qr_output_eu{
    padding-top: 1px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

div#qr_output img{
    border: 4px solid rgb(255, 255, 255);
    margin-left: auto;
    margin-right: auto;
    width: 73.5%;
}

div#qr_output_eu canvas{
    width: 150px;
}

#table_cert_credentials {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 95%;

}

div.credentials_column img{
    margin-left: auto;
    margin-right: auto;
    width: 73%
}

#table_cert_credentials td{
    padding: 1px 0;
    width: 25%
}

.cert_footer{
    text-align: center;
    font-size: 14px;
    font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
    color: #006db6;
}

#bottom_separator {
    /*height : 100px*/
}

#mobile_qr_card {
    display: none;
}

@media only screen and (min-width: 840px) {
    #cert_preview_btn {
        display: none;
    }
}

@media only screen and (max-width: 840px) {

    /* .imigongo {
        height: 135px
    } */

    section {
        padding: 20px 0;
    }

    /* .section-title {
        padding-bottom: 1px;
    }

    .section-title p {
        font-size: 24px;
    }

    .section-title h2 {
        font-size: 12px;
    }

    .contact .info h4 {
        font-size: 18px;
    }

    .contact .info p {
        font-size: 12px;
    } */

    .mobile-nav-toggle i {
        display: none;
    }

    .top_separator{
        height:105px;
    }

    #cert_title {
        font-size: 12px;
        font-weight: 900;
    }

    .cert_intro {
        font-size: 12px;
        color:#006db6;
    }

    .cert_header {
        text-align: center;
        padding-bottom: 2px;
    }
    .cert_generate_btn {
        display: none !important;
    }

    .cert_preview_btn {
        display: block !important;
    }

    .dynamic_fields {
        font-size: 10px;
        color: #006db6;
        font-weight: 800;
    }

    .divs_left_profile {
        padding-bottom: 10px;
    }

    .basic_profile {
       text-align: center;
       margin-top: 4px;
    }

    .profile_text {
        font-size: 9px;
        font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
        color: #006db6;
    }

    /* .email {
        display: none;
    }

    .phone {
        margin-top: 15px !important;
        margin-bottom: 14px;
    }

    #results_table_header{
        display: none;
    }

    .card {
      box-shadow: 0 18px 0 12px rgba(0,0,0,0.4);
      transition: 0.3s;
      width: 85%;
      padding: 8px 16px;
      margin: auto;
    }

    #mobile_qr_card {
        display: block;
    }

    #qr_output_mobile{
        width: 100%;
        margin-left: 2%;
    } */

    .table_doses {
        text-align: center;
        width: 62%;
        margin-left: auto;
        margin-right: auto;
    }

    .table_doses td{
        border: 2px solid rgb(200, 200, 200);
        padding: 5px 0;
        width: 4rems;

    }

    .table_doses th{
        font-size:10px;
    }

     #qr_output{
        padding-top: 2px;
        padding-bottom: 1px;
        margin-left: auto;
        margin-right: auto;
    }
    #qr_output_eu{
            padding-top: 2px;
            padding-bottom: 1px;
            margin-left: auto;
            margin-right: auto;
        }

    div#qr_output img{
        border: 4px solid rgb(255, 255, 255);
        width: 111px;
        margin-left: auto;
        margin-right: auto;
    }

    .cert_footer{
        text-align: center;
        font-size: 12px;
        font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
        color: #006db6;
    }

    #bottom_separator {
        height:10px;
    }
}


@media print {
/*
html, body {
    height:100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }
*/
    #table1{
        visibility:visible;
    }
    #header {
       display:none!important;
    }
    #main {
       display:none!important;
    }
    #footer {
       display: none !important;
    }
    .mobile-nav-toggle {
        display:none!important
    }

    .cert_download_btn {
        display: none !important;
    }
    .show_profile_btn {
        display: none !important;
    }

    #qr_output{
        padding-top: 35px;
        padding-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    #qr_output_eu{
        padding-top: 35px;
        padding-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    div#qr_output img{
        border: 10px solid rgb(255, 255, 255);
    }

    .top_separator{
        height:190px;
    }

    .table_doses {
        text-align: center;
        width: 62%;
        margin-left: auto;
        margin-right: auto;
  }
  .back-to-top{
    display: none !important;
  }
}</pre></body></html>