#collaboratorsPopover .company-type {
    font-size: 16px;
    flex-shrink: 0;
    line-height: 17px;
    text-transform: capitalize;
    color: #fff;
}


.grid-item,
.locations-container,
.streamItem,
div#editorContainer,
input#locationInput {
    box-sizing: border-box;
}

input#locationInput,
input#search-query {
    font-family: "inter";
}

    .location-button .locationText {
        display: flex;
        transition: width 0.3s ease, opacity 0.15s ease;
        cursor: pointer;
        height: 100%;
        align-items: center;
    }
span.locationText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mockcoverAccordion:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color:rgb(0 0 0 / 35%);
z-index: 1;
cursor: pointer;
}

.owl.container.exploreStream {
    height: calc(100dvh - 120px);
}

.no-posts h2 {
    text-align: start;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
}

#stream-wrapper {
    display: flex;
    padding-right: 5vh;
    height: 96dvh !important;
    width: auto !important;
    align-items: center;
    background: #0a0a0a;
    border-right: 1px solid #303030;
    padding-top: 4dvh;
    position: relative;
    box-sizing: content-box;
    overflow: hidden;
}


.postProject-text {
    margin-bottom: 10px;
}

.projectCost {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    display: block;
}


.project-cost {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
    font-family: 'inter';
}

span.fancy-project-title-attribute {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
    font-family: 'inter';
}

span.fancy-project-title-attribute:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.post-label {
    color: #fff;
    margin: 0 10px;
    padding: 0 10px;
    font-size: 13px;
    padding-top: 8px;
}

.item-inner-container.fancybox__content {
    overflow: auto;
}
.fancybox__content:has(.item-inner-container) {
    overflow: auto;
    cursor: auto;
    max-width: 100%;
    width: 100%;
    cursor: auto !important;
    margin-left: auto;
}


.badge {
    color: white;
    padding: 4px 7px;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 16px;
}

.badge-project {
    background-color: #0170eb;
}

.badge-update {
    background-color: #b3b3b3;
}

.postProject-text a {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.postProject-text a:hover {
    filter: contrast(1.2);
}

small.postInfo {
    font-size: 12px;
    color: #fff;
    display: flex;
    line-height: 16px;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    margin-top: 5px;
}




#toggleStreamLocation i.fa-regular.fa-toggle-off,
.select i.fa-regular.fa-arrow-left,
.selected .fa-light.fa-rectangle-history {
    margin-right: 8px;
}



input#locationInput {
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

input#locationInput::placeholder {
    color: #ccc;
}



#locationDetails {
    margin-top: 10px;
    color: #333;
}




.photo-preview,
.video-preview {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
    position: relative;
    float: left;}

.video-preview video {
    width: 100%;
    object-fit: cover;
}

.grid-item img,
.photo-preview img {
    display: block;
    width: 100% !important;
}




.grid-container {
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.grid-item {
    width: 100%;
    position: relative;
}

.document.grid,
.document.grid-item {
    width: calc(50% - 5px);
}
.composer-company-logo {
    height: 55px !important;
    width: 55px !important;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.grid-item img {
    height: auto;
}

.photo-preview img {
    max-width: 100% !important;
    max-height: 600px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #171717;
    box-shadow: 0px 0px 10px #0a0a0a;
}


.postCompanyName {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.postCompanyName-content {
    display: inline-block;
    white-space: nowrap;
    transform: translateX(0);
  }




.video-preview .progress-container {
    width: 100%;
    background-color: #e1e1e1;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}



btn.projectLink {
    position: absolute;
    bottom: 20px;
    z-index: 999;
    right: 20px;
    border-radius: 120px;
    padding: 10px 15px;
    background-color: #fff;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
}

li.streamItem.end-results {
    display: flex;
    justify-content: center;
    padding-left: 40px;
    border: none;
}

.end-of-content {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.projectName i.fa-regular.fa-rectangle-vertical-history {
    margin-right: 5px;
}


span.swiper-pagination-bullet {
    opacity: 1;
    background: #ffffff52;
}

.composer-company-logo-status {
    display: flex;
    align-items: center;
    gap: 15px;
}

.postCompanyName a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-family: 'inter';
    font-size: 18px;
    line-height: 23px;
}

.companyNameTimeContainer {
    display: flex;
    flex-direction: column;
    line-height: 20px;
    gap: 2px;
    width: 100%;
    min-width: 0;
}


.pinned-icon {
    line-height: 0;
}

.companyDetailsPost {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 13px;
    position: absolute;
    z-index: 9;
    left: 25px;
    top: 25px;
    width: calc(100% - 50px);
}

.composer-company-logo img {
    width: 55px !important;
    height: 55px !important;
    border-radius: 50% !important;
    box-shadow: 0 0 0 2px #fff;
}
#stream {
    padding: 0 0 0 8px;
    display: flex;
    height: 100%;
    margin: 0;
}
.streamItem {
    width: 620px;
    opacity: 0;
    transition: opacity 0.2s ease, width 0.3s ease;
    padding: 0px;
    border-radius: 12px;
    max-height: 95dvh;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    height: 90dvh;
}

#stream-wrapper-explore .streamItem {
    height: calc(100dvh - 150px) !important;
}

.swiper-pagination-horizontal {
    position: absolute;
    z-index: 99;
    bottom: 20px !important;
    left: unset !important;
    right: 25px !important;
    width: auto !important;
}

.fullpage-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    background-color: rgb(24 24 27 / 94%);    z-index: 9998;
    transition: background 0.3s;
    cursor: pointer;
}

div#charCountEditPost {
    font-size: 0.85rem;
    color: #ffffff;
    text-align: right;
    margin-top: 4px;
}




.single-item img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff !important;
}

.swiper-container-wrapper {
    height: 100%;
    flex-grow: 1;

}
#stream .swiper-autoheight, #stream .swiper-autoheight .swiper-slide {
    height: 100% !important;
}


.swiper-slide img {
    width: 100%;
    cursor: pointer;
    height: auto;
}
.swiper-thumbs .swiper-slide img {
    height: 100% !important;
}


.postlocation-span {
    font-size: 11px;
    display: block;
    margin-top: 10px;
    position: relative;
    color: #4A4A4A;
    font-weight: 500;
}

.delete-document-button {
    position: absolute;
    top: 5px;
    right: 10px;
    background-color: rgb(255 255 255);
    color: #000000;
    z-index: 9;
    border-radius: 120px;
    font-size: 22px !important;
    display: none;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 30px;
    height: 30px;
    justify-content: center;
    font-family: sans-serif;
    font-weight: normal !important;
}

.vjs-big-play-button,
.vjs-control,
.vjs-control-text,
.vjs-menu-item,
.vjs-menu-title,
button#toggleStreamLocation {
    font-family: "Source Sans 3", serif;
}



.companyInformation {
    gap: 15px;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
}

.managePostContainer {
    display: flex;
    flex-basis: 5%;
    justify-content: flex-end;
    position: relative;
    gap: 7px;
    align-items: center;
}
.managePostButton {
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}


.postFooter .separator {
    font-size: 11px;
    position: relative;
    color: #a8a8a8a8;
    font-weight: 500;
    padding: 0 3px;
    top: 0px;
}
.dropdown-menu i.fa.fa-solid.fa-times {
    font-size: 20px;
}
.dropdown-menu ul li {
    cursor: pointer;
    padding: 14px 12px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 10px;
    border-radius: 8px;
    font-family: 'inter';
}
.dropdown-menu ul li i {
    width: 13px;
    font-size: 14px;
}
.dropdown-menu-companies ul li {
    cursor: pointer;
    padding: 5px 15px !important;
    line-height: 20px;
    text-align: left;
    color: #4d4d4d;
    font-size: 13px;
}

.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 8.9px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #393939;
}

a.fancybox-projects {
    display: flex;
    height: 100%;
}



.dropdown-menu::after {
content: "";
position: absolute;
top: -9px;
right: 9.6px;
border-bottom: 10px solid #121212;
border-left: 10px solid transparent;
    border-right: 10px solid transparent; }

#filter-tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.dropdown-menu-companies::after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}


.dropdown-menu-companies::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 10px;
    border-bottom: 10px solid #fff;
}


.dropdown-menu-companies ul li:hover {
    background: #f0f0f0;
}

.pinned-icon {
    text-align: center;
    color: #fff;
    border-radius: 50%;
    align-content: center;
    font-size: 14px;
    margin-right: 0px;
    width: 35px;
    height: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.placeholder-text {
    color: #949494;
}

.single-image {
    width: 100% !important;
}

.single-item {
    position: relative;
    display: flex;
    height: 100% !important;
}

.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 33px;
    color: white !important;
    opacity: 0.8;
    cursor: pointer;
    z-index: 2;
    border: 3px solid #ffffff;
    height: 80px;
    width: 80px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 120px;
    background: #00000045;
}

.post:hover .play-button-overlay {
    background: #000000a6;
}
.play-button-overlay.thumb {
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
}

.play-button-overlay i {
    font-size: 28px;
    color: #ffffff;
    transition: transform 0.3s ease;
}

i.fas.fa-play.thumb {
    font-size: 12px;
}

.single-video,
.swiper-container,
img.single-item,
video {
    width: 100%;
}

#stream .swiper-slide {
    padding-right: 1px;
    position: relative;
    right: -1px;
}

#pagination-controls {
    text-align: center;
    margin-top: 20px;
}

#pagination-controls button {
    margin: 0 10px;
    padding: 10px 20px;
    cursor: pointer;
}

#pagination-controls button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.swiper-horizontal {
    touch-action: pan-y;
    overflow-x: hidden;
    position: relative;
    overflow-y: hidden;
    z-index:0;
    height: 100%;
}

