#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(255 255 255 / 70%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it's on top */
    transition: opacity 0.75s, visibility 0.75s;
    opacity: 1; /* Ensure it starts visible */
    visibility: visible;
}

#loader-wrapper.hidden {
    opacity: 0;
    visibility: hidden;
}

.loader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(70 143 234 / 80%);
    animation: pulse 1.2s ease-in-out infinite;
    box-shadow: 0 0 0 rgb(70 143 234 / 70%);
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgb(70 143 234 / 70%);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(56, 189, 248, 0);
    }
    100% {
        transform: scale(0.9);
    }
}

.loader-text {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #555;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Existing CSS */
.mission-card {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #468fea;
}
.hidden {
    display: none !important;
}
.btn {
    border-radius: 10px;
}
.btn-google {
    background-color: #4285f4;
    color: white;
}
.btn-google:hover {
    background-color: #357ae8;
    color: white;
}
.status-badge {
    font-size: 0.75rem;
    padding: 0.3em 0.6em;
    border-radius: 0.5rem;
}
.status-pending {
    background-color: #ffc107;
    color: #000;
}
.status-paid {
    background-color: #198754;
    color: #fff;
}
.status-expired {
    background-color: #6c757d;
    color: #fff;
}
.status-rejected {
    background-color: #dc3545;
    color: #fff;
}
.price-strike { 
    text-decoration: line-through; 
    color: #dc3545; 
}
.ad-modal-video {
    width: 100%;
    background-color: #000;
    border-radius: 0.5rem;
}
.ledger-container-user {
    font-family: "Roboto Mono", monospace;
    max-height: 400px;
    overflow-y: auto;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    padding: 1rem;
    font-size: 0.8rem;
}
hr {
    border-color: #bbb;
}
.cardbefore:before {
    position: absolute;
    content: "";
    height: 50px;
    width: 80%;
    background: rgb(238 238 238 / 30%);
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 0 0 30px 0;
    border-bottom: solid 1px #efefef;
}
#show-on-desk {
    margin-left: 10px;
}
.box-iklan {
    border: dashed 2px #ff9797 !important;
    border-radius: 8px;
    padding: 6px;
}
#ad-timer {
    color: #ff9797;
}
.participant-list {
    font-size: 0.8rem;
    max-height: 150px;
    overflow-y: auto;
}
.winner-announcement {
    background: linear-gradient(45deg, #fca5f1, #b3ffff);
    border: 2px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.custom-css-1 {
    border-radius: 0 0 1rem 1rem;
    border-bottom: solid 1px #eee;
    /*box-shadow: 0 0 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);*/
}
#qr-video,
#scan-recipient-video {
    width: 100%;
    border-radius: 0.5rem;
    border: 2px solid #eee;
    transition: border-color 0.3s ease;
}
#receive-qr-code {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
#receive-qr-code img {
    max-width: 200px;
    height: auto;
    border: 5px solid white;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.horizontal-menu-2, #horizontal-menu-premium, #horizontal-menu, .hide-scroll-y {
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.horizontal-menu-2::-webkit-scrollbar, #horizontal-menu-premium::-webkit-scrollbar, #horizontal-menu::-webkit-scrollbar, .hide-scroll-y::-webkit-scrollbar {
  height: 4px;
  display: none;
}
.horizontal-menu-2:hover, #horizontal-menu-premium:hover, #horizontal-menu:hover, .hide-scroll-y:hover {
  overflow-x: auto;
  scrollbar-width: thin;
  -ms-overflow-style: auto;
}
.horizontal-menu-2:hover::-webkit-scrollbar, #horizontal-menu-premium:hover::-webkit-scrollbar, #horizontal-menu:hover::-webkit-scrollbar, .hide-scroll-y:hover::-webkit-scrollbar {
  display: block;
}
.horizontal-menu-2::-webkit-scrollbar-thumb, #horizontal-menu-premium::-webkit-scrollbar-thumb, #horizontal-menu::-webkit-scrollbar-thumb, .hide-scroll-y::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.3);
  border-radius: 4px;
}

