﻿@font-face {
    font-family: Nunito Sans;
    src: url(../fonts/NunitoSans-Regular.ttf);
}

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-family: 'Nunito Sans', sans-serif;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
}

.container {
    flex: 1;
    width: 345px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 1.2rem;
}

    .container svg {
        position: absolute;
    }

.header {
    user-select: none;
}

    .header img {
        position: relative;
        width: 100%;
        left: 0;
        height: auto;
    }

#input-wrapper {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: 75%;
    margin-top: 60px;
}

    #input-wrapper form {
        width: 100%;
    }

.page-footer {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bottom-footer {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0 0.6rem 0.6rem;
    box-sizing: border-box;
    width: 100%;
}

.footer-left-spacer {
    flex: 1;
}

.help-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

    .help-footer a {
        text-decoration: none;
        font-family: Nunito Sans;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.2px;
        text-align: center;
        color: #2db0aa;
    }

@media (max-height: 650px) {
    .help-footer {
        bottom: 10px;
    }
}


/* Scope button styles to SSO content only (exclude custom cookie consent providers) */
.page-wrapper button,
.container button,
.message-content button,
#input-wrapper button {
    position: relative;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    padding: .8rem 1.875rem;
    width: fit-content;
    z-index: 100;
    border: none;
    background: #fff;
    font-size: 1rem;
    color: #000000;
    letter-spacing: .1rem;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    border-radius: 1.5rem;
    transition: 0.5s;
    cursor: pointer;
    transform: translateY(-2px);
    box-shadow: 0 .6rem 1.875rem rgba(0, 0, 0, .3);
}

    .page-wrapper button:hover,
    .container button:hover,
    .message-content button:hover,
    #input-wrapper button:hover {
        color: #ffffff;
        background: #672771;
        transform: translateY(0);
        box-shadow: 0 0rem .5rem rgba(0, 0, 0, 0);
    }

    .page-wrapper button:focus,
    .container button:focus,
    .message-content button:focus,
    #input-wrapper button:focus {
        outline-width: 0;
        outline: none;
        border: none;
        opacity: .3;
    }

.circle-btn {
    margin: .875rem 0 0 .875rem;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0;
    z-index: 100;
    border: none;
    color: #000000;
    border-radius: 1.5rem;
    height: 50px;
    width: 50px;
    transition: 0.5s;
    cursor: pointer;
    transform: translateY(-2px);
    box-shadow: 0 .6rem 1.875rem rgba(0, 0, 0, .3);
}

    .circle-btn:hover {
        transform: translateY(0px);
        box-shadow: 0 0rem .5rem rgba(0, 0, 0, 0);
    }

    .circle-btn:focus {
        outline: none;
        opacity: .3;
    }

    .circle-btn img {
        position: relative;
        width: 100%;
        height: 100%;
    }

.pill-btn {
    position: relative;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    padding: .8rem 1.875rem;
    width: fit-content;
    z-index: 100;
    border: none;
    font-size: 1rem;
    letter-spacing: .1rem;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    border-radius: 1.5rem;
    transition: 0.5s;
    cursor: pointer;
    transform: translateY(-2px);
    margin-top: 25px;
    margin-bottom: 25px;
    box-shadow: 0 0rem .5rem rgba(0, 0, 0, .3);
    text-decoration: none;
    align-self: center;
}

    .pill-btn:hover {
        transform: translateY(0px);
        box-shadow: 0 0rem .5rem rgba(0, 0, 0, 0);
    }

    .pill-btn:focus {
        outline: none;
        opacity: .3;
    }

.message-content {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

    .message-content h2 {
        margin-top: 0;
        align-self: center;
    }

    .message-content div {
        align-self: center;
    }

    .message-content button {
        align-self: center;
    }

fieldset {
    border-width: 0;
}

.text-center {
    text-align: center;
}

.text-danger {
    color: indianred !important;
    font-weight: 600;
}

.button {
    position: relative;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    padding: .8rem 1.875rem;
    width: fit-content;
    z-index: 100;
    border: none;
    background: #fff;
    font-size: 1rem;
    color: #672771;
    letter-spacing: .1rem;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    border-radius: 1.5rem;
    transition: 0.5s;
    cursor: pointer;
    transform: translateY(-2px);
    margin-top: 25px;
    margin-bottom: 25px;
    box-shadow: 0 0rem .5rem rgba(0, 0, 0, .3);
    text-decoration: none;
    align-self: center;
}

    .button:hover {
        color: #ffffff;
        background: #672771;
        transform: translateY(0);
        box-shadow: 0 0rem .5rem rgba(0, 0, 0, 0);
    }

    .button:focus {
        outline-width: 0;
        outline: none;
        border: none;
        opacity: .3;
    }

.view-btns {
    margin-top: 25px;
    margin-bottom: 25px;
    box-shadow: 0 0rem .5rem rgba(0, 0, 0, .3);
}

    .view-btns:hover a {
        color: #ffff;
    }

    .view-btns a:hover,
    .view-btns a:visited,
    .view-btns a:link,
    .view-btns a:active {
        text-decoration: none;
    }

    .view-btns a:hover {
        color: #fff;
    }

.apps-btns-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 25px;
    flex-direction: column;
}

    .apps-btns-container a {
        margin-top: 0;
        margin-bottom: 10px;
        width: 100px;
        align-self: center;
    }

.digital-duplicate-tm {
    flex: 1;
    text-align: right;
    font-weight: 600;
    color: #3f2248;
}

    .digital-duplicate-tm span sup {
        font-size: 0.4rem;
    }

    .digital-duplicate-tm img {
        height: 1em;
        width: auto;
        vertical-align: middle;
        margin: 0 0.25rem;
    }

.logged-out {
    text-align: center;
}

.logout-btn-footer {
    margin-top: 15px;
    text-align: center;
}

.privacy-policy-footer {
    flex: 1;
    font-size: 14px;
}

    .privacy-policy-footer a {
        color: #2db0aa;
        text-decoration: none;
        font-family: Nunito Sans;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.2px;
        text-align: center;
    }

        .privacy-policy-footer a:hover {
            text-decoration: underline;
        }

    .privacy-policy-footer .footer-separator {
        margin: 0 8px;
        color: #6c757d;
    }

    .privacy-policy-footer .manage-cookies-link {
        cursor: pointer;
    }

/* Global Footer Styles */
.global-footer {
    padding: 20px;
    border-top: 1px solid #e8ecf4;
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.global-footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.global-footer a {
    margin: 0;
    color: #672771;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.global-footer a:hover {
    color: #5a1f61;
    text-decoration: underline;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .global-footer {
        padding: 15px 0;
    }

    .global-footer a {
        margin: 0 10px;
        font-size: 0.9rem;
    }
}
