#loader {
    position: fixed;
    top: 0%;
    left: 0;
    z-index: 1000000000;
    height: 100vh;
    width: 98.5vw;
    background: white;
    opacity: 0.5;
    display: flex;
    margin: 0 auto;
}
.loader1 {
    display: block;
    font-size: 0px;
    padding: 0px;
    margin: 0% auto;
    width: 100px;
    padding: 25% 0px;
}
.loader1 span {
    vertical-align: middle;
    border-radius: 100%;

    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px 2px;
    -webkit-animation: loader1 0.8s linear infinite alternate;
    animation: loader1 0.8s linear infinite alternate;
}
.loader1 span:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: rgba(12, 6, 7, 0.6);
}
.loader1 span:nth-child(2) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: rgba(0, 0, 0, 0.8);
}
.loader1 span:nth-child(3) {
    -webkit-animation-delay: -0.26666s;
    animation-delay: -0.26666s;
    background: rgb(0, 0, 0);
}
.loader1 span:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: rgba(0, 0, 0, 0.8);
}
.loader1 span:nth-child(5) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: rgba(0, 0, 0, 0.4);
}

@keyframes loader1 {
    from {
        transform: scale(0, 0);
    }
    to {
        transform: scale(1, 1);
    }
}
@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
    }
    to {
        -webkit-transform: scale(1, 1);
    }
}

/* ============================================================================================================================== */
.login-filter {
    display: flex;
    float: right;
    margin-left: auto;
}
/* .form-select {
   width: 190px;
   padding: 8px;
   font-size: 14px;
   color: gray;
   margin-left: 10px;
} */
.filter-box {
    align-items: center;
}
.map-postal {
    width: 180px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 8px;
    font-size: 14px;
    margin-left: 10px;
    outline: none;
}
.login-filter label {
    font-weight: 500;
    color: #2a2a2a;
}
.search_btn {
    position: absolute;
    right: 9px;
    top: 17%;
    background: #f0f0f0;
    width: 30px;
    height: 37px;
    border-radius: 0 5px 5px 0;
    padding: 9px;
    border: none;
}

#map {
    min-height: 90vh;
    width: 100%;
}

.title-map {
    width: 100%;
}

.main {
    background: #e9ecef;
}

.card {
    border-radius: 10px;
    transition: all 1s;
}

.card:hover {
    box-shadow: 0px 0px 11px 2px #8080808a;
}

.google_card {
    margin: 1rem 7rem !important;
}

.box > .card {
    width: 120px;
    border-radius: 5px !important;
}

.box {
    font-size: 11px;
    color: rgb(106 110 127);
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

.input_sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    height: 30px;
}

/* .w-30{
width: 20%;
} */
.title-map {
    font-size: 25px;
    font-weight: 400;
    margin-left: 0px;
}

#map {
    border-radius: 5px;
}

.brand-logo {
    width: 250px;
}
.gm-style-iw.gm-style-iw-c {
    width: 350px;
    box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    border-radius: 10px;
}
.tool_box p.header {
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 10px;
    color: #184049;
}
p.tool_row {
    font-size: 14px;
    display: flex;
    gap: 20px;
    color: #1f1f1f;
    line-height: 24px;
    font-weight: 400;
}
p.tool_row i {
    font-size: 18px;
    color: #1d454e;
    margin-top: 2px;
}
button.gm-ui-hover-effect span {
    display: none !important;
}
button.gm-ui-hover-effect {
    border: none !important;
    outline: none !important;
}
@media screen and (max-width: 1024px) {
    .login-filter {
        display: grid;
        grid-template-columns: 50% 50%;
        float: unset;
        margin-left: 0;
    }

    .box {
        float: left;
    }
    .navbar-light .navbar-toggler {
      color: rgba(0,0,0,.5);
      border: none;
      outline: none;
  }
}
@media screen and (max-width: 676px) {
    .login-filter {
        display: grid;
        grid-template-columns: 100%;
    }
    .box {
        margin-left: 0px !important;
        display: grid !important;
        grid-template-columns: 35% 65%;
        width: 100%;
    }
    i.bi.bi-search {
      right: 34px;
  }
}
