/* overwrite */
.ui-datepicker-trigger{
  background: #fff !important;
  border: 0px !important;
}
.nav-menu a{
  font-size: 15px !important;
}
.genric-btn.success{
  background: #030BF6;
}

.genric-btn.success:hover{
  border: 1px solid #030BF6;
  color: #030BF6;
}
.genric-btn.success-border{
  color: var(--text-color-pnj);
  border: 1px solid #030BF6;
  background: var(--bg-color);
  box-shadow: var(--shadow-primary);
}

.genric-btn.primary{
  background: #030BF6;
}
.genric-btn.primary:hover{
  border: 1px solid #030BF6;
  color: #030BF6;
}
.genric-btn.primary-border{
  color: #030BF6;
  border: 1px solid #030BF6;
}
.genric-btn.primary-border:hover{
  background: #030BF6;
}


/* new */
.mobile{
  display: none;
}
.nav-menu a:hover{
  color: #000;
}
@media (max-width: 810px) {
  .mobile{
    display: inline-block;
  }
}

.text-header{
  font-size: 22px !important;
  font-weight: bold !important;
  margin-left: 10px;
  margin-top: 10px;
  /* color: #000; */
  color: var(--text-color);
  float:right;
}
.text-header-small{
  font-size:12px;
  display:flex;
  color: #666;
}
.btn-ayat.active{
  background: #242424 !important;
  color: #fff;
}
.font-17{
  font-size: 17px !important;
}
.font-20{
  font-size: 20px !important;
}

.tanggal{
  padding: 5px;
  color: #fff;
}
.tanggal:hover{
  color: #000;
}

.bg-grey{
  background: #242424;
}
.bg-purple{
  /* background: #af02b8; */
  background: #030BF6;
  color: #fff;
}
.border-purple{
  /* border: 1px solid #af02b8; */
  border: 1px solid #030BF6;
  font-size: 17px !important;
}
  .border-purple strong {
    /* color: #af02b8; */
    color: #030BF6;
    font-weight: bolder;
  }
.color-purple{
  /* color: #af02b8; */
  color: #821b07;
}
.bg-green{
  background: #1f8001;
}
.border-green{
  /* border: 1px solid #1f8001; */
  border: 1px solid #000000;
  
  font-size: 17px !important;
}
  .border-green strong {
    /* color: #1f8001; */
    color: #000000;
    font-weight: bolder;
  }
.color-green{
  /* color: #1f8001; */
  color: #000000;
}
.color-white{
  color: #ffffff;
}

