@font-face {
    font-family: "OpenMojiDemoFont";
    src: url("OpenMoji-color-glyf_colr_0.woff2") format("woff2");
    unicode-range: U+23,U+2A,U+2D,U+30-39,U+A9,U+AE,U+200D,U+203C,U+2049,U+20E3,U+2117,U+2120,U+2122,U+2139,U+2194-2199,U+21A9,U+21AA,U+229C,U+231A,U+231B,U+2328,U+23CF,U+23E9-23F3,U+23F8-23FE,U+24C2,U+25A1,U+25AA-25AE,U+25B6,U+25C0,U+25C9,U+25D0,U+25D1,U+25E7-25EA,U+25ED,U+25EE,U+25FB-25FE,U+2600-2605,U+260E,U+2611,U+2614,U+2615,U+2618,U+261D,U+2620,U+2622,U+2623,U+2626,U+262A,U+262E,U+262F,U+2638-263A,U+2640,U+2642,U+2648-2653,U+265F,U+2660,U+2663,U+2665,U+2666,U+2668,U+267B,U+267E,U+267F,U+2691-2697,U+2699,U+269B,U+269C,U+26A0,U+26A1,U+26A7,U+26AA,U+26AB,U+26B0,U+26B1,U+26BD,U+26BE,U+26C4,U+26C5,U+26C8,U+26CE,U+26CF,U+26D1,U+26D3,U+26D4,U+26E9,U+26EA,U+26F0-26F5,U+26F7-26FA,U+26FD,U+2702,U+2705,U+2708-270D,U+270F,U+2712,U+2714,U+2716,U+271D,U+2721,U+2728,U+2733,U+2734,U+2744,U+2747,U+274C,U+274E,U+2753-2755,U+2757,U+2763,U+2764,U+2795-2797,U+27A1,U+27B0,U+27BF,U+2934,U+2935,U+2B05-2B07,U+2B0C,U+2B0D,U+2B1B,U+2B1C,U+2B1F-2B24,U+2B2E,U+2B2F,U+2B50,U+2B55,U+2B58,U+2B8F,U+2BBA-2BBC,U+2BC3,U+2BC4,U+2BEA,U+2BEB,U+3030,U+303D,U+3297,U+3299,U+E000-E009,U+E010,U+E011,U+E040-E04B,U+E050-E05D,U+E080-E0B4,U+E0C0-E0CA,U+E0FF-E10D,U+E140-E144,U+E146-E149,U+E150-E157,U+E181-E188,U+E1C0-E1C4,U+E1C6-E1D9,U+E200-E216,U+E240-E269,U+E280-E283,U+E2C0-E2C4,U+E2C6-E2DA,U+E300-E303,U+E305-E30F,U+E312-E316,U+E318-E322,U+E324-E329,U+E32B,U+E340-E348,U+E380,U+E381,U+F000,U+F8FF,U+FE0F,U+1F004,U+1F0CF,U+1F10D-1F10F,U+1F12F,U+1F16D-1F171,U+1F17E,U+1F17F,U+1F18E,U+1F191-1F19A,U+1F1E6-1F1FF,U+1F201,U+1F202,U+1F21A,U+1F22F,U+1F232-1F23A,U+1F250,U+1F251,U+1F300-1F321,U+1F324-1F393,U+1F396,U+1F397,U+1F399-1F39B,U+1F39E-1F3F0,U+1F3F3-1F3F5,U+1F3F7-1F4FD,U+1F4FF-1F53D,U+1F549-1F54E,U+1F550-1F567,U+1F56F,U+1F570,U+1F573-1F57A,U+1F587,U+1F58A-1F58D,U+1F590,U+1F595,U+1F596,U+1F5A4,U+1F5A5,U+1F5A8,U+1F5B1,U+1F5B2,U+1F5BC,U+1F5C2-1F5C4,U+1F5D1-1F5D3,U+1F5DC-1F5DE,U+1F5E1,U+1F5E3,U+1F5E8,U+1F5EF,U+1F5F3,U+1F5FA-1F64F,U+1F680-1F6C5,U+1F6CB-1F6D2,U+1F6D5-1F6D7,U+1F6DD-1F6E5,U+1F6E9,U+1F6EB,U+1F6EC,U+1F6F0,U+1F6F3-1F6FC,U+1F7E0-1F7EB,U+1F7F0,U+1F90C-1F93A,U+1F93C-1F945,U+1F947-1F9FF,U+1FA70-1FA74,U+1FA78-1FA7C,U+1FA80-1FA86,U+1FA90-1FAAC,U+1FAB0-1FABA,U+1FAC0-1FAC5,U+1FAD0-1FAD9,U+1FAE0-1FAE7,U+1FAF0-1FAF6,U+1FBC5-1FBC9,U+E0061-E0067,U+E006C,U+E006E,U+E0070-E0079,U+E007F;
}

:root {
    --bgColor: rgba(255,255,255, 0.8);
    --dpxScl: 1;
    --baseEmojiFontSize: 18rem;
    --scrollbarWidth: 0;

    @media(aspect-ratio <= 0.9) and (resolution >= 2x){
        --dpxScl: 2;
    }
}

html {
    font-size: calc(var(--dpxScl) * 16 * 1px);
    width: 100%;
}

