
/* <style> - for Dreamweaver syntax highlighting only */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');

	
	
	
  
  html, body {
  margin: 0;
  padding: 0;
  font-family: "Kanit", serif;
  color: #afafaf;
  -webkit-tap-highlight-color: transparent;
}

body {
  justify-content: center;
  align-items: center;
    /*

  background: radial-gradient(circle at center, rgb(0 0 0) 0%, rgb(112 164 255) 100%);
  background-size: 150% 150%;
  animation: backgroundMove 5s ease-in-out infinite;
      */

}
html, body {
  min-height: 100svh; /* dynamic viewport for Safari */
  overflow-x: hidden; /* prevent horizontal overflow */
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}

:root {
  color-scheme: dark;
}
::placeholder {
	color: #CDCDCD;
}
@keyframes backgroundMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}



html {
    scroll-behavior: smooth;
	scrollbar-width: none;
}
button {
	font-family: "Kanit", serif;
	font-weight: normal;
}
  :root {
  /* Inner shadow */
  --shadow-offset: 0;
  --shadow-blur: 15px;
  --shadow-spread: -7px;
  --shadow-color: rgb(255 255 255 / 100%);
  
  /* Painted glass */
  --tint-color: 255, 255, 255;
  --tint-opacity: 0.05;
  
  /* Background frost */
  --frost-blur: 12px;
  
  /* SVG noise/distortion */
  --noise-frequency: 0.8;
  --distortion-strength: 77;
  
  /* Outer shadow blur */
  --outer-shadow-blur: 24px;
  }
    header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10%;
  background-color: rgb(33 33 33 / 100%);
  box-shadow: 0px -5px 18px 0px #ffffff66;

  }
  
  
	



	


body {
  margin: 0;
	padding: 0;
  min-height: 100svh;
	overflow-x: hidden;

  background:
    /* ultra-subtle texture */
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.035) 0px,
      rgba(0,0,0,0.035) 1px,
      transparent 1px,
      transparent 6px
    ),

    /* soft top light */
    linear-gradient(
      180deg,
      rgba(255,255,255,0.06) 0%,
      rgba(255,255,255,0.0) 35%
    ),

    /* soft bottom weight */
    linear-gradient(
      0deg,
      rgba(0,0,0,0.25) 0%,
      rgba(0,0,0,0.0) 45%
    ),

    /* base color */
    linear-gradient(
      135deg,
      var(--bg1),
      var(--bg2)
    );

@media (max-width: 1024px) {
  body {
    background-attachment: scroll;
  }
}

}




	
	
	
  .snowflake {
  color: #fff;
  font-size: 1.8em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
  }
  
  .snowflake,.snowflake .inner{animation-iteration-count:infinite;animation-play-state:running}@keyframes snowflakes-fall{0%{transform:translateY(0)}100%{transform:translateY(110vh)}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:0;-webkit-user-select:none;user-select:none;cursor:default;animation-name:snowflakes-shake;animation-duration:3s;animation-timing-function:ease-in-out}.snowflake .inner{animation-duration:10s;animation-name:snowflakes-fall;animation-timing-function:linear}.snowflake:nth-of-type(0){left:1%;animation-delay:0s}.snowflake:nth-of-type(0) .inner{animation-delay:0s}.snowflake:first-of-type{left:10%;animation-delay:1s}.snowflake:first-of-type .inner,.snowflake:nth-of-type(8) .inner{animation-delay:1s}.snowflake:nth-of-type(2){left:20%;animation-delay:.5s}.snowflake:nth-of-type(2) .inner,.snowflake:nth-of-type(6) .inner{animation-delay:6s}.snowflake:nth-of-type(3){left:30%;animation-delay:2s}.snowflake:nth-of-type(11) .inner,.snowflake:nth-of-type(3) .inner{animation-delay:4s}.snowflake:nth-of-type(4){left:40%;animation-delay:2s}.snowflake:nth-of-type(10) .inner,.snowflake:nth-of-type(4) .inner{animation-delay:2s}.snowflake:nth-of-type(5){left:50%;animation-delay:3s}.snowflake:nth-of-type(5) .inner{animation-delay:8s}.snowflake:nth-of-type(6){left:60%;animation-delay:2s}.snowflake:nth-of-type(7){left:70%;animation-delay:1s}.snowflake:nth-of-type(7) .inner{animation-delay:2.5s}.snowflake:nth-of-type(8){left:80%;animation-delay:0s}.snowflake:nth-of-type(9){left:90%;animation-delay:1.5s}.snowflake:nth-of-type(9) .inner{animation-delay:3s}.snowflake:nth-of-type(10){left:25%;animation-delay:0s}.snowflake:nth-of-type(11){left:65%;animation-delay:2.5s}
  .container{
  position: relative;
  max-width: 100vw;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0px 0;
  }
  .containertext {
  position: relative;
  max-width: 800px;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 40px;
  background-color: #000;
  margin: 40px auto;
  border-radius: 30px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  text-align: left;
  }
  .text-title {
  color: #f22c82;
  font-size: 30px;
  font-weight: bold;
  }
  .menu-text {
  
  }
  .profile-div {
  margin-bottom: 20px;
  }
  .slider {
  height: 400px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  background-color: #212121;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f1f1f1;
  }
  .slider__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  }
  .slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
  animation: check 0.4s linear forwards;
  }
  .slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
  }
  .slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
  }
  .slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
  }
  .slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
  }
  .slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  }
  .slider__contents {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  }
  .slider__image {
  font-size: 2.7rem;
  color: #2196F3;
  }
  .slider__caption {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  }
  .slider__txt {
  color: #999;
  margin-bottom: 3rem;
  max-width: 300px;
  }
  
  @-webkit-keyframes check {
  50% {
  outline-color: #333;
  box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
  outline-color: #333;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
  }
  
  @keyframes check {
  50% {
  outline-color: #333;
  box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
  outline-color: #333;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
  }
.containermodal {
  width: 95%;
  margin: 20px auto 10px auto;
  max-width: 650px;
  border-radius: 30px;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border:  thin solid rgb(61 61 61 / 32%);  
}


.liquidGlass-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.liquidGlass-effect {
    position: absolute;
    /* Move it inward by 1-2px so it doesn't touch the literal edge of the screen */
    inset: 1px; 
    z-index: 0;
    backdrop-filter: blur(3px);
    filter: url(#glass-distortion);
    
    /* This tells the browser: "Don't look outside this box" */
    background-clip: padding-box;
    
    /* Prevents edge bleeding on high-refresh mobile screens */
    transform: translateZ(0); 
    
    /* Ensure the parent (.liquidGlass-wrapper) has overflow: hidden */
}
.liquidGlass-tint {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgb(33 33 33 / 15%);   
}
	
	.liquidGlass-tint-popup {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgb(35 35 35 / 30%);   
}
	
		.liquidGlass-tint-popup-modal {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgb(81 81 81 / 30%);   
}

.liquidGlass-shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  box-shadow:
	  inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);   
	  
	  
    
}

.liquidGlass-text {
    position: relative;
    z-index: 10;   
    filter: none !important;
    backdrop-filter: none !important;
}
.liquidGlass-wrapper,
.liquidGlass-effect,
.liquidGlass-tint,
.liquidGlass-shine {
    opacity: 1;
}



  .login-box-body {
  margin-top: 20px;
  }
  .form-action {
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  }
  .top {
  height: 50vh;
  }
  .bottom {
  height: 50vh;
  background-color: #210535 ;
  } 
  .startpage {
  width: 80%;
  margin: 0 auto;
  }
  .align-center-startup {
  width: 100%;
  height: 100%;
  color: #fff;
  align-items: center;
  justify-content: flex-start;
  }
  .align-center-btn {
  margin: 0 auto;
  display: block;
  }
  .column-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  }
  .image-responsive {
  width: 100%;
  height: auto;
  border-radius: 30px;
  }
  .panel{
  padding: 5%;
  box-shadow: 0px 6px 18px -8px rgba(118,130,183,1);
  border-radius: 0px 0px 5px 5px;
  }
  a.allbtn {
  display: block;
  width: 10%;
  margin: 5% auto;
  background: var(--primary-color);
  text-align: center;
  color: #fff;
  padding: 12px;
  text-decoration: none;
  border-radius: 4px;
  }
  .card a {
  text-decoration: none;
  color: var(--primary-color);
  }
  .breaker {
  display: inline-block;
  height: 5px;
  background: var(--primary-color);
  width: 30px;
  position: relative;
  border-radius: 4px;
  }
  .breaker:after{
  position: absolute;
  content: "";
  background: var(--primary-color);
  width: 30px;
  height: 5px;
  left: 150%;
  border-radius: 4px;
  }
  @media screen and (max-width: 700px){
  .card{
  width: 45%;
  margin-bottom: 30px;
  }
  a.allbtn {
  width: 20%;
  }
  .slideshow-container {
  max-width: 100%;
  min-width: 100%;
  }
  #profilepicture {
  display: none;
  }
  .startpage {
  border: none;
  width: 90%;
  margin: 0 auto;
  }
  }
  
  @media screen and (max-width: 430px){
  .card{
  width: 100%;
  }
  a.allbtn {
  width: 30%;
  }
  .slideshow-container {
  max-width: 100%;
  min-width: 100%;
  }
  }
  .spec-links {
  color: black;
  }
  /* Slideshow container */
  .slideshow-container {
  max-width: 80%;
  position: relative;
  margin: auto;
  }
  
  /* Hide the images by default */
  .mySlides {
  display: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  }
  
  /* Next & previous buttons */
  .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
  right: 0;
  border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
  color: var(--primary-color);
  font-size: 3vh;
  padding: 8px 12px;
  position: absolute;
  width: 100%;
  text-align: left;
  bottom: 0;
  left: 0;
  right: 0;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
  background-color: #717171;
  }

  
  
  button {
  border: none;
  }
  .nav__links a,
  .cta,
  .overlay__content a {
  font-weight: 500;
  color: #f1f1f1;
  text-decoration: none;
  }
  
  .nav__links {
  list-style: none;
  display: flex;
	  column-gap: 25px;
  }
  
  .nav__links li {
  padding: 10px 20px;
	  background-color: color-mix(in srgb, var(--bg1) 80%, transparent);
  }
  
  .nav__links li a {
  transition: color 0.3s ease 0s;
  }
  .logintitle {
  color: #f1f1f1;
  }
  .nav__links li a:hover {
  color: rgb(0 127 235);
  }
  .cta {
  padding: 9px 25px;
  background-color: #f22c82;
  color: #fff;
  font-size: 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.4s ease 0s;
  margin-top: 15px;
  }
  .cta:hover {
  padding: 9px 25px;
  background-color: #0095F6;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.5s ease 0s;
  }
  
  .ctam {
  padding: 9px 25px;
  color: #fff;
  font-size: 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.4s ease 0s;
  margin-top: 15px;
  background-color: #222;
  }
  .ctam:hover {
  padding: 9px 25px;
  background-color: #f22c8
	  @keyframes fadeIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.5s ease 0s;
  }
