/* ===================================
   Bootstrap Dashboard Kit - Custom Styles
   =================================== */

:root {
  --sidebar-width: 260px;
  --sidebar-width-collapsed: 80px;
  --sidebar-collapsed-padding: 10px;
  --sidebar-bg: #ffffff;
  --sidebar-hover: #f8f9fa;
  --primary-color: #7c3aed;
  --primary-hover: #6d28d9;
  --transition: all 0.2s ease;
  --text-primary: #1f2937;
  --text-secondary: #6b7280;
}

/* Body & Wrapper */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f3f4f6;
  overflow-x: hidden;
}

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
  min-height: 100vh;
}

/* Sidebar Styles */
.sidebar {
  min-width: var(--sidebar-width);
  max-width: var(--sidebar-width);
  background: #ffffff;
  color: var(--text-primary);
  transition: var(--transition);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.08);
}

.sidebar.active {
  margin-left: calc(-1 * var(--sidebar-width));
}

/* Collapsed Sidebar State */
.sidebar.collapsed {
  min-width: var(--sidebar-width-collapsed);
  max-width: var(--sidebar-width-collapsed);
}

.sidebar.collapsed .sidebar-title,
.sidebar.collapsed .sidebar-section-label,
.sidebar.collapsed .nav-link span:not(.badge) {
  opacity: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.sidebar.collapsed .sidebar-brand {
  justify-content: center;
}

.sidebar.collapsed .sidebar-logo-icon {
  margin-right: 0;
}

.sidebar.collapsed .nav-link {
  justify-content: center;
  padding: 12px var(--sidebar-collapsed-padding);
  position: relative;
}

.sidebar.collapsed .nav-link i {
  margin: 0;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.sidebar.collapsed .nav-link .badge {
  position: absolute;
  top: 4px;
  right: 4px;
  margin-left: 0;
  font-size: 0.6rem;
  padding: 0.15em 0.35em;
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar.collapsed .sidebar-header {
  padding: 24px var(--sidebar-collapsed-padding);
  justify-content: center;
}

.sidebar.collapsed .components {
  padding-bottom: 80px; /* Space for toggle button at bottom */
}

/* Tooltip styling for collapsed sidebar */
.sidebar.collapsed .nav-link[data-bs-toggle="tooltip"] {
  cursor: pointer;
}

/* Hide tooltips when sidebar is not collapsed */
.sidebar:not(.collapsed) .nav-link[data-bs-toggle="tooltip"] .tooltip {
  display: none !important;
}


.sidebar-header {
  padding: 24px 20px;
  background: var(--sidebar-bg);
  border-bottom: 1px solid #f3f4f6;
}

.sidebar-logo-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 1.1rem;
  flex-shrink: 0;
  overflow: hidden;
}

.sidebar-logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.sidebar-logo-icon i {
  display: inline-block !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  visibility: visible !important;
  opacity: 1 !important;
}

.sidebar-header h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  letter-spacing: -0.02em;
}

.sidebar-header .btn-link {
  color: #6b7280;
  padding: 4px 8px;
  border: none;
  background: transparent;
}

.sidebar-header .btn-link:hover {
  color: #374151;
  background: #f3f4f6;
  border-radius: 4px;
}

.sidebar-toggle-btn {
  transition: var(--transition);
  flex-shrink: 0;
}

.sidebar.collapsed .sidebar-toggle-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  display: flex;
  justify-content: center;
  margin-top: auto;
  padding: 8px;
}

/* Sidebar Navigation */
.sidebar .components {
  padding: 8px 0 16px 0;
}

.sidebar .components li {
  margin: 0;
}

.sidebar .components .nav-link {
  padding: 10px 20px;
  color: #374151;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: var(--transition);
  border-left: none;
  position: relative;
  justify-content: space-between;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
}

.sidebar .components .nav-link:hover {
  background: transparent;
  color: #374151;
}

.sidebar .components .nav-link.active {
  background: rgba(124, 58, 237, 0.1);
  color: var(--primary-color);
  font-weight: 500;
}

.sidebar .components .nav-link.active i {
  color: var(--primary-color);
}

.sidebar .components .nav-link i {
  margin-right: 12px;
  width: 20px;
  text-align: center;
  color: #6b7280;
  transition: var(--transition);
  font-size: 1rem;
  display: inline-block !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  visibility: visible !important;
  opacity: 1 !important;
}

.sidebar .components .nav-link:hover i {
  color: #374151;
}

.sidebar .components .text-muted {
  color: #9ca3af !important;
  font-weight: 600;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 0 20px;
  text-transform: uppercase;
}