&.slider-thumbnail {
    margin-top: 5px;
    height: 100%;
    opacity: 0.5;
    overflow: hidden;
}
.postFooterInternal {
    line-height: 23px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.postText {
    display: block;
    line-height: 23px;
    font-size: 18px;
    box-sizing: border-box;
    overflow-wrap: break-word;
    -webkit-user-modify: read-only;
    color: #fff;
    margin-bottom: 3px;
    max-width: 70%;
    transform: scale(0.90);
    transform-origin: left center;
}
.postText[contenteditable="true"] {
    -webkit-user-modify: read-write;
}

/* Prevent any residual CSS animation on the replaced slide */
.fancybox__slide.no-fade { animation: none !important; }

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fa-spin {
    animation: 2s linear infinite spin;
}




.thumbnails-container {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.thumbnail {
    width: 100% !important;
    height: 100%;
    margin: 0 !important;
    max-width: 100% !important;
    cursor: pointer;
    border: 0;
    transition: border 0.3s;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: all !important;
}

.swiper-thumbs {
    height: 70px;
    width: 100%;
    margin-top: 8px;
    display: none;
}

.cancelPostButton,
.savePostButton {
    font-weight: 700;
    cursor: pointer;
    color: #000;
    font-size: 13px;
}


.file-preview {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    gap: 15px;
    border: 1px solid #ddd;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    padding: 0;
}



.file-preview span {
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    color: #000;
    font-size: 12px;
    white-space: nowrap;
    max-width: 80%;
    line-height: 12px;
    font-weight: 500;
    transition: color 0.2s ease;
}
.remove-icon-stream {
    box-shadow: 0px 0px 20px rgb(255 255 255 / 15%);
    position: absolute;
    font-size: 35px !important;
    top: 15px;
    right: 15px;
    border: none;
    color: #ffffff;
    border-radius: 120px;
    cursor: pointer;
    z-index: 999;
    transition: color 0.3s;
    font-family: serif;
    height: 45px;
    width: 45px;
    display: none;
    justify-content: center;
    align-items: center;
    background: #555555;
    font-weight: 600;
}


.remove-icon {
    box-shadow: 0 0 20px rgb(255 255 255 / 5%);
    position: absolute;
    font-size: 31px;
    top: 12px;
    right: 12px;
    border: none;
    color: #fff;
    border-radius: 120px;
    cursor: pointer;
    z-index: 999;
    transition: color 0.3s;
    font-family: serif;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #18181bd1;
    font-weight: 600;
    transition: transform 0.3s ease,scale 0.3s ease,background 0.3s ease;
}

.remove-icon:hover {
    transform: rotate(180deg);
    scale: 1.1;
    background: #0079ff;
}





.postButton i.fa-regular.fa-paper-plane-top {
    margin-left: 3px;
}

.menu-companies i.fa-light.fa-circle-info {
    margin-right: 5px;
}


.menu i.fa-light.fa-circle {
    font-size: 6px;
    margin-right: 5px;
    bottom: 1px;
    position: relative;
}



.company-composer {
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    gap: 2px;
}

.company-name,
.company-type {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.company-name {
    font-weight: 500;
    flex-grow: 1;
}

#selectedCompaniesList li {
    padding: 13px 15px;
    color: #ffffff;
    font-size: 16px;
    background: #303030;
    width: auto;
    border-radius: 8px;
    display: flex;
    font-weight: 500;
    cursor: text;
    border: none;
    font-family: 'inter';
}
.associated-collaborators i.fa-light.fa-user {
    margin-right: 5px;
}

.associated-collaborators {
    font-size: 16px;
    color: #fff;
}

img.collaboratorLogo {
    height: 25px;
    width: 25px;
    border-radius: 120px;
}

#collaboratorSeparator {
    font-size: 27px;
    color: #4A4A4A;
    font-family: serif;
}


span.collaborator-more {
    height: 25px;
    width: 25px;
    background: #0170eb;
    border-radius: 120px;
    color: #fff;
    display: flex;
    font-size: 11px;
    align-items: center;
    justify-content: center;
    line-height: normal;
    padding-right: 0px;
}

.secondaryPost {
    line-height: 13px;
}

.collaborator-logos {
    display: flex;
    gap: 6px;
    margin-top: 10px;
}

input#companySearchInput {
    padding: 16px 15px;
    margin: 0px 15px;
    width: calc(100% - 30px);
    box-sizing: border-box;
    font-size: 13px;
    background-color: #ffffff;
    border-radius: 4px;
    line-height: 0;
    font-family: "Source Sans 3", serif, "Font Awesome 6 Pro";
    border: 1px solid #e0e0e0;
    color: #000;
}



.companies-composer img {
    border-radius: 120px;
    width: 45px;
    height: 45px;
    margin-right: 12px;
    border: 2px solid #fff;
}

span.project-span {
    cursor: pointer;
    color: white;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    display: flow;
    background-color: #555555;
}



.selected-companies i.fa-light.fa-user {
    margin-right: 8px;
}

.selected-companies i.fa-regular.fa-arrow-left {
    margin-right: 8px;
}

.menu-open {
    opacity: 1;
    border-top: 1px solid #303030;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
    max-height: unset;
}
.streamItem .document-container {
    margin-top: 10px;
    display: none;
}
.c-btn.c-btn-file {
    display: none;
}
.document {
    box-sizing: border-box;
    display: flex;
    gap: 15px;
    border: 1px solid #ebebeb;
    align-items: center;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    padding: 0;
    color: white;
}

.file-icon {
    display: flex;
    align-items: center;
    padding: 12px;
    border-right: 1px solid #ddd;
}

.companyNameTimeContainer small,
.file-name {
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
}

.streamIcon {
    color: #fff;
    font-size: 17px;
    font-style: normal !important;
}

.file-name {
    color: #000;
    font-size: 17px;
    white-space: nowrap;
    max-width: 80%;
    line-height: 18px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.document-container.multiple {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.document-container.multiple .file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.company-post-type-select h3,
.company-type-select h3 {
    font-size: 14px;
    color: #000;
}

.streamItem.filter-container {
    gap: 18px;
    padding-top: 20px !important;
    display: flex;
    flex-direction: column;
}

#map {
    width: 100%;
    height: 100%;
}



i.fas.fa-search.filter-map-search-icon {
    font-size: 17px;
    color: #fff;
    pointer-events: none;
}

.loading-skeleton .skeleton {
    background-color: #e0e0e0;
    border-radius: 4px;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
}

.skeleton-logo {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #e0e0e0;
}

.skeleton-text {
    height: 14px;
    background-color: #f0f0f0;
}

.skeleton-company-name {
    width: 150px;
}

.skeleton-date {
    width: 80px;
    margin-top: 4px;
}

.skeleton-icon {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.skeleton-ellipsis {
    margin-left: auto;
}

.skeleton-post-text {
    width: 100%;
    height: 30px;
    margin-top: 10px;
}

.skeleton-image {
    width: 100%;
    height: 100px;
    margin-top: 10px;
    border-radius: 3px;
}

.skeleton-location {
    width: 100%;
    height: 12px;
}

.skeleton-button {
    width: 100%;
    height: 33px;
    border-radius: 4px;
}

.skeleton::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150px;
    height: 100%;
    width: 150px;
    background: linear-gradient(to right, transparent 0, #fafafa 50%, transparent 100%);
    animation: 1.2s infinite loading;
    z-index: 1;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.loading {
    animation: 1s forwards fadeOut;
}

@keyframes loading {
    0% {
        left: -150px;
    }

    100%,
    50% {
        left: 100%;
    }
}

.no-content ul {
    padding-left: 14px;
    font-size: 13px;
}

.no-content li {
    list-style: disc;
}

.no-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    height: 100%;
    gap: 20px;
}

#setDefaultLocation {
    background: #0079ff;
    padding: 13px 15px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    font-family: 'inter';
}

button#setDefaultLocation:hover {
    background: #016ee6;
}

#resetScroll {
    background: #1e1e1e;
    color: #fff;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 120px;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
    margin-top: 10px;
}

button#resetScroll:hover {
    background: #000;
}

#resetScroll i.fa-regular.fa-arrow-left {
    margin-right: 8px;
}


button#reset-filters {
    position: relative;
    border-radius: 12px;
    background-color: rgb(49 49 49);
        color: #ffffff;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    line-height: 13px;
    height: 55px;
    width: 55px;
    flex-shrink: 0;
    justify-content: center;
}

.exploreFilter::after {
    content: '';
    min-width: 7px;
    display: block;
    height: 1px;
}

#reset-filters:hover {
    background-color: rgb(71,71,71);
}


#locationButton:not(.active):hover {
    background-color: rgb(71,71,71) !important;

}


.manageLocation {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
input#search-query {
    height: 55px;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    background: rgb(49 49 49);
    border-radius: 12px;
    display: flex;
    padding: 0 20px 0 50px;
    transition: background-color 0.2s ease-out;
}
i.fas.fa-search.search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #ccc;
    pointer-events: none;
}

input#search-query::placeholder {
    color: #aaa;
}

.search-container h3 {
    font-size: 13px;
    color: #000;
    font-weight: 700;
}

.search-container small {
    margin: 5px 0;
    color: #141414;
}

.search-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.streamItem.pagination {
    width: 550px !important;
    opacity: 1 !important;
}

span.loadMoreCompanyStreamText {
    font-weight: 500;
    color: #fff;
    font-size: 17px;
    padding-top: 30px;
    margin-bottom: 0px;
    transition: background 0.3s, transform 0.2s;
    font-family: 'inter';
}


.streamItem.pagination #load-more {
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#filter-companyTypes {
    display: flex;
    justify-content: space-between;
}

.location-stream-wrapper {
    flex: 10%;
}

button#toggleStreamLocation {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
}

