#shipstampede-dialog--address {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
}
#shipstampede-dialog--address h3,
#shipstampede-dialog--address h4 {
    text-transform: none;
}
#shipstampede-dialog--address .dialog-inner {
    width: 800px;
    height: 600px;
    background-color: #fff;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
}
#shipstampede-dialog--address .dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#shipstampede-dialog--address .dialog-body {
    flex: 1;
}
#shipstampede-dialog--address .btn-close {
    outline: none;
    border: none;
    background-color: transparent;
}
#shipstampede-dialog--address .address {
    display: flex;
    margin-bottom: 12px;
}
#shipstampede-dialog--address .address > * {
    flex: 1;
}
#shipstampede-dialog--address .dialog-footer {
    text-align: center;
    padding: 12px;
}
