@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

.dash-container {
  width: 400px;
  margin-top: 5em;
  padding-top: 5em !important;
  margin-bottom: 50px;
  text-align: center !important;
}

.login-container {
  width: 400px !important;
  margin-top: 50px;
  text-align: center;
}
.fa-small {
  font-size: 16px !important;
}

/* .btn-float {
  float: left;
  margin-right: 10px;
} */

.img-small {
  width: 180px;
}
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
  overflow: hidden;
}
.btn-block {
  width: 100%;
}
#header-btn {
  margin-top: 15px;
}
#txt {
  margin-top: 60px;
  margin-bottom: 120px;
  font-size: 10vw; /* Responsive font size based on viewport width */
  font-weight: 900;
  text-shadow: 0px 1px, 2px 0px, 2px 1px;
  letter-spacing: -2px; /* Adjusted for better readability */
  word-spacing: 2px;
  line-height: 1.2;
  color: #f5770f;
  text-align: center;
  overflow: hidden; /* Prevents content overflow */
  white-space: nowrap; /* Prevents text wrapping */
}

/* Responsive adjustments for smaller screens */
@media only screen and (max-width: 600) {
  #txt {
    margin-bottom: 80px; /* Reduced margin for smaller screens */
    font-size: 15vw; /* Adjusted font size for better fit */
    letter-spacing: -1px;
    line-height: 1.2;
  }
}

/* .btn-center {
  text-align: center !important;
} */

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.42em;
  color: #96919d;
  background-color: #1c2333;
}

h1 {
  font-size: 3em;
  font-weight: 300;
  line-height: 1em;
  text-align: center;
  color: #315d72;
}

h2 {
  font-size: 1em;
  font-weight: 300;
  text-align: center;
  display: block;
  line-height: 1em;
  padding-bottom: 2em;
  color: #5cb1e2;
}

h2 a {
  font-weight: 700;
  text-transform: uppercase;
  color: #5cb1e2;
  text-decoration: none;
}

.blue {
  color: #164f69;
}
.yellow {
  color: #e6df3b;
}

.container th h1 {
  font-weight: bold;
  font-size: 1em;
  text-align: left;
  color: #164f69;
}

.container td {
  font-weight: normal;
  font-size: 1em;
  -webkit-box-shadow: 0 2px 2px -2px #0e1119;
  -moz-box-shadow: 0 2px 2px -2px #0e1119;
  box-shadow: 0 2px 2px -2px #0e1119;
}

/* .container {
  text-align: left;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  display: table;
  padding: 0 0 5em 0;
} */

/* Ensure no overflow on the body */
body {
  overflow-x: hidden;
}

/* Adjust toast position for mobile devices */
@media only screen and (max-width: 600px) {
  .toast {
    /* Position the toast at the bottom center */
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 90% !important; /* Make it responsive */
  }
}
.container td,
.container th {
  padding-bottom: 2%;
  padding-top: 2%;
  padding-left: 2%;
}

/* Background-color of the odd rows */
.container tr:nth-child(odd) {
  background-color: #2d3648;
}

/* Background-color of the even rows */
.container tr:nth-child(even) {
  background-color: #282f3f;
}

.container th {
  background-color: #1c2333;
}

.container td:first-child {
  color: #5cb1e2;
}

.container tr:hover {
  background-color: #464a52;
  -webkit-box-shadow: 0 6px 6px -6px #0e1119;
  -moz-box-shadow: 0 6px 6px -6px #0e1119;
  box-shadow: 0 6px 6px -6px #0e1119;
}

@media (max-width: 800px) {
  .container td:nth-child(4),
  .container th:nth-child(4) {
    display: none;
  }
}

.white-text {
  color: white !important;
}

.disabled-badge {
  background-color: red;
  color: white !important;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 0.8em;
}
.disabled {
  color: gray;
  text-decoration: line-through;
}
.disabled-link {
  pointer-events: none;
  color: gray;
}
.trash-icon-disabled {
  color: gray;
}
.trash-icon-enabled {
  color: white;
}
/* Base styles for the table */
table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