body {
    background-color: rgb(95 122 133);
    margin: 0;

    & * { 
        font-family: sans-serif, OpenMojiDemoFont;
    }

    input[type="checkbox"] {
        zoom: var(--dpxScl);
    }
}

.ew-background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    touch-action: none;
    overflow-y: auto;
    ::-webkit-scrollbar {
        display: none;
    }
    -ms-overflow-style: none;
    scrollbar-width: none;

    .ew-bg_img {
        position: absolute;
        display: flex;
        flex-direction: column;
        perspective: 100px;
        width: 100%;
        height: 100rem;
        z-index: -1;
        overflow: hidden;

        & > div.ew-sky_img {
            position: relative;
            display: flex;
            flex: 3;
            transform-origin:top;
            transition: transform 2s;
        }

        & > div.ew-sky_ground_divider {
            position: relative;
            display: flex;
            flex: 1;
            transform-origin: bottom;
            transition: transform 2s;

            & > * {
                position: relative;
                flex: 1;
                
                &:last-child {
                    position: absolute;
                    height: 110%;
                    top: -10%;
                    z-index: 10;
                    pointer-events: none;
                }
            }
        }
    }
}

.ew-page {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden scroll;
}

.scroll-markers {
    position: absolute;
    top: 0;
    touch-action: none;
    pointer-events: none;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

    & > div {
        height: 1px;
        width: 100%;
        visibility: hidden;
    }
}

.ew-header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    height: 6rem;

    .ew-header__topRow {
        display: flex;
    }
}

.ew-content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    transition: transform 1s;
}


.flexPane {
    display: flex;
    &.col {
        flex-direction: column;
    }
}

.tooltip {
    position: absolute;
    min-width: 100px;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    opacity: 0.95;
    z-index: 1;
    outline: none;
    font-size: 1.2rem;
}

.tooltip-arrow {
    position: absolute;
    border-width: 5px;
    border-style: solid;
    opacity: 0.95;
}

.tooltip-arrow {
    &.top {
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        &.innerArrow {
            top: -4px;
        }
    }
    &.bottom {
        top: 100%;
        left: 50%;
        margin-left: -5px;
        &.innerArrow {
            top: -6px;
        }
    }
    &.left {
        right: 100%;
        top: 50%;
        margin-top: -5px;
        &.innerArrow {
            left: -4px;
        }
    }
    &.right {
        left: 100%;
        top: 50%;
        margin-top: -5px;
        &.innerArrow {
            right: -6px;
        }
    }
}

.tooltip-error {
    color: white;
    background-color: red;
}

.tooltip-regular {
    color: white;
    background-color: #566166;
}

.tooltip-hint {
    color: white;
    background-color: orange;
}

.tooltip-success {
    color: white;
    background-color: rgb(85, 212, 0);
}

.tooltip-intro {
    transform: translateX(-100%) scale(0.5);

    &.tooltip-active {
        padding: 18px 0px;
        transition: padding 1s;
        animation: shake 1s, hop 1s 5s;
        animation-fill-mode: forwards;
    }
}

@keyframes shake {
    0% {
        transform: translateX(-100%) scale(0) rotateZ(-20deg);
    }
    25% {
        transform: translateX(-75%) scale(0.25) rotateZ(20deg);
    }
    50% {
        transform: translateX(-50%) scale(0.5) rotateZ(-20deg);
    }
    75% {
        transform: translateX(-25%) scale(0.75) rotateZ(20deg);
    }
    100% {
        transform: translateX(0%) scale(1) rotateZ(0deg);
    }
}

@keyframes hop {
    25% {
        transform: translateY(10%);
    }
    50% {
        transform: translateY(0%);
    }
    75% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0%);
    }
}


.ew-embedPanel {
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: white;
    bottom: 0;
    border-radius: 0.5rem;
    align-self: center;
    z-index: 10;
    width: 100%;
    height: 23rem;
    visibility: hidden;
    transform: translateY(100%);
    transition: transform 0.5s;

    &.ew-embedPanel_show {
        visibility: visible;
        transform: translateY(0%);
    }

    & > label {
        display: inline-block;
        width: 97%;
        border-bottom: 0.0625rem solid black;
        padding: 0.3125rem;
    }

    .ew-embedHelpImage {
        position: absolute;
        top: 1.75rem;
        left: -17.3125rem;
        border: 0.0625rem solid black;
        border-radius: 0.1875rem;
        visibility: hidden;
        width: 25rem;

        & > img {
            width: 100%;
        }
    }
}

.ew-embedImgModal {
    &[open]{
        display: flex;
    }
    flex-direction: column;
    max-width: 45rem;
    @media(aspect-ratio <= 0.9) and (resolution >= 2x){
        width: 100%;
    }
    overflow: hidden;
    max-height: 90%;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    border: none;
    background-color: white;
    box-shadow: 0 0rem 7.8125rem black;
    padding-top: 3rem;
    box-sizing: border-box;

    & > button {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.5rem;
        font-weight: bold;
        color: black;
        background: transparent;
        border: none;
        margin: 0.5rem;
        user-select: none;
        transition: transform 0.2s;

        &:active {
            transform: scale(0.9);
        }
    }
    & > img {
        border: 1px solid black;
        border-radius: 0.2rem;
    }
}

