.form-location-picker {
    position: fixed;
    z-index: 12000;
    inset: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.form-location-picker-header {
    display: flex;
    flex: 0 0 44px;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border-bottom: 1px solid #eee;
    color: #222;
    font-size: 16px;
    font-weight: 600;
}
.form-location-picker-close {
    padding: 6px 0 6px 12px;
    border: 0;
    background: none;
    color: #266fff;
    font: inherit;
    font-size: 14px;
    font-weight: 400;
}
.form-location-picker-frame {
    flex: 1;
    width: 100%;
    min-height: 0;
    border: 0;
}
.form-location-picker-loading {
    padding: 12px 16px;
    color: #888;
    font-size: 13px;
    text-align: center;
}