.menu-item-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: #fbfbfb; */
    border-radius: 12px;
    line-height: normal;
    overflow: hidden;
    /* box-shadow: 0 3px 4px rgb(0 0 0 / 20%); */
    position: relative;
}
.modal .menu-item-center img {
    width: 110px;
    height: 70px;
}
.position-relative .menu-item-center img {
    opacity: .8;
    text-align:left;
    border-radius: 15px;
    background: #d5d8dc;
    /*border: solid 1px #d8dfe0;*/
    height: 120px;
    width: 200px;
    object-fit: cover;
}
.menu-item-center span {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgb(4 24 77 / 70%);
    font-size: 12px;
    color: #fff;
    padding: 2px 10px;
    border-radius: 15px 0 0 0;
    line-height: 1;
    min-height: 30px; align-content: center;
}
.modal .menu-item-center span {
    position: relative;
    border-radius: 0;
    padding: 5px 5px 10px;
    width: 100%;
    font-size: 14px;
}
.menu-item-center:hover {
    opacity:.7;
}
.menu-item {
    flex: 0 0 auto;
    width: 200px;
    color: #333;
}
.menu-item.sticky-start {
    width:100px;
}
.menu-item .icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0.5rem;
    transition: transform 0.2s ease;
    background: #468fea; /* fallback solid color */
    background: -webkit-linear-gradient(130deg, rgba(1, 178, 240, 1) 0%, rgba(1, 178, 240, 1) 70%, rgba(9, 46, 145, 1) 100%);
    background: -moz-linear-gradient(130deg, rgba(1, 178, 240, 1) 0%, rgba(1, 178, 240, 1) 70%, rgba(9, 46, 145, 1) 100%);
    background: -o-linear-gradient(130deg, rgba(1, 178, 240, 1) 0%, rgba(1, 178, 240, 1) 70%, rgba(9, 46, 145, 1) 100%);
    background: linear-gradient(130deg, rgba(1, 178, 240, 1) 0%, rgba(1, 178, 240, 1) 70%, rgba(9, 46, 145, 1) 100%);
}
.menu-item i {
    color: #fff;
    font-size: 1.5rem;
}
.menu-item:hover .icon-wrapper {
    opacity: 0.9;
    background: #468fea;
}
.menu-label {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #fff;
}
.upload-box {
    border: 3px dashed #ced4da;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.upload-box:hover {
    background-color: #f8f9fa;
    border-color: #468fea;
}
.analysis-history-item {
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 1rem;
}
.analysis-screenshot {
    max-width: 100%;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
}
.upload-switch {
    background-color: #e9ecef;
    border-radius: 0.75rem;
    padding: 0.25rem;
}
.upload-switch .btn {
    border-radius: 0.5rem;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.upload-switch .btn.active {
    background-color: #fff;
    color: #468fea;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.upload-switch .btn:not(.active) {
    background-color: transparent;
    border-color: transparent;
    color: #6c757d;
}
.btn-topup span {
    display: block;
    font-size: 10px;
}
.btn-topup:hover {
    opacity: 0.8;
}
.box-iuran {
    border: dashed 2px #ebebeb;
    border-radius: 15px;
    padding: 15px 10px;
}
.notification-badge {
    position: absolute;
    top: 0px;
    right: 25px;
    padding: 0.25em 0.5em;
    border-radius: 10px 10px 0 10px;
    background: red;
    color: white;
    font-size: 0.7rem;
    border: 2px solid white;
    padding-left: 8px;
    padding-right: 8px;
}
.notification-list-item {
    border-bottom: 1px solid #eee;
    padding: 0.75rem 1rem;
}
.notification-list-item:last-child {
    border-bottom: none;
}
.notification-list-item.unread {
    background-color: #f0f8ff;
}
.custom-card-2 {
    border-radius: 0;
    background: #468fea;
    background: -webkit-linear-gradient(130deg, rgba(1, 178, 240, 1) 0%, rgba(1, 178, 240, 1) 70%, rgba(9, 46, 145, 1) 100%);
    background: -moz-linear-gradient(130deg, rgba(1, 178, 240, 1) 0%, rgba(1, 178, 240, 1) 70%, rgba(9, 46, 145, 1) 100%);
    background: -o-linear-gradient(130deg, rgba(1, 178, 240, 1) 0%, rgba(1, 178, 240, 1) 70%, rgba(9, 46, 145, 1) 100%);
    background: linear-gradient(130deg, rgba(1, 178, 240, 1) 0%, rgba(1, 178, 240, 1) 70%, rgba(9, 46, 145, 1) 100%);
}
.custom-card-3 {
    display: flex;flex-direction: column;align-items: center;justify-content: center;
}
.border-bottom-cb {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.border-bottom-ct {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.box-dana-- {
    border: 1px dashed #5c9eff;
    border-radius: 12px 12px 0;
    padding: 12px;
    font-size: 14px;
    position: relative;
}
.box-dana-- img {
    position: absolute;
    height: 33px;
    right: 5px;
    bottom: 3px;
}
.ispremium a.menu-item {
    opacity: .7;
    pointer-events: none;
    cursor: default;
}
.ispremium a.menu-item:before {
    position: absolute;
    content: "🔒︎";
    color: #fff;
    font-size: 22px;
    border-radius: 50% / 50%;
    background: rgb(0 0 0);
    padding: 4px 8px;
}
.bg-knd {
   background: #e7efff; border-radius: 50%/50%; padding: 8px; 
}
.sticky-start {
    position: sticky;
    left: 0;
    z-index: 10;
    background: #468fea;
    border-radius: 12px;
    border: solid #fbfbfb;
}
.custom-icon {
    color: #468fea!important;
    position: absolute;
    bottom: -15px;
}
.collapse {
    visibility: visible !important;
}
#hipnoterapiAccordion,
#hipnoterapiAccordion .accordion-button,
#catatanAccordion,
#catatanAccordion .accordion-button,
#jurnalAccordion,
#jurnalAccordion .accordion-button {
    font-size:14px;
}
#jurnalAccordion {
    overflow: hidden;
    border-radius: 0 0 12px 12px;
}
.locked-feature {
    opacity: 0.7;
    pointer-events: none;
    cursor: not-allowed;
}
.box-top {
    background: #468fea;
    color:#fbfbfb;
    padding: 13px 15px 15px;
    border-radius: 0 0 1rem 1rem;
    border: solid 1px #e1e1e1;
    width:100%;
}
.box-top:before {
    content: "";
    position: absolute;
    height: 11px;
    width: 10px;
    background: #f0f2f5;
    left: 30px;
    top: -5px;
    border-radius: 50%;
}
.box-top:after {
    content: "";
    position: absolute;
    height: 11px;
    width: 10px;
    background: #f0f2f5;
    left: 30px;
    bottom: -5px;
    border-radius: 50%;
}
.form-check .form-check-input {
    margin-top: 0;
    margin-bottom: -20px;
}
.box-data { 
    background: #fbfbfb;
}
.box-data .bbb {
    line-height:normal;
    margin-bottom:5px;
    font-size: 14px;
}
.box-data p {
    line-height:normal;
    font-size:12px;
}
.box-data img {
    width: 50px;
    border: solid 2px #fff;
    border-radius: 14px;
    background: #f6f6f6;
    padding: 10px;
}
.box-data .border-rl {
    border-left: solid 1px #eee;
    border-right: solid 1px #EEE;
}
.harga-- {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 10px 0;
    background: rgb(4 24 77 / 50%);
    padding: 5px 8px;
    font-size: 12px;
    color: #fff;
}
.w-p-o {
    height: 26px;
    display: inline;
    margin-right: 8px;
    margin-top: -4px;
}
.w-p-2 {
    height: 16px !important;
    width: 16px !important;
    display: inline;
    vertical-align: sub;
    border: solid 1px #fff;
    border-radius: 50%;
}
.w-h-c-- a span {
    position: relative;
    padding: 6px 2px;
    width: 100%;
    text-align:left;
    border-radius: 0;
    background: transparent;
    color: #121212;
        line-height: 1.2;
            display: block;
}
#filterSelect {
    margin-bottom: 12px;
    border-radius: 12px;
    font-size: 14px;
    padding: 8px 10px;
}
.bahagia {
    background: #8BC34A;
    color: #fff;
    font-size: 26px;
    border-radius: 50% / 50%;
    padding: 1px 6px 0;
}
.tidak {
    background: #468fea;
    color: #fff;
    /* border: solid 2px #b0cdf3; */
    width: 40px;
    height: 40px;
    border-radius: 50% / 50%;
    padding: 6px 11px;
    font-size: 18px;
}
.bahagia:hover, .tidak:hover {
    opacity:.8;
}

