/* ALIGN THE HINT AND INPUT BOX FONTS!! */
.tt-hint, .___autocomplete_loaded, .___autocomplete_loading{
    font-family: Arial !important;
    /*font-size: 14px !important;
    padding: 0 24px !important;*/
}
.___autocomplete_loading[readonly],
.___autocomplete_loaded[readonly] {
    color: #CCC !important;
}
/* Align sizes */
.location-input {
    width: 600px;
}
.tt-hint,
.tt-menu {
    width: 422px;
}
/* Make the input color different than the hint */
.___autocomplete_loaded, .___autocomplete_loading { color: #3c3c3c !important;
    /*box-shadow: 0 5px 5px rgba(0,0,0,.2)*/
}
.tt-hint { color: #CCC !important; }

.tt-query,
.tt-hint {
    /*width: 396px;*/
    height: 30px;
    padding: 8px 12px;
    font-size: 18px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none;
}
.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
}
/* The open menu selection */
.tt-menu {
    text-align: left;
    /*margin: 12px 0;*/
    padding: 8px 0;
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -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);
    width: 100%;
    /*margin-top: -1px;*/
    background-color: #fff;
    margin-top: 25px;;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 13px;
    line-height: 24px;
}

.tt-suggestion:hover,
.tt-suggestion.tt-cursor {
    cursor: pointer;
    color: #fff;
    /*background-color: rgba(0, 98, 138, 0.69);*/
    background-color: #00a6cd;

}

.tt-suggestion p {
    margin: 0;
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}

#rtl-support .tt-menu {
    text-align: right;
}

.locate {
    position: absolute;
    top: 15px;
    right: 15px;

    z-index: 2;
    width: 20px;
    height: 20px;
    line-height: 34px;
    text-align: center;
    /*margin: 12px 5px 0 0;*/
    display: block;
    /*background: url(https://spaceprk.com/wp-content/uploads/2018/06/icon_pin.png);*/
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}


.locate img{
    width: 15px;
    height: 20px;
}

/* Find my location button */
.marker {
    position: absolute;
    top: 18px;
    right: 23px;
    cursor: pointer;
    z-index: 2;
}
.pulse {
    width: 10px;
    height: 10px;
    border: 2px solid #7fd2e6;
    background-color: #00a6cd;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: 10;
    position: absolute;
}
.dot {
    display: none;
    position: absolute;
    height: 50px;
    width: 50px;
    top: -28px;
    left: -28px;
    z-index: 2;
    opacity: 0;
    border: 10px solid #CCC;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -webkit-animation: flash 1.5s ease-out;
    -moz-animation: flash 1.5s ease-out;
    animation: flash 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.marker:hover .dot {
    display: block;
}
@-webkit-keyframes "flash" {
    0% {-webkit-transform: scale(0);opacity: 1.0;}
    /*25% {-webkit-transform: scale(0);opacity: 0.1;}*/
    /*50% {-webkit-transform: scale(0.1);opacity: 0.1;}
    85% {-webkit-transform: scale(0.5);opacity: 0.3;}*/
    50% {-webkit-transform: scale(0.1);opacity: 0.5;}
    100% {-webkit-transform: scale(1);opacity: 0;}
}




.circle {
    width: 15px;
    height: 15px;
    background-color: #00a6cd;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    left: 23px;
}



@keyframes loading {
    0% {
        transform-origin: 100% 100%;
        transform: rotate(0deg);
    }
    100% {
        transform-origin: 100% 100%;
        transform: rotate(360deg);
    }
}
.loading {
    position: absolute;
    top: 1px;
    right: -11px;
    z-index: 2;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 12px 5px 0 0;
    display: none;
}
.loading:before {
    position: absolute;
    display: block;
    content: "";
    z-index: 12;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FFF;
}
.loading:after {
    position: absolute;
    display: block;
    content: "";
    z-index: 11;
    width: 12px;
    height: 12px;
    border-radius: 200px 0 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0, #CCC 50%, #CCC 100%);
    animation: loading 0.5s linear infinite;
}


/**
 * ==============================================
 * Dot Flashing
 * ==============================================
 */
.stage {
    display: none;
    justify-content: center;
    align-items: center;


    position: absolute;
    top: 11px;
    right: 5px;
    z-index: 2;
    width: 45px;
    height: 15px;
    line-height: 34px;
    text-align: center;
    margin: 12px 5px 0 0;
}

/*9880ff*/

/*9880ff*/
.dot-pulse {
    position: relative;
    left: -9999px;
    width: 4px;
    height: 4px;
    border-radius: 5px;
    background-color: #007aff;
    color: #007aff;
    box-shadow: 9999px 0 0 -5px #007aff;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: .25s;
}

.dot-pulse::before, .dot-pulse::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 4px;
    height: 4px;
    border-radius: 5px;
    background-color: #007aff;
    color: #007aff;
}

