body.pt-logged-out {
    padding-top: 60px;
}

body {
    background-color: #f9f9f9;
}

.hero {
    background: #0d6efd;
    color: white;
    padding: 40px 20px;
    text-align: center;
}

.container-form {
    margin-top: 40px;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-left: 6px solid var(--bs-primary);
}

.file-upload-banner {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    background-color: #f9f9f9;
    transition: border-color 0.3s, background-color 0.3s;
}

.file-upload-banner.dragover {
    border-color: #007bff;
    background-color: #eef7ff;
}

.file-upload-banner input[type="file"] {
    display: none;
}

.file-upload-text {
    font-size: 16px;
    color: #555;
}

#file-name {
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}

.navbar {
    margin-bottom: 20px;
}
