#map {
    height: 100%;
    width: 100%;
}
/* Styling for Autocomplete search bar */
#pac-card {
    background-color: #ffffff29;
    border-radius: 2px 0 0 2px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
    box-sizing: border-box;
    font-family: Roboto;
    margin: 10px 10px 0 0;
    -moz-box-sizing: border-box;
    outline: none;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    padding: 20px;
}

#pac-container {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-right: 12px;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 5px 11px 5px 13px;
    text-overflow: ellipsis;
    width: 400px;
    border: 1px solid #434343;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
    color: #434343;
    font-size: 18px;
    font-weight: 400;
    padding: 6px 12px;
}

.hidden {
  display: none;
}
.tb_text_wrap {
    height: 100%;
}
.dealer-locator{
  width: 100%;
}
/* Styling for an info pane that slides out from the left. 
 * Hidden by default. */
#panel {
    display: block;
    height: calc(100% - 165px);
    width: 100%;
    z-index: 1;
    overflow-x: hidden;
    transition: all .2s ease-out;
    color: #434343;
    background: transparent;
    overflow-y: scroll;
}
#panel p {
    padding-left: 0px;
}
div#panel.hide {
    display: none;
}
.directions-back {
    color: #bd4f21;
}
label#countries-wrapper {
    margin-top: 20px;
    display: block;
}
.store-container {
    cursor: pointer;
    background: transparent !important;
    display: block;
    text-align: left;
    padding: 0px 23px 0px 0px;
}
.store-container:hover {
    color: #bc4e21;
}
.directions-back:hover {
    color: #bc4e21;
    cursor: pointer;
}
.panel::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
.panel::-webkit-scrollbar-thumb {
    background: #434343;
    border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.panel::-webkit-scrollbar-thumb:hover {
    background: #2d2d2d;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
.panel::-webkit-scrollbar-thumb:active {
    background-color: #2d2d2d;
}
/* Ponemos un color de fondo y redondeamos las esquinas del track */
.panel::-webkit-scrollbar-track {
    background: #858585;
    border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */
.panel::-webkit-scrollbar-track:hover,
.panel::-webkit-scrollbar-track:active {
  background: #858585;
}
.open {
  width: 250px;
}

.place {
  font-family: 'open sans', arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-block-end: 0px;
  padding-left: 18px;
  padding-right: 18px;
}

.distanceText {
    color: #434343a6;
    font-family: 'open sans', arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-block-start: 0.25em;
    padding-left: 18px;
    padding-right: 18px;
}

.dealer-locator {
    width: 100%;
    height: 100%;
    display: flex;
}
.dealer-panel {
    width: 20%;
    display: block;
    position: absolute;
    background: #ffffff38;
    z-index: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #434343;
    padding: 20px 30px 25px 30px;
    min-width: 280px;
    height: calc(100% - 0px);
}
.dealer-panel h2 {
    font-size: 50px;
    font-family: 'Yantramanav';
    font-weight: 900;
    text-transform: uppercase;
    line-height: 45px;
}
div#results {
    display: block;
    height: calc(100% - 128px);
}
.results {
    font-size: 20px;
    font-weight: 500;
    padding-right: 50px;
}
.results select {
    padding: 5px 10px;
    background: none;
    color: #434343;
    border-color: #434343;
    width: 100%;
    margin-top: 20px;
    font-size: 19px;
    font-family: 'Yantramanav';
    line-height: 20px;
}
.results select option:checked, select option:hover, select option:focus {
    background-color: #bc4e21 !important;
    color: white;
}

.results #cats {
    padding: 10px;
}
div#pac-card #title {
    font-size: 20px;
    font-weight: 500;
}

/*info box */

