.bg-label-secondary {
  background-color: #f2f2f3 !important;
  color: #a8aaae !important;
}

.bg-label-success {
  background-color: #dff7e9 !important;
  color: #28c76f !important;
}

.bg-label-info {
  background-color: #d9f8fc !important;
  color: #00cfe8 !important;
}

.bg-label-warning {
  background-color: #fff1e3 !important;
  color: #ff9f43 !important;
}

.bg-label-danger {
  background-color: #fce5e6 !important;
  color: #ea5455 !important;
}

.bg-label-light {
  background-color: #fafafb !important;
  color: #dfdfe3 !important;
}

.bg-label-dark {
  background-color: #e4e4e4 !important;
  color: #4b4b4b !important;
}

.bg-label-gray {
  background-color: rgba(254, 254, 254, 0.8575) !important;
  color: rgba(75, 70, 92, 0.05) !important;
}

.bg-label-hover-secondary {
  background-color: #f2f2f3 !important;
  color: #a8aaae !important;
}
.bg-label-hover-secondary:hover {
  background-color: #a8aaae !important;
  color: #fff !important;
}

.bg-label-hover-success {
  background-color: #dff7e9 !important;
  color: #28c76f !important;
}
.bg-label-hover-success:hover {
  background-color: #28c76f !important;
  color: #fff !important;
}

.bg-label-hover-info {
  background-color: #d9f8fc !important;
  color: #00cfe8 !important;
}
.bg-label-hover-info:hover {
  background-color: #00cfe8 !important;
  color: #fff !important;
}

.bg-label-hover-warning {
  background-color: #fff1e3 !important;
  color: #ff9f43 !important;
}
.bg-label-hover-warning:hover {
  background-color: #ff9f43 !important;
  color: #fff !important;
}

.bg-label-hover-danger {
  background-color: #fce5e6 !important;
  color: #ea5455 !important;
}
.bg-label-hover-danger:hover {
  background-color: #ea5455 !important;
  color: #fff !important;
}

.bg-label-hover-light {
  background-color: #fafafb !important;
  color: #dfdfe3 !important;
}
.bg-label-hover-light:hover {
  background-color: #dfdfe3 !important;
  color: #fff !important;
}

.bg-label-hover-dark {
  background-color: #e4e4e4 !important;
  color: #4b4b4b !important;
}
.bg-label-hover-dark:hover {
  background-color: #4b4b4b !important;
  color: #fff !important;
}

.bg-label-hover-gray {
  background-color: rgba(254, 254, 254, 0.8575) !important;
  color: rgba(75, 70, 92, 0.05) !important;
}
.bg-label-hover-gray:hover {
  background-color: rgba(75, 70, 92, 0.05) !important;
  color: #fff !important;
}

.bg-label-facebook {
  background-color: #e2e6f0 !important;
  color: #3b5998 !important;
}

.bg-label-hover-facebook {
  background-color: #e2e6f0 !important;
  color: #3b5998 !important;
}
.bg-label-hover-facebook:hover {
  background-color: #3b5998 !important;
  color: #fff !important;
}



.bg-label-twitter {
  background-color: #ddf1fd !important;
  color: #1da1f2 !important;
}

.bg-label-hover-twitter {
  background-color: #ddf1fd !important;
  color: #1da1f2 !important;
}
.bg-label-hover-twitter:hover {
  background-color: #1da1f2 !important;
  color: #fff !important;
}


.bg-label-google-plus {
  background-color: #fae4e1 !important;
  color: #dd4b39 !important;
}

.bg-label-hover-google-plus {
  background-color: #fae4e1 !important;
  color: #dd4b39 !important;
}
.bg-label-hover-google-plus:hover {
  background-color: #dd4b39 !important;
  color: #fff !important;
}

.bg-label-instagram {
  background-color: #fbe0e9 !important;
  color: #e1306c !important;
}

.bg-label-hover-instagram {
  background-color: #fbe0e9 !important;
  color: #e1306c !important;
}
.bg-label-hover-instagram:hover {
  background-color: #e1306c !important;
  color: #fff !important;
}
.bg-label-linkedin {
  background-color: #d9ebf4 !important;
  color: #0077b5 !important;
}

.bg-label-hover-linkedin {
  background-color: #d9ebf4 !important;
  color: #0077b5 !important;
}
.bg-label-hover-linkedin:hover {
  background-color: #0077b5 !important;
  color: #fff !important;
}

.bg-label-github {
  background-color: #e0e0e0 !important;
  color: #333 !important;
}

.bg-label-hover-github {
  background-color: #e0e0e0 !important;
  color: #333 !important;
}
.bg-label-hover-github:hover {
  background-color: #333 !important;
  color: #fff !important;
}