/*----------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------ PAGINANTION -----------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------*/
.pagination_rounded,
.pagination_square {
    display: inline-block;
    margin-top: 0rem;
    margin-bottom: 3rem;
}

.pagination_rounded ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.pagination_rounded li:first-child {
    margin-left: 0px
}

.pagination_rounded ul li {
    float: left;
    margin-left: .2rem;
}

.pagination_rounded ul li a:hover {
    background: #4285f4;
    color: #fff;
    border: 1px solid #4285f4;
}
a:link {
    text-decoration: none
}

.pagination_rounded ul li a {
    float: left;
    color: #fff;
	background: #9ACD32;
    border-radius: 5px;
    line-height: 34px;
    height: 34px;
    width: auto;
    text-align: center;
    margin-bottom: 0px;
    border: 1px solid #9ACD32;
	padding-left: .7rem;	
	padding-right: .7rem;
}
.pagination_rounded .prv {
    margin-left: 0px;
    border-radius: 5px;
    width: auto;
    height: 34px;
    line-height: 34px;
	padding-left: .8rem;	
	padding-right: .8rem;	
}
.pagination_rounded .prv i {
    margin-right: 10px
}
.pagination_rounded .nxt {
    border-radius: 5px;
    width: auto;
    height: 34px;
    line-height: 34px;
	padding-left: .8rem;	
	padding-right: .8rem;
}
.visible-xs {
    display: none !important
}
.active-page{
	background: #fff !important;
	color: #9ACD32 !important;
}

.pagination-wrapper {
    margin: 30px 0;
    text-align: center;
}

.pagination {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 4px;
}

.pagination .page-item {
    display: inline;
}

.pagination .page-link {
    display: inline-block;
    padding: 8px 12px;
    background: #f8f9fa;
    color: #9ACD32;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s;
}

.pagination .page-item.active .page-link {
    background: #9ACD32;
    color: white;
    font-weight: bold;
}

.pagination .page-item.disabled .page-link {
    pointer-events: none;
    color: #ccc;
}



/* Extra small devices (phones, less than 576px) */
@media screen and (max-width: 364.98px) {
    /* Styles for extra small devices */
}


/* Extra small devices (phones, less than 576px) */
@media screen and (min-width: 365px) and (max-width: 575.98px) {
    /* Styles for extra small devices */
}

/* Small devices (phones, 576px and up) */
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for small devices */
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    /* Styles for medium devices */
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* Styles for large devices */
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    /* Styles for extra large devices */
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media screen and (min-width: 1400px) {
    /* Styles for extra extra large devices */
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------- END PAGINANTION ---------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------*/