/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 12 2026 | 05:45:26 */
.rtc_addcondition_btn {
  display: block;
  background-color: #F18D00;
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 0.3s;
}

.rtc_addcondition_btn:hover {
  color: white;
  background-color: #e68a00;
}

.hidden-content {
  display: none;
}