/* /Pages/Dashboard/EditPhoto.cshtml.rz.scp.css */
.photo-editor-container[b-hanpsyu9nb] {
    max-width: 600px;
    margin: 0 auto;
    padding: 0rem 1rem;
}

.photo-card[b-hanpsyu9nb] {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border: none;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.5s ease;
}

    .photo-card:hover[b-hanpsyu9nb] {
        transform: translateY(-5px);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    }

.card-header-custom[b-hanpsyu9nb] {
    background: var(--bs-primary);
    padding: 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .card-header-custom[b-hanpsyu9nb]::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
        animation: shimmer-b-hanpsyu9nb 10s ease-in-out infinite;
    }

@keyframes shimmer-b-hanpsyu9nb {
    0%, 100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }
}

.card-header-custom h2[b-hanpsyu9nb] {
    color: white;
    margin: 0;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.photo-upload-area[b-hanpsyu9nb] {
    position: relative;
    margin: 2rem auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0; /* optional */
}
/*    .photo-upload-area img {
        width: 100%;
        height: 100%;
        max-width: 255px;
        max-height: auto;
        object-fit: cover;
    }*/
    .photo-upload-area:hover[b-hanpsyu9nb] {
        transform: scale(1.05);
    }

.current-photo[b-hanpsyu9nb] {
    width: 100%;
    height: auto;
    max-width:180px !important;
   
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.photo-placeholder[b-hanpsyu9nb] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 3px dashed #dee2e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .photo-placeholder:hover[b-hanpsyu9nb] {
        border-color: #667eea;
        background: linear-gradient(135deg, #667eea15, #764ba215);
    }

    .photo-placeholder[b-hanpsyu9nb]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        background: #667eea;
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        animation: pulse-b-hanpsyu9nb 2s ease-in-out infinite;
    }

@keyframes pulse-b-hanpsyu9nb {
    0%, 100% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -50%) scale(8);
        opacity: 0;
    }
}

.upload-icon[b-hanpsyu9nb] {
    font-size: 3rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
    z-index: 1;
    position: relative;
}

.upload-text[b-hanpsyu9nb] {
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
    z-index: 1;
    position: relative;
}

.photo-overlay[b-hanpsyu9nb] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.photo-upload-area:hover .photo-overlay[b-hanpsyu9nb] {
    opacity: 1;
}

.overlay-icon[b-hanpsyu9nb] {
    color: white;
    font-size: 2rem;
}

