.w3-theme-l5 {color:#000 !important; background-color:#eceff6 !important}
.w3-theme-l4 {color:#000 !important; background-color:#becbe2 !important}
.w3-theme-l3 {color:#fff !important; background-color:#7e98c5 !important}
.w3-theme-l2 {color:#fff !important; background-color:#47679e !important}
.w3-theme-l1 {color:#fff !important; background-color:#2a3c5d !important}
.w3-theme-d1 {color:#fff !important; background-color:#0b1019 !important}
.w3-theme-d2 {color:#fff !important; background-color:#0a0f17 !important}
.w3-theme-d3 {color:#fff !important; background-color:#090d14 !important}
.w3-theme-d4 {color:#fff !important; background-color:#080b11 !important}
.w3-theme-d5 {color:#fff !important; background-color:#06090e !important}

.w3-theme-light {color:#000 !important; background-color:#eceff6 !important}
.w3-theme-dark {color:#fff !important; background-color:#06090e !important}
.w3-theme-action {color:#fff !important; background-color:#06090e !important}

.w3-theme {color:#fff !important; background-color:#0d131d !important}
.w3-text-theme {color:#0d131d !important}
.w3-border-theme {border-color:#0d131d !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#0d131d !important}
.w3-hover-text-theme:hover {color:#0d131d !important}
.w3-hover-border-theme:hover {border-color:#0d131d !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;
}

