body {
    font-family: 'Open Sans', sans-serif;
    min-height: 100%!important;
}
/* Top Navbar Menu */
.navbar{
    /*padding:1rem;*/
    font-size: 1.05rem;
}

.navbar-brand img{
    max-width: 180px;
    max-height: 42px;
}

/* In case we want extra/smaller padding for the logo*/
/*.navbar-brand{*/
/*    padding-top:.2rem;*/
/*    padding-bottom:.2rem;*/
/*}*/

.error-container{
    min-width: 350px;
}

.button-search {
    color: #DDD;
    background: none;
    position: absolute;
    right: 0;
    cursor: pointer;
    outline: none;
    border: none;
}

.home-user-avatar{
    width: 32px;
    height: 32px;
    margin-left:0.5rem;
}

/* Login Register pages  */
.login,
.image {
    min-height: 100vh
}

.bg-image {
    background-size: cover;
    background-position: center center
}

.brand-logo{
    width: 200px;
}

.rounded-lg{
    border-radius: 0.4rem!important;
}

.hidden{
    display: none!important;
}

.table-hover-primary-soft .table-hover-item {
    transition: background-color .12s ease, color .12s ease;
}

/* Dropzone preview boxes + other general fixes */
.audio-preview-item {
    padding-right: 36px;
}

