.cb_template a,.cb_template .navbar-light .navbar-nav .nav-link.active,.cb_template .navbar-light .navbar-nav .nav-link:hover {
  color: #05c0de;
}
.cb_template .form-group {
  margin-bottom: inherit;
  border-bottom: 1px solid #f7f7f7!important;
padding:5px;
}

.cb_template .border {
  border: 1px solid #f7f7f7!important;
}

.cb_template .bg-light {
  background-color: #f7f7f7!important;
}

.cb_template .navbar-light .navbar-nav .nav-link
{
  color: #04559d;
}

.cb_template .table-dark th {
 background: #04559d;
border-color:  #04559d;
}
.cb_template .btn-primary, .cb_template .btn-secondary, .cb_template .btn-success, .cb_template .btn-danger{
color: #fff;
border: 2px solid transparent;
padding: 0 30px !important;
vertical-align: middle;
font-size: 12px;
line-height: 44px;
text-align: center;
text-decoration: none;
border-radius: 500px;
font-family: Poppins;
font-weight: 400;
text-transform: uppercase;
}

.cb_template .bg-danger {
  background-color: #dc3545 !important;
  border-radius: 500px !important;
  margin: 1px 0px;
}
.cb_template .btn-primary,.cb_template .badge-primary{
background-color: #05c0de;
}

.cb_template .btn-secondary,.cb_template .btn-primary:hover{
background-color: #04559d;
}

.cb_template .btn-secondary:hover{
background-color: ##f7f7f7;
}

.cbUserListResultCount{
display:none;
}

.cbListFieldCont.cbUserListFC_email {
  padding: 5px;
  border-radius: 500px;
  vertical-align: middle;
  background: #05c0de;
  font-size: 11px;
  display: inline-flex;
  justify-content: center;
  font-family: Poppins;
  font-style: normal;
  text-align: center;
}

.cbListFieldCont.cbUserListFC_email:hover {
  background: #04559d;
}

.cbListFieldCont.cbUserListFC_email a {
color:#fff;
text-decoration:none;
}

.cb_template h3, .cb_template .h3 {
  font-size: 42px;
}
.cb_template .nav-pills .nav-link.active, .cb_template .nav-pills .show > .nav-link {
  background-color: #05c0de;
  color: #fff;
}

.cb_template .btn-outline-primary {
  border-color: #05c0de;
  color: #fff;
background:#05c0de;
padding: 0 30px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 48px;
letter-spacing:0px;
border-radius:500px;
}


.cb_template .btn-outline-primary:hover {
  border-color: #04559d;
  color: #fff;
background:#04559d;
}

