@charset "UTF-8";

.c-button-color {
  display: inline-block;
  width: 100%;
  max-width: 327px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%227%22%20height%3D%2212%22%20viewBox%3D%220%200%207%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.369141%200.335938L5.36914%205.83594L0.369141%2011.3359%22%20stroke%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-color: #fff;
  color: #333 !important;
  border: 1px solid #333;
  border-radius: 99px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 12px 28px;
  box-shadow: none;
  transition: all 0.2s ease;
}

.c-button-color--orange {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%227%22%20height%3D%2212%22%20viewBox%3D%220%200%207%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.369141%200.335938L5.36914%205.83594L0.369141%2011.3359%22%20stroke%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E");
  background-color: #F06E00;
  color: #fff !important;
  border-color: #F06E00;
  box-shadow: none;
}

.c-button-color--blue {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%227%22%20height%3D%2212%22%20viewBox%3D%220%200%207%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.369141%200.335938L5.36914%205.83594L0.369141%2011.3359%22%20stroke%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E");
  background-color: #0059AB;
  color: #fff !important;
  border-color: #0059AB;
  box-shadow: none;
}

.c-button-color--green {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%227%22%20height%3D%2212%22%20viewBox%3D%220%200%207%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.369141%200.335938L5.36914%205.83594L0.369141%2011.3359%22%20stroke%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E");
  background-color: #99CC24;
  color: #fff !important;
  border-color: #99CC24;
  box-shadow: none;
}

.c-button-color:hover {
  transform: translateY(0px);
  box-shadow: none;
  opacity: 0.7;
}
