.auth-wrapper {
    min-height: 87vh;
    /* Full screen */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Vertical center */
    /* align-items: center; */
    /* Horizontal center */
    /* text-align: center; */
    /* Center text */
    /* padding: 20px; */
}

.margin-top-70 {
    margin-top: 70px !important;
}

.beautified-banner {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #e7e7e7;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
    transition: all 0.35s ease;
    position: relative;
}


/* Smooth hover glow */

.beautified-banner:hover {
    box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.18);
    transform: translateY(-4px);
}


/* Optional subtle overlay */

.beautified-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.0));
    pointer-events: none;
}

.beautified-banner img {
    border-radius: 20px;
}


/* ================================
   FIELD SALES – ASSIGNED VISITS
   ================================ */

.fsv-body {
    background-color: #f9fafb;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}


/* HEADER */

.fsv-header {
    background: linear-gradient(135deg, #1e40af, #2563eb);
    color: #ffffff;
    padding: 18px 20px;
    border-radius: 0 0 18px 18px;
}

.fsv-header-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.fsv-header-subtitle {
    margin-top: 4px;
    font-size: 13px;
    opacity: 0.9;
}


/* CONTAINER */

.fsv-container {
    padding: 16px;
}


/* VISIT CARD */

.fsv-visit-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    transition: transform 0.15s ease;
}

.fsv-visit-card:active {
    transform: scale(0.99);
}


/* CARD HEADER */

.fsv-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fsv-visit-title {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
}

.fsv-visit-type {
    font-size: 13px;
    color: #6b7280;
    margin-top: 2px;
}


/* STATUS BADGE */

.fsv-status-badge {
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50px;
    background-color: #eff6ff;
    color: #1e40af;
}


/* VISIT INFO */

.fsv-visit-info {
    margin-top: 12px;
    font-size: 13px;
    color: #374151;
}

.fsv-visit-info div {
    margin-bottom: 4px;
}


/* ACTION BUTTONS */

.fsv-card-actions {
    display: flex;
    gap: 12px;
    margin-top: 14px;
}

.fsv-btn {
    flex: 1;
    border-radius: 10px;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-align: center;
}

.fsv-btn-checkin {
    background-color: #16a34a;
    color: #ffffff;
}

.fsv-btn-map {
    background-color: #e5e7eb;
    color: #111827;
}


/* =====================================
   FIELD SALES – NAVIGATE LOCATION VIEW
   ===================================== */

.fnl-body {
    background-color: #f9fafb;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}


/* HEADER */

.fnl-header {
    background: linear-gradient(135deg, #1e40af, #2563eb);
    color: #ffffff;
    padding: 18px 20px;
    border-radius: 0 0 18px 18px;
}

.fnl-header-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.fnl-header-subtitle {
    margin-top: 4px;
    font-size: 13px;
    opacity: 0.9;
}


/* CONTAINER */

.fnl-container {
    padding: 16px;
}


/* MAP PLACEHOLDER */

.fnl-map-box {
    background-color: #e5e7eb;
    height: 220px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
}


/* LOCATION CARD */

.fnl-location-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 16px;
    margin-top: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}


/* LOCATION DETAILS */

.fnl-location-title {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
}

.fnl-location-type {
    font-size: 13px;
    color: #6b7280;
    margin-top: 2px;
}

.fnl-location-info {
    margin-top: 12px;
    font-size: 13px;
    color: #374151;
}

.fnl-location-info div {
    margin-bottom: 6px;
}


/* ACTION BUTTON */

.fnl-action {
    margin-top: 16px;
}

.fnl-btn-navigate {
    display: inline-block;
    background-color: #1e40af;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.fnl-action-right {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}


/* =====================================
   FIELD SALES – CHECK-IN PAGE
   ===================================== */

.fci-body {
    background-color: #f9fafb;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}


/* HEADER */

.fci-header {
    background: linear-gradient(135deg, #1e40af, #2563eb);
    color: #ffffff;
    padding: 18px 20px;
    border-radius: 0 0 18px 18px;
}

.fci-header-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.fci-header-subtitle {
    margin-top: 4px;
    font-size: 13px;
    opacity: 0.9;
}


/* CONTAINER */

.fci-container {
    padding: 16px;
}


/* CARD */

.fci-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}


/* LEAD INFO */

.fci-lead-title {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
}

.fci-lead-type {
    font-size: 13px;
    color: #6b7280;
    margin-top: 2px;
}

.fci-lead-info {
    margin-top: 12px;
    font-size: 13px;
    color: #374151;
}

.fci-lead-info div {
    margin-bottom: 6px;
}


/* STATUS */

.fci-status {
    margin-top: 14px;
    background-color: #eff6ff;
    color: #1e40af;
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}


/* ACTION */

.fci-action {
    margin-top: 18px;
    display: flex;
    justify-content: flex-end;
}

.fci-btn-checkin {
    background-color: #309dea;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.fci-btn-start-survey {
    background-color: #16a34a;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.photo-box {
    height: 90px;
    border: 2px dashed #ced4da;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    background: #f8f9fa;
    cursor: pointer;
}

.sticky-actions {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 12px 0;
    border-top: 1px solid #e9ecef;
}