.my-account-container {
    height: 100vh;
    overflow: hidden;
}

.my-account-container .max-w-\[1300px\] {
    height: calc(100vh - 200px);
    overflow-y: hidden; /* Mude para 'hidden' */
}

.payment-method-selector input:checked + .method-card {
    border-color: #3b82f6;
    background-color: rgba(59, 130, 246, 0.1);
}
.payment-method-selector input:checked + .method-card .radio-custom {
    border-color: #3b82f6;
    background-color: #3b82f6;
}
.radio-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #6b7280;
    border-radius: 50%;
    transition: all 0.2s;
}

.selected-option-daw {
    padding: 9px 15px !important;
    border-radius: 4px !important;
}

#kontakt-uploads { margin: initial;}
.download-item-enter { opacity: 0; transform: translateY(10px); }
.download-item-enter-active { opacity: 1; transform: translateY(0); transition: all 0.3s ease-out; }
@keyframes pulse-blue { 0% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.4); } 70% { box-shadow: 0 0 0 10px rgba(59, 130, 246, 0); } 100% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0); } }
.pulse-animation { animation: pulse-blue 2s infinite; }
.download-card { position: relative; overflow: hidden; }
.download-card::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.05), transparent ); transition: 0.5s; }
.download-card:hover::before { left: 100%; }
.cat_nav_account button { padding: 8px 15px; border-radius: 8px; text-align: left; }
.cat_nav_account button.active-nav-button { color: white; background-color: rgba(39, 39, 42, 0.5); }
.cat_nav_account button:hover { background-color: rgba(39, 39, 42, 0.3); color: white; }
.elementor-element-32a3607 .product-item:hover { background-color: rgba(24, 24, 27, 0.5); border-radius: 8px; }
.glass-effect { backdrop-filter: blur(16px) saturate(180%);     background-color: rgb(17 17 17 / 68%); border: 1px solid rgba(255, 255, 255, 0.125); }
.playing .fa-play { display: none; } .playing .fa-pause { display: block; } .play-icon { transition: transform 0.2s ease; }
.play-btn-container:hover .play-icon { transform: scale(1.1); }
.liked { background-color: rgba(244, 114, 182, 0.2) !important; color: #ec4899 !important; }
button, a { transition: all 0.2s ease; }
h1, h2 { font-feature-settings: "ss01" on, "ss02" on, "ss03" on; }
.bg-green-500/10 { background-color: rgba(16, 185, 129, 0.1); }
.bg-yellow-500/10 { background-color: rgba(234, 179, 8, 0.1); }
.bg-red-500/10 { background-color: rgba(239, 68, 68, 0.1); }
.product-section::-webkit-scrollbar, .custom-scrollbar::-webkit-scrollbar { width: 8px; }
.product-section::-webkit-scrollbar-track, .custom-scrollbar::-webkit-scrollbar-track { background: transparent; border-radius: 4px; }
.product-section::-webkit-scrollbar-thumb, .custom-scrollbar::-webkit-scrollbar-thumb { background: #252525; border-radius: 4px; }
.product-section::-webkit-scrollbar-thumb:hover, .custom-scrollbar::-webkit-scrollbar-thumb:hover { background: #0071e3; }
.cat_nav_account button.active-nav-button { color: white; }
.product-item h3 { font-size: 14px; }
.product-section .product-item img { border-radius: initial; }
.custom-select-container { position: relative; }
.custom-select-container .selected-option {
    cursor: pointer;
    position: relative;
    padding: 9px 15px;
    border-radius: 4px;
    font-size: 13px;
}
.custom-select-container .selected-option::after { content: '▼'; font-size: 0.75rem; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); color: #a1a1aa; pointer-events: none; }
.custom-select-container .options-list { font-size: 13px; position: absolute; list-style: none; padding: 0; margin: 0; top: 100%; left: 0; right: 0; border-top: 1px solid #3f3f46; border-radius: 0 0 0.5rem 0.5rem; max-height: 300px; overflow-y: auto; }
.custom-select-container .options-list li { padding: 0.75rem 1rem; cursor: pointer; transition: background-color 0.2s; }
.custom-select-container .options-list li:hover { background-color: #3f3f46; }
.preview-upload, .package-upload, .cover-upload, .kontakt-upload-content { font-size: 13px; display: flex; flex-direction: row; gap: 1em; align-items: center; padding: 20px 25px;}
#cover-preview { display: flex; align-items: center; justify-content: center; flex-direction: column; }
#cover-art-image-container img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 0.3s ease-in-out; }
#cover-art-image-container img.active { opacity: 1; }
.form-radio { -webkit-appearance: none; appearance: none; display: inline-block; width: 1em; height: 1em; border: 1px solid; border-radius: 50%; vertical-align: middle; transition: background-color 0.2s, border-color 0.2s; }
.form-radio:checked { background-color: currentColor; border-width: 3px; }
.plugin-usados.container input {    background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1)) !important;     border-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important; width: auto !important; padding: initial !important; width: 15px !important; height: 15px; padding: initial !important; border-radius: 100% !important; border: initial !important; }
#preview-filename, #package-filename { font-size: 14px; font-weight: 400; }
#spotify-cover-search input { width: 100%;
    padding: 0 15px;
    font-size: 13px;
    line-height: 37px;
    color: #fff;
    border: 1px solid hsla(0, 0%, 39.2%, .5);
    border-radius: 4px;
    transition: border .3s cubic-bezier(.785,.135,.15,.86), box-shadow .3s cubic-bezier(.785,.135,.15,.86);
    background: transparent;}

.send-track, #next-cover-btn, #spotify-search-button, .add-kontakt-library-btn, #payment-methods-form button {
        background: linear-gradient(to right, #2563eb, #3b82f6) !important;
}

.add-kontakt-library-btn, .send-track,  .cancelar_envio, #payment-methods-form button {
    font-size: 14px;
    font-weight: 400;
}

.thumb-buttons {
    font-size: 14px;
}

.image-container-account .fa-info-circle {
    filter: drop-shadow(2px 4px 6px black);
}

.remove-kontakt-field {
    background: transparent !important;
}

.plugins-usados input, .public-youtube input, .kontakt-libraries-section input {
 width: 15px !important;
 height: 15px !important;
 padding: initial !important;
 border-radius: 100% !important;

}

.plugins-usados input[type=radio]:checked {
    border: initial !important;
}

.rejection-tooltip {
  position: relative;
  display: inline-block;
}

.rejection-tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
}

