﻿.btn {
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    transition: all 0.2s ease-in-out;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-flex;
    justify-content: center;
    text-align: center;
}
.btn-primary {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    animation: gradient 5s ease infinite;
    color: #fff;
    background-size: 400% 400%;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #b3195b !important;
    border: none;
}
.btn-yellow {
    background: #fec756;
    color: #17212c;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
    background: #feb623 !important;
    border: none;
}
.btn-secondary {
    background: #f2f8ff;
    color: #e01f72;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: #bfddff !important;
    border: none;
}
.btn-logout {
    background: #d8eaff;
    color: #e01f72;
}
.btn-logout:focus,
.btn-logout:active {
    background: #e01f72;
    color: #fff;
}
.btn-purple {
    background: #f63669;
    color: #fff;
}
.btn-purple:hover {
    background: #ee0b47;
}
.btn-white {
    background: #fff;
    color: #17212c;
}
.btn-white:hover {
    background: #e6e6e6;
    color: #17212c;
}
.btn-outline-white {
    background: #fff;
    border: 1px solid #fff;
    color: #fff;
}
.btn-outline-white:hover {
    background: #e6e6e6;
}
.btn-play {
    border-radius: 100px;
    background: #e01f72;
    color: #fff;
    padding: 08px 24px;
}
.btn .disabled {
    opacity: 0.7;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.button-genre {
    background-color: #fff;
    line-height: normal;
    color: #949494 !important;
    font-size: 12px;
    font-weight: 400;
    border-radius: 8px;
    border: 1px solid #949494;
}
.button-genre.active {
    background-color: #e01f72 !important;
    border: 1px solid #e01f72;
    color: #fff !important;
    border-radius: 8px !important;
    font-size: 14px;
    font-weight: 400;
}
.button-genre i.purple {
    color: #ff2ed9;
}
.button-genre i.blue {
    color: #5ce4ff;
}
.button-genre i.green {
    color: #39ffc9;
}
.button-genre i.yellow {
    color: #ffd400;
}
.credit .btn-check:checked + label {
    background: #e01f72;
    color: #fff;
}
.credit .btn-check:disabled + .btn,
.credit .btn-check[disabled] + .btn {
    background: #ebebeb;
}
.floating-bottom {
    position: fixed;
    background: #f2f8ff;
    bottom: 0;
    width: 100%;
    padding: 14px 0;
}
.form-control,
.form-select {
    background-color: #fff;
    color: #17212c;
    border-radius: 10px;
    border: 1px solid #b3b3b3;
    font-size: 25px;
    padding: 2px;
    line-height: 1.5;
}
.form-control::placeholder,
.form-select::placeholder {
    color: #949494;
}
.form-control:focus,
.form-select:focus {
    background: #fff;
    border: 0;
    outline: 1px solid #e01f72;
    box-shadow: none;
    color: #e01f72;
}
.form-control.otp__digit,
.form-select.otp__digit {
    border-radius: 8px !important;
    font-size: 24px;
    text-align: center;
}
.form-control.otp__digit::-webkit-outer-spin-button,
.form-control.otp__digit::-webkit-inner-spin-button,
.form-select.otp__digit::-webkit-outer-spin-button,
.form-select.otp__digit::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-control.otp__digit[type="number"],
.form-select.otp__digit[type="number"] {
    -moz-appearance: textfield;
}
.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-label {
    font-size: 14px;
    color: #17212c;
    font-weight: 600;
}
.form-search:focus-within {
    border-radius: 100px;
    border: 0;
    outline: 1px solid #fff;
}
.form-search span {
    border-radius: 100px;
    background: #fff;
    border: 0;
    color: #fff;
}
.form-search .form-control {
    outline: none;
}
.form-search.search-home .form-control {
    background: rgba(255, 255, 255, 0.1);
}
.form-search.search-home .form-control::placeholder {
    color: #ccc;
}
.form-search.search-home span {
    background: rgba(255, 255, 255, 0.1);
    margin-left: 0 !important;
}
body {
    background: #f4f4f4;
    font-family: "Montserrat", sans-serif;
    color: #17212c;
    font-size: 12px;
}
.content {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 100vh;
    background: #fff;
}
.content .content-body .price h4 {
    color: #17212c;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.content .content-body .price h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    color: #e01f72;
}
.content .content-body .price span {
    font-size: 16px;
    color: #17212c;
    margin-left: 4px;
}
.content .content-menu {
    padding-top: 30px;
}
.logo {
    width: 150px;
}
h1.title {
    font-size: 24px;
    font-weight: 700;
}
a {
    text-decoration: none;
}
.fs-10 {
    font-size: 10px;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-24 {
    font-size: 24px;
}
.fs-32 {
    font-size: 32px;
}
.fs-40 {
    font-size: 40px;
}
.text-dark {
    color: #17212c !important;
}
.text-muted {
    color: #949494 !important;
}
.text-primary {
    color: #e01f72 !important;
}
.img-ava-50 {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}
i[class^="fi-rr-"]:before,
i[class*=" fi-rr-"]:before,
span[class^="fi-rr-"]:before,
span[class*="fi-rr-"]:before {
    line-height: inherit;
}
.section-banner {
    background: #c1dfff;
    padding: 14px 24px 0px 24px;
    position: relative;
    z-index: 0;
}
.section-banner::before {
    content: "";
    background-image: url("../img/element-wayang-big.png");
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    aspect-ratio: 182/349;
    z-index: 0;
}
.section-banner img {
    border-radius: 14px;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.36);
    z-index: 3;
    position: relative;
}
.section-banner .square-background {
    position: relative;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 50px;
    background: #ff2778;
    border-radius: 14px;
    z-index: -1;
    padding: 20px;
}
.section-banner .square-background-last {
    position: relative;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 50px;
    background: #c11b62;
    border-radius: 14px;
    z-index: -2;
    padding: 20px;
}
.content-desc {
    background: #fff;
    border-radius: 14px 14px 0 0;
    margin-top: -65px;
    padding-top: 24px;
    position: relative;
    z-index: 4;
    padding-bottom: 50;
}
.content-desc::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url("../img/line-waves.png");
    aspect-ratio: 375/233;
    z-index: -1;
}
.icon-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f2f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-circle i {
    color: #e01f72;
    font-size: 18px;
    margin-top: 1px;
}
.icon-circle-big {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #f2f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-circle-big i {
    color: #e01f72;
    font-size: 20px;
    margin-top: 1px;
}
.icon-circle-big.category {
    background: #e3f0ff;
}
.col-category {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.col-category h5 {
    font-size: 12px;
    margin-top: 4px;
    text-align: center;
    font-weight: 500;
    color: #17212c;
}
.rbt-item {
    margin-bottom: 8px;
}
.top-homepage {
    background: #e01f72;
    color: #fff;
    padding-top: 14px;
    padding-bottom: 0;
    border-radius: 0;
    position: relative;
    padding-block: 50px;
}
.top-homepage.banner {
    padding-block: 14px;
}
.top-homepage .logo-airpaysf {
    height: 37px;
}
.top-homepage::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    aspect-ratio: 85/107;
    background-image: url("../img/element-wayang.png");
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.top-homepage .name {
    margin-left: 14px;
}
.top-homepage .name h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.top-homepage .name span {
    font-size: 12px;
}
.credit-box {
    background: #d21c6a;
    border-radius: 10px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    margin-top: 24px;
    position: relative;
    z-index: 3;
}
.credit-box .value {
    margin-right: auto;
}
.credit-box .value span {
    font-size: 12px;
}
.credit-box .value h3 {
    font-weight: 700;
    font-size: 16px;
}
.link-internet {
    color: #17212c;
}
.name-package {
    margin-bottom: 18px;
}
.name-package h4 {
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 8px;
    font-weight: 600;
}
.name-package i {
    font-size: 16px;
    color: #e01f72;
}
.card-detail {
    border-radius: 8px;
    border-left: 5px solid #ff2778;
    background: #ffe2ed;
    padding: 14px;
}
.card-detail h4 {
    color: #17212c;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.card-detail h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    color: #e01f72;
}
.card-detail span {
    font-size: 16px;
    color: #17212c;
    margin-left: 12px;
}
.card-status {
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(166, 166, 166, 0.25);
    padding: 24px;
    display: grid;
    place-items: center;
    border-radius: 18px;
}
.card-status img {
    -webkit-animation: bounce 0.4s ease infinite alternate;
}
.card-status h3 {
    font-size: 32px;
    font-weight: 700;
    color: #e01f72;
}
.card-status p {
    font-size: 16px;
    color: #17212c;
    text-align: center;
}
@-webkit-keyframes bounce {
    0% {
        text-shadow: 0 5px 0 #ccc, 0 2px 3px #000;
    }
    100% {
        transform: translateY(-20px);
        text-shadow: 0 50px 0 #ccc, 0 0px 20px rgba(0, 0, 0, 0.8);
    }
}
.copyright {
    text-align: center;
    font-size: 14px;
    color: #17212c;
    margin-top: 140px;
}
.card-count {
    background: #d8eaff;
    color: #e01f72;
    text-align: center;
    font-size: 32px;
    padding: 14px;
    border-radius: 10px;
    font-weight: 600;
}
.card-custom {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 20px 1px rgba(161, 161, 161, 0.25);
    padding: 14px;
}
.card-custom.border-primary {
    border: 1px solid #f9d2e3 !important;
}
.card-custom.detail-internet {
    margin-top: -50px;
}
.card-custom.detail-internet.my-package {
    margin-top: 0;
    margin-bottom: 24px;
}
.card-custom.detail-internet.my-package.offcanvas-body {
    box-shadow: none;
    background: transparent;
    margin-bottom: 0;
}
.card-custom.detail-internet.my-package .name-package {
    margin-bottom: 18px;
}
.card-custom.detail-internet.my-package .name-package h4 {
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 8px;
    font-weight: 600;
}
.card-custom.detail-internet.my-package .name-package i {
    font-size: 16px;
    color: #e01f72;
}
.card-custom.detail-internet .progress-custom {
    height: 8px;
    border-radius: 100px;
    background: #e7e7e7;
    margin-top: 14px;
}
.card-custom.detail-internet .progress-custom .progress-bar {
    background: #e01f72;
    border-radius: 100px;
}
.card-custom.card-recently .title {
    font-size: 12px;
    font-weight: 700;
}
.card-custom.card-recently .detail .kuota {
    font-size: 24px;
    color: #e01f72;
    font-weight: bolder;
    margin-bottom: 0;
}
.card-custom.card-recently .detail .date {
    font-size: 12px;
    color: #949494;
}
.card-custom.card-recently .detail .point {
    font-size: 12px;
    color: #949494;
    margin-left: 2px;
}
.card-custom.card-recently .detail .img-coin {
    width: 18px;
    height: 18px;
}
.min-10 {
    margin-top: -50px;
    z-index: 100;
    position: relative;
}
section {
    margin-top: 24px;
}
section .title-section {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
section .title-section h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
section .title-section .see-more {
    color: #e01f72;
    margin-left: auto;
    font-weight: 600;
}
section.audio {
    margin-top: -4px;
}
section.lucky {
    margin-top: -4px;
}
.swiper .swiper-pagination-bullet-active {
    background: #e01f72;
}
.swiper.swiper-promotion {
    padding-bottom: 32px;
}
.swiper.swiper-promotion .swiper-slide .img-promotion img {
    width: 100%;
    aspect-ratio: 335/124;
    object-fit: cover;
    border-radius: 10px;
}
.swiper.swiper-promotion .swiper-slide .img-readings img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}
.swiper.swiper-recently {
    padding-bottom: 32px;
}
.swiper.swiper-onboard {
    padding-top: 42px;
}
.swiper.swiper-onboard .swiper-slide {
    padding: 0 52px;
    text-align: center;
}
.swiper.swiper-onboard .swiper-slide h5 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 32px;
}
.swiper.swiper-onboard .swiper-slide p {
    font-size: 12px;
    color: #949494;
}
.swiper.swiper-onboard .img-onboard {
    width: auto;
    max-height: 250px;
}
.swiper.swiper-onboard .swiper-pagination-bullets {
    position: static;
    margin-top: 10px;
}
.swiper.swiper-onboard .swiper-pagination-bullet-active {
    background: #e01f72 !important;
    width: 30px;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}
