@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');


body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
}

@media (max-width: 780px) {
    .navigation {
        grid-template-columns: repeat(3, 1fr);
        position: fixed;
        bottom: 0px;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 1;
        padding-left: 3%;
    }
}

.navigation {
    margin-left: -3%;
    display: flex;
    height:7%;
    position: fixed;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: repeat(5, 1fr);
    background: var(--white);
    padding: 10px;
    gap: 3%;
    border-top: 1px solid #eee;
    width: 103%;
    padding-left: 9%;
    background-color: #f5f5f5;
    text-decoration: none;
}

.nav-item {
    text-decoration: none;
    color: #666;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background: linear-gradient(45deg, #04333a7d, #04333a);
    min-height: 100vh;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

.progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.step {
    position: relative;
    z-index: 0;
    width: 40px;
    height: 40px;
    background-color: #b1b5b5;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: white;
}

.step.active {
    background-color: #007bff;
}

/* .step:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-93%, -50%);
    width: calc(46% + 80px);
    height: 4px;
    background-color: #b1b5b5;
    z-index: -1;
}

.step.active::before {
    background-color: #007bff;
}

.step:first-child::before {
    display: none;
} */

.hidden {
    display: none;
}

.basic {
    color: black;
    font-size: 14px;
}

.progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.step {
    position: relative;
    z-index: 0;
    width: 40px;
    height: 40px;
    background-color: #b1b5b5;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: white;
}

.step.active {
    background-color: #007bff;
}

/* .step:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-93%, -50%);
    width: calc(46% + 80px);
    height: 4px;
    background-color: #b1b5b5;
    z-index: -1;
}

.step.active::before {
    background-color: #007bff;
}

.step:first-child::before {
    display: none;
} */

.hidden {
    display: none;
}

.basic {
    color: black;
    font-size: 14px;
}

.mt-5 {
    margin-top: 1.5rem !important;
}

.card {
    margin-bottom: 40px;
}
.card-body {
    margin-bottom: 8% !important;
}

.btn {

    position: relative;
    left: 80%;
}

.deleteBtn {
    margin-left: -399%;
    justify-content: space-between;
    row-gap: 50% !important;
}

.table th,
.table td {
    text-align: center;
}

.action-btn {
    cursor: pointer;
}

.modal-body input,
.modal-body select {
    max-width: 100%;
}

.badge {
    padding: 5px 10px;
    font-size: 0.875rem;
}

#nextbtn {
    margin-left: 12%;

}

.modal-footer {

    margin-left: 95%;
}

#closebtn {
    margin-left: 5%;

}

.container {
    max-width: 600px;
    margin: 50px auto;
}

.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
}

.result-item {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}

.result-item:hover {
    background-color: #f8f9fa;
}

.table th,
.table td {
    text-align: center;
    vertical-align: middle;
}

.tag-input-wrapper {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.5rem;
    min-height: 42px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.tag {
    background: #c5c4c4;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.tag-close {
    cursor: pointer;
}

.tag-input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 60px;
    padding: 0.25rem;
}

.suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    margin-top: 0.25rem;
    z-index: 1050;
    display: none;
}

.suggestion-item {
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.suggestion-item:hover {
    background: #f8f9fa;
}

.toggle-btn {
    width: 50px;
    height: 25px;
    background-color: #ddd;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.toggle-btn .slider {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2.5px;
    left: 2.5px;
    transition: all 0.3s ease;
}

.toggle-btn.active {
    background-color: #4caf50;
}

.toggle-btn.active .slider {
    transform: translateX(25px);
}

.toggle-btn.inactive {
    background-color: red;
}
#searchButton{
    margin-left: -103%;
}
#todoModalLabel{
    margin-right: 40% !important;
} 
.modal-header.success {
    background-color: #1a6d2d; /* Green for success */
    color: white;
  }
  
  .modal-header.error {
    background-color: #cc1528; /* Red for error */
    color: white;
  }

  #statusMessage{
    margin-left: -8%;
    margin-top: -12%;
  }
  #todolist{
    margin-left: -17%;
    display: contents;
    margin-left: 5%;
    font-size: 30px;
    font-weight: 500;
  }
  #addtask{
    font-size: 28px;
    font-weight: 500;

  }
  
  .progress-container {
    display: flex;
    justify-content: space-between;
  }
  
  .step {
    padding: 10px !important;
    cursor: pointer !important;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    text-align: center !important;
  }
  .step {
    padding: 0px !important;
    cursor: pointer !important;
    border: 1px solid #ccc !important;
    border-radius: 50px !important;
    text-align: center !important;
  }
  
  .step.active {
    background-color: #007bff !important;
    color: white !important;
  }
  
  .step.jump-btn:hover {
    background-color: #007bff !important;
  }
  #todolist{
    margin-left: -17%;
    display: contents;
    margin-left: 5%;
    font-size: 30px;
    font-weight: 500;
  
  }
  #btnaddtask{
    margin-top: -12% !important;
    margin-left: -10% !important;
  }
  
  
  .section-card {
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  
  .section-card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  }
  
  .option-btn {
    transition: all 0.2s ease;
    border: 2px solid #0d6efd;
    background-color: white;
  }
  
  .option-btn:hover {
    background-color: #f8f9fa;
  }
  
  .option-btn.selected {
    background-color: #0d6efd;
    color: white;
  }
  
  .section-header {
    cursor: pointer;
    background-color: #f8f9fa;
    border-radius: 8px;
  }
  
  .section-header:hover {
    background-color: #e9ecef;
  }
  
  .section-content {
    display: none;
    padding: 20px;
    border-top: 1px solid #dee2e6;
  }
  
  .arrow-icon {
    transition: transform 0.3s ease;
  }
  
  .arrow-icon.rotated {
    transform: rotate(180deg);
  }
  
  .modal {
    backdrop-filter: blur(5px);
  }
  
  .required-field::after {
    content: "*";
    color: red;
    margin-left: 4px;
  }
  