* {
    box-sizing: border-box;
}
ul{
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: 'Sgraffio';
    src: url(../../fonts/Sgraffio.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia';
    src: url(../../fonts/Georgia.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: OpenSans;
    src: url(../../fonts/OpenSans-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Nikosh;
    src: url(../../fonts/Nikosh.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.certificate-container{
 margin-top: 70px;
 background-image: url('/assets/img/bg/certificate_background.jpg');
 display: flex;
 flex-direction: column;
 justify-items: center;
 align-items: center;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.certificate{
    padding: 20px 0;
    /* height: 75vh; */
    height: 700px;
    position: relative;
    text-align: center;
}

.certificate .certificate-image{
    border-radius: 15px;
    padding: 5px;
    height: 100%;
}

.certificate .certificate-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.participant-name h6{
    font-family: Sgraffio;
    color: #be9031;
    margin-top: 50px;
    font-size: 38px;
    line-height: 32px;
}
.certificate-completion h6{
    font-family: Nikosh;
    font-size: 16px;
}

.certificate-course h6{
    font-family: OpenSans;
    color: #080808;
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
}

.certificate-detail h6{
    font-family: Open Sans;
    color: #080808;
    font-size: 14px;
    text-align: center;
}

.qr{
    position: absolute;
    right: 10px;
    bottom: 6%;
    transform: translate(-50%, -50%);
}
.certificate-date{
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -50%);
}
.certificate-date h6{
    font-size: 10px;
    color: #000000;
    font-family: Nikosh;
}


.certificate-list-section{
    margin-top: 50px;
}
.student-info{
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.student-name{
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
}
.student-name img{
    width: 50px;
    height: 50px;
    background-color: #111928
}
.student-additional-info{
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
}
.student-additional-info img{
    width: 50px;
    height: 50px;
    background-color: #111928
}
.student-additional-info h5{
    font-weight: 700;
    margin-bottom: 14px;
}
.student-additional-info .downloadBtn{
    border: none;
    padding: 5px 20px;
    border-radius: 5px;
    margin-bottom: 5px;
    background-color: #ddd;
    display: inline-block;
    color: #000;
}
.student-additional-info a{
    color: gray;
}
.view-all-credentials a{
    color: #07477D;
}
.certificate-issued-date{
    padding: 10px 20px;
}
.certificate-issued-date h6{
    color: gray;
    font-weight: 500;
    font-size: 14px;
}

.credential-share{
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 35px;
}
.credential-share h6{
    font-weight: 700;
    font-size: 18px;
}

.credential-share .read-more-btn{
    margin-left: 10px;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    color: #2563EB;
}
.rosette-img{
    width: 50px;
    height: 50px;
    background-color: #FACC15;
    border-radius: 50%;
    padding: 10px;
}
.rosette-img img{
    width: 100%;
    height: 100%;
}
.shared-icon{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 12px 0;
}
.shared-icon a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}
.shared-icon a.linkedin{
    background: #2563EB;
}
.shared-icon a.facebook{
    background: #3B82F6;
}
.shared-icon a.comment{
    background: #22C55E;
}

.shared-btn a{
    display: block;
    background-color: #2563EB;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    border-radius: 7px;
    font-weight: 800;
    margin-top: 20px;
    font-size: 14px;
}
.shared-btn a i{
    font-size: 25px;
    margin-right: 5px;
}

.verification-item ul li{
    list-style: none;
    font-size: 17px;
    margin: 10px 0;
    font-weight: 600;
    word-break: break-all;
}
.lead-academy-tm{
    margin: 12px 0;
}
.lead-academy-tm img{
    width: 50px;
    height: 50px;
    background-color: #111928
}
.lead-academy-tm h6{
    font-weight: bold;
}

.bg-custom-blue {
    background-color: rgb(37 99 235);
}

.bg-blue-500 {
    background-color: rgb(59, 130, 246);
}

.bg-green-500 {
    background-color: rgb(34, 197, 94);
}
.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34, 197, 94);
}
.text-yellow-500{
    color: rgb(234 179 8);
}

.transition-transform {
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.inherit-style {
    color: inherit;
    text-decoration: inherit;
}

.text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity));
}
.text-purple-500{
    color: rgb(168 85 247)
}

.bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.rounded-full {
    border-radius: 9999px;
}
/* all certificate css start */
.all-certificate-section{
    margin-top: 80px;
    margin-bottom: 70px;
}
.certificate-item{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 10px 0px 32px #ddd;
}
.certificate-item-header{
    position: relative;
}
.certificate-item-header img{
    width: 100%;
}
.certificate-item-header-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.certificate-item-header-text .participant h6{
    font-family: Sgraffio;
    color: #be9031;
    margin-top: 35px;
    font-size: 24px;
    margin-bottom: 2px;
}
.certificate-item-header-text .completion h6{
    font-size: 10px;
    margin-bottom: 2px;
}
.certificate-item-header-text .course h6{
    font-size: 12px;
}
.certificate-item-body{
    padding: 40px 20px;
}
.certificate-item-body h4{
    font-weight: 700;
    font-size: 18px;
}
.certificate-item-body a{
    display: block;
    background: #ddd;
    text-align: center;
    border-radius: 20px;
    padding: 5px 0;
    color: #444;
    font-weight: 600;
    font-size: 14px;

}
/* all certificate css end */

/* Modal Css Start */

.verification-content .verification-header p{
    font-size: 22px;
    font-weight: 600;
}
.verification-item.main-verification-item{
    border-bottom: 0px solid #ddd;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.verification-item{
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

.verification-item .icon-text span{
    font-size: 20px;
    font-weight: 700;
}
.verification-item .icon-text p{
    color: gray;
    font-size: 14px;
}
.verification-item.issuer-verified .icon-text p{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.la-icon{
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    font-weight: 600;
}
.verification-item.issuer-verified .icon-text h5{
    font-weight: 700;
}
.verification-item.issuer-verified .icon-text a{
    margin: 5px 0;
}
.verification-item .icon-text.blockchain-secured p{
    margin-bottom: 2px;
}

.verification-item.ethereum-address .icon-text h5{
    margin: 5px 0;
    font-weight: 600;
}

.verification-item.ethereum-address .icon-text p{
    color: #000;
    margin-bottom: 2px;
}


.closeVerificationBtn button{
    padding: 5px 15px;
    background: #FACC15;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
/* Modal Css End */



@media only screen and (max-width: 1024px) {}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .qr {
        right: 0px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {

    .certificate{
        padding: 20px 0;
        /* height: 40vh; */
        height: 300px;
        position: relative;
        text-align: center;
    }
    
    .certificate .certificate-image{
        border-radius: 15px;
        padding: 5px;
    }

    .participant-name h6 {
        margin-top: 53px;
        font-size: 22px;
        line-height: 0;
    }
    .certificate-completion h6 {
        font-size: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .certificate-course h6 {
        margin-top: 0px;
        font-size: 12px;
        line-height: 16px;
    }
    .certificate-detail h6 {
        font-size: 8px;
        margin-top: 0px;
        line-height: 0px;
    }
    .certificate-date h6 {
        font-size: 6px;
    }
    .qr {
        right: 1%;
        bottom: -4%;
    }
    .qr svg {
        width: 30px;
    }

    .student-info {
        margin-bottom: 30px;
    }
    .student-name img {
        width: 35px;
        height: 35px;
    }
    
    .student-additional-info img{
        width: 35px;
        height: 35px;
    }
    .student-additional-info h5 {
        margin-bottom: 7px;
        font-size: 13px;
    }
    .student-additional-info button {
        font-size: 11px;
        display: block;
    }
    .view-all-credentials a {
        font-size: 12px;
    }
    .view-all-credentials strong{
        display: block;
    }
    .credential-share h6{
        font-size: 18px;
    }
    .credential-share p {
        font-size: 12px;
        line-height: 15px;
    }
    .rosette-img {
        width: 40px;
        height: 40px;
        padding: 5px;
    }
    .verification-item ul li {
        font-size: 12px;
        margin: 8px 0;
    }
    .lead-academy-tm img{
        width: 35px;
        height: 35px;
    }
    .lead-academy-tm h6 strong{
        font-size: 16px;
    }
    .certificate-item-header-text .participant h6 {
        margin-top: 45px;
        font-size: 20px;
        margin-bottom: 0px;
    }
    .certificate-item-header-text .completion h6 {
        font-size: 8px;
    }
    .certificate-item-header-text .course h6 {
        font-size: 10px;
    }
}

