﻿@import '/content/root.css?v=131';

body {
    font-family: var(--font-primary);
    font-variant-ligatures: no-common-ligatures;
    background-color: var(--bg-color-layer-0) !important;
    color: var(--text-color) !important;
    padding-bottom: 0 !important;
}


/* Used for Sign Up button. on other pages this is primary action, but we don't want it to distract from the donate CTA*/

.btn-cta-1 {
    border: 1px solid #fee;
    color: #ff5f5f !important;
    background: #fee;
    border-radius: 8px !important;
    padding: 3px 12px;
    line-height: 1.75;
    -webkit-transition: none !important;
    transition: none !important;
}

.lg-fit-container {
    padding-top: 16px;
    margin: 0 auto;
    max-width: none;
    width: 100vw;
    background-color: var(--bg-color-layer-0);
}

.kfds-c-tab-pdg {
    padding: 0 8px;
    margin-right: 0 !important;
    position: relative;
}

.ds-tab-count {
    padding: 4px;
    position: absolute;
    top: 0;
    font-weight: normal;
    border-radius: 100px;
    right: 0;
    background-color: #ff5f5f;
}


.kfds-c-srf-sticky {
    width: 25%;
    height: 80vh;
    /*// experiment with this value, try changing to 110vh min-height: 200px;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;*/
    top: 5%;
}


.profile-page-tile {
    padding: 16px;
    border-radius: 18px;
    width: 100%;
    background: var(--bg-color-layer-1);
}



.btn-favorited {
    background-color: var(--btn-bg-gray-secondary);
}

.fixed-tab-menu {
    position: fixed;
    width: 100%;
    background: var(--bg-color-layer-0);
    z-index: 1000;
    top: 0;
    left: 0;
    padding-top: 0;
    box-shadow: 0 5px 10px rgba(0,9,128,.035), 0 0 8px rgba(0,9,128,.05);
}

    .fixed-tab-menu > div > .pull-right > div > .btn-follow {
        display: none;
    }

    .fixed-tab-menu > div > .pull-right > div > .kfds-c-btn-follow {
        display: none;
    }

    .fixed-tab-menu > div > .pull-right > div > .btn-favorited {
        display: none;
    }

    .fixed-tab-menu > .hz-c-profilepage-tap-container-wrapper {
        height: auto;
    }

[type=radio]:checked ~ label {
    background: transparent;
    /*background: linear-gradient(#ffffff00,#ffffff00), linear-gradient(#ffffff00,#ffffff75);*/
    border-bottom: 3px solid #ff5f5f;
    color: #ff5f5f;
    font-weight: 600;
    z-index: 2;
    padding: 16px 4px;
    outline: none;
}

.sidebar {
    will-change: min-height;
    position: relative;
}

.tab label {
    color: var(--text-color);
    cursor: pointer;
    font-weight: 600;
    left: 1px;
    font-size: 16px;
    margin-left: 1px;
    /*padding: 16px 7px;*/
    position: relative;
    margin-bottom: 0px;
    bottom: -4.5px;
    font-family: var(--font-primary);
    font-variant-ligatures: no-common-ligatures;
}

[data-theme="dark"] .tab label {
    color: var(--sub-text-color);
}

.kfds-c-profile-tab-box > label {
    padding: 16px 7px;
    position: relative;
    margin-bottom: 0px;
    bottom: -3.5px
}

.ds-c-tab-line {
    border-bottom: 3px solid #9fa3b114;
    position: relative;
    z-index: 50;
    margin-top: -3px;
}

@media (max-width: 556px) {
    .tab label {
        padding: 11px 7px;
        position: relative;
        margin-bottom: 0px;
        bottom: -5.5px
    }

    .kfds-c-profile-tab-box > label {
        padding: 11px 7px;
        position: relative;
        margin-bottom: 0px;
        bottom: 2.5px
    }

    [type=radio]:checked ~ label {
        padding: 11px 7px;
        bottom: 1.5px
    }

    .fixed-tab-menu > .hz-c-profilepage-tap-container-wrapper {
        height: 44px;
    }

    .ds-c-tab-line {
        top: 0;
    }
}

.sidebar2 {
    will-change: min-height;
}


.sidebar__inner {
    width: 100% !important;
    height: auto;
    max-width: 400px;
    position: absolute;
}

#sidebar__inner2 {
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    clear: both;
    display: block;
}

#second-col-v2.sidebar.is-affixed .sidebar__inner, #sidebar2.is-affixed #sidebar__inner2 {
    clear: both;
    min-width: 285px !important;
    width: 100% !important;
    max-width: 400px;
    display: block;
}



#second-col-v2.sidebar.is-affixed .kfds-c-invisible-div {
    /*height: 100vh !important;
    position: absolute;*/
}

.kfds-c-invisible-div {
    height: 28px;
    width: 100%;
}

.kfds-c-srf-sticky-contentwrapper {
    margin: 0;
}

.fit-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}


.kfds-text-limit-profilename-mobile {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 30px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    height: auto;
    padding: 0;
}

.kfds-c-profile-link-handle {
    padding: 0;
}

.kfds-c-srf-rightsidebar {
    min-width: 285px;
    width: 400px;
    display: block;
}

.kfds-c-srf-rightsidebar-flex {
    min-width: 285px;
    width: 400px;
    max-width: 400px;
    display: block;
}

.kfds-c-detail-section-mobile {
    display: none;
}


.kfds-c-show-mobileonly {
    visibility: hidden;
    display: none;
}


.kfds-c-show-webonly {
    visibility: inherit;
}

.kfds-c-show-hide-desktop-tab {
    display: block;
}


.kfds-c-show-web-to-ipad-only {
    visibility: inherit;
}

.kfds-c-srf-top-profilepage {
    height: 100%;
    max-width: 952px;
    width: 100%;
    margin: auto;
}

.btn-tiny-copy-btn {
    padding: 0;
    color: inherit;
}

    .btn-tiny-copy-btn:hover {
        padding: 0;
        color: #000000;
    }

