    .containersaa {
      max-width: 900px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
       border: 1px solid #d1fae5;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.1);
    }
    h2 {
      text-align: center;
      margin-bottom: 20px;
    }
    label {
      display: block;
      margin-top: 15px;
      font-weight: bold;
    }
    
  input[type="text"], select {
  width: 100%;
  max-width: 100%;
    padding: 10px;
    margin-top: 5px;
    border-radius: 8px;
  box-sizing: border-box;
  display: block;
}
    .restricted-dir-list {
      margin-top: 10px;
    }
    .bot-rule {
      display: flex;
      gap: 10px;
      margin-bottom: 10px;
      color: #777777;
    }
    .bot-rule select {
      flex: 1;
    }
    .output {
      background: #272822;
      color: #eee;
      padding: 20px;
      border-radius: 10px;
      margin-top: 20px;
      white-space: pre-wrap;
    }
  .adbt{
    background: #00bcd4;
  }
  .cbr{
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    background: #009688;
    border-radius: 20px 0px 20px 0px;
  }
  .resetbt{
    background: #ff4081;
  }
    button {
      margin-top: 15px;
      padding: 10px 15px;
      border: none;
      border-radius: 5px;
      background: #007bff;
      color: #fff;
      cursor: pointer;
    }
    button:hover {
      background: #0056b3;
    }
    .btn-group {
      display: flex;
      gap: 10px;
      margin-top: 20px;
    }