﻿body {
    overflow-x: hidden;
}

.body-no-scroll {
    overflow-y: hidden;
}

.align-center {
    text-align: center;
}

.admin-page #content {
    background: #fcfcfc;
}

.rmd-container,
.rmd-container-dashboard {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 1248px;
}

.filters-container-mobile .rmd-container {
    padding-right: 0;
    padding-left: 0;
}

.paymentTypeOrAmount {
    border-radius: 8px;
    box-shadow: 0px 7px 30px #aaaaaa30;
    background: #fff;
    margin-bottom: 15px;
}

    .paymentTypeOrAmount p {
        padding: 15px 10px 15px 10px;
        color: #222;
        font-weight: 600;
        font-family: var(--primary-font-family);
    }

@media (min-width: 861px) {
    .rmd-container-dashboard {
        padding-right: 0;
        padding-left: 0;
    }
}
.svg-icon {
    display: inline-block;
    margin-right: 4px;
    width: 24px;
    text-align: center;
}

    .svg-icon svg {
        display: inline-block;
        position: relative;
        /*margin-top: -3px;*/
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }

        .footer-list a:not(.btn):hover svg {
            fill: #146ca9;
        }

a {
    cursor: pointer;
}

@media (min-width: 861px) {
    a:hover {
        text-decoration: underline;
    }
}

/* Pagination Desktop View */
ul.pagination {
    float: left;
    width: 100%;
    padding: 15px 10px;
    margin: 24px 0 !important;
    background: #f8f8f8;
    text-align: center;
    border: 1px solid #e8e8e8;
    display: flex !important;
    justify-content: center;
}

    ul.pagination li {
        float: none;
        display: inline-block;
        line-height: 100%;
        height: auto !important;
        margin-left: 20px !important;
    }

        ul.pagination li.current a,
        ul.pagination li.current a:hover
        {
            background: var(--primary-bg-color);
            color: #fff;
        }

            ul.pagination li.arrow a {
                background: #e2e2e2;
                color: #444;
            }

                ul.pagination li.arrow a:hover {
                    background: var(--primary-bg-color);
                    color: #fff;
                }

        ul.pagination li a {
            color: #888;
            font-size: 14px;
            line-height: 100%;
            padding: 6px 10px !important;
        }

            ul.pagination li a:hover,
            ul.pagination li.arrow.unavailable a {
                text-decoration: none;
                background: #e2e2e2;
                color: #444;
            }

        ul.pagination li span {
            line-height: 100%;
        }

            ul.pagination li span span,
            ul.pagination li.page-count {
                display: none;
            }

#content .row.paymentMobile {
    margin: 28px 0 70px 0;
}

.paymentMobile .buy-credit {
    border-bottom: none;
}

.assumptionText {
    font-size: 13px;
    color: grey;
    margin-top: 70px;
    text-align: center;
}

.pagination-arrow,
.pagination-ellipsis {
    display: block;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    line-height: 100%;
    padding: 6px 10px;
    color: #444;
}

.pagination-arrow {
    background: #e2e2e2;
}

/* Pagination Mobile View */
@media (max-width: 640px) {
    .notification_info {
        margin: 0 0 10px 0;
        padding-bottom: 8px !important;
    }

        .notification_info .columns {
            padding: 0 !important
        }

    ul.pagination {
        border-radius: 0px;
        border-left: 0px;
        border-right: 0px;
        padding: 15px 3px;
    }

        ul.pagination li {
            margin: 0px;
            height: auto !important;
        }

            ul.pagination li.arrow,
            ul.pagination li span span,
            ul.pagination li.page-count {
                display: inline-block;
            }

                ul.pagination li.arrow a {
                    background: var(--primary-bg-color);
                    color: #fff;
                    font-size: 16px !important;
                    line-height: 1.2;
                    padding: 0.2rem 0.7rem !important;
                }

            ul.pagination li:first-child {
                float: left;
                margin-left: 0px !important
            }

            ul.pagination li.page-count {
                margin-top: 8px;
            }
}

/* Loader */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

html .fa-circle-o-notch {
    display: none;
}

.fa.loader {
    position: fixed;
    text-align: center;
    z-index: 1100;
    font-size: 1.3rem;
    line-height: 38.5px;
    width: 38px;
    height: 38px;
    padding: -1px;
    top: 40%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.30);
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.loader-inline .fa-circle-o-notch {
    display: none;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


/* Utility Classes */
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}

