.w3-theme-l5 {color:#000 !important; background-color:#f0f1f3 !important}
.w3-theme-l4 {color:#000 !important; background-color:#cfd1d6 !important}
.w3-theme-l3 {color:#fff !important; background-color:#9ea4ac !important}
.w3-theme-l2 {color:#fff !important; background-color:#6f7682 !important}
.w3-theme-l1 {color:#fff !important; background-color:#454a52 !important}
.w3-theme-d1 {color:#fff !important; background-color:#191b1e !important}
.w3-theme-d2 {color:#fff !important; background-color:#17181a !important}
.w3-theme-d3 {color:#fff !important; background-color:#141517 !important}
.w3-theme-d4 {color:#fff !important; background-color:#111214 !important}
.w3-theme-d5 {color:#fff !important; background-color:#0e0f11 !important}

.w3-theme-light {color:#000 !important; background-color:#f0f1f3 !important}
.w3-theme-dark {color:#fff !important; background-color:#0e0f11 !important}
.w3-theme-action {color:#fff !important; background-color:#0e0f11 !important}

.w3-theme {color:#fff !important; background-color:#1b1d20 !important}
.w3-text-theme {color:#1b1d20 !important}
.w3-border-theme {border-color:#1b1d20 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#1b1d20 !important}
.w3-hover-text-theme:hover {color:#1b1d20 !important}
.w3-hover-border-theme:hover {border-color:#1b1d20 !important}

.card-border-d {
	border:0px solid #041e1e;border-radius:0px;padding-top:15px;padding-bottom:30px;
}
.card-border-r {
	border:0px solid #041e1e;border-radius:0px;padding-top:15px;padding-bottom:15px;
}
.card-border-c {
	border:0px solid #041e1e;border-radius:0px;padding-top:5px;padding-bottom:5px;
}

.card-border-x {
	border:border-radius:0px;padding-top:5px;padding-bottom:5px;
}
.card-border-btn {
	border:border-radius:15px;padding-top:5px;padding-bottom:5px;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 45px;
  height: 45px;
  padding: 5px 8px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}


/* use negative margins to accommodate wider button text */

.btn-circle span {
  margin: 0 -2rem;
}

