

.pool-filter-column {
    padding: 32px;
    margin-top: calc(14vh);
    min-width: calc(20vw);
}

.pool-filter-column.megamenu {
    padding: 32px;
    margin-top: 0px;
    width: 100%;
}

.pool-filter-mega-container {
    display:flex;
    flex-flow:row;
}

/* filter */
.pool-filter-label {
    padding-bottom: 16px;
}

/* ----- */
.tag-link {
    cursor: pointer;
    padding-left: 16px;
}

/* ----- */
.tag-link-label {
    position:relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: black;
    width: fit-content;
    padding: 8px;
    padding-left:16px;
    padding-right:16px;
    border-radius: 100px;
    transition: all 0.8s cubic-bezier(.05, .69, .14, 1);
    padding-left: 1.925vw;
    white-space:nowrap;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 3.2vw;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .tag-link-label {
        padding-left: 32px;
    }
}

.tag-link-label.selected {
    color: rgb(222, 53, 100);
}

.tag-link-label:hover {
    background: rgba(0, 0, 0, 0.12);
}

.tag-link-label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 1.325vw;
    height: 1.325vw;
    margin: 0;
    margin-left:14px;
    border: 1px solid black;
    box-sizing: border-box;
    border-radius: 100px;
}

.tag-link-label.bold {
    font-weight: 700;
}

/* -- mega menu -- */
.megamenu .tag-link-label::before {
    content: '';
    position: relative;
    top: 0px;
    left: 0px;
    transform: none;
    width: 0px;
    height: 0px;
    border: 0px solid black;
}

.megamenu .tag-link-label {
    padding-left: 8px;
}

@media (max-width: 768px) {
    .tag-link-label::before {
        width: 24px;
        height: 24px;
    }
}

.tag-link-label.selected::before {
    border: 0px solid rgb(222, 53, 100);
    background-image: url(/public/images/aqc-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0px;
}

.tag-link-label.selected::after {
    /*border: 1px solid rgb(222, 53, 100);
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    right: 0;
    width: 1.125vw;
    height: 1.125vw;
    background-color: rgb(222, 53, 100);
    transform: translateY(-50%) scale(0.75);
    border-radius: 100px;*/
}

/**
 * menubar - set from the admin
 */
 .pool-taglist-menubar .tag-link-label::before {
    width: 0px;
    height: 0px;
    border: none;
}

.pool-taglist-menubar .tag-link-label.selected::before {
    width: 0px;
    height: 0px;
    border: none;
}
