@charset "UTF-8";

.loading .if-unsupported,
.loading .unless-unsupported,
.loading .if-compatible,
.loading .unless-compatible,
.loading .if-supported,
.loading .unless-supported,
.supported .if-compatible,
.supported .unless-supported,
.supported .if-unsupported,
.compatible .if-supported,
.compatible .if-unsupported,
.compatible .unless-compatible,
.unsupported .if-supported,
.unsupported .if-compatible,
.unsupported .unless-unsupported {
    display: none;
}

html,
body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 568px;
    margin: 0;
    padding: 0;
    background: #e2f0d9;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
        'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
}

body {
    font-size: 14px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

h1 {
    margin: 0;
    font-size: 20px;
}
h2 {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
}
h3 {
    font-size: 13px;
    color: #385723 !important;
    margin-top: 4px;
    margin-bottom: 4px;
}
h4,
h5,
h6 {
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: 700;
}

ul,
ol {
    padding-left: 2em;
    margin-top: 0;
    margin-bottom: 0;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

/* Display */
.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: flex !important;
}

/* Flex */
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

/* Block */
.container,
.container-fluid,
.container-sm {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 2px !important;
}
.mt-1,
.my-1 {
    margin-top: 2px !important;
}
.mb-1,
.my-1 {
    margin-bottom: 2px !important;
}
.mr-1,
.mx-1 {
    margin-right: 2px !important;
}
.ml-1,
.mx-1 {
    margin-left: 2px !important;
}

.m-2 {
    margin: 4px !important;
}
.mt-2,
.my-2 {
    margin-top: 4px !important;
}
.mb-2,
.my-2 {
    margin-bottom: 4px !important;
}
.mr-2,
.mx-2 {
    margin-right: 4px !important;
}
.ml-2,
.mx-2 {
    margin-left: 4px !important;
}

.m-3 {
    margin: 8px !important;
}
.mt-3,
.my-3 {
    margin-top: 8px !important;
}
.mb-3,
.my-3 {
    margin-bottom: 8px !important;
}
.mr-3,
.mx-3 {
    margin-right: 8px !important;
}
.ml-3,
.mx-3 {
    margin-left: 8px !important;
}

.m-4 {
    margin: 12px !important;
}
.mt-4,
.my-4 {
    margin-top: 12px !important;
}
.mb-4,
.my-4 {
    margin-bottom: 12px !important;
}
.mr-4,
.mx-4 {
    margin-right: 12px !important;
}
.ml-4,
.mx-4 {
    margin-left: 12px !important;
}

.m-5 {
    margin: 24px !important;
}
.mt-5,
.my-5 {
    margin-top: 24px !important;
}
.mb-5,
.my-5 {
    margin-bottom: 24px !important;
}
.mr-5,
.mx-5 {
    margin-right: 24px !important;
}
.ml-5,
.mx-5 {
    margin-left: 24px !important;
}

.p-1 {
    padding: 2px !important;
}
.pt-1,
.py-1 {
    padding-top: 2px !important;
}
.pb-1,
.py-1 {
    padding-bottom: 2px !important;
}
.pr-1,
.px-1 {
    padding-right: 2px !important;
}
.pl-1,
.px-1 {
    padding-left: 2px !important;
}

.p-2 {
    padding: 4px !important;
}
.pt-2,
.py-2 {
    padding-top: 4px !important;
}
.pb-2,
.py-2 {
    padding-bottom: 4px !important;
}
.pr-2,
.px-2 {
    padding-right: 4px !important;
}
.pl-2,
.px-2 {
    padding-left: 4px !important;
}

.p-3 {
    padding: 8px !important;
}
.pt-3,
.py-3 {
    padding-top: 8px !important;
}
.pb-3,
.py-3 {
    padding-bottom: 8px !important;
}
.pr-3,
.px-3 {
    padding-right: 8px !important;
}
.pl-3,
.px-3 {
    padding-left: 8px !important;
}

.p-5 {
    padding: 24px !important;
}
.pt-5,
.py-5 {
    padding-top: 24px !important;
}
.pb-5,
.py-5 {
    padding-bottom: 24px !important;
}
.pr-5,
.px-5 {
    padding-right: 24px !important;
}
.pl-5,
.px-5 {
    padding-left: 24px !important;
}

@media (min-width: 600px) {
    .container,
    .container-sm {
        max-width: 750px;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .m-sm-0 {
        margin: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0 !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 2px !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 2px !important;
    }

    .m-sm-2 {
        margin: 4px !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 4px !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 4px !important;
    }

    .m-sm-3 {
        margin: 8px !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 8px !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 8px !important;
    }

    .m-sm-4 {
        margin: 12px !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 12px !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 12px !important;
    }

    .m-sm-5 {
        margin: 24px !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 24px !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 24px !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 2px !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 2px !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 2px !important;
    }

    .p-sm-2 {
        padding: 4px !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 4px !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 4px !important;
    }

    .p-sm-3 {
        padding: 8px !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 8px !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 8px !important;
    }

    .p-sm-4 {
        padding: 12px !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 12px !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 12px !important;
    }

    .p-sm-5 {
        padding: 24px !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 24px !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 24px !important;
    }
}

/* Text */
.small {
    font-size: 12px;
}
.large {
    font-size: 1rem !important;
}
.font-weight-bold {
    font-weight: bold;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-danger {
    color: #ff0000 !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
.shadow-none {
    box-shadow: none !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.125rem + 2px);
    padding: 0.0625rem 0.1875rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #73b248;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(56, 87, 35, 0.25);
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.15625rem;
    opacity: 0;
}

.custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem;
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: 0.15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: '';
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd;
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%;
}

.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #385723;
    background-color: #385723;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}

.btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    vertical-align: center;
    line-height: 1.5;
    cursor: pointer;
    padding: 2px 7px;
    border-radius: 4px;
    width: 150px;
    min-width: 150px;
}
.btn:hover {
    color: #000;
    text-decoration: none;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(56, 87, 35, 0.25);
}
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-outline {
    border: 1px solid #adb5bd;
    background: #ffffff;
    color: #000000;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.btn-outline:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}
.btn-outline:hover,
.btn-outline:active {
    border-color: #adb5bd;
    background-color: #adb5bd;
    color: #212529;
}
.btn-primary {
    border: 1px solid #385723;
    background: #385723;
    color: #ffffff;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #385723;
    border-color: #385723;
}
.btn-primary:focus {
    color: #fff;
    background-color: #263c18;
    border-color: #213314;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(86, 112, 68, 0.5);
}
.btn-primary:hover,
.btn-primary:active {
    border-color: #213314;
    background-color: #263c18;
    color: #fff;
}

.fade {
    transition: opacity 0.15s linear;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    text-align: left;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    height: calc(100% - 56px);
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-50px);
}
.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: min-content;
    content: '';
}

