html,
body {
    overflow-x: hidden;
    font-family: 'Kanit', sans-serif;
}

body {
    background-image: url('../images/bgd.jpg?v2');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    
}

.body {
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
    background-image: linear-gradient(#42A4FF, #0A4276);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-image: url('../images/bgmobile1.png?v2');
}

.navbar {
    position: relative;
    width: 100%;
    background-image: linear-gradient(to right, #42A4FF, #0A4276);
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 10px 15px;
}

.navbar div img {
    height: 100px;
}

.navbar .menu a,
.navbar .logout a {
    font-size: 25px;
    color: #FFF;
    text-decoration: #FFF;
    display: flex;
}

.navbar .menu a i,
.navbar .logout a i,
.navbar .menu a span,
.navbar .logout a span {
    width: 100%;
}

.navbar .bg-black {
    background-color: #111111;
    height: 0vh;
    width: 0vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.navbar .list-menu {
    z-index: 101;
    position: absolute;
    top: 0px;
    right: -100%;
    color: #FFF;
    background: linear-gradient(181.56deg, #42A4FF 1.05%, #0A4276 99.06%);
    height: 100vh;
    width: 100%;
    transition: all .5s;
    padding-top: 40px;
}

.navbar .list-menu .btn-close {
    background-color: transparent;
    border: 0;
    font-size: 30px;
    color: #FFF;
}

.navbar .list-menu ul {
    list-style: none;
    padding: 15px 0;
}

.navbar .list-menu ul li {
    padding: 15px;
    background: #3B94E7;
    border-radius: 10px;
    margin-bottom: 15px;
}

.navbar .list-menu ul li a {
    font-size: 16px;
    flex-wrap: nowrap;
    align-items: center;
}

.navbar .list-menu ul li a i {
    width: auto;
    margin-right: 5px;
    font-size: 24px;
}

.btn-profile {
    background: linear-gradient(225.98deg, #FFAD32 0%, #C44AEF 104.67%);
    border-radius: 8px;
    color: #FFF;
}

.btn-profile-deposit {
    background: linear-gradient(263.24deg, #42A4FF 0%, #5AE1FF 100%);
    border-radius: 10px;
    padding: 25px 30px;
    color: #FFF;
}

.btn-profile-withdraw {
    background: linear-gradient(225.98deg, #FFEA32 0%, #EF674A 104.67%);
    border-radius: 10px;
    padding: 25px 30px;
    color: #FFF;
}

.navbar.open .bg-black {
    height: 100vh;
    width: 100vh;
}

.navbar.open .list-menu {
    right: 0;
}

.news {
    width: 100%;
    background: #68B7FF;
    display: flex;
    flex-wrap: nowrap;
    padding: 5px 15px;
}

.news .icon-marquee {
    color: #FFF;
    width: 50px;
    text-align: center;
}

.news .marquee {
    color: #FFF;
    width: 100%;
}

.content {
    padding: 15px 30px;
    color: #FFF;
}

.bg-card {
    background-image: linear-gradient(#151515, #151515);
    border-radius: 20px;
    border: 1px #af9743 solid;
}

.bg-card-deposit {
    background-color: #000;
    border-radius: 20px;
    border: 1px #af9743 solid;
}

.d-profile {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.d-profile .credit {
    width: 70%;
}

.d-profile .credit .amount {
    border-radius: 40px;
    background-color: #000;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 15px;
}

.d-profile .credit .amount i {
    font-size: 1.25rem;
}

.d-profile .credit .amount span {
    color: #ffd800;
    font-weight: bold;
    font-size: 1.25rem;
}

.d-profile .profile {
    width: 30%;
    font-size: 36px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
}

.d-profile .profile i,
.d-profile .profile span {
    width: 100%;
}

.d-profile .profile a {
    margin: 0 auto;
    line-height: 0px;
    color: #FFF;
}

.button-main {
    position: relative;
}

.button-main a img {
    width: 100%;
}

.button-main a img.img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.button-main a:hover img.img-top {
    display: inline;
}


/* -- -- -- -- --*/

.button-main button {
    padding: 0;
    border: 0;
    background-color: transparent;
}

.button-main button img {
    width: 100%;
}

.button-main button img.img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.button-main button:hover img.img-top {
    display: inline;
}

.button-main .notifications {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 18px;
    z-index: 3;
}

.menu-btn {
    position: fixed;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
    z-index: 20;
}

.menu-btn .list-btn {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-around;
}

.menu-btn .list-btn li {
    text-align: center;
    padding: 5px;
    width: 20%;
}

.menu-btn .list-btn li a {
    display: grid;
    grid-row: 2;
    text-decoration: none;
    color: #FFF;
}

.menu-btn .list-btn li a.item i {
    font-size: 1.5rem;
}

.menu-btn .list-btn li a span {
    font-size: 0.75rem;
}

.menu-btn .list-btn li a.btn-play {
    position: relative;
    text-align: center;
}

.menu-btn .list-btn li a.btn-play .play {
    background-image: linear-gradient(#000, #000);
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border: 1px #af9743 solid;
    animation: mymove 2s infinite;
}

@keyframes mymove {
    0% {
        box-shadow: #d9b118 0px 7px 29px 0px;
    }
    50% {
        box-shadow: #d9b118 0px 7px 29px 8px;
    }
    100% {
        box-shadow: #d9b118 0px 7px 29px 0px;
    }
}

.menu-btn .list-btn li a.btn-play .text {
    position: absolute;
    top: 25px;
    width: 100%;
}

@media only screen and (min-width: 720px) {
    .menu-btn .list-btn li a.item i {
        font-size: 2.25rem;
    }
    .menu-btn .list-btn li a span {
        font-size: 1.25rem;
    }
    .menu-btn .list-btn li a.btn-play .text {
        top: 36px;
    }
    .menu-btn .list-btn li a.btn-play .play {
        top: -40px;
        width: 65px;
        height: 65px;
    }
}

.deposit .description-deposit {
    display: flex;
    flex-wrap: nowrap;
}

.deposit .description-deposit .logo-bank {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deposit .description-deposit .logo-bank img {
    width: 100%;
    max-width: 100px;
}

.deposit .description-deposit .detail-bank {
    width: 75%;
    padding: 10px;
    display: flex;
    align-items: center;
}

.deposit .description-deposit .detail-bank ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.deposit .description-profile {
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    background-color: #001532;
    padding: 15px;
    border-radius: 100px;
}

.deposit .description-profile .logo-bank {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deposit .description-profile .logo-bank img {
    width: 100%;
    max-width: 100px;
}

.deposit .description-profile .detail-bank {
    width: 75%;
    padding: 10px;
    display: flex;
    align-items: center;
}

.deposit .description-profile .detail-bank ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.deposit .about {
    font-size: 14px;
}

.btn-login {
    color: #FFF;
    text-decoration: #FFF;
    background-image: linear-gradient(to top right, #C44AEF, #FFAD32);
}

.btn-withdraw {
    color: #FFF;
    text-decoration: #FFF;
    background-image: linear-gradient(to top right, #EF674A, #FFEA32);
}



.btn-copy {
    border-radius: 40px;
    border: 1px #d9b118 solid;
    background-image: linear-gradient(#d9b118, #8d5d11);
    color: #FFF;
    padding: 5px 10px;
    text-decoration: #FFF;
}

.btn-copy:hover {
    color: #FFF;
}

.btn-copy2 {
    border-radius: 15px;
    border: 1px #d9b118 solid;
    background-image: linear-gradient(#d9b118, #8d5d11);
    color: #FFF;
    padding: 5px 10px;
}

.btn-copy2 span {
    color: #ffd800;
    font-weight: bold;
    font-size: 1.25rem;
}

.input-withdraw {
    padding: 5px 15px;
    background-color: #001532;
    border: none;
    color: #FFF;
    font-size: 20px;
}

.login {
    background-image: linear-gradient(#000, #333);
    border-radius: 20px;
    border: 1px #1b1b1b solid;
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
}

.form-login-input {
    background-color: #FFF;
    border: none;
    border-radius: 40px;
    padding: 5px 15px;
    color: #000;
    width: 100%;
}

.form-login-input:focus {
    border: #d9b118 1px solid;
    box-shadow: #d9b118 0px 7px 29px 0px;
}

.alert-msg .modal-content {
    background-image: linear-gradient(#222, #000);
    color: #FFF;
    border-radius: 0.75rem;
}

.alert-msg .modal-body .text-success {
    color: rgb(190, 255, 217);
    font-size: 120px;
}

.alert-msg .modal-header,
.alert-msg .modal-footer {
    border: 0;
}

.alert-msg .modal-header,
.modal-footer {
    justify-content: center;
}

.group-login-input {
    display: flex;
    flex-wrap: nowrap;
}

.group-login-input .group-login-input-append {
    display: flex;
}

.group-login-input .form-login-input {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.group-login-input .group-login-input-append button.show-password {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    background-image: linear-gradient(to top right, #C44AEF, #FFAD32);
    border: 0;
    color: #FFF;
}

.group-login-input .group-login-input-append button.show-password:hover {
    background-image: linear-gradient(to top right, #FFAD32, #C44AEF);
}

#popup_countdown {
    position: fixed;
    bottom: 85px;
    right: 15px;
    background-color: #ff462d;
    color: #FFF;
    padding: 10px;
    border-radius: 6px;
}

.list-bonus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    border: 1px solid #0082eb;
    border-radius: 8px;
}

.list-bonus .detail {
    width: 33.33%;
}

.list-bonus .detail:nth-last-child(1) {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
    line-height: 8px;
}

.list-bonus .detail:nth-last-child(1) .success-date {
    font-size: 12px;
    width: 100%;
}

.list-bonus .detail .amount {
    color: #fad401;
    font-size: 22px;
    line-height: 1;
}

.list-bonus .detail .date {
    font-size: 12px;
}

#change_password .form-login-input {
    border: none;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 5px 15px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    iframe#launcher {
        bottom: 50px !important;
    }
}

.container-menu {
    background-color: #1d082f;
    border-radius: 16px;
    padding: 0 10px 10px 10px;
}

.transfer {
    background-color: #333;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-out;
    padding: 0;
}

.transfer.show {
    max-height: none;
    overflow: visible;
    max-height: 1000px;
}

.list-game,
.list-game-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-game>div:nth-child(1).list-game>div:nth-child(3) {
    width: 25%;
}

.list-game>div:nth-child(2) {
    width: 50%;
}

.list-game>div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
}

.list-game>div:nth-child(1)>img,
.list-game>div:nth-child(1)>a>img {
    height: 50px;
}

.btn-tranin {
    background-image: linear-gradient(#34ac00, #135700);
    color: #FFF;
    border: 1px #07a300 solid;
    border-radius: 6px;
}

.btn-tranin:hover {
    background-image: linear-gradient(#135700, #34ac00);
}

.btn-tranout {
    background-image: linear-gradient(#008efc, #003179);
    color: #FFF;
    border: 1px #0085f1 solid;
    border-radius: 6px;
}

.btn-tranout:hover {
    background-image: linear-gradient(#003179, #008efc);
}

.btn-tranout2 {
    background-image: linear-gradient(#e10000, #800808);
    color: #FFF;
    border: 1px #ff0000 solid;
    border-radius: 6px;
    padding: 5px 10px;
}

.btn-tranout2:hover {
    background-image: linear-gradient(#800808, #e10000);
}

.close-tran {
    background-image: linear-gradient(#e10000, #800808);
    color: #FFF;
    border: 1px #ff0000 solid;
    border-radius: 40px;
    padding: 5px 10px;
}

.close-tran:hover {
    background-image: linear-gradient(#800808, #e10000);
}

.btn-tranall {
    background-image: linear-gradient(#fecb00, #a87400);
    border: 1px #ffcc00 solid;
}

.btn-tranall:hover {
    background-image: linear-gradient(#a87400, #fecb00);
}

.button-transfer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-transfer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 200vh;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0 15px;
}

.popup-transfer.show {
    display: block;
    z-index: 100;
}

.popup-transfer>.container-popup {
    margin: 100px auto;
    width: 100%;
    max-width: 570px;
    background-color: #111111;
    border-radius: 16px;
    padding-bottom: 20px;
}

.popup-transfer>.container-popup>.popup-header {
    padding: 10px 15px;
    background-color: #222;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.popup-transfer>.container-popup>.popup-header>button.close-popup {
    border: 0;
    background-color: transparent;
    color: #FFF;
}

.popup-transfer>.container-popup>.popup-body>.info-wallet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.popup-transfer>.container-popup>.popup-body>.info-wallet>div:nth-child(1),
.popup-transfer>.container-popup>.popup-body>.info-wallet>div:nth-child(3) {
    width: 45%;
    font-size: 28px;
    padding: 0 10px;
    position: relative;
}

.popup-transfer>.container-popup>.popup-body>.info-wallet>div>div>button {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(10%);
    border: 0;
    background-color: transparent;
    color: #FFF;
    font-size: 22px;
}

.popup-transfer>.container-popup>.popup-body>.info-wallet>div:nth-child(2) {
    width: 10%;
    font-size: 24px;
}

.popup-transfer>.container-popup>.popup-body>.info-wallet>div>div {
    background-color: #10356f;
    border-radius: 40px;
}

.popup-transfer>.container-popup>.popup-body .btn-playgame {
    background-image: linear-gradient(#008efc, #003179);
    color: #FFF;
    border: 1px #0085f1 solid;
    border-radius: 40px;
    padding: 5px 10px;
}

.popup-transfer>.container-popup>.popup-body .btn-playgame:hover {
    background-image: linear-gradient(#003179, #008efc);
}

.popup-transfer>.container-popup>.popup-body .popup-amount {
    color: #FFF;
    font-size: 20px;
    background-color: #00011a;
    border: 0;
    border-radius: 40px;
}

.game {
    width: 35%;
    display: flex;
}

.group-btn-transfer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.credit-game {
    width: 20%;
}

.loading {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 120px 15px;
    height: 200vh;
    width: 100%;
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.grayscale img {
    filter: grayscale(100%);
}

.list-friend {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .list-game>div:nth-child(1) {
        font-size: 16px;
    }
    .list-game>div:nth-child(1)>img,
    .list-game>div:nth-child(1)>a>img {
        height: 30px;
    }
    .popup-transfer>.container-popup {
        margin: 20px auto;
    }
    .popup-transfer>.container-popup>.popup-body>.info-wallet>div:nth-child(1),
    .popup-transfer>.container-popup>.popup-body>.info-wallet>div:nth-child(3) {
        font-size: 16px;
    }
    .popup-transfer>.container-popup>.popup-body>.info-wallet>div>div>button {
        font-size: 14px;
    }
    .popup-transfer>.container-popup>.popup-body>.info-wallet>div:nth-child(2) {
        width: 10%;
        font-size: 24px;
    }
    .btn-tranin.b {
        font-size: 10px;
    }
    .btn-tranout.b {
        font-size: 10px;
    }
    .close-tran.b {
        font-size: 12px;
        width: 90%;
    }
    .credit-game {
        font-size: 12px;
    }
}

.ami-1 {
    position: fixed;
    animation-duration: 18s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: move-1;
    width: 150px;
    margin-left: 50px;
}

@keyframes move-1 {
    0% {
        top: 100px;
        left: 50px
    }
    50% {
        top: 100px;
        left: 100px
    }
    100% {
        top: 100px;
        left: 50px
    }
}

.ami-2 {
    position: fixed;
    animation-duration: 16s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: move-2;
    width: 150px;
    margin-left: 50px;
}

@keyframes move-2 {
    0% {
        top: 300px;
        left: 200px
    }
    50% {
        top: 350px;
        left: 250px
    }
    100% {
        top: 300px;
        left: 200px
    }
}

.ami-3 {
    position: fixed;
    animation-duration: 20s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: move-3;
    width: 150px;
    margin-left: 50px;
}

@keyframes move-3 {
    0% {
        top: 700px;
        left: 100px
    }
    50% {
        top: 700px;
        left: 200px
    }
    100% {
        top: 700px;
        left: 100px
    }
}

.ami-4 {
    position: fixed;
    animation-duration: 12s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: move-4;
    width: 150px;
    margin-left: 50px;
}

@keyframes move-4 {
    0% {
        top: 100px;
        right: 50px
    }
    50% {
        top: 100px;
        right: 100px
    }
    100% {
        top: 100px;
        right: 50px
    }
}

.ami-5 {
    position: fixed;
    animation-duration: 15s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: move-5;
    width: 150px;
    margin-left: 50px;
}

@keyframes move-5 {
    0% {
        top: 800px;
        right: 250px
    }
    50% {
        top: 750px;
        right: 250px
    }
    100% {
        top: 800px;
        right: 250px
    }
}

@media only screen and (max-width: 600px) {
    .pp3 {
        padding: 0 15px;
    }
}

.fire {
    font-size: 15px;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    margin: 0 auto 0 auto;
    position: relative;
    top: 35px;
    width: 100%;
    height: 0;
    z-index: 1;
}

.fire .particle {
    animation: rise 1s ease-in infinite;
    background-image: radial-gradient(#ff5000 20%, rgba(255, 80, 0, 0) 70%);
    border-radius: 50%;
    mix-blend-mode: screen;
    opacity: 0;
    position: absolute;
    bottom: 0;
    width: 2em;
    height: 2em;
}

.fire .particle:nth-of-type(1) {
    animation-delay: 0.6523785478s;
    left: calc((100% - 2em) * 0);
}

.fire .particle:nth-of-type(2) {
    animation-delay: 0.8898883613s;
    left: calc((100% - 2em) * 0.02);
}

.fire .particle:nth-of-type(3) {
    animation-delay: 0.6348539757s;
    left: calc((100% - 2em) * 0.04);
}

.fire .particle:nth-of-type(4) {
    animation-delay: 0.0656398857s;
    left: calc((100% - 2em) * 0.06);
}

.fire .particle:nth-of-type(5) {
    animation-delay: 0.6976625428s;
    left: calc((100% - 2em) * 0.08);
}

.fire .particle:nth-of-type(6) {
    animation-delay: 0.1287382881s;
    left: calc((100% - 2em) * 0.1);
}

.fire .particle:nth-of-type(7) {
    animation-delay: 0.8684609599s;
    left: calc((100% - 2em) * 0.12);
}

.fire .particle:nth-of-type(8) {
    animation-delay: 0.6109848217s;
    left: calc((100% - 2em) * 0.14);
}

.fire .particle:nth-of-type(9) {
    animation-delay: 0.6058915901s;
    left: calc((100% - 2em) * 0.16);
}

.fire .particle:nth-of-type(10) {
    animation-delay: 0.7560576822s;
    left: calc((100% - 2em) * 0.18);
}

.fire .particle:nth-of-type(11) {
    animation-delay: 0.0035992062s;
    left: calc((100% - 2em) * 0.2);
}

.fire .particle:nth-of-type(12) {
    animation-delay: 0.92720768s;
    left: calc((100% - 2em) * 0.22);
}

.fire .particle:nth-of-type(13) {
    animation-delay: 0.9442245505s;
    left: calc((100% - 2em) * 0.24);
}

.fire .particle:nth-of-type(14) {
    animation-delay: 0.0633843007s;
    left: calc((100% - 2em) * 0.26);
}

.fire .particle:nth-of-type(15) {
    animation-delay: 0.3705812822s;
    left: calc((100% - 2em) * 0.28);
}

.fire .particle:nth-of-type(16) {
    animation-delay: 0.4936951131s;
    left: calc((100% - 2em) * 0.3);
}

.fire .particle:nth-of-type(17) {
    animation-delay: 0.0290413843s;
    left: calc((100% - 2em) * 0.32);
}

.fire .particle:nth-of-type(18) {
    animation-delay: 0.2343186834s;
    left: calc((100% - 2em) * 0.34);
}

.fire .particle:nth-of-type(19) {
    animation-delay: 0.8161440438s;
    left: calc((100% - 2em) * 0.36);
}

.fire .particle:nth-of-type(20) {
    animation-delay: 0.7627649127s;
    left: calc((100% - 2em) * 0.38);
}

.fire .particle:nth-of-type(21) {
    animation-delay: 0.1452376428s;
    left: calc((100% - 2em) * 0.4);
}

.fire .particle:nth-of-type(22) {
    animation-delay: 0.7950998656s;
    left: calc((100% - 2em) * 0.42);
}

.fire .particle:nth-of-type(23) {
    animation-delay: 0.2528882467s;
    left: calc((100% - 2em) * 0.44);
}

.fire .particle:nth-of-type(24) {
    animation-delay: 0.3243417562s;
    left: calc((100% - 2em) * 0.46);
}

.fire .particle:nth-of-type(25) {
    animation-delay: 0.6505724888s;
    left: calc((100% - 2em) * 0.48);
}

.fire .particle:nth-of-type(26) {
    animation-delay: 0.816665559s;
    left: calc((100% - 2em) * 0.5);
}

.fire .particle:nth-of-type(27) {
    animation-delay: 0.9137041153s;
    left: calc((100% - 2em) * 0.52);
}

.fire .particle:nth-of-type(28) {
    animation-delay: 0.0685182973s;
    left: calc((100% - 2em) * 0.54);
}

.fire .particle:nth-of-type(29) {
    animation-delay: 0.2249072503s;
    left: calc((100% - 2em) * 0.56);
}

.fire .particle:nth-of-type(30) {
    animation-delay: 0.2304870183s;
    left: calc((100% - 2em) * 0.58);
}

.fire .particle:nth-of-type(31) {
    animation-delay: 0.1783097511s;
    left: calc((100% - 2em) * 0.6);
}

.fire .particle:nth-of-type(32) {
    animation-delay: 0.4629578067s;
    left: calc((100% - 2em) * 0.62);
}

.fire .particle:nth-of-type(33) {
    animation-delay: 0.7203387597s;
    left: calc((100% - 2em) * 0.64);
}

.fire .particle:nth-of-type(34) {
    animation-delay: 0.6063287465s;
    left: calc((100% - 2em) * 0.66);
}

.fire .particle:nth-of-type(35) {
    animation-delay: 0.7070894485s;
    left: calc((100% - 2em) * 0.68);
}

.fire .particle:nth-of-type(36) {
    animation-delay: 0.2580615327s;
    left: calc((100% - 2em) * 0.7);
}

.fire .particle:nth-of-type(37) {
    animation-delay: 0.3489814464s;
    left: calc((100% - 2em) * 0.72);
}

.fire .particle:nth-of-type(38) {
    animation-delay: 0.3973718738s;
    left: calc((100% - 2em) * 0.74);
}

.fire .particle:nth-of-type(39) {
    animation-delay: 0.5999250254s;
    left: calc((100% - 2em) * 0.76);
}

.fire .particle:nth-of-type(40) {
    animation-delay: 0.4647399844s;
    left: calc((100% - 2em) * 0.78);
}

.fire .particle:nth-of-type(41) {
    animation-delay: 0.8284033036s;
    left: calc((100% - 2em) * 0.8);
}

.fire .particle:nth-of-type(42) {
    animation-delay: 0.5312298626s;
    left: calc((100% - 2em) * 0.82);
}

.fire .particle:nth-of-type(43) {
    animation-delay: 0.6264453764s;
    left: calc((100% - 2em) * 0.84);
}

.fire .particle:nth-of-type(44) {
    animation-delay: 0.7045750846s;
    left: calc((100% - 2em) * 0.86);
}

.fire .particle:nth-of-type(45) {
    animation-delay: 0.4736368042s;
    left: calc((100% - 2em) * 0.88);
}

.fire .particle:nth-of-type(46) {
    animation-delay: 0.1018723741s;
    left: calc((100% - 2em) * 0.9);
}

.fire .particle:nth-of-type(47) {
    animation-delay: 0.6331639548s;
    left: calc((100% - 2em) * 0.92);
}

.fire .particle:nth-of-type(48) {
    animation-delay: 0.3921424405s;
    left: calc((100% - 2em) * 0.94);
}

.fire .particle:nth-of-type(49) {
    animation-delay: 0.5014086558s;
    left: calc((100% - 2em) * 0.96);
}

.fire .particle:nth-of-type(50) {
    animation-delay: 0.9134624587s;
    left: calc((100% - 2em) * 0.98);
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(0) scale(1);
    }

    25% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translateY(-10em) scale(0);
    }
}