/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

/* readex-pro-regular - latin */
@font-face {
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 400;
    src: local(""), url("fonts/readex-pro-v6-latin-regular.woff2") format("woff2"), url("fonts/readex-pro-v6-latin-regular.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* readex-pro-700 - latin */
@font-face {
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 700;
    src: local(""), url("fonts/readex-pro-v6-latin-700.woff2") format("woff2"), url("fonts/readex-pro-v6-latin-700.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: "icons-1647267483000";
    src: url("fonts/fa-solid-900-6.1.1.woff2") format("woff2"), url("fonts/fa-solid-900-6.1.1.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

.icon:before, .date-picker::after, .form__field--time::after, .file-label::after {
    display: inline-block;
    font-family: "icons-1647267483000";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-appointment:before,
.icon-calendar-input:before,
.date-picker:not(.btndate-picker)::after {
    content: "\f133";
}

.icon-time:before,
.form__field--time::after {
    content: "\f017";
}

.file-label::after {
    content: "\f15b";
}

.icon-configuration:before {
    content: "\f013";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-search:before,
.autocomplete::after {
    content: "\f002";
}

.icon-contactperson:before {
    content: "\f0c0";
}

.icon-organization:before {
    content: "\f1ad";
}

.icon-visitlog:before {
    content: "\f2b9";
}

.icon-employee:before {
    content: "\e533";
}

.icon-user:before {
    content: "\f4fe";
}

.icon-role:before {
    content: "\f3ed";
}

.icon-kiosk:before {
    content: "\f0a0";
}

.icon-kioskscreen:before {
    content: "\e163";
}

.icon-department:before {
    content: "\e4da";
}

.icon-location:before {
    content: "\f3c5";
}

.icon-emailtemplate:before {
    content: "\f0e0";
}

.icon-smstemplate:before {
    content: "\f27a";
}

.icon-video:before {
    content: "\f03d";
}

.icon-plus:before {
    content: "\2b";
}

.icon-edit:before {
    content: "\f044";
}

.icon-delete:before {
    content: "\f2ed";
}

.icon-check:before {
    content: "\f00c";
}

.icon-paperclip:before {
    content: "\f0c6";
}

.icon-microphone:before {
    content: "\f130";
}

.icon-phone:before {
    content: "\f095";
}

.icon-phone-hangup:before {
    content: "\f095";
    transform: rotate(135deg);
}

@keyframes go-up {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(-50px);
    }
}

@keyframes loader {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
    }
}

@keyframes loader_white {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

.btn,
button {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 2rem;
    height: 5rem;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.041rem;
    line-height: 4.8rem;
    color: #FFF;
    background: #BF0404;
    box-shadow: none;
    border: none;
    cursor: pointer;
    border-radius: 1rem;
    border-bottom: 0.3rem solid transparent;
    transition: all ease-in-out 0.3s;
}

.btn--icon .icon,
button--icon .icon {
    margin-right: 1rem;
    font-size: 1.1rem;
}

.btn--icon-large .icon,
button--icon-large .icon {
    font-size: 1.5rem;
}

.btn--secondary, .kiosk-widget-edit-row .btn-primary,
button--secondary {
    background: #474747;
}

.btn--primary,
button--primary {
    background: #022873;
}

ul.full-width{
    width: 100%;
}

.btn--selectlist {
    background: transparent;
    border: 1px solid #b5b5b5;
    margin-bottom: 1em;
    color: #022873;
    width: 100%;
    text-align: center;
}

.btn--border,
button--border {
    color: #022873;
    border: 0.2rem solid #022873;
    background: transparent;
}

.btn:hover,
button:hover {
    transform: scale(1.03);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.date-picker {
    z-index: 98;
    position: relative;
    width: 100%;
    height: auto;
    max-height: 4.5rem;
    background: white;
    overflow: hidden;
    transition: all 0.3s 0s ease-in-out;
}

    .date-picker::before {
        content: "";
        z-index: 1;
        position: absolute;
        top: 0.1rem;
        right: 0.1rem;
        width: 4.3rem;
        height: 4.3rem;
        background: #FFF;
        border-radius: 1rem;
    }

    .date-picker::after {
        z-index: 2;
        position: absolute;
        top: 1.3rem;
        right: 2rem;
        font-size: 1.7rem;
        color: #022873;
    }

    .date-picker input {
        cursor: pointer;
    }

    .date-picker .calendar {
        position: absolute;
        top: 5rem;
        width: 100%;
        background: #fff;
        border-radius: 1rem;
        overflow: hidden;
        opacity: 0;
        transition: all ease-in-out 0.2s;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    }

    .date-picker .ui-datepicker-inline {
        position: relative;
        width: 100%;
    }

    .date-picker .ui-datepicker-header {
        margin-bottom: 1rem;
        height: 100%;
        line-height: 4rem;
        color: #fff;
        background: #022873;
    }

    .date-picker .ui-datepicker-prev,
    .date-picker .ui-datepicker-next {
        margin-top: 1.2rem;
        width: 2rem;
        height: 2rem;
        text-indent: 9999px;
        border: 0.2rem solid #fff;
        border-radius: 100%;
        cursor: pointer;
        overflow: hidden;
    }

        .date-picker .ui-datepicker-prev:after,
        .date-picker .ui-datepicker-next:after {
            content: "";
            position: absolute;
            display: block;
            width: 0.4rem;
            height: 0.4rem;
            border-left: 0.2rem solid #fff;
            border-bottom: 0.2rem solid #fff;
        }

    .date-picker .ui-datepicker-prev {
        margin-left: 1.2rem;
        float: left;
    }

        .date-picker .ui-datepicker-prev:after {
            margin: -3.5rem 0 0 0.6rem;
            transform: rotate(45deg);
        }

    .date-picker .ui-datepicker-next {
        margin-right: 1.2rem;
        float: right;
    }

        .date-picker .ui-datepicker-next:after {
            margin: -3.5rem 0 0 0.4rem;
            transform: rotate(-135deg);
        }

    .date-picker .ui-datepicker-title {
        text-align: center;
    }

    .date-picker .ui-datepicker-calendar {
        width: 100%;
        text-align: center;
    }

        .date-picker .ui-datepicker-calendar thead tr th span {
            margin-bottom: 0.5rem;
            display: block;
            width: 100%;
            font-size: 1.3rem;
            font-weight: 700;
            color: #022873;
        }

    .date-picker .ui-state-default {
        display: block;
        text-decoration: none;
        color: #000;
        font-size: 1.2rem;
        line-height: 4rem;
    }

        .date-picker .ui-state-default:hover {
            background: #E0E0F0;
        }

    .date-picker .ui-state-highlight {
        color: #022873;
    }

    .date-picker .ui-state-active {
        color: #FFF;
        background-color: #022873;
        font-weight: 600;
    }

    .date-picker .ui-datepicker-unselectable .ui-state-default {
        color: #FFF;
        background: #474747;
        border: 0.2rem solid transparent;
    }

    .date-picker.open {
        z-index: 99;
        max-height: 40rem;
        overflow: initial;
    }

        .date-picker.open .calendar {
            opacity: 1;
        }

.form__heading {
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.1rem;
}

    .form__heading .btn {
        margin-left: auto;
    }

.form__container {
    margin-bottom: 5rem;
    padding: 3rem;
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    border-radius: 1rem;
}

.form__row {
    margin: -1.5rem -1.5rem 1.2rem -1.5rem;
    display: flex;
}

@media (max-width: 550px) {
    .form__row {
        flex-direction: column;
    }
}

.form__field {
    margin: 1.5rem;
    width: calc(50% - 3rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 550px) {
    .form__field {
        width: calc(100% - 3rem);
    }
}

.form__field label {
    margin-bottom: 1.3rem;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 700;
}

    .form__field label small {
        margin-left: 2rem;
        font-size: 1.6rem;
        font-weight: 400;
    }

        .form__field label small:first-child {
            margin-left: auto;
        }

.form__field input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.form__field input:not([type="checkbox"]),
.form__field select {
    width: 100%;
}

.form__field--full {
    width: calc(100% - 3rem);
}

.form__field--time {
    position: relative;
}

    .form__field--time::before {
        content: "";
        z-index: 1;
        position: absolute;
        top: 3.2rem;
        right: 0.1rem;
        width: 4.3rem;
        height: 4.3rem;
        background: #FFF;
        border-radius: 1rem;
    }

    .form__field--time::after {
        z-index: 2;
        position: absolute;
        top: 4.4rem;
        right: 2rem;
        font-size: 1.7rem;
        color: #022873;
    }

.form__field--single-checkbox {
    justify-content: center;
}

    .form__field--single-checkbox label {
        margin: 0;
    }

.form__field--color input {
    padding: 0;
    overflow: hidden;
}

.form__field--bg-inputs small {
    text-decoration: underline;
    cursor: pointer;
}

    .form__field--bg-inputs small:hover {
        text-decoration: none;
    }

@media screen and (max-width: 1400px) {
    .form__field--bg-inputs label {
        flex-direction: column;
        align-items: flex-start;
    }

        .form__field--bg-inputs label small {
            margin-left: 0;
            margin-top: 0.5rem;
        }

            .form__field--bg-inputs label small:first-child {
                margin-left: 0;
            }
}

.form__field--bg-inputs .js-bg-color,
.form__field--bg-inputs .js-bg-photo-input,
.form__field--bg-inputs .js-bg-gradient-input {
    display: none;
}

.form__field--bg-inputs .js-bg-photo-input,
.form__field--bg-inputs .js-bg-gradient-input {
    width: 100%;
}

.form__title {
    margin-bottom: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
}

@media screen and (max-width: 600px) {
    .form__title {
        flex-direction: column;
        align-items: flex-start;
    }
}

.form__title a {
    margin-left: auto;
}

@media screen and (max-width: 600px) {
    .form__title a {
        margin-left: 0;
        margin-top: 2rem;
    }
}

input,
textarea,
select {
    font-family: "Readex Pro", Helvetica, cursive;
    font-size: 1.8rem;
    color: #022873;
    background-color: #fff;
    border: 0.1rem solid #9F9FB1;
    border-radius: 1rem;
    transition: all ease-in-out 0.2s;
}

    input:focus,
    textarea:focus,
    select:focus {
        outline: none;
        border-color: #022873;
    }

input,
select {
    height: 4.5rem;
    padding: 0 2rem;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNzlweCIgaGVpZ2h0PSI0M3B4IiB2aWV3Qm94PSIwIDAgNzkgNDMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+bm91bi1hcnJvdy0xNzc2MjYzIGNvcHk8L3RpdGxlPgogICAgPGcgaWQ9IkFwcG9pbnRtZW50cyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFydGJvYXJkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTA5LjAwMDAwMCwgLTEyOC4wMDAwMDApIiBmaWxsPSIjMDIyODczIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0ibm91bi1hcnJvdy0xNzc2MjYzLWNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkwOS4wMDAwMDAsIDEyOC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00MC4yMDkxNTk2LDQyLjk2Nzc2MzcgQzQxLjc2Mjc4NDIsNDIuODE2MjQ2OSA0My4yMzE5NDg5LDQyLjE4MTM3NTUgNDQuNDE0MzMzNCw0MS4xNTE3MTQ4IEw3Ni4xNjc3OTY4LDEzLjYxNzYxMjkgQzc3Ljc2NTczMDQsMTIuMzIyMjUzNiA3OC43NzUwOTEsMTAuNDI2MDYwOCA3OC45NjcwMTU4LDguMzYzNzM0NzQgQzc5LjE1NzkyMjcsNi4zMDExOTAxMyA3OC41MTQ1Mjg5LDQuMjQ4MzY5ODYgNzcuMTgyMzk1NiwyLjY3NTUzODkyIEM3NS44NTEzMTUyLDEuMTAxNjk3MyA3My45NDU0ODY0LDAuMTQxMzkwODY3IDcxLjkwMjMwMjIsMC4wMTQ0MDA3NDggQzY5Ljg1ODIyNywtMC4xMTI1NzI5ODIgNjcuODUxMDM1NSwwLjYwNDQ3MTg0OSA2Ni4zMzg2OTU4LDIuMDAxMTcxOTUgTDM5LjUsMjUuMjgxNDE5IEwxMi42NjEzMDIsMi4wMDExNzE5NSBDMTEuMTQ4ODAwMywwLjYwNDQ0NDUzNCA5LjE0MTY4OTc5LC0wLjExMjU4OTM3MSA3LjA5NzY5NTU5LDAuMDE0NDAwNzQ4IEM1LjA1NDY3MzQzLDAuMTQxMzc0NDc4IDMuMTQ4NzYzNiwxLjEwMTY5NzMgMS44MTc2MDIyNSwyLjY3NTUzODkyIEMwLjQ4NTQ2ODg1NCw0LjI0ODMxNTIzIC0wLjE1NzkxNjc5OCw2LjMwMTEzNTUgMC4wMzI5ODIwMDAyLDguMzYzNzM0NzQgQzAuMjI0OTQ0NjQ3LDEwLjQyNjI3OTQgMS4yMzQzMjEzNywxMi4zMjIzMDgyIDIuODMyMjAxMDEsMTMuNjE3NjEyOSBMMzQuNTg1NjY0NCw0MS4xNTE3MTQ4IEMzNi4xMzkyODksNDIuNTAyNTUyMSAzOC4xNjg3Mjk1LDQzLjE1NzcxNjIgNDAuMjA4NDAzNSw0Mi45Njc3NjM3IEw0MC4yMDkxNTk2LDQyLjk2Nzc2MzcgWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
    background-repeat: no-repeat,repeat;
    background-position: right 1.5rem top 52%, 0 0;
    background-size: 1rem auto, 100%;
}

    select:focus {
        outline: 0;
    }

.checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .checkbox input {
        opacity: 0;
        position: absolute;
        left: 0;
        height: 1.5rem;
        width: 1.5rem;
    }

    .checkbox label {
        padding: 0.2rem 0 0.2rem 3rem;
        font-weight: 300 !important;
        line-height: 2.6rem;
        display: block;
        cursor: pointer;
    }

        .checkbox label::before {
            content: "";
            background-color: #fff;
            border: 0.1rem solid #dbe1f1;
            display: inline-block;
            height: 1.5rem;
            width: 1.5rem;
            left: 0;
            top: 0.5rem;
            position: absolute;
            cursor: pointer;
        }

        .checkbox label::after {
            content: '';
            display: block;
            position: absolute;
            background: #022873;
            height: 1.3rem;
            width: 1.3rem;
            transition: .2s;
            opacity: 0;
            transform: scale(1.5);
            top: 0.7rem;
            left: 0.2rem;
            background: #022873;
        }

    .checkbox input:checked + label::after {
        opacity: 1;
        transform: scale(1);
    }

.checkbox--radio label::before,
.checkbox--radio label::after {
    border-radius: 100%;
}

.checkbox--radio label::after {
    background: #022873;
    height: 1.3rem;
    width: 1.3rem;
    top: 0.7rem;
    left: 0.2rem;
}

.file-label {
    position: relative;
    width: 100%;
    border: 0.1rem solid #9F9FB1;
    border-radius: 1rem;
    cursor: pointer;
}

    .file-label input {
        opacity: 0;
        visibility: hidden;
    }

    .file-label .text {
        position: absolute;
        top: 50%;
        left: 1rem;
        font-weight: 400;
        transform: translateY(-50%);
    }

    .file-label::after {
        position: absolute;
        top: 50%;
        right: 1.5rem;
        font-size: 1.8rem;
        color: #022873;
        transform: translateY(-50%);
    }

.translate-rows-container .form__row:first-child {
    margin-bottom: 0;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    font-family: "Readex Pro", Helvetica, cursive;
    font-size: 1.8rem;
    color: #022873;
    background: #F4F4FA;
}

body.has-popup {
    overflow: hidden;
}

.container {
    margin: 0 auto;
    width: 130rem;
    max-width: calc(100% - 5rem);
}

.container--small {
    width: 68rem;
}

h1 {
    font-family: "Readex Pro", Helvetica, cursive;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.175rem;
    line-height: 1.2;
}

@media screen and (max-width: 700px) {
    h1 {
        font-size: 4.5rem;
    }
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 3.5rem;
    }
}

h2 {
    font-family: "Readex Pro", Helvetica, cursive;
    font-size: 4.5rem;
    line-height: 1.2;
}

@media screen and (max-width: 700px) {
    h2 {
        font-size: 4rem;
    }
}

@media screen and (max-width: 500px) {
    h2 {
        font-size: 3rem;
    }
}

h3 {
    font-family: "Readex Pro", Helvetica, cursive;
    font-size: 3.7rem;
    line-height: 1.2;
}

@media screen and (max-width: 700px) {
    h3 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 500px) {
    h3 {
        font-size: 2.5rem;
    }
}

p {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 1.2;
}

.anchor-link {
    cursor: pointer;
}

.kiosk-videocall {
    padding: 3rem;
    width: 79rem;
    height: 100%;
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    border-radius: 1rem;
}

.kiosk-videocall__inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.kiosk-videocall__main {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .kiosk-videocall__main img {
        border-radius: 1rem;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.kiosk-videocall__self {
    z-index: 2;
    position: absolute;
    top: 3rem;
    right: 3rem;
    width: 15rem;
    height: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border-radius: 1rem;
}

.kiosk-videocall__buttons {
    z-index: 2;
    position: absolute;
    left: 50%;
    bottom: 6.5rem;
    display: flex;
    align-items: center;
    transform: translateX(-50%);
}

    .kiosk-videocall__buttons div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 7.5rem;
        height: 7.5rem;
        font-size: 2.5rem;
        background: #F2F2F2;
        border-radius: 100%;
        cursor: pointer;
    }

        .kiosk-videocall__buttons div:not(:last-child) {
            margin-right: 3rem;
        }

        .kiosk-videocall__buttons div.kiosk-videocall__camera-switch, .kiosk-videocall__buttons div.kiosk-videocall__microphone-switch {
            position: relative;
            transition: all ease-in-out 0.2s;
        }

            .kiosk-videocall__buttons div.kiosk-videocall__camera-switch.disabled, .kiosk-videocall__buttons div.kiosk-videocall__microphone-switch.disabled {
                opacity: 0.5;
                color: #474747;
            }

        .kiosk-videocall__buttons div.kiosk-videocall__microphone-switch {
            font-size: 3.6rem;
        }

        .kiosk-videocall__buttons div.kiosk-videocall__hang {
            font-size: inherit;
            color: #fff;
            background: #BF0404;
        }

.widgetSource {
    display: flex;
    align-items: center;
}

.kiosk-widget-row {
    margin-right: 2rem;
    padding: 2rem;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    text-align: center;
}

    .kiosk-widget-row:hover .kiosk-widget-edit-row {
        opacity: 1;
        pointer-events: all;
    }

    .kiosk-widget-row .video-js {
        width: 100%;
        height: 100%;
    }

.kiosk-widget-edit-row {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: all ease-in-out 0.2s;
}

    .kiosk-widget-edit-row .btn {
        padding: 0;
        width: 3rem;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.6rem;
    }

        .kiosk-widget-edit-row .btn:hover {
            transform: none;
        }

        .kiosk-widget-edit-row .btn:not(:last-child) {
            margin-bottom: 1rem;
        }

        .kiosk-widget-edit-row .btn .icon {
            line-height: 0;
        }

.kiosk-widget-image {
    margin-bottom: 1.5rem;
    width: 25%;
}

    .kiosk-widget-image img {
        width: 100%;
    }

.popup,
.blazored-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50000;
    display: flex;
    align-items: start;
    justify-content: center;
    transition: .2s;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .popup__inner,
    .popup .blazored-modal,
    .blazored-modal-container__inner,
    .blazored-modal-container .blazored-modal {
        position: relative;
        z-index: 50002;
        display: flex;
        align-items: start;
        flex-direction: column;
        background: #ffffff;
        width: 68.5rem;
        max-width: calc(100% - 6rem);
        max-height: calc(100% - 6rem);
        box-shadow: 0 2px 14px 7px rgba(0, 0, 0, 0.17);
        padding: 3rem;
        overflow-y: auto;
        border-radius: 1rem;
        transition: .1s;
        position: fixed;
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(0px, 12rem);
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

    .popup__inner--fullscreen,
    .popup .blazored-modal--fullscreen,
    .blazored-modal-container__inner--fullscreen,
    .blazored-modal-container .blazored-modal--fullscreen {
        justify-content: center;
        align-content: flex-start;
        align-items: unset;
        align-self: start;
        flex-direction: column;
        display: flex;
        position: fixed;
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(0px, 12rem);
        justify-content: start;
    }

.is-open .popup__inner, .is-open
.popup .blazored-modal, .is-open
.blazored-modal-container__inner, .is-open
.blazored-modal-container .blazored-modal {
    transform: scale(1);
}

@media (max-width: 700px) {
    .popup__inner,
    .popup .blazored-modal,
    .blazored-modal-container__inner,
    .blazored-modal-container .blazored-modal {
        padding: 3rem;
    }
}

@media (max-width: 425px) {
    .popup__inner,
    .popup .blazored-modal,
    .blazored-modal-container__inner,
    .blazored-modal-container .blazored-modal {
        max-width: calc(100% - 3rem);
        max-height: calc(100% - 3rem);
    }
}

.popup__inner .form__row:last-child,
.popup .blazored-modal .form__row:last-child,
.blazored-modal-container__inner .form__row:last-child,
.blazored-modal-container .blazored-modal .form__row:last-child {
    margin: -1.5rem;
}

.popup__title,
.popup .blazored-modal-title,
.blazored-modal-container__title,
.blazored-modal-container .blazored-modal-title {
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
}

.popup .blazored-modal-content,
.blazored-modal-container .blazored-modal-content {
    height: 100%;
    width: 100%;
}

.popup p,
.blazored-modal-container p {
    margin-bottom: 3rem;
}

.popup .form__field--buttons,
.blazored-modal-container .form__field--buttons {
    margin-top: 3rem;
    flex-direction: row;
    align-items: center;
}

    .popup .form__field--buttons a:not(:last-child),
    .blazored-modal-container .form__field--buttons a:not(:last-child) {
        margin-right: 2rem;
    }

    .popup .form__field--buttons a:not(.btn) .icon,
    .blazored-modal-container .form__field--buttons a:not(.btn) .icon {
        margin-right: 1rem;
        font-size: 1.1rem;
    }

.popup .btn--no-form,
.blazored-modal-container .btn--no-form {
    margin-top: 3rem;
}

.popup__close,
.popup .blazored-modal-close,
.blazored-modal-container__close,
.blazored-modal-container .blazored-modal-close {
    position: absolute;
    top: 1.6rem;
    right: 1.8rem;
    line-height: 0;
    color: #022873;
    font-size: 3rem;
}

@media (max-width: 700px) {
    .popup__close,
    .popup .blazored-modal-close,
    .blazored-modal-container__close,
    .blazored-modal-container .blazored-modal-close {
        top: 1rem;
        right: 1.2rem;
    }
}

.popup__background,
.popup .blazored-modal-overlay,
.blazored-modal-container__background,
.blazored-modal-container .blazored-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 50001;
}

.table-settings__inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.table-settings__count {
    position: relative;
    padding-right: 1rem;
    margin-right: 1rem;
    font-weight: 700;
}

@media screen and (max-width: 500px) {
    .table-settings__count {
        padding-right: 0;
        margin-right: 0;
    }
}

.table-settings__count::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.2rem;
    height: 1.6rem;
    background: #022873;
    transform: translateY(-50%);
}

@media screen and (max-width: 500px) {
    .table-settings__count::after {
        display: none;
    }
}

.table-settings__count select {
    margin: 0 0.5rem;
    padding: 0 4rem 0 2rem;
}

.table-settings__visible {
    position: relative;
    padding-right: 1rem;
    margin-right: 1rem;
}

@media screen and (max-width: 700px) {
    .table-settings__visible {
        padding-right: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .table-settings__visible {
        flex: 0 0 100%;
        margin-top: 2rem;
    }
}

.table-settings__visible::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.2rem;
    height: 1.6rem;
    background: #022873;
    transform: translateY(-50%);
}

@media screen and (max-width: 700px) {
    .table-settings__visible::after {
        display: none;
    }
}

.table-settings__advanced-search .js-advanced-search {
    text-decoration: underline;
    cursor: pointer;
}

    .table-settings__advanced-search .js-advanced-search .icon {
        margin-left: 1rem;
        display: inline-block;
        font-size: 0.6rem;
        transform: translateY(-0.2rem);
        transition: all ease-in-out 0.2s;
    }

    .table-settings__advanced-search .js-advanced-search.active .icon {
        transform: translateY(-0.2rem) rotate(180deg);
    }

@media screen and (max-width: 700px) {
    .table-settings__advanced-search {
        margin-top: 2rem;
        flex: 0 0 100%;
    }
}

.table-container {
    margin: -1.5rem;
    overflow: auto;
    height:100%;
}

    .table-container ::-webkit-scrollbar {
        display: none;
    }

@media screen and (max-width: 1000px) {
    .table-container {
        margin-top: 2rem;
    }
}

.table {
    margin: 1.5rem;
    position: relative;
    width: calc(100% - 3rem);
    text-align: left;
}

    .table::after {
        content: "";
        z-index: -1;
        position: absolute;
        top: 5.8rem;
        left: 0;
        width: 100%;
        height: calc(100% - 5.8rem);
        border-radius: 1rem;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    }

@media screen and (max-width: 1000px) {
    .table::after {
        top: 0;
        height:100%;
    }
}

.table--no-links tbody tr td {
    padding: 2rem 3rem;
    color: #022873;
}

    .table--no-links tbody tr td .icon {
        color: #BF0404;
    }

.table--no-links tbody tr:hover td {
    background: #FFF !important;
}

.table--no-links tbody tr:nth-child(even):hover td {
    background: #F7F7FB !important;
}

.table--border tbody {
    border: 0.1rem solid #E5E6F6;
}

    .table--border tbody tr:last-child td:first-child {
        border-bottom-left-radius: 0 !important;
    }

    .table--border tbody tr:last-child td:last-child {
        border-bottom-right-radius: 0 !important;
    }

.table th,
.table td {
    max-width: 30rem;
    word-wrap: break-word;
}

.table th {
    padding: 2rem 3rem;
    white-space: nowrap;
}

.table thead,
.table tbody {
    z-index: 2;
    position: relative;
}

.table thead {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.04rem;
}

@media (max-width: 1000px) {
    .table thead {
        display: none;
    }
}

.table tbody tr td {
    background: #FFF;
    transition: all ease-in-out 0.2s;
}

    .table tbody tr td a:not(.icon) {
        display: inline-block;
        padding: 2rem 3rem;
        width: 100%;
        color: #022873;
    }

@media screen and (max-width: 450px) {
    .table tbody tr td a:not(.icon) {
        padding: 1.5rem;
    }
}

.table tbody tr td a:not(.icon) .icon {
    color: #BF0404;
}

.table tbody tr:nth-child(even) td {
    background: #F7F7FB;
}

.table tbody tr:first-child td:first-child {
    border-top-left-radius: 1rem;
}

@media screen and (max-width: 1000px) {
    .table tbody tr:first-child td:first-child {
        border-top-left-radius: 0;
    }
}

.table tbody tr:first-child td:last-child {
    border-top-right-radius: 1rem;
}

@media screen and (max-width: 1000px) {
    .table tbody tr:first-child td:last-child {
        border-top-right-radius: 0;
    }
}

.table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 1rem;
}

@media screen and (max-width: 1000px) {
    .table tbody tr:last-child td:first-child {
        border-top-right-radius: 0;
    }
}

.table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 1rem;
}

@media screen and (max-width: 1000px) {
    .table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 1rem;
    }
}

.table tbody tr:hover td {
    background: #E5E6F6;
}

@media (max-width: 1000px) {
    .table tbody tr {
        display: flex;
        flex-wrap: wrap;
        align-items:center;
    }
    tr:nth-child(even) {
        background-color: #F7F7FB;
    }
}

@media (max-width: 1000px) {
    .table tbody tr td {
        position: relative;
        padding-top: 2.5rem;
        flex: 0 0 calc(100% / 2);
        max-width: inherit;
    }

        .table tbody tr td::before {
            content: attr(data-title);
            position: absolute;
            top: 2rem;
            left: 3rem;
            font-weight: 700;
        }
}

@media (max-width: 950px) {
    .table tbody tr td {
        flex: 0 0 50%;
    }
}

@media (max-width: 450px) {
    .table tbody tr td {
        flex: 0 0 100%;
    }

        .table tbody tr td::before {
            left: 1.5rem;
        }
}

.validation-message > div,
.validation-message > span {
    margin: 2rem 0;
    padding: 2rem;
    color: #947600;
    background: #fffbeb;
    border-radius: 1rem;
}

.validation-message--error > div,
.validation-message--error > span {
    color: #BF0404;
    background: #f0c7c7;
}

.validation-message--success > div,
.validation-message--success > span {
    color: #48c774;
    background: #dfffea;
}

.languages__inner {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    justify-content: center;
}

    .languages__inner > div,
    .languages__inner > a,
    .languages__inner > span,
    .languages__inner > button,
    .languages__inner > input {
        width: calc(100% / 4 - 30px);
        margin: 15px;
    }

.languages__item {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 19rem;
    background: #FFF;
    border-radius: 1rem;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    transition: all ease-in-out 0.3s;
}

    .languages__item img {
        width: 100%;
        height: auto;
    }

.languages__item--active {
    border: 0.2rem solid #022873;
}

.Confirm_Back_button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 3rem 1rem 1.5rem 1rem;
}

.table--height {
    max-height: calc(90vh - 32rem);
    overflow-x: auto;
    overflow-y: auto;
}

.errorMsg {
    color: red;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: bold;
}

.startDateTimeBold {
    font-weight: bold;
}

.visitorCheckinModal--BackButtonMargin {
    margin: 30px 0 0 0;
}

@media screen and (max-width: 550px) {
    .table--height {
        max-height: calc(90vh - 42rem);
    }
}

.table--height--CheckIn {
    max-height: calc(100vh - 40rem);
    margin-bottom: 2rem;
}

.checkin--without-accesscode--search{
    width:100%;
}

@media screen and (max-width: 550px) {
    .checkin--without-accesscode--search {
        width: 90%;
    }
}