@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';
@import '_content/ZXingBlazor/ZXingBlazor.bundle.scp.css';

/* _content/TradeIntellectWeb/Pages/CashierInfo/CashierInfos.razor.rz.scp.css */
.qr-code[b-jrgr80nn5n] {
    width: 100%; /* Можно изменить размер QR-кода */
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media only screen and (min-width : 1224px) {
    .qr-code[b-jrgr80nn5n] {
        width: 25%; /* Можно изменить размер QR-кода */
        aspect-ratio: 1 / 1;
    }
}
/* _content/TradeIntellectWeb/Pages/Components/FileImageCard.razor.rz.scp.css */
body[b-gtrsn0mw0r] {
    background-color: #f8f9fa;
    color: #333;
}

h3[b-gtrsn0mw0r] {
    margin-bottom: 20px;
}

.card-container[b-gtrsn0mw0r] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.card[b-gtrsn0mw0r] {
    width: 200px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}

.card-header[b-gtrsn0mw0r] {
    padding: 5px 10px;
    background-color: #e9ecef;
    border-bottom: 1px solid #ced4da;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

p.text[b-gtrsn0mw0r] {
    white-space: nowrap;
    display: inline-block;
    padding: 0px;
}

.card-title[b-gtrsn0mw0r] {
    font-size: 0.9em;
    color: #495057;
    display: inline-block;
    vertical-align: bottom;
    white-space: nowrap;
    width: 100%;
    max-width: 109px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-header a[b-gtrsn0mw0r] {
    color: #000;
    text-decoration: none;
    font-size: 1.1em;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

    .card-header a:hover[b-gtrsn0mw0r] {
        background-color: #dc3545;
        color: #fff;
    }


.card-image[b-gtrsn0mw0r] {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #c4c4c4;
    background-position: center;
}

.card-footer[b-gtrsn0mw0r] {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    background-color: #e9ecef;
    border-top: 1px solid #ced4da;
}

    .card-footer a[b-gtrsn0mw0r] {
        font-size: 0.9em;
        color: #fff;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 4px;
        display: flex;
        align-items: center;
    }

.download-btn[b-gtrsn0mw0r] {
    background-color: #28a745;
}

    .download-btn:hover[b-gtrsn0mw0r] {
        background-color: #218838;
    }

.show-btn[b-gtrsn0mw0r] {
    background-color: #007bff;
}

    .show-btn:hover[b-gtrsn0mw0r] {
        background-color: #0069d9;
    }

.delete-btn[b-gtrsn0mw0r] {
    padding: 5px 8px;
    border-radius: 50%;
}

.card-footer a i[b-gtrsn0mw0r] {
    margin-right: 5px;
}
/* _content/TradeIntellectWeb/Pages/Components/Holiday/Flowers.razor.rz.scp.css */
@font-face {
    font-family: 'Ananda', sans-serif;
    src: url('/fonts/AnandaBlackPersonalUseRegular-rg9Rx.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*[b-p5n1saufpx],
*[b-p5n1saufpx]::after,
*[b-p5n1saufpx]::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root[b-p5n1saufpx] {
    --dark-color: #c4c4c4;
}

inbody[b-p5n1saufpx] {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 80vh;
    background-color: var(--dark-color);
    overflow: hidden;
    perspective: 1000px;
    padding: 50px 0px;
}

.text[b-p5n1saufpx] {
    color: darkred;
    font-size: 30px;
    text-align: center;
    position: fixed;
    top: 0px;
    font-family: 'Ananda', sans-serif;
}

.night[b-p5n1saufpx] {
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    filter: blur(0.1vmin);
}

.happy-woman-day[b-p5n1saufpx] {
    color: white;
    font-size: 60px;
    position: fixed;
    top: 80px;
}

.flowers[b-p5n1saufpx] {
    position: relative;
    transform: scale(0.5);
}

.flower[b-p5n1saufpx] {
    position: absolute;
    bottom: 10vmin;
    transform-origin: bottom center;
    z-index: 10;
    --fl-speed: 0.8s;
}

.flower--1[b-p5n1saufpx] {
    animation: moving-flower-1-b-p5n1saufpx 4s linear infinite;
}

    .flower--1 .flower__line[b-p5n1saufpx] {
        height: 70vmin;
        animation-delay: 0.3s;
    }

    .flower--1 .flower__line__leaf--1[b-p5n1saufpx] {
        animation: blooming-leaf-right-b-p5n1saufpx var(--fl-speed) 1.6s backwards;
    }

    .flower--1 .flower__line__leaf--2[b-p5n1saufpx] {
        animation: blooming-leaf-right-b-p5n1saufpx var(--fl-speed) 1.4s backwards;
    }

    .flower--1 .flower__line__leaf--3[b-p5n1saufpx] {
        animation: blooming-leaf-left-b-p5n1saufpx var(--fl-speed) 1.2s backwards;
    }

    .flower--1 .flower__line__leaf--4[b-p5n1saufpx] {
        animation: blooming-leaf-left-b-p5n1saufpx var(--fl-speed) 1s backwards;
    }

    .flower--1 .flower__line__leaf--5[b-p5n1saufpx] {
        animation: blooming-leaf-right-b-p5n1saufpx var(--fl-speed) 1.8s backwards;
    }

    .flower--1 .flower__line__leaf--6[b-p5n1saufpx] {
        animation: blooming-leaf-left-b-p5n1saufpx var(--fl-speed) 2s backwards;
    }

.flower--2[b-p5n1saufpx] {
    left: 50%;
    transform: rotate(20deg);
    animation: moving-flower-2-b-p5n1saufpx 4s linear infinite;
}

    .flower--2 .flower__line[b-p5n1saufpx] {
        height: 60vmin;
        animation-delay: 0.6s;
    }

    .flower--2 .flower__line__leaf--1[b-p5n1saufpx] {
        animation: blooming-leaf-right-b-p5n1saufpx var(--fl-speed) 1.9s backwards;
    }

    .flower--2 .flower__line__leaf--2[b-p5n1saufpx] {
        animation: blooming-leaf-right-b-p5n1saufpx var(--fl-speed) 1.7s backwards;
    }

    .flower--2 .flower__line__leaf--3[b-p5n1saufpx] {
        animation: blooming-leaf-left-b-p5n1saufpx var(--fl-speed) 1.5s backwards;
    }

    .flower--2 .flower__line__leaf--4[b-p5n1saufpx] {
        animation: blooming-leaf-left-b-p5n1saufpx var(--fl-speed) 1.3s backwards;
    }

.flower--3[b-p5n1saufpx] {
    left: 50%;
    transform: rotate(-15deg);
    animation: moving-flower-3-b-p5n1saufpx 4s linear infinite;
}

    .flower--3 .flower__line[b-p5n1saufpx] {
        animation-delay: 0.9s;
    }

    .flower--3 .flower__line__leaf--1[b-p5n1saufpx] {
        animation: blooming-leaf-right-b-p5n1saufpx var(--fl-speed) 2.5s backwards;
    }

    .flower--3 .flower__line__leaf--2[b-p5n1saufpx] {
        animation: blooming-leaf-right-b-p5n1saufpx var(--fl-speed) 2.3s backwards;
    }

    .flower--3 .flower__line__leaf--3[b-p5n1saufpx] {
        animation: blooming-leaf-left-b-p5n1saufpx var(--fl-speed) 2.1s backwards;
    }

    .flower--3 .flower__line__leaf--4[b-p5n1saufpx] {
        animation: blooming-leaf-left-b-p5n1saufpx var(--fl-speed) 1.9s backwards;
    }

.flower__leafs[b-p5n1saufpx] {
    position: relative;
    animation: blooming-flower-b-p5n1saufpx 2s backwards;
}

.flower__leafs--1[b-p5n1saufpx] {
    animation-delay: 1.1s;
}

.flower__leafs--2[b-p5n1saufpx] {
    animation-delay: 1.4s;
}

.flower__leafs--3[b-p5n1saufpx] {
    animation-delay: 1.7s;
}

.flower__leafs[b-p5n1saufpx]::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -100%);
    width: 8vmin;
    height: 8vmin;
    background-color: #6bf0ff;
    filter: blur(10vmin);
}

.flower__leaf[b-p5n1saufpx] {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 8vmin;
    height: 11vmin;
    border-radius: 51% 49% 47% 53%/44% 45% 55% 69%;
    background-color: #a7ffee;
    background-image: linear-gradient(to top, #54b8aa, #a7ffee);
    transform-origin: bottom center;
    opacity: 0.9;
    box-shadow: inset 0 0 2vmin rgba(255, 255, 255, 0.5);
}

.flower__leaf--1[b-p5n1saufpx] {
    transform: translate(-10%, 1%) rotateY(40deg) rotateX(-50deg);
}

.flower__leaf--2[b-p5n1saufpx] {
    transform: translate(-50%, -4%) rotateX(40deg);
}

.flower__leaf--3[b-p5n1saufpx] {
    transform: translate(-90%, 0%) rotateY(45deg) rotateX(50deg);
}

.flower__leaf--4[b-p5n1saufpx] {
    width: 8vmin;
    height: 8vmin;
    transform-origin: bottom left;
    border-radius: 4vmin 10vmin 4vmin 4vmin;
    transform: translate(0%, 18%) rotateX(70deg) rotate(-43deg);
    background-image: linear-gradient(to top, #39c6d6, #a7ffee);
    z-index: 1;
    opacity: 0.8;
}

.flower__white-circle[b-p5n1saufpx] {
    position: absolute;
    left: -3.5vmin;
    top: -3vmin;
    width: 9vmin;
    height: 4vmin;
    border-radius: 50%;
    background-color: #fff;
}

    .flower__white-circle[b-p5n1saufpx]::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 45%;
        transform: translate(-50%, -50%);
        width: 60%;
        height: 60%;
        border-radius: inherit;
        background-image: repeating-linear-gradient( 300deg, rgba(0, 0, 0, 0.03) 0px, rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 12px ), repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.03) 0px, rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 12px ), repeating-linear-gradient( 67.5deg, rgba(0, 0, 0, 0.03) 0px, rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 12px ), repeating-linear-gradient( 135deg, rgba(0, 0, 0, 0.03) 0px, rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 12px ), repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.03) 0px, rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 12px ), repeating-linear-gradient( 112.5deg, rgba(0, 0, 0, 0.03) 0px, rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 12px ), repeating-linear-gradient( 112.5deg, rgba(0, 0, 0, 0.03) 0px, rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 12px ), repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.03) 0px, rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 12px ), repeating-linear-gradient( 22.5deg, rgba(0, 0, 0, 0.03) 0px, rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 12px ), repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.03) 0px, rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 12px ), repeating-linear-gradient( 22.5deg, rgba(0, 0, 0, 0.03) 0px, rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 12px ), repeating-linear-gradient( 135deg, rgba(0, 0, 0, 0.03) 0px, rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 12px ), repeating-linear-gradient( 157.5deg, rgba(0, 0, 0, 0.03) 0px, rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 12px ), repeating-linear-gradient( 67.5deg, rgba(0, 0, 0, 0.03) 0px, rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 12px ), repeating-linear-gradient( 67.5deg, rgba(0, 0, 0, 0.03) 0px, rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 12px ), linear-gradient(90deg, rgb(255, 235, 18), rgb(255, 206, 0));
    }