.cta1 {
  background-color: rgba(255 255 255 / 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 12px;
  font-size: 25px;
  border-radius: 30px;
  cursor: pointer;

  /* IMPORTANT: default state */
  transform: scale(1);

  transition:
    background-color 0.4s ease,
    transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);

  margin: 25px auto;
  text-align: center;

  box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);

  width: 90%;
  max-width: 250px;
  gap: 10px;

  outline: none;
}

/* Hover only on real hover devices */
@media (hover: hover) and (pointer: fine) {
  .cta1:hover {
    transform: scale(0.95);
  }
}

/* Pressed state */
.cta1:active {
  transform: scale(0.9);
}

/* Fix for sticky focus on mobile */
.cta1:focus:not(:active) {
  transform: scale(1);
}

/* Optional safety reset */
.cta1:focus {
  outline: none;
}

  .btnk {
  width: 200px;
  border-radius: 30px;
  font-weight: normal;
  padding: 15px;
  font-size: 20px;
  color: #fff;
  transition: background-color 0.4s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
  margin: 0px auto;
  display: block;
  box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
	  backdrop-filter: blur(1px);
  }
  .btnk:hover{
  color: #fff;
  cursor: pointer;
	  transform: scale(0.95);
  }
  .btnk:focus{
  outline: none;
  color: white;
  }

.btnk:active {
  transform: scale(0.9); 
}


.btnk:focus {
  outline: none;
}
	  .cta-back {
  background-color: rgba(255 255 255 / 0.15);
  color: #fff;
 padding: 15px;
  font-size: 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.4s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
  margin: 25px auto;
  display: block;
  text-align: center;
  border: thin solid #cdcdcd30;
  box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
	  width: 90%;
	  max-width: 250px;
	  
  }
  .cta-back:hover {
  background-color: rgba(79 79 79 / 0.25);;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.4s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
  }
  /* Mobile Nav */
  
  .menu {
  display: none;
  }
  
  .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
  background-color: rgba(0 0 0 / 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  --webkit-backdrop-filter: blur(8px);
  overflow-x: hidden;
  transition: width 0.6s;
  padding-top: 10px;
  transition: background-color 0.3s, color 0.3s;
  }
  
  .overlay--active {
  width: 90%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  --webkit-backdrop-filter: blur(8px);
  background-color: rgba(0 0 0 / 0.8);
  box-shadow: 9px 1px 20px 0px rgba(0, 0, 0, 0.8);
  padding-top: 20px;
  transform: translate3d(0, 0, 0);
  z-index: 10000;
  }
  
  .overlay__content {
  flex-direction: column;
  }
  .overlay a {
  padding: 8px;
  font-size: 2.5vh;
  display: block;
  transition: color 0.3s ease 0s;
  color: #DBDBDB;
  }
  
  .overlay a:hover,
  .overlay a:focus {
  color: #fff;
  }
  .version {
  font-size: 15px !important;
  margin-bottom: 50px;
  
  }
  .text-info {
  background-color: #1c1c1c;
  }
  .close a:hover {
  background: rgb(238,174,174);
  background: linear-gradient(90deg, rgba(238,174,174,1) 0%, rgba(144,209,233,1) 100%);
  }
  .overlay .close {
  text-align: right;
  font-size: 40px;
  color: #7d7d7d;
  margin-right: 20px;
  }
  .close:focus,
  .close:hover {
  color: #676767;
  }
  
  @media screen and (max-height: 500px) {
  .overlay a {
  font-size: 20px;
  }
  .overlay .close {
  font-size: 20px;
  top: 15px;
  right: 35px;
  }
  }
  
  @media only screen and (max-width: 700px) {
  .nav__links,
  
  .dropbtn {
  display: none;
  }
  .menu {
  display: initial;
  position: relative;
  }
  .logo_iz {
  display: none;
  }
  .logo_small_iz {
  display: block;
  max-width: 40%;
  min-width: 40%;
  }
  }
  @media only screen and (min-width: 1000px) {
  .logo_iz {
  display: block;
  max-width: 20%;
  min-width: 10%
  }
  .logo_small_iz {
  display: none;
  }
  .product-row-bg {
  width: 500px;
  text-align: center;
  margin: 0 auto;
  }
  }
  .alert {
  padding: 20px;
  background: rgb(238,174,174);
  background: linear-gradient(90deg, rgba(238,174,174,1) 0%, rgba(144,209,233,1) 100%);
  color: #fff;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  }
  .closebtn {
  margin-left: 15px;
  color: white;
  float: right;
  font-size: 30px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
  }
  
  .closebtn:hover {
  color: #333;
  }
  .mededeling-container {
  padding: 20px;
  background-color: #2D2D2D;
  color: #fff;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin: 0px;
  font-size: 12px;
  }
  .paragraph {
  margin: 0px;
  }
  a {
  color: #f1f1f1;   
  cursor: pointer;
  text-decoration: none;
  }
  a:hover {
  color: rgb(0 127 235);
  }
  .korting-color {
  color: var(--korting-color);
  font-size: 18px;
  }
  .dropbtn {
  padding: 7px 20px;
  color: #fff;
  border-radius: 30px;
	  background-color: color-mix(in srgb, var(--bg1) 80%, transparent);
  cursor: pointer;
  transition: background-color 0.4s ease 0s;
	  box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
	  font-size: 20px;
	  align-items: center;
  }
  .dropbtn:hover {
  cursor: default;
	  color: rgb(0 127 235);
	  background-color: #ffdbd061;
  transition: background-color 0.3s ease 0s;
	  
  }
  
  .dropdown {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  }
  
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
  border-radius: 30px;
  
  background-color: rgba(255, 255, 255, 0.1); 
  
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  
  box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), 
              inset -1px -1px 1px rgba(255, 255, 255, 0.3);
}
  .dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  }
	.dropdown-content a:hover {
		color: rgb(0 127 235);
	}
  .dropdown:hover .dropdown-content {display: block;  border-radius: 30px;}
  
  .dropdown:hover .cta {background-color: var(--primary-color);  border-radius: 30px;}
  
  .night-mode-on {
  color: #bea9de;
  }
  .price {
  font-size: 18px;
  }
  small {
  text-decoration: line-through;
  color: #2d2d2d;
  }
  .collapsible {
  background-color: transparent;
  color: #888;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 6px;
  }
  
  .active, .collapsible:hover {
  background-color: transparent;
  }
  .img-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  }
  .img-circle-navbar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 20px;
  }
  .img-circle-profile {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  }
  .img-content {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  }
  .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #1D1D1D;
  font-size: 6px;
  }
  .search-button {
  color: #999;
  background-color: #323232;
  border-color: #323232;
  width: 80px;
  height: 30px;
  }
  .search-button:hover {
  color: #fff;
  background-color: #323232;
  border-color: #323232;
  }
  .search-bar {
  color: #fff;
  background-color: #121212;
  border-color: #323232;
  width: 220px;
  height: 28px;
  border: none;
  font-weight: bold;
  }
  .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  }
  
  .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  }
  
  .tooltip:hover .tooltiptext {
  visibility: visible;
  }
  /* Header/Blog Title */
  .header {
  padding: 30px;
  font-size: 40px;
  text-align: center;
  background: white;
  }
  
  /* Create two unequal columns that floats next to each other */
  /* Left column */
  .leftcolumn {   
  float: left;
  width: 75%;
  }
  
  /* Right column */
  .rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
  }
  
  /* Fake image */
  .fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
  }
  
  /* Add a card effect for articles */
  .card {
  background-color: #ffffff4f;
  padding: 20px;
  margin-top: 20px;
  }
  .column {
  float: left;
  width: 33%;
  }
  /* Clear floats after the columns */
  .row:after {
  content: "";
  clear: both;
  }
  
  footer {
  width: 100%;
  padding: 10px;
  text-align: center;
  position: static;
  color: #FFF;
  box-sizing: border-box; /* Zorg ervoor dat padding wordt meegerekend */
  bottom: 0;
  background-color: #ffffff8f;
  }
  
  /* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 1000px) {
  .leftcolumn, .rightcolumn {   
  width: 100%;
  padding: 0;
  }
  .product-title {
  text-align: center;
  }
  header {
  flex-direction: column;
  }
  .img-responsive {
  width: 50px;
  } 
  }
  #special-account-feature {
  color: #fff;
  }
  .modal-title-profile {
  font-size: 2.0rem;
  text-align: center;
  padding-top: 10px;
  color: #ffffff;
  margin:  20px 20px 20px 20px;
  }
  .modal-title {
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  text-align: left;
  color: #fff;
  margin: 10px 20px 5px 20px;
	  font-weight: bold;
  }
  .login-title {
  font-size: 2.0rem;
  text-align: center;
  color: #ffffff;
  }
  .modal-body {
  width: 100%;
  padding: 0px 0px 10px 0px;
  margin: 0 auto;
  }
.player-box {
    flex: 1;
    background-color:  rgb(12 12 12 / 40%);
    border-radius: 30px;
    padding: 0;
    height: 100px;
    color: #fff;
    cursor: pointer;
    box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
	  backdrop-filter: blur(1px);
    transition: background-color 0.6s ease;

    /* Make icon perfectly centered */
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    overflow: hidden;
}
	.player-box .popup-box {
		background-color:  rgba(0 0 0 / 0.5);
	}

