label {
      font-weight: 600;
      display: block;
      margin-top: 1rem;
      margin-bottom: 0.5rem;
    }
    select, input[type="number"] {
      width: 100%;
      padding: 0.5rem;
      border: 1px solid #d1d5db;
      border-radius: 6px;
      margin-bottom: 1rem;
      font-size: 1rem;
    }
    .buttons {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
      justify-content: center;
    }
    textarea {
      width: 100%;
      height: 300px;
      margin-top: 1rem;
      font-family: monospace;
      padding: 1rem;
      border: 1px solid #d1d5db;
      border-radius: 8px;
      background: #f3f4f6;
      resize: vertical;
    }
    .toggle {
      display: flex;
      justify-content: center;
      margin-top: 1rem;
    }
    
    
    
    
    @media(max-width:575px){
.tool-main-div {
    padding: 30px 15px;

}
.beauty.container{
    padding:0 0 !important;
}
    }

}



.toggle label {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    gap: 10px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

input#htmlToggle {
    width: auto;
}