.hidden {
  display: none !important;
}

.gyfield {
  font-size: 18px;
  margin-bottom: 5px;
}

.gyfRedeem {
  font-size: 18px;
  margin-bottom: 5px;
}

/* this changed */
.gyf__root {
  height: 0;
  overflow: hidden;
  padding: 0px 5px 0px 0px;
  transition: max-height 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
}

/* this changed */
.visible {
  margin-bottom: 40px;
  height: 100%;
  max-height: 500px;
}

.showthyaga {
  cursor: pointer;
}

.gyflbl .optional {
  display: none;
}

#gyfChkF_btn {
  margin-right: 10px;
}

#gyf_code:valid {
  text-transform: uppercase;
}

::-webkit-input-placeholder {
  text-transform: none;
}
:-moz-placeholder {
  text-transform: none;
}
::-moz-placeholder {
  text-transform: none;
}
:-ms-input-placeholder {
  text-transform: none;
}

.gyf-heading::before {
  content: url('/wp-content/plugins/thyaga-woocommerce-plugin/Icon-29.png');
  margin: 0px 5px;
}

.gyf-heading {
  margin-left: -5px;
}

.gyf-info {
  /* color: var(--wp-admin-theme-color); */
  color: black;
  margin-top: 2px;
}

.gyf-form-row {
  padding: 3px 3px 3px 0px !important;
}