/* Icon fills the center without shifting */
.player-box ion-icon {
    font-size: 50px;
    margin-top: -10px; /* removes the top white space from ionicons */
    opacity: 0.9;
	color: color-mix(in srgb, var(--bg1) 85%, white 20%);
	
}

/* Bottom label independent of center alignment */
.player-box .label {
    position: absolute;
    bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.85;
    pointer-events: none;
}



	.player-box::before {
  content: "";
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255,25,255,0.15), transparent 60%);
  border-radius: 50%;
  pointer-events: none;
  transition: width 0.35s ease, height 0.35s ease;
}
  .player-box:hover {
  background-color: rgba(255 255 255 / 0.1);
  }
	.player-box:hover::before {
  width: 400px;
  height: 400px; 
}
	.player-box:active {
  background-color: rgba(255 255 255 / 0.35);
  backdrop-filter: blur(10px);
}
.date-body {
  width: 90%;
  height: 100%;
  margin: 23px auto;
  border-radius: 30px;
  color: #fff;
  background-color: rgb(12 12 12 / 40%);
  position: relative;
  z-index: 10;
  transition: background-color 0.6s ease;
  box-sizing: border-box;
  max-width: 650px;
  overflow: hidden;
	box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
}
	.box-body {
		margin-bottom: 20px;
	}
.date-body::before {
  content: "";
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255,25,255,0.10), transparent 60%);
  border-radius: 50%;
  pointer-events: none;
  transition: width 0.35s ease, height 0.35s ease;
}

.date-body:hover::before {
  width: 400px;
  height: 400px; 
}

.date-body:hover {
  background-color: rgb(0 0 0 / 20%);
}


  .date-body a {
  color: #6aacff;
  }
  .form-control {
  width: 250px;
  border-radius: 10px;
  border: thin solid #cdcdcd30;
  font-weight: normal;
  padding: 5px;
  margin: 5px 0px 5px 0px;
  background-color: rgba(255 255 255 / 0.1);
  color: #f9f9f9;
  transition: border-color 0.4s ease;
  font-family: "Kanit", serif;
  
  }
  .form-control:hover {
  border-color: #f1f1f1;
  transition: border-color 0.4s ease;
  }
  .form-group {
  margin-left: 15px;
  margin-top: 10px;
  }
  .form-control:focus {
  outline: none;
  }
  .form-control3:focus {
  outline: none;
  }
  .form-action {
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  }
  .form-control2 {
  width: 294px;
  border-radius: 20px 20px 0px 0px;
  font-weight: bold;
  padding: 20px 20px 20px 20px;
  margin: 0px 0px -5px 0px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  z-index: 99999999;
  transition: background-color 0.3s, top 0.8s ease, opacity 0.8s ease;
  background-color: rgba(33, 33, 33, 0.0); /* semi-transparent for glass look */
  isolation: isolate;
  overflow: hidden;
  cursor: default;
  border: thin solid #cdcdcd3b;
  
  }
  
  
  /* Frosted glass & distortion layers */
  .form-control2::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 30px;
  box-shadow:
  inset var(--shadow-offset, 2px) var(--shadow-offset, 2px)
  var(--shadow-blur, 4px)
  var(--shadow-spread, 0px)
  var(--shadow-color, rgba(255, 255, 255, 0.05));
  background-color: rgba(var(--tint-color, 255, 255, 255), var(--tint-opacity, 0.1));
  }
  
  .form-control2::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 30px;
  backdrop-filter: blur(var(--frost-blur, 16px));
  filter: url(#glass-distortion);
  isolation: isolate;
  -webkit-backdrop-filter: blur(var(--frost-blur, 16px));
  -webkit-filter: url("#glass-distortion");
  }
  .form-control-top {
  width: 294px;
  border-radius: 20px 20px 0px 0px;
  border: solid 2px;
  border-color: #000;
  font-weight: bold;
  padding: 20px 20px 20px 20px;
  margin: 0px 0px -5px 0px;
  background-color: #f22c82;
  text-align: center;
  color: #fff;
  font-size: 20px;
  }
  .form-control-top:focus {
  outline: none;
  }
  .form-control3 {
  width: 250px;
  border-radius: 0px;
  border: solid 2px;
  border-color: #222;
  font-weight: bold;
  padding: 20px;
  margin: -19px 0px -24px 0px;
  background-color: #222;
  color: #ffffff;
  font-size: 15px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
  
  }
  .form-group2 {
  margin-left: 5%;
  }
  .form-control2:focus {
  outline: none;
  }
  .form-action2 {
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  }
  .form-control-write {
  width: 250px;
  height: 250px;
  border-radius: 0px 0px 20px 20px;
  border: solid 2px;
  border-color: #222;
  font-weight: bold;
  padding: 20px;
  margin: 0px 0px 30px 0px;
  background-color: #222;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
  font-size: 15px;
  border-top-color: #333;
  color: #ffffff;
  
  }
  .radio-group {
  display: flex;
  flex-direction: column;
  gap: 0px;
  }
  
  .radio-group input[type="radio"] {
  display: none;
  }
  
  .radio-group label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  user-select: none;
  background-color: #fff; /* Witte achtergrondkleur */
  border: 1px solid #ccc; /* Voeg een subtiele rand toe */
  border-radius: 0px; /* Ronde hoeken */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Voeg een lichte schaduw toe */
  user-select: none;
  transition: background-color 0.3s, border-color 0.3s; /* Voeg een overgangseffect toe */
  height: 50px;
  width: 255px;}
  
  .radio-group label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #007BFF;
  border-radius: 50%;
  background-color: #fff;
  }
  
  .radio-group input[type="radio"]:checked + label::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #007BFF;
  }
  
  .radio-group label:hover::before {
  border-color: #0056b3;
  }
  
  .radio-group input[type="radio"]:checked + label {
  color: #007BFF;
  }
  
  select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  }
  .form-control-write:focus {
  outline: none;
  }
  .label {
  color: #fff;
  display: inherit;
  }
  .btn {
  width: 200px;
  border-radius: 30px;
  font-weight: bold;
  padding: 15px;
  font-size: 20px;
  background-color: #f22c82;
  color: #fff;
  transition: background-color 0.5s;
  margin: 0px auto;
  }
  .btn:hover{
  border-color: #333;
  font-weight: bold;
  background-color: #0095F6;
  color: #fff;
  transition: background-color 0.5s;
  cursor: pointer;
  }
  .btn:focus{
  outline: none;
  background-color: #c874b2;
  color: white;
  transition: background-color 0.2s;
  }
.btnd {
  position: relative;
  width: 200px;
  border-radius: 30px;
  font-weight: thin;
  padding: 15px;
  font-size: 20px;
  background-color: rgba(255 255 255 / 0.05);
  color: #fff;
  margin: 30px auto;
  display: block;
  text-align: center;
  box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.4s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}

.btnd::before {
  content: "";
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255,255,255,0.25), transparent 60%);
  border-radius: 50%;
  transition: width 0.3s ease, height 0.3s ease;
  pointer-events: none;
}

.btnd:hover::before {
  width: 250px;
  height: 250px;
}

.btnd:hover {
}

  
  .search-btn {
  width: 50px;
  border-radius: 0px 10px 10px 0px;
  border: solid 2px #fff;
  font-weight: bold;
  padding: 5px;
  background-color: #000;
  color: white;
  transition: background-color 0.2s;
  border-left: 0px;
  }
  .search-btn:hover{
  font-weight: bold;
  padding: 5px;
  background-color: #212121;
  color: #fff;
  cursor: pointer;
  }
  .search-form-control {
  width: 250px;
  border-radius: 10px 0px 0px 10px;
  border: solid 2px;
  border-color: #fff;
  font-weight: bold;
  padding: 5px;
  margin: 5px 0px 5px 0px;
  height: 18px;
  border-bottom: none;
  }
  .search-form-control:focus {
  outline: none;
  }
  .img-responsive {
  width: 110px;
  height: auto;
  }
	.img-one-logo {
  width: 220px;
  height: auto;
  }
  .text-center {
  text-align: center;
  }
.callout {
  max-width: 250px;
  margin: 20px auto;
  padding: 12px 18px;
  border-radius: 10px;
  font-family: system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  background: #fff;
  text-align: center; /* centers the text + icon inline */
}


.callout ion-icon {
  vertical-align: middle;
  font-size: 1.9em;  
  margin-right: 10px; 
}

.callout-danger {
  background: #fee2e2;
  border-left: 5px solid #dc2626;
  color: #991b1b;
}

.callout-success {
  background: #dcfce7;
  border-left: 5px solid #16a34a;
  color: #004f39;
}

.callout p {
  margin: 0;
  padding: 0;
    font-weight: bold;
}

  .razer-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
  margin: 0px;
  padding-top: 20px;
  text-align: center;
  text-shadow: 3px 2px 15px #ffffff8f;
  }
  .responsive {
  width: 100%;
  max-width: 800px;
  height: auto;
  }
  .product-row-bg {
  background-color: #000;
  border: solid 2px #fff;
  margin: 20px auto;
  }
  .modal-header {
  text-align: center;
	  color: #f1f1f1;
  }
  hr {
  background-color: rgb(255 255 255 / 5%);
  height: 3px;
  border: none;
  }
  @keyframes fadein {
  from {
  opacity:0;
  }
  to {
  opacity:1;
  }
  }
  @-moz-keyframes fadein { /* Firefox */
  from {
  opacity:0;
  }
  to {
  opacity:1;
  }
  }
  @-webkit-keyframes fadein { /* Safari and Chrome */
  from {
  opacity:0;
  }
  to {
  opacity:1;
  }
  }
  @-o-keyframes fadein { /* Opera */
  from {
  opacity:0;
  }
  to {
  opacity: 1;
  }
  }
  .cardbox{
  position: relative;
  width: 100%;
  color: #f1f1f1;
  height: 210px;
  background-color: #101010; /* witte achtergrond met transparantie */
  backdrop-filter: blur(5px); /* witte blur achtergrond */
  margin: 7px 20px 20px 20px;
  border-radius: 30px;
  max-width: 800px;
  -webkit-backdrop-filter: blur(5px); /* nodig voor iOS ondersteuning */
  z-index: 9999;
  
  }
  
  .cardbox .imgbox{
  position: absolute;
  top:10px;
  left: 10px;
  background: rgba(255,255,255, 0.1);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 30px;
  border:1px solid rgba(255,255,255, 0.2);
  box-shadow: 5px 5px 30px rgba(0,0,0,0.1);
  transition: 0.5s ease-in-out;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  
  }
  
  .cardbox .imgbox .fab{
  font-size: 100px;;
  }
  
  .cardbox .imgbox .fa-angular{
  background-color: #ff1414;
  background-image: linear-gradient(45deg, #ff1414 0%, #d68476 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  
  .cardbox .imgbox .fa-react{
  background-color: #74ebd5;
  background-image: linear-gradient(45deg, #74ebd5 0%, #9face6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  
  .cardbox .imgbox .fa-vuejs{
  background-color: #418883;
  background-image: linear-gradient(45deg, #418883 0%, #418883 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  
  .cardbox:hover .imgbox{
  width: 150px;
  height: 150px;
  left:-120px;
  top:calc(50% - 75px);
  }
  
  .cardbox .contentbox{
  position: absolute;
  height: 100%;
  padding: 20px;
  }
  
  .cardbox .contentbox h3{
  font-size: 1em;
  margin-bottom: 5px;
  font-weight: 500;
  }
  
  .cardbox .contentbox p{
  font-size: 0.8em;
  }
  .songforyou {
  width: 100%;
  height: 300px;
  text-align: center;
  color: #f1f1f1;
  }
  .sfy-title {
  text-align: center;
  padding: 30px 30px 0px 30px;
  }
  .sfy-img {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 20px;
  }
  .date_engine {
  width: 100%;
  background: rgb(0,29,113);
  background: linear-gradient(360deg, rgba(0,29,113,1) 0%, rgba(119,7,255,1) 100%);
  height: 100%;
  text-align: center;
  padding-bottom: 50px;
  }
  .date-title {
  text-align: center;
  margin-left: 10px;
  /* text-align: center; */
  }
  .dynamic-pp {
  width: 80%;
  text-align: left;
  color: #ffffff;
  margin: 0px 20px 20px 20px;
      font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  }
  .datep-title {
  text-align: center;
  padding: 15px 30px 0px 30px;
  background: #fff;
  color: #f22c82;
  }
  .date-paragaph {
  padding: 10px 50px 200px 50px;
  font-size: 20px;
  }
  .d-text {
  text-align: left;
  margin: 0px 20px 20px 30px;
  width: 80%;
  max-width: 200px;
  }
  
  .cardbox .contentbox a{
  display: inline-table;
  font-size: 0.9em;
  margin: 10px auto;
  border-radius: 30px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  background:linear-gradient(90deg, #f403d4, #f44141, #fce628, #f403d4);
  background-size: 400%;
  z-index: 1;
  width: 50px;
  text-align: center;
  }
  
  .cardbox .contentbox #angular{
  color: #f22c82;
  text-transform: uppercase;
  font-size: 20px;
  
  }
  
  .cardbox .contentbox #react{
  color: #f22c82;
  text-transform: uppercase;
  font-size: 20px;
  
  }
  
  .cardbox .contentbox #vuejs{
  color: #f22c82;
  text-transform: uppercase;
  font-size: 20px;
  
  }
  
  .cardbox .contentbox a:hover{
  animation:animate 8s linear infinite;
  }
  
  @keyframes animate{
  0%{
  background-position: 0;
  }
  100%{
  background-position: 400%;
  }
  }
  .date-header {
  width: 90%;
  margin: 0 auto;
  background-color: #101010;
  margin-bottom: 20px;
  margin-top: 0px;
  border-radius: 30px;
  color: #ffffff;
  padding-bottom: 1px;
  max-width: 100%;
  border: thin solid #cdcdcd30;
  }
  .date-info {
  width: 90%;
  margin: 0 auto;
  background-color:  rgb(12 12 12 / 40%);
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 30px;
  color: #ffffff;
  text-align: left;
  max-width: 100%;
  box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
	  backdrop-filter: blur(1px);
  }
  .date-textvak {
  padding: 20px;
  font-size: 20px;
  width: 90%;
  
  }
  .bio-textvak {
  border-radius: 0px 20px 0px 20px;
  box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
	  backdrop-filter: blur(1px);
  font-weight: normal;
  padding: 5px;
  height: 100px;
  margin: 10px 0px 10px 0px;
  background-color: rgb(12 12 12 / 40%);
  color: #f9f9f9;
  transition: border-color 0.4s ease;
  font-family: "Kanit", serif;
  font-size: 15px;
	  border-color: transparent;
	  resize: none;
  }
  .bio-textvak:hover {
  border-color: #ffffff82;
  transition: border-color 0.4s ease;
  }
  .bio-textvak:focus {
  outline: none;
  }
  
  .date-desc {
  width: 90%;
  margin: 0 auto;
  background-color:  rgb(12 12 12 / 40%);
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 30px;
  color: #ffffff;
  text-align: left;
  max-width: 100%;
  box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
	  backdrop-filter: blur(1px);
  }
	
  .date-opt {
  width: 90%;
  margin: 0 auto;
  background-color: rgb(12 12 12 / 40%);
  margin-bottom: 20px;
  margin-top: 0px;
  border-radius: 30px;
  padding: 20px 0px 20px 0px;
  max-width: 100%;
  box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
	  backdrop-filter: blur(1px);
  
  }
  .fade-div {
  animation: fadein 1.5s;
  -moz-animation: fadein 1.5s; /* Firefox */
  -webkit-animation: fadein 1.5s; /* Safari and Chrome */
  -o-animation: fadein 1.5s; /* Opera */
  }
	.fade-div-pulse {
  animation: fadein 1.5s, pulse 4s infinite, rainbow-border 4s linear infinite;;
  -moz-animation: fadein 1.5s, pulse 4s infinite, rainbow-border 4s linear infinite;; /* Firefox */
  -webkit-animation: fadein 1.5s, pulse 4s infinite, rainbow-border 4s linear infinite;; /* Safari and Chrome */
  -o-animation: fadein 1.5s, pulse 4s infinite, rainbow-border 4s linear infinite;; /* Opera */
}

/* Fade-in keyframes */
@keyframes fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}

@-moz-keyframes fadein { /* Firefox */
  from { opacity: 0; }
  to { opacity: 1; }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
  from { opacity: 0; }
  to { opacity: 1; }
}

@-o-keyframes fadein { /* Opera */
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes pulse {
  0% { transform: scale(0.90); }
  50% { transform: scale(1.05); }
  100% { transform: scale(0.90); }
}

@-moz-keyframes pulse { /* Firefox */
  0% { transform: scale(0.90); }
  50% { transform: scale(1.05); }
  100% { transform: scale(0.90); }
}

@-webkit-keyframes pulse { /* Safari and Chrome */
  0% { transform: scale(0.90); }
  50% { transform: scale(1.05); }
  100% { transform: scale(0.90); }
}

@-o-keyframes pulse { /* Opera */
  0% { transform: scale(0.90); }
  50% { transform: scale(1.05); }
  100% { transform: scale(0.90); }
}


  .login-pf {
  width: 90%;
  margin: 0 auto;
  background-color: #212121;
  height: 150px;
  margin-bottom: 20px;
  margin-top: 0px;
  border-radius: 20px 20px 5px 20px;
  color: #000;
  max-width: 800px;
  }
  .img-pf {
  width: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 14px;
  position: absolute;
  
  left: 40px;
  
  }.textvak {
  width: 150px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-top: 23px;
  color: #ffffff;
  }
  
  .textvak-p {
  margin: 0 auto;
  left: 50%;
  color: #f2f2f2;
  text-align: center;
  width: 100%;
  }
  .modal-sub-title {
  font-size: 1.5rem;
  padding-top: 0px;
  color: #f1f1f1;
  margin: 20px 20px 20px 20px;
	  font-weight: bold;
  }
  .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  margin: 20px 0px 20px 0px;
  }
  .switch input {
  opacity: 0;
  width: 0;
  height: 0;
  }
  .slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cccccc4f;
  transition: .4s;
  border-radius: 30px;
  }
  .slider-switch:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
  }
  input:checked + .slider-switch {
  background-color: #008920;
  }
  input:checked + .slider-switch:before {
  transform: translateX(20px);
  }
  .slider-switch-green {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 30px;
  }
  .slider-switch-green:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
  }
  input:checked + .slider-switch-green {
  background-color: #149500;
  }
  input:checked + .slider-switch-green:before {
  transform: translateX(20px);
  }
  .login-pf-modal {
  width: 90%;
  margin: 0 auto;
  background-color: rgb(12 12 12 / 40%);
  border-radius: 30px;
  border-color: #333;
  box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
	  backdrop-filter: blur(1px);
  color: #000;
  max-width: 100%;
  }
  .align-center-startup-menu {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  color: #f1f1f1;
  }
  .partner-id {
  width: 100%;
  color: #fff;
  align-items: center;
  justify-content: flex-start;
  display: flex;
	  
  }
  .partner-info {
  display: flex;
  align-items: center;
  margin: 30px 0px 30px 30px;
  }
  
  .profile-pics {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  animation: float-hearts 3s ease-in-out infinite;
  
  }
  
  .img-pf-partner {
  width: 85px;
  border-radius: 50%;
  object-fit: cover;
  border: thin solid #cdcdcd30;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  animation: pulse 4.5s infinite;
  margin-left: auto;
  margin-right: auto;
  display: block;
  }
  .img-pf-you {
  width: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  
  }
  
  
  
  /* Hover glow effect */
  .img-pf-partner:hover {
  transform: scale(1.1);
  box-shadow: 0 0 25px rgba(255, 182, 193, 0.8);
  }

  
  .undertext {
  margin: 10px 0px 0px 0px;
  color: #d1d1d1;
  }
  .file-upload-wrapper {
  position: relative;
  display: inline-block;
  }
  
  /* Verberg de originele file input */
  .file-upload-wrapper input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  }
  
  /* Stijl voor de aangepaste knop */
  .custom-file-upload {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #ffdbd021;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 15px 0px;
  box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
	  backdrop-filter: blur(1px);
  }
  .custom-file-upload:hover {
  transition: background-color 0.3s ease;
  background-color: #ffffff4f;
  }
  .custom-file-upload-sfy {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #111111b8;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 15px 0px;
  border: thin solid #cdcdcd30;
  }
  .custom-file-upload-sfy:hover {
  transition: background-color 0.3s ease;
  background-color: #ffffff4f;
  }
