<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*--reset--*/ 
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;text-decoration:none;margin:0;padding:0}table{border-collapse:separate;border-spacing:0}blockquote:before,blockquote:after,q:before,q:after{content:""}*{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}:focus{outline:0}table{border-collapse:collapse;border-spacing:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}a{text-decoration:none;position:relative;color:#000}audio,video,canvas{max-width:100%}
 
/*------ nice-select------------------------------------------------*/
.nice-select{-webkit-tap-highlight-color:transparent;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:13px;font-weight:normal;font-weight:400;height:48px;line-height:48px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select:after{font-family:Font Awesome\ 5 Pro;content:"\f0d7";display:block;margin-top:-5px;pointer-events:none;position:absolute;right:18px;top:50%;font-weight:600;height:10px;line-height:10px;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{transform:rotateX(-180deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,0.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;width:100%;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(0.75) translateY(-21px);-ms-transform:scale(0.75) translateY(-21px);transform:scale(0.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(0.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(0.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:0;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}.nice-select .list::-webkit-scrollbar{width:0}.nice-select .list{margin-top:5px;top:100%;border-top:0;border-radius:0 0 5px 5px;max-height:210px;overflow-y:scroll;padding:52px 0 0}.nice-select.has-multiple span.current{float:left;font-size:10px;margin-bottom:3px;margin-right:3px}.nice-select.has-multiple .multiple-options{display:block;padding:0}.nice-select .nice-select-search-box{box-sizing:border-box;position:absolute;width:100%;margin-top:5px;top:100%;left:0;z-index:8;padding:5px;background:#FFF;opacity:0;pointer-events:none;border-radius:5px 5px 0 0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out}.nice-select .nice-select-search{box-sizing:border-box;background-color:#fff;border-radius:3px;box-shadow:none;color:#333;display:inline-block;vertical-align:middle;padding:7px 12px;margin:0 10px 0 0;width:100%!important;min-height:36px;line-height:22px;height:auto;outline:0!important}.nice-select.open .nice-select-search-box{opacity:1;z-index:10;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.no-search-select .nice-select-search-box{display:none}.nice-select.no-search-select .list{padding:0!important}
/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}
:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row &gt; * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.row-cols-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto &gt; * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 &gt; * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 &gt; * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 &gt; * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-sm-4 &gt; * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 &gt; * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 &gt; * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto &gt; * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 &gt; * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 &gt; * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 &gt; * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-md-4 &gt; * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 &gt; * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 &gt; * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto &gt; * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 &gt; * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 &gt; * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 &gt; * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-lg-4 &gt; * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 &gt; * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 &gt; * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto &gt; * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 &gt; * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 &gt; * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 &gt; * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-xl-4 &gt; * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 &gt; * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 &gt; * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto &gt; * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 &gt; * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 &gt; * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 &gt; * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-xxl-4 &gt; * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 &gt; * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 &gt; * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}
.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-inline-grid {
    display: inline-grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

@media (min-width: 576px) {
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-inline-grid {
        display: inline-grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 768px) {
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-inline-grid {
        display: inline-grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 992px) {
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-inline-grid {
        display: inline-grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-inline-grid {
        display: inline-grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1400px) {
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-inline-grid {
        display: inline-grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-inline-grid {
        display: inline-grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
}
.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}
.form-check-input[type=radio] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5;
}

.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}
.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0;
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
html {
    /*overflow-x: hidden !important;*/
    height: 100%;
    font-size: var(--font-size-standard);
    line-height: var(--line-height-standard);
}

.gap-rem-0_30 {
    gap: 0.3rem;
}

.gap-rem-0_50 {
    gap: 0.5rem;
}

.gap-rem-1_00 {
    gap: 1rem;
}

.gap-rem-1_50 {
    gap: 1.5rem;
}

.fs-0_85 {
    font-size: 0.85rem !important;
    line-height: 1.0625rem !important;
}

.fs-1_0 {
    font-size: 1rem !important;
    line-height: 1.25rem !important;
}

.fs-1_10 {
    font-size: 1.1rem !important;
    line-height: 1.375rem !important;
}

.fs-1_20 {
    font-size: 1.20rem !important;
    line-height: 1.60rem;
}


.fs-1_5 {
    font-size: 1.5rem !important;
    line-height: 1.875rem !important;
}

.fs-1_25 {
    font-size: 1.25rem !important;
    line-height: 1.5625rem !important;
}

.fs-1_15 {
    font-size: 1.15rem !important;
    line-height: 1.4375rem !important;
}

.fs-1_75 {
    font-size: 1.75rem !important;
    line-height: 2.1875rem !important;
}

.lh-1_5 {
    line-height: 1.5rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-rem-0_50 {
    padding-top: 0.5rem !important;
}

.pt-rem-1_00 {
    padding-top: 1rem !important;
}

.pt-rem-1_50 {
    padding-top: 1.5rem !important;
}

.pt-rem-2_00 {
    padding-top: 2rem !important;
}

.pt-rem-2_50 {
    padding-top: 2.5rem !important;
}

.pt-rem-3_00 {
    padding-top: 3rem !important;
}

.pt-rem-3_50 {
    padding-top: 3.5rem !important;
}

.pt-rem-4_00 {
    padding-top: 4rem !important;
}


.pb-0 {
    padding-bottom: 0 !important;
}

.pb-rem-0_50 {
    padding-bottom: 0.5rem !important;
}

.pb-rem-1_00 {
    padding-bottom: 1rem !important;
}

.pb-rem-1_50 {
    padding-bottom: 1.5rem !important;
}

.pb-rem-2_00 {
    padding-bottom: 2rem !important;
}

.pb-rem-2_50 {
    padding-bottom: 2.5rem !important;
}

.pb-rem-3_00 {
    padding-bottom: 3rem !important;
}

.pb-rem-3_50 {
    padding-bottom: 3.5rem !important;
}

.pb-rem-4_00 {
    padding-bottom: 4rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-rem-0_50 {
    margin-top: 0.5rem !important;
}

.mt-rem-1_00 {
    margin-top: 1rem !important;
}

.mt-rem-1_25 {
    margin-top: 1.25rem !important;
}

.mt-rem-1_50 {
    margin-top: 1.5rem !important;
}

.mt-rem-2_00 {
    margin-top: 2rem !important;
}

.mt-rem-2_50 {
    margin-top: 2.5rem !important;
}

.mt-rem-3_00 {
    margin-top: 3rem !important;
}

.mt-rem-3_50 {
    margin-top: 3.5rem !important;
}

.mt-rem-4_00 {
    margin-top: 4rem !important;
}


.mb-0 {
    margin-bottom: 0 !important;
}

.mb-rem-0_50 {
    margin-bottom: 0.5rem !important;
}

.mb-rem-1_00 {
    margin-bottom: 1rem !important;
}

.mb-rem-1_25 {
    margin-bottom: 1rem !important;
}

.mb-rem-1_50 {
    margin-bottom: 1.5rem !important;
}

.mb-rem-2_00 {
    margin-bottom: 2rem !important;
}

.mb-rem_2_50 {
    margin-bottom: 2.5rem !important;
}

.mb-rem-3_00 {
    margin-bottom: 3rem !important;
}

.mb-rem-3_50 {
    margin-bottom: 3.5rem !important;
}

.mb-rem-4_00 {
    margin-bottom: 4rem !important;
}

.ml-tiny {
    margin-left: 2px;
}

@media only screen and (max-width: 1270px) {
    .pt-0 {
        padding-top: 0 !important;
    }

    .pt-rem-0_50 {
        padding-top: 0.33rem !important;
    }

    .pt-rem-1_00 {
        padding-top: 0.67rem !important;
    }

    .pt-rem-1_50 {
        padding-top: 1rem !important;
    }

    .pt-rem-2_00 {
        padding-top: 1.33rem !important;
    }

    .pt-rem-2_50 {
        padding-top: 1.67rem !important;
    }

    .pt-rem-3_00 {
        padding-top: 2rem !important;
    }

    .pt-rem-3_50 {
        padding-top: 2.33rem !important;
    }

    .pt-rem-4_00 {
        padding-top: 2.67rem !important;
    }


    .pb-0 {
        padding-bottom: 0 !important;
    }

    .pb-rem-0_50 {
        padding-bottom: 0.33rem !important;
    }

    .pb-rem-1_00 {
        padding-bottom: 0.67rem !important;
    }

    .pb-rem-1_50 {
        padding-bottom: 1rem !important;
    }

    .pb-rem-2_00 {
        padding-bottom: 1.33rem !important;
    }

    .pb-rem-2_50 {
        padding-bottom: 1.67rem !important;
    }

    .pb-rem-3_00 {
        padding-bottom: 2rem !important;
    }

    .pb-rem-3_50 {
        padding-bottom: 2.33rem !important;
    }

    .pb-rem-4_00 {
        padding-bottom: 2.67rem !important;
    }


    .mt-0 {
        margin-top: 0 !important;
    }

    .mt-rem-0_50 {
        margin-top: 0.33rem !important;
    }

    .mt-rem-1_00 {
        margin-top: 0.67rem !important;
    }

    .mt-rem-1_25 {
        margin-top: 0.8rem !important;
    }

    .mt-rem-1_50 {
        margin-top: 1rem !important;
    }

    .mt-rem-2_00 {
        margin-top: 1.33rem !important;
    }

    .mt-rem-2_50 {
        margin-top: 1.67rem !important;
    }

    .mt-rem-3_00 {
        margin-top: 2rem !important;
    }

    .mt-rem-3_50 {
        margin-top: 2.33rem !important;
    }

    .mt-rem-4_00 {
        margin-top: 2.67rem !important;
    }


    .mb-0 {
        margin-bottom: 0 !important;
    }

    .mb-rem-0_50 {
        margin-bottom: 0.33rem !important;
    }

    .mb-rem-1_00 {
        margin-bottom: 0.67rem !important;
    }

    .mb-rem-1_25 {
        margin-bottom: 0.8rem !important;
    }
    
    .mb-rem-1_50 {
        margin-bottom: 1rem !important;
    }

    .mb-rem-2_00 {
        margin-bottom: 1.33rem !important;
    }

    .mb-rem-2_50 {
        margin-bottom: 1.67rem !important;
    }

    .mb-rem-3_00 {
        margin-bottom: 2rem !important;
    }

    .mb-rem-3_50 {
        margin-bottom: 2.33rem !important;
    }

    .mb-rem-4_00 {
        margin-bottom: 2.67rem !important;
    }
}
.fa, .fal, .fas, .far {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa:after, .fal:after, .fas:after, .far:after, .fab:after {
    display: block;
    content: ' ';
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
}

.fa-search-minus:after {
    background-image: url("/images/icons/search-minus.svg");
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
}

.fa-bars:after {
    background-image: url("/images/icons/bars.svg");
    margin-top: 20px;
}

.fa-building:after {
    background-image: url("/images/icons/building.svg");
}

.fa-search-location:after {
    background-image: url("/images/icons/search-location.svg");
}

.fa-phone-laptop:after {
    background-image: url("/images/icons/laptop-smart-phone.svg");
}

.fa-envelope:after {
    background-image: url("/images/icons/email-white.svg");
}

.fa-architect:after {
    background-image: url("/images/icons/architect.svg");
}

.fa-dev-project:after {
    background-image: url("/images/icons/construction2.svg");    
}

.fa-apartment:after {
    background-image: url("/images/icons/apartment.svg");
}

.fa-house:after {
    background-image: url("/images/icons/house.svg");
}

.fa-office:after {
    background-image: url("/images/icons/office.svg");
}

.fa-parking:after {
    background-image: url("/images/icons/parking.svg");
}

.fa-builder:after {
    background-image: url("/images/icons/builder.svg");
}

.fa-mortgage:after {
    background-image: url("/images/icons/mortgage.svg");
}

.fa-mortgage-interest:after {
    background-image: url("/images/icons/mortgage-interest.svg");
}

.fa-bank:after {
    background-image: url("/images/icons/bank.svg");
}

.fa-envelope2:after {
    background-image: url("/images/icons/email.svg");
}

.fa-badge-dollar:after {
    background-image: url("/images/icons/badge-dollar.svg");
}

.fa-user:after {
    background-image: url("/images/icons/user.svg");
}

.fa-home-lg-alt:after {
    background-image: url("/images/icons/home.svg");
}

.fa-wrench:after {
    background-image: url("/images/icons/wrench.svg");
}

.fa-key:after {
    background-image: url("/images/icons/key.svg");
}

.fa-sign-in-alt:after {
    background-image: url("/images/icons/sign-in.svg");
}

.fa-user-plus:after {
    background-image: url("/images/icons/user-plus.svg");
}

.fa-lock:after {
    background-image: url("/images/icons/padlock.svg");
}

.fa-eye:after {
    background-image: url("/images/icons/eye-see.svg");
}

.fa-publish:after {
    background-image: url("/images/icons/publish.svg");
}

.fa-unpublish:after {
    background-image: url("/images/icons/unpublish3.svg");
}

.fa-briefcase:after {
    background-image: url("/images/icons/briefcase.svg");
}

.fa-pen-square:after {
    background-image: url("/images/icons/id.svg");
}

.fa-browser:after {
    background-image: url("/images/icons/browser-window-2.svg");
}

.fa-at:after {
    background-image: url("/images/icons/at.svg");   
}

.fa-clipboard-list-check:after {
    background-image: url("/images/icons/clipboard-check.svg");
}

.fa-usd-circle:after {
    background-image: url("/images/icons/money.svg");
}

.fa-external-link:after {
    background-image: url("/images/icons/external-link.svg");
}

.fa-external-link2:after {
    background-image: url("/images/icons/facebook-rounded.svg");
}

.fa-pdf2:after {
    background-image: url("/images/icons/pdf2.svg");
}

.fa-price-tag:after {
    background-image: url("/images/icons/price-tag.svg");
}

.fa-youtube:after {
    background-image: url("/images/icons/youtube.svg");
}

.fa-camera2:after {
    background-image: url("/images/icons/instagram2.svg");
}

.fa-users:after {
    background-image: url("/images/icons/team.svg");    
}

.fa-badge-check:after {
    background-image: url("/images/icons/verify.svg");
}

.fa-times:after {
    background-image: url("/images/icons/times.svg");
}

.fa-user-edit:after {
    background-image: url("/images/icons/user-edit.svg");
}

.fa-new-plus:after {
    background-image: url("/images/icons/new-plus.svg");
}
.fa-heart:after {
    background-image: url("/images/icons/heart.svg");
}

.fa-low-price:after {
    background-image: url("/images/icons/low-price.svg");
}

.favorite .fa-heart:after {
    background-image: url("/images/icons/heart2.svg");
    filter: invert(12%) sepia(99%) saturate(5334%) hue-rotate(337deg) brightness(77%) contrast(94%);
}

.dashboard-submenu .fa-heart:after {
}

#filteredPropertiesContainer .geodir_save-btn {
    right: 7px !important;
    top: 7px !important;
}

.like-btn i {
    /*box-shadow: none !important;*/
    /*background: initial !important;*/
}

.fa-save:after {
    background-image: url("/images/icons/save.svg");
}

.fa-envelope-dot:after {
    background-image: url("/images/icons/envelope-dot.svg");
}

.fa-caret-down:after {
    background-image: url("/images/icons/caret-down2.svg");
}

.fa-caret-up:after {
    background-image: url("/images/icons/caret-up2.svg");
}

.fa-power-off:after {
    background-image: url("/images/icons/power-off.svg");
}

.fa-search:after {
    background-image: url("/images/icons/search.svg");
}

.fa-info-circle:after {
    background-image: url("/images/icons/info-circle.svg");
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
}

.fa-caret-right:after {
    background-image: url("/images/icons/caret-right2.svg");
}

.pagination .fa-caret-right:after {
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
}

.fa-caret-left:after {
    background-image: url("/images/icons/caret-left2.svg");
}

.pagination .fa-caret-left:after {
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
}

.fa-arrow-right:after {
    background-image: url("/images/icons/caret-right2.svg");
}

.fa-arrow-left:after {
    background-image: url("/images/icons/caret-left2.svg");
}

.fa-chevron-right:after {
    background-image: url("/images/icons/caret-right2.svg");
}

.fa-first-page:after {
    background-image: url("/images/icons/first-page.svg");
}

.pagination .fa-first-page:after {
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
}

.fa-last-page:after {
    background-image: url("/images/icons/last-page-3.svg");
}

.pagination .fa-last-page:after {
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
}

.fa-ellipsis-h:after {
    background-image: url("/images/icons/ellipsis-h.svg");
}

.fa-tram:after {
    background-image: url("/images/icons/tram.svg");
}

.fa-facebook-f2:after {
    background-image: url("/images/icons/facebook-white.svg");
}

.fa-instagram-f2:after {
    background-image: url("/images/icons/instagram-white.svg");    
}

.fa-subway:after {
    background-image: url("/images/icons/subway.svg");
}

.fa-school:after {
    background-image: url("/images/icons/school.svg");
}

.fa-school:after {
    background-image: url("/images/icons/school.svg");
}

.fa-store:after {
    background-image: url("/images/icons/store.svg");
}

.fa-bags-shopping:after {
    background-image: url("/images/icons/shopping-bag.svg");
}

.fa-coffee:after {
    background-image: url("/images/icons/cafe.svg");
}

.fa-utensils:after {
    background-image: url("/images/icons/restaurant.svg");
}

.fa-bus:after {
    background-image: url("/images/icons/bus.svg");
}

.fa-danger:after {
    background-image: url("/images/icons/danger.svg");
}

.fa-edit:after {
    background-image: url("/images/icons/edit.svg");
}

.fa-comment-alt-lines:after {
    background-image: url("/images/icons/comments.svg");
}

.fa-exclamation-triangle:after {
    background-image: url("/images/icons/exclamation-triangle.svg");
}

.fa-flag:after {
    background-image: url("/images/icons/flag4.svg");
}

.fa-home:after {
    background-image: url("/images/icons/home-white.svg");
}

.fa-phone:after {
    background-image: url("/images/icons/phone.svg");
}

.fa-user-tag:after {
    background-image: url("/images/icons/team-white.svg");    
}

.fa-address-card:after {
    background-image: url("/images/icons/title.svg");
}

.fa-plus-circle:after {
    background-image: url("/images/icons/plus-circle.svg");
}

.fa-plus:after {
    background-image: url("/images/icons/plus.svg");
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
}

.fa-minus-circle:after {
    background-image: url("/images/icons/minus-circle.svg");
}

.fa-sliders-h:after {
    background-image: url("/images/icons/sliders-h2.svg");
}

.fa-list-alt:after {
    background-image: url("/images/icons/view-list.svg");
}

.fa-list-alt {
    margin-right: 5px;    
}

#homeServicesFilters_heading .fa-plus-circle:after,
#homeServicesFilters_heading .fa-minus-circle:after,
#homeServicesFilters_heading .fa-sliders-h:after {
    filter: brightness(0) saturate(100%) invert(22%) sepia(96%) saturate(1491%) hue-rotate(200deg) brightness(87%) contrast(116%);
}

#homeServicesFilters_heading .fa-sliders-h {
    margin-right: 5px;
}


.fa-map-marker-alt:after {
    background-image: url("/images/icons/marker.svg");
}

.geodir-category-location .fa-map-marker-alt {
    margin-right: 0 !important;
}

.geodir-category-location .fa-map-marker-alt:after {
    filter: invert(43%) sepia(31%) saturate(1695%) hue-rotate(164deg) brightness(93%) contrast(90%);
}

.fa-star:after {
    background-image: url("/images/icons/star.svg");
    filter: invert(98%) sepia(78%) saturate(6235%) hue-rotate(325deg) brightness(100%) contrast(96%);
}

.pageSubmitServiceListing .fa-star:after, .pageSubmitPropertyListing .fa-star:after {
    background-image: url("/images/icons/star-white.svg");
    filter: none;
}

.leave-rating input[type="radio"]:checked ~ label:after {
    background-image: url("/images/icons/star2.svg") !important;
    filter: invert(98%) sepia(78%) saturate(6235%) hue-rotate(325deg) brightness(100%) contrast(96%);
}

.leave-rating-wrap {
    display: flex;
    align-items: center;
    justify-content: start;
}

.leave-rating-title {
    top: 0 !important;
}

.leave-rating {
    margin-top: 0 !important;
}

.count-radio-wrapper {
    top: 0 !important;
}

.pageServiceListingDetails .fa-star:after {
    background-image: url("/images/icons/star2.svg") !important;
    filter: invert(98%) sepia(78%) saturate(6235%) hue-rotate(325deg) brightness(100%) contrast(96%);
    background-size: 10px 10px;
    height: 10px;
    width: 10px;
}

.pageServiceListingDetails .listing-rating i {
    top: 0 !important;
}

.pageServiceListingDetails .review-total .card-popup-rainingvis {
    display: flex;
}

.pageServiceListingDetails .review-total .card-popup-rainingvis {
    top: 20px;
}

.pageServiceListingDetails .re_stars-title {
    top: -3px;
}

.pageServiceListingDetails .reviews-comments-item-text .card-popup-rainingvis {
    margin-top: 4px;
}

.pageServiceListingDetails .reviews-comments-item-text {
    padding-bottom: 20px;
}

.fa-calendar-check:after {
    background-image: url("/images/icons/calendar-check.svg");
}

.fa-calendar-times:after {
    background-image: url("/images/icons/calendar-times.svg");
    filter: brightness(0) saturate(100%) invert(9%) sepia(74%) saturate(7487%) hue-rotate(334deg) brightness(106%) contrast(89%);
}


.reviews-comments-item .fa-calendar-check:after {
    filter: invert(43%) sepia(31%) saturate(1695%) hue-rotate(164deg) brightness(93%) contrast(90%);
}

.pageServiceListingDetails .reviews-comments-item-date-item {
    display: flex;
    align-items: center;
    justify-content: start;
    top: 0;
}


.fa-thumbs-up:after {
    background-image: url("/images/icons/thumbs-up.svg");
}

.helpful-review .fa-thumbs-up:after {
    background-image: url("/images/icons/thumbs-up2.svg");
    filter: invert(46%) sepia(34%) saturate(590%) hue-rotate(90deg) brightness(95%) contrast(91%);
}

.pageServiceListingDetails .rate-review {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageServiceListingDetails .reviews-comments-item-date {
    display: flex;
    justify-content: space-between;
}

.important-color-alt.fa-info-circle:after {
    filter: brightness(0) saturate(100%) invert(49%) sepia(18%) saturate(197%) hue-rotate(167deg) brightness(90%) contrast(97%);
}

.fa-user-circle:after {
    background-image: url("/images/icons/user-circle.svg");
}

.fa-user-alt:after {
    background-image: url("/images/icons/user2.svg");
}

.fa-user-alt2:after {
    background-image: url("/images/icons/user6.svg");
}

.fa-camera:after {
    background-image: url("/images/icons/camera.svg");
}

.fa-reserved:after {
    background-image: url("/images/icons/reserved.svg");
}

.fa-sold:after {
    background-image: url("/images/icons/sold.svg");
}

.fa-times-circle:after {
    background-image: url("/images/icons/times-circle.svg");
}

.fa-lock-open-alt:after {
    background-image: url("/images/icons/lock-open.svg");
}

.fa-lock-open-alt:after {
    background-image: url("/images/icons/lock-open.svg");
}

.fa-lock-alt:after {
    background-image: url("/images/icons/lock-close.svg");    
}

.fa-shield-check:after {
    background-image: url("/images/icons/shield-check.svg");
}

.fa-check-mark-circle:after {
    background-image: url("/images/icons/check-mark-circle.svg");
}
.fa-user-times:after {
    background-image: url("/images/icons/user-times.svg");
}

.fa-passport:after {
    background-image: url("/images/icons/passport.svg");
}

.fa-chart-line:after {
    background-image: url("/images/icons/chart1.svg");    
}

.fa-chart-bar:after {
    background-image: url("/images/icons/chart2.svg");
}

.fa-phone-alt:after {
    background-image: url("/images/icons/phone.svg");    
}

.fa-envelope-open:after {
    background-image: url("/images/icons/envelope-open.svg");
}

.fa-pencil:after {
    background-image: url("/images/icons/pencil.svg");    
}

.fa-sort-size-down-alt:after {
    background-image: url("/images/icons/minimize-square.svg");
}

.fa-map-marker:after {
    background-image: url("/images/icons/map-marker.svg");    
}

.fa-long-arrow-alt-right:after {
    background-image: url("/images/icons/long-arrow-alt-right.svg");
}

.fa-long-arrow-alt-down:after {
    background-image: url("/images/icons/long-arrow-alt-down.svg");
}

.fa-money-bill-wave:after {
    background-image: url("/images/icons/dollar-circle.svg");    
}

.fa-money-check:after {
    background-image: url("/images/icons/square-with-dollar-symbol.svg");
}

.fa-money-bill:after {
    background-image: url("/images/icons/money-dollar.svg");    
}

.fa-plug:after {
    background-image: url("/images/icons/coins-cash.svg");
}

.fa-trash:after {
    background-image: url("/images/icons/trash-alt.svg");  
}

.fa-trash-alt:after {
    background-image: url("/images/icons/trash-alt.svg");
}

.pageSubmitServiceListing .fa-trash:after, .pageSubmitPropertyListing .fa-trash:after, .pageSubmitDevelopmentProject .fa-trash:after {
    background-image: url("/images/icons/trash-white.svg");
}

.fa-paper-plane:after {
    background-image: url("/images/icons/paper-plane.svg");    
}

.dashboard-listings-item_opt .fa-pencil:after {
    background-image: url("/images/icons/pencil-white.svg");
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    filter: invert(1);
}

.dashboard-listings-item_opt .fa-home:after {
    background-image: url("/images/icons/home-white.svg");
    background-size: 17px 17px;
    height: 17px;
    width: 17px;    
    filter: invert(1);
}

.dashboard-listings-item_opt .fa-trash-alt:after {
    background-image: url("/images/icons/trash-white.svg");
    background-size: 17px 17px;
    height: 17px;
    width: 17px;
    filter: invert(1);
}

.dashboard-listings-item_opt .fa-eye-slash:after {
    background-image: url("/images/icons/eye-slash-white.svg");
    background-size: 17px 17px;
    height: 17px;
    width: 17px;
    filter: invert(1);
}

.dashboard-listings-item_opt a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: initial !important;
}

.lang-arrow:after {
    display: block;
    content: ' ';
    background-image: url("/images/icons/caret-down.svg");
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
    transition: all 200ms linear;
}

.lang-menu.open .lang-arrow:after {
    transform: rotateX(180deg);
}

.nice-select:after {
    content: ' ';
    background-image: url("/images/icons/caret-down2.svg");
    background-size: 10px 10px;
    height: 10px;
    width: 10px;
    /*top: 28px;*/
    right: 8px;
    transition: all 200ms linear;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-img-hotifer:before {
    display: block;
    content: ' ';
    background-image: url("/images/icons/quote-close.svg");
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
}

.checkbox-wrapper input:checked:after {
    display: block;
    content: ' ';
    background-image: url("/images/icons/checkmark2.svg");
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    top: 1px;
    left: 1px;
}

.footer-list li:before {
    display: block;
    content: ' ';
    background-image: url("/images/icons/caret-right-white.svg");
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
    top: 0;
}

.footer-contacts li span {
    display: flex;
}

.footer-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social .fa-facebook-f:before {
    display: block;
    content: ' ';
    background-image: url("/images/icons/facebook-white.svg");
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
    top: 0;
}

.footer-social .fa-instagram:before {
    display: block;
    content: ' ';
    background-image: url("/images/icons/instagram-white.svg");
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
    top: 0;
}

.api-links a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dec-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

#advancedFiltersWrapper .dec-icon {
    justify-content: start;
}

.main-register-holder .tabs-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dec-icon .fa-envelope:after {
    display: block;
    content: ' ';
    background-image: url("/images/icons/email.svg") !important;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    top: 0;
}


.near-by-place-item-title i {
    margin-top: 0 !important;
}

.details-list.nearby-places li {
    padding-top: 10px !important;
}

.color-tram-station, .color-bus-station, .color-subway-station {
    filter: invert(16%) sepia(41%) saturate(5642%) hue-rotate(328deg) brightness(111%) contrast(110%) !important;
}

.color-school {
    filter: invert(63%) sepia(19%) saturate(1457%) hue-rotate(344deg) brightness(102%) contrast(87%) !important;
}

.color-supermarket {
    filter: invert(52%) sepia(18%) saturate(1193%) hue-rotate(54deg) brightness(98%) contrast(96%);
!important;
}

.color-mall {
    filter: invert(36%) sepia(28%) saturate(1128%) hue-rotate(254deg) brightness(96%) contrast(88%) !important;
}

.color-cafe {
    filter: invert(28%) sepia(63%) saturate(373%) hue-rotate(342deg) brightness(90%) contrast(83%) !important;
}

.color-restaurant {
    filter: invert(44%) sepia(93%) saturate(1048%) hue-rotate(319deg) brightness(107%) contrast(113%) !important;
}

.main-search-button {
    display: flex;
    align-items: center;
    justify-content: center;
}


.fa-envelope2:after {
    background-image: url("/images/icons/email.svg");
}

.user-menu .fa-heart:after {
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
}

@media only screen and (max-width: 1070px) {

}

@media only screen and (max-width: 1270px) {

}
body {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 1rem;
    height: 100%;
    text-align: center;
    background: #fff;
    font-family: var(--font-family-standard), sans-serif;
    /*overflow: hidden;*/
}

.ff-s {
    font-family: var(--font-family-standard), sans-serif !important;
}

.ff-m {
    font-family: var(--font-family-medium), sans-serif !important;
}

.ff-b {
    font-family: var(--font-family-bold), sans-serif !important;
}



/*--------------Typography--------------------------------------*/
p {
    font-size: 1rem;
    line-height: var(--line-height-standard);
    font-weight: normal;
    color: var(--primary-text-color);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-medium), sans-serif;
}

strong {
    font-family: var(--font-family-medium), sans-serif;
}

a {
    color: var(--standard-link-color);
    text-decoration: underline;
}

p a {
    color: var(--standard-link-color);
    text-decoration: underline;
}

ul li, ol li {
    font-family: var(--font-family-standard);
    font-size: 1rem;
    line-height: var(--line-height-standard);
    font-weight: normal;
    color: var(--primary-text-color);
    margin-left: 1rem;
}

ul {
    list-style: disc;
}

ul ul {
    list-style: circle;
}

ol {
    list-style: decimal;
}

ol ol {
    list-style: lower-alpha;
}

/*--------------General--------------------------------------*/
#main {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 1;
    /*background: var(--secondary-bg-color);*/
}

.content {
    width: 100%;
    position: relative;
    z-index: 5;
    background: #fff;
}

.container {
    max-width: 1224px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.container.small-container {
    max-width: 1024px;
}

#wrapper {
    width: 100%;
    position: relative;
    z-index: 25;
    padding-top: 70px;
}

.respimg {
    width: 100%;
    height: auto;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: initial;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-bg-color);
    opacity: 0.4;
    z-index: 3;
}

.overlay.op5 {
    opacity: 0.5;
}

.full-height {
    height: 100%;
}

.tab-content {
    width: 100%;
    display: none;
}

.tab {
    width: 100%;
}

.first-tab {
    display: block;
}

/* ------header------------------------------------------------------------ */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    z-index: 1000;
    justify-content: space-between;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
    transition: all 200ms linear;
}

.header-left {
    display: flex;
    align-items: center;
}

.header-right {
    display: none;
    align-items: center;
    gap: 0.5rem;
}

.logo-wrapper img {
    width: auto;
    height: 30px;
}

.nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    height: 70px;
}

.nav a {
    text-decoration: none;
    color: var(--primary-text-color);
    font-size: 1rem;
}

.nav-divider {
    width: 1px;
    height: 70px;
    background-color: #ccc;
}

.add-button {
    position: relative;
}

.add-button button {
    gap: 0.5rem;
}

.lang-menu {
    position: relative;
}

.lang-toggle {
    font-size: 1.2rem;
    background: none;
    border: none;
    font-family: var(--font-family-standard);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--primary-text-color);
}

.lang-dropdown {
    position: absolute;
    top: 47px;
    right: -25px;
    background: white;
    border: 1px solid #ccc;
    min-width: 150px;
    max-width: 200px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
    text-align: left;
}

.lang-menu.open .lang-dropdown {
}

.lang-dropdown li {
    list-style: none;
    padding: 0.75rem 1rem;
    cursor: pointer;
    white-space: nowrap;
    margin-left: 0;
}

.lang-dropdown li:hover {
    background-color: #f5f5f5;
}

.add-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    min-width: 230px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.add-dropdown a {
    display: flex;
    padding: 0.75rem 1rem;
    text-decoration: none;
    color: var(--primary-text-color);
    font-size: 1rem;
    gap: 0.5rem;
}

.add-dropdown a:hover {
    background-color: #f5f5f5;
}

/*.add-button:hover .add-dropdown {*/
/*    display: block;*/
/*}*/

.burger {
    display: none;
    font-size: 1.75rem;
    cursor: pointer;
}

button.link-button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.4rem; /* пространство между иконкой и текстом */
    text-decoration: none;
}

.mobile-entry {
    display: none;
    align-items: center;
}

.mobile-entry .link-button {
    font-size: 1rem;
    padding-right: 0.5rem;
}

.mobile-only-divider {
    height: 24px;
    width: 1px;
    background-color: #ccc;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.user-menu {
    position: relative;
}

.user-avatar {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border-radius: 50%;
    /*overflow: hidden;*/
    width: 36px;
    height: 36px;
    position: relative;
    display: inline-block;
}

.user-avatar .avatar-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--bs-danger);
    color: white;
    font-size: 0.65rem;
    font-weight: normal;
    font-family: var(--font-family-medium);
    padding: 2px 6px;
    border-radius: 999px;
    line-height: 1;
    transform: translate(50%, -50%);
    min-width: 18px;
    text-align: center;
}

.avatar-dot {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: var(--bs-danger);
    border-radius: 50%;
    transform: translate(50%, -50%);
    box-shadow: 0 0 0 2px white;
    animation: pulse-dot 1.8s infinite;
}

@keyframes pulse-dot {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.6);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(239, 68, 68, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.user-dropdown {
    position: absolute;
    top: 53px;
    right: -25px;
    background: white;
    border: 1px solid #ccc;
    min-width: 300px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 999;
}

.user-dropdown.open {

}

.user-info {
    font-size: 1rem;
    color: var(--primary-text-color);
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: left;
}

.user-info small {
    color: var(--primary-text-color);
}

.user-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-dropdown li {
    margin-left: 0;
    list-style: none;
}

.user-dropdown a {
    text-decoration: none;
    color: var(--primary-text-color);
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    border-top: 1px solid var(--border-standard-color);
}

.user-dropdown a:hover {
    background-color: var(--primary-bg-color);
}

.desktop-user-menu {
    display: flex;
}

.mobile-user-menu {
    display: none;
}

.add-button .add-dropdown {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    min-width: 293px;
    z-index: 999;
}

.add-button.open .add-dropdown {
}

.user-dropdown,
.lang-dropdown,
.add-dropdown {
    display: none;
}

.nice-select {
    display: flex;
    align-items: center;
    white-space: pre-wrap;
    line-height: 1rem;
    background: var(--dropdown-button-bg-color);
    width: 100%;
    color: var(--primary-text-color);
    font-family: var(--font-family-standard), sans-serif;
    border: 1px solid var(--bs-gray-300);
    float: none !important;
    border-radius: var(--border-radius-standard);
}

.nice-select .list {
    max-height: initial !important;
}

.nice-select .option {
    display: flex;
    align-items: center;
    line-height: 15px;
    white-space: pre-wrap;
    margin-left: 0;
    list-style: none;
}

.nice-select .option.selected.focus {
    color: var(--primary-text-color);
    background: var(--dropdown-button-selected-bg-color);
}
.nice-select .option:hover {
    background: var(--dropdown-button-hover-bg-color) !important;
    color: var(--primary-text-color);
}

/*------ button ------------------------------------------------*/
.btn {
    padding: 0.85rem 2.5rem;
    color: var(--primary-text-color);
    border-radius: var(--border-radius-standard);
    font-size: 1rem;
    box-shadow: 0 5px 5px -2px rgb(0 0 0 / 5%), 0 0 0 1px rgb(0 0 0 / 5%);
    font-family: var(--font-family-standard);
    cursor: pointer;
    transition: background-position 0.5s ease;
    text-decoration: none;
}

/* ------footer------------------------------------------------------------ */
.main-footer {
    padding: 90px 0 0;
}

.footer-widget-logo img {
    width: auto;
    height: 40px;
    position: relative;
    top: -20px;
}

.footer-widget-logo {
    margin-bottom: 10px;
}

.fw_hours span {
    display: block;
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    color: var(--primary-text-color);
}

.footer-widget-title {
    text-align: left;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.footer-list li {
    display: flex;
    text-align: left;
    margin-bottom: 0.75rem;
    position: relative;
    font-size: 1rem;
    align-items: center;
    gap: 0.3rem;
    margin-left: 0;
}

.footer-list li a {
    color: #fff;
    text-decoration: none;
}

.footer-list li a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.footer-contacts li {
    margin-left: 0;
    list-style: none;
}

.footer-contacts button, .footer-contacts a {
    all: unset;
    color: #fff !important;
    text-decoration: underline;
}

.footer-contacts li a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.footer-contacts li span {
    min-width: 100px;
}

.api-btn {
    display: block;
    padding: 15px 0;
    border-radius: var(--border-radius-standard);
    color: var(--primary-text-color);
    margin-top: 10px;
}

.api-btn i {
    margin-right: 10px;
}

.footer-social {
    margin: 1rem 0 0 0;
}

.footer-social li {
    margin-left: 0;
    list-style: none;
}

.footer-social li {
    margin-right: 6px;
}

.footer-social li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--primary-text-color);
    border-radius: 4px;
    font-size: 2rem;
    margin-right: 0.3rem;
}

.footer-social li a:hover {
    color: var(--primary-text-color);
}

.footer-inner {
    padding-bottom: 60px;
}

.copyright {
    font-size: 1rem;
    color: var(--primary-text-color);
}

/*-------------Forms---------------------------------------*/
.custom-form {
    width: 100%;
    position: relative;
}

.custom-form textarea, .custom-form input[type="number"], .custom-form input[type="text"], .custom-form input[type=email], .custom-form input[type=password], .custom-form input[type=button], .listsearch-input-item input[type="text"] {
    border: 1px solid var(--border-standard-color);
    background: var(--input-bg-color);
    width: 100%;
    padding: 1rem 1.25rem 1rem 3.5rem;
    border-radius: var(--border-radius-standard);
    color: var(--primary-text-color);
    font-size: 1rem;
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    z-index: 1;
}

.custom-form textarea::-webkit-input-placeholder, .custom-form input[type="text"]::-webkit-input-placeholder, .listsearch-input-item input[type="text"]::-webkit-input-placeholder, .custom-form input[type=password]::-webkit-input-placeholder {
    color: #ccc;
    font-family: var(--font-family-standard);
}

.custom-form textarea:focus, .custom-form input[type="text"]:focus, .custom-form input[type=email]:focus, .custom-form input[type=password]:focus, .listsearch-input-item input[type="text"]:focus {
    background: #fff;
    box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
}

.custom-form .nice-select input {
    padding-left: 20px;
}

.custom-form textarea {
    height: 200px;
    resize: none;
    padding: 1rem 1rem;
    -webkit-appearance: none;
    background: #fff;
    font-size: 0.95rem;
    background: var(--primary-bg-color);
    font-family: var(--font-family-standard);
}

.custom-form label {
    display: flex;
    position: relative;
    width: 100%;
    text-align: left;
    color: var(--primary-text-color);
    font-size: 1rem;
    z-index: 10;
    margin-bottom: 0.25rem;
    margin-left: 2px;
}

.dec-icon {
    position: absolute;
    top: 100%;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 44px;
    margin-top: 0.3rem;
    color: #ccc;
    font-size: 1rem;
    text-align: center;
    border-right: 1px solid var(--border-standard-color);
}

.custom-form.dark-form label {
    color: rgba(255, 255, 255, 0.71);
}

.custom-form button {
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    font-family: var(--font-family-standard);
}

.custom-form input[type=number]::-webkit-inner-spin-button, .custom-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-form input[type=number] {
    -moz-appearance: textfield;
}


.custom-form.no-icons input, .custom-form.no-icons textarea {
    padding-left: 10px;
}

.custom-form.no-icons label {
    margin-bottom: 20px;
}

.radio {
    color: #999;
    font-size: 1rem;
    position: relative;
    top: -2px;
}

.radio span {
    position: relative;
    padding-left: 30px;
    top: 1px;
}

.radio span:after {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid var(--border-standard-color);
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: -3px;
    box-sizing: border-box;
}

.radio input[type="radio"] {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.radio input[type="radio"]:checked + span {
    color: #666;
}

.radio input[type="radio"]:checked + span:before {
    font-size: 1rem;
    position: absolute;
    top: 0;
    left: 4px;
    z-index: 20;
}

.hid-input {
    display: none;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*------ register form------------------------------------------------*/
.modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    background: rgba(37, 44, 65, .7);
}

.main-register-wrap, .modal-overlay, .fp-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    background: rgba(37, 44, 65, .7);
}

.visnav-overlay {
    display: block;
}

.map-overlay {
    z-index: 2000;
}

.modal-overlay {
    z-index: 1;
    background: none;
}

.reg-overlay {
    z-index: 1;
    background: none;
}

.fp-overlay {
    z-index: 1;
    background: none;
}

.hid-body {
    overflow: hidden;
}

.main-register-holder {
    max-width: 600px;
    margin: 3rem auto 3rem;
    position: relative;
    z-index: 5;
}

#main-register-wrapper-add-service {
    max-width: 800px;
    margin: 1rem auto 1rem;
}

