body {
  background-image: url('../../assets/new_gds_background.webp');
  background-size: 100vw 100vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
}

main {
  min-height: 100vh;
  font-family: 'Poppins', sans-serif;
}

#klasemen {
    width: 60%;
    margin: 0 auto;
  padding: 10px;
  border-radius: 22px;
  background-color: #d1d1d1de;
  display: flex;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 58vh;
}

@media  screen and (max-height: 780px) {
  #klasemen {
    height: 55vh;
  }
}

@media  screen and (max-height: 625px) {
  #klasemen {
    height: 48vh;
  }
}

@media  screen and (max-height: 550px) {
  #klasemen {
    height: 40vh;
  }
}

.card-body.p-1.p-lg-3.rankto,.card-body.p-1.p-lg-3.rankdepo {
  width: 0;
  height: 0;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0;
  transition: all .3s ease;
}

.rankto>*,.rankdepo>* {
  text-wrap: nowrap;
}

.card-body.p-1.p-lg-3.rankto.onn, .card-body.p-1.p-lg-3.rankdepo.onn {
  width: 100%;
  height: 100%;
  min-width: unset !important;
  min-height: unset !important;
  padding: unset !important;
  margin: unset !important;
  opacity: 1;
  transition: all .3s ease;
}

.btn-container {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%,0);
}

.btn-to, .btn-depo {
  text-wrap: nowrap;
}

.bg-glass {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 2px solid rgba(0, 0, 0, 0.3);
}

.btn-blue {
  border: none;
  padding: 0.8em;
  outline: none;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
  height: 100%;
  font-size: 20px;
  overflow-wrap: break-word;
  background: none;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
}

.btn-blue:before,
.btn-blue:after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 14px;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  content: '';
  z-index: -2;
  background-size: 400% 400%;
  background: linear-gradient(to top, #163b09, #1ba421, #f0e867);
  border: 2px solid #1ba421;
}

.btn-blue:before {
  filter: blur(7px);
  transition: all 0.25s ease;
}

.btn-blue:after {
  filter: blur(0.3px);
}

.btn-blue:hover:before {
  width: 105%;
  height: 105%;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: black;
  background-color: transparent;
}

.nav-link:focus,
.nav-link:hover {
  color: black;
}

.bg-white-transparent {
  background: rgba(0, 0, 0, 0.65);
  border: 2px solid #108de5;
  position: relative;
  /* box-shadow: 0px 0px 19px 4px rgb(27 115 245 / 72%);
  -webkit-box-shadow: 0px 0px 19px 4px rgb(15 63 135 / 72%);
  -moz-box-shadow: 0px 0px 19px 4px rgba(5, 159, 0, 0.72); */
}

.table-pildun {
  z-index: 99;
  width: 100%;
  text-align: center;
  height: auto;
  border-spacing: 0.8em 0.8em;
  border-collapse: unset;
  color: white;
}

.table-pildun thead tr>th {
  /*background: linear-gradient(to top, #163b09, #1ba421, #f0e867);*/
  /*border: 2px solid #1ba421;*/
  padding: 8px;
  color: white;
  border-radius: 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
}

.table-pildun-tr {
  width: 100%;
}

.table-pildun-rank {
  width: 17%;
  border-bottom: 3px solid #049f00;
  font-weight: 600;
}

.table-pildun-username {
  width: 58%;
  padding: 11px 0;
  border-bottom: 3px solid #049f00;
  font-weight: 600;
}

.table-pildun-point {
  width: 25%;
  border-bottom: 3px solid #049f00;
  font-weight: 600;
}

.w-25 {
  height: auto !important;
}

.w-50 {
  height: auto !important;
}

.w-75 {
  height: auto !important;
}

.w-100hauto {
  width: 100%;
  height: auto;
}

.w-100inherit {
  width: 100%;
  height: 25;
}

.h-100 {
  width: auto;
}

.fs-12 {
  font-size: 12px;
}

.filter {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.hoverScale {
  transform: translateY(8px);
  transition: all 0.8s;
}

.hoverScale:hover {
  transition: all 0.8s;
  transform: translateY(0px);
}

.hoverZoom {
  transition: all 0.4s;
}

.hoverZoom:hover {
  transition: all 0.4s;
  transform: scale(1.1);
}

.bg-livechat {
  background: linear-gradient(to top, #163b09, #1ba421, #f0e867);
  padding: 16px 16px 30px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}

.grounded-radiants {
  position: relative;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.9);
  background-clip: padding-box;
  padding: 10px;
}

.grounded-radiants::after {
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  background: linear-gradient(to top, #163b09, #1ba421, #f0e867);
  content: '';
  z-index: -1;
  border-radius: 16px;
}

.animation-tes {
  animation: fadeToggle 1.5s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@keyframes fadeToggle {
  0% {
    opacity: 0.8;
    -webkit-transform: translateY(0%) scale(0.9);
    transform: translateY(0%) scale(0.9);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
  }
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 8px;
  opacity: 0;
  transition: all 0.8s;
  z-index: 5;
}

@media (max-width: 991.98px) {
  .bg-livechat {
    background: linear-gradient(to top, #46d54f, #1ba421, #f0e867);
    padding: 16px 16px 14px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
}
