/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout CSS Purged - Styles are now managed in global app.css for consistency */
.layout-dashboard[b-cu7r3rse7j] {
  overflow: hidden;
}

#blazor-error-ui[b-cu7r3rse7j] {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss[b-cu7r3rse7j] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* NavMenu modern styling */
.nav-item .nav-link[b-jhk0uydbyg] {
    color: rgba(255, 255, 255, 0.7) !important;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.nav-item .nav-link:hover[b-jhk0uydbyg] {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    transform: translateX(4px);
}

.nav-item .nav-link.active[b-jhk0uydbyg] {
    background: linear-gradient(135deg, #0dcaf0 0%, #0078d4 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.nav-group-title[b-jhk0uydbyg] {
    padding: 0 1.5rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 700;
    font-size: 0.65rem;
    letter-spacing: 0.1em;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-vakxq0xyf7],
.components-reconnect-repeated-attempt-visible[b-vakxq0xyf7],
.components-reconnect-failed-visible[b-vakxq0xyf7],
.components-pause-visible[b-vakxq0xyf7],
.components-resume-failed-visible[b-vakxq0xyf7],
.components-rejoining-animation[b-vakxq0xyf7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-vakxq0xyf7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-vakxq0xyf7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-vakxq0xyf7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-vakxq0xyf7],
#components-reconnect-modal.components-reconnect-retrying[b-vakxq0xyf7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-vakxq0xyf7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-vakxq0xyf7],
#components-reconnect-modal.components-reconnect-failed[b-vakxq0xyf7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-vakxq0xyf7] {
    display: block;
}


#components-reconnect-modal[b-vakxq0xyf7] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-vakxq0xyf7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-vakxq0xyf7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-vakxq0xyf7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-vakxq0xyf7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-vakxq0xyf7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-vakxq0xyf7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-vakxq0xyf7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-vakxq0xyf7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-vakxq0xyf7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-vakxq0xyf7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-vakxq0xyf7] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-vakxq0xyf7] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-vakxq0xyf7] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-vakxq0xyf7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-vakxq0xyf7] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-vakxq0xyf7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-vakxq0xyf7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-vakxq0xyf7 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Absences.razor.rz.scp.css */
/* Absence Log Card View (Mobile) */
.absence-card-mobile[b-274lo5l9gv] {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border: 1px solid #f1f5f9;
}

.absence-card-header[b-274lo5l9gv] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.absence-date[b-274lo5l9gv] {
    font-weight: 700;
    color: #1e293b;
    font-size: 0.95rem;
}

.absence-card-body[b-274lo5l9gv] {
    background: #f8fafc;
    border-radius: 0.75rem;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
}

.absence-reason-text[b-274lo5l9gv] {
    font-size: 0.85rem;
    color: #475569;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.absence-card-footer[b-274lo5l9gv] {
    display: flex;
    justify-content: flex-end;
}

/* Visibility Control */
.desktop-only-table[b-274lo5l9gv] {
    display: block;
}

.mobile-only-cards[b-274lo5l9gv] {
    display: none;
}

@media (max-width: 991px) {
    .desktop-only-table[b-274lo5l9gv] {
        display: none !important;
    }
    
    .mobile-only-cards[b-274lo5l9gv] {
        display: block !important;
    }
}

@media (max-width: 576px) {
    .modal-dialog[b-274lo5l9gv] {
        margin: 0.5rem;
    }
}
/* /Components/Pages/AdminManagement.razor.rz.scp.css */
/* Staff Directory Card View (Mobile) */
.worker-card-mobile[b-fkhj1syhmg] {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: 1px solid #f1f5f9;
    transition: transform 0.2s ease;
}

.worker-card-mobile:active[b-fkhj1syhmg] {
    transform: scale(0.98);
}

.worker-header[b-fkhj1syhmg] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.worker-avatar[b-fkhj1syhmg] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e2e8f0;
    flex-shrink: 0;
}

.worker-info[b-fkhj1syhmg] {
    flex-grow: 1;
    min-width: 0;
}