#toggleStreamLocation .fa-toggle-on {
    color: #005cff;
    font-size: 16px;
}

span#filterSummaryText {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-underline-offset: 3px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.streamIntroduction {
    width: 35vw;
}

#filter-tooltip {
    position: absolute;
    background: #fff;
    padding: 16px;
    box-shadow: rgba(0, 0, 0, 0.12) 0 4px 8px, rgba(0, 0, 0, 0.08) 0 2px 4px;
    border-radius: 8px;
    z-index: 1000;
    width: 240px;
}

#filter-tooltip .tooltip-content .tooltip-message {
    margin: 0 0 16px;
    font-size: 13px;
    color: #000;
}

#filter-tooltip .tooltip-content .cancel-button,
#filter-tooltip .tooltip-content .proceed-button {
    padding: 6px 12px;
    font-size: 12px;
    transition: background 0.3s, box-shadow 0.2s;
    box-shadow: none;
    cursor: pointer;
}

#filter-tooltip .tooltip-content .button-container {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

#filter-tooltip .tooltip-content .cancel-button {
    background: 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #666;
}

#filter-tooltip .tooltip-content .proceed-button {
    background: #1e1e1e;
    color: #fff;
    border: none;
    border-radius: 4px;
}

#filter-tooltip .tooltip-arrow {
    position: absolute;
    border-top: 10px solid #fff;
    bottom: -9px;
    left: 20px;
}

span.highlight {
    background: #595959;
}

.companyNameTimeContainer small {
    color: #4A4A4A;
    font-size: 12px;
    font-weight: 100;
    text-transform: capitalize;
    line-height: 12px;
}

.streamItem.has-overflow {
    position: relative;
    max-height: 95dvh;
    overflow: auto;
    border: none;
    z-index: 99999;
}

.streamItem.has-overflow .overflow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9997;
    pointer-events: auto;
    align-items: flex-end;
    display: flex;
    background: #ffffff12;
    justify-content: center;
    padding-bottom: 4.5%;
    font-size: 16px;
    cursor: pointer;
}

.streamItem.has-overflow .overflow-overlay:hover {
    background: transparent;
}

.streamItem.has-overflow .overflow-overlay::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 35px;
    background: #fff;
    border-radius: 35px 35px 0 0;
    z-index: -1;
    transition: height 0.3s;
}
.streamItem.has-overflow .overflow-overlay::before {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 17px;
    color: #000;
    z-index: 9998;
    width: 100%;
    background: #fff;
    align-content: initial;
    text-align: center;
    display: grid;
    padding-bottom: 10px;
}
.streamItem.has-overflow .show-more {
    display: none;
}

.streamItem.has-overflow .overflow-overlay:hover+.show-more {
    display: block;
}

.streamItem .overflow-overlay {
    position: relative;
}

.custom-cursor {
    position: fixed;
    width: 30px;
    height: 30px;
    color: #000;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #000;
    align-items: center;
    font-size: 11px;
    text-transform: uppercase;
    pointer-events: none;
    transition: transform 0.2s;
    z-index: 10000;
    user-select: none;
    line-height: 1;
    text-align: center;
}

.overflow-overlay:hover .custom-cursor {
    transform: scale(1.1);
}

.invisible-trigger {
    position: absolute;
    top: 0;
    left: -400px;
    width: 1200px;
    height: 100%;
    background: 0 0;
    pointer-events: none;
}


.swiper-container {
    border-radius: 12px;
}


.swiper-pagination-bullets .swiper-pagination-bullet:first-of-type {
    margin-left: 0;
}





.backContainer {
    width: 55px;
    background: #030303e3;
    backdrop-filter: blur(8px);
    position: fixed;
    left: 107px;
    top: 0;
    z-index: 2;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 1;
    transition: left 0.5s ease, background 0.5s ease, opacity 0.5s ease;
    cursor: pointer;
}

.backContainer:hover {
    background: #030303;
}

.backContainer.visible {
    left: 167px;
    opacity: 1;
}

.backIcon {
    color: white !important;
    font-size: 24px;
    cursor: pointer;
}



.c-btn {
    width: 65px;
    background: #3d3d3d;
    border-radius: 120px;
    justify-content: center;
    align-items: center;
    transform: translateY(0);
}



.c-btn i,
.c-toggle i {
    font-size: 25px;
    color: #fff;
}

#load-more .fa-spin {
    font-size: 28px;
    color: #fff;
}

.processing-container {
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    gap: 10px;
    line-height: 12px;
    flex-direction: column;
    cursor: default;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.processing-container span {
    font-size: 18px;
    font-weight: 500;
}

.processing-container small {
    font-size: 15px;
}

.video-processing-spinner {
    margin-left: 10px;
    width: 35px;
    height: 35px;
    border: 2px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

.video-processing-spinner.thumb {
    margin: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fancybox__content {
    background: none !important;
    padding: 0 !important;
}


.thumbnail-error.thumb {
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 999;
}

.search-box {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.document:hover .file-name {
    text-decoration: underline;
}
.filter-button {
    position: relative;
    border-radius: 12px;
    padding: 15px 20px;
    background-color: rgb(49 49 49);
    color: #ffffff;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
}
.filter-button:hover {
    background-color: rgb(71,71,71);
}
.filter-button-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'inter';
    white-space: nowrap;
}
.filter-button-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#locationButtonLabel {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    font-family: inter;
    height: 100%;
}

i#locationButtonIcon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
    background: #777777;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    color: #ffffff;
    transition: background-color 0.3s ease;
}
i#locationButtonIcon:hover {
    background: #858484;
}
span.locationText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
}

i#filterButtonIcon.fa-circle-xmark {
    font-size: 26px;
    transition: transform ease-in-out 0.2s;
}

i#filterButtonIcon.fa-circle-xmark:hover {

transform: scale(1.1);
}

button#locationButton {
    position: relative;
    border-radius: 12px;
    background-color: rgb(96 96 96);
    transition: background-color .2s ease-out;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
}

.userlist-dropdown {
    position: absolute;
    width: 350px;
    max-height: 270px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.userlist-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 8px 0;
    padding: 8px 10px;
}

.userlist-item:hover {
    background-color: #f0f0f0;
}

.userlist-item-logo {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 120px;
}

.userlist-item-content {
    display: flex;
    align-items: center;
    width: 100%;
}

.userlist-item-details {
    display: flex;
    flex-direction: column;
}

.userlist-item-name {
    font-weight: 500;
    font-size: 14px;
}

.userlist-item-type {
    font-size: 12px;
    color: #666;
    text-transform: capitalize;
}

.userlist-search-input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

a.view-project-btn {
    display: inline-block;
    margin-top: 5px;
    padding: 5px 15px;
    background-color: #0170eb;
    color: #ffffff;
    text-decoration: none;
    text-wrap: nowrap;
    width: fit-content;
    font-weight: normal !important;
    border-radius: 120px;
    font-size: 11px !important;
}

.project-visual-container {
    border: 1px solid #ededed;
    padding: 10px;
    display: flex;
    width: 100%;
    margin-top: 10px;
}

.project-thumbnail {
    height: 60px;
    width: 100px;
}

img.project-intro-img {
    height: 60px;
    width: 100px;
}

