body {
    font-family: 'Poppins', sans-serif;
    background-color: #f4f4f4;
    text-align: center;
    margin: 50px;
}

.dublagem-container {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.dublagem-title {
    color: #28a745;
    font-size: 28px;
    margin-bottom: 20px;
}

.dublagem-form {
    display: flex;
    flex-direction: column;
}

.input-group {
    margin-bottom: 20px;
    text-align: left;
}

.input-group label {
    font-size: 16px;
    font-weight: bold;
}

.input-group input,
.input-group select {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
}

.submit-btn {
    padding: 14px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #218838;
}

.status-container {
    margin-top: 30px;
}

.status-message {
    font-size: 18px;
    color: #333;
}

.file-urls ul {
    list-style: none;
    padding: 0;
}

.file-urls a {
    color: #28a745;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-top: 5px;
}

.file-urls a:hover {
    text-decoration: underline;
}

.music-info {
    margin-top: 16px;
    padding: 16px;
    background: #ffffff;
    border-left: 5px solid #007bff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: background-color 0.3s ease;
}

.music-info:hover {
    background-color: #f0f8ff;
}

.info-title {
    margin-top: 12px;
    margin-bottom: 4px;
    font-size: 1rem;
    color: #007bff;
}

.info-text {
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #333;
}

/* Estilo básico para as abas */
.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.tab-button {
    padding: 10px 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-right: 10px;
    font-size: 16px;
}

.tab-button.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.form-container {
    display: none;
}

.form-container.active {
    display: block;
}

.submit-btn {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.submit-btn:hover {
    background-color: #218838;
}