.custom-file-upload-crop {
  display: inline-flex;
  align-items: center;          
  justify-content: center;      
  padding: 9px 25px;
  font-size: 20px;
  color: #fff;
  font-family: "Kanit", serif;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.4s ease 0s;
  background-color: #001fff78;
  border: thin solid #cdcdcd30;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
  margin: 20px auto;
  gap: 10px;                   
}

.custom-file-upload-crop .icon-inside {
  font-size: 24px;              
  display: inline-flex;
  align-items: center;
  vertical-align: middle;        
}

	
	.icon-inside {
		
  font-size: 24px;              
  display: inline-flex;
  align-items: center;
  vertical-align: middle;        
}
	
  }
  input:disabled {
  background-color: rgb(255 0 200 / 0.15); /
  color: #f1f1f1;           
  cursor: not-allowed;      
  }
  .paragraph-b {
  color: #f2f2f2;
  width: 90%;
  }
.player {
  position: relative;
  width: 90%;
  margin: 20px auto;
  background-color: rgba(255 255 255 / 0.05);
  border-radius: 30px;
  color: #000;
  max-width: 100%;
  text-align: center;
  border:  none;
  overflow: hidden; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	transition: background-image 1s ease-in-out, opacity 1s ease-in-out;
}


.player::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(10px);
  transform: scale(1.2); /* avoid hard edges after blur */
  z-index: 0;
	background-color: rgb(0 0 0 / 40%);; 
	background-blend-mode: darken;
}

.player > * {
  position: relative;
  z-index: 1; /* keep all content above the blur */
}


  .player-class {
  width: 100%;
  height: 100%;
  color: #000;
  justify-content: flex-start;
  display: flex;
  }
  .img-player {
  width: 110px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 20px;
  margin-left: 3%;
	  transition: album-cover 1s ease-in-out, opacity 1s ease-in-out;
	  
  }
  .textvak-player {
  margin: 0 auto;
  left: 50%;
  color: #f1f1f1;
  text-align: left;
  width: 100%;
  margin-right: 3%;
  }
  .offline-status {
  color: #e5e5e5;
  padding: 5px 10px 5px 10px;
  background-color: rgba(0 0 0 / 0.12);
  text-align: center;
  margin: 0px 0px 20px 0px;
  }
  .online-status {
  color: #e5e5e5;
  text-align: center;
  margin: 0px 0px 20px 0px;
  background-color: rgba(0 0 0 / 0.12);
  padding: 5px 10px 5px 10px;
  
  
  }
  #audio-player-container {
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 20px;
  width: 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  }
  
  
  #song-info {
  margin-bottom: 15px;
  }
  
  
  .audio-player {
  background: #75757517;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px auto;
  width: 90%;
  max-width: 410px;
  }
  
  .controls {
  padding: 20px 0px 10px 0px;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  }
  
  .controls button {
  background-color: #ffdbd021;
  color: #f1f1f1;
  border-radius: 30px;
  font-size: 25px;
  cursor: pointer;
  transition: color, background-color 0.3s ease;
  box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
  }
  .controls button:hover {
  transition: color, background-color 0.3s ease;
  color: #fff;
  background-color: #b1b1b154;
  outline: none;
  }
  .controls button:active {
  outline: none;
  }
  
  
  #song-title {
  margin: 20px 0px 0px 0px;
  font-size: 1.1em;
  }
  #song-artist {
  margin: 10px 0px 15px 0px;
  font-size: 1.0em;
  color: rgb(255 255 255 / 80%);
  }
  .upload-song-p {
  color: #f22c82;
  text-align: center;
  padding: 0px 0px 20px 0px;
  margin: 20px;
  }
