.message {
    margin: 10px;
    padding: 10px;
    border-radius: 8px;
    max-width: 70%
}

.message audio {
    max-width: 100%
}

.sent {
    background-color: #dcf8c6;
    align-self: flex-end
}

.received {
    background-color: #f4f4f4;
    align-self: flex-start
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 8px;
    z-index: 999
}

.popup-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.popup-content #random {
    font-weight: 700
}

.popup-content .close {
    cursor: pointer
}

#card1 {
    z-index: 9999999999;
    position: fixed;
    text-align: center;
    margin: 20px auto auto;
    max-width: 275px;
    border: 1px solid #cc0100;
    border-radius: 4px;
    background: #0d0d0d
}

.balance {
    width: 90%;
    background-color: #fe4640;
    min-height: 50px;
    display: inline-flex;
    justify-content: space-around;
    border-radius: 7px 7px 7px 7px;
    border-style: groove;
    border-color: #fe4640;
    box-shadow: 1px 3px 10px 2px rgba(0,178,5,.28);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    font-weight: 700;
    padding: 0 12px
}

.balance,.card a {
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff
}

.card a {
    letter-spacing: 0;
    word-spacing: .1em;
    font-family: Poppins,Sans-serif;
    font-weight: 800;
    text-decoration: inherit;
    border-radius: 7px 7px 7px 7px;
    padding: 2px;
    fill: #fff;
    background-color: #00ac05;
    border-style: none;
    margin: auto;
    width: 245px;
    height: 44px;
    display: flex;
    justify-content: center;
    animation: pulse 1.5s infinite
}

.card a svg {
    margin: 0
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.03)
    }

    to {
        transform: scale(1)
    }
}

.locked {
    overflow: hidden
}

.locked .message,.locked-wrapper .user-bar {
    filter: blur(4px)
}

.style_header1__WUjbg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 10px;
    height: 32px
}

.style_sec1__aVNO4 {
    height: 76px;
    width: 80%;
    background: #085e55;
    display: flex;
    position: relative;
    align-items: stretch;
    z-index: 1000;
    padding: 4px 0;
    margin: auto;
    max-width: 312px
}

.appwp {
    background-color: #085e55;
    width: 80%;
    height: 500px;
    margin: auto
}

* {
    box-sizing: border-box
}

body {
    background: #fff
}

.sec1 {
    height: 76px;
    width: 80%;
    background: #085e55;
    position: relative;
    align-items: stretch;
    z-index: 1000;
    left: 10%;
    padding: 14px 0
}

.head,.sec1 {
    display: flex
}

.head {
    height: auto;
    width: 55px;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    fill: #fff
}

.header {
    color: #fff;
    font-weight: 500;
    font-size: 16px
}

.nav {
    position: absolute;
    display: flex;
    width: 100%;
    height: 26px;
    align-items: center;
    color: #fff;
    justify-content: space-between;
    bottom: 2px;
    padding: 8px
}

.nav,.span1,.span2,.span3 {
    list-style: none;
    text-decoration: none;
    font-weight: 700
}

.span1,.span2,.span3 {
    color: #c4ccd1;
    font-size: 13px;
    box-sizing: border-box
}

.span1:active,.span2:active,.span3:active {
    height: 90px;
    border-bottom: 5px solid #fff
}

.chat,.span1:active,.span2:active,.span3:active {
    display: flex;
    align-items: center;
    justify-content: center
}

.chat {
    z-index: 100000;
    border-radius: 50%
}

.sec2 {
    display: flex;
    flex-direction: column;
    height: 386px;
    width: 80%;
    position: relative;
    left: 0;
    background: #fff;
    overflow: auto;
    max-width: 312px;
    margin: auto
}

.profile_img {
    background: #e5e5e5;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex
}

.profile_details {
    color: #606a70
}

.profile_action {
    position: relative;
    font-size: 13px;
    color: #667781;
    display: flex;
    align-items: center
}

.profile_details>div>span {
    display: block;
    color: #62b77d!important;
    font-size: 13px
}

.profile_detail_container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.contacts,.contacts10,.contacts11,.contacts12,.contacts2,.contacts3,.contacts4,.contacts5,.contacts6,.contacts7,.contacts8,.contacts9 {
    display: flex;
    width: 100%;
    height: 64px;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #e5e5e5
}

