@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
  /* Text Boxes */
  .textbox-dark {
    background: #707070;
    background: linear-gradient(0deg, rgba(112, 112, 112, 1) 7%, rgba(153, 153, 153, 1) 63%, rgba(163, 163, 163, 1) 80%);
    height: 100px;
    width: 300px;
    padding: 10px;
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    color: white;
    font-weight: 400;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .textbox-light {
    background: #e6e6e6;
    background: linear-gradient(180deg, rgba(230, 230, 230, 1) 0%, rgba(212, 212, 212, 1) 90%);
    height: 100px;
    width: 300px;
    padding: 10px;
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    color: #525252;
    font-weight: 400;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .textbox-dark p,
  .textbox-light p {
    margin: 0;
    padding: 5px;
    font-size: 13px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
  }

  /* Buttons - Long */
  .btn-long {
    font-size: 13px;
    font-weight: 400;
    background: #e6e6e6;
    background: linear-gradient(180deg, rgba(230, 230, 230, 1) 0%, rgba(212, 212, 212, 1) 90%);
    color: #525252;
    padding: 8px 10px;
    width: 300px;
    text-align: left;
    font-family: "Noto Sans", sans-serif;
    border: 0px solid;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: inline-block;
  }

  .btn-long:hover,
  .btn-long.active {
    background: #738f32;
    background: linear-gradient(0deg, rgba(115, 143, 50, 1) 0%, rgba(142, 219, 70, 1) 100%);
    color: white;
  }

  /* Buttons - Short */
  .btn-short {
    font-size: 13px;
    font-weight: 400;
    background: #e6e6e6;
    background: linear-gradient(180deg, rgba(230, 230, 230, 1) 0%, rgba(212, 212, 212, 1) 90%);
    color: #525252;
    padding: 8px 10px;
    width: auto;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    border: 0px solid;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 5px;
  }

  .btn-short:hover,
  .btn-short.active {
    background: #738f32;
    background: linear-gradient(0deg, rgba(115, 143, 50, 1) 0%, rgba(142, 219, 70, 1) 100%);
    color: white;
  }

  /* Input Message Container */
  .input-message {
    background: #707070;
    background: linear-gradient(0deg, rgba(112, 112, 112, 1) 7%, rgba(153, 153, 153, 1) 63%, rgba(163, 163, 163, 1) 80%);
    color: white;
    width: 300px;
    height: 135px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .input-message p {
    margin: 0 0 50px 0;
    padding: 5px;
    font-size: 13px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
  }

  .input-field {
    border-radius: 0px;
    width: 90%;
    padding: 5px;
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    border: 1px solid #8c8c8c;
    box-sizing: border-box;
  }

  /* Progress Bar */
  .progress-bar {
    width: 300px;
    background: #8c8c8c;
    background: linear-gradient(0deg, rgba(140, 140, 140, 1) 0%, rgba(184, 184, 184, 1) 24%, rgba(227, 227, 227, 1) 62%, rgba(240, 240, 240, 1) 88%);
    border-radius: 0px;
    height: 22px;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .progress-fill {
    display: block;
    height: 22px;
    background: #738f32;
    background: linear-gradient(0deg, rgba(115, 143, 50, 1) 0%, rgba(142, 219, 70, 1) 100%);
    border-radius: 0px;
    transition: width 500ms ease-in-out;
  }

  /* Window */
  .window {
    width: 300px;
    background: #e6e6e6;
    background: linear-gradient(180deg, rgba(230, 230, 230, 1) 0%, rgba(212, 212, 212, 1) 90%);
    position: relative;
    min-height: 150px;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-bottom: 40px;
  }

  .window-title {
    background: #707070;
    background: linear-gradient(0deg, rgba(112, 112, 112, 1) 7%, rgba(153, 153, 153, 1) 63%, rgba(163, 163, 163, 1) 80%);
    width: 100%;
    color: white;
    font-family: "Noto Sans", sans-serif;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 400;
  }

  .window-content {
    padding: 10px;
    box-sizing: border-box;
  }

  .window-content p {
    margin: 0;
    padding: 5px;
    font-size: 13px;
    color: #525252;
  }

  .window .btn-long {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background: #738f32;
    background: linear-gradient(0deg, rgba(115, 143, 50, 1) 0%, rgba(142, 219, 70, 1) 100%);
    color: white;
    text-align: left;
  }

  /* Slider */
  .slider {
    -webkit-appearance: none;
    width: 200px;
    height: 6px;
    background: #c4c4c4;
    background: linear-gradient(0deg, rgba(196, 196, 196, 1) 8%, rgba(194, 194, 194, 1) 46%, rgba(230, 230, 230, 1) 85%);
    outline: none;
    border: 2px solid #c4c4c4;
    border-radius: 50px;
    margin-bottom: 10px;
    cursor: pointer;
  }

  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 25px;
    background: #669636;
    background: linear-gradient(0deg, rgba(102, 150, 54, 1) 3%, rgba(151, 209, 75, 1) 50%, rgba(184, 224, 49, 1) 100%);
    cursor: pointer;
    border: 0px solid #8F8F8F;
    border-radius: 5px;
  }

  .slider::-moz-range-thumb {
    width: 15px;
    height: 25px;
    background: #669636;
    background: linear-gradient(0deg, rgba(102, 150, 54, 1) 3%, rgba(151, 209, 75, 1) 50%, rgba(184, 224, 49, 1) 100%);
    cursor: pointer;
    border: 0px solid #8F8F8F;
    border-radius: 5px;
  }

  /* Checkbox */
  .checkbox-wrapper {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    margin-right: 15px;
  }

  .checkbox-wrapper input[type="checkbox"] {
    appearance: none;
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  .checkbox {
    display: inline-block;
    height: 15px;
    width: 15px;
    background: #8c8c8c;
    background: linear-gradient(0deg, rgba(140, 140, 140, 1) 0%, rgba(184, 184, 184, 1) 24%, rgba(227, 227, 227, 1) 62%, rgba(240, 240, 240, 1) 88%);
    border-radius: 50px;
    border: 2px solid #8c8c8c;
    box-sizing: border-box;
    transition: 100ms ease-in;
    cursor: pointer;
    position: relative;
  }

  .checkbox-wrapper input:checked + .checkbox {
    background: #738f32;
    border: 2px solid #738f32;
    background: linear-gradient(0deg, rgba(115, 143, 50, 1) 0%, rgba(142, 219, 70, 1) 100%);
  }

  .checkbox-label {
    color: #525252;
    font-size: 13px;
    margin-left: 5px;
    vertical-align: middle;
  }