.widget_1 {
    position: relative;
    min-height: 250px;
}

.hidden {
    display: none;
}

.loading-spinner {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.simple-dialogue {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.4);
    justify-content: center;
    align-items: center;
}

.simple-dialogue .dialogue-window {
    background: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
}

.simple-dialogue .dialogue-topbar {
    background: lightgrey;
    border-bottom: 1px solid black;
    padding: 10px;
    padding-right: 20px;
    position: relative;
}

.simple-dialogue .dialogue-x {
    background: none;
    border: none;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.simple-dialogue .dialogue-content {
    padding: 10px;
}

.simple-dialogue .dialogue-button {
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
}

.wait-for-payment {
    margin: 150pt;
    font-size: 12pt;
    text-align: center;
}

.gtm {
    display:none;
    visibility:hidden;
}

.display-none {
    display: none;
}

.hidden-simple-dialogue {
    display: none;
}

.superscript {
    font-size: 12px; line-height:0;
}

.font-size-14-px {
    font-size: 14px;
}

.font-size-12-px {
    font-size: 12px;
}

.font-size-8-px  {
    font-size: 8px;
}

.spika-payments-footer {
    margin-top: 15pt;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

.venue-map-container {
    width: 220px;
    height: 350px;
    border: 2px solid #D6D6D6;
}

.venue-map-rect-style {
    width: 220px;
    height: 350px;
    fill: rgba(0, 0, 0, 0);
}

.selected-block-display {
    display: block;
}

.basket-fee-margin {
    margin-left: 10px;
}

.table-review-total-style {
    border-bottom: 0px;
}

.hidden-cashflows-form {
    display: none;
}

.card-payment-button {
    background-color: #e7aa36;
    margin-bottom: 8pt;
}

.viewing-direction-text {
    font-size: 4pt;
    font-weight: 800;
    text-anchor: middle;
}

.dialogue-content-style {
    font-size: 16px;
}