:root {
    --main-color: #7d7aff;
}
html, body {
    font-family: 'Eudoxus Sans';
    background-color: #ffffff;
    color: #000000;
}
body.frontend {
    overflow-y: scroll;
}
/*.fixed-bg {
    position: fixed;
    left: -10%;
    right: -10%;
    top: -10%;
    bottom: -10%;
    z-index: 0;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 120%;
    /*height: 120%;*/
/*}*/
.external-color-bg, .external-image-bg {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
}
.external-color-bg {
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.external-image-bg {
    position: fixed;
    transform: scale(1.1);
}
.desktop-view .external-color-bg, .desktop-view .external-image-bg {
    display: none;
}
.frontend #app {
    position: relative;
    background-size: 100% auto;
    background-position: 0% 350px;
}
.content-background {
    position: fixed;
    width: 100%;
    max-width: 530px;
    display: block;
    width: 100%;
    height: 100%;
}
.desktop-view .content-background {
    max-width: 100%;
}
.announcement-box {
    /*left: 20px;
    bottom: 20px;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.announcement-box, .messenger-icon, .messenger-content-wrapper {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    border-radius: 20px;
}
.announcement-box {
    max-width: 380px;
    width: calc(100% - 40px);
    padding: 20px;
    min-height: 150px;
    background-color: #ffffff;
    z-index: 1022;
}
.messenger-icon + .announcement-box {
    /* width: calc(100% - 115px); */
}
.announcement-box-close {
    top: 0px;
    right: 0px;
    width: 27px;
    height: 27px;
    border-bottom-left-radius: 10px;
    line-height: 30px;
}
.announcement-box-close i {
    font-size: 12px;
}
.announcement-box .title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
}
.announcement-box .text {
    font-size: 16px;
    line-height: 22px;
}
.announcement-box .button_and_countdown {
    width: calc(100% - 120px) !important;
}
.announcement-box .button_countdown_wrapper {
    height: 37px;
    margin-top: 20px;
}
.announcement-box .button_countdown_wrapper span {
    width: 150px;
    top: 0;
    right: 0;
}
.messenger-icon {
    width: 55px;
    height: 55px;
    transition: all .2s ease;
    z-index: 1022;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
}
.messenger-icon.bottom-left {
    left: 20px;
}
.messenger-icon.inactive {
    margin-right: -100px;
    margin-bottom: -100px;
}
.messenger-icon.bottom-left.inactive {
    margin-right: auto;
    margin-left: -100px;
}
.messenger-icon > i {
    color: #ffffff;
    font-size: 36px;
    line-height: 0;
    margin-top: 9px;
    display: inline-block;
}
.messenger-icon > svg {
    margin-top: 12px;
}
.messenger-content-wrapper {
    bottom: 0px;
    right: 0px;
    max-width: 430px;
    width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
    background-color: #ffffff;
    opacity: 0;
    transition: all .2s ease;
    margin-right: -100px;
    margin-bottom: -100px;
    visibility: hidden;
    min-height: 200px;
}
.bottom-left .messenger-content-wrapper {
    margin-left: -100px;
    margin-right: auto;
    left: 0px;
}
.messenger-content-wrapper.active {
    opacity: 1;
    margin-right: 100px;
    margin-bottom: 100px;
    cursor: default;
    visibility: visible;
}
.bottom-left .messenger-content-wrapper.active {
    margin-left: 100px;
    margin-right: auto;
}
.messenger-content-header {
    height: 50px;
    line-height: 50px;
}
.messenger-content-header i {
    top: 2px;
    right: 14px;
}
.messenger-content-body {
    min-height: 150px;
}
.messenger-content-body .messenger-content-inner {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding: 15px 30px 15px 30px;
    margin-left: 0px;
    width: auto;
}
.messenger-content-body .contact-success-wrapper {
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
    font-size: 20px;
}
.messenger-content-body > .messenger-content-inner-track {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 20px;
    width: 6px;
    display: none;
}
.messenger-content-body .messenger-content-inner-bar {
    position: absolute;
    top: 0;
    border-radius: 3px;
    right: 0;
    left: 0 !important;
    height: 50px;
    background: #F0F0F0;
}
.messenger-content-inner .buttons a {
    box-shadow: none;
    padding: 0;
    height: 32px;
    line-height: 29px;
    font-size: 12px;
    padding: 0 15px;
    font-weight: 400;
}
.messenger-content-inner .messenger-gfx-wrapper, .announcement-box .announcement-gfx-wrapper {
    padding-top: 56.25%;
    border-radius: 20px !important;
}
.messenger-content-inner .messenger-gfx-wrapper > div, .announcement-box .announcement-gfx-wrapper > div {
    top: 0px;
    left: 0px;
}
.messenger-content-inner input:focus, .messenger-content-inner textarea:focus {
    box-shadow: none;
}
#app > .header {
    min-height: 600px;
    padding: 95px 135px 80px 135px ;
}
#app > .header .header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#app > .header > *:not(.header-bg) {
    z-index: 1;
}
#app > .header .header-description {
    margin-bottom: 20px;
    max-width: 500px;
}
#app > .header h2 {
    font-size: 2.5rem;
}

#app > .header h2 img {
    max-width: 422px;
    max-height: 85px;
}
.mobile-view #app > .header .header-description {
    padding: 0px 45px;
    max-width: 530px;
}
.likes-wrapper {
    top: 15px;
    left: 20px;
    cursor: pointer;
}
.likes-wrapper.clicked {
    cursor: default;
}
.likes-wrapper:not(.clicked) span {
    animation: pulse 60s infinite ease-out;
}
@keyframes pulse{
    0% {
        transform:scaleX(1);
    }
    0.5% {
        transform:scale3d(1.1,1.1,1.1);
    }
    1% {
        transform:scaleX(1);
    }
}
@keyframes item-pulse{
    0% {
        transform:scaleX(1);
    }
    10% {
        transform:scale3d(1.05,1.05,1.05);
    }
    20% {
        transform:scaleX(1);
    }
}
.likes-wrapper i {
    color: red;
    font-size: 15px;
    vertical-align: middle;
}
.header-right-icons {
    font-size: 25px;
}
.header-right-icons i {
    cursor: pointer;
    line-height: 0;
}
.view-switcher-wrapper i {
    display: none;
}
.desktop-view .view-switcher-wrapper .flaticon-smartphone-3 {
    display: inline-block;
}
.mobile-view .view-switcher-wrapper .flaticon-monitor {
    display: inline-block;
}
.header-right-icons {
    top: 9px;
    right: 20px;
}
#app > .header .badges {
    gap: 15px;
    margin-bottom: 20px;
}
#app > .header .badges > span {
    font-weight: 500;
    padding: 0.375rem 0.75rem;
    line-height: 1.8;
    font-size: 0.8rem;
}
#app > .header .icons {
    line-height: 1;
}
#app > .header .icons a {
    color: #000000;
    font-size: 20pt;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    vertical-align: bottom;
}
#app > .header .icons a .flaticon-monitor {
    font-size: 25pt;
}
#app > .header .icons a:not(:last-child) {
    margin-right: 16px;
}
#app > .header .icons a:hover {
    text-decoration: none;
}
body #app > .footer {
    position: relative;
}
#app .header .logo-wrapper, body #app > .footer .logo-wrapper, .page-wrapper .footer .logo-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    /* background-color: #212221; */
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#app .header .logo-wrapper {
    width: 220px;
    height: 220px;
}
#app > .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.main-navigation-wrapper-outer {
    height: 70px;
    margin-top: 25px;
    margin-bottom: 25px;
}
#app > .main-navigation-wrapper-outer {
    transition: background-color 200ms ease;
}
.main-navigation-wrapper-outer.hidden {
    height: 0px;
}
.main-navigation-wrapper-outer.stuck {
    /* background-color: #000000 !important; */
}
.main-navigation-wrapper-outer .btn-extra {
    min-width: auto;
    height: 33px;
    margin-right: 13px;
    padding: 4px 12px 0 12px;
    white-space: nowrap;
    font-size: 12.4px;
    line-height: 23px;
}
.main-navigation-wrapper-inner {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 35px;
}
.main-navigation-wrapper-inner .scroll {
    display: none;
}
.main-navigation-wrapper-inner .scroll-left {
    left: 0;
}
.main-navigation-wrapper-inner .scroll-right {
    right: 0;
}
.main-navigation-wrapper-inner .scroll a {
    width: 40px;
    height: 40px;
    color: #000000;
    padding: 8px 0 12px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}
.stuck .main-navigation-wrapper-inner .scroll a {
    color: #ffffff;
}
.main-navigation-wrapper-inner .scroll a i {
    font-size: 18px;
}
/*.main-navigation-wrapper-inner .scroll-left a {
    background-image: linear-gradient(to left, rgba(255,255,255,0) 0%, white 50%);
}
.main-navigation-wrapper-inner .scroll-right a {
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, white 50%);
}*/
ul.main-navigation {
    height: 40px;
    margin: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}
