html {
    font-size: 14px
}

    html.phablet,
    html.phone {
        font-size: 16px
    }

body {
    background: var(--bodyBackground);
    position: relative;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1rem
}

html.powered-by-footer body {
    padding-bottom: 22px
}

html.powered-by-footer .upload-box-inner {
    padding-bottom: 35px
}

@media all and (display-mode:standalone) {
    html.powered-by-footer body {
        padding-bottom: 32px
    }

    html.powered-by-footer .upload-box-inner {
        padding-bottom: 40px
    }
}

body.landing {
    min-height: 500px;
    height: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 0;
    margin: 0
}

.phone body.landing {
    min-height: auto
}

body.split {
    margin-top: 0;
    padding-top: 0
}

.content-width.fluid,
.fluid .content-width {
    width: 100%
}

@media (min-width:992px) {
    .content-width.wide {
        max-width: none
    }
}

html.device-mobile .device-mobile--hide {
    display: none !important
}

html.device-nonmobile .device-nonmobile--hide {
    display: none !important
}

body#upload {
    background-color: transparent
}

.software-version-name {
    font-family: 'Brush Script MT', cursive, serif;
    font-size: 1.4em;
    text-transform: capitalize
}

.image-viewer {
    text-align: center;
    position: relative;
    min-height: 72px;
    overflow: hidden;
    background: var(--viewerBackground)
}

.image-viewer-main {
    display: inline-block;
    vertical-align: middle
}

.image-viewer-container {
    display: grid;
    margin: 0 auto;
    position: relative;
    min-height: calc(100% - 50px)
}

    .image-viewer-container.--thumbs {
        min-height: calc(100% - 100px)
    }

.image-viewer {
    width: 100%
}

    .image-viewer .media {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        max-height: calc(100vh - 110px);
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .image-viewer.--thumbs .media {
        max-height: calc(100dvh - 160px)
    }

    .image-viewer .media.zoom-in {
        max-height: none;
        max-width: 100dvw
    }

    .image-viewer .media.zoom-natural {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto
    }

#image-viewer-360 {
    width: 100dvw;
    height: calc(100dvh - 110px);
    background: 0 0 !important
}

.image-viewer .btn-download {
    position: absolute;
    top: 20px;
    inset-inline-end: 20px
}

#image-viewer-loading,
.viewer-loader {
    width: 30px;
    height: 30px;
    position: absolute;
    inset-inline-start: 50%;
    top: 50%;
    -webkit-margin-start: -15px;
    margin-inline-start: -15px;
    margin-top: -15px;
    border-radius: 100%;
    background: rgba(17, 17, 17, .9)
}

#image-viewer-loader {
    line-height: 1;
    position: absolute;
    color: #fff;
    font-size: 1em;
    left: 50%;
    top: 50%;
    padding: 8px 14px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: none
}

    #image-viewer-loader .btn-icon {
        position: relative;
        top: 0;
        font-size: 12px
    }

.btn-like .btn.btn-liked,
.btn-like .btn.btn-unliked {
    display: none
}

.btn-like[data-liked="0"] .btn-unliked {
    display: inline-block
}

.btn-like[data-liked="1"] .btn-liked {
    display: inline-block
}

.btn-album-cover .btn.btn-album-is-cover,
.btn-album-cover .btn.btn-album-not-cover {
    display: none
}

.btn-album-cover[data-cover="0"] .btn-album-not-cover {
    display: inline-block
}

.btn-album-cover[data-cover="1"] .btn-album-is-cover {
    display: inline-block
}

.btn-follow .btn.btn-followed,
.btn-follow .btn.btn-unfollowed {
    display: none
}

.btn-follow[data-followed="0"] .btn-unfollowed {
    display: inline-block
}

.btn-follow[data-followed="1"] .btn-followed {
    display: inline-block
}

#fullscreen-uploader-mask {
    z-index: 99
}

.phone #fullscreen-uploader-mask {
    z-index: 400
}

#anywhere-upload {
    z-index: 900;
    -webkit-overflow-scrolling: touch;
    transition: transform .3s ease
}

    #anywhere-upload.hidden-visibility iframe {
        visibility: hidden
    }

.phone #anywhere-upload {
    z-index: 500;
    height: 100vh !important
}

#upload #anywhere-upload {
    display: grid;
    align-items: center;
    position: fixed;
    padding-top: 50px;
    bottom: 0;
    overflow: auto;
    z-index: 0
}

#upload .upload-box .upload-box-allowed-files,
.phone .upload-box .upload-box-allowed-files {
    display: none
}

#upload .upload-box[data-queue-size="0"] .upload-box-allowed-files,
.phone .upload-box[data-queue-size="0"] .upload-box-allowed-files {
    display: block
}

#anywhere-upload-paste {
    height: 0;
    opacity: 0;
    font-size: 0
}

    #anywhere-upload-paste * {
        display: none
    }

.upload-box-queue {
    text-align: center;
    font-size: 0;
    margin-top: 35px;
    margin-bottom: 35px
}

    .upload-box-queue li {
        position: relative;
        text-align: center;
        display: inline-block;
        margin: 5px
    }

    .upload-box-queue .block,
    .upload-box-queue li {
        border-radius: .5em;
        -webkit-transform: translateZ(0)
    }

        .upload-box-queue li,
        .upload-box-queue li.normal {
            width: 110px;
            height: 110px;
            font-size: 14px;
            font-size: 1rem
        }

            .upload-box-queue li.small {
                width: 77px;
                height: 77px;
                font-size: 9px;
                font-size: .643rem
            }

            .upload-box-queue li.tiny {
                width: 54px;
                height: 54px;
                font-size: 7px;
                font-size: .5rem
            }

    .upload-box-queue .block {
        width: 100%;
        height: 100%;
        top: 0;
        inset-inline-start: 0;
        overflow: hidden;
        position: absolute
    }

    .upload-box-queue a.image-link {
        display: none
    }

    .upload-box-queue .completed a.image-link {
        display: block;
        position: absolute;
        overflow: hidden;
        z-index: 1;
        -webkit-transform: rotate(.000001deg)
    }

    .upload-box-queue .queue-item .block.edit,
    .upload-box-queue .queue-item .queue-item-button {
        display: block;
        position: absolute;
        cursor: pointer;
        z-index: 1
    }

        .upload-box-queue .queue-item .queue-item-button .icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
        }

    .upload-box-queue .queue-item.completed:hover .queue-item-button {
        display: none
    }

    .upload-box-queue .queue-item .queue-item-button {
        font-size: 10px;
        width: 21px;
        height: 21px;
        line-height: 23px;
        background: var(--buttonDefaultBackground);
        color: var(--buttonDefaultText);
        border-radius: 200px;
        inset-inline-start: -5px;
        box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .5)
    }

        .upload-box-queue .queue-item .queue-item-button:hover {
            background: var(--buttonDefaultHoverBackground);
            color: var(--buttonDefaultHoverText)
        }

        .upload-box-queue .queue-item .queue-item-button.cancel {
            top: -7px
        }

        .upload-box-queue .queue-item .queue-item-button.edit {
            top: 16px;
            font-size: 9px;
            opacity: 0
        }

    .upload-box-queue .big-icon {
        position: absolute;
        color: #dadada;
        font-size: 5.36em;
        width: 1em;
        height: 1em;
        inset-inline-start: 50%;
        top: 50%;
        -webkit-margin-start: -.5em;
        margin-inline-start: -.5em;
        margin-top: -.5em
    }

    .upload-box-queue .done,
    .upload-box-queue .preview {
        position: relative;
        overflow: hidden
    }

        .upload-box-queue .preview .canvas {
            position: absolute;
            top: 50%;
            inset-inline-start: 50%
        }

    .upload-box-queue .progress {
        position: absolute
    }