.popupmodal {
  width: 90%;
  margin: 0 auto 20px auto;
  max-width: 600px;
  max-height: 80%;
  isolation: isolate;
  overflow-y: auto;
  position: relative;
  cursor: default;
  z-index: 200;
  transform: scale(0.9);

}
.popupmodal-inner {
  opacity: 0;
  transform: translateY(100%) scale(0.9);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.2),
              opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.2);
}

.popup-overlay.active .popupmodal-inner {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.popup-overlay.closing .popupmodal-inner {
  opacity: 0;
  transform: translateY(100%) scale(0.9);
}

  
  
  /* === Overlay === */
  .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 20%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000000;
  overflow-y: auto;
  
  opacity: 0;
  transition: backdrop- 0.5s ease-in-out, background-color 0.5s ease-in-out;
  
  }
  
  .popup-overlay.active {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4); ;
	  backdrop-filter: blur(5px);
	  transition: opacity 0.3s ease, backdrop-filter 0.5s ease-in-out, background-color 0.5s ease-in-out;
  }
  
  .popup-overlay.closing {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  transition: opacity 0.3s ease, backdrop-filter 0.5s ease-in-out, background-color 0.5s ease-in-out;
  }
  
  /* Popup box */
.popupmodal {
  transform: translateY(100%);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.2),
              opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.2);
}

.popup-overlay.active .popupmodal {
  transform: translateY(0);
  opacity: 1;
}

.popup-overlay.closing .popupmodal {
  transform: translateY(100%);
  opacity: 0;
}

  
  
  .popup-content h2 {
  margin-top: 0;
  font-size: 20px;
  }
  
  .popup-content input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  }
  
  .popup-content button {
  background: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
  }
  
  .popup-content button:hover {
  background: #0056b3;
  }
  
  #close-popup {
  margin-top: 10px;
  }
  
  #close-popup:hover {
  background: #2f2f2f;
  }
  .sfy-status {
    color: #ededed;
    background-color: #ffdbd021;
    border-radius: 30px;
    padding: 5px 9px;
    font-size: 0.9em;
    box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
}
  .controls button {
  margin: 10px;
  padding: 10px 20px;
  cursor: pointer;
  }
  .lovescore {
  border-radius: 51px;
  padding: 5px;
  margin: 20px auto;
  width: 100%;
  max-width: 100px;
  text-align: center;
  font-weight: bold;
  color: #f1f1f1;
  font-size: 30px;
  box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
	  backdrop-filter: blur(1px);
  background-color: color-mix(in srgb, var(--bg1) 30%, transparent);;
  }
  .lovescore-inner {
  box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
	  backdrop-filter: blur(1px);
  border-radius: 51px;
  padding: 5px;
  margin: 20px auto;
  width: 100%;
  max-width: 100px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  background-color: color-mix(in srgb, var(--bg1) 30%, transparent);;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
  }
@media (hover: hover) and (pointer: fine) {
  .lovescore-inner:hover {
    transform: scale(0.95);
  }
}

.lovescore-inner:active {
  transform: scale(0.9);
}

.lovescore-inner:focus:not(:active) {
  transform: scale(1);
}

.lovescore-inner:focus {
  outline: none;
}
  .memo {
  font-style: italic; /* Zet de tekst in cursief voor het citaat */
  border-left: 4px solid var(--bg1); /* Blauw verticale lijn aan de linkerkant van de quote */
  padding: 10px 15px; /* Voegt ruimte toe rond de quote */
  margin: 0px 0; /* Voegt ruimte toe boven en onder de quote */
  font-size: 30px; /
  line-height: 1.5; 
  color: #f1f1f1; 
  quotes: "“" "”" "‘" "’"; 
  }
  
  .memo::before {
  content: open-quote; 
  font-size: 2em; 
  color: var(--bg1); 
  margin-right: 10px; 
  }
  @media screen and (max-width: 1000px){
  
  .content {
  padding: 20px;
  }
  
.mobile-nav {
    position: relative;
    width: 95%;
    height: 70px;
    margin: 10px auto;
    z-index: 1000;
    transition: background 0.3s ease;
}

/* This is the magic part */
.mobile-nav.fixed {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0; /* Reset margin so it doesn't push the bar off-center */
    width: 95%;
}

/* When the nav becomes fixed, the placeholder grows to 90px to fill the hole */
.mobile-nav.fixed + .nav-placeholder {
    display: block;
    height: 90px; /* Nav height (70) + your original margins (10 top + 10 bottom) */
}

.nav-placeholder {
    display: none; /* Hidden when nav is relative */
}
/* Ensure the flexbox happens inside the text layer */
.nav-content-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    width: 100%;
}

/* Handle the Fixed State */

.nav-badge, .nav-dot {
    position: absolute;
    top: 2.5px;      
    right: -5px;     
    border: 1px solid #ffffff8a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.nav-badge {
    width: 18px; height: 18px;
    background-color: red;
    color: white;
    font-size: 10px;
}

.nav-dot {
    width: 16px; height: 16px;
    background-color: rgb(255, 134, 0); /* Default, overridden by green for partner */
}
  

  /* Navigatie */
  .nav-button {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  color: rgb(235 235 235);
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.25s ease;
  }
  
  .nav-button ion-icon {
  font-size: 24px;
  margin-bottom: 4px;
  }
  
  .nav-button.active {
  box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
	  backdrop-filter: blur(1px);
  border-radius: 30px;
  background-color: color-mix(in srgb, var(--bg1) 50%, white 20%);;;
  }
  
  .nav-button.active ion-icon {
  color: rgb(207, 207, 207);
  text-shadow: 0 0 8px #f22c82;
  }
  
  .nav-button.active span {
  font-weight: bold;
  }
  
  
  .img-circle-navbar-mobile {
  width: 35px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 25px;
  }
  
  }
  @media screen and (min-width: 700px) {
  .mobile-nav {
  display: none; /* Verbergt de navigatie bij schermen breder dan 1000px */
  }
  }
  .front-title {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 2vh;
  color: #f1f1f1;
  max-width: 800px;
  }
  .front-title-text {
  padding-left: 50px;
  width: 80%;
  
  }
  .front-title-p {
  padding-left: 50px;
  padding-right: 50px;
  
  }
  .start-img {
  width: 772px;
  left: -120px;
  bottom: -130px;
  position: relative;
  padding-bottom: 58px;
  }
  .background-center {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: -1;
  }
  .menu-opties {
  width: 100%;
  max-width: 800px;
  height: 100%;
  background-color: #ffffff1f; /* Back-up kleur als de afbeelding niet laadt */
  border-radius: 30px;
  margin: 25px 0px;
  padding: none;
  border: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease; /* Vloeiende animatie */
  
  }
  
  .container-center {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  max-width: 600px;
  }
  .menu-title-text {
  width: 80%;
  padding: 25px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  }
  .menu-opties:hover {
  box-shadow: -3px 2px 30px 3px #ffffff8a; /* Versterk de schaduw voor extra effect */
  }
  .form-control-write-memo {
  width: 250px;
  height: 100px;
  border-radius: 0px 0px 20px 20px;
  border-color: #222;
  font-weight: bold;
  padding: 20px;
  margin: -21px 0px 30px 0px;
  font-size: 15px;
  border-top-color: #333;
  color: #dfdfdf;
  z-index: 99999999;
  transition: background-color 0.3s, top 0.8s ease, opacity 0.8s ease;
  background-color: rgba(33, 33, 33, 0.0); /* semi-transparent for glass look */
  box-shadow: 0px 6px var(--outer-shadow-blur) rgba(0, 0, 0, 0.2);
  isolation: isolate;
  overflow: hidden;
  cursor: default;
  border: thin solid #cdcdcd3b;
  
  }

  .containertext p {
  color: #757575;
  }
  .partner-input {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #f22c82;
  border-radius: 0px;
  background: none;
  color: #f1f1f1;
  }
  .partner-input:focus {
  outline: none;
  border-color: #f22c82;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  }
  .display-container {
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  }
  /* concept */
  .card {
  width: 90%;
  max-width: 100%;
  height: 200px;
  border-radius: 30px;
  background: #f1f1f14f;
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  color: white;
  position: relative;
  box-sizing: border-box;
  margin: 20px auto;
  border: thin solid #cdcdcd30;
  }
  
  .card .logo {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  }
  
  .card .number {
  font-size: 1.6rem;
  letter-spacing: 8px;
  color: #000;
  }
  
  .card .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  }
  
  .card .details .expiry {
  font-size: 0.9rem;
  opacity: 0.9;
  color: #000;
  background-color: #ffffff38;
  padding: 10px;
  border: solid 0px;
  border-radius: 30px;
  }
  
  .gradient-circle {
  position: absolute;
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(45deg, #ff6ec4, #7873f5);
  filter: blur(60px);
  opacity: 0.6;
  }
  
  .gradient-circle.circle-1 {
  top: -40px;
  left: -50px;
  }
  
  .gradient-circle.circle-2 {
  bottom: -40px;
  right: -50px;
  }
  .dutch-text {
  font-weight: bold;
  margin: 0px;
  }
  .bih-text {
  margin: 8px;
  padding: 0px;
  }
  .text-container {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
  }
  .dynamic-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: -70px;
  }
  .dynamic-container-memo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: -35px;
  }
  .form-control-write-memo:focus {
  outline: none;
  }
  .form-control-write-memo:active {
  outline: none;
  }
  .dynamic-container-memo:focus {
  border: none;
  }
  .player-memo {
  width: 90%;
  margin: 20px auto 0px auto;
  background-color: #212121;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  height: 100%;
  border-radius: 30px;
  color: #000;
  max-width: 800px;
  text-align: center;
  }
  .img-pf-small {
  width: 80px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 10px;
  margin-left: 10px;
  }
  /*/ date-system /*/
  .date-status-0 {
    color: #ffd5fa;
    background-color: #f0b2ff21;
    border-radius: 30px;
    padding: 8px 12px;
    font-size: 1.1em;
    box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(1px);
}
  .date-status-1 {
    color: #49ff35;
    background-color: #b2ffb421;
    border-radius: 30px;
    padding: 8px 12px;
    font-size: 1.1em;
    box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(1px);
}
  .date-status-2 {
    color: #ffb0b0;
    background-color: #ffb2b221;
    border-radius: 30px;
    padding: 8px 12px;
    font-size: 1.1em;
    box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(1px);
}
  .date-status-3 {
    color: #f28c2c;
    background-color: #ffc4b221;
    border-radius: 30px;
    padding: 8px 12px;
    font-size: 1.1em;
    box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(1px);
}
	[class^="date-status-"] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
	