.glass-effect {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.glass-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  transform: skewX(-25deg);
  animation: shine 2.5s ease-in-out infinite;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

.bottom-nav-scroll a { 
    width: 20%;
}
.absolute-menu {
    color: #b4c0ce !important;
    position: absolute;
    bottom: 6px;
    font-size: 18px !important;
    animation: moveLeft 1s infinite alternate ease-in-out;
}
@keyframes moveLeft { from { transform: translateX(0); } to { transform: translateX(-6px); } }

.text--1 {
  position: relative;
  display: inline-block;
}
.text--1 span {
  position: absolute;
  width:100%;
  left: 0;
  top: 0;
  opacity: 0;
  animation: fader 4s infinite;
}
.text--1 span:nth-child(1) {
  animation-delay: 0s;
}
.text--1 span:nth-child(2) {
  animation-delay: 2s;
}
@keyframes fader {
  0%, 100% { opacity: 0; }
  5%, 10% { opacity: 1; }
}

.box-sub-- {
    border: solid 1px #ddd;
    padding: 15px;
}

#main-menu .menu-item-center img { 
    width: 130px; height: 130px;filter: opacity(0.8); 
}
#main-menu .menu-item-center span {
    width: 100%;
    border-radius: 50px 50px 0 0 / 13px 12px 0 0;
    padding: 5px 0;
    font-size: 12px;
}

.star-- {
    position: absolute;
    background: #FFD700;
    color: #80510c !important;
    z-index: 9;
    left: 0;
    top: 0;
    border-radius: 0 0 15px 0;
    padding: 4px 8px;
    font-size: 12px !important;
}
.lock-- {
    position: absolute;
    background: #dc3545;
    color: #fff !important;
    z-index: 10;
    left: 0;
    top: 0;
    border-radius: 0 0 15px 0;
    padding: 4px 8px;
    font-size: 16px !important;
}
.learn-price {
    position: absolute;
    font-size: 12px;
    bottom: 8px;
    left: 8px;
    color: #000000;
}
 