.sp1,.sp2,.sp3,.vec1,.vec2,.vec3 {
    display: flex;
    width: 150px;
    height: 40px;
    align-items: center;
    position: absolute;
    right: 0;
    justify-content: space-around
}

span.span1 {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 3px;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.wrapspan1 {
    align-items: center;
    display: flex
}

.sp1,.sp2,.sp3 {
    display: inline-flex;
    font-size: 22px;
    text-align: end;
    justify-content: flex-end;
    padding: 0 10px
}

body {
    flex-direction: column;
    position: relative
}

body,header {
    display: flex
}

header {
    padding: 8px 16px;
    max-width: 100%;
    width: 100%;
    margin: auto
}

.titles-bloc {
    margin: auto auto 16px
}

h3 {
    padding: 16px;
    max-width: 650px;
    font-size: 26px
}

svg {
    fill: #fff
}

*,:after,:before {
    box-sizing: inherit
}

html {
    box-sizing: border-box
}

body,html {
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Roboto,sans-serif;
    background: #000;
    background-repeat: repeat;
    background-size: cover
}

.page {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin: auto;
    max-width: 312px
}

.marvel-device .screen {
    text-align: left
}

.screen-container {
    height: 100%;
    max-width: 312px
}

.status-bar {
    height: 25px;
    background: #004e45;
    color: #fff;
    font-size: 14px;
    padding: 0 8px
}

.status-bar:after {
    content: "";
    display: table;
    clear: both
}

.status-bar div {
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 8px;
    font-weight: 600
}

.chat {
    height: calc(100% - 69px)
}

.chat-container {
    height: 100%;
    max-width: 312px
}

.user-bar {
    height: 55px;
    background: #005e54;
    color: #fff;
    padding: 0 8px;
    font-size: 24px;
    position: relative;
    z-index: 1
}

.user-bar:after {
    content: "";
    display: table;
    clear: both
}

.user-bar div {
    float: left;
    transform: translateY(-50%);
    position: relative;
    top: 50%
}

.user-bar .actions {
    float: right;
    margin: 5px 0 0 10px
}

.user-bar .actions img {
    height: 28px
}

.user-bar .actions.more {
    margin: 0 12px 0 20px
}

.user-bar .actions.attachment {
    margin: 0 0 0 20px
}

.user-bar .actions.attachment i {
    display: block
}

.user-bar .avatar {
    margin: 0 0 0 5px;
    width: 36px;
    height: 36px
}

.user-bar .avatar img {
    border-radius: 50%;
    box-shadow: 0 1px 0 hsla(0,0%,100%,.1);
    display: block;
    width: 100%
}

.user-bar .name {
    font-size: 17px;
    font-weight: 600;
    text-overflow: ellipsis;
    letter-spacing: .3px;
    margin: 0 0 0 8px;
    overflow: hidden;
    white-space: nowrap;
    width: 110px
}

.user-bar .status {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0
}

.conversation {
    height: calc(100% - 12px);
    position: relative;
    background: url(/default-wallpaper.png) repeat;
    z-index: 0
}

.conversation ::-webkit-scrollbar {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 5px;
    height: 1px;
    z-index: 10
}

.conversation ::-webkit-scrollbar-track {
    background: transparent
}

.conversation ::-webkit-scrollbar-thumb {
    background: #b3ada7
}

.conversation .conversation-container {
    height: calc(100% - 68px);
    box-shadow: inset 0 10px 10px -10px #000;
    overflow-x: hidden;
    padding: 0 16px;
    margin-bottom: 19px
}

.conversation .conversation-container:after {
    content: "";
    display: table;
    clear: both
}

.message {
    color: #000;
    clear: both;
    line-height: 18px;
    font-size: 15px;
    padding: 8px;
    position: relative;
    margin: 8px 0;
    max-width: 85%;
    word-wrap: break-word;
    z-index: 1;
    margin-left: 0!important;
    margin-right: 0!important
}

.message:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid
}

.metadata {
    display: inline-block;
    float: right;
    padding: 0 0 0 7px;
    position: relative;
    bottom: -4px
}

.metadata .time {
    color: rgba(0,0,0,.45);
    font-size: 11px;
    display: inline-block
}

.metadata .tick {
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: 4px;
    height: 16px;
    width: 16px
}

.metadata .tick svg {
    position: absolute;
    transition: .5s ease-in-out
}

