/*BUKAN BUATAN SAYA*/
body {font-family: "Plus Jakarta Sans", sans-serif;}
.lonk {color: #2563EB; text-decoration: underline; font-weight: bold;}
.lonk:hover {color: #DC2626;}
        details > summary { list-style: none; }
        details > summary::-webkit-details-marker { display: none; }
        .hover\:underline:hover { text-decoration: underline !important; }
		.hover\:text-white:hover { color: #ffffff !important; }
		.hover\:text-red-500:hover { color: #ef4444 !important; }
		.hover\:text-red-600:hover { color: #dc2626 !important; }
		.hover\:bg-white:hover { background-color: #ffffff !important; }
		.hover\:bg-slate-100:hover { background-color: #f1f5f9 !important; }
		.hover\:bg-blue-700:hover { background-color: #1d4ed8 !important; }
		.hover\:bg-blue-800:hover { background-color: #1e40af !important; }
		.hover\:bg-red-700:hover { background-color: #b91c1c !important; }
		.hover\:bg-\[\#128C7E\]:hover { background-color: #128C7E !important; }
		.hover\:border-blue-100:hover { border-color: #dbeafe !important; }
		.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; }
		.hover\:shadow-2xl:hover { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; }
		.hover\:scale-105:hover { transform: scale(1.05) !important; }
		.hover\:scale-110:hover { transform: scale(1.1) !important; }
		.hover\:-translate-y-1:hover { transform: translateY(-0.25rem) !important; }
		.hover\:-translate-y-2:hover { transform: translateY(-0.5rem) !important; }
		.group:hover .group-hover\:text-white { color: #ffffff !important; }
		.group:hover .group-hover\:text-blue-100 { color: #dbeafe !important; }
		.group:hover .group-hover\:text-blue-700 { color: #1d4ed8 !important; }
		.group:hover .group-hover\:text-red-600 { color: #dc2626 !important; }
		.group:hover .group-hover\:bg-blue-700 { background-color: #1d4ed8 !important; }
		.group:hover .group-hover\:bg-red-600 { background-color: #dc2626 !important; }
		.group:hover .group-hover\:bg-blue-100\/50 { background-color: rgba(219, 234, 254, 0.5) !important; }
		.group:hover .group-hover\:bg-red-100\/50 { background-color: rgba(254, 226, 226, 0.5) !important; }
		.group:hover .group-hover\:border-b-red-600 { border-bottom-color: #dc2626 !important; }
		.group:hover .group-hover\:scale-110 { transform: scale(1.1) !important; }
		.rapika {
		  white-space: normal;
		  word-wrap: break-word;
		  word-break: break-word;
		  overflow-wrap: break-word;
		  max-width: 100%;
		  box-sizing: border-box;
		}