$breakpoints: (
'sm': 640px,
'md': 769px,
'lg': 1024px,
'xl': 1280px,
'2xl': 1536px,
);

@mixin media-breakpoint-up($name) {
    $ value: map-get($ breakpoints, $ name);
    @if $value {
        @media (min-width: #{$value}) {
            @content;
        }
    }
}

.header.primary {
    @apply bg-white;

    nav {
        @apply border-b border-primary text-primary;
    }

    img.secondary {
        @apply hidden;
    }

    .hamburger svg {
        @apply text-primary;
    }
}

.header.secondary {
    @apply bg-transparent;

    nav {
        @apply text-secondary;
    }

    img.primary {
        @apply hidden;
    }

    .hamburger svg {
        @apply text-secondary;
    }
}

.menu-active {
    opacity: 1;
    z-index: 100;
}
#header summary::-webkit-details-marker {
    display: none;
}
.container {
    max-width: 1390px;
}
.property-search-fileter {
    max-width: 1150px;
}
@media (min-width: 1000px) and (max-width: 1300px) {
    html {
        font-size: 10px;
    }
    .container {
        max-width: 1150px;
    }

    .ts-control-custom{
        padding: 0 27px ;
    }
}

@media (min-width: 1300px) {
    html {
        font-size: 13px;
    }
    .ts-control-custom{
        padding: 6px 27px ;
    }
}

button {
    font-family: Roboto;
}

@include media-breakpoint-up(lg) {
    h1 {
        font-size: 56px;
        line-height: 66px;
    }

    h2 {
        font-size: 44px;
        line-height: 50px;
    }

    h3 {
        font-size: 34px;
        line-height: 40px;
    }

    h4 {
        font-size: 32px;
        line-height: 36px;
    }

    h5 {
        font-size: 20px;
        line-height: 24px;
    }
}
@include media-breakpoint-up(xl) {
    h1 {
        font-size: 64px;
        line-height: 78px;
    }

    h2 {
        font-size: 60px;
        line-height: 60px;
    }

    h3 {
        font-size: 40px;
        line-height: 52px;
    }

    h4 {
        font-size: 36px;
        line-height: 54px;
    }

    h5 {
        font-size: 24px;
        line-height: 30px;
    }
}
.discover-banner-bg {
    background-image: url('../images/discover-mobile.jpg');
}

@media (min-width: 768px) {
    .discover-banner-bg {
        background-image: url('../images/discover.jpg');
    }
    .sell-pattern-mt {
        margin-top: 2.6rem!important;
    }
}

.property-search {
    .ts-wrapper {
        position: relative;
    }

    .ts-wrapper.dropdown-active .ts-control {
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom: transparent !important;
    }

    .ts-control {
        border: 1px solid #002e11 !important;
        color: #002e11;
        border-radius: 2.5rem !important;
        padding: 8px 27px !important;
        background: white !important;
        font-size: 1.125rem !important;
        align-items: center;
        height: 3.9rem;
        outline: none;
        font-family: Geologica !important;
        font-weight: 300 !important;
    }

    .ts-control-custom{
        border: 1px solid #002e11;
        color: #002e11;
        border-radius: 2.5rem ;
        background: white ;
        font-size: 1.125rem ;
        align-items: center;
        height: 3.9rem;
        outline: none;
        font-family: Geologica ;
        font-weight: 300 ;
    }

    .ts-control.has-value .ts-input {
        color: white !important;
    }


    @media (max-width: 1023px) {
        .ts-control {
            border: 1px solid #8f90a6 !important;
            font-size: 0.875rem !important;
            height: 2.8125rem;
            color: #8f90a6;
        }
    }
}

.filters .ts-control,
.property-search .filters .ts-control {
    border: none !important;
    padding: 8px 27px !important;
    background: white !important;
    font-size: 1.25rem !important;
    align-items: center;
    outline: none;
    font-family: Geologica !important;
    font-weight: 100 !important;
    color: #002e11;

    .item {
        white-space: nowrap;
    }
}

.filters.mobile .ts-control {
  border: none !important;
  padding: 0px 20px 0px 0px !important;
  background: white !important;
  font-size: 0.875rem !important;
  align-items: center;
  outline: none;
  font-family: Geologica !important;
  font-weight: 100 !important;
}

