#main-layout {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-block: 5rem;
}
#main-layout>.page_header-container {
    /*margin-top: -5rem;*/
}
.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #00000080;
}
.vertical-title {
    transform: rotate(-90deg);
    transform-origin: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
a.d-flex.justify-content-center {
    align-items: center;
}

@media (max-width: 767px) {
    .vertical-title{
        transform: inherit;
        height: inherit;
        display: inherit;
        justify-content: inherit;
        align-items: inherit;
        justify-content: inherit;
        flex-direction: inherit;
        text-align: center;
    }
}
.typeahead,
.tt-query,
.tt-hint {
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: auto;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
    color: var(--bs-primary);
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: var(--bs-primary);
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: var(--bs-primary);

}
.twitter-typeahead {
    width: 100%;
}
.tt-suggestion p {
    margin: 0;
}
.wishlist-property{
    cursor: pointer;
}
.tt-suggestion:hover .tt-highlight  {
    color: #fff;
}
.glass-effect {
    background: rgba(255,255,255,0.4);
    backdrop-filter: saturate(180%) blur(10px);
}
a {
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    text-decoration: none;
}

.font-weight-light {
    font-weight: 300;
}
.font-weight-lighter {
    font-weight: 200;
}



.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}