main.svelte-14230dn.svelte-14230dn {
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

main.svelte-14230dn div.svelte-14230dn {
    position: relative;
    width: 76.8px;
    height: 76.8px;
    border-radius: 100%
}

@keyframes svelte-14230dn-animated {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

main.svelte-14230dn div.svelte-14230dn:before,main.svelte-14230dn div.svelte-14230dn:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: block;
    content: "";
    border-radius: 100%;
    width: 100%;
    height: 100%
}

main.svelte-14230dn div.svelte-14230dn:before {
    border: 4px solid rgb(134,25,143)
}

main.svelte-14230dn div.svelte-14230dn:after {
    border-top: 4px solid rgb(245,158,11);
    border-right: 4px solid rgba(83,4,44,0);
    border-left: 4px solid rgba(83,4,44,0);
    border-bottom: 4px solid rgba(83,4,44,0);
    animation: svelte-14230dn-animated .8s infinite ease
}

p.svelte-1hjoeso.svelte-1hjoeso {
    font-family: Inter,sans-serif;
    margin: 0
}

.row.svelte-1hjoeso.svelte-1hjoeso {
    display: flex;
    flex-direction: row
}

.column.svelte-1hjoeso.svelte-1hjoeso {
    display: flex;
    flex-direction: column
}

p {
    font-size: 16px;
    font-family: Inter,sans-serif;
    margin: 0
}

.return_btn.svelte-1hjoeso.svelte-1hjoeso {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 15px;
    border: none;
    background-color: #131313;
    border-radius: 500px
}

.return_btn.svelte-1hjoeso.svelte-1hjoeso:hover {
    border: none;
    background-color: #fff;
    color: #131313
}

.closeIcon.svelte-1hjoeso.svelte-1hjoeso {
    position: absolute;
    top: 0;
    right: 0;
    color: #313131;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 500px
}

.closeIcon.svelte-1hjoeso.svelte-1hjoeso:hover {
    background-color: #dbdbdb
}

.blackScreen.svelte-1hjoeso.svelte-1hjoeso {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    z-index: 999999
}

main.svelte-1hjoeso.svelte-1hjoeso {
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5px;
    z-index: 999999
}

main.svelte-1hjoeso .alert.svelte-1hjoeso {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
    min-height: 50px;
    max-height: 60px;
    background-color: #272727;
    box-shadow: -1px 1px 3px #000;
    border-bottom: 3px solid #720f0f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

main.svelte-1hjoeso .alert.success.svelte-1hjoeso {
    border-bottom: 3px solid #13802e
}
