:root {
    --swiper-theme-color: rgb(219,182,88);
}

.text-glow {
    color: #000;
    margin: 20px auto;
    text-shadow: 0 0 10px rgb(219 182 88 / 90%), 0 0 20px rgb(219 182 88 / 70%);
}

.bg-glow {
    box-shadow: 0 0 32px rgba(219,182,88,0.90), 0 0 60px rgba(219, 182,88,0.70);
}


.custom-range-js {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	cursor: pointer;
	border-radius: 5px;
	background: transparent;
	background: linear-gradient(to right, #dbb658 var(--range-fill), #d5d5d5 var(--range-fill));
}

.custom-range-js::-webkit-slider-runnable-track {
	height: 10px;
	background: transparent;
}

.custom-range-js::-moz-range-track {
	height: 10px;
	background: transparent;
}

.custom-range-js::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 28px;
	height: 28px;
	margin-top: -10px;
	border-radius: 50%;
	background-color: #fff;
	border: 3px solid #dbb658;
}

.custom-range-js::-moz-range-thumb {
	width: 28px;
	height: 28px;
	margin-top: -10px;
	border-radius: 50%;
	background-color: #fff;
	border: 3px solid #dbb658;
}

.custom-range-js:focus {
	outline: none;
}

.custom-range-js:focus::-webkit-slider-thumb {
	border-width: 4px;
	outline: 2px solid #dbb658;
	outline-offset: 4px;
}

.custom-range-js:focus::-moz-range-thumb {
	border-width: 4px;
	outline: 2px solid #dbb658;
	outline-offset: 4x;
}

.tox .tox-promotion-link,
.tox-statusbar__branding {
    opacity: 0;
}

.iti__country-list {
    max-width: 340px;
}

.swiper-slide {
    height: auto;
}

.site-main {
    scroll-behavior: smooth;
    scroll-padding-top: 75px;
}

.break-word {
    word-break: break-word;
}
.webShareModal {
    z-index: 5;
}

.toastify {
    background-color: #3c3c3c;
    background: -webkit-linear-gradient(180deg,#3c3c3c,#1c1c1c);
    background: linear-gradient(180deg,#3c3c3c,#1c1c1c);
}
.toastify.toast-error {
    background-color: #dc2626;
    background: #dc2626;
}
.toastify.toast-success {
    background-color: #16a34a;
    background: #16a34a;
}

.fade-away {
    animation: aniFadeAeay 5000ms linear 0ms 1 normal forwards;
}

@keyframes aniFadeAeay {
    75% {opacity:1}
    100% {opacity:0}
}

.inputLocation {
    padding-right: 40px;
}

.input-switch-dot {
    opacity: 0;
    animation: aniInputSwitchDot 900ms linear 0ms 1 normal forwards;
}
@keyframes aniInputSwitchDot {
    90% {opacity:0}
    100% {opacity:1}
}
.input-switch:checked ~ .input-switch-dot {
    transform: translateX(100%);
    background-color: #f59e0b;
}

.pac-container {
    border-radius: 0 0 5px 5px;
}
.pac-logo::after {
    display: none;
    background-image: none;
}

.site-header {
    z-index: 5;
}

#siteMenu {
    width:280px;
    max-width:90%;
    left: -200px;
    opacity: 0;
    z-index:10;
    pointer-events: none;
}

#siteMenuToggle:checked + div #siteMenu {
    left: 0;
    opacity: 1;
    pointer-events: auto;
}
#siteMenuToggle:checked + div #siteMenuOverlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    position: fixed;
    backdrop-filter: blur(3px);
    background-color: rgba(0,0,0,0.3);
}

#home-categories-slider .swiper-slide {
    width: 6rem;
}
#home-categories-slider .swiper-button-prev,
#home-categories-slider .swiper-button-next {
    background: rgba(255,255,255,0.75);
    border-radius: 4px;
    border: 1px solid #dbb658;
}
#home-categories-slider .swiper-button-prev::after,
#home-categories-slider .swiper-button-next::after {
    font-size: 1.75rem;
}
#home-categories-slider .swiper-scrollbar {
    bottom: 1px;
}
#home-categories-slider .swiper-scrollbar-drag {
    background: #dbb658;
}

