﻿.modalgmap-open {
    overflow: hidden;
}

    .modalgmap-open .modalgmap {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modalgmap {
    position: fixed;
    top: 0;
    right: 0 !important;
    left: unset !important;
    display: none;
    height: calc(100vh - 80px);
    top: 80px;
    overflow: hidden;
    outline: 0;
    width: 20%;
}
@media (max-width: 768px) {
    .modalgmap {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        top: 60px !important;
       
        border-radius: 0;
    }
}

.modalgmap-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modalgmap.fade .modalgmap-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modalgmap.fade .modalgmap-dialog {
        transition: none;
    }
}

.modalgmap.show .modalgmap-dialog {
    transform: none;
}

.modalgmap.modalgmap-static .modalgmap-dialog {
    transform: scale(1.02);
}

.modalgmap-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

    .modalgmap-dialog-scrollable .modalgmap-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .modalgmap-dialog-scrollable .modalgmap-footer,
    .modalgmap-dialog-scrollable .modalgmap-header {
        flex-shrink: 0;
    }

    .modalgmap-dialog-scrollable .modalgmap-body {
        overflow-y: auto;
    }

.modalgmap-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .modalgmap-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        height: min-content;
        content: "";
    }

    .modalgmap-dialog-centered.modalgmap-dialog-scrollable {
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

        .modalgmap-dialog-centered.modalgmap-dialog-scrollable .modalgmap-content {
            max-height: none;
        }

        .modalgmap-dialog-centered.modalgmap-dialog-scrollable::before {
            content: none;
        }

.modalgmap-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    outline: 0;
}

.modalgmap-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modalgmap-backdrop.fade {
        opacity: 0;
    }

    .modalgmap-backdrop.show {
        opacity: 0.5;
    }

.modalgmap-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

    .modalgmap-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modalgmap-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modalgmap-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modalgmap-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

    .modalgmap-footer > * {
        margin: 0.25rem;
    }

.modalgmap-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modalgmap-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modalgmap-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

        .modalgmap-dialog-scrollable .modalgmap-content {
            max-height: calc(100vh - 3.5rem);
        }

    .modalgmap-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

        .modalgmap-dialog-centered::before {
            height: calc(100vh - 3.5rem);
            height: min-content;
        }

    .modalgmap-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modalgmap-lg,
    .modalgmap-xl {
        max-width: 800px;
    }
}

@media (min-width: 1600px) {
    .modalgmap-xl {
        max-width: 1140px;
    }
}

.modalgmap-body .list-group .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: none;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
}

@media (max-width: 576px) {
    .toast {
        width: 200px !important;
        font-size: 0.8rem;
    }
}

.contac-note {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .contac-note .single-note-item .card-body {
        border-radius: 10px;
    }
    .contac-note .single-note-item .card .note-content {
        padding-left: 1rem !important;
    }

.dropdown-item-login {
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    clear: both;
    font-weight: 400;
    color: #fff !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
