* {
    border: none;
    font-family: Poppins,sans-serif;
    font-size: 16px;
    margin: 0;
    outline: none;
    padding: 0
}

.test {
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: -1
}



.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: 0;
    padding: 15px var(--distance);
    position: fixed;
    top: 0;
    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
}

.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%
}

.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
    }
}

.UTL-Connie {
    margin: auto;
    position: absolute;
    top: 10px;
    right: 1790px;
}

.UTL-Connie img {
    height: 100px;
}

.UTL-Connie { 
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.UTL-Connie:hover {
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}

.Peridot {
    margin: auto;
    position: absolute;
    top: 150px;
    right: 1790px;
}

.Peridot img {
    height: 100px;
}

.Peridot { 
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.Peridot:hover {
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}

.Quinn {
    margin: auto;
    position: absolute;
    top: 300px;
    right: 1790px;
}

.Quinn img {
    height: 100px;
}

.Quinn { 
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.Quinn:hover {
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}

.Morango {
    margin: auto;
    position: absolute;
    top: 450px;
    right: 1790px;
}

.Morango img {
    height: 100px;
}

.Morango { 
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.Morango:hover {
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}

.discord-card {
    background: hsla(0, 0%, 5%, 0.9);
    border-radius: 20px;
    bottom: 0;
    height: 460px;
    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: 150px;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: 25px;
    right: -5px;
    width: 150px
}

.discord-avatar img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.discord-avatar { 
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.discord-avatar:hover {
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}

.discord-username1 {
    color: #fff;
    height: 40px;
    margin: auto;
    position: relative;
    text-align: center;
    top: -950px
}

.discord-username1 h3 {
    font-size: 19px;
}

.discord-username {
    color: #fff;
    height: 40px;
    margin: auto;
    position: relative;
    text-align: center;
    top: -450px

}

.discord-username h3 {
    font-size: 19px;
    margin-top: -5px
}

.badges {
    display: flex;
    justify-content: center;
    align-items: center; 
    position: relative;
    top: -400px;
}

.badges img{
    margin: 0px 0px 0px;
}

.nitro-badge img{
    width: 40px;
    height: 40px
}

.boost-badge img{
    width: 40px;
}

.flag-badge img{
    width: 40px;
    height: 40px;
}

.another-medias {
    display: flex;
    justify-content: center;
    align-items: center; 
    position: relative;
    top: 75px;
}

.another-medias svg {
    fill: #fff;
    height: 40px;
    margin: 0px 4px 0px;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}

.another-medias svg:hover {
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}

.another-medias #anilist:hover {
    fill: #3a80ec;
    cursor: pointer;
}

.another-medias #lastfm:hover {
    fill: #e00c0c;
    cursor: pointer;
}

.another-medias #spotify:hover {
    fill: #1ed760;
    cursor: pointer;
}

.another-medias #letterboxd:hover {
    fill: #FF8000;
    cursor: pointer;
}

.another-medias #steam:hover {
    fill: #292e37;
    cursor: pointer;
}

.spotify-github {
    display: flex;
    justify-content: center;
    align-items: center; 
    position: relative;
    top: -300px;
}

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
}

@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)
    }
}

.hover-link {
  position: relative;
  display: inline-block;
}

.hover-link .tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  -webkit-text-fill-color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  pointer-events: none;
  margin-top: 6px;
  z-index: 10;
}

.hover-link:hover .tooltip {
  visibility: visible;
  opacity: 10;
}