.bg-new {
  background-color: #000000 !important;
}

.bg-sidebar {
  background: linear-gradient(#810000, #290404);
}

.nav-gradient {
  background: linear-gradient(90deg, var(--vz-green), #290404);
}

.bg-setting {
  background: linear-gradient(90deg, #981d1d, #1d2b70);
}

.sb {
  background-color: #F35AC9;
}

.time {
  background: linear-gradient(90deg,#810000,#290404);
}

.match {
  background: url(../images/match.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: .2rem;
}

.but-ton {
  border-radius: 0.30;
  width: 50%;
  text-align: center;
  line-height: 1.06667rem;
  font-size: .80rem;
  margin: 0.26667rem auto;
  color: #fdc122;
  background: #00723c;

}

.bg-mine {
  background: linear-gradient(90deg, #4CAF50, var(--vz-indigo));
}

.bg-mq {
  background-color: #f3f1fe !important;
}

.bg-mq-orange {
  background-color: #fdf6ec !important;
}

.text-orange {
  color: #fd8000 !important;
}

.new-rounded {
  border-radius: 3rem !important;
}

.new-rounded2 {
  border-radius: 1rem !important;
}

.front-bg {
  background-color: #1d1f31 !important;
}

.circle-text {
  font-size: 9px !important;
}

.d-top-border {
  border-top-right-radius: 3rem !important;
}

.d-b-border {
  border-bottom-left-radius: 3rem !important;
}

.bg-curve-card {
  background-color: #1d1f31 !important;
}

.tab-color {
  color: #fd8000 !important;
}

.text-yellow {
  color: #fd8000 !important;
}

.border-tab-color {
  border-color: #589ee3 !important;
}

.bg-red {
  background-color: #ff0000 !important;
}

.text-red {
  color: #ff0000 !important;
}

.bg-custom-blue {
  background-color: #325881 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #589ee3 !important;
}

.text-fade-blue {
  color: #c2dceb !important;
}

.bg-fade-blue {
  background-color: #c2dceb !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #000 !important;
  background-color: #fff !important;
}

.market-card-bg {
  background-color: #1d1f31 !important;
}

input.transparent-input {
  background-color: transparent !important;
  border: none !important;
  color: #fff !important;
}

.bg-field {
  background-image: url(../images/new/field.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gif {
  background-image: url(../images/new/gif.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.circlepng {
  background-image: url(../images/new/circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 4rem;
  width: 3rem;
}

.bgshare {
  background-image: url(../images/new/1xdrawlogo.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.bg-green {
  background-color: #64af19 !important;
}

.shadow-card {
  background-color: #315881 !important;
}

.hover {
  cursor: pointer !important;
}

.border-dashed {
  border: 1px dashed grey;
}

.bg-grey {
  background-color: #eeeeef !important;
}

.border-circle {
  border: 0.7rem solid #d3e3f0;
}

.text-pink {
  color: #fa74a8 !important;
}

.border-big {
  border: 2px solid rgb(236, 233, 233) !important;
}