.worker-name[b-fkhj1syhmg] {
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.1rem;
}

.worker-id[b-fkhj1syhmg] {
    font-size: 0.75rem;
    color: #64748b;
    font-family: var(--font-mono, monospace);
    letter-spacing: 0.05em;
}

.worker-details[b-fkhj1syhmg] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-top: 1px solid #f1f5f9;
    margin-bottom: 1rem;
}

.detail-item[b-fkhj1syhmg] {
    display: flex;
    flex-direction: column;
}

.detail-label[b-fkhj1syhmg] {
    font-size: 0.65rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #94a3b8;
    margin-bottom: 0.15rem;
}

.detail-value[b-fkhj1syhmg] {
    font-size: 0.85rem;
    color: #334155;
    font-weight: 500;
}

.worker-actions-grid[b-fkhj1syhmg] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

/* Visibility Control */
.desktop-only-table[b-fkhj1syhmg] {
    display: block;
}

.mobile-only-cards[b-fkhj1syhmg] {
    display: none;
}

@media (max-width: 991px) {
    .desktop-only-table[b-fkhj1syhmg] {
        display: none !important;
    }
    
    .mobile-only-cards[b-fkhj1syhmg] {
        display: block !important;
    }
    
    /* Adjust container padding for edge-to-edge feel */
    .container[b-fkhj1syhmg] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    /* Responsive Title and Header */
    .d-flex.justify-content-between.align-items-center.mb-4[b-fkhj1syhmg] {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1.5rem;
    }
    
    .d-flex.align-items-center.gap-3[b-fkhj1syhmg] {
        width: 100%;
    }
}

/* Modal and Filter Overrides */
@media (max-width: 768px) {
    .glass-panel[b-fkhj1syhmg] {
        padding: 1rem !important;
    }
    
    .form-floating > label[b-fkhj1syhmg] {
        font-size: 0.8rem;
    }
    
    /* Modal Fullscreen on Mobile */
    .modal-dialog.modal-lg[b-fkhj1syhmg] {
        max-width: 100%;
        margin: 0.5rem;
    }
}
/* /Components/Pages/Analytics.razor.rz.scp.css */
/* Analytics Page Styling */

/* Page header */
h2[b-qg6qdfjvgu] {
  color: #052767;
  font-weight: 700;
}