.form-input {
    background-color: #ffffff !important;
    box-shadow: inset 0 0 0 50px #ffffff !important;
}

.form-input-no-arrows::-webkit-inner-spin-button,
.form-input-no-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.form-input-no-arrows {
    -moz-appearance: textfield;
}


/*.btn {
    line-height: 1;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
}*/

/*.btn:focus {
    outline-color: #ddb97c;
    outline-offset: 1px;
    outline-style: solid;
}*/

.btn-prev , .btn-next {
    line-height: 1;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
}
.btn-prev:focus {
    outline-color: #e1e1e1;
}

.btn-next {
    color: #ffffff;
    background-color: rgb(219,182,88);
    border-top: 2px solid rgb(222,189,104);
    border-bottom: 2px solid rgb(197,163,79);
}

.btn-prev {
    background-color: #d9d9d9;
}

.btn-login-with-google {
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center left 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z' fill='%234285F4'/%3E%3Cpath d='M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z' fill='%2334A853'/%3E%3Cpath d='M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z' fill='%23FBBC05'/%3E%3Cpath d='M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z' fill='%23EA4335'/%3E%3Cpath d='M1 1h22v22H1z' fill='none'/%3E%3C/svg%3E");
}

.btn-login-with-facebook {
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center left 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 40 40'%3E%3ClinearGradient id='a' x1='-277.375' x2='-277.375' y1='406.602' y2='407.573' gradientTransform='matrix(40 0 0 -39.7778 11115.001 16212.334)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230062e0'/%3E%3Cstop offset='1' stop-color='%2319afff'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M16.7 39.8C7.2 38.1 0 29.9 0 20 0 9 9 0 20 0s20 9 20 20c0 9.9-7.2 18.1-16.7 19.8l-1.1-.9h-4.4l-1.1.9z'/%3E%3Cpath fill='%23fff' d='m27.8 25.6.9-5.6h-5.3v-3.9c0-1.6.6-2.8 3-2.8H29V8.2c-1.4-.2-3-.4-4.4-.4-4.6 0-7.8 2.8-7.8 7.8V20h-5v5.6h5v14.1c1.1.2 2.2.3 3.3.3 1.1 0 2.2-.1 3.3-.3V25.6h4.4z'/%3E%3C/svg%3E");
}



/*.classifiedFilterSidebar {
    max-width: 90%;
    width: 290px;
    z-index: 5;
}
*/

/* single advert start */
#mediaSliderNavEl .swiper-slide {
    opacity: 0.5;
    width: 100px;
    height: 100px;
    cursor: pointer;
}
#mediaSliderNavEl .swiper-slide-thumb-active {
    opacity: 1;
    cursor: default;
}
/* single advert end */



#chatSidebar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 290px;
    max-width: 90%;
    background-color: #ffffff;
    z-index: 5;
    left: -290px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms, left 200ms;
}

#chatSidebarContent {
    position: relative;
    z-index: 5;
}
#chatSidebarToggle:checked + #chatSidebar {
    left: 0;
    opacity: 1;
    pointer-events: auto;
}
#chatSidebarToggle:checked + #chatSidebar #chatSidebarOverlay {
    display: inline-block;
    background-color: rgba(0,0,0,0.3);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
}

@media(min-width:768px){
    #chatSidebar {
        pointer-events: auto;
        position: static;
        width: 33.33%;
        opacity: 1;
        max-width: 100%;
        left: 0;
        z-index: 2;
    }
    #chatSidebar #chatSidebarOverlay {
        display: none;
    }
    #home-categories-slider .swiper-slide {
        width: 7rem;
    }
}