.profile-text {
    font-size: 16px !important;
    margin-top: -1px;
    padding-bottom: 16px;
}

.kfds-lyt-col-end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.kfds-c-lyt-right-btwn {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    height: 100%;
}

.kfds-lyt-between-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.kfds-lyt-between-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.kfds-c-lyt-between-center-then-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kfds-c-btn-follow {
    padding: 4px 16px !important;
    background-color: #ffffff;
    color: #323842;
    border-radius: 8px;
    border: 1px solid #323842;
}

.kfds-c-titlename-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*line-height: 28px;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.kfds-c-srf-profile-image {
    background-color: #fff;
    border-width: 3px !important;
    border-color: #ffffff !important;
    border-style: solid;
    position: relative;
    max-width: 115px;
    max-height: 115px;
    width: 115px;
    height: 115px;
    min-height:115px;
    border-radius: 100%;
    object-fit: cover;
}

.label-tag {
    border-radius: 14px;
    color: #8a8fa0 !important;
    display: inline;
    font-family: var(--font-primary);
    font-variant-ligatures: no-common-ligatures;
    font-size: 12px;
    line-height: 14px;
    margin: 2px 2px 2px 0;
    font-weight: 600;
    padding: 4px 8px;
    text-align: center;
    text-shadow: none;
    vertical-align: baseline;
    white-space: nowrap;
    display: inline-block;
    background: #9fa3b114 !important;
}

.kfds-c-srf-tab-width {
    min-width: 285px;
    width: 100%;
    max-width: 500px;
}

.kfds-c-srf-cover-height {
    aspect-ratio: 3/1;
    max-height: 318px;
    height: 100%;
    width: 100%;
    max-width: 954px;
    margin: 0 auto;
    border-radius: 0 0 14px 14px;
    height: 318px;
    background-color: var(--bg-color-layer-1);
}


.no-cover-owner {
    height: 170px;
}

.no-cover-visitor {
    height: 96px !important;
}

.kfds-c-srf-gradient-profile-bg {
    height: 100%;
    width: 100%;
    margin: auto;
    border-radius: 0 0 14px 14px;
}

.no-cover-visitor > .kfds-c-srf-gradient-profile-bg, .no-cover-visitor.kfds-c-srf-cover-height {
    background: var(--bg-color-layer-0);
}

.kfds-c-name-ch-control {
    width: 50%;
    font-size: 28px;
}

.kfds-c-srf-topdetail-wrapper {
    max-width: 958px;
    margin: auto;
    display: flex;
    padding: 0 0 4px 0;
    justify-content: center;
}

.kfds-c-srf-top-profilepage-wrapper {
    display: flex;
    flex-direction: row;
    margin: -8px 0 6px;
    justify-content: center;
    text-align: center;
}

.kfds-mrgn-auto {
    margin: auto;
}

.kfds-mrgn-left-right-auto {
    margin-left: auto;
    margin-right: auto;
}

.kfds-c-srf-primary-col-pdg {
    padding: 0 0 0 24px;
}

.kfds-c-lyt-pdg-0-16 {
    padding: 0 16px;
}

.hz-wrapper-box {
    display: flex;
    max-width: 100vw;
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.hz-c-profilepage-tap-container-wrapper {
    display: flex;
    overflow-x: scroll;
    justify-content: left;
    align-self: flex-end;
    align-items: center;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    -webkit-overflow-scrolling: touch;
    height: 44px;
    margin: 0 -24px;
    padding: 0px;
    width: 100vw;
}

.horizontal-scroll-profilev2 {
    background-color: var(--bg-color-layer-0);
    overflow: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0;
}

.kfds-c-profile-tab-box {
    display: flex;
    width: auto;
    align-items: center;
    height: 32px;
    color: var(--text-color);
    background-color: var(--bg-color-layer-0);
    text-align: center;
    font-size: 14px;
    margin: 0 2px;
    border-radius: 0 !important;
}

    .kfds-c-profile-tab-box:hover {
        color: #ff5e5b;
        background-color: #ffffff;
        border-bottom: 3px #ff5e5b solid;
    }

    .kfds-c-profile-tab-box:focus {
        color: #ff5e5b;
        background-color: #ffffff;
        border-bottom: 3px #ff5e5b solid;
    }

#tabsMenu2 .kfds-c-profile-tab-box:hover {
    border-bottom: none !important;
}

#tabsMenu2 .kfds-c-profile-tab-box:focus {
    border-bottom: none !important;
}


.kfds-hz-tab-category-each {
    display: flex;
    height: 32px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .kfds-hz-tab-category-each:last-child:after {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 1px;
        right: calc(10px * 2 * -1);
    }

    .kfds-hz-tab-category-each:first-child {
        margin-left: 8px;
    }

.kfds-srf-gallery-wrapper-control {
    width: 100%;
}


input#darkThemeToggle[type="radio"], input#darkThemeToggle[type="checkbox"] {
    /*Causing Accessibility Issues*/
    /*visibility: hidden;
    display: none;*/
    width: 16px;
    opacity: 1;
}


input[type="radio"], input[type="checkbox"] {
    /*Causing Accessibility Issues*/
    /*visibility: hidden;
    display: none;*/
    width: 0;
    opacity: 0;
}

.kfds-c-gallery-padding-36-54 {
    padding: 0 16px;
}

.kfds-c-gallery-padding-32-52-8 {
    padding: 0 32px;
}

.kfds-c-gallery-padding-46-66-32 {
    padding: 0 32px;
}

.kfds-c-text-de-emphasis {
    color: #BDBDBD !important;
}

/* Content Column wrapper */
.kfds-c-srf-creator-content-wrapper {
    min-width: 285px;
    max-width: 550px;
    width: 100vw;
}

/* show more less control */


.kfds-c-show-more-wrapper label {
    color: var(--text-color);
    font-size: 16px;
    cursor: pointer;
}

