@charset "UTF-8";
.non-editable {
    --bs-table-bg: var(--bs-white-rgb);
}

.formButtonAlignRight{
    align-items: end;
}

.timesheetinputs{
    width: 50px;
}

.non-editable{
    background-color: gray;
}

.display-inline {
    display: inline;
}

.timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.timeline-item {
  text-align: center;
  flex: 1;
  position: relative;
}
.timeline-item:not(:last-child)::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #28a745; /* Green color */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(50%);
  z-index: -1;
}
.timeline-item .form-check {
  display: inline-block;
}
.form-check-input {
  pointer-events: none; /* Prevent interaction */
}
.form-check-input:checked {
  background-color: #28a745; /* Green color */
  border-color: #28a745; /* Green color */
}
.form-check-input:checked + .input-helper::before {
  background-color: #28a745; /* Green color */
  border-color: #28a745; /* Green color */
}

.circles {
    margin-bottom: -10px;
  }
  
  .circle {
    width: 200px;
    margin: 6px 6px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
  }
  
  .circle canvas {
    vertical-align: top;
  }
  
  .circle strong {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
  }
  
  .circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
  }
  
  .circle span {
    display: block;
    color: #aaa;
    margin-top: 12px;
  }

  .no-margin-bottom {
    margin-bottom: 0 !important;
  }

  #gantt svg g g g g line {
    stroke: #fff !important;
}
  /* #project-row1,
#project-row2 {
    display: none;
} */
#budget-table.table-bordered th.painted-header-green {
  background-color: #4CAF50; /* Change this to your desired color */
  color: white; /* Text color */
  text-align: center; /* Center align text */
  padding: 10px; /* Padding inside the header cells */
  border: 1px solid #ddd; /* Optional: Add a border */
  font-weight: bold;
}

#budget-table.table-bordered th.painted-header-red {
  background-color: #f44336; /* Change this to your desired color */
  color: white; /* Text color */
  text-align: center; /* Center align text */
  padding: 10px; /* Padding inside the header cells */
  border: 1px solid #ddd; /* Optional: Add a border */
  font-weight: bold;
}

#budget-table.table-bordered th.painted-header-blue {
  background-color: #2196F3; /* Change this to your desired color */
  color: white; /* Text color */
  text-align: center; /* Center align text */
  padding: 10px; /* Padding inside the header cells */
  border: 1px solid #ddd; /* Optional: Add a border */
  font-weight: bold;
}

#stafftableTable.table-bordered th.painted-header-blue {
  background-color:rgb(0, 90, 187);
  color: white;
  /* text-align: center; Center align text */
  padding: 10px; /* Padding inside the header cells */
  border: 1px solid #ddd; /* Optional: Add a border */
  font-weight: bold;
}

#budget-table.table-bordered th.painted-header-yellow {
  background-color: #e0ab0c; /* Change this to your desired color */
  color: white; /* Text color */
  text-align: center; /* Center align text */
  padding: 10px; /* Padding inside the header cells */
  border: 1px solid #ddd; /* Optional: Add a border */
  font-weight: bold;
}

#budget-table .large-icon {
  font-size: 2em; /* Adjust the size as needed */
}

.table-dark-gray {
  --bs-table-color: #fff; /* White text color */
  --bs-table-bg: #3d3d3d; /* Dark gray background */
  --bs-table-border-color: #2c2c2c; /* Slightly darker gray for borders */
  --bs-table-striped-bg: #4a4a4a; /* Slightly lighter gray for striped rows */
  --bs-table-striped-color: #fff; /* White text color for striped rows */
  --bs-table-active-bg: #5a5a5a; /* Slightly lighter gray for active rows */
  --bs-table-active-color: #fff; /* White text color for active rows */
  --bs-table-hover-bg: #4a4a4a; /* Slightly lighter gray for hover rows */
  --bs-table-hover-color: #fff; /* White text color for hover rows */
  color: var(--bs-table-color);
  background-color: var(--bs-table-bg);
  border-color: var(--bs-table-border-color);
}

