.profile:hover .drop-container {
    display: block
}

.drop-container {
    display: none;
    left: 0;
    padding-top: 16px;
    position: absolute;
    top: 50px;
    width: 200px
}

.drop-card {
    background-color: #24263a;
    border-radius: 10px 10px;
    height: auto;
    width: 200px
}

.drop-container .svg_custom {
    fill: #fff;
    align-self: center;
    display: inline-flex;
    height: 1em;
    margin-right: 8px;
    position: relative;
    top: .125em;
    width: 1em
}

.drop-container .drop-body ul {
    grid-gap: 0;
    flex-direction: column
}

.drop-body li {
    border-bottom-right-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    color: #fff;
    display: block;
    font-size: 18px;
    list-style: none;
    margin-top: 0;
    padding: 15px;
    transition: all 1s
}

.drop-container .leave,.leave-item {
    fill: #f44;
    color: #f44!important
}

.drop-body li:hover {
    background-color: rgba(30,31,46,.82);
    border-bottom-right-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    cursor: pointer;
    transition: all 1s
}

.drop-body li ul {
    background: #24263a;
    border-bottom-right-radius: 15px 15px;
    border-top-right-radius: 15px 15px;
    display: none;
    margin-left: 280px;
    margin-top: -38px;
    position: absolute
}

.drop-body li:hover>ul {
    cursor: pointer;
    display: block
}

body {
    background-color: #151515
}

.userHeader {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: space-between;
    left: 0;
    padding: 15px var(--distance);
    position: fixed;
    top: 0;
    width: 100%
}

.userHeader a {
    -webkit-text-fill-color: transparent;
    -webkit-animation: gradient 3s linear infinite;
    animation: gradient 3s linear infinite;
    background: linear-gradient(90deg,#b294ff,#57e6e6,#feffb8,#57e6e6,#b294ff,#57e6e6);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 500% auto;
    cursor: pointer;
    display: flex;
    font-family: Poppins,sans-serif;
    font-size: 30px;
    letter-spacing: -10px
}

.userHeader img {
    margin: 20px;
    width: 120px
}

.userHeader ul {
    display: flex;
    gap: 30px
}

.userHeader .profile {
    align-items: center;
    display: flex;
    position: relative;
    text-transform: capitalize
}

.userHeader .profile .avatar {
    border-radius: 50%;
    box-shadow: 0 0 2vh #0006;
    margin: 2px 12px;
    width: 50px
}

.userHeader .profile .loading {
    width: 20px
}

.userHeader .profile h3 {
    color: #fff
}

.userHeader a {
    color: #fff;
    font-weight: 600
}

.svg_header {
    align-self: center;
    display: inline-flex;
    height: 3em;
    position: relative;
    top: .125em;
    width: 3em
}

.image-loading {
    background-color: #fff;
    overflow: hidden;
    position: relative
}

.image-loading:before {
    animation: skeleton 1s infinite alternate-reverse;
    background: linear-gradient(100deg,hsla(0,0%,86%,0) 40%,hsla(0,0%,80%,.5) 50%,hsla(0,0%,79%,0) 60%);
    content: "";
    height: 100%;
    left: -50%;
    position: absolute;
    top: 0;
    width: 20px
}

.authHeader {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: space-between; 
    left:45;
    padding: 15px var(--distance);
    position: fixed;
    top: -20;
    width: 100%
}

.authHeader a {
    -webkit-text-fill-color: transparent;
    -webkit-animation: gradient 3s linear infinite;
    animation: gradient 3s linear infinite;
    background: linear-gradient(90deg,#b294ff,#57e6e6,#feffb8,#57e6e6,#b294ff,#57e6e6);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 500% auto;
    cursor: pointer;
    display: flex;
    font-family: Poppins,sans-serif;
    font-size: 30px;
    letter-spacing: 0px
}

.link{
    position: relative;
    right: -127px;
    top: 20px;
}

.link img{
    height:100px;

}

.profile h3 {
    color: #fff
}

.authHeader a {
    color: #fff;
    font-weight: 600
}

.svg_custom {
    align-self: center;
    display: inline-flex;
    height: 3em;
    position: relative;
    top: .125em;
    width: 3em
}

:root {
    --global: #bfd2ff
}

.container {

    height: 100%;
    width: 100%
}

.test {
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: -1
}

.container #fs {
    background-attachment: fixed;
    background-size: cover
}

.container #fs,.container iframe,.container video {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    height: auto;
    left: 0;
    min-height: 100%;
    mix-blend-mode: difference;
    opacity: .2;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1
}

