

.container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #1F2326 !important;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h1, h2 {
    color: #E0E0E0;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
}

.addar {
    padding: 10px 20px;
    background: linear-gradient(#2BC4C3, #2BC4C3);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
    font-family: 'Inter';
}

button:hover {
    background-color: #0056b3;
}

form {
    margin-top: 20px;
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #555;
}

input[type="file"], input[type="text"] {
    width:52%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

input[type="file"]:hover, input[type="text"]:hover {
    border-color: #007bff;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 14px;
}

table th, table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid rgba(224, 224, 224, 0.1) !important;
}

table th {
    background-color: rgba(224, 224, 224, 0.1) !important;
    color: #333;
    font-weight: 600;
}

table tr:hover {
    background-color: #f9f9f9;
}

.file-list .actions a {
    text-decoration: none;
    color: #007bff;
    font-size: 14px;
}

.file-list .actions a:hover {
    text-decoration: underline;
}

.action-button {
    display: inline-block;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.view-button {
    background: linear-gradient(#2BC4C3, #2BC4C3);
    color: #fff;
}

.copy-button {
    background: linear-gradient(#2BC4C3, #2BC4C3);
    color: #fff;
}

@media (max-width: 768px) {
    .container {
        padding: 15px;
    }

    table {
        font-size: 12px;
    }

    input[type="file"], input[type="text"] {
        font-size: 12px;
    }

    button {
        font-size: 12px;
        padding: 8px 15px;
    }
}


.salveandcall {
    padding: 10px 20px;
    background: linear-gradient(#2BC4C3, #2BC4C3);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
    font-family: 'Inter';
}


.imgarquivo {
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 3px;
    background: #fff;
}



/* Estilos específicos para o input file */
#imagem {
    display: none; /* Oculta o input file padrão */
}

.custom-file-upload {
    border: 2px dashed #ddd;
    display: inline-block;
    padding: 60px 120px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #555;
    transition: border-color 0.3s ease;
}

.custom-file-upload:hover {
    border-color: #007bff;
}

.custom-file-upload i {
    font-size: 48px;
    margin-bottom: 10px;
    color: #aaa;
}

.custom-file-upload span {
    display: block;
    margin-top: 10px;
}

/**/

/* Importar a fonte Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

/* Reset básico */


.container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h1, h2 {
    color: #E0E0E0;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
}

.addar {
    padding: 10px 20px;
    background: linear-gradient(#2BC4C3, #2BC4C3);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #0056b3;
}

form {
    margin-top: 20px;
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #555;
}

input[type="file"], input[type="text"] {
    width: 84.2%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

input[type="file"]:hover, input[type="text"]:hover {
    border-color: #007bff;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 14px;
}

table th, table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #eee;
    color: #E0E0E0 !important;
}

table th {
    background-color: #f4f4f4;
    color: #333;
    font-weight: 600;
}

table tr:hover {
    background-color: rgba(224, 224, 224, 0.1);
}

.file-list .actions a {
    text-decoration: none;
    color: #007bff;
    font-size: 14px;
}

.file-list .actions a:hover {
    text-decoration: underline;
}

.action-button {
    display: inline-block;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.view-button {
    background: linear-gradient(#2BC4C3, #2BC4C3);
    color: #fff;
}

.copy-button {
    background: linear-gradient(#2BC4C3, #2BC4C3);
    color: #fff;
}

@media (max-width: 768px) {
    .container {
        padding: 15px;
    }

    table {
        font-size: 12px;
    }

    input[type="file"], input[type="text"] {
        font-size: 12px;
    }

    button {
        font-size: 12px;
        padding: 8px 15px;
    }
}

.salveandcall {
    padding: 10px 20px;
    background: linear-gradient(#2BC4C3, #2BC4C3);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.imgarquivo {
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 3px;
    background: #1F2326 !important;
}

/* Estilos específicos para o input file */
#imagem {
    display: none; /* Oculta o input file padrão */
}

.custom-file-upload {
    border: 2px dashed #ddd;
    display: inline-block;
    padding: 60px 120px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #555;
    transition: border-color 0.3s ease;
}

.custom-file-upload:hover {
    border-color: #007bff;
}

.custom-file-upload i {
    font-size: 48px;
    margin-bottom: 10px;
    color: #aaa;
}

.custom-file-upload span {
    display: block;
    margin-top: 10px;
}

/* Estilo para a mensagem de sucesso */
.copy-success-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    z-index: 1000;
}

.nreb {
    padding: 5px 10px;
    background: linear-gradient(#2BC4C3, #2BC4C3);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
    margin-right: 10px;
}