a:hover{
  color: #fff;
}
/*  modern button **********  */
.btn-pnj {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  /* color: #075e01; */
  color: #030BF6;
  font-weight: 700;
  font-size: 27px;
  background-color: #fff;
  /* border: 3px solid #075e01; */
  border: 3px solid #030BF6;
  border-radius: 10px;
  padding: 70px 10px;
  /* padding: 35px 10px; */
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

.btn-pnj span {
  position: relative;
  z-index: 1;
}

.btn-pnj:after {
  content: "";
  position: absolute;
  /*
  left: -100%;
  top: 70%;
  height: 1400%;
  width: 140%;
  */
  left: 0;
  top: 0;
  height: 260%;
  width: 160%;
  /* background: #075e01; */
  background: #030BF6;
  color: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn-pnj:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}


/*  */
.btn-jh {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  /* color: #730179; */
  color: #000000;
  font-weight: 700;
  font-size: 27px;
  background-color: #fff;
  /* border: 3px solid #730179; */
  border: 3px solid #000000;
  border-radius: 10px;
  padding: 70px 10px;
  /* padding: 35px 10px; */
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

.btn-jh span {
  position: relative;
  z-index: 1;
}

.btn-jh:after {
  content: "";
  position: absolute;
  /* left: -100%;
  top: 70%;
  height: 1400%;
  width: 140%; */
  left: 0;
  top: 0;
  height: 260%;
  width: 160%;
  /* background: #730179; */
  background: #000000;
  color: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn-jh:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}


/*  */
.btn-pd {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  /* color: #730179; */
  color: #d00404;
  font-weight: 700;
  font-size: 27px;
  background-color: #fff;
  /* border: 3px solid #730179; */
  border: 3px solid #d00404;
  border-radius: 10px;
  padding: 70px 10px;
  /* padding: 35px 10px; */
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

.btn-pd span {
  position: relative;
  z-index: 1;
}

.btn-pd:after {
  content: "";
  position: absolute;
  /* left: -100%;
  top: 70%;
  height: 1400%;
  width: 140%; */
  left: 0;
  top: 0;
  height: 260%;
  width: 160%;
  background: #d00404;
  color: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn-pd:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}



/*  */
.galangkangin {
	display: block;
  /* width: 330px; */
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  transform: translatez(0);
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 10px;
	box-shadow: 0 9px 18px rgba(0,0,0,0.2);
}

.instagram {
	text-align: center;
	/* border-radius: 50px; */
  padding: 60px 10px;
  font-weight: 700;
  font-size: 25px;
  color: #011972;
  background: #fff;
  border: 3px solid #011972;
  transition: all 0.2s ease-out 0s;
}
.instagram:hover {
  color: #011972;
}

.gradient {
	display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: auto;
  margin: auto;
  z-index: -1;
  background: radial-gradient(90px circle at top center, rgba(1, 25, 114,.8) 30%, rgba(255,255,255,0));
  transition: all 0s ease-out 0s;
	transform: translatex(-140px);
	animation: 18s linear 0s infinite move;
}

@keyframes move {
	0% {
		transform: translatex(-140px);
	}
	25% {
		transform: translatex(140px);
		opacity: 0.3;
	}
	50% {
		transform: translatex(140px);
		opacity: 1;
		background: radial-gradient(90px circle at bottom center, rgba(1, 25, 114,.5) 30%, rgba(255,255,255,0));
	}
	75% {
		transform: translatex(-140px);
		opacity: 0.3;
	}
	100% {
		opacity: 1;
		transform: translatex(-140px);
		background: radial-gradient(90px circle at top center, rgba(1, 25, 114,.5) 30%, rgba(255,255,255,0));
	}
}

.carousel-item{
  min-height: 100px;
  /* background: #eee !important; */
}

.wl-box{
  width: 25px;
  height: 12px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #000;
  margin-left: 2px;
}
.wl-putih{
  background: #fff;
  color: #000;
}
.wl-merah{
  background: #000000;
  color: #000000;
}
.wl-ungu{
  background: #b700ff;
  color: #b700ff;
}
.wl-hijau{
  background: #038a25;
  color: #038a25;
}
.wl-hitam{
  background: #000;
  color: #000;
}
.wl-text{
  margin-left: 2px;
  background: transparent;
}






/* -------------------------------------------------- TAMBAHAN 2026 ------ */
@keyframes rotate {
	100% {
		transform: rotate(1turn);
	}
}

.border-bottom{
  border-bottom: 1px solid var(--border-color) !important;
}

.anim-pnj {
	position: relative;
	z-index: 0;
	width: auto;
	min-height: 150px;
	border-radius: 10px;
	overflow: hidden;
	padding: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: sans-serif;
	font-weight: bold;
  border: #030BF6 3px solid;
  /* box-shadow: 0 5px 15px rgba(0,0,0,0.50); */
  box-shadow: 0 5px 15px var(--shadow-primary);
  margin-bottom: 30px;
	
	&::before {
		content: '';
		position: absolute;
		z-index: -2;
		left: -50%;
		top: -50%;
		width: 200%;
		height: 200%;
		background-color: #030BF6;
		background-repeat: no-repeat;
		background-size: 50% 50%, 50% 50%;
		background-position: 0 0, 100% 0, 100% 100%, 0 100%;
		background-image: linear-gradient(#030BF6, #030BF6), linear-gradient(var(--bg-color), var(--bg-color)), linear-gradient(var(--bg-color), var(--bg-color));
		animation: rotate 4s linear infinite;
	}
	
	&::after {
		content: '';
		position: absolute;
		z-index: -1;
		left: 6px;
		top: 6px;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		/* background: white; */
    background-color: var(--bg-color);
		border-radius: 5px;
	}
    .anim-pnj-link{
        color: #030BF6;
        font-size: 30px;
    }
    .anim-pnj-info{
        color: #666;
        font-size: 15px;
        padding-top: 5px;
        display: block;
    }
}

.anim-rjh {
	position: relative;
	z-index: 0;
	width: auto;
	height: 150px;
	border-radius: 10px;
	overflow: hidden;
	padding: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: sans-serif;
	font-weight: bold;
  border: 3px solid var(--text-color);
  /* box-shadow: 0 5px 15px rgba(0,0,0,0.50); */
  box-shadow: 0 5px 15px var(--shadow-primary);
  margin-bottom: 30px;
	
	&::before {
		content: '';
		position: absolute;
		z-index: -2;
		left: -50%;
		top: -50%;
		width: 200%;
		height: 200%;
		background-color: var(--text-color);
		background-repeat: no-repeat;
		background-size: 50% 50%, 50% 50%;
		background-position: 0 0, 100% 0, 100% 100%, 0 100%;
		background-image: linear-gradient(var(--text-color), var(--text-color)), linear-gradient(var(--bg-color), var(--bg-color)), linear-gradient(var(--bg-color), var(--bg-color));
		animation: rotate 4s linear infinite;
	}
	
	&::after {
		content: '';
		position: absolute;
		z-index: -1;
		left: 6px;
		top: 6px;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		/* background: white; */
    background-color: var(--bg-color);
		border-radius: 5px;
	}
    .anim-rjh-link{
        color: var(--text-color);
        font-size: 30px;
    }
    .anim-rjh-info{
        color: #666;
        font-size: 15px;
        padding-top: 5px;
        display: block;
    }
}


.anim-pd {
	position: relative;
	z-index: 0;
	width: auto;
	height: 150px;
	border-radius: 10px;
	overflow: hidden;
	padding: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: sans-serif;
	font-weight: bold;
  border: #db0404 3px solid;
  /* box-shadow: 0 5px 15px rgba(0,0,0,0.50); */
  box-shadow: 0 5px 15px var(--shadow-primary);
	
	&::before {
		content: '';
		position: absolute;
		z-index: -2;
		left: -50%;
		top: -50%;
		width: 200%;
		height: 200%;
		background-color: #db0404;
		background-repeat: no-repeat;
		background-size: 50% 50%, 50% 50%;
		background-position: 0 0, 100% 0, 100% 100%, 0 100%;
		background-image: linear-gradient(#db0404, #db0404), linear-gradient(var(--bg-color), var(--bg-color)), linear-gradient(var(--bg-color), var(--bg-color));
		animation: rotate 4s linear infinite;
	}
	
	&::after {
		content: '';
		position: absolute;
		z-index: -1;
		left: 6px;
		top: 6px;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		/* background: white; */
    background-color: var(--bg-color);
		border-radius: 5px;
	}
    .anim-pd-link{
        color: #db0404;
        font-size: 30px;
    }
    .anim-pd-info{
        color: #666;
        font-size: 15px;
        padding-top: 5px;
        display: block;
    }
}


.anim-pnj-button {
  /* Button Base Styles */
  position: relative; /* Container for absolute pseudo-element */
  z-index: 1; /* Ensures button content is above the border */
  padding: 1em 2em;
  color: #fff;
  background: #111;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden; /* Clips the overflow of the rotating gradient */
}

.anim-pnj-button::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  /* Creates a large, multi-color gradient background */
  /* background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000); */
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  background-size: 400% 400%; /* Allows the gradient to shift smoothly */
  width: calc(100% + 4px); /* Slightly larger than the button to cover edges */
  height: calc(100% + 4px);
  z-index: -1; /* Puts the gradient behind the button content */
  border-radius: 10px; /* Matches the button's border radius *
  animation: glowing 20s linear infinite; /* The looping animation */
  animation: glowing 20s linear; /* The looping animation */
}

/* Keyframes for the looping animation */
@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}



/* ---------------- */
.title-red{ 
  /* --main-color: rgb(213, 46, 46); */
  --main-color: var(--text-color-red);
  --main-bg-color: rgba(213, 46, 46, 0.36);
  --pattern-color: rgba(213, 46, 49, 0.073);

  /* change this rotation value */
  filter: hue-rotate(0deg);
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  background: radial-gradient(
      circle,
      var(--main-bg-color) 0%,
      rgba(0, 0, 0, 0) 95%
    ),
    linear-gradient(var(--pattern-color) 1px, transparent 1px),
    linear-gradient(to right, var(--pattern-color) 1px, transparent 1px);
  background-size:
    cover,
    15px 15px,
    15px 15px;
  background-position:
    center center,
    center center,
    center center;
  border-image: radial-gradient(
      circle,
      var(--main-color) 0%,
      rgba(0, 0, 0, 0) 100%
    )
    1;
  border-width: 1px 0 1px 0;
  color: var(--main-color);
  padding: 15px;
  font-weight: 700;
  font-size: 1.5rem;
  transition: background-size 0.2s ease-in-out;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}



/* --------------- */
.blink-pnj {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #030BF6;
  min-width: 200px;
  border: 0;
  border-radius: 30px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  box-shadow: 0 0.7em 1em -0.5em hsla(0, 0%, 0%, 0.7);
  box-sizing: border-box;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}

.blink-pnj:hover {
  opacity: .95;
}

.blink-pnj .animation {
  border-radius: 100%;
  animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}
/* ----  */
.title-pnj{ 
  /* --main-color: rgb(3, 16, 201); */
  --main-color: var(--text-color-pnj);
  --main-bg-color: rgba(6, 37, 239, 0.36);
  --pattern-color: rgba(46, 99, 213, 0.073);

  /* change this rotation value */
  filter: hue-rotate(0deg);

  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  background: radial-gradient(
      circle,
      var(--main-bg-color) 0%,
      rgba(0, 0, 0, 0) 95%
    ),
    linear-gradient(var(--pattern-color) 1px, transparent 1px),
    linear-gradient(to right, var(--pattern-color) 1px, transparent 1px);
  background-size:
    cover,
    15px 15px,
    15px 15px;
  background-position:
    center center,
    center center,
    center center;
  border-image: radial-gradient(
      circle,
      var(--main-color) 0%,
      rgba(0, 0, 0, 0) 100%
    )
    1;
  border-width: 1px 0 1px 0;
  color: var(--main-color);
  padding: 15px;
  font-weight: 700;
  font-size: 1.5rem;
  transition: background-size 0.2s ease-in-out;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.text-pnj{
  color: var(--text-color-pnj);
  font-weight: bold;
  letter-spacing: 1px;
  /* text-shadow: 0 4px 10px var(--shadow-primary); */
}





/* --------------- */
.blink-red {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #ce0000;
  min-width: 200px;
  border: 0;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}

.blink-red:hover {
  opacity: .95;
}

.blink-red .animation {
  border-radius: 100%;
  animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}


/* -------------------------------------------------------------------- */
.bg-gradient1 .inner {
  font-size: 16px;
  padding: 0.6em 0.8em;
  border-radius: 0.5em;
  border: none;
  background-color: var(--bg-color);
  color: #000;
  cursor: pointer;
  /* box-shadow: 2px 2px 3px #000000b4; */
  width: 100%;
}

.bg-gradient1 {
  position: relative;
  padding: 3px;
  background: linear-gradient(90deg, #cb0101, #030BF6);
  border-radius: 0.9em;
  transition: all 0.4s ease;
  margin-bottom: 10px;
  box-shadow: 0 0.7em 1.5em -0.5em hsla(0, 100%, 1%, 0.745);
}

.bg-gradient1::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 0.9em;
  z-index: -10;
  filter: blur(0);
  transition: filter 0.4s ease;
}



/* ---------------------------------- */
.button-red {
  line-height: 1;
  background-color: transparent;
  cursor: pointer;
  /* display: flex; */
  align-items: center;
  gap: 0.35em;
  padding: 0.75em 1em;
  padding-right: 1.25em;
  color: #fff;
  border: 1px solid transparent;
  font-weight: 700;
  border-radius: 2em;
  font-size: 1rem;
  box-shadow: 0 0.7em 1em -0.5em hsla(0, 96%, 11%, 0.7);
  transition: transform 0.3s;
  text-align: center;

  background: linear-gradient(
    90deg,
    rgb(185, 0, 0) 0%,
    rgb(254, 116, 116) 100%
  );
}

.button-red .button__icon {
  width: 1.5em;
  height: 1.5em;
}

.button-red:hover {
  border-color: #f4f5f2;
}

.button-red:active {
  transform: scale(0.98);
  box-shadow: 0 0.5em 1.5em -0.5em hsla(0, 62%, 51%, 0.745);
}


.tes-bg{
  background-image: radial-gradient(circle, #ee7070 0%, #ce0000 100%);
  color: #fff;
}
.button-cari{
  margin:0 auto;
  cursor: pointer;
  border-radius: 10px;
  border: 3px solid #850909;
  box-shadow: 0 0.5em 1.5em -0.5em hsla(0, 100%, 1%, 0.745);
  color: red;
  padding: 5px 30px;
  background: #ffffff;
  font-weight: 700;
}
.button-baca{
  margin:0 auto;
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid #fff;
  box-shadow: 0 0.5em 1.5em -0.5em hsla(0, 100%, 1%, 0.745);
  color: #fff;
  padding: 10px 30px;
  /* background: #030BF6; */
  background-image: radial-gradient(circle, #053aca 0%, #030BF6 100%);
  font-weight: 700;
}





/* ---------------------------------------------------------------------------------------------------------------- */
/* From Uiverse.io by Bodyhc */ 
.synthwave-laser-button {
  position: relative;
  padding: 10px 60px;
  font-size: 20px;
  font-weight: bold;
  /* text-transform: uppercase; */
  color: #fff;
  /* background: #030BF6; */
  background: transparent; /* Base color */
  border: none;
  cursor: pointer;
  letter-spacing: 2px;
  text-shadow:
    0 0 5px #030BF6,
    0 0 15px #030BF6,
    0 0 25px #030BF6,
    0 0 5px #030BF6;
  box-shadow:
    inset 0 0 15px #030BF6,
    0 0 20px rgba(0, 17, 255, 0.7);
  overflow: hidden;
  border-radius: 30px;
  z-index: 1;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.synthwave-laser-button::before,
.synthwave-laser-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 17, 255, 0.6),
    transparent
  );
  z-index: -1;
  filter: blur(5px);
  transform: translateX(-100%);
  animation: laser-glow 5.5s infinite linear;
}

.synthwave-laser-button::after {
  animation-delay: 1.25s;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(8, 0, 255, 0.6),
    transparent
  );
}

@keyframes laser-glow {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.synthwave-laser-button:hover {
  transform: translateY(-5px);
}

/* ---------------------------------------------------------------------------------------------------------------- */
.select2-selection__choice{
  background: #000 !important;
  border: 0px;
  font-size: 14px;
  font-weight: bold;
}

/* ---------------------------------------------------------------------------------------------------------------- */

.button-ayat {
  --purple: #030BF6;
  color: var(--text-color);
  font-size: 18px;
  padding: 0.5em 3em;
  letter-spacing: 0.08em;
  position: relative;
  font-family: inherit;
  border-radius: 2em;
  overflow: hidden;
  transition: all 0.3s;
  line-height: 1.4em;
  border: 2px solid var(--purple);
  background: linear-gradient(to right, rgba(87, 69, 244, 0.1) 1%, transparent 40%, transparent 60%, rgba(87, 69, 244, 0.1) 100%);
  box-shadow: inset 0 0 10px rgba(76, 73, 239, 0.4), 0 0 9px 3px rgba(126, 138, 218, 0.1);
}

.wrapper-ayat {
  --purple: #030BF6;
  font-size: 18px;
  padding: 15px;
  /* padding-top: 20px; */
  letter-spacing: 0.03em;
  position: relative;
  font-family: inherit;
  border-radius: 1em;
  overflow: hidden;
  transition: all 0.3s;
  line-height: 1.4em;
  border: 2px solid var(--purple);
  /* background: linear-gradient(to right, rgba(155, 126, 218, 0.1) 1%, transparent 40%, transparent 60%, rgba(155, 126, 218, 0.1) 100%); */
  background: linear-gradient(to right, rgba(87, 69, 244, 0.1) 1%, transparent 40%, transparent 60%, rgba(87, 69, 244, 0.1) 100%);
  color: var(--text-color);
  box-shadow: inset 0 0 10px rgba(76, 73, 239, 0.4), 0 0 9px 3px rgba(126, 138, 218, 0.1);
}


/* ----- AYAT2 */ 
.button-ayat2 {
  padding: 10px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 30px;
  color: #030BF6;
  letter-spacing: 0.1em;
  /* text-shadow: -2px 2px 5px #030BF6; */
  background-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0px 1px #030BF6,
    0 0 2px 2px #030BF6,
    inset 0 0 0px 1px #030BF6,
    inset 0 0 2px 2px #030BF6;
  transition: 100ms;
  width: 100%;
  cursor: pointer;
  margin: 5px 0px;
}
.button-ayat2 .active {
  color: #ffffff;
  box-shadow: 0 0 0px 1px #030BF6,
    0 0 2px 2px #030BF6,
    inset 0 0 0px 1px #030BF6,
    inset 0 0 2px 2px #030BF6;
  background-color: 030BF6;
}
.wrapper-ayat2 {
  padding: 20px;
  font-size: 18px;
  /* font-weight: bold; */
  border-radius: 10px;
  color: #000;
  letter-spacing: 1px;
  text-align: justify;
  background-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0px 1px #030BF6,
    0 0 2px 2px #030BF6,
    inset 0 0 0px 1px #030BF6,
    inset 0 0 2px 2px #030BF6;
  transition: 100ms;
  width: 100%;
  cursor: pointer;
  margin: 5px 0px;
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* CSS DATEPICKER */
#ui-datepicker-div{
  background-image: radial-gradient(circle, #7087ee 0%, #1800ce 100%);
  color: #fff;
  box-shadow: 0 0.7em 1em -0.5em hsla(234, 91%, 18%, 0.93);
  border-radius: 10px;
}
.ui-datepicker {
    width: 73.5%;
    font-size: 15pt;
    /* Add more custom styles */
}
.ui-datepicker-header {
  color: #1800ce;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
  background: #1800ce !important; 
  color: #fff;
}

@media (max-width: 738px) {
  .ui-datepicker {
      width: 93%;
      font-size: 15pt;
      /* Add more custom styles */
  }
}

/* ---------------------------------------------------------------------------------------------------------------- */
.button-sosmed{
  margin:0 auto;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* box-shadow: 0 0.5em 1.5em -0.5em hsla(0, 100%, 1%, 0.745); */
  box-shadow: 0 0.5em 1.5em -0.5em var(--shadow-primary);
  padding: 10px;
  /* background: #ffffff; */
  background: var(--bg-color);
  font-weight: 700;
  font-size: 22px;
}
.button-sosmed.fb {
  border: 2px solid #0a1ef3;
  color: #0a1ef3;
}
.button-sosmed.yt {
  border: 2px solid #f20505;
  color: #f20505;
}
.button-sosmed.ig {
  border: 2px solid #e70af3;
  color: #e70af3;
}
.button-sosmed.wa {
  border: 2px solid #018830;
  color: #018830;
}

/* ---------------------------------------------------------------------------------------------------------------- */
.text-header-big{
  letter-spacing: 2px;
}

.text-header-big:before{
  content: attr(data-text);
  position: absolute;
  background: linear-gradient(#f70707);
  -webkit-background-clip: text;
  color: transparent;
  /* background-size: 100% 90%; */
  /* line-height: 1; */
  clip-path: ellipse(15px 15px at -2.54% -9.25%);
  animation: swing 5s infinite;
  animation-direction: alternate;
}

@keyframes swing{
  0%{
     -webkit-clip-path: ellipse(12px 12px at -2.54% -9.25%)
    clip-path: ellipse(12px 12px at -2.54% -9.25%)
  }
  50%{
    -webkit-clip-path: ellipse(12px 12px at 49.66% 64.36%);
    clip-path: ellipse(12px 12px at 49.66% 64.36%);

  }
  100%{
     -webkit-clip-path: ellipse(12px 12px at 102.62% -1.61%;);
    clip-path: ellipse(12px 12px at 102.62% -1.61%);
  }
}


/* ---------------------------------------------------------------------------------------------------------------- */
.pagination {
  display: flex;
  justify-content: center; 
  align-items: center; 
}

.pagination .page-item{
  line-height: 1;
  background-color: transparent;
  cursor: pointer;
  align-items: center;
  padding: 5px 5px;
  color: #fff;
  border: 1px solid transparent;
  font-weight: 700;
  border-radius: 2em;
  font-size: 1rem;
  background: linear-gradient( 90deg, rgb(185, 0, 0) 0%, rgb(254, 116, 116) 100% );
  box-shadow: 0 0.7em 1em -0.5em hsla(0, 96%, 11%, 0.7);
  transition: transform 0.3s;
  text-align: center;
  border: 0px;
  margin: 2px;
}
  .pagination .page-item .page-link {
    background: transparent;
    border: transparent;
    font-size: 17px;
    padding:5px 20px;
    color: #fff;
  }
  

.page-item.disabled{
  display: none;
}
.pagination .page-item.active{
  background: linear-gradient( 90deg, rgb(3, 14, 216) 0%, rgb(125, 134, 235) 100% );
}
  

/* ---------------------------------------------------------------------------------------------------------------- */
.playstore-button-container {
  display: flex;
  justify-content: center; 
  align-items: center;     
}

.playstore-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 1);
  padding: 0.625rem 1.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  outline: 0;
  transition: all 0.2s ease;
  text-decoration: none;
}

.icon {
  height: 1.5rem;
  width: 1.5rem;
}

.texts {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.text-1 {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-2 {
  font-weight: 600;
}


/* ---------------------------------------------------------------------------------------------------------------- */
#mobile-theme-toggle{
    position: fixed;
    right: 50px;
    z-index: 999;
    top: 20px;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}
@media (max-width: 991px) {
  #mobile-theme-toggle {
      display: inline;
  }
}

/* From Uiverse.io by nihad-abbasov */ 
/* switch settings 👇 */

.ui-switch {
  /* switch */
  --switch-bg: rgb(135, 150, 165);
  --switch-width: 48px;
  --switch-height: 20px;
  /* circle */
  --circle-diameter: 32px;
  --circle-bg: rgb(232, 89, 15);
  --circle-inset: calc((var(--circle-diameter) - var(--switch-height)) / 2);
}

.ui-switch input {
  display: none;
}

.slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--switch-width);
  height: var(--switch-height);
  background: var(--switch-bg);
  border-radius: 999px;
  position: relative;
  cursor: pointer;
}

.slider .circle {
  top: calc(var(--circle-inset) * -1);
  left: 0;
  width: var(--circle-diameter);
  height: var(--circle-diameter);
  position: absolute;
  background: var(--circle-bg);
  border-radius: inherit;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjAiIHdpZHRoPSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiNmZmYiCiAgICAgICAgZD0iTTkuMzA1IDEuNjY3VjMuNzVoMS4zODlWMS42NjdoLTEuMzl6bS00LjcwNyAxLjk1bC0uOTgyLjk4Mkw1LjA5IDYuMDcybC45ODItLjk4Mi0xLjQ3My0xLjQ3M3ptMTAuODAyIDBMMTMuOTI3IDUuMDlsLjk4Mi45ODIgMS40NzMtMS40NzMtLjk4Mi0uOTgyek0xMCA1LjEzOWE0Ljg3MiA0Ljg3MiAwIDAwLTQuODYyIDQuODZBNC44NzIgNC44NzIgMCAwMDEwIDE0Ljg2MiA0Ljg3MiA0Ljg3MiAwIDAwMTQuODYgMTAgNC44NzIgNC44NzIgMCAwMDEwIDUuMTM5em0wIDEuMzg5QTMuNDYyIDMuNDYyIDAgMDExMy40NzEgMTBhMy40NjIgMy40NjIgMCAwMS0zLjQ3MyAzLjQ3MkEzLjQ2MiAzLjQ2MiAwIDAxNi41MjcgMTAgMy40NjIgMy40NjIgMCAwMTEwIDYuNTI4ek0xLjY2NSA5LjMwNXYxLjM5aDIuMDgzdi0xLjM5SDEuNjY2em0xNC41ODMgMHYxLjM5aDIuMDg0di0xLjM5aC0yLjA4NHpNNS4wOSAxMy45MjhMMy42MTYgMTUuNGwuOTgyLjk4MiAxLjQ3My0xLjQ3My0uOTgyLS45ODJ6bTkuODIgMGwtLjk4Mi45ODIgMS40NzMgMS40NzMuOTgyLS45ODItMS40NzMtMS40NzN6TTkuMzA1IDE2LjI1djIuMDgzaDEuMzg5VjE2LjI1aC0xLjM5eiIgLz4KPC9zdmc+");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
  ;
}

.slider .circle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  border-radius: inherit;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  opacity: 0;
}

/* actions */

.ui-switch input:checked+.slider .circle {
  left: calc(100% - var(--circle-diameter));
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjAiIHdpZHRoPSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiNmZmYiCiAgICAgICAgZD0iTTQuMiAyLjVsLS43IDEuOC0xLjguNyAxLjguNy43IDEuOC42LTEuOEw2LjcgNWwtMS45LS43LS42LTEuOHptMTUgOC4zYTYuNyA2LjcgMCAxMS02LjYtNi42IDUuOCA1LjggMCAwMDYuNiA2LjZ6IiAvPgo8L3N2Zz4=");
  background-color: rgb(0, 56, 146);
}

.ui-switch input:active+.slider .circle::before {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  opacity: 1;
  width: 0;
  height: 0;
}

/* ---------------------------------------------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */