body {
  background-color: #fff;
  font-family: Arial, sans-serif;
}

/** Login Page Starts **/
.login-container {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
   
  background: #fff;
}
.login-box {
  width: 100%;
  text-align: center;

}
.login-box img {
  width: 100px;
  margin-bottom: 20px;
}
.form-control {
  background-color: #f2f2f2;
  border: none;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 15px;
}
.btn-login {
  background: linear-gradient(to bottom, #66cc33, #339900);
  color: #fff;
  font-weight: bold;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  border: none;
}
.btn-login:hover {
  background: linear-gradient(to bottom, #339900, #66cc33);
}
.note-text {
  margin-top: 20px;
  font-size: 14px;
  color: #000;
}

/** Login Page Ends **/

/** admin dashboard starts **/


    .menu-card {
      background-color: #f2f2f2;
      border: none;
      border-radius: 12px;
      padding: 18px;
      margin-bottom: 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 18px;
      font-weight: 600;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }
    .menu-card:hover {
      background-color: #e6e6e6;
      cursor: pointer;
    }
    .arrow {
      font-size: 20px;
      color: #000;
    }

    .container a{
      text-decoration: none !important;
      color:#000;
    }

    a{
      text-decoration: none !important;
      color: #000 !important;
    }

/*** admin - dashboard ends **/

/*** project list starts **/

.plus-btn {
      background: #000;
      color: #fff;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
    }

.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
  }
  .page-header .back {
    font-size: 20px;
    cursor: pointer;
  }
  .page-header .add-btn {
    background: #66cc33;
    color: #fff;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: none;
  }

/*** project list ends **/

/* assign telecaller starts */
  .project-card {
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 18px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }
  .project-card h6 {
    font-size: 12px;
    font-weight: bold;
    color: #666;
    margin-bottom: 3px;
  }
  .project-card p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .meeting-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 15px;
  }
  /* Button */
  .btn-assign {
    background: linear-gradient(to bottom, #66cc33, #339900);
    color: #fff;
    font-weight: bold;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    border: none;
  }
  .btn-assign:hover {
    background: linear-gradient(to bottom, #339900, #66cc33);
  }

  /* Header */
  
    .header {
      display: flex;
      align-items: center;
      padding: 12px 15px;
      border-bottom: 1px solid #ddd;
    }
    .header img {
      width: 40px;
      margin-right: 10px;
    }
    .header-title {
      font-size: 16px;
      font-weight: bold;
      color: #66aa22;
      line-height: 1.2;
    }

/* assign telecaller ends */

/* modal starts **/

.modal-content {
  border-radius: 15px;
  padding: 15px;
}
.modal-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.employee-option {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-check-input {
  width: 20px;
  height: 20px;
}
.btn-submit {
  background: linear-gradient(to bottom, #66cc33, #339900);
  color: #fff;
  font-weight: bold;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  border: none;
  margin-top: 10px;
}
.btn-submit:hover {
  background: linear-gradient(to bottom, #339900, #66cc33);
}

/* modal ends **/


/** reports starts **/

.app-header {
      display: flex;
      align-items: center;
      padding: 10px;
      border-bottom: 1px solid #ddd;
    }
    
    .app-header img {
      height: 35px;
      margin-right: 10px;
    }
     
    /* Filter Box */
    .filter-box {
      background-color: #f5f5f5;
      border-radius: 10px;
      padding: 12px;
      margin: 15px;
      font-size: 14px;
    }
    .filter-box label {
      display: block;
      font-size: 12px;
      color: #666;
      margin-bottom: 5px;
    }
    .filter-select {
      width: 100%;
      border: none;
      background: none;
      font-weight: bold;
      font-size: 14px;
    }
    /* Table */
    .report-table th {
      font-size: 12px;
      font-weight: bold;
      background: #e9ecef;
      text-align: center;
      padding: 8px;
    }
    .report-table td {
      font-size: 12px;
      text-align: center;
      padding: 8px;
    }

/** reports ends **/

/** executive list starts **/
.exec-card {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 12px 15px;
  margin: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-switch .form-check-input {
  width: 45px;
  height: 24px;
}

.form-check-input:checked {
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.form-check-input:not(:checked) {
  background-color: #ff3b30;
  border-color: #ff3b30;
}
.note {
  color: red;
  font-size: 13px;
  margin: 15px;
}

/** executive list ends **/