.project-details {
    flex: 1;
    width: 42%;
    padding-left: 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.project-details a {
    font-size: 13px;
    font-weight: 500;
}

p.project-description {
    font-size: 13px;
    display: block;
}





.confirmation-message {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #000000;
    color: #ffffff;
    font-weight: 500;
    padding: 15px 18px;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.confirmation-message i.fas.fa-check-circle {
    margin-right: 5px;
}




span.company-type-composer {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #f5f5f5;
}

.hidden-collaborators {
    padding: 5px 0;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px;
    z-index: 1000;
    width: 215px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(232, 232, 232);
    border-radius: 4px;
    top: 60px;
}

.hidden-collaborators::before {
    content: "";
    position: absolute;
    top: -9.9px;
    left: 49.5px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #e2e2e2;
}

.hidden-collaborators::after {
    content: "";
    position: absolute;
    top: -9px;
    left: 50px;
    border-bottom: 10px solid #fff;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}


#collaborators-container {
    position: relative;
}

.hidden-collaborators span {
    cursor: pointer;
    padding: 7px 10px !important;
    line-height: 20px;
    text-align: left;
    color: #000000;
    font-size: 13px;
    display: block;
    font-weight: 100;
    border-bottom: 1px solid #000;
}

.company-span a {
    gap: 10px;
    display: flex;
    align-items: center;
}

.collaborator-logo-container {
    display: flex;
    flex-shrink: 0;
}

img.collaborator-logo {
    border-radius: 120px;
    width: 28px !important;
    height: 28px !important;
    border: 2px solid #000;
    flex-shrink: 0;
}

.collaborator-name-container {
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.collaborators-content {
    max-height: 100dvh;
    width: 25%;
    background-color: white;
    padding: 0px 0;
    box-sizing: border-box;
    box-shadow: 0 0 7px 0 rgba(50, 50, 50, .45);
    z-index: 10000;
    overflow-y: auto;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    cursor: auto;
    animation: fadeIn 0.2s ease forwards;
}




.collaborators-button-container button {
    position: relative;
    border-radius: 120px;
    padding: 10px 14px;
    background-color: #0170eb;
    color: #ffffff;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
}
.company-type {
    font-size: 14px;
    flex-shrink: 0;
    line-height: 16px;
    text-transform: capitalize;
    color: #fff;
}
.collaborators-button-container {
    display: flex;
    width: 100%;
    gap: 8px;
    margin-bottom: 0px;
    align-items: center;
    font-size: 13px;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e0e0e0;
}
.collaborator-logo img {
    border-radius: 120px;
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
}
p.projectPostText {
    padding: 0 20px;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 21px;
}
.fancybox__data .collaborator-item {
    padding: 15px 0px !important;
    transition: padding 0.3s ease;
    border-radius: 8px !important;
}
.fancybox__data .collaborator-item:hover {
    padding-left: 15px !important;
    background: #151515 !important;
}
.fancybox__data .collaborator-logo img {
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
}
.projectDetails h4.projectName {
    margin: 0;
    color: #fff;
    padding: 0 20px;
    font-size: 22px ;
    margin-bottom: 15px;
    line-height: 23px;
    font-weight: 600;
    font-family: 'inter';
}



.fancybox__data .projectStatus {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    flex-shrink: unset;
    align-items: unset;
}
.fancybox__data i.fa-solid.fa-check-circle {
    color: #1b974c;
}

.projectStatusCostContainer {
    gap: 20px;
    display: flex;
    padding: 0 20px;
}
.fancybox__data .modal-company-span {
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}
.fancybox__data span.company-type {
    color: #f5f5f5;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1px;
    font-weight: 400;
    line-height: 17px;
}
.postContent .projectDetails {
    border-top: 1px solid #000;
    margin-top: 20px;
    padding: 25px 20px;
}

.collaborator-item {
    padding: 18px 20px;
    background: #191919;
    gap: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #313131;
}
.collaborator-item:hover {
    background: #242424;
}
.projectStatus {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.collaborator-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

span.modal-company-span {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    font-family: 'inter';
}
a.company-span {
    font-size: 16px;
    font-weight: 500;
}

.nameWrapper > a {
    width: min-content;
    max-width: 100%;
}

.nameWrapper {
    box-sizing: border-box;
width: 100%;
 display: flex;
    flex-direction: column;
    gap: 2px;
}
.nameWrapper h3:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.companyTypeFancybox {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #f5f5f5;
}
a.company-span:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

button#noContentFound:hover {
    background: #0170eb;}

input#search-query:hover {
    background-color: rgb(71 71 71);
  }

  button#noContentFound {
    position: relative;
    background-color: rgb(0 121 255);
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    padding: 18px 20px;
    font-weight: 600;
    border-radius: 12px;
    width: 100%;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
    font-family: 'inter';
}
.no-content p {
    font-size: 21px;
}




#load-more.pagination-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s, transform 0.2s;
}
.fullStorageComposerContainer small {
    color: #fff;
}
.pagination-icon {
    font-size: 30px;
    color: #fff;
    transition: transform 0.3s ease;
    background: #ffffff17;
    border-radius: 120px;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    display: flex !important;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    box-shadow: 0 4px 10px rgb(0 0 0 / 19%);
}
#load-more.pagination-box:hover .pagination-icon {
    background: #2b2b2b;
    transform: translateX(5px);}

.pagination-text {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}
#load-more.pagination-box:hover span.loadMoreCompanyStreamText {
    transform: translateX(5px);}
.exploreBar {
    height: 100px;
    width: calc(100%);
    position: relative;
    z-index: 1;
    border-radius: 0;
    left: 0px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 0px;
    display: flex;
    align-items: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-bottom: 1px solid;
    overflow-x: auto;
}

.exploreBar.hide {
    transform: translateY(-100px);
}


.exploreText {
    width: auto;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    padding-left: 10px;
    color: #000;
    padding-right: 20px;
}

.exploreFilterButtons {
    display: flex;
    gap: 13px;
    height: 55px;
}


.searchBar {
    display: none;
    width: 50%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
}



.exploreFilter {
    display: flex;
    align-items: center;
    gap: 13px;
    width: 100%;
}
div#filterSummary {
    flex-shrink: 0;
    white-space: nowrap;
    max-width: 40%;
}

.location-stream-wrapper {
    flex: 10%;
    display: none;
}

i#locationButtonIcon.fa-circle-xmark {
    font-size: 26px;
    transition: transform ease-in-out 0.2s;
}
    i#locationButtonIcon.fa-circle-xmark:hover {
        transform: scale(1.1);
    }

.exploreBarOverlay {
    position: fixed;
    top: 0;
    left: 167px;
    width: calc(100% - 167px);
    height: 120px;
    background: rgb(24 24 27 / 94%);
    z-index: 999;
    transition: background 0.3s;
    cursor: pointer;
    display: none;
}
.exploreBarOverlay.visible {
    display: block;
    cursor: default;
}
#stream-wrapper-explore {
    display: flex;
    padding-left: 0px;
    padding-right: 15px;
    height: calc(100dvh - 130px) !important;
    min-width: calc(100vw - 167px);
}

.fancybox__container {
    --right-col-width: 0px;
  }

.fancybox__container.has-sidebar {
    --right-col-width: 500px;
}

@media screen and (min-width: 1920px) {
    .fancybox__container.has-sidebar {
    --right-col-width: 700px;
}
.companyDetails { width: 700px !important;}
}

.fancybox__slide:has(.item-inner) {
    padding: 0 !important;
}
  .fancybox__col.fancybox-info {
    background: #000;
}
.collaborator-logo {
    flex-shrink: 0;
    display: flex;
}
.logoWrapper {
    flex-shrink: 0;
}
.companyDetails {
    position: fixed;
width: 500px;
    background: #0a0a0a;
    padding: 20px 20px;
    height: 90px;
    border-bottom: 1px solid #252525;
    z-index: 9;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-right: 200px;
}
.fancybox__toolbar.is-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.logoWrapper img.companyLogo {
    height: 50px;
    border-radius: 120px;
    border: 2px solid #fff;
}
.nameWrapper h3 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    font-family: 'inter';
}
.postContent {
    font-size: 14px;
    color: #f5f5f5;
    padding: 25px 0px;
    background-color: #000;
}
.projectDetails h4.projectName:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}


.associated-collaborators a.company-span {
    line-height: 14px;
}

.projectDetails .locationText {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    margin: 0 20px;
    display: block;
}
.projectDetails .dateText {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}

.projectDetails { font-size: 14px; color: #f5f5f5; margin-top: 90px; padding: 25px 0px; overflow: auto; height: calc(100dvh - 90px)}

  .fancybox__cols {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--right-col-width);

    height: 100%;
  }

  .fancybox__col {
    display: flex;
    flex-direction: column;
    min-height: 0;

    position: relative;
    overflow: hidden;
  }
  .fancybox__data a.projectButton {
    border-radius: 8px;
    padding: 12px 16px;
    background-color: #0079ff;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    display: block;
    width: fit-content;
    margin: 20px 20px;
    margin-bottom: 25px;
}
.fancybox__data a.projectButton:hover{ background-color: #0170eb;}
  .collaboratorsSection {
    border-top: 1px solid #252525;
}
.collaboratorsSection h4 {
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 25px;
    line-height: 18px;
    font-family: 'inter';
}

.composer-company-logo a {
    display: flex;
}
.fancybox-image {
    max-width: 60vw;
}
.f-button:hover:not([disabled]) {
    background-color: #2F2F31 !important
}

.postFooter {
    display: flex;
    flex-direction: column;
    padding: 20px 25px;
    padding-top: 25px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    flex-shrink: 0;
    min-height: 60px;
    justify-content: center;
    margin-top: 10px;
    position: absolute;
    bottom: 0.5px;
    left: 0.5px;
    width: calc(100% - 1px);
    z-index: 2;
}
.streamProjectDetails i.fa-solid.fa-house {
    font-size: 12px;
    margin-right: 10px;
    color: #f5f5f5;
    margin-bottom: 0px;
}
li.streamItem.no-results {
    width: calc(100vw - 930px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: none;
    border: none;
}
#stream-wrapper-explore li.streamItem.no-results {
    align-self: center;
}
/* #stream-wrapper .swiper-slide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    pointer-events: none;
    background: linear-gradient(to top, rgb(0 0 0 / 80%), rgba(0, 0, 0, 0));
}
#stream-wrapper-explore .swiper-slide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    pointer-events: none;
    background: linear-gradient(to top, rgb(0 0 0 / 80%), rgba(0, 0, 0, 0));
}

.single-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    pointer-events: none;
    background: linear-gradient(to top, rgb(0 0 0 / 80%), rgba(0, 0, 0, 0));
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;

} */
button.change-plan-button {
    position: relative;
    border-radius: 120px;
    padding: 8px 15px;
    background-color: #0170eb;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    margin: -10px 20px 10px 20px;
}
button.change-plan-button:hover {
filter: contrast(1.2);
}
.managePostButton:hover {
    background: #000;
    border: 1px solid #303030;
}
.managePostButton:hover i.fa-solid.fa-ellipsis {
    color: #fff;
}
button.cancelPostButton {
    font-weight: 700;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    width: 45px;
    height: 45px;
    border-radius: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    background: #242424;
}


.fancy-project-date-attribute {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
    font-family: 'inter';
}
.fancy-project-status {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
    font-family: 'inter';
    gap: 10px;
    display: flex;
    align-items: center;
}

.fancy-project-cost {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
    font-family: 'inter';
    gap: 7px;
}

.fancy-project-location-attribute {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
    font-family: 'inter';
}




.projectAttributesFrontendFancy {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.attributeContainerFancy {
    position: relative;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 21px;
    border-top: none;
    border-bottom: 1px solid #252525;
}

.projectAttributesFrontendFancy label {
    margin-bottom: 6px;
    pointer-events: none;
    color: #959595 !important;
    text-transform: uppercase;
    font-size: 12px!important;
    font-weight: 600!important;
    font-family: 'inter';
}



button.savePostButton {
    font-weight: 700;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    width: 45px;
    height: 45px;
    border-radius: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
        background: #0079ff;
}
button.savePostButton:hover {
    background: #0170eb;
}
button.cancelPostButton:hover {
    background: #1c1c1c;
}

.dropdown-menu ul li.divider {
    height: 0.5px;
    background: #2d2d2d;
    padding: 0 !important;
    margin: 10px 0;
}
li.delete-post:hover {
    background: #a84848 !important;
    color: #fff !important;
}


.mockcover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    cursor: pointer;
}

.mockcover2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    cursor: pointer;
}

