.ask_swami_appv3-SearchForm, .ask_swami_acknow{
    display: none;
}

#ask_swami_appv3-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

#ask_swami_appv3-form input[type="text"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
}

#ask_swami_appv3-form button[type="button"], .ask_swami_appv3-ContinueBtn {
  padding: 10px 30px;
  background-color: #f38118!important;
  color: #fff;
  border: none;
  border-radius: 3px;
  margin-left: 5px;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: .25s;
}

#ask_swami_appv3-form button[type="button"]:hover, .ask_swami_appv3-ContinueBtn:hover {
    background-color: #f38218be!important;
}

#ask_swami_appv3-results {
    margin: 20px 0;
    padding: 15px 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
#ask_swami_appv3-results_loading {
    text-align: center;
    display: none;
}

.ask_swami_acknow-custom-checkbox {
    display: inline-block;
    position: relative;
  }
  
  .ask_swami_acknow-custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  .ask_swami_acknow-custom-checkbox svg {
    width: 25px;
    height: 25px;
    cursor: pointer;
    fill: none;
    stroke: #ccc;
    stroke-width: 2;
  }
  
  .ask_swami_acknow-custom-checkbox input[type="checkbox"]:checked + label svg rect {
    stroke: #4CAF50;
    fill: #4CAF50;
  }
  
  .ask_swami_acknow-custom-checkbox input[type="checkbox"]:checked + label svg .checkmark {
    stroke: white;
    stroke-width: 3;
    fill: none;
  }
  
  .ask_swami_acknow-custom-checkbox label {
    cursor: pointer;
  }
  
  .ask_swami_acknow-custom-checkbox svg .checkmark {
    stroke-dasharray: 25;
    stroke-dashoffset: 25;
    transition: stroke-dashoffset 0.3s ease;
  }
  
  .ask_swami_acknow-custom-checkbox input[type="checkbox"]:checked + label svg .checkmark {
    stroke-dashoffset: 0;
  }
  