.ts-wrapper.dropdown-active + svg {
    transform: translateY(-50%) rotate(180deg);
}

.ts-dropdown-content .option {
    font-size: 1rem;
    padding: 8px 15px !important;
}

.filters.mobile .ts-dropdown-content .option {
    font-size: 0.6875rem;
    padding: 5px 10px !important;
}

.ts-dropdown-content .option.active {
    background-color: #002e11;
    color: white;
}
.ts-control > input {
    min-width: 0rem!important;
}

.ts-dropdown {
    border: 1px solid #002e11 !important;
    border-radius: 12px !important;
    overflow: hidden;
    font-family: Geologica !important;
    font-weight: 300 !important;
    margin-top: 0px !important;
    z-index: 12 !important;
}

.mega-selector {
    position: relative;

    .selector-button.active .selector-arrow {
        transform: rotate(180deg);
    }

    .megamenu {
        position: absolute;
        top: 48px;
        left: -24px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.2s ease;
        padding: 21px 0px;
        display: flex;
        flex-direction: column;
        gap: 1.125rem;
        width: 100%;
        background: rgba(255, 255, 255, 0.7);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        z-index: 25;
    }

    .mobileSelect.megamenu {
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .mobileSelect.megamenu::-webkit-scrollbar { display: none; }
    .menu-category,
    .category-item,
    .submenu-item {
        min-width: 0;
    }

    .mobileSelect.megamenu p {
        white-space: normal;
        word-break: break-word;
    }



    .megamenu.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .menu-category {
        position: relative;
        display: flex;
        gap: 0.9375rem;
        align-items: center;
    }

    .category-item {
        padding: 0px 30px;
        width: 100%;
        cursor: pointer;
        display: flex;
        color: #8f90a6;
        justify-content: space-between;
        align-items: center;
        transition: background-color 0.2s ease;
    }

    @media (max-width: 768px) {
        .megamenu {
            width: auto;
            top: 20px;
            left: -18px;
        }

        .category-item {
            gap: 0.9375rem;
        }
    }

    .category-item:hover {
        color: #002e11;
    }

    .submenu {
        position: absolute;
        left: 100%;
        top: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-10px);
        transition: all 0.2s ease;
        display: flex;
        flex-direction: column;
        gap: 1.125rem;
        padding: 15px 0px;
        background: rgba(255, 255, 255, 0.7);
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        pointer-events: none;
    }

    .menu-category:hover .submenu {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .submenu-item {
        padding: 0px 24px;
        cursor: pointer;
        color: #8f90a6;
        transition: background-color 0.2s ease;
    }

    .submenu-item:hover {
        color: #002e11;
    }

    .selected-value {
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
    }
}

header.homepage {
    background: transparent !important;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

header.homepage.solid {
    background: white !important;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;*/
}

header.homepage nav a {
    color: white !important;
}

header.homepage.solid nav a {
    color: #002e11 !important;
}

header.homepage nav {
    border-bottom: 0 !important;
}

header.homepage.solid nav {
    border-bottom: 1px solid rgba(0, 46, 17, 0.1) !important;
}

header.homepage.solid details summary h5,
header.homepage.solid details summary svg {
    color: black !important;
}

.logo-home {
    display: block;
}

.logo-inner {
    display: block;
}

header.homepage .ts-dropdown {
    background-color: transparent !important;
    color: white !important;
}

header .ts-dropdown button,
#menu-overlay-mobile .ts-dropdown button  {
   display: none !important;
}

header.homepage .ts-dropdown a {
    color: white !important;
}

header.homepage .ts-dropdown a:hover {
    background-color: #002e11 !important;
    color: var(--color-primary, white) !important
}

header.homepage summary h5 {
    color: white !important;
}

header.homepage summary svg {
    color: white !important;
}

header.homepage .ts-dropdown {
    border-color: white !important;
}

header.homepage .hamburger svg {
    color: #fff !important;
}

header.homepage.solid .hamburger svg {
    color: #002e11 !important;
}

.agents-wrapper .header-offset {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.hide-logo {
    display: none;
}

.mega-selector .submenu-item.rm-padding {
    padding: 0;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.blog-content{
    max-width: 1400px;
    margin-top: 6rem;
}

.blog-content > * + * {
    margin-top: 1.5rem;
}

.blog-content h2 { margin-top: 2.5rem; }
.blog-content h3 { margin-top: 2rem; }
.blog-content h4 { margin-top: 1.8rem; }
.blog-content h5 { margin-top: 1.5rem; }
.blog-content p { margin-top: 1rem;}
.grid-card-wrapper {
    width: 600px;
    flex-shrink: 0;
}

.white-font{
    color: white !important;
}

#property-latitude, #property-longitude{
    display: none;
}

#map{
    height: 350px;
    border-radius: 20px;
    margin-bottom: 2rem;

}

#nisea-map{
    z-index: 1;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    border-radius: 20px;
}