.metadata .tick svg:first-child {
    backface-visibility: hidden;
    transform: perspective(800px) rotateY(180deg)
}

.metadata .tick svg:last-child {
    backface-visibility: hidden;
    transform: perspective(800px) rotateY(0deg)
}

.metadata .tick-animation svg:first-child {
    transform: perspective(800px) rotateY(0)
}

.metadata .tick-animation svg:last-child {
    transform: perspective(800px) rotateY(-179.9deg)
}

.message:first-child {
    margin: 16px 0 8px
}

.message.received {
    background: #fff;
    border-radius: 0 5px 5px 5px;
    float: left;
    position: relative
}

.message.received .metadata {
    padding: 0 0 0 16px
}

.message.received:after {
    border-width: 0 10px 10px 0;
    border-color: transparent #fff transparent transparent;
    top: 0;
    left: -10px
}

.message.sent {
    background: #e1ffc7;
    border-radius: 5px 0 5px 5px;
    float: right
}

.message.sent:after {
    border-width: 0 0 10px 10px;
    border-color: transparent transparent transparent #e1ffc7;
    top: 0;
    right: -10px
}

.conversation-compose {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    overflow: hidden;
    height: 40px;
    width: 100%;
    z-index: 2;
    display: none
}

.conversation-compose div,.conversation-compose input {
    background: #fff;
    height: 100%
}

.conversation-compose .emoji {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50% 0 0 50%;
    flex: 0 0 auto;
    margin-left: 8px;
    width: 38px;
    height: 38px
}

.conversation-compose .input-msg {
    border: 0;
    flex: 1 1 auto;
    font-size: 14px;
    margin: 0;
    outline: none;
    min-width: 50px;
    height: 38px
}

.conversation-compose .photo {
    flex: 0 0 auto;
    border-radius: 0 30px 30px 0;
    text-align: center;
    width: auto;
    display: flex;
    padding-right: 6px;
    height: 38px
}

.conversation-compose .photo img {
    display: block;
    color: #7d8488;
    font-size: 24px;
    transform: translate(-50%,-50%);
    position: relative;
    top: 50%;
    margin-left: 10px
}

.conversation-compose .send {
    background: transparent;
    border: 0;
    cursor: pointer;
    flex: 0 0 auto;
    margin-right: 8px;
    padding: 0;
    position: relative;
    outline: none;
    margin-left: .5rem
}

.conversation-compose .send .circle {
    background: #008a7c;
    border-radius: 50%;
    color: #fff;
    position: relative;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center
}

.conversation-compose .send .circle i {
    font-size: 24px;
    margin-left: 1px
}

@media (max-width: 768px) {
    .marvel-device.nexus5 {
        border-radius:0;
        flex: none;
        padding: 0;
        max-width: none;
        overflow: hidden;
        height: 100%;
        width: 100%
    }

    .marvel-device>.screen .chat {
        visibility: visible
    }

    .marvel-device {
        visibility: hidden
    }

    .marvel-device .status-bar {
        display: none
    }

    .screen-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .conversation {
        height: calc(100vh - 55px)
    }

    .conversation .conversation-container {
        height: calc(100vh - 120px)
    }
}

header img {
    max-width: 22.5rem
}

header>div {
    position: relative;
    width: -moz-max-content;
    width: max-content
}

header svg {
    fill: #fff;
    font-size: 16px;
    margin-right: 8px
}

header img {
    max-width: 152px
}

.balanceA {
    width: 50%;
    background-color: #15ac03;
    min-height: 40px;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 7px 7px 7px 7px;
    border-style: groove;
    border-color: #42ff47;
    box-shadow: 1px 3px 10px 2px rgba(0,178,5,.28);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 0 12px;
    height: 8px;
    position: relative
}

.balanceA p {
    font-size: 16px;
    font-weight: 900;
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji
}

.conversation {
    max-height: calc(450px + 21px);
    overflow: auto
}

.conversation .conversation-container {
    max-width: 595px;
    height: calc(100% - 24px)
}

.message.photo img {
    max-width: 100%;
    height: 100%;
    border-radius: 4px
}

.message.audio audio {
    max-width: 100%
}

.titles-bloc {
    color: #fff;
    text-align: center;
    max-width: 90%;
    margin: auto
}

.titles-bloc,.titles-bloc h2 {
    font-size: 26px
}

