/* Full window styling */
html,
body {
    margin: 0;
    /* padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden; */
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

main {
    background-color: #F4F3FC;
    min-height: 89vh;
}

#websiteLoadingLogo {
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

#loginPageSmallScreen {
    display: none;
}

@media(max-width: 1199px) {
    #loginPageSmallScreen {
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;

        & img {
            position: absolute;
            top: 10vh;
            left: 10vw;
        }
    }

    #loginPageLargeScreen {
        display: none !important;
    }
}

header {
    position: sticky;
    top: 0;
    z-index: 11;
    background-color: white;
    padding: 20px 48px 20px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    &>div {
        display: flex;
        align-items: center;
    }

    & .dropdownToggle {
        width: fit-content;
        height: fit-content;
        border: none;
        /* border-radius: 4px; */
        /* background-color: white; */
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;

        &::after {
            display: none;
        }

        /* &:hover {
            background-color: rgba(0, 0, 0, 0.05);
        }

        &.show {
            background-color: rgba(0, 0, 0, 0.05);
        } */
    }

    & .dropdownMenu {
        width: 160px;
        border: none;
        border-radius: 12px;
        /* box-shadow: 0px 4px 16px 0px #0000001F; */
        padding-block: 4px;
    }

    & .dropdownItem {
        padding: 6px 8px;
        display: flex;
        align-items: center;
        gap: 4px;

        &>div {
            width: 20px;
            height: 20px;
            border-radius: 4px;
            /* background-color: #F0F0F0; */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.15px;
        /* color: #555978; */
    }
}

button {
    cursor: pointer;
}

hr {
    opacity: 1 !important;
}

.left-sidebar-button {
    width: 100%;
    border: none;
    border-radius: 8px;
    background-color: transparent;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15px;
    /* color: #555978; */

    /* &.active {
        background-color: #FA5A201A;
        color: #23313E;

        &:hover {
            background-color: #FA5A201A;
        }
    } */

    /* &:hover {
        background-color: #AAAAAA24;
    } */

    & img {
        width: 20px;
        height: 20px;
    }

    &>span {
        margin-inline-start: -4px;
        font-weight: 700;
        font-size: 8px;
        line-height: initial;
        /* color: #FA5A20; */
        text-transform: uppercase;
    }
}

#storage-info {
    &.homepage {
        padding: 16px 10px 24px;
        /* background: linear-gradient(180deg, #E7F4FF 0%, #FFDDD0 100%); */
        border-radius: 8px;
    }

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.15px;
    /* color: #555978; */

    & span {
        font-weight: 600;
    }
}

