html{
    position: relative;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    padding: 0;
    margin: 0;
    color: black;
}

html, body, .map-wrapper, .content-wrapper, .main-content{
    height: 100%;
} 

.map-wrapper {
    position: relative;
    display: block;
    width: calc(100% - 416px);
    height: 100vh;
}

.adoxy-map {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.adoxy-map .gm-fullscreen-control,
.adoxy-map .gm-style-mtc {
    display: none;
}

.content-wrapper {
    display: flex;
    justify-content: stretch;
}

.filtering-tab {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    width: 416px;
    height: 100vh;
    height: -webkit-fill-available;
    background-color: #fff;
    z-index: 10;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.155);
    overflow-y: auto;
    overflow: visible;
}

.filtering-tab__toggler {
    display: none;
    padding: 6px 8px 6px 15px;
    position: absolute;
    top: 80px;
    right: 0;
    font-size: 13px;
    transform: translate(100%, -50%);
    background-color: #fff;
    border-radius: 0 14px 14px 0;
    border: none;
    letter-spacing: -0.1px;
    font-weight: bold;
    color: #3a67ab;
    text-transform: uppercase;
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.205);
    opacity: 1;
}

button:focus, button:active{
    outline: none;
}

.filtering-tab__toggler .ico {
    width: 12px;
    margin-left: 7px;
    transform: rotate(-90deg);
}

.filtering-tab__content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 27px 50px 22px 22px;
    height: 100%;
}

.map-wrapper .map-brand-mobile img {
    position: absolute;
    top: 20px;
    left: 12px;
    width: 96px;
    z-index: 14;
    display: none;
    opacity: 0.9;
}

.simplebar-scrollbar::before {
    background-color: rgb(163, 163, 163);
    width: 6px;
    margin-right: 3px;
}

.filtering-tab__header .search {
    position: relative;
    width: 100%;
}