.titles-bloc h3 {
    font-size: 18px
}

i.zmdi.zmdi-arrow-left {
    color: #fff
}

* {
    margin: 0;
    padding: 0;
    border: 0
}

.sec2 a>div {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 10px;
    justify-content: flex-start
}

body {
    display: inline
}

.profile_img img {
    -o-object-fit: fill;
    object-fit: fill;
    width: 100%;
    height: 100%
}

.conversation .conversation-container {
    min-height: 450px
}

.spy-app .titles-bloc h2 {
    font-size: 22px!important;
    font-weight: 600
}

.style_header1__wfZ_4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 10px;
    height: 32px
}

.style_sec1__5LZ1B {
    height: 76px;
    width: 80%;
    background: #085e55;
    display: flex;
    position: relative;
    align-items: stretch;
    z-index: 1000;
    padding: 4px 0;
    margin: auto;
    max-width: 312px
}

:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74d3c;
    --toastify-color-transparent: hsla(0,0%,100%,.7);
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-container-width: fit-content;
    --toastify-toast-width: 320px;
    --toastify-toast-offset: 16px;
    --toastify-toast-top: max(var(--toastify-toast-offset),env(safe-area-inset-top));
    --toastify-toast-right: max(var(--toastify-toast-offset),env(safe-area-inset-right));
    --toastify-toast-left: max(var(--toastify-toast-offset),env(safe-area-inset-left));
    --toastify-toast-bottom: max(var(--toastify-toast-offset),env(safe-area-inset-bottom));
    --toastify-toast-background: #fff;
    --toastify-toast-padding: 14px;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-toast-bd-radius: 6px;
    --toastify-toast-shadow: 0px 4px 12px rgba(0,0,0,.1);
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error);
    --toastify-color-progress-bgo: 0.2
}

.Toastify__toast-container {
    z-index: var(--toastify-z-index);
    -webkit-transform: translateZ(var(--toastify-z-index));
    position: fixed;
    width: var(--toastify-container-width);
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column
}

.Toastify__toast-container--top-left {
    top: var(--toastify-toast-top);
    left: var(--toastify-toast-left)
}

.Toastify__toast-container--top-center {
    top: var(--toastify-toast-top);
    left: 50%;
    transform: translateX(-50%);
    align-items: center
}

.Toastify__toast-container--top-right {
    top: var(--toastify-toast-top);
    right: var(--toastify-toast-right);
    align-items: end
}

.Toastify__toast-container--bottom-left {
    bottom: var(--toastify-toast-bottom);
    left: var(--toastify-toast-left)
}

.Toastify__toast-container--bottom-center {
    bottom: var(--toastify-toast-bottom);
    left: 50%;
    transform: translateX(-50%);
    align-items: center
}

.Toastify__toast-container--bottom-right {
    bottom: var(--toastify-toast-bottom);
    right: var(--toastify-toast-right);
    align-items: end
}

.Toastify__toast {
    --y: 0;
    position: relative;
    touch-action: none;
    width: var(--toastify-toast-width);
    min-height: var(--toastify-toast-min-height);
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding: var(--toastify-toast-padding);
    border-radius: var(--toastify-toast-bd-radius);
    box-shadow: var(--toastify-toast-shadow);
    max-height: var(--toastify-toast-max-height);
    font-family: var(--toastify-font-family);
    z-index: 0;
    display: flex;
    flex: 1 auto;
    align-items: center;
    word-break: break-word
}

@media only screen and (max-width: 480px) {
    .Toastify__toast-container {
        width:100vw;
        left: env(safe-area-inset-left);
        margin: 0
    }

    .Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right {
        top: env(safe-area-inset-top);
        transform: translateX(0)
    }

    .Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right {
        bottom: env(safe-area-inset-bottom);
        transform: translateX(0)
    }

    .Toastify__toast-container--rtl {
        right: env(safe-area-inset-right);
        left: auto
    }

    .Toastify__toast {
        --toastify-toast-width: 100%;
        margin-bottom: 0;
        border-radius: 0
    }
}

.Toastify__toast-container[data-stacked=true] {
    width: var(--toastify-toast-width)
}

.Toastify__toast--stacked {
    position: absolute;
    width: 100%;
    transform: translate3d(0,var(--y),0) scale(var(--s));
    transition: transform .3s
}

.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body {
    transition: opacity .1s
}