/* Summary cards */
.card[b-qg6qdfjvgu] {
  border-radius: 12px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.card:hover[b-qg6qdfjvgu] {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.card-body[b-qg6qdfjvgu] {
  padding: 1.5rem;
}

.card-title[b-qg6qdfjvgu] {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
}

.card-body h2[b-qg6qdfjvgu] {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.card-body small[b-qg6qdfjvgu] {
  font-size: 0.75rem;
  display: block;
  margin-top: 0.5rem;
}

/* Stat card colors */
.text-primary[b-qg6qdfjvgu] {
  color: #1b6ec2 !important;
}

.text-success[b-qg6qdfjvgu] {
  color: #198754 !important;
}

.text-info[b-qg6qdfjvgu] {
  color: #0dcaf0 !important;
}

.text-warning[b-qg6qdfjvgu] {
  color: #ffc107 !important;
}

/* Progress bars */
.progress[b-qg6qdfjvgu] {
  height: 8px;
  border-radius: 4px;
  background-color: #e9ecef;
  margin-top: 0.5rem;
  overflow: hidden;
}

.progress-bar[b-qg6qdfjvgu] {
  border-radius: 4px;
  transition: width 0.6s ease;
  background-color: #1b6ec2;
}

.progress-bar.bg-success[b-qg6qdfjvgu] {
  background-color: #198754 !important;
}

/* Card headers */
.card-header[b-qg6qdfjvgu] {
  background-color: #f8f9fa;
  border-bottom: 2px solid #e9ecef;
  padding: 1rem 1.5rem;
  font-weight: 600;
}

.card-header h5[b-qg6qdfjvgu] {
  margin: 0;
  color: #052767;
  font-size: 1.1rem;
}

/* Table styling */
.table[b-qg6qdfjvgu] {
  margin-bottom: 0;
}

.table thead th[b-qg6qdfjvgu] {
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
  color: #052767;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  padding: 0.75rem;
}

.table tbody td[b-qg6qdfjvgu] {
  padding: 0.75rem;
  vertical-align: middle;
}

.table tbody tr[b-qg6qdfjvgu] {
  transition: background-color 0.2s ease;
}

.table tbody tr:hover[b-qg6qdfjvgu] {
  background-color: #f8f9fa;
}

/* Buttons */
.btn-outline-primary[b-qg6qdfjvgu],
.btn-outline-secondary[b-qg6qdfjvgu] {
  border-width: 2px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover[b-qg6qdfjvgu] {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(27, 110, 194, 0.3);
}

.btn-outline-secondary:hover[b-qg6qdfjvgu] {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(108, 117, 125, 0.3);
}

/* Alert styling */
.alert-danger[b-qg6qdfjvgu] {
  border-radius: 8px;
  border-left: 4px solid #dc3545;
}

/* Loading spinner */
.spinner-border[b-qg6qdfjvgu] {
  width: 3rem;
  height: 3rem;
  border-width: 0.25rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .card-body h2[b-qg6qdfjvgu] {
    font-size: 1.5rem;
  }

  .d-flex.justify-content-between[b-qg6qdfjvgu] {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Horizontal scrolling for tabs on mobile */
  .nav-pills[b-qg6qdfjvgu] {
      flex-wrap: nowrap !important;
      overflow-x: auto !important;
      white-space: nowrap !important;
      padding-bottom: 0.5rem;
      -webkit-overflow-scrolling: touch;
  }
  
  .nav-pills .nav-link[b-qg6qdfjvgu] {
      padding: 0.5rem 1rem;
      font-size: 0.85rem;
  }

  /* Fixed height for charts on mobile to prevent squishing */
  canvas[b-qg6qdfjvgu] {
      min-height: 250px !important;
  }
}

@media (max-width: 576px) {
  .card-body[b-qg6qdfjvgu] {
    padding: 1rem;
  }

  .card-body h2[b-qg6qdfjvgu] {
    font-size: 1.75rem;
  }

  .table[b-qg6qdfjvgu] {
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
  .card-body[b-qg6qdfjvgu] {
    padding: 0.75rem;
  }

  .card-body h2[b-qg6qdfjvgu] {
    font-size: 1.5rem;
  }

  .card-title[b-qg6qdfjvgu] {
    font-size: 0.75rem;
  }

  .card-body small[b-qg6qdfjvgu] {
    font-size: 0.7rem;
  }

  .table[b-qg6qdfjvgu] {
    font-size: 0.8rem;
  }

  .table th[b-qg6qdfjvgu],
  .table td[b-qg6qdfjvgu] {
    padding: 0.5rem 0.25rem;
  }

  .btn[b-qg6qdfjvgu] {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
  }

  .btn-outline-primary[b-qg6qdfjvgu],
  .btn-outline-secondary[b-qg6qdfjvgu] {
    border-width: 1px;
  }
}

/* Navigation Pills */
.nav-pills .nav-link[b-qg6qdfjvgu] {
  border-radius: 8px;
  color: #6c757d;
  font-weight: 600;
  padding: 0.75rem 1rem;
  transition: all 0.2s ease;
}

.nav-pills .nav-link.active[b-qg6qdfjvgu] {
  background-color: #052767;
  color: white;
  box-shadow: 0 4px 8px rgba(5, 39, 103, 0.2);
}

.nav-pills .nav-link:hover:not(.active)[b-qg6qdfjvgu] {
  background-color: #f8f9fa;
  color: #052767;
}

/* Badges */
.badge[b-qg6qdfjvgu] {
  padding: 0.5em 0.8em;
  font-weight: 500;
  border-radius: 6px;
}

.bg-success-subtle[b-qg6qdfjvgu] {
  background-color: #d1e7dd !important;
}
.bg-danger-subtle[b-qg6qdfjvgu] {
  background-color: #f8d7da !important;
}
.bg-info-subtle[b-qg6qdfjvgu] {
  background-color: #cff4fc !important;
}

/* Timeline Activity */
.timeline[b-qg6qdfjvgu] {
  position: relative;
  padding-left: 0;
}

.timeline-item[b-qg6qdfjvgu] {
  padding-bottom: 1.5rem;
  position: relative;
}

.timeline-item:last-child[b-qg6qdfjvgu] {
  padding-bottom: 0;
}

/* Bordered cards */
.border-primary[b-qg6qdfjvgu] {
  border-top: 4px solid #052767 !important;
}
.border-success[b-qg6qdfjvgu] {
  border-top: 4px solid #198754 !important;
}
.border-warning[b-qg6qdfjvgu] {
  border-top: 4px solid #ffc107 !important;
}
.border-info[b-qg6qdfjvgu] {
  border-top: 4px solid #0dcaf0 !important;
}

/* Animation for cards appearing */
@keyframes fadeInUp-b-qg6qdfjvgu {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card[b-qg6qdfjvgu] {
  animation: fadeInUp-b-qg6qdfjvgu 0.5s ease-out;
}

.card:nth-child(1)[b-qg6qdfjvgu] {
  animation-delay: 0.1s;
}
.card:nth-child(2)[b-qg6qdfjvgu] {
  animation-delay: 0.2s;
}
.card:nth-child(3)[b-qg6qdfjvgu] {
  animation-delay: 0.3s;
}
.card:nth-child(4)[b-qg6qdfjvgu] {
  animation-delay: 0.4s;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Home Page Styling */

/* Welcome alert styling */
.text-center .alert-info[b-5y8a8a443p] {
    border-radius: 8px;
    border-left: 4px solid #0dcaf0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

.text-center .alert-info h5[b-5y8a8a443p] {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #055160;
}

.text-center .alert-info p[b-5y8a8a443p] {
    margin-bottom: 0;
    color: #055160;
}

/* Button container styling */
.text-center .button-container[b-5y8a8a443p] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    align-items: center;
}

/* Button styling improvements */
.text-center .button-container .btn[b-5y8a8a443p] {
    min-width: 160px;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
}

.text-center .button-container .btn:hover[b-5y8a8a443p] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.text-center .button-container .btn-primary[b-5y8a8a443p] {
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.text-center .button-container .btn-primary:hover[b-5y8a8a443p] {
    background-color: #155a9e;
    border-color: #124a83;
}

.text-center .button-container .btn-outline-secondary[b-5y8a8a443p] {
    border-color: #6c757d;
    color: #6c757d;
}

.text-center .button-container .btn-outline-secondary:hover[b-5y8a8a443p] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .text-center .button-container[b-5y8a8a443p] {
        flex-direction: column;
        width: 100%;
    }
    
    .text-center .button-container .btn[b-5y8a8a443p] {
        width: 100%;
        max-width: 280px;
        margin: 0.25rem 0 !important;
    }
    
    .text-center .alert-info[b-5y8a8a443p] {
        text-align: left;
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .text-center h1[b-5y8a8a443p] {
        font-size: 1.5rem;
    }
    
    .text-center .lead[b-5y8a8a443p] {
        font-size: 1rem;
    }
    
    .text-center .alert-info[b-5y8a8a443p] {
        padding: 0.75rem;
    }
    
    .text-center .alert-info h5[b-5y8a8a443p] {
        font-size: 1rem;
    }
    
    .text-center .alert-info p[b-5y8a8a443p] {
        font-size: 0.875rem;
    }
    
    .text-center .button-container .btn[b-5y8a8a443p] {
        max-width: 100%;
        font-size: 0.9rem;
    }
}

/* Loading spinner container */
.text-center .spinner-border[b-5y8a8a443p] {
    width: 3rem;
    height: 3rem;
}

/* Main heading styling */
.text-center h1[b-5y8a8a443p] {
    color: #052767;
    font-weight: 700;
    margin-bottom: 1rem;
}

.text-center .lead[b-5y8a8a443p] {
    color: #495057;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* Login Page Styling */

/* Success alert styling */
.alert-success[b-cmmmodqmgp] {
    border-radius: 8px;
    border-left: 4px solid #198754;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

.alert-success h5[b-cmmmodqmgp] {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #0f5132;
}

.alert-success p[b-cmmmodqmgp] {
    margin-bottom: 0;
    color: #0f5132;
}

/* Button container styling */
.button-container[b-cmmmodqmgp] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    align-items: center;
}

/* Button styling improvements */
.button-container .btn[b-cmmmodqmgp] {
    min-width: 160px;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
}

.button-container .btn:hover[b-cmmmodqmgp] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.button-container .btn-primary[b-cmmmodqmgp] {
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.button-container .btn-primary:hover[b-cmmmodqmgp] {
    background-color: #155a9e;
    border-color: #124a83;
}

/* Card styling */
.card[b-cmmmodqmgp] {
    border-radius: 8px;
    border: none;
}

.card-header[b-cmmmodqmgp] {
    border-radius: 8px 8px 0 0 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .card-body[b-cmmmodqmgp] {
        padding: 1.25rem;
    }

    .card-body img.img-thumbnail[b-cmmmodqmgp] {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 576px) {
    .card[b-cmmmodqmgp] {
        margin: 1rem auto;
    }

    .card-body[b-cmmmodqmgp] {
        padding: 1rem;
    }

    .card-body img.img-thumbnail[b-cmmmodqmgp] {
        max-width: 100%;
        height: auto;
    }

    .button-container[b-cmmmodqmgp] {
        flex-direction: column;
        width: 100%;
    }
    
    .button-container .btn[b-cmmmodqmgp] {
        width: 100%;
        max-width: 280px;
        margin: 0.25rem 0 !important;
    }
    
    .alert-success[b-cmmmodqmgp] {
        text-align: left;
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .card[b-cmmmodqmgp] {
        margin: 0.5rem auto;
    }
    
    .card-body[b-cmmmodqmgp] {
        padding: 0.75rem;
    }
    
    .card-header h3[b-cmmmodqmgp] {
        font-size: 1.1rem;
    }
    
    .button-container .btn[b-cmmmodqmgp] {
        max-width: 100%;
        font-size: 0.9rem;
    }
    
    .alert-success[b-cmmmodqmgp] {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .form-control[b-cmmmodqmgp],
    .form-select[b-cmmmodqmgp] {
        font-size: 0.875rem;
    }
}
/* /Components/Pages/Profile.razor.rz.scp.css */
/* Profile Page Styling */

/* Card styling */
.card[b-3zorgt3n1f] {
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.card:hover[b-3zorgt3n1f] {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.card-header[b-3zorgt3n1f] {
    border-radius: 12px 12px 0 0 !important;
    background: linear-gradient(135deg, #1b6ec2 0%, #1861ac 100%);
    border: none;
}

.card-header h3[b-3zorgt3n1f] {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.card-header small[b-3zorgt3n1f] {
    opacity: 0.9;
    font-size: 0.875rem;
}

/* Profile image styling */
.img-thumbnail.rounded-circle[b-3zorgt3n1f] {
    border: 4px solid #1b6ec2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.img-thumbnail.rounded-circle:hover[b-3zorgt3n1f] {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Avatar placeholder */
.bg-secondary.rounded-circle[b-3zorgt3n1f] {
    border: 4px solid #1b6ec2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    transition: transform 0.3s ease;
}

.bg-secondary.rounded-circle:hover[b-3zorgt3n1f] {
    transform: scale(1.05);
}

/* Profile name */
.card-body h2[b-3zorgt3n1f] {
    color: #052767;
    font-weight: 700;
    margin-top: 1rem;
}

/* Badge styling */
.badge[b-3zorgt3n1f] {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 20px;
}

.badge.bg-info[b-3zorgt3n1f] {
    background-color: #0dcaf0 !important;
    color: #000 !important;
}

/* List group styling */
.list-group-item[b-3zorgt3n1f] {
    border-left: none;
    border-right: none;
    padding: 1rem 1.5rem;
    transition: background-color 0.2s ease;
}

.list-group-item:first-child[b-3zorgt3n1f] {
    border-top: none;
}

.list-group-item:last-child[b-3zorgt3n1f] {
    border-bottom: none;
}

.list-group-item:hover[b-3zorgt3n1f] {
    background-color: #f8f9fa;
}

.list-group-item small[b-3zorgt3n1f] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.list-group-item strong[b-3zorgt3n1f] {
    color: #212529;
    font-size: 1rem;
    display: block;
    margin-top: 0.25rem;
}

/* Logout button */
.btn-outline-danger[b-3zorgt3n1f] {
    border-width: 2px;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
}

.btn-outline-danger:hover[b-3zorgt3n1f] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}

/* Loading spinner */
.spinner-border[b-3zorgt3n1f] {
    width: 3rem;
    height: 3rem;
    border-width: 0.25rem;
}

/* Alert styling */
.alert-warning[b-3zorgt3n1f] {
    border-radius: 8px;
    border-left: 4px solid #ffc107;
}

.alert-warning a[b-3zorgt3n1f] {
    color: #856404;
    text-decoration: underline;
    font-weight: 600;
}

.alert-warning a:hover[b-3zorgt3n1f] {
    color: #664d03;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .card-body h2[b-3zorgt3n1f] {
        font-size: 1.5rem;
    }
    
    .img-thumbnail.rounded-circle[b-3zorgt3n1f],
    .bg-secondary.rounded-circle[b-3zorgt3n1f] {
        width: 120px !important;
        height: 120px !important;
    }
    
    .list-group-item[b-3zorgt3n1f] {
        padding: 0.75rem 1rem;
    }
}

@media (max-width: 480px) {
    .card-body h2[b-3zorgt3n1f] {
        font-size: 1.25rem;
    }
    
    .img-thumbnail.rounded-circle[b-3zorgt3n1f],
    .bg-secondary.rounded-circle[b-3zorgt3n1f] {
        width: 100px !important;
        height: 100px !important;
        font-size: 2rem;
    }
    
    .list-group-item[b-3zorgt3n1f] {
        padding: 0.625rem 0.75rem;
    }
    
    .list-group-item small[b-3zorgt3n1f] {
        font-size: 0.7rem;
    }
    
    .list-group-item strong[b-3zorgt3n1f] {
        font-size: 0.9rem;
    }
    
    .badge[b-3zorgt3n1f] {
        font-size: 0.7rem;
        padding: 0.35em 0.6em;
    }
    
    .btn-outline-danger[b-3zorgt3n1f] {
        font-size: 0.9rem;
        padding: 0.5rem 1.25rem;
    }
}
/* /Components/Pages/Register.razor.rz.scp.css */
/* Register Page Mobile Responsive Styles */

/* Form Container */
.container[b-ihxm8t0auo] {
    max-width: 100%;
}

/* Card Styling */
.card[b-ihxm8t0auo] {
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-header[b-ihxm8t0auo] {
    border-radius: 12px 12px 0 0 !important;
    background: linear-gradient(135deg, #1b6ec2 0%, #1861ac 100%);
}

/* Form Steps */
.form-step[b-ihxm8t0auo] {
    transition: all 0.3s ease;
}

/* Camera/Upload Controls */
.camera-container[b-ihxm8t0auo],
.upload-container[b-ihxm8t0auo] {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

video[b-ihxm8t0auo],
.camera-preview[b-ihxm8t0auo] {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Capture Button */
.capture-btn[b-ihxm8t0auo] {
    min-height: 56px;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Form Fields */
.form-group[b-ihxm8t0auo] {
    margin-bottom: 1.25rem;
}

/* Button Groups */
.button-group[b-ihxm8t0auo] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.button-group .btn[b-ihxm8t0auo] {
    flex: 1 1 auto;
    min-width: 140px;
}

/* Validation Messages */
.validation-message[b-ihxm8t0auo] {
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Responsive Breakpoints */
@media (max-width: 768px) {
    /* Container adjustments */
    .container[b-ihxm8t0auo] {
        padding: 1rem;
    }
    
    /* Card adjustments */
    .card[b-ihxm8t0auo] {
        margin: 0.5rem 0;
    }
    
    .card-body[b-ihxm8t0auo] {
        padding: 1.25rem;
    }
    
    /* Form layout */
    .row > div[b-ihxm8t0auo] {
        margin-bottom: 1rem;
    }
    
    /* Camera/Upload */
    .camera-container[b-ihxm8t0auo],
    .upload-container[b-ihxm8t0auo] {
        max-width: 100%;
    }
    
    /* Button groups */
    .button-group[b-ihxm8t0auo] {
        flex-direction: column;
    }
    
    .button-group .btn[b-ihxm8t0auo] {
        width: 100%;
        min-width: auto;
    }
    
    /* Form controls */
    .form-control[b-ihxm8t0auo],
    .form-select[b-ihxm8t0auo] {
        font-size: 16px; /* Prevent zoom on iOS */
    }
}

@media (max-width: 576px) {
    /* Smaller container */
    .container[b-ihxm8t0auo] {
        padding: 0.75rem;
    }
    
    /* Card adjustments */
    .card-body[b-ihxm8t0auo] {
        padding: 1rem;
    }
    
    .card-header h3[b-ihxm8t0auo] {
        font-size: 1.25rem;
    }
    
    /* Form fields */
    .form-group[b-ihxm8t0auo] {
        margin-bottom: 1rem;
    }
    
    .form-label[b-ihxm8t0auo] {
        font-size: 0.9rem;
    }
    
    /* Capture button */
    .capture-btn[b-ihxm8t0auo] {
        min-height: 52px;
        font-size: 1rem;
    }
    
    /* Image preview */
    .img-thumbnail[b-ihxm8t0auo] {
        max-width: 100%;
    }
    
    /* Alert messages */
    .alert[b-ihxm8t0auo] {
        font-size: 0.875rem;
        padding: 0.75rem;
    }
    
    /* Step indicators */
    .step-indicator[b-ihxm8t0auo] {
        font-size: 0.875rem;
    }
}

@media (max-width: 480px) {
    /* Very small screens */
    .container[b-ihxm8t0auo] {
        padding: 0.5rem;
    }
    
    .card-body[b-ihxm8t0auo] {
        padding: 0.75rem;
    }
    
    .card-header h3[b-ihxm8t0auo] {
        font-size: 1.1rem;
    }
    
    /* Form controls */
    .form-control[b-ihxm8t0auo],
    .form-select[b-ihxm8t0auo],
    .form-label[b-ihxm8t0auo] {
        font-size: 0.875rem;
    }
    
    /* Buttons */
    .btn[b-ihxm8t0auo] {
        font-size: 0.9rem;
        padding: 0.625rem 1rem;
    }
    
    .capture-btn[b-ihxm8t0auo] {
        min-height: 48px;
        font-size: 0.95rem;
    }
}

/* Landscape orientation on mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .camera-container[b-ihxm8t0auo],
    .upload-container[b-ihxm8t0auo] {
        max-height: 60vh;
    }
    
    video[b-ihxm8t0auo],
    .camera-preview[b-ihxm8t0auo] {
        max-height: 50vh;
        object-fit: cover;
    }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    /* Larger touch targets */
    .btn[b-ihxm8t0auo] {
        min-height: 48px;
        padding: 0.75rem 1.5rem;
    }
    
    .form-control[b-ihxm8t0auo],
    .form-select[b-ihxm8t0auo] {
        min-height: 48px;
        padding: 0.75rem 1rem;
    }
    
    /* Easier to tap checkboxes and radios */
    .form-check-input[b-ihxm8t0auo] {
        width: 1.5rem;
        height: 1.5rem;
    }
    
    .form-check-label[b-ihxm8t0auo] {
        padding-left: 0.5rem;
    }
}