.video-preview-item{
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    width: 240px;
    height: 240px;
    background: linear-gradient(145deg, #f4f6f8, #e8edf2);
}

.video-preview-item .video-preview {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 10;
    object-fit: cover;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.video-preview-item [data-dz-name],
.video-preview-item [data-dz-size] {
    display: none;
}

.video-preview-item.is-encoding .video-preview {
    filter: saturate(0.85) brightness(0.82);
}

.dz-preview.is-video-processing .dz-progress {
    display: none;
}

.video-encoding-overlay {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    max-width: calc(100% - 20px);
    min-height: 30px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #fff;
    font-size: 0.74rem;
    font-weight: 600;
    line-height: 1;
    background: rgba(18, 22, 28, 0.78);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(8px);
}

.video-encoding-overlay .spinner-border {
    width: 0.85rem;
    height: 0.85rem;
    border-width: 0.12em;
}

.video-encoding-overlay span:not(.sr-only) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-preview-placeholder {
    position: absolute;
    inset: 0;
    z-index: 15;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px;
    text-align: center;
    color: #505965;
    background: linear-gradient(145deg, #f8fafc, #e8edf2);
}

.video-preview-placeholder-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border-radius: 50%;
    color: #303640;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 24px rgba(30, 38, 48, 0.12);
}

.video-preview-placeholder-icon ion-icon {
    font-size: 1.65rem;
}

.video-preview-placeholder-title {
    max-width: 180px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #303640;
}

.video-preview-placeholder-subtitle {
    max-width: 190px;
    margin-top: 4px;
    font-size: 0.72rem;
    line-height: 1.35;
    color: #727c89;
}

.dropzone-previews.dropzone {
    background: none!important;
}

.dropzone .dz-preview {
    position: relative;
}

.dropzone .dz-preview .dz-remove {
    align-items: center!important;
    background: rgba(0, 0, 0, .56)!important;
    border-radius: 999px!important;
    color: transparent!important;
    display: flex!important;
    font-size: 0!important;
    height: 24px!important;
    justify-content: center!important;
    line-height: 1!important;
    opacity: .88;
    overflow: hidden!important;
    position: absolute!important;
    right: 6px!important;
    text-decoration: none!important;
    text-indent: -999px!important;
    top: 6px!important;
    transition: opacity .16s ease, background-color .16s ease;
    width: 24px!important;
    z-index: 20;
}

.dropzone .dz-preview:hover .dz-remove,
.dropzone .dz-preview:focus-within .dz-remove {
    opacity: 1;
}

.dropzone .dz-preview .dz-remove::before {
    color: #fff;
    content: "\00d7";
    font-size: 18px;
    left: 50%;
    line-height: 1;
    position: absolute;
    text-indent: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dropzone .dz-preview .dz-remove:hover,
.dropzone .dz-preview .dz-remove:focus {
    background: var(--primary, #cb0c9f)!important;
}

.sticky {
    position: sticky;
    top: 1.5rem;
}

.sticky-sm{
    position: sticky;
    top:1rem;
}

.min-h-75{
    min-height: 75%;
}

.sticky-profile-widgets {
    position: sticky;
    top: 1rem;
}

.sticky-widgets {
    position: sticky!important;
    padding-top: .5rem!important;
}

.pointer-cursor{
    cursor:pointer;
}

.avatar-placeholder i{
    font-size: 2.8rem;
}

.avatar-placeholder i:hover{
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.side-menu .icon-wrapper{
    width: 2.6rem;
}
.side-menu .nav{
    flex-wrap:nowrap;
}

.side-menu .nav-item i{
    font-size: 2.0rem!important;
}

.side-menu .user-avatar, .sidebar .user-avatar{
    width: 50px;
    height: 50px;
}

/* Toasts */
.toast-container {
    position: fixed;
    z-index: 2000;
    width: min(20rem, calc(100vw - 1.5rem));
    pointer-events: none;
}

.top-right {
    top: 1.25rem;
    right: 1.25rem
}

.top-left {
    top: 1.25rem;
    left: 1.25rem
}

.top-center {
    transform: translateX(-50%);
    top: 1.25rem;
    left: 50%
}

.bottom-right {
    right: 1.25rem;
    bottom: 1.25rem
}

.bottom-left {
    left: 1.25rem;
    bottom: 1.25rem
}

.bottom-center {
    transform: translateX(-50%);
    bottom: 1.25rem;
    left: 50%
}

.toast-container>.toast {
    width: 100%;
    max-width: 20rem;
    overflow: hidden;
    pointer-events: auto;
    border: 0;
    border-radius: .75rem;
    background: #111827;
    color: #fff;
    box-shadow: none;
}

.toast-container>.toast + .toast {
    margin-top: .5rem;
}

.toast .toast-content {
    min-width: 0;
}

.toast .toast-title-row {
    min-width: 0;
}

.toast .toast-type-dot {
    flex: 0 0 .42rem;
    width: .42rem;
    height: .42rem;
    margin-right: .65rem;
    border-radius: 50%;
}

.toast .toast-type-dot-success {
    background: #22c55e;
}

.toast .toast-type-dot-warning {
    background: #f59e0b;
}

.toast .toast-type-dot-danger {
    background: #ef4444;
}

.toast .toast-content strong {
    min-width: 0;
    font-size: .86rem;
    line-height: 1.25;
}

.toast .toast-subtitle,
.toast .toast-message {
    color: rgba(255, 255, 255, .72);
    font-size: .8rem;
    line-height: 1.35;
}

.toast .toast-close {
    color: rgba(255, 255, 255, .7);
    font-size: 1.15rem;
    line-height: 1;
    opacity: 1;
    text-shadow: none;
}

.toast .toast-close:hover,
.toast .toast-close:focus {
    color: #fff;
}

/* Feed component */
.half-bg {
    background-color: rgba(0,0,0,.45);
}

.post-box .avatar{
    width:48px;
    height: 48px;
}

.post-box .post-content-data p{
    margin-bottom: 0px;
}

.post-details .dropdown .dropdown-toggle:after,.post-details .dropdown .dropdown-toggle:before{
    display: none;
}

.post-box .post-count-details{
    font-size: 15px;
}

.dropdown .dropdown-toggle:after, .dropdown .dropdown-toggle:before{
    display: none;
}

.post-box .post-comments .form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none!important;
}

.suggestions-header i{
    cursor: pointer;
}

.dropdown:not(.dropdown-hover) .dropdown-menu {
    margin-top: 0px!important;
}

.pswp_video{
    position: relative!important;
}
.pswp_audio{
    position: relative!important;
    width:75%!important;
    height:100px!important;
}

.pswp--zoom-allowed .pswp__img {
    cursor: default !important
}


/* Menu */
.open-menu{
    text-decoration: none!important;
}

.dropleft .dropdown-menu {
    top: 0!important;
    right: 0%!important;
    left: auto!important;
    margin-top: 0!important;
    margin-right: 0!important;
}

.dropright .dropdown-menu {
    top: 0!important;
    right: auto!important;
    left: 0%!important;
    margin-top: 0!important;
    margin-left: 0!important;
}


/* Icons wrapper for backend SVGs includes */
.ion-icon-wrapper{
    display: inline-block;
    width: 1em;
    height: 1em;
    contain: strict;
    fill: currentcolor;
    box-sizing: content-box !important;
}

.input-group-prepend .ion-icon-wrapper{
    width: 20px!important;
    height: 20px!important;
}

.ion-icon-inner, .ion-icon-inner svg{
    display: block;
    height: 100%;
    width: 100%;
}

.icon-large{
    font-size: 32px;
}

.icon-xlarge{
    font-size: 50px;
}

.icon-medium{
    font-size: 24px;
}

.icon-mediumish{
    font-size: 20px;
}

.icon-small{
    font-size: 18px;
}

.icon-xsmall{
    font-size: 11px;
}

.social-media-icon{
    width: 1.4rem;
    height: 1.4rem
}

/* Global nav override */
.page-item, .page-link{
    margin-left:4px;
    width:34px;
    height:34px;
    border-radius: 50%!important;
    text-align: center;
}

.btn-rounded-icon{
    width: 35px!important;
    height: 35px!important;
    padding:0;
    transition: 0.3s;
    border: none!important;
    border-radius: 50%;
    font-size: 20px;
    margin:0;
}

#login-dialog .card-wrapper{
    height: 100%;
}

/* User cards */
.suggestion-header-bg {
    background-color: #50505047;
    background-position: center center!important;
    background-size: cover!important;
    height:128px!important;
    /*border-radius: 1.25rem!important;*/
}

.creator-body{
    margin-top:-50px;
}

.creator-body .avatar{
    width: 100px;
    height: 100px;
}

.suggestion-card-btn{
    width: 30px;
    height: 30px;
}

/*  */

.installer-bg{
    background-color: #f8f9fa;
}


/* */

.checkout-dialog .rounded-circle.user-avatar{
    width:50px;
    height:50px;
}

/*  */

footer .copyRightInfo .d-flex.flex-row.nav{
    margin-left:-1rem;
}

footer .copyRightInfo .nav-link:nth-child(1){
    padding-left:0px!important;
}

footer .text-lg{
    font-size: 1.1rem!important;
}

footer .brand-logo{
    max-width: 180px;
    max-height: 60px;
}

/* Profile / Posts widget */
.recent-media .card-body img{
    width:75px!important;
    height:75px!important;
}

.dropdown:not(.nav-item) .dropdown-menu:before {
    content: none!important;
}


.grayscale {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(95%); /* Chrome 19+ & Safari 6+ */
}

.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.contact-illustration{
    display:block;
    width: 450px;
    height:auto;
}

.posts-loading-indicator .spinner-border{
    width:2rem;
    height: 2rem;
}

.page-content-wrapper p{
    margin-bottom:.5rem;
}

.page-content-wrapper li p{
    margin:.4rem;
}

.page-content-wrapper h3{
    margin-top:1.5rem;
    margin-bottom: 0.5rem;

}

.page-content-wrapper h4{
    margin-bottom:1rem!important;
}

.min-vh-65{
    min-height: 65vh;
}

.page-link{
    display: flex;
    justify-content: center;
    align-items: center;
}

.w-16{
    width: 16px;
    height: 16px;
}

.w-24{
    width:24px;
    height:24px;
}

.w-32{
    width:32px;
    height:32px;
}

.w-40{
    width:40px;
    height:40px;
}

.text-bold-600{
    font-weight: 600;
}

.blob {
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 8px;
    height: 6px;
    width: 6px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.blob.red {
    background: rgba(234, 6, 5, 1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(234, 6, 5, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(234, 6, 5, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(234, 6, 5, 0);
    }
}


.text-orange{
    color:#FD7E14;
}


/* Streams CSS */
.stream-cover, .stream-cover-public{
    max-height: 40px;
    max-width: 150px;
    height:40px;
    width: 80px
}

.stream-chat-no-message{
    height: 300px;
}

.grecaptcha-badge{
    z-index: 100;
}

.captcha-field .text-danger{
    font-size: .875em;
}

.blurred{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

/* Laravel-Bootstrap mobile navigation hack for larger pagination numbers */
@media screen and ( max-width: 400px ){
    li.page-item {

        display: none;
    }
    .page-item:first-child,
    .page-item:nth-child( 2 ),
    .page-item:nth-last-child( 2 ),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {
        display: block;
    }
}

.pagination-compact-wrapper{
    display:flex;
    justify-content:flex-end;
    width:100%;
    min-height:2.9rem;
    overflow-x:auto;
    overflow-y:hidden;
    scrollbar-width:thin;
    box-sizing:border-box;
    align-items:center;
}

.pagination.pagination-compact{
    align-items:center;
    gap:.35rem;
    flex-wrap:nowrap;
    white-space:nowrap;
    margin-left:auto;
    padding-right:.15rem;
}

.pagination.pagination-compact .page-item{
    display:block;
    flex:0 0 auto;
}

.pagination.pagination-compact .page-link{
    min-width:2.25rem;
    height:2.25rem;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    padding:.35rem .75rem;
    font-weight:600;
    line-height:1;
    box-sizing:border-box;
}

.pagination.pagination-compact .pagination-status .page-link{
    min-width:4.75rem;
    border-style:dashed;
}

.pagination.pagination-compact .pagination-gap .page-link{
    min-width:2rem;
    border-style:none;
    background:transparent;
}

.max-width-150{
    max-width: 150px;
}

.n-mt-2{
    margin-top:-2rem;
}

.widgets-footer-link{
    font-size: 15px;
}

.widgets-footer .widgets-footer-link:not(:last-child):after {
    content: "\2022";
    margin-left: 15px;
    font-size: 12px;
    display: inline-flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    color: #8a96a3;
}

.swiper-pagination-wrapper{
    margin-top: .7rem;
}

.feed-widgets .swiper-pagination, .search-widgets .swiper-pagination{
    position: relative;
}

.global-announcement-banner{
    border-radius: 0!important;
}

/* JustCr3ate product navigation and footer */
.jc-footer {
    background: #18171d;
    border-top: 1px solid rgba(255, 255, 255, .09);
    color: #f7f4fa;
    margin-top: auto;
    overflow: hidden;
}

.jc-footer__inner {
    padding-bottom: 1.5rem;
    padding-top: 0;
}

.jc-footer__accent {
    background: linear-gradient(90deg, #f45b9a 0%, #9367ef 42%, transparent 82%);
    height: 2px;
    opacity: .86;
    width: min(29rem, 74vw);
}

.jc-footer__grid {
    display: grid;
    gap: 3.5rem;
    grid-template-columns: minmax(14rem, 1.05fr) minmax(28rem, 1.7fr);
    padding: 3.25rem 0 2.75rem;
}

.jc-footer__brand-link {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: 1.15rem;
    font-weight: 700;
    gap: .8rem;
    letter-spacing: -.025em;
}

.jc-footer__brand-link:hover,
.jc-footer__brand-link:focus { color: #fff; text-decoration: none; }
.jc-footer__logo { max-height: 2rem; max-width: 7.5rem; object-fit: contain; }
.jc-footer__brand p { color: #e7e1eb; font-size: 1rem; margin: 1.25rem 0 .2rem; }
.jc-footer__brand > span { color: #aaa3b2; font-size: .9rem; }

.jc-footer__socials { display: flex; gap: .35rem; margin-top: 1.4rem; }
.jc-footer__socials:empty { display: none; }
.jc-footer__socials a {
    align-items: center;
    border-radius: 50%;
    color: #bcb4c3;
    display: inline-flex;
    height: 2.25rem;
    justify-content: center;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
    width: 2.25rem;
}
.jc-footer__socials a:hover,
.jc-footer__socials a:focus-visible { background: rgba(255,255,255,.07); color: #fff; transform: translateY(-2px); }

.jc-footer__nav { display: grid; gap: 2rem; grid-template-columns: repeat(3, 1fr); }
.jc-footer__nav section { display: flex; flex-direction: column; gap: .68rem; }
.jc-footer__nav h2 {
    color: #fff;
    font-size: .77rem;
    font-weight: 700;
    letter-spacing: .075em;
    margin: 0 0 .55rem;
    text-transform: uppercase;
}
.jc-footer__nav a { color: #c7c0cc; font-size: .94rem; transition: color .18s ease, transform .18s ease; width: fit-content; }
.jc-footer__nav a:hover,
.jc-footer__nav a:focus-visible { color: #fff; text-decoration: none; transform: translateX(2px); }

.jc-footer__bottom {
    align-items: center;
    border-top: 1px solid rgba(255,255,255,.08);
    display: flex;
    justify-content: space-between;
    padding-top: 1.35rem;
}
.jc-footer__bottom p { color: #a9a2af; font-size: .88rem; margin: 0; }
.jc-footer__bottom nav { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.jc-footer__bottom a,
.jc-footer__bottom button {
    background: none;
    border: 0;
    color: #bdb6c3;
    cursor: pointer;
    font: inherit;
    font-size: .86rem;
    padding: 0;
}
.jc-footer__bottom a:hover,
.jc-footer__bottom a:focus-visible,
.jc-footer__bottom button:hover,
.jc-footer__bottom button:focus-visible { color: #fff; text-decoration: none; }

.jc-footer a:focus-visible,
.jc-footer button:focus-visible,
.jc-trust-card a:focus-visible,
.jc-preferences button:focus-visible,
.jc-preferences a:focus-visible {
    border-radius: 4px;
    box-shadow: 0 0 0 3px rgba(244, 91, 154, .38);
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.jc-trust-card {
    align-items: flex-start;
    background: rgba(127, 113, 150, .055);
    border: 1px solid rgba(127, 113, 150, .18);
    border-radius: 14px;
    display: flex;
    gap: .8rem;
    margin-top: 1.1rem;
    padding: 1.15rem;
    text-align: left;
}
.jc-trust-card__mark {
    align-items: center;
    background: rgba(218, 83, 151, .11);
    border-radius: 9px;
    color: #d85397;
    display: flex;
    flex: 0 0 2.15rem;
    height: 2.15rem;
    justify-content: center;
}
.jc-trust-card h2 { font-size: 1rem; font-weight: 700; line-height: 1.35; margin: .05rem 0 .45rem; text-transform: none; }
.jc-trust-card p { color: #77717d; font-size: .86rem; line-height: 1.55; margin: 0; }
.jc-trust-card__actions { align-items: center; display: flex; flex-wrap: wrap; gap: .85rem; margin-top: .9rem; }
.jc-trust-card__actions a { font-size: .82rem; font-weight: 600; }
.jc-trust-card__primary { background: #2b2731; border-radius: 999px; color: #fff !important; padding: .5rem .8rem; }
.jc-trust-card__primary:hover { background: #3a3442; text-decoration: none; }
.jc-trust-card--mobile { margin-top: 1rem; }

.jc-preferences { border-bottom: 1px solid rgba(128,128,128,.18); }
.jc-preferences__row {
    align-items: center;
    border-top: 1px solid rgba(128,128,128,.18);
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    padding: 1.35rem 0;
}
.jc-preferences__row > div:first-child { display: flex; flex-direction: column; }
.jc-preferences__row strong { font-size: .98rem; }
.jc-preferences__row > div:first-child span { color: #77717d; font-size: .86rem; margin-top: .25rem; }
.jc-preferences__action {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(128,128,128,.3);
    border-radius: 999px;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    gap: .45rem;
    padding: .55rem .85rem;
}
.jc-preferences__action:hover { border-color: #d85397; color: #d85397; }
.jc-preferences__languages { display: flex; flex-wrap: wrap; gap: .45rem; justify-content: flex-end; }
.jc-preferences__languages a { border: 1px solid rgba(128,128,128,.25); border-radius: 999px; color: inherit; font-size: .84rem; padding: .4rem .7rem; }
.jc-preferences__languages a:hover { border-color: #d85397; color: #d85397; text-decoration: none; }
.jc-preferences__languages a.is-active { background: rgba(216,83,151,.1); border-color: #d85397; font-weight: 700; }

.jc-info-page { padding: clamp(4rem, 9vw, 7rem) 0; }
.jc-info-page .container { max-width: 760px; }
.jc-info-page h1 { font-size: clamp(2.25rem, 6vw, 4rem); letter-spacing: -.045em; }
.jc-info-page__lead { color: #77717d; font-size: 1.15rem; line-height: 1.65; margin: 1.25rem 0 3rem; }
.jc-info-page section { border-top: 1px solid rgba(128,128,128,.22); padding: 1.75rem 0; }
.jc-info-page h2 { font-size: 1.15rem; }

.jc-help-page { color: var(--trust-ink); padding: clamp(3.75rem, 8vw, 6.5rem) 0; }
.jc-help-page__hero { max-width: 720px; }
.jc-help-page__hero h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); letter-spacing: -.05em; margin-bottom: 1rem; }
.jc-help-page__hero > span { color: var(--trust-muted); font-size: 1.15rem; line-height: 1.65; }
.jc-help-page__topics { display: grid; gap: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 3.5rem; }
.jc-help-page__topics article { background: var(--trust-surface); border-left: 1px solid var(--trust-line); border-top: 1px solid var(--trust-line); min-height: 11.5rem; padding: 1.4rem; }
.jc-help-page__topics article:nth-of-type(3n + 1) { border-left: 0; }
.jc-help-page__topics article:nth-last-child(-n + 3) { border-bottom: 1px solid var(--trust-line); }
.jc-help-page__topics article > .ion-icon-wrapper { color: var(--trust-pink); }
.jc-help-page__topics h3 { font-size: 1rem; margin: 1rem 0 .45rem; }
.jc-help-page__topics p { color: var(--trust-muted); font-size: .88rem; line-height: 1.55; margin: 0; }
.jc-help-page__next { align-items: flex-end; display: flex; gap: 2rem; justify-content: space-between; margin-top: 4rem; }
.jc-help-page__next > div:first-child { max-width: 620px; }
.jc-help-page__next h2 { font-size: clamp(1.55rem, 4vw, 2.25rem); letter-spacing: -.035em; }
.jc-help-page__next span { color: var(--trust-muted); line-height: 1.6; }
.jc-help-page__actions { display: flex; flex: 0 0 auto; gap: .65rem; }

@media (max-width: 767.98px) {
    .jc-footer__inner { padding-left: 1.25rem; padding-right: 1.25rem; }
    .jc-footer__grid { gap: 2.25rem; grid-template-columns: 1fr; padding: 2.5rem 0 2rem; }
    .jc-footer__nav { gap: 1.2rem 1.5rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .jc-footer__nav section:first-child { grid-row: span 2; }
    .jc-footer__nav h2 { margin-bottom: .3rem; }
    .jc-footer__nav section { gap: .52rem; }
    .jc-footer__bottom { align-items: flex-start; flex-direction: column; gap: 1rem; }
    .jc-footer__bottom nav { gap: .85rem 1.15rem; }
    .jc-preferences__row { align-items: flex-start; flex-direction: column; gap: .9rem; }
    .jc-preferences__languages { justify-content: flex-start; }
    .jc-help-page { padding-left: .35rem; padding-right: .35rem; }
    .jc-help-page__topics { grid-template-columns: 1fr; margin-top: 2.5rem; }
    .jc-help-page__topics article,
    .jc-help-page__topics article:nth-of-type(3n + 1) { border-bottom: 0; border-left: 0; min-height: 0; }
    .jc-help-page__topics article:last-child { border-bottom: 1px solid rgba(128,128,128,.2); }
    .jc-help-page__next { align-items: flex-start; flex-direction: column; margin-top: 3rem; }
    .jc-help-page__actions { flex-wrap: wrap; }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .jc-footer__grid { gap: 2.5rem; grid-template-columns: 1fr; }
}

@media (max-width: 359.98px) {
    .jc-footer__nav { grid-template-columns: 1fr; }
    .jc-footer__nav section:first-child { grid-row: auto; }
    .jc-footer__grid { gap: 1.8rem; }
    .jc-footer__brand > span { display: block; }
}

@media (prefers-reduced-motion: reduce) {
    .jc-footer a, .jc-footer button, .jc-account-drawer a { transition: none !important; }
}

.global-announcement-banner .alert-dismissible .close{
    padding: 0em .3em;
}

.global-announcement-banner .content p{
    margin-bottom: 0px!important;
}

/* This re-centers the text despite the extra right padding */
.global-announcement-banner .announcement-body {
    max-width: calc(100% - 3rem);
    margin: 0 auto;
}

.global-announcement-banner .content{
    color: #fff;
}

.global-announcement-banner.alert-dismissible {
    /*position: relative;*/
}

.global-announcement-banner.alert-dismissible .close {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    z-index: 2;
}

.no-long-press {
    /* Disable text selection */
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none;     /* IE 10+ */

    /* Disable image saving and callout menu on iOS */
    -webkit-touch-callout: none; /* Disable callout menu */
    -webkit-user-drag: none;     /* Disable image dragging */

    /* Allow touch actions like swipe and scroll */
    touch-action: manipulation; /* Prevent double-tap zoom, allow pan and pinch-zoom */
}

.fs-point-85{
   font-size:.83rem;
}

.bottom-0{
    bottom:0;
}
.poll-bar {
    width: 0;
    transition: width 0.8s ease-in-out;
    left: 1%;
    right: 0%;
    top: 10%;
    height: 80%;
    width: 0%;
    border-radius: .25rem
}

.fs-point-75{
    font-size:.75rem;
}

/* CookieConsent small spacing tweaks */
#cc-main .cc-intro {
    margin: 0 0 .75rem 0;
}

#cc-main .cc-moreinfo {
    all: revert;
    margin-bottom: 0.5rem;
    margin-top: 0px;
}

#cc-main .cc-links {
    margin: 0;
    padding-left: 1.2rem;
}

#cc-main .pm__section-title-wrapper+.pm__section-desc-wrapper {
    margin-top: .95em;
}

/*a.hashtag { font-weight: 600; }*/
/*a.mention { font-weight: 600; }*/

/* Suggestion boxes */
.suggestion-box{
    background-color: #FFF!important;
}

.suggestion-box .avatar{
    width: 90px;
    height: 90px;
    border: 2px solid #fefefe;
}
/* Desktop: hover reveal */
.suggestion-box .suggestion-card-btn{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .15s ease, visibility .15s ease;
}
.suggestion-box:hover .suggestion-card-btn,
.suggestion-box:focus-within .suggestion-card-btn{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Mobile/touch: always show */
@media (hover: none) and (pointer: coarse){
    .suggestion-box .suggestion-card-btn{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

/* default: keep nav hidden until we know the offset */
:root {
    --ga-h: 0px; /* default: no announcement */
}

/* Only hidden while JS is calculating offset */
html.ga-pending .sticky-nav {
    visibility: hidden;
}

/* Global Announcement */
.sticky-info-bar {
    position: sticky;
    top: 0;
    z-index: 1040; /* above navbar */
}

/* Navbar */
.sticky-nav {
    position: sticky;
    top: var(--ga-h);!important;
    z-index: 1030;
}


.app-navbar {
    min-height: 91px;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, backdrop-filter .2s ease, -webkit-backdrop-filter .2s ease;
}

.app-navbar .nav-link,
.app-navbar .navbar-brand,
.app-navbar .btn {
    transition: color 0.24s ease, opacity 0.24s ease;
}

.app-navbar-home {
    z-index: 1030;
    margin-bottom: -91px;
}

.app-navbar-inner {
    transition: min-height 0.24s ease;
}

.app-navbar-home.app-navbar-top {
    background: transparent;
    border-bottom: 1px solid transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.app-navbar-home.app-navbar-top.navbar-light {
    background: transparent;
    border-bottom-color: transparent;
}

.app-navbar-home.app-navbar-scrolled.navbar-light,
html.home-navbar-scrolled .app-navbar-home.navbar-light {
    background: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid rgba(20, 19, 43, 0.10);
    box-shadow: 0 0.125rem 0.25rem rgba(20, 19, 43, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.app-navbar-home.app-navbar-scrolled.navbar-light {
    background: rgba(255, 255, 255, 0.88);
}

.app-navbar-home .nav-link {
    font-weight: 600;
}

.app-navbar-home .btn.btn-round {
    box-shadow: none;
}


.sticky-nav.navbar-dark.bg-dark {
    background-color: #2f2f31 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.18) !important;
}


@media (max-width: 767.98px) {
    .app-navbar {
        min-height: 78px;
    }

    .app-navbar-home {
        margin-bottom: -78px;
    }

    .app-navbar-home.app-navbar-top.navbar-light {
        background: transparent;
    }

    .app-navbar-home.app-navbar-scrolled.navbar-light,
    html.home-navbar-scrolled .app-navbar-home.navbar-light {
        background: rgba(255, 255, 255, 0.94);
    }

    .sticky-nav .mobile-user-menu {
        position: absolute;
        top: calc(100% - 0.95rem);
        right: 0.45rem;
        z-index: 1040;
        width: min(13.9rem, calc(100vw - 0.9rem));
    }

    .sticky-nav .mobile-user-menu-panel {
        display: block;
        position: static !important;
        float: none;
        width: 100%;
        min-width: 0;
        margin-top: 0 !important;
        transform: none !important;
        inset: auto !important;
    }

    .sticky-nav .mobile-user-menu[hidden] {
        display: none !important;
    }

    .sticky-nav.mobile-user-menu-open .navbar-toggler {
        background: rgba(20, 19, 43, 0.06);
    }

    .sticky-nav.mobile-user-menu-open.navbar-dark .navbar-toggler {
        background: rgba(255, 255, 255, 0.08);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .app-navbar-home .mobile-user-menu {
        position: absolute;
        top: calc(100% - 0.95rem);
        right: 0.45rem;
        z-index: 1040;
        width: min(13.9rem, calc(100vw - 0.9rem));
    }

    .app-navbar-home .mobile-user-menu-panel {
        display: block;
        position: static !important;
        float: none;
        width: 100%;
        min-width: 0;
        margin-top: 0 !important;
        transform: none !important;
        inset: auto !important;
    }

    .app-navbar-home .mobile-user-menu[hidden] {
        display: none !important;
    }

    .app-navbar-home .mobile-user-menu .navbar-user-menu {
        min-width: 12.75rem;
        margin-top: 0 !important;
        border-radius: 1rem;
    }

    .app-navbar-home.mobile-user-menu-open .navbar-toggler {
        background: rgba(20, 19, 43, 0.06);
    }

    .app-navbar-home.mobile-user-menu-open.navbar-dark .navbar-toggler {
        background: rgba(255, 255, 255, 0.08);
    }
}

/* Navbar user menu */
.sticky-nav .navbar-user-toggle {
    gap: 0.625rem;
    min-height: 2.75rem;
    border-radius: 999px;
    padding: 0.45rem 0.35rem;
    padding-inline-start: 0.7rem;
}

.sticky-nav .navbar-user-toggle:hover,
.sticky-nav .navbar-user-toggle:focus,
.sticky-nav .navbar-user-dropdown.show .navbar-user-toggle {
    background: transparent;
}

.sticky-nav .navbar-user-name {
    margin-inline: 0;
    font-weight: 600;
    line-height: 1.2;
}

.sticky-nav .navbar-user-avatar {
    margin-inline: 0;
}

.sticky-nav .navbar-user-menu {
    min-width: 12rem;
    margin-top: 0.65rem !important;
    padding: 0.35rem;
    border-radius: 1.1rem;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

@media (min-width: 768px) {
    .sticky-nav .navbar-user-dropdown .dropdown-menu {
        margin-top: 13px !important;
    }
}

.sticky-nav .navbar-user-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.85rem;
    padding: 0.58rem 0.72rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.sticky-nav .navbar-user-menu .dropdown-item .ion-icon-wrapper,
.sticky-nav .navbar-user-menu .dropdown-item svg {
    flex-shrink: 0;
    color: inherit !important;
    opacity: 0.8;
    transition: opacity 0.15s ease, color 0.15s ease;
}

.sticky-nav .navbar-user-menu .dropdown-item:hover .ion-icon-wrapper,
.sticky-nav .navbar-user-menu .dropdown-item:focus .ion-icon-wrapper,
.sticky-nav .navbar-user-menu .dropdown-item:hover svg,
.sticky-nav .navbar-user-menu .dropdown-item:focus svg,
.sticky-nav .navbar-user-menu .dropdown-item.active .ion-icon-wrapper,
.sticky-nav .navbar-user-menu .dropdown-item.active svg {
    opacity: 1;
}

.sticky-nav .navbar-user-menu .dropdown-divider {
    margin: 0.45rem 0;
}

@media (max-width: 767.98px) {
    .sticky-nav .navbar-user-menu {
        min-width: 12.75rem;
        margin-top: 0.5rem !important;
        border-radius: 1rem;
    }
}

.mobile-bottom-nav .mobile-create-group {
    position: relative;
}

.mobile-bottom-nav .mobile-create-toggle {
    background: transparent;
    border: 0;
    line-height: inherit;
}

.mobile-bottom-nav .mobile-create-toggle::after {
    display: none;
}

.mobile-bottom-nav .mobile-create-dropdown {
    border-radius: 18px;
    bottom: 100% !important;
    box-shadow: 0 -1rem 2.5rem rgba(20, 19, 43, .16), 0 -.35rem 1rem rgba(20, 19, 43, .08);
    left: 50% !important;
    min-width: 12rem;
    overflow: hidden;
    padding: .45rem;
    right: auto !important;
    top: auto !important;
    transform: translate3d(-50%, -.25rem, 0) !important;
}

.mobile-bottom-nav .mobile-create-dropdown .dropdown-item {
    border-radius: 14px;
    font-size: .875rem;
    font-weight: 600;
    gap: .7rem;
    margin: .1rem 0;
    padding: .6rem .65rem;
    transition: background-color .16s ease, color .16s ease;
}

.mobile-bottom-nav .side-menu-create-option-icon {
    align-items: center;
    border-radius: 10px;
    display: inline-flex;
    flex: 0 0 2rem;
    height: 2rem;
    justify-content: center;
    width: 2rem;
}

.mobile-bottom-nav .side-menu-create-option-label {
    line-height: 1.2;
}




.app-navbar-home.app-navbar-top.navbar-dark {
    background: transparent;
    border-bottom-color: transparent;
}

.app-navbar-home.app-navbar-scrolled.navbar-dark,
html.home-navbar-scrolled .app-navbar-home.navbar-dark {
    background: rgba(14, 15, 21, 0.86);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.app-navbar-home.app-navbar-scrolled.navbar-dark {
    background: rgba(14, 15, 21, 0.86);
}

@media (max-width: 767.98px) {
    .app-navbar-home.app-navbar-top.navbar-dark {
        background: transparent;
    }

    .app-navbar-home.app-navbar-scrolled.navbar-dark,
    html.home-navbar-scrolled .app-navbar-home.navbar-dark {
        background: rgba(14, 15, 21, 0.92);
    }
}



/* PWA BAnner */


.pwa-install-prompt {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 1080;
    max-width: calc(100vw - 28px);
}

.pwa-install-prompt__icon {
    width: 50px;
    height: 50px;
    object-fit: cover;
    display: block;
}

.pwa-install-prompt__close {
    font-size: 1.25rem;
    line-height: 1;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

@media (min-width: 768px) {
    .pwa-install-prompt {
        left: auto;
        right: 20px;
        bottom: 20px;
        width: 400px;
    }
}

.custom-info-alert p {
    margin-bottom: 0;
}

/* Shared empty states */
.app-empty-state {
    min-height: 340px;
}

.app-empty-state-illustration {
    width: 340px;
    max-width: 78%;
    height: auto;
}

.app-empty-state-illustration-notifications {
    width: 220px;
    max-width: 52%;
}

.app-empty-state-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(127, 127, 127, .1);
    color: #6c757d;
}

.app-empty-state-icon ion-icon {
    font-size: 20px;
}

.app-empty-state-title {
    font-size: 1.05rem;
}

.app-empty-state-copy {
    max-width: 390px;
    line-height: 1.5;
}

.app-empty-state-actions {
    gap: .5rem;
}

.app-empty-state-actions .btn {
    min-height: 34px;
}

.comments-empty-state {
    min-height: 112px;
    padding: 1.5rem 1rem;
}

.comments-empty-state-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(127, 127, 127, .1);
    color: #6c757d;
}

.comments-empty-state-icon ion-icon {
    font-size: 18px;
}

.comments-empty-state-title {
    font-size: .95rem;
}

.comments-empty-state-copy {
    line-height: 1.35;
}

/* Age verification */
.age-check-shell {
    align-items: center;
    display: flex;
    min-height: calc(100vh - 120px);
    padding: 56px 0;
}

.age-check-shell > .row {
    width: 100%;
}

.age-check-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
    margin: 0 auto;
    max-width: 560px;
    overflow: hidden;
}

.age-check-card .brand-logo {
    max-height: 74px;
    max-width: 230px;
}

.age-check-badge {
    align-items: center;
    background: rgba(248, 249, 250, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 999px;
    color: #6c757d;
    display: inline-flex;
    font-size: 12px;
    justify-content: center;
    line-height: 1;
    padding: 8px 12px;
}

.age-check-actions .btn {
    min-height: 44px;
    white-space: normal;
}

.age-check-copy {
    margin-left: auto;
    margin-right: auto;
    max-width: 410px;
}

@media (max-width: 575.98px) {
    .age-check-shell {
        min-height: calc(100vh - 96px);
        padding: 24px 0;
    }
}
