.blink_me {
  animation: blinker 0.7s linear infinite;
}

@keyframes blinker {
  50% {
	opacity: 0;
  }
}


.bg-gradient {
  background: linear-gradient(145deg, #1e2125, #444) !important;
}

.bg-dark-pro {
  background-color: rgba(25, 28, 31, 0.91) !important;
}

.bg-dark-pro td, .bg-dark-pro th{
  background-color: rgba(25, 28, 31, 0.05) !important;
}


.bg-transparent090 {
  background-color: rgba(25, 28, 31, 0.88) !important;
}

.bg-transparent090 td, .bg-transparent090 th{
  background-color: rgba(25, 28, 31, 0.05) !important;
}

.bg-transparent070 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.bg-transparent050 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-transparent005 {
  background-color: rgba(0, 0, 0, 0.05) !important;
}


.fs20 {
  font-size:20px;
}

.fs19 {
  font-size:19px;
}

.fs18 {
  font-size:18px;
}

.fs17 {
  font-size:17px;
}

.fs16 {
  font-size:16px;
}

.fs15 {
  font-size:15px;
}

.fs14 {
  font-size:14px;
}

.fs13 {
  font-size:13px;
}

.fs12 {
  font-size:12px;
}

.fs11 {
  font-size:11px;
}

.fs10 {
  font-size:10px;
}

.fs9 {
  font-size:9px;
}

.fs8 {
  font-size:8px;
}

.table-sm > :not(caption) > * > * {
 padding:1px !important;
}



.chips div{
  font-weight: lighter;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  border-radius: 10px;
  position: relative;
  font-size: 11px;
  cursor:pointer;
  padding:2px 2px;
  margin:4px 0px;
}

.chips div i {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: var(--bs-border-radius-pill) !important;
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
}

.emptychip {
  padding:10px 2px !important;
  margin:5px 12px !important;
  font-weight: lighter;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

.chipgreen {
  background-color: #0A0;
}

.chipgreenorange {
  background-color: #ab0;
}

.chiporange {
  background-color: #FF9900;
}

.chipred {
  background-color: #FF0033;
}



.bg-gradient-primary {
  background: linear-gradient(135deg, #1859a0 0%, #591eb9 100%);
}

.bg-gradient-success {
  background: linear-gradient(135deg, #23cd49 0%, #20c997 100%);
}

.bg-gradient-info {
  background: linear-gradient(135deg, #17a2b8 0%, #6f42c1 100%);
}

.bg-gradient-secondary {
  background: linear-gradient(135deg, #6c757d 0%, #343a40 100%);
}

.bg-gradient-dark {
  background: linear-gradient(135deg, #343a40 0%, #000000 100%);
}

.bg-gradient-warning {
  background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%);
}

.bg-gradient-danger {
  background: linear-gradient(135deg, #dc3545 0%, #e83e8c 100%);
}

.bg-gradient-light {
  background: linear-gradient(135deg, #f8f9fa 0%, #e2e6ea 100%);
}

.bg-gradient-muted {
  background: linear-gradient(135deg, #868e96 0%, #adb5bd 100%);
}

.bg-gradient-teal {
  background: linear-gradient(135deg, #20c997 0%, #007bff 100%);
}

.bg-gradient-purple {
  background: linear-gradient(135deg, #6f42c1 0%, #d63384 100%);
}

.bg-gradient-rose {
  background: linear-gradient(135deg, #ff007f 0%, #ff66cc 100%);
}

.bg-gradient-sunset {
  background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%);
}

.bg-gradient-ocean {
  background: linear-gradient(135deg, #27658f 0%, #67599b 100%);
}

.bg-gradient-forest {
  background: linear-gradient(135deg, #5a3f37 0%, #2c7744 100%);
}

.bg-gradient-space {
  background: linear-gradient(135deg, #4e54c8 0%, #8f94fb 100%);
}


.bg-gradient-chain {
  background: linear-gradient(135deg, #1d1d1d 0%, #1a1a1a 100%);
  color:white;
}




.text-gradient-primary {
  background: linear-gradient(135deg, #007bff, #6610f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-success {
  background: linear-gradient(135deg, #12fb46, #2effb0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-info {
  background: linear-gradient(135deg, #17a2b8, #6f42c1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-secondary {
  background: linear-gradient(135deg, #6c757d, #343a40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-dark {
  background: linear-gradient(135deg, #343a40, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-warning {
  background: linear-gradient(135deg, #fbca36, #ffb241);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-danger {
  background: linear-gradient(135deg, #dc3545, #e83e8c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-light {
  background: linear-gradient(135deg, #f8f9fa, #e2e6ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-muted {
  background: linear-gradient(135deg, #868e96, #adb5bd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-teal {
  background: linear-gradient(135deg, #20c997, #007bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-purple {
  background: linear-gradient(135deg, #6f42c1, #d63384);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-rose {
  background: linear-gradient(135deg, #ff007f, #ff66cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-sunset {
  background: linear-gradient(135deg, #ff7e5f, #feb47b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-ocean {
  background: linear-gradient(135deg, #2b5876, #4e4376);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-forest {
  background: linear-gradient(135deg, #5a3f37, #2c7744);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-space {
  background: linear-gradient(135deg, #4e54c8, #8f94fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}