/* PLACE YOU CUSTOM STYLES IN THIS FILE */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

@media (min-width: 991px) {
}

.banner {
  width: 100%;
  height: auto;
}

.banner img {
  width: 100%;
  height: auto;
}

#reedem {
  height: 80vh;
}

#prizeimg {
  height: 80%;
}

#prizeimg img {
  height: 100%;
  margin-bottom: 15px;
}

#prizetitle {
  height: 5%;
  margin-bottom: 25px;
}

#prizebutton {
  height: 5%;
  margin-bottom: 25px;
}

.reedemButton {
  box-shadow: 0px 10px 14px -7px #29b1b8;
  background-color: #29b1b8;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff !important;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding: 1px 32px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #29b1b8;
  border: none;
}
.reedemButton:hover {
  background-color: #25a4a8;
  color: #ffffff !important;
  font-family: Arial;
  font-size: 20px;
  text-decoration: none;
}
.reedemButton:active {
  position: relative;
  top: 1px;
  color: #ffffff !important;
  font-family: Arial;
  font-size: 20px;
  text-decoration: none;
}

.container-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 75%; /* 4:3 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#carouselCat .carousel-item img {
  object-fit: cover;
  object-position: center;
  height: 35vh;
  overflow: hidden;
}

.desk-banner {
  display: block !important;
}

.mobile-banner {
  display: none !important;
}

@media (max-width: 991px) {
  #carouselCat .carousel-item img {
    height: 20vh;
  }
}

@media (max-width: 767px) {
  #carouselCat .carousel-item img {
    height: 15vh;
  }

  .desk-banner {
    display: none !important;
  }

  .mobile-banner {
    display: block !important;
  }
}

.nk-match table {
  width: 100%;
  table-layout: fixed;
}

.nk-match input {
  width: 100%;
}

.label-card {
  width: 100%;
}

.card-input-element + .card {
  height: 60px;
  color: var(--primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1) !important;
}

.card-input-element + .card:hover {
  cursor: pointer;
}

.card-input-element:checked + .card {
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  background-color: #d1dcff;
}

@-webkit-keyframes fadeInCheckbox {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(-20deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
  }
}

@keyframes fadeInCheckbox {
  from {
    opacity: 0;
    transform: rotateZ(-20deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