.gmap-canvas{
    z-index: 1;
    position: relative;
}

.feature-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.property-image-count-opacity{
    opacity: 60%
}

.margin-property-nav{
    margin-top: 150px;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    position: relative !important;
}

@media (min-width: 1024px) {
    .lg-hidden{
        display: none;
    }
}

@media (min-width: 1440px) {
    #close-gallery-btn{
        margin-left: 60px;
    }
    .xl-block{
        display: block;
    }
}

.padding-property-nav{
    padding-right: 120px;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    position: relative !important;
}
#sort + .ts-wrapper .ts-dropdown {
    width: max-content;
    min-width: 12rem;
}
#sort + .ts-wrapper .ts-dropdown .option:first-child {
    display: none;
}

.megamenu:not(.property-type-megamenu) {
    position: absolute;
    width: calc(100% + 3rem) !important;
    border-radius: 4px;
}

.category-item:not(.property-type-category-item) {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    box-sizing: border-box !important;
}

@media (min-width: 640px) {
    .home-search-form .flex.sm\:flex-row.flex-col > div:last-child {
        margin-left: auto;
    }
}
.footer-spacing{
    margin-bottom: 1.2rem;
}

.footer-text{
     text-transform: uppercase !important;
}

.homeBannerSection {
    position: relative;
    z-index: 5;
}

.margin-property-type{
    margin-top: 8px
}

.property-type-arrow{
    top: 12px;
    right:-10px;
}

#keyAdvantages + .ts-wrapper.multi .ts-control,
#zone + .ts-wrapper.multi .ts-control {
    max-width: 300px;
    flex-wrap: wrap !important;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100px;
    gap: 6px;
    display: flex !important;
    box-sizing: border-box;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#keyAdvantages + .ts-wrapper.multi .ts-control::-webkit-scrollbar,
#zone + .ts-wrapper.multi .ts-control::-webkit-scrollbar {
    display: none;
}

@media(min-width: 1200px){
    .logo-negative-margin {
        margin-top: -6rem;
    }
}

#slideshow img,
#plans-slideshow img {
    min-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 700px;
    font-size: 1rem;
}

.feature-item {
    display: flex;
    align-items: center;
    font-weight: 300;
}

.feature-icon {
    margin-right: 8px;
    font-size: 24px;
}

.no-features {
    grid-column: 1 / -1;/* takes whole row */
    color: #ef4444;
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}
@media (min-width: 768px) and (max-width: 768px) {
    .blog-posts-container .md\:w-1\/2 img {
        height: 23rem !important;
        width: 45rem !important;
        object-fit: cover;
    }
}

@media (max-width: 425px) {
    .blog-posts-container .md\:w-1\/2 img {
        height: 12.69rem!important;
        width: 25rem!important;
        object-fit: cover;
    }
}

@media (max-width: 480px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

.share-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.blog-posts-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 72px;
    grid-auto-rows: 1fr;
    margin-bottom: 72px;
}

.blog-posts-container .md\:w-1\/2 img {
    height: 23rem;
    width: 35rem;
    object-fit: cover;
}

.py-contact-form{
    margin: 3rem 0;
}

.circle-pattern {
    margin-bottom: 3rem;
    padding-bottom: 0.25rem;
}

@media (max-width: 640px) {
    .circle-pattern {
        margin-bottom: 0.7rem;
        padding-bottom: 0;
    }
}
.nisea-iti-wrapper {
  display: block !important;
}
.tel-input-prefix .iti__country-list {
    white-space: normal;
}

.tel-input-prefix .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
    overflow: hidden;
}

.text-align-on-break{
    text-align: right;
}