#main-register-wrapper-add-service .tab-content {
    display: block;
}

#main-register-wrapper-add-service .main-register-holder {
    max-width: 800px;
    margin: 1rem auto 1rem;
}

#main-register-wrapper-add-service .main-register {
    padding-top: 0;
    padding-bottom: 0;
}

.fp-holder {
    margin-top: 8rem !important;
}

.main-register-wrapper {
    margin-bottom: 50px;
    max-height: 100vh;
    overflow-y: auto;
}

.main-register {
    width: 100%;
    position: relative;
    padding: 2rem 0 1.5rem;
    background: #fff;
    border-radius: var(--border-radius-standard);
}

.main-register-header {
    position: absolute;
    left: 0;
    width: 40%;
    height: 100%;
    top: 0;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
}

.mrb_dec {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.1);
    top: -60px;
    left: -130px;
}

.mrb_dec.mrb_dec2 {
    left: auto;
    right: -50px;
    width: 150px;
    height: 150px;
    top: -90px;
}

.mrb_dec.mrb_dec3 {
    left: auto;
    top: auto;
    right: -50px;
    width: 250px;
    height: 250px;
    bottom: -120px;
}

.modal_main {
    transition: all .4s ease-in-out;
    margin-top: 50px;
    opacity: 0;
}

