.parksys-popup {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 100;
    animation: fadeIn 0.3s ease-in-out;
}

.parksys-popup ._content {
    font-size: 14pt;
}

.parksys-popup ._container {
    position: relative;
    width: 80vw;
    max-width: 30em;
    height: min-content;
    margin-left: auto;
    margin-right: auto;
    padding: 3mm 4mm 4.2mm 4mm;
    z-index: 101;
    box-shadow: 0 0.3em 0.7em 0 rgba(0, 0, 0, 0.4), 0 0.4em 0.9em 0 rgba(0, 0, 0, 0.19);
    border-radius: 2mm;
    background-color: #fff;
    font-family: Arial, sans-serif;
    animation: fadeInScale 0.1s ease-in-out;
}

.parksys-popup ._header {
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

.parksys-popup ._header ._icon img {
    height: 8mm;
}

.parksys-popup ._header ._icon {
    padding-right: 2mm;
}

.parksys-popup ._header ._title {
    padding-left: 1mm;
    font-size: 17pt;
    font-weight: normal;
    line-height: 1.2em;
    padding-top: 1mm;
}

.parksys-popup ._icon-close {
    position: absolute;
    right: 0.9em;
    top: 0.9em;
    width: 1.45em;
    height: 1.45em;
    cursor: pointer;
}

.parksys-popup ._divider {
    border-top: 1px solid #e5e5e5;
    margin-top: 1em !important;
    padding-top: 1.1em !important;
}

.parksys-popup ._footer {
    display: flex;
    align-items: center;
    padding-top: 0.6em;
    margin-top: 0.4em;
}

.parksys-popup ._error {
    border-radius: 2mm;
    padding: 2.2mm 4mm 2mm 4mm;
    color: white;
    background-color: #e74c3c;
    font-size: 12pt;
    margin-top: 0.6em;
}

.parksys-popup ._success {
    border-radius: 2mm;
    padding: 2.2mm 4mm 2mm 4mm;
    color: white;
    background-color: #50ad35;
    font-size: 12pt;
    margin-top: 0.6em;
}

.parksys-popup-form ._holder {
    text-transform: uppercase;
}

.parksys-popup-form ._input {
    height: 10mm !important;
    font-size: 12pt;
    border-radius: 1.5mm;
    padding-left: 3mm;
    padding-right: 3mm;
    font-weight: normal;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0.5mm !important;
    padding-bottom: 0 !important;
    outline: none;
    line-height: 8mm;
}

.parksys-popup-form ._input::placeholder {
    font-size: 12pt;
    color: #c9c9c9;
    padding-top: 0.5mm !important;
    padding-bottom: 0 !important;
    outline: none;
    line-height: 8mm;
}

.parksys-popup-form ._label {
    font-size: 10pt;
}

.parksys-popup-form ._row {
    padding-top: 2mm;
}

.parksys-popup-form ._row-table td {
    vertical-align: bottom;
    padding-top: 2mm;
}

.parksys-popup-form ._row-table {
    width: 100%;
}

.parksys-popup-form ._row-table ._space {
    width: 0.8em;
}

.parksys-popup-form ._header {
    font-size: 0.9em;
    font-family: "Helvetica Neue", sans-serif;
    margin-bottom: 5mm;
    background-color: #1772cc;
    padding: 2mm 4mm 2mm 4mm;
    border-radius: 2mm;
    color: #ffffff;
}

.parksys-popup-form ._caption {
    color: #7b7d93;
    font-size: 11pt;
    font-weight: bold;
}

.parksys-popup-form ._input-error {
    border: 1px solid red;
}

.parksys-popup-form ._required {
    color: red;
}

.parksys-popup-button img {
    height: 14pt;
    width: 14pt !important;
    margin-right: 2mm;
    padding: 0 !important;
    display: inline-block;
    position: relative;
    top: -0.2mm;
}

.parksys-popup-button span {
    display: inline-block;
    line-height: 1.2em;
}

.parksys-popup-button {
    min-width: 32mm;
    height: 10mm;
    padding-left: 4mm;
    padding-right: 4mm;
    font-size: 12pt;
    border-radius: 1.5mm;
    display: inline;
    margin-left: auto;
    background-color: #0061C3;
    color: white;
    border: none;
    cursor: pointer;
}

.parksys-popup-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.parksys-popup-button-left {
    margin-left: 0 !important;
}

.parksys-popup-message {
    font-size: 14pt;
}

.parksys-popup-image {
    width: 100%;
    height: auto;
    margin-top: 1em;
    border-radius: 4mm;
}

.parksys-popup ._secure-stamp {
    display: flex;
    margin-top: 1.2em;
    margin-left: 0.1em;
    margin-right: 0.1em;
}

.parksys-popup ._secure-stamp ._secure-text {
    font-size: 11pt;
    left: 0;
    color: #707070;
}

.parksys-popup ._secure-stamp ._secure-text img {
    height: 6mm;
    margin-right: 0.6em;
}

.parksys-popup ._secure-stamp ._secure-logo {
    height: 10mm;
    margin-left: auto;
    right: 0;
}