.mediaContainer {
    display: grid;
    gap: 8px;
}
.single-item-media-container {
    position: relative;
    height: auto;
}
.no-media {
    text-align: center;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    align-self: center;
    background: #000000;
    width: 100%;
    justify-content: center;
    gap: 15px;
    font-size: 21px;
    line-height: 16px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    flex-direction: column;
}
.no-media-intro {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.no-media-intro p {
    font-size: 26px !important;
    font-weight: 500;
}
.no-media p {
    font-size: 18px;
    line-height: 23px;
    max-width: 75%;
}
.no-posts {
    display: flex;
    justify-items: center;
    flex-direction: column;
    gap: 20px;
    height: 96dvh;
    width: 650px;
    box-sizing: border-box;
    padding-left: 78px;
    padding-top: 16dvh;
    padding-right: 40px;
}
.no-posts span {
    display: block;
    color: #fff;
    font-size: 62px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
    font-family: 'inter';
}
li.streamItem.noPostsContainer {
    width: 1800px;
    z-index: 9;
}
.no-posts p {
    text-align: start;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    line-height: 27px;
}
button.firstPostButton {
    position: relative;
    border-radius: 8px;
    padding: 16px 26px;
    background-color: #0079ff;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
    width: min-content;
    white-space: nowrap;
    font-weight: 600;
    font-family: 'inter';
}
.c-btn.c-btn-img {
    display: none;
}
button#learnAboutStream {
    position: relative;
    border-radius: 120px;
    padding: 12px 26px;
    background-color: #000000;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    width: min-content;
    text-wrap-mode: nowrap;
    margin-top: 20px;
    border: 1px solid #ddd;
}
.streamIntroductionButtons {
    display: flex;
    gap: 10px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.firstPostButton i.fa-regular.fa-circle.fa-beat {
    font-size: 13px;
    margin-right: 8px;
}

button#firstComposer:hover {
background: #0170eb;
}
#postTypeButton {
    position: relative;
    border-radius: 12px;
    padding: 15px 20px;
    background-color: rgb(49 49 49);
    color: #ffffff;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
}
#postTypeButtonLabel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'inter';
}

.post-type-button.active {
    background-color: rgba(255, 255, 255, 0.35) !important;
    filter: unset;
}

#filterSummary h1 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    text-underline-offset: 3px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'inter';
    line-height: 35px;
}

span.postTypeText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#postTypeButton:hover {
    background-color: rgb(71 71 71);
}
.postTypeContainer {
    position: relative;
}

#postTypeDropdown {
    position: absolute;
    top: 55px;
    left: 0;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: .5rem;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    padding: .5rem 0;
    margin-top: .25rem;
    z-index: 10;
    width: max-content;
    min-width: 160px;
    transition: opacity .2s,transform .2s;
    transform: translateY(-10px);
}

#postTypeDropdown::before {
    content: "";
    position: absolute;
    top: -11px;
    left: 20px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #e2e2e2;
}


#postTypeDropdown::after {
    content: "";
    position: absolute;
    top: -9px;
    left: 21px;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.post-type-dropdown[hidden] {
    display: none;
}

.post-type-option {
    cursor: pointer;
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}
.post-type-option:hover {
    background-color: #f8f8f8;
}
.streamItem.highlighted {
    border: 3px solid #e2e2e2;
}


.postInfoFancybox .locationText {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    margin: 0 20px;
    display: block;
}
.fancyboxLocationTimeContainer {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.postInfoFancybox .dateText {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}
p.postProjectTextFancybox {
    box-sizing: border-box;
    overflow-wrap: break-word;
    padding: 0 20px;
    display: block;
    font-size: 16px;
    line-height: 21px;
}
.fancybox__data i.fa-solid.fa-circle-quarter-stroke {
    color: #97791b;
    font-size: 14px;
}
.landscape-video {
    width: 60vw !important;
    height: 75dvh  !important;
    object-fit: cover !important;
}

.square-video {
    width: 80dvh !important;
    height: 80dvh !important;
    object-fit: cover !important;
}
.portrait-video {
    width: 26vw !important;
    height: 100dvh !important;
    object-fit: cover !important;
}

.swiper-slide i.fa-regular.fa-xmark {
    margin-right: 10px;
}
.fancybox__slide {justify-content: center !important;}

.fancybox__footer {
    display: none !important;
}

.fancybox__content video {
    opacity: 0;
    transition: opacity 0.3s ease;
}


label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #6a6a6a;
    margin-bottom: 4px;
    cursor: text;
}


.loading-spinner {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    font-size: 20px !important;
    color: #6a6a6a;
}
span.company-span {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 14px;
    font-family: 'inter';
}
.fancybox__data .collaborator-info {
    gap: 2px;
}
.post span.company-span {
    cursor: pointer;
}
.post span.company-span:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}



.file-preview .remove-icon {
    top: 0px;
}

.single-item-media-container img {
    width: 100%;
}

.fullStorageComposerButton {
    cursor: pointer;
    background: #0079ff;
    color: #fff;
    padding: 13px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    width: min-content;
    white-space: nowrap;
}
.fullStorageComposerButton:hover {
    background: #016ee6;}
.fullStorageComposerContainer {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#cts:focus {
     border: 1px solid #000000 !important;
    outline: none;
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5) !important;
}

.streamIntro {
    justify-items: center;
    flex-direction: column;
    gap: 20px;
    height: 96dvh;
    display: none;
    width: 650px;
    box-sizing: border-box;
    padding-left: 100px;
    padding-right: 82px;
    padding-top: 16dvh;
}
.streamIntro p {
    font-size: 20px;
    color: #f5f5f5;
    line-height: 30px;
}
.introArrow {
    font-size: 30px;
    color: #fff;
    align-self: flex-end;
    align-content: center;
    text-align: center;
    border-radius: 120px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.streamMessage h2 {
    display: block;
    color: #fff;
    font-size: 62px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
}
.streamMessage {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.single-item.platform::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0));
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.swiper-slide.platform::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0));
}
.streamItem a.company-span {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 14px;
    font-family: 'inter';
}
.statusIconStream i.fa-solid.fa-check-circle {
    color: #1b974c;
    font-size: 15px;
    margin-right: 10px;
}
.statusIconStream i.fa-solid.fa-circle-quarter-stroke {
    color: #97791b;
    font-size: 15px;
    margin-right: 10px;
}
span.statusIconStream {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 17px;
    font-family: 'Inter';
    display: flex;
    align-items: center;
}
span.costIconStream {
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 17px;
}
btn.projectLink:hover {
    filter: contrast(1.2);
}
a.streamPostExploreLink {
    height: 35px;
    width: 35px;
    font-size: 16px;
    border-radius: 120px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    border: 2px solid #fff;
}
.swiper-button-next, .swiper-button-prev {
    height: 90px !important;
    width: 60px !important;
    background: #000000;
    color: #ffffff !important;
    border: 2px solid #222;
    transition: background 0.2s ease;
    transform: translateY(-50%) !important;
    z-index: 2 !important;
}

.swiper-button-next {
    border-right: none;
}

.swiper-button-prev {
    border-left: none;
}

.swiper-slide-thumb-active {
    border: 2px solid #000000;
}

.swiper-button-next:not(.swiper-button-disabled):hover,
.swiper-button-prev:not(.swiper-button-disabled):hover {
    background: #121212;
}

#stream-wrapper-explore .streamItem .swiper-button-next,
#stream-wrapper .streamItem .swiper-button-next {
    right: -1px !important;
    border-top-left-radius: 120px;
    border-bottom-left-radius: 120px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: transform 0.1s ease;
}

#stream-wrapper-explore .streamItem .swiper-button-prev,
#stream-wrapper .streamItem .swiper-button-prev {
    left: -1px !important;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: transform 0.1s ease;
}

.swiper-button-next:not(.swiper-button-disabled):active {
    transform: scale(1.02);
  }

  .swiper-button-prev:not(.swiper-button-disabled):active {
    transform: scale(1.02);
  }

.streamItem .swiper-button-next:after {
    content: 'next';
    font-size: 29px !important;
    margin-right: -12px;
}

.streamItem .swiper-button-prev:after {
    content: 'prev';
    font-size: 29px !important;
    margin-right: 12px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: 0.50 !important;}


.costIconStream i.fa-solid.fa-circle-dollar {
    color: #000;
    font-size: 17px;
    margin-right: 5px;
}

.accountName:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.projectName:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.streamProjectDetails {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    margin-bottom: 2px;
}
.streamProjectDetails a {
    display: flex;
    max-width: 100%;
    align-items: center;
    overflow: hidden;
    transform-origin: center;
}
.postInfo {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    white-space: nowrap;
  }

  .postInfo-content {
    display: flex;
    white-space: nowrap;
    transform: translateX(0);
    gap: 5px;
    margin-top: 3px;
    line-height: 16px;
    font-family: 'inter';
    align-items: center;
}

a.accountName,
.streamItem .location-text,
span.date-text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #f5f5f5;
}
span.more {
    color: rgb(255 255 255);
    cursor: pointer;
    font-weight: 600;
    font-family: 'Inter';
    font-size: 16px;
}
span.more:hover {
text-decoration: underline;
}
.exploreIntro {
    height: calc(100dvh - 103px);
    padding: 0 40px;
    width: 400px;
}
.exploreIntro h1 {
    color: #000;
}
.composerExternal span.company-span {
    color: #f5f5f5;
    font-size: 15px;
}


