﻿div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    color: #425b76 !important;
}

ul.appLinks {
    margin-top: 25px !important;
}

@media (max-width:768px) {
    .collapse-left {
        text-align: left !important;
    }

    #matchCountDiv {
        float: none !important;
        text-align: center !important;
    }

    #topPager {
        display: none;
    }
    /*#countAndPageContainer {
                height: 40px !important;
            }*/
    .center-when-small {
        justify-content: center !important;
    }
}

@media (max-width:632px) {
    #matchCountDiv {
        margin: auto;
        margin-bottom: 10px;
    }

    #sortBySelector {
        margin-bottom: 15px;
    }
}

@media (max-width:550px) {
    #SortResultsBy {
        display: block !important;
    }

    .footer-top ul.list-icon.bullet li {
        margin: 5px 0px;
    }
}

.tagsStrong {
    font-size: 12px;
}

.page-link {
    color: black !important;
}

    .page-link:hover {
        cursor: pointer;
    }

.page-item.active .page-link {
    color: var(--white) !important;
    cursor: default;
}


.dropdown.bootstrap-select.form-control {
    position: relative;
}

    .dropdown.bootstrap-select.form-control:after {
        border: solid black;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        content: '';
        position: absolute;
        right: 15px;
        top: 13px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        pointer-events: none;
    }

    .dropdown.bootstrap-select.form-control button {
        padding-right: 30px;
    }

.dropup .dropdown-toggle::after {
    display: none;
}

.dropdown.bootstrap-select.form-control.dropup:after {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    content: '';
    position: absolute;
    right: 15px;
    top: 13px;
    transform: rotate(-135deg); /* Rotate the arrow in the opposite direction */
    -webkit-transform: rotate(-135deg);
    pointer-events: none;
}