body {
    margin: 0;
    padding: 0;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica;
    height: 100%;
    width: 100%;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: black;
}

#search-container {
    position: absolute;
    margin: 30px 30px 30px 30px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 500px;
}

#search-input {
    background-color: white;
    display: flex;
    flex-direction: row;
    padding: 15px 30px;
    font-size: 16px;
}

.opciones {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 4px 30px;
    background-color: white;
    border-top: 1px solid rgb(212, 212, 212);
}

.opcion {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px 4px;
}

.opcion input {
    margin: 6px;
}

.opcion input[type="checkbox"] {
    display: none;
}

.opcion input[type="checkbox"]+label:before {
    font-family: FontAwesome;
}

.opcion input[type="checkbox"]+label:before {
    content: "\f00c";
    color: transparent;
    border: 1px solid #d1d0d0;
    border-radius: 4px;
    margin-right: 5px;
    transition: .5s;
}

.opcion .cSI[type="checkbox"]:checked+label:before {
    background: #2a487d;
    color: #ffffff;
    border-color: #2a487d;
}

.opcion .cGP[type="checkbox"]:checked+label:before {
    background: #1399e0;
    color: #ffffff;
    border-color: #1399e0;
}

.ocultar_mostrar {
    display: none;
}

#search-input i {
    margin: 8px;
    font-size: 24px;
    padding-right: 4px;
    color:rgb(211, 211, 211) !important;
}

#search-input input {
    width: 400px;
    border: transparent;
    color:rgb(167, 167, 167) !important;
}

#search-input input:focus {
    outline: none;
    border: transparent;
}

#search-input input::-webkit-input-placeholder {
    color:rgb(167, 167, 167) !important; 
}
    
#search-input input:-moz-placeholder {
    color:rgb(167, 167, 167) !important; 
}
    
#search-input input::-moz-placeholder {
    color:rgb(167, 167, 167) !important; 
}
    
#search-input input:-ms-input-placeholder {  
    color:rgb(167, 167, 167) !important;
}

#search-filter {
    display: block;
    background-color: white;
    width: 500px;
    border-top: 1px solid rgb(212, 212, 212);
    margin-bottom: 10px;
}

#search-filter ul {
    margin: 0;
    padding: 20px 30px 10px 30px;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
}

#search-filter ul li {
    width: 35px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    white-space: nowrap;
}

#search-filter ul li a {
    padding: 8px;
    transition: 0.2s;
}

#search-filter ul .G84 {
    color: #E74C3C; 
}

#search-filter ul .G84 a:hover {
    color: #E74C3C;
    border-bottom: 1px solid #E74C3C;
}

#search-filter ul .G84 a.active {
    color: #E74C3C;
    border-bottom: 1px solid #E74C3C;
}

#search-filter ul .G90 {
    color: #28B463; 
}

#search-filter ul .G90 a:hover {
    color: #28B463;
    border-bottom: 1px solid #28B463;
}

#search-filter ul .G90 a.active {
    color: #28B463;
    border-bottom: 1px solid #28B463;
}

#search-filter ul .G95 {
    color: #3498DB; 
}

#search-filter ul .G95 a:hover {
    color: #3498DB;
    border-bottom: 1px solid #3498DB;
}

#search-filter ul .G95 a.active {
    color: #3498DB;
    border-bottom: 1px solid #3498DB;
}

#search-filter ul .G97, #search-filter ul .G98 {
    color: #58D68D; 
}

#search-filter ul .G97 a:hover, #search-filter ul .G98 a:hover {
    color: #58D68D;
    border-bottom: 1px solid #58D68D;
}

#search-filter ul .G97 a.active, #search-filter ul .G98 a.active {
    color: #58D68D;
    border-bottom: 1px solid #58D68D;
}

#search-filter ul .D2 {
    color: #616A6B; 
    font-weight: bold;
}