.song-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
.song-list li {
    list-style: none;
    margin-bottom: 1rem;
}
.song-list li:last-child {
    margin-bottom: 0;
}
.song-list .dropdown-menu li {
    margin-bottom: 0;
}
.bg-primary {
    background: #e01f72 !important;
}
.offcanvas {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.offcanvas.custom {
    background: #f2f8ff;
    color: #17212c;
    height: auto !important;
    border-radius: 20px 20px 0 0;
}
.offcanvas-body {
    padding-bottom: 30px;
}
.offcanvas .btn-close {
    display: contents;
}
.offcanvas .img-gameBottom {
    width: 141px;
    height: 141px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 14px;
}
.song {
    display: flex;
    text-decoration: none;
    color: #17212c;
    align-items: center;
}
.song.active {
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 8px;
}
.song.active .song-cover {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 10px;
}
.song .total-point {
    font-size: 12px;
    color: #949494;
    margin-bottom: 0;
    margin-left: 4px;
}
.song .img-coin {
    width: 18px;
    height: 18px;
}
.song .song-cover {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    border-radius: 10px;
}
.song .song-cover.video {
    position: relative !important;
    width: 136px;
    height: 94px;
}
.song .song-cover.video .box-video-play {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.song .song-cover.video .box-video-play img {
    width: 45px;
    height: 45px;
}
.song .song-cover.video img {
    max-width: 100%;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.song .song-cover img {
    max-width: 100%;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.song .song-title {
    font-weight: 700;
    margin-bottom: 0.15rem;
    font-size: 14px;
}
.song .song-singer {
    font-size: 12px;
    color: #949494;
    margin-bottom: 0;
}
.song .small {
    font-size: 14px;
}
#sliderHotPlaylist .swiper-slide {
    max-width: 135px;
    overflow-x: hidden;
}
.box-item {
    position: relative;
    display: block;
    border-radius: 10px;
    text-decoration: none;
}
.box-item .box-item-pict {
    width: 135px;
    height: 135px;
    border-radius: 10px;
}
.box-item .box-item-pict img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    max-width: 100%;
    object-fit: cover;
    object-position: top center;
}
.box-item .box-item-pict.merchant {
    height: 159px;
    background: #f2f8ff;
}
.box-item .box-item-pict.merchant img {
    width: 135px;
}
.box-item .box-item-name {
    display: block;
    margin-top: 4px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    color: #17212c;
}
.box-item .box-item-name.game {
    line-height: normal;
    white-space: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box-item .text-secondary {
    color: #949494;
    font-size: 12px;
    font-weight: 600;
}
.bottom-nav {
    position: fixed;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
}
.bottom-nav .col {
    min-width: 20%;
}
.bottom-nav .nav-box {
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 10px;
    font-size: 24px;
    line-height: normal;
    display: block;
    text-decoration: none;
    color: #949494;
    position: relative;
}
.bottom-nav .nav-box .nav-box-title {
    font-size: 0.75rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0;
    display: block;
    width: 100%;
    font-weight: 600;
}
.bottom-nav .nav-box .nav-box-ico span:before {
    width: auto;
}
.bottom-nav .active .nav-box {
    color: #e01f72;
}
.top-pages {
    background: #e01f72;
    color: #fff;
    position: relative;
    height: 140px;
    display: flex;
    align-items: center;
}
.top-pages.profile {
    height: auto;
    margin-top: 50px;
    padding: 24px 0;
}
.top-pages .title-pages {
    font-size: 20px;
    width: 180px;
}
.top-pages .title-pages h3 {
    font-weight: bolder;
}
.top-pages .title-pages .title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 14px;
}
.top-pages .title-pages .detail .kuota h6 {
    font-size: 32px;
    color: #fff;
    font-weight: bolder;
    margin-bottom: 0;
}
.top-pages .title-pages .detail .kuota h6 span {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}
.top-pages .image-pages {
    position: absolute;
    bottom: 0;
    right: 20px;
}
.top-pages .name {
    margin-left: 14px;
}
.top-pages .name h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.top-pages .name span {
    font-size: 12px;
}
.tabs-package {
    position: relative;
    z-index: 3;
}
.tabs-package .nav-item .nav-link {
    border-radius: 0;
    padding: 0;
}
.tabs-package .nav-item .nav-link .icon-circle-big {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #ffe2ee !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs-package .nav-item .nav-link .icon-circle-big i {
    color: #ff77b0;
    font-size: 20px;
    margin-top: 1px;
}
.tabs-package .nav-item .nav-link h5 {
    color: #fff !important;
}
.tabs-package .nav-item .nav-link.active {
    background: transparent;
    border-bottom: 5px solid #fff;
    margin-bottom: 2px;
}
.tabs-package .nav-item .nav-link.active .icon-circle-big {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #e3f0ff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs-package .nav-item .nav-link.active .icon-circle-big i {
    color: #d11c6a;
    font-size: 26px;
    margin-top: 1px;
}
.tabs-package .nav-item .nav-link.active h5 {
    color: #fff !important;
}
.nav-daily {
    background: #fff;
}
.nav-daily .nav-item .nav-link {
    padding: 12px 0;
    color: #17212c;
}
.nav-daily .nav-item .nav-link.active {
    background: #e01f72;
    color: #fff;
}
.item-package {
    margin-bottom: 14px;
}
.item-package .title {
    font-size: 14px;
    font-weight: 700;
}
.item-package .detail .kuota h6 {
    font-size: 24px;
    color: #e01f72;
    font-weight: bolder;
    margin-bottom: 0;
}
.item-package .detail .kuota h6 span {
    font-size: 10px;
    color: #949494;
    font-weight: 400;
}
.item-package .detail .price {
    font-size: 14px;
    font-weight: 700;
    margin-left: auto;
}
.card-point {
    background: #0464ce;
    color: #fff;
    border-radius: 8px;
    padding: 12px;
}
.card-point p {
    font-size: 12px;
    margin-bottom: 2px;
}
.card-point .img-coin {
    width: 28px;
    height: 28px;
}
.card-point .total-point {
    margin-bottom: 0;
    margin-left: 4px;
}
.menu-profile {
    list-style: none;
    padding-left: 0;
}
.menu-profile .items-menu {
    padding: 8px 0;
    border-bottom: 1px solid #e2e2e2;
}
.menu-profile .items-menu a {
    text-decoration: none;
    color: #949494;
}
.menu-profile .items-menu a i {
    font-size: 24px;
    color: #949494;
    margin-right: 14px;
}
.menu-profile .items-menu a .flag {
    width: 32px;
    margin-right: 14px;
}
.menu-profile .items-menu a .name-menu {
    font-size: 14px;
    color: #17212c;
    font-weight: 600;
}
.nav-pills-no-wrap {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0;
    display: block;
}
.nav-pills-no-wrap::-webkit-scrollbar {
    width: 10px;
}
.nav-pills-no-wrap li {
    display: inline-block;
    margin-right: 0.15rem;
}
.nav-pills-no-wrap li:last-child {
    margin-right: 0;
}
.nav-top {
    padding: 10px 0;
}
.nav-top.fixed-top {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e01f72;
}
.setting-profile {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.setting-profile .img-ava {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}
.setting-profile .name {
    margin-left: 0;
    font-size: 16px;
    font-family: 600;
}
.empty {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin-top: 32px;
}
.empty .img-empty {
    width: 100px;
}
.empty h5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 14px;
}
.list-notification {
    list-style: none;
    padding-left: 0;
}
.list-notification .items-notification {
    margin-bottom: 20px;
}
.list-notification .items-notification .notif {
    text-decoration: none;
    color: #17212c;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.list-notification .items-notification .notif .cover {
    height: 64px;
    width: 64px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.list-notification .items-notification .notif .cover.primary {
    background-color: #e01f72;
}
.list-notification .items-notification .notif .cover.purple {
    background-color: #f63669;
}
.list-notification .items-notification .notif .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-notification .items-notification .notif .cover i {
    font-size: 32px;
}
.list-notification .items-notification .notif .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}
.list-notification .items-notification .notif .body {
    font-size: 14px;
    color: #949494;
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-notification .items-notification .notif .time {
    font-size: 14px;
    color: #949494;
}
.bottom-buy {
    position: fixed;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    padding: 24px 0;
}
.bottom-buy h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.bottom-buy .img-coin {
    width: 28px;
    height: 28px;
}
.bottom-buy .total-point {
    margin-bottom: 0;
    margin-left: 4px;
}
.list-games .items-games {
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px rgba(153, 152, 152, 0.25);
    background: #fff;
    margin-bottom: 12px;
}
.list-games .items-games .cover-game {
    width: 54px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 8px;
}
.list-games .items-games .name h6 {
    font-weight: 600;
    margin-bottom: 0;
}
.loader {
    position: fixed;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999;
    display: flex;
    overflow: hidden;
}
.loader.loader-soft {
    background-color: #ffffffd9;
}
.loader.loader-soft .loader-content {
    gap: 14px;
}
.loader .loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.loader .loader-content .logo-loader {
    width: 200px;
    -webkit-animation: bounce 0.4s ease infinite alternate;
}
.loader .loader-content .logo-loader.no-animate {
    animation: none;
}
.loader .loader-content .card-status {
    width: 50%;
}
@media (max-width: 575.98px) {
    .loader .loader-content .card-status {
        width: 90%;
    }
}
.loader .loader-content .card-status img {
    width: 100px;
}
.dots {
    width: 4.5px;
    height: 4.5px;
    border-radius: 50%;
    color: #d21c6a;
    box-shadow: 21.3px 0 0 7.8px, 42.6px 0 0 3.4px, 63.900000000000006px 0 0 0;
    transform: translateX(-42.6px);
    animation: dots-ijr34dmd 0.5s infinite alternate linear;
}
@keyframes dots-ijr34dmd {
    50% {
        box-shadow: 21.3px 0 0 3.4px, 42.6px 0 0 7.8px, 63.900000000000006px 0 0 3.4px;
    }
    100% {
        box-shadow: 21.3px 0 0 0, 42.6px 0 0 3.4px, 63.900000000000006px 0 0 7.8px;
    }
}
.song-add {
    display: inline-block;
    position: relative;
    font-size: 1.25rem;
    cursor: pointer;
    color: #fff;
}
.song-added {
    display: inline-block;
    position: relative;
    font-size: 1.25rem;
    cursor: pointer;
    color: #e01f72;
}
.music-bg {
    background-size: cover;
    background-position: center;
    display: block;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    margin: auto;
    z-index: 1;
}
.music-bg::before {
    content: "";
    display: block;
    height: 100dvh;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    background: rgba(23, 33, 44, 0.25);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, #17212c 70%);
    z-index: 11;
}
.music-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.music-back {
    background-color: rgba(23, 33, 44, 0.15);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    border-radius: 50%;
    font-size: 0.875rem;
    color: #fff;
    position: relative;
    z-index: 9;
}
.music-back:hover {
    color: #fff;
}
.music-back:focus {
    color: #fff;
    background-color: rgba(23, 33, 44, 0.25);
}
.music-content {
    z-index: 9;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.music-content .music-cover {
    border-radius: 10px;
    width: 185px;
    height: 185px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}
.music-content .music-cover img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    box-shadow: 0 0.5rem 1rem rgba(23, 33, 44, 0.15);
}
.music-content .music-name {
    font-size: 1rem;
    margin-bottom: 0;
}
.music-content .music-info {
    margin: 0;
    padding: 0;
}
.music-content .music-info li {
    list-style: none;
    display: inline-block;
    font-size: 0.75rem;
    color: #fff;
    opacity: 0.7;
    margin-right: 0.25rem;
}
.music-content .music-info li::after {
    content: "•";
    padding-left: 0.25rem;
}
.music-content .music-info li a {
    color: #fff;
}
.music-content .music-info li:last-child {
    margin-right: 0;
}
.music-content .music-info li:last-child::after {
    content: none;
}
.music-action {
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    background-color: #17212c;
    bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.music-action-top {
    position: relative;
    margin-bottom: 0.75rem;
}
.music-timeline {
    display: block;
    opacity: 0.7;
    margin-bottom: 5px;
}
.music-timeline::after {
    content: "";
    clear: both;
    display: block;
}
.music-timeline #musicTimeCurrent {
    float: left;
}
.music-timeline #musicTimeDuration {
    float: right;
}
.music-action-bottom {
    position: relative;
    margin-top: 1.5rem;
}
.music-act-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
}
.music-act-link:hover {
    color: #fff;
}
.music-act-link:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}
.music-control-link {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    font-size: 1.125rem;
    color: #fff;
    text-decoration: none;
}
.music-control-link:hover {
    color: #fff;
}
.music-control-link:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}
.music-control-play {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    font-size: 1.25rem;
    background-color: #e01f72;
    color: #fff;
    text-decoration: none;
}
.music-control-play:hover {
    color: #fff;
}
.music-control-play:focus {
    color: #fff;
    background-color: #e01f72;
}
.slider.music-progress {
    background-color: gray;
    border-radius: 2px;
    cursor: pointer;
    height: 2px;
    position: relative;
    width: 100%;
}
.slider.music-progress .progress {
    background-color: #e01f72;
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 0;
}
