@media screen and (min-width: 601px) { /* DESKTOP */
  div.appsmenu { display: none; }
  .profilelabel { font-size: 13px; }
  .profilenumber { font-size: 30px; }
}
@media screen and (max-width: 600px) { /* MOBILE */
  div.appsmenu { display: block; }
  .profilelabel { font-size: 9.5px; }
  .profilenumber { font-size: 22px; }
}

.nav-pills.nav-gryn .nav-link.active { background: #1FA464;border: 1px solid #1FA464; }
.nav-pills.nav-gryn .nav-link { background: #fff;border: 1px solid #D3D3D3; }
.modalmodalan { margin-right:-10px;margin-left:-10px; }
.androbar { box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, 0.6);overflow: hidden;position: fixed;text-align: center;z-index: 999;bottom:0;margin-right:0;margin-left:0;width: 100%;height:66px;border-top-left-radius:13px;border-top-right-radius:13px; }
.androbar a { display: block;color: #f2f2f2;text-align: center;padding:13px 13px;text-decoration: none;font-size: 17px; }
.androbar div.active { border-radius:13px;background-color: #146d31;color: white; }
.mtmin10 { margin-top:-10px;}
.mtmin13 { margin-top:-13px;}
.mtmin15 { margin-top:-15px;}
.mtmin20 { margin-top:-20px;}
.hoverin:hover { background-color: #ececec; }
.bg-muted { background-color:#f2f2f2;}
.btn-muted { background-color:#f2f2f2;}
.bg-gryn { background-color: #1fa464;color: #ffffff; }
.bg-gryned { background-color: #2cc37a;color: #ffffff; }
.bg-grynedark { background-color: #146d31;color: #ffffff; }
.hoy:hover { transform: scale(1.05);opacity: 0.4; }
.hoya:hover { transform: scale(1.05); }
.ekh:hover { opacity: 0.5; }
.gradient-hover:hover { background: linear-gradient(90deg,rgba(20, 109, 49, 1) 0%, rgba(79, 162, 106, 1) 100%);box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);}

.blobs {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: -1;
    }
    .blob {
      position: absolute;
      border-radius: 50%;
      filter: blur(80px);
      opacity: 0.4;
      animation: blobMove 20s infinite ease-in-out;
      mix-blend-mode: screen;
    }
    .blob1 {
      width: 300px;
      height: 300px;
      background: #346b39;
      top: 10%;
      left: 20%;
      animation-delay: 0s;
    }
    .blob2 {
      width: 400px;
      height: 400px;
      background: #4fa26a;
      top: 50%;
      left: 60%;
      animation-delay: 5s;
    }
    .blob3 {
      width: 250px;
      height: 250px;
      background: #61c081;
      top: 70%;
      left: 30%;
      animation-delay: 10s;
    }
    @keyframes blobMove {
      0%, 100% { transform: scale(1) translate(0, 0); }
      50% { transform: scale(1.2) translate(30px, -50px); }
    }


.w3-animate-left{position:relative;animation:animateleft 0.8s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.8s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-rightt{position:relative;animation:animateright 0.9s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-righttt{position:relative;animation:animateright 1.3s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.modaled {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.5);
  animation-name: fadeIn;
  animation-duration: 0.35s
}

.modaled-content {
  padding-top:12px;
  position: fixed;
  z-index: 99999;
  bottom: 0;
  width: 100%;
  animation-name: slideIn;
  animation-duration: 0.35s;
  padding-bottom:12px;
  margin-left:auto;
  margin-right:auto;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  background-color:#fff;
}

@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

.announce { margin: 0;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 666666; }
.fade-out {
  animation: fadeOut ease 8s forwards;
  -webkit-animation: fadeOut ease 8s forwards;
  -moz-animation: fadeOut ease 8s forwards;
  -o-animation: fadeOut ease 8s forwards;
  -ms-animation: fadeOut ease 8s forwards;
  animation-delay: 1s;
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0;z-index:-2; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0;z-index:-2; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0;z-index:-2;}
}
@-o-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0;z-index:-2;}
}
.simpelin {
max-height:40px;overflow-y: scroll;overflow-x: hidden;
}
.lobster-regular {
  font-family: "Lobster", serif;
  font-weight: 400;
  font-style: normal;
}
.task-check {
  appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 0;
}
.task-check:hover {
  border-color: #fff; /* hijau bootstrap */
}
.task-check:checked {
  background-color: #fff;
}
.task-check:checked::after {
  content: "✔";
  color: #4fa26a;
  font-size: 12px;
  position: absolute;
  top: -2px;
  left: 2px;
}