.rejection-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#settings input, #upload-forms-container input {
    width: 100%;
    padding: 0 15px;
    font-size: 13px;
    line-height: 37px;
    color: #fff;
    border: 1px solid hsla(0, 0%, 39.2%, .5);
    border-radius: 4px;
    transition: border .3s cubic-bezier(.785,.135,.15,.86), box-shadow .3s cubic-bezier(.785,.135,.15,.86);
    background: transparent;
}

.profile_privacy {
    width: auto !important;
    padding: 6px !important;
}

.selected-option-daw {
    font-size: 13px;
    border-radius: 4px;
    padding: 8px 15px;
    display: flex;
}

.product-section .play-overlay {
    position: initial;
    inset: initial;
    display: initial;
    background: initial;
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer;
}



#vendor-tracks-list,
#vendor-sample-packs-list,
#vendor-kontakt-libraries-list,
.sales-list-container,
.followers-list,
.download-list-container,
.projetos-list-container,
.pedidos-list-container,
#seguindo .product-section,
#gratuitos .product-section
{
    overflow-y: auto;
    max-height: calc(100vh - 342px); 
}





.tooltip-container .tooltip #vendor-tracks-list,
.tooltip-container .tooltip #vendor-sample-packs-list,
.tooltip-container .tooltip #vendor-kontakt-libraries-list,
.tooltip-container .tooltip .sales-list-container,
.tooltip-container .tooltip .followers-list,
.tooltip-container .tooltip .download-list-container,
.tooltip-container .tooltip .projetos-list-container,
.tooltip-container .tooltip .pedidos-list-container,
.tooltip-container .tooltip #seguindo .product-section 
{
    visibility: hidden;
    opacity: 0;
    width: auto;
    color: #d4d4d8;
    text-align: left;
    border-radius: 8px;
    padding: 9px 16px;
    position: absolute;
    z-index: 10;
    bottom: 140%;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(16px) saturate(180%);
    background-color: rgb(17 17 17 / 79%);
    border: 1px solid rgb(255 255 255 / 7%);
}

