body {
  margin: 0;
  font-family: 'Arial', sans-serif;
  color: white;
  background: linear-gradient(to left, #ff709d 0%, #f15e93 25%, #e04d89 50%, #d03b7f 75%, #c12a76 100%);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 6vh;
  
}

.sticky-header {
  display: flex;
  background-color: rgb(255, 113, 157, 0.5);
  padding: 10px 0;
  color: #fff;
  padding-left: 25px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 7px;
}


body {
  padding-top: 60px;
  
}

.money {
  display: flex;
  padding-left: 130px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.saldotext {
  color: #000;
  padding-left: 20px;
}

input {
  color: black;
  background-color: transparent;
  border: 0px solid;
  font-size: 60px;
  height: 50px;
  width: 500px;
}

input:focus {
  border: 0px solid;
}

input:active {
  border: 0px solid;
}

#items {
  font-size: 19px;
  color: white;
  text-decoration: none;
  transition: color 0.55s ease-in-out;
}

#items:hover {
  color: red;
}

nav {
  padding-top: 15px;
  padding-left: 10px;
}

.saldo {
  background-color: white;
  padding-bottom: 60px;
  padding-top: 10px;
  border-radius: 10px;
  margin-right: 20px;
  width: 500px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.flex {
  display: flex;
  text-decoration: none;
}

.nieuwe {
  border-radius: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  width: 400px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

button {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background-color: transparent;
  border: 0px solid;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

button:hover {
  color: orange;
}

button:active {
  transform: scale(1.1);
}

.icon1 {
  width: 50px;
  height: 50px;
  background-color: orange;
  border-radius: 50%;
  padding: 5px;

}

.div {
  padding-left: 5px;
}

.flexing {
  display: flex;
  padding-left: 20px;
  flex-wrap: nowrap;
}

.trans {
  background-color: #fff;
  border-radius: 10px;
  color: black;
  padding: 10px;
  margin-left: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#displayMoney {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}


.user-dropdown {
  position: fixed;
  display: inline-block;
  right: 20px;
  margin-top: 30px;
}


.user-dropdown .user-email {
  cursor: pointer;
}

.user-dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: rgb(255, 100, 157);
  min-width: 160px;
  box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.user-dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.user-dropdown-content a:hover {
  background-color: #575757;
}

.user-dropdown:hover .user-dropdown-content {
  display: block;
}

.news {
  padding-top: 5px;
  padding-left: 20px;
  align-items: left;
  justify-content: left;
  text-align: left;
  margin-bottom: 0px;
  color: black;
}

.newsbar {
  border: 1px solid black;
  margin-top: -5px;
  margin-bottom: -12px;
  width: 450px;
  border-radius: 100px;
}

#news-announce {
  font-size: 19px;
}

.news h1 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.news p {
  font-size: 13px;
  color: black;
  margin-top: 0px;
}

#article p {
  font-size: 15px;
}

.VarkieCredits {
  right: 260px;
  margin-top: 15px;
  position: fixed;
  display: flex;
}

.VarkieCredits img {
  width: auto;
  height: 22px;
  margin-top: 14px;
  margin-right: 5px;
}

.VarkieCredits::after {
  content: "Klik Om De Shop Te Openen";
  position: absolute;
  background: black;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  bottom: -20px;
  
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  transition-delay: 1s;
  
  pointer-events: none;
}

.VarkieCredits:hover::after {
  opacity: 1;
}

.loader {
  width: 60px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #FF709D;
  --_m:
    conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn)
  }
}

#loading {
  background: linear-gradient(to left, #ff709d 0%, #f15e93 25%, #e04d89 50%, #d03b7f 75%, #c12a76 100%);
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  z-index: 1000;
  display: none;
}
.notyf-success {
  border-radius: 8px; 
}
.notyf-error {
  border-radius: 8px; 
}
#pigpadButton {
  display: none;
}