body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: black;
}

.btn-primary {
  background-color: #1bcfc9;
  border: #1bcfc9;
}

.btn-primary:hover {
  background-color: rgba(27, 207, 201, 0.7);
}

.btn-info {
  background-color: #45a7c5;
  border: #45a7c5;
}

.btn-info:hover {
  background-color: rgba(69, 167, 197, 0.7);
}

.btn-secondary {
  background-color: #007ee5;
  border: #007ee5;
  color: white;
}

.btn-secondary:hover {
  background-color: #007ee5a9;
}
/* 
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
   border: 1px solid black
} */

.table thead th,
.table tfoot th {
  color: black;
}

table.dataTable thead .sorting:after {
  color: black;
}
.skin-blue-light .sidebar a {
  color: black;
}

.table {
  color: black;
}

.bg-dare1 {
  color: #006a90;
}

.bg-dare2 {
  color: #3ba7c6;
}

.bg-dare3 {
  background-color: #f2f2f2;
}

.text-dare {
  color: #1ececa
}
.text-dare1 {
  color: #006a90;
}
.text-dare2 {
  color: #3fa6c5;
  font-weight: bold;

}

.content-wrapper {
  min-height: 89vh;
}

/* .badges-dare{
  background-color: #006a90;
  color: white
} */
.badges-dare{
  background-color: #006a90;
  color: #006a90;
}
.badges-dare1{
  background-color: #006a90;
  color: #1ECECA;
  font-size:1.5em;
  text-align: left;
  width: 60px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}