.filtering-tab__header .search button {
    position: absolute;
    background: none;
    appearance: none;
    border: none;
    display: block;
    right: 1px;
    top: 8px;
    width: 15px;
    height: 15px;
    background-image: url("../images/ico/search.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 3;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s;
}

.filtering-tab__header .search button:hover {
    transform: scale(1.1);
}

.filtering-tab__content .brand img {
    width: 96px;
    margin-right: 20px;
}

.filtering-tab__header {
    display: flex;
    border-bottom: 2px solid #E5E5E5;
    padding-bottom: 8px;
    padding-right: 10px;
    width: 100%;
}

.filtering-tab__body {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-right: 15px;
}

.custom-radio {
    cursor: pointer;
    display: flex;
    padding-top: 5px;
    margin-bottom: 0;
}
.custom-radio .text {
    color: black;
    padding-top: 3px;
    font-size: 15px;
    line-height: 1;
    padding-left: 6px;
    letter-spacing: 0;
}
.custom-radio .mask {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    margin: 0;
    width: 18px;
    height: 18px;
    background-color: #F5F4F4;
    box-shadow: 1px 3px 5px rgba(0,0,0,.2);
    margin-right: 5px;
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,0);
    transition: all 0.3s;
}
.custom-radio input {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.custom-radio input:hover ~ .mask {
    border: 7px solid #618ac7a1;
}
.custom-radio input:checked ~ .mask {
    border: 7px solid #3A67AB;
}
.custom-radio__input:checked ~ label {
    font-weight: bold;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

li {
    text-decoration: none;
    margin: 0;
}

b {
    font-weight: 500;
}

p {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0;
}

.btn-default {
    font-size: 14px;
    background-color: #3A67AB;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 10px 80px 8px;
    border-radius: 11px;
    box-shadow: 1px 2px 7px rgba(0,0,0,.3);
    transition: transform 0.3s;
    cursor: pointer;
}

.filtering-tab__body-reset-btn{
    position: absolute;
    right: -14px;
    top: 10px;
    font-size: 14px;
    padding: 4px 20px;
    border-radius: 5px;
}

.btn-default:hover {
    transform: scale(1.04);
}

.ui-autocomplete-input,
.ui-selectmenu-button {
    -webkit-appearance: none;
    background-color: #FAFAFA;
    box-shadow: 2px 4px 5px rgba(0,0,0,.1);
    width: 100% !important;
    border-radius: 6px !important;
    border: none !important;
    transition: all 0.4s;
    color: #9D9797 !important;
    font-weight: 500;
    font-size: 16px;
    padding-left: 13px;
}


.ui-autocomplete-input::placeholder {
    color: #9D9797 !important;
}

.ui-autocomplete-input {
    position: relative;
    color: #9D9797;
    font-weight: 500;
    min-height: 30px;
    border-radius: 15px !important;
    width: 104% !important;
    padding-left: 15px;
    padding-right: 35px;
    box-sizing: border-box;
}
.ui-autocomplete-input:focus {
    outline: none;
}

.ui-menu-item-wrapper {
    color: rgb(82, 82, 82) !important;
    border: none !important;
    padding: 5px 10px !important;
}
.ui-menu-item-wrapper.ui-state-active,
.ui-menu-item-wrapper:hover {
    color: #FFF !important;
}

.ui-menu {
    border-radius: 8px !important;
    border: none !important;
    box-shadow: 5px 5px 5px rgba(0,0,0,.15);
    animation: fadeInDown 0.4s;
}

.ui-autocomplete {
    animation: fadeIn 0.4s;
}

.ui-button .ui-icon {
    background-image: url('../images/ico/chevron.png') !important;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-position: center center;
    margin-top: 3px;
    transition: all 0.4s;
}

.ui-selectmenu-button-open .ui-icon {
    transform: rotate(-180deg);
}
.loader,
.loader:after,
.loader:before {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.map-loading-overlay .error{
    font-size: 70px;
    text-align: center;
    font-weight: bold;
}
.loader {
    color: #ffffff;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:after,
.loader:before {
    position: absolute;
    top: 0;
    content: '';
}
.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 1.5em;
}
@-webkit-keyframes load1 {
    0%,
    100%,
    80% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
.loader,
.loader:after,
.loader:before {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.loader {
    color: #ffffff;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:after,
.loader:before {
    position: absolute;
    top: 0;
    content: '';
}
.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 1.5em;
}
@-webkit-keyframes load1 {
    0%,
    100%,
    80% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
.loader2,
.loader2:after,
.loader2:before {
    background: #3A67AB;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.loader2 {
    color: #3A67AB;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 8px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader2:after,
.loader2:before {
    position: absolute;
    top: 0;
    content: '';
}
.loader2:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader2:after {
    left: 1.5em;
}
@media screen and (max-width: 992px) {
    .filtering-tab {
        position: fixed;
        top: 0;
        left: 0;
        max-width: 416px;
        width: 90%;
        opacity: 1;
        transform: translateX(-100%);
        transition: all 0.5s;
        z-index: 15;
    }

    .filtering-tab__content {
        padding-top: 20px;
        padding-left: 19px;
        padding-bottom: 140px;
    }

    .filtering-tab__header .brand {}

    .filtering-tab.expanded {
        transform: translateX(0);
    }

    .map-wrapper {
        position: relative;
        height: 100%;
        width: 100%;
    }

    .map-wrapper .map-brand-mobile img {
        display: block;
    }

    .filtering-tab__toggler {
        display: flex;
        z-index: 10;
        opacity: 0.8;
        transition: all 0.5s;
    }

    .filtering-tab__toggler .show,
    .hide {
        animation: fadeIn 0.3s;
        display: none;
    }

    .filtering-tab__toggler .show {
        display: block;
    }
    .filtering-tab__toggler.expanded .show {
        display: none;
    }
    .filtering-tab__toggler.expanded .hide {
        display: block;
    }

    .filtering-tab__toggler.expanded {
        padding-left: 0;
        opacity: 1;
        top: 5.3%;
        right: 1px;
        opacity: 1;
    }
    .filtering-tab__toggler.expanded .ico {
        width: 18px;
        transform: rotate(90deg);
        margin-left: 4px;
        transition: all 0.5s;
    }

    p {
        font-size: 15px;
    }

    b {
        font-size: 17px;
    }

    .ui-autocomplete-input,
    .ui-widget {
        font-size: 0.8em;
    }

    .custom-radio .text {
        font-size: 15px;
    }

    .custom-radio .mask {
        width: 15px;
        height: 15px;
    }
    .custom-radio input:hover ~ .mask {
        border: 5px solid #3a67aba1;
    }
    .custom-radio input:checked ~ .mask {
        border: 5px solid #3A67AB;
    }
}

.map-loading-overlay {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: rgba(0,0,0,.4);
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
}

.map-loading-overlay.visible {
    opacity: 1;
    pointer-events: all;
}

.map-loading-overlay .message {
    color: #fff;
    font-weight: 500;
    margin-top: -40px;
    margin-bottom: 70px;
    text-align: center;
}

.map-pane {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    background-color: #fff;
    width: 418px;
    height: 312px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
    transition: all 0.4s;
    padding: 20px 0;
    padding-right: 15px;
}

.map-pane.visible {
    transform: scale(1);
    opacity: 0.9;
    pointer-events: all;
}

.map-pane .content {
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.4s;
    padding: 0 20px;
}

.map-pane .content.visible {
    opacity: 1;
}

.map-pane .loader2 {
    position: absolute;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
}

.map-pane .loader2.visible {
    opacity: 1;
}

.map-pane .content .info-item {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 5px;
}

.map-pane .content .info-item img{
    width: 16px;
    transform: translateY(5px);
}

.map-pane .content .info-item b {
    font-size: 15px;
}

.map-pane .content .name{
    margin-top: 0;
    margin-bottom: 10px;
}

.map-pane .content .info-aparelhos{
    margin-top: 7px;
    display: flex;
}
.map-pane .content .list{
    margin-left: 7px;
}

.map-pane .content .list li{
    margin-top: 2px;
    margin-bottom: 2px;
}

@media screen and (max-width: 992px) {
    .map-pane {
        top: unset;
        right: unset;
        left: 0;
        bottom: 0;
        width: 80%;
        min-height: unset;
        height: 230px;
    }
}


.ui-widget-content{
    max-height: 400px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}