.pagination-buttons .btn {
    margin: 0 5px;
    border-radius: 20px;
    font-weight: 500;
}

#pageInfo {
    font-size: 1rem;
    font-weight: bold;
    color: #c97413;
}

.page-jump-input {
    width: 60px;
    text-align: center;
    border-radius: 10px;
    margin-left: 10px;
}
.cardAdjust{
    margin-top: 1px;
    margin-left: 12px;
    margin-right: 12px;
}


.btn-success {
    font-weight: bold;
    border-radius: 8px;
}

.accordion-button:focus {
    box-shadow: none;
}

.profile-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #9a9a9a;
    background-color: #f0f0f0;
}

.profile-link i{
    position: relative;
    top: -6px;
    left: -5px;
    color: #d88209;
}

a.profile-link:hover{
    background-color: #fff !important;
}


.heading-style{
    color: #ee7d25 !important;
    font-weight: 500 !important;
    font-size: 1.35rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    padding-top: 10px;
    margin-bottom: 15px;
}