@media (min-width: 600px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: min-content;
    }
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    max-height: 100%;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 15px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 8px;
    background-color: #e2f0d9;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 6px;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
    flex-shrink: 0;
}
.modal-footer > * {
    margin: 2px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}

.main {
    padding: 8px 0;
    padding-top: calc(constant(safe-area-inset-top, 0) + 8px);
    padding-top: calc(env(safe-area-inset-top, 0) + 8px);
    padding-bottom: calc(constant(safe-area-inset-bottom, 0) + 8px);
    padding-bottom: calc(env(safe-area-inset-bottom, 0) + 8px);
    padding-left: constant(safe-area-inset-left, 0);
    padding-left: env(safe-area-inset-left, 0);
    padding-right: constant(safe-area-inset-right, 0);
    padding-right: env(safe-area-inset-right, 0);
}

.p-alert-dialog {
    max-width: 360px;
}

.p-alert-dialog-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.p-note {
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.p-card .p-note {
    margin-top: 0;
    margin-bottom: 0;
}

.p-note-info {
    background: #f6fbfc;
    border-color: #bee5eb;
}
.p-note-warning {
    color: #332b00;
    background: #fffae0;
    border-color: #ffd600;
}
.p-note-danger {
    background: #ffe0e0;
    border: 1px solid #ffa3a3;
}

.p-card {
    background: #ffffff;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.2),
        0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    min-height: 1px;
}

.p-card .row {
    min-height: 1em;
}
.p-card .row + .row {
    margin-top: 8px;
}

.p-label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.p-label-title {
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    margin-right: 8px;
}

.p-label-comment,
.p-label-title {
    display: inline-block;
}

.p-label.p-required .p-label-title {
    color: red;
    padding-right: 32px;
    background: transparent
        url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDcuNDA4IDMuNzA0Ij48cGF0aCBkPSJNLjUzNSAwaDYuMzQ0Yy4yNjUgMCAuNTMuMjY1LjUzLjUzdjIuNjQ0YzAgLjI2NS0uMjY1LjUzLS41My41M0guNTM1Qy4yNjUgMy43MDQgMCAzLjQ0IDAgMy4xODZWLjUyNkMwIC4yNjUuMjY1IDAgLjUzNSAweiIgZmlsbD0iI2FjMDAwMCIgc3Ryb2tlLXdpZHRoPSIuMjgyIi8+PGcgYXJpYS1sYWJlbD0i5b+F6aCIIiBzdHlsZT0ibGluZS1oZWlnaHQ6MjstaW5rc2NhcGUtZm9udC1zcGVjaWZpY2F0aW9uOidNZWlyeW8gVUkgQm9sZCciIGZvbnQtd2VpZ2h0PSI3MDAiIGZvbnQtc2l6ZT0iMy42MjMiIGZvbnQtZmFtaWx5PSJNZWlyeW8gVUkiIGxldHRlci1zcGFjaW5nPSIwIiB3b3JkLXNwYWNpbmc9IjAiIHN0cm9rZS13aWR0aD0iLjI3MiIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTIuNTk2Ljk4NmwtLjI4MS4zMTZxLS4xMzktLjEzNy0uNzgzLS42MDhsLjI1LS4yODhxLjIuMTEuNDQ3LjI4NXQuMzY3LjI5NXptLjY5LS4wODJxLS4xMjQuMjU4LS4yNi40NTUtLjEzNC4xOTYtLjQxLjUyMi0uMjc2LjMyNy0uNjU1LjY4OXYuMTkzcTAgLjA3NC4wNjMuMDk2LjA2NC4wMjIuMzEuMDIyLjIzNSAwIC4yODgtLjAzMS4wNTQtLjAzMy4wNzMtLjE0Ni4wMjEtLjExNS4wMjEtLjQ1NGwuMzYzLjA0OHYuNTc3cTAgLjE0LS4wNzUuMjI3dC0uMjE1LjExOHEtLjE0LjAzMi0uNDc3LjAzMi0uMTIyIDAtLjI1LS4wMDgtLjEyOC0uMDA2LS4yMDYtLjAxNS0uMDc4LS4wMDgtLjE0Ni0uMDUzLS4wNjgtLjA0NC0uMTEtLjEwNy0uMDQyLS4wNjQtLjA1Ni0uMTQ2LS4yOTYuMjIzLS41NzkuMzY1TC43OCAyLjk4MnEuNDIxLS4yMzcuNzU4LS41MzV2LTEuMzNoLjQyM3YuODk4cS43MTgtLjc3My45Mi0xLjI3OHptLTEuOTQ1LjY1M3EtLjAyLjI3Ni0uMTEuNjM0LS4wODguMzU2LS4xOS41NDdMLjY1NCAyLjZxLjE5OS0uNDQuMjgtMS4wOTJ6bTIuMzM0IDEuMDNsLS40MTQuMTM0cS0uMTY4LS41OTktLjQwMy0xLjAzN2wuMzc2LS4xNDNxLjMuNTM2LjQ0IDEuMDQ2ek00Ljg5OC43MjJxLS4wOC4xMjEtLjMzNy4zNTctLjI1Ny4yMzUtLjU5MS40MTdsLS4yMS0uMzA2cS4yMjItLjExOC40NTMtLjMxNC4yMzItLjE5OC4zNy0uMzgzem0uNzY3IDIuMnEtLjE0My4xMjItLjQyOS4yMzktLjI4NS4xMTgtLjQ1LjE0bC0uMTU0LS4zMXEuNDE4LS4xMDUuNjkzLS4yNzZINS4wM1YxLjAzN2guNDk3TDUuNTgzLjg2aC0uNjQ2Vi41NDNoMS43MzVWLjg2aC0uNjdsLS4wNzguMTc4aC42MDN2MS42NzhoLS4zOXEuMjE2LjEyNC42MzEuMjY3bC0uMTg4LjMxNXEtLjE4NS0uMDQzLS40MS0uMTU3LS4yMjYtLjExMS0uMzUxLS4yMjJsLjE3My0uMjAzaC0uNTJ6bS40NS0xLjQwN1YxLjMySDUuNDR2LjE5NXptLS42NzUuNDQ5aC42NzV2LS4ySDUuNDR6bS42NzUuMjU1SDUuNDR2LjIxaC42NzV6TTUuMDEyIDEuNDZxLS4xNi4yMjYtLjQ3NC40ODUtLjMxMS4yNi0uNTQ2LjM3OGwtLjIwMy0uMzE0cS4yMzYtLjEyLjUwMS0uMzZ0LjQyLS40Mjd6bS4wMDMuODQxcS0uMTQ2LjI0My0uNDQuNTA3LS4yOTQuMjY0LS42My40MzJsLS4xOTYtLjMwMnEuMjQ2LS4xNDQuNTEzLS4zODQuMjY2LS4yNC40MzktLjQ4NnoiLz48L2c+PC9zdmc+)
        100% no-repeat;
}

.p-textbox-type-ascii,
.p-textbox-type-date,
.p-textbox-type-digit,
.p-textbox-type-email,
.p-textbox-type-number,
.p-textbox-type-password,
.p-textbox-type-tel,
.p-textbox-type-time,
.p-textbox-type-url {
    ime-mode: disabled;
}

.p-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(white, 0);
    overflow: hidden;
    z-index: 2147483647;
}

@keyframes p-loading-indicator-normal-animation {
    0% {
        margin-left: -100%;
    }

    100% {
        margin-left: 100%;
    }
}

.p-loading-indicator {
    width: 100%;
    background: #accbec;
    overflow: hidden;
}

.p-loading-progress {
    width: 100%;
    height: 4px;
    background: #3386f2;
    animation: p-loading-indicator-normal-animation linear 10s infinite;
}

.reins-logo {
    display: inline-block;
    width: 135px;
    height: 32px;
    background: url(/img/reins-logo.svg) center center no-repeat;
    background-size: contain;
}
.unsupported .reins-logo {
    background: none;
    font-family: sans-serif;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    line-height: 32px;
}

[data-stage='test'] body {
    background-image: url(/img/stage-test-bg.jpg);
}
