.inf-search-btn i.fa,
.inf-public-no-image i.fa,
.inf-view-details-btn i.fa,
.inf-social-link i.fab,
.inf-social-btn i.fab,
.inf-contact-item i.fa {
display: inline-block;
vertical-align: middle;
line-height: 1;
} .inf-public-listing {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
} .inf-public-listing.inf-access-denied {
min-height: 400px;
display: flex;
align-items: center;
justify-content: center;
}
.inf-access-message {
text-align: center;
max-width: 500px;
padding: 60px 40px;
background: white;
border-radius: 12px;
box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
.inf-access-message .inf-icon {
font-size: 80px;
line-height: 1;
margin-bottom: 20px;
opacity: 0.7;
}
.inf-access-message h2 {
font-size: 28px;
color: #333;
margin: 0 0 15px 0;
}
.inf-access-message p {
font-size: 16px;
color: #666;
line-height: 1.6;
margin: 15px 0;
}
.inf-access-message small {
font-size: 14px;
color: #999;
}
.inf-access-message .inf-btn {
display: inline-block;
margin-top: 25px;
padding: 14px 35px;
background: #0073aa;
color: white;
text-decoration: none;
border-radius: 50px;
font-size: 16px;
font-weight: 600;
transition: all 0.3s ease;
}
.inf-access-message .inf-btn:hover {
background: #005a87;
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(0, 115, 170, 0.3);
} .inf-public-filters { margin-bottom:30px !important;
}
.inf-search-box {
margin-bottom: 20px;
}
.inf-search-form {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.inf-search-input {
flex: 1;
min-width: 250px;
padding: 12px 20px;
border: 2px solid #ddd;
border-radius: 50px;
font-size: 16px;
transition: all 0.3s ease;
}
.inf-search-input:focus {
outline: none;
border-color: #ff00e1;
box-shadow: 0 0 0 3px rgba(255, 0, 225, 0.1);
}
.inf-search-btn {
padding: 0px 30px !important;
background: #000 !important;
color: white;
border: none;
border-radius: 50px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 8px;
height: 45px !important;
margin-top:8px !important;
}
.inf-search-btn:hover {
background: #666 !important;
color:#000 !important;  }
.inf-search-btn i.fa {
font-size: 20px;
width: 20px;
height: 20px;
}
.inf-filter-boxes {
display: flex;
gap: 15px;
flex-wrap: wrap;
align-items: flex-end;
}
.inf-filter-box {
flex: 1;
min-width: 200px;
}
.inf-filter-box label {
display: block;
font-weight: 600;
margin-bottom: 8px;
color: #333;
}
.inf-filter-box select {
width: 100%;
padding: 10px 15px;
border: 2px solid #ddd;
border-radius: 40px;
font-size: 15px;
background: white;
cursor: pointer;
transition: all 0.3s ease;
}
.inf-filter-box select:focus {
outline: none;
border-color: #ff00e1;
} .inf-selected-categories {
margin-top: 10px;
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.inf-category-tag {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 6px 12px;
background: #ff00e1;
color: white;
border-radius: 20px;
font-size: 13px;
font-weight: 500;
white-space: nowrap;
}
.inf-category-tag .remove {
cursor: pointer;
font-size: 18px;
line-height: 1;
opacity: 0.8;
transition: opacity 0.2s;
}
.inf-category-tag .remove:hover {
opacity: 1;
} .inf-apply-filters {
margin-top: 10px;
padding: 10px 24px;
background: #000;
color: white;
border: none;
border-radius: 40px;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
}
.inf-apply-filters:hover {
background: #666;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(255, 0, 225, 0.3);
} .inf-custom-multiselect {
position: relative;
width: 100%;
}
.inf-multiselect-trigger {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 10px 15px;
border: 2px solid #ddd;
border-radius: 40px;
font-size: 15px;
background: white;
cursor: pointer;
transition: all 0.3s ease;
}
.inf-multiselect-trigger:hover {
border-color: #bbb;
}
.inf-custom-multiselect.open .inf-multiselect-trigger {
border-color: #ff00e1;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
.inf-multiselect-label {
flex: 1;
color: #666;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.inf-custom-multiselect.open .inf-multiselect-label {
color: #333;
}
.inf-multiselect-arrow {
margin-left: 10px;
font-size: 12px;
color: #666;
transition: transform 0.3s ease;
}
.inf-custom-multiselect.open .inf-multiselect-arrow {
transform: rotate(180deg);
}
.inf-multiselect-dropdown {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: white;
border: 2px solid #ff00e1;
border-top: none;
border-radius: 0 0 12px 12px;
max-height: 300px;
overflow-y: auto;
z-index: 1000;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
display: none;
margin-top: -2px;
}
.inf-custom-multiselect.open .inf-multiselect-dropdown {
display: block;
}
.inf-multiselect-option {
display: flex;
align-items: center;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease;
margin: 0;
border-bottom: 1px solid #f0f0f0;
}
.inf-multiselect-option:last-child {
border-bottom: none;
}
.inf-multiselect-option:hover {
background-color: #f9f9f9;
}
.inf-multiselect-option input[type="checkbox"] {
margin: 0 10px 0 0;
cursor: pointer;
width: 18px;
height: 18px;
accent-color: #ff00e1;
}
.inf-multiselect-option span {
flex: 1;
color: #333;
font-size: 15px;
}
.inf-multiselect-option input[type="checkbox"]:checked + span {
font-weight: 600;
color: #ff00e1;
} .inf-multiselect-dropdown::-webkit-scrollbar {
width: 8px;
}
.inf-multiselect-dropdown::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 0 0 12px 0;
}
.inf-multiselect-dropdown::-webkit-scrollbar-thumb {
background: #ccc;
border-radius: 4px;
}
.inf-multiselect-dropdown::-webkit-scrollbar-thumb:hover {
background: #999;
}
.inf-clear-filters {
padding: 10px 20px;
background: #f0f0f0;
color: #666;
text-decoration: none;
border-radius: 40px;
font-size: 14px;
font-weight: 600;
transition: all 0.3s ease;
white-space: nowrap;
}
.inf-clear-filters:hover {
background: #e0e0e0;
color: #333;
} .inf-results-count {
font-size: 18px;
font-weight: 600;
color: #333;
margin-bottom: 25px;
padding-bottom: 15px;
border-bottom: 2px solid #eee;
} .inf-public-grid {
display: grid;
gap: 30px;
margin-bottom: 30px;
} .inf-public-listing[data-columns="3"] .inf-public-grid {
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
} .inf-public-listing[data-columns="2"] .inf-public-grid {
grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
} .inf-public-listing[data-columns="4"] .inf-public-grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
} .inf-public-card {
background: white;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
transition: all 0.3s ease;
display: flex;
flex-direction: column;
}
.inf-public-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}
.inf-public-card-image {
position: relative;
width: 100%;
padding-bottom: 100%; overflow: hidden;
background: #f5f5f5;
}
.inf-public-card-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.inf-public-card:hover .inf-public-card-image img {
transform: scale(1.05);
}
.inf-public-no-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.inf-public-no-image i.fa {
font-size: 80px;
width: 80px;
height: 80px;
color: rgba(255,255,255,0.5);
}
.inf-public-card-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.3s ease;
}
.inf-public-card:hover .inf-public-card-overlay {
opacity: 1;
}
.inf-view-details-btn {
padding: 0px 10px !important;
background: white !important;
border:1px solid #000 !important;
color: #000 !important;
border: none;
border-radius: 50px;
font-size: 13px;
font-weight: 500 !important;
cursor: pointer;
display: flex;
align-items: center;
gap: 8px;
height: 40px;
transition: all 0.3s ease;
}
.inf-view-details-btn:hover {
transform: scale(1.1);
box-shadow: 0 4px 20px rgba(255,255,255,0.3);
background:#000 !important;
color:#fff !important;
}
.inf-add-feedback-btn{
padding: 0px 10px !important;
background: #ff00e1 !important;
border:1px solid #ff00e1 !important;
color: #fff !important;
border: none;
border-radius: 50px;
font-size: 13px;
font-weight: 500 !important;
cursor: pointer;
display: flex;
align-items: center;
gap: 8px;
height: 40px;
transition: all 0.3s ease;
}
.inf-add-feedback-btn:hover {
transform: scale(1.1);
box-shadow: 0 4px 20px rgba(255,255,255,0.3);
background:#fff !important;
color:#ff00e1 !important;
}
.inf-view-details-btn i.fa {
font-size: 20px;
width: 20px;
height: 20px;
}
.inf-public-card-content {
padding: 25px;
flex: 1;
display: flex;
flex-direction: column;
}
.inf-public-card-title {
margin: 0 0 15px 0;
font-size: 22px;
font-weight: 700;
color: #333;
line-height: 1.3;
}
.inf-public-categories {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 15px;
}
.inf-public-category {
display: inline-block;
padding: 6px 16px;
background: #ff00e1;
color: white;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.inf-public-social {
margin-bottom: 15px;
}
.inf-social-link {
display: flex;
align-items: center;
gap: 8px;
padding: 8px 0;
color: #666;
text-decoration: none;
font-size: 14px;
transition: color 0.3s ease;
}
.inf-social-link:hover {
color: #0073aa;
}
.inf-social-link i.fab {
font-size: 18px;
width: 18px;
height: 18px;
}
.inf-social-link.inf-instagram:hover { color: #E1306C; }
.inf-social-link.inf-tiktok:hover { color: #000000; }
.inf-social-link.inf-youtube:hover { color: #FF0000; }
.inf-social-link.inf-twitter:hover { color: #1DA1F2; }
.inf-social-link.inf-facebook:hover { color: #1877F2; }
.inf-social-link.inf-linkedin:hover { color: #0A66C2; }
.inf-social-link.inf-twitch:hover { color: #9146FF; }
.inf-social-link.inf-pinterest:hover { color: #E60023; }
.inf-social-link.inf-snapchat:hover { color: #FFFC00; }
.inf-social-link.inf-portfolio:hover { color: #0073aa; }
.inf-public-hashtag {
color: #0073aa;
font-weight: 600;
font-size: 14px;
margin: 10px 0;
}
.inf-public-tags {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-top: auto;
padding-top: 15px;
}
.inf-public-tag {
display: inline-block;
padding: 5px 12px;
background: #f0f0f0;
color: #666;
border-radius: 15px;
font-size: 11px;
font-weight: 600;
}
.inf-public-tag-more {
display: inline-block;
padding: 5px 12px;
background: #e0e0e0;
color: #999;
border-radius: 15px;
font-size: 11px;
font-weight: 600;
}
.inf-public-contact {
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #eee;
}
.inf-contact-item {
display: flex;
align-items: center;
gap: 8px;
margin: 8px 0;
font-size: 13px;
}
.inf-contact-item a {
color: #0073aa;
text-decoration: none;
}
.inf-contact-item a:hover {
text-decoration: underline;
} .inf-card-rating {
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #eee;
}
.inf-rating-buttons {
display: flex;
gap: 8px;
justify-content: center;
margin-bottom: 5px;
}
.inf-rating-btn {
flex: 1;
padding: 8px 12px;
background: #fff;
border: 2px solid #ddd;
border-radius: 8px;
cursor: pointer;
font-size: 20px;
transition: all 0.3s ease;
text-align: center;
}
.inf-rating-btn:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.inf-rating-btn.inf-rating-like.active {
background: #28a745;
border-color: #28a745;
box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}
.inf-rating-btn.inf-rating-doubt.active {
background: #ffc107;
border-color: #ffc107;
box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}
.inf-rating-btn.inf-rating-dislike.active {
background: #dc3545;
border-color: #dc3545;
box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}
.inf-rating-saved {
text-align: center;
font-size: 12px;
color: #28a745;
margin-top: 5px;
font-weight: 600;
} .inf-no-results {
text-align: center;
padding: 60px 20px;
background: #f9f9f9;
border-radius: 12px;
}
.inf-no-results p {
font-size: 18px;
color: #666;
margin-bottom: 20px;
}
.inf-btn {
display: inline-block;
padding: 12px 30px;
border-radius: 50px;
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
text-decoration: none;
cursor: pointer;
transition: all 0.3s ease;
}
.inf-btn-primary {
background: #ff00e1 !important;
color: white !important;
border:1px solid #ff00e1;
}
.inf-btn-primary:hover {
background: none !important;
color:#ff00e1 !important; } .inf-public-modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.8);
z-index: 999999;
opacity: 0;
transition: opacity 0.3s ease;
}
.inf-public-modal.active {
display: flex;
align-items: center;
justify-content: center;
opacity: 1;
}
.inf-public-modal-dialog {
width: 90%;
max-width: 1100px;
max-height: 80vh; animation: slideIn 0.3s ease;
}
@keyframes slideIn {
from {
transform: translateY(-50px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
.inf-public-modal-content {
background: white;
border-radius: 12px;
position: relative;
}
.inf-public-modal-close {
position: absolute;
top: 20px;
right: 20px;
width: 40px;
height: 40px;
background: rgba(0,0,0,0.7);
color: white;
border: none;
border-radius: 50%;
font-size: 24px;
line-height: 1;
cursor: pointer;
z-index: 10;
transition: all 0.3s ease;
}
.inf-public-modal-close:hover {
background: rgba(0,0,0,0.9);
transform: rotate(90deg);
}
.inf-public-modal-body {
padding: 40px;
max-height: calc(85vh - 80px);
overflow-y: auto;
}
.inf-loading {
text-align: center;
padding: 40px;
font-size: 18px;
color: #999;
} .inf-detail-view {
display: grid;
gap: 30px;
}
.inf-detail-content h2 {
margin: 0 0 20px 0;
font-size: 32px;
color: #333;
}
.inf-detail-categories {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 20px;
}
.inf-detail-category {
padding: 8px 20px;
background: #ff00e1;
color: white;
border-radius: 25px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
}
.inf-detail-description {
font-size: 16px;
line-height: 1.8;
color: #555;
margin-bottom: 25px;
}
.inf-additional-info {
margin: 25px 0;
}
.inf-additional-info-divider {
height: 1px;
background: #ddd;
margin: 0 0 20px 0;
}
.inf-additional-info-content {
font-size: 15px;
line-height: 1.7;
color: #666;
}
.inf-additional-info-content p {
margin-bottom: 12px;
}
.inf-additional-info-content p:last-child {
margin-bottom: 0;
}
.inf-detail-hashtag {
font-size: 18px;
color: #0073aa;
font-weight: 600;
margin-bottom: 25px;
}
.inf-detail-social h3,
.inf-detail-tags h3,
.inf-detail-gallery h3 {
font-size: 20px;
margin: 25px 0 15px 0;
color: #333;
}
.inf-social-links-large {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.inf-social-btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 15px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
font-size: 15px;
transition: all 0.3s ease;
}
.inf-social-btn i.fab {
font-size: 20px;
width: 20px;
height: 20px;
}
.inf-instagram-btn {
background: #000 !important;
color: white !important;
border:1px solid #000 !important
}
.inf-instagram-btn:hover {
background: none !important;
color:#000 !important; }
.inf-tiktok-btn {
background: #000000;
color: white;
}
.inf-tiktok-btn:hover {
background: #333;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.inf-youtube-btn {
background: #FF0000;
color: white;
}
.inf-youtube-btn:hover {
background: #CC0000;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(255, 0, 0, 0.4);
}
.inf-twitter-btn {
background: #1DA1F2;
color: white;
}
.inf-twitter-btn:hover {
background: #0d8bd9;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(29, 161, 242, 0.4);
}
.inf-facebook-btn {
background: #1877F2;
color: white;
}
.inf-facebook-btn:hover {
background: #0d5dbf;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(24, 119, 242, 0.4);
}
.inf-linkedin-btn {
background: #0A66C2;
color: white;
}
.inf-linkedin-btn:hover {
background: #004182;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(10, 102, 194, 0.4);
}
.inf-twitch-btn {
background: #9146FF;
color: white;
}
.inf-twitch-btn:hover {
background: #772CE8;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(145, 70, 255, 0.4);
}
.inf-pinterest-btn {
background: #E60023;
color: white;
}
.inf-pinterest-btn:hover {
background: #AD081B;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(230, 0, 35, 0.4);
}
.inf-snapchat-btn {
background: #FFFC00;
color: #000;
}
.inf-snapchat-btn:hover {
background: #F7D000;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(255, 252, 0, 0.4);
}
.inf-portfolio-btn {
background: #000;
color: white !important;
}
.inf-portfolio-btn:hover {
background: #ff00e1; }
.inf-tags-list {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.inf-detail-tag {
padding: 8px 18px;
background: #f0f0f0;
color: #666;
border-radius: 20px;
font-size: 14px;
font-weight: 600;
}
.inf-gallery-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
gap: 15px;
}
.inf-gallery-item {
display: block;
position: relative;
padding-bottom: 100%;
overflow: hidden;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: all 0.3s ease;
margin:10px 0;
}
.inf-gallery-item:hover {
transform: scale(1.05);
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.inf-gallery-item img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.inf-more-info {
text-align: center;
padding: 20px;
background: #f9f9f9;
border-radius: 8px;
margin-top: 30px;
color: #666;
font-size: 15px;
} @media (max-width: 768px) {
.inf-public-listing {
padding: 15px;
}
.inf-public-filters {
padding: 20px 15px !important;
}
.inf-search-form {
flex-direction: column;
}
.inf-search-input {
min-width: 100%;
}
.inf-search-btn {
width: 100%;
justify-content: center;
}
.inf-filter-boxes {
flex-direction: column;
}
.inf-filter-box {
width: 100%;
}
.inf-public-grid {
grid-template-columns: 1fr !important;
gap: 20px;
}
.inf-public-modal-dialog {
width: 95%;
max-height: 95vh;
}
.inf-public-modal-body {
padding: 20px;
}
.inf-detail-content h2 {
font-size: 24px;
}
.inf-social-links-large {
flex-direction: column;
}
.inf-social-btn {
width: 100%;
justify-content: center;
}
.inf-gallery-grid {
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
gap: 10px;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.inf-public-listing[data-columns="4"] .inf-public-grid {
grid-template-columns: repeat(3, 1fr);
}
} .inf-admin-selection-toolbar {
position: sticky;
top: 10px;
z-index: 100; background:#ff00e1;
color: white !important;
padding: 15px 25px;
border-radius: 12px;
margin-bottom: 25px;
box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
animation: slideDown 0.3s ease-out;
}
@keyframes slideDown {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.inf-toolbar-content {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 15px;
}
.inf-selected-count {
display: flex;
align-items: center;
gap: 10px;
font-size: 18px;
font-weight: 600;
}
.inf-selected-count i.fa {
font-size: 24px;
}
.inf-toolbar-actions {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.inf-toolbar-actions .inf-btn {
padding: 10px 20px;
border: none;
border-radius: 50px;
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
gap: 8px;
}
.inf-toolbar-actions .inf-btn-select-all,
.inf-toolbar-actions .inf-btn-deselect-all {
background: rgba(255, 255, 255, 0.2);
color: white;
border: 1px solid rgba(255, 255, 255, 0.3);
}
.inf-toolbar-actions .inf-btn-select-all:hover,
.inf-toolbar-actions .inf-btn-deselect-all:hover {
background: rgba(255, 255, 255, 0.3);
transform: translateY(-2px);
}
.inf-toolbar-actions .inf-btn-primary {
background: white !important;
color: #ff00e1 !important;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
cursor: pointer;
}
.inf-toolbar-actions .inf-btn-primary:hover {
background:#000 !important; } .inf-edit-mode-notice {
display: flex;
align-items: center;
gap: 10px;
font-size: 16px;
background: rgba(255, 255, 255, 0.15);
padding: 10px 20px;
border-radius: 8px;
border-left: 4px solid white;
}
.inf-edit-mode-notice i.fa {
font-size: 20px;
}
.inf-edit-mode-hint {
font-size: 13px;
font-weight: 400;
opacity: 0.9;
font-style: italic;
} .inf-card-checkbox {
position: absolute;
top: 10px;
left: 10px;
z-index: 10;
}
.inf-card-checkbox input[type="checkbox"] {
display: none;
}
.inf-card-checkbox label {
display: block;
width: 32px;
height: 32px;
background: white;
border: 2px solid #ddd;
border-radius: 8px;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
position: relative;
}
.inf-card-checkbox label:hover {
border-color: #ff00e1;
transform: scale(1.1);
}
.inf-card-checkbox input[type="checkbox"]:checked + label {
background: #ff00e1;
border-color: #ff00e1;
}
.inf-card-checkbox input[type="checkbox"]:checked + label::after {
content: "\f00c";
font-family: "Font Awesome 6 Free";
font-weight: 900;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-size: 16px;
}
.inf-public-card {
position: relative;
} #inf-share-modal .inf-public-modal-header {
padding: 25px 30px;
border-bottom: 1px solid #eee;
}
#inf-share-modal .inf-public-modal-header h2 {
margin: 0;
font-size: 24px;
color: #333;
}
#inf-share-modal .inf-public-modal-body {
padding: 30px;
}
.inf-form-group {
margin-bottom: 25px;
}
.inf-form-group label {
display: block;
margin-bottom: 8px;
font-weight: 600;
color: #333;
font-size: 14px;
}
.inf-form-group .required {
color: #dc3545;
}
.inf-form-group input[type="email"],
.inf-form-group textarea {
width: 100%;
padding: 12px 15px;
border: 2px solid #e0e0e0;
border-radius: 8px;
font-size: 14px;
font-family: inherit;
transition: all 0.3s ease;
}
.inf-form-group input[type="email"]:focus,
.inf-form-group textarea:focus {
outline: none;
border-color: #667eea;
box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.inf-form-group textarea {
resize: vertical;
min-height: 120px;
}
.inf-form-group small {
display: block;
margin-top: 5px;
color: #666;
font-size: 12px;
}
.inf-form-actions {
display: flex;
gap: 15px;
justify-content: flex-end;
margin-top: 30px;
}
.inf-form-actions .inf-btn {
padding: 12px 30px;
border: none;
border-radius: 8px;
font-size: 12px !important;
text-transform: uppercase !important;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
gap: 8px;
}
.inf-form-actions .inf-btn-secondary {
background: #ccc;
color: #000;
border:1px solid #ccc;
border-radius:50px;
}
.inf-form-actions .inf-btn-secondary:hover {
background: #000;
border:1px solid #000; color:#fff
}
.inf-form-actions .inf-btn-primary {
background: #ff00e1 !important;border:1px solid #ff00e1 !important;
color: white;
}
.inf-form-actions .inf-btn-primary:hover { background: #000 !important;border:1px solid #000 !important;
}
.inf-form-actions .inf-btn-primary:disabled {
opacity: 0.6;
cursor: not-allowed;
transform: none;
}
.inf-form-actions .inf-btn-draft {
background: #f0f0f0 !important;
border: 1px solid #d0d0d0 !important;
color: #333 !important;
border-radius: 10em;
}
.inf-form-actions .inf-btn-draft:hover {
background: #666 !important;
border: 1px solid #666 !important;
color: #fff !important;
}
.inf-share-messages {
margin-top: 20px;
}
.inf-success-message,
.inf-error-message {
padding: 15px 20px;
border-radius: 8px;
margin-bottom: 15px;
}
.inf-success-message {
background: #d4edda;
border: 1px solid #c3e6cb;
color: #155724;
}
.inf-error-message {
background: #f8d7da;
border: 1px solid #f5c6cb;
color: #721c24;
}
.inf-link-generated {
background: #f8f9fa;
padding: 20px;
border-radius: 8px;
margin-top: 15px;
}
.inf-link-generated p {
margin: 0 0 10px 0;
font-weight: 600;
}
.inf-link-generated input[type="text"] {
width: 100%;
padding: 12px;
border: 2px solid #e0e0e0;
border-radius: 8px;
font-size: 13px;
font-family: monospace;
margin-bottom: 10px;
}
.inf-link-generated .inf-btn-small {
padding: 8px 16px;
background: #667eea;
color: white;
border: none;
border-radius: 6px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
gap: 6px;
}
.inf-link-generated .inf-btn-small:hover {
background: #5568d3;
transform: translateY(-1px);
} @media (max-width: 768px) {
.inf-toolbar-content {
flex-direction: column;
align-items: stretch;
}
.inf-toolbar-actions {
justify-content: stretch;
}
.inf-toolbar-actions .inf-btn {
flex: 1;
justify-content: center;
}
.inf-form-actions {
flex-direction: column;
}
.inf-form-actions .inf-btn {
width: 100%;
justify-content: center;
} .inf-detail-layout {
flex-direction: column !important;
}
.inf-detail-image {
width: 100% !important;
max-width: 100% !important;
}
.inf-detail-content h2 {
font-size: 24px;
}
}
@media (min-width: 769px) and (max-width: 1024px) { .inf-detail-image {
width: 280px;
max-width: 35%;
}
} .inf-detail-layout {
display: flex;
gap: 30px;
align-items: flex-start;
}
.inf-detail-image {
flex-shrink: 0;
width: 350px;
max-width: 40%;
}
.inf-detail-image img {
width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.inf-detail-content {
flex: 1;
min-width: 0;
} .inf-lightbox {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.95);
z-index: 9999999;
opacity: 0;
transition: opacity 0.3s ease;
}
.inf-lightbox.active {
display: flex;
align-items: center;
justify-content: center;
opacity: 1;
}
.inf-lightbox-close {
position: absolute;
top: 20px;
right: 20px;
width: 50px;
height: 50px;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border: 2px solid rgba(255, 255, 255, 0.2);
color: white;
border-radius: 50%;
font-size: 30px;
line-height: 1;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
}
.inf-lightbox-close:hover {
background: rgba(255, 255, 255, 0.2);
transform: rotate(90deg);
}
.inf-lightbox-content {
max-width: 90%;
max-height: 90vh;
position: relative;
animation: zoomIn 0.3s ease;
}
@keyframes zoomIn {
from {
transform: scale(0.8);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
.inf-lightbox-content img {
max-width: 100%;
max-height: 90vh;
width: auto;
height: auto;
display: block;
border-radius: 8px;
box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
}
.inf-lightbox-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 50px;
height: 50px;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border: 2px solid rgba(255, 255, 255, 0.2);
color: white;
border-radius: 50%;
font-size: 24px;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}
.inf-lightbox-nav:hover {
background: rgba(255, 255, 255, 0.2);
}
.inf-lightbox-prev {
left: -70px;
}
.inf-lightbox-next {
right: -70px;
}
.inf-lightbox-counter {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
background: rgba(0, 0, 0, 0.7);
color: white;
padding: 8px 20px;
border-radius: 20px;
font-size: 14px;
font-weight: 600;
} .inf-gallery-item.inf-lightbox-trigger {
cursor: zoom-in;
position: relative;
}
.inf-gallery-item.inf-lightbox-trigger::before {
content: '\f00e';
font-family: "Font Awesome 6 Free";
font-weight: 900;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-size: 32px;
z-index: 2;
opacity: 0;
transition: opacity 0.3s ease;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.inf-gallery-item.inf-lightbox-trigger::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
opacity: 0;
transition: opacity 0.3s ease;
z-index: 1;
}
.inf-gallery-item.inf-lightbox-trigger:hover::before,
.inf-gallery-item.inf-lightbox-trigger:hover::after {
opacity: 1;
}
@media (max-width: 768px) {
.inf-lightbox-nav {
width: 40px;
height: 40px;
font-size: 20px;
}
.inf-lightbox-prev {
left: 10px;
}
.inf-lightbox-next {
right: 10px;
}
.inf-lightbox-close {
width: 40px;
height: 40px;
font-size: 24px;
}
} #inf-cc-recipients-container {
margin-top: 10px;
}
.inf-cc-recipient-item {
position: relative;
margin-bottom: 15px;
padding: 15px;
background: #f9f9f9;
border: 1px solid #e0e0e0;
border-radius: 6px;
transition: all 0.2s ease;
}
.inf-cc-recipient-item:hover {
border-color: #ccc;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.inf-remove-cc-recipient {
position: absolute;
top: 10px;
right: 10px;
background: #dc3232;
color: #fff;
border: none;
border-radius: 50%;
width: 28px;
height: 28px;
cursor: pointer;
font-size: 16px;
line-height: 1;
transition: all 0.2s ease;
}
.inf-remove-cc-recipient:hover {
background: #b71c1c;
transform: scale(1.1);
}
.inf-cc-type-radio {
margin-right: 5px;
}
.inf-cc-existing-field,
.inf-cc-new-field {
margin-left: 25px;
}
.inf-cc-select,
.inf-cc-name,
.inf-cc-email {
width: 100%;
padding: 10px;
border: 2px solid #ddd;
border-radius: 6px;
font-size: 14px;
transition: border-color 0.2s ease;
}
.inf-cc-select:focus,
.inf-cc-name:focus,
.inf-cc-email:focus {
outline: none;
border-color: #667eea;
box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
#inf-add-cc-recipient {
margin-top: 10px;
}
#inf-add-cc-recipient i {
margin-right: 5px;
}