/* Searchbar */
.searchbar {
    float: left;
    width: 100%;
    padding: 20px 0;
}
    .searchbar form {
        float: left;
        width: 100%;
    }

    .searchbar.secondarybg {
        background: #e6ecf0 !important;
    }

    .searchbar form input, .searchbar form select {
        float: left;
        border: 1px solid rgba(0,0,0,0);
        font-size: 14px;
        height: 37px;
        line-height: 100%;
        box-shadow: none;
    }

    .searchbar form input {
        width: calc(100% - 477px);
        margin-right: 10px;
        border-radius: 4px;
    }

    .searchbar form select {
        width: 200px;
        padding-left: 20px;
        border-radius: 4px;
    }

    @supports (-moz-appearance: none) {
        .searchbar form select {
            padding-left: 26px;
        }
    }

        .searchbar form select#search-county {
            background: url('../../img/icon-searchbar-location.png') no-repeat 8px center #fff;
            margin-right: 10px;
        }

        .searchbar form select#search-category {
            background: url('../../img/icon-searchbar-category.png') no-repeat 8px center #fff;
        }

    .searchbar form button {
        padding: 0 15px !important;
        margin: 0 0 0 10px;
        float: left;
        font-size: 18px;
        height: 37px;
        width: 46px;
        background: #2986c8 !important;
    }
        .searchbar form button:hover {
            background: #2e95df !important;
        }

        .searchbar form button span {
            margin: 0px;
        }

#btn-search:hover svg,
.svg-icon-search svg {
    fill: #999;
}

.svg-icon-search {
    position: relative;
    width: 18px;
    height: 18px;
}

.svg-icon-search svg {
    top: -2px;
    left: -1px;
    width: 18px;
    height: 16px;
}

@media (min-width: 861px) {
    #btn-search:hover svg,
    .svg-icon-search svg {
        top: -1px;
        left: -3px;
        fill: #fff;
    }
}


/* notifications */
.notification-header {
    display: flex;
    align-items: center;
    padding: 8px 0;
    gap: 0 20px;
    font-weight: bold;
}
.notification-actions {
    display: flex;
    justify-content: space-around;
    padding: 16px 24px;
}
.notification-content,
.notification-content button {
    font-family: var(--primary-font-family);
}
.notification-bell {
    display: inline-block;
    margin: 0 0 8px 16px;
}
.svg-icon-bell {
    width: 2rem;
    height: 3rem;
}
.svg-icon-bell svg {
    width: 2rem;
    height: 3rem;
    fill: #06a;
}


/* Searchbar Mobile View */
@media (max-width: 860px) {
    .searchbar {
        position: fixed;
        top: 52px;
        padding: 12px 0;
        z-index: 26;
        display: none;
    }

        .searchbar.secondarybg {
            background: var(--primary-bg-color) !important;
        }

        .searchbar form input {
            width: 100%;
            border: none;
            border-radius: 4px;
            padding-left: 37px;
        }

        .searchbar #btn-search {
            border-radius: 2rem;
        }

        .searchbar form select {
            display: none;
        }

    .easy-autocomplete-container {
        width: 100%;
    }

    .searchbar form button {
        position: relative;
        margin-top: -37px;
        background: #fff;
        padding: 0 10px !important;
        margin-left: 0;
        width: auto;
        background: #fff !important;
    }

        .searchbar form button span {
            color: #888;
        }

    ul.pagination.radius {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    ul.listing li:last-child {
        border-bottom: none !important;
    }
}
/* Call to action buttons */
.cta-btn {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #1177bb;
    border: 1px solid #1177bb;
    padding: 0.625rem 0.625rem;
    color: #fff !important;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
    line-height: 1.1;
    font-family: var(--primary-font-family);
}

@media (min-width: 386px) {
    .cta-btn {
        font-size: 14px;
    }
}

@media (min-width: 481px) {
    .cta-btn {
        padding: 10px 12px;
    }
}

.cta-btn-primary,
.cta-btn-primary:hover {
    background-color: #e06720;
    border: 1px solid #e06720;
}

.cta-btn-primary-outline,
.cta-btn-primary-outline:hover {
    background-color: #fff;
    border: 1px solid #e06720;
    color: #e06720 !important;
}

.cta-btn-secondary,
.cta-btn-secondary:hover {
    background-color: #5DB420;
    border: 1px solid #5DB420;
}

.cta-btn-secondary-outline,
.cta-btn-secondary-outline:hover {
    background-color: #fff;
    border: 1px solid #5DB420;
    color: #5DB420 !important;
}

.cta-btn-tertiary,
.cta-btn-tertiary:hover {
    background-color: #1177bb;
    border: 1px solid #1177bb;
}

.cta-btn-tertiary-outline,
.cta-btn-tertiary-outline:hover {
    background-color: #fff;
    border: 1px solid #2e95df;
    color: #2e95df !important;
}

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1rem;
    padding: 1rem;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.page-title {
    font-size: 1rem;
    color: #222;
    font-weight: 600;
    font-family: var(--primary-font-family);
}

.account-right.myads .acc-title {
    padding-top: 5px;
}

@media (min-width: 641px) {
    .page-header {
        min-height: 100px;
        margin-bottom: 1rem;
        border-bottom: none;
    }

    .page-title {
        font-size: 24px;
    }
}

@media (min-width: 861px) {
    .page-header {
        border-radius: 8px;
        box-shadow: 0px 7px 30px #aaaaaa30;
    }
}

.account-right.myads .acc-title.radius {
    padding: 15px 4px 10px 4px;
}

.article-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1rem;
    padding: 1rem;
}

