select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #fff0, #ccc3);
    background-position: calc(100% - 15px) calc(1em + 2px), calc(100% - 10px) calc(1em + 2px), calc(100% - 28px) 7px;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
select {
    background: none;
    display: flex;
    margin: 3px;
    padding: 10px 35px 9px 10px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    border: 1px solid var(--bo);
    border-radius: var(--brb);
    align-items: center;
}
select option {
    color: black;
}
.wasender-container label {
  display: flex;
  margin-right: 15px;
  white-space: nowrap;
  align-items: center;
}
.wasender-container input {
    background: none;
    width: 100%;
    min-width: 100px;
    margin: 3px;
    padding: 10px;
    color: white;
    border: 1px solid var(--bo);
    border-radius: var(--brb);
    box-shadow: 0 0 10px -5px #00000087 inset;
}
.wasender-container button {
    background: var(--c1);
    position: relative;
    width: 100%;
    padding: 10px 15px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border: 1px solid var(--c1);
    border-radius: var(--brb);
    text-transform: uppercase;
}
#buyCode {
  background: linear-gradient(45deg, #7e2ffe, #00ff8d) no-repeat;
  background-clip: content-box;
  width: 100%;
  height: 50px;
  margin: 1rem 0 0;
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  border: 1px solid var(--bo);
  box-shadow: 0 0 15px -6px black inset, 0 0px 10px -5px #000000;
}
.wasender-container {
    position: relative;
    width: 100%;
    margin: 4rem 0;
    padding: 15px;
}
.wasender-header {
    display: flex;
    width: 100%;
    margin: 4rem 0;
    flex-direction: column;
    align-items: center;
}
.wa_logo {
    width: 100%;
    max-width: 500px;
}
.video_section {
    background: linear-gradient(90deg, transparent 10%, #ffffff3d 50%, transparent 90%);
    max-width: 700px;
    height: 100%;
    margin: 0 auto 7rem;
    padding: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #00000000 0%, var(--c1), #00000000 100%) 1;
    box-shadow: 0rem -5rem 6rem -9rem var(--c1), 0rem 6rem 6rem -9rem var(--c1);
    overflow: hidden;
}
.video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--br);
}
#wa_info {
    display: flex;
    margin: 0 0 4rem;
    justify-content: center;
    flex-wrap: wrap;
}
#wa_info li {
  display: flex;
  max-width: 250px;
  margin: 10px 10px 20px;
  padding: 10px;
  font-size: 15px;
  font-weight: 200;
  line-height: 21px;
  text-align: center;
  border: 1px solid var(--bo);
  flex-direction: column;
  align-items: center;
}
#wa_info li i {
    background: var(--c1);
    position: absolute;
    display: flex;
    width: 50px;
    height: 50px;
    margin: -35px 0 0;
    padding: 0;
    border-radius: var(--brb);
    font-size: 1.3rem;
    align-items: center;
    justify-content: center;
}
#wa_info li span {
    margin: 1.5rem 0 0;
}
#activationForm {
    display: flex;
    flex-direction: column;
}
.wasenderBox {
    background: radial-gradient(#544e73, transparent);
    display: flex;
    width: 100%;
    max-width: 800px;
    margin: 8rem auto 0;
    padding: 15px;
    border: 1px solid var(--c1);
    border-radius: var(--br);
    justify-content: flex-start;
    break-inside: avoid;
    box-shadow: 0 2rem 7rem -3rem var(--c1);
    transition: all 1s ease 0s;
    flex-direction: column;
}
#waInput {
  display: inline-flex;
  width: 100%;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#waInput h2 {
    display: flex;
    width: 100%;
    margin: 0 0 2rem;
    padding: 0 0 1rem;
    font-size: 1.2rem;
    border-bottom: 1px solid var(--bo);
    align-items: center;
}
#waInput .waBox {
    display: flex;
    width: 100%;
    align-items: center;
}
.wa_total {
  display: inline-flex;
  width: 100%;
  margin: 1rem 0 0;
  font-size: 25px;
  font-weight: 500;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-transform: uppercase;
}
#waButton button, #waButton a {
  margin: 10px;
}
#waButton {
  display: flex;
  margin: 1rem 0;
  align-items: center;
  flex-wrap: wrap;
}
.downSender {
  display: inline-flex;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #00ffaf;
  justify-content: center;
  align-items: center;
}
#resultContainer {
  margin-top: 2rem;
  padding: 20px 0 0;
  border-top: 1px solid var(--bo);
  flex-direction: column;
  align-items: center;
}
#resultContainer h2 {
    padding: 0 0 15px;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
