/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 :root {
  --cc-btn-secondary-hover-bg: #2d4156;
 }

 .cc_div button {
  border: 0 !important;
 }

 #s-c-bn {
  background-color: var(--cc-btn-secondary-bg) !important;
 }

 .cc_div #s-bl button {
  color: inherit;
 }

 .cc_div #s-bl button:hover {
  text-align: center;
 }

 /* .cc_div :hover {
  font-family: "Roboto", sans-serif;
 } */