/* _content/WorkSpaceVerifica/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-bhixhnc1bb] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-bhixhnc1bb] {
  color: #0077cc;
}

.btn-primary[b-bhixhnc1bb] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-bhixhnc1bb], .nav-pills .show > .nav-link[b-bhixhnc1bb] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-bhixhnc1bb] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-bhixhnc1bb] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-bhixhnc1bb] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-bhixhnc1bb] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-bhixhnc1bb] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/WorkSpaceVerifica/Pages/UploadWizard.cshtml.rz.scp.css */
.upload-wizard-page[b-shinp4w2bn] {
    background: #f6f7fb;
    min-height: 100vh;
    padding: 32px 16px 56px;
    font-family: 'Inter', sans-serif;
    color: #111827;
}

.wizard-container[b-shinp4w2bn] {
    max-width: 1120px;
    margin: 0 auto;
}

.wizard-header[b-shinp4w2bn] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.wizard-header__left[b-shinp4w2bn] {
    flex: 1 1 620px;
}

.wizard-header__right[b-shinp4w2bn] {
    flex: 0 0 320px;
    padding-top: 20px;
}

.wizard-step-label[b-shinp4w2bn] {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    color: #2563eb;
    margin-bottom: 10px;
}

.wizard-title[b-shinp4w2bn] {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 800;
    margin: 0 0 14px;
    color: #111827;
}

.wizard-description[b-shinp4w2bn] {
    max-width: 760px;
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #4b5563;
}

.wizard-progress[b-shinp4w2bn] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.wizard-progress__item[b-shinp4w2bn] {
    height: 8px;
    border-radius: 999px;
    background: #e3e7f0;
}

    .wizard-progress__item.active[b-shinp4w2bn] {
        background: #2563eb;
    }

.visual-guide[b-shinp4w2bn],
.upload-zone-section[b-shinp4w2bn],
.uploaded-section[b-shinp4w2bn] {
    margin-bottom: 42px;
}

.section-title[b-shinp4w2bn] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

    .section-title h2[b-shinp4w2bn] {
        margin: 0;
        font-size: 28px;
        font-weight: 800;
        color: #111827;
    }

    .section-title .material-symbols-outlined[b-shinp4w2bn] {
        color: #2563eb;
        font-size: 24px;
    }

.guide-grid[b-shinp4w2bn],
.uploaded-grid[b-shinp4w2bn] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.guide-card[b-shinp4w2bn],
.uploaded-card[b-shinp4w2bn] {
    background: #ffffff;
    border: 1px solid #e6eaf2;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.guide-card__image[b-shinp4w2bn],
.uploaded-card__image[b-shinp4w2bn] {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.guide-card__body[b-shinp4w2bn] {
    padding: 16px 16px 18px;
}

    .guide-card__body h3[b-shinp4w2bn] {
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 10px;
        color: #111827;
    }

    .guide-card__body ul[b-shinp4w2bn] {
        margin: 0;
        padding-left: 18px;
        color: #4b5563;
        line-height: 1.7;
        font-size: 14px;
    }

.upload-zone[b-shinp4w2bn] {
    background: #fff;
    border: 2px dashed #d9deea;
    border-radius: 28px;
    padding: 56px 24px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}

.upload-zone__icon[b-shinp4w2bn] {
    width: 74px;
    height: 74px;
    margin: 0 auto 18px;
    border-radius: 20px;
    background: #e8efff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .upload-zone__icon .material-symbols-outlined[b-shinp4w2bn] {
        font-size: 38px;
    }

.upload-zone h3[b-shinp4w2bn] {
    margin: 0 0 12px;
    font-size: 34px;
    font-weight: 800;
    color: #111827;
}

.upload-zone p[b-shinp4w2bn] {
    max-width: 560px;
    margin: 0 auto 24px;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.8;
}

.upload-zone__button[b-shinp4w2bn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 14px;
    background: #2563eb;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.22);
}

    .upload-zone__button:hover[b-shinp4w2bn] {
        background: #1d4ed8;
    }

.upload-zone__input[b-shinp4w2bn] {
    display: none;
}

.upload-zone__meta[b-shinp4w2bn] {
    margin-top: 16px;
    color: #6b7280;
    font-size: 14px;
}

.wizard-message[b-shinp4w2bn] {
    margin-bottom: 24px;
    padding: 16px 18px;
    border-radius: 14px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
    font-weight: 500;
}

.uploaded-section__header[b-shinp4w2bn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

    .uploaded-section__header h2[b-shinp4w2bn] {
        margin: 0;
        font-size: 38px;
        font-weight: 800;
        color: #111827;
    }

    .uploaded-section__header span[b-shinp4w2bn] {
        color: #6b7280;
        font-size: 14px;
    }

.uploaded-grid[b-shinp4w2bn] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.uploaded-card__body[b-shinp4w2bn] {
    padding: 14px 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.uploaded-card__info h3[b-shinp4w2bn] {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    word-break: break-word;
}

.delete-photo-btn[b-shinp4w2bn] {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: #f3f4f6;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .delete-photo-btn:hover[b-shinp4w2bn] {
        background: #fee2e2;
        color: #dc2626;
    }

.empty-photos[b-shinp4w2bn] {
    background: #fff;
    border: 1px solid #e6eaf2;
    border-radius: 18px;
    padding: 20px;
    color: #6b7280;
}

.wizard-footer[b-shinp4w2bn] {
    border-top: 1px solid #e5e7eb;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.wizard-footer__right[b-shinp4w2bn] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-nav[b-shinp4w2bn] {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: .2s ease;
}

.btn-prev[b-shinp4w2bn],
.btn-back[b-shinp4w2bn] {
    background: transparent;
    color: #374151;
}

    .btn-prev:hover[b-shinp4w2bn],
    .btn-back:hover[b-shinp4w2bn] {
        background: #eef2ff;
        color: #1d4ed8;
    }

.btn-save[b-shinp4w2bn] {
    background: #fff;
    color: #374151;
    border: 1px solid #d1d5db;
}

    .btn-save:hover[b-shinp4w2bn] {
        background: #f9fafb;
    }

.btn-next[b-shinp4w2bn] {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.22);
}

    .btn-next:hover[b-shinp4w2bn] {
        background: #1d4ed8;
        color: #fff;
    }

@media (max-width: 991.98px) {
    .guide-grid[b-shinp4w2bn],
    .uploaded-grid[b-shinp4w2bn] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wizard-title[b-shinp4w2bn] {
        font-size: 38px;
    }

    .uploaded-section__header h2[b-shinp4w2bn] {
        font-size: 30px;
    }

    .upload-zone h3[b-shinp4w2bn] {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .upload-wizard-page[b-shinp4w2bn] {
        padding: 20px 12px 40px;
    }

    .guide-grid[b-shinp4w2bn],
    .uploaded-grid[b-shinp4w2bn] {
        grid-template-columns: 1fr;
    }

    .wizard-title[b-shinp4w2bn] {
        font-size: 30px;
    }

    .wizard-description[b-shinp4w2bn] {
        font-size: 16px;
    }

    .wizard-header__right[b-shinp4w2bn] {
        flex: 1 1 100%;
        padding-top: 0;
    }

    .uploaded-section__header h2[b-shinp4w2bn] {
        font-size: 26px;
    }

    .upload-zone[b-shinp4w2bn] {
        padding: 36px 18px;
    }

        .upload-zone h3[b-shinp4w2bn] {
            font-size: 24px;
        }

    .guide-card__image[b-shinp4w2bn],
    .uploaded-card__image[b-shinp4w2bn] {
        height: 180px;
    }
}