ul.main-navigation::-webkit-scrollbar {
    display: none;
}
ul.main-navigation li {
    height: 40px;
    line-height: 40px;
    padding: 0px 12px;
    margin-right: 0 !important;
}
ul.main-navigation li a {
    color: #3b3a3a;
    display: inline-block;
    height: 40px;
    font-size: 16px;
}
ul.main-navigation li a:after {
    display: block;
    content: attr(title);
    font-weight: 600;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
ul.main-navigation li a:hover {
    text-decoration: none;
}
.stuck ul.main-navigation li a {
    color: #ffffff;
}
.stuck ul.main-navigation li.active a {
    color: #3b3a3a;
}
ul.main-navigation .active {
    font-weight: 600;
    border-radius: 9px;
}
.page-wrapper ul.main-navigation .active {
    background-color: #f0f0f0;
}
.folder-wrapper {
    margin-bottom: 38px;
}
h3.folder-title {
    font-size: 22px;
    text-indent: 25px;
    margin-bottom: 8px;
    font-weight: 600;
    max-width: 1200px;
    margin: 0 auto 8px auto;
}
h3.folder-title .button-wrapper {
    margin-left: 15px;
    border-left: 1px solid rgb(60 60 60);
    text-indent: 17px;
}
h3.folder-title .button-wrapper a {
    text-indent: 0;
}
.narrow h3.folder-title {
    max-width: 600px;
}
.folder-items-wrapper {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    padding: 15px;
    font-size: 0;
}
.folder-items-wrapper::-webkit-scrollbar {
    display: none;
}
.folder-items-wrapper .item {
    border-radius: 20px;
    background-color: #ffffff;
    height: 280px;
    overflow: hidden;
    z-index: 1;
}
.item.pulse, .item-large.pulse {
    animation: item-pulse 5s infinite ease-out;
}
.item-instagram, .item-spotify {
    background-color: transparent !important;
}
.folder-items-wrapper > div {
    z-index: 1;
    vertical-align: top;
}
.folder-items-wrapper:not(.mobile-preview) > div > div {
    transform: translate3d(calc(max(1200px, 100vw)/2 - 593px), 0, 0);
}
.narrow .folder-items-wrapper > div > div {
    transform: translate3d(calc(max(607px, 100vw)/2 - 303px), 0, 0);
}
.folder-items-wrapper.single-large > div > div {
    transform: none;
}
.folder-items-wrapper .item, .folder-items-wrapper .item-large {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}
.item-medium > .item-small, .item-large > .item-small, .item-colorbox .item-small,
.item-viewmore .item-small, .item-viewmore-tall .item-small, .item-youtube-short .item-small,
.item-tiktok .item-small {
    box-shadow: none;
    position: relative;
    height: auto;
    width: 100%;
    border-radius: 0;
}
.item-colorbox .item-small, .item-viewmore .item-small, .item-viewmore-tall .item-small {
    background-color: transparent !important;
}
.item-colorbox .item-small {
    margin-top: 50px;
}
.item-viewmore .item-small, .item-viewmore-tall .item-small {
    bottom: 0px;
    left: 0px;
}
.folder-items-wrapper .item-large {
    /* max-width: 1026px;
    width: 100%;
    padding-top: 56.25% */
    width: 577px;
    max-width: 100%;
}
.folder-items-wrapper .item-signup button.signup-button:active, .folder-items-wrapper .item-signup button.signup-button:focus, .folder-items-wrapper .item-signup input.signup-input:focus {
    box-shadow: none !important; outline: none;
}
.folder-items-wrapper .item-medium {
    height: auto;
}
.item-medium .carousel, .item-youtube-short .carousel, .item-viewmore-tall .carousel {
    top: 0;
}
.folder-items-wrapper .item-medium .carousel-wrapper {
    padding-top: 56.25%;
}
.folder-items-wrapper .item-medium .carousel-wrapper,
.folder-items-wrapper .item-viewmore .carousel-wrapper,
.folder-items-wrapper .item-viewmore-tall .carousel-wrapper,
.folder-items-wrapper .item-youtube-short .carousel-wrapper
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.folder-items-wrapper .item-medium.tall .carousel-wrapper {
    padding-top: 70%;
}
.item-medium .carousel-wrapper .item-small,
.item-large .carousel-wrapper .item-small,
.item-viewmore-tall .carousel-wrapper .item-small {
    z-index: 2;
    box-shadow: none;
    height: auto;
    left: 0px;
    bottom: 0px;
    width: 250px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9) !important;
}
.item-medium .carousel-wrapper .item-small.button-only, .item-large .carousel-wrapper .item-small.button-only {
    border-radius: 0px;
    background: none !important;
    left: 20px;
    bottom: 20px;
}
.item-medium .carousel-wrapper .item-small .title, .item-medium .carousel-wrapper .item-small .text,
.item-large .carousel-wrapper .item-small .title, .item-large .carousel-wrapper .item-small .text,
.item-viewmore-tall .carousel-wrapper .item-small .title, .item-viewmore-tall .carousel-wrapper .item-small .text {
    color: #000000 !important;
}
.item-medium .carousel-wrapper .item-small .title + .button,
.item-large .carousel-wrapper .item-small .title + .button {
    margin-top: 15px;
}
.item-medium .carousel-wrapper .item-small .button,
.item-large .carousel-wrapper .item-small .button,
.item-small .flex-column .content .button,
.item-small .content .button_2 {
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
}
.folder-items-wrapper .item-large .carousel-wrapper {
    width: 100%;
    padding-top: 100%;
}
.folder-items-wrapper .item-large.vertical .carousel-wrapper {
    padding-top: 123%;
}
.folder-items-wrapper.single-large > div, .folder-items-wrapper.multiple-large > div {
    /* max-width: 1026px;
    width: 90%;
    width: 577px;
    height: 577px; */
    margin: 0 auto;
}
.folder-items-wrapper.multiple-large > div:last-child .item-large {
    /* padding-top: 57.085%;
    padding-top: 102.7%; */
}
.folder-items-wrapper .item:not(:last-child), .folder-items-wrapper:not(.mobile-preview):not(.desktop-preview) .item-large:not(:last-child) {
    margin-right: 20px;
}
.folder-items-wrapper:not(.mobile-preview) > div:not(:last-child) {
    margin-right: 20px;
}
.folder-items-wrapper:not(.single-large):not(.mobile-preview) > div:last-child > div {
    padding-right: 15px;
}
.folder-items-wrapper.mobile-preview .item-large .carousel, .folder-items-wrapper.desktop-preview .item-large .carousel {
    transform: none;
}
.folder-items-wrapper.desktop-preview .item-large > .item {
    transform: none;
}
.clickable {
    cursor: pointer;
}
.folder-items-wrapper .item .title, .item-signup .item .title {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
}
.folder-items-wrapper .item-colorbox .title {
    font-size: 27px !important;
    line-height: 32px !important;
}
.folder-items-wrapper .item .subtitle {
    font-size: 16px;
    line-height: 16px;
    bottom: 26px;
    left: 20px;
}
.item-large {
    overflow: hidden;
    border-radius: 20px;
    /*width: 90%;
    padding-top: 34.50%;*/
}
.item-large .carousel {
    top: 0;
    left: 0;
}
.item picture > img, .item-large picture > img {
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.wh {
    height:100%!important
}
.ww {
    width:100%!important
}
.single-large {
    text-align: center;
}
.single-large > div {
    /* display: block !important; */
}
.folder-items-wrapper .item .button, .item-large .button, .folder-items-wrapper .item .button_2 {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    background-color: #F8F8F8;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
}
.folder-items-wrapper .item.item-slim .button {
    right: 10px;
    left: auto;
    top: 10px;
    height: 35px;
    line-height: 35px;
    border-radius: 12px;
}
.folder-items-wrapper .button {
    top: 15px;
    left: 15px;
    padding: 0 12px;
    z-index: 1;
}
.folder-items-wrapper .item-colorbox .button {
    top: 0px;
    left: 0px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
}
.folder-items-wrapper .item-colorbox .thumb:not(.d-none) + .button {
    padding-left: 52px;
}
.item .text, .item-large .text {
    color: #7d7d7d;
    white-space: pre-wrap;
}
.folder-items-wrapper .item .button:hover, .item-large .button {
    text-decoration: none;
}
.folder-items-wrapper .item .text, .folder-items-wrapper .item-large .text {
    /* font-size: 12px;
    line-height: 15px; */
    font-size: 15px;
    line-height: 20px;
}
.folder-items-wrapper .item-colorbox .text {
    font-size: 16px !important;
}
.folder-items-wrapper .item .text:not(:first-child), .folder-items-wrapper .item-large .text:not(:first-child), .item-signup.item-large .text:not(:first-child) {
    margin-top: 6px;
}
.folder-items-wrapper .item-colorbox .text:not(:first-child) {
    margin-top: 15px;
}
.folder-items-wrapper .item .title + a, .folder-items-wrapper .item-large .title + a {
    margin-top: 15px;
}
.folder-items-wrapper .item .button + .text, .folder-items-wrapper .item-large .button + .text {
    margin-top: 0px;
}
.folder-items-wrapper .item .text:not(:last-child), .folder-items-wrapper .item-large .text:not(:last-child), .item-signup.item-large .text:not(:last-child) {
    margin-bottom: 15px;
}
.item-small {
    width: 280px;
    text-align: left;
    height: auto !important;
    /* Safari fix for rounded borders overlapping on transition */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}
.item.item-small > .d-flex {
    height: 280px;
}
.item.item-small.square-circle-mask-content > .d-flex {
    height: 260px;
}
.item-small .gfx-wrapper {
    height: 100%;
}
.item-small.vertical > .d-flex {
    height: 385px;
}
.item-small .circle-mask {
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    height: auto !important;
}
.item-small.square-circle-mask-content .circle-mask {
    bottom: 0px;
    transform: translate(-50%, 0);
    top: auto;
}
.item-small .circle-mask.full-height {
    height: calc(100% - 40px);
}
.item .thumb, #app > .header, #app > .thumb, .messenger-content-inner .thumb, .logo-preview .thumb, .announcement-box .thumb {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.carousel-inner {
    z-index: 0;
}
.item-small .content {
    padding: 20px 20px 20px;
    white-space: normal;
}
.item-small .content.button-only {
    padding: 0;
}
.item-small.d-inline-block .content .title + .button {
    margin-top: 15px;
}
.folder-items-wrapper .item-slim {
    width: 372px;
    min-height: 100px;
    height: auto;
}
.item.item-slim picture > img {
    border-radius: 0;
}
.folder-items-wrapper .item-slim .carousel {
    width: 100px;
    height: 100px;
    margin-right: -4px;
}
.folder-items-wrapper .item-slim .carousel:not(.circle-mask) {
    min-height: 100px;
    height: auto;
}
.folder-items-wrapper .item-slim .carousel.circle-mask {
    width: 76px;
    height: 76px;
    margin-left: 20px;
    margin-right: 0;
}
.item-slim .content {
    margin: 0 20px 0 40px;
    padding: 17px 0;
}
.item-slim .circle-mask + .content {
    margin-left: 30px;
}
.item-slim .content .title {
    white-space: pre-wrap;
}
.item-slim.no-image .content {
    margin: 0 20px;
}
.item-slim .carousel.circle-mask picture img {
    border-radius: 50%;
}
.item-slim.has-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.slim-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slim-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.item-slim.has-bg .content .title, .item-slim.has-bg .content .text {
    color: #ffffff !important;
}
.item-slim.has-bg .carousel {
    display: none !important;
}
.item-spotify {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.item-medium {
    width: 498px;
}
.item-youtube-short, .item-viewmore-tall {
    width: 250px;
    height: auto !important;
}
.item-youtube-short > div.carousel-wrapper, .item-viewmore-tall > div {
    padding-top: 178%;
}
.item-tiktok {
    width: 325px;
    height: auto !important;
}
.item-colorbox {
    width: 388px;
}
.item-colorbox .button-thumb-wrapper {
    top: 20px;
    left: 20px;
}
.item-colorbox .thumb {
    z-index: 2;
    border-radius: 50%;
    width: 42px;
    height: 42px;
}
.item-signup .item-small {
    border-radius: 20px !important;
}
.item-signup .signup-button {
    padding: 0;
}
.folder-items-wrapper .item-instagram-feed {
    width: 285px;
    height: 285px;
}
.item-instagram-feed .iframe-wrapper i {
    font-size: 20px;
    color: #ffffff;
    margin: 10px 10px 0;
}
.item-instagram-feed .content {
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    background: rgba(0,0,0,0.8);
}
.item-instagram-feed .title {
    transition: all 0.2s;
    margin-top: 20px;
    padding: 20px;
    white-space: pre-wrap;
    color: #ffffff;
}
.item-instagram-feed:hover .content {
    opacity: 1;
    visibility: visible;
}
.item-instagram-feed:hover .content .title {
    margin-top: 0;
}
.folder-items-wrapper .item-instagram {
    width: 326px;
    height: 380px;
}
.folder-items-wrapper .item-instagram.vertical {
    height: 460px;
}
.folder-items-wrapper .item-instagram.vertical.button-only {
    height: 525px;
}
.folder-items-wrapper .item-instagram.button-only {
    height: 445px;
}
.folder-items-wrapper .item-instagram .embed-wrapper {
    height: 100%;
    overflow: hidden;
}
.folder-items-wrapper .item-instagram.button-only .embed-wrapper {
    height: calc(100% - 65px);
}
.folder-items-wrapper .item-tiktok .embed-wrapper {
    min-height: 525px;
}
.folder-items-wrapper .item-tiktok .embed-wrapper blockquote {
    margin: 0px !important;
}
.folder-items-wrapper .item-instagram iframe {
    border: none !important;
}
.folder-items-wrapper .item-instagram .content {
    height: 65px;
    padding-top: 10px;
    background-color: #ffffff;
}
.folder-items-wrapper .item-instagram .button {
    height: 45px;
    line-height: 45px;
    margin: 0 10px;
}
.item-large .item-small .content {
    max-width: 700px;
}
.item-medium .item-small.button-only, .item-large .item-small.button-only {
    background: rgba(232, 232, 232, 0);
}
.item .button-only .content, .item-large .button-only .content {
    padding: 0;
}
.item .rating-wrapper {
    top: 20px;
    right: 20px;
}
.item .rating-wrapper i {
    font-size: 20px;
}
.item .rating-wrapper i:not(:last-child) {
    margin-right: 2px;
}
.folder-items-wrapper .item .button-only .button, .item-large .button-only .button {
    /* top: -50px; */
}
.folder-items-wrapper .item-spotify, .folder-items-wrapper .item-viewmore {
    width: 365px;
    height: 232px;
}
.folder-items-wrapper .item-twitter {
    width: 350px;
    height: auto;
    min-height: 100px;
    border-radius: 12px;
}
.item-twitter .twitter-tweet {
    margin: 0 0 -86px 0 !important;
}
.folder-items-wrapper-track {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    height: 9px;
    display: none;
    border-radius: 5px;
    overflow: hidden;
    max-width: 1170px;
    margin: 0 auto;
}
.narrow .folder-items-wrapper-track {
    max-width: 570px;
}
.folder-items-wrapper-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 9px;
    background-color: #f3f3f3a6;
    border-radius: 5px;
}
.iframe-wrapper {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    border-radius: 20px !important;
    background-size: 70px;
}
.iframe-wrapper .is-live {
    width: 38px;
    height: 20px;
    background-color: red;
    border-radius: 3px;
    top: 15px;
    right: 15px;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
}
.page-header .iframe-wrapper, .iframe-wrapper.notification {
    border-radius: 0 !important;
}
.item-small iframe.iframe-wrapper {
    z-index: 0;
}
.item-small iframe.iframe-wrapper + .carousel-inner {
    display: none;
}
.iframe-wrapper > div {
    opacity: 0.75;
    width: 80px;
    height: 80px;
    background-size: cover;
}
.iframe-wrapper > div {
    background-image: url('/images/icon-youtube-play.png');
}
.iframe-wrapper.twitch > div {
    background-image: url('/images/icon-twitch-play.png');
}
.iframe-wrapper.audio > div {
    background-image: url('/images/icon-spotify-play.png');
}
.item-small .iframe-wrapper.video > div {
    width: 40px;
    height: 40px;
}
.no-bottom-rounded-corners {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
@media only screen and (max-width: 1200px) {
    .frontend:not(.narrow):not(.fixed-view) .folder-items-wrapper-track:not(.page) {
        margin-left: 15px;
        margin-right: 15px;
    }
}
.page-wrapper .footer {
    min-height: 400px;
    margin-top: 30px;
    color: #000000;
}
.dark .page-wrapper .footer {
    color: #ffffff;
}
/* body #app > .footer .buttons a, */ .page-wrapper .footer .buttons a {
    background-color: #F2F2F2;
}
body #app > .footer .buttons a:not(:last-child), .page-wrapper .footer .buttons a:not(:last-child), .messenger-content-inner .buttons a:not(:last-child) {
    margin-right: 10px;
}
body #app > .footer .footer-link, .page-overlay .footer .footer-link {
    font-size: 9px;
    text-decoration: none;
}
.page-overlay .footer .footer-link {
    color: #000000;
}
body #app > .footer .footer-link:hover, .page-overlay .footer .footer-link:hover {
    text-decoration: underline;
}
.page-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 1022;
    width: 0;
    height: 0;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    overflow-y: scroll;
}
.page-overlay.visible {
    transition: opacity 0.2s ease;
    pointer-events: auto;
    opacity: 1;
    width: 100%;
    height: 100%;
}
.page-overlay > .content {
    opacity: 0;
    transform: translateY(15%) scale(0.50);
    cursor: default;
    position: relative;
}
.page-overlay.visible > .content {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: opacity 0.2s ease, transform 0.3s ease;
    transition-delay: 0.2s;
}
body.nooverflow {
    overflow-x: hidden;
    overflow-y: hidden;
}
.container.page-wrapper {
    background-color: #ffffff;
    max-width: 1050px;
    padding: 0px;
    min-height: 100vh;
}
.page-close {
    top: 14px;
    right: 10px;
    width: 45px;
    line-height: 45px;
    color: #000000;
    z-index: 1022;
}
.page-close:hover {
    text-decoration: none;
    color: #000000;
}
.page-close i {
    font-size: 17px;
}
.dark .page-close {
    color: #ffffff;
}
.page-wrapper .main-navigation-wrapper-outer {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 50px;
}
.page-wrapper .page-header .item-large {
    width: 100%;
    padding-top: 56.25%;
}
.page-wrapper .main-navigation-wrapper-outer + .content-wrapper, .page-wrapper .page-header-wrapper + .content-wrapper {
    margin-top: 55px;
}
.page-text-wrapper {
    max-width: 1030px;
    width: calc(100vw - 30px);
    margin: 0 auto;
    padding: 100px 100px 100px 100px;
}
.page-text-wrapper h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #000000;
}
.dark .page-text-wrapper h2 {
    color: #ffffff;
}
.page-text-wrapper .text, .wysiwyg-page {
    color: #7d7d7d;
    line-height: 35px;
    font-size: 17px;
}
.dark .page-text-wrapper .text {
    color: #7a7979;
}
.page-text-wrapper .buttons {
    margin-top: 60px;
}
.page-text-wrapper .buttons a {
    color: #000000;
    text-decoration: none;
    border-radius: 10px;
    width: 196px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    background-color: #F2F2F2;
}
.dark .page-text-wrapper .buttons a {
    background-color: #242424;
    color: #ffffff;
}
.page-text-wrapper .buttons a:not(:last-child) {
    margin-right: 20px;
}
.page-embed, .page-photo-gallery {
    margin-bottom: 100px;
    position: relative;
}
.page-photo-gallery {
    /* padding: 10px; */
}
.page-photo-gallery.grid {
    /*column-count: 3;
    column-gap: 10px;*/
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
    grid-auto-rows: 0;
}
.page-photo-gallery img {
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}
.page-embed.video {
    padding-top: 56.25%;
}
.page-embed > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.page-embed.iframe {
    padding-top: 100%;
}
.carousel-indicators {
    bottom: -35px;
    margin: 0;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: none;
    background-color: #7B7B7B;
    opacity: 0.5;
}
.carousel-indicators li.active {
    opacity: 1;
}
.page-wrapper .content-wrapper.filtered {
    margin-top: 80px;
}
.page-wrapper .folder-title {
    margin: 0 auto 8px auto;
    max-width: 830px;
    text-indent: 0px;
}
.folder-items-wrapper-track.page {
    max-width: 830px;
}
.page-preview .page-text-wrapper {
    padding: 55px 45px 0px 45px;
    width: auto;
}
.page-preview .page-text-wrapper h2 {
    font-size: 25px;
    margin-bottm: 20px;
}
.page-preview .page-text-wrapper .text {
    white-space: pre-wrap;
}
.page-preview .page-text-wrapper .buttons {
    margin-top: 45px;
}
.page-preview .page-text-wrapper .buttons a {
    width: 48%;
    float: left;
    font-size: 14px;
}
.page-preview .page-text-wrapper .buttons a:not(:last-child) {
    margin-right: 0;
}
.page-preview .page-text-wrapper .buttons a:last-child:not(:first-child) {
    float: right;
}
.page-preview .page-text-wrapper .buttons a.d-none + a:last-child:not(:first-child) {
    float: left;
}