.queue-item.uploading .block.edit,
.queue-item.uploading .queue-item-button.edit {
    display: none
}

.upload-box-queue .progress-bar {
    height: 100%;
    float: right;
    width: 100%;
    display: none
}

[dir=rtl] .upload-box-queue .progress-bar {
    float: left
}

.upload-box-queue .failed .result,
.upload-box-queue .progress-bar {
    -webkit-backdrop-filter: blur(17.5px);
    backdrop-filter: blur(17.5px);
    transform: all .3s
}

.upload-box-queue .uploading .progress-bar {
    display: block
}

.upload-box-queue .completed .result.done,
.upload-box-queue .failed .result.failed {
    display: block
}

.upload-box-queue .result {
    position: absolute;
    z-index: 1;
    display: none
}

    .upload-box-queue .result .icon {
        position: absolute;
        width: 100%;
        font-size: 3.429em;
        top: 50%;
        inset-inline-start: 0;
        margin-top: -.5em;
        text-shadow: none
    }

.upload-box-queue .done .result .icon {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, .2)
}

.upload-box-queue .failed .result .icon {
    font-size: 3.429em
}

.upload-box-queue.queue-complete .cancel,
.upload-box-queue.queue-complete .edit {
    display: none
}

#form-embed-toggle-combo,
#uploaded-embed-toggle-combo {
    position: relative
}

#upload .top-bar {
    box-shadow: none;
    border-bottom-color: transparent
}

#upload .upload-box {
    transform: none;
    position: static
}

body#upload [data-action=close-upload] {
    display: none !important
}

.upload-box.queueHasResults [data-action=cancel-upload],
.upload-box.queueReady [data-action=close-upload],
.upload-box.queueUploading [data-action=close-upload],
.upload-box:not(.queueHasResults) [data-action=cancel-upload-remaining],
.upload-box:not(.queueReady):not(.queueCompleted) [data-action=reset-upload],
.upload-box:not(.queueUploading) [data-action^=cancel-upload],
.upload-box:not([data-queue-size="0"]) [data-action=close-upload] {
    display: none
}

#background-cover {
    height: 160px;
    background-color: #000
}

#background-cover {
    position: relative;
    z-index: 500
}

.phone #background-cover:not(.no-background) {
    height: 20vh;
    max-height: 260px;
    min-height: 150px
}

#background-cover.no-background {
    background-color: var(--bodyEmpty);
    background-image: none !important;
    height: auto
}

#background-cover-wrap {
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px
}

#background-cover .content-width {
    text-align: center
}

#change-background-cover {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    z-index: 500
}

#user-background-upload {
    top: 0;
    inset-inline-start: 0;
    width: 1px;
    height: 1px
}

#background-cover-src {
    overflow: hidden;
    background-position: center center;
    background-size: cover
}

#background-cover .loading-placeholder,
#background-cover-src {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%
}

#background-cover.no-background #background-cover-src {
    height: 0
}

#background-cover .loading-placeholder {
    background: rgba(0, 0, 0, .8)
}

.list-item-privacy {
    display: none
}

.list-item-thumbs li,
.list-item-thumbs li a {
    display: block;
    height: auto;
    overflow: hidden
}

    .list-item-thumbs li a {
        height: 100%;
        background-size: cover;
        background-position: center center
    }

    .list-item-thumbs li img {
        width: 100%;
        display: block
    }

.input-copy {
    position: relative
}

.list-item-image-tools {
    overflow: hidden;
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    transition: all .2s ease-in-out;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .5)
}

    .list-item-image-tools.--top {
        bottom: auto;
        top: 0
    }

    .list-item-image-tools.--right {
        inset-inline-start: auto;
        inset-inline-end: 0
    }

    .list-item-image-tools.--bottom {
        top: auto;
        bottom: 0;
        width: 2em
    }

    .list-item-image-tools.--left {
        inset-inline-end: auto;
        inset-inline-start: 0
    }

    .list-item-image-tools > div {
        margin: 0;
        cursor: pointer;
        position: relative;
        font-size: 1em;
        inset-inline-end: 0;
        -webkit-margin-start: auto;
        margin-inline-start: auto
    }

    .list-item-buttons > div,
    .list-item-image-tools > div,
    html.--idle .list-item-image-tools > div[data-action=viewer-close] {
        opacity: .7
    }

        .list-item .hover-display.list-item-image-tools,
        .list-item-image-tools > div:hover,
        .list-item.selected div.tool-select,
        .list-item.ui-selecting div.tool-select {
            opacity: 1;
            z-index: 1
        }

.list-item.--over .list-item-image-tools > div {
    opacity: .5
}

.list-item-image-tools > div {
    float: right
}

[dir=rtl] .list-item-image-tools > div {
    float: left
}

.list-item-image-tools > div,
.list-item-image-tools > div * {
    display: block;
    color: var(--listItemText)
}

    .list-item-image-tools > div span {
        float: right
    }

[dir=rtl] .list-item-image-tools > div span {
    float: left
}

.list-item-image-tools > div .label {
    font-size: .86em
}

.list-item-image-tools > div .btn-icon {
    font-size: 1em
}

.phone .list-item:not(.viewer) .tool-flag {
    display: none
}

.list-item-image-tools > div .label {
    text-transform: uppercase;
    -webkit-padding-start: 1em;
    padding-inline-start: 1em;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    display: none;
    height: 100%
}

.list-item-image-tools > div:hover .label {
    display: block
}

.small-cols .list-item-image-tools > div:hover .label {
    display: none
}

[data-flag=safe] .label-flag-safe.btn-icon,
[data-flag=safe] .list-item-image-tools > div:hover .label.label-flag-safe,
[data-flag=unsafe] .label-flag-unsafe.btn-icon,
[data-flag=unsafe] .list-item-image-tools > div:hover .label.label-flag-unsafe {
    display: none
}

.unsafe-blur-on .list-item .list-item-thumbs div[data-flag=unsafe] a,
.unsafe-blur-on [data-flag=unsafe]:not(.current) .image-container {
    filter: blur(8px);
    -webkit-filter: blur(8px)
}

.unsafe-blur-on .list-item .list-item-thumbs div[data-flag=unsafe]:not(.selected):not(.ui-selecting) a,
.unsafe-blur-on [data-flag=unsafe]:not(.selected):not(.ui-selecting):not(.current) .image-container {
    transform: scale(1.2)
}

.unsafe-blur-on .list-item:hover .list-item-thumbs div[data-flag=unsafe] a,
.unsafe-blur-on [data-flag=unsafe]:hover:not(.selected):not(.ui-selecting):not(.current) .image-container {
    filter: none;
    -webkit-filter: none;
    transform: scale(1)
}

.list-item-buttons > div,
.list-item-image-tools > div,
.list-item-image-tools > div .btn-icon {
    width: 2.2em;
    height: 2.2em;
    line-height: 2.2em
}

    .list-item-image-tools > div .btn-icon {
        color: inherit;
        text-align: center
    }

.list-item-album .tool-flag {
    display: none
}