.kfds-c-show-more-wrapper input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}


.page-intro-wrapper p {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.kfds-c-show-more-wrapper p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.kfds-c-show-more-wrapper input:focus ~ label, .page-intro-wrapper input:focus ~ label {
    outline: -webkit-focus-ring-color auto 5px;
}

.kfds-c-show-more-wrapper input:checked + p, .page-intro-wrapper input:checked + p {
    -webkit-line-clamp: unset;
}

.kfds-c-show-more-wrapper input:checked ~ label, .kfds-c-show-more-wrapper p:not(.truncated) ~ label, .page-intro-wrapper input:checked ~ label, .page-intro-wrapper p:not(.truncated) ~ label {
    display: none;
}


.kfds-c-show-more-wrapper {
    width: 100%;
    max-width: 600px;
    min-width: 240px;
}

.kfds-c-text-content-show-more-less {
    width: 100%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 3.6em;
    /* fix problem when last visible word doesn't adjoin right side  */
}

.kfds-c-txtcol {
    display: block;
    color: blue;
    cursor: pointer;
}

.kfds-c-text-content-show-more-less-post {
    width: 100%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 3.6em;
    /* fix problem when last visible word doesn't adjoin right side  */
}

.kfds-c-txtcol-post {
    display: block;
    color: blue;
    cursor: pointer;
}

.kfds-c-text-content-show-more-less-onmobile {
    width: 100%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 3.6em;
    /* fix problem when last visible word doesn't adjoin right side  */
}

.white-space-normal {
    white-space: normal;
}

.kfds-c-txtcol-onmobile {
    display: block;
    color: blue;
    cursor: pointer;
}

button.close {
    padding: 4px 8px;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: var(--form-border-1);
    border-radius: 3px;
    background-color: var(--form-bg);
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label:hover::before {
    border: 1px solid rgba(62, 63, 58, 1);
}


/*.kfds-c-donate-input-wrapper {
    border-radius: 8px;
    border: 2px solid #ffffff !important;
    padding: 0 8px;
    box-shadow: 0 4px 20px rgba(149,185,193,.4) !important;
}

    .kfds-c-donate-input-wrapper:hover {
        border: 2px solid rgba(62, 63, 58, 1) !important;
    }

    .kfds-c-donate-input-wrapper:focus {
        border: 2px solid rgba(62, 63, 58, 1) !important;
    }*/

.kfds-c-donate-amount-input {
    padding: 11px 0px !important;
}

.kfds-c-text-decimal {
    font-weight: var(--weight-m);
    opacity: .4;
    padding-left: 4px;
    padding-right: 10px;
}

.form-control {
    background-color: var(--form-bg) !important;
    color: var(--text-color) !important;
}

input#postImageTitle {
    background-color: var(--form-bg-white) !important;
}
    .qty .count {
    background-color: var(--form-bg) !important;
    color: var(--text-color) !important;
}

.kfds-c-form-border {
    border: var(--form-border) !important;
}

    .kfds-c-form-border:hover {
        border: var(--form-border-hover) !important;
    }

    .kfds-c-form-border:focus {
        border: var(--form-border-hover) !important;
    }

.kfds-btn-tertiary-light-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: var(--btn-bg-gray-secondary);
    color: var(--text-color);
    padding: 15px;
    height: 46px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
}

    .kfds-btn-tertiary-light-icon:hover {
        color: #434B57;
        background-color: #F7F7F7;
    }

.kfds-c-lyt-row-f-start-to-col {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}


.kfds-c-gallery-image-each {
    aspect-ratio: 1 / 1;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 2px var(--bg-color-layer-1) solid;
    /* prevent width break on FireFox */
    max-width: 100%;
}

    .kfds-c-gallery-image-each img {
        /* prevent width break on FireFox */
        max-width: 100%;
        height: 100%;
        aspect-ratio: 1 / 1;
        width: 100%;
        max-height: 100%;
    }

.kfds-c-header-showweb-til-736 {
    visibility: inherit;
}

.kfds-c-header-showmobile-at-736 {
    visibility: hidden;
    display: none;
}

.kfds-font-16-to-13 {
    font-size: 16px;
}

.kfds-lyt-between-algn-top-row-to-col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
}

/* shop detail */

.kfds-c-carousel-control {
    width: 50%;
    height: auto;
}

.kfds-c-shop-detail-wrapper {
    width: 47%;
    height: auto;
}


.kfds-c-shop-detail-column-control {
    width: 100%;
    height: auto;
}

.kfds-c-shop-img-cover-wrapper {
    width: 100%;
    height: 400px !important;
    margin: auto;
}

.kfds-c-carousel-product-img {
    width: 100%;
    margin: auto;
    height: 100% !important;
    vertical-align: middle;
    object-fit: contain;
    background-position: center;
}


.kfds-c-btn-dropdown-share-product {
    font-size: 16px;
    background: transparent;
    color: #4d5460;
    border: 1px solid #ebeff3;
    padding: 3px 6px;
    margin: 4px 0;
    border-style: solid;
    padding: 3px 6px;
    border-radius: 8px;
}

    .kfds-c-btn-dropdown-share-product:hover {
        border: 1px solid #f7f7f7;
        background: #f7f7f7;
    }

.kfds-c-product-detail-res-width, .kfds-c-product-cta-res-width {
    width: 100%;
}

.kfds-c-product-item-title-limit-text-length {
    word-break: break-word;
    text-align: left;
    line-height: normal;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap;
}


.kfds-c-sticky .sidebar.kfds-c-sticky-wrapper {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
}


.kfds-c-sticky .sidebar.kfds-c-sticky-wrapper {
    /* display: inline-block; */
    position: -webkit-sticky;
    position: sticky;
    -ms-flex-item-align: start;
    align-self: flex-start;
    top: 86px;
}