.single-item {
    position: relative;
    flex-grow: 1 !important;
    display: flex;
}

.post {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 8px 8px 20px #0000004f;
    border: 1px solid #282828;
    border-radius: 12px;
    overflow: hidden;
}

.exploreStreamIntro {
    height: calc(100dvh - 125px) !important;
    width: 700px;
    margin-left: 20px;
}


#postTypeButton .fa-rectangle-vertical-history {display: none !important;}
/* #filterButton .fa-angle-down {display: none !important;}
#filterButton .fa-angle-up {display: none !important;}
#locationButton .fa-angle-down {display: none !important;}
#locationButton .fa-angle-up {display: none !important;} */
#locationButton .fa-circle-xmark.fa-angle-down {
    display: block !important;
}
#locationButton .fa-circle-xmark.fa-angle-up {
    display: block !important;
}
.headingAndManageStream {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detailsSettingsContainerStream {
    position: relative;
}
button.manage-Stream {
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    background: #0079ff;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
}

.manage-Stream .fa-spinner { font-size: 17px;}

button.manage-Stream:hover {

background: #0170eb; }

.dropdown-menu-Stream {
    display: none;
    position: absolute;
    top: 60px;
    right: 0px;
    padding: 10px 0px;
    background: #121212;
    border: 1px solid #393939;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgb(0 0 0);
    z-index: 1000;
    min-width: 305px;
}
.dropdown-menu-Stream ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dropdown-menu-Stream ul li {
    cursor: pointer;
    padding: 16px 12px;
    line-height: 15px;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 10px;
    border-radius: 8px;
    font-family: 'inter';
}

.dropdown-menu-Stream ul li i {
    width: 16px;
    font-size: 17px;
}

.dropdown-menu-Stream ul li:hover {
    background: #333333;
}
.dropdown-menu-Stream::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 9px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #393939;
}
.dropdown-menu-Stream::after {
    content: "";
    position: absolute;
    top: -9px;
    right: 9.6px;
    border-bottom: 10px solid #121212;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
button.manage-Stream[disabled] {
    opacity: 0.5;
    cursor: default;
}

#introParagraphActionsStream button {
    background: #555555;
    position: relative;
    border-radius: 8px;
    padding: 14px 18px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    font-family: 'inter';
}
button#introSaveBtnStream {
    background: #0079ff !important;
}
button#introSaveBtnStream:hover {
    background: #0170eb !important;
}
button#introCancelBtnStream:hover { background: #4b4b4b;}

button#IntroRestoreBtnStream:hover { background: #4b4b4b;}

.streamIntro .publicView small {
    display: block;
    color: #9a9a9a !important;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}
p#introParagraph {display: block;}

.streamIntroExplore {
    flex-direction: column;
    gap: 20px;
    height: 500px;
    display: none;
    width: 380px;
    box-sizing: border-box;
    padding-left: 45px;
    padding-right: 0px;
    padding-top: 7dvh;
    place-items: flex-start;
    flex-shrink: 0;
}
.streamMessageExplore {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.streamIntroHeadingExplore {
    display: block;
    color: #fff;
    font-size: 62px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    font-family: 'inter';
}
.streamIntroExplore p {
    font-size: 20px;
    color: #f5f5f5;
    line-height: 30px;
    max-width: 300px;
}

.introContent {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

#stream-wrapper .streamItem:last-child {
    margin-right: 0;
}


@media only screen and (max-height: 400px) {
    .streamIntro {
        padding-top: 6dvh;
    }}
    .psc {
        padding: 23px 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        background: #0f0f0fe0;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }
    .psc a {
        width: auto;
        box-sizing: border-box;
        min-width: 0;
        max-width: 100%;
        display: flex;
    }
span.projectName {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    font-family: 'inter';
}
    .psc a:nth-child(2) {
        width: auto;
        flex-shrink: 0;
    }
    .rmp {
        background: #252525;
        font-size: 16px;
        padding: 10px 16px;
        border-radius: 8px;
        color: #fff;
        cursor: pointer;
    }
    .rmp:hover {
        background: #282828;
    }
    .fancyScroller {
    max-height: calc(100dvh - 90px);
    overflow: auto;
    margin-top: 90px;
}

.fancy-collaborator-item {
    padding: 10px 20px;
    gap: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 8px;
    padding-left: 0;
    transition: 0.3s ease;
}
.fancy-collaborator-logo {
    flex-shrink: 0;
    display: flex;
}
.fancy-collaborator-logo img {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 120px;
}
.fancy-collaborator-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.fancy-modal-company-span {
    color: #fff;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}
.fancy-company-type {
    color: #f5f5f5;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    line-height: 17px;
}
.fancy-collaborator-item:hover {
    padding-left: 15px !important;
    background: #151515 !important;
}

.ss-screen.ss-screen-1 {
    padding: 0;
    min-height: 55dvh;
}


form.ss-sheet {
    position: fixed;
    inset: 0;
    z-index: var(--me-z);
    display: flex;
    flex-direction: column;
    background: rgb(24 24 27 / 94%);
    width: 100%;
    cursor: pointer;
}

.ss-container {
    display: flex;
    flex-direction: column;
    background: #000;
    box-sizing: border-box;
    overflow: hidden;
    max-height: 93dvh;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    position: relative;
    border-radius: 8px;
    cursor: auto;
    max-width: 900px;
    width: 100%;
    transition: max-width .3s ease;
    border: 1px solid #303030;
}
.ss-container header {
    display: flex;
    flex-shrink: 0;
    background: #000;
    width: 100%;
    padding: 15px 15px;
    z-index: 9;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #191919;
    font-size: 17px;
    box-sizing: border-box;
}
button.ss-close {
    color: #f5f5f5;
    font-weight: 600;
    position: relative;
    display: flex;
    width: 40px;
    align-items: center;
    font-size: 21px;
    padding: 0;
    cursor: pointer;
}
.ss-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.ss-container .fa-spin {
    font-size: 18px;
    color: #fff;
}
button.ss-post {
    color: #0079ff;
    font-weight: 600;
    height: 21px;
    width: 40px;
    line-height: 20px;
    text-align: right;
    padding: 0;
    font-size: 18px;
    font-family: 'inter';
        cursor: pointer;
}

button.ss-next {
    color: #0079ff;
    font-weight: 600;
    height: 21px;
    width: 47px;
    line-height: 20px;
    text-align: right;
    padding: 0;
    font-size: 18px;
    font-family: 'inter';
    cursor: pointer;
}

.sc-internal {
    background: #000;
    box-sizing: border-box;
    flex-grow: 1;
    overflow-y: auto;
    display: flex;
}

main.sc-main {
    background: #000;
    box-sizing: border-box;
    flex-grow: 1;
    overflow-y: auto;
    display: flex;
}


.sc-main section {
    display: flex;
    flex-direction: column;
    background: #000000;
    width: 100%;
    overflow: hidden;
}

.sc-main section {
    display: flex;
    flex-direction: column;
    min-height: calc(100% + 0px);
    background: #000000;
    width: 100%;
    overflow: hidden;
}

.sc-grid {
    all: unset;
}

li.sc-media-preview {
    position: relative;
    padding: 10px;
    border: 1px dashed #ddd;
    border-radius: 4px;
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

.sc-media-preview img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.sc-main canvas {
    height: 100%;
}

.sc-st img {
    object-fit: cover;
    height: 100%;
    border-radius: 0;
}
.sc-st .swiper {
    width: 70%;
    margin: 0;
    height: 100%;
}

section.sc-st.sc-det {
    display: flex;
    flex-direction: row;
}


.sc-scrollable {
    display: flex;
    flex-direction: column;
    min-height: calc(93dvh - 53px);
    background: #000000;
    width: 100%;
}

section.sc-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #000;
    padding: 0;
    padding-bottom: 80px;
}
div#sc-loc-pop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 99991;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: scale(.7);
    opacity: 0;
    transition: transform .3s ease,opacity .3s ease;
}
.sc-pop-ov {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(24 24 27 / 94%);
}

.ss-grid {
    display: flex;
    gap: 10px;
}



.ss-screen {
    padding: 20px;
    height: 100%;
}
button.ss-remove-btn {
    box-shadow: 0 0 20px rgb(255 255 255 / 5%);
    position: absolute;
    font-size: 31px;
    top: 20px;
    right: 20px;
    border: none;
    color: #fff;
    border-radius: 120px;
    cursor: pointer;
    z-index: 999;
    transition: color .3s;
    font-family: serif;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #18181bd1;
    font-weight: 600;
    transition: transform .3s ease,scale .3s ease,background .3s ease;
}
button.ss-remove-btn:hover {
        transform: rotate(180deg);
    scale: 1.1;
    background: #0079ff;
}

.ss-internal {
    background: #000;
    box-sizing: border-box;
    flex-grow: 1;
    overflow-y: auto;
    display: flex;
}
.ss-scrollable {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.ss-bottom-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    z-index: 99999;
    overflow: hidden;
    border-top: 1px solid #191919;
    cursor: pointer;
    background: #060606;
    height: 75px;
    position: relative;
}
button.ss-upload-more {
    flex: 1;
    color: #ffffff;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: 'inter';
    font-size: 18px;
}
.ss-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}


.ss-grid-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
        max-height: 75dvh;
}

.ss-uploader {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

button.ss-select-btn {
    background: #0079ff;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: 0;
    border-radius: 8px;
    padding: 16px 22px;
    cursor: pointer;
    font-family: 'inter';
    white-space: nowrap;
    line-height: 1;
    width: auto;
    text-align: center;
    justify-content: center;
    display: flex;
    z-index: 99;
}

button.ss-select-btn:hover {
        background: #0170eb;}

        .ss-uploader p {
    color: #878787;
    font-family: 'inter';
    font-size: 19px;
}
.ss-prog-bar {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    background: #0079ef;
    width: 0;
    transition: width .2s linear;
}
.ss-grid[data-masonry-active] .ss-grid-item {
    cursor: move;
    padding: 10px;
    border-radius: 4px;
    width: calc(50% - 5px);
    border: 1px dashed #2d2d2d;
    margin-bottom: 10px;
    background: #060606;
}
.ss-grid[data-masonry-active] .ss-grid-item img {
    border-radius: 4px;
}
.ss-grid-item {
    width: 100%;
    border: none;
    padding: 0;
    position: relative;
}
.ss-swiper-container img {
    height: 100%;
    border-radius: 0;
}
.ss-swiper-container {
    width: 65%;
    height: calc(93dvh - 53px);
}
.ss-screen.ss-screen-2 {
    display: flex;
    padding: 0;
}
.ss-info {
    width: 35%;
    border-left: 1px solid #191919;
    max-height: calc(90dvh - 21px);
    overflow: auto;
}
.ss-collaborators {
    position: relative;
}
.ss-control {
    position: relative;
}
label.ss-label {
    top: 15px;
    left: 16px;
    pointer-events: none;
    position: absolute;
    text-transform: uppercase;
    font-family: inter;
    color: rgb(149, 149, 149) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    z-index: 9 !important;
        pointer-events: none;
}
.ss-info input {
    background: #000000;
    border: none;
    border-bottom: 1px solid #191919;
    color: #fff;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border-width: 1px;
    display: block;
    font-size: 15px;
    margin: 0;
    padding: 40px 0 18px 16px;
    position: relative;
    width: 100%;
    transition: none;
    font-weight: 400;
    border-width: 1px!important;
    font-family: 'inter';
    line-height: 18px;
}
.ss-control textarea {
    background: #000000;
    border: none;
    border-bottom: 1px solid #191919;
    color: #f5f5f5;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border-width: 1px;
    display: block;
    font-size: 15px;
    margin: 0;
    padding: 40px 16px 50px 16px;
    position: relative;
    width: 100%;
    transition: none;
    font-weight: 400;
    border-width: 1px!important;
    font-family: 'inter';
    line-height: 18px;
    box-sizing: border-box;
    line-height: 19px;
    min-height: 160px;
}
#ss-emoji-btn svg {
    pointer-events: none;
}
button#ss-emoji-btn:hover {
    color: #7e7e7e;
}

button#ss-emoji-btn {
    cursor: pointer;
    color: #6e6e6e;
}