.dot-pulse::before {
    box-shadow: 9984px 0 0 -5px #007aff;
    animation: dotPulseBefore 1.5s infinite linear;
    animation-delay: 0s;
}

.dot-pulse::after {
    box-shadow: 10014px 0 0 -5px #007aff;
    animation: dotPulseAfter 1.5s infinite linear;
    animation-delay: .5s;
}

@keyframes dotPulseBefore {
    0% {
        box-shadow: 9984px 0 0 -5px #007aff;
    }
    30% {
        box-shadow: 9984px 0 0 2px #007aff;
    }
    60%,
    100% {
        box-shadow: 9984px 0 0 -5px #007aff;
    }
}

@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px #007aff;
    }
    30% {
        box-shadow: 9999px 0 0 2px #007aff;
    }
    60%,
    100% {
        box-shadow: 9999px 0 0 -5px #007aff;
    }
}

@keyframes dotPulseBlue {
    0% {
        box-shadow: 9999px 0 0 -5px #007aff;
    }
    30% {
        box-shadow: 9999px 0 0 2px #007aff;
    }
    60%,
    100% {
        box-shadow: 9999px 0 0 -5px #007aff;
    }
}

@keyframes dotPulseAfter {
    0% {
        box-shadow: 10014px 0 0 -5px #007aff;
    }
    30% {
        box-shadow: 10014px 0 0 2px #007aff;
    }
    60%,
    100% {
        box-shadow: 10014px 0 0 -5px #007aff;
    }
}





/*---------------- INPUT FIELD -------------------*/

.location-input {
    position: relative;
    display: flex;
    margin: 0 10px;
}
.location-input .input-container {
    position: relative;
    display: flex;
    width: auto;
    margin: 10px;
}
.___autocomplete_loaded, .___autocomplete_loading {
    /*background-color: #fff;
    border: none;
    border-radius: 2px;
    width: 580px;
    height: 50px;

    color: #b7bcdd;
    outline: none;
    z-index: 0;
    -webkit-tap-highlight-color: transparent;
    line-height: 1;*/
}
.___autocomplete_loading::-webkit-input-placeholder,
.___autocomplete_loaded::-webkit-input-placeholder {
    color: #b7bcdd;
    line-height: 1;
    padding-top: 2px;
}
/*__autocomplete_hover.input-field-shadow {
    box-shadow: 0px 2px 10px #d8ddec;
}*/
.__autocomplete_focus .input-field-shadow
{
    box-shadow: 0px 8px 14px #d8ddec !important;
    height: 50%;
    width: 97%;
    left: 2%;
}
.input-container .input-field-shadow {
    position: absolute;
    display: flex;
    width: 99%;
    height: 95%;
    bottom: 0;
    left: 1%;
    z-index: -10;
    box-shadow: 0px 0px 5px #d8ddec;
    border-radius: 2px;
    transition: all ease 240ms;
}

/* ===========================================
Listings loader
=============================================== */

.card {
    width: 90%;
    padding: 1rem;
    margin: 3rem auto;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075);
}

.content-placeholder {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    /*background: #eeeeee;*/
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 110px;
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath);
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}
/* iPhone 6+ */
@media only screen and (max-width: 414px) {
    .card {
        width: 80%;
    }
}

.location-suggest {width: 100%}
.LocationLarge .tt-input {
    margin-top: 1px;
}

.autoCompleteLg .stage {
    top: 20px;
    right: 26px;
}