@media(max-width: 1200px) {
    .container #fs {
        height:100%;
        min-height: unset;
        width: unset
    }
}

.link-discord {
    margin: auto;
    position: absolute;
    top: 30px;
    right: 30px;
}

.link-discord img {
    height: 75px;
}

.link-discord { 
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
}

.link-discord:hover {
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
}


.discord-card {
    background: hsla(0, 0%, 5%, 0.9);
    border-radius: 20px;
    bottom: 0;
    height: 380px;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 500px
}

.discord-banner {
    align-items: flex-end;
    display: flex;
    height: 150px;
    justify-content: center;
    opacity: .75
}

.discord-banner img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.discord-avatar {
    border-radius: 50%;
    height: 140px;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: 25px;
    width: 140px
}

.discord-avatar img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.discord-avatar { 
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
}

.discord-avatar:hover {
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
}

.discord-username {
    color: #fff;
    height: 40px;
    margin: auto;
    position: relative;
    text-align: center;
    top: 50px
}

.discord-username h3 {
    font-size: 18px;
    margin-top: -5px
}

.discord-username strong {
    color: #636363;
    font-size: 14px;
    font-weight: 600
}

.badges {
    display: flex;
    justify-content: center;
    position: relative;
    top: 60px;
    right: -105px;
}

.badges img {
    height: 37px;
    margin: 0px 2px 0px;
}

.another-medias {
    display: flex;
    justify-content: center;
    position: relative;
    top: 70px;
    right: 170px;
}

.another-medias svg {
    fill: #fff;
    height: 40px;
    margin: 0px 7px 0px;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
}

.another-medias svg:hover {
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
}

.another-medias #anilist:hover {
    fill: #3a80ec;
    cursor: pointer;
}

.another-medias #lastfm:hover {
    fill: #e00c0c;
    cursor: pointer;
}

.another-medias #spotify:hover {
    fill: #1ed760;
    cursor: pointer;
}

.text {
    background: hsla(0,0%,5%,.75);
    border: 2px solid hsla(0,0%,5%,.788);
    border-radius: 10px;
    color: #fff;
    display: flex;
    font-size: 12px;
    height: 45px;
    justify-content: center;
    margin: auto;
    position: relative;
    text-align: center;
    top: 80px;
    width: 220px
}

.container2 {
    background-color: #000;
    height: 100%;
    width: 100%
}

.test2 {
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: 1
}

.container2 #fs2 {
    background-attachment: fixed;
    background-size: cover
}

.container2 #fs2,.container2 iframe,.container2 video {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: auto;
    left: 0;
    min-height: 100%;
    mix-blend-mode: difference;
    opacity: .1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1
}

@media(max-width: 1200px) {
    .container2 #fs2 {
        height:100%;
        min-height: unset;
        width: unset
    }
}

.discord-card2 {
    background: hsla(0,0%,5%,.75);
    border-radius: 20px;
    bottom: 0;
    height: 200px;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px
}

.discord-banner2 {
    align-items: flex-end;
    display: flex;
    height: 150px;
    justify-content: center;
    opacity: .75
}

.discord-banner2 img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.discord-avatar2 {
    border-radius: 50%;
    box-shadow: 0 0 0 5px #151515,inset 0 0 0 5px #000,inset 0 0 0 5px #000,inset 0 0 0 5px #000,inset 0 0 0 5px #000;
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: -50px;
    width: 100px
}

.discord-avatar2 img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.discord-username2 {
    color: #fff;
    height: 40px;
    margin: auto;
    position: relative;
    text-align: center;
    top: -33px
}

.discord-username2 h3 {
    font-size: 18px;
    margin-top: -5px
}

.discord-username2 strong {
    color: #636363;
    font-size: 14px;
    font-weight: 600
}

.another-medias2 {
    display: flex;
    justify-content: center;
    top: 50px;
    width: 300px
    -webkit-transform:scale(0.5);
    -moz-transform:scale(0.5);
    -o-transform:scale(0.5);

}

.another-medias2 svg {
    fill: #fff;
    height: 25px;
    margin: 15px 10px 10px;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
}

.another-medias2 #instagram:hover {
    fill: #e1306c;
    cursor: pointer
}

.another-medias2 #lastfm:hover {
    fill: #e00c0c;
    cursor: pointer
}

.another-medias2 #spotify:hover {
    fill: #1ed760;
    cursor: pointer
}

.text2 {
    background: hsla(0,0%,5%,.75);
    border: 2px solid hsla(0,0%,5%,.788);
    border-radius: 10px;
    color: #fff;
    display: flex;
    font-size: 12px;
    height: 100px;
    justify-content: center;
    margin: auto;
    text-align: center;
    top: 10px;
    width: 220px
}

