.settingspart {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    width: 100%;
    margin: 40px auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .settingsbtn {
    background-color: #002281;
    color: white;
    padding: 10px 18px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .settingsbtn:hover {
    background-color: #004cf1;
  }
  .settingspart .savebtn {
    width: 100%;
    padding: 12px 20px;
    background-color: #002281;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }
  
  .settingspart .savebtn:hover {
    background-color: #004cf1;
  }

  .apibtn , .auditbtn{
    width: 100%;
  padding: 12px 20px;
  background-color: #002281;
  color: white;
  font-size: 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  }
  .settingspart h3 {
    font-size: 24px;
    color: #333;
  }
  
  /*-----------------------------------------------------------team management------------------------------------------------  */
  .team-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  

 
  
  .team-management {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
  }
  
  .team-management th,
  .team-management td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  
  .team-management th {
    background-color: #001f74;
    color: white;
    font-size: 16px;
  }
  
  .team-management tr:hover {
    background-color: #f1f1f1;
  }
  
  .settingseditbtn, .settingsremovebtn {
    padding: 6px 12px;
    font-size: 14px;
    margin: 0 4px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .settingseditbtn {
    background-color: #b4b4b4;
    color: white;
  }
  
  .settingseditbtn:hover {
    background-color: #1976D2;
  }
  
  .settingsremovebtn {
    background-color: #a70b00;
    color: white;
  }
  
  .settingsremovebtn:hover {
    background-color: #d32f2f;
  }


 /* -----------------------------------------------------security---------------------------------------------- */
  
 
  .form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  
  .form-group label {
    margin-bottom: 8px;
    font-size: 16px;
    color: #555;
  }
  
  .form-group select,
  .form-group input[type="number"] {
    width: 100%;
    padding: 10px 14px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: white;
    outline: none;
    transition: border-color 0.3s;
  }
  
  .form-group select:focus,
  .form-group input[type="number"]:focus {
    border-color: #002e72;
  }
  
  
  
  /* -------------------------------------------------------------------------------------------- */


  
 
  
  #notifications .form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  
  #notifications label {
    margin-bottom: 8px;
    font-size: 16px;
    color: #555;
  }
  
  #notifications select {
    width: 100%;
    padding: 10px 14px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: white;
    outline: none;
    transition: border-color 0.3s;
  }
  
  #notifications select:focus {
    border-color: #02316e;
  }

  /* ------------------------------------------------------------------------------------------ */

  

  
  
  
  #api .integrations {
    font-size: 16px;
    color: #555;
    margin-top: 20px;
  }
  /* -------------------------------------------------------------------------- */
 
  
 
  
  #preferences .form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  
  #preferences label {
    margin-bottom: 8px;
    font-size: 16px;
    color: #555;
  }
  
  #preferences select {
    width: 100%;
    padding: 10px 14px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: white;
    outline: none;
    transition: border-color 0.3s;
  }
  
  #preferences select:focus {
    border-color: #4CAF50;
  }
  
  
  /* -------------------------------------------------------------------------- */

  
 
  
  #company .form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  
  #company label {
    margin-bottom: 8px;
    font-size: 16px;
    color: #555;
  }
  
  #company input[type="text"] {
    width: 100%;
    padding: 10px 14px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: white;
    outline: none;
    transition: border-color 0.3s;
  }
  
  #company input[type="text"]:focus {
    border-color: #012047;
  }
  
 
  
  /* --------------------------------------------------------------------------------- */

  

  
  #audit .audit-description {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
  }
  
 
  /* ------------------------------------------------ */
.settings-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px;  

    width: 100%;
    
  }
  

  
  .settingspart h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
  }
  
  .settingspart .form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  
  .settingspart label {
    margin-bottom: 8px;
    font-size: 16px;
    color: #555;
  }
  
  .settingspart select,
  .settingspart input[type="number"] {
    width: 100%;
    padding: 10px 14px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: white;
    outline: none;
    transition: border-color 0.3s;
  }
  

  
  
  @media (max-width: 768px) {
    .settings-container {
      grid-template-columns: 1fr; 
    }
  }
  /* ---------------------------------------------- */

  

  
  
  
  .settingspart .form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  
  .settingspart label {
    margin-bottom: 8px;
    font-size: 16px;
    color: #555;
  }
  
  .settingspart select,
  .settingspart input[type="text"] {
    width: 100%;
    padding: 10px 14px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: white;
    outline: none;
    transition: border-color 0.3s;
  }
 
  
  @media (max-width: 768px) {
    .settings-container {
      grid-template-columns: 1fr; 
    }
  }
  