.list-item .list-item-avatar-cover,
.list-item .list-item-avatar-cover > * {
    border-radius: 100%
}

.list-item .image-container.--bodyEmpty .empty,
.list-item .list-item-avatar-cover {
    position: absolute;
    border: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.list-item .list-item-avatar-cover {
    height: 60%;
    width: 60%;
    max-height: 160px;
    max-width: 160px;
    background: var(--bodyBackground);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

    .list-item .list-item-avatar-cover > * {
        width: 100px;
        height: 100px
    }

    .list-item .list-item-avatar-cover img {
        height: auto;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, .3)
    }

.selected .list-item-image,
.ui-selecting .list-item-image,
.unselect .list-item-image {
    background: var(--viewerBackground)
}

body#moderate .list-item-like,
body#moderate .viewer-kb-key[data-key="L"] {
    display: none
}

.list-item-buttons {
    color: #fff;
    position: absolute;
    inset-inline-end: 0;
    bottom: 0
}

    .list-item-buttons > div {
        padding: 10px;
        cursor: pointer;
        float: left;
        font-size: 1em;
        -webkit-margin-start: -5px;
        margin-inline-start: -5px
    }

[dir=rtl] .list-item-buttons > div {
    float: right
}

.list-item .list-item-buttons > div:hover {
    opacity: 1
}

.list-item-like .btn-like {
    display: none
}

    .list-item-like .btn-like.btn-liked,
    .list-item-like .btn-like:hover {
        opacity: 1
    }

[data-liked="0"] .list-item-like .btn-like.btn-unliked {
    display: block
}

[data-liked="1"] .list-item-like .btn-like.btn-liked {
    display: block
}

.list-item-play-gif,
.list-item-play-gif * {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAACdCAMAAAAgwM7pAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAcVQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA///9/// + /// + /// + /// + /// + ///9///8///1///5///9///9///u///f/// + /// + /// + ///9///q///z///9/// + ///9///8///9/// + /// + /// + /// + ///8///w///9/// + ///3///8///9///2///9///7///t/// + ///8///b///9///9///M/// + ///y// + A///9///r///7/// + ///7///3/// + ///8// + ////8// + q///8/// + ///z/// + /// + ///9///6///m///7///j///7///9/// + /// + ///9///9///6/// + /// + /// + ///7///V/// + ///9///5///9/// + /// + ///8///9///6///8/// + ///9///4/// + /// + /// + /// + ///4///9///5/// + ///v///7///9///8///o///9///9///8///6///y///9///0/// + ///x/// + ///6////////////vBUIqgAAAJd0Uk5TABQmNkZSWF5iCipmAiRKZAQuXCwYVDoMUBpgIiil + enVw7GJUBoujZkOCPf/45sMFnDPbEqhtcfZ714Qi9EgWI8adDgO21oGbmoEyxICcgw87Toe + 1QEVgJg/RTru344CkIIRnrx55VmMNf1wT4GyaMoh + HlTJcyYt + pJrfTzd0ipyqtEECTXAp8aGQ2FIMWxRKzLrhG/4D2XIEAAAQlSURBVHiczZjnWxNBEMYPCCThgNC7IIKCyaCIdJCmgIooYkFCEwsqTRRQQREb9l7u7/UuuZhccm1vX5 + H99Ne2d/d7uzOzowgmCgpOcWVmub2eNxpqa6U5CSzdw3lTXe5xTi5XeleNkpGZpYvnhKWLyszwzYmOydXnxJWbk62PU5ewpAShphnA5NfYIVRVJBvgckoNJibhLkqNJ2qomJ7GEXFRcacklL7HFEsLTHilHlYOKLoKdPnlNucnqh85br/w8yRSTr/VMI4rrA8CfNUxDTPUZXG2S6Dwe5aFWvXU6FTjigWxnLyHUx0RL7Y3WJrfxmpIMrJ4 + GI4j9fkG3pN8zljvinHD6OKOaopjf1h3aUG14CmbwcUcwMgbL4QVkKx8uxhiLyefltH5ayAlwIkEsGcS6isNzy + Y7giGKSkIwBJQspGFAKZq6V2U7FgFKFNAwoDWN9xf6OTqFEeXAg2NBgkw0zP2xBwrYIbNPC3AjMseFcLcT5pyOPI9gBiTuyYUEELKzBBVqw0A8XjOLCY1jAjkshYEkNLs3CJX64VBSXHOPSdVwBAVfSEGBFFkWgso + AK0QJsNJYSN48RLFOFaR8CNe + isr9VQeqaw46636otu5wqOEPkKr6I0dZKQ3HGuWOx8MXTc0trW3tIVQHG6azK/QTJ7pjb3b39La29rFg/P3K19vrTrJ9PUGnBmTMwOCQySunB/ptgE4SVZ45a/rKMFHLOUvQSP/5CxavjF6ULThm46csdamV6PIVBOlql0waN3x8jQE1ETQkTZ6Y6tZ/YkQK6q6QkWmiJgaQ0BGMLH2tZoiqWMYmCLPnr + vcnQvSFNMGMNCNegreBHCEW0TVCM7kbZpn9jV6ukN011nPe1pLX6YFNotFdHSRJmKvlwLLzn5oZZHua26YuR9TrRI9cNpXozmihxCQsEbrGFA1amwbzIeUgSaJHqnNx0tPeEib1Ki2tmiNB7RKU2priTZ5QE + fRQa0Tc95QFGt0zQGFKCtPQaCDW2bhjGgJdrh6f5ia1BtvaQ2HlAzVaqtV683eEDRLcKnmE3LJ5gbkR3bUwgI5WrntGe9/41TkPY4WlkI7DrjDGkPSL/jI/twgDR +  + q3jIGLsneZSCWveOyPFCRVoCdfriSChn7ArB6MOc804fZDD4xGmHrMf/Xq3lYB9lIUjB + yfdB80VC10MnCUFOIzy4eNOSbpkW1ZpFm2ZSvx889YpqLLchpeb2mYGqIpi + R421Zy/GUnlK7rLhFVX + ftpOvCkFpAmLXzsrk6ayuUksbwt9ib3eO935/9YEVNhoosql16mn9GiixOLP6r9m14nvroX9mnjstnjUxXzPMUovaIfv8BgSQJhJIkEEqSQChJAqEkCYSSJBBKkkCo/wICDQ002SDzgxYkaIuANi0X5i8hpIpr8W0lCwAAAABJRU5ErkJggg==");
    position: absolute;
    top: 50%;
    inset-inline-start: 50%
}

.list-item-play-gif {
    scale: .6;
    width: 72px;
    height: 72px;
    -webkit-margin-start: -36px;
    margin-inline-start: -36px;
    margin-top: -36px;
    background-position: 0 0;
    cursor: pointer;
    transition: all 350ms
}

@media (min-width:320px) {
    .list-item-play-gif {
        scale: .8
    }
}

@media (min-width:480px) {
    .list-item-play-gif {
        scale: 1
    }
}

.list-item-play-gif > span {
    width: 66px;
    height: 66px;
    -webkit-margin-start: -33px;
    margin-inline-start: -33px;
    margin-top: -33px;
    background-position: 0 -73px
}

