#cdek-map {
    width: 100%;
    height: 100%;
    position: relative;
    outline: none;
}

#cdek-map img{
    max-height: none;
}

#map-container {
    z-index: 20;
    display: inline-flex;
    font-family: Arial, sans-serif;
    width: 100%;
    height: 100%;
    position: absolute;
}

#main-map-container {
    display: flex;
    position: relative;
    width: 1200px;
    height: 600px;
}

#map-pvz-list-search-container {
    display: flex;
}

#map-pvz-list-search-clear {
    margin: 10px;
    background-color: white;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    color: #bfbfbf;
    cursor: pointer;
}

#map-pvz-list-search-clear:hover {
    background-color: #dedede;
    color: white;
}

#map-pvz-list {
    display: none;
    background: #ffffff;
    padding: 10px;
    position: absolute;
    z-index: 1010;
    right: 0;
    margin-right: 50px;
    margin-top: 10px;
    height: 300px;
    width: 300px;
}

#map-pvz-list-search {
    padding: 8px;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    width: 93%;
    outline: none;
}

#map-pvz-list-container {
    height: 247px; /* Adjust the height to make space for the input box */
    overflow-y: auto;
    border-radius: 4px;
}

.item-list-elem {
    cursor: pointer;
}

/* Hide the scrollbar for webkit-based browsers (Chrome, Safari) */
#map-pvz-list-container::-webkit-scrollbar {
    width: 0.5em;
}

#map-pvz-list-container::-webkit-scrollbar-thumb {
    background-color: transparent;
}

#map-pvz-list-container::-webkit-scrollbar-track {
    background-color: transparent;
}

#map-pvz-list-container {
    scrollbar-width: none;
}

#map-pvz-item-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#map-pvz-item-list li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

#map-pvz-item-list li:last-child {
    border-bottom: none;
}

#map-frame {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    z-index: 1000;

    /*transform: translate(-50%, -50%);*/
}

#background {
    background-color: rgba(255,255,255,.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#map-loader {
    display: none;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.8) url(../../templates/public/img/loader.gif) center center no-repeat;
    z-index: 1000;
}

.open-pvz-btn {
    appearance: none;
    background-color: #2ea44f;
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 6px;
    box-shadow: rgb(27 31 35 / 10%) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    margin-bottom: 10px;
    margin-top: 10px;
}

#pvz-info {
    display: none;
}

.leaflet-draw-pvz-list {
    background-image: url(../../templates/public/img/location.svg);
}
