/* _content/OnlineServices/Pages/VirtualCertificate.razor.rz.scp.css */

.flip-card[b-b4r803gj3r] {
    background-color: transparent;
    /*   width: 400px;
    height: 500px;*/
    /* width: 29vw;
    height: 63vh;*/
    /*perspective: 1000px;*/
}

.flip-card-inner[b-b4r803gj3r] {
    position: relative;
    /*  width: 100%;
    height: 100%;*/
    /*text-align: center;*/
    transition: transform 0.9s;
    transform-style: preserve-3d;
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    max-width: 360px;
    min-height: 550px;
    font-size: 14px !important;
}

.flip-Not-inner[b-b4r803gj3r] {
    position: absolute;
    /*  width: 100%;
    height: 100%;*/
    /*text-align: center;*/
    transition: none;
}

.header[b-b4r803gj3r] {
    min-height: 100px;
    max-height: 100px;
}

.organizationLog[b-b4r803gj3r] {
    height: 80px;
    max-height: 80px;
    position: absolute;
}

/*.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}*/

.flip-card-flip[b-b4r803gj3r] {
    transform: rotateY(180deg);
}

.flip-card-front[b-b4r803gj3r], .flip-card-back[b-b4r803gj3r] {
    position: absolute;
    /*  width: 100%;
    height: 100%;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front[b-b4r803gj3r] {
    /*background-color: #bbb;*/
    color: black;
    background-image: url("../images/Certificate/Front_Certificate.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.flip-card-back[b-b4r803gj3r] {
    /*background-color: #2980b9;*/
    /*background-color: white;*/
    color: black;
    transform: rotateY(180deg);
    background-image: url("../images/Certificate/Back_Certificate.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.container[b-b4r803gj3r] {
    position: relative;
    text-align: center;
}

.top-right-PeronalInfo[b-b4r803gj3r] {
    position: absolute;
    top: 45%;
    right: 15%;
    width: 80%;
    max-width: 80%;
}

.top-right-logo[b-b4r803gj3r] {
    position: absolute;
    top: 2%;
    right: 15%;
}



.top-left-PersonelPic[b-b4r803gj3r] {
    position: absolute;
    top: 18%;
    /* left: 15%;*/
    right: 15%;
    background-repeat: no-repeat;
}


.top-backText[b-b4r803gj3r] {
    position: absolute;
    top: 20%;
    text-align: right;
    right: 20%;
    background-repeat: no-repeat;
}

.top-text-Header[b-b4r803gj3r] {
    top: 10%;
    position: absolute;
    text-align: center;
    left: 40%;
}


.plaqueBox[b-b4r803gj3r] {
    text-align: end;
    background-image: url(/images/plaque.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 240px;
    max-width: 240px;
    height: 50px;
    padding-left: 28px;
    margin-top: 20px;
}

    .plaqueBox .twoDigit[b-b4r803gj3r] {
        padding-top: 10px;
        font-size: 25px;
        width: 45px;
        text-align: center;
    }

    .plaqueBox .threeDigit[b-b4r803gj3r] {
        padding-top: 10px;
        width: 70px;
        font-size: 25px;
        text-align: center;
    }

    .plaqueBox .charCode[b-b4r803gj3r] {
        padding-top: 10px;
        font-size: 25px;
        width: 30px;
        text-align: center;
    }

    .plaqueBox .iranCode[b-b4r803gj3r] {
        padding-top: 15px;
        font-size: 25px;
        width: 50px;
        text-align: center;
    }

    .plaqueBox .fiveDigit[b-b4r803gj3r] {
        padding-top: 5px;
        font-size: 18px;
        /*width: 80px;*/
        text-align: center;
    }

.card-image[b-b4r803gj3r] {
    z-index: -1;
    position: absolute;
    border-radius: 15px;
    border: 1px silver solid;
    max-width: 360px;
    max-height: 550px;
    width: 360px;
}

.card-image-front[b-b4r803gj3r] {
    background-image: url(../images/Certificate/Front_Certificate.png);
    background-repeat: no-repeat;
    height: 90vh;
    background-size: contain;
    background-position: center;
}

.card-image-back[b-b4r803gj3r] {
    background-image: url(../images/Certificate/Back_Certificate.png);
    background-repeat: no-repeat;
    height: 90vh;
    background-size: contain;
    background-position: center;
}

/*@media only screen and (max-width: 2024px) and (max-height: 1024px) {
    .card-image {
        height: 70vh;
        z-index: -1;
        position: absolute;
    }
}*/
/* typical phone screen resolution */
/*@media only screen and (max-width : 667px) {
    .card-image {
        height: 70vh;
        z-index: -1;
        position: absolute;
    }
}*/
/* portrait orientation */
/*@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {
    .card-image {
        z-index: -1;
        height: 70vh;
        position: absolute;
    }
}*/

.qrCode[b-b4r803gj3r] {
    width: 80px;
}

.qrCode2[b-b4r803gj3r] {
    width: 100px;
}

.opCerPage[b-b4r803gj3r] {
    width: 190mm;
    min-height: 270mm;
    padding: 10mm;
    margin: 10mm auto;
    margin-top: 0;
    padding-top: 0;
}

.border[b-b4r803gj3r] {
    border: 1px solid #000000 !important;
}
/* _content/OnlineServices/Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/

.primary-background[b-yh5upxxjl8] {
    background-color: #df9d39 !important;
}
/* _content/OnlineServices/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9bntz8h3mn] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9bntz8h3mn] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9bntz8h3mn] {
    font-size: 1.1rem;
}

.oi[b-9bntz8h3mn] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-9bntz8h3mn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9bntz8h3mn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9bntz8h3mn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9bntz8h3mn]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-9bntz8h3mn]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-9bntz8h3mn]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9bntz8h3mn] {
        display: none;
    }

    .collapse[b-9bntz8h3mn] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
