.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    border: 1px #E9E9E9 solid;
}

.leaflet-popup-content {
    margin: 25px;
}

.leaflet-popup-tip-container {
    display: none;
}

.leaflet-container a.leaflet-popup-close-button {
    background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE0cHgiIHdpZHRoPSIxNHB4IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiPjxwYXRoIGQ9Ik03LDBDMy4xMzQsMCwwLDMuMTM0LDAsN2MwLDMuODY3LDMuMTM0LDcsNyw3YzMuODY3LDAsNy0zLjEzMyw3LTdDMTQsMy4xMzQsMTAuODY3LDAsNywweiBNMTAuNSw5LjVsLTEsMUw3LDhsLTIuNSwyLjVsLTEtMUw2LDdMMy41LDQuNWwxLTFMNyw2bDIuNS0yLjVsMSwxTDgsN0wxMC41LDkuNXoiLz48L3N2Zz4=") center center no-repeat;
}
.leaflet-container a.leaflet-popup-close-button span {
    display: none;
}

.custom-popup {
    width: 236px;
    max-width: 236px;
    max-height: 500px;
}
.custom-popup .pop-title {
    font-size: 14px;
    color: #444444;
    line-height: 20px;
    font-family: 'Arial';
    font-weight: bold;
    margin-bottom: 10px;
}
.custom-popup .pop-description {
    font-size: 14px;
    color: #444444;
    line-height: 20px;
    font-family: 'Arial';
    margin-bottom: 10px;
}

.custom-popup form input[type='text'] {
    width: 100% ! Important;
    margin-top: 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 11px;
    color: #4d4d4d;
    border: 1px #d0d0d0 solid;
    border-radius: 0;
    padding: 10px;
}
.custom-popup form input[type='submit'] {
    width: 100% ! Important;
    padding: 10px;
    margin-top: 10px;
    border-radius: 0;
    border: 1px #d0d0d0 solid;
    background: #ececec;
    -webkit-appearance: none;
    font-size: 11px;
    color: #4d4d4d;
    font-weight: bold;
}