.modal_main.vis_mr {
    opacity: 1;
    margin-top: 0;
    display: flex;
}

.close-reg {
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
    z-index: 3;
    color: var(--primary-text-color);
    border-left: 1px solid rgba(255, 255, 255, 0.11);
    font-size: 18px;
}

.log-separator {
    margin-top: 10px;
}

.log-separator span {
    position: relative;
    width: 66px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background: #fff;
    font-size: 1rem;
    z-index: 2;
    color: var(--primary-text-color);
}

.log-separator:before, .log-separator:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    height: 1px;
    box-sizing: border-box;
    border-top: 1px dotted #ccc;
    z-index: 1;
}

.log-separator:after {
    left: inherit;
    right: 0;
}

.custom-form .log-submit-btn i {
    margin-left: 10px;
}

.main-register-holder .tabs-container {
    width: 100%;
    margin-top: 10px;
    padding: 0 3.5rem;
}

.main-register-holder .tabs-menu {
    padding: 0 3.5rem;
    margin: 30px 0 20px;
    display: flex;
    justify-content: space-between;
}

.filter-sidebar-header .tabs-menu:before {
    left: 0;
    right: 0;
}

.main-register-holder .tabs-menu li {
    text-align: center;
    position: relative;
    z-index: 2;
    width: 48%;
    list-style: none;
    margin-left: 0;
}

.filter-sidebar-header .tabs-menu li {
    text-align: center;
}

.main-register-holder .tabs-menu li a {
    color: var(--primary-text-color);
    font-size: 1rem;
    display: flex;
    padding: 0.75rem 0;
    background: var(--tab-default-bg-color);
    border-radius: var(--border-radius-standard);
    text-decoration: none;
    border: 1px solid var(--tab-default-border-color);
}

.main-register-holder .tabs-menu li.current a {
    background: var(--tab-active-bg-color) !important;
    color: var(--primary-text-color);
    border: 1px solid var(--tab-active-border-color) !important;
}

.main-register-holder .tabs-menu li a i {
    margin-right: 10px;
}

.eye {
    position: absolute;
    bottom: 34px;
    right: 20px;
    cursor: pointer;
}


/*------hero ------------------------------------------------*/

.main-search-input-wrap {
    max-width: 800px;
    position: relative;
    margin: 0 auto;
}

.main-search-input {
    background: #fff;
    padding: 0 120px 0 0;
    border-radius: 6px;
    margin-top: 30px;
}

.main-search-input-wrap.msiw-column .main-search-input {
    padding: 25px 20px 10px;
    margin-top: 10px;
}

.shadow_msiw .main-search-input {
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
}

.main-search-input-item {
    width: 33.3%;
    box-sizing: border-box;
    border-left: 1px solid var(--border-standard-color);
    position: relative;
}

.main-search-input-wrap.msiw-column .main-search-input-item {
    width: 100%;
    border: none;
    height: auto;
    margin-bottom: 10px;
}

.main-search-input .main-search-input-item:first-child, .main-search-input-wrap.msiw-column .main-search-input-item:first-child {
    border: none;
}

.main-search-input-item input {
    border: none;
    width: 100%;
    height: 3.5rem;
    padding-left: 20px;
}

.main-search-input-item input::-webkit-input-placeholder {
    color: var(--primary-text-color);
    font-size: 1rem;
    position: relative;
}

.main-search-input-item input:first-child {
    border-radius: 6px 0 0 6px;
}

.main-search-input-wrap.msiw-column .main-search-input-item input {
    border-radius: var(--border-radius-standard);
    height: 50px;
    background: var(--primary-bg-color);
    border: 1px solid var(--border-standard-color);
}

.main-search-button {
    position: absolute;
    right: 0px;
    height: 3.5rem;
    width: 120px;
    color: var(--primary-text-color);
    top: 0;
    border: none;
    border-radius: 0 var(--border-radius-standard) var(--border-radius-standard) 0;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    gap: 0.3rem;
}

.main-search-input-item .nice-select {
    height: 3.5rem;
    line-height: 3.5rem;
    border: none;
    width: 100%;
}

.main-search-input-wrap.msiw-column .main-search-input-item .nice-select {
    background: var(--primary-bg-color);
    border: 1px solid var(--border-standard-color);
    height: 50px;
    line-height: 50px;
}

.main-search-input-item .nice-select .list {
    margin-top: 0;
}

/*------section ------------------------------------------------*/
section {
    position: relative;
    width: 100%;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(50px);
        opacity: 0;
    }
}

/*------listing ------------------------------------------------*/
.listsearch-input-item label {
    display: block;
    padding-bottom: 10px;
    text-align: left;
    font-size: 1rem;
    color: var(--primary-text-color);
}
.pagination {
    margin-bottom: 0rem;
    margin-top: 1.25rem;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--bs-gray-400);
    box-sizing: border-box;
    position: relative;
    font-size: 1rem;
    color: var(--primary-text-color);
    background: #fff;
    margin-right: 5px;
}

.pagination a.current-page, .pagination a:hover {
    color: var(--primary-text-color);
    font-family: var(--font-family-bold);
}

.pagination a i {
    font-size: 1rem;
}

.pagination button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--bs-gray-400);
    box-sizing: border-box;
    position: relative;
    font-size: 1rem;
    color: var(--primary-text-color);
    background: #fff;
    cursor: pointer;
}

.pagination button.current-page, .pagination button:hover {
    color: var(--primary-text-color);
    font-family: var(--font-family-bold);
}

.pagination button i {
    font-size: 1rem;
}

.result-listing {
    overflow: hidden;
    border-radius: var(--border-radius-standard);
    width: 100%;
}

.listing-item-container {
    padding: 1.5rem;
}

.listing-item {
    display: flex;
    width: 50%;
    padding: 0 8px;
    margin-bottom: 12px;
}

.listing-item.has_one_column {
    width: 100%;
    background: #fff;
    padding: 5px;
    border: 1px solid var(--bs-gray-300);
}

.listing-item.has_one_column .result-listing-img {
    width: 35%;
}

.listing-item.has_one_column .result-listing-content {
    width: 65%;
    border: none;
}

.agency-list .listing-item .result-listing-img {
    width: 30%;
    background: #fff;
    padding: 20px;
}

.agency-list .listing-item .result-listing-img img {
    border-radius: var(--border-radius-standard);
    /*box-shadow: 4px 4px 8px rgb(0 0 0 / 10%);*/
    transition: all 200ms linear;
}

.agency-list .listing-item:hover img {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.18);
}

.agency-list .listing-item .result-listing-content {
    width: 70%;
}

.card-info-list .contacts-list li a {
    margin-left: 10px;
}


.result-listing-img_item {
    position: relative;
    z-index: 1;
    display: block;
}

.result-listing-img_item .overlay {
    opacity: 0.25;
    transition: all 200ms linear;
}

.result-listing-img:hover .overlay {
    opacity: 0.4;
}

.result-listing-img img, .card-info-media img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.result-listing-img .result-listing-location {
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 5;
}

.result-listing-img .result-listing-location a {
    color: var(--primary-text-color);
}

.result-listing-img .list-single-opt_header_cat {
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: 5;
}

.add-to-favorites-btn {
    all: unset;
    position: absolute;
    right: 13px;
    top: 13px;
    z-index: 5;
    width: 23px;
    height: 23px;
    line-height: 23px;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    border-radius: var(--border-radius-standard);
}

.add-to-favorites-btn i {
    color: var(--primary-text-color);
}

.add-to-favorites-btn:hover i {
    font-weight: 900;
}

.result-listing-content {
    padding: 15px 20px;
    background: #fff;
    border: 1px solid var(--border-standard-color);
    border-top: none;
    border-radius: 0 0 6px 6px;
}

.result-listing-content h3 {
    text-align: left;
    padding: 0 0 5px 0;
    font-size: 20px;
}

.result-listing-content h3 a {
    color: var(--primary-text-color);
    text-decoration: none;
}

.result-listing-content h3 a:hover {
    color: #272B32;
}

.result-listing-content-price {
    text-align: left;
    font-size: 18px;
}

.result-listing-content p {
}

.result-listing-content-details li span {
    font-size: 0.9rem;
    color: var(--primary-text-color);
    font-family: var(--font-family-medium), sans-serif;
}

.about-img-hotifer {
    position: absolute;
    right: -60px;
    bottom: 20px;
    width: 280px;
    padding: 1rem;
    z-index: 11;
    border-radius: var(--border-radius-standard);
    color: var(--primary-text-color);
    text-align: left;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    background: var(--primary-color);
}

.about-img-hotifer:before {
    bottom: 30px;
    right: 20px;
    position: absolute;
    color: var(--primary-text-color);
    font-size: 19px;
    font-weight: bold
}

.about-wrap p {
    text-align: justify;
}

.about-img-hotifer p {
    color: var(--primary-text-color);
    font-size: 0.85rem;
    margin-bottom: 10px;
    text-align: left;
}

.list-single-main-media {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    background: #fff;
    padding: 2px;
}

.list-single-main-media .gallery-item img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

.list-single-carousel-wrap {
    height: 450px;
    background: var(--primary-bg-color);
    position: relative;
}

.swiper-main-carousel {
    height: 100%;
}

.swiper-main-carousel .swiper-wrapper {
    align-items: center;
}

.swiper-main-carousel .swiper-slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}

.swiper-main-carousel .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    cursor: pointer;
}

.swiper-scroll-progress {
    position: fixed;
    right: 10px;
    top: 0;
    width: 4px;
    height: 100%;
    background: rgba(255,255,255,0.2);
    z-index: 9999;
}
.swiper-scroll-progress .progress-bar {
    width: 100%;
    height: 0%;
    background: #fff;
    transition: height 0.3s ease;
}

.swiper-scroll-progress-dotted {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    z-index: 10;
}

.swiper-scroll-progress-dotted .dot {
    flex: 1 1 0;
    margin: 1px 0; /* зазор между линиями */
    background-color: #fff;
    opacity: 0.3;
    transition: background-color 0.2s, opacity 0.2s;
    border-radius: 2px;
}

.swiper-scroll-progress-dotted .dot.active {
    background-color: var(--primary-color);
    opacity: 1;
}

.like-btn {
    margin-right: 15px;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border: 1px solid var(--border-standard-color);
    border-radius: var(--border-radius-standard);
    cursor: pointer;
    background: #fff;
    color: var(--primary-text-color);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.like-btn i {
    margin-right: 10px;
}

.flag-btn {
    margin-right: 15px;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border: 1px solid var(--border-standard-color);
    border-radius: var(--border-radius-standard);
    cursor: pointer;
    background: #fff;
    color: var(--primary-text-color);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.flag-btn i {
    margin-right: 10px;
}

.contacts-list ul {
    padding-left: 2rem;
}


.contacts-list li, .footer-contacts li {
    width: 100%;
    margin-bottom: 0.75rem;
    text-align: left;
    font-size: 1rem;
    list-style-type: disc;
    display: flex;
}

.contacts-list li {
    justify-content: space-between;
}

.footer-contacts li span {
    color: #fff;
    position: relative;
}

.contacts-list li span {
    color: var(--primary-text-color);
}

.contacts-list li span i, .footer-contacts li span i {
    margin-right: 6px;
    color: #fff !important;
}

.contacts-list li a {
    color: var(--primary-text-color);
}

.contacts-list.contacts-list-inline li {
    width: 33.3%;
}

.contacts-list.lang-list ul li {
    color: #025FB6;
}


.details-list li {
    width: 33.3%;
    padding: 0 20px 15px 0;
    text-align: left;
}

.details-list li span {
    padding: 0 0.75rem 0 0;
    color: var(--primary-text-color);
}

/*-------------map ,  infobox and markers ---------------------------------------*/
.map-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    z-index: 1;
}

.hidden-map-container {
    display: none;
    background: #fff;
    overflow: hidden;
}

#singleMap, .fw-map-small-map {
    height: 420px;
}

#singleMap {
    height: 400px;
    filter: saturate(50%);
}

.contacts-map {
    margin-top: 20px;
}

.contacts-map #singleMap {
    height: 275px;
}

.map-container #map-main {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
    filter: saturate(50%);
}

.map-container.column-map {
    width: calc(100% - 850px);
    position: fixed;
    overflow: hidden;
    left: 0px;
    top: 145px;
}

.map-container.column-map.right-position-map {
    left: inherit;
    right: 80px;
}

.map-container.column-map.no-top_search {
    top: 70px;
}

.map-close {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1100;
    cursor: pointer;
    width: 43px;
    height: 43px;
    line-height: 43px;
    border-radius: var(--border-radius-standard);
    -webkit-transform: translate3d(0, 0, 0);
    display: none;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.mapzoom-in, .mapzoom-out {
    position: absolute;
    z-index: 100;
    top: 50%;
    cursor: pointer;
    width: 38px;
    height: 38px;
    line-height: 38px;
    right: 10px;
    margin-top: -84px;
    color: #666;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(58, 87, 135, 0.25);
}

.mapzoom-out {
    margin-top: -43px;
}

.mapzoom-in:before, .mapzoom-out:before {
    font-size: 10px;
}

.mapzoom-in:before {
}

#singleMap {
    touch-action: pan-x pan-y;
}

/*------Contacts------------------------------------------------*/

.contact-form-container {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    /*top: 20%;*/
    z-index: 10;
}

.contact-form-main {
    padding: 2rem 2rem;
    background: #fff;
    border-radius: var(--border-radius-standard);
    overflow: hidden;
    transition: all 200ms linear;
    border: 1px solid var(--border-standard-color);
}

#message div {
    text-align: left;
    padding: 10px 30px;
    font-size: 1rem;
    background: var(--primary-bg-color);
    border: 1px solid #eee;
    margin-bottom: 10px;
    color: var(--primary-text-color);
}

.hid-body {
    overflow: hidden;
}

/*------ services------------------------------------------------*/
.services-options li {
    width: 100%;
    position: relative;
    padding: 0 0 0 95px;
    margin-bottom: 20px;
    min-height: 80px;
    margin-left: 0;
    list-style: none;
}

.services-options li i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: var(--primary-text-color);
    border-radius: var(--border-radius-standard);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    box-shadow: 0 3px 3px -1px rgb(0 0 0 / 3%), 0 0 0 1px rgb(0 0 0 / 3%);
}

.services-options li h2 {
    text-align: left;
    padding-bottom: 0.2rem;
    color: var(--primary-text-color);
    font-size: 1.1rem;
    line-height: 1.5rem;
}

.services-options li p {
    text-align: left;
}

body.no-scroll {
    overflow: hidden !important;
}

.swiper-button-next {
    right: 2rem !important;
}

.swiper-button-prev {
    left: 2rem !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 2rem !important;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--primary-text-color) !important;
}

.swiper-pagination-bullet-active {
    background: var(--primary-text-color) !important;
}

.swiper-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 1rem !important;
}

.iti {
    width: 100%;
}

.cluster-visible:before, blockquote, .fuzone {
    border-color: var(--primary-color);
}

.dashboard-stats i, .user-profile-menu li a span {
    color: var(--primary-text-color);
}

.btn-view {
    background: var(--view-color);
    border: 1px solid var(--border-standard-color) !important;
    box-shadow: 0 5px 5px -2px rgb(0 0 0 / 5%), 0 0 0 1px rgb(0 0 0 / 5%);
}

.btn-edit {
    background: var(--edit-color);
    border: 1px solid var(--border-standard-color) !important;
    box-shadow: 0 5px 5px -2px rgb(0 0 0 / 5%), 0 0 0 1px rgb(0 0 0 / 5%);
}

.btn-delete {
    background: var(--delete-color);
    border: 1px solid var(--border-standard-color) !important;
    box-shadow: 0 5px 5px -2px rgb(0 0 0 / 5%), 0 0 0 1px rgb(0 0 0 / 5%);
}

.btn-publish {
    background: var(--publish-color);
    border: 1px solid var(--border-standard-color) !important;
    box-shadow: 0 5px 5px -2px rgb(0 0 0 / 5%), 0 0 0 1px rgb(0 0 0 / 5%);
}

.btn-unpublish {
    background: var(--unpublish-color);
    border: 1px solid var(--border-standard-color) !important;
    box-shadow: 0 5px 5px -2px rgb(0 0 0 / 5%), 0 0 0 1px rgb(0 0 0 / 5%);
}

.btn-secondary {
    background: var(--secondary-color);
    border: 1px solid var(--border-secondary-color) !important;
    box-shadow: 0 5px 5px -2px rgb(0 0 0 / 5%), 0 0 0 1px rgb(0 0 0 / 5%);
}

.btn-secondary:hover {
    background: var(--secondary-color-gradient);
    font-weight: normal;
    color: var(--primary-text-color);
}

.btn-primary {
    background: var(--primary-color);
    border: 1px solid var(--border-primary-color) !important;
    box-shadow: 0 5px 5px -2px rgb(0 0 0 / 5%), 0 0 0 1px rgb(0 0 0 / 5%);
}

.btn-primary:hover {
    background: var(--primary-color-gradient);
}

.btn-tertiary {
    background: var(--tertiary-color);
    border: 1px solid var(--border-tertiary-color) !important;
    box-shadow: 0 5px 5px -2px rgb(0 0 0 / 5%), 0 0 0 1px rgb(0 0 0 / 5%);
}

.btn-tertiary:hover {
    background: var(--tertiary-color-gradient);
}

.btn-default {
    background: var(--default-color);
    border: 1px solid var(--border-default-color) !important;
    color: var(--primary-text-color);
}

.btn-default:hover {
    background: var(--default-color-gradient);
    font-weight: normal;
    color: var(--primary-text-color);
}

.btn-inverse {
    background: #6184D8;
}

.btn-inverse {
    background: #6184D8;
    border: #6184D8;
    color: #fff;
}

.btn-inverse:hover {
    background: #4B74D2;
}

.btn-remove {
    background: #E16F7C;
    color: #fff;
    border: #E06775;
}

.btn-remove:hover {
    background: #E78893;
}

.btn-add {
    background: #6CB298;
    color: #fff;
    border: #5FAB8F;
}

.btn-add:hover {
    background: #79B9A1;
}

.color-white {
    color: #fff !important;
}

.color-primary {
    color: var(--primary-color) !important;
}

.color-secondary {
    color: var(--secondary-color) !important;
}


.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.bg-subtle-primary {
    background-color: var(--primary-subtle-bg-color) !important;
}

.bg-subtle-secondary {
    background-color: var(--secondary-subtle-bg-color) !important;
}

.bg-gray {
    background-color: whitesmoke !important;
}

.border-standard {
    border: 1px solid var(--border-standard-color);
    border-radius: var(--border-radius-standard);
}

[class*="icheck-"] {
    min-height: 22px;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    padding-left: 0px;
}

.icheck-inline {
    display: inline-block;
}

.icheck-inline + .icheck-inline {
    margin-left: .75rem;
    margin-top: 6px;
}

[class*="icheck-"] &gt; label {
    padding-left: 29px !important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

[class*="icheck-"] &gt; input:first-child {
    position: absolute !important;
    opacity: 0;
    margin: 0;
}

[class*="icheck-"] &gt; input:first-child:disabled {
    cursor: default;
}

[class*="icheck-"] &gt; input:first-child + label::before,
[class*="icheck-"] &gt; input:first-child + input[type="hidden"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid var(--primary-text-color);
    border-radius: var(--border-radius-standard);
    margin-left: -29px;
}

[class*="icheck-"] &gt; input:first-child:checked + label::after,
[class*="icheck-"] &gt; input:first-child:checked + input[type="hidden"] + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 10px;
    border: solid 2px #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}

[class*="icheck-"] &gt; input[type="radio"]:first-child + label::before,
[class*="icheck-"] &gt; input[type="radio"]:first-child + input[type="hidden"] + label::before {
    border-radius: 50%;
}

[class*="icheck-"] &gt; input:first-child:not(:checked):not(:disabled):hover + label::before,
[class*="icheck-"] &gt; input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-width: 1px;
}

[class*="icheck-"] &gt; input:first-child:disabled + label,
[class*="icheck-"] &gt; input:first-child:disabled + input[type="hidden"] + label,
[class*="icheck-"] &gt; input:first-child:disabled + label::before,
[class*="icheck-"] &gt; input:first-child:disabled + input[type="hidden"] + label::before {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.icheck-default &gt; input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-default &gt; input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #43474d;
}

.icheck-default &gt; input:first-child:checked + label::before,
.icheck-default &gt; input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #43474d;
    border-color: #43474d;
}

.icheck-default &gt; input:first-child:checked + label::after,
.icheck-default &gt; input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem 2rem;
    margin-top: 1rem;
    text-align: left;
}

