        body {
            margin: 0;
            font-family: poppins, sans-serif;
            user-select: none;
        }
        .material-symbols-outlined {
            font-variation-settings:
            'FILL' 1,
            'wght' 400,
            'GRAD' 0,
            'opsz' 24
        }
        .material-icons {
            font-variation-settings:
            'FILL' 1,
            'wght' 400,
            'GRAD' 0,
            'opsz' 24
        }
        body.modal-open {
            overflow: hidden;
        }
        .modal {
            display: none;
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background: rgba(52, 58, 65, 0.600000);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
        }
        .modal-content {
            background-color: #fefefe;
            margin: 15% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
            max-width: 500px;
            position: relative;
        }
        .close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }
        .close:hover, .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }
        .social-links a {
            display: inline-flex;
            align-items: center;
            margin: 10px;
            text-decoration: none;
            color: inherit;
        }
        .social-links svg {
            width: 24px;
            height: 24px;
            margin-right: 5px;
            vertical-align: middle;
        }
        .social-links a[href*="instagram.com"] svg {
            fill: #E1306C;
        }
        .social-links a[href*="whatsapp.com"] svg {
            fill: #25D366;
        }
        .social-links a[href*="youtube.com"] svg {
            fill: #FF0000;
        }
        .social-links a[href*="facebook.com"] svg {
            fill: #1877F2;
        }
        #copyLink, #shareButton {
            background-color: #007bff;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
            transition: background-color 0.3s ease;
        }
        #copyLink:hover, #shareButton:hover {
            background-color: #0056b3;
        }
        #shareLink {
            width: 100%;
            padding: 10px;
            margin-bottom: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
            box-sizing: border-box;
        }
        #installButton {
            background-color: #28a745;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
            margin-top: 10px;
        }
        #installButton:hover {
            background-color: #218838;
        }
        .header {
            width: 100%;
            text-align: center;
        }
        .favicon {
            display: flex;
            justify-content: space-between;
        }
        .navigator-mp3{
            display: inline-block;
            background-color: #007bff;
            color: white;
            padding: 5px 10px;
            text-decoration: none;
            margin: 5px 10px;
         } 
         .sidenav {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 2;
            top: 0;
            left: 0;
            background-color: #111;
            overflow-x: hidden;
            transition: 0.5s;
            padding-top: 60px;
        }
        .sidenav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 25px;
            color: #818181;
            display: block;
            transition: 0.3s;
        }
        .sidenav a:hover {
            color: #f1f1f1;
        }
        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }
        #main {
            transition: margin-left .5s;
            padding-left: 15px;
            padding-right: 15px;
        }
        @media screen and (max-height: 450px) {
            .sidenav {padding-top: 15px;}
            .sidenav a {font-size: 18px;}
        }
        #main button{
            background: none;
            border: none;
            color: #000;
            cursor: pointer;
            font-size: 26px;
            height: 60px;
            width: 60px;
            line-height: 64px;
        }
        .sidenav-right {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 2;
            top: 0;
            right: 0;
            background-color: #111;
            overflow-x: hidden;
            transition: 0.5s;
            padding-top: 60px;
        }
        .sidenav-right a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 25px;
            color: #818181;
            display: block;
            transition: 0.3s;
        }
        .sidenav-right a:hover {
            color: #f1f1f1;
        }
        .sidenav-right .closebtn-right {
            position: absolute;
            top: 0;
            left: 25px;
            font-size: 36px;
            margin-right: 50px;
        }
        @media screen and (max-height: 450px) {
            .sidenav-right {padding-top: 15px;}
            .sidenav-right a {font-size: 18px;}
        }
        .sidenav-right form {
            padding: 20px;
        }
        .sidenav-right input[type="text"] {
            width: 100%;
            padding: 10px;
            margin-bottom: 10px;
            background-color: #333;
            border: none;
            color: #fff;
            box-sizing: border-box;
        }
        .sidenav-right button[type="submit"] {
            width: 100%;
            padding: 10px;
            background-color: #007bff;
            border: none;
            color: #fff;
            cursor: pointer;
        }
        nav ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        nav ul li {
            display: inline;
            margin-right: 10px;
        }
        table {
            width: 100%;
            border-collapse: collapse;
        }
        td {
            padding: 0.5rem;
            border-bottom: 1px solid #ccc;
            display: flex;
            align-items: center;
        }
        .song-image {
            max-width: 50px;
            height: auto;
            margin-right: 0.5rem;
            margin-left: 0.5rem;
        }
        tr {
            text-decoration: none;
            color: inherit;
        }
        @media (max-width: 768px) {
            table, tbody, td, tr {
                display: block;
            }
            tr {
                border: 1px solid #ccc;
                margin-bottom: 1rem;
            }
            td {
                border: none;
                border-bottom: 1px solid #ccc;
                position: relative;
                padding-left: 0;
                display: flex;
                align-items: center;
            }
        }
        #pagination{
            margin: 40px auto;
            font-size: 15px;
            display: table;
        }
        .p-page{
            padding: 0 11px;
            display: inline-block;
            min-width: 20px;
            text-align: center;
            float: left;
            margin: 0 3px;
            border: 1px solid #e5e5e5;
            line-height: 38px;
            color: #000;
            text-decoration: none;
        }
        .cropped-favicon {
            width: 145px;
            height: 50px;
            object-fit: cover;
            background-size: cover;
            margin: auto;
            max-height: 60px;
            max-width: 250px;
        }
        main {
            display: flex;
            justify-content: center;
        }
        .content-mp3 {
            width: 90%;
            margin-top: 1rem;
            border: 1px solid rgb(0 0 0 / 13%);
            border-radius: .25rem;
        }
        .title-mp3 {
            text-align: center;
            font-size: 8px;
            font-weight: 900;
            margin-left: 20px;
            margin-right: 20px;
        }
        .cover-mp3 {
            margin-top: 10px;
            margin-bottom: 10px;
            display: flex;
            justify-content: center !important;
        }
        .image-mp3{
            width: 300px;
            height: 300px;
            object-fit: cover;
            background-size: cover;
            border-radius: 10px;
            box-shadow: 0 5px 6px rgb(0 0 0 / 40%);
            animation: cover-animation 1s linear infinite alternate;
        }
        .buttons-mp3 {
            margin-top: 1rem;
            margin-bottom: 1rem;
            text-align: center;
        }
        .btn-mp3 {
            background-color: #eeee00;
            box-shadow: 0 .125rem .25rem rgb(0 0 0 / 30%) !important;
            display: inline-block;
            line-height: 1.5;
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            cursor: pointer;
            user-select: none;
            border: 1px solid transparent;
            padding: .375rem .75rem;
            font-size: 1rem;
            font-weight: 800;
            min-height: 39px;
            min-width: 140px;
            margin: 5px 10px;
            color: #000;
            border-radius: .25rem;
            box-sizing: border-box;
            transition: 0.5s;
        }
        .btn-mp3:hover, .btn-mp3:focus {
            background-color: #d7d700;
            color: #000;
        }
        @keyframes rotar {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }
        .text-btn {
            display: flex;
        }
        .text-count {
            margin-top: 1rem;
            margin-bottom: 1rem;
            text-align: center;
        }
        .count-downloads {
            background-color: #eeee00;
            color: #000;
            display: inline-block;
            padding: .35em .65em;
            font-size: .75em;
            font-weight: 700;
            line-height: 1;
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            border-radius: .25rem;
        }
        .related-tracks {
            margin-top: 20px;
            padding: 10px;
         }
         .related-track {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
         }
         .related-track img {
             width: 50px;
             height: 50px;
             object-fit: cover;
             margin-right: 10px;
         }
         .related-track h4 {
             margin: 0;
         }
        .footer {
            width: 100%;
            background: #fff;
            text-align: center;
            color: #fff;
            padding-top: 5px;
            padding-bottom: 5px;
        }
        .text-copyright {
            font-weight: 700;
        }
        #volume-slider-hls::-webkit-slider-runnable-track {
            background: rgba(199, 199, 199, 0.6);
        }
        #volume-slider-hls::-moz-range-track {
            background: rgba(199, 199, 199, 0.6);
        }
        #volume-slider-hls::-ms-fill-upper {
            background: rgba(199, 199, 199, 0.6);
        }
        #volume-slider-hls::before {
            width: var(--volume-before-width);
        }
        #seek-hls::-webkit-slider-runnable-track {
            background: rgba(199, 199, 199, 0.6);
        }
        #seek-hls::-moz-range-track {
            background: rgba(199, 199, 199, 0.6);
        }
        #seek-hls::-ms-fill-upper {
            background: rgba(199, 199, 199, 0.6);
        }
        input[type="range"] {
            position: relative;
            -webkit-appearance: none;
            width: 48%;
            margin: 0;
            padding: 0;
            height: 5px;
            float: left;
            outline: none;
            border-radius:5px;
            background:hsl(0deg 0% 100%);
        }
        input[type="range"]::-webkit-slider-runnable-track {
            width: 100%;
            height: 5px;
            cursor: pointer;
            border-radius:5px;
            background: linear-gradient(to right, rgba(199, 199, 199 0.6) var(--buffered-width), rgba(199, 199, 199, 0.2) var(--buffered-width));
        }
        input[type="range"]::before {
            position: absolute;
            content: "";
            top: 0px;
            left: 0;
            width: var(--seek-before-width);
            height: 5px;
            border-radius:5px;
            background-color: #000;
            cursor: pointer;
        }
        input[type="range"]::-webkit-slider-thumb {
            position: relative;
            -webkit-appearance: none;
            box-sizing: content-box;
            height: 15px;
            width: 15px;
            border-radius: 50%;
            cursor: pointer;
            margin: -5px 0 0 0;
        }
        input[type="range"]:active::-webkit-slider-thumb {
            transform: scale(1.2);
            background: #000;
        }
        input[type="range"]:hover::-webkit-slider-thumb {
            transform: scale(1.2);
            background: #000;
        }
        input[type="range"]::-moz-range-track {
            width: 100%;
            height: 5px;
            border-radius:5px;
            cursor: pointer;
            background: linear-gradient(to right, rgba(199, 199, 199, 0.6) var(--buffered-width), rgba(199, 199, 199, 0.2) var(--buffered-width));
        }
        input[type="range"]::-moz-range-progress {
            background-color: #000;
        }
        input[type="range"]::-moz-focus-outer {
            border: 0;
        }
        input[type="range"]::-moz-range-thumb {
            box-sizing: content-box;
            border: 1px solid #ffeb00;
            height: 15px;
            width: 15px;
            border-radius: 50%;
            background-color: #000;
            cursor: pointer;
        }
        input[type="range"]:active::-moz-range-thumb {
            transform: scale(1.2);
            background: #000;
        }
        input[type="range"]::-ms-track {
            width: 100%;
            height: 3px;
            cursor: pointer;
            background: transparent;
            border: solid transparent;
            color: transparent;
        }
        input[type="range"]::-ms-fill-lower {
            background-color: #000;
        }
        input[type="range"]::-ms-fill-upper {
            background: linear-gradient(to right, rgba(199, 199, 199, 0.6) var(--buffered-width), rgba(199, 199, 199, 0.2) var(--buffered-width));
        }
        input[type="range"]::-ms-thumb {
            box-sizing: content-box;
            border: 1px solid #ffeb00;
            height: 15px;
            width: 15px;
            border-radius: 50%;
            background-color: #000;
            cursor: pointer;
        }
        input[type="range"]:active::-ms-thumb {
            transform: scale(1.2);
            background: #000;
        }
        .audio-controls{
            background: #fff;
            position: sticky;
            color: #717171;
            display: flex;
            border-top: 1px solid rgb(0 0 0 / 13%);
            width: 100%;
            height: 92px;
            z-index: 1;
            overflow:hidden;
            align-items: center;
            flex-direction: row;
            bottom: 0;
            font-family: var(--font-family,CircularSp,CircularSp-Arab,CircularSp-Hebr,CircularSp-Cyrl,CircularSp-Grek,CircularSp-Deva,var(--fallback-fonts,sans-serif));
        }
        .info-audio-hls{
            display: flex;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-pack: start;
            flex-direction: row;
            position: relative;
            justify-content: flex-start;
            transform: translateX(0px);
            margin-left: 10px;
            width: 60%;
        }
        .info-image{
            width: 56px;
            height: 56px;
            object-fit: cover;
            object-position: center;
            border-radius: 5px;
        }
        .image-audio{
            width: 56px;
            height: 56px;
            object-fit: cover;
            object-position: center;
            border-radius: 5px;
            background-size: cover;
        }
        .info-tags{
            -webkit-box-align: center;
            align-items: center;
            row-gap: 13px;
            display: grid;
            grid-template:
            "title title"
            "badges subtitle"/auto 1fr;
            margin: 0 8px;
        }
        .info-title{
            grid-area: title;
            color: #000;
            width: 100%;
            justify-self: start;
            font-size: 12px;
            user-select: none; 
            overflow: hidden;
            position: relative;
            --trans-x: 0px;
            transform: translateX(var(--trans-x));
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        .info-artist{
            grid-area: subtitle;
            width: 100%;
            justify-self: start;
            color: #656565;
            font-size: 12px;
            user-select: none;
            overflow: hidden;
            position: relative;
            --trans-x: 0px;
            transform: translateX(var(--trans-x));
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        .controls-hls{
            width: 100%;
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -webkit-box-pack: center;
            -webkit-box-align: center;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            margin-left: 5px;
            margin-right: 5px;
        }
        .btn-controls-hls{
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: horizontal;
            gap: 10px;
            flex-flow: row nowrap;
            width: 100%;
            margin-bottom: 6px;
            justify-content: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-box-align: center;
            position: relative;
            -webkit-transition: none 33ms cubic-bezier(.3,0,.7,1);
            transition: none 33ms cubic-bezier(.3,0,.7,1);
            transition-property: all;
        }
        .btn-controls-hls button {
            color: hsla(0, 0%, 0%, .7);
            background: transparent;
            border: none;
            cursor: pointer;
            font-size: 26px;
        }
        .btn-controls-hls button:hover, .btn-controls-hls button:focus {
            color: hsl(0deg 0% 0%);
            transform: scale(1.1);
        }
        #play-pause{
            font-size: 42px;
            color: hsl(0deg 0% 0%);
        }
        #b-download, #b-share{
            font-size: 32px;
            color: hsl(0deg 0% 0%);
        }
        .count-hls{
            font-size: 12px;
            min-width: 32px;
            text-align: center;
        }
        .progress-hls{
            --playback-bar-grid-gap: 8px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-box-pack: justify;
            -webkit-box-align: center;
            align-items: center;
            display: flex;
            flex-direction: row;
            gap: var(--playback-bar-grid-gap);
            justify-content: center;
            width: 100%;
        }
        .volume-hls{
            width: 60%;
            margin-right: 10px;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            flex-grow: 1;
            justify-content: flex-end;
        }
        #icon-volume-hls{
            background-color: transparent;
            border: none;
            color: hsla(0,0%,0%,.7);
            height: 32px;
            min-width: 32px;
            font-size: 26px;
            width: 32px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            cursor: pointer;
        }
        #icon-volume-hls:hover, #icon-volume-hls:focus{
            color: hsl(0deg 0% 0%);
            transform: scale(1.1);
        }
        .base-volume-hls{
            height: 12px;
            position: relative;
            display: contents;
            width: 100%;
            align-items: flex-end;
            flex-direction: row;
            flex-wrap: nowrap;
            margin-bottom: 16px;
            align-content: center;
            justify-content: center;
            gap: 10px;
        }
        output {
            background-color: transparent;
            border: none;
            color: hsla(0,0%,0%,.7);
            height: 32px;
            min-width: 32px;
            width: 32px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .anuncio-ads{
            width:100%;
            display:flex;
            justify-content:center;
            align-items:center;
            margin-bottom:5px;
            margin-top:5px;
        }
        .ads-kings-music {
            width: 320px;
            height: 100px;
        }
        .ads-kings-music2 {
            width: 320px;
            height: 50px;
        }
        @media(min-width: 500px) {
            .image-mp3 {
                width: 300px;
                height: 300px;
            }
            .content-mp3 {
                width: 65%;
            }
            .ads-kings-music, .ads-kings-music2 {
                width: 468px;
                height: 60px;
            }

        }
        @media(min-width: 800px) {
            .image-mp3 {
                width: 400px;
                height: 400px;
            }
            .content-mp3 {
                width: 65%;
            }
            .btn-mp3{
                min-width: 156px;
                margin: 0 10px;
            }
            .ads-kings-music, .ads-kings-music2 {
                width: 728px;
                height: 90px;
            }
        }
        @media (max-width: 580px) {
            output{
                display:none;
            }
            #b-download, #b-share{
                font-size: 26px;
            }
      }