.file-input-custom[b-hanpsyu9nb] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.upload-info[b-hanpsyu9nb] {
   
     background: linear-gradient(342deg, #e3f2fd 0%, #f3e5f5 100%);
    border: none;
    border-radius: 16px;
    padding: 0.5rem;
    padding-top: 0;
    margin: 2rem 0;
    margin-top: 0.6rem;
    text-align: center;
}

.upload-info-text[b-hanpsyu9nb] {
   padding-top:10px;
    color: #546e7a;
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 1.6;
}

.upload-info-icon[b-hanpsyu9nb] {
    color: #667eea;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.action-buttons[b-hanpsyu9nb] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    padding-bottom: 1rem;
    flex-wrap: wrap;
}

.btn-custom[b-hanpsyu9nb] {
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
    min-width: 140px;
}

.btn-upload[b-hanpsyu9nb] {
    background: var(--bs-primary);
    color: white;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

    .btn-upload:hover[b-hanpsyu9nb] {
        transform: translateY(-2px);
        box-shadow: 0 15px 35px rgba(102, 126, 234, 0.6);
        color: white;
    }

.btn-remove[b-hanpsyu9nb] {
    background: var(--bs-danger);
    color: white;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
}

    .btn-remove:hover[b-hanpsyu9nb] {
        transform: translateY(-2px);
        box-shadow: 0 15px 35px rgba(255, 107, 107, 0.6);
        color: white;
    }

.btn-custom[b-hanpsyu9nb]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
}

.btn-custom:hover[b-hanpsyu9nb]::before {
    width: 300px;
    height: 300px;
}

.btn-icon[b-hanpsyu9nb] {
    margin-right: 8px;
    font-size: 1.1em;
}

.drag-drop-area[b-hanpsyu9nb] {
    border: 2px dashed transparent;
    border-radius: 20px;
    
    transition: all 0.3s ease;
    background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #667eea, #764ba2) border-box;
}

    .drag-drop-area.drag-over[b-hanpsyu9nb] {
        background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
        border-color: #667eea;
        transform: scale(1.02);
    }

.loading-spinner[b-hanpsyu9nb] {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.spinner[b-hanpsyu9nb] {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(102, 126, 234, 0.3);
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: spin-b-hanpsyu9nb 1s linear infinite;
}

@keyframes spin-b-hanpsyu9nb {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 576px) {
    .photo-editor-container[b-hanpsyu9nb] {
        padding: 0.5rem 0.5rem;
    }

    .action-buttons[b-hanpsyu9nb] {
        flex-direction: column; 
        align-items: center;
    }
   .card-header-custom[b-hanpsyu9nb]{
       padding:16px;
    }
    .btn-custom[b-hanpsyu9nb] {
        width: 100%;
        max-width: 280px;
    }
}
/* /Pages/Dashboard/KycVerification.cshtml.rz.scp.css */
.kyc-hero[b-z6b6f8e39r] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
    gap: 1.25rem;
    align-items: stretch;
    margin-bottom: 1.25rem;
}

.kyc-hero-copy[b-z6b6f8e39r],
.kyc-summary-panel[b-z6b6f8e39r],
.kyc-step-card[b-z6b6f8e39r],
.kyc-detail-panel[b-z6b6f8e39r],
.kyc-mobile-panel[b-z6b6f8e39r] {
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    background: var(--bs-body-bg);
    box-shadow: var(--bs-box-shadow-sm);
}

.kyc-hero-copy[b-z6b6f8e39r] {
    padding: clamp(1.25rem, 4vw, 2.35rem);
    background:
        linear-gradient(135deg, rgba(var(--bs-primary-rgb), .12), transparent 42%),
        var(--bs-body-bg);
}

.kyc-hero-intro[b-z6b6f8e39r] {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.kyc-hero-art[b-z6b6f8e39r] {
    width: 84px;
    height: 84px;
    object-fit: contain;
    object-position: center;
    margin-top: .15rem;
    opacity: .95;
}

.kyc-hero-copy h1[b-z6b6f8e39r] {
    margin: .7rem 0 .5rem;
    font-size: clamp(1.75rem, 3.2vw, 2.8rem);
    line-height: 1.05;
}

.kyc-hero-copy p[b-z6b6f8e39r] {
    max-width: 68ch;
    margin: 0;
    color: var(--bs-secondary-color);
    font-size: 1.02rem;
}

.kyc-actions[b-z6b6f8e39r] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.35rem;
}

.kyc-summary-panel[b-z6b6f8e39r] {
    display: grid;
    gap: 1.25rem;
    align-content: center;
    padding: 1.25rem;
}

.kyc-status-line[b-z6b6f8e39r] {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-top: .2rem;
    font-size: 1.65rem;
}

.status-dot[b-z6b6f8e39r] {
    width: .85rem;
    height: .85rem;
    border-radius: 50%;
}

.status-dot.success[b-z6b6f8e39r] { background: var(--bs-success); }
.status-dot.warning[b-z6b6f8e39r] { background: var(--bs-warning); }
.status-dot.danger[b-z6b6f8e39r] { background: var(--bs-danger); }
.status-dot.secondary[b-z6b6f8e39r] { background: var(--bs-secondary); }

.kyc-level-meter[b-z6b6f8e39r] {
    display: grid;
    gap: .65rem;
}

.kyc-level-meter .progress[b-z6b6f8e39r] {
    height: .7rem;
}

.kyc-level-meter p[b-z6b6f8e39r] {
    margin: 0;
    color: var(--bs-secondary-color);
}

.kyc-step-grid[b-z6b6f8e39r] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.kyc-step-card[b-z6b6f8e39r] {
    display: grid;
    gap: .9rem;
    align-content: start;
    padding: 1rem;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.kyc-step-card:hover[b-z6b6f8e39r] {
    transform: translateY(-2px);
    border-color: rgba(var(--bs-primary-rgb), .35);
    box-shadow: var(--bs-box-shadow);
}

.step-icon[b-z6b6f8e39r] {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 8px;
    border: 1px solid var(--bs-border-color);
}

.step-icon img[b-z6b6f8e39r] {
    width: 26px;
    height: 26px;
    object-fit: contain;
    object-position: center;
}

.step-icon.tone-identity[b-z6b6f8e39r] {
    background: #e8f3ff;
    border-color: #cfe1f6;
}

.step-icon.tone-document[b-z6b6f8e39r] {
    background: #e6f8f0;
    border-color: #c9ecd8;
}

.step-icon.tone-liveness[b-z6b6f8e39r] {
    background: #f0f4ff;
    border-color: #d7e1ff;
}

.step-icon.tone-address[b-z6b6f8e39r] {
    background: #fff3df;
    border-color: #f4ddb4;
}

.kyc-step-card h2[b-z6b6f8e39r],
.kyc-detail-panel h2[b-z6b6f8e39r],
.kyc-mobile-panel h2[b-z6b6f8e39r] {
    margin: 0;
    font-size: 1rem;
}

.kyc-step-card p[b-z6b6f8e39r],
.panel-title p[b-z6b6f8e39r] {
    margin: .25rem 0 0;
    color: var(--bs-secondary-color);
}

.kyc-step-card .btn[b-z6b6f8e39r] {
    justify-self: start;
}

.kyc-detail-grid[b-z6b6f8e39r] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 360px);
    gap: 1.25rem;
    align-items: start;
}