.kfds-lyt-col-to-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kfds-c-btn-disable {
    display: flex;
    justify-content: center;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    background-color: #ececec;
    height: 46px;
    color: #bbbbbb !important;
    padding: 8px 16px;
    border-radius: 8px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    pointer-events: none;
}

.kfds-lyt-between-row-to-col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


/* reset selector */
select.kfds-c-shop-selector {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0;
    background: var(--bg-color-layer-1);
    background-image: none;
}
    /* Remove IE arrow */
    select.kfds-c-shop-selector::-ms-expand {
        display: none;
    }


.kfds-c-shop-selector {
    width: 100%;
    position: relative;
    font-family: var(--font-primary) !important;
    font-variant-ligatures: no-common-ligatures;
    border: var(--form-border);
    outline: 1px;
    padding: 8px 16px;
    border-radius: 8px;
    min-height: 50px;
    box-shadow: 0 4px 10px 5px rgba(50, 56, 66, 0.06);
    cursor: pointer;
    display: flex;
    overflow: hidden;
}

    .kfds-c-shop-selector:focus {
        border: var(--form-border-focus);
    }

    .kfds-c-shop-selector:hover {
        border: var(--form-border-hover);
    }

select {
    flex: 1;
    cursor: pointer;
}
/* Arrow */
.kfds-c-selector-wrapper::after {
    display: none;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: "\f107";
    position: absolute;
    /* top: 0; */
    /* left: 80px; */
    font-size: 28px;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #ffffff;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

}
/* Transition */
.kfds-c-selector-wrapper:hover::after {
    color: #f39c12;
}

.kfds-c-show-hide-hz-tab {
    display: none;
}