.subtle-rgb {
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    position: relative;


    overflow: hidden;
    width: max-content; 
}

.subtle-rgb ion-icon {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden; 
    animation: fadeHoldThenOut 5s forwards;
}


@keyframes fadeHoldThenOut {

    0%, 20% { 
        opacity: 0; 
        transform: scale(0.5); 
        width: 0; 
        margin-right: 0; 
    }
    
    40% { 
        opacity: 1; 
        transform: scale(1); 
        width: 1em; 
        margin-right: 5px; 
    }

    80% { 
        opacity: 1; 
        transform: scale(1); 
        width: 1em; 
        margin-right: 5px; 
    }

    100% { 
        opacity: 0; 
        transform: scale(0); 
        width: 0;          
        margin-right: 0;  
    }
}



.subtle-rgb span.text {
    display: inline-block;
    transition: width 0.3s ease;
}

.subtle-rgb::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;

    background: linear-gradient(
        270deg,
        red, orange, yellow, green, cyan, blue, violet
    );
    background-size: 230% 230%;

    animation: 
        rgbFlow 5s linear forwards,
        fadeOut 5s ease-out forwards,
        scaleGlow 5s ease-out forwards;

    opacity: 0.5;
    filter: blur(5px);
    z-index: -1;

    -webkit-mask: radial-gradient(circle, black 60%, transparent 100%);
    mask: radial-gradient(circle, black 60%, transparent 100%);
    transform-origin: center;
}

@keyframes rgbFlow {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

@keyframes fadeOut {
    0%, 20% { opacity: 0; } 
    50%     { opacity: 0.15; }
    80%     { opacity: 0.15; }
    100%    { opacity: 0; }
}
@keyframes scaleGlow {
    0% { transform: scaleX(0.7); }
    20% { transform: scaleX(1); }
    60% { transform: scaleX(1); }
    100% { transform: scaleX(0.7); }
}
	
	
		[class^="sfy-"] {
  display: inline-flex;
  align-items: center;
}
		[class^="secret-"] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
  .subject-reply {
  width: 100%;
  background-color: transparent;
  font-size: 20px;
  border: none;
  color: #f1f1f1;
  padding: 20px;
  box-sizing: border-box;
  font-family: "Kanit", serif;
	  
  }
  .subject-reply:focus {
  outline: none;
  }
  .subject-reply:disabled {
  width: 100%;
  background-color: transparent;
  font-size: 20px;
  border: none;
  color: #f1f1f1;
  padding: 20px;
  box-sizing: border-box;
  }
  .text-reply {
  width: 100%;
  background-color: transparent;
  font-size: 20px;
  border: none;
  color: #f1f1f1;
  padding: 20px;
  box-sizing: border-box;
  font-family: "Kanit", serif;
  }
  .text-reply:focus {
  outline: none;
  }
	
  
  
  
  .nav-button {
  padding: 10px; /* Adds extra clickable space */
  }
  .status-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #f22c82d9;
  border-radius: 50%;
  margin-right: 20px;
  }
  .secret-status {
 color: #ffd5fa;
    background-color: #f0b2ff21;
    border-radius: 30px;
    padding: 8px 12px;
    font-size: 1.1em;
    box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
	  backdrop-filter: blur(1px);
}
  .secret-story-status {
    color: #ededed;
    background-color: #00000021;
    border-radius: 30px;
    padding: 8px 12px;
    font-size: 1.1em;
    box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
	  backdrop-filter: blur(1px);
}
  .extra-margin {
  margin:  0px 20px 5px 20px;
  }
  .player-box-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  max-width: 100%;
  width: 90%;
  margin: 20px auto 20px auto;
  }
  

  .text-sfy {
  font-size: 25px;
  margin: 0px;
  color: ;
  text-align: center;
  }
  r {
  color:  color-mix(in srgb, var(--bg1) 90%, white 50%);;  
  font-style: italic;
  font-size: 35px;
  }
  .profile-box-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 1.5rem 0;
  }
  
  .profile-box {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--bg1) 30%, transparent);;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background-color 0.2s ease;
  cursor: pointer;
  box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
	  backdrop-filter: blur(1px);
  }
  
  .profile-box:hover {
  background-color: rgba(255 255 255 / 0.15);
  transform: scale(1.05);
  }
  
  .profile-box ion-icon {
  font-size: 28px;
  color: white;
  }
  .notificationl {
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff2e;
  color: #f1f1f1;
  border-radius: 30px;
  box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 27%);
  font-weight: bold;
  z-index: 99999999;
  transition: top 0.8s ease, opacity 0.8s ease;
  opacity: 0;
  width: 80%;
  max-width: 500px;
  text-align: left;
  backdrop-filter: blur(12px);
  overflow: hidden; /* keeps border inside rounded corners */
  }
  
.notification {
  position: fixed;
  top: -200px;
  left: 50%;
  transform: translateX(-50%) scale(1);
	border-radius: 30px;
  z-index: 99999999;

  box-shadow: 0px 6px var(--outer-shadow-blur) rgba(0, 0, 0, 0.05);
  isolation: isolate;
  overflow: hidden;
  cursor: default;
  border: thin solid #cdcdcd30;
  text-align: left;
	touch-action: none; 
  user-select: none;
  transition: top 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.5), 
              opacity 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.5), 
              transform 0.1s linear;
	    width: 90%;
    margin: 20px auto 10px auto;
    max-width: 550px;
	
}

.notification.active {
  top: 30px;
  opacity: 1;
  transform: translateX(-50%) scale(1);
  /* blur is already applied, no need to wait */
}