@media only screen and (min-width: 1050px) {
    .page-wrapper .folder-items-wrapper:not(.single-large) > div > div {
        /* transform: translate3d(calc(1050px/2 - 493px), 0, 0); */
        transform: translate3d(calc(1050px/2 - 430px), 0, 0);
    }
}

@media only screen and (max-width: 1050px) {
    .page-wrapper .folder-items-wrapper:not(.single-large) > div > div {
        /* transform: translate3d(calc(100vw/2 - 493px), 0, 0); */
        transform: translate3d(calc((1000px/2) - 493px), 0, 0)
    }
    .page-close {
        top: 14px;
    }
    .page-close i {
        font-size: 15px;
    }
    .page-wrapper .folder-title {
        width: 100%;
        max-width: 100%;
        text-indent: 25px;
    }
}

@media only screen and (max-width: 1070px) {
    .page-text-wrapper {
        /* padding: 60px 30px 60px 30px; */
    }
    .carousel-indicators {
        bottom: -6%;
    }
}

@media only screen and (max-width: 1000px) {
    .page-wrapper .folder-items-wrapper-track {
        margin-left: 15px;
        margin-right: 15px;
    }
    .page-wrapper .folder-items-wrapper:not(.single-large) > div > div {
        transform: translate3d(calc((1000px/2) - 493px), 0, 0);
    }
}