.selected-value-zones {
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    max-height: 50px;
    gap: 6px;
    padding: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.selected-value-zones::-webkit-scrollbar {
    display: none;
}
.selected-zone-tag {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: inherit;
    border-radius: 3px;
    padding: 2px 6px;
    white-space: nowrap;
}

#zone-ts-control{
    font-size: 16px;
}

.property_id_input::placeholder {
    font-family: Geologica;
}

.agentdetails #toggle:checked ~ .agent-description,
.propertydetails #toggle:checked ~ .property-description{
    max-height: none;
    -webkit-line-clamp: unset;
}
.agentdetails .agent-description {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 10.8em;
    transition: max-height 0.3s ease;
}

.propertydetails .property-description {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 11.5em;
    transition: max-height 0.3s ease;
}

.agentdetails #toggle,
.propertydetails #toggle {
    display: none;
}
.agentdetails #toggle:not(:checked) ~ .read_more .less-txt,
.propertydetails #toggle:not(:checked) ~ .read_more .less-txt {
    display: none;
}
.agentdetails #toggle:checked ~ .read_more .more-txt,
.propertydetails #toggle:checked ~ .read_more .more-txt {
    display: none;
}
.agentdetails .read_more,
.propertydetails .read_more {
    cursor: pointer;
    text-decoration: underline;
}

#property-map {
  position: static !important;
    height: 100% !important;
}

.sell-pattern-mt{
    margin-top: 1.3rem;
}

.advanced-selector .tomSelect .ts-dropdown .option.selected,
.advanced-selector .tomSelect .ts-dropdown .option.selected:hover,
.location-selector .tomSelect .ts-dropdown .option.selected,
.location-selector .tomSelect .ts-dropdown .option.selected:hover {
    background-color: #002e11 !important;
    color: white !important;
}

.location-selector .ts-location-option {
    display: flex;
    align-items: center;
    gap: 10px;
}

.location-selector .ts-location-option-city {
    width: 100%;
}

.location-selector .ts-location-option-city .ts-location-label {
    flex: 1;
}

.location-selector .ts-location-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    color: currentColor;
    cursor: pointer;
    flex: 0 0 14px;
}

.location-selector .ts-location-toggle-icon {
    width: 12px;
    height: 12px;
    transition: transform 0.2s ease;
}

.location-selector .ts-location-toggle.is-expanded .ts-location-toggle-icon {
    transform: rotate(180deg);
}

.location-selector .ts-location-option-zone {
    padding-left: 24px;
}

.location-selector .ts-dropdown .option {
    padding-right: 12px;
}

#locationSelectMobile .category-item:has(.zone-item.selected) {
    background-color: #002e11;
    color: #fff;
}

#locationSelectMobile .city-item.selected,
#locationSelectMobile .zone-item.selected {
    background-color: #002e11;
    color: #fff;
}

#locationSelectMobile .city-item.selected:hover,
#locationSelectMobile .zone-item.selected:hover {
    background-color: #004422;
}
.property-carousel-wrapper { 
    position: relative; 
    overflow: hidden; 
    touch-action: pan-y; 
}
.property-carousel-wrapper .property-carousel { 
    display: flex; 
    transition: transform 0.4s ease; 
}
.property-carousel-wrapper .property-carousel .carousel-slide { 
    flex: 0 0 100%; 
    width: 100%; 
    user-select: none; 
    -webkit-user-drag: none; 
    cursor: grab; 
}

.property-carousel-wrapper .carousel-bullets {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 10;
    opacity: 0.9;
}

.property-carousel-wrapper .carousel-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    transform: scale(1);
}
.property-carousel-wrapper .carousel-bullet.glide__bullet--active {
    background: #fff;
    transform: scale(1.5);
}

#locationSelectMobile .menu-category {
    margin-bottom: 0;
}

#locationSelectMobile .city-item,
#locationSelectMobile .zone-item {
    padding: 10px 12px;
    margin-bottom: 2px;
    margin-left: 8px;
}

#locationSelectMobile .city-item{
    padding: 0px 12px!important;
}

#locationSelectMobile .zones-container {
    margin-top: 6px;
     /*margin-bottom: 8px;*/
}

@media (max-width: 768px) {
    #locationSelectMobile .megamenu {
        width: auto;
        top: 40px;
        left: -18px;
    }
}

.pagination-box {
    margin-bottom: 25px;
}
.pagination {
    padding-left: 0;
    border-radius: 4px;
    display: inline-block;
}
.pagination li {
    display: inline-block;
    margin: 0 6px;
}