.ss-swiper-1 .swiper-button-prev::after {
    font-size: 27px;
    margin-right: 10px;
}
.ss-swiper-1 .swiper-button-next::after {
    font-size: 27px;
    margin-left: 10px;
}
.ss-swiper-1 .swiper-button-prev {
    left: 0;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px;
}
.ss-swiper-1 .swiper-button-next {
    right: 0;
    border-top-left-radius: 120px;
    border-bottom-left-radius: 120px;
}
.ss-swiper-1.ss-single-slide .swiper-button-prev,
.ss-swiper-1.ss-single-slide .swiper-button-next {
  display: none !important;
}


.ss-thumbnail-reel {
    display: flex;
    width: 100%;
    background: rgb(0 0 0);
    border-top: 1px solid #191919;
    padding: 15px;
    gap: 13px;
    overflow-y: auto;
}
.ss-thumb-upload {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    background: #0079ff;
    flex-shrink: 0;
}
.ss-thumb-upload:hover {
background: #0170eb;}
.ss-thumb-item {
    height: 100px;
    width: 125px;
    position: relative;
    cursor: move;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

img.ss-thumb-img {
    height: 100px;
    width: 100%;
    border-radius: 4px;
}
button.ss-thumb-remove {
    box-shadow: 0 0 20px rgb(255 255 255 / 5%);
    position: absolute;
    bottom: 0;
    left: 0;
    border: none;
    color: #ffffff;
    border-radius: 0px 0px 4px 4px;
    cursor: pointer;
    z-index: 999;
    font-family: serif;
    height: 30px;
    padding: 10px;
    font-size: 17px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #121214d9;
    font-weight: 600;
    transition: transform .3s ease,scale .3s ease,background .3s ease;
}

.ss-thumb-item .ss-prog-bar {
    height: 2px;
}

.ss-swiper-1 img {
    height: auto;
    max-height: 70dvh;
    border-radius: 0;
    object-fit: contain;
    pointer-events: none;
}

.ss-swiper-1 .swiper-slide, .ss-swiper-1 .swiper-slide img {
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-drag: none;
}

.ss-swiper-1 .swiper-slide {
    height: auto;
}

.ss-swiper-1 .swiper-slide {
    display: flex;
}
button.ss-thumb-add {
    height: 100%;
    width: 100%;
    text-align: center;
}
.ss-screen-2 .ss-swiper-1 {
    width: 65%;
}
.ss-thumb-item .ss-prog-bar {
    bottom: 30px;
}
.ss-screen-2 .ss-swiper-1 .swiper-slide {
    height: 100% !important;
}
.ss-screen-2 .ss-swiper-1 img {
    object-fit: cover !important;
    height: 100% !important;
    max-height: unset !important;
}
.ss-screen.ss-screen-2 {
    display: flex;
    padding: 0;
    height: calc(90dvh - 22px);
}
.ss-screen-2 .swiper-wrapper {
    height: 100% !important;
}




#ss-location-popup.show {
    transform: scale(1);
    opacity: 1;
}
#ss-location-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 99991;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: scale(.7);
    opacity: 0;
    transition: transform .3s ease,opacity .3s ease;
}
.ss-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(24 24 27 / 94%);
}
.ss-overlay-header {
    display: flex !important;
    width: 100% !important;
    justify-content: space-between !important;
    padding: 15px !important;
    border-bottom: 1px solid #191919 !important;
    background: #0A0A0A !important;
    z-index: 9999 !important;
}
button.ss-overlay-close{
    font-size: 21px;
    width: 40px;
    color: #fff;
    cursor: pointer;
}

.ss-overlay-header h3 {
    color: #fff;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
}

.ss-overlay-body {
    position: relative;
    background-color: #000;
    padding: 0;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    transition: transform .4s ease,opacity .4s ease;
    min-height: calc(100dvh - 64px + 10px);
    align-items: flex-start;
}

input#ss-location-input {
    font-size: 17px;
    color: #fff;
    background: #0A0A0A !important;
    display: flex;
    padding: 8px 20px 8px 45px;
    cursor: text;
    box-sizing: border-box;
    width: 100%;
    line-height: 33px;
    border: none!important;
    font-family: Inter;
    font-weight: 600;
}
.ss-location-placeholder {
    width: 40px;
}
.ss-popup-location-composer {
    position: relative;
    border-bottom: 1px solid #191919;
}
i.ss-search-icon.fas.fa-search {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    color: #757575;
    pointer-events: none;
}
button.ss-save-location {
    background: #0079ff;
    padding: 15px 18px;
    border-radius: 8px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
}
button.ss-clear-location {
    padding: 21px 18px;
    position: absolute;
    top: 0;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-left: 1px solid #313131;
    display: none;
}

input#ss-location {
    cursor: pointer !important;
}
input#ss-collaborators {
    cursor: pointer !important;
}



#ss-collaborator-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 99991;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: scale(.7);
    opacity: 0;
    transition: transform .3s ease,opacity .3s ease;
}
#ss-collaborator-popup.show {
    transform: scale(1);
    opacity: 1;
}
.ss-collab-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(24 24 27 / 94%);
}
.ss-collab-header {
    display: flex;
    width: 100%;
    z-index: 99;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #191919;
    background: #0A0A0A;
}
button.ss-collab-close {
    font-size: 21px;
    width: 40px;
    color: #fff;
    cursor: pointer;
}
.ss-collab-header h3 {
    color: #fff;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
}
.ss-collaborator-placeholder {
    width: 40px;
}
.ss-collab-search {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #191919;
}
input#ss-collab-input {
    font-size: 17px;
    color: #fff;
    background: #0A0A0A;
    display: flex;
    padding: 8px 20px 8px 45px;
    cursor: text;
    box-sizing: border-box;
    line-height: 33px;
    border: none!important;
    font-family: Inter;
    font-weight: 600;
    width: 100%;
}
i.ss-collab-search-icon.fas.fa-search {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    color: #757575;
    pointer-events: none;
}
.ss-collab-content {
    position: relative;
    background-color: #000;
    padding: 0;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    transition: transform .4s ease,opacity .4s ease;
    overflow: auto;
    width: 100%;
    touch-action: pan-x pan-y;
    overscroll-behavior: none;
}
ul#ss-collab-list {
    margin: 20px 15px;
    min-height: 88dvh;
    align-items: flex-start;
    padding: 0;
}
#ss-collab-list li {
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    gap: 15px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 8px;
}
#ss-collab-list li img {
    width: 49px;
    height: 48px;
    border: 2px solid #ffffff;
    border-radius: 120px;
}
.company-composer {
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    gap: 4px;
}
span.selected-tick {
    font-size: 18px;
    right: 10px;
    position: relative;
}

.ss-single-slide img {
    cursor: default !important;
}

.ss-slide, .ss-thumb-item {
  position: relative;
}

.ss-loading-spinner {
    font-size: 44px !important;
    color: #fff !important;
    pointer-events: none;
    z-index: 10;
}

.ss-img-wrapper {
    height: 60dvh;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #070707;
}
.ss-thumb-item .ss-img-wrapper {
    min-height: unset !important;
    height: 100%;
}
.ss-thumb-item .ss-img-wrapper .ss-loading-spinner {
    font-size: 20px !important;
    bottom: 15px;
    position: relative;
}

.ss-screen-2 .ss-img-wrapper {
    height: 100% !important;
}