.notification.closing {
  top: -200px;
	opacity: 0;
  transform: translateX(-50%) scale(0.95);
}


	.notification.dragging {
  transition: none !important;
}
  

  
  /* Animate gradient */
  @keyframes rainbow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
  }
  
  .notification.show {
  top: 60px; /* schuift naar beneden */
  opacity: 1;
  }
  .inner-noti-title {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
	  margin-left: 5%;
	  width: 90%;
  }
  .inner-noti-text {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  color: #f1f1f1;
	  margin-left: 5%;
	  width: 90%;
  }
  .password-tip {
  text-align: center;
  width: 80%;
  margin: 10px auto;
	  color: #ffff00;
  }
  .textvak-profile {
  margin: 0 auto;
  left: 50%;
  color: #f2f2f2;
  text-align: center;
  width: 80%;
  margin: 18px auto;
  }
  .partner-name {
  background-color: #6969691c;
  border-radius: 12px;
  padding: 5px 10px 5px 10px;
  display: ruby;
  }
  
  .partner-code {
  color: rgb(255 255 255 / 80%);
  text-align: center;
  margin: 0px 0px 20px 0px;
  /* background-color: rgba(0 0 0 / 0.1); */
  padding: 5px 10px 5px 10px;
  font-size: 30px;
  border: thin solid #cdcdcd30;
  border-radius: 30px;
  }
  
  .testingbox {
  box-shadow:  1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
  }
  
  .add-me {
  position: fixed;
  right: env(safe-area-inset-right, 16px); /* handles notches on mobile (fallback 16px) */
  bottom: env(safe-area-inset-bottom, 16px);
  margin: 20px;
  padding: 12px 12px;
  border-radius: 50px;
  box-shadow: 0 6px 18px rgba(0,0,0,.16);
  z-index: 99; /* ensure it's above other content */
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgb(253 253 253);
  font-size: 40px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.25s ease;
	  backdrop-filter: blur(10px);
	  box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
  }
  .add-me:active {
  transform: scale(1.15);
  }

	
	@media (min-width: 1200px) {
    .add-me {
        /* Keeps the button roughly at the edge of a 1200px wide centered container */
        right: calc(50% - 500px + 20px); 
		bottom: 120px;
    }
}
	.add-me.second {
    bottom: 80px; /* 16px + 70px height + 14px gap */
}
  .version-number {
  font-size: 20px;
  color: #d3d3d3;
  }
	.old-versions {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}
	.changelog-container {
  max-width: 650px;
  border-radius: 30px;
  overflow: hidden;
}
	@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
	.add-pp {
    width: 100%;
    text-align: center;
    color: #d3d3d3;
    /* margin: 0px 20px 20px 20px; */
}
	.form-control-l {
	width: 250px;
	border-radius: 30px;
	border: thin solid transparent;
	font-weight: normal;
	padding: 10px;
	margin: 5px 0px 5px 0px;
		background-color: rgba(255 255 255 / 0.15);
	color: #fff;
	transition: border-color 0.4s ease;
	font-family: "Kanit", serif;
	font-size: 15px;
        box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
        transition: box-shadow 0.4s ease;

}
.form-control-l:hover {
    box-shadow: inset 2px 2px 1px rgb(181 181 181 / 82%), inset -1px -1px 1px rgb(255 255 255 / 79%);
    transition: box-shadow 0.4s ease;
	
    
}
.form-group-l {
	margin-top: 10px;
}
.form-control-l:focus {
	outline: none;
}
.form-control3-l:focus {
	outline: none;
}
.form-group-l {
	text-align: center;
}
.form-group-label-l {
	margin-left: 5%;
	margin-top: 10px;
}
.form-control-l:focus {
	outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
-webkit-background-clip: text;
    -webkit-text-fill-color: #fcd7ff;
    box-shadow: inset 0 0 20px 20px #23232329;
    border: 1px solid #f1f1f145;
}
	.action {
  background-color: color-mix(in srgb, var(--bg1) 40%, transparent);
}

	.form-group-l {
	text-align: center;
}
	.link {
	padding: 16px 0px 32px 0px;
	color: #f1f1f1;
}
	.form-action-l {
text-align: center;
}


	.accountcenter {
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  padding: 20px;
}


.profiles-card-one {
  background: #adadad3d;
  border-radius: 30px;
  padding: 14px;
  margin: 16px 0;
}

.profile-one {
  display: flex;
  align-items: center;
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 10px;
}

.profile-info strong {
  display: block;
  font-size: 0.95rem;
  color: #f1f1f1;
}

.profile-info p {
  color: #d3d3d3;
  font-size: 0.9rem;
  margin: 2px 0 0;
}

.connected {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #0866ff;
  margin-top: 6px;
}

.settings h3 {
  font-size: 1.5rem;
  color: #f1f1f1;
  margin-bottom: 10px;
}

.settings ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.settings li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd4a;
  font-size: 0.95rem;
  color: #292929;
}

.settings li:last-child {
  border-bottom: none;
}

.settings li span {
  font-size: 1.2rem;
}
.gold-border {
    border-left: 3px solid gold;
}

.silver-border {
    border: 3px solid silver;
}

.default-border {
    border-left: 3px solid #ccc;
}
.popupmodaldesign {
  width: 100vw;
  height: 100vh;       
  max-width: none;
  max-height: none;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  overflow-y: auto;
	background-color: #111;
}
.popupmodaldesign {
  transform: translateX(100%);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.2),
              opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.2);
  opacity: 0;
}
.popup-overlay.active .popupmodaldesign {
  transform: translateX(0);
  opacity: 1;
}
.popup-overlay.closing .popupmodaldesign {
  transform: translateX(100%);
  opacity: 0;
}
	.designer-container {
		width: 95%;
		max-width: 900px;
		margin: 20px auto;
		border: #3b3b3b75 3px solid;
		border-radius: 30px;
	}
.designer-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;

  background: repeating-linear-gradient(
    90deg,
    #ff4d4d 0 40px,
    #ffa500 40px 80px,
    #ffd700 80px 120px,
    #4caf50 120px 160px,
    #2196f3 160px 200px
  );
}

.designer-title {
  font-size: clamp(3rem, 5vw, 4rem);
  color: #f1f1f1;
  text-align: center;
}
	.designer-text {
		font-size: clamp(2.5rem, 4.5vw, 3rem);
		width: 90%;
		
	}
	
	#photo-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#photo-modal img {
    max-width: 55%;
    max-height: 55%;
    border-radius: 30px;
    animation: zoomIn 0.2s ease-out;
}

#close-photo {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 32px;
    color: white;
    cursor: pointer;
}

@keyframes zoomIn {
    from {
        transform: scale(0.4);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.clickable-photo {
    cursor: pointer;
}
.profile-photo-popup img {
    max-width: 65%;
    max-height: 65%;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.visualizer-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
}

#profilePic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

#visualizer {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
    z-index: 1;
    pointer-events: none;
}
.custom-audio-player {
  width: 100%;
  max-width: 500px;
  font-family: sans-serif;
  color: #fff;
	margin: 0 auto;
	box-sizing: border-box;
}

.timeline {
  height: 8px;
  background-color: #ffffff66;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
}

.progress {
  height: 100%;
  width: 0%;
  background-color: #ffffff91;
  border-radius: 30px;
}

.time {
    font-size: 15px;
    text-align: left;
    font-style: italic;
    color: #cdcdcd;
}
.theme-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 20px;
    padding: 20px;
}

.theme-card {
    background: #222;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.theme-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.theme-preview {
    height: 100px;
    width: 100%;
}

.theme-info {
    padding: 12px;
    text-align: center;
    font-weight: 600;
    color: #e3e3e3;
}


.add-new-card .empty-preview {
    background-color: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e5e7eb;
}

.plus-icon {
    font-size: 36px;
    color: #9ca3af; 
    font-weight: 300;
    transition: color 0.2s;
}

.add-new-card:hover .plus-icon {
    color: #4b5563; 
}
.theme-card.active-theme {
    border: 2px solid #007bff; 
    box-shadow: 0 0 12px rgba(0, 123, 255, 0.4);
    transform: scale(1.02); 
}

.theme-card {
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
    /* The Spinner Shape */
.spinner {
  display: none; /* Hidden by default */
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fcd7ff; /* Matches your autofill text color */
  animation: spin 0.8s linear infinite;
  margin-right: 8px;
  vertical-align: middle;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* State when button is loading */
.btn-loading .spinner {
  display: inline-block;
}

.btn-loading {
  pointer-events: none;
  opacity: 0.8;
}
    .mode-selector {
    position: relative;
    display: flex;
    background-color: rgba(200, 200, 200, 0.1);
    padding: 4px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.mode-selector input[type="radio"] {
    display: none;
}

.mode-selector label {
    flex: 1;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    transition: color 0.3s ease;
    font-size: 0.9rem;
    font-weight: bold;
    color: #f1f1f1;
}

.mode-selector .disabled-label {
    opacity: 0.4;
    cursor: not-allowed;
}

.glider {
    position: absolute;
    height: calc(100% - 8px);
    width: 33.33%; /* 100% divided by 3 options */
    box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
        color: #ededed;
    background-color: color-mix(in srgb, var(--bg1) 40%, transparent);
    border-radius: 30px;
    font-size: 0.9em;
    box-shadow: inset 2px 2px 1px rgb(181 181 181 / 12%), inset -1px -1px 1px rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    z-index: 1;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* Sliding Logic */
#mode-manual:checked ~ .glider { transform: translateX(0); }
#mode-auto:checked ~ .glider { transform: translateX(100%); }
#mode-library:checked ~ .glider { transform: translateX(200%); }

/* Text color change when active */
#mode-manual:checked ~ label[for="mode-manual"],
#mode-auto:checked ~ label[for="mode-auto"] {
    color: #fff; /* Dark text when background is white */
}