.pagination li.disabled:first-child {
    display: none;
}

.pagination li.active span {
    text-decoration: underline;
    font-weight: bold;
}

.pagination li:first-child span,
.pagination li:first-child a,
.pagination li:last-child span,
.pagination li:last-child a {
    font-size: 25px;
}


.pagination li span,
.pagination li a {
    font-size: 1.125rem;
}

.glide__slide {
    display: block !important;
    align-items: center;
    justify-content: center;
}

.glide .glide__slides .disabled-slide {
    pointer-events: none;
    cursor: default;
}

.glide .glide__slides .disabled-slide p {
    font-weight: 600;
}

.mobileSelect.megamenu {
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin; 
}

.mobileSelect.megamenu::-webkit-scrollbar {
    width: 6px;
}

.mobileSelect.megamenu::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}
.ts-dropdown .option.selected {
    background-color: #002e11 !important;
    color: white !important;
}

#conditionField .ts-wrapper .ts-control,
#conditionFieldMobile .ts-wrapper .ts-control,
#property-features .ts-wrapper .ts-control,
#keyAdvantagesFieldMobile .ts-wrapper .ts-control,
#featuresFieldMobile .ts-wrapper .ts-control {
    max-height: 5rem;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none; /* Firefox */
}

#conditionField .ts-wrapper .ts-control::-webkit-scrollbar,
#conditionFieldMobile .ts-wrapper .ts-control::-webkit-scrollbar,
#property-features .ts-wrapper .ts-control::-webkit-scrollbar,
#keyAdvantagesFieldMobile .ts-wrapper .ts-control::-webkit-scrollbar,
#featuresFieldMobile .ts-wrapper .ts-control::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

#conditionField .ts-wrapper .ts-control > input,
#property-features .ts-wrapper .ts-control > input {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
@media (min-width: 1017px) and (max-width: 1120px) {
    nav .nav-gap {
        gap: 1.5rem !important;
    }
}
@media (min-width: 1270px) and (max-width: 1400px) {
    nav .nav-gap {
        gap: 3rem !important;
    }
}

.property-type-selector {
    height: 40px;
    display: flex;
    align-items: center;
}

.property-type-content {
    display: flex;
    align-items: center;
}

.property-type-content .selected-value {
    margin: 0;
    padding: 0;
    display: inline;
}

.property-type-content .remove-property-type-btn {
    padding: 0 0 0 2px;
    margin: 0 0 0 4px;
    background: transparent;
    border: none;
    border-left: 1px solid #ddd;
    flex-shrink: 0;
    cursor: pointer;
}

.property-reference{
    position: absolute;
    right: 10px;
    z-index: 10;
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
    @media (hover: hover) and (pointer: fine) {
        .safari-h-50 {
            height: 49% !important;
        }
    }
}

#sticky-form-container {
    transition: none;
}

@media (min-width: 1024px) {
    #sticky-form-container {
        will-change: position, top, width;
    }
}

@media (min-width: 1300px) and (max-width: 1597px) {
    .lg\:col-span-8.xl\:col-span-9 {
        grid-column: span 8 / span 8 !important;
    }

    .lg\:col-span-4.xl\:col-span-3 {
        grid-column: span 4 / span 4 !important;
    }
}

.ts-wrapper.multi .ts-control > div {
    cursor: pointer;
    margin: 0 3px 0px 0 !important;
    padding: 2px 6px;
    background: none!important;
    color: #303030;
    border: 0px solid #d0d0d0;
}

.nisea-footer-color{
    background-color: rgba(0,0,0,0.15);
}

.city-toggle-btn {
    background:none;
    border:none;
    padding:4px 6px;
    cursor:pointer;
    line-height:0;
    flex-shrink:0;
}

.city-toggle-icon {
    width:10px;
    height:10px;
    color:#8f90a6;
    display:block;
    transition:transform 0.2s ease;
}

.city-submenu-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.location-selector .ts-location-option {
    display: flex;
    align-items: center;
    gap: 10px;
}

.location-selector .ts-location-option-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    color: #1f3b57;
}

.location-selector .ts-location-option-icon svg {
    width: 12px;
    height: 12px;
}

.location-selector .ts-location-option-zone {
    padding-left: 22px;
}
