/* /Components/Account/Pages/Login.razor.rz.scp.css */
/* Scoped styles for the login page to restore original visual design */

.login-section[b-wmcfkn0jps] {
    width: 100%;
    max-width: 475px;
}

.pa-heading[b-wmcfkn0jps] {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 1.5rem 0;
}

.pa-field[b-wmcfkn0jps] {
    margin-bottom: 1rem;
}

.pa-label[b-wmcfkn0jps] {
    display: block;
    font-weight: 600;
    margin-bottom: .35rem;
}

.pa-input .form-control[b-wmcfkn0jps] {
    border-radius: 999px; /* pill */
    padding: .9rem 1.25rem;
    border: 1.5px solid #E7E7E7;
}

.pa-input.password .form-control[b-wmcfkn0jps] {
    border-color: #62C2BA; /* teal outline like design */
}

.sign-in-btn[b-wmcfkn0jps] {
    width: 100%;
    background-color: #62C2BA; /* teal */
    color: #fff;
    border: none;
    border-radius: .25rem;
    padding: .75rem 1.25rem;
    font-weight: 700;
}

.pa-link[b-wmcfkn0jps] {
    color: #62C2BA;
    text-decoration: none;
}

.pa-link:hover[b-wmcfkn0jps] {
    text-decoration: underline;
}
/* /Components/Account/Shared/NewAccountLayout.razor.rz.scp.css */
/* Base: Mobile-first (single column layout) */
#accountContainer[b-w2z5jz3o29] {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 100vh;
    width: 100%;
}

#accountContent[b-w2z5jz3o29] {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 2rem 0 2rem;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    z-index: 1;
}

#accountFiller[b-w2z5jz3o29] {
    display: none;
}

/* Desktop layout: split screen when width >= 992px */
@media (min-width: 992px) {
    #accountContainer[b-w2z5jz3o29] {
        grid-template-columns: 1fr 1fr;
    }

  #accountContent[b-w2z5jz3o29] {
    grid-column: 1;
        z-index: 10;
    }

    #accountFiller[b-w2z5jz3o29] {
        grid-column: 2;
   display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: #fff;
        background-image: url(images/HorizontalInk.webp);
        background-size: cover;
   background-position: center;
        font-size: 4rem;
 line-height: 5rem;
        font-weight: bolder;
        color: #fff;
        padding: 2rem;
        user-select: none;
        pointer-events: none;
    }

    #accountFiller > div[b-w2z5jz3o29] {
         margin-left: 10vw;
margin-right: 10vw;
 pointer-events: auto;
  }
}

#accountContentBody[b-w2z5jz3o29] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    padding: 2rem;
}

.account-body-inner[b-w2z5jz3o29] {
  width: 100%;
 max-width: 475px;
}

#accountContentBody .row[b-w2z5jz3o29] {
    margin: 0;
    display: block;
}

#accountContentBody .col-lg-6[b-w2z5jz3o29] {
 width: 100%;
    padding: 0;
}
/* /Components/Administration/Products/EditBaseProduct.razor.rz.scp.css */
/* Sticky Save Bar */
.sticky-save-bar[b-nnynfsg5jy] {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(255, 243, 205, 0.95), rgba(255, 243, 205, 1));
    border-top: 2px solid #ffc107;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    z-index: 1000;
    animation: slideUp-b-nnynfsg5jy 0.3s ease-out;
    backdrop-filter: blur(8px);
}

@keyframes slideUp-b-nnynfsg5jy {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.save-bar-message[b-nnynfsg5jy] {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #856404;
    flex: 1;
    min-width: 0;
}

.save-bar-message span[b-nnynfsg5jy] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.save-bar-actions[b-nnynfsg5jy] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-left: 16px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .save-bar-message span[b-nnynfsg5jy] {
        font-size: 13px;
    }

    .save-bar-actions .btn[b-nnynfsg5jy] {
        font-size: 13px;
        padding: 6px 12px;
    }
}

@media (max-width: 768px) {
    .sticky-save-bar[b-nnynfsg5jy] {
        padding: 10px 0;
    }

    .save-bar-message[b-nnynfsg5jy] {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 8px;
    }

    .sticky-save-bar .container-fluid > div[b-nnynfsg5jy] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .save-bar-actions[b-nnynfsg5jy] {
        width: 100%;
        justify-content: flex-end;
        margin-left: 0;
        margin-top: 8px;
    }
}

/* Color Display Items */
.color-display-item[b-nnynfsg5jy] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
}

.color-display-item .color-name[b-nnynfsg5jy] {
    font-weight: 500;
}

/* Variant Toggle Switch - Modern UI Design */
.variant-toggle-switch[b-nnynfsg5jy] {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
    cursor: pointer;
}

.variant-toggle-switch input[b-nnynfsg5jy] {
    opacity: 0;
    width: 0;
    height: 0;
}

