.cb_template *, .cb_template ::before, .cb_template ::after {
  border: none;
}
.cb_template .btn {
  color: #d3820f;
  background-color: #fff;
  border-radius:25px;
  padding:8px 20px;
  border: solid 2px #d3820f;
}
.cb_template .btn:hover {
  color: #111;
  background-color: #eee;
  border-radius:25px;
  padding:8px 20px;
  border: solid 2px #d3820f;
}
.cb_template .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  background: #d3820f;
  color: #fff;
}
.cb_template .nav.nav-tabs .nav-item:first-of-type .nav-link.active {
  box-shadow: none;
  background-image: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: #d3820f;
}
.cb_template .nav.nav-tabs .nav-link.active {
  background-image: none;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: #d3820f;
}