.kfds-c-lyt-profile-row-to-col {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.kfds-c-display-on-ipad {
    display: none;
}

.page-banner-wrapper {
    max-width: 966px;
    margin: 0 auto 16px auto;
    width: 100%;
}

.hidden-lg-md {
    display: none;
}

@media (min-width: 992px) {
    .fit-container {
        max-width: 990px;
        width: 100vw;
    }
    
}

@media (max-width: 992px) {
    .kfds-c-srf-cover-height {
        height: 300px;
    }
    .kfds-lyt-col-to-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

        .kfds-lyt-col-to-row > .kfds-btm-mrgn-16 {
            margin: 0;
        }

        .kfds-lyt-col-to-row > .kfds-lyt-row > .kfds-c-hide-divider {
            display: none;
            visibility: hidden;
        }

        .kfds-lyt-col-to-row > a.kfds-c-btn-primary {
            width: 49%;
        }

        .kfds-lyt-col-to-row.kfds-c-buy-wrapper {
            padding: 12px;
            border-radius: 100px;
            background: #ffffff;
            box-shadow: 0 4px 20px rgba(149,185,193,.2);
            margin-bottom: 16px;
        }

    .kfds-c-srf-creator-content-wrapper {
        max-width: 400px;
        width: 100vw;
    }
    .kfds-c-sticky .kfds-c-carousel-control {
        /* display: inline-block; */
        position: relative;
        display: contents;
    }

    .kfds-c-sticky .sidebar.kfds-c-sticky-wrapper {
        /* display: inline-block; */
        position: relative;
        -ms-flex-item-align: start;
        align-self: flex-start;
        top: 86px;
        display: contents;
    }

    .kfds-lyt-between-algn-top-row-to-col {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .kfds-c-shop-detail-column-control {
        width: 100%;
        height: auto;
        margin: 0;
        padding:12px 12px;
    }

    .kfds-c-order-2 {
        -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
        order: 30;
        display: block;
    }

    .kfds-c-order-3 {
        -webkit-box-ordinal-group: 61;
        -ms-flex-order: 60;
        order: 60;
        display: block;
        width: 100%;
    }

    .kfds-c-order-share {
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100;
        display: block;
        width: 100%;
    }

    .kfds-c-product-detail-and-cta-wrapper {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: start;
    }

    .kfds-c-srf-tab-width {
        min-width: 285px;
        width: 100%;
        max-width: 450px;
    }

    .kfds-c-gallery-padding-46-66-32 {
        padding: 0 82px;
    }


    .kfds-c-gallery-padding-36-54 {
        padding: 0 80px;
    }

    .kfds-c-gallery-padding-32-52-8 {
        padding: 0 52px;
    }

    #second-col-v2.sidebar .sidebar__inner {
        width: 100% !important;
        max-width: 334px;
        width: 285px;
        display: block;
    }

    .kfds-c-srf-topdetail-wrapper {
        max-width: 952px;
        margin: auto;
        display: flex;
        padding: 0 16px;
        justify-content: center;
    }

    .kfds-c-srf-rightsidebar {
        min-width: 285px;
        width: 285px;
    }
}

.page-width-controller {
    max-width: 1000px;
    width: 100%;
}

.gap-16-to-0 {
    gap: 16px;
}

@media (max-width: 992px) {
   
    .page-width-controller {
        max-width: 958px;
        width: 100%;
    }
   
}

    @media (max-width: 768px) {
       
        .kfds-c-srf-cover-height {
            height: 252px;
        }
        .hidden-xs {
            display: none !important;
        }

        .hidden-lg-md {
            display: block;
        }
        .gap-16-to-0 {
            gap: 0;
        }
        .page-width-controller {
            max-width: 958px;
            width: 100%;
        }

        .page-banner-wrapper {
            max-width: 550px;
            padding: 0 10px;
        }

        .kfds-c-display-on-ipad {
            display: flex;
        }

        .kfds-c-lyt-profile-row-to-col {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            margin: auto;
            max-width: 518px;
        }

            .kfds-c-lyt-profile-row-to-col > .kfds-c-srf-rightsidebar-flex {
                min-width: 285px;
                max-width: 550px;
                width: 100vw;
                height: auto !important;
                padding: 0 16px;
            }

                .kfds-c-lyt-profile-row-to-col > .kfds-c-srf-rightsidebar-flex > .sidebar__inner {
                    transform: none !important;
                    position: static !important;
                    max-width: 100vw !important;
                    height: auto;
                    will-change: inherit !important;
                    left: 0 !important;
                }

        .kfds-c-product-detail-res-width {
            width: 100%;
            margin-right: 32px;
        }

        .kfds-c-product-cta-res-width {
            width: 100%;
        }


        .kfds-c-carousel-control {
            width: 100%;
        }

        .kfds-c-shop-detail-wrapper {
            width: 100%;
        }

        .kfds-c-srf-rightsidebar {
            display: none;
        }

        .kfds-c-srf-rightsidebar-flex {
            display: block;
        }

        .kfds-srf-gallery-wrapper-control {
            width: 100vw;
        }


        .kfds-c-gallery-padding-32-52-8 {
            padding: 0 70px;
        }

        .kfds-c-srf-profile-image {
            background-color: #fff;
            border-width: 3px !important;
            border-color: #ffffff !important;
            border-style: solid;
            position: relative;
            max-width: 100px;
            max-height: 100px;
            width: 100px;
            height: 100px;
            min-height:100px;
            border-radius: 100%;
            object-fit: cover;
        }

        .no-cover-owner {
            height: 150px;
        }

        .no-cover-visitor {
            height: 88px !important;
        }

        .kfds-c-srf-primary-col-pdg {
            padding: 0 15px;
        }

        .kfds-c-name-ch-control {
            font-size: 20px;
        }

        .kfds-c-detail-section-mobile {
            display: block
        }
    }


    @media (max-width: 736px) {

        .kfds-c-btn-follow, .kfds-c-btn-followed {
            display: flex;
            align-items: center;
            height: 32px;
        }
        .kfds-c-gallery-padding-32-52-8 {
            padding: 0 54px;
        }

        .kfds-c-gallery-padding-36-54 {
            padding: 0 60px;
        }

        .kfds-c-gallery-padding-36-54 {
            padding: 0 66px;
        }

        .kfds-c-lyt-row-f-start-to-col {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
        }

        .kfds-c-lyt-between-center-then-top {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

        .kfds-c-srf-profile-image {
            background-color: #fff;
            border-width: 3px !important;
            border-color: #ffffff !important;
            border-style: solid;
            position: relative;
            max-width: 85px;
            max-height: 85px;
            width: 85px;
            height: 85px;
            min-height: 85px;
            border-radius: 100%;
            object-fit: cover;
            margin-top: -53px;
            margin-left: 0;
        }

        .kfds-c-header-showweb-til-736 {
            visibility: hidden;
            display: none;
        }

        .kfds-c-header-showmobile-at-736 {
            visibility: inherit;
            display: block;
        }
    }

    @media (max-width: 667px) {
        .kfds-c-srf-cover-height {
            height: 236px;
        }
        .kfds-c-gallery-padding-32-52-8 {
            padding: 0 4px;
        }

        .kfds-c-gallery-padding-36-54 {
            padding: 0;
        }

        .kfds-c-gallery-padding-46-66-32 {
            padding: 0 16px;
        }

        .kfds-c-show-web-to-ipad-only {
            display: none;
            visibility: hidden;
        }
    }

    @media (max-width: 557px) {
        .kfds-c-srf-cover-height {
            height: 200px;
        }
        .kfds-c-srf-topdetail-wrapper {
            max-width: 958px;
            margin: auto;
            display: flex;
            padding: 0 16px;
            margin-bottom: 0;
            justify-content: center;
        }

        .kfds-c-product-detail-res-width, .kfds-c-product-cta-res-width {
            width: 100%;
        }

        .kfds-c-show-hide-hz-tab {
            display: block;
        }

        .kfds-c-show-hide-desktop-tab {
            display: none;
        }
    }

    @media (max-width: 479px) {
        .kfds-c-srf-cover-height {
            height: 170px;
        }
        .hs__arrows {
            display: none !important;
            opacity: 0;
        }

        .kfds-c-gallery-padding-36-54 {
            padding: 0;
        }

        .kfds-c-show-mobileonly {
            visibility: inherit;
            display: block;
        }


        .kfds-c-show-webonly {
            visibility: hidden;
            display: none;
        }

        .hz-c-profilepage-tap-container-wrapper {
            margin: 0;
        }

        .kfds-font-16-to-13 {
            font-size: 14px;
        }
    }

    @media (max-width: 395px) {
        .kfds-c-srf-cover-height {
            height: 130px;
        }
        .kfds-lyt-between-row-to-col {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
        }
    }

    @media (max-width: 350px) {
        .kfds-font-16-to-13 {
            font-size: 13px;
        }
        .kfds-c-srf-cover-height {
            height: 115px;
        }
    }

    @media (max-width: 320px) {
        .kfds-c-srf-cover-height {
            height: 100px;
        }
    }


    /* tier */


    .kfds-c-price-selector input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 55px;
    }

    .kfds-c-price-selector label.kfds-c-price-radio {
        display: inline-block;
        background-color: #fff;
        height: 45px;
        min-width: 45px;
        width: auto;
        color: #000;
        padding: 10px;
        font-size: 16px;
        border: 1px solid #f7f7f7;
        border-bottom: 1px solid #f7f7f7;
        border-radius: 50px;
        text-align: center;
        vertical-align: middle;
    }

    .kfds-c-price-selector label:hover {
        background-color: #ffebeb;
        color: #ff5f5f;
        border: 1px solid #ffebeb;
        cursor: pointer;
    }

    .kfds-c-price-selector input[type="radio"]:focus + label.kfds-c-price-radio {
        border: 1px solid #ffebeb;
        cursor: pointer;
    }

    .kfds-c-price-selector input[type="radio"]:checked + label.kfds-c-price-radio {
        background-color: #ffebeb;
        border-color: #ffebeb;
        color: #ff5f5f;
        text-align: center;
    }

    .kfds-c-tier-accordion-wrapper {
        text-transform: none !important;
        border-radius: 8px;
        background-color: #fff !important;
        font-family: Quicksand, sans-serif;
        color: #323842 !important;
        font-size: 16px;
        display: inline-block;
        line-height: inherit;
        height: auto;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #f7f7f7;
        outline: none !important;
    }

        .kfds-c-tier-accordion-wrapper:hover, .kfds-c-tier-accordion-wrapper:focus, .kfds-c-tier-accordion-wrapper:active {
            border: 1px solid #000;
            outline: none !important;
        }

    .collapse.show {
        display: block;
        visibility: visible;
    }

    [data-toggle="collapse"].collapsed .if-not-collapsed,
    [data-toggle="collapse"]:not(.collapsed) .if-collapsed {
        display: none;
    }

    .ds-benefit-wrapper {
        position: relative;
    }


    .ds-c-show-tier, .ds-c-hide-tier {
        position: absolute;
        bottom: -16px;
        z-index: 100;
        text-align: center;
    }

        .ds-c-show-tier:focus {
            box-shadow: none !important;
        }

    .ds-c-hide-tier {
        display: none;
    }


    .ds-c-show-tier:target {
        display: none;
    }

        .ds-c-show-tier:target ~ .ds-c-hide-tier {
            display: block;
        }

        .ds-c-show-tier:target ~ .ds-benefit {
            max-height: max-content;
        }

        .ds-c-show-tier:target ~ .ds-fade {
            margin-top: 0;
            height: auto !important;
        }


    .ds-benefit {
        position: relative;
        width: 100%;
        margin: 0;
        max-height: 80px;
        overflow: hidden;
        -webkit-transition: max-height .5s ease;
        transition: max-height .5s ease;
    }

.ds-fade {
    height: 38px;
    margin-top: -32px;
    position: relative;
    border-radius: 0;
    background: rgb(255,255,255);
    background: var(--bg-gradient-membership);
}

#ds-sprite-loading-payment {
    margin: 0 auto;
    width: 340px; /* Viewport-width */
    height: 340px; /* Viewport-height */
    background: url('../img/animations/css_sprites-top-down.png') no-repeat 0 0%; /* Our sprite as the viewport background */
    -webkit-animation: payment-loading 1.4s steps(24) infinite;
    -moz-animation: payment-loading 1.4s steps(24) infinite;
    -ms-animation: payment-loading 1.4s steps(24) infinite;
    -o-animation: payment-loading 1.4s steps(24) infinite;
    animation: payment-loading 1.4s steps(24) infinite;
}