.list-item-play-gif--loading > span,
.list-item-play-gif:hover > span {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.list-item-play-gif > i {
    width: 32px;
    height: 17px;
    -webkit-margin-start: -16px;
    margin-inline-start: -16px;
    margin-top: -9px;
    background-position: 0 -140px
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.settings-group {
    display: none
}

.settings-group-isolated {
    display: block
}

.stats-block,
a.stats-block {
    text-decoration: none;
    color: inherit;
    padding: 10px;
    border-radius: 4px
}

    .stats-block .label-text {
        color: var(--bodyText)
    }

    a.stats-block:hover {
        color: var(--linkText);
        background: var(--bodyEmpty)
    }

.text-align-center .stats-big-number {
    text-align: center
}

.stats-big-number .number {
    font-size: 44px;
    font-weight: 400
}

    .stats-big-number .number span {
        font-size: 24px
    }

.stats-big-number .label {
    display: block
}

#home-top-bar-placeholder {
    margin-top: -65px
}

#home-cover {
    width: 100%;
    background-position: center center;
    background-color: #333;
    background-size: cover;
    color: #fff;
    position: relative
}

body.landing #home-cover,
body.split #home-cover {
    margin: 0;
    padding: 0;
    height: 100vh;
    height: 100dvh
}

body.split #home-cover {
    margin: 0;
    height: 500px
}

#home-cover-content {
    position: relative;
    text-align: center;
    height: 100%;
    top: 50px
}

body.landing #home-cover-content,
body.split #home-cover-content {
    height: calc(100% - 50px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

#home-cover-content > * {
    margin: 10px 0
}

#home-cover-content h1,
#home-cover-content p {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, .25)
}

#home-cover-content h1 {
    font-size: 2.4em;
    line-height: 120%;
    font-weight: 600
}

@media (min-width:768px) {
    #home-cover-content h1 {
        font-size: 2.7em
    }
}

@media (min-width:992px) {
    #home-cover-content h1 {
        font-size: 3em
    }
}

#home-cover-content p {
    font-size: 22px
}

.home-buttons {
    text-align: center
}

    .home-buttons a {
        font-size: 16px;
        text-transform: uppercase;
        min-height: 50px;
        line-height: 1.5;
        height: auto;
        text-align: center;
        letter-spacing: 2px;
        padding: 12px 30px
    }

#home-pics-feature {
    height: 700px;
    overflow: hidden;
    position: relative;
    margin: 10px 0
}

    #home-pics-feature.empty {
        height: auto
    }

#home-pics-feature-overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    z-index: 1
}

#home-pics-feature.empty #home-pics-overlay {
    display: none
}

#home-join {
    margin: 40px 0;
    padding-bottom: 40px
}

    #home-join h2 {
        font-size: 38px
    }

    #home-join p {
        margin: 20px 0;
        font-size: 18px
    }

.ad-banner {
    margin: 10px;
    text-align: center
}

    .ad-banner:empty {
        margin: 0;
        height: 0
    }

    .ad-banner img {
        display: block;
        margin: 0 auto
    }

.ad-banner-size-300x250 {
    width: 300px;
    height: 250px
}

.ad-banner-size-336x280 {
    width: 336px;
    height: 280px
}

.ad-banner-size-728x90 {
    width: 728px;
    height: 90px
}

.ad-banner-size-300x600 {
    width: 300px;
    height: 600px
}

.ad-banner-size-320x100 {
    width: 320px;
    height: 100px
}

.ad-banner-size-320x50 {
    width: 320px;
    height: 50px
}

.ad-banner-size-468x60 {
    width: 468px;
    height: 60px
}

.ad-banner-size-234x60 {
    width: 234px;
    height: 60px
}

.ad-banner-size-120x600 {
    width: 120px;
    height: 600px
}

.ad-banner-size-120x240 {
    width: 120px;
    height: 240px
}

.ad-banner-size-160x600 {
    width: 160px;
    height: 600px
}

.ad-banner-size-300x1050 {
    width: 300px;
    height: 1050px
}

.ad-banner-size-970x90 {
    width: 970px;
    height: 90px
}

.ad-banner-size-970x250 {
    width: 970px;
    height: 250px
}

.ad-banner-size-250x250 {
    width: 250px;
    height: 250px
}

.ad-banner-size-200x200 {
    width: 200px;
    height: 200px
}

.ad-banner-size-180x150 {
    width: 180px;
    height: 150px
}

.ad-banner-size-125x125 {
    width: 125px;
    height: 125px
}

#banner_before_home_cover {
    margin: 0;
    padding: 10px;
    background: #000
}

#banner_image_image-viewer_foot,
#banner_image_image-viewer_top {
    height: 90px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto
}

body#consent-screen,
body#maintenance {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%
}

#consent-screen-cover,
#maintenance-cover {
    height: 100%;
    background-position: center center;
    background-color: #333;
    background-size: cover
}

#consent-screen-cover-inner,
#maintenance-cover-inner {
    background: rgba(0, 0, 0, .25);
    width: 100%;
    height: 100vh;
    height: 100dvh
}

#consent-screen-cover-content,
#maintenance-cover-content {
    color: #fff;
    padding: 40px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

    #maintenance-cover-content .logo {
        display: inline-block;
        margin-bottom: 20px;
        color: #fff;
        text-decoration: none;
        font-size: 2.5em
    }

        #maintenance-cover-content .logo img {
            height: 30px
        }

    #maintenance-cover-content h1 {
        font-size: 2.5em;
        margin-bottom: 20px
    }

    #maintenance-cover-content p {
        font-size: 1.2em
    }

#consent-screen-cover-inner {
    background: 0 0
}

#consent-screen-cover-src {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    background-position: center;
    background-size: cover
}

#consent-screen-content {
    background: var(--menuBackground);
    color: var(--menuItemText);
    margin: 0 auto;
    padding: 30px;
    box-shadow: 0 0 50px 6px rgba(0, 0, 0, .25);
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(17.5px);
    backdrop-filter: blur(17.5px)
}

    #consent-screen-content h1 {
        line-height: 2em
    }

    #consent-screen-content .logo-consent {
        width: 2em;
        height: auto;
        display: inline-block;
        -webkit-margin-end: 10px;
        margin-inline-end: 10px;
        vertical-align: top
    }

#fullscreen-modal-box .image-preview {
    margin-bottom: 20px;
    overflow: auto;
    text-align: center
}

.image-preview-container {
    position: relative;
    display: block;
    float: left;
    width: 20%
}

[dir=rtl] .image-preview-container {
    float: right
}

.image-preview-container .empty {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em
}

#fullscreen-modal-box .image-preview:empty {
    display: none
}

#fullscreen-modal-box .image-preview .canvas {
    border: 0;
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 500px
}

#fullscreen-modal-box .image-preview .thumb {
    font-size: 0;
    border: 0;
    display: block;
    background-size: cover;
    background-position: center;
    width: 100%
}

.content-password-gate {
    background: var(--bodyBackground);
    border-radius: 10px;
    padding: 30px;
    font-size: 16px;
    text-align: center
}

    .content-password-gate h1 {
        font-size: 30px;
        margin-bottom: 10px
    }

        .content-password-gate h1 .icon {
            display: block;
            font-size: 60px;
            margin-bottom: 10px
        }

    .content-password-gate .g-captcha > div {
        -webkit-margin-end: auto;
        margin-inline-end: auto;
        -webkit-margin-start: auto;
        margin-inline-start: auto
    }

#home-cover-slideshow {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    overflow: hidden
}

