/**
* Template Name: No Hassel Solutions
* Updated: April 23 2025 with Bootstrap v5.3.3
* Author: The Eclick Team
* License: https://www.eclicksoftwares.com/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://www.eclicksoftwares.com/
--------------------------------------------------------------*/
#edittag {
        max-width: 100%;
}

.order-pagination {
        margin-top: 20px;
        text-align: center;
}

.order-pagination a {
        display: inline-block;
        margin: 0 5px;
        padding: 6px 12px;
        border: 1px solid #ccc;
        text-decoration: none;
        color: #333;
}

.order-pagination a.active {
        background-color: #661e67;
        color: #fff;
        border-color: #661e67;
}

.order-filters {
        display: flex;
        gap: 10px;
}

.order-filters input,
.order-filters select,
.order-filters button {
        padding: 6px 10px;
}

.order-pagination a.active {
        font-weight: bold;
        text-decoration: underline;
}

.order-pagination a {
        margin: 0 5px;
}

.filter {
        background: #661e67;
        color: #fff;
        border-radius: 5px;
        border: #661e67;
        width: 112px;
}
.reset {
	background: #d20000;
	color: #fff;
	border-radius: 5px;
	border: #661e67;
	width: 112px;
	padding: 6px;
	text-align: center;
}