.gm-style-iw.gm-style-iw-c {
    background: #fffbfb3b;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    overflow: hidden;
    padding: 15px 15px 5px 15px !important;
    border-radius: 0px;
}
.gm-style .gm-style-iw-d::-webkit-scrollbar-track, .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: transparent;
}
.gm-style .gm-style-iw-t::after {
    background: #ffffff2e !important;
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 15px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.gm-style .gm-style-iw-d>div {
    display: flex;
}
.facility-picture {
    width: 60%;
    display: flex;
    align-items: center;
}
.facility-picture span {
    width: calc(100% - 10px);
    display: block;
    padding: 5px;
    height: calc(100% - 10px);
}
.facility-picture span img {
    width: 100%;
    height: 100%;
}
.facility-info {
    width: calc(50% - 10px);
    padding: 5px;
    padding-left: 10px;
}
.facility-info.fullwidth {
    width: 100%;
    color: #434343;
}
.facility-info h2 {
    margin-bottom: 2px;
    margin-top: 0px;
    color: #434343;
}
.facility-category {
    display: inline-flex;
    background: #007a88;
    padding: 4px;
    text-transform: capitalize;
    width: auto;
    margin-bottom: 20px;
    color: #fff;
}
.facility-description {
    border-top: 1px solid #434343;
    border-bottom: 1px solid #434343;
    padding: 15px 0px;
    margin: 15px 0px;
}
button.gm-ui-hover-effect {
    right: 0px !important;
    top: 0px !important;
    width: 40px !important;
    height: 40px !important;
}

button.gm-ui-hover-effect img {
    /*filter: invert(158%) saturate(12%) brightness(150%) contrast(99%);*/
    transform: scale(1.6);
}
.facility-info-details a {
    color: #434343;
}
label.facility-label {
    margin-top: 22px;
    display: block;
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    bottom: 40px !important;
    transform: rotate(90deg);
}
button.gm-control-active {
    transform: rotate(-90deg);
}
.gmnoprint[controlwidth="40"] div:nth-child(1) {
    width: 100px !important;
    height: 40px !important;
    display: flex;
    padding: 0px 7px;
}
.gm-svpc {
    left: 0px !important;
    top: -50px !important;
    transform: rotate(-90deg);
}
@media(max-width: 768px){
    .dealer-locator {
        width: 100%;
        height: 100%;
        display: block;
    }
    .dealer-panel {
        height: auto;
        width: 100%;
        padding: 20px 20px;
        position: relative;
    }
    .dealer-panel  h2{
        margin: 0px;
        font-size: 40px;
    }
    div#pac-card {
        width: 100%;
        margin: 0px;
        padding: 11px;
    }
    div#results {
        margin-left: 0px;
    }
    input#pac-input {
        width: calc(100% - 10px);
    }
    div#title {
        display: none;
    }
    .dealer-locator #panel {
        max-height: 250px;
        overflow: auto;
    }
    #map {
        height: 553px;
        width: 100%;
    }
    .results #cats {
        padding: 5px 10px;
    }
    .results select {
        margin-top: 10px;
    }
}
@media(max-width: 480px){
    .dealer-locator {
        width: 100%;
        height: 100%;
        display: block;
    }
    .dealer-panel {
        height: auto;
        width: 100%;
        padding: 20px 20px;
        position: relative;
    }
    #map {
        height: 559px;
        width: 100%;
    }
    div#results {
        margin: 0px;
        height: auto !important;
        margin-top: 10px;
    }
    .gm-style .gm-style-iw-d>div {
        display: inline-block;
        width: 100%;
        padding: 0px;
        margin-top: 20px;
        padding-bottom: 10px;
    }
    .gm-style-iw-d {
        padding: 0px !important;
        margin: 0px !important;
        width: 100%;
        display: inline;
    }
    .facility-picture {
        width: 100%;
        padding: 0px !important;
        display: block;
    }
    .facility-picture span {
        padding: 0px;
        width: 100%;
        margin-bottom: 10px;
    }
    .facility-info {
        width: 100%;
        padding: 0px;
    }
    .gm-style-iw.gm-style-iw-c{
        max-width: 280px !important;
        max-height: 590px !important;
    }
    label#countries-wrapper {
        margin-top: 10px;
    }
}