#self-hypnosis {
    background-repeat: no-repeat;
    background-size: 130px;
    background-position: bottom left; 
    background-color: #468fea; 
}

#subscription-options,
#healing-options, 
#self-hipno-list,
#self-kelas-list,
#self-affiliate-list {
    overflow-x: scroll;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory; 
    gap: 1rem;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
}
#self-hipno-list label,
#self-kelas-list label, 
#self-affiliate-list label {
    font-size: 14px;
    border-radius: 10px 10px 0 0;
    padding: 8px 0;
    color: #555;
    font-weight: 200;
}
#self-hipno-list a,
#self-kelas-list a,
#self-affiliate-list a {
    font-size: 14px;
    color: #0038c9;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
    padding: 5px 0;
}
#self-hipno-list a i , #self-kelas-list a i, #self-affiliate-list a i {
    margin-right: 8px; 
}
#self-hipno-list a:hover, #self-kelas-list a:hover, #self-affiliate-list a:hover {
    color: #001b61;
}
#self-hipno-list ul {
    height: 170px;
    overflow-y: auto;
}
#self-kelas-list ul {
    height: 140px;
    overflow-y: auto;
}
#self-affiliate-list {
    height: 100px;
    overflow-y: auto;
}
#self-hipno-list .form-check , #self-kelas-list .form-check, #self-affiliate-list .form-check {
    background: transparent;
}
.form-check {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    min-height: 150px;
    min-width: 250px;
    border-radius: 13px;
}
.text-token-text-primary {
    font-size:14px;
}
.pola-card {
    position: absolute;
    height: 100%;
    width: 200px;
    background: rgb(0 56 201 / 40%);
    left: 0;
    top: 0;
    border-radius: 0 0 50%;
}
a.btn-detail-- {
    border: solid 1px #fff;
    padding: 10px;
    display: block;
    margin: 8px 0 0;
    border-radius: 15px;
} 
a.btn-detail--:hover {
    opacity:.8;
}
#list-hipnoterapi,
#list-curhat,
#list-cfd { 
    /*background: url(/assets/img/2462521329.png?v=1.43);*/
    background: #fff;
    background: -moz-linear-gradient(top, #f0f2f5, #fff);    /* Firefox lama */
    background: -webkit-linear-gradient(top, #f0f2f5, #fff); /* Chrome & Safari lama */
    background: -o-linear-gradient(top, #f0f2f5, #fff);      /* Opera lama */
    background: linear-gradient(180deg, #f0f2f5, #fff);      /* Standard */
}
#list-kelas { 
    background: url(/assets/img/bg/2.png?v=1.44);
    background-color: #fbfbfb;
    background-size: auto 120px;
    background-repeat: no-repeat;
    background-position: bottom right;
}
#list-affiliate { 
    background: url(/assets/img/bg/2.png?v=1.44);
    background-color: #fbfbfb;
    background-size: auto 45%;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.div--left {
    position: absolute;
    left: 0;
    background: rgb(0 0 0 / 80%);
    color: #fff;
    font-weight: 200;
    bottom: 0;
    border-radius: 0 10px;
    padding: 3px 10px;
    font-size: 12px;
}
.div--right {
    position: absolute;
    right: 0;
    border-bottom: solid 1px #816100;
    background: #e0a800;
    color: #333;
    font-weight: 200;
    top: 0;
    border-radius: 0 10px;
    padding: 3px 10px;
    font-size: 12px;
}

@media(max-width:767px){ 
    .menu-item-center span {
        font-size:12px;
    }
    #self-hypnosis .menu-item-center span,
    #filterSelect {
        font-size:14px;
    }
    .w-p-o {
        height: 20px;
        width: 20px;
        margin-right: 6px;
        margin-top: -3px;
    }
    .horizontal-menu-2, #horizontal-menu-premium, #horizontal-menu, .hide-scroll-y {
      overflow-x: hidden;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }
    .horizontal-menu-2:hover::-webkit-scrollbar, #horizontal-menu-premium:hover::-webkit-scrollbar, #horizontal-menu:hover::-webkit-scrollbar, .hide-scroll-y:hover::-webkit-scrollbar {
      display: none;
    }
    .horizontal-menu-2:hover, #horizontal-menu-premium:hover, #horizontal-menu:hover, .hide-scroll-y:hover {
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}

.yt-tabs-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    padding-bottom: 10px;
}
.yt-tabs-wrapper::-webkit-scrollbar {
    display: none;
}