.table-light-gray {
  --bs-table-color: #000; /* Dark text color */
  --bs-table-bg: #e2e2e2; /* Light gray background */
  --bs-table-border-color: #dcdcdc; /* Slightly darker gray for borders */
  --bs-table-striped-bg: #e0e0e0; /* Slightly darker gray for striped rows */
  --bs-table-striped-color: #000; /* Dark text color for striped rows */
  --bs-table-active-bg: #d0d0d0; /* Slightly darker gray for active rows */
  --bs-table-active-color: #000; /* Dark text color for active rows */
  --bs-table-hover-bg: #e0e0e0; /* Slightly darker gray for hover rows */
  --bs-table-hover-color: #000; /* Dark text color for hover rows */
  color: var(--bs-table-color);
  background-color: var(--bs-table-bg);
  border-color: var(--bs-table-border-color);
}

.bar-wrapper.project rect {
  fill: #4CAF50; /* Green color for projects */
}
.bar-wrapper.workpackage rect {
  fill: #2196F3; /* Blue color for workpackages */
}
.bar-wrapper.task rect {
  fill: #FFC107; /* Amber color for tasks */
}

/* Genel stil */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 30px; /* Reduced width */
  height: 18px; /* Reduced height */
  margin: 10px;
}

/* Giriş stil */
.toggle-switch .toggle-input {
  display: none;
}

/* Anahtarın stilinin etrafındaki etiketin stil */
.toggle-switch .toggle-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px; /* Reduced width */
  height: 18px; /* Reduced height */
  background-color: blue;
  border-radius: 20px; /* Adjusted border radius */
  cursor: pointer;
  transition: background-color 0.3s;
}

/* Anahtarın yuvarlak kısmının stil */
.toggle-switch .toggle-label::before {
  content: "";
  position: absolute;
  width: 14px; /* Reduced width */
  height: 14px; /* Reduced height */
  border-radius: 50%;
  top: 2px; /* Adjusted position */
  left: 2px; /* Adjusted position */
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}

/* Anahtarın etkin hale gelmesindeki stil değişiklikleri */
.toggle-switch .toggle-input:checked + .toggle-label {
  background-color: #4CAF50;
}

.toggle-switch .toggle-input:checked + .toggle-label::before {
  transform: translateX(12px); /* Adjusted for smaller size */
}

/* Light tema */
.toggle-switch.light .toggle-label {
  background-color: #BEBEBE;
}

.toggle-switch.light .toggle-input:checked + .toggle-label {
  background-color: #9B9B9B;
}

.toggle-switch.light .toggle-input:checked + .toggle-label::before {
  transform: translateX(12px); /* Adjusted for smaller size */
}

/* Dark tema */
.toggle-switch.dark .toggle-label {
  background-color: #4B4B4B;
}

.toggle-switch.dark .toggle-input:checked + .toggle-label {
  background-color: #717171;
}

.toggle-switch.dark .toggle-input:checked + .toggle-label::before {
  transform: translateX(12px); /* Adjusted for smaller size */
}

#drop-area {
  border-radius: 20px;
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  text-align: center;
}
#drop-area.highlight {
  border-color: purple;
}
#file-list {
  margin-top: 20px;
}
.file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  border-radius: 5px;
}
.file-item button {
  margin-left: 10px;
}

.side-modal {
    display: none;
    position: fixed;
    top: 20%;
    left: 20%;
    width: 300px;
    background-color: rgba(252, 0, 0, 0.8);
    color: white;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.side-modal-content {
    text-align: center;
}


table.dashboard {
  border-collapse: separate;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0 20px;
}

table.dashboard td {
  border: 1px solid transparent; 
  padding: 10px;
  padding: 4px 8px;
  line-height: 1.2;
  vertical-align: top;
  font-size: 12px; 
}

table.dashboard td:first-child {
  width: 30%;
}

table.dashboard td:last-child {
  width: 70%;
  text-align: left;
}