/*.marker-cluster-medium { background-color: rgba(241, 211, 87, 0.6); filter: saturate(250%) }*/
.marker-cluster-medium div { background-color: #ffe56f; border: 1px solid var(--bs-gray-500); }

/*.marker-cluster-small { background-color: rgba(241, 211, 87, 0.6); filter: saturate(250%);}*/
.marker-cluster-small div { background-color: #ffe56f; border: 1px solid var(--bs-gray-500); }

/*.marker-cluster-large {background-color: rgba(241, 211, 87, 0.6); filter: saturate(250%) }*/
.marker-cluster-large div { background-color: #ffe56f; border: 1px solid var(--bs-gray-500); }

/* IE 6-8 fallback colors */
/*.leaflet-oldie .marker-cluster-small { background-color: rgb(241, 211, 87); }*/
.leaflet-oldie .marker-cluster-small div { background-color: #ffe56f; border: 1px solid var(--bs-gray-500); }

/*.leaflet-oldie .marker-cluster-medium { background-color: rgb(241, 211, 87); }*/
.leaflet-oldie .marker-cluster-medium div { background-color: #ffe56f; border: 1px solid var(--bs-gray-500); }

/*.leaflet-oldie .marker-cluster-large { background-color: rgb(241, 211, 87);; }*/
.leaflet-oldie .marker-cluster-large div { background-color: #ffe56f; border: 1px solid var(--bs-gray-500); }

.marker-cluster { background-clip: padding-box; border-radius: 50%; }
.marker-cluster div { width: 2.5rem; height: 2.5rem; margin-left: 5px; margin-top: 5px; text-align: center; border-radius: 50%; }
.marker-cluster span { line-height: 2.5rem; font-family: var(--font-family-bold); }

.position-relative {
    position: relative !important;
}

s, strike {
    text-decoration: none;
    position: relative;
}

del::before, del::before {
    top: 50%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
    background: var(--important-color); /*this is the color of the line*/
    opacity: .7;
    content: '';
    width: 110%;
    position: absolute;
    height: .1em;
    border-radius: .1em;
    left: -5%;
    white-space: nowrap;
    display: block;
    transform: rotate(-13deg);
}

del.straight::before, strike.straight::before {
    transform: rotate(0deg);
    left: -1%;
    width: 102%;
}

del {
    position: relative;
    font-size: 75%;
    color: var(--grey-text-color);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

h2 {
    font-size: 1.5rem;
    line-height: 2rem;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table;
}

textarea {
    font-family: 'Inter Standard';
}

.input-group {
    position: relative;
}

.input-group-append {
    position: absolute;
    right: 0;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    z-index: 9999;
    bottom: 5px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.spinner-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10710;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10vh;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.custom-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 10710;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(1px);
    transition: opacity 0.2s ease-in-out;
}

.custom-loader-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid #999;
    border-top-color: transparent;
    border-radius: 50%;
    animation: custom-spin 0.8s linear infinite;
}

@keyframes custom-spin {
    to {
        transform: rotate(360deg);
    }
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    border-color: #28a745 !important;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    border-color: #dc3545 !important;
}

input.parsley-success:focus,
select.parsley-success:focus,
textarea.parsley-success:focus {
    border-color: #28a745 !important;
}

input.parsley-error:focus,
select.parsley-error:focus,
textarea.parsley-error:focus {
    border-color: #dc3545 !important;
}


select.parsley-success + .chosen-select {
    border-color: #28a745 !important;
}

select.parsley-error + .chosen-select {
    border-color: #dc3545 !important;
}

select.parsley-success + .chosen-select:focus {
    border-color: #28a745 !important;
}

select.parsley-error + .chosen-select:focus {
    border-color: #dc3545 !important;
}

.parsley-errors-list li {
    font-size: 0.85rem;
    font-style: italic;
    margin: 2px 0 3px !important;
    padding: 0 !important;
    list-style-type: none !important;
    width: 100% !important;
    margin-top: 0.25rem !important;
    color: #ce041c !important;
    font-family: var(--font-family-standard);
}

.parsley-errors-list.filled {
    opacity: 1 !important;
    margin-top: 5px !important;
}

.required {
    color: #CC2121;
    font-size: 20px;
    line-height: 10px;
}

.email2 {
    display: none !important;
}

div.field-wrapper {
    margin-bottom: 1rem;
    width: 100%;
}

.astrodivider {
    margin: 40px auto 0px;
    width: 400px;
    max-width: 100%;
    position: relative;
}

.astrodividermask {
    overflow: hidden;
    height: 20px;
}

.astrodividermask:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 8px #606060;
}

.astrodivider span {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 100%;
    box-shadow: 0 2px 4px #444444;
    background: #fff;
}

.astrodivider i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed #5B5B5B;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    color: #333;
}


.h-divider {
    margin: auto;
    width: 80%;
    position: relative;
}

.h-divider .shadow {
    overflow: hidden;
    height: 20px;
}

.h-divider .shadow:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px/12px;
    box-shadow: 0 0 8px var(--primary-text-color);
}

.eye {
    bottom: 18px !important;
}

.nice-select.no-search-select .list {
    z-index: 9999;
}

.nice-select .current {
    line-height: 1rem;
    font-family: var(--font-family-standard);
    background: var(-dropdown-button-selected-bg-color);
}

.nice-select .list {
    max-height: 200px;
    overflow-y: auto;
}

.page-hero {
    position: relative;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    /*overflow: hidden;*/
    z-index: 10;
}

.page-hero-home {
    height: 415px;
}

.page-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, calc(var(--overlay-opacity, 0.5) * 0.3)) 0%,
            rgba(0, 0, 0, calc(var(--overlay-opacity, 0.5) * 0.6)) 50%,
            rgba(0, 0, 0, var(--overlay-opacity, 0.5)) 100%
    );
}

.page-hero__content {
    position: relative;
    z-index: 2;
    padding: 1rem;
    width: 100%;
}

.page-hero h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 2px #333;
    color: #fff;
}

.page-hero h2 {
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 2px #333;
}

.appliedFiltersCount {
    color: #dc3545;
    font-family: var(--font-family-medium);
}

.breadcrumbs {
    padding: 1.5rem 0;
    font-size: 0.95rem;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid var(--border-standard-color);
    border-top: 1px solid var(--border-standard-color);
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);*/
}

.breadcrumbs__list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0.5rem;
}

.breadcrumbs__item {
    display: flex;
    align-items: center;
    color: #666;
    margin-left: 0;
    list-style: none;    
}

.breadcrumbs__item:not(:last-child)::after {
    content: "›";
    margin: 0 0.5rem;
    color: #bbb;
    font-size: 0.9rem;
}

.breadcrumbs__link {
    text-decoration: none;
    color: var(--primary-text-color);
    transition: color 0.2s;
}

.breadcrumbs__link:hover {
    text-decoration: underline;
}

.breadcrumbs__item--current {
    color: var(--bs-gray-600);
    pointer-events: none;
}

#aaiu-uploader {
    margin-top: 0px;
}

.easy-autocomplete {
    width: auto !important;
}

.easy-autocomplete-container {
    z-index: 99999 !important;
    top: 70px !important;
    text-align: left;
}

.nice-select {
    /*margin-bottom: 1rem;*/
    font-size: 1rem !important;
}

.custom-form label {
    color: var(--primary-text-color);
    font-family: var(--font-family-medium);
}

.custom-form .icheck-default label {
    font-family: var(--font-family-standard);
} 

.initial-height {
    line-height: initial;
    height: initial;
}

.iti {
    margin-bottom: 10px;
}

.iti__country-list--dropup {
    z-index: 8888 !important;
}

.iti__country-list {
    z-index: 9999 !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.w-auto {
    width: auto !important;
}

.w-100 {
    width: 100% !important;
}

.listing-item-container {
    padding-top: 20px;
}

.details-list li span:first-child {
    display: inline-block;
    min-width: 180px;
    max-width: 180px;
}

.details-list.nearby-places li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    background: var(--primary-bg-color);
    padding: 5px 10px;
    border: 1px solid var(--border-standard-color);
    border-radius: var(--border-radius-standard);
}

.details-list.nearby-places li span:first-child {
    display: flex;
    min-width: 500px;
    max-width: 500px;
}

.details-list.nearby-places li span:nth-child(2) {
    padding-left: 25px;
}

.details-list li {
    width: 100%;
    display: flex;
    align-items: center;
}

ul.saved-search-params li span:first-child {
    display: inline-block;
    min-width: 300px;
    max-width: 300px;
    font-family: var(--font-family-medium);
}

ul.saved-search-params li {
    width: 100%;
    display: flex;
    align-items: center;
}

.tolt::after {
    color: var(--primary-text-color);
    font-size: 0.8rem;
    font-weight: normal;
    border-radius: var(--border-radius-standard);
}

.pageSearchPropertiesLocation #main, .pageMapSearch #main, .pageRealEstateAgent #main, .pageMapSearchDeveloperProjects #main {
    background: #fff;
}

.map-item, .map-item i {
    color: #fff !important;
    text-shadow: 1px 1px 2px #333;
}

#search-helpTextIcon {
    top: -22px;
    position: absolute;
    z-index: 99;
    left: 10px;
}

#search-helpText {
    position: absolute;
    top: -19px;
    font-size: 0.75rem;
    color: var(--bs-gray-600);
    font-family: var(--font-family-medium);
    left: 32px;
}

#saveSearchButton {
    margin-top: 0px;
    padding: 17px 0px;
    margin-left: 10px;
    cursor: pointer;
    text-decoration: underline;
}


#agreeWithTermsLabel a {
    color: #99CDFE;
}

.share-container {
    min-width: auto;
}

.dashboard-listings-item_img a {
    width: 80px;
}

.profile-widget-footer {
    border-top: none;
}

.profile-widget-card {
    padding-left: 0px;
    padding-right: 0px;
}

.profile-widget-card:before {
    content: none !important;
}

.profile-widget-header-title {
    width: 100%;
}

.profile-widget-header-title h4 {
    font-size: 1.25rem;
}

.profile-widget-header-title h4 .fa-user {
    margin-right: 6px;
}

.profile-widget-header-title p .fa-comment-lines {
    font-size: 1.3rem;
    margin-right: 5px;
}

.favorite i {
    color: #C00C3F;
}

.modal-header {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.notes {
    margin-bottom: 20px;
    font-size: var(--font-size-standard);
    color: #566985;
}

.serv-link.sl-b {
    margin-right: 20px;
}

.footer-widget-logo {
    margin-bottom: 13px;
}


.error-wrap p {
    color: var(--primary-text-color);
}

.hero-text-big {
    color: #99CDFE;
}

.hero-text-big span.z-layer:not(:first-child) {
    color: #F5F7FB;
}

.viewDetails {
    padding: 4px 10px !important;
}

.listsearch-input-item .filter-tags li {
    margin-bottom: 10px !important;
    width: 50%;
}

#submitListingForm input[type=text], #submitListingForm .chosen-select {
    /*margin-bottom: 0.75rem !important;*/
}

#mapCloseWrapper {
    margin-top: 0.7rem;
    margin-left: 10%;
}

/*.dec-icon { top: 33px !important; }*/
.map-close {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    width: 17.5rem !important;
    font-size: 1rem;
    font-family: var(--font-family-standard);
    background: var(--primary-color);
    border: 1px solid var(--grey-text-color);
    height: 3.5rem;
    line-height: 5rem;
    /*display: none;*/
    position: initial !important;
    right: unset !important;
    top: unset !important;
}

.mobile-logo {
    display: none;
}

.desktop-logo {
    display: block;
}

.mobile-logo-small {
    display: none;
}

.site-logo-small {
    display: none;
}


#field-speakLanguages h5, #field-speakLanguages2 h5, #field-accountCultureAlias h5 {
    text-align: left;
    margin-bottom: 1rem;
    font-size: var(--font-size-standard);
}

.col-list-wrap {
    min-height: initial !important;
    padding-top: 20px;
}

.msotw_footer {
    position: relative;
}

#btnApplyFiltersAndShowMapSearchResults {
    border-radius: var(--border-radius-standard);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

#btnApplyFiltersAndShowMapSearchResults i {
    display: none !important;
}

#btnApplyFiltersAndShowMapSearchResults span {
    display: block !important;
}

.cart-btn, .header-opt_btn {
    width: 85px !important;
}

.header-opt_btn .fa-globe {
    color: var(--important-color);
}

.chat-contacts-item {
    padding: 20px 20px 20px 20px !important;
}

.photoUpload span {
    color: var(--secondary-text-color) !important;
}

.photoUpload .fa-camera:after {
    filter: invert(1);
}

.inline-facts-wrap {
    border: none !important;
}

.list-single-facts {
    background: #f9f9f9 !important;
}

#homePageSubmitCta {
    text-align: center;
}

#homePageSubmitCta a {
    margin-right: 5px;
}

#homePageMapSearchCta {
    text-align: center;
}

.add-list-tags .filter-tags li.lang {
    margin-bottom: 10px;
}

.dashboard-widget-title {
    text-align: left;
    border: 2px solid var(--border-standard-color);
    border-bottom-width: 0px;
}

.dashboard-widget-title h5 {
    font-size: 1.15rem;
}

.dashboard-widget-title h5 strong {
    font-size: 1rem;
}

.photoNotes ul {
    margin-left: 1rem;
}

.photoNotes ul li {
    list-style: disc;
}

#priceListNotes ul {
    margin-left: 1rem;
}

#priceListNotes ul li {
    list-style: disc;
}

.photoNotes2 {
    font-size: var(--font-size-standard);
    margin-left: 0px;
}

.photoNotes2 .fa-info-circle {
    color: var(--important-alt-color);
}

#speakLanguagesNotes {
    font-size: var(--font-size-standard);
    margin-left: 0px;
}

#speakLanguagesNotes .fa-info-circle {
    color: var(--important-alt-color);
}

.close-reg .fa-times {
    color: var(--primary-text-color);
}

.lang-en .header-opt-modal {
    right: 399px;
    top: 100%;
}

.lang-en .dashboard-submenu {
    right: 347px;
    top: 100%;
}

.lang-cs .header-opt-modal {
    right: 399px;
    top: 100%;
}

.lang-cs .dashboard-submenu {
    right: 347px;
    top: 100%;
}

.lang-ru .header-opt-modal {
    right: 433px;
    top: 100%;
}

.lang-ru .dashboard-submenu {
    right: 382px;
    top: 100%;
}

.lang-uk .header-opt-modal {
    right: 399px;
    top: 100%;
}

.lang-uk .dashboard-submenu {
    right: 347px;
    top: 100%;
}

/**/

.ut-superHomeAgent.lang-en .header-opt-modal {
    right: 178px;
    top: 100%;
}

.ut-superHomeAgent.lang-en .dashboard-submenu {
    right: 127px;
    top: 100%;
}

.ut-superHomeAgent.lang-cs .header-opt-modal {
    right: 178px;
    top: 100%;
}

.ut-superHomeAgent.lang-cs .dashboard-submenu {
    right: 127px;
    top: 100%;
}

.ut-superHomeAgent.lang-ru .header-opt-modal {
    right: 213px;
    top: 100%;
}

.ut-superHomeAgent.lang-ru .dashboard-submenu {
    right: 162px;
    top: 100%;
}

.ut-superHomeAgent.lang-uk .header-opt-modal {
    right: 178px;
    top: 100%;
}

.ut-superHomeAgent.lang-uk .dashboard-submenu {
    right: 127px;
    top: 100%;
}

/**/

.ut-superHomeAgency.lang-en .header-opt-modal {
    right: 1px;
    top: 100%;
}

.ut-superHomeAgency.lang-en .dashboard-submenu {
    right: 84px;
    top: 100%;
}

.ut-superHomeAgency.lang-cs .header-opt-modal {
    right: 1px;
    top: 100%;
}

.ut-superHomeAgency.lang-cs .dashboard-submenu {
    right: 84px;
    top: 100%;
}

.ut-superHomeAgency.lang-ru .header-opt-modal {
    right: 1px;
    top: 100%;
}

.ut-superHomeAgency.lang-ru .dashboard-submenu {
    right: 84px;
    top: 100%;
}

.ut-superHomeAgency.lang-uk .header-opt-modal {
    right: 1px;
    top: 100%;
}

.ut-superHomeAgency.lang-uk .dashboard-submenu {
    right: 84px;
    top: 100%;
}

.ut-superHomeAgency .main-header {
    padding-right: 0;
}


.nav-holder nav li a {
    border-radius: var(--border-radius-standard);
    padding: 8px 1.25rem 0px 0px;
    display: flex;
    align-items: center;
    /*text-transform: uppercase;*/
    border-radius: 0;
    padding-bottom: 0;
    /*font-family: var(--font-family-medium);*/
    letter-spacing: 0px;
    font-size: 1rem;
}

.nav-holder nav li a span {
    display: inline-block;
}

.nav-holder nav li a span span {
    display: inline-block;
    /*width: 120%;*/
}

.nav-holder nav li a:hover span span {
    border-bottom: 1px solid var(--grey-text-color);
}

.nav-holder nav li a.ff-b span {
    /*border-bottom: 2px solid var(--primary-text-color);*/
    letter-spacing: 0;
}

.nav-holder nav li a i {
    padding-left: 6px;
    padding-right: 4px;
    font-size: 0.9rem;
    display: inline-block;
}

.nav-holder nav li a.ff-m {
    /*background: var(--primary-color);*/
    /*border: 1px solid var(--border-standard-color);*/
    /*box-shadow: 0 4px 16px -2px rgb(0 0 0 / 10%), 0 0 0 1px rgb(0 0 0 / 2%);*/
}

.add-list {
    box-shadow: 0 5px 5px -2px rgb(0 0 0 / 5%), 0 0 0 1px rgb(0 0 0 / 5%);
    border-radius: var(--border-radius-standard);
    font-family: var(--font-family-standard);
    margin-left: 1.5rem;
    display: flex;
    align-items: center;
    font-size: 1rem !important;
    max-width: 17rem;
    line-height: 1rem;
    padding: 1.5rem 1rem;
    margin-top: -5px;
    justify-content: center;
}

.api-btn i {
    font-weight: bold;
}

.copyright {
    text-align: center;
    color: #fff;
}

.more-opt_btn {
    letter-spacing: 3px;
    position: absolute;
    right: 30px;
    top: 14px;
    cursor: pointer;
    font-size: 1rem;
    color: var(--primary-text-color);
    text-transform: uppercase;
    border: 1px solid var(--grey-text-color);
    padding: 0.9rem;
    border-radius: var(--border-radius-standard);
    /*box-shadow: 0 4px 16px -2px rgb(0 0 0 / 10%), 0 0 0 1px rgb(0 0 0 / 2%);*/
    width: 205px;
}

.more-opt_btn i {
    font-size: 1rem;
}

.col-list-wrap_opt_btn {
    position: static;
    letter-spacing: 3px;
    right: 40px;
    top: 15px;
    cursor: pointer;
    font-size: 1.1rem;
    color: var(--primary-text-color);
    text-transform: uppercase;
    border: 1px solid var(--grey-text-color);
    padding: 0.9rem 0.8rem 0.9rem 1rem;
    border-radius: var(--border-radius-standard);
    font-family: var(--font-family-medium);
    /*box-shadow: 0 4px 16px -2px rgb(0 0 0 / 10%), 0 0 0 1px rgb(0 0 0 / 2%);*/
}

.bold {
}

.change-photo-btn.cpb-2 {
    left: 30px;
    bottom: 20px;
}


#updateProfileInfo2 {
    margin-top: 0px;
    border: none;
    margin-left: 12px;
    font-family: 'Plan Grotesque Std', sans-serif;
    cursor: pointer;
}

#updateProfileInfo3 {
    margin-top: 0px;
    border: none;
    margin-left: 12px;
    font-family: 'Plan Grotesque Std', sans-serif;
    cursor: pointer;
}

#deleteAccount {
    margin-top: 0px;
    border: none;
    margin-left: 0px;
    font-family: 'Plan Grotesque Std', sans-serif;
    cursor: pointer;
}

.image_max_warn {
    margin-bottom: 20px;
    color: #D30D45;
}

#loginToSendMessage {
    width: 100%;
    padding: 10px;
}

.small-facts {
    font-size: 0.85rem !important;
    font-style: italic;
    color: var(--primary-text-color);
    /*padding-left: 20px;*/
    font-family: var(--font-family-standard);
}

.translated-from {
    font-size: 0.9rem;
    color: var(--important-alt-color);
    font-family: var(--font-family-standard);
}

.selectedMarker {
    filter: grayscale(100%);
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    /*max-height: 300px;*/
}

.video iframe {
    width: 100%;
    min-height: 350px;
    height: auto;
}

.listing-item.has_one_column .result-listing-img {
    padding: 15px;
}

.listing-item.has_one_column .result-listing-content {
    padding: 0.66rem 3.75rem 0.66rem 0.66rem
}

.agency-logo-wide .listing-item.has_one_column .result-listing-content {
    padding: 0.66rem 7rem 0.66rem 0.66rem
}

.listing-item {
    box-shadow: 0 4px 16px -2px rgb(0 0 0 / 20%), 0 0 0 1px rgb(0 0 0 / 5%);
    margin-bottom: 1rem;
}

.listing-item:hover {
    box-shadow: 0 9px 16px -2px rgb(0 0 0 / 10%), 0 0 0 1px rgb(0 0 0 / 2%);
}

.listing-item.listing-item-agency-listing { /*margin-top: 25px; margin-bottom: 35px;*/
}