.Toastify__toast--stacked[data-collapsed=false] {
    overflow: visible
}

.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>* {
    opacity: 0
}

.Toastify__toast--stacked:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: calc(var(--g) * 1px);
    bottom: 100%
}

.Toastify__toast--stacked[data-pos=top] {
    top: 0
}

.Toastify__toast--stacked[data-pos=bot] {
    bottom: 0
}

.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before {
    transform-origin: top
}

.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before {
    transform-origin: bottom
}

.Toastify__toast--stacked:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    transform: scaleY(3);
    z-index: -1
}

.Toastify__toast--rtl {
    direction: rtl
}

.Toastify__toast--close-on-click {
    cursor: pointer
}

.Toastify__toast-icon {
    margin-inline-end:10px;width: 22px;
    flex-shrink: 0;
    display: flex
}

.Toastify--animate {
    animation-fill-mode: both;
    animation-duration: .5s
}

.Toastify--animate-icon {
    animation-fill-mode: both;
    animation-duration: .3s
}

.Toastify__toast-theme--dark {
    background: var(--toastify-color-dark);
    color: var(--toastify-text-color-dark)
}

.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light {
    background: var(--toastify-color-light);
    color: var(--toastify-text-color-light)
}

.Toastify__toast-theme--colored.Toastify__toast--info {
    color: var(--toastify-text-color-info);
    background: var(--toastify-color-info)
}

.Toastify__toast-theme--colored.Toastify__toast--success {
    color: var(--toastify-text-color-success);
    background: var(--toastify-color-success)
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
    color: var(--toastify-text-color-warning);
    background: var(--toastify-color-warning)
}

.Toastify__toast-theme--colored.Toastify__toast--error {
    color: var(--toastify-text-color-error);
    background: var(--toastify-color-error)
}

.Toastify__progress-bar-theme--light {
    background: var(--toastify-color-progress-light)
}

.Toastify__progress-bar-theme--dark {
    background: var(--toastify-color-progress-dark)
}

.Toastify__progress-bar--info {
    background: var(--toastify-color-progress-info)
}

.Toastify__progress-bar--success {
    background: var(--toastify-color-progress-success)
}

.Toastify__progress-bar--warning {
    background: var(--toastify-color-progress-warning)
}

.Toastify__progress-bar--error {
    background: var(--toastify-color-progress-error)
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
    background: var(--toastify-color-transparent)
}

.Toastify__close-button {
    color: #fff;
    position: absolute;
    top: 6px;
    right: 6px;
    background: transparent;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: .7;
    transition: .3s ease;
    z-index: 1
}

.Toastify__toast--rtl .Toastify__close-button {
    left: 6px;
    right: unset
}

.Toastify__close-button--light {
    color: #000;
    opacity: .3
}

.Toastify__close-button>svg {
    fill: currentColor;
    height: 16px;
    width: 14px
}

.Toastify__close-button:focus,.Toastify__close-button:hover {
    opacity: 1
}

@keyframes Toastify__trackProgress {
    0% {
        transform: scaleX(1)
    }

    to {
        transform: scaleX(0)
    }
}

.Toastify__progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .7;
    transform-origin: left
}

.Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards
}

.Toastify__progress-bar--controlled {
    transition: transform .2s
}

.Toastify__progress-bar--rtl {
    right: 0;
    left: auto;
    transform-origin: right;
    border-bottom-left-radius: 0
}

.Toastify__progress-bar--wrp {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-bottom-left-radius: var(--toastify-toast-bd-radius);
    border-bottom-right-radius: var(--toastify-toast-bd-radius)
}

.Toastify__progress-bar--wrp[data-hidden=true] {
    opacity: 0
}

.Toastify__progress-bar--bg {
    opacity: var(--toastify-color-progress-bgo);
    width: 100%;
    height: 100%
}

.Toastify__spinner {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 100%;
    border-color: var(--toastify-spinner-color-empty-area);
    border-right-color: var(--toastify-spinner-color);
    animation: Toastify__spin .65s linear infinite
}

@keyframes Toastify__bounceInRight {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0)
    }

    75% {
        transform: translate3d(10px,0,0)
    }

    90% {
        transform: translate3d(-5px,0,0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px,var(--y),0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,var(--y),0)
    }
}

