.pins-map-container {
    padding: 0 10px;
    position: relative;
    background-color: #ffffff;
}

#cargusmap .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

#cargusmap button.btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2;
    opacity: 1;
    border-radius: 25px;
    width: 15px;
    height: 15px;
    font-size: 14px;
    background-color: var(--button-background-color) !important;
}

#cargusmap .modal-content {
    border: 0;
}