#search-filter ul .D2 a:hover {
    color: #616A6B;
    /* border-bottom: 1px solid #616A6B; */
}

#search-filter ul .D2 a.active {
    color: #fff;
    border-bottom: 1px solid #616A6B;
    border-radius: 8px;
    background-color: #616A6B;
}

#search-filter ul .GPRE, .GPremium {
    color: #6610f2; 
    font-weight: bold;
}

#search-filter ul .GPRE a:hover, .GPremium {
    color: #6610f2;
    /* border-bottom: 1px solid #6610f2; */
}

#search-filter ul .GPRE a.active, .GPremium {
    color: #ffffff;
    border-bottom: 1px solid #6610f2;
    border-radius: 8px;
    background-color: #6610f2;
}

#search-filter ul .GREG, .GRegular {
    color: #20c997; 
    font-weight: bold;
}

#search-filter ul .GREG a:hover, .GRegular {
    color: #20c997;
    /* border-bottom: 1px solid #20c997; */
}

#search-filter ul .GREG a.active, .GRegular {
    color: #fff;
    border-bottom: 1px solid #20c997;
    border-radius: 8px;
    background-color: #20c997;
}

#search-filter ul .GLP, #search-filter ul .GNV {
    color: #F5B041; 
    font-weight: bold;
}

#search-filter ul .GLP a:hover, #search-filter ul .GNV a:hover {
    color:#F5B041;
    /* border-bottom: 1px solid #F5B041; */
}

#search-filter ul .GLP a.active, #search-filter ul .GNV a.active {
    color: #fff;
    border-bottom: 1px solid #F5B041;
    border-radius: 8px;
    background-color: #F5B041;
}

#search-filter ul .URE, #search-filter ul .URE {
    color: #ff7f50; 
    font-weight: bold;
}

#search-filter ul .URE a:hover, #search-filter ul .URE a:hover {
    color:#ff7f50;
    /* border-bottom: 1px solid #ff7f50; */
}

#search-filter ul .URE a.active, #search-filter ul .URE a.active {
    color: #fff;
    border-bottom: 1px solid #ff7f50;
    border-radius: 8px;
    background-color: #ff7f50;
}

#search-filter ul .R14 {
    color: #154360; 
}

#search-filter ul .R14 a:hover {
    color:#154360;
    border-bottom: 1px solid #154360;
}

#search-filter ul .R14 a.active {
    color: #154360;
    border-bottom: 1px solid #154360;
}

#search-filter ul .GASONETPLUS {
    color: #2ABFE0; 
}

#search-filter ul .GASONETPLUS a:hover {
    color: #2ABFE0;
    border-bottom: 1px solid #2ABFE0;
}

#search-filter ul .GASONETPLUS a.active {
    color: #2ABFE0;
    border-bottom: 1px solid #2ABFE0;
}

#search-result {
    position: absolute;
    margin: 260px 30px 30px 30px;
    width: 500px;
    overflow-y: auto;
    height: 400px;
    z-index: 1;
    background-color: white;
    display: flex;
    flex-direction: column;
}

#result-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 22px;
    cursor: pointer;
}

#result-container:hover {
    background: rgb(230, 230, 230);  
}

.select {
    background: rgb(230, 230, 230) !important;  
}

#result-eess {
    display: flex;
    height: 30px;
    margin-bottom: 8px;
}

#result-eess #result-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin: 11px;
    color: #2a487d;
}

#result-eess #result-name {
    display: flex;
    justify-content: end;
    font-size: 13px;
    width: 80%;
    height: 22px;
    color: black;
    font-weight: bold;
    border-bottom: 2px solid #b3b3b3;
}

#result-address, #result-products {
    margin: 0 8px 8px 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

#result-address {
    flex-wrap: nowrap;
}

#result-address i {
    padding: 2px 10px;
}

#result-products #result-product {
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 30px;
    border-radius: 5px;
    border: transparent;
    margin: 0 10px 0 0;
    color: white;
    font-weight: bold;
}