@keyframes Toastify__bounceInLeft {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0)
    }

    75% {
        transform: translate3d(-10px,0,0)
    }

    90% {
        transform: translate3d(5px,0,0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px,var(--y),0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,var(--y),0)
    }
}

@keyframes Toastify__bounceInUp {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    75% {
        transform: translate3d(0,10px,0)
    }

    90% {
        transform: translate3d(0,-5px,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__bounceOutUp {
    20% {
        transform: translate3d(0,calc(var(--y) - 10px),0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,calc(var(--y) + 20px),0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes Toastify__bounceInDown {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0)
    }

    75% {
        transform: translate3d(0,-10px,0)
    }

    90% {
        transform: translate3d(0,5px,0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutDown {
    20% {
        transform: translate3d(0,calc(var(--y) - 10px),0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,calc(var(--y) + 20px),0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left {
    animation-name: Toastify__bounceInLeft
}

.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right {
    animation-name: Toastify__bounceInRight
}

.Toastify__bounce-enter--top-center {
    animation-name: Toastify__bounceInDown
}

.Toastify__bounce-enter--bottom-center {
    animation-name: Toastify__bounceInUp
}

.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left {
    animation-name: Toastify__bounceOutLeft
}

.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right {
    animation-name: Toastify__bounceOutRight
}

.Toastify__bounce-exit--top-center {
    animation-name: Toastify__bounceOutUp
}

.Toastify__bounce-exit--bottom-center {
    animation-name: Toastify__bounceOutDown
}

@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: translate3d(0,var(--y),0) scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.Toastify__zoom-enter {
    animation-name: Toastify__zoomIn
}

.Toastify__zoom-exit {
    animation-name: Toastify__zoomOut
}

@keyframes Toastify__flipIn {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes Toastify__flipOut {
    0% {
        transform: translate3d(0,var(--y),0) perspective(400px)
    }

    30% {
        transform: translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.Toastify__flip-enter {
    animation-name: Toastify__flipIn
}

.Toastify__flip-exit {
    animation-name: Toastify__flipOut
}

@keyframes Toastify__slideInRight {
    0% {
        transform: translate3d(110%,0,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,var(--y),0)
    }
}

@keyframes Toastify__slideInLeft {
    0% {
        transform: translate3d(-110%,0,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,var(--y),0)
    }
}

@keyframes Toastify__slideInUp {
    0% {
        transform: translate3d(0,110%,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,var(--y),0)
    }
}

@keyframes Toastify__slideInDown {
    0% {
        transform: translate3d(0,-110%,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,var(--y),0)
    }
}

@keyframes Toastify__slideOutRight {
    0% {
        transform: translate3d(0,var(--y),0)
    }

    to {
        visibility: hidden;
        transform: translate3d(110%,var(--y),0)
    }
}

@keyframes Toastify__slideOutLeft {
    0% {
        transform: translate3d(0,var(--y),0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-110%,var(--y),0)
    }
}

@keyframes Toastify__slideOutDown {
    0% {
        transform: translate3d(0,var(--y),0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,500px,0)
    }
}

@keyframes Toastify__slideOutUp {
    0% {
        transform: translate3d(0,var(--y),0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,-500px,0)
    }
}

.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left {
    animation-name: Toastify__slideInLeft
}

.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right {
    animation-name: Toastify__slideInRight
}

.Toastify__slide-enter--top-center {
    animation-name: Toastify__slideInDown
}

.Toastify__slide-enter--bottom-center {
    animation-name: Toastify__slideInUp
}

.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left {
    animation-name: Toastify__slideOutLeft;
    animation-timing-function: ease-in;
    animation-duration: .3s
}

.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right {
    animation-name: Toastify__slideOutRight;
    animation-timing-function: ease-in;
    animation-duration: .3s
}

.Toastify__slide-exit--top-center {
    animation-name: Toastify__slideOutUp;
    animation-timing-function: ease-in;
    animation-duration: .3s
}

.Toastify__slide-exit--bottom-center {
    animation-name: Toastify__slideOutDown;
    animation-timing-function: ease-in;
    animation-duration: .3s
}

@keyframes Toastify__spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.page_main__hEKbJ {
    background: #fff!important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0
}

.page_description__Wr8Ke {
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    font-size: .85rem;
    max-width: var(--max-width);
    width: 100%;
    z-index: 2;
    font-family: var(--font-mono)
}

.page_description__Wr8Ke a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem
}

.page_description__Wr8Ke p {
    position: relative;
    margin: 0;
    padding: 1rem;
    background-color: rgba(var(--callout-rgb),.5);
    border: 1px solid rgba(var(--callout-border-rgb),.3);
    border-radius: var(--border-radius)
}

.page_code__99DQi {
    font-weight: 700;
    font-family: var(--font-mono)
}

.page_grid__3Tv07 {
    display: grid;
    grid-template-columns: repeat(4,minmax(25%,auto));
    max-width: 100%;
    width: var(--max-width)
}

.page_card__jLERe {
    padding: 1rem 1.2rem;
    border-radius: var(--border-radius);
    background: rgba(var(--card-rgb),0);
    border: 1px solid rgba(var(--card-border-rgb),0);
    transition: background .2s,border .2s
}

.page_card__jLERe span {
    display: inline-block;
    transition: transform .2s
}

.page_card__jLERe h2 {
    font-weight: 600;
    margin-bottom: .7rem
}

.page_card__jLERe p {
    margin: 0;
    opacity: .6;
    font-size: .9rem;
    line-height: 1.5;
    max-width: 30ch;
    text-wrap: balance
}

.page_center__o3Xzh {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 4rem 0
}

.page_center__o3Xzh:before {
    background: var(--secondary-glow);
    border-radius: 50%;
    width: 480px;
    height: 360px;
    margin-left: -400px
}

.page_center__o3Xzh:after {
    background: var(--primary-glow);
    width: 240px;
    height: 180px;
    z-index: -1
}

.page_center__o3Xzh:after,.page_center__o3Xzh:before {
    content: "";
    left: 50%;
    position: absolute;
    filter: blur(45px);
    transform: translateZ(0)
}

.page_logo__J89JB {
    position: relative
}

@media (hover: hover) and (pointer:fine) {
    .page_card__jLERe:hover {
        background:rgba(var(--card-rgb),.1);
        border: 1px solid rgba(var(--card-border-rgb),.15)
    }

    .page_card__jLERe:hover span {
        transform: translateX(4px)
    }
}

@media (prefers-reduced-motion) {
    .page_card__jLERe:hover span {
        transform: none
    }
}

@media (max-width: 700px) {
    .page_content___OJrz {
        padding:4rem
    }

    .page_grid__3Tv07 {
        grid-template-columns: 1fr;
        margin-bottom: 120px;
        max-width: 320px;
        text-align: center
    }

    .page_card__jLERe {
        padding: 1rem 2.5rem
    }

    .page_card__jLERe h2 {
        margin-bottom: .5rem
    }

    .page_center__o3Xzh {
        padding: 8rem 0 6rem
    }

    .page_center__o3Xzh:before {
        transform: none;
        height: 300px
    }

    .page_description__Wr8Ke {
        font-size: .8rem
    }

    .page_description__Wr8Ke a {
        padding: 1rem
    }

    .page_description__Wr8Ke div,.page_description__Wr8Ke p {
        display: flex;
        justify-content: center;
        position: fixed;
        width: 100%
    }

    .page_description__Wr8Ke p {
        align-items: center;
        inset: 0 0 auto;
        padding: 2rem 1rem 1.4rem;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid rgba(var(--callout-border-rgb),.25);
        background: linear-gradient(to bottom,rgba(var(--background-start-rgb),1),rgba(var(--callout-rgb),.5));
        background-clip: padding-box;
        -webkit-backdrop-filter: blur(24px);
        backdrop-filter: blur(24px)
    }

    .page_description__Wr8Ke div {
        align-items: flex-end;
        inset: auto 0 0;
        padding: 2rem;
        height: 200px;
        background: linear-gradient(to bottom,transparent 0,rgb(var(--background-end-rgb)) 40%);
        z-index: 1
    }
}

@media (min-width: 701px) and (max-width:1120px) {
    .page_grid__3Tv07 {
        grid-template-columns:repeat(2,50%)
    }
}

@media (prefers-color-scheme: dark) {
    .page_vercelLogo__HSPMZ {
        filter:invert(1)
    }

    .page_logo__J89JB {
        filter: invert(1) drop-shadow(0 0 .3rem #ffffff70)
    }
}

@keyframes page_rotate__oNcTB {
    0% {
        transform: rotate(1turn)
    }

    to {
        transform: rotate(0deg)
    }
}
