.container-panel {
    margin-top: 10px;
}

.modal-vue .overlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.modal-vue .modal {
    position: relative;
    width: 300px;
    z-index: 9999;
    margin: 0 auto;
    padding: 20px 30px;
    background-color: #fff;
}

.modal-vue .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.enlargeImgData {
    width: 60%;
    height: 80%;
}

.location-component-container {
    overflow-y: auto;
    scroll-behavior: smooth;
}

.height-with-search {
    height: calc(100vh - 195px);
    max-height: calc(100vh - 195px);
}

.height-loc {
    height: 77vh;
    max-height: 77vh;
}

.text-data {
    color: var(--primary-color);
}

@media only screen and (max-width:768px) {
    .icon-container-location {
        flex: 0 0 auto !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .location-component-container {
        height: 75vh;
        max-height: 75vh;
    }
}

@media only screen and (min-width:1920px) {
    .location-component-container {
        height: 80vh;
        max-height: 80vh;
    }
}

@media only screen and (min-width:812px) and (max-width:812px) {
    .loc-card-container {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* @media only screen and (min-width:1024px) and (max-width:1200px) {
    .location-component-container {
        height: 80vh;
        max-height: 80vh;
    }
} */