.btn {
    padding: 5px 30px;
}
.card-header-primary nav .flex.justify-between.flex-1{
    display: none;
}
.card-header-primary nav .flex.justify-between.flex-1 + .hidden{
    display: flex;
    justify-content: space-between;
}
.card-header-primary span.relative.z-0.inline-flex.shadow-sm.rounded-md{
    display: flex;
    margin-bottom: 20px;
    box-shadow: none !important;
}
.card-header-primary span.relative.z-0.inline-flex.shadow-sm.rounded-md a,
.card-header-primary span.relative.z-0.inline-flex.shadow-sm.rounded-md span {
    width: 40px;
    height: 40px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.position-relative {
    position: relative;
}
.clear-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
}

.page-link {
    color: #9c27b0 !important;
}

.page-item.active .page-link {
    color: #ffffff !important;
    background-color: #9c27b0 !important;
    border-color: #9c27b0 !important;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem #eacaf0 !important;
}

@media screen and (min-width: 980px) {
    .modal-content {
        width: 800px;
    }
}