@media only screen and (max-width: 980px) {
    #app > .header {
        padding: 336px 30px 40px;
        flex-direction: column !important;
        min-height: 400px;
    }
    #app > .header.no-bg {
        padding-top: 187px;
        min-height: 140px;
    }

    #app > .header .header-bg {
        height: 260px;
    }

    #app > .header .header-description, #app > .header h2 {
        text-align: center !important;
    }

    #app > .header h2 {
        font-size: 1.8rem;
    }

    #app > .header h2 img {
        max-width: 240px;
        max-height: 50px;
    }

    #app > .header .header-description {
        padding: 0px;
    }

    #app .header .logo-wrapper {
        width: 125px;
        height: 125px;
        position: absolute;
        top: 197px;
    }

    #app .header.no-bg .logo-wrapper {
        top: 48px;
    }

    #app .header .icons, #app .header .badges {
        text-align: center;
    }

    #app .header .badges {
        justify-content: center !important;
    }
}

@media only screen and (max-width: 650px) {
    .messenger-content-body .messenger-content-inner {
        max-height: calc(100vh - 241px);
        padding-left: 15px;
    }
    .page-text-wrapper .buttons a {
        width: 48%;
        float: left;
        font-size: 14px;
    }
    .page-text-wrapper .buttons a:not(:last-child) {
        margin-right: 0;
    }
    .page-text-wrapper .buttons a:last-child:not(:first-child) {
        float: right;
    }
    .modal {
        padding-right: 0px !important;
    }
}

