@import 'home-options.css';

.cc-button {
  display: inline-block;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 14px 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease 0s;
  letter-spacing: 1px;
}

.check-ppal {
  background-image: url( "data:image/svg+xml,%3Csvg%20stroke%3D%22currentColor%22%20fill%3D%22currentColor%22%20stroke-width%3D%220%22%20viewBox%3D%220%200%2024%2024%22%20color%3D%22%23ff9012%22%20style%3D%22color%3A%23ff9012%3Bmargin-right%3A20px%3Bfont-size%3A1.5rem%22%20height%3D%221em%22%20width%3D%221em%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h24v24H0V0z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M9%2016.17L4.83%2012l-1.42%201.41L9%2019%2021%207l-1.41-1.41L9%2016.17z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E" );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}