.home-cover-img {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    opacity: 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .home-cover-img.animate-in,
    .home-cover-img.animate-in--alt {
        -webkit-animation-name: slideshow;
        animation-name: slideshow;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .home-cover-img.animate-in--alt {
        opacity: 1;
        -webkit-animation-name: slideshow--alt;
        animation-name: slideshow--alt
    }

    .home-cover-img.animate-end {
        opacity: 1;
        transform: scale(1.1);
        -webkit-animation: none;
        animation: none
    }

@-webkit-keyframes slideshow {
    0% {
        opacity: 0
    }

    20% {
        opacity: 1
    }

    100% {
        opacity: 1;
        transform: scale(1.1)
    }
}

@keyframes slideshow {
    0% {
        opacity: 0
    }

    20% {
        opacity: 1
    }

    100% {
        opacity: 1;
        transform: scale(1.1)
    }
}

@-webkit-keyframes slideshow--alt {
    100% {
        transform: scale(1.1)
    }
}

@keyframes slideshow--alt {
    100% {
        transform: scale(1.1)
    }
}

@supports (-ms-accelerator:true) {
    .home-cover-img.animate-end {
        transform: scale(1)
    }

    20% {
        opacity: 1
    }
}

@-webkit-keyframes slideshow {
    0% {
        opacity: 0
    }

    20% {
        opacity: 1
    }
}

@keyframes slideshow {
    0% {
        opacity: 0
    }

    20% {
        opacity: 1
    }
}

@-webkit-keyframes slideshow--alt {
    100% {
        transform: scale(1)
    }
}

@keyframes slideshow--alt {
    100% {
        transform: scale(1)
    }
}

#dashboard-settings {
    min-height: 400px
}

#dashboard .form-content,
#settings .form-content {
    padding-bottom: 60px
}

.footer {
    font-size: .675em;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: .5em 0;
    line-height: 1;
    text-align: center
}

.desktop .footer,
.laptop .footer,
.largescreen .footer,
.tablet .footer {
    text-align: right
}

@media all and (display-mode:standalone) {
    .footer {
        padding-bottom: 17px
    }
}

body#login .footer,
body.landing .footer {
    mix-blend-mode: plus-lighter
}

body#dashboard[data-route^="dashboard/settings"] .footer,
body#dashboard[data-route^="dashboard/settings/pages/edit/"] .footer,
body#settings[data-route="settings/password"] .footer,
body#settings[data-route="settings/profile"] .footer,
body#settings[data-route=settings] .footer {
    bottom: 5.6em
}

body#dashboard[data-route="dashboard/settings/pages"] .footer,
body#dashboard[data-route="dashboard/settings/upload-storage"] .footer {
    bottom: 0
}

.footer a {
    color: var(--bodyTextSubtle);
    display: inline-block;
    text-decoration: none;
    -webkit-filter: grayscale(1) opacity(.8);
    filter: grayscale(1) opacity(.8);
    transition: all .2s ease-in-out;
    padding: 3px;
    border-radius: 3px
}

.footer:hover a:hover {
    -webkit-filter: none;
    filter: none;
    background: var(--bodyBackground)
}

.footer a img {
    opacity: .8;
    height: 1em;
    vertical-align: text-top;
    display: inline-block
}

.footer a:hover img {
    opacity: 1
}

body#upload .footer {
    background: var(--bodyBackground)
}

body.--viewer-shown {
    overflow: hidden
}

.viewer {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999
}

    .viewer .list-tool {
        display: initial !important
    }

.js .viewer {
    display: block;
    touch-action: pinch-zoom !important
}

.viewer--hide {
    opacity: 0
}

.viewer--show {
    opacity: 1
}

.viewer.viewer--no-cursor,
.viewer.viewer--no-cursor * {
    cursor: none
}

.viewer-content {
    position: relative;
    top: 0;
    inset-inline-start: 0;
    width: 100dvw;
    height: 100dvh
}

    .viewer-content .viewer-src {
        position: absolute;
        max-height: 100vh;
        max-height: 100dvh;
        max-width: 100vw;
        max-width: 100dvw;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%
    }

.viewer[data-cover="1"] .viewer-content .viewer-src {
    width: 100vw;
    width: 100dvw;
    height: 100vh;
    height: 100dvh;
    -o-object-fit: contain;
    object-fit: contain
}

.viewer[data-cover="0"] .viewer-content .viewer-src {
    max-width: 100%;
    max-height: 100%
}

.viewer[data-cover="1"] .viewer-content video.viewer-src {
    width: auto
}

.viewer-content img.viewer-src[data-media=video],
.viewer-content video.viewer-src {
    padding-top: 2.2em;
    padding-bottom: 60px
}

.--fullscreen .viewer-content video.viewer-src {
    padding: 0
}

.viewer-close,
.viewer-wheel > div {
    color: #fff;
    top: 0;
    font-size: 1em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
    text-align: center
}

.viewer-close {
    position: absolute;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em;
    cursor: pointer;
    inset-inline-end: -2.4em;
    z-index: 500
}

.viewer:hover .hover-display.viewer-close {
    inset-inline-end: 2px
}

.viewer-wheel > div {
    position: fixed;
    bottom: 0;
    width: calc(1em + 20px);
    cursor: pointer;
    padding: 10px;
    opacity: .7;
    display: none
}

    .viewer-wheel > div:hover {
        opacity: 1
    }

.viewer--nav-prev .viewer-wheel-prev {
    inset-inline-start: 0;
    display: block
}

.viewer--nav-next .viewer-wheel-next {
    inset-inline-end: 0;
    display: block
}

.viewer-wheel > div > .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-size: 1.5em
}

.viewer-top {
    padding: 10px;
    position: fixed;
    bottom: 0;
    margin-bottom: 120px;
    text-align: center;
    left: 50%;
    width: auto;
    transform: translateX(-50%)
}

    .viewer-top a {
        padding: .6em 1.2em
    }

a.glass-button {
    text-decoration: none
}

.glass-button {
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    display: block;
    background-color: rgba(58, 58, 58, .613);
    -webkit-backdrop-filter: saturate(180%) blur(17.5px);
    backdrop-filter: saturate(180%) blur(17.5px)
}

.viewer-foot {
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .6) 100%);
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    -webkit-padding-end: 2em;
    padding-inline-end: 2em
}

.viewer-owner {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    float: left;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px
}

    .viewer-owner .btn {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background: #fff;
        color: #000;
        border-color: transparent;
        opacity: 1
    }

        .viewer-owner .btn.btn-cta:hover {
            background: var(--buttonAccentBackground);
            color: var(--buttonAccentText)
        }

    .viewer-owner .user-image {
        font-size: 40px;
        width: 1em;
        height: 1em;
        vertical-align: bottom;
        color: var(--bodyText);
        position: relative
    }

    .viewer-owner .user-name {
        font-size: initial;
        text-decoration: none;
        vertical-align: middle;
        line-height: 40px;
        color: inherit
    }

    .viewer-owner a.user-name:hover {
        color: var(--backgroundLightAlpha)
    }

.viewer-owner {
    order: 1
}

.viewer-foot .viewer-title a {
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .5)
}

.viewer-kb {
    font-size: .86em;
    flex-grow: 1;
    order: 2;
    text-align: center
}

.viewer .viewer-kb {
    -webkit-padding-end: 190px;
    padding-inline-end: 190px
}

.device-mobile .viewer-kb {
    display: none
}

.viewer-kb-input {
    display: inline-block
}

.viewer .viewer-kb-input {
    color: #fff
}

