@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300&display=swap'); .inner-bind {
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0;
    padding: 0px;
    color: #000;
    height: 700px;
    position: relative;
    overflow: hidden;
    width: 600px;
    background: transparent;
    z-index: 1;
    margin-top: 15px;
}

.inner-bind * {
    font-family: 'SolaimanLipi', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.generate-photocard{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.pdg-frame {
    background: url('https://chapaibarta.com/wp-content/themes/Chapai-News-Themes/img/chapai-frame.png');
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.pdg-logo {
}

.pdg-logo img {
}

.pdg-thumbnail {
    width: 100%;
    margin-bottom: 20px;
    position: absolute;
    background: #fff;
    top: 100px;
    left: 0;
    right: 0;
    height: 302px;
    text-align: center;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdg-thumbnail img {
    height: 100%;
    width: auto;
}

.pgd-date {
    position: absolute;
    z-index: 444;
    top: 40px;
    right: 10px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #474b58;
}

.pgd-cat {
    position: absolute;
    top: 39px;
    right: 170px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #007ee3;
}

.pgd-content {
    position: absolute;
    top: 403px;
    left: 15px;
    right: 15px;
    height: 170px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    z-index: 1;
}

.pgd-title {
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.loader-section {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffffb8;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -150px;
    margin-left: -50px;
}

.view-photocard {
    display: none;
}

.view-photocard .prev-photocard {
}

.view-photocard .prev-photocard img {
}

.view-photocard .pgd-action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 80px;
}

.view-photocard .download-btn {
    display: block;
    width: max-content;
    padding: 10px 20px;
    background: #036fc7;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s;
}

.view-photocard .download-btn:hover {
    background: #0383e9;
}

.view-photocard .download-btn:active {
    background: #000;
}

.view-photocard .back-btn {
    text-decoration: none;
}

.view-photocard .back-btn:hover {
}

.view-photocard .back-btn:active {
}

@media only screen and (max-width: 480px) {
    .print-header .print-date {
        font-size:14px;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
