.bg-custom {
    background-color: #E7F1FD !important;
}

.bg-label-custom {
    background-color: #0057B729 !important;
    color: #0057B7 !important;
}

.icon-custom {
    width: 20px;
    height: 20px;
    background-color: #0057b7;
}

    .icon-custom.text-white{
        background-color:white;
    }

    .icon-list-order {
        -webkit-mask-image: url('/img/Icons/list-details.svg');
        mask-image: url('/img/Icons/list-details.svg');
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: contain;
    }

.icon-dashboard {
    -webkit-mask-image: url('/img/Icons/ListOrder.svg');
    mask-image: url('/img/Icons/ListOrder.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

.icon-team-members {
    -webkit-mask-image: url('/img/Icons/team-members.svg');
    mask-image: url('/img/Icons/team-members.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

.icon-branches {
    -webkit-mask-image: url('/img/Icons/branches.svg');
    mask-image: url('/img/Icons/branches.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

.icon-products {
    -webkit-mask-image: url('/img/Icons/products.svg');
    mask-image: url('/img/Icons/products.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

.icon-categories {
    -webkit-mask-image: url('/img/Icons/sales.svg');
    mask-image: url('/img/Icons/sales.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

#map {
    height: 600px;
    width: 100%;
}
.pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    font-family: Roboto;
    padding: 0;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

    .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

#pac-input {
    width: 400px;
    top: 10px !important;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }
