.btn-group-xs > .btn,
.btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.875rem;
  line-height: 0.5;
  border-radius: 0.2rem;
}

.center {
  text-align: center;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 1.5;
  /* background-color: #f5f5f5; */
  padding-top: .7em;
}

main {
  padding-bottom: 60px;
}

a.homeEndpoints {
  text-decoration: none;
  color: #fff;
}

a.homeEndpoints:hover {
  text-decoration: none;
  color: #00bc8c;
}

a.nav-link {
  padding: 0 0;
}

.homepageButton {
  margin-bottom: 0;
  display: inline-block;
}

.input-lg {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
}

.home-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 0.5em 0 0 0; */
  z-index: 1;
}

.home-card-icon-slant {
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  /* z-index: -1; */
  /* right: -10%; */
  left: -4%;
}

.card-title {
  font-weight: bold;
}

.text-left {
  text-align: left;
}

/* .home-card-icon::after {
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  z-index: -1;
} */

.twitch {
  background-color: #9146ff;
}

.youtube {
  background-color: #ff0000;
}

.facebook {
  background-color: #3b5998;
}

.kick {
  background-color: #53fc18;
}

.kick a {
  color: #000 !important;
}

.login-button a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.login-button .login-icon {
  height: 1.5em;
  filter: brightness(0) invert(1);
}

.riotgames {
  background-color: #d32936;
}

.spotify {
  background-color: #1ed760;
}

.spotify-button {
  background-color: #191414;
}

.splitgate {
  background-color: #e43a45;
}

.cashapp {
  background-color: #00c244;
}

.streamlabs {
  background-color: #00c4a2;
}

.streamelements {
  background-color: #fcbf40;
}

.card-bottom {
  border-bottom: 2px solid #ffffff;
}

.envesko {
  background-color: #444;
}

.card-icon {
  margin: 10%;
  filter: brightness(0) invert(1);
  padding-left: 1em;
  max-height: 100px;
  max-width: 75px;
}

/* .card:hover {
  filter: brightness(1.1);
} */

.card-body {
  padding: 1em;
  padding-bottom: 0;
  height: 100%;
}

.card {
  height: 100%;
}

.card-row {
  height: 100%;
}

/* .home-row {
  padding-top: 1em;
} */

.grey-border {
  border-color: #444;
}

.home-col {
  padding-top: 1em;
}

.nomargin {
  margin: 0 !important;
}

.tooltip-inner {
  text-align: left !important;
  max-width: 100% !important;
}

.account-icon {
  max-height: 50px;
  filter: brightness(0) invert(1);
  vertical-align: middle;
}

.nounderline {
  text-decoration: none !important;
}

.provider_image {
  max-height: 50px;
}

.provider_image_xs {
  max-height: 25px;
}

.header-icon {
  max-height: 1em;
  max-width: 1em;
  margin-top: -0.125em;
  filter: brightness(0) invert(1);
}

.good-icon {
  color: #fcfcfc;
}

.bad-icon {
  color: #e76f51;
}

.checkout-header {
  margin-bottom: 0 !important;
}

.table-center td {
  text-align: center;
}

.checkout-table i {
  vertical-align: middle;
}

.checkout-button {
  background-color: #f4a261;
  color: black;
}

@media screen and (max-width: 600px) {
  .logo {
    width: 100%;
    height: auto;
  }
}

#usersTable {
  width: 100% !important;
}

.reactivate-panel {
  background-color: #1d5c96 !important;
}

.reactivate-panel:hover {
  scale: 1.01;
  box-shadow: 0 0 5px #1d5c96;
}

.reactivate-panel-button {
  background-color: #12395d !important;
}

.reactivate-panel-text {
    color: #fff !important;
}

.hidden {
  display: none;
}

.login-modal {
  margin-top: 35%;
}

.login-modal .modal-title {
  text-align: center;
  font-weight: bold;
}

.login-button {
  border-radius: 20px;
  width: 60%;
  align-items: center;
  letter-spacing: 0.1em;
}

.login-row {
  padding:1%;
}