* {
    box-sizing: border-box;
    outline: none !important;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'Open Sans';
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
}

.interaction-background {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #317274;
}

.interaction-message {
    flex: 0 1 auto;
    width: 640px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

.interaction-message-content {
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 5px;
}

.sign-in-header {
    height: 25px;
    font-size: 20px;
    color: #333333;
    text-decoration: none solid rgb(51, 51, 51);
    line-height: 26px;
}

.login-email-input {
    height: 34px;
    padding: 10px;
    margin-bottom: 16px;
    border: 1px solid #666;
    border-radius: 3px;
    background-color: #fff;
    font-size: 16px;
    color: #333333;
    text-decoration: none solid rgb(51, 51, 51);
    line-height: 16px;
}

.interaction-btn {
    padding: 12px;
    border-radius: 2px;
    background-color: #378284;
    border: 1px solid #2e6a6b;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    cursor: pointer;
}

.interaction-form {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 48px;
}

.interaction-form form {
    flex: 1;
    display: flex;
}

.interaction-form form input {
    flex: 1;
}

.interaction-btn.secondary {
    background-color: #ffffff;
    color: #378284;
    border: 1px solid #378284;
}

.checkbox {
    margin: auto;
    margin-top: 15px;
    display: block;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    font-size: 14px;
    color: #333333;
    text-decoration: none solid rgb(51, 51, 51);
}

.checkbox input {
    display: none;
}

.checkbox_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    background: #e6e6e6;
    border-radius: 2px;
}

.checkbox input:checked ~ .checkbox_indicator {
    background: #48a4a7;
}

.checkbox_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .checkbox_indicator:after {
    display: block;
}

.checkbox-checkbox .checkbox_indicator:after {
    left: 5px;
    top: 2px;
    width: 2px;
    height: 7px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.error-message {
    height: 48px;
    font-size: 12px;
    color: #b04342;
    font-weight: 600;
    text-decoration: none solid rgb(176, 67, 66);
    line-height: 16px;
    text-align: left;
    display: none;
}

.interaction-footer {
    position: absolute;
    width: 311px;
    height: 13px;
    bottom: 22px;
    font-size: 12px;
    color: #cfe3e4;
    font-weight: 600;
    text-decoration: none solid rgb(207, 227, 228);
    text-align: center;
}

#consentForm {
    text-align: center;
    color: rgba(0, 0, 0, 0.72);
}

#loginForm {
    display: flex;
    flex-direction: column;
    color: rgba(0, 0, 0, 0.72);
}

#loginForm img {
    margin: auto;
}

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

.consent-question {
    font-size: 20px;
}

.consent-permissions {
    display: flex;
    justify-content: center;
    text-align: left;
}

.consent-permissions ul {
    display: flex;
    flex-direction: column;
}

.consent-permissions li {
    margin: 0 auto 0 0;
}

.consent-links {
    font-size: 14px;
    margin: 48px auto 0;
}

.consent-links a {
    color: #378284;
    text-decoration: none;
}

.loading {
    display: none;
}

.loading-dot {
    border-radius: 100%;
    height: 10px;
    width: 10px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    box-shadow: 0px 40px 0px 0px #fff, 0px -40px 0px 0px #fff, 40px 0px 0px 0px #fff, -40px 0px 0px 0px #fff,
        40px 40px 0px 0px #fff, -40px -40px 0px 0px #fff, 40px -40px 0px 0px #fff, -40px 40px 0px 0px #fff;
    -webkit-animation: load 3s infinite linear;
    -moz-animation: load 3s infinite linear;
    -o-animation: load 3s infinite linear;
    animation: load 3s infinite linear;
}

.loading-message {
    position: absolute;
    font-size: 16px;
    color: #cfe3e4;
    left: 0;
    right: 0;
    font-weight: 600;
    text-decoration: none solid rgb(207, 227, 228);
    text-align: center;
    padding-top: 70px;
}

@keyframes load {
    0% {
        transform: translate(0px, 0px), rotate(0deg);
        box-shadow: 0px 40px 0px 0px #fff, 0px -40px 0px 0px #fff, 40px 0px 0px 0px #fff, -40px 0px 0px 0px #fff,
            40px 40px 0px 0px #fff, -40px -40px 0px 0px #fff, 40px -40px 0px 0px #fff, -40px 40px 0px 0px #fff;
    }

    25% {
        box-shadow: 0px 40px 0px 0px #fff, 0px -40px 0px 0px #fff, 40px 0px 0px 0px #fff, -40px 0px 0px 0px #fff,
            -40px -40px 0px 0px #fff, 40px 40px 0px 0px #fff, -40px 40px 0px 0px #fff, 40px -40px 0px 0px #fff;
    }

    50% {
        box-shadow: 0px -40px 0px 0px #fff, 0px 40px 0px 0px #fff, -40px 0px 0px 0px #fff, 40px 0px 0px 0px #fff,
            -40px -40px 0px 0px #fff, 40px 40px 0px 0px #fff, -40px 40px 0px 0px #fff, 40px -40px 0px 0px #fff;
    }

    70% {
        box-shadow: 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff,
            0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff;
    }

    75% {
        box-shadow: 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff,
            0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff;
        height: 10px;
        width: 10px;
    }

    80% {
        transform: translate(0px, 0px) rotate(360deg);
        box-shadow: 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff,
            0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff;
        background-color: #fff;
        height: 40px;
        width: 40px;
    }

    85% {
        transform: translate(0px, 0px) rotate(360deg);
        box-shadow: 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff,
            0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff;
        background-color: #fff;
        height: 40px;
        width: 40px;
    }

    90% {
        transform: translate(0px, 0px) rotate(360deg);
        box-shadow: 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff,
            0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff;
        background-color: #fff;
        height: 10px;
        width: 10px;
    }

    95% {
        box-shadow: 0px 40px 0px 0px #fff, 0px -40px 0px 0px #fff, 40px 0px 0px 0px #fff, -40px 0px 0px 0px #fff,
            40px 40px 0px 0px #fff, -40px -40px 0px 0px #fff, 40px -40px 0px 0px #fff, -40px 40px 0px 0px #fff;
    }

    100% {
        transform: rotate(360deg);
        box-shadow: 0px 40px 0px 0px #fff, 0px -40px 0px 0px #fff, 40px 0px 0px 0px #fff, -40px 0px 0px 0px #fff,
            40px 40px 0px 0px #fff, -40px -40px 0px 0px #fff, 40px -40px 0px 0px #fff, -40px 40px 0px 0px #fff;
    }
}
