﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,500&display=swap");

.btn {
    font-size: 12px;
    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: #c0392b;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #02366f !important;
    border: none;
}

.btn-yellow {
    background: #f39c12;
    color: #ffffff;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
    background: #feb623 !important;
    border: none;
}

.btn-secondary {
    background: #f2f8ff;
    color: #c0392b;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: #bfddff !important;
    border: none;
}

.btn-logout {
    background: #d8eaff;
    color: #c0392b;
}

.btn-logout:focus,
.btn-logout:active {
    background: #c0392b;
    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 .disabled {
    opacity: 0.7;
}

.credit .btn-check:checked + label {
    background: #c0392b;
    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 #dddddd;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
}

.form-control::placeholder,
.form-select::placeholder {
    color: #949494;
}

.form-control:focus,
.form-select:focus {
    background: #fff;
    border: 0;
    outline: 1px solid #c0392b;
    box-shadow: none;
    color: #c0392b;
}

.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: #fff;
    font-family: "Poppins", sans-serif;
    color: #17212c;
    font-size: 12px;
}

.content {
    max-width: 480px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 100vh;
    background: #f2f8ff;
    padding-bottom: 100px;
}

.content .content-body {
    padding-top: 70px;
}

.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: #c0392b !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;
}

.icon-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f2f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle i {
    color: #c0392b;
    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: #c0392b;
    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: #c0392b;
    color: #fff;
    padding-top: 14px;
    padding-bottom: 22px;
    border-radius: 0 0 20px 20px;
}

.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: #e74c3c;
    border-radius: 10px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.credit-box .value {
    margin-right: auto;
    color: #ffffff;
}

.credit-box .value span {
    font-size: 10px;
}

.credit-box .value h3 {
    font-weight: 700;
    font-size: 18px;
}

.card-custom {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 20px 1px rgba(161, 161, 161, 0.25);
    padding: 14px;
}

.card-custom.detail-internet {
    margin-top: -50px;
}

.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: #c0392b;
    border-radius: 100px;
}

.card-custom.card-recently .title {
    font-size: 12px;
    font-weight: 700;
}

.card-custom.card-recently .detail .kuota {
    font-size: 24px;
    color: #c0392b;
    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: 700;
    margin-bottom: 0;
}

section .title-section .see-more {
    color: #c0392b;
    margin-left: auto;
    font-weight: 600;
}

section.audio {
    margin-top: -4px;
}

section.lucky {
    margin-top: -4px;
}

.swiper.swiper-promotion .swiper-slide .img-promotion img {
    width: 100%;
    height: 150px;
    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: #c0392b !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;
}

.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; */
    width: 33%;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    margin-bottom: 50px;
}

.box-item .box-item-pict {
    width: 100%;
    height: 100%;
    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: 12px;
    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: #c0392b;
}

.top-pages {
    background: #c0392b;
    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 .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: #eaeaea !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs-package .nav-item .nav-link .icon-circle-big i {
    color: #949494;
    font-size: 20px;
    margin-top: 1px;
}

.tabs-package .nav-item .nav-link h5 {
    color: #949494 !important;
}

.tabs-package .nav-item .nav-link.active {
    background: transparent;
    border-bottom: 1px solid #c0392b;
}

.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: #c0392b;
    font-size: 20px;
    margin-top: 1px;
}

.tabs-package .nav-item .nav-link.active h5 {
    color: #c0392b !important;
}

.nav-daily {
    background: #fff;
}

.nav-daily .nav-item .nav-link {
    padding: 12px 0;
    color: #17212c;
}

.nav-daily .nav-item .nav-link.active {
    background: #c0392b;
    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: #c0392b;
    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 .name-menu {
    font-size: 14px;
    color: #17212c;
    font-weight: 600;
}

.nav-top {
    padding: 10px 0;
}

.nav-top.fixed-top {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    background-color: #c0392b;
}

.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: #c0392b;
}

.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: 14px 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;
}

.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: #c0392b;
}

.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: #c0392b;
    color: #fff;
    text-decoration: none;
}

.music-control-play:hover {
    color: #fff;
}

.music-control-play:focus {
    color: #fff;
    background-color: #c0392b;
}

.slider.music-progress {
    background-color: gray;
    border-radius: 2px;
    cursor: pointer;
    height: 2px;
    position: relative;
    width: 100%;
}

.slider.music-progress .progress {
    background-color: #c0392b;
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 0;
}

/* IMPORT CSS */
.button-container {
    display: flex;
    flex-wrap: wrap;
}
.button-container .btn {
    display: flex;
    overflow: hidden;
    margin: 10px;
    padding: 8px 12px;
    cursor: pointer;
    user-select: none;
    transition: all 150ms linear;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    text-transform: none;
    text-transform: capitalize;
    color: #fff;
    border: 0 none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    justify-content: center;
    align-items: center;
    flex: 0 0 160px;
    font-family: "Alatsi", sans-serif;
}

.button-container .btn-primary {
    background: #f32c52;
    color: #FFFFFF;
}

table,
th,
td {
    border: 1px solid #ccc;
    padding: 10px;;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: auto;
}

table th,
table td {
    padding: 14px 18px;
    vertical-align: top;
    white-space: nowrap;
}

table th {
    background: #2c3e50;
    font-weight: 900;
    text-align: left;
    white-space: nowrap;
    color: #FFFFFF;;
}

table tbody tr:nth-child(odd) {
    background: #f3f3f3;
}

.scrollable {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.scrollable.is-scrollable:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 50px;
    height: 100%;
    border-radius: 10px 0 0 10px/50% 0 0 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
    content: "";
}

.scrollable > div {
    overflow-x: auto;
}

.scrollable > div ::-webkit-scrollbar {
    height: 12px;
}

.scrollable > div ::-webkit-scrollbar-track {
    background: #f0f0f0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
}

.scrollable > div ::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 6px;
}
