.bcs-card-container {
max-width: 800px;
margin: 20px auto;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
} .bcs-card {
background: #ffffff;
border-radius: 20px;
box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.1);
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bcs-card:hover {
transform: translateY(-5px);
box-shadow: 0 30px 45px -15px rgba(0, 0, 0, 0.15);
}
.bcs-card-inner {
display: flex;
flex-wrap: wrap;
padding: 30px;
} .bcs-photo {
flex: 0 0 150px;
margin-right: 30px;
}
.bcs-profile-photo {
width: 150px;
height: 150px;
border-radius: 50%;
object-fit: cover;
border: 3px solid #667eea;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.bcs-placeholder-photo {
width: 150px;
height: 150px;
border-radius: 50%;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 14px;
text-align: center;
} .bcs-info {
flex: 1;
}
.bcs-name {
font-size: 28px;
font-weight: 700;
margin: 0 0 5px 0;
color: #2d3748;
}
.bcs-title {
font-size: 16px;
color: #667eea;
margin: 0 0 5px 0;
font-weight: 500;
}
.bcs-company {
font-size: 14px;
color: #718096;
margin: 0 0 20px 0;
} .bcs-contact-details {
margin: 20px 0;
}
.bcs-contact-item {
margin: 10px 0;
display: flex;
align-items: center;
}
.bcs-icon {
width: 30px;
font-size: 18px;
}
.bcs-contact-item a {
color: #4a5568;
text-decoration: none;
transition: color 0.3s ease;
}
.bcs-contact-item a:hover {
color: #667eea;
} .bcs-social-networks {
display: flex;
gap: 10px;
margin-top: 20px;
flex-wrap: wrap;
}
.bcs-social-icon {
display: inline-block;
padding: 8px 15px;
background: #f7fafc;
border-radius: 25px;
color: #4a5568;
text-decoration: none;
font-size: 13px;
transition: all 0.3s ease;
}
.bcs-social-icon:hover {
background: #667eea;
color: white;
transform: translateY(-2px);
} .bcs-qr-section {
flex: 0 0 150px;
text-align: center;
margin-left: 30px;
}
.bcs-qr-code img {
width: 150px;
height: 150px;
border: 1px solid #e2e8f0;
border-radius: 10px;
padding: 10px;
background: white;
}
.bcs-download-qr {
margin-top: 15px;
padding: 8px 16px;
background: #edf2f7;
border: none;
border-radius: 8px;
cursor: pointer;
font-size: 12px;
transition: background 0.3s ease;
}
.bcs-download-qr:hover {
background: #e2e8f0;
} .bcs-actions {
display: flex;
gap: 15px;
padding: 20px 30px;
background: #f7fafc;
border-top: 1px solid #e2e8f0;
}
.bcs-actions button {
flex: 1;
padding: 12px 20px;
border: none;
border-radius: 10px;
cursor: pointer;
font-weight: 600;
transition: all 0.3s ease;
}
.button-primary {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
}
.button-primary:hover {
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}
.button {
background: white;
color: #4a5568;
border: 1px solid #e2e8f0;
}
.button:hover {
background: #f7fafc;
border-color: #cbd5e0;
} .bcs-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
}
.bcs-modal-content {
background: white;
padding: 30px;
border-radius: 20px;
max-width: 500px;
width: 90%;
position: relative;
max-height: 90vh;
overflow-y: auto;
}
.bcs-modal-close {
position: absolute;
top: 15px;
right: 20px;
font-size: 28px;
cursor: pointer;
color: #a0aec0;
}
.bcs-modal-close:hover {
color: #4a5568;
}
.bcs-modal-content h3 {
margin-top: 0;
color: #2d3748;
}
.bcs-modal-content input,
.bcs-modal-content textarea,
.bcs-modal-content select {
width: 100%;
padding: 10px;
margin-top: 5px;
margin-bottom: 15px;
border: 1px solid #e2e8f0;
border-radius: 8px;
font-size: 14px;
}
.bcs-modal-content label {
font-weight: 600;
color: #4a5568;
} .bcs-dashboard {
padding: 20px;
background: #f7fafc;
border-radius: 20px;
}
.bcs-dashboard-actions {
margin-bottom: 30px;
display: flex;
gap: 15px;
}
.bcs-cards-table {
width: 100%;
background: white;
border-radius: 15px;
overflow: hidden;
border-collapse: collapse;
}
.bcs-cards-table th,
.bcs-cards-table td {
padding: 15px;
text-align: left;
border-bottom: 1px solid #e2e8f0;
}
.bcs-cards-table th {
background: #f7fafc;
font-weight: 600;
color: #4a5568;
}
.bcs-status {
display: inline-block;
padding: 4px 12px;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
}
.bcs-status.publish {
background: #c6f6d5;
color: #22543d;
}
.bcs-status.draft {
background: #fed7d7;
color: #742a2a;
}
.bcs-actions a {
margin-right: 10px;
color: #667eea;
text-decoration: none;
} .bcs-directory {
padding: 20px;
}
.bcs-directory-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 30px;
}
.bcs-directory-card {
background: white;
border-radius: 15px;
padding: 20px;
text-align: center;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}
.bcs-directory-card:hover {
transform: translateY(-5px);
}
.bcs-directory-card img {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
margin-bottom: 15px;
}
.bcs-directory-card h3 {
margin: 10px 0 5px;
color: #2d3748;
}
.bcs-directory-card p {
margin: 5px 0;
color: #718096;
}
.bcs-pagination {
margin-top: 40px;
text-align: center;
} @media (max-width: 768px) {
.bcs-card-inner {
flex-direction: column;
text-align: center;
}
.bcs-photo {
margin-right: 0;
margin-bottom: 20px;
}
.bcs-qr-section {
margin-left: 0;
margin-top: 20px;
}
.bcs-actions {
flex-direction: column;
}
.bcs-contact-item {
justify-content: center;
}
.bcs-social-networks {
justify-content: center;
}
}