.ew-embedField {
    display: flex;
    position: relative;
    min-height: 18.5rem;
    background-color: white;
    margin: 0 0;
    padding: 0.375rem 0.1875rem;
    border: 0.0625rem solid gray;
    border-radius: 0.1875rem;

    & > textarea {
        height: 15.25rem;
        font-size: 1rem;
    }

    & > label {
        position: absolute;
        right: 0.75rem;
        bottom: 3.125rem;
        border: 0.0625rem solid gray;
        border-radius: 0.9375rem;

        &:hover {
            border-color: black;
        }
    }

    & > div:last-child {
        display: flex;
        justify-content: center;
        height: 2.0625rem;

        & > button {
            margin: 0 0.125rem;
            width: 3rem;
            font-size: 1rem;
            border-radius: 0.3rem;
            transition: transform 0.2s;
            user-select: none;

            &[data-ok] {
                border: none;
                font-weight: bold;
                font-size: 1.8rem;
                background-color: #2196F3;
                color: white;

                &[disabled]{
                    background-color: gray;
                }
            }
            &[data-cancel]{
                color: #ff3838;
                border: 1px solid gray;
                background-color: white;
                font-size: 1.3rem;
            }

            &:active {
                transform: scale(0.9);
            }
        }
    }

    & * {
        margin: 0.125rem 0;
    }

    &.col {
        flex-direction: column;
    }
}

.ew-embedRender {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 25rem;
    min-height: 25rem;

    & > * {
        transform: scale(var(--dpxScl));
    }
}

.ew-gradientPicker {
    width: 24.5rem;
    height: 12.5rem;
    top: 0rem;
    left: calc(50% - (24.5rem/2));
    background-color: white;
    z-index: 11;

    & select {
        font-size: 1rem;
        width: 11.125rem;
    }

    & textarea {
        font-size: 1rem;
    }

    & button:last-child {
        font-size: 1rem;
        width: 6rem;
        height: 2rem;
        margin-top: 1rem;
        border-radius: 0.2rem;
        background-color: white;
        border: 1px solid gray;
        align-self: center;

        &:hover {
            text-decoration: underline;
        }
        &:active {
            text-decoration: underline;
        }
    }
}

@media(aspect-ratio <= 0.9) and (resolution >= 2x){
    .ew-gradientPicker {
        top: 0;
        left: 0;
        width: 99.7%;
    }
}

.ew-gradientCtrl {
    border-radius: 0.1875rem;
    border: 0.0625rem solid black;
    padding: 1.5625rem 0.9375rem;
    margin: 0.3125rem 0.625rem;

    & > div:first-child {
        height: 1.875rem !important;
    }
}

.ew-gradientValue {
    display: block;
    border: 0.0625rem solid rgba(0, 0, 0, 0.1);
    border-radius: 0.1875rem;
    background-color: #f1f1f1;
    padding: 0.3125rem 0.4375rem;
    margin: 0 0.3125rem;
    margin-top: 1rem;
    color: #555;
    min-height: 3.875rem;
    resize: vertical;
}

.ew-gradientColorIcon {
    
    & > button {
        border-radius: 1rem;
        width: 1.25rem;
    }
}

.ew-tumblrDim {
    & label {
        margin: 0px 5px;
    }
    & input {
        width: 50px;
    }
}

.ew-iconMenu {
    position: relative;
    display: flex;

    & > input {
        box-sizing: border-box;
        border-radius: 0.5rem;
        height: 3.5rem;
        font-size: 1.25rem;
        width: 100%;

        &:focus + div {
            display: block;
        }

        &[value=""] {
            width: 100%;
            border: 0.0625rem solid black;
        }
    }

    & > label:first-child {
        width: 1.5625rem;
        height: 1.5625rem;
        align-self: center;
        padding: 0 0.25rem;

        &:has(~ input[value=""]) {
            display: none;
        }
    }

    & > label[data-arrow] {
        position: absolute;
        right: 0.25rem;
        padding: 0.75rem 0.3125rem;
        font-size: 1.4375rem;
        pointer-events: none;
    }

    & > div:last-child {
        display: none;
        position: absolute;
        left: 0;
        top: 3.5rem;
        width: 100%;
        height: 19rem;
        border: 0.0625rem solid gray;
        border-radius: 0.1875rem;
        background-color: white;
        overflow-y: scroll;
        z-index: 10;

        &:active {
            display: block;
        }
    }

    & .ew-choice {
        display: flex;
        align-items: center;
        border-bottom: 0.0625rem solid lightgray;
        padding: 0.5625rem 0;

        &:hover {
            background-color: lightskyblue;
        }

        & > * {
            pointer-events: none;
        }

        & > div {
            width: 1.5625rem;
            height: 1.5625rem;
            padding: 0.25rem 0.625rem;
        }

        & > label {
            font-size: 1.25rem;
        }
    }
}

input.grapick_colorpicker:focus {
    outline: none;
}