#result-product.G84 {
    background-color: #E74C3C;
}

#result-product.G90 {
    background-color: #28B463;
}

#result-product.G95 {
    background-color: #3498DB;
}

#result-product.G97 {
    background-color: #58D68D;
}

#result-product.G98 {
    background-color: #58D68D;
}

#result-product.D2 {
    background-color: #616A6B;
}

#result-product.GLP {
    background-color: #F5B041;
}

#result-product.GNV {
    background-color: #F5B041;
}

#result-product.GRegular {
    background-color: #20c997;
    text-transform: uppercase;
}

#result-product.GPremium {
    background-color: #6610f2;
    text-transform: uppercase;
}

#result-product.Urea {
    background-color: #ff7f50;
    text-transform: uppercase;
}

#result-product.GRegular span{
    width: 23px;
    overflow: hidden;
}

#result-product.GPremium span{
    width: 23px;
    overflow: hidden;
}

#result-product.Urea span{
    width: 23px;
    overflow: hidden;
}

#result-address {
    color: #7e7e7e;
    font-weight: bold;
    font-size: 12px;
}

#map {
    height: 100vh;
}

.mr-color {
    color:rgb(194, 194, 194) !important; 
}

.pac-icon-marker {
    display: none !important;
}

.pac-container {
    margin: 16px 30px !important;
    border: none !important;
    position: absolute !important;
    border: 1px solid rgb(212, 212, 212) !important;
    left: 0 !important;
    z-index: 1 !important;
    box-shadow: none !important;
    width: 500px !important;
}

.pac-container:after {
    background-image: none !important;
    height: 0px;
}

.pac-item {
    padding: 4px 100px !important;
    display: flex !important;
    flex-direction: column !important;
    border: none !important;
    font-size: 14px;
}

.pac-item:hover {
    background: rgb(230, 230, 230) !important; 
}

.pac-container:after {
    background-image: none !important;
    height: 0px;
}

.pac-icon {
        background-image: none !important;
        height: 0px;
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
    box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.75) !important;
    border-radius: 5px !important;
    width: 300px !important;
    max-width: none !important;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

.gm-ui-hover-effect {
    opacity: 1 !important;
}

.gm-style .gm-style-iw-t::after {
    background: transparent !important;
    opacity: .5 !important;
    height: 18px !important;
    left: 0 !important;
    top: 0 !important;
    transform: translate(-50%, -15%) rotate(90deg) !important;
    border-left: 5px solid black !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    box-shadow: 0 !important;
}

.gm-style-iw-chr{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.gm-style-iw-chr button{
    outline: none; /* Removes the outline that appears when the button is focused */
    border: none;  /* Removes the border of the button */
}

.gm-style-iw-chr button span{
    background-color: white !important;
}

@media (max-width: 1100px) {

    #search-container {
        width: 100%;
        margin: 0;
    }

    #search-input input {
        width: 100%;
    }

    .ocultar_mostrar {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 50px;
        height: 100%;
    }

    #search-result {
        flex-direction: row;
        margin: 0;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        height: 160px;
        background-color: transparent;
    }

    #result-eess {
        display: flex;
        height: 30px;
        margin-bottom: 5px;
    }

    #result-container {
        background-color: white;
        margin: 5px;
    }

    #result-address {
        height: 100%;
        font-size: 11px;
        margin: 0 5px 8px 5px;
    }

    #result-address span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 230px;
    }

    #result-eess #result-icon {
        font-size: 18px;
        margin: 9px;
    }

    #result-eess #result-name {
        font-size: 10px;
        width: 230px;
    }

    #result-products #result-product {
        margin: 0 10px 5px 0;
    }

    #search-filter {
        display: none;
    }

    #search-filter {
        width: 100%;
    }

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

    .pac-container {
        margin: 18px 0 !important;
        width: 100% !important;
    }
}