.status-request .card-body {
    padding: 0.25rem !important;
}

.height-270 {
    height: 270px;
    min-height: 270px;
    overflow: auto;
}

.height-285 {
    height: 285px;
    min-height: 285px;
    overflow: auto;
}

.height-290 {
    height: 290px;
    min-height: 290px;
    overflow: auto;
}

.pagination-button {
    margin : 2px; /* Add non-breaking space */
}

#chartjs-cities-meeting-type-bar, #chartjs-category-tickets-info {
    height: 400px;  /* Adjust as needed */
    width: 525px !important;
}
#chartjs-client-type-horizontal-bar {
    height: 265px;  /* Adjust as needed */
}
#chartjs-connect-type-ratio-pie {
    height: 350px;  /* Adjust as needed */
}
.box-border-right {
    border-right: 1px solid #cfcfcf;
}