.listing-item.listing-item-agency-listing .result-listing-img {
    width: 35%;
}

.listing-item.listing-item-agency-listing .result-listing-content {
    width: 100%;
}

.result-listing-img-item .overlay {
    opacity: 0.25;
}

.result-listing-img:hover .overlay {
    opacity: 0.30;
}

.gisp .gallery-item .listing-item {
    background: #fff;
}

.result-listing-content {
    border: none;
}

.result-listing-content-details li {
    display: flex;
    align-items: center;
}

.about-wrap h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.dateRange-field-wrapper {
    padding-right: 75px;
    margin-bottom: 10px;
    width: 100%;
}

.dateRange-field-wrapper input {
    background: #fff !important;
    margin-top: 10px;
}

.caleran-container, .caleran-container-mobile {
    display: flex;
}

#miscMaps {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

#miscMaps a {
    display: inline-block;
    padding: 10px;
}

#miscMaps span {
    font-size: 1rem;
}

#notification-top-bar {
    width: 100%;
    /*background: #269BE3 !important;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
    background: #fff;
}

#notification-top-bar p {
    color: #fff;
    text-align: center;
    padding: 0;
    color: var(--primary-text-color);
}

.small-br {
    border-radius: 5px;
}

.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #ffffff;
    border-top: 1px dotted #ccc;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px;
    left: 150px;
    width: calc(100% - 374px);
}

/*.top-search-content.top-position { top: 70px; }*/
.easy-autocomplete-container ul li {
    padding: 10px !important;
}

.filter-tags a {
    color: var(--important-alt-color) !important;
    text-decoration: underline;
}

.leaflet-container .leaflet-marker-pane img {
    cursor: pointer !important;
    filter: saturate(200%);
}

.leaflet-control {
    top: 50px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.dashboard-stats i, .user-profile-menu li a span {
    border-radius: 50%;
    font-family: var(--font-family-medium);
    line-height: 16px;
    font-size: 0.75rem;
    color: #fff;
    box-shadow: 0px 1px 3px 1px var(--bs-gray-600);
    background: var(--important-color);
    min-width: 16px;
    padding: 0 3px;
    display: inline-block;
    width: 16px;
    font-weight: bold;
}

.review-notifer {
    border: none;
    position: absolute;
    top: -10px !important;
    right: 0px !important;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 0.75rem;
    color: #fff;
    box-shadow: 0px 1px 3px 1px var(--bs-gray-600);
    border-radius: 50%;
    background: var(--important-color);
    text-transform: uppercase;
    width: initial;
    left: initial;
    bottom: inherit;
    font-weight: bold;
}

.bookmark .def {
    min-width: 100px;
    display: inline-block;
}

.bookings-item {
    position: relative;
    min-height: 250px;
    padding-bottom: 50px;
}

.bookings-item-footer {
    position: absolute;
    bottom: 0px;
}

.bookings-item-header {
    display: flex;
    align-items: center;
}

.saved-seach-item {
    min-height: initial;
}

.caleran-header-empty {
    padding-top: 10px !important;
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-today, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-today, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-today, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-today, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-today, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-today {
    color: #fff !important;
}


.notification {
    padding: 2rem 2rem;
    border-radius: var(--border-radius-standard);
}

.notification.error-notif {
    background: #FBC5D5 !important;
}

.like-btn {
    position: absolute;
    top: 6px;
    right: -13px;
    box-shadow: none;
    border: 0px;
    padding-right: 10px;
    margin-top: 0;
}

.like-btn i {
    margin-right: -6px;
    padding: 8px;
    /*box-shadow: 1px 2px 5px rgb(0 0 0 / 15%);*/
    /*background: var(--primary-bg-color);*/
    border-radius: 10px;
}

.flag-btn {
    position: absolute;
    top: 8px;
    right: -13px;
    box-shadow: none;
    border: 0px;
    padding-right: 10px;
    margin-top: 0;
}

.flag-btn i {
    margin-right: -6px;
    padding: 8px;
    /*box-shadow: 1px 2px 5px rgb(0 0 0 / 15%);*/
    /*background: var(--primary-bg-color);*/
    border-radius: 10px;
}

#mapSearchNotesAndTags {
    padding: 0px 30px 0px;
    margin-top: 35px;
}

#appliedFilterTags ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

#appliedFilterTags ul li {
    display: block;
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
}

#appliedFilterTags ul li .filter-tag {
    align-items: center;
    background: #E0E1E0;
    color: var(--primary-text-color);
    font-size: 0.95rem;
    border-radius: var(--border-radius-standard);
    display: inline-flex;
    line-height: 1;
    padding: 0.33rem 0.66rem;
    position: relative;
    display: flex;
    align-items: baseline;
}

#appliedFilterTags ul li .filter-tag span {
    display: inline-block;
    margin-right: 5px;
}

button.filter-tag {
    cursor: pointer;
}


#appliedFilterTags ul li .filter-LongTermRent, #appliedFilterTags ul li .filter-MidTermRent, #appliedFilterTags ul li .filter-ShortTermRent {
    padding: 10px 10px 10px 10px;
    background: var(--important-alt-color);
    font-family: var(--font-family-bold);
    color: var(--secondary-text-color);
}

#appliedFilterTags ul li .filter-Sale {
    padding: 10px 10px 10px 10px;
    background: var(--important-alt-color);
    font-family: var(--font-family-bold);
    color: var(--secondary-text-color);
}

#appliedFilterTags h3 {
    text-align: left;
    font-size: 16px;
}

.hero-notifer a:hover {
    background: linear-gradient(to right, #F0EB94, #FAF8DB);
}

#appliedFilterTagsHeader {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#appliedFilterTagsHeader h3 {
    margin-right: 10px;
}

#appliedFilterTagsHeader a {
    align-items: center;
    background: #E0E1E0;
    color: var(--primary-text-color);
    font-size: 13px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-flex;
    line-height: 1;
    padding: 5px 10px;
    position: relative;
}

#appliedFilterTagsHeader a span {
    display: inline-block;
    margin-right: 5px;
}

#saveSearchButton2 {
    margin-left: 7px;
    font-size: var(--font-size-standard);
    font-family: var(--font-family-standard);
    padding: 8px 8px;
    display: flex;
}

.color-cancel {
    background: #e5e7f2;
}

.color-cancel:hover {
    background: linear-gradient(to right, #e5e7f2, #F1F2F8);
}

#signUp_agreeWithTerms_label {
    font-size: 1rem;
    display: flex;
    gap: 0.3rem;
}

.listsearch-input-item .filter-tags li label {
    margin-top: 3px;
}

#submitListingForm .custom-form label.check-aaa5 {
    margin-top: 5px;
}

.switchbox {
    display: inline-flex;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    font-family: sans-serif;
}

.switchbox input[type="radio"] {
    display: none;
}

.switchbox label {
    padding: 0.75rem 1rem;
    height: 46px;
    cursor: pointer;
    user-select: none;
    background: transparent;
    font-size: 1rem;
    color: var(--primary-text-color);
    transition: background 0.2s, color 0.2s;
    margin-bottom: 0 !important;
    font-family: var(--font-family-standard);
    display: flex;
    justify-content: center;
    margin-left: 0!important;
    width: 70px;
}

.switchbox label:first-of-type {
    border-right: 1px solid var(--bs-gray-300) !important;
}

.switchbox input[type="radio"]:checked + label {
    background: var(--primary-subtle-bg-color);
    color: var(--primary-text-color);
    font-family: var(--font-family-bold);
}



#submitProperty_midTermRentPossible {
    margin-top: 0px;
}

.listing-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}


.result-listing-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 140px;
    padding-bottom: 0px !important;
    position: relative;
}

.pageMapSearchDeveloperProjects .result-listing-content {
    min-height: initial;
}

.result-listing-content-price {
    margin-top: auto;
    padding-right: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}

.result-listing-content-details {
    margin-top: 12px;
}

#filteredPropertiesContainer .result-listing {
    display: flex;
    flex-direction: column;
}

#filteredPropertiesContainer .result-listing-content h3 {
    font-size: 1.3rem;
}

#filteredPropertiesContainer .listing-item.has_one_column .result-listing-content {
    width: 100%;
}

#filteredProjectsContainer .result-listing {
    display: flex;
    flex-direction: column;
}

#filteredProjectsContainer .result-listing-content h3 {
    font-size: 1.3rem;
}

#filteredProjectsContainer .listing-item.has_one_column .result-listing-content {
    width: 100%;
}

.result-listing-content h3 {
    width: 90%;
}

.splide__arrow {
    /*background: rgba(255, 255, 255, 0.5);*/
    /*box-shadow: 0 4px 16px -2px rgb(0 0 0 / 40%), 0 0 0 1px rgb(0 0 0 / 30%);*/
    background: transparent;
}

.splide__arrow:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.5);
}

a.property-img-link {
    display: block;
    height: 100%;
    width: 50%;
    margin: 0 25%;
}

#openInGoogleMaps {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
    background: var(--default-subtle-bg-color);
    padding: 0.5rem 0.75rem 0.5rem 0.5rem;
    border: 1px solid var(--border-standard-color);
    box-shadow: 0 4px 16px -2px rgb(0 0 0 / 10%), 0 0 0 1px rgb(0 0 0 / 2%);
    border-radius: var(--border-radius-standard);
    color: var(--primary-text-color);
    text-decoration: none;
}

.color-tram-station, .color-bus-station, .color-subway-station {
    color: #D30D45
}

.color-school {
    color: #EE964B;
}

.color-supermarket {
    color: #60993E;
}

.color-mall {
    color: #9A4C95;
}

.color-cafe {
    color: #6F4E37;
}

.color-restaurant {
    color: #FF5D73;
}

.facebook-icon {
    background: #1877f2 !important;
    color: #fff !important;
}

.lang-color {
    color: var(--primary-text-color);
}

.instagram-icon {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    color: #fff !important;
}


.agency-box-widget .col-list-wrap {
    padding-top: 125px;
}

.agency-box-widget .price-opt .nice-select {
    margin-bottom: 0;
}

.agency-box-widget .map-container.column-map {
    top: 180px;
}

.agency-box-widget .top-search-content {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 0;*/
    padding-right: 385px;
}

.agency-box-widget .top-search-content .profile-widget-card {
    margin-top: 0;
    padding-top: 0;
    width: auto;
    flex: 0 0 80%;
}

.agency-box-widget .top-search-content .profile-widget-content {
    padding: 0;
    background: #fff;
    border: none;
    margin-left: 2rem;
    min-width: 200px;
}

.agency-box-widget .top-search-content .agency-logo-block {
    padding: 0.9rem;
    height: 100%;
}

.agency-box-widget .top-search-content .agency-logo-block img {
    height: 100%;
    margin-right: 0rem;
    width: auto;
    box-shadow: none;
    border: none;
}

.agency-box-widget .top-search-content .flex-items-center {
    margin-right: 3rem;
}

.agency-box-widget .top-search-content .more-opt_btn {
    top: 20px;
}


.agency-box-widget h1 {
    font-size: 1.5rem;
    color: var(--primary-text-color);
}


.agency-box-widget .profile-widget-card a:hover {
    text-decoration: none;
}


.w-100 {
    width: 100% !important;
}

.location-pr {
    padding-right: 5px;
}

.message-statuses {
    margin-left: 0.5rem;
}

.message-statuses i {
    margin-right: -2px;
}

ul.no-list-style {
    padding-left: 0 !important;
}

ul.no-list-style li {
    list-style: none !important;
    margin-left: 0;
}

.breadcrumbs-list a:before {
    background: var(--grey-text-color);
}

.dashboard-listing-box .geodir-category-location span.info {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.dashboard-listing-box .geodir-category-location span.info i {
    margin-right: 0.5rem;
}

.dashboard-listing-box .geodir-category-location span.info span {
    text-align: left;
    line-height: 1.25rem;
    font-size: 1.15rem;
}

.list-single-carousel-wrap .sw-btn.swiper-button-prev {
    border-radius: 50%;
    font-size: 1.25rem;
    line-height: 1.7em;
    height: 2rem;
    width: 2rem;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 16px -2px rgb(0 0 0 / 40%), 0 0 0 1px rgb(0 0 0 / 30%);
    border: 0;
}

.list-single-carousel-wrap .sw-btn.swiper-button-prev:hover {
    background: none;
}

.list-single-carousel-wrap .sw-btn.swiper-button-next {
    border-radius: 50%;
    font-size: 1.25rem;
    line-height: 1.7em;
    height: 2rem;
    width: 2rem;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 16px -2px rgb(0 0 0 / 40%), 0 0 0 1px rgb(0 0 0 / 30%);
    border: 0;
}

.list-single-carousel-wrap .sw-btn.swiper-button-next:hover {
    background: none;
}


.ssw-btn.swiper-button-next, .ssw-btn.swiper-button-prev {
    border-radius: 50%;
    font-size: 1.25rem;
    line-height: 1.7em;
    height: 2rem;
    width: 2rem;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 16px -2px rgb(0 0 0 / 40%), 0 0 0 1px rgb(0 0 0 / 30%);
    border: 0;
}

.ssw-btn.swiper-button-next {
    right: 10px;
}

.ssw-btn.swiper-button-prev {
    left: 10px;
}

.single-slider-wrapper {
    margin-top: 1px;
}

.ssw-btn {
    height: 40px;
}

.vis-hiddenfilter .msotw_footer {
    position: fixed;
}


.banner-item {
    width: 100%;
    /*background: #fff;*/
    padding-bottom: 1.5rem;
    padding-top: 0.75rem;
}

.banner-item a {
    padding: 0;
    border: 1px solid var(--border-standard-color);
    box-shadow: 0 4px 16px -2px rgb(0 0 0 / 10%), 0 0 0 1px rgb(0 0 0 / 2%);
    display: flex;
    flex-direction: row;
    background: #FDFCED;
}


.banner-item-image-full-width {
    width: 100%;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner-item-image-full-width img {
    width: 100%;
}

.banner-item-image {
    width: 35%;
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
}

.banner-item-image img {
    width: 100%;
}

.banner-item-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    flex: 1;
    /*min-height: 185px;*/
    padding-bottom: 0px !important;
    position: relative;
}

.banner-item-content-link {
    margin-top: auto;
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
    text-align: left;
    padding-left: 0.4rem;
}

.banner-item-content-text {
    font-size: 1.2rem;
    padding: 1rem 1.3rem 1rem 0.5rem;
    color: var(--grey-text-color);
    text-align: left;
    width: 90%;
}

.banner-item-ad-mark {
    position: absolute;
    right: 13px;
    top: 13px;
    z-index: 5;
    width: 23px;
    height: 23px;
    line-height: 23px;
    color: var(--primary-text-color);
    font-size: 23px;
    border-radius: var(--border-radius-standard);
}

.unpaid-listing {
    border-color: var(--important-color);
    border-width: 2px;
    border-style: dashed;
}


.dashboard-title-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.modal .saved-search-holder, .modal .send-message-holder, .modal .report-listing-holder {
    margin-top: 6rem !important;
}

.agency-list .listing-item .result-listing-content {
    padding: 1rem !important;
}

.agency-list .listing-item .result-listing-content p {
    text-align: left;
}


#field-serviceListingCategories .custom-form label.main-category-title {
    color: var(--important-alt-color);
    font-family: var(--font-family-medium);
}

.list-single-main-media {
    padding-bottom: 0px;
}

.bg-white {
    background: #ffffff !important;
}

.bg-#f8f8f8 {
    background: #f8f8f8 !important;
}


.service-listing-page .list-single-carousel-wrap .sw-btn, .ssw-btn {
    top: 50%;
}

.service-listing-page .list-single-header-item {
    padding-top: 25px;
}

.service-listing-page .gal-link {
    opacity: 0;
}

.service-listing-page .box-item:hover a.gal-link {
    /*opacity: 1 !important;*/
    background: var(--secondary-color);
}

.service-listing-page .list-single-main-media {
    padding: 2rem 2rem 2rem;
    border-left: 1px solid var(--border-standard-color);
    border-right: 1px solid var(--border-standard-color);
    border-top: 1px solid var(--border-standard-color);
    border-bottom: 0;
}

.service-listing-page .list-single-main-container {
    border-radius: 0;
    border-right: none;
    border-left: none;
}

.service-listing-page .list-single-main-item {
    padding: 30px 30px;
    border-left: 1px solid var(--border-standard-color);
    border-right: 1px solid var(--border-standard-color);
    border-bottom: 0;
}

.service-listing-page .listing-features ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-listing-page .listing-features ul li {
    text-align: left;
    margin: 0 0 12px 0;
    position: relative;
    width: initial;
    flex: 0 0 50%;
}

.service-listing-page .list-single-header-item h1 {
    color: var(--primary-text-color);
    margin-bottom: 0.4rem;
}

#filters-column .msotw_footer {
    right: initial;
}

.light-gradient-dark-text .bg-parallax-wrap-gradien:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 90%) !important;
}

.light-gradient-dark-text.single-par .section-title h1, .light-gradient-dark-text.single-par2 .section-title h1 {
    /*color: var(--primary-text-color);*/
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

.light-gradient-dark-text.single-par .single-par .section-title h2, .light-gradient-dark-text.single-par2 .section-title h2 {
    font-size: 1.4rem;
    /*color: var(--primary-text-color);*/
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.gradient-gray-bg {
    background: linear-gradient(to right, #fff, #f8f9fa 50%, #fff);
}


.sl-tag {
    padding: 0.3rem 0.5rem;
    color: #000;
    font-size: 0.85rem;
    border-radius: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    margin-bottom: 0.4rem;
    font-family: var(--font-family-standard);
}

.sl-tag i {
    font-size: 0.8rem;
    margin-right: 0.2rem;
}

#homeServicesFilters_heading {
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

#homeServicesFilters_heading i {
    color: var(--important-alt-color) !important;
}

#homeServicesFilters_heading .fa-minus-circle {
    display: block;
}

#homeServicesFilters_heading .fa-plus-circle {
    display: none;
}

.msotw_footer button {
    border: none;
    cursor: pointer;
}

.hero-title.hero-title_center h1 {
    text-align: center;
    text-shadow: 1px 1px 2px #333;
}

.main-footer {
    padding: 3.5rem 0 0;
    box-shadow: 0 5px 15px 2px rgb(0 0 0 / 10%), 0 0 0 1px rgb(0 0 0 / 2%);
    background: var(--footer-bg-color);
}

.footer-inner {
    padding-bottom: 1rem;
}

.footer-widget-logo img {
    top: -3px;
    left: -11px;
    height: 30px;
    filter: invert(1);
}

.footer-widget p {
    text-align: left;
    color: #fff;
}

.footer-contacts li {
    list-style-type: none;
}


#filters-column .listsearch-input-item label {
    font-size: 1.1rem;
    padding-right: 20px;
}

