body {
  background: #f6f6fc;
  background: #e9e9ef;
  overflow-y: scroll; /* Show vertical scrollbar */
  background: -webkit-linear-gradient(247deg, #5a6ace 0%, #6f22c7 100%);
  min-height: 100vh;
}

.container-fluid {
  max-width: 1550px;
  overflow-x: hidden;
}

.table-container {
  background: white;
  border-radius: 5px;
}

.btn-success, .badge-success {
  color: #fff;
  background-color: #5eb172;
  border: 0px;
}

.btn-success:hover {
  color: #fff;
  background-color: #53b76b;
  border: 0px;
}

.positive {
  color: #05b169!important;
}

.negative {
  color: #c7140b!important;
}

.neutral{
  color: #6da8dc!important;
}

.btn-neutral {
  color: #fff;
  background-color: #6da8dc;
  border: 0px;
}

.btn-neutral:hover {
  color: #fff;
  background-color: #4789c2;
  border: 0px;
}


.btn-gray {
  color: #fff;
  background-color: #6f7275;
  border: 0px;
}

.btn-gray:hover {
  color: #fff;
  background-color: #464749;
  border: 0px;
}

table, th, thead, tbody {
  border: 0px!important;
  color: rgb(5, 15, 25)!important;
}

td, th {
  vertical-align: middle!important;
  white-space: nowrap;
}

.bg-purple {
  background-color: #860782!important;
}
.bg-pink {
  background-color: #e879e5!important;
}
.bg-green {
  background-color: #45867d!important;
}
.bg-orange {
  background-color: #ea7f1a!important;
}

.display-4 {
  font-size: 2rem;
}
.display-2 {
  font-size: 3rem;
}
.display-3 {
  font-size: 1.5rem;
}

tbody .transactions > tr, tbody .transactions tr td, tbody .transactions > th {
  background: black!important;
}

.pointer {
  cursor: pointer;
}

.tooltip-inner {
    max-width: 300px!important;
}

.badge-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.badge-group .badge:not(:last-child){
  border-top-right-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
}

.badge-group .badge:not(:first-child){
  border-top-left-radius: 0px!important;
  border-bottom-left-radius: 0px!important;
}


.badge-neutral {
  color: white;
  background: #6da8dc!important;
}

.badge.disabled {
  opacity: .65;
}

.badge-saveable {
  color: #757575;
  background: #6da8dc!important;
}

.badge-warning {
    color: #ffffff;
}

.nav-item {
  padding: 10px;
}


.badge-stakeable, .badge-stakeable-redeeming, .badge-stakeable-staking, .badge-redeeming, .badge-redeeming-staking, .badge-staking, .badge-stakeable-redeeming-staking {
  color: white;

}

.badge-stakeable {
  background: #746ddcb8;
}

.badge-stakeable-redeeming {
  background: linear-gradient(90deg, #746ddcb8 50%, #ffc107 50%);
}

.badge-stakeable-staking {
  background: linear-gradient(90deg, #746ddcb8 50%, #585858 50%);
}

.badge-redeeming {
  background: #ffc107;
}

.badge-redeeming-staking {
  background: linear-gradient(90deg, #ffc107 50%, #585858 50%);
}

.badge-staking {
  background: #585858;
}

.badge-stakeable-redeeming-staking {
  background: linear-gradient(90deg, #746ddcb8 33.33%, #ffc107 33.33%, #ffc107 66.66%, #585858 66.66%);
}

.badge-active {
  color: white;
  background: #585858!important;
}

/* .badge-staking {
  color: white;
  background: linear-gradient(90deg, #585858 50%, #746ddce3 50%);
}
.badge-active {
  color: white;
  background: #585858!important;
} */

/* #exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
} */

@keyframes fade {
  0% {background-color: #4cc64c;}
  40% {background-color: #4cc64c;}
  60%  {background-color: #ebc26f;}
  80%  {background-color: #eb716f;}
  100% {background-color: #9b9b9b;}
}

.header {
  background: -webkit-linear-gradient(247deg, #5a6ace 0%, #6f22c7 100%);
  width: 100%;
  height: 1000px;
  position: absolute;
  transform: skewY(-5deg) translateY(-37%);
  z-index: -1;
  display: none;
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #9b9b9b;
  vertical-align: middle;
  margin: 0px 2px 2px;
  display: inline-block;
  opacity: 0.6;
}

.dot.status {
  animation-name: fade;
  animation-duration: 120s;
  animation-fill-mode: forwards;
}

.pulse {
  font-weight: 600;
}

@keyframes positive {
  0% {color: #05b169;}
  40% {color: #05b169;}
  100% {color: #050f19;}
}
.pulse.positive_change {
  animation-name: positive;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
}
@keyframes negative {
  0% {color: #c7140b;}
  40% {color: #c7140b;}
  100% {color: #050f19;}
}
.pulse.negative_change {
  animation-name: negative;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
}

.box-shadow {
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 5%);
}

.radiobuttoncontainer label, .radiobuttoncontainer-2 label {
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 8px;
  padding-top: 8px;
  font-size: medium;
  color: #4e4e4e;
  z-index: 1;
  cursor: pointer;
  transition: color 0.25s;
}

.radiobuttoncontainer label:hover{
  color: #151515;
}

.radiobuttoncontainer, .radiobuttoncontainer-2 {
  display: inline-flex;
  width: 100%;
  position: relative;
  text-align: center;
  border-radius: 50px;
  background: #f5f3f3;
  border: 1px solid #f3f3f3;
}

.radiobuttoncontainer .indicator{
  height: 100%;
  width: 33.33%;
  background-color: #7358af;
  z-index: 0;
  position: absolute;
  left: 0%;
  transition: left 0.5s;
  border-radius: 50px;
}

.radiobuttoncontainer input[type="radio"]:checked + label { color: #ffffff; }

.radiobuttoncontainer > input[type="radio"] { display: none; }
.radiobuttoncontainer input[type="radio"]:nth-child(1):checked ~ .indicator { left: 0%; }
.radiobuttoncontainer input[type="radio"]:nth-child(3):checked ~ .indicator { left: 33.33%; }
.radiobuttoncontainer input[type="radio"]:nth-child(5):checked ~ .indicator { left: 66.66%; }


.radiobuttoncontainer-2 .indicator{
  height: 100%;
  width: 50%;
  background-color: #7358af;
  z-index: 0;
  position: absolute;
  left: 0%;
  transition: left 0.5s;
  border-radius: 50px;
}

.radiobuttoncontainer-2 input[type="radio"]:checked + label { color: #ffffff; }

.radiobuttoncontainer-2 > input[type="radio"] { display: none; }
.radiobuttoncontainer-2 input[type="radio"]:nth-child(1):checked ~ .indicator { left: 0%; }
.radiobuttoncontainer-2 input[type="radio"]:nth-child(3):checked ~ .indicator { left: 50%; }


.badge-faded.badge-dark {
  background-color: #1b1b1b29;
}

.badge-faded.badge-success {
  color: #8eff7b;
  background-color: #5bf17f33;
}

.badge-faded.badge-danger {
  background-color: #ff000054;
}

.modal-backdrop {
  background: #0000003d;
  /* backdrop-filter: blur(2px); */
}

.btn-dark {
    background-color: #00000033;
    border-color: transparent;
}

.btn-dark:hover {
    background-color: #0000004f;
    border-color: transparent;
}

.overflow-hidden {
  overflow: hidden;
}

.frosted {
  padding: 20px;
  background-color: rgba(255, 255, 255, .2);
  /* backdrop-filter: blur(5px); */
  width: 100%;
}

.rounded-3 {
  border-radius: 15px;
}
.table td:not(:first-child), .table th:not(:first-child) {
  text-align: right;
}
.table td:nth-child(2), .table th:nth-child(2) {
  text-align: left;
}

.table td:last-child, .table th:last-child {
  padding-right: 20px;
}

.btn-primary {
  background: #7358af;
  border: 0px;
}

.btn-primary:hover {
  background: #624c92;
}

.text-primary {
  color: #7358af!important;
}
