.map_content {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    height: 100%;
}

body {
    margin:0;
}

.admin_map_area {
    display: flex;
    width: calc( 100% - 70px);
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    padding: 0 35px;
    gap: 0;
}

#iframe_map {
    height: 100%;
}

.iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.wdwc_area .acfe-modal-wrapper{
    max-height: unset !important;
    min-height: 800px;
}

.map_area {
    display: inline-block;
    width: auto;
    margin-top: 100px;
}

.delete_pin {
    text-decoration: none;
    font-size:14px;
    color:#b32d2e;
    float: right;
    display: inline-block;
    position: relative;
    z-index: 9999999;
}

.admin_map_area .list {
    display: flex;
    width: 100%;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    float: left;
    flex-direction: column;
    gap: 5px;
}
.admin_map_area .list li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    max-width: 250px;
    justify-content: space-between;
    width: 100%;
}

.admin_map_area .list li:before {
    content:'';
    position:relative;
    background-color: var(--before-bg-color, #000000);
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px;
}

.modal {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.blocker {
    background-color: #00000059 !important;
}

.create_pin {
    display: inline-block;
    width: 100%;
    padding: 15px 5px 10px 0;
}

.create_pin span {
    display: inline-block;
    width: 100%;
    padding: 0 0 7px 6px;
}

.create_pin .input_item {
    display: inline-block;
    width: 100%;
    padding: 5px 5px;
}

.create_pin .input_item p {
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
}

.modal {
    z-index: 99999999 !important;
}

 select.title {
    width: calc( 100% - 24px );
    padding: 11px 12px;
    outline: none;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 15px;
}

.submit.disabled {background-color: #d3d3d3;border-color: #d3d3d3;color: #ffffff;pointer-events: none;}

.submit {
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-shadow: none;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 2.15384615;
    min-height: 27px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    float: right;
    margin-right: 22px;
    margin-top: 12px;
}

.map_svg {position: relative;}

.dots li {
    list-style: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    transform: translate(-40%, -40%);
    z-index: 0;
}