figure {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

.agency-list .geodir-category-footer {
    margin-top: 0px;
}

.agency-list .geodir-category-footer .btn {
    margin-top: 0.1rem;
    font-size: 0.9rem;
}

.tiny-btn {
    padding: 0.5rem 1rem;
}

.service-listing-page .fw-breadcrumbs {
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: none;
}

.dashboard-listings-item_opt .cat-opt {
    margin-right: 0.5rem;
    padding-left: 0;
}

.pricing-header {
    text-align: left;
}

.pricing-header h3 {
    width: 100%;
    text-align: center;
    display: block;
    /*padding: 0.5rem 1rem;*/
    /*border-radius: var(--border-radius-standard);*/
    /*border: 1px solid var(--border-standard-color);*/
    /*box-shadow: 0 4px 16px -2px rgb(0 0 0 / 10%), 0 0 0 1px rgb(0 0 0 / 2%);*/
}

.price-num-item {
    font-size: 3rem;
}

.pricing-header p {
    text-align: center;
}

.price-link {
    font-family: var(--font-family-medium);
    padding: 1rem 3rem;
}

.dashboard-widget-box .result-listing-content {
    text-align: left;
}

.btn-stripe {
    background: #635bff !important;
    color: #fff !important;
}

.btn-stripe:hover {
    background: #0a2540 !important;
}

.disclaimer {
    font-size: .85rem;
    line-height: 1rem;
    margin-top: 0.5rem;
    width: 100%;
    color: #545f64;
    margin-bottom: 0;
}

.disclaimer .fa-stripe {
    font-size: 2.5rem;
    margin-right: 0.4rem;
    padding-bottom: 0rem;
    color: #5d69e3 !important;
}

.btn-small {
    background: var(--secondary-color);
    box-shadow: none;
    padding: 0.75rem 2rem;
    border: 1px solid var(--border-secondary-color) !important;
}

.btn-small:hover {
    background: var(--secondary-color-gradient);
}

.btn-xsmall {
    background: var(--secondary-color);
    box-shadow: none;
    padding: 0.5rem 1rem;
    border: 1px solid var(--border-secondary-color) !important;
}

.btn-xsmall:hover {
    background: var(--secondary-color-gradient);
}

.change-photo-btn.cpb-2 .photoUpload {
    border-radius: var(--border-radius-standard) !important;
    font-size: var(--font-size-standard);
    font-family: var(--font-family-medium);
    box-shadow: none;
    padding: 0.75rem 2rem;
    background: var(--default-color);
    border: 1px solid var(--border-default-color) !important;
    color: var(--secondary-text-color);
    box-shadow: 0 5px 5px -2px rgb(0 0 0 / 5%), 0 0 0 1px rgb(0 0 0 / 5%);
}

.change-photo-btn.cpb-2 .photoUpload:hover {
    background: var(--default-color-gradient);
}

.border-none {
    border: none !important;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary &gt; th,
.table-primary &gt; td {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover &gt; td,
.table-hover .table-primary:hover &gt; th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary &gt; th,
.table-secondary &gt; td {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover &gt; td,
.table-hover .table-secondary:hover &gt; th {
    background-color: #c8cbcf;
}

.table-success,
.table-success &gt; th,
.table-success &gt; td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover &gt; td,
.table-hover .table-success:hover &gt; th {
    background-color: #b1dfbb;
}

.table-info,
.table-info &gt; th,
.table-info &gt; td {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover &gt; td,
.table-hover .table-info:hover &gt; th {
    background-color: #abdde5;
}

.table-warning,
.table-warning &gt; th,
.table-warning &gt; td {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover &gt; td,
.table-hover .table-warning:hover &gt; th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger &gt; th,
.table-danger &gt; td {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover &gt; td,
.table-hover .table-danger:hover &gt; th {
    background-color: #f1b0b7;
}

.table-light,
.table-light &gt; th,
.table-light &gt; td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover &gt; td,
.table-hover .table-light:hover &gt; th {
    background-color: #ececf6;
}

.table-dark,
.table-dark &gt; th,
.table-dark &gt; td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover &gt; td,
.table-hover .table-dark:hover &gt; th {
    background-color: #b9bbbe;
}

.table-active,
.table-active &gt; th,
.table-active &gt; td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover &gt; td,
.table-hover .table-active:hover &gt; th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

.section-title h2 a {
    color: var(--important-alt-color);
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-sm &gt; .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-md &gt; .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-lg &gt; .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-xl &gt; .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive &gt; .table-bordered {
    border: 0;
}

#sec_reviews .list-single-main-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

#sec_reviews .review-total {
    position: initial !important;
    top: initial !important;
    right: initial !important;
    padding: 15px 75px 15px 20px;
}

#sec_reviews .review-number {
    display: flex;
    justify-content: center;
}

#sec_reviews .re_stars-title {
    font-style: italic;
    font-family: var(--font-family-standard);
    color: var(--important-alt-color);
    font-size: 0.9rem;
    display: inline-block;
    padding-top: 1px;
}

.slick-dots li.slick-active button {
    background: var(--secondary-bg-color);
}

.pagePropertyListingDetails .splide__track {
    margin-top: 20px;
}

.pagePropertyListingDetails .splide__slide {
    border-radius: 10px;
    margin: 0 10px;
    cursor: pointer;
}

.pageDeveloperProjectDetails .splide__track {
    margin-top: 20px;
}

.pageDeveloperProjectDetails .splide__slide {
    border-radius: 10px;
    margin: 0 10px;
    cursor: pointer;
}

.pageServiceListingDetails .splide__track {
    margin-top: 20px;
}

.pageServiceListingDetails .splide__slide {
    border-radius: 10px;
    margin: 0 10px;
    cursor: pointer;
}


.pageServiceListingDetails .reviews-comments-item {
    margin-bottom: 30px;
}

.pageServiceListingDetails .profile-widget-header-title h4 {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.pageServiceListingDetails .contact-subtitle {
    font-size: 1.25rem;
    display: block;
    text-align: left;
    width: 100%;
}

.sl-contacts .w-auto {
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.pl-contacts .w-auto {
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.splide__track--nav &gt; .splide__list &gt; .splide__slide.is-active {
    border-radius: 0;
    margin: 0;
}

.active-marker {
    filter: drop-shadow(2px 4px 6px #999);
}

#field-serviceListingCities .easy-autocomplete-container {
    top: 65px !important;
}

#field-serviceListingCities .easy-autocomplete-container ul {
    left: 50px !important;
}

#serviceListingLocationSearch .easy-autocomplete-container {
    top: 53px !important;
}

#serviceListingLocationSearch .easy-autocomplete-container ul {
    left: initial !important;
    width: initial !important;
}

.serviceListingEmail .fa-envelope {
    font-size: 1.4rem;
    color: var(--important-alt-color);
}

.serviceListingPhone .fa-phone {
    color: var(--important-color);
}

.sl-view {
    font-family: var(--font-family-medium);
    font-size: 1.1rem;
    color: var(--primary-text-color);
    margin-top: 0.9rem;
}

.sl-view img {
    width: 24px;
    padding-bottom: 5px;
    margin-right: 1px;
}

.serviceListingEmail img, .serviceListingPhone img {
    width: 26px;
}

.sl-email img, .sl-phone img {
    width: 26px;
}

.sld-email img, .sld-phone img {
    width: 26px;
    margin-right: 7px;
}

.sld-website img {
    width: 24px;
    padding-bottom: 3px;
    margin-right: 7px;
    margin-left: 2px;
}

.sld-facebook img {
    width: 26px;
    margin-right: 7px;
}

.sld-priceList img {
    width: 26px;
    margin-right: 7px;
}


.sld-youtube img {
    width: 26px;
    margin-right: 7px;
}

.sld-instagram img {
    width: 26px;
    margin-right: 7px;
}

.bg-contain {
    background-size: contain;
}

.bg2 {
    position: absolute;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 1;
    background-size: contain;
    background-attachment: scroll;
    background-position: initial;
    background-repeat: no-repeat;
    background-origin: content-box;
}

.nav-button-wrap {
    background: transparent;
}

.btn-icon-mr {
    margin-right: 3px !important;
}

.btn-inverse .color-primary-text {
    color: #fff !important;
}

#serviceListingList .pagination button.current-page, #serviceListingList .pagination button:hover {
    background: var(--secondary-color) !important;
}

#serviceListingList .pagination button.current-page, #serviceListingList .pagination button:hover {
    background: var(--secondary-color) !important;
}

.pagination .last-link, .pagination .first-link {
    width: auto;
    border-radius: 1rem;
    padding: 0 0.75rem;
}

.pagination .last-link:hover, .pagination .first-link:hover {
    font-family: var(--font-family-standard);
}

.pagination button.current-page, .pagination button:hover {
    background: var(--primary-subtle-bg-color);
}

button.btn-action {
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--primary-text-color);
    font-size: 1rem;
    font-family: var(--font-family-standard);
}

.pageNumber {
    clear: both;
    display: block;
    padding-top: 1rem;
    font-size: 1.25rem;
    padding-bottom: 0rem;
}

.nav-holder nav li a span img {
    width: 20px;
    margin-right: 3px;
    padding-bottom: 3px;
}

.header-opt_btn img {
    width: 20px;
    margin-right: 3px;
    filter: grayscale(1);
}

.pld-email img, .pld-phone img {
    width: 26px;
    margin-right: 3px;
}

.pld-website img {
    width: 24px;
    padding-bottom: 3px;
    margin-right: 3px;
    margin-left: 2px;
}

.profile-widget-header-title .owner-avatar {
    width: 50px;
    border-radius: 50%;
    margin-right: 5px;
    /*box-shadow: 0 4px 16px -2px rgb(0 0 0 / 10%), 0 0 0 1px rgb(0 0 0 / 2%);*/
}

#propertyDetailsSection .contacts-list li span {
    font-size: 1rem;
}

.pld-requests img {
    width: 26px;
    margin-right: 3px;
}

.pld-views img {
    width: 26px;
    margin-right: 3px;
}

#propertyDetailsSection .profile-widget-header {
    padding: 1rem 1.65rem 1rem;
    border-bottom: 1px solid var(--border-standard-color);
}

#propertyDetailsSection .profile-widget-header .profile-widget-header-title h4 {
    font-size: 1.75rem;
}

#propertyDetailsSection .agency-box-widget .profile-widget-header .profile-widget-header-title h4 {
    font-size: 1.25rem;
}

.pageServiceListingDetails .contacts-list .sld-info li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#chat-listing a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

#chat-listing a img {
    width: 20px;
    margin-right: 5px;
}

.agent-tiny-photo {
    position: absolute;
    right: 13px;
    bottom: 5px;
    z-index: 5;
    width: 32px;
    height: 32px;
    line-height: 23px;
    color: #fff;
    font-size: 23px;
    border-radius: var(--border-radius-standard);
}

.agency-tiny-logo {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 5;
    width: auto;
    height: 50px;
    border-radius: var(--border-radius-standard);
}

.agent-tiny-photo img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.agency-tiny-logo img {
    width: auto;
    max-height: 50px;
    max-width: 50px;
}

.agency-logo-wide .agency-tiny-logo img {
    max-width: 100px;
}

.selectTransferListing {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    cursor: pointer;
}

.dashboard-listings-item.selected {
    background: var(--secondary-color);
}

.dashboard-listings-item.selected .dashboard-listings-item_img {
    border-color: var(--secondary-color);
}

.agentMemberTransferChoice {
    width: 100%;
    display: block;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--bs-gray-100);
    border-radius: var(--border-radius-standard);
    border: 1px solid var(--border-standard-color);
    position: relative;
}

.agentMemberTransferChoice.selected {
    background: var(--secondary-color);
    border-color: var(--bs-gray-500);
}

.agentMemberTransferChoice i {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1rem;
}

.btn:disabled, btn[disabled] {
    opacity: 0.5 !important;
}

#headingSecretKey, #headingTestSecretKey, #headingClientId {
    line-height: 1.75rem;
}

#headingSecretKey span, #headingTestSecretKey span, #headingClientId span {
    width: 150px;
    display: inline-block;
    font-family: var(--font-family-medium);
    color: var(--primary-text-color);
}

.about-img .popup-image {
    cursor: pointer;
}

.filter-tags input:checked {
    border: 2px solid var(--primary-text-color);
    width: 22px;
    height: 22px;
    background: var(--primary-color);
}

.pagePropertyListingDetails .splide__arrow, .pageServiceListingDetails .splide__arrow {
    width: 3rem;
    height: 3rem;
}

.pagePropertyListingDetails .splide__arrow svg, .pageServiceListingDetails .splide__arrow svg {
    font-size: 1.5rem;
}

.pagePropertyListingDetails .splide__arrow--next, .pageServiceListingDetails .splide__arrow--next {
    right: 1rem;
}


.pagePropertyListingDetails .splide__arrow--prev, .pageServiceListingDetails .splide__arrow--prev {
    left: 1rem;
}

div.et {
    font-family: var(--font-family-bold);
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
    text-shadow: 1px 1px 2px #333;
    font-size: 1.25rem;
}

.form-instructions {
    color: var(--bs-gray-600);
    font-style: italic;
}

div.et-a {
    background: #05682B;
}

div.et-b {
    background: #4E9A2B;
}

div.et-c {
    background: #AEC814;
}

div.et-c {
    background: #AEC814;
}

div.et-d {
    background: #FFDA0F;
}

div.et-e {
    background: #F6A607;
}

div.et-f {
    background: #EA6716;
}

div.et-g {
    background: #AC111F;
}

#serviceListingLocationSearch .tagify {
    width: 100%;
    padding: 4px;
    font-size: var(--font-size-standard);
    background: var(--input-bg-color) !important;
    text-align: left;
    border-radius: var(--border-radius-standard);
}

#field-serviceListingCities .tagify {
    width: 100%;
    padding: 4px;
    font-size: var(--font-size-standard);
    background: var(--input-bg-color) !important;
    text-align: left;
    border-radius: var(--border-radius-standard);
}


.tagify--focus {
    border-radius: var(--border-radius-standard);
}

.icon-w32 {
    width: 25px;
    margin-right: 5px;
}

.p-price {
    min-width: 125px;
    font-size: 1.2rem;
}

.result-listing-content-price i {
    margin-right: 3px;
}

.half-carousel-conatiner .slick-dots li button {
    background: #fff;
}

.half-carousel-conatiner .slick-dots li.slick-active button {
    background: var(--primary-color);
}

.half-carousel-conatiner .bg-parallax-wrap-gradien:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%) !important;
}

.info-ut-agency a {
    color: var(--important-alt-color);
    text-decoration: underline;
}

.agency-list .geodir-category-footer .sl-email img {
    margin-right: 2px;
}

.profile-widget-content .sld-email img {
    margin-bottom: 3px;
}

.profile-widget-content .sld-phone img {
    margin-bottom: 2px;
}

.pld-email img {
    margin-bottom: 3px;
    margin-right: 3px;
}

.pld-email img {
    margin-bottom: 3px;
    margin-right: 3px;
}

.pld-phone img {
    margin-bottom: 2px;
}

.dashboard-content .fa-times-circle:after {
    /*filter: invert(16%) sepia(93%) saturate(5403%) hue-rotate(336deg) brightness(84%) contrast(97%);*/
}

#gallery-grid {
    display: flex;
    flex-wrap: wrap;
}

.gallery-grid-item {
    width: 30%;
    box-sizing: border-box;
    margin: 10px;
    cursor: pointer;
}

.gallery-grid-item2 {
    width: 15.2%;
    box-sizing: border-box;
    margin: 5px;
    cursor: pointer;
}

.photos-count-6 .gallery-grid-item2 {
    width: 15.2%;
}

.photos-count-5 .gallery-grid-item2 {
    width: 18.5%;
}

.photos-count-4 .gallery-grid-item2 {
    width: 23.5%;
}

.photos-count-3 .gallery-grid-item2 {
    width: 32%;
}

.gallery-grid-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--border-radius-standard);
}

.unpublished-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    font-family: var(--font-family-medium);
    font-size: 2rem;
    text-shadow: 1px 1px 1px #fff;
    padding: 0.25rem 1rem;
    color: var(--secondary-bg-color);
    text-transform: uppercase;
}

.blur-overlay {
    /*filter: blur(4px);*/
    opacity: 0.3;
}

.border-hr {
    width: 400px;
    height: 1px;
    background: var(--border-standard-color);
    margin: 0.5rem 0 0.75rem;
}

.tt-uppercase {
    text-transform: uppercase;
}

.pageServiceListingDetails .fa-price-tag {
    margin-right: 5px;
}

.agent_card .result-listing-img-item:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 70%);
}

.pageRealEstateAgencies .listing-item {
    width: 24%;
    margin-left: 1%;
    box-shadow: 0 4px 16px -2px rgb(0 0 0 / 10%), 0 0 0 1px rgb(0 0 0 / 10%);
}

.pageRealEstateAgencies .result-listing-img img {
    padding: 3rem;
}

.pageRealEstateAgencies .result-listing-content {
    min-height: initial;
}

#priceListFileName {
    margin-right: 0.5rem;
    font-family: var(--font-family-medium);
    color: var(--important-alt-color);
    text-decoration: underline;
}

.btnPublishServiceListing2, .btnPublishPropertyListing2 {
    display: flex;
    width: 100%;
    min-height: 2.5rem;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    border: 1px solid var(--border-secondary-color);
    font-size: 1.2rem;
    margin-right: 1rem;
    margin-bottom: 0rem;
    align-items: center;
    justify-content: center;
    line-height: initial !important;
    background: var(--secondary-color) !important;
    color: var(--primary-text-color) !important;
}

.main-search-input-wrap.msiw-center {
    margin: 0 auto;
}

.marker-cluster div {
    font: 0.75rem var(--font-family-standard), sans-serif !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    padding: 4rem;
}

.intro-section section {
    padding: 3rem 2rem 0;
    background: var(--primary-bg-color);
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    bottom: 0;
    width: 100%;
    overflow: hidden;
    height: 2rem;
    padding-left: 100%;
    box-sizing: content-box;
}

.ticker-wrap .ticker {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 1rem;
    font-size: 1rem;
}

.ticker-wrap .ticker__item a {
    text-decoration: none;
}

.agentAgencyBox {
    margin-left: 12px;
}

.logo-shadow {
    box-shadow: 0 4px 16px -2px rgb(0 0 0 / 10%), 0 0 0 1px rgb(0 0 0 / 2%);
}

.agency-logo {
    width: 50px;
}

.rooms-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.rooms-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.rooms-media {
    float: left;
    width: 40%;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.rooms-media img {
    width: 100%;
    height: auto;
}

.rooms-details {
    float: left;
    width: 60%;
    padding: 5px 0 10px 20px;
}

.rooms-details-header {
    text-align: left;
    padding-bottom: 20px;
}

.rooms-area {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    font-weight: 500;
    background: #F5F7FB;
    border: 1px solid #eee;
    padding: 6px 13px;
    border-radius: 2px;
}

.rooms-area strong {
    padding-left: 3px;
    font-size: 12px;
    color: #566985;
}

.rooms-details-header h3 {
    color: #334e6f;
    padding-bottom: 6px;
    font-size: 16px;
    font-weight: 700;
}

.rooms-details-header h5 {
    font-size: 11px;
    font-weight: 700;
    color: #566985;
}

.rooms-container {
    margin-top: 20px;
}

.rooms-details .facilities-list {
    margin-top: 6px;
}

.rooms-details .facilities-list li {
    float: left;
    margin: 0 12px 0 0;
    color: #878C9F;
    font-size: 16px;
    cursor: pointer;
}

.more-photos-button {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 8px 20px;
    z-index: 2;
    cursor: pointer;
    font-weight: 500;
    color: #fff;
    font-size: 10px;
    border-radius: 0 4px 0 0;
}

.more-photos-button i {
    margin-right: 4px;
}

.no-top-margin {
    margin-top: 0;
}

.short-description {
    color: var(--bs-gray-700);
    font-style: italic;
}

.location-property-wrap {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    transition: all ease 0.4s;
}

.location-property-thumb {
    border: 1px solid var(--border-standard-color);
    border-radius: var(--border-radius-standard);
    position: relative;
    overflow: hidden;
    max-height: 400px;
}

.location-property-thumb:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.45);
}

.location-property-thumb-content {
    padding: 1rem;
    position: absolute;
    bottom: 3rem;
    font-size: 0.85rem;
    color: #fff;
    margin: 0 1rem;
    left: 0;
    border-radius: var(--border-radius-standard);
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.location-property-thumb-content a {
    display: inline-flex;
    gap: 0.3rem;
    align-items: center;
    text-decoration: none;
    padding: 0.5rem 2rem;
}

.location-property-thumb-content-text h3 {
    font-size: 1.25rem;
    text-align: center;
    margin-top: 1rem;
    line-height: 1.7rem;
}

.location-property-thumb-content-text h3 a {
    color: #fff;
    text-align: center;
    padding: 0;
}

.location-property-thumb-content-text p {
    color: #fff;
    text-align: left;
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 1.25rem;
}

.location-property-thumb img {
    transition: all ease 0.4s;
    filter: saturate(50%);
}

.location-property-thumb-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    color: #fff;
}

.location-property-thumb-content-text {
    flex-grow: 1;
}

.location-property-thumb-content-cta {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.lp-content-flex {
    flex: 1;
}

.lp-content-flex .lp-content-title {
    font-size: 17px;
    margin-bottom: 0px;
}

.lp-content-right .lp-property-view {
    width: 40px;
    height: 40px;
    background: var(--primary-bg-color);
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.4s;
    border-radius: 0.3rem;
}

.location-property-wrap:hover .location-property-thumb img, .location-property-wrap:focus .location-property-thumb img {
    transform: scale(1.1);
}

#propertyDetailsSection {
    padding-top: 1.25rem;
    background: var(--header-bg-color);
}

.listing-details-wrapper {
    border: 1px solid var(--border-standard-color);
    border-radius: var(--border-radius-standard);
    background: #fff;
}

.listing-details-top-section {
    margin: 2px;
    padding: 2rem 1.75rem 1.5rem;
    background: #fff;
    position: relative;
}

.no-top-section {
    border-radius: var(--border-radius-standard) var(--border-radius-standard) 0 0;
}

.listing-details-top-section h1 {
    padding-bottom: 0;
    width: 90%;
    color: var(--primary-text-color);
    text-align: left;
    font-size: 1.75rem;
    position: relative;
    line-height: 2rem;
}

.listing-details-top-section h2 {
    padding-top: 0.5rem;
    width: 90%;
    color: var(--primary-text-color);
    text-align: left;
    font-size: 1.25rem;
}

.listing-details-top-section .price-wrap {
    font-size: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
    text-align: left;
}

.listing-details-middle-section {
    margin: 2px;
    padding: 2rem 1.75rem 1.5rem;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.border-separator {
    height: 1px;
    background: var(--border-standard-color);
}

.property-features {

}

.features-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem 2rem;
    margin: 0;
    padding: 0;
}

.feature {
    display: flex;
    flex-direction: column;
}

.feature dt {
    font-size: 0.75rem;
    color: var(--bs-gray-600);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
    text-align: left;
}

.feature dd {
    font-size: 1rem;
    color: var(--primary-text-color);
    font-family: var(--font-family-standard);
    margin: 0;
    text-align: left;
}

.nearby-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid var(--bs-gray-200);
    border-radius: 12px;
    padding: 0.25rem 0.75rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: background 0.2s;
}

.nearby-item a {
    color: var(--primary-text-color);
    text-decoration: none !important;
}

.nearby-item:hover {
    background-color: var(--bs-gray-100);
}