.variant-slider[b-nnynfsg5jy] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #dc2626, #ef4444);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.variant-slider[b-nnynfsg5jy]:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background: linear-gradient(to bottom, #ffffff, #f1f1f1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.variant-toggle-switch input:checked + .variant-slider[b-nnynfsg5jy] {
    background: linear-gradient(to right, #16a34a, #22c55e);
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.4), inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.variant-toggle-switch input:checked + .variant-slider[b-nnynfsg5jy]:before {
    transform: translateX(24px);
    background: linear-gradient(to bottom, #ffffff, #f8f8f8);
}

.variant-toggle-switch input:focus + .variant-slider[b-nnynfsg5jy] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

.variant-slider:hover[b-nnynfsg5jy] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.variant-toggle-switch input:checked + .variant-slider:hover[b-nnynfsg5jy] {
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.5), inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Add Variants Modal Styles */
.color-selection-grid[b-nnynfsg5jy] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    max-height: 400px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fafafa;
}

.color-selection-item[b-nnynfsg5jy] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background-color: white;
    cursor: pointer;
    transition: all 0.2s ease;
}

.color-selection-item:hover[b-nnynfsg5jy] {
    border-color: #3b82f6;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.2);
}

.color-selection-item.selected[b-nnynfsg5jy] {
    border-color: #3b82f6;
    background-color: #eff6ff;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

.color-swatch[b-nnynfsg5jy] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #ccc;
    flex-shrink: 0;
}

.color-name[b-nnynfsg5jy] {
    flex: 1;
    font-weight: 500;
    font-size: 14px;
}

.size-selection-grid[b-nnynfsg5jy] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    max-height: 400px;
    overflow-y: auto;
    padding: 8px;
}

.size-selection-item[b-nnynfsg5jy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background-color: white;
    cursor: pointer;
    transition: all 0.2s ease;
}

.size-selection-item:hover[b-nnynfsg5jy] {
    border-color: #3b82f6;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.2);
}

.size-selection-item.selected[b-nnynfsg5jy] {
    border-color: #3b82f6;
    background-color: #eff6ff;
}

.size-info[b-nnynfsg5jy] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.size-name[b-nnynfsg5jy] {
    font-weight: 600;
    font-size: 14px;
}

.size-long-name[b-nnynfsg5jy] {
    font-size: 12px;
}

/* Location Image Styles */
.location-image-container[b-nnynfsg5jy] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.location-image-thumbnail[b-nnynfsg5jy] {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    border: 2px solid #e0e0e0;
    transition: all 0.2s ease;
}

.location-image-container:hover .location-image-thumbnail[b-nnynfsg5jy] {
    border-color: #3b82f6;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

.location-image-remove[b-nnynfsg5jy] {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}

.location-image-container:hover .location-image-remove[b-nnynfsg5jy] {
    display: flex;
}

.location-image-add[b-nnynfsg5jy] {
    width: 60px;
    height: 60px;
    border: 2px dashed #ccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.2s ease;
}

.location-image-add:hover[b-nnynfsg5jy] {
    border-color: #3b82f6;
    background-color: #eff6ff;
    color: #3b82f6;
}

/* Variant Photos Modal */
.location-photos-grid[b-nnynfsg5jy] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
}

.location-photo-item[b-nnynfsg5jy] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.location-photo-header[b-nnynfsg5jy] {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.location-photo-body[b-nnynfsg5jy] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.variant-photos-btn[b-nnynfsg5jy] {
    width: 42px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Dashboard/Connect/WooCommerce/WooCommerceConnection.razor.rz.scp.css */
/* Mobile-friendly webhook list tweaks (scoped to this component) */
.webhook-desc[b-tbhl46r9w6] {
    font-size: .95rem;
    line-height: 1.35;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
}
.webhook-item code[b-tbhl46r9w6] {
    font-size: .750rem;
}
.webhook-line[b-tbhl46r9w6] { /* shared for each line chip */
    font-size: .750rem;
}
.webhook-item .webhook-origin[b-tbhl46r9w6],
.webhook-item .webhook-base[b-tbhl46r9w6] {
    white-space: nowrap;
}
.webhook-item .webhook-path[b-tbhl46r9w6] {
    word-break: break-word; /* reliably wrap GUIDs/long tokens */
    overflow-wrap: anywhere;
}
.webhook-path .webhook-seg[b-tbhl46r9w6],
.webhook-path .webhook-id[b-tbhl46r9w6] {
    font-size: .750rem;
}
.webhook-path .webhook-id[b-tbhl46r9w6] {
    word-break: break-all;
    overflow-wrap: anywhere;
}
.webhook-item .copy-btn[b-tbhl46r9w6] {
    --bs-btn-padding-y: .125rem;
    --bs-btn-padding-x: .375rem;
    --bs-btn-font-size: .75rem;
}
/* On phones, allow the base to wrap so it never overflows */
@media (max-width: 576px) {
    .webhook-item .webhook-origin[b-tbhl46r9w6],
    .webhook-item .webhook-base[b-tbhl46r9w6] {
        white-space: normal !important;
        word-break: break-all;
    }
    .webhook-desc[b-tbhl46r9w6] {
        font-size: .9rem;
    }
}
/* /Components/Shared/DropZone.razor.rz.scp.css */
.drop-zone[b-1j5tvnjhod] {
    padding: 20px;
    width: 100%;
    min-height: 100px;
    border: 2px dashed #0087F7;
    border-radius: 5px;
}

    .drop-zone.hover[b-1j5tvnjhod] {
        border-style: solid;
    }