.sidebar .components li.mb-2 {
  margin-top: 20px;
  margin-bottom: 8px;
}

.sidebar .components li.mb-2:first-child {
  margin-top: 0;
}

/* Badge positioning in sidebar */
.sidebar .nav-link .badge {
  margin-left: auto;
  flex-shrink: 0;
  background-color: #ef4444 !important;
  color: #ffffff !important;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 0.2em 0.5em;
  min-width: 20px;
  text-align: center;
}

/* Ensure nav-link content doesn't wrap */
.sidebar .nav-link span:not(.badge) {
  flex: 1;
  white-space: nowrap;
  line-height: 1.5;
}

/* Dropdown Menu in Sidebar */
.sidebar .collapse {
  background: rgba(0, 0, 0, 0.2);
}

.sidebar .collapse .nav-link {
  padding-left: 50px;
  font-size: 0.9rem;
}

.sidebar .dropdown-toggle::after {
  float: right;
  margin-top: 8px;
}

/* Sidebar Footer */
.sidebar-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-footer .user-info {
  margin-bottom: 10px;
}

/* Content Wrapper */
.content-wrapper {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  transition: var(--transition);
  margin-left: var(--sidebar-width);
  background-color: #f3f4f6;
}

.sidebar.collapsed ~ .content-wrapper {
  margin-left: var(--sidebar-width-collapsed);
}

/* Top Navbar */
.navbar {
  padding: 1rem 1.5rem;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.navbar .container-fluid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.navbar-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-search-wrapper .input-group {
  border-radius: 8px;
  border: 1px solid #d1d5db;
  overflow: hidden;
  background: #ffffff;
}

.navbar-search-wrapper .input-group:focus-within {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(124, 58, 237, 0.1);
}

.navbar-search-wrapper .form-control {
  border: none;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  background: transparent;
}

.navbar-search-wrapper .form-control:focus {
  box-shadow: none;
  border: none;
  background: transparent;
}

.navbar-search-wrapper .btn-outline-secondary {
  border: none;
  border-left: 1px solid #e5e7eb;
  background: transparent;
  color: #6c757d;
  padding: 0.5rem 0.75rem;
}

.navbar-search-wrapper .btn-outline-secondary:hover {
  color: var(--primary-color);
  background: transparent;
}

.navbar .btn-link {
  color: #6c757d;
  text-decoration: none;
  padding: 0.5rem;
  border: none;
  background: transparent;
}

.navbar .btn-link:hover {
  color: var(--primary-color);
}

.navbar h4 {
  color: var(--text-primary);
  font-weight: 600;
}

.navbar .form-select-sm {
  border-radius: 6px;
  border: 1px solid #d1d5db;
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
}

.navbar .dropdown-menu {
  margin-top: 0.5rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* Notification badge in navbar */
.navbar .btn-link .badge {
  font-size: 0.5rem;
  padding: 0.2em 0.4em;
  top: 0;
  right: 0;
}

/* Avatar Circles */
.avatar-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.avatar-circle-sm {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e9ecef;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

/* Stats Cards */
.stats-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-left: 4px solid transparent;
}

.stats-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.stats-card .stats-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.stats-card h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}

/* Cards */
.card {
  border-radius: 12px;
  overflow: hidden;
}

.card-header {
  font-weight: 600;
}

/* Tables */
.table {
  font-size: 0.95rem;
}

.table thead th {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #dee2e6;
}

.table tbody tr {
  transition: background-color 0.2s ease;
}

.table tbody tr:hover {
  background-color: #f8f9fa;
}

/* Badges */
/* .badge {
  padding: 0.5em 0.75em;
  font-weight: 500;
} */

/* Buttons */
.btn {
  border-radius: 8px;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: var(--transition);
}

.btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
}

/* Progress Bars */
.progress {
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar {
  border-radius: 10px;
}

/* Timeline */
.timeline {
  position: relative;
  padding-left: 30px;
}

.timeline-item {
  position: relative;
  padding-bottom: 20px;
  padding-left: 30px;
}

.timeline-item:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 20px;
  bottom: -20px;
  width: 2px;
  background: #dee2e6;
}

.timeline-marker {
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px currentColor;
}