.icon-wrapper {
    background-color: var(--bs-gray-100);
    border-radius: 50%;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.info {
    flex: 1;
}

.title {
    font-family: var(--font-family-medium);
    font-size: 0.9rem;
    color: var(--primary-text-color);
}

.distance {
    font-size: 0.85rem;
    color: #777;
}

.nearby-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

.place-type {
    font-size: 0.75rem;
    color: var(--bs-gray-600);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    /*margin-bottom: 0.25rem;*/
}

.listing-sidebar-wrapper {
    border: 1px solid var(--border-standard-color);
    border-radius: var(--border-radius-standard);
    background: #fff;
}

.listing-sidebar-top-section {
    padding: 1rem 1.75rem 1rem;
    background: #fff;
    margin: 2px;
    /*border: 1px solid var(--border-standard-color);*/
    /*border-bottom: none;*/
    /*border-radius: var(--border-radius-standard) var(--border-radius-standard) 0 0;*/
    position: relative;
}

.listing-sidebar-avatar-block {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.listing-sidebar-avatar-block h4 {
    font-size: 1.25rem;
    line-height: 1.75;
}

.listing-sidebar-avatar-block h4 a {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: start;
    color: var(--primary-text-color);
    text-decoration: none;
}

.listing-sidebar-avatar-block img.owner-avatar {
    width: 80px;
    border-radius: 10px
}

.listing-sidebar-agency-block {
    display: flex;
    gap: 0.5rem;    
    align-items: center;
}

.listing-sidebar-agency-block a {
    
}

.listing-sidebar-agent-name {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    align-items: start;
    justify-content: start;
}

.listing-sidebar-agency-block a img {
        
}

.listing-sidebar-middle-section
{
    margin: 2px;
    padding: 1.5rem 1.75rem 1.5rem;
    overflow: hidden;
    background: #fff;
    /*border: 1px solid var(--border-standard-color);*/
    /*border-bottom: none;*/
}

.listing-sidebar-top-section .contact-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.listing-sidebar-top-section .contact-link {
    display: flex;
    gap: 0.5rem;
}

.listing-sidebar-top-section .contact-link  a {
    text-decoration: none;
    color: var(--primary-text-color)
} 

.listing-sidebar-top-section .contact-link img {
    width: 18px;
}

.listing-sidebar-middle-section .contact-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.listing-sidebar-middle-section .contact-link {
    display: flex;
    gap: 0.5rem;
}

.listing-sidebar-middle-section .contact-link  a {
    text-decoration: none;
    color: var(--primary-text-color)
}

.listing-sidebar-middle-section .contact-link img {
    width: 26px;
}

.right-panel-header .contact-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.right-panel-header .contact-link {
    display: flex;
    gap: 0.5rem;
}

.right-panel-header .contact-link  a {
    text-decoration: none;
    color: var(--primary-text-color)
}

.right-panel-header .contact-link img {
    width: 18px;
}

.right-panel-header .contact-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.right-panel-header .contact-link {
    display: flex;
    gap: 0.5rem;
}

.right-panel-header .contact-link  a {
    text-decoration: none;
    color: var(--primary-text-color)
}

.right-panel-header .contact-link img {
    width: 26px;
}


.listing-sidebar-middle-section .speak-language-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.listing-sidebar-middle-section .speak-language-item {
    display: flex;
    gap: 0.5rem;
}

.listing-sidebar-middle-section .stats-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.listing-sidebar-middle-section .stat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listing-sidebar-middle-section .action-buttons-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.service-tile {
    overflow: hidden;
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2; /* ✅ пропорции 3:2 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
    border-radius: var(--border-radius-standard);
    background-size: cover;
    background-position: center;
    text-decoration: none;
    color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-image: var(--tile-bg);
    max-height: 330px;
}

@supports not (aspect-ratio: 3 / 2) {
    .service-tile::before {
        content: "";
        display: block;
        padding-top: 66.66%; /* Fallback для старых браузеров */
    }
    .service-tile__body {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1.5rem;
    }
}

.service-tile::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.15) 50%, /* 🔽 уменьшена яркость */
            rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    pointer-events: none;
}

.service-tile:hover::before {
    animation: tile-shine 1s ease-in-out; /* 🔽 немного плавнее */
}

@keyframes tile-shine {
     0% {
         left: -75%;
     }
     100% {
         left: 125%;
     }
 }

.service-tile__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.10));
    z-index: 1;
    transition: background 0.3s ease;
}

.service-tile__body {
    position: relative;
    z-index: 2;
}

.service-tile__title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px #333;
    letter-spacing: 1px;
    font-family: var(--font-family-medium);
}

.service-tile__features {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0.75rem 0;
    color: #e0e0e0;
    text-shadow: 2px 2px 3px #333;
    letter-spacing: 1px;
    font-size: 1.1rem;
    line-height: 1.6rem;
}

.service-tile__features li {
    margin-left: 0;
    list-style: none;
    color: #e0e0e0;
}

.service-tile__features li::before {

}

.service-tile__etc {
    font-size: 0.85rem;
    font-style: italic;
    color: #bbb;
    margin-top: 0.25rem;
    margin-bottom: 0.75rem;
}

.service-tile__count {
    font-size: 0.85rem;
    color: #ccc;
}

.service-tile:hover .service-tile__overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.25));
}

.listsearch-input-item .filter-tags li {
    width: 100% !important;
}

.services-category-layout {
    display: flex;
    gap: 2rem;
}

.filters-panel {
    flex: 0 0 330px;
    padding: 1.5rem;
    background: #fff;
    border-radius: var(--border-radius-standard);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 4rem;
    height: fit-content;
}

.listing-panel {
    flex: 1;
    position: relative;
}

.filters-toggle {

}

.filter-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.filter-link {
}

.filter-link:hover {
}

.listing-card {
    display: flex;
    background: #fff;
    border: 1px solid var(--border-standard-color);
    border-radius: var(--border-radius-standard);
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s;
    margin-bottom: 2rem;
}

.listing-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.listing-card__image {
    flex: 0 0 240px;
    padding: 1rem;
    box-sizing: border-box;
    border-right: 1px solid var(--border-standard-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-card__image-inner {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.listing-card__content {
    flex: 1;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.listing-card__content .add-to-favorites-btn {
    right: 30px;
}

.listing-card__title {
    font-size: 1.25rem;
    font-family: var(--font-family-medium);
    margin-bottom: 0.5rem;
    color: var(--primary-text-color);
    text-align: left;
}

.listing-card__title a {
    text-decoration: none;
    color: var(--primary-text-color);
    transition: color 0.2s;
}

.listing-card__title a:hover {
    color: var(--primary-text-color);
    text-decoration: underline;
}

.listing-card__subtitle {
    font-size: 0.95rem;
    color: var(--bs-gray-600);
    margin-bottom: 1rem;
    text-align: left;
}

.listing-card__description {
    font-size: 0.95rem;
    color: var(--primary-text-color);
    margin-bottom: 1rem;
    line-height: 1.4;
    text-align: left;
}

.listing-card__actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.action-icon {
    font-size: 1.1rem;
    color: #666;
    background: #f3f3f3;
    border-radius: 50%;
    padding: 0.6rem;
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-icon:hover {
    background: #ddd;
    color: #000;
}

.listing-card__actions {
    margin-top: 1rem;
}

.listing-card__footer {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #eee;
    background: #f9f9f9;
    border-radius: 0 0 12px 12px;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: -1.5rem;
    padding: 1rem 1.5rem;
}

.contact-actions {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-between;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    /*min-width: 120px;*/
}

.btn-listing-action {
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 38px;
    height: 38px;
    transition: background 0.2s;
}

.btn-listing-action:hover {
    background: #e6e6e6;
}

.sl-phone,
.sl-email {
    font-size: 0.95rem;
    color: #333;
    transition: opacity 0.3s ease;
    opacity: 1;
}

.hidden {
    display: none;
}

.listing-empty-message {
    text-align: center;
    padding: 3rem 1rem;
    border: 1px border var(--border-standard-color);
    border-radius: var(--border-radius-standard);
    background-color: #fff;
    color: var(--primary-text-color);
    margin: 0 auto 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.listing-empty-icon {
    font-size: 2.5rem;
    color: #aaa;
    margin-bottom: 1rem;
    display: block;
}

.listing-empty-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
}

.listing-empty-suggestion {
    font-size: 0.95rem;
    color: #999;
}

.company-services {

}

.company-service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.company-service-tags li {
    display: flex;
    align-items: center;
    background-color: var(--bs-gray-100);
    border-radius: var(--border-radius-standard);
    padding: 0.3rem 0.75rem 0.3rem 0.5rem;
    font-size: 0.85rem;
    color: var(--primary-text-color);
    transition: background 0.2s ease;
    margin-left: 0;
    list-style: none;
    border: 1px solid var(--border-default-color);
}

.company-service-tags li:hover {
    background-color: #e5e7eb;
}

.company-service-tags img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 8px;
}

.confirm-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.confirm-modal.hidden {
    display: none;
}

.confirm-box {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    max-width: 360px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-family: sans-serif;
}

.confirm-actions {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.confirm-actions button {
    padding: 0.5rem 1.25rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
}

.btn-confirm-yes {
    background-color: #4CAF50;
    color: white;
}

.btn-confirm-no {
    background-color: #ccc;
    color: #333;
}

.info-block {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background-color: var(--bs-primary-bg-subtle);
    border: 1px solid var(--bs-primary-border-subtle);
    padding: 0.75rem 1rem;
    border-radius: var(--border-radius-standard);
    font-size: 0.85rem;
    color: var(--primary-text-color);
    text-align: left;
    font-family: var(--font-family-standard);
}

.info-block p {
    font-size:  0.85rem;
    font-family: var(--font-family-standard);
}

.info-block ul li, .info-block ol li {
    font-size: 0.85rem;
    font-family: var(--font-family-standard);
}

.menu-badge {
    background-color: var(--bs-danger);
    color: white;
    font-size: 0.75rem;
    font-weight: normal;
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
    line-height: 1;
    font-family: var(--font-family-medium);
}

.agency-page {
    padding: 2.5rem 0;
}

.agency-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.agency-description {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--primary-text-color);
}

.agency-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: var(--border-radius-standard);
    margin-right: 1.25rem;
    border: 1px solid var(--bs-gray-400);
    background: #fff;
    padding: 0.4rem;
}

.agency-info {
    flex: 1;
}

.agency-name {
    margin: 0 0 0.3rem;
    font-size: 1.5rem;
}

.agency-address,
.agency-stats {
    font-size: 0.85rem;
    color: var(--bs-gray-700);
}

.agency-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.agency-tab {
    padding: 0.5rem 1rem;
    border: 1px solid var(--bs-gray-600);
    background: var(--bs-gray-100);
    cursor: pointer;
    font-size: 0.85rem;
    border-radius: var(--border-radius-standard);
}

.agency-tab.active {
    background: var(--primary-text-color);
    color: #fff;
    border-color: var(--primary-text-color);
}

.agency-tab-content .agency-tab-pane {
    display: none;
}

.agency-tab-content .agency-tab-pane.active {
    display: block;
}

.agent-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.25rem;
}

.agent-card {
    border: 1px solid var(--bs-gray-300);
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.agent-photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 0.6rem;
    border: 1px solid var(--bs-gray-400);
}

.agent-name {
    font-weight: normal;
    font-family: var(--font-family-medium);
    margin-bottom: 0.25rem;
}

.agent-ico {
    font-size: 0.8rem;
    color: var(--bs-gray-700);
    margin-bottom: 0.6rem;
}

.agent-button {
    font-size: 0.85rem;
    padding: 0.4rem 0.6rem;
    width: 100%;
    margin-bottom: 0.4rem;
    background: var(--bs-gray-100);
    border: 1px solid var(--bs-gray-400);
    border-radius: var(--border-radius-standard);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.agent-button img {
    width: 18px;    
}

.agent-button.primary {
    background: var(--primary-text-color);
    color: #fff;
    border-color: var(--primary-text-color);
}

.pageRealEstateAgency .agent-contact-link {
    font-size: 0.85rem;
    padding: 0.2rem 0.5rem;
    width: 100%;
    margin-bottom: 0.65em;
    cursor: pointer;
}

.pagePropertyListingDetails .agent-contact-link {
    font-size: 1rem;
    cursor: pointer;
}

.agency-sidebar {
    background: var(--bs-gray-100);
    border: 1px solid var(--bs-gray-400);
    border-radius: var(--border-radius-standard);
    padding: 1.25rem;
}

.sidebar-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.sidebar-item {
    font-size: 0.85rem;
    margin-bottom: 0.7rem;
}

.sidebar-social {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.sidebar-social a {
    display: inline-block;
    text-decoration: none;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.agency-list {
    padding: 40px 0;
}

.agency-card {
    display: block;
    text-align: center;
    border: 1px solid var(--bs-gray-300);
    border-radius: var(--border-radius-standard);
    padding: 1.25rem 0.75rem;
    margin-bottom: 1.5rem;
    text-decoration: none;
    background: #fff;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.agency-card:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

.agency-card-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 0.75rem;
    border-radius: var(--border-radius-standard);
    /*border: 1px solid var(--bs-gray-300);*/
    background: #fff;
    padding: 0.5rem;
}

.agency-card-name {
    font-size: 1rem;
    font-family: var(--font-family-standard);
    font-weight: normal;
    color: var(--primary-text-color);
    word-wrap: break-word;
}

.sh-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
}

.sh-modal-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 2.3rem 1.75rem 1rem 1rem;
    box-sizing: border-box;
}

.sh-modal-swiper {
    width: 90vw;
    height: 90vh;
}

.sh-modal-swiper .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.sh-modal-swiper .swiper-slide {
    scroll-snap-align: start;
}

.sh-modal-swiper .swiper-slide {
    width: 100%;
    padding: 0;
    margin: 0;
    padding-bottom: 1rem;
    height: auto !important;
}

.sh-modal-swiper .swiper-slide {
    min-height: 80vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sh-modal-swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.sh-modal-close {
    position: absolute;
    top: 5px;
    right: 25px;
    background: none;
    color: white;
    font-size: 45px;
    border: none;
    cursor: pointer;
    z-index: 9999;
}

.sh-scroll-indicator {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    animation: bounce 1.2s infinite;
    color: #fff;
    font-size: 40px;
    /*opacity: 0.7;*/
    pointer-events: none;
}

.sh-modal-nav-buttons {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 10;
}

.sh-nav-btn {
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    transition: background 0.2s ease;
}

.sh-nav-btn:hover {
    background: rgba(255, 255, 255, 1);
}

.sh-nav-btn.sh-nav-up {
    line-height: 23px;
}

.sh-nav-btn.sh-nav-down {
    line-height: 43px;
}

.dev-project-dates {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    font-size: 0.85rem;
    margin-top: 0.5rem;
}

@keyframes bounce {
    0%, 100% { transform: translate(-50%, 0); }
    50% { transform: translate(-50%, 10px); }
}


.pf-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pf-list li {
    display: flex;
    align-items: center;
    background-color: var(--secondary-subtle-bg-color);
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
    font-size: 0.85rem;
    color: var(--primary-text-color);
    transition: background 0.2s ease;
    margin-left: 0;
    list-style: none;
    border: 1px solid var(--border-default-color);
    border-radius: var(--border-radius-standard);
}

.error404-wrapper {
    display: flex;
    align-items: start;
    justify-content: center;
    min-height: 60vh;
    background: #f9f9f9;
    padding: 2rem 2rem;
}

.error404-container {
    text-align: center;
    max-width: 600px;
    padding: 2.5rem;
    background: #fff;
    border: 1px solid var(--bs-gray-300);
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.error404-code {
    font-size: 6rem;
    font-family: var(--font-family-medium);
    color: var(--primary-text-color);
    line-height: 6rem;
}

.error404-message {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 1rem;
    color: var(--primary-text-color);
}

.error404-description {
    font-size: 1rem;
    margin-top: 1rem;
    color: #777;
}

.error404-button {
    display: inline-block;
    margin-top: 1.5rem;
}

.error404-button:hover {
}

.seo-block-section {
    padding: 1rem 1.2rem;
}

.seo-block-container {
    max-width: 1200px;
    margin: 0 auto;
}

.seo-block-heading {
    text-align: center;
    margin-bottom: 2.5rem;
    color: var(--primary-text-color);
}

.seo-block-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.seo-block-group {
    /*background: #fff;*/
    border-radius: var(--border-radius-standard);
    /*box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);*/
    flex: 1 1 280px;
    padding: 1.5rem;
    min-width: 260px;
    max-width: 100%;
}

.seo-block-group-title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: var(--primary-text-color);
    /*border-left: 4px solid var(--bs-gray-300);*/
    padding-left: 0.75rem;
}

.seo-block-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-block-list li {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

.seo-block-list a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: var(--primary-text-color);
    background: #fff;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    transition: background 0.2s;
    font-size: 0.95rem;
    border: 1px solid var(--bs-gray-200);
}

.seo-block-list a:hover {
    background: var(--primary-subtle-bg-color);
    /*color: var(--standard-link-color);*/
    /*font-family: var(--font-family-medium);*/
    border: 1px solid var(--border-standard-color);
    /*text-decoration: underline;*/
}

.seo-block-list span {
    font-weight: normal;
    color: var(--primary-text-color);
    font-family: var(--font-family-medium);
}

.stats-block-section {
}

.stats-block-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0rem;
    justify-content: center;
}

.stats-block {
    flex: 1 1 200px;
    min-width: 200px;
    /* background: white; */
    padding: 1rem 1rem 2rem;
    border-radius: 16px;
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.stats-block-title {
    font-size: 1rem;
    color: var(--primary-text-color);
    margin-bottom: 1rem;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
}

.stats-block-counter {
    font-size: 2rem;
    font-weight: normal;
    color: var(--primary-text-color);
    margin-top: auto;
    font-family: var(--font-family-bold);
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.bg-stats-gradient {
    background-image: linear-gradient(to bottom, #fff4a3, #eff6b0, #e3f6be, #dbf5cb, #d7f3d6, #d0f1dd, #cceee3, #ccebe7, #c6e8ec, #c4e4f1, #c7dff4, #ced9f3);
    animation: gradientFlow 18s ease infinite;
}

.list-icon {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.list-icon-caret li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 1rem;
    line-height: 1.25rem;
}

.list-icon-caret li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-text-color);
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.25rem;
}

.user-info .user-type-name {
    font-size: 0.85rem;
    margin-top: 0;
    color: var(--bs-gray-500);
}

.bg-subtle-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.06;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}

.pf-list li.status-reserved {
    background-color: #f59e0b;
    color: #fff;
}

.pf-list li.status-sold {
    background-color: #6b7280;
    color: #fff;
}

.tagify.tagify--focus {
    border: 1px solid var(--bs-gray-300) !important;
    box-shadow: none !important;
}

/* Выравнивание текста по левому краю */
.tagify__dropdown__item {
    text-align: left !important;
    padding: 10px 14px !important;
    font-size: 14px;
    color: #333;
}

/* Цвет фона при наведении */
.tagify__dropdown__item:hover,
.tagify__dropdown__item--active {
    background-color: var(--dropdown-button-hover-bg-color) !important;
    color: #000 !important;
}

/* Убираем синий системный outline */
.tagify__dropdown__item:focus {
    outline: none !important;
    box-shadow: none !important;
}

body .tagify__dropdown {
    border-top: 1px solid var(--bs-gray-300) !important;
    border-right: 1px solid var(--bs-gray-300) !important;
    border-bottom: 1px solid var(--bs-gray-300) !important;
    border-left: 1px solid var(--bs-gray-300) !important;
    box-shadow: none !important;
    outline: none !important;
}

.pageDeveloperProjectDetails #propertyDetailsSection, .pagePropertyListingDetails #propertyDetailsSection, .pageServiceListingDetails #serviceDetailsSection {
    background-image: linear-gradient(315deg, rgb(255, 254, 242) 0%, rgb(253, 250, 250) 100%);
}

.devproj-units-section {
    /*background-color: var(--header-bg-color);*/
    /*border-radius: var(--border-radius-standard);*/
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);*/
    /*border: 1px solid var(--border-standard-color);*/
    /*padding: 1.5rem 1rem;*/
}

.devproj-units-heading {
    font-family: var(--font-family-medium);
}

.devproj-units-header div {
    font-size: 0.75rem;
    color: var(--bs-gray-600);
    text-transform: uppercase;
}

.devproj-unit-link:hover {
    text-decoration: underline;
}

.devproj-hidden-row {
    display: none;
}

.devproj-address-wrapper {
    border-top: 1px solid var(--border-standard-color);
    padding-top: 1rem;
}

.devproj-address-wrapper .fw-semibold {
    font-size: 0.95rem;
}

.devproj-address-wrapper .text-muted {
    line-height: 1.5;
}

@media screen and (min-width: 1271px) {
    .gallery-grid-item {
        width: 30%;
    }
}

/* Tablet: 2 columns */
@media screen and (min-width: 801px) and (max-width: 1270px) {
    .gallery-grid-item {
        width: 45%;
    }
}

/* Mobile: 1 column */
@media screen and (max-width: 800px) {
    .gallery-grid-item {
        width: 100%;
    }
}
@media only screen and (max-width: 1270px) {
    .service-tile {
        max-height: 400px;
        min-height: 330px;
    }
    
    .main-register-holder .tabs-container {
        padding: 0 1.5rem;
    }
    
    #main-register-wrapper-add-service .tabs-container {
        padding: 0;
    }

    .modal_main.vis_mr {
        margin: 1rem;
    }
    
    .sh-modal-close {
        position: absolute;
        top: 0px;
        right: 25px;
        background: none;
        color: white;
        font-size: 35px;
        border: none;
        cursor: pointer;
        z-index: 9999;
    }
    
    .swiper-main-carousel .swiper-slide {
        padding: 0;
        border-radius: 0;
    }

    .swiper-main-carousel .swiper-slide img {
        border-radius: 0;
    }

    .sh-modal-content {
        max-width: 1200px;
        max-height: 800px;
        margin: auto;
    }

    .sh-modal-swiper {
        width: 100%;
        height: 100%;
    }

    .page-hero h1 {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }

    .page-hero h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .header-right {
        display: flex;
    }

    .header-right .link-button.modal-open span {
        display: none;
    }


    .nav .link-button.modal-open {
        display: none;
    }

    .nav-divider.mobile-only-divider {
        display: block;
        width: 1px;
        height: 24px;
        background-color: #ccc;
    }

    .nav-divider {
        display: none;
    }

    .nav {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        flex-direction: column;
        background: white;
        border-top: 1px solid #ddd;
        padding: 2rem;
        gap: 2rem;
        overflow-y: auto;
        height: auto;
        text-align: left;
        align-items: start;
    }

    .nav.open {
        display: flex;
    }

    .nav a {
        font-size: 1.2rem;
        width: auto;
        justify-content: start;
    }

    .lang-selector select {
        font-size: 1rem;
        width: 100%;
    }

    .add-button {
        width: 100%;
    }

    .add-button .add-dropdown {
        position: static;
        display: none;
        width: 100%;
        background: white;
        border: 1px solid #ccc;
        margin-top: 0.5rem;
        box-shadow: none;
    }

    .add-button.open .add-dropdown {
        display: block;
    }

    .add-button .add-dropdown a {
        padding: 1rem;
        font-size: 1rem;
        border-top: 1px solid #eee;
    }

    .burger {
        display: block;
    }

    /* скрыть кнопку Войти в nav */
    .nav .link-button[data-overlay="modal-lr"] {
        display: none;
    }

    /* показать отдельную кнопку Войти */
    .mobile-entry {
        display: flex;
    }

    .desktop-user-menu {
        display: none;
    }

    .mobile-user-menu {
        display: flex;
    }

    .lang-dropdown {
        top: 27px;
        left: 0px;
        min-width: 150px;
        max-width: 200px;;
    }

    .lang-menu {
        width: 100%;
    }

    .add-button button {
        width:  100%;
        justify-content: center;
    }

    .photos-count-4 .gallery-grid-item2 {
        width: 23%;
    }

    .lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
        padding: 0rem;
    }

    .gallery-grid-item2 {
        width: 30%;
        box-sizing: border-box;
        margin: 5px;
        cursor: pointer;
    }

    .result-listing-content-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        justify-content: start;
        flex-direction: column;
    }

    /*.agency-list .geodir-category-footer {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-items: center;*/
    /*    flex-direction: column;*/
    /*}*/
    .service-listing-page .listing-features ul li {
        flex: 0 0 50%;
    }

    .add-list {
        box-shadow: none !important;
        border: none !important;
    }

    .add-list.btn-tertiary i {
        background: var(--tertiary-color);
        color: var(--primary-text-color);
    }

    .listing-details-top-section h1 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .listing-details-top-section h2 {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .listing-details-top-section .price-wrap span {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .listing-details-top-section .price-wrap {
        font-size: 1.5rem;
        margin-top: 0.75rem;
        margin-bottom: 1rem;
    }

    .listing-details-top-section {
        padding: 1rem;
    }

    .listing-details-middle-section {
        padding: 1rem;
    }

    .listing-sidebar-top-section {
        padding: 1rem;
    }

    .listing-sidebar-middle-section {
        padding: 1rem;
    }

    #search-helpTextIcon {
        display: none !important;
    }

    #search-helpText {
        display: none !important;
    }

    #advancedSearchFilters .listsearch-input-item .field-wrapper {
        padding-right: 0px;
    }

    #advancedSearchFilters .listsearch-input-item .dateRange-field-wrapper {
        padding-right: 0px;
    }

    .details-list li {
        display: flex;
        align-items: flex-start;
    }

    .details-list li span:first-child {
        /*min-width: 100% !important;*/
        /*max-width: 100% !important;*/
    }

    ul.saved-search-params li {
        display: block;
    }

    ul.saved-search-params li span:first-child {
        min-width: 100%;
        max-width: 100%;
    }

    #notification-top-bar {
        display: none;
    }

    .leaflet-control {
        top: 0px;
    }

    #mapSearchNotesAndTags {
        margin-top: 0px;
        padding: 0 15px;
    }

    .agency-page {
        padding: 1.5rem 1rem;
    }

    .agency-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .agency-logo {
        margin-right: 0;
        margin-bottom: 0.75rem;
    }

    .agency-info {
        align-items: center;
    }

    .agency-name {
        font-size: 1.25rem;
    }

    .agency-address,
    .agency-stats {
        font-size: 0.7rem;
    }

    .agency-description {
        font-size: 0.85rem;
        text-align: center;
    }

    .agency-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 1.25rem;
    }

    .agency-tab {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .agent-grid {
        grid-template-columns: 1fr;
    }

    .agent-card {
        padding: 0.75rem;
    }

    .agent-name {
        font-size: 1rem;
    }

    .agent-button {
        font-size: 0.8rem;
        padding: 0.35rem .5rem;
    }

    .agency-sidebar {
        margin-top: 2rem;
    }

    .sidebar-title {
        text-align: center;
    }

    .sidebar-social {
        text-align: center;
    }

    .sidebar-item {
        font-size: 0.8rem;
        text-align: center;
    }
}

