/* Legal footer for privacy/terms pages */
.legal-footer {
width: 100%;
margin-top: 48px;
padding: 4px 0 8px 0;
background: linear-gradient(90deg, #f7faff 60%, #e3f0ff 100%);
border-top: 1px solid #e0e8f0;
text-align: center;
font-size: 1em;
color: #0056b3;
}
.legal-footer .copyright {
color: #0056b3;
font-size: 0.98em;
letter-spacing: 0.01em;
margin-right: 50rem;
}
/* Legal footer for options/settings */
.legal-footer {
width: 100%;
margin-top: 48px;
padding: 18px 0 8px 0;
background: linear-gradient(90deg, #f7faff 60%, #e3f0ff 100%);
border-top: 1px solid #e0e8f0;
position: fixed;
left: 0;
bottom: 0;
z-index: 10;
text-align: center;
}
.legal-links {
font-size: 1.08em;
letter-spacing: 0.01em;
color: #0056b3;
}
.legal-links a {
color: #007bff;
text-decoration: none;
font-weight: 500;
padding: 0 8px;
transition: color 0.2s;
}
.legal-links a:hover {
color: #003366;
text-decoration: underline;
}
.legal-links .divider {
color: #b0c4de;
font-weight: 400;
padding: 0 2px;
}
/* Legal links section for options/settings */
.legal-links {
text-align: center;
font-size: 1.08em;
letter-spacing: 0.01em;
color: #0056b3;
}
.legal-links a {
color: #007bff;
text-decoration: none;
font-weight: 500;
padding: 0 8px;
transition: color 0.2s;
}
.legal-links a:hover {
color: #003366;
text-decoration: underline;
}
.legal-links .divider {
color: #b0c4de;
font-weight: 400;
padding: 0 2px;
}
/* ApplyAI Chrome Extension Styles */
/* Base Styles */
body {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
background: #f8f9fa;
color: #333;
line-height: 1.6;
}
/* Common Components */
.button {
background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
color: white;
border: none;
padding: 12px 24px;
border-radius: 8px;
cursor: pointer;
font-size: 14px;
font-weight: 600;
transition: all 0.3s ease;
margin-right: 10px;
box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
position: relative;
overflow: hidden;
}
.button::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: left 0.5s ease;
}
.button:hover {
background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}
.button:hover::before {
left: 100%;
}
.button:active {
transform: translateY(0px);
box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}
.button:disabled {
background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
cursor: not-allowed;
transform: none;
box-shadow: 0 1px 3px rgba(108, 117, 125, 0.3);
}
.button:disabled::before {
display: none;
}
.button.secondary {
background: linear-gradient(135deg, #4c63d2 0%, #3b52a8 100%);
box-shadow: 0 2px 8px rgba(76, 99, 210, 0.3);
}
.button.secondary:hover {
background: linear-gradient(135deg, #3b52a8 0%, #2a417e 100%);
box-shadow: 0 4px 15px rgba(76, 99, 210, 0.4);
}
.status {
padding: 15px;
border-radius: 6px;
margin: 20px 0;
font-weight: 500;
text-align: center;
font-size: 14px;
}
.status.error {
background: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
}
.status.success {
background: #d4edda;
color: #155724;
border: 1px solid #c3e6cb;
}
.status.info {
background: #e6f3ff;
color: #0066cc;
border: 1px solid #b3d9ff;
}
/* Popup Styles */
.popup-body {
width: 400px;
min-height: 500px;
padding: 20px;
}
.popup-body .button {
width: 100%;
font-size: 15px;
padding: 14px 24px;
border-radius: 10px;
font-weight: 600;
letter-spacing: 0.3px;
}
/* Special Button Styles for Popup Actions */
#generateBtn {
background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
font-size: 16px;
padding: 16px 24px;
}
#generateBtn:hover {
background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}
#autofillBtn {
background: linear-gradient(135deg, #6610f2 0%, #520dc2 100%);
box-shadow: 0 2px 8px rgba(102, 16, 242, 0.3);
}
#autofillBtn:hover {
background: linear-gradient(135deg, #520dc2 0%, #4209a6 100%);
box-shadow: 0 4px 15px rgba(102, 16, 242, 0.4);
}
#downloadBtn {
background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}
#downloadBtn:hover {
background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}
#attachCoverLetterBtn {
background: linear-gradient(135deg, #3d5af1 0%, #2e46c7 100%);
box-shadow: 0 2px 8px rgba(61, 90, 241, 0.3);
}
#attachCoverLetterBtn:hover {
background: linear-gradient(135deg, #2e46c7 0%, #1f329d 100%);
box-shadow: 0 4px 15px rgba(61, 90, 241, 0.4);
}
#regenerateBtn {
background: linear-gradient(135deg, #4c63d2 0%, #3b52a8 100%);
box-shadow: 0 2px 8px rgba(76, 99, 210, 0.3);
}
#regenerateBtn:hover {
background: linear-gradient(135deg, #3b52a8 0%, #2a417e 100%);
box-shadow: 0 4px 15px rgba(76, 99, 210, 0.4);
}
#openOptionsBtn {
background: linear-gradient(135deg, #5a6acf 0%, #4959a5 100%);
box-shadow: 0 2px 8px rgba(90, 106, 207, 0.3);
font-size: 15px;
padding: 14px 24px;
}
#openOptionsBtn:hover {
background: linear-gradient(135deg, #4959a5 0%, #38487b 100%);
box-shadow: 0 4px 15px rgba(90, 106, 207, 0.4);
}
/* Button Icon Styling */
.button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
}
.header {
text-align: center;
margin-bottom: 20px;
color: #2c3e50;
background: linear-gradient(135deg, #007bff 0%, #6610f2 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.header h2 {
margin: 0;
font-size: 24px;
font-weight: 700;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.settings-btn {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
color: white;
border: none;
border-radius: 50%;
width: 36px;
height: 36px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
z-index: 10;
box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}
.settings-btn::after {
content: "";
width: 18px;
height: 18px;
background-image: url('data:image/svg+xml;utf8,');
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.settings-btn:hover {
background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
transform: translateY(-50%) rotate(90deg) scale(1.1);
box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}
.regenerate-btn {
position: absolute;
right: 50px;
top: 50%;
transform: translateY(-50%);
background: linear-gradient(135deg, #4c63d2 0%, #3b52a8 100%);
color: white;
border: none;
border-radius: 50%;
width: 32px;
height: 32px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
z-index: 10;
box-shadow: 0 2px 8px rgba(76, 99, 210, 0.3);
}
.regenerate-btn::after {
content: "";
width: 16px;
height: 16px;
background-image: url('data:image/svg+xml;utf8,');
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.regenerate-btn:hover {
background: linear-gradient(135deg, #3b52a8 0%, #2a417e 100%);
transform: translateY(-50%) rotate(360deg) scale(1.1);
box-shadow: 0 4px 15px rgba(76, 99, 210, 0.4);
}
.delete-btn {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
color: white;
border: none;
border-radius: 50%;
width: 32px;
height: 32px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
z-index: 10;
box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}
.delete-btn::after {
content: "";
width: 16px;
height: 16px;
background-image: url('data:image/svg+xml;utf8,');
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.delete-btn:hover {
background: linear-gradient(135deg, #c82333 0%, #a02622 100%);
transform: translateY(-50%) scale(1.1);
box-shadow: 0 4px 15px rgba(220, 53, 69, 0.4);
}
.section {
background: white;
padding: 20px;
border-radius: 12px;
margin-bottom: 15px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
border: 1px solid rgba(0, 0, 0, 0.05);
transition: box-shadow 0.3s ease;
}
.section:hover {
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}
.section .header {
position: relative;
margin-bottom: 15px;
text-align: left;
}
.section .header h4 {
margin: 0;
color: #2c3e50;
font-size: 18px;
font-weight: 600;
text-align: left;
padding-right: 100px; /* Add padding to prevent overlap with buttons */
}
.cover-letter-preview {
background: #f8f9fa;
padding: 15px;
border-radius: 4px;
border: 1px solid #dee2e6;
margin: 10px 0;
font-family: "Times New Roman", serif;
line-height: 1.5;
white-space: pre-wrap;
max-height: 300px;
overflow-y: auto;
}
.loading {
text-align: center;
padding: 20px;
}
.attachment-actions {
display: flex;
flex-direction: column;
gap: 10px;
}
.attachment-status {
padding: 10px;
border-radius: 4px;
font-size: 14px;
margin-top: 10px;
}
.attachment-status.success {
background: #d4edda;
color: #155724;
border: 1px solid #c3e6cb;
}
.attachment-status.error {
background: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
}
.attachment-status.info {
background: #d1ecf1;
color: #0c5460;
border: 1px solid #b8daff;
}
.action-row {
display: flex;
gap: 10px;
margin-bottom: 10px;
}
.action-row:last-child {
margin-bottom: 0;
}
.button.full-width {
width: 100%;
margin-right: 0;
}
.spinner {
border: 3px solid #f3f3f3;
border-top: 3px solid #007bff;
border-radius: 50%;
width: 30px;
height: 30px;
animation: spin 1s linear infinite;
margin: 0 auto 10px;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.setup-required {
text-align: center;
padding: 20px;
color: #6c757d;
}
.setup-required a {
color: #007bff;
text-decoration: none;
}
.setup-required a:hover {
text-decoration: underline;
}
.job-info {
background: #e9ecef;
padding: 10px;
border-radius: 4px;
margin: 10px 0;
font-size: 12px;
color: #495057;
max-height: 100px;
overflow-y: auto;
}
.actions {
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 15px;
}
.actions .button {
width: auto;
flex: 1;
}
/* Autofill Styles */
.divider {
text-align: center;
margin: 20px 0;
color: #6c757d;
font-size: 14px;
font-weight: 600;
position: relative;
text-transform: uppercase;
letter-spacing: 1px;
}
.divider:before {
content: "";
position: absolute;
top: 50%;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg, transparent 0%, #dee2e6 20%, #dee2e6 80%, transparent 100%);
z-index: 1;
}
.divider:after {
content: attr(data-text);
background: white;
padding: 0 15px;
position: relative;
z-index: 2;
}
.autofill-status {
margin-top: 10px;
padding: 10px;
border-radius: 6px;
background: #e9ecef;
font-size: 13px;
color: #495057;
}
.autofill-status.success {
background: #d4edda;
color: #155724;
border: 1px solid #c3e6cb;
}
.autofill-status.error {
background: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
}
.form-scan-info {
font-size: 12px;
line-height: 1.4;
}
.form-scan-info div {
margin-bottom: 3px;
}
.autofill-message {
font-weight: 500;
display: flex;
align-items: center;
gap: 5px;
}
.autofill-message.info {
color: #0c5460;
}
.autofill-message.success {
color: #155724;
}
.autofill-message.error {
color: #721c24;
}
.autofill-message.warning {
color: #856404;
}
/* Options Page Styles */
.options-body {
max-width: 900px;
margin: 0 auto;
padding: 20px;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
min-height: 100vh;
}
.container {
background: white;
padding: 30px;
border-radius: 15px;
box-shadow: 0 8px 32px rgba(0, 123, 255, 0.15);
border: 1px solid rgba(0, 123, 255, 0.1);
}
.container h1 {
color: #2c3e50;
margin-bottom: 30px;
text-align: center;
background: linear-gradient(135deg, #007bff 0%, #6610f2 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
font-size: 32px;
font-weight: 700;
}
/* Tab Navigation Styles */
.tab-navigation {
display: flex;
border-bottom: 3px solid #e9ecef;
margin-bottom: 30px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-radius: 12px 12px 0 0;
padding: 8px;
}
.tab-button {
background: none;
border: none;
padding: 15px 20px;
cursor: pointer;
font-size: 14px;
font-weight: 600;
color: #6c757d;
border-bottom: 3px solid transparent;
transition: all 0.3s ease;
white-space: nowrap;
min-width: 120px;
text-align: center;
position: relative;
border-radius: 8px;
margin: 0 2px;
}
.tab-button:hover {
color: #007bff;
background: linear-gradient(135deg, #e6f3ff 0%, #cce7ff 100%);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
}
.tab-button.active {
color: white;
background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
border-bottom-color: transparent;
box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
transform: translateY(-2px);
}
.tab-button.active::after {
display: none;
}
/* Tab Content Styles */
.tab-content {
display: none;
animation: fadeIn 0.3s ease-in-out;
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
padding: 30px;
border-radius: 12px;
min-height: 340px;
box-shadow: 0 4px 20px rgba(0, 123, 255, 0.08);
border: 1px solid rgba(0, 123, 255, 0.1);
}
.tab-content.active {
display: block;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
/* Tab-specific Actions */
.tab-actions {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #e9ecef;
text-align: center;
}
.global-actions {
margin-top: 30px;
padding-top: 20px;
border-top: 2px solid rgba(0, 123, 255, 0.1);
text-align: end;
background: linear-gradient(135deg, #e6f3ff 0%, #cce7ff 100%);
padding: 25px;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0, 123, 255, 0.1);
}
.global-actions .button {
font-size: 16px;
padding: 15px 30px;
font-weight: 600;
}
/* Mobile Tab Navigation */
@media (max-width: 768px) {
.tab-navigation {
justify-content: space-between;
}
.tab-button {
font-size: 12px;
padding: 12px 8px;
min-width: auto;
flex: 1;
}
.options-body {
padding: 15px;
}
.container {
padding: 20px;
}
}
/* Form Group Styles */
.form-group {
margin-bottom: 25px;
}
.form-group label {
display: block;
margin-bottom: 8px;
font-weight: 600;
color: #555;
}
.help-text {
font-size: 12px;
color: #6c757d;
margin-bottom: 8px;
}
textarea,
input[type="text"],
input[type="password"] {
width: 100%;
padding: 12px;
border: 2px solid #e9ecef;
border-radius: 8px;
font-size: 14px;
font-family: inherit;
box-sizing: border-box;
transition: all 0.3s ease;
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}
textarea:focus,
input:focus {
outline: none;
border-color: #007bff;
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
background: white;
}
textarea {
min-height: 150px;
resize: vertical;
}
.api-key-input {
font-family: "Courier New", monospace;
}
.actions {
text-align: center;
margin-top: 30px;
padding-top: 20px;
border-top: 1px solid #e9ecef;
}
.template-example {
background: #f8f9fa;
border: 1px solid #e9ecef;
padding: 15px;
border-radius: 6px;
margin-top: 10px;
font-family: "Courier New", monospace;
font-size: 12px;
color: #495057;
}
.template-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
}
.eye-toggle-btn {
background: none;
border: none;
cursor: pointer;
font-size: 16px;
padding: 4px 8px;
border-radius: 4px;
transition: background-color 0.2s ease;
}
.eye-toggle-btn:hover {
background: rgba(0, 123, 255, 0.1);
}
.template-content {
transition: all 0.3s ease;
overflow: hidden;
}
.template-content.hidden {
display: none;
}
.api-instructions {
background: #e9ecef;
padding: 15px;
border-radius: 6px;
margin-top: 10px;
}
.api-instructions a {
color: #007bff;
text-decoration: none;
}
.api-instructions a:hover {
text-decoration: underline;
}
/* File Upload Styles */
.file-upload-label {
display: inline-block;
background: #e9ecef;
color: #333;
border: 1px solid #ced4da;
border-radius: 6px;
padding: 8px 18px;
font-size: 14px;
font-family: inherit;
cursor: pointer;
margin-bottom: 8px;
margin-right: 10px;
transition: background 0.2s, color 0.2s;
}
.file-upload-label:hover {
background: #007bff;
color: #fff;
border-color: #007bff;
}
.file-upload-label.disabled {
background: #f8f9fa;
color: #6c757d;
border-color: #dee2e6;
cursor: not-allowed;
opacity: 0.6;
}
.file-upload-label.disabled:hover {
background: #f8f9fa;
color: #6c757d;
border-color: #dee2e6;
}
.file-upload-input {
display: none;
}
.file-name-display {
display: inline-block;
margin-left: 10px;
color: #28a745;
font-size: 14px;
font-weight: 500;
padding: 4px 8px;
background: #d4edda;
border: 1px solid #c3e6cb;
border-radius: 4px;
margin-bottom: 8px;
}
/* Loading Overlay */
.loading-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
backdrop-filter: blur(2px);
}
.loading-spinner {
background: white;
padding: 30px 40px;
border-radius: 12px;
text-align: center;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
max-width: 300px;
}
.spinner {
width: 50px;
height: 50px;
border: 4px solid #f3f3f3;
border-top: 4px solid #007bff;
border-radius: 50%;
animation: spin 1s linear infinite;
margin: 0 auto 20px auto;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.loading-text {
font-size: 18px;
font-weight: 600;
color: #333;
margin-bottom: 8px;
}
.loading-subtext {
font-size: 14px;
color: #666;
line-height: 1.4;
}
/* Tone Selection Styles */
.tone-options {
margin-top: 10px;
}
.predefined-tones {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 10px;
margin-bottom: 20px;
}
.tone-checkbox {
display: flex;
align-items: center;
padding: 10px;
border: 2px solid #e9ecef;
border-radius: 6px;
cursor: pointer;
transition: border-color 0.2s, background-color 0.2s;
}
.tone-checkbox:hover {
border-color: #007bff;
background-color: #f8f9fa;
}
.tone-checkbox input[type="checkbox"] {
margin-right: 8px;
}
.tone-checkbox input[type="checkbox"]:checked + span {
font-weight: 600;
color: #007bff;
}
.tone-checkbox:has(input[type="checkbox"]:checked) {
border-color: #007bff;
background-color: #e6f3ff;
}
.custom-tone-section {
margin: 20px 0;
padding: 15px;
border: 1px solid #e9ecef;
border-radius: 6px;
background-color: #f8f9fa;
}
.custom-tone-section input[type="text"] {
margin-top: 8px;
}
.selected-tones {
margin-top: 20px;
padding: 15px;
background-color: #e9ecef;
border-radius: 6px;
}
.tone-tag {
display: inline-block;
background: #007bff;
color: white;
padding: 5px 12px;
border-radius: 15px;
margin: 5px 5px 5px 0;
font-size: 12px;
position: relative;
}
.tone-tag .remove-tone {
margin-left: 8px;
cursor: pointer;
font-weight: bold;
}
.tone-tag .remove-tone:hover {
color: #ffc107;
}
/* Preview Page Styles */
.preview-body {
font-family: "Times New Roman", serif;
background: #f8f9fa;
margin: 0;
padding: 30px;
}
.preview-container {
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
padding: 30px;
max-width: 700px;
margin: 40px auto;
}
.preview-actions {
margin-top: 30px;
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 15px;
}
.preview-actions .button {
min-width: 160px;
}
.preview-content {
white-space: pre-wrap;
font-size: 16px;
line-height: 1.7;
}
/* Personal Details Section Styles */
.import-options {
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 15px;
}
.help-text-inline {
color: #6c757d;
font-size: 14px;
font-style: italic;
}
.personal-details-grid {
display: flex;
flex-direction: column;
gap: 25px;
}
.details-section {
border: 1px solid #e9ecef;
border-radius: 8px;
padding: 20px;
background: #f8f9fa;
}
.details-section h3 {
margin: 0 0 15px 0;
color: #2c3e50;
font-size: 16px;
font-weight: 600;
border-bottom: 1px solid #dee2e6;
padding-bottom: 8px;
}
.form-row {
display: flex;
gap: 15px;
margin-bottom: 15px;
}
.form-row:last-child {
margin-bottom: 0;
}
.form-col {
flex: 1;
}
.form-col.full-width {
flex: 2;
}
.form-col label {
display: block;
margin-bottom: 5px;
font-weight: 500;
color: #495057;
font-size: 14px;
}
.form-col input,
.form-col select {
width: 100%;
padding: 10px 12px;
border: 1px solid #ced4da;
border-radius: 6px;
font-size: 14px;
transition: border-color 0.2s, box-shadow 0.2s;
box-sizing: border-box;
}
.form-col input:focus,
.form-col select:focus {
border-color: #007bff;
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
outline: none;
}
.form-col input[type="checkbox"] {
width: auto;
margin-right: 8px;
transform: scale(1.1);
}
.form-col label:has(input[type="checkbox"]) {
display: flex;
align-items: center;
font-weight: normal;
cursor: pointer;
margin-bottom: 0;
}
.form-col label:has(input[type="checkbox"]):hover {
color: #007bff;
}
/* Responsive Design for Personal Details */
@media (max-width: 768px) {
.form-row {
flex-direction: column;
gap: 10px;
}
.details-section {
padding: 15px;
}
.import-options {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
}
/* Dynamic Entries Styles */
.section-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
padding-bottom: 8px;
border-bottom: 1px solid #dee2e6;
}
.section-header h4 {
margin: 0;
color: #495057;
font-size: 14px;
font-weight: 600;
}
.add-entry-btn {
background: #28a745;
color: white;
border: none;
padding: 6px 12px;
border-radius: 4px;
font-size: 12px;
cursor: pointer;
font-weight: 500;
transition: background 0.2s;
}
.add-entry-btn:hover {
background: #218838;
}
.entries-container {
display: flex;
flex-direction: column;
gap: 15px;
}
.entry-item {
border: 1px solid #dee2e6;
border-radius: 6px;
padding: 15px;
background: white;
position: relative;
}
.entry-header {
display: flex;
justify-content: between;
align-items: center;
margin-bottom: 12px;
}
.entry-number {
font-weight: 600;
color: #007bff;
font-size: 13px;
}
.remove-entry-btn {
background: #dc3545;
color: white;
border: none;
padding: 4px 8px;
border-radius: 3px;
font-size: 11px;
cursor: pointer;
font-weight: 500;
position: absolute;
top: 10px;
right: 10px;
}
.remove-entry-btn:hover {
background: #c82333;
}
.entry-fields {
display: flex;
flex-direction: column;
gap: 12px;
}
.entry-row {
display: flex;
gap: 15px;
}
.entry-row .form-col {
flex: 1;
}
.entry-row .form-col.full-width {
flex: 2;
}
.urls-section h4,
.experience-section h4,
.education-section h4 {
margin: 15px 0 10px 0;
color: #495057;
font-size: 14px;
font-weight: 600;
}
.urls-section {
margin-top: 20px;
padding-top: 15px;
border-top: 1px solid #e9ecef;
}
@media (max-width: 768px) {
.entry-row {
flex-direction: column;
gap: 10px;
}
.section-header {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.remove-entry-btn {
position: static;
margin-top: 10px;
align-self: flex-end;
}
}
/* Back navigation for privacy/terms pages */
.back-nav {
margin-bottom: 24px;
text-align: right;
}
.back-button {
display: inline-flex;
align-items: center;
color: #007bff;
text-decoration: none;
font-weight: 500;
font-size: 1em;
padding: 8px 16px;
border: 2px solid #007bff;
border-radius: 8px;
background: transparent;
transition: all 0.2s;
}
.back-button:hover {
background: #007bff;
color: white;
text-decoration: none;
}
/* Popup footer styles */
.popup-footer {
margin-top: 20px;
padding: 12px 16px 8px 16px;
border-top: 1px solid #e1e5e9;
background: linear-gradient(90deg, #f8f9fa 0%, #f1f3f4 100%);
}
.footer-links {
display: flex;
justify-content: center;
align-items: center;
font-size: 12px;
}
.footer-link {
color: #6c757d;
text-decoration: none;
font-weight: 500;
transition: color 0.2s ease;
padding: 4px 8px;
border-radius: 4px;
}
.footer-link:hover {
color: #007bff;
text-decoration: none;
background: rgba(0, 123, 255, 0.05);
}
.footer-separator {
color: #dee2e6;
margin: 0 4px;
font-weight: 300;
}