.timeline-content h6 {
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.timeline-content p {
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}

/* Forms */
.form-control,
.form-select {
  border-radius: 8px;
  border: 1px solid #ced4da;
  padding: 0.5rem 0.75rem;
  transition: var(--transition);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #495057;
}

/* Modals */
.modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal-header {
  border-bottom: 1px solid #dee2e6;
  padding: 1.25rem 1.5rem;
}

.modal-body {
  padding: 1.5rem;
}

.modal-footer {
  border-top: 1px solid #dee2e6;
  padding: 1rem 1.5rem;
}

/* Alerts */
.alert {
  border-radius: 8px;
  border: none;
  padding: 1rem 1.25rem;
}

.alert i {
  margin-right: 0.5rem;
}

/* Dropdowns */
.dropdown-menu {
  border-radius: 8px;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 0.5rem 0;
  margin-top: 0.5rem;
}

.dropdown-item {
  padding: 0.5rem 1.25rem;
  transition: var(--transition);
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}

.dropdown-item i {
  margin-right: 0.5rem;
  width: 20px;
}

/* List Groups */
.list-group-item {
  border-radius: 8px;
  margin-bottom: 0.5rem;
  border: 1px solid #dee2e6;
  transition: var(--transition);
}

.list-group-item:hover {
  background-color: #f8f9fa;
  border-color: var(--primary-color);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .sidebar {
    margin-left: calc(-1 * var(--sidebar-width));
  }

  .sidebar.active {
    margin-left: 0;
  }

  .content-wrapper {
    margin-left: 0;
  }

  .stats-card h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .stats-card .stats-icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }

  .stats-card h2 {
    font-size: 1.75rem;
  }

  .table {
    font-size: 0.85rem;
  }
}

/* Scrollbar Styling */
.sidebar::-webkit-scrollbar {
  width: 6px;
}

.sidebar::-webkit-scrollbar-track {
  background: #f9fafb;
}

.sidebar::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 3px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card {
  animation: fadeIn 0.3s ease;
}

/* Utility Classes */
.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* Loading Spinner */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.15em;
}

/* Custom Checkbox & Radio */
.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/* Tooltips */
.tooltip {
  font-size: 0.875rem;
}

/* Popovers */
.popover {
  border-radius: 8px;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Breadcrumbs */
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #6c757d;
}

/* Pagination */
.pagination {
  margin-bottom: 0px;
  margin-left:15px
}
.pagination-pageset{
  margin-bottom: 1rem;
  margin-top:2rem;
}
/* .page-link {
  border-radius: 8px;
  margin: 0 2px;
  border: 1px solid #dee2e6;
  color: var(--primary-color);
}

.page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
} */

/* Tabs */
.nav-tabs {
  border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  color: #6c757d;
  padding: 0.75rem 1.5rem;
  transition: var(--transition);
}

.nav-tabs .nav-link:hover {
  border-bottom-color: #dee2e6;
  color: var(--primary-color);
}

.nav-tabs .nav-link.active {
  color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  background-color: transparent;
}

/* Accordion */
.accordion-item {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.accordion-button {
  border-radius: 8px;
  font-weight: 500;
}

.accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: var(--primary-color);
}