@font-face {
    font-family: marsbold;
    font-style: normal;
    font-weight: 400;
    src: url(/static/media/Mars_Bold.a819145ca59c69c8ed65.ttf)
}

* {
    border: none;
    font-family: Poppins,sans-serif;
    font-size: 16px;
    margin: 0;
    outline: none;
    padding: 0
}

li,ul {
    list-style: none
}

a {
    text-decoration: none
}

.sniper_container {
    margin: 0 auto;
    padding-top: 90px;
    width: 940px
}

.sniper_container .input-default {
    display: block;
    margin: 0 0 20px;
    padding: 10px 25px;
    width: 50%
}

.sniper_container .send {
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0
}

html {
    box-sizing: border-box;
    font-size: 10px
}

*,:after,:before {
    box-sizing: inherit
}

.sniper_container body,.sniper_container li,.sniper_container ul {
    margin: 0;
    padding: 0
}

.sniper_container li {
    list-style: none
}

.sniper_container a {
    text-decoration: none
}

.sniper_container input {
    background: 0 0;
    border-style: none;
    outline: none
}

.sniper_container button {
    background: 0 0;
    border: none;
    outline: none;
    padding: 0
}

.default_body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #1d1e2c;
    font-family: Poppins,sans-serif;
    width: 100%
}

.sniper_container center h1 {
    color: #bfd2ff;
    font-size: 25px;
    font-weight: 700;
    padding-top: 50px
}

