.vue-map-container {
    position: relative
}

.vue-map-container .vue-map {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute
}

.vue-map-hidden {
    display: none
}

.vue-street-view-pano-container {
    position: relative
}

.vue-street-view-pano-container .vue-street-view-pano {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute
}

.v-dialog {
    border-radius: 4px;
    margin: 24px;
    overflow-y: auto;
    pointer-events: auto;
    transition: .3s cubic-bezier(.25, .8, .25, 1);
    width: 100%;
    z-index: inherit;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12)
}

.v-dialog:not(.v-dialog--fullscreen) {
    max-height: 90%
}

.v-dialog > * {
    width: 100%
}

.v-dialog > .v-card > .v-card__title {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: .0125em;
    padding: 16px 24px 10px
}

.v-dialog > .v-card > .v-card__subtitle, .v-dialog > .v-card > .v-card__text {
    padding: 0 24px 20px
}

.v-dialog > .v-card > .v-card__actions {
    padding: 8px 16px
}

.v-dialog__content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: .2s cubic-bezier(.25, .8, .25, 1), z-index 1ms;
    width: 100%;
    z-index: 6;
    outline: none
}

.v-dialog__container {
    display: none
}

.v-dialog__container--attached {
    display: inline
}

.v-dialog--animated {
    animation-duration: .15s;
    animation-name: animate-dialog;
    animation-timing-function: cubic-bezier(.25, .8, .25, 1)
}

.v-dialog--fullscreen {
    border-radius: 0;
    margin: 0;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0
}

.v-dialog--fullscreen > .v-card {
    min-height: 100%;
    min-width: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.v-dialog--scrollable, .v-dialog--scrollable > form {
    display: flex
}

.v-dialog--scrollable > .v-card, .v-dialog--scrollable > form > .v-card {
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    max-height: 100%;
    max-width: 100%
}

.v-dialog--scrollable > .v-card > .v-card__actions, .v-dialog--scrollable > .v-card > .v-card__title, .v-dialog--scrollable > form > .v-card > .v-card__actions, .v-dialog--scrollable > form > .v-card > .v-card__title {
    flex: 0 0 auto
}

.v-dialog--scrollable > .v-card > .v-card__text, .v-dialog--scrollable > form > .v-card > .v-card__text {
    backface-visibility: hidden;
    flex: 1 1 auto;
    overflow-y: auto
}

@keyframes animate-dialog {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.03)
    }
    to {
        transform: scale(1)
    }
}

.theme--light.v-overlay {
    color: rgba(0, 0, 0, .87)
}

.theme--dark.v-overlay {
    color: #fff
}

.v-overlay {
    align-items: center;
    border-radius: inherit;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transition: .3s cubic-bezier(.25, .8, .5, 1), z-index 1ms
}

.v-overlay__content {
    position: relative
}

.v-overlay__scrim {
    border-radius: inherit;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: inherit;
    width: 100%;
    will-change: opacity
}

.v-overlay--absolute {
    position: absolute
}

.v-overlay--active {
    pointer-events: auto
}
