﻿
.ip-primary-text {
    color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.certificate-border {
    background: #fff;
    border: 20px solid transparent;
    background-clip: padding-box;
    position: relative;
}

#qrcode img {
    display: inline !important;
}

/*.certificate-border::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: linear-gradient(45deg, #b78449, #d4a574, #b78449, #d4a574, #b78449);
    border-radius: 20px;
    z-index: -1;
}*/

.ornate-border {
    border: 4px solid #b78449;
    border-image: repeating-linear-gradient(45deg, #b78449, #b78449 10px, #d4a574 10px, #d4a574 20px) 4;
    box-shadow: inset 0 0 20px rgba(183, 132, 73, 0.3);
}

.decorative-line {
    height: 2px;
    background: linear-gradient(to right, transparent, #b78449, transparent);
    margin: 20px 0;
}

.signature-line {
    border-bottom: 2px solid #b78449;
    width: 200px;
    height: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 5px;
}
.to-orange-100{
    background:#fff !important;
} 
.stamp-area {
    width: 200px;
    height: 120px;
    /*   border: 2px dashed #b78449;*/
    /* border-radius: 50%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*  background: rgba(183, 132, 73, 0.1);*/
}

    .stamp-area img {
        width:120px;
    }

@media print {
    .print-hidden {
        display: none !important;
    }

    @page {
        margin: 0;
    }

    .max-w-4xl {
        max-width: unset !important;
    }

    .mb-8 {
        margin-bottom: 1rem !important;
    }

    .top-8 {
        margin-top: 1rem !important;
    }

    .p-12 {
        padding: 0.5rem 3rem !important;
    }

    .bottom-8 {
        bottom: 0.5rem !important;
    }

    body {
        margin: 0;
        padding: 0;
        width: 297mm !important;
        height: 210mm !important;
        margin: 0 !important;
        padding: 15px !important;
        box-sizing: border-box !important;
    }

    @page {
        margin: 0;
    }

    .no-print {
        display: none;
    }
}
#preloader .loader .loader-icon{
    width:unset !important;
}