.modalDialog {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    max-width: unset !important;
    width: fit-content !important;

    & h3 {
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.15px;
        /* color: #010101; */
    }

    & p {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.15px;
        /* color: #303030; */
        margin-bottom: 0;
    }

    & ul {
        margin: 0;
        padding-left: 16px;
        list-style-image: url(https://static-cdn.cliqora.com/app/images/feature-bullet.svg);
        display: flex;
        flex-direction: column;
        gap: 5px;

        & li {
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            letter-spacing: 0.15px;
            /* color: #555978; */
        }
    }

    & label {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        /* color: black; */
    }

    & input[type="text"] {
        width: 100%;
        border: none;
        border-radius: 8px;
        /* background-color: #E8E8E8; */
        padding: 8px 16px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        /* color: #5E5E5E; */

        /* &::placeholder {
            color: #9D9D9D;
        } */
    }

    & select {
        width: 100%;
        border: none;
        border-radius: 8px;
        /* background-color: #E8E8E8; */
        padding: 8px 16px;
        appearance: none;
        background-image: url(https://static-cdn.cliqora.com/app/images/chevron-down.svg);
        background-repeat: no-repeat;
        background-position: center right 10px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        /* color: #5E5E5E; */
    }

    & input[type="checkbox"]:checked {
        background-image: url(https://static-cdn.cliqora.com/app/images/checked.svg);
        background-repeat: no-repeat;
        background-position: center;

        &.darkerCheck {
            background-image: url(https://static-cdn.cliqora.com/app/images/checked-darker.svg);
        }
    }

    & .storage-option {
        width: 329px;
        /* border: 1px solid #EEEEEE; */
        border-radius: 8px;
        padding: 12px 8px;
        display: flex;
        align-items: start;
        gap: 12px;
        cursor: pointer;

        &>div {
            display: flex;
            align-items: center;
            column-gap: 6px;
            flex-wrap: wrap;
            font-size: 16px;
            font-weight: 600;
            line-height: 20px;
            letter-spacing: 0.15px;
            /* color: #010101; */

            /* &>p {
                color: #808080;
            } */
        }

        & .discount-tag {
            border-radius: 4px;
            /* background-color: #FA5A20; */
            padding: 4px 8px;
            font-size: 10px;
            font-weight: 600;
            line-height: 8px;
            letter-spacing: 0.15px;
            /* color: white; */

            &>span {
                font-weight: 800;
            }
        }

        &.disabled {
            border: none;
            /* background-color: #F5F5F5; */
            cursor: default;

            /* & .discount-tag {
                background-color: #D8D8D8;
                color: #808080;
            } */
        }

        &.active {
            border: none;
            /* background-color: #E7E6FF; */
        }
    }
}

.galleryOption {
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15px;
    /* color: #555978; */

    padding: 2.75px 8px;
    border-radius: 8px;

    /* &.active {
        color: #23313E;
        background-color: #FFEFE9;

        & .count {
            background-color: white;
        }
    } */

    &>div {
        width: 137px;
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
    }

    & span {
        position: relative;
        margin-inline-start: 4px;
        top: 2px;
    }

    & .count {
        margin-inline-start: 0;
        font-weight: 600;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 0.15px;
        /* color: black; */
        border-radius: 8px;
        /* background-color: #F7F7F7; */
        padding: 1px 6px 1px 5px;
    }

    & img {
        width: 20px;
        height: 20px;
    }
}

.filters {
    margin-inline-start: 8px;

    & h6 {
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;

        font-family: Plus Jakarta Sans;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0.15px;
    }

    & div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    & label {
        display: flex;
        align-items: center;

        & img {
            width: 20px;
            height: 20px;
            margin-inline-end: 4px;
        }

        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.15px;

        & .count {
            margin-inline-start: 4px;
            font-weight: 600;
            font-size: 10px;
            line-height: 14px;
            letter-spacing: 0.15px;
            /* color: black; */
            border-radius: 8px;
            /* background-color: #F7F7F7; */
            padding: 1px 6px 1px 5px;
        }
    }

    & input {
        width: 20px;
        height: 20px;
        appearance: none;
        /* border: 1px solid #E6E6E6; */
        border-radius: 4px;
        cursor: pointer;

        &:checked {
            background-image: url(https://static-cdn.cliqora.com/app/images/checked.svg);
            background-repeat: no-repeat;
            background-position: center;
        }
    }
}

.gallery-item {
    /* flex-grow: 1;
    min-width: 200px; */
    /* border: 1px solid #EEEEEE; */
    padding: 16px 12px 10px;
    width: calc(100% / 5);
    position: relative;

    /* &.selected {
        border: 1px solid #2F2DEC;
    } */

    &.zoom50 {
        width: calc(100% / 7);

        &>div {
            height: 84.3px;
        }
    }

    &.zoom75 {
        width: calc(100% / 6);

        &>div {
            height: 98.33px;
        }
    }

    &.zoom133 {
        width: calc(100% / 4);

        &>div {
            height: 147.5px;
        }
    }

    &.zoom167 {
        width: calc(100% / 3);

        &>div {
            height: 196.67px;
        }
    }

    &.zoom200 {
        width: calc(100% / 2);

        &>div {
            height: 295px;
        }
    }

    & .appearWhenHover {
        display: none;
    }

    &>div {
        width: 100%;
        height: 118px;

        &>img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        &>.videoFile {
            width: 100%;
            height: 100%;
            /* background-color: black; */
            display: flex;
            justify-content: center;
            align-items: center;

            &>img {
                width: 40px;
                height: 40px;
            }
        }
    }

    &>p {
        margin-block: 6px 0;
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.15px;
        text-align: center;
        /* color: #525252; */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    &:hover {
        /* background-color: #00000014; */
        /* background-color: red; */

        & .appearWhenHover {
            display: block;
        }
    }

    & input {
        appearance: none;
        width: 32px;
        height: 32px;
        /* border: 1px solid #FFFFFF; */
        border-radius: 8px;
        /* background-color: #6A6A6A75; */
        background-image: url(https://static-cdn.cliqora.com/app/images/checked-white.svg);
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;

        /* &:checked {
            background-color: #2F2DEC;
        } */
    }

    & button {
        width: 32px;
        height: 32px;
        border: none;
        border-radius: 8px;
        /* background-color: white; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.toolbar-button {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    /* background-color: #F3F4FF; */
    display: flex;
    justify-content: center;
    align-items: center;

    &.zoom {
        width: 36px;
        height: 36px;
    }

    /* &.toggled {
        background-color: #2F2DEC;
    } */
}

/* .person-list {
    display: flex;
    flex-direction: column;
    gap: 8px;

    &>div {
        display: flex;
        justify-content: space-between;
        align-items: center;

        &>div {
            display: flex;
            align-items: center;
            gap: 4px;
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0.15px;
            color: #555978;
        }
    }

    & .dropdown-toggle {
        width: 20px;
        height: 20px;
        border: 1px solid #E6E6E6;
        border-radius: 4px;
        background-color: white;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;

        &::after {
            display: none;
        }

        &:hover {
            background-color: rgba(0, 0, 0, 0.05);
        }

        &.show {
            background-color: rgba(0, 0, 0, 0.05);
        }
    }

    & .dropdown-menu {
        width: 160px;
        border: none;
        border-radius: 12px;
        box-shadow: 0px 4px 16px 0px #0000001F;
        padding-block: 4px;
    }

    & .dropdown-item {
        padding: 6px 8px;
        display: flex;
        align-items: center;
        gap: 4px;

        &>div {
            width: 20px;
            height: 20px;
            border-radius: 4px;
            background-color: #F0F0F0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.15px;
        color: #555978;
    }
} */
.shareList {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;

    &>div {
        display: flex;
        justify-content: space-between;
        align-items: center;

        &>div:not(.dropdown) {
            max-width: 180px;

            & h6 {
                margin-bottom: 0;
                font-size: 14px;
                font-weight: 700;
                line-height: 20px;
                /* color: #090909; */
                overflow: hidden;
                text-overflow: ellipsis;
            }

            & p {
                margin-bottom: 0;
                font-size: 14px;
                font-weight: 500;
                line-height: 20px;
                /* color: #555978; */
                overflow: hidden;
                text-overflow: ellipsis;
            }
        }
    }

    & .dropdownToggle {
        width: 20px;
        height: 20px;
        /* border: 1px solid #E6E6E6; */
        border-radius: 4px;
        /* background-color: white; */
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;

        &::after {
            display: none;
        }

        /* &:hover {
            background-color: rgba(0, 0, 0, 0.05);
        } */

        /* &.show {
            background-color: rgba(0, 0, 0, 0.05);
        } */
    }

    & .dropdownMenu {
        width: 160px;
        border: none;
        border-radius: 12px;
        /* box-shadow: 0px 4px 16px 0px #0000001F; */
        padding-block: 4px;
    }

    & .dropdownItem {
        padding: 6px 8px;
        display: flex;
        align-items: center;
        gap: 4px;

        &>div {
            width: 20px;
            height: 20px;
            border-radius: 4px;
            /* background-color: #F0F0F0; */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.15px;
        /* color: #555978; */
    }
}

.tooltip {
    margin-bottom: 11px !important;

    & .tooltip-inner {
        padding: 16px;
        /* background-color: #282828; */
    }

    /* & .tooltip-arrow::before {
        border-top-color: #282828 !important;
    } */
}

.popover {
    max-width: unset !important;
    position: fixed;
    bottom: 65px;
    left: 50%;
    translate: -50%;
    border: none !important;
    border-radius: 8px;
    /* box-shadow: 0px 4px 14px 0px #8F8F8F40; */
    padding: 12px 8px 24px;
    font-family: 'Plus Jakarta Sans',
        sans-serif !important;

    &.bottom {
        position: absolute;
        top: 36px;
        right: 0;
        bottom: unset;
        left: unset;
        translate: unset;
    }

    & h5 {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0.15px;
        /* color: #23313E; */
    }

    & .label-and-radio {
        display: flex;
        justify-content: space-between;
        align-items: center;

        & label {
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            letter-spacing: 0.15px;
            /* color: #555978; */
        }

        & input {
            appearance: none;
            width: 20px;
            height: 20px;
            /* border: 1px solid #E6E6E6; */
            border-radius: 50%;
            background-image: url(https://static-cdn.cliqora.com/app/images/checked.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 60%;
            cursor: pointer;

            &:checked {
                /* background-color: #2F2DEC; */
                background-image: url(https://static-cdn.cliqora.com/app/images/checked-white.svg);
            }
        }
    }

    .project-settings-tab {
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.15px;
        /* color: #555978; */

        /* &.active {
            color: #2F2DEC;
        } */
    }

    & label {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        /* color: black; */
    }

    & input[type="text"],
    input[type="date"] {
        width: 100%;
        border: none;
        border-radius: 8px;
        /* background-color: #E8E8E8; */
        padding: 8px 16px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        /* color: #5E5E5E; */

        /* &::placeholder {
            color: #9D9D9D;
        } */
    }

    & select {
        width: 100%;
        border: none;
        border-radius: 8px;
        /* background-color: #E8E8E8; */
        padding: 8px 16px;
        appearance: none;
        background-image: url(https://static-cdn.cliqora.com/app/images/chevron-down.svg);
        background-repeat: no-repeat;
        background-position: center right 10px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        /* color: #5E5E5E; */
    }

    .gallery-setting-item {
        /* border: 1px solid #EEEEEE; */
        border-radius: 8px;
        padding: 8px 16px 8px 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;

        & .name {
            & img {
                width: 20px;
                height: 20px;
            }

            display: flex;
            align-items: center;
            gap: 4px;
            font-size: 14px;
            font-weight: 500;
            line-height: 16px;
            /* color: black; */
        }

        & p {
            margin-block: 2px 0;
            padding-left: 24px;
            font-family: Plus Jakarta Sans;
            font-size: 10px;
            font-weight: 500;
            line-height: 12px;
            letter-spacing: 0.15px;
            /* color: #555978; */
        }
    }

    & .dropdownToggle {
        border-radius: 4px;
        /* background-color: white; */
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;

        &::after {
            display: none;
        }

        /* &:hover {
            background-color: rgba(0, 0, 0, 0.05);
        } */

        /* &.show {
            background-color: rgba(0, 0, 0, 0.05);
        } */
    }

    & .dropdownMenu {
        width: 160px;
        border: none;
        border-radius: 12px;
        /* box-shadow: 0px 4px 16px 0px #0000001F; */
        padding-block: 4px;
    }

    & .dropdownItem {
        padding: 6px 8px;
        display: flex;
        align-items: center;
        gap: 4px;

        &>div {
            width: 20px;
            height: 20px;
            border-radius: 4px;
            /* background-color: #F0F0F0; */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.15px;
        /* color: #555978; */
    }
}

#login-or-reset-form {
    width: 496px;

    & h2 {
        font-size: 36px;
        font-weight: 400;
        line-height: 44px;
        /* color: black; */
        margin-bottom: 8px;
    }

    & .headingPara {
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0.15px;
        /* color: #4F4F4F; */
        margin-bottom: 24px;

        /* & strong {
            color: black;
        } */

        & span {
            font-weight: 600;
            /* color: #FA5A20; */
            cursor: pointer;
        }
    }

    & input[type="text"],
    input[type="email"],
    input[type="password"] {
        width: 100%;
        height: 48px;
        border: none;
        border-radius: 8px;
        /* background-color: #E8E8E8; */
        background-repeat: no-repeat;
        margin-bottom: 16px;
        padding-inline: 52px 16px;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.15px;
        /* color: #4F4F4F; */

        /* &::placeholder {
            color: #B5B5B5;
        } */
    }

    & button {
        width: 100%;
        height: 48px;
        border: none;
        border-radius: 4px;
        /* background-color: #FA5A20; */
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.15px;
        /* color: white; */
    }

    & .endPara {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.15px;
        /* color: black; */

        & span {
            font-weight: 600;
            /* color: #FA5A20; */
            cursor: pointer;
        }
    }
}

#login-screen-ripple {
    height: 43px;
    width: 43px;
    position: absolute;
    top: 320px;
    left: 329px;

    >div {
        animation: ripple 4.5s infinite ease-out;
        background-color: #FA5A20;
        border-radius: 50%;
        height: 100%;
        opacity: 0;
        position: absolute;
        width: 100%;
    }

    #ripple-circle1 {
        animation-delay: 1.5s;
    }

    #ripple-circle2 {
        animation-delay: 3s;
    }

    #ripple-circle3 {
        animation-delay: 4.5s;
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        transform: scale(0);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

#login-screen-callout {
    position: absolute;
    top: 374px;
    left: 76px;
}

.offcanvas.offcanvas-end {
    width: 431px !important;
}

.offcanvas-body {
    h6 {
        margin-bottom: 16px;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0.15px;
        /* color: #23313E; */
    }
}

#settings-page {
    & h5 {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0.15px;
        /* color: #23313E; */
        margin-bottom: 28px;
    }

    & h6 {
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        /* color: black; */
        margin-bottom: 8px;
    }

    & .details {
        display: flex;
        gap: 92px;

        & button.change-pic {
            position: absolute;
            bottom: -4px;
            right: 9px;
            width: 40px;
            height: 40px;
            /* border: 2px solid #FFFFFF; */
            border-radius: 50%;
            /* background-color: #070707; */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        & .details-row {
            width: 719px;
            display: flex;
            align-items: center;
            gap: 33px;

            &>div {
                width: 100%;
                height: 60px;
            }

            & .detail {
                border-radius: 8px;
                /* background-color: #E8E8E8; */
                padding: 8px 16px;
                display: flex;
                justify-content: space-between;
                align-items: center;

                font-size: 14px;
                font-weight: 500;
                line-height: 20px;
                /* color: #5E5E5E; */

                & input {
                    border: none;
                    background-color: transparent;

                    &:focus-visible {
                        outline: none;
                    }
                }

                & button {
                    border: none;
                    background-color: transparent;
                    padding: 0;
                    font-size: 12px;
                    font-weight: 500;
                    line-height: 16px;
                    /* color: #2F2DEC; */
                }
            }
        }
    }
}

#payments-page {
    & .plan-card {
        width: 100%;
        padding: 26px 12px;
        border: 1px solid;
        border-radius: 8px;

        >div {
            display: flex;
            justify-content: space-between;
            align-items: center;

            & button {
                border: none;
                border-radius: 8px;
                padding: 10px 0;
                font-size: 14px;
                font-weight: 600;
                line-height: 16px;
                /* color: white; */
            }
        }

        & p.planCardTitle {
            text-transform: uppercase;
            font-family: Plus Jakarta Sans;
            font-size: 10px;
            font-weight: 700;
            line-height: 18px;
            margin-bottom: 0;
        }

        & h5.planCardTitle {
            font-size: 20px;
            font-weight: 600;
            line-height: 20px;
            letter-spacing: 0.15px;
            /* color: #23313E; */
            margin-bottom: 0;
        }

        & .planPrice {
            display: flex;
            font-size: 40px;
            font-weight: 700;
            line-height: 34px;
            letter-spacing: -1px;
            /* color: black; */

            & p {
                font-size: 15px;
                line-height: initial;
                margin-bottom: 0;
            }

            & span {
                margin-inline-start: 4px;
                font-size: 12px;
                font-weight: 500;
                line-height: 10.5px;
                letter-spacing: 0.15px;
                /* color: #808080; */
            }
        }
    }

    & h6 {
        font-size: 12px;
        font-weight: 500;
        line-height: 13px;
        /* color: #555978; */
    }

    & .download-invoice {
        position: absolute;
        right: 14px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        /* color: #555978; */
        text-decoration: none;

        & .hover-icon {
            display: none;
        }

        &:hover {
            /* color: #0B0B0B; */

            & .icon {
                display: none;
            }

            & .hover-icon {
                display: initial;
            }
        }
    }
}

.bannerCallout {
    position: absolute;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    /* color: black; */
    /* box-shadow: 0px 4px 4px 0px #00000000; */
}

.featureHeading {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600 !important;
    line-height: 19px !important;
    /* color: white !important; */

    & span {
        margin-inline-end: 6px;
        width: 56px;
        height: 24px;
        border-radius: 8px;
        /* box-shadow: 0px 4px 4px 0px #00000000; */
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-weight: 600;
        line-height: 12px;
        /* color: black; */
    }
}

.featureDescription {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 15px !important;
    /* color: #95A4B1 !important; */
}

.project-item {
    &:hover .appearWhenHover {
        display: block;
    }
}

.project-thumbnails {
    position: relative;
    margin-bottom: 12px;
    /* border: 1px solid #E3E3E3; */
    border-radius: 8px;
    padding: 6px;
    display: grid;
    grid-template: 92px 65px / repeat(3, 1fr);
    gap: 2px;
    cursor: pointer;

    & .appearWhenHover {
        display: none;
    }

    & input {
        appearance: none;
        width: 32px;
        height: 32px;
        /* border: 1px solid #FFFFFF; */
        border-radius: 8px;
        /* background-color: #6A6A6A75; */
        background-image: url(https://static-cdn.cliqora.com/app/images/checked-white.svg);
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;

        /* &:checked {
            background-color: #2F2DEC;
        } */
    }

    & button {
        width: 32px;
        height: 32px;
        border: none;
        border-radius: 8px;
        /* background-color: white; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

#fullscreenViewPage {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;

    #topBar {
        z-index: 10;
        position: absolute;
        top: 32px;
        left: 12px;
        width: calc(100% - 48px);
        display: flex;
        justify-content: space-between;
        align-items: center;

        font-size: 20px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.15px;
        /* color: white; */

        &>div {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        & .dropdownToggle {
            /* width: 20px; */
            /* height: 20px; */
            /* border: 1px solid #E6E6E6; */
            /* border-radius: 4px; */
            /* background-color: white; */
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;

            &::after {
                display: none;
            }

            /* &:hover {
                background-color: rgba(255, 255, 255, 0.8);
            } */

            /* &.show {
                background-color: rgba(255, 255, 255, 0.8);
            } */
        }

        & .dropdownMenu {
            width: 160px;
            border: none;
            border-radius: 12px;
            /* box-shadow: 0px 4px 16px 0px #0000001F; */
            padding-block: 4px;
        }

        & .dropdownItem {
            /* padding: 6px 8px; */
            padding-block: 6px;
            display: flex;
            align-items: center;
            gap: 4px;

            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0.15px;
            /* color: #555978; */

            /* &:hover {
                background-color: rgba(0, 0, 0, 0.05);
            } */
        }
    }

    .slider-wrapper {
        width: 100vw;
        height: 100vh;

        & ul {
            height: 100%;
        }

        & li div {
            height: 100%;
            width: 100%;
        }

        img,
        video {
            height: 100%;
            width: auto;
            object-fit: contain;
        }
    }

    .control-arrow.control-prev::before {
        margin: 0 !important;
        border: none !important;
        content: url(https://static-cdn.cliqora.com/app/images/carousel-arrow.svg) !important;
        rotate: 180deg;
    }

    .control-arrow.control-next::before {
        margin: 0 !important;
        border: none !important;
        content: url(https://static-cdn.cliqora.com/app/images/carousel-arrow.svg) !important;
    }

    .carousel:not(.carousel-slider) {
        position: absolute;
        bottom: 32px;
        width: unset;
    }

    .thumbs-wrapper {
        margin: 0 !important;
        overflow: unset !important;
    }

    ul.thumbs {
        margin: 0;
        width: fit-content;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 4px;
        height: 129px;
    }

    li.thumb {
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        height: 100%;

        &>img {
            height: 100%;
            border-radius: 4px;
            object-fit: cover;
        }

        &.selected {
            margin-inline: 14px !important;
            border: 2px solid #2F2DEC !important;
            width: 124px !important;
        }
    }

    .hide {
        opacity: 0;
        transition: opacity 0.5s;
    }

    .show {
        opacity: 1;
        transition: 0.5s;
    }

    .slideOut {
        transform: translateY(200px);
        transition: transform 0.5s;
    }

    .slideIn {
        transform: translateY(0);
        transition: transform 0.5s;
    }
}

input[type="search"] {
    border: none;
    border-radius: 8px;
    /* background-color: #E8E8E8; */
    width: 226px;
    padding: 8px 11px 8px 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* color: #5E5E5E; */
    background-image: url(https://static-cdn.cliqora.com/app/images/search.svg);
    background-repeat: no-repeat;
    background-position: left 11px center;

    /* &::placeholder {
        color: #B5B5B5;
    } */
}










/* Drop zone styling */
.drop-zone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    border: 2px dashed #aaa;
    transition: background-color 0.3s;
}

.drop-zone.hover {
    background-color: #f0f8ff;
}

/* Select Folder button styling */
.select-folder-btn {
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 16px;
    cursor: pointer;
}

/* Folder container */
.folders-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 10px;
}

/* Folder icon and name */
.folder {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

.folder-icon {
    font-size: 30px;
}

.folder-name {
    font-size: 14px;
    margin-top: 5px;
}