.kyc-detail-panel[b-z6b6f8e39r],
.kyc-mobile-panel[b-z6b6f8e39r] {
    padding: 1.25rem;
}

.panel-title[b-z6b6f8e39r] {
    display: flex;
    align-items: flex-start;
    gap: .8rem;
    margin-bottom: 1rem;
}

.panel-title > i[b-z6b6f8e39r] {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 8px;
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .12);
}

.kyc-detail-panel th[b-z6b6f8e39r] {
    width: 11rem;
    color: var(--bs-secondary-color);
    font-weight: 600;
}

.kyc-detail-panel td[b-z6b6f8e39r] {
    font-weight: 700;
    overflow-wrap: anywhere;
}

.kyc-mobile-panel[b-z6b6f8e39r] {
    display: grid;
    gap: 1rem;
}

.kyc-phone-qr[b-z6b6f8e39r] {
    display: grid;
    place-items: center;
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    background: #fff;
}

.kyc-phone-qr svg[b-z6b6f8e39r] {
    width: min(100%, 220px);
    height: auto;
}

@media (max-width: 1200px) {
    .kyc-step-grid[b-z6b6f8e39r] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .kyc-hero[b-z6b6f8e39r],
    .kyc-step-grid[b-z6b6f8e39r],
    .kyc-detail-grid[b-z6b6f8e39r] {
        grid-template-columns: 1fr;
    }

    .kyc-hero-intro[b-z6b6f8e39r] {
        grid-template-columns: 1fr;
        gap: .6rem;
    }

    .kyc-hero-art[b-z6b6f8e39r] {
        width: 70px;
        height: 70px;
        margin: 0;
    }

    .kyc-actions[b-z6b6f8e39r],
    .kyc-actions form[b-z6b6f8e39r],
    .kyc-actions .btn[b-z6b6f8e39r] {
        width: 100%;
    }

    .kyc-detail-panel th[b-z6b6f8e39r],
    .kyc-detail-panel td[b-z6b6f8e39r] {
        display: block;
        width: auto;
    }
}
/* /Pages/Shared/_DashLayout.cshtml.rz.scp.css */
/* /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-zgbkt9rd1n] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-zgbkt9rd1n] {
  color: #0077cc;
}

.btn-primary[b-zgbkt9rd1n] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-zgbkt9rd1n], .nav-pills .show > .nav-link[b-zgbkt9rd1n] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-zgbkt9rd1n] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-zgbkt9rd1n] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-zgbkt9rd1n] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-zgbkt9rd1n] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-zgbkt9rd1n] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
