@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');

html,
body {
  position: relative;
  height: 100%;
  width: 100%;
  color: black;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.layout-body {
  position: relative;
  max-width: 500px;
  min-height: 100%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 200px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 480px) {
  .layout-body {
    width: 100%;
    transform: none;
    height: auto;
    box-shadow: none;
    left: 0;
  }
}

@media only screen and (max-width: 320px) {

  html,
  body {
    font-size: 15.5px;
  }

}

section {
  margin: 1rem 0px 1rem;
}

hr {
  display: block;
  width: 100%;
  border: 1px solid #dee2e6;
}

.ajax-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .75) no-repeat center center;
  z-index: 10000;
  display: none;
}

.ajax-loader-detail {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: url(https://bwportal.s3.ap-southeast-1.amazonaws.com/bwportal-images/logo/bigwin888-logo.png) no-repeat center;
  z-index: 10000;
  background-size: 10%;
  animation-name: spin;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  -webkit-animation-name: spin;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 2.3s;
}

@media only screen and (max-width: 480px) {
  .ajax-loader-detail {
    background-size: 40%;
  }
}

@keyframes spin {
  from {
    transform: rotateY(0);
    moz-transform: rotateY(0)
  }

  to {
    transform: rotateY(360deg);
    moz-transform: rotateY(360deg)
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotateY(0)
  }

  to {
    -webkit-transform: rotateY(360deg)
  }
}

/*Screen size End*/

/*Tab*/
.tab-content {
  margin-top: 1rem;
}

.nav-item {
  margin: unset;
  width: 50%;
  border: unset;
  color: #a2a2a2;
  text-align: center;
}

/*Tab End*/

/*Navbar*/
.icon-color-r-1 {
  color: #9c1f21;
}

.btn-logout {
  font-size: 0.8em;
  background-color: black;
  color: #ffd01a;
  border: none;
  outline: none;
  box-sizing: border-box;
  border-radius: 1rem;
  transition: background-color 100ms ease-in-out,
    transform 200ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.btn-login {
  font-size: 0.8em;
  background-color: black;
  color: #ffd01a;
  border: none;
  outline: none;
  box-sizing: border-box;
  border-radius: 1rem;
  transition: background-color 100ms ease-in-out,
    transform 200ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.top-menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 500px;
  top: 0;
  left: 50%;
  z-index: 1030;
  transform: translateX(-50%);
  font-weight: 900;
}

.btn-refresh-wallet {
  cursor: pointer;
}

.wallet-navbar {
  display: flex;
  background-image: linear-gradient(to top, rgb(255, 193, 0), rgb(255, 229, 0));
  padding: 10px 15px 45px 15px;
  position: relative;
  border-radius: 0px 0px 20px 20px;
}

.nav-bar-container {
  transform: translateY(-50%);
  padding: 0px 30px;
}

.nav-bar-container-element {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  transform: translateY(-60%);
  margin-left: -15px;
  margin-right: -15px;
}

.nav-bar-container-element-img-1 {
  width: 100%;
  max-height: 56px;
}

.nav-bar-container>.row {
  position: relative;
  background-image: linear-gradient(to top, rgb(255, 193, 0), rgb(255, 229, 0));
  border-radius: 0.3rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  line-height: 1em;
}

.navbar-item-s {
  transition: 0.3s;
}

.navbar-item-s:active,
.navbar-item-s:hover {
  transition: 0.3s;
  transform: scale(1.1);
}

.navbar-item-s>span {
  font-size: 0.8em;
}

.ewallet {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
}

.ewallet-detail {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 100;
  padding-bottom: 5px;
}

.ewallet-balance {
  font-size: 1.5em;
}

.wallet-navbar-action {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 100;
}

.website-icon {
  max-width: 65px;
  min-width: 65px;
  min-height: 62px;
  max-height: 62px;
}

.website-icon-img {
  width: 100%;
}

.navbar-item {
  cursor: pointer;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px 5px;
}

.navbar-item-s {
  margin: 0;
}

@media screen and (max-width: 480px) {
  .top-menu {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    transform: none;
  }

}

@media screen and (max-width: 320px) {
  .navbar-item-s>span {
    font-size: 0.7em;
  }
}

/*Navbar*/

/*Navbar bottom*/
.navbar-bottom {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 65px;
  z-index: 128;
  font-weight: 900;
  border-radius: 0.75rem;
  background-image: linear-gradient(to bottom, rgb(255, 193, 0), rgb(255, 229, 0));
  color: black;
  text-align: center;
  box-shadow: 0px -5px 10px 1px rgb(0 0 0 / 20%);
}

.navbar-bottom-background {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 85px;
  background-color: white;
  filter: blur(8px);
  -webkit-filter: blur(15px);
}

.navbar-bottom-conatainer {
  position: relative;
  top: 0px;
  transform: translateY(-40%);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 0px 35px;
}

.navbar-bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 15px;
  transition: 0.3s;
}

.navbar-bottom-content:active,
.navbar-bottom-content:hover {
  transform: scale(1.1);
}

.navbar-bottom-item-title {
  font-size: 0.7em;
}


.Layer_1 {
  width: 45px;
  height: 45px;
}

.menu-item-logo-img {
  width: 100%;
}

.circle {
  background-image: linear-gradient(to bottom, rgb(255, 193, 0), rgb(255 198 26 / 95%));
  border-radius: 50%;
  box-shadow: 0px -5px 10px 1px rgb(0 0 0 / 20%);
  padding: 5.5px;
  margin: 0 10px;
}


@media only screen and (max-width: 480px) {
  .navbar-bottom {
    width: 100%;
    height: 55px;
    border-radius: 0.75rem 0.75rem 0 0;
    transform: none;
    left: 0;
  }

  .navbar-bottom-conatainer {
    transform: translateY(-40%);
    padding: 0px 25px;
  }

  .navbar-bottom-content {
    margin: 0 5px;
  }

  .Layer_1 {
    width: 31px;
    height: 31px;
  }

  .navbar-bottom-item-title {
    font-size: 0.7em;
  }

  .menu-item-logo-img {
    width: 60px;
  }
}

/*Navbar bottom*/

/*Program */
.progress {
  border: rgb(65, 64, 66) 4px solid;
  border-radius: 1rem;
  outline: none;
}

.progress-bar {
  background-color: #ee303c;
  border-radius: 1rem;
  transition: 0.4s linear;
  transition-property: width, background-color;
  margin: 0px;
}

.progress-striped .progress-bar {
  background-color: #fcbc51;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg,
      #fca311 25%,
      transparent 25%,
      transparent 50%,
      #fca311 50%,
      #fca311 75%,
      transparent 75%,
      transparent);
  animation: progressAnimationStrike 3s;
}

@keyframes progressAnimationStrike {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

progress:not(value) {
  background-color: white;
}

progress[value] {
  appearance: none;
  border: none;
  width: 100%;
  height: 20px;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
  color: royalblue;
  position: relative;
  animation: progressAnimationStrike 3s;
}

progress[value]::-webkit-progress-bar {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
}

progress[value]::-webkit-progress-value {
  position: relative;
  background-size: 35px 20px, 100% 100%, 100% 100%;
  border-radius: 3px;
  animation: animate-stripes 5s linear infinite;
}

@keyframes animate-stripes {
  100% {
    background-position: -100px 0;
  }
}

progress[value]::-webkit-progress-value:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 7px;
  right: 7px;
  background-color: white;
  border-radius: 100%;
}

progress[value]::-moz-progress-bar {
  background-image: -moz-linear-gradient(135deg,
      transparent,
      transparent 33%,
      rgba(0, 0, 0, 0.1) 33%,
      rgba(0, 0, 0, 0.1) 66%,
      transparent 66%),
    -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)),
    -moz-linear-gradient(left, #09c, #f44);

  background-size: 35px 20px, 100% 100%, 100% 100%;
  border-radius: 3px;
}

.progress-bar {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
  width: 100%;
  height: 20px;
}

.progress-bar span {
  border-radius: 3px;
  display: block;
  text-indent: -9999px;
}

.progress-bar::-webkit-progress-value {
  background-image: -webkit-linear-gradient(135deg,
      transparent,
      transparent 33%,
      rgba(0, 0, 0, 0.1) 33%,
      rgba(0, 0, 0, 0.1) 66%,
      transparent 66%),
    -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)),
    -webkit-linear-gradient(left, rgb(255, 166, 0), rgb(255, 115, 0));
}

.progress-bar::-moz-progress-bar {
  background-image: -moz-linear-gradient(135deg,
      transparent,
      transparent 33%,
      rgba(0, 0, 0, 0.1) 33%,
      rgba(0, 0, 0, 0.1) 66%,
      transparent 66%),
    -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)),
    -moz-linear-gradient(left, rgb(255, 166, 0), rgb(255, 115, 0));
}