@-webkit-keyframes payment-loading {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 100%;
    }
}

@-moz-keyframes payment-loading {
    from {
        background-position: 0 0%;
    }

    to {
        background-position: 0 100%;
    }
}

@-ms-keyframes payment-loading {
    from {
        background-position: 0 0%;
    }

    to {
        background-position: 0 100%;
    }
}

@-o-keyframes payment-loading {
    from {
        background-position: 0 0%;
    }

    to {
        background-position: 0 100%;
    }
}

@keyframes payment-loading {
    from {
        background-position: 0 0%;
    }

    to {
        background-position: 0 100%;
    }
}

    input[type=number] {
        -moz-appearance: textfield;
    }

    .ds-c-divider-conversation-normal {
        width: 100%;
        border-bottom: 1px solid #ececec;
    }


    .ds-c-divider-conversation-new {
        width: 100%;
        border-bottom: 1px solid #ff5f5f;
    }

    .ds-c-new-message-divider-wrapper {
        background: #ff5f5f;
        border-radius: 8px;
        color: #ffffff;
    }

    #tab5-content {
        width: 100%;
    }

    .category-wrap {
        overflow-x: auto;
        display: flex;
        flex-direction: row;
    }
        

    .hz-tab-content-each:first-child {
        margin-left: 16px;
    }

    @media (max-width: 768px) {
        #tab5-content {
            width: 100vw;
        }

        .hz-tab-content-each:first-child {
            margin-left: 16px;
        }
    }


    .kfds-lyt-pdg-8-16 {
        padding: 8px 16px;
    }

    .ds-c-float-footer-wrapper-s {
        position: fixed;
        right: 64px;
        bottom: 24px;
        z-index: 250;
        height: 70px;
        margin: 0 auto;
        width: max-content;
        max-height: max-content;
        background-color: transparent;
        border-radius: 8px;
    }

    .ds-c-rounded-float {
        width: 65px;
        height: 65px;
        max-height: 65px;
        max-width: 65px;
        min-height: 65px;
        min-width: 65px;
        box-shadow: rgba(0, 0, 0, 0.28) 0px 8px 28px !important;
        right: 24px;
        bottom: 16px;
        position: relative;
        background-color: var(--bg-color-layer-2);
        padding: 20px 14px;
        cursor: pointer;
        transform: scale(1);
        transition: transform ease-in-out 0.3s;
    }

        .ds-c-rounded-float:focus, .ds-c-rounded-float:hover {
            transform: scale(0.95);
        }

    .ds-c-shop-item-counter {
        position: absolute;
        border: 1px solid #ffffff;
        top: -10px;
        text-align: center;
        height: 27px;
        min-width: 27px;
        width: auto;
        padding: 0 7px;
        right: 0;
        border-radius: 20px;
        color: white;
        background-color: #ff5f5f;
        box-shadow: 0 4px 10px 0px rgba(50, 56, 66, 0.06);
    }