.flower__line[b-p5n1saufpx] {
    height: 55vmin;
    width: 1.5vmin;
    background-image: linear-gradient( to left, rgba(0, 0, 0, 0.2), transparent, rgba(255, 255, 255, 0.2) ), linear-gradient(to top, transparent 10%, #14757a, #39c6d6);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
    animation: grow-flower-tree-b-p5n1saufpx 4s backwards;
}

.flower__line__leaf[b-p5n1saufpx] {
    --w: 7vmin;
    --h: calc(var(--w) + 2vmin);
    position: absolute;
    top: 20%;
    left: 90%;
    width: var(--w);
    height: var(--h);
    border-top-right-radius: var(--h);
    border-bottom-left-radius: var(--h);
    background-image: linear-gradient(to top, rgba(20, 117, 122, 0.4), #39c6d6);
}

.flower__line__leaf--1[b-p5n1saufpx] {
    transform: rotate(70deg) rotateY(30deg);
}

.flower__line__leaf--2[b-p5n1saufpx] {
    top: 45%;
    transform: rotate(70deg) rotateY(30deg);
}

.flower__line__leaf--3[b-p5n1saufpx],
.flower__line__leaf--4[b-p5n1saufpx],
.flower__line__leaf--6[b-p5n1saufpx] {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: var(--h);
    border-bottom-right-radius: var(--h);
    left: -460%;
    top: 12%;
    transform: rotate(-70deg) rotateY(30deg);
}

.flower__line__leaf--4[b-p5n1saufpx] {
    top: 40%;
}

.flower__line__leaf--5[b-p5n1saufpx] {
    top: 0;
    transform-origin: left;
    transform: rotate(70deg) rotateY(30deg) scale(0.6);
}

.flower__line__leaf--6[b-p5n1saufpx] {
    top: -2%;
    left: -450%;
    transform-origin: right;
    transform: rotate(-70deg) rotateY(30deg) scale(0.6);
}

.flower__light[b-p5n1saufpx] {
    position: absolute;
    bottom: 0vmin;
    width: 1vmin;
    height: 1vmin;
    background-color: rgb(255, 251, 0);
    border-radius: 50%;
    filter: blur(0.2vmin);
    animation: light-ans-b-p5n1saufpx 4s linear infinite backwards;
}

    .flower__light:nth-child(odd)[b-p5n1saufpx] {
        background-color: #23f0ff;
    }

.flower__light--1[b-p5n1saufpx] {
    left: -2vmin;
    animation-delay: 1s;
}

.flower__light--2[b-p5n1saufpx] {
    left: 3vmin;
    animation-delay: 0.5s;
}

.flower__light--3[b-p5n1saufpx] {
    left: -6vmin;
    animation-delay: 0.3s;
}

.flower__light--4[b-p5n1saufpx] {
    left: 6vmin;
    animation-delay: 0.9s;
}

.flower__light--5[b-p5n1saufpx] {
    left: -1vmin;
    animation-delay: 1.5s;
}

.flower__light--6[b-p5n1saufpx] {
    left: -4vmin;
    animation-delay: 3s;
}

.flower__light--7[b-p5n1saufpx] {
    left: 3vmin;
    animation-delay: 2s;
}

.flower__light--8[b-p5n1saufpx] {
    left: -6vmin;
    animation-delay: 3.5s;
}

.flower__grass[b-p5n1saufpx] {
    --c: #159faa;
    --line-w: 1.5vmin;
    position: absolute;
    bottom: 12vmin;
    left: -7vmin;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 20;
    transform-origin: bottom center;
    transform: rotate(-48deg) rotateY(40deg);
}

.flower__grass--1[b-p5n1saufpx] {
    animation: moving-grass-b-p5n1saufpx 2s linear infinite;
}

.flower__grass--2[b-p5n1saufpx] {
    left: 2vmin;
    bottom: 10vmin;
    transform: scale(0.5) rotate(75deg) rotateX(10deg) rotateY(-200deg);
    opacity: 0.8;
    z-index: 0;
    animation: moving-grass--2-b-p5n1saufpx 1.5s linear infinite;
}

.flower__grass--top[b-p5n1saufpx] {
    width: 7vmin;
    height: 10vmin;
    border-top-right-radius: 100%;
    border-right: var(--line-w) solid var(--c);
    transform-origin: bottom center;
    transform: rotate(-2deg);
}

.flower__grass--bottom[b-p5n1saufpx] {
    margin-top: -2px;
    width: var(--line-w);
    height: 25vmin;
    background-image: linear-gradient(to top, transparent, var(--c));
}

.flower__grass__leaf[b-p5n1saufpx] {
    --size: 10vmin;
    position: absolute;
    width: calc(var(--size) * 2.1);
    height: var(--size);
    border-top-left-radius: var(--size);
    border-top-right-radius: var(--size);
    background-image: linear-gradient( to top, transparent, transparent 30%, var(--c) );
    z-index: 100;
}

.flower__grass__leaf--1[b-p5n1saufpx] {
    top: -6%;
    left: 30%;
    --size: 6vmin;
    transform: rotate(-20deg);
    animation: growing-grass-ans--1-b-p5n1saufpx 2s 2.6s backwards;
}

@keyframes growing-grass-ans--1-b-p5n1saufpx {
    0% {
        transform-origin: bottom left;
        transform: rotate(-20deg) scale(0);
    }
}

.flower__grass__leaf--2[b-p5n1saufpx] {
    top: -5%;
    left: -110%;
    --size: 6vmin;
    transform: rotate(10deg);
    animation: growing-grass-ans--2-b-p5n1saufpx 2s 2.4s linear backwards;
}

@keyframes growing-grass-ans--2-b-p5n1saufpx {
    0% {
        transform-origin: bottom right;
        transform: rotate(10deg) scale(0);
    }
}

.flower__grass__leaf--3[b-p5n1saufpx] {
    top: 5%;
    left: 60%;
    --size: 8vmin;
    transform: rotate(-18deg) rotateX(-20deg);
    animation: growing-grass-ans--3-b-p5n1saufpx 2s 2.2s linear backwards;
}

@keyframes growing-grass-ans--3-b-p5n1saufpx {
    0% {
        transform-origin: bottom left;
        transform: rotate(-18deg) rotateX(-20deg) scale(0);
    }
}

.flower__grass__leaf--4[b-p5n1saufpx] {
    top: 6%;
    left: -135%;
    --size: 8vmin;
    transform: rotate(2deg);
    animation: growing-grass-ans--4-b-p5n1saufpx 2s 2s linear backwards;
}

@keyframes growing-grass-ans--4-b-p5n1saufpx {
    0% {
        transform-origin: bottom right;
        transform: rotate(2deg) scale(0);
    }
}

.flower__grass__leaf--5[b-p5n1saufpx] {
    top: 20%;
    left: 60%;
    --size: 10vmin;
    transform: rotate(-24deg) rotateX(-20deg);
    animation: growing-grass-ans--5-b-p5n1saufpx 2s 1.8s linear backwards;
}

@keyframes growing-grass-ans--5-b-p5n1saufpx {
    0% {
        transform-origin: bottom left;
        transform: rotate(-24deg) rotateX(-20deg) scale(0);
    }
}

.flower__grass__leaf--6[b-p5n1saufpx] {
    top: 22%;
    left: -180%;
    --size: 10vmin;
    transform: rotate(10deg);
    animation: growing-grass-ans--6-b-p5n1saufpx 2s 1.6s linear backwards;
}

@keyframes growing-grass-ans--6-b-p5n1saufpx {
    0% {
        transform-origin: bottom right;
        transform: rotate(10deg) scale(0);
    }
}

.flower__grass__leaf--7[b-p5n1saufpx] {
    top: 39%;
    left: 70%;
    --size: 10vmin;
    transform: rotate(-10deg);
    animation: growing-grass-ans--7-b-p5n1saufpx 2s 1.4s linear backwards;
}

@keyframes growing-grass-ans--7-b-p5n1saufpx {
    0% {
        transform-origin: bottom left;
        transform: rotate(-10deg) scale(0);
    }
}

.flower__grass__leaf--8[b-p5n1saufpx] {
    top: 40%;
    left: -215%;
    --size: 11vmin;
    transform: rotate(10deg);
    animation: growing-grass-ans--8-b-p5n1saufpx 2s 1.2s linear backwards;
}

@keyframes growing-grass-ans--8-b-p5n1saufpx {
    0% {
        transform-origin: bottom right;
        transform: rotate(10deg) scale(0);
    }
}

.flower__grass__overlay[b-p5n1saufpx] {
    position: absolute;
    top: -10%;
    right: 0%;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    filter: blur(1.5vmin);
    z-index: 100;
}

.flower__g-long[b-p5n1saufpx] {
    --w: 2vmin;
    --h: 6vmin;
    --c: #159faa;
    position: absolute;
    bottom: 10vmin;
    left: -3vmin;
    transform-origin: bottom center;
    transform: rotate(-30deg) rotateY(-20deg);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    animation: flower-g-long-ans-b-p5n1saufpx 3s linear infinite;
}

@keyframes flower-g-long-ans-b-p5n1saufpx {
    0%, 100% {
        transform: rotate(-30deg) rotateY(-20deg);
    }

    50% {
        transform: rotate(-32deg) rotateY(-20deg);
    }
}

.flower__g-long__top[b-p5n1saufpx] {
    top: calc(var(--h) * -1);
    width: calc(var(--w) + 1vmin);
    height: var(--h);
    border-top-right-radius: 100%;
    border-right: 0.7vmin solid var(--c);
    transform: translate(-0.7vmin, 1vmin);
}

.flower__g-long__bottom[b-p5n1saufpx] {
    width: var(--w);
    height: 50vmin;
    transform-origin: bottom center;
    background-image: linear-gradient(to top, transparent 30%, var(--c));
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
    clip-path: polygon(35% 0, 65% 1%, 100% 100%, 0% 100%);
}

.flower__g-right[b-p5n1saufpx] {
    position: absolute;
    bottom: 6vmin;
    left: -2vmin;
    transform-origin: bottom left;
    transform: rotate(20deg);
}

    .flower__g-right .leaf[b-p5n1saufpx] {
        width: 30vmin;
        height: 50vmin;
        border-top-left-radius: 100%;
        border-left: 2vmin solid #079097;
        background-image: linear-gradient( to bottom, transparent, var(--dark-color) 60% );
        -webkit-mask-image: linear-gradient(to top, transparent 30%, #079097 60%);
        mask-image: linear-gradient(to top, transparent 30%, #079097 60%);
    }

.flower__g-right--1[b-p5n1saufpx] {
    animation: flower-g-right-ans-b-p5n1saufpx 2.5s linear infinite;
}

.flower__g-right--2[b-p5n1saufpx] {
    left: 5vmin;
    transform: rotateY(-180deg);
    animation: flower-g-right-ans--2-b-p5n1saufpx 3s linear infinite;
}

    .flower__g-right--2 .leaf[b-p5n1saufpx] {
        height: 75vmin;
        filter: blur(0.3vmin);
        opacity: 0.8;
    }

@keyframes flower-g-right-ans-b-p5n1saufpx {
    0%, 100% {
        transform: rotate(20deg);
    }

    50% {
        transform: rotate(24deg) rotateX(-20deg);
    }
}

@keyframes flower-g-right-ans--2-b-p5n1saufpx {
    0%, 100% {
        transform: rotateY(-180deg) rotate(0deg) rotateX(-20deg);
    }

    50% {
        transform: rotateY(-180deg) rotate(6deg) rotateX(-20deg);
    }
}

.flower__g-front[b-p5n1saufpx] {
    position: absolute;
    bottom: 6vmin;
    left: 2.5vmin;
    z-index: 100;
    transform-origin: bottom center;
    transform: rotate(-28deg) rotateY(30deg) scale(1.04);
    animation: flower__g-front-ans-b-p5n1saufpx 2s linear infinite;
}

@keyframes flower__g-front-ans-b-p5n1saufpx {
    0%, 100% {
        transform: rotate(-28deg) rotateY(30deg) scale(1.04);
    }

    50% {
        transform: rotate(-35deg) rotateY(40deg) scale(1.04);
    }
}

.flower__g-front__line[b-p5n1saufpx] {
    width: 0.3vmin;
    height: 20vmin;
    background-image: linear-gradient( to top, transparent, #079097, transparent 100% );
    position: relative;
}

.flower__g-front__leaf-wrapper[b-p5n1saufpx] {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: bottom left;
    transform: rotate(10deg);
}

    .flower__g-front__leaf-wrapper:nth-child(even)[b-p5n1saufpx] {
        left: 0vmin;
        transform: rotateY(-180deg) rotate(5deg);
        animation: flower__g-front__leaf-left-ans-b-p5n1saufpx 1s ease-in backwards;
    }

    .flower__g-front__leaf-wrapper:nth-child(odd)[b-p5n1saufpx] {
        animation: flower__g-front__leaf-ans-b-p5n1saufpx 1s ease-in backwards;
    }

.flower__g-front__leaf-wrapper--1[b-p5n1saufpx] {
    top: -8vmin;
    transform: scale(0.7);
    animation: flower__g-front__leaf-ans-b-p5n1saufpx 1s 5.5s ease-in backwards !important;
}

.flower__g-front__leaf-wrapper--2[b-p5n1saufpx] {
    top: -8vmin;
    transform: rotateY(-180deg) scale(0.7) !important;
    animation: flower__g-front__leaf-left-ans-2-b-p5n1saufpx 1s 4.6s ease-in backwards !important;
}

.flower__g-front__leaf-wrapper--3[b-p5n1saufpx] {
    top: -3vmin;
    animation: flower__g-front__leaf-ans-b-p5n1saufpx 1s 4.6s ease-in backwards;
}

.flower__g-front__leaf-wrapper--4[b-p5n1saufpx] {
    top: -3vmin;
    transform: rotateY(-180deg) scale(0.9) !important;
    animation: flower__g-front__leaf-left-ans-2-b-p5n1saufpx 1s 4.6s ease-in backwards !important;
}

@keyframes flower__g-front__leaf-left-ans-2-b-p5n1saufpx {
    0% {
        transform: rotateY(-180deg) scale(0);
    }
}

.flower__g-front__leaf-wrapper--5[b-p5n1saufpx],
.flower__g-front__leaf-wrapper--6[b-p5n1saufpx] {
    top: 2vmin;
}

.flower__g-front__leaf-wrapper--7[b-p5n1saufpx],
.flower__g-front__leaf-wrapper--8[b-p5n1saufpx] {
    top: 6.5vmin;
}

.flower__g-front__leaf-wrapper--2[b-p5n1saufpx] {
    animation-delay: 5.2s !important;
}

.flower__g-front__leaf-wrapper--3[b-p5n1saufpx] {
    animation-delay: 4.9s !important;
}

.flower__g-front__leaf-wrapper--5[b-p5n1saufpx] {
    animation-delay: 4.3s !important;
}

.flower__g-front__leaf-wrapper--6[b-p5n1saufpx] {
    animation-delay: 4.1s !important;
}

.flower__g-front__leaf-wrapper--7[b-p5n1saufpx] {
    animation-delay: 3.8s !important;
}

.flower__g-front__leaf-wrapper--8[b-p5n1saufpx] {
    animation-delay: 3.5s !important;
}

@keyframes flower__g-front__leaf-ans-b-p5n1saufpx {
    0% {
        transform: rotate(10deg) scale(0);
    }
}

@keyframes flower__g-front__leaf-left-ans-b-p5n1saufpx {
    0% {
        transform: rotateY(-180deg) rotate(5deg) scale(0);
    }
}

.flower__g-front__leaf[b-p5n1saufpx] {
    width: 10vmin;
    height: 10vmin;
    border-radius: 100% 0% 0% 100%/100% 100% 0% 0%;
    box-shadow: inset 0 2px 1vmin hsla(184, 97%, 58%, 0.2);
    background-image: linear-gradient( to bottom left, transparent, var(--dark-color) ), linear-gradient(to bottom right, #159faa 50%, transparent 50%, transparent);
    -webkit-mask-image: linear-gradient( to bottom right, #159faa 50%, transparent 50%, transparent );
    mask-image: linear-gradient( to bottom right, #159faa 50%, transparent 50%, transparent );
}

.flower__g-fr[b-p5n1saufpx] {
    position: absolute;
    bottom: -4vmin;
    left: vmin;
    transform-origin: bottom left;
    z-index: 10;
    animation: flower__g-fr-ans-b-p5n1saufpx 2s linear infinite;
}

@keyframes flower__g-fr-ans-b-p5n1saufpx {
    0%, 100% {
        transform: rotate(2deg);
    }

    50% {
        transform: rotate(4deg);
    }
}

.flower__g-fr .leaf[b-p5n1saufpx] {
    width: 30vmin;
    height: 50vmin;
    border-top-left-radius: 100%;
    border-left: 2vmin solid #079097;
    -webkit-mask-image: linear-gradient(to top, transparent 25%, #079097 50%);
    mask-image: linear-gradient(to top, transparent 25%, #079097 50%);
    position: relative;
    z-index: 1;
}

.flower__g-fr__leaf[b-p5n1saufpx] {
    position: absolute;
    top: 0;
    left: 0;
    width: 10vmin;
    height: 10vmin;
    border-radius: 100% 0% 0% 100%/100% 100% 0% 0%;
    box-shadow: inset 0 2px 1vmin hsla(184, 97%, 58%, 0.2);
    background-image: linear-gradient( to bottom left, transparent, var(--dark-color) 98% ), linear-gradient(to bottom right, #23f0ff 45%, transparent 50%, transparent);
    -webkit-mask-image: linear-gradient( 135deg, #159faa 40%, transparent 50%, transparent );
    mask-image: linear-gradient( 135deg, #159faa 40%, transparent 50%, transparent );
}

.flower__g-fr__leaf--1[b-p5n1saufpx] {
    left: 20vmin;
    transform: rotate(45deg);
    animation: flower__g-fr-leaft-ans-1-b-p5n1saufpx 0.5s 5.2s linear backwards;
}

@keyframes flower__g-fr-leaft-ans-1-b-p5n1saufpx {
    0% {
        transform-origin: left;
        transform: rotate(45deg) scale(0);
    }
}

.flower__g-fr__leaf--2[b-p5n1saufpx] {
    left: 12vmin;
    top: -7vmin;
    transform: rotate(25deg) rotateY(-180deg);
    animation: flower__g-fr-leaft-ans-6-b-p5n1saufpx 0.5s 5s linear backwards;
}

.flower__g-fr__leaf--3[b-p5n1saufpx] {
    left: 15vmin;
    top: 6vmin;
    transform: rotate(55deg);
    animation: flower__g-fr-leaft-ans-5-b-p5n1saufpx 0.5s 4.8s linear backwards;
}

.flower__g-fr__leaf--4[b-p5n1saufpx] {
    left: 6vmin;
    top: -2vmin;
    transform: rotate(25deg) rotateY(-180deg);
    animation: flower__g-fr-leaft-ans-6-b-p5n1saufpx 0.5s 4.6s linear backwards;
}

.flower__g-fr__leaf--5[b-p5n1saufpx] {
    left: 10vmin;
    top: 14vmin;
    transform: rotate(55deg);
    animation: flower__g-fr-leaft-ans-5-b-p5n1saufpx 0.5s 4.4s linear backwards;
}

@keyframes flower__g-fr-leaft-ans-5-b-p5n1saufpx {
    0% {
        transform-origin: left;
        transform: rotate(55deg) scale(0);
    }
}

.flower__g-fr__leaf--6[b-p5n1saufpx] {
    left: 0vmin;
    top: 6vmin;
    transform: rotate(25deg) rotateY(-180deg);
    animation: flower__g-fr-leaft-ans-6-b-p5n1saufpx 0.5s 4.2s linear backwards;
}

@keyframes flower__g-fr-leaft-ans-6-b-p5n1saufpx {
    0% {
        transform-origin: right;
        transform: rotate(25deg) rotateY(-180deg) scale(0);
    }
}

.flower__g-fr__leaf--7[b-p5n1saufpx] {
    left: 5vmin;
    top: 22vmin;
    transform: rotate(45deg);
    animation: flower__g-fr-leaft-ans-7-b-p5n1saufpx 0.5s 4s linear backwards;
}

@keyframes flower__g-fr-leaft-ans-7-b-p5n1saufpx {
    0% {
        transform-origin: left;
        transform: rotate(45deg) scale(0);
    }
}

.flower__g-fr__leaf--8[b-p5n1saufpx] {
    left: -4vmin;
    top: 15vmin;
    transform: rotate(15deg) rotateY(-180deg);
    animation: flower__g-fr-leaft-ans-8-b-p5n1saufpx 0.5s 3.8s linear backwards;
}

@keyframes flower__g-fr-leaft-ans-8-b-p5n1saufpx {
    0% {
        transform-origin: right;
        transform: rotate(15deg) rotateY(-180deg) scale(0);
    }
}

.long-g[b-p5n1saufpx] {
    position: absolute;
    bottom: 25vmin;
    left: -42vmin;
    transform-origin: bottom left;
}

.long-g--0[b-p5n1saufpx] {
    /*bottom: 0vmin;
    transform: scale(0.8) rotate(-5deg);*/
}

    .long-g--0 .leaf[b-p5n1saufpx] {
        -webkit-mask-image: linear-gradient(to top, transparent 20%, #079097 80% ) !important;
        mask-image: linear-gradient(to top, transparent 20%, #079097 80% ) !important;
    }

    .long-g--0 .leaf--0[b-p5n1saufpx] {
       /* --w: 5vmin;
        --h: 60vmin;
        left: -2vmin;
        transform: rotate(3deg) rotateY(-180deg);*/
    }

.long-g--1[b-p5n1saufpx] {
    bottom: 0vmin;
    transform: scale(0.8) rotate(-5deg);
}

    .long-g--1 .leaf[b-p5n1saufpx] {
        -webkit-mask-image: linear-gradient(to top, transparent 40%, #079097 80% ) !important;
        mask-image: linear-gradient(to top, transparent 40%, #079097 80% ) !important;
    }

    .long-g--1 .leaf--1[b-p5n1saufpx] {
        --w: 5vmin;
        --h: 60vmin;
        left: -2vmin;
        transform: rotate(3deg) rotateY(-180deg);
    }

.long-g--2[b-p5n1saufpx],
.long-g--3[b-p5n1saufpx] {
    bottom: -3vmin;
    left: -35vmin;
    transform-origin: center;
    transform: scale(0.6) rotateX(60deg);
}

    .long-g--2 .leaf[b-p5n1saufpx],
    .long-g--3 .leaf[b-p5n1saufpx] {
        -webkit-mask-image: linear-gradient( to top, transparent 50%, #079097 80% ) !important;
        mask-image: linear-gradient( to top, transparent 50%, #079097 80% ) !important;
    }

    .long-g--2 .leaf--1[b-p5n1saufpx],
    .long-g--3 .leaf--1[b-p5n1saufpx] {
        left: -1vmin;
        transform: rotateY(-180deg);
    }

.long-g--3[b-p5n1saufpx] {
    left: -17vmin;
    bottom: 0vmin;
}

    .long-g--3 .leaf[b-p5n1saufpx] {
        -webkit-mask-image: linear-gradient( to top, transparent 40%, #079097 80% ) !important;
        mask-image: linear-gradient( to top, transparent 40%, #079097 80% ) !important;
    }

.long-g--4[b-p5n1saufpx] {
    left: 25vmin;
    bottom: -3vmin;
    transform-origin: center;
    transform: scale(0.6) rotateX(60deg);
}

    .long-g--4 .leaf[b-p5n1saufpx] {
        -webkit-mask-image: linear-gradient( to top, transparent 50%, #079097 80% ) !important;
        mask-image: linear-gradient( to top, transparent 50%, #079097 80% ) !important;
    }

.long-g--5[b-p5n1saufpx] {
    left: 42vmin;
    bottom: 0vmin;
    transform: scale(0.8) rotate(2deg);
}

.long-g--5 .leaf[b-p5n1saufpx] {
    -webkit-mask-image: linear-gradient( to top, transparent 10%, #079097 80% ) !important;
    mask-image: linear-gradient( to top, transparent 10%, #079097 80% ) !important;
}

.long-g--6[b-p5n1saufpx] {
    left: 0vmin;
    bottom: -20vmin;
    z-index: 100;
    filter: blur(0.3vmin);
    transform: scale(0.8) rotate(2deg);
}

.long-g--6 .leaf[b-p5n1saufpx] {
    -webkit-mask-image: linear-gradient( to top, transparent 10%, #079097 80% ) !important;
    mask-image: linear-gradient( to top, transparent 10%, #079097 80% ) !important;
}

.long-g--7[b-p5n1saufpx] {
    left: 35vmin;
    bottom: 20vmin;
    z-index: -1;
    filter: blur(0.3vmin);
    transform: scale(0.6) rotate(2deg);
    opacity: 0.7;
}

.long-g--7 .leaf[b-p5n1saufpx] {
    -webkit-mask-image: linear-gradient( to top, transparent 5%, #079097 50% ) !important;
    mask-image: linear-gradient( to top, transparent 5%, #079097 50% ) !important;
}

.long-g .leaf[b-p5n1saufpx] {
    --w: 15vmin;
    --h: 40vmin;
    --c: #1aaa15;
    position: absolute;
    bottom: 0;
    width: var(--w);
    height: var(--h);
    border-top-left-radius: 100%;
    border-left: 2vmin solid var(--c);
    -webkit-mask-image: linear-gradient( to top, transparent 20%, var(--dark-color) );
    mask-image: linear-gradient( to top, transparent 20%, var(--dark-color) );
    transform-origin: bottom center;
}

.long-g .leaf--0[b-p5n1saufpx] {
    left: 2vmin;
    animation: leaf-ans-1-b-p5n1saufpx 4s linear infinite;
}

.long-g .leaf--1[b-p5n1saufpx] {
    --w: 5vmin;
    --h: 60vmin;
    animation: leaf-ans-1-b-p5n1saufpx 4s linear infinite;
}

.long-g .leaf--2[b-p5n1saufpx] {
    --w: 10vmin;
    --h: 40vmin;
    left: -0.5vmin;
    bottom: 5vmin;
    transform-origin: bottom left;
    transform: rotateY(-180deg);
    animation: leaf-ans-2-b-p5n1saufpx 3s linear infinite;
}

.long-g .leaf--3[b-p5n1saufpx] {
    --w: 5vmin;
    --h: 30vmin;
    left: -1vmin;
    bottom: 3.2vmin;
    transform-origin: bottom left;
    transform: rotate(-10deg) rotateY(-180deg);
    animation: leaf-ans-3-b-p5n1saufpx 3s linear infinite;
}

@keyframes leaf-ans-1-b-p5n1saufpx {
    0%, 100% {
        transform: rotate(-5deg) scale(1);
    }

    50% {
        transform: rotate(5deg) scale(1.1);
    }
}

@keyframes leaf-ans-2-b-p5n1saufpx {
    0%, 100% {
        transform: rotateY(-180deg) rotate(5deg);
    }

    50% {
        transform: rotateY(-180deg) rotate(0deg) scale(1.1);
    }
}

@keyframes leaf-ans-3-b-p5n1saufpx {
    0%, 100% {
        transform: rotate(-10deg) rotateY(-180deg);
    }

    50% {
        transform: rotate(-20deg) rotateY(-180deg);
    }
}

.grow-ans[b-p5n1saufpx] {
    animation: grow-ans-b-p5n1saufpx 2s var(--d) backwards;
}

@keyframes grow-ans-b-p5n1saufpx {
    0% {
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes light-ans-b-p5n1saufpx {
    0% {
        opacity: 0;
        transform: translateY(0vmin);
    }

    25% {
        opacity: 1;
        transform: translateY(-5vmin) translateX(-2vmin);
    }

    50% {
        opacity: 1;
        transform: translateY(-15vmin) translateX(2vmin);
        filter: blur(0.2vmin);
    }

    75% {
        transform: translateY(-20vmin) translateX(-2vmin);
        filter: blur(0.2vmin);
    }

    100% {
        transform: translateY(-30vmin);
        opacity: 0;
        filter: blur(1vmin);
    }
}

@keyframes moving-flower-1-b-p5n1saufpx {
    0%, 100% {
        transform: rotate(2deg);
    }

    50% {
        transform: rotate(-2deg);
    }
}

@keyframes moving-flower-2-b-p5n1saufpx {
    0%, 100% {
        transform: rotate(18deg);
    }

    50% {
        transform: rotate(14deg);
    }
}

@keyframes moving-flower-3-b-p5n1saufpx {
    0%, 100% {
        transform: rotate(-18deg);
    }

    50% {
        transform: rotate(-20deg) rotateY(-10deg);
    }
}

@keyframes blooming-leaf-right-b-p5n1saufpx {
    0% {
        transform-origin: left;
        transform: rotate(70deg) rotateY(30deg) scale(0);
    }
}

@keyframes blooming-leaf-left-b-p5n1saufpx {
    0% {
        transform-origin: right;
        transform: rotate(-70deg) rotateY(30deg) scale(0);
    }
}

@keyframes grow-flower-tree-b-p5n1saufpx {
    0% {
        height: 0;
        border-radius: 1vmin;
    }
}

@keyframes blooming-flower-b-p5n1saufpx {
    0% {
        transform: scale(0);
    }
}

@keyframes moving-grass-b-p5n1saufpx {
    0%, 100% {
        transform: rotate(-48deg) rotateY(40deg);
    }

    50% {
        transform: rotate(-50deg) rotateY(40deg);
    }
}

@keyframes moving-grass--2-b-p5n1saufpx {
    0%, 100% {
        transform: scale(0.5) rotate(75deg) rotateX(10deg) rotateY(-200deg);
    }

    50% {
        transform: scale(0.5) rotate(79deg) rotateX(10deg) rotateY(-200deg);
    }
}

.growing-grass[b-p5n1saufpx] {
    animation: growing-grass-ans-b-p5n1saufpx 1s 2s backwards;
}

@keyframes growing-grass-ans-b-p5n1saufpx {
    0% {
        transform: scale(0);
    }
}
/* _content/TradeIntellectWeb/Pages/PaymentOrders/NewPaymentOrderMany.razor.rz.scp.css */
.remove-button[b-g4najhpi1h] {
    position: absolute;
    right: 0;
    top: 0;
}
/* _content/TradeIntellectWeb/Pages/Radio/Playlist.razor.rz.scp.css */
.wcontent[b-pobcckctid] {
    max-height: 65vh;
    overflow: scroll;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.talk-wrap[b-pobcckctid] {
    max-width: 800px;
    margin: 0 auto;
    max-height: 80px;
}

.wtalk[b-pobcckctid] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 80px;
    padding: 5px 20px;
}

.talk-wrap:nth-child(odd) .wtalk[b-pobcckctid] {
    background-color: rgba(0,0,0,.1)
}

.ppbutton[b-pobcckctid] {
    font-size: 35px;
    cursor: pointer;
}

.material-icons-outlined[b-pobcckctid] {
    font-size: 30px;
}

.wtime[b-pobcckctid] {
    font-size: 10px;
    min-width: 90px;
}

.wtitle[b-pobcckctid] {
    font-size: 1vw;
    flex-grow: 1;
}

.wshare-icon[b-pobcckctid] {
    min-width: 70px;
}

@media only screen and (max-width: 600px) {

    .material-icons-outlined[b-pobcckctid] {
        font-size: 30px;
    }

    .wtime h1[b-pobcckctid] {
        font-size: 15px;
        min-width: 30px;
    }

    .wtitle[b-pobcckctid] {
        font-size: 2vw;
        flex-grow: 1;
    }

    .wshare-icon[b-pobcckctid] {
        min-width: 50px;
        flex-shrink: 2;
        flex-grow: 0;
    }

    .play[b-pobcckctid],
    .pause[b-pobcckctid] {
        width: 25px;
        height: 230px;
        border: 0px;
    }
}
/* _content/TradeIntellectWeb/Pages/Radio/Radio.razor.rz.scp.css */

.c[b-z0ijogzxz9] {
    position: relative;
    height: 400px;
    width: 0.69444%;
    margin-top: -400px;
    animation: drop-b-z0ijogzxz9 4s infinite ease-in;
}

    .c[b-z0ijogzxz9]:after {
        content: "";
        position: absolute;
        width: 0.9vw;
        height: 0.9vw;
        border-radius: 50%;
        left: 50%;
        bottom: -0.45vw;
        margin-left: -0.45vw;
    }

    .c:nth-child(1)[b-z0ijogzxz9] {
        left: 0%;
        background-image: linear-gradient(to bottom, black, rgba(255, 9, 0, 0.8));
        animation-delay: -0.75s;
    }

        .c:nth-child(1)[b-z0ijogzxz9]:after {
            background: #ff0900;
        }

    .c:nth-child(2)[b-z0ijogzxz9] {
        left: 0.69444%;
        background-image: linear-gradient(to bottom, black, rgba(255, 18, 0, 0.8));
        animation-delay: -2.3333333333s;
    }

        .c:nth-child(2)[b-z0ijogzxz9]:after {
            background: #ff1200;
        }

    .c:nth-child(3)[b-z0ijogzxz9] {
        left: 1.38888%;
        background-image: linear-gradient(to bottom, black, rgba(255, 27, 0, 0.8));
        animation-delay: -3.8055555556s;
    }

        .c:nth-child(3)[b-z0ijogzxz9]:after {
            background: #ff1b00;
        }

    .c:nth-child(4)[b-z0ijogzxz9] {
        left: 2.08332%;
        background-image: linear-gradient(to bottom, black, rgba(255, 35, 0, 0.8));
        animation-delay: -1s;
    }

        .c:nth-child(4)[b-z0ijogzxz9]:after {
            background: #ff2300;
        }

    .c:nth-child(5)[b-z0ijogzxz9] {
        left: 2.77776%;
        background-image: linear-gradient(to bottom, black, rgba(255, 44, 0, 0.8));
        animation-delay: -0.1666666667s;
    }

        .c:nth-child(5)[b-z0ijogzxz9]:after {
            background: #ff2c00;
        }

    .c:nth-child(6)[b-z0ijogzxz9] {
        left: 3.4722%;
        background-image: linear-gradient(to bottom, black, rgba(255, 53, 0, 0.8));
        animation-delay: -2.1944444444s;
    }

        .c:nth-child(6)[b-z0ijogzxz9]:after {
            background: #ff3500;
        }

    .c:nth-child(7)[b-z0ijogzxz9] {
        left: 4.16664%;
        background-image: linear-gradient(to bottom, black, rgba(255, 62, 0, 0.8));
        animation-delay: -1.6388888889s;
    }

        .c:nth-child(7)[b-z0ijogzxz9]:after {
            background: #ff3e00;
        }

    .c:nth-child(8)[b-z0ijogzxz9] {
        left: 4.86108%;
        background-image: linear-gradient(to bottom, black, rgba(255, 71, 0, 0.8));
        animation-delay: -3.8333333333s;
    }

        .c:nth-child(8)[b-z0ijogzxz9]:after {
            background: #ff4700;
        }

    .c:nth-child(9)[b-z0ijogzxz9] {
        left: 5.55552%;
        background-image: linear-gradient(to bottom, black, rgba(255, 80, 0, 0.8));
        animation-delay: -3.7777777778s;
    }

        .c:nth-child(9)[b-z0ijogzxz9]:after {
            background: #ff5000;
        }

    .c:nth-child(10)[b-z0ijogzxz9] {
        left: 6.24996%;
        background-image: linear-gradient(to bottom, black, rgba(255, 89, 0, 0.8));
        animation-delay: -0.4444444444s;
    }

        .c:nth-child(10)[b-z0ijogzxz9]:after {
            background: #ff5900;
        }

    .c:nth-child(11)[b-z0ijogzxz9] {
        left: 6.9444%;
        background-image: linear-gradient(to bottom, black, rgba(255, 97, 0, 0.8));
        animation-delay: -1.8611111111s;
    }

        .c:nth-child(11)[b-z0ijogzxz9]:after {
            background: #ff6100;
        }

    .c:nth-child(12)[b-z0ijogzxz9] {
        left: 7.63884%;
        background-image: linear-gradient(to bottom, black, rgba(255, 106, 0, 0.8));
        animation-delay: -2.1944444444s;
    }

        .c:nth-child(12)[b-z0ijogzxz9]:after {
            background: #ff6a00;
        }

    .c:nth-child(13)[b-z0ijogzxz9] {
        left: 8.33328%;
        background-image: linear-gradient(to bottom, black, rgba(255, 115, 0, 0.8));
        animation-delay: -3.4444444444s;
    }

        .c:nth-child(13)[b-z0ijogzxz9]:after {
            background: #ff7300;
        }

    .c:nth-child(14)[b-z0ijogzxz9] {
        left: 9.02772%;
        background-image: linear-gradient(to bottom, black, rgba(255, 124, 0, 0.8));
        animation-delay: -1.9722222222s;
    }

        .c:nth-child(14)[b-z0ijogzxz9]:after {
            background: #ff7c00;
        }

    .c:nth-child(15)[b-z0ijogzxz9] {
        left: 9.72216%;
        background-image: linear-gradient(to bottom, black, rgba(255, 133, 0, 0.8));
        animation-delay: -2.0555555556s;
    }

        .c:nth-child(15)[b-z0ijogzxz9]:after {
            background: #ff8500;
        }

    .c:nth-child(16)[b-z0ijogzxz9] {
        left: 10.4166%;
        background-image: linear-gradient(to bottom, black, rgba(255, 142, 0, 0.8));
        animation-delay: -0.5833333333s;
    }

        .c:nth-child(16)[b-z0ijogzxz9]:after {
            background: #ff8e00;
        }

    .c:nth-child(17)[b-z0ijogzxz9] {
        left: 11.11104%;
        background-image: linear-gradient(to bottom, black, rgba(255, 151, 0, 0.8));
        animation-delay: -2.5833333333s;
    }

        .c:nth-child(17)[b-z0ijogzxz9]:after {
            background: #ff9700;
        }

    .c:nth-child(18)[b-z0ijogzxz9] {
        left: 11.80548%;
        background-image: linear-gradient(to bottom, black, rgba(255, 159, 0, 0.8));
        animation-delay: -2.1111111111s;
    }

        .c:nth-child(18)[b-z0ijogzxz9]:after {
            background: #ff9f00;
        }

    .c:nth-child(19)[b-z0ijogzxz9] {
        left: 12.49992%;
        background-image: linear-gradient(to bottom, black, rgba(255, 168, 0, 0.8));
        animation-delay: -2.3333333333s;
    }

        .c:nth-child(19)[b-z0ijogzxz9]:after {
            background: #ffa800;
        }

    .c:nth-child(20)[b-z0ijogzxz9] {
        left: 13.19436%;
        background-image: linear-gradient(to bottom, black, rgba(255, 177, 0, 0.8));
        animation-delay: -2.5s;
    }

        .c:nth-child(20)[b-z0ijogzxz9]:after {
            background: #ffb100;
        }

    .c:nth-child(21)[b-z0ijogzxz9] {
        left: 13.8888%;
        background-image: linear-gradient(to bottom, black, rgba(255, 186, 0, 0.8));
        animation-delay: -1.9444444444s;
    }

        .c:nth-child(21)[b-z0ijogzxz9]:after {
            background: #ffba00;
        }

    .c:nth-child(22)[b-z0ijogzxz9] {
        left: 14.58324%;
        background-image: linear-gradient(to bottom, black, rgba(255, 195, 0, 0.8));
        animation-delay: -2.25s;
    }

        .c:nth-child(22)[b-z0ijogzxz9]:after {
            background: #ffc300;
        }

    .c:nth-child(23)[b-z0ijogzxz9] {
        left: 15.27768%;
        background-image: linear-gradient(to bottom, black, rgba(255, 204, 0, 0.8));
        animation-delay: -0.0555555556s;
    }

        .c:nth-child(23)[b-z0ijogzxz9]:after {
            background: #ffcc00;
        }

    .c:nth-child(24)[b-z0ijogzxz9] {
        left: 15.97212%;
        background-image: linear-gradient(to bottom, black, rgba(255, 213, 0, 0.8));
        animation-delay: -1.0833333333s;
    }

        .c:nth-child(24)[b-z0ijogzxz9]:after {
            background: #ffd500;
        }

    .c:nth-child(25)[b-z0ijogzxz9] {
        left: 16.66656%;
        background-image: linear-gradient(to bottom, black, rgba(255, 221, 0, 0.8));
        animation-delay: -2.0555555556s;
    }

        .c:nth-child(25)[b-z0ijogzxz9]:after {
            background: #ffdd00;
        }

    .c:nth-child(26)[b-z0ijogzxz9] {
        left: 17.361%;
        background-image: linear-gradient(to bottom, black, rgba(255, 230, 0, 0.8));
        animation-delay: -2.6111111111s;
    }

        .c:nth-child(26)[b-z0ijogzxz9]:after {
            background: #ffe600;
        }

    .c:nth-child(27)[b-z0ijogzxz9] {
        left: 18.05544%;
        background-image: linear-gradient(to bottom, black, rgba(255, 239, 0, 0.8));
        animation-delay: -1.1666666667s;
    }

        .c:nth-child(27)[b-z0ijogzxz9]:after {
            background: #ffef00;
        }

    .c:nth-child(28)[b-z0ijogzxz9] {
        left: 18.74988%;
        background-image: linear-gradient(to bottom, black, rgba(255, 248, 0, 0.8));
        animation-delay: -0.75s;
    }

        .c:nth-child(28)[b-z0ijogzxz9]:after {
            background: #fff800;
        }

    .c:nth-child(29)[b-z0ijogzxz9] {
        left: 19.44432%;
        background-image: linear-gradient(to bottom, black, rgba(253, 255, 0, 0.8));
        animation-delay: -0.4166666667s;
    }

        .c:nth-child(29)[b-z0ijogzxz9]:after {
            background: #fdff00;
        }

    .c:nth-child(30)[b-z0ijogzxz9] {
        left: 20.13876%;
        background-image: linear-gradient(to bottom, black, rgba(244, 255, 0, 0.8));
        animation-delay: -3.0833333333s;
    }

        .c:nth-child(30)[b-z0ijogzxz9]:after {
            background: #f4ff00;
        }

    .c:nth-child(31)[b-z0ijogzxz9] {
        left: 20.8332%;
        background-image: linear-gradient(to bottom, black, rgba(236, 255, 0, 0.8));
        animation-delay: -1.4722222222s;
    }

        .c:nth-child(31)[b-z0ijogzxz9]:after {
            background: #ecff00;
        }

    .c:nth-child(32)[b-z0ijogzxz9] {
        left: 21.52764%;
        background-image: linear-gradient(to bottom, black, rgba(227, 255, 0, 0.8));
        animation-delay: -2.9444444444s;
    }

        .c:nth-child(32)[b-z0ijogzxz9]:after {
            background: #e3ff00;
        }

    .c:nth-child(33)[b-z0ijogzxz9] {
        left: 22.22208%;
        background-image: linear-gradient(to bottom, black, rgba(218, 255, 0, 0.8));
        animation-delay: -3.1666666667s;
    }

        .c:nth-child(33)[b-z0ijogzxz9]:after {
            background: #daff00;
        }

    .c:nth-child(34)[b-z0ijogzxz9] {
        left: 22.91652%;
        background-image: linear-gradient(to bottom, black, rgba(209, 255, 0, 0.8));
        animation-delay: -1.6666666667s;
    }

        .c:nth-child(34)[b-z0ijogzxz9]:after {
            background: #d1ff00;
        }

    .c:nth-child(35)[b-z0ijogzxz9] {
        left: 23.61096%;
        background-image: linear-gradient(to bottom, black, rgba(200, 255, 0, 0.8));
        animation-delay: -3.1944444444s;
    }

        .c:nth-child(35)[b-z0ijogzxz9]:after {
            background: #c8ff00;
        }

    .c:nth-child(36)[b-z0ijogzxz9] {
        left: 24.3054%;
        background-image: linear-gradient(to bottom, black, rgba(191, 255, 0, 0.8));
        animation-delay: -1.1111111111s;
    }

        .c:nth-child(36)[b-z0ijogzxz9]:after {
            background: #bfff00;
        }

    .c:nth-child(37)[b-z0ijogzxz9] {
        left: 24.99984%;
        background-image: linear-gradient(to bottom, black, rgba(182, 255, 0, 0.8));
        animation-delay: -1.2222222222s;
    }

        .c:nth-child(37)[b-z0ijogzxz9]:after {
            background: #b6ff00;
        }

    .c:nth-child(38)[b-z0ijogzxz9] {
        left: 25.69428%;
        background-image: linear-gradient(to bottom, black, rgba(174, 255, 0, 0.8));
        animation-delay: -3.0833333333s;
    }

        .c:nth-child(38)[b-z0ijogzxz9]:after {
            background: #aeff00;
        }

    .c:nth-child(39)[b-z0ijogzxz9] {
        left: 26.38872%;
        background-image: linear-gradient(to bottom, black, rgba(165, 255, 0, 0.8));
        animation-delay: -1.7777777778s;
    }

        .c:nth-child(39)[b-z0ijogzxz9]:after {
            background: #a5ff00;
        }

    .c:nth-child(40)[b-z0ijogzxz9] {
        left: 27.08316%;
        background-image: linear-gradient(to bottom, black, rgba(156, 255, 0, 0.8));
        animation-delay: -2.2222222222s;
    }

        .c:nth-child(40)[b-z0ijogzxz9]:after {
            background: #9cff00;
        }

    .c:nth-child(41)[b-z0ijogzxz9] {
        left: 27.7776%;
        background-image: linear-gradient(to bottom, black, rgba(147, 255, 0, 0.8));
        animation-delay: -2.6666666667s;
    }

        .c:nth-child(41)[b-z0ijogzxz9]:after {
            background: #93ff00;
        }

    .c:nth-child(42)[b-z0ijogzxz9] {
        left: 28.47204%;
        background-image: linear-gradient(to bottom, black, rgba(138, 255, 0, 0.8));
        animation-delay: -0.6111111111s;
    }

        .c:nth-child(42)[b-z0ijogzxz9]:after {
            background: #8aff00;
        }

    .c:nth-child(43)[b-z0ijogzxz9] {
        left: 29.16648%;
        background-image: linear-gradient(to bottom, black, rgba(129, 255, 0, 0.8));
        animation-delay: -0.0277777778s;
    }

        .c:nth-child(43)[b-z0ijogzxz9]:after {
            background: #81ff00;
        }

    .c:nth-child(44)[b-z0ijogzxz9] {
        left: 29.86092%;
        background-image: linear-gradient(to bottom, black, rgba(120, 255, 0, 0.8));
        animation-delay: -3.8888888889s;
    }

        .c:nth-child(44)[b-z0ijogzxz9]:after {
            background: #78ff00;
        }

    .c:nth-child(45)[b-z0ijogzxz9] {
        left: 30.55536%;
        background-image: linear-gradient(to bottom, black, rgba(112, 255, 0, 0.8));
        animation-delay: -1.8888888889s;
    }

        .c:nth-child(45)[b-z0ijogzxz9]:after {
            background: #70ff00;
        }

    .c:nth-child(46)[b-z0ijogzxz9] {
        left: 31.2498%;
        background-image: linear-gradient(to bottom, black, rgba(103, 255, 0, 0.8));
        animation-delay: -3.2222222222s;
    }

        .c:nth-child(46)[b-z0ijogzxz9]:after {
            background: #67ff00;
        }

    .c:nth-child(47)[b-z0ijogzxz9] {
        left: 31.94424%;
        background-image: linear-gradient(to bottom, black, rgba(94, 255, 0, 0.8));
        animation-delay: -0.0555555556s;
    }

        .c:nth-child(47)[b-z0ijogzxz9]:after {
            background: #5eff00;
        }

    .c:nth-child(48)[b-z0ijogzxz9] {
        left: 32.63868%;
        background-image: linear-gradient(to bottom, black, rgba(85, 255, 0, 0.8));
        animation-delay: -1.9166666667s;
    }

        .c:nth-child(48)[b-z0ijogzxz9]:after {
            background: #55ff00;
        }

    .c:nth-child(49)[b-z0ijogzxz9] {
        left: 33.33312%;
        background-image: linear-gradient(to bottom, black, rgba(76, 255, 0, 0.8));
        animation-delay: -3.8888888889s;
    }

        .c:nth-child(49)[b-z0ijogzxz9]:after {
            background: #4cff00;
        }

    .c:nth-child(50)[b-z0ijogzxz9] {
        left: 34.02756%;
        background-image: linear-gradient(to bottom, black, rgba(67, 255, 0, 0.8));
        animation-delay: -3.9722222222s;
    }

        .c:nth-child(50)[b-z0ijogzxz9]:after {
            background: #43ff00;
        }

    .c:nth-child(51)[b-z0ijogzxz9] {
        left: 34.722%;
        background-image: linear-gradient(to bottom, black, rgba(58, 255, 0, 0.8));
        animation-delay: -2.1666666667s;
    }

        .c:nth-child(51)[b-z0ijogzxz9]:after {
            background: #3aff00;
        }

    .c:nth-child(52)[b-z0ijogzxz9] {
        left: 35.41644%;
        background-image: linear-gradient(to bottom, black, rgba(50, 255, 0, 0.8));
        animation-delay: -0.9166666667s;
    }

        .c:nth-child(52)[b-z0ijogzxz9]:after {
            background: #32ff00;
        }

    .c:nth-child(53)[b-z0ijogzxz9] {
        left: 36.11088%;
        background-image: linear-gradient(to bottom, black, rgba(41, 255, 0, 0.8));
        animation-delay: -3.0555555556s;
    }

        .c:nth-child(53)[b-z0ijogzxz9]:after {
            background: #29ff00;
        }

    .c:nth-child(54)[b-z0ijogzxz9] {
        left: 36.80532%;
        background-image: linear-gradient(to bottom, black, rgba(32, 255, 0, 0.8));
        animation-delay: -1.1666666667s;
    }

        .c:nth-child(54)[b-z0ijogzxz9]:after {
            background: #20ff00;
        }

    .c:nth-child(55)[b-z0ijogzxz9] {
        left: 37.49976%;
        background-image: linear-gradient(to bottom, black, rgba(23, 255, 0, 0.8));
        animation-delay: -0.3055555556s;
    }

        .c:nth-child(55)[b-z0ijogzxz9]:after {
            background: #17ff00;
        }

    .c:nth-child(56)[b-z0ijogzxz9] {
        left: 38.1942%;
        background-image: linear-gradient(to bottom, black, rgba(14, 255, 0, 0.8));
        animation-delay: -2s;
    }

        .c:nth-child(56)[b-z0ijogzxz9]:after {
            background: #0eff00;
        }

    .c:nth-child(57)[b-z0ijogzxz9] {
        left: 38.88864%;
        background-image: linear-gradient(to bottom, black, rgba(5, 255, 0, 0.8));
        animation-delay: -2.3333333333s;
    }

        .c:nth-child(57)[b-z0ijogzxz9]:after {
            background: #05ff00;
        }

    .c:nth-child(58)[b-z0ijogzxz9] {
        left: 39.58308%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 4, 0.8));
        animation-delay: -3s;
    }

        .c:nth-child(58)[b-z0ijogzxz9]:after {
            background: #00ff04;
        }

    .c:nth-child(59)[b-z0ijogzxz9] {
        left: 40.27752%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 12, 0.8));
        animation-delay: -2.3055555556s;
    }

        .c:nth-child(59)[b-z0ijogzxz9]:after {
            background: #00ff0c;
        }

    .c:nth-child(60)[b-z0ijogzxz9] {
        left: 40.97196%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 21, 0.8));
        animation-delay: -4s;
    }

        .c:nth-child(60)[b-z0ijogzxz9]:after {
            background: #00ff15;
        }

    .c:nth-child(61)[b-z0ijogzxz9] {
        left: 41.6664%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 30, 0.8));
        animation-delay: -0.5555555556s;
    }

        .c:nth-child(61)[b-z0ijogzxz9]:after {
            background: #00ff1e;
        }

    .c:nth-child(62)[b-z0ijogzxz9] {
        left: 42.36084%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 39, 0.8));
        animation-delay: -3.9166666667s;
    }

        .c:nth-child(62)[b-z0ijogzxz9]:after {
            background: #00ff27;
        }

    .c:nth-child(63)[b-z0ijogzxz9] {
        left: 43.05528%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 48, 0.8));
        animation-delay: -1.75s;
    }

        .c:nth-child(63)[b-z0ijogzxz9]:after {
            background: #00ff30;
        }

    .c:nth-child(64)[b-z0ijogzxz9] {
        left: 43.74972%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 57, 0.8));
        animation-delay: -0.7222222222s;
    }

        .c:nth-child(64)[b-z0ijogzxz9]:after {
            background: #00ff39;
        }

    .c:nth-child(65)[b-z0ijogzxz9] {
        left: 44.44416%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 66, 0.8));
        animation-delay: -2.3611111111s;
    }

        .c:nth-child(65)[b-z0ijogzxz9]:after {
            background: #00ff42;
        }

    .c:nth-child(66)[b-z0ijogzxz9] {
        left: 45.1386%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 74, 0.8));
        animation-delay: -1.5s;
    }

        .c:nth-child(66)[b-z0ijogzxz9]:after {
            background: #00ff4a;
        }

    .c:nth-child(67)[b-z0ijogzxz9] {
        left: 45.83304%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 83, 0.8));
        animation-delay: -2.25s;
    }

        .c:nth-child(67)[b-z0ijogzxz9]:after {
            background: #00ff53;
        }

    .c:nth-child(68)[b-z0ijogzxz9] {
        left: 46.52748%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 92, 0.8));
        animation-delay: -3.5s;
    }

        .c:nth-child(68)[b-z0ijogzxz9]:after {
            background: #00ff5c;
        }

    .c:nth-child(69)[b-z0ijogzxz9] {
        left: 47.22192%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 101, 0.8));
        animation-delay: -1.9444444444s;
    }

        .c:nth-child(69)[b-z0ijogzxz9]:after {
            background: #00ff65;
        }

    .c:nth-child(70)[b-z0ijogzxz9] {
        left: 47.91636%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 110, 0.8));
        animation-delay: -2.0555555556s;
    }

        .c:nth-child(70)[b-z0ijogzxz9]:after {
            background: #00ff6e;
        }

    .c:nth-child(71)[b-z0ijogzxz9] {
        left: 48.6108%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 119, 0.8));
        animation-delay: -0.6388888889s;
    }

        .c:nth-child(71)[b-z0ijogzxz9]:after {
            background: #00ff77;
        }

    .c:nth-child(72)[b-z0ijogzxz9] {
        left: 49.30524%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 128, 0.8));
        animation-delay: -2.0277777778s;
    }

        .c:nth-child(72)[b-z0ijogzxz9]:after {
            background: #00ff80;
        }

    .c:nth-child(73)[b-z0ijogzxz9] {
        left: 49.99968%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 136, 0.8));
        animation-delay: -1.8611111111s;
    }

        .c:nth-child(73)[b-z0ijogzxz9]:after {
            background: #00ff88;
        }

    .c:nth-child(74)[b-z0ijogzxz9] {
        left: 50.69412%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 145, 0.8));
        animation-delay: -1.4722222222s;
    }

        .c:nth-child(74)[b-z0ijogzxz9]:after {
            background: #00ff91;
        }

    .c:nth-child(75)[b-z0ijogzxz9] {
        left: 51.38856%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 154, 0.8));
        animation-delay: -1.3333333333s;
    }

        .c:nth-child(75)[b-z0ijogzxz9]:after {
            background: #00ff9a;
        }

    .c:nth-child(76)[b-z0ijogzxz9] {
        left: 52.083%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 163, 0.8));
        animation-delay: -3.7222222222s;
    }

        .c:nth-child(76)[b-z0ijogzxz9]:after {
            background: #00ffa3;
        }

    .c:nth-child(77)[b-z0ijogzxz9] {
        left: 52.77744%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 172, 0.8));
        animation-delay: -3.6388888889s;
    }

        .c:nth-child(77)[b-z0ijogzxz9]:after {
            background: #00ffac;
        }

    .c:nth-child(78)[b-z0ijogzxz9] {
        left: 53.47188%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 181, 0.8));
        animation-delay: -1.3055555556s;
    }

        .c:nth-child(78)[b-z0ijogzxz9]:after {
            background: #00ffb5;
        }

    .c:nth-child(79)[b-z0ijogzxz9] {
        left: 54.16632%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 189, 0.8));
        animation-delay: -2.9722222222s;
    }

        .c:nth-child(79)[b-z0ijogzxz9]:after {
            background: #00ffbd;
        }

    .c:nth-child(80)[b-z0ijogzxz9] {
        left: 54.86076%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 198, 0.8));
        animation-delay: -1.1666666667s;
    }

        .c:nth-child(80)[b-z0ijogzxz9]:after {
            background: #00ffc6;
        }

    .c:nth-child(81)[b-z0ijogzxz9] {
        left: 55.5552%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 207, 0.8));
        animation-delay: -1.0555555556s;
    }

        .c:nth-child(81)[b-z0ijogzxz9]:after {
            background: #00ffcf;
        }

    .c:nth-child(82)[b-z0ijogzxz9] {
        left: 56.24964%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 216, 0.8));
        animation-delay: -0.7777777778s;
    }

        .c:nth-child(82)[b-z0ijogzxz9]:after {
            background: #00ffd8;
        }

    .c:nth-child(83)[b-z0ijogzxz9] {
        left: 56.94408%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 225, 0.8));
        animation-delay: -3.5833333333s;
    }

        .c:nth-child(83)[b-z0ijogzxz9]:after {
            background: #00ffe1;
        }

    .c:nth-child(84)[b-z0ijogzxz9] {
        left: 57.63852%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 234, 0.8));
        animation-delay: -0.8333333333s;
    }

        .c:nth-child(84)[b-z0ijogzxz9]:after {
            background: #00ffea;
        }

    .c:nth-child(85)[b-z0ijogzxz9] {
        left: 58.33296%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 243, 0.8));
        animation-delay: -1.4444444444s;
    }

        .c:nth-child(85)[b-z0ijogzxz9]:after {
            background: #00fff3;
        }

    .c:nth-child(86)[b-z0ijogzxz9] {
        left: 59.0274%;
        background-image: linear-gradient(to bottom, black, rgba(0, 255, 251, 0.8));
        animation-delay: -2.25s;
    }

        .c:nth-child(86)[b-z0ijogzxz9]:after {
            background: #00fffb;
        }

    .c:nth-child(87)[b-z0ijogzxz9] {
        left: 59.72184%;
        background-image: linear-gradient(to bottom, black, rgba(0, 250, 255, 0.8));
        animation-delay: -3.1944444444s;
    }

        .c:nth-child(87)[b-z0ijogzxz9]:after {
            background: #00faff;
        }

    .c:nth-child(88)[b-z0ijogzxz9] {
        left: 60.41628%;
        background-image: linear-gradient(to bottom, black, rgba(0, 241, 255, 0.8));
        animation-delay: -3.1388888889s;
    }

        .c:nth-child(88)[b-z0ijogzxz9]:after {
            background: #00f1ff;
        }

    .c:nth-child(89)[b-z0ijogzxz9] {
        left: 61.11072%;
        background-image: linear-gradient(to bottom, black, rgba(0, 232, 255, 0.8));
        animation-delay: -2.1388888889s;
    }

        .c:nth-child(89)[b-z0ijogzxz9]:after {
            background: #00e8ff;
        }

    .c:nth-child(90)[b-z0ijogzxz9] {
        left: 61.80516%;
        background-image: linear-gradient(to bottom, black, rgba(0, 223, 255, 0.8));
        animation-delay: -2.6111111111s;
    }

        .c:nth-child(90)[b-z0ijogzxz9]:after {
            background: #00dfff;
        }

    .c:nth-child(91)[b-z0ijogzxz9] {
        left: 62.4996%;
        background-image: linear-gradient(to bottom, black, rgba(0, 214, 255, 0.8));
        animation-delay: -3.0555555556s;
    }

        .c:nth-child(91)[b-z0ijogzxz9]:after {
            background: #00d6ff;
        }

    .c:nth-child(92)[b-z0ijogzxz9] {
        left: 63.19404%;
        background-image: linear-gradient(to bottom, black, rgba(0, 205, 255, 0.8));
        animation-delay: -2.2777777778s;
    }

        .c:nth-child(92)[b-z0ijogzxz9]:after {
            background: #00cdff;
        }

    .c:nth-child(93)[b-z0ijogzxz9] {
        left: 63.88848%;
        background-image: linear-gradient(to bottom, black, rgba(0, 197, 255, 0.8));
        animation-delay: -3.6944444444s;
    }

        .c:nth-child(93)[b-z0ijogzxz9]:after {
            background: #00c5ff;
        }

    .c:nth-child(94)[b-z0ijogzxz9] {
        left: 64.58292%;
        background-image: linear-gradient(to bottom, black, rgba(0, 188, 255, 0.8));
        animation-delay: -3.6111111111s;
    }

        .c:nth-child(94)[b-z0ijogzxz9]:after {
            background: #00bcff;
        }

    .c:nth-child(95)[b-z0ijogzxz9] {
        left: 65.27736%;
        background-image: linear-gradient(to bottom, black, rgba(0, 179, 255, 0.8));
        animation-delay: -1.8333333333s;
    }

        .c:nth-child(95)[b-z0ijogzxz9]:after {
            background: #00b3ff;
        }

    .c:nth-child(96)[b-z0ijogzxz9] {
        left: 65.9718%;
        background-image: linear-gradient(to bottom, black, rgba(0, 170, 255, 0.8));
        animation-delay: -0.4444444444s;
    }

        .c:nth-child(96)[b-z0ijogzxz9]:after {
            background: #00aaff;
        }

    .c:nth-child(97)[b-z0ijogzxz9] {
        left: 66.66624%;
        background-image: linear-gradient(to bottom, black, rgba(0, 161, 255, 0.8));
        animation-delay: -2.8333333333s;
    }

        .c:nth-child(97)[b-z0ijogzxz9]:after {
            background: #00a1ff;
        }

    .c:nth-child(98)[b-z0ijogzxz9] {
        left: 67.36068%;
        background-image: linear-gradient(to bottom, black, rgba(0, 152, 255, 0.8));
        animation-delay: -2.7777777778s;
    }

        .c:nth-child(98)[b-z0ijogzxz9]:after {
            background: #0098ff;
        }

    .c:nth-child(99)[b-z0ijogzxz9] {
        left: 68.05512%;
        background-image: linear-gradient(to bottom, black, rgba(0, 143, 255, 0.8));
        animation-delay: -2.3055555556s;
    }

        .c:nth-child(99)[b-z0ijogzxz9]:after {
            background: #008fff;
        }

    .c:nth-child(100)[b-z0ijogzxz9] {
        left: 68.74956%;
        background-image: linear-gradient(to bottom, black, rgba(0, 135, 255, 0.8));
        animation-delay: -3.8888888889s;
    }

        .c:nth-child(100)[b-z0ijogzxz9]:after {
            background: #0087ff;
        }

    .c:nth-child(101)[b-z0ijogzxz9] {
        left: 69.444%;
        background-image: linear-gradient(to bottom, black, rgba(0, 126, 255, 0.8));
        animation-delay: -0.3888888889s;
    }

        .c:nth-child(101)[b-z0ijogzxz9]:after {
            background: #007eff;
        }

    .c:nth-child(102)[b-z0ijogzxz9] {
        left: 70.13844%;
        background-image: linear-gradient(to bottom, black, rgba(0, 117, 255, 0.8));
        animation-delay: -2.2222222222s;
    }

        .c:nth-child(102)[b-z0ijogzxz9]:after {
            background: #0075ff;
        }

    .c:nth-child(103)[b-z0ijogzxz9] {
        left: 70.83288%;
        background-image: linear-gradient(to bottom, black, rgba(0, 108, 255, 0.8));
        animation-delay: -2.1111111111s;
    }

        .c:nth-child(103)[b-z0ijogzxz9]:after {
            background: #006cff;
        }

    .c:nth-child(104)[b-z0ijogzxz9] {
        left: 71.52732%;
        background-image: linear-gradient(to bottom, black, rgba(0, 99, 255, 0.8));
        animation-delay: -2.1111111111s;
    }

        .c:nth-child(104)[b-z0ijogzxz9]:after {
            background: #0063ff;
        }

    .c:nth-child(105)[b-z0ijogzxz9] {
        left: 72.22176%;
        background-image: linear-gradient(to bottom, black, rgba(0, 90, 255, 0.8));
        animation-delay: -0.8055555556s;
    }

        .c:nth-child(105)[b-z0ijogzxz9]:after {
            background: #005aff;
        }

    .c:nth-child(106)[b-z0ijogzxz9] {
        left: 72.9162%;
        background-image: linear-gradient(to bottom, black, rgba(0, 81, 255, 0.8));
        animation-delay: -3.75s;
    }

        .c:nth-child(106)[b-z0ijogzxz9]:after {
            background: #0051ff;
        }

    .c:nth-child(107)[b-z0ijogzxz9] {
        left: 73.61064%;
        background-image: linear-gradient(to bottom, black, rgba(0, 73, 255, 0.8));
        animation-delay: -0.6666666667s;
    }

        .c:nth-child(107)[b-z0ijogzxz9]:after {
            background: #0049ff;
        }

    .c:nth-child(108)[b-z0ijogzxz9] {
        left: 74.30508%;
        background-image: linear-gradient(to bottom, black, rgba(0, 64, 255, 0.8));
        animation-delay: -2.5277777778s;
    }

        .c:nth-child(108)[b-z0ijogzxz9]:after {
            background: #0040ff;
        }

    .c:nth-child(109)[b-z0ijogzxz9] {
        left: 74.99952%;
        background-image: linear-gradient(to bottom, black, rgba(0, 55, 255, 0.8));
        animation-delay: -0.8888888889s;
    }

        .c:nth-child(109)[b-z0ijogzxz9]:after {
            background: #0037ff;
        }

    .c:nth-child(110)[b-z0ijogzxz9] {
        left: 75.69396%;
        background-image: linear-gradient(to bottom, black, rgba(0, 46, 255, 0.8));
        animation-delay: -3.2222222222s;
    }

        .c:nth-child(110)[b-z0ijogzxz9]:after {
            background: #002eff;
        }

    .c:nth-child(111)[b-z0ijogzxz9] {
        left: 76.3884%;
        background-image: linear-gradient(to bottom, black, rgba(0, 37, 255, 0.8));
        animation-delay: -3.5555555556s;
    }

        .c:nth-child(111)[b-z0ijogzxz9]:after {
            background: #0025ff;
        }

    .c:nth-child(112)[b-z0ijogzxz9] {
        left: 77.08284%;
        background-image: linear-gradient(to bottom, black, rgba(0, 28, 255, 0.8));
        animation-delay: -3.1388888889s;
    }

        .c:nth-child(112)[b-z0ijogzxz9]:after {
            background: #001cff;
        }

    .c:nth-child(113)[b-z0ijogzxz9] {
        left: 77.77728%;
        background-image: linear-gradient(to bottom, black, rgba(0, 19, 255, 0.8));
        animation-delay: -0.3333333333s;
    }

        .c:nth-child(113)[b-z0ijogzxz9]:after {
            background: #0013ff;
        }

    .c:nth-child(114)[b-z0ijogzxz9] {
        left: 78.47172%;
        background-image: linear-gradient(to bottom, black, rgba(0, 11, 255, 0.8));
        animation-delay: -1.25s;
    }

        .c:nth-child(114)[b-z0ijogzxz9]:after {
            background: #000bff;
        }

    .c:nth-child(115)[b-z0ijogzxz9] {
        left: 79.16616%;
        background-image: linear-gradient(to bottom, black, rgba(0, 2, 255, 0.8));
        animation-delay: -3.3055555556s;
    }

        .c:nth-child(115)[b-z0ijogzxz9]:after {
            background: #0002ff;
        }

    .c:nth-child(116)[b-z0ijogzxz9] {
        left: 79.8606%;
        background-image: linear-gradient(to bottom, black, rgba(7, 0, 255, 0.8));
        animation-delay: -3.4722222222s;
    }

        .c:nth-child(116)[b-z0ijogzxz9]:after {
            background: #0700ff;
        }

    .c:nth-child(117)[b-z0ijogzxz9] {
        left: 80.55504%;
        background-image: linear-gradient(to bottom, black, rgba(16, 0, 255, 0.8));
        animation-delay: -2.5833333333s;
    }

        .c:nth-child(117)[b-z0ijogzxz9]:after {
            background: #1000ff;
        }

    .c:nth-child(118)[b-z0ijogzxz9] {
        left: 81.24948%;
        background-image: linear-gradient(to bottom, black, rgba(25, 0, 255, 0.8));
        animation-delay: -0.1666666667s;
    }

        .c:nth-child(118)[b-z0ijogzxz9]:after {
            background: #1900ff;
        }

    .c:nth-child(119)[b-z0ijogzxz9] {
        left: 81.94392%;
        background-image: linear-gradient(to bottom, black, rgba(34, 0, 255, 0.8));
        animation-delay: -1.3611111111s;
    }

        .c:nth-child(119)[b-z0ijogzxz9]:after {
            background: #2200ff;
        }

    .c:nth-child(120)[b-z0ijogzxz9] {
        left: 82.63836%;
        background-image: linear-gradient(to bottom, black, rgba(43, 0, 255, 0.8));
        animation-delay: -3.4722222222s;
    }

        .c:nth-child(120)[b-z0ijogzxz9]:after {
            background: #2b00ff;
        }

    .c:nth-child(121)[b-z0ijogzxz9] {
        left: 83.3328%;
        background-image: linear-gradient(to bottom, black, rgba(51, 0, 255, 0.8));
        animation-delay: -2.3333333333s;
    }

        .c:nth-child(121)[b-z0ijogzxz9]:after {
            background: #3300ff;
        }

    .c:nth-child(122)[b-z0ijogzxz9] {
        left: 84.02724%;
        background-image: linear-gradient(to bottom, black, rgba(60, 0, 255, 0.8));
        animation-delay: -2.4722222222s;
    }

        .c:nth-child(122)[b-z0ijogzxz9]:after {
            background: #3c00ff;
        }

    .c:nth-child(123)[b-z0ijogzxz9] {
        left: 84.72168%;
        background-image: linear-gradient(to bottom, black, rgba(69, 0, 255, 0.8));
        animation-delay: -0.0833333333s;
    }

        .c:nth-child(123)[b-z0ijogzxz9]:after {
            background: #4500ff;
        }

    .c:nth-child(124)[b-z0ijogzxz9] {
        left: 85.41612%;
        background-image: linear-gradient(to bottom, black, rgba(78, 0, 255, 0.8));
        animation-delay: -3.0555555556s;
    }

        .c:nth-child(124)[b-z0ijogzxz9]:after {
            background: #4e00ff;
        }

    .c:nth-child(125)[b-z0ijogzxz9] {
        left: 86.11056%;
        background-image: linear-gradient(to bottom, black, rgba(87, 0, 255, 0.8));
        animation-delay: -2.25s;
    }

        .c:nth-child(125)[b-z0ijogzxz9]:after {
            background: #5700ff;
        }

    .c:nth-child(126)[b-z0ijogzxz9] {
        left: 86.805%;
        background-image: linear-gradient(to bottom, black, rgba(96, 0, 255, 0.8));
        animation-delay: -1.9166666667s;
    }

        .c:nth-child(126)[b-z0ijogzxz9]:after {
            background: #6000ff;
        }

    .c:nth-child(127)[b-z0ijogzxz9] {
        left: 87.49944%;
        background-image: linear-gradient(to bottom, black, rgba(104, 0, 255, 0.8));
        animation-delay: -2.3888888889s;
    }

        .c:nth-child(127)[b-z0ijogzxz9]:after {
            background: #6800ff;
        }

    .c:nth-child(128)[b-z0ijogzxz9] {
        left: 88.19388%;
        background-image: linear-gradient(to bottom, black, rgba(113, 0, 255, 0.8));
        animation-delay: -3.75s;
    }

        .c:nth-child(128)[b-z0ijogzxz9]:after {
            background: #7100ff;
        }

    .c:nth-child(129)[b-z0ijogzxz9] {
        left: 88.88832%;
        background-image: linear-gradient(to bottom, black, rgba(122, 0, 255, 0.8));
        animation-delay: -3.5277777778s;
    }

        .c:nth-child(129)[b-z0ijogzxz9]:after {
            background: #7a00ff;
        }

    .c:nth-child(130)[b-z0ijogzxz9] {
        left: 89.58276%;
        background-image: linear-gradient(to bottom, black, rgba(131, 0, 255, 0.8));
        animation-delay: -0.8888888889s;
    }

        .c:nth-child(130)[b-z0ijogzxz9]:after {
            background: #8300ff;
        }

    .c:nth-child(131)[b-z0ijogzxz9] {
        left: 90.2772%;
        background-image: linear-gradient(to bottom, black, rgba(140, 0, 255, 0.8));
        animation-delay: -1.8055555556s;
    }

        .c:nth-child(131)[b-z0ijogzxz9]:after {
            background: #8c00ff;
        }

    .c:nth-child(132)[b-z0ijogzxz9] {
        left: 90.97164%;
        background-image: linear-gradient(to bottom, black, rgba(149, 0, 255, 0.8));
        animation-delay: -1s;
    }

        .c:nth-child(132)[b-z0ijogzxz9]:after {
            background: #9500ff;
        }

    .c:nth-child(133)[b-z0ijogzxz9] {
        left: 91.66608%;
        background-image: linear-gradient(to bottom, black, rgba(158, 0, 255, 0.8));
        animation-delay: -2.3055555556s;
    }

        .c:nth-child(133)[b-z0ijogzxz9]:after {
            background: #9e00ff;
        }

    .c:nth-child(134)[b-z0ijogzxz9] {
        left: 92.36052%;
        background-image: linear-gradient(to bottom, black, rgba(166, 0, 255, 0.8));
        animation-delay: -0.5277777778s;
    }

        .c:nth-child(134)[b-z0ijogzxz9]:after {
            background: #a600ff;
        }

    .c:nth-child(135)[b-z0ijogzxz9] {
        left: 93.05496%;
        background-image: linear-gradient(to bottom, black, rgba(175, 0, 255, 0.8));
        animation-delay: -0.0555555556s;
    }

        .c:nth-child(135)[b-z0ijogzxz9]:after {
            background: #af00ff;
        }

    .c:nth-child(136)[b-z0ijogzxz9] {
        left: 93.7494%;
        background-image: linear-gradient(to bottom, black, rgba(184, 0, 255, 0.8));
        animation-delay: -1.3333333333s;
    }

        .c:nth-child(136)[b-z0ijogzxz9]:after {
            background: #b800ff;
        }

    .c:nth-child(137)[b-z0ijogzxz9] {
        left: 94.44384%;
        background-image: linear-gradient(to bottom, black, rgba(193, 0, 255, 0.8));
        animation-delay: -1s;
    }

        .c:nth-child(137)[b-z0ijogzxz9]:after {
            background: #c100ff;
        }

    .c:nth-child(138)[b-z0ijogzxz9] {
        left: 95.13828%;
        background-image: linear-gradient(to bottom, black, rgba(202, 0, 255, 0.8));
        animation-delay: -3.6111111111s;
    }

        .c:nth-child(138)[b-z0ijogzxz9]:after {
            background: #ca00ff;
        }

    .c:nth-child(139)[b-z0ijogzxz9] {
        left: 95.83272%;
        background-image: linear-gradient(to bottom, black, rgba(211, 0, 255, 0.8));
        animation-delay: -0.3888888889s;
    }

        .c:nth-child(139)[b-z0ijogzxz9]:after {
            background: #d300ff;
        }

    .c:nth-child(140)[b-z0ijogzxz9] {
        left: 96.52716%;
        background-image: linear-gradient(to bottom, black, rgba(220, 0, 255, 0.8));
        animation-delay: -0.1111111111s;
    }

        .c:nth-child(140)[b-z0ijogzxz9]:after {
            background: #dc00ff;
        }

    .c:nth-child(141)[b-z0ijogzxz9] {
        left: 97.2216%;
        background-image: linear-gradient(to bottom, black, rgba(228, 0, 255, 0.8));
        animation-delay: -0.1944444444s;
    }

        .c:nth-child(141)[b-z0ijogzxz9]:after {
            background: #e400ff;
        }

    .c:nth-child(142)[b-z0ijogzxz9] {
        left: 97.91604%;
        background-image: linear-gradient(to bottom, black, rgba(237, 0, 255, 0.8));
        animation-delay: -1.9722222222s;
    }

        .c:nth-child(142)[b-z0ijogzxz9]:after {
            background: #ed00ff;
        }

    .c:nth-child(143)[b-z0ijogzxz9] {
        left: 98.61048%;
        background-image: linear-gradient(to bottom, black, rgba(246, 0, 255, 0.8));
        animation-delay: -0.0555555556s;
    }

        .c:nth-child(143)[b-z0ijogzxz9]:after {
            background: #f600ff;
        }

    .c:nth-child(144)[b-z0ijogzxz9] {
        left: 99.30492%;
        background-image: linear-gradient(to bottom, black, rgba(255, 0, 255, 0.8));
        animation-delay: -2.3055555556s;
    }

        .c:nth-child(144)[b-z0ijogzxz9]:after {
            background: fuchsia;
        }

