.content-header {
	padding-inline: 12px;
}

.man-footer {
	background: #e9e9e9;
	color: #869099;
	padding: 1rem;
	position: fixed;
	right: 741px;
	bottom: 0px;
}

.card {
    border-radius: 15px;
}

.left-rounded {
    border-start-start-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
}

.right-rounded {
    border-start-end-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

.page-item:first-child .page-link {
    margin-left: 0 !important;
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
}

.page-item:last-child .page-link {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

.card-header {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.page-link {
    position: relative !important;
    display: block !important;
    padding: 0.4rem 0.5rem !important;
    margin-left: -1px !important;
    line-height: 1rem !important;
    color: #17a2b8 !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
}

.vertical-center {
    position: absolute;
    top: 30%;
    right: 0;
}