.kofi-collapse {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    animation: float 2s infinite;
    z-index: 1;
    pointer-events: all;

    &:hover {
        animation: none;
    }

    & img[id="kofi-cup-img"] {
        transform: rotateZ(-180deg);
        transition: transform 0.5s, box-shadow 0.3s;
    }

    & > label {
        pointer-events: all;
    }

    .kofi-collapse_outer {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
        border-radius: 0.5rem;
        width: 25rem;
        height: 36rem;
        top: 100%;

        & > .kofi-collapse_inner {
            transition: transform 0.5s;
            background-color: white;
            width: 100%;
            @media(aspect-ratio <= 0.9) and (resolution >= 2x){
                transform-origin: top;
                transform: scale( min(2, var(--dpxScl)) );
            }
        }
    }

    &.kofi-collapse_closed {
        pointer-events: none;
        z-index: 0;
        & .kofi-collapse_inner {
            transform: translateX(-100%) translateY(-100%);
        }
        & img[id="kofi-cup-img"] {
            transform: unset;
            box-shadow: -0.3125rem 2.25rem 0.8125rem -2.0625rem black;
        }
    }

    & > .kofi-dialog {
        display: flex;
        flex-direction: column;
        visibility: hidden;
        align-items: center;
        pointer-events: all;
        box-shadow: 0.3rem 0.5rem 0rem 0.3rem rgba(0,0,0,0.5);
        transition: transform 0.5s 0.5s;
        overflow: hidden;
        transform: translateX(-100vw);

        &.kofi-dialog_show {
            visibility: visible;
            transform: translateX(0);
        }

        & > div:last-child {
            width: 100%;
        }

        & > .kofi-dialog-pages {
            display: flex;
            width: 100%;
            transition: transform 0.2s;

            &[data-page="1"]{
                & > [data-page-2]{
                    visibility: hidden;
                }
            }
            &[data-page="2"]{
                transform: translateX(-100%);
                & > [data-page-1] {
                    visibility: hidden;
                }
            }

            & > .kofi-dialog-page {
                display: flex;
                flex-direction: column;
                flex-shrink: 0;
                align-items: center;
                width: 100%;
                transition: visibility 0.1s;

                &[data-page-1]{
                    & > img {
                        width: 11.6875rem;
                        height: 6.375rem;
                    }
    
                    & > span[data-pointer] {
                        position: relative;
                        pointer-events: none;
                        touch-action: none;
                        height: 0;
                        top: -2rem;
                        opacity: 0;
                        transform: scale(2) translateX(-200%);
                    }
        
                    & span[data-email-get]{
                        align-self: end;
                        margin-bottom: 1rem;
        
                        & > span:first-child {
                            color: #2196F3;
                            font-size: 1rem;
                            text-decoration: underline;
                        }
                        & > span:last-child {
                            display: inline-block;
                            margin-left: 0.5rem;
                        }
                        &:active > span:first-child {
                            color: gray;
                        }
                        &:active > span:last-child {
                            transform: scale(0.9);
                        }
                    }
                }
                &[data-page-2]{
                    & > span[data-share-get] {
                        display: inline-block;
                        transform: rotate(180deg);
                        align-self: start;

                        &:active {
                            transform: scale(0.9) rotate(180deg);
                        }
                    }
                    & > span[data-title] {
                        font-weight: bold;
                        font-size: 1.2rem;
                        align-self: start;
                        text-decoration: underline;
                    }
                    & > p {
                        margin: 0;
                        font-size: 1rem;
                        
                    }
                    & > img {
                        height: 5rem;
                    }
                }
            }
        }

        &[open] {

            & > .kofi-dialog-pages[data-page="1"] span[data-pointer] {
                animation: 4s 2.5s infinite donateClick;
            }
        }
    }
}

@keyframes float {
    0% {
        transform: translateY(0rem);
    }
    50% {
        transform: translateY(-0.5rem);
    }
    100% {
        transform: translateY(0rem);
    }
}

@keyframes pour {
    100% {
        transform: rotateZ(-180deg);
    }
}