.tooltip-container.vendas .tooltip {
    width: max-content;
    left: 63px;
}

.tooltip-container.price .tooltip {
    width: max-content;
    left: 45px;
}

.tooltip-container.edit .tooltip {
    width: 170px;
}

.tooltip-container.delete .tooltip {
    width: 150px;
    left: 48px;
}


/* Define a largura da barra de rolagem */
#vendor-tracks-list::-webkit-scrollbar,
#vendor-sample-packs-list::-webkit-scrollbar,
#vendor-kontakt-libraries-list::-webkit-scrollbar,
.sales-list-container::-webkit-scrollbar,
.followers-list::-webkit-scrollbar,
.download-list-container::-webkit-scrollbar,
.projetos-list-container::-webkit-scrollbar,
.pedidos-list-container::-webkit-scrollbar,
#seguindo .product-section::-webkit-scrollbar,
#gratuitos .product-section::-webkit-scrollbar 
{
    width: 8px;
}

/* Define o fundo (trilho) da barra de rolagem */
#vendor-tracks-list::-webkit-scrollbar-track,
#vendor-sample-packs-list::-webkit-scrollbar-track,
#vendor-kontakt-libraries-list::-webkit-scrollbar-track,
.sales-list-container::-webkit-scrollbar-track,
.followers-list::-webkit-scrollbar-track,
.download-list-container::-webkit-scrollbar-track,
.projetos-list-container::-webkit-scrollbar-track,
.pedidos-list-container::-webkit-scrollbar-track,
#seguindo .product-section::-webkit-scrollbar-track,
#gratuitos .product-section::-webkit-scrollbar-track
{
    background: transparent;
    border-radius: 4px;
}

/* Define o "polegar" (a parte que você arrasta) */
#vendor-tracks-list::-webkit-scrollbar-thumb,
#vendor-sample-packs-list::-webkit-scrollbar-thumb,
#vendor-kontakt-libraries-list::-webkit-scrollbar-thumb,
.sales-list-container::-webkit-scrollbar-thumb,
.followers-list::-webkit-scrollbar-thumb,
.download-list-container::-webkit-scrollbar-thumb,
.projetos-list-container::-webkit-scrollbar-thumb,
.pedidos-list-container::-webkit-scrollbar-thumb,
#seguindo .product-section::-webkit-scrollbar-thumb,
#gratuitos .product-section::-webkit-scrollbar-thum
{
    background: #252525;
    border-radius: 4px;
}

/* Define o "polegar" ao passar o mouse */
#vendor-tracks-list::-webkit-scrollbar-thumb:hover,
#vendor-sample-packs-list::-webkit-scrollbar-thumb:hover,
#vendor-kontakt-libraries-list::-webkit-scrollbar-thumb:hover,
.sales-list-container::-webkit-scrollbar-thumb:hover,
.followers-list::-webkit-scrollbar-thumb:hover,
.download-list-container::-webkit-scrollbar-thumb:hover,
.projetos-list-container::-webkit-scrollbar-thumb:hover,
.pedidos-list-container::-webkit-scrollbar-thumb:hover,
#seguindo .product-section::-webkit-scrollbar-thumb:hover,
#gratuitos .product-section::-webkit-scrollbar-thumb:hover
{
    background: #0071e3;
}


