/* OVERALL */

html {
  height: 101%;
}
@import url("https://fonts.googleapis.com/css?family=Muli:400,600,800,900&display=swap");

*,
form,
select,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  font-family: "Muli", sans-serif;
}

h6 {
  font-weight: 900;
}
p {
  font-weight: 400;
}

body {
  padding-top: 65px;
}

i {
  padding-right: 10px;
}

td {
  font-weight: 400;
  font-size: 1em;
}

.header {
  color: white;
  background-color: black;
  padding-left: 0.25em;
  padding-right: 0.25em;
  font-weight: 400;
}
/* NAVBAR  */
.nav-link {
  font-weight: 600;
}

/* GAMES PAGES */

.card-header {
  padding: 0;
}

.slots-image {
  padding: 5px 10px 5px 5px;
}

.main-content-display {
  margin-top: 10px;
}

/* CAHISER PAGE */

.nav-user {
  margin: auto 0;
}

.cashier-body {
  /* background-image: url(/assets/img/950276.jpg); */
  background-color: white;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.balance {
  float: left;
}

.wallet-icon {
  font-size: 3em;
}

.wallet-balance {
  margin-left: 1.5em;
}

.wallet-group {
  margin-bottom: 1em;
}
.wallet-transfer {
  margin-top: 1.5em;
  padding-left: 0;
}

.sub-header {
  color: white;
  background-color: gray;
  padding-left: 0.25em;
  padding-right: 0.25em;
  font-weight: 400;
}

.navbar .navbar-brand {
  font-size: 1.5em;
  padding-left: 0;
}

.navbar-translate {
  padding-left: 0;
}

.nav-item {
  font-size: 0.9em;
}

.refresh {
  margin-left: 1em;
  font-size: 0.75em;
}
span.badge {
  margin-bottom: 0;
}

.games-body {
  background-image: url(/assets/img/elsetge.cat_chocobo-wallpaper_1688323..jpg);
  background-position-y: -100px;
  background-color: white;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

a > img {
  border-radius: 8%;
}

.slots-sub-nav {
  margin-top: 20px;
}

.hero {
  width: 100%;
  margin-top: 65px;
  border-radius: 40px 40px 40px 40px;
}

.payment-icon {
  font-size: 1.5em;
}

.footer {
  height: 200px;
  background-color: #343a40 !important;
  margin-top: 2em;
}

.page-item {
  font-size: 12px;
}

.reg-form {
  background-color: white;
  border-radius: 8px;
  color: #000000;
  max-width: 350px;
  margin: 20px 0 70px;
  min-height: 400px;
  padding: 30px;
}

.card {
  box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.5);
}

.card img {
  object-fit: cover;
  height: 175px;
}

.bonus-mechanics {
  background-color: black;
  color: white;
  border: 2px solid black;
  height: 50px;
  width: 23%;
  text-align: center;
}
.bonus-mechanics-top {
  border: none;
  height: 30%;
  width: 100%;
}

.bonus-mechanics-top p {
  line-height: 1.2em;
  font-size: 0.9em;
}

.bonus-mechanics-bottom {
  font-size: 10rem;
}

.promo-card-title {
  color: white;
  background-color: black;
  text-align: center;
}

.bonus-description {
  border: 1px solid #66615b;
  color: #66615b;
}

/* .bonus-description h6 {
  background-color: #66615b;
  color: #fff;
  padding: 5px 5px 5px 5px;
} */
.bonus-description p {
  font-size: 12px;
  padding-left: 5px;
  margin-top: 3px;
}

.bonus-cashier-info {
  height: 12em;
  box-shadow: 4px 3px 5px grey;
  border-radius: 25px;
}

.bonus-cashier-info-image img {
  height: 100%;
  border-radius: 25px 0px 0px 25px;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 1)),
    to(rgba(0, 0, 0, 0))
  );
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
/* LOGIN/SIGNUP PAGE */

body .signin {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* PROGRESS BAR */

#progress-bar-container {
  width: 100%;
  height: 10px;
  margin: 0 auto;
  position: relative;
  top: 5%;
  transform: translateY(-50%);
  border-radius: 35px;
  overflow: hidden;
}

.progress-bar-child {
  width: 100%;
  height: 100%;
}

.progress {
  color: white;
  text-align: center;
  line-height: 75px;
  font-size: 35px;
  font-family: "Segoe UI";
  animation-direction: reverse;
  background: #e5405e;

  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e5405e 0%, #ffdb3a 45%, #3fffa2 100%);
}

.shrinker {
  background-color: black;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.timelapse {
  animation-name: timelapse;
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.86, 0.05, 0.4, 0.96);
}

@keyframes timelapse {
  0% {
    width: 100%;
  }
  100% {
    width: 40%;
  }
}

/* GRADIENT BUTTON */

.button-gradient {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 40px;
  color: black;
  font-size: 1rem;
  text-align: center;
  --borderWidth: 2px;
  background: white;
  position: relative;
  border-radius: var(--borderWidth);
}

.button-gradient:after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(
    60deg,
    #f79533,
    #f37055,
    #ef4e7b,
    #a166ab,
    #5073b8,
    #1098ad,
    #07b39b,
    #6fba82
  );
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;

  /* animation: animatedgradient 3s ease infinite; */
  background-size: 400% 400%;
}

/* CUSTOM SELECTS */

/* CUSTOM NAV BATR */
.navbar-custom {
  background-color: #385680;
  height: 40px;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  color: #ffffff;
  background-color: #5477a8;
}
