﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,600;1,500&display=swap');
/* 20.05.2023 CB */
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Poppins', 'Mangal', 'sans-serif';
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

div:after {
    content: '';
    display: block;
    clear: both;
}

/*.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.page {
    width: 21cm;
    min-height: 29.7cm;
    padding: 2cm;
    margin: 1cm auto;
    border-radius: 5px;
    background: white;
    position: relative;
    z-index: 0;
}

.subpage {
    padding: 1cm;
    border: 5px red solid;
    height: 256mm;
    outline: 2cm #FFEAEA solid;
}

.page .absolute-img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

.absolute-page {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 60px 80px;
    z-index: 3;
}

.blank-height {
    height: 230px;
}

.center_head {
    width: 300px;
    position: relative;
    border: 4px double #000;
    text-align: center;
    margin: 0 auto;
}

    .center_head h3 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
    }

.mt-2 {
    margin-top: 2rem;
}*/
/* Table CSS */
/*.certayurved_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

    .certayurved_table td {
        padding: 2px 0;
        text-align: left;
        vertical-align: top;
        font-size: 13px;
    }

        .certayurved_table td strong {
            font-size: 13px;
        }

.certayurved_table_head {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
    font-size: 13px;
}

.certayurved_table2 td:nth-child(1) {
    width: 40%;
}

.certayurved_table2 td:nth-child(2) {
    width: 60%;
}

.bottomLogo img {
    text-align: center;
}

.bottomLogo img {
    margin: 0 auto;
    height: 100px;
}

.bottomText {
    text-align: center;
}

    .bottomText h5 {
        font-size: 14px;
        font-weight: 600;
    }

.photopass {
    height: 100px;
    width: 100px;
    border: 2px solid #000;
    position: absolute;
    right: 80px;
    top: 200px;
}

    .photopass img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

@page {
    size: A4;
    margin: 0;
}

@media print {
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
        position: relative;
    }
}

.btmlogo_area {
    width: 100%;
    margin: 0;
    padding-top: 80px;
}

.bottom_logo img {
    width: 110px;
    height: 110px;
}

.bottom_logo {
    width: 33.33%;
    float: left;
    text-align:center;
}

.sign_text {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    width: 33.33%;
    float: left;
}

.profile_pic {
    width: 33.33%;
    float: left;
}

.profile_pic img{
    width:110px;
    height:110px;
}*/

.bottom_logo {
	text-align: center;
}