/* DARK MODE */
/* .dark, .dark .main-navigation-wrapper-outer, */ .dark .page-wrapper .main-navigation-wrapper-outer, .dark .page-overlay .container.page-wrapper {
    background-color: #161616 !important;
}
.dark .main-navigation-wrapper-inner .scroll a {
    color: #ffffff;
}
.dark .page-overlay.main-navigation-wrapper-inner .scroll-left a {
    background-image: linear-gradient(to left, rgba(22,22,22,0) 0%, #161616 50%);
}
.dark .page-overlay .main-navigation-wrapper-inner .scroll-right a {
    background-image: linear-gradient(to right, rgba(22,22,22,0) 0%, #161616 50%);
}
.dark .folder-items-wrapper .d-inline-block.item, .dark .folder-items-wrapper .item-large {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
}
.dark .folder-items-wrapper .item, .dark .folder-items-wrapper .item-large {
    background-color: #1d1d1d;
}
.dark .folder-items-wrapper .item-large .item, .dark .folder-items-wrapper .item-medium .item {
    background-color: unset;
}
.dark .item-small .text {
    color: #7a7979;
}
.dark .item-medium .text, .dark .item-large .text {
    color: #d1d1d1;
}
.dark .folder-items-wrapper .item .title, .dark .folder-items-wrapper .item-large .title {
    color: #ffffff;
}
/*.dark .folder-items-wrapper-bar, .dark.mobile-view .folder-items-wrapper-bar {
    background-color: #232323;
}*/
.dark .page-overlay .folder-items-wrapper-bar {
    background-color: #232323;
}
.dark h3.folder-title {
    color: #ffffff;
}
.dark .page-wrapper ul.main-navigation li a {
    color: #ffffff;
}
.dark .page-wrapper ul.main-navigation .active, /* .dark #app > .footer .buttons a, */ .dark .page-wrapper > .footer .buttons a {
    background-color: #242424;
}
/* .dark #app > .footer .buttons a, */ .dark .page-wrapper > .footer .buttons a {
    color: #ffffff;
    border-color: #242424;
}
/* .dark #app > .footer .buttons a:hover, */ .dark .page-wrapper > .footer .buttons a:hover {
    background-color: #ffffff;
    color: #000000;
}
.dark #app > .footer .buttons a:focus, .dark .page-wrapper > .footer .buttons a:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 50%);
}
.dark .page-overlay .footer .footer-link {
    color: #ffffff;
}

/* BACKEND */
.overflow-visible {
    overflow: visible !important;
}
option:disabled {
    color: #cacaca;
}
.form-control::placeholder {
    color: #b5b5b5;
}
.main-backend-nav .mobile {
    display: none;
}
.backend #app > .container {
    max-width: 1080px;
}
.backend .body-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    margin-left: 400px;
}
.backend.no-sidebar {
    overflow-y: scroll;
}
.backend.no-sidebar .body-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}
.backend.no-sidebar .items-list {
    border: none;
}
.backend.no-sidebar .items-list.with-border {
    border-right: 1px solid #707070;
}
.backend.no-sidebar #content .content-wrapper > div {
    overflow-y: hidden;
}
.backend .content-inner {
    height: calc(100vh - 110px);
}
.backend .content-inner > div {
    height: calc(100% - 80px);
    padding-top: 50px;
}
.backend #content.is-list h4, .backend #content.is-list .list-unstyled .text-center {
    color: #ffffff;
}
.backend.no-sidebar .body-wrapper, .backend.no-sidebar .body-inner, .backend.no-sidebar #content, .backend.no-sidebar #content .content-wrapper {
    top: auto;
    bottom: auto;
}
.backend .body-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.backend #sidebar {
    position: absolute;
    z-index: 1022;
    left: -400px;
    width: 400px;
    top: 0;
    bottom: 0;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 16%);
}
.main-color {
    color: var(--main-color) !important;
}
.main-background-color {
    background-color: var(--main-color) !important;
}
.backend #sidebar .sidebar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
    overflow: hidden;
    background-color: var(--main-color);
}
.backend #sidebar .sidebar-wrapper.white-bg {
    background-color: #ffffff;
}
.backend #sidebar .sidebar-wrapper > .title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 19px;
    margin-top: 9px;
}
.backend.no-sidebar #sidebar {
    display: none;
}
.backend #content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1021;
}
.backend #sidebar .sidebar-wrapper > .content {
    height: calc(100vh - 100px);
    overflow-y: scroll;
    padding-left: 25px;
    padding-right: 20px;
}
.backend #sidebar.settings .sidebar-wrapper > .content {
    height: 100vh;
}
.backend #sidebar.settings .sidebar-header {
    display: none;
}
.backend #sidebar .sidebar-wrapper > .item-data-wrapper, .backend #sidebar .sidebar-wrapper > .page-data-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.backend #sidebar .sidebar-wrapper .item-data-container {
    position: absolute;
    padding: 20px 35px 20px 35px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 77px;
    overflow-y: scroll;
}
.backend .pagination-wrapper {
    bottom: 70px;
    left: 0;
    right: 0;
}
.backend .pagination-wrapper .pagination {
    justify-content: center;
}
.backend .pagination-wrapper .page-item .page-link {
    color: #000000;
}
.backend .pagination-wrapper .page-item.active .page-link {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.sidebar-wrapper .item-data-container > .announcement-box-preview-wrapper {
    margin: 20px -35px 0 -35px;
}
.sidebar-wrapper .item-data-container > .announcement-box-preview-wrapper .announcement-box {
    top: auto;
    transform: translate(-50%);
}
.sidebar-wrapper .item-data-container > .page-preview-wrapper {
    margin: -20px -35px 0 -35px;
}
.item-data-footer-wrapper > div {
    padding: 17px 30px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.item-data-footer-wrapper .btn {
    margin: 0.25rem;
}
.backend #content .content-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    overflow: hidden;
}
.backend-background-wave, .backend-background-opacity {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.backend-background-wave {
    background-color: #1d1d1d;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/images/wave-backend-background-ready.png');
}
.backend-background-opacity {
    background-color: #020202;
    opacity: 0.87;
}
.backend-no-bg .backend-background-wave, .backend-no-bg .backend-background-opacity {
    display: none;
}
body.backend .header {
    height: 101px;
    padding-top: 7px;
}
.backend-logo {
    width: 57px;
}
.sidebar-header .trial-upgrade {
    height: 54px;
    border-radius: 27px;
    font-size: 18px;
    line-height: 28px;
    margin-top: 29px;
    margin-right: 20px;
}
.trial-upgrade span {
    bottom: 8px;
    left: 0;
    width: 100%;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.5px;
}
body.backend .header .settings {
    margin: 0px 14px;
}
body.backend .header .url-wrapper {
    height: 37px;
    border-radius: 19px;
    background-color: #F0F0F0;
    line-height: 37px;
    padding: 0px 50px;
}
body.backend .header .url-wrapper span {
    color: #6E6E6E;
}
body.backend .header .info {
    font-size: 16px;
}
.info .dropdown-menu a i {
    margin-right: 5px;
}
body.backend .main-nav {
    height: 48px;
    padding-left: 15px;
}
body.backend .main-nav a.btn:not(:last-child) {
    margin-right: 7px;
}
.btn {
    min-width: 100px;
    height: 37px;
    border-radius: 19px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
}
.timepicker .btn {
    min-width: auto;
    height: auto;
}
.btn.large, .btn.xl {
    padding-top: 0px;
    padding-bottom: 0px;
}
.btn.large {
    height: 42px;
    border-radius: 21px;
    line-height: 40px;
}
.btn.xl {
    height: 45px;
    line-height: 45px;
    border-radius: 23px;
    margin-left: 20px;
    margin-right: 10px;
}
.btn.sm {
    height: 30px;
    line-height: 28px;
    padding-top: 0px;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
    min-width: auto;
}
.btn.icon-only {
    min-width: auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 37px;
}
.btn.plus-badge, .btn.plus-badge:hover, .btn.plus-badge:active, .btn.plus-badge:focus {
    background-color: var(--main-color) !important;
    height: 24px;
    width: 24px;
    line-height: 16px;
    min-width: auto;
    padding: 0px;
    font-size: 20px;
    color: #ffffff;
    border-radius: 50% !important;
}
.plus-badge.black {
    background-color: #000000 !important;
}
.btn.plus-badge.group-option {
    margin-left: 7px;
    top: 3px;
}
.btn.icon-only.large {
    width: 42px;
}
.btn i {
    margin-right: 5px;
}
.btn.icon-only i {
    margin-right: auto;
}
.btn-main, .btn-main.no-hover:hover {
    background-color: #2b2b2b;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
.btn-main:hover, .btn-main.active {
    color: #ffffff;
    background-color: var(--main-color);
}
.btn-main:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%);
}
.btn-outline-dark:hover, .btn-outline-dark:active {
    background-color: #cccccc !important;
    border-color: #cccccc !important;
}
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgb(204 204 204 / 50%) !important;
}
.btn-aqua {
    background-color: #8DF8CD;
    color: #000000;
}
.btn-aqua:hover, .btn-aqua.active {
    background-color: #1bfaa1;
}
.btn-aqua:focus {
    box-shadow: 0 0 0 0.2rem rgb(27 250 161 / 25%);
}
.btn-orange {
    background-color: var(--main-color);
    color: #ffffff;
}
.btn-orange:hover, .btn-orange.active {
    background-color: var(--main-color);
}
.btn-orange:focus {
    box-shadow: 0 0 0 0.2rem rgb(251 172 3 / 25%);
}
.btn-gray {
    background-color: #F0F0F0;
    color: #000000;
}
.photos-wrapper {
    padding: 5px;
    background-color: #f0f0f0;
    min-height: 50px;
}
.photos-wrapper:not(.grid) > div {
    margin-bottom: 5px;
}
.photos-wrapper > div .delete {
    display: none;
    color: #ffffff;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    background-color: #000000;
    padding-top: 1px;
    cursor: pointer;
}
.photos-wrapper > div:hover .delete {
    display: block;
}
.photos-wrapper > div img {
    width: 100%;
}
.photos-wrapper.grid {
    /*column-count: 3;
    column-gap: 5px;*/
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
    grid-auto-rows: 0;
}
.btn-gray:hover, .btn-gray.active {
    background-color: #F0F0F0;
}
.btn-gray:focus {
    box-shadow: 0 0 0 0.2rem rgb(240 240 240 / 25%);
}
.page-options .btn {
    background-color: #f0f0f0;
    margin: 0;
}
.page-options .btn.active {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 80%) !important;
}
.photogallery-controls i {
    font-size: 20px !important;
    margin-left: 10px;
    color: #cccccc;
    cursor: pointer;
}
.photogallery-controls i.active {
    color: #000000;
}
.sidebar li a {
    text-decoration: none;
}
.sidebar li.active > .backend-row span, .sidebar li.active a {
    color: var(--main-color);
}
.dropdown-item.active, .dropdown-item:active {
    color: #ffffff !important;
}
.sidebar ul ul {
    margin-left: 24px;
    display: none;
    margin-top: -10px;
}
.sidebar .expanded ul {
    display: block;
    padding-bottom: 10px;
}
.backend-row {
    font-size: 15px;
    height: 61px;
    margin-bottom: 16px;
    font-size: 13px;
    padding: 0 16px;
}
.backend-row:not(.no-bg) {
    background-color: #2e2e2e;
    border-radius: 10px;
    color: #ffffff;
}
.sidebar .backend-row {
    height: 42px;
    margin-bottom: 0px;
    padding: 0px;
}
.sidebar .content > ul > li:not(.no-bg) {
    background-color: #2e2e2e;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 0 15px;
}
.sidebar .content > ul > li:not(:last-child) {
    margin-bottom: 12px;
}
.sidebar ul ul .backend-row {
    height: 30px;
    margin-bottom: 0px;
}
.backend-row > a {
    color: #ffffff;
}
.backend-row > a:hover {
    text-decoration: none;
}
.backend-row i {
    font-size: 13px;
    color: #cccccc;
}
.backend-row > a:not(:first-child) {
    margin-left: 13px;
}
.backend-row > span {
    /* margin-left: 19px; */
}
.backend-row .fa-bars {
    cursor: move;
    margin-right: 19px;
}
.backend-row .fa-chart-bar, .backend-row .flaticon-statistics-1 {
    color: var(--main-color);
}
.backend-row a.stats:hover, .backend-row a.item-pulse:hover {
    text-decoration: none;
}
.backend-row a.item-pulse {
    padding-top: 6px;
}
.backend-row a.has-popover {
    padding-top: 3px;
}
.backend-row .email-schedule {
    margin-top: 4px;
}
.backend-row .email-schedule i {
    font-size: 23px;
}
.backend-row .icon {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #ede9f1;
    border-radius: 17px;
    color: #5C3781;
}
.backend-row .icon i {
    color: #5C3781;
}
.backend-row .stats-qty {
    margin-right: -9px !important;
    margin-left: 19px;
    font-size: 13px;
}
.backend-row .stats {
    margin-left: 10px;
}
.backend-row span.item-name {
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 18px;
}
ul ul .backend-row span {
    font-size: 13px;
}
.backend-row a.disabled {
    pointer-events: none;
    cursor: default;
    color: #cccccc;
}
.backend-row .item-description, .backend-row span .item-description span {
    font-size: 12px;
    color: #908F8F;
    left: 15px;
    top: 59px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 300px;
}
.pages-list .backend-row .item-description, .pages-list .backend-row span .item-description span {
    left: 0px;
}
.biopages-list .backend-row .item-description {
    left: 10px;
}
.fa-eye.hidden, .item-pulse .active {
    color: var(--main-color);
}
.settings-menu-item {
    font-size: 13px;
    margin-bottom: 20px;
}
.settings-menu-item div {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 12px;
    background-color: #6E6BEA;
    padding-top: 5px;
    font-size: 48px;
}
.settings-menu-item:hover {
    text-decoration: none;
}
.settings-menu-item.active div, .settings-menu-item:hover div {
    background-color: #1c1c1c;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-default {
    cursor: default !important;
}
.preview-wrapper {
    z-index: 2;
}
.backend-preview-area {
    width: 414px;
    height: 100vh;
}
.backend-preview-area > div {
    box-shadow: 0px 0px 12px rgb(0 0 0 / 16%);
}
iframe.backend-preview {
    width: 414px;
    height: 100%;
    border: 0;
    transform-origin: 0 0;
}
.form-control {
    height: 37px;
    border-radius: 10px;
    background-color: #F0F0F0;
    border: 1px solid transparent;
}
.highlighted {
    background-color: var(--main-color);
    color: #ffffff;
}
body.auth {
    background-color: #1d1d1d;
    height: 100vh;
}
.auth-background {
    background-color: #1d1d1d;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/images/wave.png');
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0.1;
}
.auth .logo {
    width: 80px;
    height: 20px;
    top: 35px;
    left: 35px;
    z-index: 1;
}
.auth .form-control {
    height: 39px;
    background-color: #2f2f2f;
    color: #ffffff;
}
.input-group-text {
    border-radius: 10px;
    border: none;
    background-color: #c9cbcc;
}
.modal {
    padding-right: 17px;
}
.modal-dialog {

}
.modal-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
.modal-content {
    border-radius: 35px;
    padding: 30px;
}
.backend .modal-content {
    background-color: #1d1d1d;
}
.backend .modal-body {
    color: #ffffff;
}
.modal-content.maximized  {
    padding: 0;
}
.modal-open {
    padding-right: 0px !important;
}
.modal-footer {
    border-top: none;
    padding: 30px 12px 0 12px;
}
.maximized .modal-footer {
    padding: 30px;
}
.form-group .saved {
    display: none;
}
.subtext {
    font-size: 12px;
    color: #A2A2A2;
    margin-bottom: 20px;
}
label {
    font-weight: 600;
}
.has-error .form-control, .form-control.has-error, input.has-error, .has-error .thumbnail-upload {
    color: #e74c3c;
    box-shadow: none;
    border: 1px solid #e74c3c;
}
.error-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    max-width: 100%;
    display: none;
    font-size: 0.6rem;
    line-height: 1.6;
    color: #e3342f;
}
.signup-success-wrapper {
    top: 0;
    height:100%;
    width: 100%;
    font-size: 20px;
}
.folder-items-wrapper.desktop-preview {
    width: 1077px;
}
.desktop-preview .item-large {
    transform-origin: 0 0;
    transform: scale(0.32);
    width: 100%;
    padding-top: 56.25%;
}
.mobile-preview.folder-items-wrapper .item, .mobile-preview.folder-items-wrapper .item-large {
    transform: none;
}
.mobile-preview .desktop-preview-label {
    display: none;
}
.desktop-preview-label {
    font-size: 14px;
    top: 240px;
    left: 21px;
}
.mobile-preview.folder-items-wrapper .item-tiktok {
    transform: scale(0.65);
    transform-origin: center 0;
}
.mobile-preview.folder-items-wrapper .item-medium {
    transform: scale(0.65);
    transform-origin: 0 0;
}
.mobile-preview.folder-items-wrapper .item-medium .carousel-wrapper .item-small,
.mobile-preview.folder-items-wrapper .item-medium .carousel-wrapper > .button,
.mobile-preview.folder-items-wrapper .item-medium.bubble > .item-small,
.mobile-preview.folder-items-wrapper .item-large .carousel-wrapper .item-small,
.mobile-preview.folder-items-wrapper .item-large .carousel-wrapper > .button,
.mobile-preview.folder-items-wrapper .item-large.bubble > .item-small {
    display: none;
}
.mobile-preview.folder-items-wrapper .item-medium.bubble .carousel-wrapper .item-small,
.mobile-preview.folder-items-wrapper .item-medium:not(.bubble) .carousel-wrapper > .button,
.mobile-preview.folder-items-wrapper .item-medium > .item-small,
.mobile-preview.folder-items-wrapper .item-large.bubble .carousel-wrapper .item-small,
.mobile-preview.folder-items-wrapper .item-large:not(.bubble) .carousel-wrapper > .button,
.mobile-preview.folder-items-wrapper .item-large > .item-small {
    display: block;
}
.mobile-preview.folder-items-wrapper .item-colorbox {
    transform: scale(0.85);
    transform-origin: 0 0;
}
.mobile-preview.folder-items-wrapper .item-large {
    width: 367px;
    /* height: 350px;
    height: 367px; */
    transform: scale(0.94);
    transform-origin: 0 0;
}
.mobile-preview.folder-items-wrapper .item-spotify, .mobile-preview.folder-items-wrapper .item-viewmore {
    transform: scale(0.9);
    transform-origin: 0 0;
}
.mobile-preview.folder-items-wrapper .item-slim {
    transform: scale(0.88);
    transform-origin: 0 0;
}
.mobile-preview.medium-item-preview > div {
    height: 280px;
}
.mobile-preview.medium-item-preview.tall > div {
    height: 330px;
}
.slider {
    width: 80%;
    left: 10%;
    top: 17px;
}
.horizontal-slider.ui-slider-horizontal, .vertical-slider.ui-slider-vertical, .slider.ui-slider-horizontal {
    border-radius: 2px;
    background-color: #F0F0F0;
    border-color: #F0F0F0;
}
.horizontal-slider.ui-slider-horizontal, .slider.ui-slider-horizontal {
    height: 4px;
}
.vertical-slider.ui-slider-vertical {
    width: 4px;
}
.horizontal-slider .ui-slider-handle, .vertical-slider .ui-slider-handle, .slider .ui-slider-handle {
    width: 18px;
    height: 18px;
    background-color: #000000;
    border-radius: 9px;
    border-color: transparent;
}
.horizontal-slider .ui-slider-handle, .slider .ui-slider-handle {
    top: -8px;
}
.vertical-slider .ui-slider-handle {
    left: -8px;
}
.vertical-slider {
    right: 5px;
}
.mobile-preview .horizontal-slider {
    bottom: 21px;
    width: 312px;
    left: 15px;
}
.large-item-preview.mobile-preview .horizontal-slider {
    bottom: 158px;
}
.small-item-preview.mobile-preview .horizontal-slider {
    width: 280px;
    bottom: 113px;
    left: 50%;
    transform: translate(-50%, 0);
}
.small-item-preview.mobile-preview .vertical-slider {
    height: 280px;
    left: 20px;
}
.spotify-item-preview.mobile-preview .horizontal-slider {
    bottom: 6px;
    width: 328px;
}
.spotify-item-preview.mobile-preview .vertical-slider {
    height: 220px;
}
.slim-item-preview.mobile-preview .horizontal-slider {
    bottom: 0px;
    width: 330px;
}
.slim-item-preview.mobile-preview .vertical-slider {
    height: 88px;
}
.mobile-preview .vertical-slider {
    top: 15px;
    height: 298px;
    left: -5px;
}
.large-item-preview.mobile-preview .vertical-slider {
    height:310px;
}
.desktop-preview .horizontal-slider {
    bottom: 146px;
    left: 15px;
    width: 328px;
}
.desktop-preview .vertical-slider {
    top: 15px;
    height: 188px;
    left: -5px;
}
.large-item-preview-mode {
    bottom: -26px;
    left: 50%;
    transform: translate(-50%, 0);
}
.large-item-preview-mode a {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #F0F0F0;
    border: 2px solid transparent;
}
.large-item-preview-mode a:first-child {
    margin-right: 5px;
}
.large-item-preview-mode a.active {
    background-color: #000000;
}
.instagram-shape .shape-wrapper, .large-shape .shape-wrapper {
    height: 55px;
}
.medium-shape .shape-wrapper {
    height: 30px;
}
.instagram-shape .shape-wrapper div, .large-shape .shape-wrapper div, .medium-shape .shape-wrapper div {
    width: 40px;
    height: 40px;
    background-color: #F0F0F0;
    cursor: pointer;
}
.instagram-shape .shape-wrapper div.vertical, .large-shape .shape-wrapper div.vertical, .medium-shape .shape-wrapper div.vertical {
    height: 55px;
}
.shape-wrapper div.active {
    background-color: #000000;
}
.item-shape .shape-wrapper {
    height: 40px;
}
.item-shape .shape-wrapper div {
    width: 40px;
    height: 40px;
    background-color: #F0F0F0;
    cursor: pointer;
}
.item-shape .shape-wrapper div.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.item-shape .shape-wrapper div.active {
    background-color: #000000;
}
.thumbnail-upload {
    width: 104px;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 23px;
}
.btn.st {
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 23px;
}
.thumbnail-upload input[type="file"], .logo-upload input[type="file"], .logo-upload2 input[type="file"], .background-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.logo-upload + img.preview {
    border-radius: 50%;
}
.bio-settings-uploader {
    min-height: 100px;
}
.bio-settings-uploader > i {
    display: none;
    color: #000000;
    cursor: pointer;
    font-size: 20px;
    top: 45px;
    right: 0px;
}
.crop > img {
    max-width: 100%;
    max-height: 100%;
}
.bio-settings-uploader.added > i {
    display: inline-block;
}
.thumbnail-upload.btn-main {
    text-align: left;
    padding-left: 14px;
}
.thumbnail-upload.btn-gray .delete {
    display: none;
}
.thumbnail-upload.btn-main .upload {
    display: none;
}
.thumbnail-upload.btn-main input[type="file"] {
    z-index: -1;
}
.thumbnail-upload .preview {
    display: none;
    position: absolute;
    top: -1px;
    right: -1px;
    background-color: #4a4949;
    width: 40px;
    text-align: center;
    color: #ffffff;
    height: 37px;
    line-height: 39px;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
}
.thumbnail-upload.btn-main .preview {
    display: block;
    cursor: pointer;
}
.messenger-header-uploader .logo-preview.added {
    width: 400px;
    height: 225px;
}
.messenger-header-uploader .preview {
    top: 0px;
    left: 0px;
}
.logo-preview i {
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    top: 20px;
    right: 10px;
    display: none;
}
.logo-preview.added i {
    display: block;
}
.text-black {
    color: #000000;
}
a.text-black:hover {
    color: var(--main-color);
}
.col-exp {
    transform-origin: 6px 13px;
    transition: all 150ms ease 0ms;
    margin-top: 3px;
}
.expanded .col-exp {
    transform: rotate(180deg);
    margin-top: -10px;
}
.sociallinks-wrapper .input-group, .sociallinks-wrapper .form-control {
    height: 50px;
}
.sociallinks-wrapper .input-group-text i {
    font-size: 26px;
    top: 7px;
    left: 15px;
    position: absolute;
}
.theme-selector > span {
    width: 100px;
}
.theme-selector .mode-selector, .theme-selector .color-selector {
    width:80px;
    height: 80px;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 auto;
}
.theme-selector .color-selector {
    margin: 0 auto;
    border: 1px solid #000000;
    cursor: auto;
}
.color-selector .top {
    height: 40px;
    width: 100%;
    background-color: #f7f6f6;
}
.color-selector .top.preview {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.color-selector .bottom {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 12px;
}
.color-selector.bg-uploader i {
    display: none;
}
.color-selector.added.bg-uploader i {
    display: block;
}
.color-selector.bg-uploader .bg-opacity {
    display: none;
}
.color-selector.added button {
    display: none;
}
.color-selector.added .bg-opacity {
    display: block
}
.theme-selector .mode-selector[data-mode="light"] {
    border: 1px solid #000000;
}
.theme-selector .mode-selector[data-mode="dark"] {
    background-color: #000000;
}
.mode-selector[data-mode="light"] i {
    color: #000000;
}
.mode-selector[data-mode="dark"] i {
    color: #ffffff;
}
.mode-selector i {
    display: none;
    font-size: 35px;
    line-height: 0;
}
.mode-selector.active i {
    display: inline;
}
.plan-selector > div {
    cursor: pointer;
    width: 49%;
}
.plan-selector > div.active {
    background-color: #f7f6f6;
}
.plan-selector > div i {
    display: none;
    color: var(--main-color);
    top: 10px;
    right: 10px;
    font-size: 30px;
}
.plan-selector > div.active i {
    display: inline;
}
.item-data-container-track {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 81px;
    width: 6px;
    display: none;
}
.item-data-container-bar {
    position: absolute;
    top: 0;
    border-radius: 3px;
    right: 0;
    left: 0 !important;
    height: 50px;
    background: #F0F0F0;
}
.sidebar-right button {
    display: none;
}
.mobile-preview-toggle {
    display: none;
    line-height: 0;
    margin-right: -20px;
    margin-left: 10px;
}
.mobile-preview-toggle:focus, .mobile-preview-toggle:hover {
    text-decoration: none;
}
.mobile-preview-header {
    display: none !important;
    top: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}
.mobile-preview-header .phone-time {
    width:100px;
    padding-left: 22px;
}
.mobile-preview-header .close-preview {
    width:136px;
    color: #ffffff;
    background-color: #000000;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.mobile-preview-header .phone-icons {
    width:100px;
    font-size: 22px;
    padding-right: 30px;
}
.dark.mobile-preview-header {
    color: #ffffff;
    background-color: transparent !important;
}
.dark.mobile-preview-header .close-preview {
    background-color: #ffffff;
    color: #000000;
}
.backend-preview-area > div > button {
    display: none;
}
.color-label {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 6px;
    right: 0px;
}
.stack-folder .color-label {
    top: 10px;
}
.dropdown-item .color-label {
    top: 11px;
    right: 15px;
}
.page-folders-list .color-label {
    top: 5px;
    right: 0px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner .color-label {
    top: 13px;
    right: 43px;
}
.bootstrap-select .btn {
    background-color: #F0F0F0;
    border-radius: 10px;
    font-weight: normal;
}
.bootstrap-select .btn:focus {
    box-shadow: none !important;
    outline: none !important;
}
.youtube-banner {
    background-color: #000000;
    color: #ffffff;
    width: calc(100% + 37px);
    height: 70px;
    bottom: -30px;
    left: 0px;
    margin-left: -14px;
    padding: 15px 40px;
}
.youtube-banner:hover {
    text-decoration: none;
    color: #ffffff;
}
.youtube-banner img {
    width: 40px;
    margin-top: 6px;
}
.youtube-banner .content {
    padding-left: 15px;
    padding-top: 2px;
}
.youtube-banner .title {
    font-size: 16px;
    line-height: 18px;
}
.youtube-banner .subtitle {
    font-size: 12px;
}
.youtube-banner .button {
    height: 32px;
    line-height: 32px;
    background-color: #353434;
    color: #ffffff;
    margin-top: 4px;
    padding: 0 10px;
    border-radius: 11px;
    font-size: 12px;
}
.backend .alert {
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 520px) {
    .preview-wrapper {
        display: none;
    }
    .backend #content .content-wrapper > div {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
    .backend .content-inner {
        padding-left: 0px;
        padding-right: 0px;
    }
    .main-backend-nav .desktop {
        display: none;
    }
    .main-backend-nav .mobile {
        display: block;
    }
    body.backend .header {
        /* padding-left: 0px;
        padding-right: 0px; */
    }
    .backend-row > a:not(:first-child) {
        margin-left: 10px;
    }
    .backend-row .stats-qty {
        margin-left: 10px;
    }
    .items-list > ul, .pages-list > ul, .stacks-list > ul {
        margin-right: 0px !important;
    }
    body.backend .main-nav {
        padding-left: 0px;
    }
    .main-backend-nav .mobile .dropdown-menu.show {
        left: 10px !important;
    }
    .main-backend-nav .mobile i {
        font-size: 16px;
        vertical-align: middle;
        margin-right: 5px;
    }
    .backend #sidebar {
        width: 370px;
    }
    .backend #sidebar .sidebar-wrapper .item-data-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sidebar-right button {
        display: block;
    }
    .mobile-preview-toggle {
        display: block;
    }
    .backend-preview-area {
        margin-top: 0 !important;
    }
    .iframe.backend-preview {
        width: 100%;
        max-width: 414px;
    }
    .mobile-preview-header {
        display: flex !important;
    }
    iframe.backend-preview {
        width: 100vw;
    }
    .backend-preview-area > div > .close.dark {
        color: #ffffff;
    }
    .backend-preview-area > div > button {
        display: block;
    }
    .form-wrapper, .sociallinks-wrapper {
        margin-right: 0px !important;
    }
    .sidebar-wrapper .item-data-container > .page-preview-wrapper {
        margin: -20px -20px 0 -20px;
    }
    .youtube-banner {
        padding: 15px 15px;
    }
    .messenger-content-wrapper {
        width: 100vw;
    }
    .messenger-content-wrapper.active {
        margin-right: 80px;
    }
    .bottom-left .messenger-content-wrapper.active {
        margin-left: 80px;
        margin-right: auto;
    }
}
/* END BACKEND */
@media only screen and (min-width: 520px) {
    /* .folder-items-wrapper.desktop-stacked {
        max-width: 1200px;
        margin:0 auto;
        white-space: normal;
        padding-left: 22px;
        padding-right: 22px;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
    }
    .folder-items-wrapper.desktop-stacked > div > div {
        transform: none;
    }
    .folder-items-wrapper.desktop-stacked > div {
        margin-right: 0 !important;
    }
    .folder-items-wrapper.desktop-stacked > div:not(:last-child) {
        margin-bottom: 20px;
    }
    .folder-items-wrapper.desktop-stacked > div:last-child > div {
        padding-right: 0 !important;
    }
    .folder-items-wrapper.desktop-stacked::after {
        content: '';
        width: 372px;

    } */
}
@media only screen and (max-width: 607px) {
    .folder-items-wrapper.single-large:not(.page) > div {
        width: 100%;
    }
    .folder-items-wrapper.multiple-large > div:last-child > div {
        padding-right: 0px !important;
    }
    .folder-items-wrapper.multiple-large:not(.page) > div {
        width: 95%;
    }
    .folder-items-wrapper.single-large:not(.page) .item-large {
        width: calc(100% - 15px);
    }
    .folder-items-wrapper-track:not(.page) {
        margin-left: 15px;
        margin-right: 15px;
    }
    .narrow .folder-items-wrapper.single-large > div, .narrow .folder-items-wrapper.multiple-large > div {
        height: auto;
    }
    .narrow div:not(.page-header) > .item-large {
        width: 95%;
        /* height: 350px;
        padding-top: 100%; */
    }
    .narrow .single-large div:not(.page-header) > .item-large {
        /* padding-top: 95%; */
    }
    .narrow .single-large .item-large {
        width: calc(100% - 15px);
        margin-right: 0px;
    }
    .narrow .folder-items-wrapper.single-large > div {
        width: 100%;
    }
    .narrow .single-large {
        text-align: left !important;
        padding-right: 0px;
    }
    .narrow .item-large .content {
        left: 30px;
        bottom: 30px;
        right: 30px;
        height: auto;
        white-space: normal;
    }
    .narrow .folder-items-wrapper.multiple-large > div {
        width: 95%;
    }
    .narrow .folder-items-wrapper.multiple-large .item-large {
        width: 100%;
    }
    .narrow .folder-items-wrapper.multiple-large > div:last-child .item-large {
        padding-top: 100%;
    }
}
@media only screen and (min-width: 521px) {
    /*.folder-items-wrapper.slim-items.desktop-stacked {
        text-align: center;
    }
    .folder-items-wrapper.slim-items.desktop-stacked > div {
        width: 100%;
    }
    .folder-items-wrapper.slim-items.desktop-stacked .item-slim {
        width: 577px;
        max-width: 100%;
        margin: 0 auto;
        text-align: left;
    }
    .folder-items-wrapper.desktop-stacked {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
    }
    .folder-items-wrapper.desktop-stacked > div {
        margin-right: 0 !important;
    }
    .folder-items-wrapper.desktop-stacked > div:not(:last-child) {
        margin-bottom: 20px;
    }*/
}
@media only screen and (max-width: 520px) {
    #app > .container {
        padding-left: 0px !important;
    }
    #app > .header .header-description {
        padding: 0px 45px;
    }
    .folder-items-wrapper.single-large > div, .folder-items-wrapper.multiple-large > div {
        height: auto;
    }
    div:not(.page-header) > .item-large {
        /* width: 95%;
        padding-top: 100%; */
    }
    .folder-items-wrapper.multiple-medium:not(.page) > div, .folder-items-wrapper.multiple-colorbox:not(.page) > div {
        width: 95%;
    }
    .item-medium, .item-colorbox {
        width: 100%;
    }
    .single-large div:not(.page-header) > .item-large {
        /* padding-top: 95%; */
    }
    .single-large .item-large, .single-medium .item-medium, .single-colorbox .item-colorbox {
        width: calc(100% - 15px);
        margin-right: 0px;

    }
    h3.folder-title {
        text-indent: 25px !important;
    }
    .folder-items-wrapper.single-large > div, .folder-items-wrapper.single-medium > div, .folder-items-wrapper.single-colorbox > div {
        width: 100%;
    }
    .folder-items-wrapper > .item {
        height: 280px;
    }
    .folder-items-wrapper .item .title {
        font-size: 17px;
        line-height: 20px;
    }
    .folder-items-wrapper .item .text {
        font-size: 15px;
        line-height: 20px;
    }
    .item-small {
        width: 280px;
    }
    .single-large, .single-medium, .single-colorbox {
        text-align: left !important;
        padding-right: 0px;
    }
    .item-large .content {
        left: 30px;
        bottom: 30px;
        right: 30px;
        height: auto;
        white-space: normal;
    }
    ul.main-navigation li a {
        font-size: 18px;
    }
    .folder-items-wrapper-bar {
        background-color: #f3f3f3;
    }
    .folder-items-wrapper.multiple-large > div, .folder-items-wrapper.multiple-medium > div, .folder-items-wrapper.multiple-colorbox > div {
        width: 95%;
    }
    .folder-items-wrapper.multiple-large .item-large, .folder-items-wrapper.single-medium .item-medium, .folder-items-wrapper.single-colorbox .item-colorbox {
        width: 100%;
    }
    .folder-items-wrapper > div > div, .fixed-view .folder-items-wrapper > div > div {
        transform: translate3d(0, 0, 0) !important;
    }
    .folder-items-wrapper:not(.single-large):not(.single-medium):not(.mobile-preview):not(.single-colorbox) > div:last-child > div {
        padding-right: 0px;
    }
    .folder-items-wrapper.slim-items > div {
        width: 95%;
    }
    .folder-items-wrapper .item-slim {
        width: 100%;
    }
    .folder-items-wrapper.slim-items.mobile-stacked > div {
        width: 100%;
    }
    .folder-items-wrapper.mobile-stacked {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
    }
    .folder-items-wrapper.mobile-stacked > div {
        margin-right: 0 !important;
    }
    .folder-items-wrapper.mobile-stacked > div:not(:last-child) {
        margin-bottom: 20px;
    }
    .page-wrapper .folder-items-wrapper > div > div {
        transform: translate3d(0, 0, 0);
    }
    .page-text-wrapper h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .page-text-wrapper {
        padding: 55px 30px 75px 30px;
    }
    .page-header-wrapper + .page-text-wrapper {
        padding-top: 55px;
    }
    .page-text-wrapper .buttons {
        margin-top: 45px;
    }
    .carousel-indicators {
        bottom: -10%;
    }
    .frontend .header .view-switcher-wrapper {
        display: none;
    }
    .qr-close {
        display: none;
    }
    .frontend .modal-content {
        /* width: 75%; */
    }
    .folder-items-wrapper-track:not(.page) {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}