@keyframes btnPop {
    50% {
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes donateClick {
    10% {
        opacity: 1;
        transform: scale(2) translateX(-81%);
    }
    20% {
        transform: scale(1.8) translateX(-81%)
    }
    30% {
        opacity: 1;
        transform: scale(2) translateX(-81%)
    }
    60% {
        opacity: 0;
        transform: scale(2) translateX(-81%)
    }
    100% {
        opacity: 0;
        transform: scale(2) translateX(-81%)
    }
}

.fund-post {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    flex-grow: 1;

    &:hover, &:active {
        .fund-post-container {
            border-top: 0.4rem dashed gray;
        }
    }
    &:hover, &:active {
        .fund-post-preview{
            border: 0.4rem dashed gray;
            border-top: none;
        }
    }

    &.fund-post-active {

        & > .fund-post-options {
            opacity: 1;
        }

        & > .fund-post-container {
            border-top: 0.2rem dashed gray;

            & > div.fund-post-preview {
                border: 0.2rem dashed gray;
                border-top: none;
                transform: translateY(0%);
    
                & > p {
                    opacity: 0;
                }
            }

            & > .fund-post-post {
                transform: translateY(0%);
    
                & > button {
                    opacity: 1;
                }
            }
        }

        & > .fund-post-action_backdrop {
            visibility: visible;

            & > * {
                display: revert;
            }

            & > .fund-post-action {
                height: 100%;
                width: 25rem;
                overflow: hidden;
                z-index: 1;
    
                @media(aspect-ratio <= 0.9) and (resolution >= 2x){
                    width: 100%;
                }
    
                & #clr-picker.clr-picker{
                    display: flex;
                }
            }
        }
    }

    & > .fund-post-break {
        height: 2rem;
        flex-shrink: 0;
    }

    & > .fund-post-options {
        position: relative;
        opacity: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 25rem;
        font-size: 1rem;
        transition: opacity 1s;
    
        & > button {
            border: none;
            border-radius: 0.3125rem;
            margin: 0.125rem;
            padding: 0;
            background-color: transparent;
            font-size: 2.5rem;
            flex: 1;
            color: black;

            &:active {
                transform: scale(0.9);
                background-color: transparent;
            }

            &[title="delete cell"]{
                flex: 2;
                font-size: 1.5rem;
                text-align: end;

                &:active {
                    transform: scale(1);
                }

                & > span:active{
                    display: inline-block;
                    transform: scale(0.9);
                    background-color: transparent;
                }
            }
        }

        & > .render-header {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: white;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 1rem;
            border-radius: 0.3rem;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            padding: 0rem 0.5rem;
            box-sizing: border-box;
            visibility: hidden;
            opacity: 0;
            transition: opacity 0.5s, visibility 0.5s;

            & > input {
                font-size: 1rem;
                width: 6rem;
                height: 2rem;

                &[data-name]{
                    width: 8rem;
                }

                &[data-amount]{
                    text-align: right;
                }
            }
        }
    }

    .fund-post-container {
        position: relative;
        display: flex;
        flex-direction: column;
        border-top: 0.4rem dashed rgba(125, 125, 125, 0.5);
        width: 25rem;
        justify-content: center;
        align-items: center;
        align-self: center;
        border-radius: 1rem;
        transform-origin: top;
        transition: transform 1s;
        overflow: hidden;
        transition: border-top-width 1s, top 1s;

        & > .render-message {
            position: absolute;
            bottom: 0.5rem;
            width: 100%;
            height: 4.5rem;
            background-color: white;
            display: flex;
            align-items: center;
            padding: 0 0.5rem;
            box-sizing: border-box;
            font-size: 1rem;
            border: 0.1rem solid gray;
            border-radius: 0.3rem;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            visibility: hidden;
            opacity: 0;
            transition: opacity 0.5s, visibility 0.5s;
        }
    }

    .fund-post-preview {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15rem;
        width: 25rem;
        border: 0.4rem dashed rgba(125, 125, 125, 0.5);
        border-top: none;
        border-radius: 1rem;
        min-height: 25rem;
        transform: translateY(-50%);
        transition: transform 1s, border-width 1s;
        box-sizing: border-box;
        overflow: hidden;

        & > p {
            position: absolute;
            bottom: 0;
            text-align: center;
            font-size: 3rem;
            color: rgba(125, 125, 125, 0.5);
            margin: 0 1rem;
            transition: opacity 1s;
            height: 12.5rem;
            display: flex;
            align-items: center;
        }

        & > textarea.emoji-input_active {
            background-color: transparent;
            width: 100%;
            height: 25rem;
            font-size: var(--baseEmojiFontSize);
            resize: none;
        }

        & > span[data-emojiCount] {
            position: absolute;
            bottom: 0;
            right: 0;
            font-size: 1.3rem;
            margin: 1rem;
        }
    }

    .fund-post-post {
        display: flex;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        height: 5rem;
        width: 8rem;

        & > button {
            pointer-events: none;
            border: none;
            opacity: 0;
            background-color: lightgray;
            color: white;
            width: 6rem;
            height: 3.5rem;
            font-size: 2rem;
            padding: 0.5rem 1rem;
            border-radius: 0.5rem;
            transition: opacity 1s;
        }

        &.fund-post-post_active > button {
            pointer-events: all;
            background-color: #2196F3;
            animation: btnPop 1s;

            &:active {
                transform: scale(0.9);
            }
        }
    }

    .fund-post-action_backdrop {
        position: fixed;
        display: flex;
        justify-content: center;
        bottom: 0;
        width: 100%;
        visibility: hidden;
        height: 23.1rem;
        z-index: 1;

        & > * {
            display: none;
        }

        > .fund-post-action {
            position: relative;
    
            & > input, > textarea {
                position: absolute;
                visibility: hidden;
                left: -100%;
                width: 100%;
                height: 0;
            }
    
            & #clr-picker.clr-picker {
                position: absolute;
                display: none;
                width: 100%;
                bottom: 0;
                transform: translateY(102%);
                transition: transform 0.5s;
    
                & .clr-gradient {
                    height: 10.25rem;
                }
            }
        }
    }

    .fund-post-embed {
        position: absolute;
        display: flex;
        flex-direction: column;
        background-color: var(--bgColor);
        right: 0px;
        border: 0.0625rem solid black;
        border-radius: 6px;
        align-self: center;
        z-index: 10;
        width: 100%;
        box-sizing: border-box;
        height: 15.375rem;
        flex-shrink: 0;
        visibility: visible;
        bottom: 0;
        transform: translateY(100%);
        transition: transform 0.5s;
    }
}