#downloadCode {
  background: none;
  width: auto;
  margin-top: 1rem;
  border: 2px solid var(--c1);
}
#wa_result {
    background: #3d3d4b;
    display: flex;
    width: 100%;
    min-height: 120px;
    padding: 10px;
    color: #ffffff70;
    border: 1px solid var(--bo);
    border-radius: var(--br);
    text-align: center;
    box-shadow: 0 0 10px -6px black inset;
}

/* Lista */

#listContact {
    display: flex;
    margin: 5rem 0;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
#listContact h1 {
    margin: 2rem 0 3rem;
}
.listContactBox {
    display: flex;
    padding: 15px;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

  #form-container{
    background: #45434f;
    display: flex;
    padding: 15px;
    border: 1px solid var(--bo);
    border-radius: var(--br);
    justify-content: flex-start;
    break-inside: avoid;
    transition: all 1s ease 0s;
    flex-direction: column;
  }

  #form-container label {
    display: block;
    margin-top: 10px;
    color: white;
  }

  #form-container input[type="file"], #process-button {
      width: 100%;
  padding: 10px;
  border: 1px solid var(--bo);
  border-radius: var(--brb);
  margin-top: 20px;
  background: none;
  color: white;
  font-size: 14px;
  }
  #form-container select option {
      color: black;
  }

  #form-container select {
    margin-top: 10px;
  }

  #process-button {
      background-color: var(--c1);
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  }

  .tab-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .tab-button {
  padding: 10px 20px;
  cursor: pointer;
  color: white;
  border: 1px solid var(--c1);
  border-radius: var(--brb);
  margin: 10px;
  font-weight: 400;
  transition: background-color 0.3s;

  &:hover {
    opacity: 0.8;
  }
  }

  .tab-button.active {
  background-color: var(--c1);
}

  .checkbox-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .checkbox-container input[type="checkbox"] {
    margin-right: 10px;
  }

  .checkbox-container.spacer {
    margin-bottom: 20px;
  }

  .download-container {
      display: none;
  border: 1px solid var(--bo);
  border-radius: var(--br);
  padding: 10px;
  margin-top: 10px;
  max-height: 200px;
  overflow-y: auto;
  }

  .download-button {
      background: var(--c1);
  display: block;
  margin: 5px 0;
  padding: 8px;
  text-decoration: none;
  border-radius: var(--brb);
  color: white;
  text-align: center;
  }

  .file-item {
      display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0;
  padding: 8px 12px;
  border: 1px solid var(--bo);
  border-radius: var(--brb);
  background-color: var(--c2);
  box-shadow: 0 0 10px -5px black inset;
  }

  .file-item span {
      flex-grow: 1;
  margin-right: 10px;
  color: var(--c6);
  font-size: 16px;
  font-weight: 400;
  }

  .file-item button {
    background-color: #dc3545;
    border: none;
    padding: 5px 8px;
    border-radius: var(--brb);
    cursor: pointer;
    color: white;
  }

  .form-section {
    background: #45434f;
    display: flex;
    padding: 15px;
    border: 1px solid var(--bo);
    border-radius: var(--br);
    justify-content: flex-start;
    break-inside: avoid;
    transition: all 1s ease 0s;
    flex-direction: column;
  }

  .form-section label {
    display: block;
    margin-top: 10px;
    color: white;
  }

  .form-section .custom-file-input,
  .form-section .custom-dropdown-select,
  .form-section .custom-process-button {
      width: 100%;
  padding: 10px;
  border: 1px solid var(--bo);
  border-radius: var(--brb);
  margin-top: 20px;
  background: none;
  color: white;
  font-size: 14px;
  }

  .form-section .custom-dropdown-select {
    margin-top: 10px;
  }

  .form-section .custom-process-button {
      background-color: var(--c1);
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  }

  .checkbox-group {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .checkbox-group input[type="checkbox"] {
    margin-right: 10px;
  }

  .checkbox-group.spacer {
    margin-bottom: 20px;
  }

  .download-section {
      display: none;
  border: 1px solid var(--bo);
  border-radius: var(--br);
  padding: 10px;
  margin-top: 10px;
  max-height: 200px;
  overflow-y: auto;
  }

  .custom-download-link {
      background: var(--c1);
  display: block;
  margin: 5px 0;
  padding: 8px;
  text-decoration: none;
  border-radius: var(--brb);
  color: white;
  text-align: center;
  }

  .file-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    padding: 8px 12px;
    border: 1px solid #444;
    border-radius: 5px;
    background-color: #333;
  }

  .file-display span {
    flex-grow: 1;
    margin-right: 10px;
    color: #61dafb;
    font-weight: bold;
    font-size: 16px;
  }

  .file-display button {
    background-color: #dc3545;
    border: none;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
    color: white;
  }
