﻿
.items {
    min-height: 400px;
}
.services {
    padding:0 0 50px;
}
.no-results{
    min-height: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.servListSection .filter-tag {
    border: none;
    position: relative;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 14px;
    color: var(--Colors-Gray-700);
}
  
.servListSection .filter-tag:hover,
.servListSection .filter-tag.active {
    background-color: transparent;
}

/* .servListSection .filter-tag:hover svg path.yellow,
.servListSection .filter-tag.active svg path.yellow {
    fill: var(--Colors-Gold-300);
} */

.servListSection .filter-tag:hover::after,
.servListSection .filter-tag.active::after {
    content: '';
    height: 3px;
    width: calc(100% - 24px);
    background-color: var(--Colors-SA-600);
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.pagination li .page-link:focus,
.pagination li .page-link {
    background: none;
    outline: none;
    box-shadow: none;
    border: none
}

.pagination {
    gap: 8px;
}

.pagination li .page-link {
    position: relative;
    color: var(--Colors-Gray-600);
}

.pagination li .page-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    height: 3px;
    background-color: var(--Colors-SA-400);
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

.pagination li .page-link:hover {
    background-color: var(--Colors-whaite);
    border-radius: 4px;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