.post-dialog {
    width: min(27.125rem, 100%);
    border-radius: 0.5rem;
    border: none;
    background-color: rgba(255, 255, 255);
    box-shadow: 0rem 0rem 0rem 100vh rgba(0,0,0,0.5);

    & > button {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.3rem;
        font-weight: bold;
        color: black;
        background: transparent;
        border: none;
        margin: 0.5rem;
        user-select: none;

        &:active {
            transform: scale(0.9);
        }
    }

    & > label {
        color: #00b9fe;

        & > div {
            display: flex;
            span {
                color: gray;
                font-weight: bold;
            }
            input {
                width: 100%;
            }
        }
    }

    & * {
        font-size: 1.5rem;
        outline-width: 0;
        border-width: 0.0625rem;
        border-radius: 0.1875rem;
        border-color: rgba(255,255,255,1);
    }
    & *:focus{
        outline-width: 0;
        border-color: rgba(255, 255, 255, 0.95);
    }

    .post-dialog-msg {
        text-align: center;
    }

    .post-dialog-msg-note{
        font-size: 1rem;
    }

    & > div > button {
        padding: 0.5rem 1rem;
        border-radius: 0.3rem;
        border: none;
        background-color: white;
        width: 100%;

        &:active {
            transform: scale(0.9);
        }

        &[data-ok]{
            color: white;
            background-color: #2196F3;
        }
        &[data-cancel] {
            border: 0.0625rem solid #2196F3;
        }
    }
}