.viewer-kb-key {
    display: inline-block;
    margin: 10px;
    -webkit-margin-start: 0;
    margin-inline-start: 0
}

    .viewer-kb-key:first-child {
        -webkit-margin-start: 10px;
        margin-inline-start: 10px
    }

    .viewer-kb-key kbd {
        border: 1px solid rgba(0, 0, 0, .5);
        background: rgba(120, 120, 120, .5);
        -webkit-backdrop-filter: blur(17.5px);
        backdrop-filter: blur(17.5px);
        padding: 4px 6px;
        border-radius: 2px;
        display: inline-block;
        -webkit-margin-end: 5px;
        margin-inline-end: 5px;
        line-height: 1
    }

.viewer-like {
    transform: none;
    top: auto;
    bottom: 20px;
    inset-inline-end: 20px;
    position: absolute
}

.viewer:hover .hover-display--flex {
    display: flex
}

.--width-auto {
    width: auto
}

.--height-auto {
    height: auto
}

html.--idle .viewer,
html.--idle .viewer * {
    cursor: none !important
}

html .fullscreen-show {
    display: none
}

:-webkit-full-screen .fullscreen-hide {
    display: none
}

:-ms-fullscreen .fullscreen-hide {
    display: none
}

:fullscreen .fullscreen-hide {
    display: none
}

:-webkit-full-screen .fullscreen-show {
    display: block
}

:-ms-fullscreen .fullscreen-show {
    display: block
}

:fullscreen .fullscreen-show {
    display: block
}

a.image-container {
    -webkit-tap-highlight-color: transparent
}

.js .image-container.--media img {
    color: transparent
}

a {
    color: var(--linkText);
    outline: 0;
    text-decoration: none
}

.content-section,
.input-label {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative
}

    .content-section:first-child {
        margin-top: 0
    }

    .input-label .input {
        width: 100%;
        margin-bottom: 0
    }

        .input-label .input + .input {
            margin-top: 5px
        }

    .input-label .input-label {
        margin-bottom: 10px
    }

        .input-label .input-label .label {
            font-weight: 400
        }

    .input-label label .caption,
    .input-label label .optional {
        font-weight: 400;
        font-size: .92em
    }

        .input-label label .caption:before,
        .input-label label .optional:before {
            content: "("
        }

        .input-label label .caption:after,
        .input-label label .optional:after {
            content: ")"
        }

.input-label-below {
    margin-top: 5px;
    clear: both
}

.background-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover
}

.input-with-button {
    position: relative
}

    .input-with-button input::-webkit-inner-spin-button,
    .input-with-button input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .input-with-button input[type=number] {
        -moz-appearance: textfield
    }

    .input-with-button button {
        background: 0 0;
        position: absolute;
        inset-inline-end: 0;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        font-size: 22px;
        width: 1em;
        height: 1em;
        outline: 0;
        color: var(--colorAccent)
    }

        .input-with-button button:focus,
        .input-with-button button:hover {
            color: var(--colorAccentStrong)
        }

#top-left {
    position: fixed;
    padding: 5px;
    inset-inline-start: 0;
    top: 0;
    z-index: 1
}

.top-button {
    padding: 5px
}

    .top-button .menu-box {
        margin-top: 5px
    }

.top-button-icon {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15)
}

.background-default {
    background: #2ecc71;
    background: linear-gradient(to bottom, #2ecc71 0, #3498db 100%)
}

.content-box {
    position: relative;
    margin: 20px;
    z-index: 1
}

.content-box-text :first-child {
    margin-top: 0
}

.content-box-text :last-child {
    margin-bottom: 0
}

.logo {
    max-height: 50px;
    max-width: 220px;
    margin-bottom: 20px;
    width: 500px !important;
    height: 140px !important;
}

.card-box {
    min-width: 270px;
    width: calc(100vw - 40px)
}

.access-box-content {
    background: var(--bodyBackground)
}

.fancy-box-heading {
    font-size: 22px;
    margin: 20px 0 30px 0
}

.fancy-fieldset {
    border: 0;
    padding: 0;
    margin: 0
}

    .fancy-fieldset input:not([type=checkbox]),
    .fancy-fieldset input[type=text],
    .fancy-fieldset select,
    .fancy-fieldset textarea {
        outline: 0;
        padding: 10px 0;
        width: 100%;
        border-radius: 0;
        border-color: transparent;
        background: 0 0;
        box-shadow: none
    }

    .fancy-fieldset .checkbox-label input[type=checkbox] {
        width: auto;
        vertical-align: middle;
        margin: 0 0 0 -20px
    }

    .fancy-fieldset select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .fancy-fieldset input,
    .fancy-fieldset select {
        padding: 10px 0;
        border-top: transparent;
        -webkit-border-start: transparent;
        border-inline-start: transparent;
        -webkit-border-end: transparent;
        border-inline-end: transparent
    }

        .fancy-fieldset input:focus,
        .fancy-fieldset input:focus[type=text],
        .fancy-fieldset select:focus,
        .fancy-fieldset textarea:focus {
            border-color: var(--colorAccent)
        }

    .fancy-fieldset .input-with-button input[type=password] {
        -webkit-padding-end: 30px;
        padding-inline-end: 30px
    }

    .fancy-fieldset .input-password input[type=password] {
        -webkit-padding-end: 55px;
        padding-inline-end: 55px
    }

    .fancy-fieldset > div:last-child {
        margin-bottom: inherit
    }

    .fancy-fieldset .label {
        line-height: 1.5
    }

    .fancy-fieldset .input-label:last-child {
        margin-bottom: 0
    }

    .fancy-fieldset .checkbox-label {
        margin: 0
    }

a.login-provider-button {
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin: 10px 0;
    background: #d9d9d9;
    padding: 8px;
    text-decoration: none;
    display: block;
    color: #fff;
    border-radius: 3px;
    text-align: center
}

    a.login-provider-button .text {
        -webkit-margin-start: 5px;
        margin-inline-start: 5px
    }

a.login-provider-button--facebook {
    background-color: #4267b2
}

a.login-provider-button--twitter {
    background-color: #1da1f2
}

a.login-provider-button--google {
    background-color: #ea4335
}

a.login-provider-button--vkontakte {
    background-color: #45668e
}

a.login-provider-button--apple {
    background-color: #000
}

a.login-provider-button--amazon {
    background-color: #f90
}

a.login-provider-button--bitbucket {
    background-color: #2684ff
}

a.login-provider-button--discord {
    background-color: #738adb
}

a.login-provider-button--dribbble {
    background-color: #e94c88
}

a.login-provider-button--dropbox {
    background-color: #007ee5
}

a.login-provider-button--github {
    background-color: #333
}

a.login-provider-button--gitlab {
    background-color: #fc6d26
}

a.login-provider-button--instagram {
    background-color: #e1306c
}

a.login-provider-button--linkedin {
    background-color: #006192
}

a.login-provider-button--mailru {
    background-color: #168de2
}

a.login-provider-button--medium {
    background-color: #00ab6c
}

a.login-provider-button--odnoklassniki {
    background-color: #ed812b
}

a.login-provider-button--orcid {
    background-color: #a5ce37
}

a.login-provider-button--reddit {
    background-color: #ff4500
}

a.login-provider-button--spotify {
    background-color: #1db954
}

a.login-provider-button--stackexchange {
    background-color: #1e5397
}

a.login-provider-button--steam {
    background-color: #00adee
}

a.login-provider-button--strava {
    background-color: #fc4c02
}

a.login-provider-button--telegram {
    background-color: #08c
}

a.login-provider-button--tumblr {
    background-color: #35465c
}

a.login-provider-button--twitchtv {
    background-color: #9146ff
}

a.login-provider-button--wechat {
    background-color: #7bb32e
}

a.login-provider-button--windowslive {
    background-color: #107c10
}

a.login-provider-button--wordpress {
    background-color: #21759b
}

a.login-provider-button--yandex {
    background-color: #fc0
}

a.login-provider-button--yahoo {
    background-color: #410093
}

a.login-provider-button--qq {
    background-color: #121214
}

.login-provider-button-outline {
    position: relative;
    text-decoration: none;
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    margin: 5px
}

    .login-provider-button-outline .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .login-provider-button-outline.border-color-facebook:focus,
    .login-provider-button-outline.border-color-facebook:hover {
        background-color: #3b5998
    }

    .login-provider-button-outline.border-color-twitter:focus,
    .login-provider-button-outline.border-color-twitter:hover {
        background-color: #1da1f2
    }

    .login-provider-button-outline.border-color-google:focus,
    .login-provider-button-outline.border-color-google:hover {
        background-color: #ea4335
    }

    .login-provider-button-outline.border-color-vk:focus,
    .login-provider-button-outline.border-color-vk:hover {
        background-color: #45668e
    }

    .login-provider-button-outline:focus .icon,
    .login-provider-button-outline:hover .icon {
        color: #fff
    }

#login {
    padding: 0;
    margin: 0
}

