/* --- Employee Dashboard Unique Styles --- */
:root {
  --emp-primary: #235ca7;
  --emp-accent: #0061b0;
  --emp-bg-light: #f7fafd;
  --emp-bg-gradient: linear-gradient(120deg, #f7fafd 60%, #eaf7fd 100%);
  --emp-sidebar-bg: #fff;
  --emp-sidebar-border: #e5e5e5;
}

.emp-dashboard-body {
  font-family: 'Segoe UI', 'Inter', 'Roboto', sans-serif;
  background: var(--emp-bg-gradient);
  min-height: 100vh;
}    


.emp-navbar {
  background: var(--emp-primary) !important;
  box-shadow: 0 2px 12px rgba(35, 92, 167, 0.08);
}

.emp-sidebar {
  background: var(--emp-sidebar-bg);
  border-right: 1px solid var(--emp-sidebar-border);
  min-height: 100vh;
  max-width: 220px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.03);
}

.emp-nav-link {
  color: var(--emp-primary);
  font-weight: 500;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
  padding: 0.75rem .5rem;
  width: 100%;
  font-size: 1.01rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  cursor: pointer;
  line-height: 20px;
}

.emp-nav-link.active,
.emp-nav-link:hover {
  background: var(--emp-accent);
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 187, 255, 0.08);
}

.emp-nav-link i {
  font-size: 1.1rem;
  margin-right: 0.2rem !important;
}

@media (max-width: 991.98px) {
  .emp-sidebar-col {
    max-width: 60px !important;
    min-width: 60px !important;
  }
  .emp-sidebar {
    max-width: 60px;
    min-width: 60px;
  }
  .emp-nav-link span {
    display: none !important;
  }
  .emp-nav-link {
    justify-content: center;
    padding: 0.75rem 0.5rem;
  }
}

.emp-dashboard-section {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 2px 12px rgba(0, 187, 255, 0.07);
  padding: 2rem 1.2rem;
  margin-bottom: 2rem;
  /*display: none;*/
}

.emp-dashboard-section.active {
  display: block;
}

.emp-dashboard-section h2,
.emp-dashboard-section h3 {
  color: var(--emp-primary);
  font-weight: 700;
}

.table-responsive input,
.table-responsive select {
  min-width: 18px;
}

.table thead {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}

.table-bordered th,
.table-bordered td {
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
      padding: 0.2rem 0.2rem;
}

.form-control,
.form-select {
  border-radius: 0.7rem;
}

.btn-primary,
.btn-success,
.btn-secondary {
  border-radius: 2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.btn-primary {
  background: var(--emp-primary);
  border: none;
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--emp-accent);
}

.btn-success {
  background: var(--emp-accent);
  border: none;
}

.btn-success:hover,
.btn-success:focus {
  background: var(--emp-primary);
}

.modal-header {
  background: var(--emp-primary);
  color: #fff;
}

.modal-footer {
  background: var(--emp-bg-light);
}

@media (max-width: 767.98px) {
  .emp-dashboard-section {
    padding: 1rem 0.3rem;
    border-radius: 0.7rem;
  }
  .table-responsive {
    font-size: 0.95rem;
  }

.admemp-page{ display: block;}
.admemp-page main{ padding-top: 10px !important; padding-right: 10px !important; padding-left: 10px !important; }
.admemp-page .userprof-card .container{}

.menualgn{ display: block; padding: 12px 24px 10px 24px;}
.menualgn img{ width: 30px;}
.emp-sidebar-col{ display: block; max-width: 100%!important; min-width: 100%!important; }
.emp-sidebar-col .emp-sidebar{ display: none!important;}
.emp-sidebar-col .emp-sidebar.emp-show{ display: block!important;
  max-width: 100%;
  min-width: 100%;
}
.emp-sidebar.emp-show .emp-nav-link{ justify-content:left;}
.emp-sidebar.emp-show .emp-nav-link span{ display: block!important;}

.userprof-card .container{ max-width: 100%;}

.emp-dashboard-section{ padding-top: 0!important;}

}

.heading-underline {
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #235ca7 0%, #00bbff 100%);
  margin-top: 8px;
  margin-bottom: 16px;
}


.userprof-address-border {
  border: 2px solid #0061b0;
  border-radius: 14px;
  background: #fafdff;
  box-shadow: 0 2px 12px rgba(0, 187, 255, 0.07);
  margin-bottom: 1.5rem;
}

.copy-btn {
  border-radius: 0 8px 8px 0;
  border-left: none;
}


.userprof-btn-primary {
    background: #0061b0;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(32, 84, 147, 0.08);
    padding: 10px 28px;
    min-width: 140px;
    max-width: 100%;
    width: auto !important;
    display: inline-block;
    text-align: center;
    transition: background 0.2s, box-shadow 0.2s;
    text-decoration: none;
}

.userprof-btn-primary:hover {
    background: linear-gradient(90deg, #0061b0 60%, #0d3d8a 100%);
    box-shadow: 0 4px 16px rgba(32, 84, 147, 0.13);
}

/* Address List Grid */
.userprof-address-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.userprof-address-box {
    flex: 1 1 calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
    min-width: 270px;
    background: #f7fbfd;
    border: 1.5px solid #e0f6ff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 187, 255, 0.07);
    transition: box-shadow 0.18s;
    margin-bottom: 0;
}