.logo_lsp{
    height: 50px;
    max-width: 200px;
}
.devmode {
	height: 18px;
	color: white;
	font-size: 10pt;
	font-weight: 600;
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 15vw;
	right: 19vw;
	padding: 0 20px;
	text-align: center;
	animation-name: backgroundColorPalette;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
	transition: 1s;
}

@keyframes backgroundColorPalette {
	0% {
		background-color: #eb350c;
	}

	25% {
		background-color: #565656;
	}

	50% {
		background-color: #eb350c;
	}

	75% {
		background-color: #565656;
	}

	100% {
		background-color: #eb350c;
	}
}

@media only screen and (max-width: 1414px) {
	.devmode {
		font-size: 8pt;
	}
}

@media only screen and (max-width: 1147px) {
	.devmode {
		height: 15px;
		font-size: 7pt;
	}
}

@media only screen and (max-width: 1014px) {
	.devmode {
		font-size: 6pt;
	}
}

@media only screen and (max-width: 881px) {
	.devmode {
		height: 12px;
		font-size: 5pt;
	}
}

@media only screen and (max-width: 747px) {
	.devmode {
		font-size: 4pt;
	}
}

@media only screen and (max-width: 614px) {
	.devmode {
		font-size: 3pt;
	}
}

.devmode:hover {
	filter: opacity(0.2);
}

.divdevmode {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.img_devmode {
	display: inline;
	height: 50px;
	position: absolute;
	left: -40px;
	top: 0;
}
.form-control:read-only {
	background-color: var(--tblr-bg-surface-secondary);
	opacity: 1;
	color: var(--tblr-secondary);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

#back-to-top {
	position: fixed;
	bottom: 15px;
	right: 30px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}

#back-to-top.show {
	opacity: 1;
	visibility: visible;
}

.back-to-top:hover {
	opacity: 0.85;
	transform: scale(1.05);
	transition: all 0.2s ease-in-out;
	background-color: red;
}

.ts-dropdown {
	line-height: 2;
}
.logo-size {
	height: 100px;
}

/* Global Scrollbar Styling */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1; /* Warna track */
}

::-webkit-scrollbar-thumb {
	background-color: var(
		--tblr-primary
	); /* Warna thumb (sesuai primary Tabler) */
	border-radius: 10px;
	border: 2px solid transparent;
	background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #1a5bb8;
}

/* Firefox only */
body {
	scrollbar-color: var(--tblr-primary) #1a5bb8 !important; /* thumb color track color */
}
.text-justify {
	text-align: justify;
	text-justify: inter-word;
}
#modal-view-file {
	z-index: 1060; /* lebih tinggi dari modal default (1050) */
}
.modal-backdrop.show:nth-of-type(2) {
	z-index: 1055; /* backdrop modal kedua */
}
.select-from-text:hover {
	cursor: pointer;
}

.w-60 {
	width: 60% !important;
}

@media only screen and (max-width: 990px) {
	#search-bar.w-60 {
		width: 100% !important;
	}
}

.sidebar-badge {
	top: 1.25rem !important;
	right: 3.375rem !important;
}
