|
Server IP : 217.21.85.138 / Your IP : 216.73.216.103 Web Server : LiteSpeed System : Linux in-mum-web906.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u915722082 ( 915722082) PHP Version : 7.4.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u915722082/.nvm/../public_html/lohri/user/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
.dropdown-menu.show li h6{
font-weight: 500 !important;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
font-weight: 600 ;
}
.btn-slide-effect {
position: relative;
background: #000;
color: #fff;
overflow: hidden;
z-index: 2;
text-decoration: none;
isolation: isolate;
border: none;
cursor: pointer;
font-size: 14px !important;
padding: 13px 30px !important;
}
#offerCountBadge {
position: absolute !important;
top: 0px !important;
right: -3px !important;
}
.btn.btn-link{
padding-left: 10px !important;
padding-right: 5px !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1.3rem;
padding-left: var(--bs-navbar-nav-link-padding-x);
font-size: 16px;
}
#offerCountBadge,#wishlistCountBadge{
color:white;
}
#wishlistCountBadge{
position: absolute !important;
top: 0px !important;
right: -5px !important;
}
#cartCountBadge {
position: absolute !important;
top: 11px !important;
left: 36px !important;
transform: none !important;
min-width: 18px;
height: 18px;
display: flex;
align-items: center;
justify-content: center;
font-size: 10px;
color: white;
}
.generate-btn {
background: #3b82f6;
color: white;
margin-top: 20px;
padding: 12px 24px;
font-size: 16px;
}
.generate-btn:hover {
background: #2563eb;
}
.generate-btn:disabled {
background: #9ca3af;
cursor: not-allowed;
}
/* Accordion Styles */
.variants-accordion {
margin-top: 30px;
}
.accordion-item {
background: white;
border: 1px solid #e5e7eb;
border-radius: 8px;
margin-bottom: 8px;
overflow: hidden;
}
.accordion-header {
padding: 16px 20px;
background: #f9fafb;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #e5e7eb;
transition: background-color 0.2s;
}
.accordion-header:hover {
background: #f3f4f6;
}
.accordion-header.active {
background: #eff6ff;
}
.variant-info {
display: flex;
align-items: center;
gap: 12px;
}
.variant-image {
width: 40px;
height: 40px;
background: #f3f4f6;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
color: #6b7280;
font-size: 12px;
}
.variant-details h4 {
font-size: 16px;
font-weight: 600;
color: #111827;
margin-bottom: 4px;
}
.variant-details p {
font-size: 13px;
color: #6b7280;
}
.variant-summary {
display: flex;
align-items: center;
gap: 20px;
font-size: 14px;
color: #6b7280;
}
.accordion-content {
padding: 20px;
display: none;
}
.accordion-content.show {
display: block;
}
.combination-item {
background: #f8f9fa;
border: 1px solid #e9ecef;
border-radius: 6px;
padding: 16px;
margin-bottom: 12px;
}
.combination-header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 16px;
}
.combination-image {
width: 50px;
height: 50px;
/* background: #e5e7eb; */
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
color: #6b7280;
font-size: 12px;
}
.combination-name {
font-size: 16px;
font-weight: 600;
color: #111827;
}
.combination-fields {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 16px;
}
.field-group {
display: flex;
flex-direction: column;
gap: 4px;
}
.field-label {
font-size: 13px;
font-weight: 500;
color: #374151;
}
.field-input {
padding: 8px 12px;
border: 1px solid #d1d5db;
border-radius: 4px;
font-size: 14px;
}
.field-input:focus {
outline: none;
border-color: #3b82f6;
box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.accordion-arrow {
transition: transform 0.2s;
}
.accordion-header.active .accordion-arrow {
transform: rotate(180deg);
}
/* Upload Wrapper */
.file-upload-wrapper {
margin: 20px 0;
}
/* Label */
.form-label {
display: block;
margin-bottom: 0.5rem;
font-weight: 500;
color: #181c32;
}
/* Drop Area */
.file-upload-area {
border: 1px dashed #e4e6ef;
border-radius: 0.475rem;
padding: 20px;
text-align: center;
background: #f9f9f9;
cursor: pointer;
transition: all 0.2s ease;
min-height: 150px;
display: flex;
align-items: center;
justify-content: center;
}
.file-upload-area:hover,
.file-upload-area.dragover {
background: #eef6ff;
border-color: #009ef7;
}
/* Upload Icon and Text */
.upload-content {
width: 100%;
}
.upload-icon {
width: 35px;
height: 35px;
margin: 0 auto 10px;
display: block;
color: #009ef7;
}
.upload-text {
color: #181c32;
font-weight: 500;
margin-bottom: 5px;
font-size: 1rem;
}
.upload-hint {
color: #b5b5c3;
font-size: 0.9rem;
}
/* Hide file input */
#file-input {
display: none;
}
/* Preview Grid */
.preview-area {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
gap: 10px;
margin-top: 15px;
}
/* Each Preview Item */
.preview-item {
position: relative;
background: #fff;
border-radius: 0.475rem;
overflow: hidden;
}
/* Preview Image */
.preview-item img {
width: 100%;
height: 120px;
object-fit: cover;
}
/* Overlay on Hover */
.preview-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: white;
opacity: 0;
transition: opacity 0.2s;
}
.preview-item:hover .preview-overlay {
opacity: 1;
}
/* File Size Text */
.file-size {
font-size: 0.8rem;
margin-bottom: 5px;
}
/* Remove Button */
.remove-btn {
background: none;
border: none;
color: #f1416c;
cursor: pointer;
padding: 5px;
}
.remove-btn:hover {
color: #fff;
}
.product-card {
background: #fff;
border-radius: 0.625rem;
padding: 1.5rem;
}
.variant-label {
font-weight: 600;
color: #181c32;
font-size: 0.925rem;
margin-bottom: 1rem;
display: block;
}
/* Custom Select Wrapper */
.custom-select {
position: relative;
width: 100%;
}
.select-trigger {
border: 1px solid #e4e6ef;
border-radius: 0.475rem;
font-size: 0.925rem;
font-weight: 500;
color: #5e6278;
background: #fff;
padding: 0.9rem 2.5rem 0.9rem 0.9rem;
width: 100%;
cursor: pointer;
transition: all 0.2s ease;
display: flex;
align-items: center;
justify-content: space-between;
min-height: 48px;
box-sizing: border-box;
}
.select-trigger:hover {
border-color: #b5b5c3;
}
.select-trigger.active {
border-color: #009ef7;
box-shadow: 0 0 0 0.25rem rgba(0, 158, 247, 0.1);
}
.select-arrow {
position: absolute;
right: 0.9rem;
top: 50%;
transform: translateY(-50%);
transition: transform 0.2s ease;
pointer-events: none;
}
.select-trigger.active .select-arrow {
transform: translateY(-50%) rotate(180deg);
}
.select-dropdown {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #fff;
border: 1px solid #e4e6ef;
border-radius: 0.475rem;
box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
max-height: 200px;
overflow-y: auto;
z-index: 1000;
margin-top: 0.25rem;
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: all 0.2s ease;
}
.select-dropdown.show {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.select-option {
padding: 0.75rem 1rem;
cursor: pointer;
transition: background-color 0.15s ease;
font-size: 0.925rem;
color: #5e6278;
border-bottom: 1px solid #f1f3f6;
}
.select-option:last-child {
border-bottom: none;
}
.select-option:hover {
background-color: #f1f3f6;
color: #181c32;
}
.select-option.selected {
background-color: rgba(0, 158, 247, 0.1);
color: #009ef7;
font-weight: 600;
}
.select-option.selected:hover {
background-color: rgba(0, 158, 247, 0.15);
}
/* Hide native select */
.variant-select {
position: absolute;
opacity: 0;
pointer-events: none;
z-index: -1;
}
.tag-field {
border: 1px solid #e4e6ef;
border-radius: 0.475rem;
font-size: 0.925rem;
font-weight: 500;
color: #5e6278;
transition: all 0.2s ease;
padding: 0.9rem;
width: 100%;
background: #fff;
outline: none;
}
.variant-select:focus {
outline: none;
}
.tag-field:focus {
border-color: #009ef7 !important;
outline: none !important;
box-shadow: 0 0 0 0.25rem rgba(0, 158, 247, 0.1);
}
.variant-select:disabled {
background: #f5f8fa;
color: #a1a5b7;
cursor: not-allowed;
}
.tag-container {
padding: 0.9rem;
border: 1px solid #e4e6ef;
border-radius: 0.475rem;
background: #fff;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.5rem;
cursor: text;
}
.tag-container:focus-within {
border-color: #009ef7;
box-shadow: 0 0 0 0.25rem rgba(0, 158, 247, 0.1);
}
.tag-container.disabled {
background: #f5f8fa;
cursor: not-allowed;
}
.tag-container.disabled .tag-field {
cursor: not-allowed;
background: transparent;
}
.variant-tag {
background: #e1f0ff;
border: 1px solid #b3d9ff;
border-radius: 0.375rem;
padding: 0.25rem 0.5rem;
font-size: 0.825rem;
font-weight: 500;
color: #009ef7;
display: flex;
align-items: center;
gap: 0.375rem;
}
.tag-close {
cursor: pointer;
color: #009ef7;
font-weight: bold;
font-size: 1rem;
line-height: 1;
transition: color 0.15s ease;
padding: 0.125rem;
}
.tag-close:hover {
color: #f1416c;
}
.tag-field {
border: none;
outline: none;
background: transparent;
flex: 1;
min-width: 60px;
padding: 0;
}
.variant-dropdown {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #fff;
border: 1px solid #e4e6ef;
border-radius: 0.475rem;
box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
max-height: 200px;
overflow-y: auto;
z-index: 1000;
margin-top: 0.25rem;
}
b, strong {
font-weight: 500 !important;
}
.variant-image img, .combination-image img {
width: 50px !important;
height: 50px !important;
object-fit: cover;
border-radius: 4px;
}
/*.card {*/
/* box-shadow: unset!important;*/
/*}*/
.dropdown-option {
padding: 0.75rem 1rem;
cursor: pointer;
transition: background-color 0.15s ease;
font-size: 0.925rem;
color: #5e6278;
}
.dropdown-option:hover {
background-color: #f1f3f6;
}
.dropdown-option.selected {
background-color: rgba(0, 158, 247, 0.1);
color: #009ef7;
}
.variant-row {
border-radius: 0.475rem;
padding: 1rem;
margin-bottom: 0.5rem;
display: flex;
align-items: center;
gap: 1rem;
flex-wrap: wrap;
}
.row-content {
display: flex;
align-items: center;
gap: 1rem;
flex: 1;
flex-wrap: wrap;
}
.select-wrapper,
.input-wrapper {
min-width: 200px;
flex: 1;
}
.input-wrapper {
position: relative;
}
.btn-gen {
border: 1px solid;
border-radius: 0.475rem;
padding: 0.5rem 1rem;
font-size: 0.875rem;
font-weight: 500;
cursor: pointer;
transition: all 0.2s ease;
display: flex;
align-items: center;
gap: 0.5rem;
}
.add-btn {
color: #009ef7;
background-color: rgba(0, 158, 247, 0.1);
border-color: rgba(0, 158, 247, 0.1);
}
.add-btn:hover {
color: #fff;
background-color: #009ef7;
border-color: #009ef7;
}
.remove-btn {
color: #f1416c;
background-color: rgba(241, 65, 108, 0.1);
border-color: rgba(241, 65, 108, 0.1);
width: 36px;
height: 36px;
padding: 0;
justify-content: center;
}
.remove-btn:hover {
color: #f1416c;
border-color: #f1416c;
}
.image-upload-container {
position: relative;
display: inline-block;
}
.image-upload-input {
display: none;
}
.image-upload-trigger {
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background: #f8f9fa;
border: 2px dashed #ddd;
border-radius: 4px;
cursor: pointer;
transition: all 0.2s;
font-size: 12px;
color: #666;
}
.image-upload-trigger:hover {
border-color: #007bff;
background: #f0f7ff;
}
.variant-image img,
.combination-image img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 4px;
}
.image-remove-btn {
position: absolute;
top:13px;
right: -5px;
width: 20px;
height: 20px;
padding: 10px !important;
background: #dc3545;
color: white;
border: none;
border-radius: 50%;
cursor: pointer;
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
}
.variant-selector {
margin-bottom: 20px;
}
.variant-selector label {
display: block;
font-weight: 600;
margin-bottom: 8px;
color: #333;
}
.variant-selector select {
padding: 8px 12px;
border: 1px solid #ddd;
border-radius: 4px;
background: white;
min-width: 200px;
}
.simple-grid {
display: flex;
flex-direction: column;
gap: 15px;
margin-top: 20px;
}
.simple-grid .combination-item {
margin-bottom: 0;
}
.simple-grid .combination-fields {
display: flex;
gap: 15px;
flex-wrap: wrap;
}
.simple-grid .field-group {
flex: 1;
min-width: 150px;
}
.breadcrumb-item.active{
color:black;
font-size: 16px;
}
:root {
--primary-color: #000;
--text-dark: #000000;
--text-light: #666666;
--border-color: #e0e0e0;
--bg-light: #f8f9fa;
}
body {
background-color: #ffffff;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
color: var(--text-dark);
}
.page-content {
margin-bottom: 80px;
padding: 60px 0 0px 40px;
}
/* Breadcrumb */
.breadcrumb {
background: transparent;
padding: 0;
margin: 0 0 30px 0;
}
.breadcrumb-item + .breadcrumb-item::before {
content: "/";
color: #6c757d;
}
.breadcrumb-item a {
color: #6c757d;
font-size: 12px;
text-decoration: none;
}
.breadcrumb-item a:hover {
color: #000;
}
/* Page Header */
.impact-header {
margin-bottom: 50px;
}
.impact-title {
font-size: 27px;
color: #000;
font-weight: 500;
margin-bottom: 10px;
}
.impact-subtitle {
font-size: 16px;
color: #666;
margin-bottom: 0;
}
/* Impact Grid */
.impact-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 50px;
margin-bottom: 60px;
}
.impact-card {
text-align: center;
padding: 20px;
transition: transform 0.3s ease;
}
.impact-card:hover {
transform: translateY(-5px);
}
.impact-icon {
width:50px;
margin: 0 auto 30px;
display: flex;
align-items: center;
justify-content: center;
}
.impact-icon svg {
width: 100%;
height: 100%;
stroke: #000;
stroke-width: 1;
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
}
.impact-value {
font-size: 36px;
font-weight: 500;
color: #000;
margin-bottom: 8px;
line-height: 1;
}
.impact-label {
font-size: 16px;
color: #000;
font-weight: 400;
margin-bottom: 4px;
}
.impact-sublabel {
font-size: 14px;
color: #666;
}
/* Responsive */
@media (max-width: 768px) {
.page-content {
padding: 40px 0;
margin-bottom: 0px;
}
.impact-title {
font-size: 24px;
}
.impact-subtitle {
font-size: 14px;
}
.impact-grid {
grid-template-columns: repeat(2, 1fr);
gap: 40px;
}
.impact-icon {
width: 39px;
height: 48px;
margin-bottom: 11px;
}
.impact-value {
font-size: 30px !important;
}
.impact-label {
font-size: 16px !important;
}
.impact-grid{
margin-bottom: 30px !important;
}
}
.impact-value {
font-size: 36px;
}
.impact-label {
font-size: 14px;
}
.impact-sublabel {
font-size: 12px;
}
}
@media (max-width: 400px) {
.impact-grid {
grid-template-columns: 1fr;
gap: 30px;
}
.impact-title {
font-size: 24px !important;
}
.impact-value {
font-size: 32px;
}
}
@media(max-width:768px){
.impact-grid{
display:flex !important;
flex-wrap:wrap !important;
gap:20px !important;
grid-template-columns:unset !important;
}
.impact-card{
width:calc(50% - 10px);
}
}