/* MOBILE VIEW ON DESKTOP */
.fixed-view #app {
    margin: 0 auto;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 20%);
}
.mobile-view #app {
    max-width: 530px;
}
.fixed-view.dark #app {
    box-shadow: 0px 0px 100px rgb(0 0 0);
}
.fixed-view .folder-items-wrapper-track {
    margin-left: 15px;
    margin-right: 15px;
    max-width: none;
}
.fixed-view:not(.mobile-view) .folder-items-wrapper-track {
    margin-left: 100px;
    margin-right: 100px;
}
.fixed-view:not(.mobile-view) h3.folder-title {
    max-width: none;
    text-indent: 100px;
}
.fixed-view .container.page-wrapper {
    width: 100%;
}
.mobile-view .folder-items-wrapper.single-large > div, .mobile-view .folder-items-wrapper.multiple-large > div {
    height: auto;
}
.mobile-view div:not(.page-header) > .item-large {
    /* width: 95%;
    padding-top: 100%; */
    width: calc(100% - 15px);
}
/*.fixed-view .single-large div:not(.page-header) > .item-large {
    padding-top: 95%;
}*/
.fixed-view .folder-items-wrapper.single-large > div, .fixed-view .folder-items-wrapper.single-medium > div {
    margin: 0;
}
.fixed-view .single-large .item-large {
    width: calc(100% - 15px);
    margin-right: 0px;
}
.mobile-view .folder-items-wrapper.single-large > div, .mobile-view .folder-items-wrapper.single-medium > div {
    width: 100%;
}
.fixed-view .folder-items-wrapper > .item {
    height: 280px;
}
.fixed-view .folder-items-wrapper .item .title {
    font-size: 17px;
    line-height: 20px;
}
.fixed-view .folder-items-wrapper .item .text {
    font-size: 15px;
    line-height: 20px;
}
.fixed-view .single-large, .fixed-view .single-medium {
    text-align: left !important;
    padding-right: 0px;
}
.fixed-view .item-large .content {
    left: 30px;
    bottom: 30px;
    right: 30px;
    height: auto;
    white-space: normal;
}
.mobile-view .folder-items-wrapper.multiple-large > div {
    width: 95%;
}
.fixed-view .folder-items-wrapper.multiple-large .item-large {
    width: 100%;
}
.mobile-view .folder-items-wrapper.slim-items > div {
    width: 95%;
}
.mobile-view .folder-items-wrapper .item-slim {
    width: 100%;
}
.mobile-view .folder-items-wrapper.slim-items.mobile-stacked > div {
    width: 100%;
}
.mobile-view .folder-items-wrapper.mobile-stacked {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}
.mobile-view .folder-items-wrapper.mobile-stacked > div {
    margin-right: 0 !important;
}
.mobile-view .folder-items-wrapper.mobile-stacked > div:not(:last-child) {
    margin-bottom: 20px;
}
.mobile-view .page-overlay.visible > .content {
    max-width: 547px;
}
.fixed-view .item-medium .item-small .title, .fixed-view .item-large .item-small .title {
    font-size: 21px;
}
.fixed-view .folder-items-wrapper.multiple-large > div:last-child .item-large {
    /* padding-top: 100%; */
}
.fixed-view ul.main-navigation li a {
    font-size: 18px;
}
.fixed-view .folder-items-wrapper-bar {
    background-color: #f3f3f3;
}
.fixed-view:not(.mobile-view) .folder-items-wrapper > div > div {
    transform: translate3d(85px, 0, 0);
}
.mobile-view .folder-items-wrapper > div > div {
    transform: translate3d(0, 0, 0);
}
.fixed-view.mobile-view .folder-items-wrapper:not(.single-large):not(.single-medium):not(.mobile-preview) > div:last-child > div {
    padding-right: 0px;
}
.fixed-view .page-wrapper .folder-items-wrapper > div > div {
    transform: translate3d(0, 0, 0);
}
.fixed-view .page-text-wrapper h2 {
    font-size: 25px;
    margin-bottom: 20px;
}
.fixed-view .page-text-wrapper {
    padding: 55px 30px 75px 30px;
    width: 100%;
}
.fixed-view .page-header-wrapper + .page-text-wrapper {
    padding-top: 55px;
}
.fixed-view .page-text-wrapper .buttons {
    margin-top: 45px;
}
.fixed-view .carousel-indicators {
    bottom: -10%;
}
.fixed-view .page-overlay.visible > .content {
    margin: 0 auto;
}
.fixed-view .page-wrapper .folder-title {
    text-indent: 25px;
}