.yt-chip {
    display: inline-block;
    padding: 6px 12px;
    margin-right: 8px;
    background-color: #fbfbfb; 
    color: #0f0f0f;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}
.yt-chip:hover {
    background-color: #0038c9;
    color:#fff;
}
.yt-chip:hover img {
    filter: brightness(0) invert(1);
}
.yt-chip.active {
    background-color: #0038c9;
    color: #fff;
}

.yt-chip.active img {
    filter: brightness(0) invert(1);
}

#kecanduanlist .yt-chip img {
    height: 16px;
}
#kecanduanlist .yt-chip.active img,
#konsultasion .yt-chip.active img {
    display: inline-block;
    height: 16px;
    vertical-align: middle;
}

.yt-chip img {
    display: inline;
    height: 24px;
    margin-right: 4px;
}

.yt-music-item {
    display: flex;
    align-items: center;
    padding: 12px 12px 12px 0;
    border-radius: 0px;
    transition: background-color 0.2s;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #f0f0f0;
}
.yt-music-item:hover {
    /*background-color: #f9f9f9;*/
    color: #0d6efd; 
    opacity:.8;
}
.yt-thumb {
    width: 40px;
    height: 40px;
    background-color: #e9ecef;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}
.yt-thumb i {
    font-size: 20px;
    color: #6c757d;
}
.yt-music-item:hover .yt-thumb i {
    color: #0d6efd;
}
.yt-info {
    flex-grow: 1;
    min-width: 0; 
}
.yt-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.yt-subtitle {
    font-size: 12px;
    color: #606060;
}
.yt-list-container {
     
    height: calc(100vh - 70px);
    
    overflow-y: auto; 
    
    scrollbar-width: thin;
    scrollbar-color: #cfcfcf transparent;
}

.yt-list-container::-webkit-scrollbar {
    width: 6px;
}

.yt-list-container::-webkit-scrollbar-track {
    background: transparent;
}

.yt-list-container::-webkit-scrollbar-thumb {
    background-color: #cfcfcf;
    border-radius: 20px;
}

.yt-list-container::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a0;
}

.fade-in {
    animation: fadeIn 0.4s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

#hybrid-tool {
    border-radius: 0;
}
.hybrid-player {
    background: #121212;
    color: white;
    border-radius: 0;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    position: relative;
    height: 70vh;
    display: flex;
    flex-direction: column;
}

.player-header {
    padding: 15px;
    background: linear-gradient(180deg, rgba(18,18,18,0.9) 0%, rgba(18,18,18,1) 100%), url('https://images.unsplash.com/photo-1470252649378-9c29740c9fa8?w=500&q=80');
    background-size: cover;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    z-index: 10;
}

.track-list-scroll {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 40px; 
}

.track-row {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.03);
    transition: background 0.2s;
}
.track-row:active { background: rgba(255,255,255,0.1); }

.t-thumb {
    width: 48px; height: 48px;
    border-radius: 6px;
    background-size: cover;
    position: relative;
    margin-right: 15px;
    flex-shrink: 0;
}

.t-overlay {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.4);
    display: flex; align-items: center; justify-content: center;
    border-radius: 6px;
}