.filters-sidebar-overlay,
.sort-sidebar-overlay {
    opacity: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    pointer-events: none;
    background-color: transparent;
}
@media(max-width:1023.98px){
    .filters-sidebar,
    .sort-sidebar {
        z-index: 5;
    }
    .filters-sidebar .filters-sidebar-content,
    .sort-sidebar .sort-sidebar-content {
        top: 0;
        bottom: 0;
        z-index: 5;
        width: 280px;
        height: 100%;
        max-width: 90%;
        overflow-y: auto;
        margin-bottom: 0;
        position: absolute;
    }
    .filters-sidebar .filters-sidebar-content {
        left: -100%;
        transition: left 300ms ease;
    }
    .sort-sidebar .sort-sidebar-content {
        left: -100%;
        transition: left 300ms ease;
    }
    #filters-sidebar:checked + .filters-sidebar .filters-sidebar-content {
        left: 0;
    }
    #sort-sidebar:checked + .sort-sidebar .sort-sidebar-content {
        left: 0;
    }
    #filters-sidebar:checked + .filters-sidebar .filters-sidebar-overlay,
    #sort-sidebar:checked + .sort-sidebar .sort-sidebar-overlay {
        background-color: rgba(0,0,0,0.5);
        backdrop-filter: blur(3px);
        opacity: 1;
        cursor: pointer;
        pointer-events: auto;
    }
}

@media(min-width:1024px){
    .sort-sidebar {
        display: none;
    }
    .footerSocialIconsContainer {
        max-width: 99px;
    }
}

.slinky-menu-level {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 300ms ease-in-out;
}
.slinky-menu-level-checkbox:checked + .slinky-menu-level {
    transform: translate3d(0px, 0px, 0px);
}


.thread-reply-form-toggle + .thread-reply-form {
    display: none;
}
.thread-reply-form-toggle:checked + .thread-reply-form {
    display: block;
}

.thread-likes-checkbox + label .thread-likes-icon-filled,
.thread-likes-checkbox:checked + label .thread-likes-icon-outlined {
    display: none;
}

.thread-likes-checkbox:checked + label .thread-likes-icon-filled,
.thread-likes-checkbox + label .thread-likes-icon-outlined {
    display: block;
}


.thread-like-checkbox + span .thread-like-checkbox-filled,
.thread-like-checkbox:checked + span .thread-like-checkbox-outlined {
    display: none;
}

.thread-like-checkbox:checked + span .thread-like-checkbox-filled,
.thread-like-checkbox + span .thread-like-checkbox-outlined {
    display: inline-flex;
}

.thread-like-checkbox:disabled + span .thread-like-checkbox-loader {
    display: inline-block;
}
.thread-like-checkbox:disabled + span .thread-like-checkbox-outlined,
.thread-like-checkbox:disabled + span .thread-like-checkbox-filled {
    display: none;
}
.thread-like-checkbox + span .thread-like-checkbox-loader {
    display: none;
}

.choices__input:focus {
    box-shadow: none;
}

.wysiwyg-output p {
    margin-bottom: 0.75rem;
}
.wysiwyg-output ul {
    margin-bottom: 0.75rem;
}
.wysiwyg-output ol {
    list-style: auto;
    padding-left: 2rem;
}
.wysiwyg-output p + ul {
    margin-top: -0.5rem;
}
.wysiwyg-output ul li {
    position: relative;
    display: flex;
}
.wysiwyg-output ul li::before {
    content: "";
    display: inline-block;
    width: 1rem;
    flex-shrink: 0;
    height: 1rem;
    margin-right: 5px;
    margin-top: 4px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212121' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 8a5.5 5.5 0 0 1 8.25-4.764.5.5 0 0 0 .5-.866A6.5 6.5 0 1 0 14.5 8a.5.5 0 0 0-1 0 5.5 5.5 0 1 1-11 0'/%3E%3Cpath d='M15.354 3.354a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l7-7z'/%3E%3C/svg%3E");
}


@media (max-width: 640px) {
    #home-slider-2 .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 0.05rem; /* middle gutter ONLY /row-gap: 0.5rem; / vertical spacing unchanged */
        transform: none !important; /* prevent horizontal swipe gesture */
    }
    #home-slider-2 .swiper-slide {
        width: auto !important;
        max-width: none !important;
        margin-right: 0 !important;
        padding: 0;
        box-sizing: border-box;
        display: flex;
    }
    #home-slider-2 .swiper-slide > div,
    #home-slider-2 .swiper-slide a {
        width: 95%;
    }
    div[data-card="see-all"] {
        transform: translateX(50%);
    }
}



