
.box {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
}


.bgc-green {
  background-color: #9ece60 !important;
}

.bgc-blue {
  background-color: #0083ca !important;
}

.bgc-red {
  background-color: #e13636 !important;
}

.bgc-yellow {
  background-color: #f9da3c !important;
}

.bgc-orange {
  background-color: #ff6b00 !important;
}

.bgc-white {
  background-color: #ffffff !important;
}

.bgc-gray {
  background-color: #f3f3f3 !important;
}

.color-blue {
  color: #0083ca !important;
}

.color-black {
  color: #000 !important;
}

.color-white {
  color: #fff !important;
}

.color-red {
  color: #e13636 !important;
}

.color-orange {
  color: #ff6b00 !important;
}

.color-yellow {
  color: #f9da3c !important;
}

.color-gray {
  color: #f3f3f3 !important;
}

.color-green {
  color: #9ece60 !important;
}

.btc-yellow {
  border-top: 7px solid#f9da3c !important;
}


.btc-green {
  border-top: 7px solid#9ece60 !important;
}

.btc-black {
  border-top: 7px solid #000 !important;
}

.btc-white {
  border-top: 7px solid #fff !important;
}

.btc-red {
  border-top: 7px solid #e13636 !important;
}

.btc-orange {
  border-top: 7px solid #ff6b00 !important;
}

.btc-gray {
  border-top: 7px solid #f3f3f3 !important;
}

.btc-blue {
  border-top: 7px solid #0083ca !important;
}

.br-top-left {
  border-top-left-radius: .45rem;
}