.playing .icon-play { display: none; }
.playing .icon-eq { display: flex; }
.icon-eq { display: none; gap: 3px; height: 12px; align-items: flex-end; }
.bar { width: 3px; background: #fff; animation: eq 0.8s infinite ease-in-out; }
.bar:nth-child(1) { animation-delay: 0s; height: 40%; }
.bar:nth-child(2) { animation-delay: 0.2s; height: 100%; }
.bar:nth-child(3) { animation-delay: 0.4s; height: 60%; }
@keyframes eq { 0%, 100% { height: 30%; } 50% { height: 100%; } }

.t-info { flex: 1; }
.t-title { font-size: 14px; font-weight: 500; color: #fff; }
.t-desc { font-size: 11px; color: #aaa; margin-top: 2px; }

.t-vol { width: 70px; opacity: 0; transition: opacity 0.3s; margin-left: 10px; }
.playing .t-vol { opacity: 1; }

input[type=range] {
    width: 100%; height: 3px; background: #333; accent-color: #fff; border-radius: 2px;
}

.neuro-dock {
    position: absolute;
    bottom: 0; left: 0; width: 100%;
    background: rgba(20, 20, 20, 0.95);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 10px 15px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.neuro-line {
    position: absolute; top: -1px; left: 0; width: 0%; height: 2px;
    background: #00f3ff;
    box-shadow: 0 0 10px #00f3ff;
    transition: width 0.2s;
}
.neuro-active .neuro-line { width: 100%; animation: glowLine 2s infinite; }
@keyframes glowLine { 50% { opacity: 0.5; } }

.dock-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dock-left { display: flex; flex-direction: column; justify-content: center; }
.neuro-label { font-size: 10px; color: #00f3ff; letter-spacing: 1px; font-weight: bold; text-transform: uppercase; }
.neuro-timer { font-size: 12px; color: #888; font-family: monospace; margin-top: 2px; }

.dock-center {
    display: flex;
    gap: 15px;
    background: rgba(255,255,255,0.05);
    padding: 6px 15px;
    border-radius: 50px;
}

.mode-icon {
    color: #555; font-size: 18px; cursor: pointer; transition: all 0.2s;
    display: flex; align-items: center; justify-content: center;
}
.mode-icon:hover { color: #fff; }
.mode-icon.active { color: #00f3ff; transform: scale(1.1); text-shadow: 0 0 10px rgba(0,243,255,0.5); }

.dock-right { display: flex; gap: 10px; align-items: center; }

.btn-timer-set {
    background: none; border: 1px solid #444; color: #888;
    font-size: 10px; padding: 4px 8px; border-radius: 4px; cursor: pointer;
}
.btn-timer-set:active { background: #333; }

.btn-neuro-power {
    width: 40px; height: 40px; border-radius: 50%; border: none;
    background: #222; color: #555; font-size: 18px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: all 0.3s;
}
.btn-neuro-power.on {
    background: #00f3ff; color: #000; box-shadow: 0 0 15px rgba(0, 243, 255, 0.4);
}
@media(max-width:767px){
    #hybrid-tool .hybrid-player {
        border-radius: 0;
    }
}

.emdr-container {
    background: #000;
    border-radius: 0; 
    height: 175px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
}
#emdr-tool-final {
    border-radius:0 0 0.5rem 0.5rem;
}

.center-marker {
    position: absolute; top: 50%; left: 50%;
    width: 6px; height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.center-marker::after {
    content: ''; position: absolute;
    top: -150px; left: 2px;
    width: 2px; height: 300px;
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.05), transparent);
    pointer-events: none;
}

.target-ball {
    width: 30px; height: 30px;
    background: #00f3ff;
    border-radius: 50%;
    position: absolute; top: 50%; left: 50%;
    margin-top: -15px; margin-left: -15px;
    box-shadow: 0 0 20px #00f3ff, 0 0 40px #00f3ff;
    opacity: 0; z-index: 6;
}

@keyframes moveHorizontal {
    0% { transform: translateX(-130px); }
    50% { transform: translateX(130px); } 
    100% { transform: translateX(-130px); }
}

.moving { opacity: 1; animation: moveHorizontal 2s linear infinite; }

.overlay-start {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: #cc0000;
    backdrop-filter: blur(5px);
    display: flex; flex-direction: column;
    justify-content: center; align-items: center;
    text-align: center; color: white;
    z-index: 20; padding: 15px; transition: opacity 0.3s;
}
.overlay-start.hidden { opacity: 0; pointer-events: none; }

.goal-grid {
    display: grid;
    grid-template-columns: 1fr; 
    gap: 15px;
    width: 100%;
}

.goal-btn {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgb(0 0 0 / 20%);
    color: white;
    padding: 10px;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.2s;
}
.goal-btn:hover { background: rgba(255,255,255,0.2); border-color: #121212; transform: translateY(-3px); }
.goal-btn i { display: block; font-size: 28px; margin-bottom: 10px; color: #ddd; }
.goal-title { font-weight: bold; font-size: 14px; display: block; margin-bottom: 4px;line-height: normal; }
.goal-desc { font-size: 10px; color: #ddd; display: block; }

.emdr-controls {
    background: #222;
    padding: 15px;
    border-radius: 0;
    display: none;
    justify-content: space-between;
    align-items: center;
    color: white;
    border-top: 1px solid #333;
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.timer-display {
    font-family: monospace; font-size: 18px; font-weight: bold;
    color: #00f3ff; background: rgba(0, 243, 255, 0.1);
    padding: 5px 10px; border-radius: 8px;
}
#guideMessage {
    position: absolute; 
    top: 10px; 
    width: 100%; 
    text-align: center; 
    color: rgba(255,255,255,0.8); 
    font-size: 12px; 
    letter-spacing: 0.5px;
    pointer-events: none; 
    z-index: 10; 
    transition: opacity 1s ease, font-size 0.5s ease;
    opacity: 0;
}
.custom-selesai {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #198754;
    border-radius: 0;
    padding-top: 15px;
}

@keyframes backgroundSlideshow {
    0%, 30% {
        background-image: url('/assets/img/menu-4/bg9.png');
    }
    35%, 65% {
        background-image: url('/assets/img/menu-4/bg6.png');
    }
    70%, 100% {
        background-image: url('/assets/img/menu-4/bg5.png');
    }
}
.bg-slideshow {
    animation: backgroundSlideshow 10s infinite alternate;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-color: #e0edff;
    transition: background-image 1s ease-in-out;
}

.bg-slideshow-2 {
    background-image: url('/assets/img/menu-4/bg1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-color: rgb(255 107 53 / 15%);
}

.bg-slideshow-3 {
    line-height: normal;
    background: #e0edff;
    background: -moz-linear-gradient(top, #fff, #e0edff);
    background: -webkit-linear-gradient(top, #fff, #e0edff);
    background: -o-linear-gradient(top, #fff, #e0edff);
    background: linear-gradient(180deg, #fff, #e0edff);
}

.menu-item.glass-effect {
    background: #468fea; padding: 10px 15px 12px; border-radius: 6px 20px; box-shadow: 0 0 10px #ffffff; line-height: 1;min-width: 170px;
}

/* ======================================================== */
/* === TAMBAHAN CSS DARI LOGIN.CSS YANG BELUM ADA DI ATAS === */
/* ======================================================== */

.box-top-2 { border-radius: 1rem 1rem 0 0!important; border: solid 1px #e1e1e1; }
.auth-form-container { padding: 1rem; }
.password-wrapper { position: relative; }
.password-toggle-icon { position: absolute; top: 50%; right: 1rem; transform: translateY(-50%); cursor: pointer; }
.divider { text-align: center; margin: 1.5rem 0; position: relative; }
.divider:before { content: ''; display: block; width: 40%; height: 1px; background: #ddd; position: absolute; left: 0; top: 50%; }
.divider:after { content: ''; display: block; width: 40%; height: 1px; background: #ddd; position: absolute; right: 0; top: 50%; } 
.locked-feature-guest { cursor: pointer; }
#auth-status-alert { margin: 15px 0 0; text-align: center; }
.bg-top-- { position: absolute; bottom: 0; right: 0; width: 40px; height: 30px; background: rgb(102 118 158); border-radius: 50px 0 0 0; box-shadow: 0 4px 20px rgba(0, 0, 0, .1); }
.bg-top--2 { z-index:9; position: relative; }
.bg-top--2 p.text-muted {
    width: 75%;
    margin: auto;
}
.bg-top--3 { position: absolute; bottom: 0; left: 0; width: 40px; height: 30px; background: rgb(70 143 234); border-radius: 0 50px 0 0; box-shadow: 0 4px 20px rgba(0, 0, 0, .1); }
.block-box { background: transparent !important; border: none !important; padding: 0 !important; }
.block-box:hover{ opacity:.7; }
#floating-pilih-menu {
    background-color: #fff;
    position: fixed;
    bottom: 78px; 
    z-index: 9999;
    width: calc(50% - 3rem);
    margin: auto;
    border-radius: 15px;
    height: auto;
}
.ab-quick-card {
  position: relative;
  background: #fbfbfb;
  border-radius: 15px;
  border: 1px solid var(--ab-border);
  padding: 16px;
  cursor: pointer;
  transition: border-color 0.15s, transform 0.15s;
  min-height: 110px;
  min-width: 100%;
  text-decoration: none;
  color: inherit;
  display: block;
  align-content: center;
  overflow:hidden;
}
.ab-quick-card:hover {
  border-color: var(--ab-purple-mid);
  /*transform: translateY(-2px);*/
  color: inherit;
  text-decoration: none;
}
.ab-quick-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--ab-text);
  margin: 0 0 3px;
}
.ab-quick-desc {
  font-size: 12px;
  color: #777;
  margin: 0 70px 0 0;
}
.ab-time-badge {
  font-size: 10px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.ab-time-malam {
  background: #6c757d;
  color: #fff;
}
.ab-time-pagi  { background: #FEF9C3; color: #92400E; }
.ab-section-title {
    font-size: 14px;
    letter-spacing: 0.06em;
    color: #fbfbfb;
}
.ab-section-title span {
    line-height: normal;
}
#filtermenuaktifitas.show {
    border-bottom-right-radius: 0;
}
.ab-section-title ul.dropdown-menu.show {
    border-top-right-radius: 0 !important;
}
.ab-section-title ul.dropdown-menu.show .dropdown-item.active i {
    color:#fff!important;
}
.ab-section-title ul.dropdown-menu.show .dropdown-item.active {
    background-color:#468fea;
}
.mulaisesibox-1 {
    font-size: 14px;
    background: #0f0f0f;
    color: #fff;
    padding: 10px 1rem;
    border-radius: 0;
}
#floating-pilih-menu a span {
    width: 90px;
    height: 50px;
    color: #121212;
    line-height: 1.2;
    margin-top: 8px;
    
    /* Properti untuk membatasi 3 baris dan memunculkan ... */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#floating-pilih-menu a {
        justify-content: unset;
}
#filtermenuaktifitas::after {
    display: none !important; 
}
.box-sub-index {
    border: dashed 1px #c4c4c4;
    color: #777;
    background: #fbfbfb;
    padding: 10px 12px;
    font-size: 12px;
    text-align: justify;
}
.ab-section-title ul li a.dropdown-item {
    padding: 12px;
}
.pro-box- {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 9;
    bottom: auto;
    padding: 3px 6px;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background-color: #fbbf24;
    color: #000;
    font-size: 0.6rem;
}
.pro-box- i {
    font-size: 0.6rem;
    color: #000;
}
.confirm-muslim {
    top: 0;left: 0;z-index: 10;background-color: rgba(255, 255, 255, 0.65);backdrop-filter: blur(1px);border-radius: 1rem;
}

.rotating-text {
  position: relative;
  font-size: 12px;
  height: 16px; /* sesuaikan tinggi text */
}

.rotating-text span {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  animation: fadeText 4s infinite;
}

.rotating-text span:nth-child(1) {
  animation-delay: 0s;
}

.rotating-text span:nth-child(2) {
  animation-delay: 2s;
}

@keyframes fadeText {
  0% { opacity: 0; }
  10% { opacity: 1; }
  45% { opacity: 1; }
  55% { opacity: 0; }
  100% { opacity: 0; }
}

/* Efek hover untuk list meteran */
.stress-item, .work-item {
    cursor: pointer;
    transition: all 0.2s ease;
    /*border-left: 4px solid transparent;*/
}
.stress-item:hover, .work-item:hover {
    background-color: #f8f9fa;
}

#stress-meter-list .list-group-item,
#wfh-wfo-meter-list .list-group-item {
    font-size: 14px;
}

/* Transisi dasar untuk pergerakan halus badge angka */
.count-badge {
    display: inline-block;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease-in-out;
    min-width: 32px; /* Mencegah badge goyang saat digit angka bertambah */
    text-align: center; /* Memastikan angka tetap di tengah */
    font-weight: normal;
}

/* Animasi angka lama terlempar ke atas dan memudar */
.score-out {
    transform: translateY(-15px);
    opacity: 0;
}

/* Posisi awal angka baru yang bersiap masuk dari bawah */
.score-in {
    transform: translateY(15px);
    opacity: 0;
    transition: none; /* Matikan transisi sesaat agar perpindahannya tidak terlihat */
}

/* Style ketika item dipilih (tapi masih bisa ganti pilihan lain) */
/*.stress-item.voted {*/
/*    background-color: #e0f2fe;*/
/*    border-left: 4px solid #0d6efd;*/
    pointer-events: none; /* Mencegah spam klik di tombol yang sama */
/*}*/

/* Style ketika kesempatan ganti sudah habis (kunci semua) */
.stress-item.final-vote, .work-item.final-vote {
    opacity: 0.7;
    pointer-events: none !important;
}

@keyframes popScore {
    0% { transform: scale(1); }
    50% { transform: scale(1.5); background-color: #28a745 !important; color: white !important; }
    100% { transform: scale(1); }
}

/* Disabled state jika sudah memilih */
.stress-item.voted, .work-item.voted {
    pointer-events: none;
    background-color: #e0edff;
}

#stressmeter .text-bg-success {
    background: #0038c9!important;
}

.maskot-1 {
    width:130px;
    margin:auto;
    margin-bottom:20px;
}

#konsultasion a {
    border-radius: 15px 15px 0 0;
}
#konsultasion img {
    object-fit: contain;
    background: #121212;
}
#konsultasion .w-h-c-- a span {
    line-height: 1;
    min-height: auto;
    color: #777;
}
.pelatih {
    font-size: 12px;
    margin-left: 15px;
    margin-bottom: 10px;
    color: #777;
}

/* Layout Grid ala YouTube Music Quick Picks */
.yt-quick-picks-grid {
    display: grid;
    grid-template-rows: repeat(4, auto); /* Memaksa 4 item vertikal per kolom */
    grid-auto-flow: column;
    grid-auto-columns: 85vw; /* Lebar kolom untuk mobile */
    gap: 0 15px;
    padding-bottom: 15px;
}

@media(min-width: 768px) {
    .yt-quick-picks-grid {
        grid-auto-columns: 350px; /* Lebar tetap untuk desktop/tablet */
    }
}

/* Modifikasi item khusus dalam grid ini */
.yt-quick-picks-grid .yt-music-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); /* Garis pemisah tipis */
    padding: 10px 0;
}

.yt-quick-picks-grid .yt-music-item:last-child {
    border-bottom: none;
}

.yt-quick-picks-grid .yt-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.img-konsultasi {
    width: 85px;height: 60px;object-fit: cover;object-position: top;border-radius: 50%;
}
@media(max-width:767px){
    .menu-item.glass-effect {
        min-width: initial;
    }
    #floating-pilih-menu {
        width: 100%;
        border-radius: 0;
        bottom: 70px;
        height: auto;
    }
    .ab-quick-card {
        min-width: 100%;
    }
    .maskot-1 {
        width:40%;
    }
    .bg-top--2 p.text-muted {
        width: 100%;
    }
}