.content-section--captcha-fix #g-recaptcha,
.content-section--captcha-fix .h-captcha {
    min-height: 78px;
    transform: scale(.89);
    transform-origin: left
}

#login .input {
    margin: 0
}

.btn-container--fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .05);
    padding: 10px 0;
    margin: 0;
    border: 0;
    -webkit-backdrop-filter: blur(17.5px);
    backdrop-filter: blur(17.5px);
    text-align: start;
    z-index: 1
}

.phablet body.pop-box-show .btn-container--fixed,
.phone body.pop-box-show .btn-container--fixed {
    z-index: 0
}

.phablet .btn-container--fixed,
.phone .btn-container--fixed {
    text-align: center
}

body.full--wh {
    height: 100vh;
    height: 100dvh;
    width: 100vw;
    width: 100dvw
}

.display-flex #home-cover-slideshow {
    position: fixed
}

[data-content=dashboard-imports] [data-action=resume],
[data-content=dashboard-imports] [data-errors="0"] [data-content=log-errors],
[data-content=dashboard-imports] [data-result],
[data-content=dashboard-imports] [data-started="0"] [data-content^=log] {
    display: none
}

[data-content=dashboard-imports] [data-errors="1"] [data-content=log-process],
[data-content=dashboard-imports] [data-status=completed] [data-action=pause],
[data-content=dashboard-imports] [data-status=completed][data-errors="0"] [data-result=success],
[data-content=dashboard-imports] [data-status=paused] [data-action=resume],
[data-content=dashboard-imports] [data-status][data-errors="1"] [data-result=error] {
    display: initial
}

[data-content=dashboard-imports] [data-status=canceled] [data-action=cancel],
[data-content=dashboard-imports] [data-status=canceled] [data-action=pause],
[data-content=dashboard-imports] [data-status=canceled] [data-target=modal-process-import],
[data-content=dashboard-imports] [data-status=completed] [data-action=cancel],
[data-content=dashboard-imports] [data-status=completed] [data-action=pause],
[data-content=dashboard-imports] [data-status=completed] [data-target=modal-process-import],
[data-content=dashboard-imports] [data-status=paused] [data-action=pause],
[data-content=dashboard-imports] [data-status=queued] [data-action=pause],
[data-content=dashboard-imports] [data-status=working] [data-target=modal-process-import] {
    display: none !important
}

.connecting-ip {
    font-family: monospace;
    font-size: 27px
}

.copy--padding {
    padding-right: 30px
}

.code {
    font-size: .93em;
    font-family: monospace;
    padding: .05em;
    white-space: pre;
    display: inline-block
}

.code--inline-background {
    color: var(--buttonDefaultHoverText);
    background: var(--inputBackground);
    padding: .1em .2em;
    border-radius: .2em
}

.code--snippet {
    color: var(--inputText);
    background: var(--inputBackground);
    padding: 10px;
    border-radius: 5px;
    display: block;
    overflow: auto
}

.code--inline-auto {
    white-space: unset;
    word-break: break-all
}

.code--command {
    border-radius: .2em;
    padding: .5em;
    -webkit-padding-end: .7em;
    padding-inline-end: .7em;
    -webkit-border-start: .2em solid var(--colorAccent);
    border-inline-start: .2em solid var(--colorAccent);
    background-color: var(--bodyEmpty)
}

    .code--command::before {
        content: "$ ";
        color: var(--colorAccent)
    }

.importing {
    background: var(--bodyEmpty);
    padding: 10px;
    position: relative
}

    .importing:nth-child(even) {
        margin: 0 10px
    }

.phablet .importing:nth-child(even),
.phone .importing:nth-child(even) {
    margin: 10px 0
}

.importing-stats {
    margin: 10px 0
}

    .importing-stats .figure {
        display: inline-block;
        padding: 5px;
        background: var(--buttonAccentBackground);
        color: var(--buttonAccentText)
    }

.apexcharts-menu-icon,
.apexcharts-pan-icon,
.apexcharts-reset-icon,
.apexcharts-selection-icon,
.apexcharts-theme-light .apexcharts-legend-text,
.apexcharts-toolbar-custom-icon,
.apexcharts-zoom-icon,
.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon {
    color: var(--bodyText) !important
}

    .apexcharts-menu-icon svg,
    .apexcharts-reset-icon svg,
    .apexcharts-zoom-icon svg,
    .apexcharts-zoomin-icon svg,
    .apexcharts-zoomout-icon svg {
        fill: var(--bodyText) !important
    }

.apexcharts-theme-dark .apexcharts-legend-text {
    color: var(--bodyTextSubtle) !important
}

.apexcharts-theme-light svg text {
    fill: var(--bodyText)
}

.apexcharts-theme-dark svg text {
    fill: var(--bodyTextSubtle)
}

.apexcharts-toolbar {
    z-index: 0 !important
}

.apexcharts-canvas > svg {
    background: 0 0 !important
}

.apexcharts-gridline {
    stroke: var(--bodySeparator)
}

#dashboard-chart {
    margin: 35px auto;
    overflow: hidden
}

    #dashboard-chart .toolbar {
        -webkit-margin-start: 45px;
        margin-inline-start: 45px
    }

    #dashboard-chart button {
        background: var(--bodyBackground);
        color: var(--bodyText);
        border: 1px solid var(--bodySeparator);
        border-bottom: 2px solid var(--bodySeparator);
        border-radius: 2px;
        padding: 4px 17px
    }

        #dashboard-chart button.active {
            color: var(--buttonAccentText);
            background: var(--buttonAccentBackground);
            border: 1px solid var(--buttonAccentBackground);
            border-bottom: 2px solid var(--buttonAccentBackground)
        }

        #dashboard-chart button:focus {
            outline: 0
        }