@media (max-width: 640px) {
    #content .account-right {
        min-height: 15rem;
    }

    .filter-box {
        align-items: center;
    }

    .filter-box b {
        width: 50% !important;
    }

    .filter-box div.input-container.medium-3 {
        width: 50%;
    }

    ul.pagination li {
        margin-left: 11px !important;
    }

    ul.pagination li a {
        color: #888;
        font-size: 14px;
        line-height: 100%;
        padding: 4px !important;
    }

    .pagination-arrow,
    .pagination-ellipsis {
        padding: 4px;
    }

    .paymentTypeOrAmount {
        margin-top: 10px;
    }
}

.empty-ads-list-text {
    margin: 3rem auto;
    font-family: var(--primary-font-family);
}

.page-header #btn-place-ad {
    display: none;
}

.filter-box {
    display: flex;
    flex-direction: column;
}

.filter-box b {
    margin-left: 13px !important;
}

@media (max-width: 860px) {
    .page-header #btn-place-ad {
        display: inline-flex;
    }
}

.page-header .svg-icon {
    width: 12px;
    margin-right: 6px;
}

    .page-header .svg-icon svg {
        width: 12px;
        margin-right: 6px;
        fill: #fff;
    }


.anz-grey-title {
    width: 100%;
    margin-bottom: 4px;
    text-align: center;
    line-height: normal;
    font-size: 13px;
    color: #a3a3a3;
}

.anz-grey-content {
    width: 100%;
    text-align: center;
    background: #dbdbdb;
}

.anz-content {
    width: 100%;
    text-align: center;
}

.anz-sticky-content {
    position: sticky;
    top: 10px;
    text-align: center;
}

.anz-search-970x250 {
    width: 970px;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

@media (min-width: 1280px) {
    .anz-search-970x250 {
        margin: 0 -5px;
    }
}

#filter-button-wrap {
    display: none;
}

/* notification popups */
.popup-check-list {
    margin-top: 16px;
}

@media (max-width: 320px) {
    .popup-check-list {
        display: none;
    }
}

.popup-check-list-title {
    font-weight: 600;
}

.popup-check-list p {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 8px;
}

@media (max-width: 380px) {
    .popup-check-list p {
        font-size: 13px;
    }
}

.icon-popup-check {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjNWRhNDIzIiBkPSJNNDM4LjYgMTA1LjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTI1NiAyNTZjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwbC0xMjgtMTI4Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwTDE2MCAzMzguNyAzOTMuNCAxMDUuNGMxMi41LTEyLjUgMzIuOC0xMi41IDQ1LjMgMHoiIC8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
}

#removeFavoriteNotification {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 25%;
    width: 80%;
    max-width: 600px;
    padding: 15px;
    margin: 0 auto;
    border: 0;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    outline: 9999px solid rgba(0,0,0,0.5);
    z-index: 999999;
}

.blocker {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
}

@media (max-width: 640px) {
    #filter-button-wrap {
        display: block;
    }

    #filter-section {
        display: none;
    }

    .btn-filters {
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #2986c8;
        border: 1px solid #2986c8;
        padding: 8px 8px;
        color: #fff !important;
        border-radius: 0.5rem;
        font-size: 13px;
        font-weight: 500;
        text-decoration: none;
        text-align: left;
        line-height: 1.1;
        font-family: var(--primary-font-family);
        float: left !important;
    }

        .btn-filters .icon-filters {
            top: 1px;
            margin-right: 6px;
        }

    .icon-filters {
        display: inline-block;
        position: relative;
        top: 3px;
        width: 14px;
        margin-right: 2px;
        text-align: center;
    }

        .icon-filters svg {
            max-width: 14px;
            width: auto;
            height: 14px;
            fill: #2e95df;
            margin: 0 auto;
        }

    .btn-filters svg {
        width: 14px;
        height: 14px;
        fill: #fff;
    }
}

/* campaign banner */
.campaign-banner {
    margin: 6px 10px 10px;
}

@media (min-width: 641px) {
    .campaign-banner {
        margin: 0 0 10px;
    }
}

/* info banner */
.info-banner {
    margin: 16px 10px;
    padding: 10px;
    border: 1px solid #ffdcb2;
    background: #fff3e5;
    border-radius: 4px;
    display: flex;
    gap: 16px;
}

.icon-info-warning svg {
    max-width: 24px;
    width: auto;
    height: 24px;
    fill: #ff8c00;
    margin: 0 auto
}

.info-banner-text {
    font-size: 13px;
    line-height: 1.5;
}

.info-banner-link {
    color: #ff8c00;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

.article-with-delivery {
    display: inline-block;
    padding: 4px 4px 4px 0;
    line-height: 18px;
}

    .article-with-delivery .svg-icon {
        position: relative;
        top: -2px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        margin-right: 0;
    }

        .article-with-delivery .svg-icon svg {
            width: 18px;
            height: 18px;
            fill: #17b;
            margin: 0 auto;
        }

.cl-consent-settings__btn {
    display: none !important;
}

@media (max-width: 640px) {
    .rmd-container-webcomp {
        padding-left: 0;
        padding-right: 0;
    }
}

/* margin fix for way2grow ads */
#content [id^=w2g-slot][style] {
    margin: 0 !important;
}