.ds-cart-footer-l {
    z-index: 250;
    padding: 0 16px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    box-shadow: var(--comp-shadow-layer-2);
    width: 100vw;
    height: 70px;
    max-width: 1024px;
    min-height: 45px;
    background-color: var(--bg-color-layer-2);
    border-radius: 8px 8px 0 0;
    margin: 0 auto;
}

    @media (max-width: 992px) {
        .ds-c-rounded-float {
            right: 14px;
            bottom: 6px;
        }

        .ds-c-float-footer-wrapper-s {
            right: 0;
            bottom: 0;
        }
        .category-wrap::-webkit-scrollbar {
            display: none;
        }
    }

    .ds-filter-gradient-animation {
        animation: light 3s infinite linear;
        background-image: linear-gradient(to right, #eff1f31c 4%, #00000026 25%, #eff1f31c 36%);
        background-size: 1000px 100%;
    }

    @keyframes light {
        0% {
            background-position: -1000px 0;
        }

        100% {
            background-position: 1000px 0;
        }
    }

    @media (min-width: 740px) {
        .guest-nav > li {
            font-weight: bold !important;
        }

        #navgold, #navblog { /* currently hidden */
            display: none;
        }
    }

    @media (max-width: 768px) {
        .kfds-font-size-24 {
            font-size: 21px !important;
        }

        .kfds-c-srf-top-profilepage-wrapper {
            margin: 12px 0 2px;
        }

        .title-prefix {
            display: none;
        }
    }

    .pn-flex, .payment-panel, .kfds-c-srf-personal-info-panel {
        border-radius: 18px;
    }

    .fa-sign-out {
        transform: rotate(-90deg);
    }

.ds-c-dm-dialog {
    border-radius: 18px;
    padding: 16px;
    display: flex;
    background-color: #00b07d26;
    color: var(--text-success);
}

    .kfds-lyt-column-to-row {
        display: flex;
        flex-direction: column;
    }

    @media (max-width: 522px) {
        .kfds-lyt-column-to-row {
            display: flex;
            flex-direction: row;
        }
    }

button.close {
    color: var(--text-color) !important;
    position: relative;
    font-weight: var(--weight-m);
    top: 4px;
    right: 4px;
    z-index: 1;
    text-shadow: none !important;
}

    
    @media (max-width: 768px) {

        .ds-order {
            max-width: 518px;
            width: 100%;
            padding: 0 10px;
        }

        .d-contents {
            display: contents;
        }

            .d-contents > .ds-order[name='Lastest Posts'] {
                order: 20;
                -webkit-box-ordinal-group: 21;
                -ms-flex-order: 20;
            }

            .d-contents > .ds-order[name='Feed Section'] {
                order: 19;
                -webkit-box-ordinal-group: 20;
                -ms-flex-order: 19;
            }

            .d-contents > .ds-order[name='Add Something'] {
                order: 18;
                -webkit-box-ordinal-group: 19;
                -ms-flex-order: 18;
            }

        .ds-order[name='Membership Tier'] {
            order: 4 !important;
            -webkit-box-ordinal-group: 5 !important;
            -ms-flex-order: 4 !important;
        }

        .d-contents > .ds-order[name='Donation Panel'] {
            order: 1;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
        }

        .kfds-c-srf-sticky-contentwrapper > .ds-order:nth-last-of-type(1) {
            order: 12;
            -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
        }

        .kfds-c-srf-sticky-contentwrapper > .ds-order[name='Goal Setup'] {
            order: 11;
            -webkit-box-ordinal-group: 12;
            -ms-flex-order: 1;
        }

        .kfds-c-srf-sticky-contentwrapper > .ds-order[name='Top Supporters'] {
            order: 7;
            -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
        }
        /*About tile*/
        .kfds-c-srf-sticky-contentwrapper > .ds-order[name='Gallery Widget'] {
            /*  order: 6;
            -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;*/
            order: 8;
            -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
        }

        /*About tile*/
        .kfds-c-srf-sticky-contentwrapper > .ds-order[name='Badges'] {
            order: 9;
            -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
        }
        /*Commission Widget*/
        .d-contents > .ds-order[name='Commission Widget'] {
            order: 6;
            -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
        }
        /*Shop Widget*/
        .ds-order[name='Shop Widget'] {
            order: 5;
            -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
        }
        /*About tile when no goal*/
        .kfds-c-srf-sticky-contentwrapper > .ds-order[name='About Section'] {
            order: 3;
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
        }

        .kfds-c-srf-sticky-contentwrapper > .ds-order[name='Goal Widget'] {
            order: 2;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
        }

        div.sidebar.kfds-c-srf-rightsidebar-flex.d-contents-top, div.sidebar__inner.d-contents-top, div.kfds-c-srf-sticky-contentwrapper.d-contents-top {
            display: contents !important;
        }
        .ds-order[name='acceptPayment'] {
            order: 25;
            -webkit-box-ordinal-group: 26;
            -ms-flex-order: 25;
        }
    }

    .btn-centered-auto-width {
        width: auto;
        margin: 0 auto;
        color: white;
        background-color: #ff5f5f;
        min-width: 160px;
    }


    .ds-tier-flex {
        display: flex;
        -webkit-box-align: stretch;
        align-items: stretch;
        place-content: flex-start;
        box-sizing: border-box;
        display: flex;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        max-width: 358px;
        width: 100%;
        min-width: 288px;
        margin: 0;
    }

    .flex-stretch {
        display: flex;
        -webkit-box-align: stretch;
        align-items: stretch;
        margin: 0 auto;
        width: 100%;
    }

    div.kfds-c-choose-gift > label > input {
        visibility: hidden;
        display: none;
    }

    div.kfds-c-choose-gift > label {
        display: flex;
        width: 100%;
        height: auto;
        padding: 8px;
        align-items: center;
        cursor: pointer;
    }

        div.kfds-c-choose-gift > label > svg {
            display: inline-block;
            padding: 2px;
            background-size: 30px 30px;
            background: #fff;
            border: 1px solid #cdcdcd;
            border-radius: 8px;
            min-width: 24px;
            min-height: 24px;
            margin: 8px;
            cursor: pointer;
        }

        div.kfds-c-choose-gift > label > input:checked + svg {
            background-color: #42d6aa;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 30px 30px;
            min-width: 24px;
            min-height: 24px;
            padding: 2px;
            margin: 8px;
            border-radius: 8px;
            border: 1px solid #42d6aa;
            cursor: pointer;
        }

    .tier-tile-icon {
        width: 72px;
    }


