.privacy-alert-actions,
.privacy-footer {
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.footer-links {
    font-weight: 400;
    font-size: 15pt;
    margin-top: 16px
}

.footer-link {
    color: #fff;
    display: block;
    margin-bottom: 10px;
    text-decoration: unset
}

.footer-link:hover {
    text-decoration: underline
}

.social-fb-alt-btn,
.social-gplus-alt-btn {
    text-decoration: unset;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .1);
    white-space: nowrap;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif
}

.social-fb-alt-btn {
    color: #fff;
    background-color: #4267b2;
    width: 124px;
    border-radius: 2px;
    font-size: 11px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-right: 20px
}

.social-gplus-alt-btn {
    color: #DB4437;
    background-color: #FFF;
    width: 32px;
    border-radius: 2px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.privacy-settings {
    position: fixed;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999
}

.privacy-dimmer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8)
}

.privacy-panel {
    position: absolute;
    width: 80%;
    max-height: 90%;
    min-width: 240px;
    min-height: 244px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FAFAFA;
    border-radius: 10px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, .3);
    max-width: 800px;
    padding-bottom: 12px
}

.privacy-footer,
.privacy-header {
    position: relative;
    text-align: left
}

.privacy-header {
    margin: 16px 20px 0;
    padding-bottom: 10px
}

.privacy-header h1 {
    font-size: 20pt;
    font-weight: 700
}

.privacy-header p {
    margin-top: 6px;
    font-size: 10pt;
    font-weight: 400
}

.privacy-footer {
    margin: 0 20px 10px;
    padding-top: 10px;
    padding-bottom: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 10pt;
    font-weight: lighter
}

.privacy-agree-all-btn,
.privacy-save-btn {
    text-align: center;
    outline: 0 !important;
    cursor: pointer
}

.privacy-policy-link {
    display: inline-block;
    font-size: 10pt;
    font-weight: lighter;
    margin-bottom: 6px
}

.privacy-save-btn {
    color: #222;
    font-weight: 400;
    display: inline-block;
    padding: 0;
    font-size: 10pt;
    margin-top: 0
}

.privacy-save-btn:before {
    content: "\276F  "
}

.privacy-save-btn:after {
    content: " ";
    display: block;
    margin-left: 11px;
    margin-top: 1px
}

.privacy-agree-all-btn {
    color: #FFF;
    background-color: #39a783;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .2);
    font-weight: 700;
    border-radius: 6px;
    display: inline-block;
    padding: 10px;
    position: absolute;
    width: 240px;
    height: 50px;
    bottom: 8px;
    right: 0;
    font-size: 24px;
    border: 2px solid rgba(0, 0, 0, .25);
    top: 16px
}

.privacy-agree-all-btn:hover {
    transform: scale(1.02)
}

.privacy-agree-all-btn:active {
    transform: scale(1.02) translateY(3px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3)
}

.privacy-pane {
    position: relative;
    min-height: 20px;
    margin-left: 16px;
    margin-right: 16px;
    overflow-y: auto;
    background-color: #f0f0f0;
    border-top: solid 2px #ccc;
    border-bottom: solid 2px #ccc;
    max-height: 40vh
}

.privacy-item {
    position: relative;
    white-space: nowrap;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: solid 1px #ddd
}

.privacy-item-left {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%
}

.privacy-item-left input {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.privacy-item-right {
    position: relative;
    display: block;
    white-space: initial;
    top: 0;
    margin-left: 50px;
    margin-right: 20px
}

.privacy-item h1 {
    font-size: 10pt;
    font-weight: 700;
    margin-bottom: 4px
}

.privacy-item p {
    font-size: 10pt;
    font-weight: 400
}

@media (max-width:800px) {
    .privacy-panel {
        max-width: 90%
    }

    .privacy-agree-all-btn {
        position: relative;
        display: block;
        width: 100%;
        margin: auto;
        max-width: 240px
    }
}

@media (max-height:700px) {
    .privacy-pane {
        max-height: 25vh
    }
}

.privacy-alert {
    position: fixed;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    min-height: 80px;
    bottom: 0;
    left: 0;
    z-index: 99998;
    background-color: #222;
    border-top: solid 2px rgba(0, 0, 0, .2);
    font-size: 11pt;
    font-weight: 400;
    box-shadow: 0 0 20px #000;
    display: none
}

.privacy-alert p {
    color: #ccc;
    margin: 16px;
    max-width: calc(100% - 200px);
    position: static
}

.privacy-alert-agree-all-btn,
.privacy-alert-settings-btn {
    color: #FFF;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0 !important;
    left: 50%
}

.privacy-alert-actions {
    position: absolute;
    right: 16px;
    width: 150px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0;
    padding-top: 12px;
    height: 100%
}

.privacy-alert-agree-all-btn {
    background-color: #39a783;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .2);
    font-weight: 700;
    border-radius: 6px;
    padding: 10px;
    font-size: 12pt;
    border: 2px solid rgba(0, 0, 0, .25);
    width: 150px;
    transform: translateX(-50%)
}

.privacy-alert-agree-all-btn:before {
    content: "✓ "
}

.privacy-alert-agree-all-btn:hover {
    transform: translateX(-50%) scale(1.02)
}

.privacy-alert-agree-all-btn:active {
    transform: translateX(-50%) scale(1.02) translateY(3px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3)
}

.privacy-alert-settings-btn {
    font-weight: 400;
    padding: 0;
    font-size: 10pt;
    transform: translateX(-50%);
    margin-top: 10px
}

.privacy-alert-settings-btn:before {
    content: "\276F  "
}

.privacy-alert-settings-btn:after {
    content: " ";
    border-bottom: solid 1px #fff;
    display: block;
    margin-left: 11px;
    margin-top: 1px
}

@media (max-width:500px) {
    .privacy-alert p {
        margin: 16px 16px 8px;
        max-width: unset;
        position: relative
    }

    .privacy-alert-actions {
        position: relative;
        margin-bottom: 16px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%
    }

    .privacy-alert-agree-all-btn {
        min-width: 80%;
        max-width: 90%
    }
}