.corazoncito {
    width: 1em;
    height: 1em;
    font-size: 290px;
    color: rgb(255, 0, 0, .6);
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.4);
    transition: all .5s ease
}

    .corazoncito.--show {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1)
    }

    .corazoncito span {
        font-size: .25em;
        top: 50%;
        left: 50%;
        display: block;
        position: absolute;
        color: #fff;
        transform: translate(-50%, -50%);
        line-height: 1;
        font-family: sans-serif;
        margin-top: -.1em;
        font-weight: 400
    }

.card-wrapper {
    height: 175px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

    .card-wrapper::-webkit-scrollbar {
        width: 10px;
        height: 3px
    }

    .card-wrapper::-webkit-scrollbar-track {
        background: var(--bodyEmpty)
    }

    .card-wrapper::-webkit-scrollbar-thumb {
        background: var(--colorAccent)
    }

        .card-wrapper::-webkit-scrollbar-thumb:hover {
            background: var(--colorAccentStrong)
        }

.card-slider {
    width: calc(310px * 10 - 10px)
}

.card-container {
    width: 300px;
    height: 200px;
    display: block;
    float: left;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    scroll-snap-align: start
}

[dir=rtl] .card-container {
    float: right
}

.card-container:first-child {
    -webkit-margin-start: 0;
    margin-inline-start: 0
}

.card-container:last-child {
    -webkit-margin-end: 0;
    margin-inline-end: 0
}

.card {
    width: 100%;
    position: relative
}

    .card a {
        text-decoration: none
    }

.card-header-image {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 1em;
    display: block;
    background-size: cover;
    background-position: center
}

.card-header-image-mask {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0)
}

.card-header-image:hover .card-header-image-mask {
    -webkit-backdrop-filter: blur(17.5px) saturate(1.8);
    backdrop-filter: blur(17.5px) saturate(1.8)
}

.card-text {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, .35)
}

.card-header-image:hover .card-text {
    color: var(--buttonAccentText)
}

.card-text h3 {
    font-weight: 700;
    font-size: 1.6em;
    margin-bottom: 5px
}

.powered-by--provider a.logo {
    font-size: 5em;
    text-decoration: none
}

[data-banned="0"] [data-action=user_unban],
[data-banned="1"] [data-action=user_ban] {
    display: none
}

.captcha.captcha--3 [data-content=captcha] {
    display: none
}

.cta-row {
    border: 1px solid var(--bodySeparator);
    border-right: 0;
    border-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    cursor: -webkit-grab;
    cursor: grab;
    margin-bottom: -1px
}

    .cta-row.ui-sortable-helper {
        background: var(--modalBackground)
    }

.phablet .btn-cta .btn-text,
.phone .btn-cta .btn-text {
    display: none
}

.btn-cta {
    background-color: var(--bodyBackground);
    color: var(--bodyText);
    border-color: var(--bodyText)
}

    .btn-cta:hover {
        background-color: var(--colorAccent);
        color: var(--buttonAccentText);
        border-color: transparent
    }

        .btn-cta:hover .btn-icon {
            color: inherit
        }

select#theme_font {
    font-family: Helvetica, Arial, sans-serif
}

.font-style-italic {
    font-style: italic
}

img[data-type=video] {
    cursor: pointer
}

.list-item-duration {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 1;
    padding: .2em .3em;
    border-radius: .25em;
    color: #fff;
    margin: 5px;
    text-shadow: none;
    cursor: default;
    font-size: 90%
}

.edition-label {
    font-weight: 700
}

:disabled {
    opacity: .5
}

.content-tags li {
    display: inline-block;
    scroll-snap-align: start;
    position: relative
}

.btn-tag {
    font-size: .72em;
    height: 100%;
    border-radius: 100em;
    -webkit-padding-start: .8em;
    padding-inline-start: .8em;
    -webkit-padding-end: .8em;
    padding-inline-end: .8em
}

[data-has-owner="0"] .viewer-owner--user,
[data-has-owner="1"] .viewer-owner--guest {
    display: none
}

[data-text=selection-count]:empty {
    display: none
}

.content-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px
}

.content-listing .content-tags {
    font-size: 1.3rem;
    padding: 10px
}

    .content-listing .content-tags .tag {
        margin: .3em
    }

[data-content=tags][data-count="0"] {
    display: none
}

.content-tags.--tags-icon:before {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f02c";
    font-weight: 700;
    margin-right: 3px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.content-tags-autocomplete {
    max-width: 100%;
    position: absolute;
    z-index: 1;
    background: var(--bodyBackground);
    border-radius: 100em;
    padding: 3px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
    margin-top: 2px;
    flex-wrap: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

    .content-tags-autocomplete::-webkit-scrollbar {
        display: none
    }

#user-tags-filter .content-tags[data-count="0"] {
    margin: 0
}

#user-tags-filter .content-tags {
    -webkit-padding-end: 220px;
    padding-inline-end: 220px
}

.phone #user-tags-filter .content-tags {
    -webkit-padding-end: 0;
    padding-inline-end: 0
}

.phone #user-tags-filter .content-tags {
    justify-content: center
}

.tag {
    margin: .15em;
    display: inline-block;
    border-radius: 100em;
    background-image: none;
    height: auto;
    text-shadow: none;
    line-height: 2.15em;
    font-weight: 400;
    padding: 0 1.15em;
    box-shadow: none;
    -webkit-filter: none;
    filter: none
}

    .tag.btn {
        border: 1px solid transparent
    }

.pop-box .tag--pop-box {
    border-radius: 100em;
    -webkit-padding-start: 8px;
    padding-inline-start: 8px;
    -webkit-padding-end: 8px;
    padding-inline-end: 8px;
    margin-bottom: 2px;
    line-height: initial
}

.tag-append,
.tag-remove {
    color: inherit;
    z-index: 1;
    display: inline-block;
    position: absolute;
    line-height: 1;
    padding: .3em;
    margin: .15em;
    top: .17857143rem;
    right: .15rem;
    border: 1px solid transparent
}

.content-tags:not(.--filtering) a:not(.tag),
.tag-container.--active .tag-append,
.tag-container:not(.--active) .tag-remove {
    display: none
}

.content-tags .tag {
    line-height: 2.15em;
    font-size: .92857143em
}

.content-tags.--filtering .tag {
    -webkit-padding-end: 1.71428571rem;
    padding-inline-end: 1.71428571rem
}

.tag-container.--active a:not(.tag) {
    color: var(--buttonAccentText)
}

.tag-container a:not(.tag) {
    opacity: .6
}

.tag-container a:hover:not(.tag) {
    opacity: 1
}

.content-tags-label {
    -webkit-margin-end: 2px;
    margin-inline-end: 2px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0
}

    .breadcrumb li {
        display: inline-block;
        list-style: none;
        padding: 3px 4px 3px 0
    }

        .breadcrumb li:first-child::before {
            display: none
        }

        .breadcrumb li:before {
            content: "\f105";
            font-weight: 900;
            font-family: "Font Awesome 6 Free";
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            text-rendering: auto;
            -webkit-margin-end: 4px;
            margin-inline-end: 4px;
            opacity: .3
        }

    .breadcrumb a {
        color: var(--bodyText);
        text-decoration: none;
        padding: 4px 7px;
        border-radius: 3px
    }

        .breadcrumb a:hover {
            background: var(--buttonDefaultHoverBackground);
            color: var(--buttonDefaultHoverText)
        }

        .breadcrumb a:active {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
        }

iframe[src*=disqus] {
    color-scheme: light
}

.captcha-api--turnstile {
    min-height: auto !important
}