.draggable-mirror {
    border-radius: 8px;
    box-shadow: var(--comp-shadow-layer-2);
    cursor: grabbing;
}

    .draggable-mirror > .ds-draggable {
        border-radius: 8px;
        border: 1px solid rgba(62, 63, 58, 0.6);
        box-shadow: var(--comp-shadow-layer-2);
        cursor: move;
    }
/*.draggable-mirror > .ds-draggable {
            width: 100%;
        }*/

.draggable-source--is-dragging {
    visibility: hidden;
}

.draggable-container--is-dragging > .draggable-mirror {
}

.shopOrderListItem {
}

.badge-gold {
    background-color: #ffc758 !important;
    color: white;
    border-radius: 10px;
    font-family: var(--font-primary);
    font-variant-ligatures: no-common-ligatures;
    font-weight: var(--weight-m);
    margin: 8px 12px 4px;
    font-size: 10px;
    letter-spacing: 0.5px;
    padding: 2px 8px;
}

.badge-live {
    background-color: var(--btn-bg-gray-secondary);
    color: var(--text-color);
    border-radius: 4px;
    padding: 0 4px;
    font-size: 12px;
}

.blinking-animation {
    animation: blink 1.5s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    40% {
        opacity: .5;
    }

    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.tier-container {
    border: var(--border-layer-0);
    border-radius: 14px;
}

.kfds-font-size-16 {
    font-size: 16px !important;
}

.admin-control-panel-row {
    background: var(--bg-gray-layer-1);
    max-width: 1500px;
    margin: 0 auto;
}

.p-0-8 {
    padding: 0 8px;
}

.commission-tab-title-wrapper {
    min-width: 270px;
    max-width: 540px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.ribbon-price {
    --ribbon-size: 20px;
    --ribbon-padding: 10px;
    padding: var(--ribbon-padding);
    padding-inline-start: calc(var(--ribbon-size) + var(--ribbon-padding));
    border-radius: 4px;
    background-color: #4c8dee29;
    color: #4c8dee;
    width: fit-content;
    clip-path: polygon(0 0, var(--ribbon-size) 50%, 0 100%, 100% 100%, 100% 0);
}

.thankyou-message-wrapper {
    flex: 1;
    background-color: var(--bg-gray-layer-2);
    margin-left: 8px;
    border-radius: 8px;
    padding: 8px;
    border: 1px solid #0000000d;
}
 
.thank-btn:hover .fa-heart {
    color: #ff5f5f;
}

.navbar .nav > li > a {
    font-size: 15px !important;
    text-transform: none;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items:center;
}

.guest-nav {
    width: 300px;
    position: absolute;
    padding: 8px;
    right: 0;
    background: white;
    top: 0px;
    border-radius: 24px;
    display: none;
    justify-content: center;
    flex-direction: column;
}

.mobile-nav-active .guest-nav {
    width: 300px;
    position: absolute;
    padding: 8px;
    right: 0;
    background: white;
    top: 0px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

footer {
    background-color: var(--bg-color-layer-0);
    color: var(--text-color);
}

.grey-container {
    background: var(--bg-gray-layer-1) !important;
}

hr {
    border-top: var(--border-layer-0) !important;
}

.control-panel-row {
    background-color: var(--bg-beige-black);
    border: none !important;
    padding: 10px 8px 8px 8px !important;
    margin: 0 !important;
}

.tabs {
    background-color: var(--bg-color-layer-0);
    border-bottom: 3px solid #9fa3b114;
}

.swal2-success-fix, .swal2-success-circular-line-left, .swal2-success-circular-line-right {
    background: transparent !important;
}

.shopitem-default-bg {
    background: var(--bg-gray-layer-1);
}

input[type="submit"] {
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.overflow-x-scroll {
    overflow-x: scroll;
    white-space: nowrap;
}


.content-upload-panel, .kfds-srf-shadow, .kfds-srf-shadow-no-padding, .payment-panel, .tiles-wrap img, .kfds-c-commission-item {
    box-shadow: none !important;
    border-radius: 18px !important;
}

.ds-support-panel-wrapper {
    border-radius: 18px !important;
}

.profile-page-tile .update-bubble {
    border: var(--form-border);
}

.update-bubble {
    box-shadow: none !important;
    border-radius: 18px !important;
    border: none;
}

.kfds-c-product-thumbnail-cover {
    border-radius: 18px 18px 0 0 !important;
}

.tiles-wrap li {
    background-color: transparent !important;
}

.tiles-wrap img {
    background: var(--bg-color-layer-1);
}

.update-bubble::before, .update-bubble::after {
    display: none;
}

.faq-wrapper {
    background-color: var(--btn-bg-gray-secondary) !important;
    border: none !important;
}

.album-item {
    background-color: var(--btn-bg-gray-secondary) !important;
}

.-sudo-hide-pp {
    display: none;
    visibility: hidden;
}

.kfds-btn-tertiary-light-s.--sudo-bg-gray {
    background-color: var(--btn-bg-gray);
}
    .kfds-btn-tertiary-light-s.--sudo-bg-gray {
        background-color: var(--btn-bg-gray-hover);
    }

.creator-dropdown-list {
    background: var(--transaparent-active);
}

    .creator-dropdown-list:hover {
        background: var(--transaparent-hover);
    }
@media (min-width:481px) {
  .ui-mobile-nav-toggle {
margin-left: 1rem !important;
}
}

.og-preview-wrapper {
    display: flex;
    height: 250px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.og-verical-img {
    object-fit: contain !important;
    width: 140px !important;
    border: 14px;
    height: 246px !important;
}

.og-horizontal-img {
    object-fit: contain !important;
    width: 300px !important;
    height: auto !important;
    margin: 0 auto;
}

.color-wrapper {
    width: 100% !important;
    min-height: 46px !important;
    height: auto;
}

.ui-mobile-nav-toggle  {
    display: block;
}