/* UPDATED MOBILE VIEW ON DESKTOP */
.mobile-view #app > .header {
    padding: 336px 30px 40px;
    flex-direction: column !important;
    min-height: 400px;
}
.mobile-view #app > .header.no-bg {
    padding-top: 187px;
    min-height: 140px;
}
.mobile-view #app > .header .header-bg {
    height: 260px;
}
.mobile-view #app > .header .header-description, .mobile-view #app > .header h2 {
    text-align: center !important;
}
.mobile-view #app > .header h2 {
    font-size: 1.8rem;
}
.mobile-view #app > .header h2 img {
    max-width: 240px;
    max-height: 50px;
}
.mobile-view #app > .header .header-description {
    /* padding: 0px; */
}
.mobile-view #app .header .logo-wrapper {
    width: 125px;
    height: 125px;
    position: absolute;
    top: 197px;
}
.mobile-view #app .header.no-bg .logo-wrapper {
    top: 48px;
}
.mobile-view #app .header .icons, .mobile-view #app .header .badges {
    text-align: center;
}
.mobile-view #app .header .badges {
    justify-content: center !important;
}

.mobile-view .folder-items-wrapper.multiple-medium:not(.page) > div, .mobile-view .folder-items-wrapper.multiple-colorbox:not(.page) > div {
    width: 95%;
}
.mobile-view .item-medium, .mobile-view .item-colorbox {
    width: 100%;
}
.mobile-view .page-wrapper .single-medium > div {
    width: 100%;
}
/* END UPDATED MOBILE VIEW ON DESKTOP */

