form#theme-detector-form {
    display: flex;
    position: relative;
}
form#theme-detector-form input{
    padding: 10px 15px;
    font-size: 16px;
    height: 60px;
    border: 1px solid #ededed;
    border-radius: 10px;
}
form#theme-detector-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    padding: 0 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
        background: #3cff4d;
    color: #1e1f21;
    font-weight: bold;
    border-radius: 10px;
    width: 35%;
}
div#result {
    text-align: center;
}
/* NOXU*/

.thrcon {
    text-align: center;
    padding: 20px 20px 2px 20px;
  }
  
  .theme-button {
    background-color: #0f9d58;
    color: #fff;
    border: none;
    padding: 15px 70px;
    font-size: 1.5rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  a.theme-button{
      color: #fff;
      text-decoration: none;
  }
  
  
  .theme-button:hover {
    background-color: #333;
  }
  p.theme-info{
    margin-bottom: 5px;
}
  .subtext {
    margin-top: 6px;
    font-size: 1.2rem;
    color: #333;
  }
  p.subtext {
    margin-bottom: 10px;
}
p.small-text {
    margin-bottom: 0px;
}
  .small-text {
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 0.8rem;
    color: #777;
  }
  

    /* Mobile Responsive */
  @media (max-width: 600px) {
    .theme-button {
      padding: 5px 0;
      font-size: 20;
      margin: 0 auto;
    }
    form#theme-detector-form {
      display: block;
      padding: 16px 8px;
  }
  form#theme-detector-form button {
    width: 100%;
    margin-top: .6rem;
    position: unset;
}
a.theme-button {
  width: 80%;
  display: block;
}
    .subtext {
      font-size: 0.9rem;
    }
    
    .small-text {
      font-size: 0.7rem;
    }
  }
  .theme-wrapper {
    background: #EEEEEE;
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}
div#result {
  margin-top: 16px;
}