.fund-stroll-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;

    .fund-stroll-sort {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        border-bottom: 1px solid gray;

        & > div:first-child {
            display: flex;
            justify-content: center;
            width: 100%;
            
            & > select, [data-time] {
                text-align: center;
                width: 10rem;
                font-size: 1.5rem;
                margin: 1rem 1rem;
                border: none;
                color: black;
                background-color: rgba(255, 255, 255, 0.8);
                padding: 0.5rem 0rem;
                border-radius: 0.5rem;
                box-shadow: 0px 2px 8px 0px gray;
    
                & > option {
                    font-size: 24px;
                    text-align: start;
    
                    &:checked {
                        text-align: center;
                    }
                }
            }

            & > label[data-time]{
                box-shadow: none;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            & > div.order-arrows{
                display: flex;
                flex-direction: column;

                & > label {
                    text-align: center;
                    padding: 0.3rem 0rem;
                }

                & > button {
                    color: black;
                    font-size: 2rem;
                    align-self: center;
                    min-height: 2.5rem;
                    width: 2.5rem;
                    flex-shrink: 0;
                    border: none;
                    border-radius: 0.5rem;
                    background-color: white;
                    box-shadow: 0px 1px 10px 1px gray;
        
                    &:active {
                        transform: scale(0.9);
                    }
                }
            }
        }
        
        & > div:last-child {
            display: flex;
            flex-direction: column;
            min-height: 6.2rem;
            transform-origin: left;
            transform: translateX(0rem) rotateZ(-5deg);
            transition: transform 0.2s 3s;

            & > div[data-sort_hint] {
                display: inline;
                width: 3rem;
                padding: 0.5rem;
                border-radius: 0.2rem;
                color: white;
                font-weight: bold;
                background-color: #22b14c;
                border: 0.07rem solid lightgray;
                text-align: center;
    
                & > span {
                    display: inline-block;
                    color: white;
                    width: 1rem;
                    height: 1rem;
                    transform: translateY(0.2rem) scale(2.5);
                }

                &~ div{
                    position: absolute;
                    width: 0.2rem;
                    height: 1rem;
                    left: 2rem;
                    background-color: gray;
                    bottom: -0.1875rem;
                    z-index: -1;
                }
            }

            &.catch-up {
                transform-origin: right;
                align-items: end;
                transform: translateX(0rem) rotateZ(-5deg);

                & > div ~ div {
                    left: unset;
                    right: 2rem;
                    bottom: 0rem;
                    height: 2rem;
                }

                & [data-svg-arrow] {
                    transform: translateY(0.2rem) scale(-2.5, 2.5);
                }
            }

            &.sign_slidein {
                transform: translateX(0rem) rotateZ(-5deg);
            }
        }
    }

    .fund-stroll-time-topScrollBar {
        display: flex;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: auto;
        transform: scaleY(-1);
        scroll-snap-type: x mandatory;

        & > .fund-stroll-time {
            transform: scaleY(-1);
        }
    }

    .fund-stroll-time {
        display: flex;
        max-width: 100%;
        box-sizing: border-box;

        .fund-stroll-day {
            position: relative;
            scroll-snap-align: center;

            &[data-date^="Your-Posts"]{
                border: 0.2rem dashed skyblue;
            }
        }

        .fund-stroll-day-loader {
            min-width: 0.5rem;
            min-height: 100%;
            background-color: skyblue;
            opacity: 0;
        }

        .fund-stroll-day-loader_active {
            animation: pulse 1s infinite;
        }

        & .fund-stroll-day-date {
            position: relative;
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgba(255, 255, 255, 0.5);
            width: 100%;
            height: 4rem;
            font-size: 1.5rem;
            border-right: 1px solid gray;

            &.is-today {
                background-color: #2196F3;
                color: white;
            }

            & > span {
                width: 19.8125rem;
                flex-shrink: 0;
                text-align: center;

                &[data-year] {
                    position: absolute;
                    top: 0;
                    right: 0;
                    padding: 0.2rem 0.5rem;
                    font-size: 0.7rem;
                    width: auto;
                }
            }

            & > div {
                position: absolute;
                top: 0;
                left: 0;
                height: 3rem;
                width: 19.8125rem;
                border-bottom: 0.3rem solid skyblue;
                transition: transform 0.3s;
            }

            & > span[data-spots_remaining] {
                position: absolute;
                bottom: 0;
                right: 0px;
                font-size: 1rem;
                background-color: white;
                color: red;
                width: 6rem;
                border-radius: 1rem;
                border: 1px dashed gray;
                padding: 0.5rem 0.1rem;
                transform: rotateZ(-20deg);
            }
        }
    }

    .fund-stroll {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        margin: 0rem 1rem;

        .fund-post-render {
            position: relative;
            background-color: white;
            border-radius: 0.3rem;
            width: 25rem;
            margin: 1rem 0rem;

            &.fund-post-render_empty {
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 3rem;
                color: gray;
                border: 0.2rem dashed gray;
                background-color: rgba(255,255,255, 0.3);
                text-align: center;
                height: 33rem;
                width: 25rem;
            }

            & > .render-header {
                display: flex;
                justify-content: space-between;
                margin: 1rem 0.5rem;

                & > span > span[data-official]{
                    background-color: mediumspringgreen;
                    color: white;
                    font-weight: bold;
                    border-radius: 1rem;
                    padding: 0.2rem;
                    margin-left: 0.3rem;
                }
            }

            & > .render-content {
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                box-sizing: border-box;
                width: 100%;
                min-height: 25rem;
                border-top: 0.1rem solid rgba(125, 125, 125, 0.5);
                border-bottom: 1px solid rgba(125, 125, 125, 0.5);
                overflow: hidden;

                & > span.render-content-emoji {
                    font-size: var(--baseEmojiFontSize);
                    white-space: pre-line;
                }

                & > button {
                    position: absolute;
                    bottom: 0rem;
                    background-color: white;
                    width: 94%;
                    height: 1.6rem;
                    font-size: 1rem;
                    border-top-left-radius: 0.5rem;
                    border-top-right-radius: 0.5rem;
                    border: none;
                    border: 2px solid gray;
                    border-bottom: none;

                    &:active {
                        transform: translateY(0.2rem);
                    }
                }
            }

            & > .render-footer {
                display: flex;
                flex-direction: column;
                
                & > .render-message {
                    display: flex;
                    justify-content: space-between;
                    margin: 1rem 0.5rem;
                    font-size: 1.2rem;
                }
                & > .render-stats {
                    display: flex;
                    padding: 0.1rem 0.5rem;
                    justify-content: end;
                    border-top: 0.3rem solid lightgray;
                }
            }
        }
    }

    .fund-stroll-loaders {
        display: flex;
        box-sizing: border-box;
        width: 100%;
    }

    .fund-stroll-load {
        position: relative;
        display: flex;
        width: 25rem;
        height: 5rem;
        overflow: hidden;
        flex-shrink: 0;
        margin: 0 1rem;

        & > span {
            visibility: hidden;
            text-align: center;
            width: 25rem;
            font-size: 3rem;

            &.fund-stroll-loading {
                visibility: visible;
                animation: 6s infinite loading;
            }

            &.fund-stroll-end {
                opacity: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 1.5rem;
                background-color: white;
                color: black;
                visibility: visible;
                border-radius: 0.5rem;
                padding: 0.5rem 0rem;
                height: 2rem;
                transition: opacity 3s;
            }
        }
    }
}

@keyframes pulse {
    50% {
        opacity: 1
    }
}

@keyframes loading {
    0% {
        transform: translateX(-100%);
    }
    25% {
        transform: translateX(0%);
    }
    30% {
        transform: translate(0%, 0.5rem);
    }
    40% {
        transform: translate(0%, 0rem);
    }
    50% {
        transform: translate(0%, 0.5rem);
    }
    60% {
        transform: translate(0%, 0rem);
    }
    70% {
        transform: translate(0%, 0.5rem);
    }
    80% {
        transform: translate(0%, 0rem);
    }
    100% {
        transform: translateX(100%);
    }
}

.fund-logo {
    width: 4rem;
    height: 4rem;
    display: flex;
    background-color: #1a1f5e;
    border-radius: 3rem;
    z-index: 11;
    transition: transform 1s;

    &.fund-logo_activate {
        transform: translateX( calc(100vw - 100% - var(--scrollbarWidth)) ) rotateZ(720deg);
    }

    & > img {
        width: 100%;
        height: 100%;
    }
}

.fund-about_center {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding-top: 4rem;
    transition: transform 1s;

    &.fund-about_hide {
        transform: translateX(-100%);
    }
}