/* Media query for mobile view */
@media (max-width: 768px) {
  /* Hide the department column */
  th:nth-child(3),
  td:nth-child(3) {
    display: none;
  }

  /* Ensure action buttons are displayed properly */
  td:nth-child(4) {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  /* Optional: Adjust button styles for better visibility */
  /* .btn {
    font-size: 14px;
    padding: 5px;
  } */

  /* Ensure icons are visible */
  .fas {
    font-size: 18px;
  }
}

h1 {
  white-space: normal; /* Allow text to wrap automatically */
  word-break: break-word; /* Break long words if necessary */
}

@media (max-width: 600px) {
  h1 {
    font-size: 1.8rem; /* Optional: decrease font size on small screens */
  }
}

/* .btn {
  font-size: 14px;
  padding: 5px;
} */

/* .btn {
  min-width: 100px; 
  padding: 10px 20px; 
} */

@media (max-width: 768px) {
  .btn {
    font-size: 16px; /* Maintain a reasonable font size */
    padding: 8px 16px; /* Adjust padding for smaller screens */
    min-width: 120px; /* Ensure buttons remain large enough to tap */
  }
}
/* Ensure buttons take up full width on smaller screens */
.full-width-btn {
  width: 100%; /* Make the buttons span the full width of the parent column */
  margin-bottom: 10px; /* Add some space between buttons */
}

@media (max-width: 600px) {
  .btn-large {
    font-size: 16px; /* Maintain reasonable button text size */
    padding: 10px 20px; /* Adjust padding for small screens */
  }

  .full-width-btn {
    margin-bottom: 15px; /* Extra space between buttons */
  }
}

/* Add extra margins or spacing between rows if needed */
.row {
  margin-bottom: 20px; /* Ensure enough space between rows */
}

.back-btn {
  margin-top: 15px; /* Adjust the spacing as needed */
  color: white;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}

.back-btn:hover {
  background-color: #00a1b3;
}

.caret-down,
.caret-right {
  color: #5cb1e2; /* Match the blue color */
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.sidenav-trigger-custom {
  display: flex;
  align-items: center;
}

.brand-logo-custom {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.nav-right-custom {
  margin: 0;
  display: flex;
  align-items: center;
}

/* adminStyles.css */

/* General button styles */
.btn-action {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* Transparent button style to replace background:none; border:none; */
.btn-transparent {
  background: none;
  border: none;
}

/* Color classes based on state */
.btn-green {
  color: green;
}

.btn-red {
  color: red;
}

.btn-white {
  color: white;
}

.btn-gray {
  color: gray;
}

/* Disabled state styling for the row */
.disabled {
  color: gray;
  text-decoration: line-through;
}

/* Ensure the entire row is not clickable when disabled */
tr.disabled.redirect-row {
  pointer-events: none;
}

/* Optional: Adjust badge styling if needed */
.badge {
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 0.8em;
}

/* Optional: Style for the edit and delete icons */
.edit-employee-link i,
.delete-employee-form i {
  font-size: 1.2em;
}

/* Ensure forms are displayed inline */
.toggle-disable-form,
.delete-employee-form {
  display: inline;
}

/* Optional: Hover effects for action buttons */
.btn-action:hover {
  opacity: 0.7;
}

/* Ensure buttons are accessible and have appropriate focus styles */
.btn-action:focus {
  outline: 2px solid #5cb1e2;
}

.ml-2 {
  margin-left: 10px;
}

/* Submit button styling if different from general btn */
.btn-submit {
  /* Add any specific styles if necessary */
}

/* Warning button styling */
.btn-warning {
  background-color: orange; /* Replace with desired color */
  color: white;
}

.btn-warning:hover {
  background-color: darkorange; /* Replace with desired hover color */
}

/* Small button styling */
.btn-small {
  font-size: 0.8em;
  padding: 5px 10px;
}

/* Ensure icons are properly aligned */
.btn-small i {
  font-size: 1em;
}

/* Ensure table responsiveness */
@media (max-width: 800px) {
  table th:nth-child(4),
  table td:nth-child(4) {
    display: none;
  }
}
