body { font-family: sans-serif; padding: 2rem; }
    label { display: block; margin-top: 1rem; }
    textarea { width: 100%; height: 80px; }
    input {
    margin-top: 15px;
    border: 1px solid #c5c7d2;
    border-radius: 6px;
    width: 100%;
    display: block;
    padding: 11px 15px;
    letter-spacing: 0.02em;
    color: #252a32;
    min-height: 22px;
    height: auto;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    background-color: rgb(245, 245, 245);
  }
    button { margin-top: 1rem; display: block; }
    select {
      margin-top: 15px;
    margin-left: 10px;
    border: 1px solid #c5c7d2;
    border-radius: 6px;
    min-width: 200px;
    display: block;
    padding: 11px 15px;
    letter-spacing: 0.02em;
    color: #252a32;
    max-height: 50px;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    background-color: rgb(245, 245, 245);
    }
    .title {text-align: center; font-size: 42px;}
  
    .btn {box-shadow: none;
    background: #006eff;
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-size: inherit;
    font-weight: 500;
    cursor: pointer;
    padding: 12px 22px;
    display: flex;
    }
    .btn-to-start {
      background: #487f18;
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-size: inherit;
    font-weight: 500;
    cursor: pointer;
    padding: 13px 44px;
    display: flex;
    }
    .btn-to-start:disabled {
    opacity: 0.7;
    cursor: not-allowed;
  }
    .btn-wrapper {display: flex; gap: 50px;}
    .active {background: #1c3659;}
    .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.modal-content {
  background: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
}
.modal-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}
.hidden { display: none !important; }
.action-label-wrapper {
  display: flex;
}
.action-label {
  margin-top: 15px;
  display: flex;
    align-items: center;
    max-height: 50px;
  /* margin-bottom: auto; */
}

#dynamicDescription {
  line-height: 1.5;
    margin-left: 15px;
}
#removeType {
  margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border: 1px solid #c5c7d2;
    border-radius: 6px;
    width: 200px;
    min-width: 200px;
    padding: 11px 15px;
    letter-spacing: 0.02em;
    color: #252a32;
    max-height: 50px;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    background-color: rgb(245, 245, 245);
}
.useRegex-wrapper {
  display: flex;
}
.useRegex-label {
  display:flex; 
  align-items: center;
  margin-top:15px;
}
#removeTextUseRegex {
  width: 30px;
  height: 30px;
  margin: 15px 0 0 20px;
}
.addPosition-wrapper {
  display: flex;
}
.addPosition-label{
  margin-top: 15px;
    display: flex;
    align-items: center;
}
.connection-indicator {
    font-weight: bold;
    margin: 0.5rem 0 1rem;
    color: #007bff;
  }
  .input-group label {
    margin-right: 1em;
  }
  #modeSwitch {
    width: 250px;
  }
  .modeSwitch-wrapper {
    display: flex;
  }
  .modeSwitch-label {
    width: 70%;
  }
  .modeSwitch-input {
width: 30%;
  }
  #zipUpload {
    width: 300px;
  }
  #archiveControls {
    display: flex;
  }
  #uploadArchiveBtn {
    align-self: flex-end;
  }
  #uploadUrlBtn {
    align-self: flex-end;
    padding: 14px 22px;
    min-width: 195px;
    justify-content: center;
}
#urlControls {
  display: flex;
}
#htmlUrl {
  width: 95%;
}
#urlControlsLabel {
  width: 100%;
}
#result_archive {
font-size: 16px;
}