<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dnnSocialRegistration {
    display: block !important;
}

.gg a.link {
    background: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    display: inline;
    text-decoration: underline;
    font-weight: normal;
    font-size: inherit;
    font-family: inherit;
}

    .gg a.link:hover {
        border: none;
        text-shadow: none;
        background: none;
    }

.d-flex {
    display: flex;
}

.f-col {
    flex-direction: column;
}

.f-row {
    flex-direction: row;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mr-5 {
    margin-right: 5px;
}

.c-white {
    color: #ffffff;
}

#socialControls {
    float: none;
    max-width: 450px;
    clear: both;
}

    #socialControls ul.buttonList {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #socialControls ul.buttonList li {
            width: auto;
        }

.skinmaster .gg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 400px;
    margin: 0;
}

.gg {
    background: #fff;
    padding: 40px 50px 50px;
    text-align: left;
    font-size: 1rem;
    line-height: 150%;
    font-family: "Segoe UI", "Tahoma", "Arial", sans-serif;
    box-shadow: 0 0 120px rgb(255 255 255 / 50%);
}

    .gg h3 {
        margin-bottom: 30px;
    }

    .gg.show {
        display: block;
    }

    .gg label {
        font-weight: 600;
    }

    .gg .frm-control {
        display: block;
        padding: .375rem .75rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        margin-bottom: 5px;
    }

    .gg .btn {
        flex: 1;
        border-color: transparent;
        box-shadow: none;
        background: transparent;
        font-size: inherit;
        padding: 10px 20px;
        text-align: center;
        text-shadow: none;
        color: #333;
        margin-bottom: 5px;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

        .gg .btn:hover {
            border-color: transparent;
            text-shadow: none;
            background-position: 0 -650px;
            background-color: #007096;
            color: #fff;
        }

        .gg .btn.disabled, .gg .btn:disabled {
            pointer-events: none;
            opacity: .65;
        }

        .gg .btn span {
            float: none;
            display: inline-block;
            padding: 0;
        }

        .gg .btn.btn-primary {
            background: #007096;
            color: #fff;
        }

            .gg .btn.btn-primary:hover {
                background-color: #004a63;
            }

        .gg .btn.btn-secondary {
            background: #0d6efd;
            color: #fff;
        }

        .gg .btn.btn-outline-secondary {
            color: #0d6efd;
            border-color: #0d6efd;
        }

            .gg .btn.btn-outline-secondary:hover {
                color: #ffffff;
                background-color: #0d6efd;
                border-color: #0d6efd;
            }

    .gg .msg {
        display: block;
        padding: 5px 10px;
        background: #eb5a46;
        color: #fff;
        margin-bottom: 15px;
    }
</pre></body></html>