/* Toast Notifications */
.toast {
  border-radius: 8px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.toast-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Carousel */
.carousel-item {
  transition: transform 0.6s ease-in-out;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

/* Offcanvas */
.offcanvas {
  border-radius: 0;
}

.offcanvas-header {
  border-bottom: 1px solid #dee2e6;
}

/* Spinners */
.spinner-border {
  width: 3rem;
  height: 3rem;
  border-width: 0.25em;
}
.spinner-border.spinner-border-sm {
  width: 1.25rem;
  height: 1.25rem;
  border-width: 0.15em;
  margin-right: 0px!important;
}

/* Print Styles */
@media print {
  .sidebar,
  .navbar,
  .btn,
  .dropdown {
    display: none !important;
  }

  .content-wrapper {
    margin-left: 0 !important;
  }
  /* This is the User page*/
}
/* .badge{
      padding:1px 3px ;   
      border:1px solid grey;
      margin-left:10px ;
      margin-top: 4px;
      font-weight:400;
      flex-wrap: wrap;
      
  } */
  .createbtn{
    padding:3px 8px;
    margin-bottom:30px;
    
  }

  .container-fluid {
      display: flex;
      align-items: center ;
      justify-content: space-between;
      
  }

  .button {
      margin-top: 30px;
  }

  .container-fluid.filter {
      display: flex;
      align-items: center ;
      gap: 10px;
      margin-left:20px
  } 
  .filtering{
    color:#9ca3af;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  table,th,td {
      color: #374151 !important;
      font-weight: normal !important;
      text-transform: none !important;
      font-size: 1rem !important;
  }


  .icons{
      margin-top: 20px;
      margin-left: 2px;
      cursor: pointer;
      margin-bottom: 20px;
  }

  #search{
      margin-right: 15px; 
      cursor: pointer;
  }

  .table-wrapper table tr:last-child * {
      border-bottom: none;
    }

  .selected{
      margin-right: 10px;
  }

  .joining-date {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
    }
    
    .edit {
      margin-left:70px;
      cursor: pointer;

    }
    
    .avatar {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background-color: #6c747a;
      color: white;
      font-weight: bold;
      font-size: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
  }
  .emp_designation{
    margin-top: 2px; 
  }
.name-container{
  display: block;
}
.emp-row td{
vertical-align: middle;
}

  td .empname{
    margin-top: 20px;
  }

  td .cell-content {
      display: flex;
      align-items: center;
      gap: 8px;              
  }

    .add-wrapper {
      background: #ffffff;
      min-height: 100vh;
      padding: 40px 0px;
      justify-content: center; 
  }

  .submit{
      margin-left: 8%; 
      margin-top: 20px; 
  }

  .employee-form label {
    display: block;
    text-align: left !important;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .employee-form button {
    display: block;
    margin-left: 0;
  }
  /*login page*/
  body {
    font-family: 'Segoe UI', sans-serif;
  }
  .hrlogo{
    width:30px;
    border: 1px solid rgb(177, 176, 176);
    border-radius: 50%;

  }
  .logo-heading {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: #e7e2f1;
    border: 2px solid #e7e2f1;
    border-radius: 50px;
    width: fit-content; 
    margin: 0 auto;          
}
  .logo-heading .hrlogo {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid white;
  }
  .logo-heading .logo {
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 1.3rem;
  }
  .text-center a{
    text-decoration: none;
  }
  .google-icon {
    width: 20px;
    height: 20px;
  }
  .eyeiconpass {
    position: absolute; 
    right: 10px;      
    top: 75%;       
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;   
    font-size: 1rem;  
  }

.login-main {
  height: 100vh; 
  margin: 0 !important;
}

.left-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2rem !important;  
}

.right-box {
  height: 100%;
  padding: 0; 
  overflow: hidden;
}
.welcome-heading{
  margin-top: 20px;
}

.right-box img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}


.overlay-text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  max-width: 75%;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.login-main {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.left-box {
  width: 50%;
  background: #fff;
  overflow: auto;
}

.right-box {
  width: 50%;
  height: 100vh;
  position: relative;
}

.right-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay-text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
}
.entire-content {
  padding-left: 65px;
  padding-right: 65px;
  text-align: left;  
}
.switch-button{
  margin-left:-150px;
  margin-top: 5px; 
}
/* small screens */
@media (max-width: 767px) {

  .login-main {
      flex-direction: column;
      height: auto;
  }

  .right-box {
      display: none;  
  }

  .left-box {
      width: 100%;
      padding: 1.5rem !important;
  }

  .entire-content {
      padding-left: 20px;
      padding-right: 20px;
  }

  .logo-heading {
      margin-bottom: 20px;
  }
}

/* medium screen */
@media (max-width: 992px) {
  .entire-content {
      padding-left: 40px;
      padding-right: 40px;
  }
}

/*  Larger Screens */
@media (min-width: 1400px) {
  .entire-content {
      padding-left: 100px;
      padding-right: 100px;
  }
}

  /*forgot page*/
  .forgot-text {
    margin: 0;          
    line-height: 1.1;
}

  .forgot-email{
    margin-top: 20px;
  }

  .footer-text{
    margin-top:40px ;
  }
.employee-rows > td{
  vertical-align: middle;
}

/* this is the Assigndays styling */
.assigndysheader {
  margin-top: 20px;
  margin-left: 30px;
  margin-bottom: 30px;

}
.assign_name{
  margin-left:20px;
  font-weight: bold;
}

.assign_position{
  margin-left:82px;
}


.assign_department{
  margin-left:90px;
}

.assign_table{
  max-width: 100px;
}

.assign-employee-detail{
 margin-left: 2PX;
 max-width:95rem;
}
.assign-leaveview{
 margin-left: 50PX;
 max-width:95rem;
 text-align: center;

}
.assign-maincontrol{
      padding-bottom: 5rem;
}
.leaveno{
  margin-left: 10px;
}
.assign-contents{
  margin-left: 40%;
}
.assign-submit{
  margin-right:75%
}
/* this is for the filter button user styling  */
.filter-buttn{margin-left: 929px;
        margin-top: 21px;}


/* this is for pegination */

