*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.pagination-container {
    display: flex;
    
    gap: 10px;
    justify-content: end;
    align-items: center;
    margin-top: 10px;
    margin-right: 20px;
}
.page-item.active .page-link {
    background-color: #ffd21b;
    border-color: #ffd21b;
    color: black;
    background-color: #ffd21b;
    color: black;
    font-size: 18px;
    font-weight: 600;
    --bs-pagination-focus-box-shadow: 0 0 0 0rem white;
    
}
    

.page-link {
    color: #ffd21b;
    border-color: #ffd21b;
    font-size: 18px;
    font-weight: 600;
    margin: 5px;
    border-radius: 5px;
 }
.page-link:hover {
    background-color: #ffd21b;
    color: black;
}

.right-card{
    border: 1px solid #FFD21B33;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
    background-color: #ffffff;
}
.left-card{
    border: 1px solid #FFD21B33;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
    background-color: #ffffff;
}
.breadcrumb {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}
.title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.description {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.5;
}
.price {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}
.current-price {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-right: 10px;
}
.original-price {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}
.btn-buy {
    background-color: #ffd21b;
    color: black;
    font-size: 18px;
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.btn-buy:hover {
    background-color: #ffcc00;
}
.report-view-section{
    background-color: #f5f5f5;

}

@media(min-width:992px)
{
    .report-view-section{
        background-color: #f5f5f5;
        height: 395px;
    }
}
.license-report-heading{
    font-weight: 600;
    font-size: 22px;
    color:#333333;
}
.report-heading-content{
    font-weight: 600;
    font-size: 16px;
    color:#666666;
}
.license-report-section{
    border: 1px solid #FFD21B33;
    border-radius: 10px;
}
.View-butn:hover{
 background-color: #ffcc00;
 text-decoration: none !important;
}