.fund-about {
    background-color: rgba(255, 255, 255, 0.7);

    & > .fund-about-section {
        position: relative;
        overflow: hidden;
        height: 4rem;
        transition: height 0.5s;

        & > .fund-about-heading {
            position: relative;
            display: flex;
            justify-content: space-between;
            background-color: #566166;
            color: white;
            box-shadow: 0px 0px 4px 0px black;
            z-index: 1;
            user-select: none;

            & > span {
                padding: 1rem;
                font-size: 1.5rem;
                pointer-events: none;
            }

            &:active {
                & > span {
                    transform: scale(0.85);
                }
            }
        }
        
        & > .fund-about-explain {
            width: 100%;
            background-color: whitesmoke;
            display: flex;
            flex-direction: column;

            & > * {
                white-space: normal;
                margin: 0.2rem;
            }

            & svg {
                margin-left: 7px;
                height: 1.3125rem;
            }

            & .explain-post-preview {
                display: flex;
                justify-content: center;
                align-items: center;
                align-self: center;
                text-align: center;
                font-size: 2rem;
                width: 14rem;
                border: 0.4rem dashed rgba(125, 125, 125, 0.5);
                border-radius: 1rem;
                height: 7rem;
                color: rgba(125, 125, 125, 0.5);
            }

            & .explain-post-button {
                background-color: #2196F3;
                color: white;
                width: 6rem;
                height: 3.5rem;
                font-size: 2rem;
                padding: 0.5rem 1rem;
                border: none;
                border-radius: 0.5rem;
                display: flex;
                align-items: center;
                justify-content: center;
                align-self: center;
            }

            & > div[data-welcome] {
                position: relative;
                display: flex;
                flex-direction: column;
                justify-content: end;
                align-items: center;
                text-align: center;
                height: 589px;
                background-color: #1ea84e;

                & > img {
                    position: absolute;
                    top: 0;
                    height: 100%;
                    transform: translateX(363px);
                }

                & > div[data-welcome_sign]{
                    display: flex;
                    flex-direction: column;
                    background: #1E53CB;
                    background: linear-gradient(-13deg, rgba(30, 83, 203, 1) 0%, rgba(87, 126, 199, 1) 75%, rgba(224, 224, 224, 1) 100%);
                    border: 8px solid white;
                    border-radius: 8px;
                    color: white;
                    padding: 16px 32px;
                    z-index: 0;

                    & p[data-tagline]{
                        font-size: 19.2px;
                        font-style: italic;
                    }
                }
                & > div[data-welcome_poles]{
                    width: 320px;
                    height: 160px;
                    border-left: 9.6px solid gray;
                    border-right: 9.6px solid gray;
                    z-index: 0;
                }
            }
            
            & > p {
                font-size: 1.5rem;
                display: inline;

                & em {
                    font-size: 2rem;
                    line-height: 1.3125rem;
                    margin: 0rem 0.4rem;
                }

                &.ask{
                    padding: 1rem;
                    font-style: italic;
                    background-color: #e0f5d6;
                    border-radius: 0.5rem;
                    max-width: 73%;
                    margin-right: auto;
                }
                
                &.answer{
                    padding: 1rem;
                    background-color: #566166;
                    color: white;
                    border-radius: 0.5rem;
                    max-width: 73%;
                    margin-left: auto;
                    font-size: 1.3rem;
                }

                &.purpose{
                    font-size: 1.7rem;
                    background-color: #2196F3;
                    color: white;
                    padding: 2rem 1rem;
                    margin: 0;
                    justify-content: end;
                }

                & span.twitter{
                    color: #00AAEC;
                    margin-left: 7px;
                }
            }

            & > p, & > p span {
                &.negative {
                    color: #ff5a44;
                }
                &.positive {
                    color: #b5e61d;
                }
                &.affirm {
                    color: #ffc90e;
                }
                &.desire {
                    color: #ffaec9;
                }
                &.statement {
                    color: #85d0f0;
                }
                &.ideals {
                    background-color: #a29fcc;
                    color: black;
                }
                &.margin-center {
                    margin-right: auto;
                    margin-left: auto;
                }
            }

            & p[data-logo_horizontal]{
                white-space: normal;
                color: black;
                background-color: #363636;
                padding: 0.04rem;
                display: flex;
                border-radius: 0.5rem;

                & span {
                    display: inline-block;
                    border-radius: 8px;
                    font-size: 96px;
                    line-height: 80px;
                    overflow: hidden;
                    width: 48px;
                    height: 64px;
                    padding: 0;
                    margin: 0 1px;
                    text-align: center;
                    box-sizing: border-box;
                    font-weight: bold;
                }
                & span:nth-child(1){
                    background-color: #44afdd;
                }
                & span:nth-child(2){
                    background-color: #85d0f0;
                    font-size: 128px;
                    line-height: 112px;
                }
                & span:nth-child(3){
                    background-color: #aabcc6;
                }
                & span:nth-child(4){
                    background-color: #a29fcc;
                }
                & span:nth-child(5){
                    background-color: #d3e8c9;
                }
                & span:nth-child(6){
                    background-color: #22b14c;
                }
                & span:nth-child(7){
                    background-color: #b5e61d;
                }
                & span:nth-child(8){
                    background-color: #ffc90e;
                }
                & span:nth-child(9){
                    background-color: #ffaec9;
                }
                & span:nth-child(10){
                    background-color: #e13c26;
                }
            }
        }
    }
    
}