@keyframes drop-b-z0ijogzxz9 {
    80% {
        opacity: 1;
    }

    100% {
        transform: translate3d(0, 150vh, 0);
        opacity: 0;
    }
}
/* _content/TradeIntellectWeb/Pages/Reports/Sales/DailySaleLineChart.razor.rz.scp.css */
body[b-v2uvkqspgw] {
}

.excel-button[b-v2uvkqspgw] {
    position: absolute;
    right: 0;
    top: 0;
}
/* _content/TradeIntellectWeb/Pages/Reports/Sales/DailySalePieChart.razor.rz.scp.css */
body[b-nc1hrzo8wo] {
}

.excel-button[b-nc1hrzo8wo] {
    position: absolute;
    right: 0;
    top: 0;
}
/* _content/TradeIntellectWeb/Pages/SigningDocuments/FileSigningDetail.razor.rz.scp.css */
.card[b-3zwuo2pv3a] {
    border-radius: 8px;
    box-shadow: 0 30px 30px -25px rgba(65, 51, 183, 0.25);
    min-width: 60%;
}

.information[b-3zwuo2pv3a] {
    background-color: var(--c-white);
    padding: 1.5rem;
}

    .information .tag[b-3zwuo2pv3a] {
        display: inline-block;
        background-color: var(--c-titan-white);
        color: var(--c-indigo);
        font-weight: 600;
        font-size: 0.875rem;
        padding: 0.5em 0.75em;
        line-height: 1;
        border-radius: 6px;
    }

        .information .tag + *[b-3zwuo2pv3a] {
            margin-top: 1rem;
        }

    .information .title[b-3zwuo2pv3a] {
        font-size: 1.5rem;
        color: var(--c-void);
        line-height: 1.25;
    }

        .information .title + *[b-3zwuo2pv3a] {
            margin-top: 1rem;
        }

    .information .info[b-3zwuo2pv3a] {
        color: var(--c-charcoal);
    }

        .information .info + *[b-3zwuo2pv3a] {
            margin-top: 1.25rem;
        }

    .information .button[b-3zwuo2pv3a] {
        font: inherit;
        line-height: 1;
        background-color: var(--c-white);
        border: 2px solid var(--c-indigo);
        color: var(--c-indigo);
        padding: 0.5em 1em;
        border-radius: 6px;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
    }

        .information .button:hover[b-3zwuo2pv3a], .information .button:focus[b-3zwuo2pv3a] {
            background-color: var(--c-indigo);
            color: var(--c-white);
        }

    .information .details[b-3zwuo2pv3a] {
        display: flex;
        gap: 1rem;
    }

        .information .details div[b-3zwuo2pv3a] {
            padding: 0.75em 1em;
            background-color: var(--c-titan-white);
            border-radius: 8px;
            display: flex;
            flex-direction: column-reverse;
            gap: 0.125em;
            flex-basis: 50%;
        }

        .information .details dt[b-3zwuo2pv3a] {
            font-size: 0.875rem;
            color: var(--c-cold-purple);
        }

        .information .details dd[b-3zwuo2pv3a] {
            color: var(--c-indigo);
            font-weight: 600;
            font-size: 1.25rem;
        }