.sniper_container center h2 {
    -webkit-text-fill-color: transparent;
    -webkit-animation: gradient 3s linear infinite;
    animation: gradient 3s linear infinite;
    background: linear-gradient(90deg,#b294ff,#57e6e6,#feffb8,#57e6e6,#b294ff,#57e6e6);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 500% auto;
    font-size: 20px;
    font-weight: 700
}

.sniper_container h1.demo {
    color: #f5f6ff;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: center
}

.sniper_container a.demo {
    color: rgba(202,205,239,.8);
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 3rem;
    text-align: center
}

.sniper_container .demo-flex-spacer {
    flex-grow: 1
}

.sniper_container input::-webkit-inner-spin-button {
    display: none
}

.sniper_container .container {
    background-color: #1d1e2c;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 15px 50px
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

@keyframes gradient {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

.sniper_container .inputs {
    background: #24263a;
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 400px;
    padding: 1.4rem 2rem 1.6rem;
    position: relative;
    width: 100%
}

.sniper_container .inputs:after {
    -webkit-animation: gradient 3s linear infinite;
    animation: gradient 3s linear infinite;
    background-position: 0 0;
    background: linear-gradient(90deg,#b294ff,#57e6e6,#feffb8,#57e6e6,#b294ff,#57e6e6);
    background-size: 500% auto;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 999
}

.sniper_container .inputs input {
    color: #bfd2ff;
    flex-grow: 1;
    font-size: 1.8rem;
    line-height: 2.4rem;
    vertical-align: middle
}

.sniper_container .inputs input::-webkit-input-placeholder {
    color: #7881a1
}

.sniper_container .inputs button {
    color: #7881a1;
    font-size: 2.4rem;
    line-height: 2.4rem;
    transition: color .25s;
    vertical-align: middle
}

.sniper_container .inputs button:hover {
    color: #bfd2ff
}

.sniper_container .radio_buttons {
    color: #bfd2ff;
    margin: auto;
    width: 42%
}

.sniper_container .radio {
    cursor: pointer;
    display: inline-block;
    margin: -5px 16px 5px 0;
    padding: 10px
}

.sniper_container .radio input {
    display: none
}

.sniper_container .radio input+span {
    display: block;
    height: 22px;
    line-height: 22px;
    padding-left: 22px;
    position: relative
}

.sniper_container .radio input+span:not(:empty) {
    padding-left: 30px
}

.sniper_container .radio input+span:after,.sniper_container .radio input+span:before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 22px;
    left: 0;
    position: absolute;
    top: 0;
    width: 22px
}

.sniper_container .radio input+span:before {
    background: rgba(57,63,84,.8);
    transition: background .2s ease,-webkit-transform .4s cubic-bezier(.175,.885,.32,2);
    transition: background .2s ease,transform .4s cubic-bezier(.175,.885,.32,2);
    transition: background .2s ease,transform .4s cubic-bezier(.175,.885,.32,2),-webkit-transform .4s cubic-bezier(.175,.885,.32,2)
}

.sniper_container .radio input+span:after {
    background: rgba(57,63,84,.8);
    -webkit-transform: scale(.78);
    transform: scale(.78);
    transition: -webkit-transform .6s cubic-bezier(.175,.885,.32,1.4);
    transition: transform .6s cubic-bezier(.175,.885,.32,1.4);
    transition: transform .6s cubic-bezier(.175,.885,.32,1.4),-webkit-transform .6s cubic-bezier(.175,.885,.32,1.4)
}

.sniper_container .radio input:checked+span:before {
    -webkit-animation: gradient 3s linear infinite;
    animation: gradient 3s linear infinite;
    background: linear-gradient(90deg,#b294ff,#57e6e6,#feffb8,#57e6e6,#b294ff,#57e6e6);
    background-size: 500% auto;
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.sniper_container .radio input:checked+span:after {
    -webkit-transform: scale(.4);
    transform: scale(.4);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

.sniper_container .radio:hover input+span:before {
    -webkit-transform: scale(.92);
    transform: scale(.92)
}

.sniper_container .radio:hover input+span:after {
    -webkit-transform: scale(.74);
    transform: scale(.74)
}

.sniper_container .radio:hover input:checked+span:after {
    -webkit-transform: scale(.4);
    transform: scale(.4)
}

.sniper_container .results {
    border-radius: 3.5px;
    box-shadow: 2px 2px 3px rgba(0,0,0,.2),-2px -2px 3px rgba(0,0,0,.08);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 20px;
    padding: 10px;
    width: 100%
}

.sniper_container .results>span {
    color: #bfd2ff;
    display: inline-block;
    margin: 10px 5px 10px 0
}

.sniper_container .length {
    background-color: #24263a;
    border-radius: 50%;
    display: inline-block;
    font-family: Poppins;
    height: 25px;
    text-align: center;
    width: 25px
}

.sniper_container .results>div {
    border-radius: 3.5px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px
}

.sniper_container .results .arbalist {
    border: 2px solid #9f79ff;
    border: 2px solid var(--arbalist);
    box-sizing: border-box;
    color: #9f79ff;
    color: var(--arbalist);
    width: 100%
}

.sniper_container .results>.arbalist>.cc {
    background: #9f79ff;
    background: var(--arbalist);
    color: #fff;
    padding: 10px 20px
}

.sniper_container .results .sorcerer {
    border: 2px solid #79afff;
    border: 2px solid var(--sorcerer);
    box-sizing: border-box;
    color: #79afff;
    color: var(--sorcerer);
    width: 100%
}

.sniper_container .results>.sorcerer>.cc {
    background: #79afff;
    background: var(--sorcerer);
    color: #fff;
    padding: 10px 20px
}

.sniper_container .results .taoist {
    border: 2px solid #ef79ff;
    border: 2px solid var(--taoist);
    box-sizing: border-box;
    color: #ef79ff;
    color: var(--taoist);
    width: 100%
}

.sniper_container .results>.taoist>.cc {
    background: #ef79ff;
    background: var(--taoist);
    color: #fff;
    padding: 10px 20px
}

.sniper_container .results .warrior {
    border: 2px solid #30c58c;
    border: 2px solid var(--warrior);
    box-sizing: border-box;
    color: #30c58c;
    color: var(--warrior);
    width: 100%
}

.sniper_container .results>.warrior>.cc {
    background: #30c58c;
    background: var(--warrior);
    color: #fff;
    padding: 10px 20px
}

.sniper_container .results .lancer {
    border: 2px solid #f34545;
    border: 2px solid var(--lancer);
    box-sizing: border-box;
    color: #f34545;
    color: var(--lancer);
    width: 100%
}

.sniper_container .results>.lancer>.cc {
    background: #f34545;
    background: var(--lancer);
    color: #fff;
    padding: 10px 20px
}

.sniper_container .results>div>.cc>i {
    margin-right: 10px
}

.sniper_container .results>div>.value {
    padding: 10px
}

.sniper_container .results-arbalist {
    border-left: 3px solid #9f79ff;
    border-left: 3px solid var(--arbalist);
    display: none
}

.sniper_container .results-taoist {
    border-left: 3px solid #ef79ff;
    border-left: 3px solid var(--taoist);
    display: none
}

.sniper_container .results-sorcerer {
    border-left: 3px solid #79afff;
    border-left: 3px solid var(--sorcerer);
    display: none
}

.sniper_container .results-warrior {
    border-left: 3px solid #30c58c;
    border-left: 3px solid var(--warrior);
    display: none
}

.sniper_container .results-lancer {
    border-left: 3px solid #f34545;
    border-left: 3px solid var(--lancer);
    display: none
}

.sniper_container .svg_custom {
    align-self: center;
    display: inline-flex;
    height: 1em;
    position: relative;
    top: .125em;
    width: 1em
}

:root {
    --arbalist: #9f79ff;
    --taoist: #ef79ff;
    --sorcerer: #79afff;
    --warrior: #30c58c;
    --lancer: #f34545;
    --distance: 400px
}

@media(max-width: 1920px) {
    :root {
        --distance:200px
    }
}

@media(max-width: 992px) {
    :root {
        --distance:40px
    }
}

@media(max-width: 567px) {
    :root {
        --distance:10px
    }
}

:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --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-toast-width: 320px;
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --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__toast-container {
    box-sizing: border-box;
    color: #fff;
    padding: 4px;
    position: fixed;
    -webkit-transform: translate3d(0,0,9999 px);
    -webkit-transform: translate3d(0,0,var(--toastify-z-index) px);
    width: 320px;
    width: var(--toastify-toast-width);
    z-index: 9999;
    z-index: var(--toastify-z-index)
}

.Toastify__toast-container--top-left {
    left: 1em;
    top: 1em
}

.Toastify__toast-container--top-center {
    left: 50%;
    top: 1em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.Toastify__toast-container--top-right {
    right: 1em;
    top: 1em
}

.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em
}

.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em
}

@media only screen and (max-width: 480px) {
    .Toastify__toast-container {
        left:0;
        margin: 0;
        padding: 0;
        width: 100vw
    }

    .Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right {
        top: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right {
        bottom: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .Toastify__toast-container--rtl {
        left: auto;
        right: 0
    }
}

.Toastify__toast {
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);
    box-sizing: border-box;
    cursor: pointer;
    direction: ltr;
    display: flex;
    font-family: sans-serif;
    font-family: var(--toastify-font-family);
    justify-content: space-between;
    margin-bottom: 1rem;
    max-height: 800px;
    max-height: var(--toastify-toast-max-height);
    min-height: 64px;
    min-height: var(--toastify-toast-min-height);
    overflow: hidden;
    padding: 8px;
    position: relative
}

.Toastify__toast--rtl {
    direction: rtl
}

.Toastify__toast-body {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    margin: auto 0;
    padding: 6px
}

.Toastify__toast-body>div:last-child {
    flex: 1 1
}

.Toastify__toast-icon {
    -webkit-margin-end: 10px;
    display: flex;
    flex-shrink: 0;
    margin-inline-end:10px;width: 20px
}

.Toastify--animate {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.Toastify--animate-icon {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media only screen and (max-width: 480px) {
    .Toastify__toast {
        border-radius:0;
        margin-bottom: 0
    }
}

.Toastify__toast-theme--dark {
    background: #121212;
    background: var(--toastify-color-dark);
    color: #fff;
    color: var(--toastify-text-color-dark)
}

.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light {
    background: #fff;
    background: var(--toastify-color-light);
    color: #757575;
    color: var(--toastify-text-color-light)
}

.Toastify__toast-theme--colored.Toastify__toast--info {
    background: #3498db;
    background: var(--toastify-color-info);
    color: #fff;
    color: var(--toastify-text-color-info)
}

.Toastify__toast-theme--colored.Toastify__toast--success {
    background: #07bc0c;
    background: var(--toastify-color-success);
    color: #fff;
    color: var(--toastify-text-color-success)
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
    background: #f1c40f;
    background: var(--toastify-color-warning);
    color: #fff;
    color: var(--toastify-text-color-warning)
}

.Toastify__toast-theme--colored.Toastify__toast--error {
    background: #e74c3c;
    background: var(--toastify-color-error);
    color: #fff;
    color: var(--toastify-text-color-error)
}

.Toastify__progress-bar-theme--light {
    background: linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);
    background: var(--toastify-color-progress-light)
}

.Toastify__progress-bar-theme--dark {
    background: #bb86fc;
    background: var(--toastify-color-progress-dark)
}

.Toastify__progress-bar--info {
    background: #3498db;
    background: var(--toastify-color-progress-info)
}

.Toastify__progress-bar--success {
    background: #07bc0c;
    background: var(--toastify-color-progress-success)
}

.Toastify__progress-bar--warning {
    background: #f1c40f;
    background: var(--toastify-color-progress-warning)
}

.Toastify__progress-bar--error {
    background: #e74c3c;
    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: hsla(0,0%,100%,.7);
    background: var(--toastify-color-transparent)
}

.Toastify__close-button {
    align-self: flex-start;
    background: 0 0;
    border: none;
    color: #fff;
    cursor: pointer;
    opacity: .7;
    outline: none;
    padding: 0;
    transition: .3s ease
}

.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
}

@-webkit-keyframes Toastify__trackProgress {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

@keyframes Toastify__trackProgress {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

.Toastify__progress-bar {
    bottom: 0;
    height: 5px;
    left: 0;
    opacity: .7;
    position: absolute;
    -webkit-transform-origin: left;
    transform-origin: left;
    width: 100%;
    z-index: 9999;
    z-index: var(--toastify-z-index)
}

.Toastify__progress-bar--animated {
    -webkit-animation: Toastify__trackProgress linear 1 forwards;
    animation: Toastify__trackProgress linear 1 forwards
}

.Toastify__progress-bar--controlled {
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

.Toastify__progress-bar--rtl {
    left: auto;
    right: 0;
    -webkit-transform-origin: right;
    transform-origin: right
}

.Toastify__spinner {
    -webkit-animation: Toastify__spin .65s linear infinite;
    animation: Toastify__spin .65s linear infinite;
    border: 2px solid #e0e0e0;
    border-radius: 100%;
    border-right: 2px solid var(--toastify-spinner-color);
    box-sizing: border-box;
    height: 20px;
    width: 20px
}

@-webkit-keyframes Toastify__bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes Toastify__bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@-webkit-keyframes Toastify__bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes Toastify__bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@-webkit-keyframes Toastify__bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes Toastify__bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@-webkit-keyframes Toastify__bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes Toastify__bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes Toastify__bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes Toastify__bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left {
    -webkit-animation-name: Toastify__bounceInLeft;
    animation-name: Toastify__bounceInLeft
}

.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right {
    -webkit-animation-name: Toastify__bounceInRight;
    animation-name: Toastify__bounceInRight
}

.Toastify__bounce-enter--top-center {
    -webkit-animation-name: Toastify__bounceInDown;
    animation-name: Toastify__bounceInDown
}

.Toastify__bounce-enter--bottom-center {
    -webkit-animation-name: Toastify__bounceInUp;
    animation-name: Toastify__bounceInUp
}

.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left {
    -webkit-animation-name: Toastify__bounceOutLeft;
    animation-name: Toastify__bounceOutLeft
}

.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right {
    -webkit-animation-name: Toastify__bounceOutRight;
    animation-name: Toastify__bounceOutRight
}

.Toastify__bounce-exit--top-center {
    -webkit-animation-name: Toastify__bounceOutUp;
    animation-name: Toastify__bounceOutUp
}

.Toastify__bounce-exit--bottom-center {
    -webkit-animation-name: Toastify__bounceOutDown;
    animation-name: Toastify__bounceOutDown
}

@-webkit-keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.Toastify__zoom-enter {
    -webkit-animation-name: Toastify__zoomIn;
    animation-name: Toastify__zoomIn
}

.Toastify__zoom-exit {
    -webkit-animation-name: Toastify__zoomOut;
    animation-name: Toastify__zoomOut
}

@-webkit-keyframes Toastify__flipIn {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes Toastify__flipIn {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes Toastify__flipOut {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes Toastify__flipOut {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

.Toastify__flip-enter {
    -webkit-animation-name: Toastify__flipIn;
    animation-name: Toastify__flipIn
}

.Toastify__flip-exit {
    -webkit-animation-name: Toastify__flipOut;
    animation-name: Toastify__flipOut
}

@-webkit-keyframes Toastify__slideInRight {
    0% {
        -webkit-transform: translate3d(110%,0,0);
        transform: translate3d(110%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInRight {
    0% {
        -webkit-transform: translate3d(110%,0,0);
        transform: translate3d(110%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideInLeft {
    0% {
        -webkit-transform: translate3d(-110%,0,0);
        transform: translate3d(-110%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInLeft {
    0% {
        -webkit-transform: translate3d(-110%,0,0);
        transform: translate3d(-110%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideInUp {
    0% {
        -webkit-transform: translate3d(0,110%,0);
        transform: translate3d(0,110%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInUp {
    0% {
        -webkit-transform: translate3d(0,110%,0);
        transform: translate3d(0,110%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideInDown {
    0% {
        -webkit-transform: translate3d(0,-110%,0);
        transform: translate3d(0,-110%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInDown {
    0% {
        -webkit-transform: translate3d(0,-110%,0);
        transform: translate3d(0,-110%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(110%,0,0);
        transform: translate3d(110%,0,0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(110%,0,0);
        transform: translate3d(110%,0,0);
        visibility: hidden
    }
}

@-webkit-keyframes Toastify__slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-110%,0,0);
        transform: translate3d(-110%,0,0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-110%,0,0);
        transform: translate3d(-110%,0,0);
        visibility: hidden
    }
}

@-webkit-keyframes Toastify__slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0,500px,0);
        transform: translate3d(0,500px,0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0,500px,0);
        transform: translate3d(0,500px,0);
        visibility: hidden
    }
}

@-webkit-keyframes Toastify__slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0,-500px,0);
        transform: translate3d(0,-500px,0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0,-500px,0);
        transform: translate3d(0,-500px,0);
        visibility: hidden
    }
}

.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left {
    -webkit-animation-name: Toastify__slideInLeft;
    animation-name: Toastify__slideInLeft
}

.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right {
    -webkit-animation-name: Toastify__slideInRight;
    animation-name: Toastify__slideInRight
}

.Toastify__slide-enter--top-center {
    -webkit-animation-name: Toastify__slideInDown;
    animation-name: Toastify__slideInDown
}

.Toastify__slide-enter--bottom-center {
    -webkit-animation-name: Toastify__slideInUp;
    animation-name: Toastify__slideInUp
}

.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left {
    -webkit-animation-name: Toastify__slideOutLeft;
    animation-name: Toastify__slideOutLeft
}

.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right {
    -webkit-animation-name: Toastify__slideOutRight;
    animation-name: Toastify__slideOutRight
}

.Toastify__slide-exit--top-center {
    -webkit-animation-name: Toastify__slideOutUp;
    animation-name: Toastify__slideOutUp
}

.Toastify__slide-exit--bottom-center {
    -webkit-animation-name: Toastify__slideOutDown;
    animation-name: Toastify__slideOutDown
}

@-webkit-keyframes Toastify__spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes Toastify__spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.dashboard-container {
    padding-top: 100px
}

.dashboard-container .main-text {
    color: var(--global);
    font-size: 20px;
    padding: 50px var(--distance);
    position: absolute
}

.items {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding: 100px var(--distance);
    width: unset
}

.box {
    background: #24263a;
    border-radius: 26px;
    box-shadow: 0 0 4px rgba(0,0,0,.25);
    float: left;
    margin: 10px;
    padding: 60px 60px 40px;
    text-align: center
}

.box:hover {
    cursor: pointer
}

.box:hover h3 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg,#b294ff,#57e6e6,#feffb8,#57e6e6,#b294ff,#57e6e6);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 500% auto
}

.box:hover button,.box:hover h3 {
    -webkit-animation: gradient 3s linear infinite;
    animation: gradient 3s linear infinite
}

.box:hover button {
    background: linear-gradient(90deg,#b294ff,#57e6e6,#feffb8,#57e6e6,#b294ff,#57e6e6);
    background-size: 500% auto;
    border: linear-gradient(90deg,#b294ff,#57e6e6,#feffb8,#57e6e6,#b294ff,#57e6e6);
    color: #000;
    cursor: pointer
}

.box .border {
    background: #141518;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: block;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0,0,0,.25));
    filter: drop-shadow(0 4px 4px rgba(0,0,0,.25));
    margin: -30px auto 0;
    overflow: hidden
}

.box .border,.box img {
    height: 150px;
    width: 150px
}

.box img {
    object-fit: contain
}

.box h3 {
    color: var(--global);
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
    text-shadow: 0 4px 4px rgba(0,0,0,.25)
}

.box p {
    color: #c1c1c1;
    font-size: 15px;
    inline-size: 220px;
    margin-bottom: 20px;
    overflow-wrap: break-word
}

.box button {
    background-color: #1d1e2c;
    border: 4px solid #1d1e2c;
    border-radius: 62px;
    box-sizing: border-box;
    color: #fff;
    padding: 5px 20px
}

.profile-customization {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 100px var(--distance);
    width: unset
}

.profile-customization h3 {
    color: var(--global);
    font-size: 20px;
    margin-top: 15px;
    text-shadow: 0 4px 4px rgba(0,0,0,.25)
}

.profile-customization .subtitle-main {
    color: #6577a0;
    font-weight: 500
}

.profile-customization .subtitle-secondary {
    color: #6577a0;
    font-weight: 500;
    margin-top: 30px
}

.row:first-child {
    padding: 40px 30px
}

.row span {
    display: inline-block;
    margin: 14px 20px 0 0;
    position: relative
}

.balloon.large {
    width: 510px
}

.balloon {
    background: #24263a;
    border: 0;
    border-radius: 3px;
    color: var(--global);
    display: inline-block;
    font-family: Poppins,sans;
    font-size: 15px;
    font-weight: 400;
    outline: 0;
    padding: 10px 0 10px 15px;
    text-indent: 35px;
    transition: all .3s ease-in-out;
    width: 245px
}

.balloon::-webkit-input-placeholder {
    color: #5f638f;
    font-weight: 300;
    text-indent: 30
}

.balloon+label {
    background: transparent;
    border-radius: 3px;
    bottom: 8px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    left: 0;
    padding: 5px 15px;
    text-shadow: 0 1px 0 transparent;
    text-transform: uppercase;
    top: 8px
}

.balloon+label,.balloon+label:after {
    position: absolute;
    transition: all .3s ease-in-out
}

.balloon+label:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -3px;
    top: 100%;
    width: 0
}

.balloon:active,.balloon:focus {
    background: #24263a;
    color: var(--global);
    font-family: Poppins;
    font-size: 14px;
    text-indent: 0
}

.balloon:active::-webkit-input-placeholder,.balloon:focus::-webkit-input-placeholder {
    color: #5f638f
}

.balloon:active+label,.balloon:focus+label {
    background: #9952c9;
    color: #fff;
    text-shadow: 0 1px 0 rgba(153,82,201,.4);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

.balloon:active+label:after,.balloon:focus+label:after {
    border-top: 4px solid #9952c9
}

.balloon.large.instagram:active+label,.balloon.large.instagram:focus+label {
    background: #c13584;
    text-shadow: 0 1px 0 rgba(193,53,132,.4)
}

.balloon.large.instagram:active+label:after,.balloon.large.instagram:focus+label:after {
    border-top: 4px solid #c13584
}

.balloon.large.spotify:active+label,.balloon.large.spotify:focus+label {
    background: #1db954;
    text-shadow: 0 1px 0 rgba(29,185,84,.4)
}

.balloon.large.spotify:active+label:after,.balloon.large.spotify:focus+label:after {
    border-top: 4px solid #1db954
}

.balloon.large.error {
    border: 1px solid #e04848;
    color: #e04848
}

.balloon.large.steam:active+label,.balloon.large.steam:focus+label {
    background: #315775;
    text-shadow: 0 1px 0 rgba(49,87,117,.4)
}

.balloon.large.steam:active+label:after,.balloon.large.steam:focus+label:after {
    border-top: 4px solid #315775
}

.row svg {
    fill: #fff;
    height: 18px;
    width: 18px
}

.profile-customization input {
    text-overflow: ellipsis
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.profile-customization button {
    background: 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .1rem;
    margin-top: 60px;
    padding: 1rem 3rem;
    position: relative;
    text-transform: uppercase;
    transition: .2s;
    width: 510px
}

.profile-customization button:hover {
    -webkit-animation: box 3s infinite;
    animation: box 3s infinite;
    background: var(--clr);
    border-radius: 7px;
    color: var(--clr);
    letter-spacing: .2rem;
    padding: 1.1rem 3.1rem
}

.profile-customization button:before {
    background: #171824;
    border-radius: 7px;
    content: "";
    inset: 2px;
    position: absolute
}

.profile-customization button span {
    position: relative;
    z-index: 1
}

.profile-customization button i {
    display: block;
    inset: 0;
    position: absolute
}

.profile-customization button i:before {
    background: #171824;
    border: 2px solid var(--clr);
    content: "";
    height: 2px;
    left: 80%;
    position: absolute;
    top: -2px;
    transition: 4s;
    width: 10px
}

.profile-customization button:hover i:before {
    -webkit-animation: move 3s infinite;
    animation: move 3s infinite;
    left: 20%;
    width: 15px
}

.profile-customization button i:after {
    background: #171824;
    border: 2px solid var(--clr);
    bottom: -2px;
    content: "";
    height: 2px;
    left: 20%;
    position: absolute;
    transition: 4s;
    width: 10px
}

.profile-customization button:hover i:after {
    -webkit-animation: move 3s infinite;
    animation: move 3s infinite;
    left: 80%;
    width: 15px
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes box {
    0% {
        box-shadow: #27272c
    }

    50% {
        box-shadow: 0 0 25px var(--clr)
    }

    to {
        box-shadow: #27272c
    }
}

@keyframes box {
    0% {
        box-shadow: #27272c
    }

    50% {
        box-shadow: 0 0 25px var(--clr)
    }

    to {
        box-shadow: #27272c
    }
}