#overview .product-item h3 {
    width: 100%;
    max-width: 500px;
}

#kontakt-library-upload-form-container input, #kontakt-library-upload-form-container textarea
 {
    background: transparent !important;
    font-size: 14px;
}

#sample-pack-upload-form-container input, #sample-pack-upload-form-container textarea {
    background: transparent !important;
    font-size: 14px;
}

#sample_pack_main_preview-container-wrapper, #waveform-kontakt_library_preview-container, #preview-info-wrapper {
    position: relative;
}

#sample_pack_download-container {
    font-size: 14px;
}

#preview-info-wrapper, #package-info {
    margin: initial !important;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip {
    visibility: hidden;
    width: max-content;
    color: #fff;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 10;
    bottom: 140%;
    left: 35px;
    margin-left: -110px; /* Metade da largura */
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(10px);
    font-size: 11px;
    background-color: rgb(17 17 17 / 68%);
    border: 1px solid rgb(255 255 255 / 6%);
    backdrop-filter: blur(16px) saturate(180%);
}




/* Seta de borda (::before) */
.tooltip::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px; /* Metade da largura da borda */
    border-width: 6px;
    border-style: solid;
    border-color: #3f3f46 transparent transparent transparent; /* Cor da borda */
}

/* Seta de preenchimento (::after) */
.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px; /* Metade da largura do preenchimento */
    border-width: 5px;
    border-style: solid;
    border-color: #1a1a1a transparent transparent transparent; /* Cor de fundo */
}

.tooltip-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.status-badge-container {
    min-width: 120px; 
    font-size: 0.7rem; 
    line-height: 1rem;
}

.tooltip.delete {
    width: 145px;
}

.area-de-risco {
    font-size: 14px;
}
    
.dashboard-user-mail {
    color: #7a7a7a !important;
    background-color: rgb(80 80 80 / 24%) !important;
    border-color: rgb(80 80 80 / 24%) !important;
    pointer-events: none !important;
}


#avatar-preview-container img, .top_info_ img, .profile-header-container .producer_avatar {
        height: 100% !important;
}


/* Estilos para a Navegação da Aba de Configurações */
.settings-nav-header {
    display: flex;
    gap: 1.5rem; /* 24px */
}

.settings-nav-btn {
    padding-bottom: 1rem; /* 16px */
    border-bottom: 2px solid transparent;
    color: #a1a1aa; /* text-zinc-400 */
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    background: none;
    cursor: pointer;
}

.settings-nav-btn:hover {
    color: #ffffff; /* text-white */
}

.settings-nav-btn.active {
    color: #ffffff; /* text-white */
    font-weight: 600;
    border-bottom-color: #3b82f6; /* border-blue-500 */
}

.settings-content.hidden {
    display: none;
}


#track-upload-form .tooltip, #sample-pack-upload-form .tooltip, #kontakt-library-upload-form .tooltip {
    width: 271px;
    left: -18px;
}

#settings .tooltip {
    width: 295px;
    left: -29px;
}


#pix-fields .tooltip {
    left: -10px;
    color: #a1a1aa;
}





.cat_nav_account .active-nav-button:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    width: 6px;
    height: 6px;
    background-color: #f7f7f7;
    border-radius: 50%;
}


.cat_nav_account a {
    color: rgb(156 163 175) !important;
    transition: all ease .3s;
}

.cat_nav_account a:hover {
    color: white !important;
}


.cat_nav_account .active-nav-button {
    color: white !important;
}


@media (max-width: 500px) {
    .sidebar_account {
        display: none !important;
    }
}


/* Correção para a física do container de notificação quando oculto */
#notification-container.hidden,
#notification-container[style*="display: none"] {
    z-index: -1 !important;
    pointer-events: none !important;
}

/* Oculta o container de notificação em dispositivos móveis */
@media (max-width: 768px) {
    #notification-container {
        display: none !important;
    }
}