.plan[b-3zwuo2pv3a] {
    padding: 10px;
    background-color: var(--c-white);
    color: var(--c-del-rio);
}

    .plan strong[b-3zwuo2pv3a] {
        font-weight: 600;
        color: var(--c-coffee);
    }

    .plan .inner[b-3zwuo2pv3a] {
        padding: 20px;
        padding-top: 40px;
        background-color: var(--c-fair-pink);
        border-radius: 12px;
        position: relative;
        overflow: hidden;
    }

    .plan .pricing[b-3zwuo2pv3a] {
        position: absolute;
        top: 0;
        right: 0;
        background-color: var(--c-apricot);
        border-radius: 99em 0 0 99em;
        display: flex;
        align-items: center;
        padding: 0.625em 0.75em;
        font-size: 1.25rem;
        font-weight: 600;
        color: var(--c-coffee);
    }

        .plan .pricing small[b-3zwuo2pv3a] {
            color: var(--c-del-rio);
            font-size: 0.75em;
            margin-left: 0.25em;
        }

    .plan .title[b-3zwuo2pv3a] {
        font-weight: 600;
        font-size: 1.25rem;
        color: var(--c-coffee);
    }

        .plan .title + *[b-3zwuo2pv3a] {
            margin-top: 0.75rem;
        }

    .plan .info + *[b-3zwuo2pv3a] {
        margin-top: 1rem;
    }

    .plan .features[b-3zwuo2pv3a] {
        display: flex;
        flex-direction: column;
    }

        .plan .features li[b-3zwuo2pv3a] {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

            .plan .features li + *[b-3zwuo2pv3a] {
                margin-top: 0.75rem;
            }

        .plan .features .icon[b-3zwuo2pv3a] {
            background-color: var(--c-java);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: var(--c-white);
            border-radius: 50%;
            width: 20px;
            height: 20px;
        }

            .plan .features .icon svg[b-3zwuo2pv3a] {
                width: 14px;
                height: 14px;
            }

        .plan .features + *[b-3zwuo2pv3a] {
            margin-top: 1.25rem;
        }

    .plan button[b-3zwuo2pv3a] {
        font: inherit;
        background-color: var(--c-indigo);
        border-radius: 6px;
        color: var(--c-white);
        font-weight: 500;
        font-size: 1.125rem;
        width: 100%;
        border: 0;
        padding: 1em;
    }

        .plan button:hover[b-3zwuo2pv3a], .plan button:focus[b-3zwuo2pv3a] {
            background-color: var(--c-governor);
        }



.container[b-3zwuo2pv3a] {
    position: relative;
    text-align: center;
    color: white;
}

.bottom-text[b-3zwuo2pv3a] {
    position: absolute;
    bottom: 10px;
    left: 5px;
    /*transform: translateX(-40%);*/
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачный фон под текстом */
    padding: 10px;
    width: 483px;
}

.qr-code[b-3zwuo2pv3a] {
    position: absolute;
    bottom: 0px;
    right: 15px;
    width: 95px; /* Можно изменить размер QR-кода */
}

.company-icon[b-3zwuo2pv3a] {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 50px;
}

img.background-image[b-3zwuo2pv3a] {
    height: 600px;
}

p[b-3zwuo2pv3a] {
    margin-top: 0;
    margin-bottom: 0rem;
}

@media print {
    div.container[b-3zwuo2pv3a]{
        right:98px;
    }

    img.background-image[b-3zwuo2pv3a] {
        height: 1500px;
        left:0;
        padding-left:0;
        margin-left:0;
        padding-right: 50px;
        margin-right: 50px;
    }

    .bottom-text[b-3zwuo2pv3a] {
        font-size: 16px;
    }

    .qr-code[b-3zwuo2pv3a] {
        position: absolute;
        bottom: 0px;
        right: 15px;
        width: 120px; /* Можно изменить размер QR-кода */
    }
}

.wait-spinner[b-3zwuo2pv3a] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-3zwuo2pv3a 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin-b-3zwuo2pv3a {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* _content/TradeIntellectWeb/Pages/SigningDocuments/SigningDocumentCard.razor.rz.scp.css */
*[b-5x6rbnnep3], *[b-5x6rbnnep3]:after, *[b-5x6rbnnep3]:before {
    box-sizing: border-box;
}

:root[b-5x6rbnnep3] {
    --c-white: #fff;
    --c-black: #000;
    --c-ash: #eaeef6;
    --c-charcoal: #a0a0a0;
    --c-void: #141b22;
    --c-fair-pink: #ffedec;
    --c-apricot: #fbc8be;
    --c-coffee: #754d42;
    --c-del-rio: #917072;
    --c-java: #1fcac5;
    --c-titan-white: #f1eeff;
    --c-cold-purple: #a69fd6;
    --c-indigo: #6558d3;
    --c-governor: #4133b7;
}

body[b-5x6rbnnep3] {
    font-family: "Spline Sans", sans-serif;
    line-height: 1.5;
    min-height: 100vh;
    background-color: var(--c-ash);
}

.cards[b-5x6rbnnep3] {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.0rem;
    width: 100%;
    max-width: 100%;
    margin: 2vh auto;
}

.card[b-5x6rbnnep3] {
    border-radius: 8px;
    box-shadow: 0 30px 30px -25px rgba(65, 51, 183, 0.25);
    min-width: 49%;
}

.information[b-5x6rbnnep3] {
    background-color: var(--c-white);
    padding: 1.5rem;
}

    .information .tag[b-5x6rbnnep3] {
        display: inline-block;
        background-color: var(--c-titan-white);
        color: var(--c-indigo);
        font-weight: 600;
        font-size: 0.875rem;
        padding: 0.5em 0.75em;
        line-height: 1;
        border-radius: 6px;
    }

        .information .tag + *[b-5x6rbnnep3] {
            margin-top: 1rem;
        }

    .information .title[b-5x6rbnnep3] {
        font-size: 1.5rem;
        color: var(--c-void);
        line-height: 1.25;
    }

        .information .title + *[b-5x6rbnnep3] {
            margin-top: 1rem;
        }

    .information .info[b-5x6rbnnep3] {
        color: var(--c-charcoal);
    }

        .information .info + *[b-5x6rbnnep3] {
            margin-top: 1.25rem;
        }

    .information .button[b-5x6rbnnep3] {
        font: inherit;
        line-height: 1;
        background-color: var(--c-white);
        border: 2px solid var(--c-indigo);
        color: var(--c-indigo);
        padding: 0.5em 1em;
        border-radius: 6px;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
    }

        .information .button:hover[b-5x6rbnnep3], .information .button:focus[b-5x6rbnnep3] {
            background-color: var(--c-indigo);
            color: var(--c-white);
        }

    .information .details[b-5x6rbnnep3] {
        display: flex;
        gap: 1rem;
    }

        .information .details div[b-5x6rbnnep3] {
            padding: 0.75em 1em;
            background-color: var(--c-titan-white);
            border-radius: 8px;
            display: flex;
            flex-direction: column-reverse;
            gap: 0.125em;
            flex-basis: 50%;
        }

        .information .details dt[b-5x6rbnnep3] {
            font-size: 0.875rem;
            color: var(--c-cold-purple);
        }

        .information .details dd[b-5x6rbnnep3] {
            color: var(--c-indigo);
            font-weight: 600;
            font-size: 1.25rem;
        }

.plan[b-5x6rbnnep3] {
    padding: 10px;
    background-color: var(--c-white);
    color: var(--c-del-rio);
}

    .plan strong[b-5x6rbnnep3] {
        font-weight: 600;
        color: var(--c-coffee);
    }

    .plan .inner[b-5x6rbnnep3] {
        padding: 20px;
        padding-top: 40px;
        background-color: var(--c-fair-pink);
        border-radius: 12px;
        position: relative;
        overflow: hidden;
    }

    .plan .pricing[b-5x6rbnnep3] {
        position: absolute;
        top: 0;
        right: 0;
        background-color: var(--c-apricot);
        border-radius: 99em 0 0 99em;
        display: flex;
        align-items: center;
        padding: 0.625em 0.75em;
        font-size: 1.25rem;
        font-weight: 600;
        color: var(--c-coffee);
    }

        .plan .pricing small[b-5x6rbnnep3] {
            color: var(--c-del-rio);
            font-size: 0.75em;
            margin-left: 0.25em;
        }

    .plan .title[b-5x6rbnnep3] {
        font-weight: 600;
        font-size: 1.25rem;
        color: var(--c-coffee);
    }

        .plan .title + *[b-5x6rbnnep3] {
            margin-top: 0.75rem;
        }

    .plan .info + *[b-5x6rbnnep3] {
        margin-top: 1rem;
    }

    .plan .features[b-5x6rbnnep3] {
        display: flex;
        flex-direction: column;
    }

        .plan .features li[b-5x6rbnnep3] {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

            .plan .features li + *[b-5x6rbnnep3] {
                margin-top: 0.75rem;
            }

        .plan .features .icon[b-5x6rbnnep3] {
            background-color: var(--c-java);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: var(--c-white);
            border-radius: 50%;
            width: 20px;
            height: 20px;
        }

            .plan .features .icon svg[b-5x6rbnnep3] {
                width: 14px;
                height: 14px;
            }

        .plan .features + *[b-5x6rbnnep3] {
            margin-top: 1.25rem;
        }

    .plan button[b-5x6rbnnep3] {
        font: inherit;
        background-color: var(--c-indigo);
        border-radius: 6px;
        color: var(--c-white);
        font-weight: 500;
        font-size: 1.125rem;
        width: 100%;
        border: 0;
        padding: 1em;
    }

        .plan button:hover[b-5x6rbnnep3], .plan button:focus[b-5x6rbnnep3] {
            background-color: var(--c-governor);
        }

.remove-button[b-5x6rbnnep3] {
    position: absolute;
    right: 0;
    top: 0;
}

.folder-button[b-5x6rbnnep3] {
    position: absolute;
    left: 7%;
    top: 0;
}

.print-button[b-5x6rbnnep3] {
    position: absolute;
    left: 0;
    bottom: 0;
}

.send-email-button[b-5x6rbnnep3] {
    position: absolute;
    right: 0;
    bottom: 0;
}

.additional-files-button[b-5x6rbnnep3] {
    position: absolute;
    left: 0;
    bottom: -3px;
}

.scrollbox[b-5x6rbnnep3] {
    overflow: auto;
    max-height: 220px;
}

@media print {
    .scrollbox[b-5x6rbnnep3] {
        overflow: unset;
        max-height: 100%;
    }

    .sidebar[b-5x6rbnnep3],
    .bx[b-5x6rbnnep3],
    .io-items[b-5x6rbnnep3],
    .hide-if-print[b-5x6rbnnep3],
    .mud-button[b-5x6rbnnep3],
    .mud-button-root[b-5x6rbnnep3] {
        display: none;
    }

    .card[b-5x6rbnnep3] {
        min-width: 100%;
        max-width: 100%;
    }
}

.mobile-only[b-5x6rbnnep3] {
    display: none;
}

@media only screen and (max-width: 768px) {
    .mobile-only[b-5x6rbnnep3] {
        display: block;
    }
}

@media only screen and (max-width: 1300px) {
    .card[b-5x6rbnnep3] {
        border-radius: 8px;
        box-shadow: 0 30px 30px -25px rgba(65, 51, 183, 0.25);
        min-width: 100%;
        max-width: 100%;
    }
}

.wait-spinner[b-5x6rbnnep3] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-5x6rbnnep3 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin-b-5x6rbnnep3 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* _content/TradeIntellectWeb/Pages/SigningDocuments/SigningDocuments.razor.rz.scp.css */
*[b-1vdirlw628], *[b-1vdirlw628]:after, *[b-1vdirlw628]:before {
    box-sizing: border-box;
}

:root[b-1vdirlw628] {
    --c-white: #fff;
    --c-black: #000;
    --c-ash: #eaeef6;
    --c-charcoal: #a0a0a0;
    --c-void: #141b22;
    --c-fair-pink: #ffedec;
    --c-apricot: #fbc8be;
    --c-coffee: #754d42;
    --c-del-rio: #917072;
    --c-java: #1fcac5;
    --c-titan-white: #f1eeff;
    --c-cold-purple: #a69fd6;
    --c-indigo: #6558d3;
    --c-governor: #4133b7;
}

body[b-1vdirlw628] {
    font-family: "Spline Sans", sans-serif;
    line-height: 1.5;
    min-height: 100vh;
    background-color: var(--c-ash);
}

.cards[b-1vdirlw628] {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.0rem;
    width: 100%;
    max-width: 100%;
    margin: 2vh auto;
}

.card[b-1vdirlw628] {
    border-radius: 8px;
    box-shadow: 0 30px 30px -25px rgba(65, 51, 183, 0.25);
    min-width: 49%;
    max-width: 49%;
}

.information[b-1vdirlw628] {
    background-color: var(--c-white);
    padding: 1.5rem;
}

.information .tag[b-1vdirlw628] {
    display: inline-block;
    background-color: var(--c-titan-white);
    color: var(--c-indigo);
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.5em 0.75em;
    line-height: 1;
    border-radius: 6px;
}

.information .tag + *[b-1vdirlw628] {
    margin-top: 1rem;
}

.information .title[b-1vdirlw628] {
    font-size: 1.5rem;
    color: var(--c-void);
    line-height: 1.25;
}

.information .title + *[b-1vdirlw628] {
    margin-top: 1rem;
}

.information .info[b-1vdirlw628] {
    color: var(--c-charcoal);
}

.information .info + *[b-1vdirlw628] {
    margin-top: 1.25rem;
}

.information .button[b-1vdirlw628] {
    font: inherit;
    line-height: 1;
    background-color: var(--c-white);
    border: 2px solid var(--c-indigo);
    color: var(--c-indigo);
    padding: 0.5em 1em;
    border-radius: 6px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.information .button:hover[b-1vdirlw628], .information .button:focus[b-1vdirlw628] {
    background-color: var(--c-indigo);
    color: var(--c-white);
}

.information .details[b-1vdirlw628] {
    display: flex;
    gap: 1rem;
}

.information .details div[b-1vdirlw628] {
    padding: 0.75em 1em;
    background-color: var(--c-titan-white);
    border-radius: 8px;
    display: flex;
    flex-direction: column-reverse;
    gap: 0.125em;
    flex-basis: 50%;
}

.information .details dt[b-1vdirlw628] {
    font-size: 0.875rem;
    color: var(--c-cold-purple);
}

.information .details dd[b-1vdirlw628] {
    color: var(--c-indigo);
    font-weight: 600;
    font-size: 1.25rem;
}

.plan[b-1vdirlw628] {
    padding: 10px;
    background-color: var(--c-white);
    color: var(--c-del-rio);
}

.plan strong[b-1vdirlw628] {
    font-weight: 600;
    color: var(--c-coffee);
}

.plan .inner[b-1vdirlw628] {
    padding: 20px;
    padding-top: 40px;
    background-color: var(--c-fair-pink);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.plan .pricing[b-1vdirlw628] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--c-apricot);
    border-radius: 99em 0 0 99em;
    display: flex;
    align-items: center;
    padding: 0.625em 0.75em;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--c-coffee);
}

.plan .pricing small[b-1vdirlw628] {
    color: var(--c-del-rio);
    font-size: 0.75em;
    margin-left: 0.25em;
}

.plan .title[b-1vdirlw628] {
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--c-coffee);
}

.plan .title + *[b-1vdirlw628] {
    margin-top: 0.75rem;
}

.plan .info + *[b-1vdirlw628] {
    margin-top: 1rem;
}

.plan .features[b-1vdirlw628] {
    display: flex;
    flex-direction: column;
}

.plan .features li[b-1vdirlw628] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.plan .features li + *[b-1vdirlw628] {
    margin-top: 0.75rem;
}

.plan .features .icon[b-1vdirlw628] {
    background-color: var(--c-java);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--c-white);
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.plan .features .icon svg[b-1vdirlw628] {
    width: 14px;
    height: 14px;
}

.plan .features + *[b-1vdirlw628] {
    margin-top: 1.25rem;
}

.plan button[b-1vdirlw628] {
    font: inherit;
    background-color: var(--c-indigo);
    border-radius: 6px;
    color: var(--c-white);
    font-weight: 500;
    font-size: 1.125rem;
    width: 100%;
    border: 0;
    padding: 1em;
}

.plan button:hover[b-1vdirlw628], .plan button:focus[b-1vdirlw628] {
    background-color: var(--c-governor);
}

/*.remove-button {
    position: absolute;
    right: 0;
    top: 0;
}*/

.print-button[b-1vdirlw628] {
    position: absolute;
    left: 0;
    bottom: 0;
}

.send-email-button[b-1vdirlw628] {
    position: absolute;
    right: 0;
    bottom: 0;
}

.scrollbox[b-1vdirlw628] {
    overflow: auto;
    max-height: 200px;
}

@media print {
    .scrollbox[b-1vdirlw628] {
        overflow: unset;
        max-height: 100%;
    }

    .sidebar[b-1vdirlw628],
    .bx[b-1vdirlw628],
    .io-items[b-1vdirlw628],
    .hide-if-print[b-1vdirlw628],
    .mud-button[b-1vdirlw628],
    .mud-button-root[b-1vdirlw628] {
        display: none;
    }

    .card[b-1vdirlw628] {
        min-width: 100%;
        max-width: 100%;
    }
}

.mobile-only[b-1vdirlw628] {
    display: none;
}

@media only screen and (max-width: 768px) {
    .mobile-only[b-1vdirlw628] {
        display: block;
    }
}

@media only screen and (max-width: 1300px) {
    .card[b-1vdirlw628] {
        border-radius: 8px;
        box-shadow: 0 30px 30px -25px rgba(65, 51, 183, 0.25);
        min-width: 100%;
        max-width: 100%;
    }
}

.wait-spinner[b-1vdirlw628] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-1vdirlw628 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin-b-1vdirlw628 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* _content/TradeIntellectWeb/Shared/MainLayout.razor.rz.scp.css */
hr[b-jb6wvdqluo] {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.page[b-jb6wvdqluo] {
    position: relative;
    display: flex;
    flex-direction: column;
    max-height: 100vh;
    overflow-y: auto;
}

main[b-jb6wvdqluo] {
    flex: 1;
    overflow-y: auto;
}


footer[b-jb6wvdqluo] {
    flex-shrink: 0; /* Запрещает footer уменьшаться, если контента мало */
    text-align: end;
    padding: 3px 10px;
}

.custom-sidebar[b-jb6wvdqluo] {
    width: 300px;
    height: 100vh;
    color: white;
    position: sticky;
    top: 0;
}

.top-row[b-jb6wvdqluo] {
    border-top: 1px solid #d6d5d5;
    height: 3.5rem;
    max-height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    bottom: 0;
    width: 100vw;
}

    .bottom-row > a[b-jb6wvdqluo] {
        display: flex;
        color: rgb(33, 37, 41);
        text-decoration: none;
        font-size: 1.1rem;
    }

main > .content[b-jb6wvdqluo] {
    height: calc(100vh - 6rem);
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
}

.left-side-panel[b-jb6wvdqluo] {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background-color: white;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease-in-out; /* For smooth toggle effect */
}



    @media (max-width: 640.98px) {

        .page main[b-jb6wvdqluo] {
            display: flex;
            flex-direction: column;
            padding-bottom: 3.5rem;
        }

            .page main .top-row[b-jb6wvdqluo] {
                flex: 0 0 3.5rem;
            }
    }

    @media (min-width: 641px) {
        .page[b-jb6wvdqluo] {
            flex-direction: row;
        }

        .bottom-row[b-jb6wvdqluo] {
            left: 300px;
            width: calc(100vw - 300px);
            justify-content: flex-end;
        }

        .article[b-jb6wvdqluo] {
            padding-left: 2rem !important;
            padding-right: 1.5rem !important;
        }
    }
/* _content/TradeIntellectWeb/Shared/NavMenu.razor.rz.scp.css */
.custom-sidebar[b-domo0iugi6] {
    /*background-color: #546E7A !important;*/
    color: white; 
}