#ss-location, #ss-collaborators {
    background: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E")!important;
    background-repeat: no-repeat!important;
    background-position: right 16px center!important;
    background-size: 1em!important;
    outline: 0;
    padding: 40px 40px 18px 16px;
    box-sizing: border-box;
}

div#ss-emoji-mart-container {
    left: 0 !important;
    width: 100% !important;
}
em-emoji-picker {
    width: 100%;
}
button.ss-thumb-remove:hover {
    background: rgb(24 24 27);
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 55px;
    right: -3px;
    padding: 10px 0px;
    background: #121212;
    border: 1px solid #393939;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgb(0 0 0);
    z-index: 1000;
    min-width: 150px;
}

.dropdown-menu ul li:hover {
    background: #333333;
}
.dropdown-menu i.fa.fa-solid.fa-times {
    font-size: 20px;
}

.dropdown-menu ul {
padding: 0;
margin: 0;
}

.dropdown-menu ul li {
    cursor: pointer;
    padding: 14px 12px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 10px;
    border-radius: 8px;
    font-family: 'inter';
}
.dropdown-menu ul li i {
    width: 13px;
    font-size: 14px;
}
.managePostButton i.fa-solid.fa-ellipsis {
    color: #fff;
}
button.ss-next:hover {
    color: #0170eb;
}

button.ss-delete {
    position: absolute;
    right: 85px;
    color: #b84c4c;
    font-weight: 600;
    height: 21px;
    width: 47px;
    line-height: 20px;
    text-align: right;
    padding: 0;
    font-size: 18px;
    font-family: inter;
    cursor: pointer;
}

button.ss-delete:hover {
    color: #a53e3e;
}
.fancybox__data .edit-post {
    position: absolute;
    top: 20px;
    right: 75px;
    z-index: 99999;
    font-size: 18px;
    border-radius: 120px;
    border: none!important;
    outline: 0!important;
    box-shadow: none!important;
    background: 0 0;
    color: #fff;
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.15s ease;
    cursor: pointer;
}
.fancybox__data .edit-post:hover {
    background: #2f2f31! important;
}
.dropdown-menu li.delete-project:hover {
    background: #a84848 !important;
    color: #fff !important;
}
.fancybox__data .mob-edit-btn:hover {
    background: #2f2f31! important;
}

.fancybox__data:has(.mob-edit-btn) .companyDetails {
    padding-right: 240px;
}

.fancybox__data .mob-edit-btn {
    position: absolute;
    top: 20px;
    right: 118px;
    z-index: 99999;
    font-size: 18px;
    border-radius: 120px;
    border: none!important;
    outline: 0!important;
    box-shadow: none!important;
    background: 0 0;
    color: #fff;
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.15s ease;
    cursor: pointer;
}
button.hybridPoster {
    position: relative;
    border-radius: 12px;
    padding: 15px 20px;
    background-color: #0079ff;
    transition: background-color 0.2s ease-out;
    color: #ffffff;
    cursor: pointer;
    font-size: 22px;
}

button.hybridPoster:hover {
    background-color: #0170eb;
}
.navigation-item i.fa-solid.fa-plus {
    margin-right: 8px;
}
ul.nav-links.hybridPoster {
    margin-bottom: 15px !important;
}

.hybridPoster-tooltip {
    position: absolute;
    padding: 10px 0px;
    background: #121212;
    border: 1px solid #393939;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgb(0 0 0);
    z-index: 1000;
    min-width: 150px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms ease-in-out;
}
.hybridPoster-tooltip li {
  padding: 10px 14px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

.hybridPoster-tooltip li:hover {
  background-color: #333333;
}

.hybridPoster-tooltip li {
    cursor: pointer;
    padding: 14px 12px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 10px;
    border-radius: 8px;
    font-family: 'inter';
}
.hybridPoster-tooltip i {
    width: 13px;
    font-size: 14px;
}
.hybridPoster-tooltip .divider {
    height: 0.5px;
    background: #2d2d2d;
    padding: 0 !important;
    margin: 10px 0;
    cursor: default !important;
}
.hybridPoster-tooltip span {
    color: #fff;
    margin: 0 10px;
    padding: 0 10px;
    font-size: 13px;
    top: 1px;
    position: relative;
}
ul.hybridPoster-tooltip::after {
    content: "";
    position: absolute;
    top: -9px;
    left: 17.5px;
    border-bottom: 10px solid #121212;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
ul.hybridPoster-tooltip::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 17px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #393939;
}
 /* base grid */
    .post-collage {
      display: grid;
      gap: 2px;
      position: relative;
      height: 100%;
    }

    /* items */
    .post-collage .collage-item {
      position: relative;
      overflow: hidden;
    }
    .post-collage .collage-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* play overlay */
    .post-collage .play-button-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none;
    }

    /* +N overlay */
    .post-collage .collage-overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.5);
      color: #fff;
      font-size: 2em;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
      font-family: 'inter';
    }

    /* top gradient */
    .post-collage::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 125px;
      pointer-events: none;
      background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0));
      z-index: 1;
    }

    /* bottom gradient */
    /* .post-collage::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0;
      width: 100%; height: 30%;
      pointer-events: none;
      background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    } */

    /* — TWO IMAGES (all side-by-side now) — */
    .post-collage.count-2.pattern-landscape-landscape,
    .post-collage.count-2.pattern-portrait-landscape,
    .post-collage.count-2.pattern-landscape-portrait,
    .post-collage.count-2.pattern-portrait-portrait,
    .post-collage.count-2.pattern-square-square,
    .post-collage.count-2.pattern-square-landscape,
    .post-collage.count-2.pattern-landscape-square,
    .post-collage.count-2.pattern-square-portrait,
    .post-collage.count-2.pattern-portrait-square {
      grid-template-columns: 50% 50%;
      grid-template-rows: 1fr;
    }
    .post-collage.count-2.pattern-landscape-landscape .item1,
    .post-collage.count-2.pattern-portrait-landscape .item1,
    .post-collage.count-2.pattern-landscape-portrait .item1,
    .post-collage.count-2.pattern-portrait-portrait .item1,
    .post-collage.count-2.pattern-square-square   .item1,
    .post-collage.count-2.pattern-square-landscape .item1,
    .post-collage.count-2.pattern-landscape-square .item1,
    .post-collage.count-2.pattern-square-portrait  .item1,
    .post-collage.count-2.pattern-portrait-square  .item1 {
      grid-area: 1 / 1 / 2 / 2;
    }
    .post-collage.count-2.pattern-landscape-landscape .item2,
    .post-collage.count-2.pattern-portrait-landscape .item2,
    .post-collage.count-2.pattern-landscape-portrait .item2,
    .post-collage.count-2.pattern-portrait-portrait .item2,
    .post-collage.count-2.pattern-square-square   .item2,
    .post-collage.count-2.pattern-square-landscape .item2,
    .post-collage.count-2.pattern-landscape-square .item2,
    .post-collage.count-2.pattern-square-portrait  .item2,
    .post-collage.count-2.pattern-portrait-square  .item2 {
      grid-area: 1 / 2 / 2 / 3;
    }

    /* — THREE IMAGES (always 2×2 with 50/50 cols) — */
    .post-collage.count-3[class*="pattern-"] {
      grid-template-columns: 50% 50%;
      grid-template-rows: 1fr 1fr;
    }
    /* portrait-first: tall left, two on right */
    .post-collage.count-3[class*="pattern-portrait-"] .item1 { grid-area: 1 / 1 / 3 / 2; }
    .post-collage.count-3[class*="pattern-portrait-"] .item2 { grid-area: 1 / 2 / 2 / 3; }
    .post-collage.count-3[class*="pattern-portrait-"] .item3 { grid-area: 2 / 2 / 3 / 3; }
    /* landscape-first: wide top, two below */
    .post-collage.count-3[class*="pattern-landscape-"] .item1 { grid-area: 1 / 1 / 2 / 3; }
    .post-collage.count-3[class*="pattern-landscape-"] .item2 { grid-area: 2 / 1 / 3 / 2; }
    .post-collage.count-3[class*="pattern-landscape-"] .item3 { grid-area: 2 / 2 / 3 / 3; }
    /* square-first: 2×2 with one empty */
    .post-collage.count-3[class*="pattern-square-"] .item1 { grid-area: 1 / 1 / 2 / 2; }
    .post-collage.count-3[class*="pattern-square-"] .item2 { grid-area: 1 / 2 / 2 / 3; }
    .post-collage.count-3[class*="pattern-square-"] .item3 { grid-area: 2 / 1 / 3 / 2; }

    /* — FOUR OR MORE (fallback 2×2, 50/50 cols) — */
    .post-collage.count-4,
    .post-collage.count-5,
    .post-collage.count-6,
    .post-collage.count-7 {
      grid-template-columns: 50% 50%;
      grid-template-rows: repeat(2, 1fr);
    }
    .post-collage.count-4 .item1,
    .post-collage.count-5 .item1,
    .post-collage.count-6 .item1,
    .post-collage.count-7 .item1 { grid-area: 1 / 1; }
    .post-collage.count-4 .item2,
    .post-collage.count-5 .item2,
    .post-collage.count-6 .item2,
    .post-collage.count-7 .item2 { grid-area: 1 / 2; }
    .post-collage.count-4 .item3,
    .post-collage.count-5 .item3,
    .post-collage.count-6 .item3,
    .post-collage.count-7 .item3 { grid-area: 2 / 1; }
    .post-collage.count-4 .item4,
    .post-collage.count-5 .item4,
    .post-collage.count-6 .item4,
    .post-collage.count-7 .item4 { grid-area: 2 / 2; }

.postFooter::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120%;
    pointer-events: none;
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0)    100%
  );
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: -1;
}