/* Force the search button red */
#searchContainer1 span[data-id="searchButton"],
#searchContainer1 .SearchContainer__searchIcon {
  background: #EE1B31 !important;
  background-color: #EE1B31 !important;
  background-image: none !important;
  border: 1px solid #EE1B31 !important;
  box-shadow: none !important;
}

/* Hover */
#searchContainer1 span[data-id="searchButton"]:hover,
#searchContainer1 .SearchContainer__searchIcon:hover {
  background: #c91527 !important;
  background-color: #c91527 !important;
  background-image: none !important;
  border: 1px solid #c91527 !important;
  box-shadow: none !important;
}

/* Make sure the icon stays white */
#searchContainer1 span[data-id="searchButton"] svg,
#searchContainer1 span[data-id="searchButton"] use,
#searchContainer1 .SearchContainer__searchIcon svg,
#searchContainer1 .SearchContainer__searchIcon use {
  fill: #ffffff !important;
  color: #ffffff !important;
}
#searchContainer1 span[data-id="searchButton"]::before,
#searchContainer1 span[data-id="searchButton"]::after,
#searchContainer1 .SearchContainer__searchIcon::before,
#searchContainer1 .SearchContainer__searchIcon::after {
  background: #EE1B31 !important;
  background-color: #EE1B31 !important;
  border-color: #EE1B31 !important;
}
#searchContainer1 .commonStyle__zt3BrandBg {
  background: #EE1B31 !important;
  background-color: #EE1B31 !important;
  background-image: none !important;
  border-color: #EE1B31 !important;
  box-shadow: none !important;
}

/* Red Zoho blue buttons */
button.btn.blue,
.btn.blue,
#nextbtn,
#nextbtn.btn.blue {
  background: #EE1B31 !important;
  background-color: #EE1B31 !important;
  background-image: none !important;
  border: 1px solid #EE1B31 !important;
  box-shadow: none !important;
  color: #ffffff !important;
}

/* Submit a ticket button */
button.Button__btnFont.Button__footerBtn,
.Button__footerBtn,
.Button__btnFont.Button__footerBtn {
  background: #EE1B31 !important;
  background-color: #EE1B31 !important;
  background-image: none !important;
  border: 1px solid #EE1B31 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

/* Hover / focus / active */
button.Button__btnFont.Button__footerBtn:hover,
button.Button__btnFont.Button__footerBtn:focus,
button.Button__btnFont.Button__footerBtn:active,
.Button__footerBtn:hover,
.Button__footerBtn:focus,
.Button__footerBtn:active {
  background: #c91527 !important;
  background-color: #c91527 !important;
  background-image: none !important;
  border-color: #c91527 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  outline: none !important;
}