/* END MOBILE VIEW ON DESKTOP */

@media only screen and (max-width: 1252px) {
    .backend-preview-area {
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media only screen and (max-width: 992px) {
    .backend .body-wrapper {
        margin-left: 0;
    }
    .backend #sidebar {
        left: -400px;
    }
    .backend-preview-area {
        border-left: none;
        margin-top: 50px;
    }
}

@font-face {
    font-family: 'Eudoxus Sans';
    src: url('/fonts/eudoxus-sans/EudoxusSans-Bold.woff2') format('woff2'),
        url('/fonts/eudoxus-sans/EudoxusSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Eudoxus Sans';
    src: url('/fonts/eudoxus-sans/EudoxusSans-Regular.woff2') format('woff2'),
        url('/fonts/eudoxus-sans/EudoxusSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Eudoxus Sans';
    src: url('/fonts/eudoxus-sans/EudoxusSans-Light.woff2') format('woff2'),
        url('/fonts/eudoxus-sans/EudoxusSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Eudoxus Sans';
    src: url('/fonts/eudoxus-sans/EudoxusSans-ExtraBold.woff2') format('woff2'),
        url('/fonts/eudoxus-sans/EudoxusSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Eudoxus Sans';
    src: url('/fonts/eudoxus-sans/EudoxusSans-ExtraLight.woff2') format('woff2'),
        url('/fonts/eudoxus-sans/EudoxusSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Eudoxus Sans';
    src: url('/fonts/eudoxus-sans/EudoxusSans-Medium.woff2') format('woff2'),
        url('/fonts/eudoxus-sans/EudoxusSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}





.loader-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20004;
    background-color: inherit;
    transform: scale(0.7);
}
body > .loader-background {
    transform: scale(1);
}
.page-overlay > .loader-background, .bg-uploader .preview .loader-background {
    background-color: transparent;
}
.circle-loader {
    fill: transparent;
    stroke: var(--main-color);
    stroke-width: 5;
    display: block;
    animation: dash 2s ease infinite, rotate 2s linear infinite;
}
.btn-orange .circle-loader, .btn-main .circle-loader {
    stroke: #ffffff;
}
@keyframes dash {
    0% {
	stroke-dasharray: 1,95;
	stroke-dashoffset: 0;
    }
    50% {
	stroke-dasharray: 85,95;
	stroke-dashoffset: -25;
    }
    100% {
	stroke-dasharray: 85,95;
	stroke-dashoffset: -93;
    }
}
@keyframes rotate {
    0% {transform: rotate(0deg); }
    100% {transform: rotate(360deg); }
}

.viewer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 20001;
}
.viewer-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 52px;
    -webkit-box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.2);
}
.viewer-body {
    position: absolute;
    top: 52px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    z-index: -1;
    text-align: center;
}
.viewer-wrapper {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}
.viewer-wrapper .carousel-inner {
    width: 100%;
    height: 100%;
}
.viewer-wrapper .carousel-item {
    background-size: contain;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    transition: transform 0.2s ease-in-out;
}
.viewer-wrapper .carousel-control-prev, .viewer-wrapper .carousel-control-next {
    width: 40px;
}
.viewer-wrapper .carousel-control-prev-icon, .viewer-wrapper .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background: 50%/100% 50% no-repeat rgba(0, 0, 0, 0.6) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.viewer-wrapper .carousel-control-next-icon {
    background: 50%/100% 50% no-repeat rgba(0, 0, 0, 0.6) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.viewer-close {
    position: absolute;
    top: 17px;
    right: 20px;
    line-height: 1 !important;
    font-size: 17px !important;
    cursor: pointer;
}