@media only screen and (max-width: 1070px) {
    .seo-block-heading {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 1rem !important;
    }

    .swiper-button-next {
        right: 1rem !important;
    }

    .swiper-button-prev {
        left: 1rem !important;
    }
    
    .sh-scroll-indicator {
        top: 2px;
        font-size: 32px;
    }
    
    .main-register-holder {
        margin: 1rem 1rem 1rem;
    }

    .main-register-holder .tabs-menu {
        padding: 0 1.5rem;
    }
    
    .filters-holder, .send-message-holder {
        margin: 0!important;
    }
    
    .send-message-holder .main-register-wrapper {
        max-height: initial;
    }
    
    .about-img {
        margin-top: 20px;
    }

    .about-img-hotifer {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        margin-top: 20px;
    }

    .location-property-thumb {
        max-height: 330px;
    }

    /*.location-property-thumb-content {*/
    /*    bottom: 1rem;*/
    /*}*/
    
    /*.location-property-thumb-content-text h3 {*/
    /*    font-size: 1rem;*/
    /*}*/
    
    /*.location-property-thumb-content-text p {*/
    /*    font-size: 0.85rem;*/
    /*}*/

    .services-category-layout {
        flex-direction: column;
    }

    .filters-panel {
        display: none;
    }

    .filters-toggle {
        display: inline-flex;
    }

    .listing-card {
        flex-direction: column;
    }

    .listing-card__image {
        width: 100%;
        height: 180px;

    }

    .listing-card__content {
        padding: 1rem;
    }

    .header-opt-modal-list li a {
        text-align: center;
    }

    .mapSearchFilter_propertyType .nice-select {
        margin-bottom: 1rem;
    }

    .listing-item.has_one_column .result-listing-img {
        padding: 5px;
    }

    .close_sb-filter, .col-list-wrap_opt {
        margin-bottom: 5px !important;
    }

    #appliedFilterTags ul.has-applied-filters {
        margin-top: 30px;
    }


    .list-main-wrap-opt {
        margin-top: 0px !important;
    }

    #filteredPropertiesContainer {
        padding-left: 10px;
        padding-right: 10px;
    }

    #filteredPropertiesContainer .result-listing-content h3 {
        font-size: 1.1rem;
    }

    #serviceListingList .agent_card-title {
        width: 90%;
    }

    .gallery-grid-item2 {
        width: 32%;
        box-sizing: border-box;
        margin: 5px;
        cursor: pointer;
    }

    .container {
        width: 95%;
    }

    .agency-box-widget .top-search-content .profile-widget-content {
        min-width: auto;
    }

    .service-listing-page {
        padding: 1rem 0;
    }

    .footer-widget {
        margin-top: 1.2rem;
    }

    .details-list.nearby-places li span:nth-child(2) {
        /*padding-left: 0px;*/
        /*width: 100%;*/
        /*text-align: center;*/
        /*display: block;*/
    }

    .dashboard-listings-item_opt ul {
        margin-top: 1rem;
    }

    .dashboard-listings-item_opt li {
        font-size: 1rem;
    }

    .dashboard-listings-item_opt li a {
        margin-right: 1rem;
    }

    #advancedFiltersWrapper {
        padding-right: 0px;
    }

    .profile-widget-header {
        margin-top: 30px;
    }

    .pageServiceListingDetails .profile-widget-header {
        margin-top: 0;
    }

    #propertyDetailsSection {
        padding-top: 1.2rem;
    }

    .listing-details-top-section {
        padding: 1.2rem 1rem 0.5rem;
    }

    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: block;
    }

    #notification-top-bar {
        display: flex !important;
    }

    .pageMapSearch .top-search-content {
        padding-top: 50px;
    }

    .agency-box-widget .top-search-content {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 0;
        left: 0;
        flex-direction: column;
        position: relative;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 1rem;
        box-shadow: none;
        border: none;
    }

    .pageRealEstateAgent .top-search-content {
        padding-top: 2rem;
        background: var(--primary-bg-color);
    }

    .pageRealEstateAgent .agency-box-widget .top-search-content .profile-widget-content {
        background: var(--primary-bg-color);
        margin-top: 0;
        width: 100%;
    }

    .agency-box-widget .top-search-content .agency-logo-block {
        width: 100%;
        height: auto;
        padding-top: 1rem;
    }

    .agency-box-widget .top-search-content .agency-logo-block img {
        width: 50%;
        height: auto;
    }

    .agency-box-widget .top-search-content .flex-items-center {
        margin-right: 1rem;
        margin-left: 1rem;
        flex-direction: column;
    }

    .agency-box-widget .top-search-content .profile-widget-card {
        margin-top: 0;
        padding-top: 0;
        width: auto;
    }

    .agency-box-widget .top-search-content .profile-widget-content {
        padding: 0;
        background: #fff;
        border: none;
        margin-left: 0;
        margin-top: 1rem;
    }

    .top-search-content:before {
        height: 0;
    }


    #advancedSearchFilters {
        max-height: initial;
        overflow-y: initial;
    }

    .list-single-carousel-wrap, .fw-carousel .slick-slide-item img, .fw-carousel {
        height: 340px !important;
    }

    .main-header {
        padding: 0 18px 0 10px !important;
    }

    .pagePropertyListingDetails .splide__slide {
        border-radius: 10px;
        margin: 0 10px;
        width: calc(95%) !important;
    }

    .pageServiceListingDetails .splide__slide {
        border-radius: 10px;
        margin: 0 10px;
        width: calc(95%) !important;
    }

    #loginToSendMessage {
        padding: 15px 0;
        margin: 0;
    }

    .pagePropertyListingDetails .profile-widget-header {
        padding: 1rem 1.5rem;
    }

    .pagePropertyListingDetails .profile-widget-content {
        padding: 1rem 1.5rem;
    }

    .main-footer {
        padding: 1.5rem 0 0;
    }

    .footer-inner {
        padding-bottom: 1rem;
    }

    .details-list.nearby-places li span:first-child {
        display: inline-block;
        min-width: 200px !important;
        max-width: 200px !important;
        align-items: start;
    }

    .small-padding {
        padding: 1rem 0 !important;
    }

    .service-listing-page .list-single-header-item {
        padding: 1rem !important;
    }

    .service-listing-page .list-single-main-item {
        padding: 1rem !important;
    }

    .service-listing-page .list-single-main-media {
        padding: 1rem !important;
    }

    .easy-autocomplete-container ul {
        width: calc(100% - 50px);
    }

    #field-serviceListingCities .easy-autocomplete-container {
        top: 65px !important;
    }

    #field-serviceListingCities .easy-autocomplete-container ul {
        left: 50px !important;
        width: calc(100% - 50px);
    }


    #serviceListingLocationSearch .easy-autocomplete-container {
        top: 53px !important;
    }

    #serviceListingLocationSearch .easy-autocomplete-container ul {
        left: initial !important;
        width: initial !important;
    }

    .pageServiceListingDetails .reviews-comments-item {
        margin-bottom: 20px;
    }

    .pageServiceListingDetails .reviews-comments-item:last-child {
        margin-bottom: 0;
    }

    #review-buttons {
        margin-top: 1rem !important;
    }

    .main-menu {
        width: initial;
        height: 100vh;
        display: flex;
        max-height: initial;
        flex-direction: column;
        align-items: center;
    }

    .pageServiceListingDetails .agency-box-widget .profile-widget-header-title {
        padding-left: 0;
    }

    .pageServiceListingDetails .agency-box-widget .profile-widget-header-title h4 {
        /*font-size: 1.25rem;*/
        text-align: left;
    }

    .pageServiceListingDetails .contact-subtitle {
        font-size: 1rem;
        text-align: left;
    }

    .sl-contacts .w-auto {
        font-size: 1rem;
    }

    #chat-listing h2 {
        font-size: 1.25rem;
    }

    .chat-message.chat-message_user {
        padding-left: 0px;
        padding-right: 80px;
    }

    .chat-wrapper .chat-widget_input {
        padding: 15px 15px 15px 5px;
        right: 0;
    }

    .pageRealEstateAgent .profile-widget-image {
        margin: 0 1rem 1rem 0 !important;
    }

    .pageRealEstateAgent .profile-widget-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .pageRealEstateAgent .agency-box-widget .profile-widget-header-title {
        padding: 0;
    }

    .pageRealEstateAgent .agency-box-widget .top-search-content .flex-items-center {
        margin-right: 0;
        margin-left: 0;
    }

    .pageRealEstateAgent .agency-box-widget .col-list-wrap {
        padding-top: 15px;
    }


    .dashboard-listings-item_opt a {
        margin-right: 1rem;
        margin-bottom: 1rem;
        width: 100%;
        font-size: 1.2rem;
    }

    .result-listing-content {
        min-height: 150px;
    }

    .pageMapSearch .splide__arrow {
        width: 2rem;
        height: 2rem;
    }

    .pageMapSearch .splide__arrow svg {
        font-size: 1rem;
    }

    .pageMapSearch .splide__arrow--next {
        right: 1rem;
    }

    .pageMapSearch .splide__arrow--prev {
        left: 1rem;
    }
}

@media only screen and (max-width: 800px) {
    .devproj-unit-row [data-label]::before {
        content: attr(data-label) ": ";
        font-size: 0.75rem;
        color: var(--bs-gray-600);
        text-transform: uppercase;
        display: inline-block;
        width: 160px;
    }

    .devproj-units-wrapper {
        text-align: left;
        display: flex;
        gap: 1.5rem;
        flex-direction: column;
    }

    .btn-viewPropertyListing {
        margin-top: 1rem;
    }
    
    .main-search-input-wrap, .main-search-input-wrap .main-search-input-item, .main-search-input-wrap .main-search-button, .gallery-item {
        width: 100% !important;
    }

    .main-search-input-wrap {
        margin-top: 1.25rem;
    }

    .main-search-input-wrap .main-search-input {
        padding: 0.5rem 1rem 0.5rem;
        margin-top: 0;
        background: transparent;
    }

    .main-search-input-wrap .main-search-input-item {
        border: none;
        height: auto;
        margin-top: 0;
    }

    .main-search-input .main-search-input-item:first-child {
        border: none;
    }

    .main-search-input-wrap .main-search-input-item input {
        border-radius: var(--border-radius-standard);
        height: 3rem;
        background: var(--primary-bg-color);
        border: 1px solid var(--border-standard-color);
    }

    .main-search-input-wrap .main-search-button {
        position: unset;
        height: 3rem;
        border-radius: var(--border-radius-standard);
        margin-top: 0;
        font-size: 1rem;
    }

    .main-search-input-wrap .main-search-input-item .nice-select {
        border: 1px solid var(--bs-gray-300);
        height: 3rem;
        line-height: 3rem;
    }

    .listing-item.has_one_column .result-listing-img {
        width: 100% !important;
    }

    .service-tile__title {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .service-tile__features {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .location-property-wrap {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    #formHomePageSearch {
        flex-direction: column;
        gap: 0.7rem;
    }

    .gallery-grid-item2 {
        width: 31.5%;
        box-sizing: border-box;
        margin: 3px;
        cursor: pointer;
    }

    .inline-facts-wrap {
        width: 100%;
    }

    .border-hr {
        width: 95%;
    }

    .agency-logo-block img {
        width: auto;
        max-width: 250px;
    }

    .hero-section {
        padding: 10px 0 50px;
    }

    #homeServicesFilters_content {
        display: none;
    }

    #homeServicesFilters_heading .fa-minus-circle {
        display: none;
    }

    #homeServicesFilters_heading .fa-plus-circle {
        display: block;
    }

    #sec_reviews .list-single-main-item-title {
        display: flex;
        align-items: center;
        justify-content: initial;
        flex-direction: column;
        margin-bottom: 0;
    }

    #sec_reviews .review-total {
        margin-top: 1rem;
    }

    #sec_reviews .reviews-comments-item-date {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #sec_reviews .rate-review {
        margin-top: 0;
    }


    .places_type_2_content {
        top: 35%;
    }

    .agency-list .result-listing-img img {
        width: 50%;
    }

    .service-listing-page .listing-features ul li {
        flex: 0 0 100% !important;
    }

    .dashboard-opt .price-opt {
        margin-top: 2rem;
    }

    #addNewListing {
        width: 100%;
        margin-bottom: 10px;
    }

    .hero-title h1 {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    /*.top-search-content { width: 100%; }*/
    #submitListingForm .custom-form label {
        margin-top: 15px;
    }

    .dashboard-addnew_btn {
        width: 100%;
    }

    .price-opt {
        width: 100%;
        margin-top: 10px;
    }

    .agency-header {
        flex-direction: column;
    }

    .agency-header div {
        width: 100%;
        flex: 0 0 100%;
    }

    .small-footer {
        padding-bottom: 25px;
    }

    .listing-item.listing-item-agency-listing .result-listing-content {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .agency-header .agency-block {
        justify-content: center;
        padding-top: 20px;
    }

    .beta-badge {
        right: 0;
    }

    .msotw_footer {
        left: initial;
        right: -45px;
        z-index: 999;
        width: 100%;
        bottom: 20%;
        text-align: right;
        width: 125px;
        margin: 0;
        border-radius: 50%;
    }

    .view-withKeyboard .msotw_footer {
        bottom: calc(20px + env(keyboard-inset-height))
    }

    .caleran-container {
        font-size: 13px !important;
    }

    .banner-item a {
        flex-direction: column;
    }

    .banner-item-image {
        width: 100%;
    }

    .banner-item-content {
        width: 100%;
    }

    .banner-item-content-text {
        padding: 1rem;
    }

    .banner-item-content-link {
        padding-left: 1rem;
    }
}

@media only screen and (min-width: 1271px) {
    .leaflet-bottom {
        bottom: 50px !important;
    }

    .col-list-wrap {
        padding-top: 75px;
    }

    .dashboard-listings-item:hover {
        /*border-color: transparent;*/
        box-shadow: 0 9px 16px rgba(58, 87, 135, 0.2);
    }

    .dashboard-listings-item_img .overlay {
        opacity: 0;
        transition: all 200ms linear;
        pointer-events: none;
    }

    .dashboard-listings-item:hover .dashboard-listings-item_img a {
        top: 50%;
        opacity: 1;
    }

    .dashboard-listings-item:hover .dashboard-listings-item_img .overlay {
        opacity: 0.3;
    }
}

@media only screen and (min-width: 1071px) and (max-width: 1270px) {
    .main-header {
        padding-right: 0 !important;
    }

    .add-list {
        background: transparent !important;
        margin-left: 0 !important;
        padding: 1.5rem 0.5rem 1.5rem 0.5rem;
    }

    .nav-holder nav li a span img {
        display: none;
    }

    .lang-uk .dashboard-submenu {
        right: 85px;
        top: 100%;
    }

    .lang-uk .header-opt-modal {
        right: 75px;
        top: 100%;
    }

    .lang-cs .dashboard-submenu {
        right: 85px;
        top: 100%;
    }

    .lang-cs .header-opt-modal {
        right: 75px;
        top: 100%;
    }

    .lang-en .dashboard-submenu {
        right: 85px;
        top: 100%;
    }

    .lang-en .header-opt-modal {
        right: 75px;
        top: 100%;
    }

    .lang-ru .dashboard-submenu {
        right: 85px;
        top: 100%;
    }

    .lang-ru .header-opt-modal {
        right: 75px;
        top: 100%;
    }
}

@media only screen and (min-width: 1271px) and (max-width: 1400px) {
    .desktop-logo {
        width: auto;
        height: 20px !important;
        margin-top: 7px;
    }

    .main-header {
        padding-left: 15px;
    }

    .nav-holder {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 801px)
{
    .listing-card {
        flex-direction: row;
    }

    .listing-card__image {
        flex: 0 0 240px;
        min-height: 100%;
        background-size: cover;
        background-position: center;
        border-right: 1px solid #eee;
    }

    .listing-card__content {
        padding: 1.5rem;
        flex: 1;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
</pre></body></html>