@charset "utf-8";
/*
Color Theme:
Font: #2b2b2b
Title / Accent: #C9A227
Black: #111111, dark #1a1a1a
Gold: #C9A227, soft #E6C86E, pale #f6edd1
*/

/* Reset Browser */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus { outline: 0; }

body {
	background-image: url(images/bg-hitam.jpg); 
	  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;  
	color: #b0b0b0;         
	line-height: 1;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a, .link {
	color: #c9a227;
	text-decoration: none;
	transition: all ease-in-out 200ms;
	cursor: pointer;
}
a:hover, .link:hover {
	color: #e2c86d;color: #e2c86d;
	text-decoration: underline;
}

a img { border: 0; }
.linkplain { text-decoration: none; transition: all ease-in-out 200ms; cursor: pointer; }
.linkplain:hover { color: #111111; text-decoration: underline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }

del { color: #333; }
ins { background: none; text-decoration: none; }

hr {
	background-color: #ddd;
	border: 0;
	height: 1px;
	margin: 24px;
}

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

small, .small {
	font-size: 10px;
	line-height: 14px;
	color: #777;
	font-weight: 400;
}

img { border: 0; -ms-interpolation-mode: bicubic; }
em { font-style: italic; }

p { line-height: 20px; padding: 4px 0; }
.clear { clear: both; }
.hidden { display: none; }
.pointer { cursor: pointer; }

input, select, textarea {
	font-size: 14px;
	line-height: 18px;
	font-family: 'Lato', sans-serif;
}

input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="number"],
input[type="search"], select, textarea {
	padding: 10px 8px;
	border: 1px solid rgba(0,0,0,.15);

	border-radius: 6px;
	background-color: #ffffff;
	color: #2b2b2b;
	line-height: 18px;
}

input:not([type]), input[type="text"]:hover, select:hover,
input[type="password"]:hover, textarea:hover,
input[type="email"]:hover, input[type="number"]:hover,
input[type="search"]:hover {
	border-color: #C9A227;
	background-color: #fafafa;
}

input:not([type]), input[type="text"]:focus, select:focus,
input[type="password"]:focus, textarea:focus,
input[type="email"]:focus, input[type="number"]:focus,
input[type="search"]:focus {
	color: #111;
	background-color: #fff;
	border: 1px solid #C9A227;
	box-shadow: 0 0 0 3px rgba(201,162,39,.15);
}

input[type="number"] { text-align: right; padding: 8px; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { margin-left: 10px; }
input[type=number] { -moz-appearance:textfield; appearance: textfield; }

input:not([type]), input[type="submit"], input[type="button"], .button {
	background: linear-gradient(180deg, #0e0e0f, #1a1b1d);
	border: 1px solid #1a1b1d;
	cursor: pointer;
	border-radius: 999px;
	padding: 10px 18px;
	color: #C9A227;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
	position: relative;
	top: 0;
	display: inline-block;
	line-height: 18px;
}

input:not([type]), input[type="submit"]:hover,
input[type="button"]:hover, .button:hover {
	top:-1px;
	background: linear-gradient(180deg, #1a1b1d, #232427);
	border-color: #C9A227;
	color: #E6C86E;
}

input:not([type]), input[type="submit"]:active,
input[type="button"]:active, .button:active { top:1px; }

input[type="text"]:disabled, input[readonly="readonly"] {
	background-color: #f2f2f2;
	border: 1px solid rgba(0,0,0,.15);

}

input[readonly="readonly"]:hover,
input[readonly="readonly"]:focus {
	background-color: #f2f2f2;
	border: 1px solid rgba(0,0,0,.15);

	box-shadow: none;
}

a.button:hover { text-decoration: none; }

input:not([type]), input[type="search"] {
	background-image: url(images/search.png);
	background-position: right center;
	background-repeat: no-repeat;
	width: 200px;
}

input:not([type]), input[type="submit"].active,
input[type="button"].active, .button.active {
	background-color: #C9A227;
	border-color: #C9A227;
	color: #111;
}

input[type="file"] { display: none; }

.button_red {
	background-color: #111 !important;
	border-color: #111 !important;
	color: #ffd8d8 !important;
}

.button_green {
	background-color: #C9A227 !important;
	border-color: #C9A227 !important;
	color: #111 !important;
}

.button_grey {
	background-color: #f6edd1 !important;
	border-color: #f6edd1 !important;
	color: #111 !important;
}

.pale_blue { background-color: #f6edd1 !important; }
.low_green { background-color: #f9f4e3 !important; }
.pale_green { background-color: #f6edd1 !important; }
.pale_red { background-color: #fce8e8 !important; }

.button_inactive {
	background-color: #b3b3b3 !important;
	border-color: #b3b3b3 !important;
	color: #fff !important;
	cursor: auto !important;
}

strong, .strong, .bold { font-weight: 900; }
.nowrap { white-space: nowrap; }

.notif {
	line-height: 18px;
	margin: 16px 0;
	text-align: center;
	color: #FFF;
	display: none;
	font-size: 13px;
	position: relative;
}

.notif div { padding: 16px; border-radius: 8px; }
.notifno { background: linear-gradient(180deg, #0e0e0f, #1a1b1d); }
.notifyes { background: #C9A227; color: #111; }

.aligncenter { text-align: center; }
.alignright { text-align: right; }

.transition { transition: all ease-out 200ms; }
.relative { position: relative; }
.absolute { position: absolute; }

.floatleft { float: left; }
.floatright { float: right; }

.halfleft { float: left; width: 49%; }
.halfright { float: right; width: 49%; }

.none { display: none; }
.linestd, .stdline { line-height: 18px; }
.vertop { vertical-align: top !important; }

article {
	padding: 24px 0;
	margin: 0 3%;
	min-height: 80vh;
}

h1 {
	color: #C9A227;
	font-weight: 300;
	font-size: 28px;
	line-height: 36px;
}

h4 {
	font-weight: 900;
	color: #C9A227;
	font-size: 16px;
	line-height: 24px;
}

.textred { color: #992c2c; }

.boxinput { padding: 6px 0; line-height: 18px; }

.wrapinput {
	padding: 0 24px 24px 24px;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 12px 28px rgba(0,0,0,.10);
	border-radius: 14px;
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
}



.headinput {
	background: linear-gradient(90deg, #0e0e0f, #1a1b1d);
	margin: 0 -24px 16px -24px;
	color: #c9a227;
	padding: 10px 0 10px 24px;
	line-height: 20px;
	font-weight: 900;
	text-transform: uppercase; 
}

.inputhors { padding: 6px 0; }
.inputlabel { padding-bottom: 2px; }
.submitarea { padding: 16px 0; }
.noborder { border: none !important; }

.pagetitle {
	display: inline-block;
	position: relative;
	top: 8px;
	white-space: nowrap;
	overflow: hidden;
	max-width: 60%;
	text-overflow: ellipsis;
	color: #111;
}

.nowrap { white-space: nowrap; }

/* HEADER */
header {
	background: linear-gradient(180deg, #0e0e0f, #1a1b1d);
	height: 64px;
	display: block;
	box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

.logo {
	float: left;
	width: 260px;
	background: linear-gradient(135deg, #0e0e0f, #232427);
	height: 64px;
}

.logoimg {
	display: block;
	padding: 12px 0 0 16px;
	width: 157px;
	height: auto;
	filter: brightness(1.1);
}

/* REGISTER LOGIN */
.boxregister {
	width: 50%;
	max-width: 360px;
	padding: 16px 16px 0 16px;
	margin: 0 auto;
	text-align: center;
	background: #ffffff;
	border-radius: 14px;
	box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

.reginput { width: 98%; max-width: 300px; }

#regloader { right: 24px; top: 22px; }
#verloader1, #verloader2, #verloader3 {
	right: 0;
	top: 22px;
}

.boxwelcome { max-width: 640px; }

.linkreg {
	text-align: center;
	padding: 16px 0;
	color: #C9A227;
}

/* DROPDOWN MENU */
.menuwrap {
	float: right;
	width: auto;
	padding: 0 16px 0 0;
}

.navbar {
	overflow: hidden;
}

.navbar a {
	float: right;
	font-size: 14px;
	color: #E6C86E;
	text-align: center;
	padding: 23px 16px;
	text-decoration: none;
	line-height: 18px;
	transition: all ease-in-out 200ms;
}

.navbar a.menuicon {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	width: 12px;
	height: 18px;
	filter: brightness(1.2);
}

.navbar span.menuicon {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	display: block;
	margin-top: -2px;
}

.dropdown {
	float: right;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
}

.dropdown .dropbtn {
	font-size: 14px;
	line-height: 18px; 
	border: none;
	outline: none;
	color: #E6C86E;
	padding: 23px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
	transition: all ease-in-out 200ms;
}

.navbar a:hover,
.dropdown:hover .dropbtn,
.navbar a.aktif,
.dropdown .dropbtn.aktif {
	background: linear-gradient(180deg, #C9A227, #E6C86E);
	color: #111111;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #ffffff;
	min-width: 160px;
	box-shadow: 0 12px 24px rgba(0,0,0,.18);
	border-radius: 10px;
	z-index: 1;
	overflow: hidden;
}

.dropdown-content a {
	float: none;
	color: #2b2b2b;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #f6edd1;
	color: #111;
}

.dropdown:hover .dropdown-content {
	display: block;
}

/* PAGE: ASET */
.righttitle {
	float: right;
	width: auto;
	text-align: right;
}

.pagetitleaset {
	position: relative;
	top: 14px;
	color: #111;
}

.toparea {
	padding: 16px 0 24px 0;
}

.kolsatu {
	width: calc(50% - 25px);
	padding: 0 48px 0 0;
}

.koldua {
	width: calc(50% - 25px);
	padding: 0;
}

.inputleft,
.inputright,
.inputfull {
	display: inline-block;
	vertical-align: middle;
	min-height: 20px;
	padding: 4px 0;
	line-height: 20px;
}

.inputfull { width: 100%; }
.inputleft { width: 160px; }
.inputright { width: calc(99% - 164px); }

.inputleft_option { width: 200px; }
.inputright_option { width: calc(98% - 200px); }

.lampiranbox {
	padding: 10px 8px;
	border: 1px solid #d6c27a;
	border-radius: 8px;
	background-color: #ffffff;
	color: #2b2b2b;
	line-height: 18px;
}

.lamlabel {
	line-height: 20px;
	color: #111;
}

.savedit {
	padding: 24px 0;
	position: relative;
}

.edittext {
	width: calc(100% - 264px);
}

.progressbox {
	width: 100%;
	border: 1px solid #8C7A2B;
	height: 38px;
	border-radius: 4px;
	overflow: hidden;
	display: none;
	background: #0F0F0F;
}
.progressbar {
	height: 38px;
	width: 0%;
	background: linear-gradient(90deg, #0e0e0f, #1a1b1d);
}
.fullinput {
	width: calc(99% - 16px);
}
.proglamp {
	float: right;
	width: calc(100% - 128px);
}
.progimg {
	width: 238px;
	margin-top: 8px;
}
.ui-tooltip {
	font-size: 14px;
	line-height: 20px;
	box-shadow: none;
	font-family: 'Lato', sans-serif;
	background: #1A1A1A;
	color: #F1C84B;
	border: 1px solid #8C7A2B;
}
.lampitem {
	padding: 8px 0;
	position: relative; 
	border-bottom: 1px dotted #8C7A2B;
}
.lampfile {
	line-height: 20px;
	padding: 6px 0;
	white-space: nowrap;
	overflow: hidden;
	color: #EAEAEA;
}
.lampthumb {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	padding: 0 16px 0 0;
}
.lampdel {
	position: absolute;
	right: 4px;
	top: 16px;
	display: block;
	opacity: 0.4;
	width: 16px;
	height: 16px;
	transition: ease-in-out 200ms;
	cursor: pointer;
	filter: brightness(0) saturate(100%) invert(74%) sepia(29%) saturate(570%) hue-rotate(6deg);
}
.lampdel:hover {
	opacity: 1;
}
.lamp_ket {
	width: 70%;
	color: #EAEAEA;
}
.defimg {
	display: block;
	width: 240px;
	height: 240px;
	border-radius: 4px; 
	padding-bottom: 8px;
}
.defimgview {
	width: calc(50% - 18px);
	height: auto;
	display: block;
	border-radius: 8px;
	border: 2px solid #8C7A2B;
	box-shadow: 0 0 6px #000;
	overflow: hidden;
	position: relative;
	transition: all ease-in-out 400ms;
	opacity: 1;
	background: #0F0F0F;
}
.defimgview:hover {
	border: 2px solid #F1C84B;
	opacity: 0.85;
}
.buttondefimg {
	width: 206px;
	text-align: center;
}
#imgnotif {
	width: 240px;
}
.imgarea {
	position: relative;
	width: 241px;
	float: left;
}
.imgnote {
	float: left;
	width: calc(99% - 268px);
	padding: 0 0 0 24px;
	color: #EAEAEA;
}
.imgtext {
	line-height: 20px;
	padding: 0 0 16px 0;
	color: #EAEAEA;
}
.delfoto {
	position: absolute;
	left: 6px;
	top: 8px;
	opacity: 0.6;
	transition: ease-in-out all 300ms;
	cursor: pointer;
	width: 24px;
	height: 24px;
	filter: brightness(0) saturate(100%) invert(74%) sepia(29%) saturate(570%) hue-rotate(6deg);
}
.delfoto:hover {
	opacity: 1;
}
.editimg {
    width: 260px;
}
.tabarea {
    padding: 16px 0;
}
.stdtab {
    width: 99.9%;
    min-width: 50%;
}
.stdtab th {
    padding: 12px 8px;
    background: #1A1A1A;
    color: #D4AF37;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    border-bottom: 2px solid #8C7A2B;
}
.stdtab td {
    border-bottom: 1px solid #8C7A2B;
    padding: 8px 8px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #EAEAEA;
}
.transicon {
    opacity: 0.6;
    cursor: pointer;
    transition: all 300ms ease-in-out;
	box-shadow: 0 0 4px #000;
	padding: 6px;
	display: inline-block;
	border-radius: 4px;
	margin: 0 4px;
	position: relative;
	top: 2px;
	width: 24px;
	height: 24px;
	background-color: #0F0F0F;
}
.transicon:hover {
    opacity: 1;
	top: 0;
	background: linear-gradient(180deg, #1a1b1d, #232427);
}
.transicondash {
	cursor: default !important;
	box-shadow: none;
}
.resetbutton {
	position: relative;
	top: 14px;
	padding: 8px;
	color: #D4AF37;
}
.resetbutton:hover {
	position: relative;
	top: 12px;
}
.tooltopicon {
	position: relative;
	top: 14px;
	padding: 7px;
	color: #D4AF37;
}
.tooltopicon:hover {
	top: 12px;
}
#saveloader {
    right: 110px;
    top: 28px;
}
#asetloader {
    right: 260px;
    top: 28px;
}
#histloader {
    right: 180px;
    top: 28px;
}
#tokoloader, #personloader, #lokasiloader, #merkloader, #provloader {
    right: 36px;
    top: 16px;
}
#nonaktifloader, #delasetloader, #aktifasetloader {
	right: 10px;
	top: 12px;
}
#ordernotesloader {
	right: 45%;
	top: 20%;
}
#inverloader {
    right: 160px;
    top: 28px;
}
#inverloader2 {
    right: auto;
    top: 28px;
	left: 160px;
}
.agendaitemloader {
	position: absolute;
    right: 100px;
    top: 4px;
	display: none;
}
.optionloader {
	right: 120px;
    top: 28px;
}
.delicon {
	position: absolute;
	display: block;
	opacity: 0.6;
	width: 32px;
	height: 32px;
	left: 0;
	top: 28px;
	transition: all ease-in-out 400ms;
	cursor: pointer;
	filter: brightness(0) saturate(100%) invert(74%) sepia(29%) saturate(570%) hue-rotate(6deg);
}

.delicon:hover, .delicon:active {
	opacity: 1;
}
.asettab {
	width: 100%;
	border-collapse:separate;
	border-spacing: 0 16px;
}
.asettab .trhead {
	box-shadow: none;
}
.asettab .trhead th {
	vertical-align: middle;
	padding: 12px 8px;
	line-height: 20px;
	width: auto;
	text-transform: uppercase;
	font-weight: 900;
	background-color: #0392DE;
	color: #FFF;
}
.asettab .trhead th:first-child {
	border-radius: 8px 0 0 8px;
}
.asettab .trhead th:last-child {
	border-radius: 0 8px 8px 0;
}
.asettab .trcontent {
	box-shadow: 0 0 4px #c0c0c0;
	background-color: #FFF;
	transition: all ease-in-out 300ms;
	border-radius: 8px;
}
.asettab .trcontent:hover {
	background-color: #f3f3f3;
}
.asettab .trcontent td {
	vertical-align: middle;
	padding: 8px;
	line-height: 20px;
	width: auto;
}
.pictab {
	border-radius: 8px;
	border: 2px solid #FFF;
	box-shadow: 0 0 4px #c0c0c0;
	width: 36px;
	height: 36px;
	display: block;
}
.boldtd {
	font-weight: 900;
}
.subtd {
	font-size: 11px;
	line-height: 15px;
	color: #929596;
}
.toolarea {
	padding: 16px;
	box-shadow: 0 0 4px #c0c0c0;
	background-color: #FFF;
	border-radius: 8px;
	position: relative;
}
.toolarea select {
	width: 160px;
}
.toolbottom {
	margin-top: 16px;
}
.toolright {
	position: absolute;
	right: 16px;
	top: 16px;
	width: auto;
	text-align: right;
}
.downlist {
	top: auto;
	bottom: 16px;
}
.pagination {
	text-align: center;
	padding: 24px 0;
}
/* --- PAGINATION STYLE (MATTE GOLD) --- */
.pagenum {
    display: inline-block;
    line-height: 16px;
    padding: 6px 12px;
    border-radius: 6px; /* Disamakan dengan radius tombol lainnya */
    background-color: #444 !important; /* Warna abu gelap untuk halaman tidak aktif */
    color: #f0d78c !important; /* Teks emas terang agar terlihat */
    margin: 0 2px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all ease-in-out 300ms;
}

/* Link Halaman (Aktif/Dapat Diklik) */
a.pagenum {
    background-color: #d4af37 !important; /* Emas Matte */
    color: #1a1a1a !important; /* Teks gelap agar kontras */
    border: none;
}

/* Efek Hover */
a.pagenum:hover {
    background-color: #f1c40f !important; /* Emas lebih terang */
    transform: translateY(-2px); /* Efek angkat sedikit */
    box-shadow: 0 4px 10px rgba(241, 196, 15, 0.3);
    text-decoration: none;
    color: #000 !important;
}

/* Indikator Halaman yang sedang aktif saat ini */
span.pagenum, .pagenum.current {
    background-color: #1a1a1a !important;
    color: #d4af37 !important;
    border: 1px solid #d4af37 !important;
    cursor: default;
}
.showing {
	line-height: 16px;
	padding: 8px 0 0 0;
	font-size: 12px;
	color: #929596;
}
.topreset {
	position: relative;
	top: 14px;
}
.qrview {
	width: 100%;
	height: auto;
}
.qrwrap .transicon {
	position: absolute;
	right: 8px;
	bottom: 8px;
	top: auto;
	opacity: 0.8;
}
.qrwrap .transicon:hover {
	opacity: 1;
}
.headtab {
	padding: 16px 0 0 0;
	border-bottom: 2px solid #D9FAFF;
	margin-bottom: 16px;
}
.headtabtitle {
	float: left;
	padding: 10px 20px;
	border: 1px solid #c0c0c0;
	border-radius: 8px 8px 0 0;
	display: block;
	font-weight: 900;
	background-color: #c0c0c0;
	color: #FFF;
	margin-right: 2px;
	position: relative;
}
.headtabtitle.active {
	background-color: #D9FAFF;
	border: 1px solid #D9FAFF;
	color: #0392DE;
}
.headtabtitle:hover {
	text-decoration: none;
	background-color: #D9FAFF;
	border: 1px solid #D9FAFF;
	color: #0392DE;
}
a.headtabtitle:hover {
	top: -1px;
}
.histitem {
	padding: 10px 16px;
	background-color: #FFF;
	box-shadow: 0 0 4px #c0c0c0;
	border-radius: 8px;
	transition: all ease-in-out 400ms;
	margin-bottom: 16px;
	position: relative;
}
.histitem:last-child {
	margin: 0;
}
.histitem:hover {
	background-color: #f3f3f3;
}
.histeditcon {
	position: absolute;
	width: auto;
	right: 16px;
	top: 16px;
}
.tophist {
	padding: 8px;
	background-color:#D9FAFF;
	border-radius: 8px;
	margin-bottom: 16px;
	text-align: right;
}
.nonaktifeditcon {
	position: absolute;
	width: auto;
	right: 16px;
	top: 56px;
}
.savedit .transicon {
	position: absolute;
	left: 0;
	top: 27px;
}
.ui-dialog-content {
	font-size: 14px;
	line-height: 20px;
}
.thetoolbottom {
	padding-top: 16px;
}
.trcontent a {
	color: #61635c;
}
.subtd a {
	color: #929596;
}
.righttitle .button_grey {
	position: relative;
	top: -11px;
}
.righttitle .button_grey:hover {
	position: relative;
	top: -12px;
}
.titletool {
	line-height: 20px;
	padding: 0 0 8px 0;
}
.qrsample {
	display: block;
	float: left;
	width: 40%;
	height: auto;
	padding: 0 24px 0 0;
}
.checknote {
	line-height: 20px;
	padding: 4px 0;
}
.checktitle {
	font-weight: 900;
}
.qrnovalid {
	text-align: center;
	width: 240px;
	margin: 48px auto;
	background: #008AD3;
	color: #FFF;
	padding: 16px;
	line-height: 20px;
	border-radius: 16px;
}
.qrtitle {
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	line-height: 24px;
	padding-bottom: 16px;
}
.headinput_qrview {
	background: #D9FAFF;
	margin: 0 0 8px 0;
	color: #0392DE;
	padding: 10px;
	line-height: 20px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}
.textdef_qrview {
	padding: 4px 0;
}
.inputleft_qrview {
	line-height: 20px;
	font-size: 14px;
	color: #8e9a9c;
	float: left;
	width: 124px;
}
.inputright_qrview {
	line-height: 20px;
	font-size: 14px;
	float: left;
	width: calc(99% - 124px);
}
.wrapinput_qrview {
	padding: 0 0 0 0;
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
}
.scanhistbox:first-child {
	padding: 0 0 8px 0;
}
.scanhistbox {
	border-bottom: 1px dotted #003569;
	padding: 8px 0 8px 0;
}
.defimgview_qrview {
	width: 50%;
	height: auto;
	max-width: 360px;
	border-radius: 8px;
	border: 2px solid #FFF;
	box-shadow: 0 0 4px #c0c0c0;
	overflow: hidden;
	position: relative;
	transition: all ease-in-out 400ms;
	opacity: 1;
}
.listh {
	opacity: 0.6;
}

/* PRINT QR-CODE */
.asetarea {
	min-height: 200px;
	border-radius: 8px;
	box-shadow: inset 0 0 4px #c0c0c0;
	background-color: #f8f8f8;
	padding: 16px;
}
.noaset {
	text-align: center;
	padding: 16px 0;
}
.qr_inputhors {
	position: relative;
	min-height: 240px;
}
.qrcoverload {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -10;
	background-color: rgba(241,242,243,0.5);
	opacity: 0;
	transition: all ease-in-out 400ms;
}
.qrcoverload.view {
	opacity: 1;
	z-index: 10;
}
.qrloaderpage {
	position: absolute;
	left: calc(50% - 24px);
	top: calc(50% - 24px);
	display: block;
}
.printket {
	padding: 0 0 24px 0;
}
.kosong {
	font-style: italic;
}

/* NOTIF TOP */
.notiftop {
	padding: 16px 16px 16px 72px;
	border-radius: 16px;
	box-shadow: 0 0 4px #dde1e2;
	border: 1px solid #FFF;
	margin-bottom: 24px;
	background-size: 36px 36px;
	background-position: 16px 20px;
	background-repeat: no-repeat;
}
.notiftop.info {
	background-color: #D9FAFF;
	background-image: url(images/notif-info.png);
}
.notiftop.warning {
	background-color: #ffd8d8;
	background-image: url(images/notif-warning.png);
}
.kodever {
	width: 100px;
	font-size: 20px;
	font-weight: 900;
	line-height: 28px;
	text-align: center;
}

/* USER PROFILE */
.profilebutton {
	padding: 20px 0 0 0;
	text-align: left;
}
.topupgrade {
	background-color: #D9FAFF;
	border-radius: 16px;
	padding: 16px;
	margin-bottom: 16px;
	position: relative;
}
.hargatop {
	position: absolute;
	width: auto;
	height: auto;
	padding: 12px 24px;
	background-color: #003569;
	color: #FFF;
	text-align: center;
	border-radius: 16px;
	border: 2px solid #FFF;
	box-shadow: 0 0 4px #262e30;
	right: 24px;
	top: 16px;
	transform: rotate(8deg);
}
.htlabel {
	line-height: 20px;
}
.htharga {
	font-weight: 900;
	font-size: 28px;
	line-height: 36px;
}
.uptext {
	padding: 8px 0 24px 16px;
	font-size: 16px;
	line-height: 24px;
}
.textpaket {
	text-align: left;
	padding: 0 0 0 56px;
}
.checkwrap {
	background-image: url(images/check_inactive.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 56px;
	height: 100%;
}
.paketbig {
	font-weight: 900;
}
.paketsubsmall {
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
}
.uptextbottom {
	padding: 16px;
	line-height: 20px;
	background: #D9FAFF;
	border-radius: 16px;
	max-width: 600px;
	margin: 0 0 0 16px;
}
.upbox {
	float: left;
	width: 200px;
	height: auto;
	background-color: #84deeb;
	border-radius: 8px;
	padding: 20px 0 28px 0;
	text-align: center;
	margin: 0 10px 0 0;
	position: relative;
	overflow: hidden;
	border: 2px solid #FFF;
	transition: all ease-in-out 200ms;
}
.upbox:hover {
	box-shadow: 0 0 4px #636d6f;
}
.upbox.med {
	background-color: #c5f2f9;
}
.upbox.low {
	background-color: #c5f2f9;
}
.lingkaran {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background-color: #003569;
	margin: 0 auto;
	box-shadow: inset 0 0 4px #003569;
}
.jmlbulan {
	font-weight: 900;
	color: #FFF;
	font-size: 96px;
	line-height: 100px;
	padding: 10px 0 0 0;
}
.ketbulan {
	font-size: 20px;
	line-height: 28px;
	color: #FFF;
}
.jmluang {
	font-weight: 900;
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 12px 0;
}
.hargasli {
	font-size: 13px;
	line-height: 16px;
	padding: 16px 0 0 0;
	text-decoration: line-through;
}
.hemat {
	background-color: #981e1e;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	width: 150px;
	right: -48px;
	top: 9px;
	padding: 4px 0;
	transform: rotate(45deg);
}
.uptable {
	max-width: 800px;
	width: 98%;
}
.uptable th, .uptable .upjml {
	background-color: #D9FAFF;
	font-weight: 900;
	padding: 12px 8px;
	line-height: 18px;
}
.uptable td {
	border-bottom: 1px dotted #262e30;
	padding: 6px 8px;
	vertical-align: middle;
}
.uptable .upbyr {
	border: none;
	padding: 16px 8px 6px 8px;
	height: 96px;
}
.subloader {
	padding: 0 0 0 8px;
	position: relative;
	top: 2px;
	display: none;
}
.upnom {
	color: #0392DE;
	font-size: 18px;
	line-height: 24px;
	font-weight: 900;
	padding: 8px 0;
}
.uptext .inputleft {
	width: 240px;
}
.uptext .inputright {
	width: calc(99% - 240px);
}
.uptext h3 {
	color: #0392DE;
	font-weight: 900;
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 8px 0;
}
.upcancel {
	position: absolute;
	right: 0;
	top: 36px;
}
#bayarloader {
	left: -48px;
	top: 48px;
	z-index: -1;
}
#leftloader {
	left: 180px;
	top: 28px;
}
.konfirmoke {
	padding: 16px;
	background-color: #D9FAFF;
	max-width: 640px;
	margin: 0 16px 64px 16px;
	border-radius: 8px;
}
.imginv {
	display: block;
	position: absolute;
	right: 16px;
	top: 25px;
	width: 36px;
	height: auto;
	cursor: pointer;
	opacity: 0.6;
	transition: all ease-in-out 300ms;
}
.imginv:hover {
	top: 23px;
	opacity: 1;
}
.dashsatu {
	width: calc(69% - 25px);
	padding: 0 48px 0 0;
}
.dashdua {
	width: calc(30% - 25px);
	padding: 0;
}
.titlechart {
	text-align: center;
	line-height: 20px;
	padding: 0 0 16px 0;
}
.topchart {
	float: left;
	height: auto;
	width: 45%;
	padding: 2%;
}
.dashdua .inputleft, .dashdua .inputright, .dashdua .inputfull {
	padding: 0;
}
.dashdua .inputhors {
	width: auto;
}
.listdash {
    /* Mengadopsi gaya .wrapinput */
    background: rgba(255, 255, 255, 0.08); /* Sedikit lebih terang agar teks terbaca */
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 12px; /* Jarak antar mutasi */
    position: relative;
    transition: all 0.3s ease;
    border-left: 4px solid #fbc02d; /* Aksen warna kuning agar senada dengan tema */
    display: flex;
    flex-direction: column;
}
.listdash:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(5px); /* Geser sedikit ke kanan saat hover */
}
.bottomchart {
	height: 285px;
	padding: 2%;
	width: 100%;
	position: relative;
}
.dashtumb {
    float: left;
    display: block;
    width: 48px; /* Sedikit diperbesar agar proporsional dengan card */
    height: 48px;
    margin: 0 20px 0 0;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2); /* Border lebih soft */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.listdash small {
    display: block;
    color: #fbc02d; /* Warna kuning untuk tanggal agar menonjol */
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
/* .listdash .transicon {
	position: absolute;
	right: 0;
	top: 10px;
} */
.livecon {
	text-align: right;
	position: absolute;
	right: 0;
	top: 14px;
	width: 148px;
}
.liveloader {
	position: absolute;
	left: -14px;
	top: 12px;
	display: none;
}
.listdashtitle {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px; /* Nominal diperbesar */
    margin-bottom: 2px;
    display: block;
}
.listdashtitletop {
	white-space: nowrap;
	overflow: hidden;
	width: calc(100% - 50px);
	text-overflow: ellipsis;
	display: inline-block;
}
.listdash span.detail {
    color: #bbbbbb;
    font-size: 12px;
    line-height: 1.4;
    display: block;
}
.buttonnotif {
	padding-top: 10px;
}
.wrapinputlogin small {
	display: inline-block;
	position: relative;
	bottom: 2px;
}
.editlogin {
	opacity: 0.5;
	transition: all ease-in-out 400ms;
	cursor: pointer;
	position: relative;
	top: 4px;
}
.editlogin:hover {
	opacity: 1;
	top: 2px;
}
footer {
	padding: 48px 2% 36px 2%;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #9fa4a5;
}
footer a {
	color: #9fa4a5;
}
footer a:hover {
	color: #0392DE;
}
.tabfin {
	width: 100%;
}
.tabfin td {
	line-height: 18px;
	padding: 4px;
	border-bottom: 1px dotted #003569;
	vertical-align: middle;
}
.finicon {
	height: 24px;
	width: auto;
}
.finiconlist {
	height: 16px;
	width: auto;
	position: relative;
	top: 3px;
}
.finicondash {
	height: 16px;
	width: auto;
	position: relative;
	top: -4px;
}
.listdashtitletop.dashfin {
	line-height: 24px;
}
.akumulasibox {
	line-height: 20px;
	padding: 16px 0 0 0;
}
.tabfintot {
	width: 100%;
	max-width: 280px;
}
.tabfintot td {
	line-height: 18px;
	padding: 8px 2px;
	border-bottom: 1px dotted #003569;
	vertical-align: middle;
}
.maxheight500 {
	max-height: 500px;
	width: auto;
	overflow-y: auto;
	padding: 4px 8px 4px 4px;
}
.bignum {
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
	width: 100px;
}
.usbig {
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
}
.bignumadmin {
	font-size: 18px;
	line-height: 24px;
	font-weight: 900;
	width: 100px;
	position: relative;
	top: 2px;
}
.usbigadmin {
	font-size: 18px;
	line-height: 24px;
	font-weight: 900;
	position: relative;
	top: 2px;
}
#aktivitasloader {
	left: 110px;
	top: 9px;
}
.buttondash {
	padding: 24px 0 0 0;
}
.dashinout {
	display: block;
	position: absolute;
	height: 24px;
	width: auto;
	top: 14px;
	left: 4px;
}
.listinout {
	padding-left: 48px;
}
.dashrightbutton {
	float: right;
	text-align: right;
	width: 270px;
}
.topsrcdash {
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
	padding: 8px 0 0 0;
	display: block;
	float: left;
}
.smallth {
	color: #FFF;
	text-transform: capitalize;
	display: block;
}
.totalbudget {
	font-size: 16px !important;
	font-weight: 900;
}
.noadsbudget {
	text-align: center;
	background-color: #D9FAFF;
	padding: 16px 0;
	margin: 24px 0 0 0;
}
.gakaktif {
	color: #fff;
	padding: 2px 8px;
	background-color: #770000;
	border-radius: 4px;
	position: relative;
	top: -1px;
}
#reportloader {
	left: 190px;
	top: 4px;
}
.headsekarang {
	margin-top: 24px;
	background-color: #D9FAFF;
	color: #003569;
}
.reporticon {
	float: right;
	text-align: right;
	width: 100px;
}
.fetchloader {
	position: absolute;
	left: 280px;
	top: 16px;
	display: none;
}
.diamondloader {
	position: absolute;
	left: 110px;
	top: 16px;
	display: none;
}
.bigoleft {
	float: left;
	width: 64px;
	height: 64px;
}
.bigoimg {
	max-width: 64px;
	max-height: 64px;
	width: auto;
	height: auto;
	border-radius: 50%;
	border: 1px solid #FFF;
	box-shadow: 0 0 4px #818181;
	transition: all ease-in-out 300ms;
}
.bigoimg:hover {
	box-shadow: 0 0 8px #474747;
}
.bigoright {
	float: left;
	padding: 0 0 0 16px;
}
.bigotable td {
	line-height: 20px;
	padding: 0 4px 0 0;
}
.bigobox {
	border: 1px solid #008AD3;
	border-radius: 16px;
	padding: 16px;
}
.bigoimglist {
	max-width: 36px;
	max-height: 36px;
	width: auto;
	height: auto;
	border-radius: 50%;
	position: relative;
	top: 4px;
	border: 1px solid #FFF;
	box-shadow: 0 0 4px #818181;
	transition: all ease-in-out 300ms;
}
.bigoimglist:hover {
	box-shadow: 0 0 8px #474747;
}
.bigoimgprofile {
	max-width: 61px;
	max-height: 61px;
	width: auto;
	height: auto;
	border-radius: 50%;
	position: relative;
	top: 4px;
	border: 1px solid #FFF;
	box-shadow: 0 0 4px #818181;
	transition: all ease-in-out 300ms;
}
.bigoimgprofile:hover {
	box-shadow: 0 0 8px #474747;
}
.icondata {
	width: 18px;
	height: 18px;
	position: relative;
	top: 3px;
}
.iconip {
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
}
.icondash {
	width: 16px;
	height: 16px;
	position: relative;
	top: 4px;
}
.leftimg {
	float: left;
}
.lefttext {
	float: left;
	padding: 0 0 0 20px;
}
.tabloader {
	position: absolute;
	right: -8px;
	top: 36%;
	display: none;
}
.linkcopy {
	color: #0392DE;
	text-decoration: none;
	transition: all ease-in-out 200ms;
	cursor: pointer;
}
.linkcopy:active {
	background-color: #8e9a9c;
	top: 1px;
	position: relative;
}
.linkcopy:hover {
	color: #003569;
	text-decoration: underline;
}
.dashbgimg {
	max-width: 50px;
	max-height: 50px;
	width: auto;
	height: auto;
	border-radius: 50%;
	position: relative;
	top: 4px;
}
.syncloader {
	position: absolute;
	right: 12px;
	top: 48px;
}
.tranreset {
	position: relative;
	top: 14px;
	padding: 8px;
}
.tranreset:hover {
	top: 12px;
}
.liveloadfirst {
	display: block;
	margin: 48px auto 16px auto;
}
.headinputtop {
    display: flex;
    justify-content: space-between; /* Menjauhkan teks judul dan tombol */
    align-items: center;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.03); /* Background sangat tipis */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px 14px 0 0; /* Melengkung hanya di atas */
    font-weight: bold;
    color: #fbc02d; /* Warna emas agar senada */
}
.buttontophome {
    /* Gradasi Emas Glossy (Linear Gradient berlapis) */
    background: linear-gradient(145deg, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
    background-size: 200% auto;
    
    /* Warna Teks & Shadow */
    color: #3a2a0d !important; /* Cokelat tua gelap agar kontras dengan emas */
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 11px;
    
    /* Bentuk & Border */
    padding: 8px 18px;
    border-radius: 6px;
    border: 1px solid #96742d;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    
    /* Efek Kedalaman (Box Shadow) */
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.3), 
        inset 0 1px 1px rgba(255, 255, 255, 0.5);
    
    position: relative;
    overflow: hidden;
}
.buttontophome:hover {
    /* Efek menggeser kilauan gradasi */
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(191, 149, 63, 0.4);
    color: #000 !important;
}
.buttontophome:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.buttontophome::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right, 
        rgba(255,255,255,0) 0%, 
        rgba(255,255,255,0.3) 50%, 
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    transition: 0.5s;
}

.buttontophome:hover::before {
    left: 150%;
}

.icondelform {
	position: absolute;
	right: 0;
	top: 6px;
}
.icondelform:hover {
	top: 4px;
}
.maxwidtab {
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.icontool {
	width: 24px;
	height: 24px;
	position: relative;
	top: 8px;
	margin: 0 4px;
}
.transicontool {
	margin: -10px 4px 0 4px;
	top: 12px;
}
.transicontool:hover {
	top: 10px;
}
.peranbox {
	position: relative;
	width: 360px;
	margin: 0 auto;
}
#preloginloader {
	right: 32px;
	top: 100px;
}
.ordernotes {
	width: 94%;
	height: 64px;
}
.ketorder {
	padding: 2px 0 0 24px;
	font-size: 12px;
	line-height: 16px;
	background-image: url(images/icon-notes.png);
	background-size: 14px 14px;
	background-position: 0px 4px;
	background-repeat: no-repeat;
	color: #929596;
}
.mutasiloader {
	position: absolute;
	right: 20px;
	top: 64px;
	display: none;
}
.flaticon {
	box-shadow: none;
	background: none;
	cursor: default;
}
.flaticon:hover {
	top: 2px;
}
.livedesc {
	padding: 0;
}
.livebigopic {
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	margin: 2px 0 0 0;
	border-radius: 50%;
	border: 1px solid #FFF;
	box-shadow: 0 0 4px #818181;
	transition: all ease-in-out 300ms;
}
.livebigopic:hover {
	box-shadow: 0 0 8px #474747;
}
.liveket {
	float: left;
	padding: 0 0 0 16px;
}
.bgpclist {
	width: 36px;
	height: 36px;
	display: block;
	float: left;
	border-radius: 50%;
	margin: 2px 10px 0 0;
	border: 1px solid #FFF;
	box-shadow: 0 0 4px #818181;
	transition: all ease-in-out 300ms;
}
.bgpclist:hover {
	box-shadow: 0 0 8px #474747;
}
.addpad {
	position: relative;
	top: 8px;
}
.addpad:active {
	top: 9px;
}
.footnotif {
	position: fixed;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
}
.notifcopy {
	min-width: 300px;
	width: 50vw;
	padding: 16px;
	line-height: 20px;
	background-color: #003569;
	color: #FFF;
	text-align: center;
	margin: 0 auto 10vh auto;
	border-radius: 16px;
	display: none;
}
.greentext {
	color: #18ac44;
}
.tdsmall {
	font-size: 12px !important;
	line-height: 16px !important;
}
.headhandler {
	background-color: #061727;
}
.headeksekutor {
	background-color: #ce4d97;
}
.iconnoclick {
	cursor: default;
	box-shadow: none;
}
.iconnoclick:hover, .iconnoclick:active {
	top: 2px;
	opacity: 0.6;
}

/* RESPONSIVE */
.menubutton {
	position: absolute;
	width: 64px;
	height: 64px;
	right: 0;
	top: 0;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 32px 32px;
	transition: all ease-in-out 200ms;
	cursor: pointer;
	background-color: #D9FAFF;
	display: none;
}
.menubutton:hover, .menubutton:active {
	background-color: #0392DE;
}
.covernavmobile {
	background-color: rgba(255, 255, 255, 0.5);
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: -10;
	right: 0;
	top: 0;
	display: none;
}
.covernavmobile.active {
	display: block;
	z-index: 90;
}
.navbarmobile {
	position: fixed;
	top: 0;
	right: -300px;
	width: 240px;
	height: 100vh;
	background-color: #003569;
	z-index: -5;
	overflow-y: auto;
	line-height: 20px;
	transition: all ease-in-out 400ms;
}
.navbarmobile.active {
	z-index: 100;
	right: 0;
}
.navbarmobile ul li {
	border-bottom: 1px dotted #D9FAFF;
	font-weight: 900;
}
.navbarmobile ul li ul {
	border-top: 1px dotted #D9FAFF;
	padding: 0 0 0 32px;
}
.navbarmobile ul li ul li {
	font-weight: 400;
}
.navbarmobile ul li ul li:last-child {
	border-bottom: none;
}
.navbarmobile a {
	color: #D9FAFF;
	display: block;
	padding: 10px 0 10px 10px;
}
.navbarmobile a:hover, .navbarmobile a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #003569;
}
.usermenu {
	padding: 16px;
}
.closebutton {
	background-color: #003569;
	cursor: pointer;
	padding: 12px 24px 12px 0;
	text-align: right;
	color: #D9FAFF;
}
.hargatopsmall {
	text-align: center;
	color: #FFF;
	line-height: 20px;
	background-color: #003569;
	border-radius: 16px;
	padding: 16px 0;
	margin: 0 8px;
}
.customrole {
	padding: 16px 0 0 0;
}
.childselect {
	line-height: 20px;
	padding: 2px 0;
}
.tab1 {
	padding-left: 28px;
}
.tab2 {
	padding-left: 56px;
}
.inputleft.vertop {
	vertical-align: text-top;
}
.removeyear .ui-datepicker-year {
	display:none;   
}
.removeyear .ui-datepicker-calendar thead {
	display:none;   
}
.subhist {
	font-size: 11px;
	line-height: 15px;
	padding: 0 0 4px 0;
	color: #929596;
}
.dashdate {
	font-weight: 700;
}
.agendabox {
	padding: 4px 0 4px 14px;
	background-image: url(images/check_inactive.png);
	background-size: 8px 8px;
	background-repeat: no-repeat;
	background-position: 0px 11px;
}
.dashjurdate {
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
}
.kalenbox {
	padding: 8px;
	border-radius: 4px;
	background-color: #D9FAFF;
	margin: 4px 0;
	max-height: 60px;
	overflow: hidden;
}
.ui-tooltip {
    white-space: pre-line;
}
.kaltab td {
	padding: 4px;
}
.pale_blue .kalenbox {
	background-color: #effdff;
}
.kalfinket {
	white-space: nowrap;
	position: relative;
}
.kalfinicon {
	width: 18px;
	height: auto;
	position: relative;
	bottom: -2px;
}
.dashbuttonbox {
	padding: 8px;
}
.agendabox_qrview {
	padding: 4px;
	border-bottom: 1px dotted #003569;
}
.inputfull_qrview {
	line-height: 18px;
}
.saldoloader {
	position: absolute;
	left: 270px;
	top: 10px;
}
.leftsrc {
	float: left;
	width: 42%;
	padding: 0 0 0 8px;
}
.rightsrc {
	float: right;
	width: 42%;
	text-align: right;
	padding: 0 8px 0 0;
}
.topsrc {
	font-size: 18px;
	line-height: 24px;
	font-weight: 900;
}
.descsrc {
	line-height: 20px;
}
.trans_in {
	background-color: #ecfff4;
}
.trans_out {
	background-color: #fff4f4;
}
.deptitle {
	position: relative;
	top: 2px;
	padding-right: 4px;
}
.hello {
	padding:  0 4px 24px 4px;
}
.helloleft {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	float: left;
	font-weight: 900;
}
.helloright {
	float: right;
	padding: 4px 8px 0 0;
	font-style: italic;
}
.inouticon {
	height: 22px;
	width: auto;
	padding-top: 4px;
}
.wrapslide {
	max-height: 360px;
	overflow-y: auto;
}
.show320, .show480, .show720, .show1024 {
	display: none;
}
.boxtotalbeli {
	background: #D9FAFF;
}
.boxtotalbeli .inputleft {
	padding: 0 0 0 16px;
	width: 144px;
	font-weight: 900;
}
.totalbeli {
	font-size: 16px;
	line-height: 24px;
	font-weight: 900;
}
.diskoninput {
	padding-bottom: 16px;
}
.budgetval {
	padding: 10px 8px 10px 8px !important;
}
.keterangan_val {
	width: calc(99% - 110px);
}
.budgetadsdesc {
	line-height: 22px;
	padding: 2px 0 8px 0;
}
.budgettotal {
	width: 66px;
	padding: 9px 0 0 8px;
	float: left;
	text-align: right;
}
.budgetbutton {
	width: 59%;
	float: right;
	text-align: right;
	position: relative;
}
.budgetloader {
	position: absolute;
	left: auto !important;
	right: 164px !important;
	top: 4px !important;
}
input.spinner {
	background: none !important;
	color: #262e30 !important;
	border: none !important;
	box-shadow: none !important;
}
input.spinner.bignum {
	font-size: 24px !important;
	line-height: 24px !important;
	font-weight: 900 !important;
	width: 72px !important;
	text-align: right !important;
}
.usbiguser {
	position: relative;
	top: 8px;
	padding-right: 8px;
}

/* Lebar layar 1024 */
@media screen and (max-width:1100px){
	.dashdua .inputleft, .dashdua .inputright {
		display: block;
		width: auto;
	}
	.dashdua .inputleft {
		font-weight: 900;
	}
	.toolbox input, .toolbox select {
		margin: 0 4px 6px 0;
	}
	.imgarea {
		float: none;
		width: auto;
	}
	.imgnote {
		float: none;
		width: auto;
		padding: 0;
	}
	.none1024 {
		display: none;
	}
	.show1024 {
		display: block;
	}
	.headtabtitle {
		width: calc(49% - 4px);
		text-align: center;
		padding: 10px 0;
		margin: 2px 1px;
		border-radius: 8px;
	}
	.navbar {
		display: none;
	}
	.menubutton {
		display: block;
	}
	.navbarmobile {
		display: inline-block;
	}
	.topsrcdash {
		float: none;
		width: auto;
		text-align: center;
	}
	.dashrightbutton {
		float: none;
		width: auto;
		text-align: center;
		padding: 12px 0 0 0;
	}
}
/* Lebar layar 720 */
@media screen and (max-width:800px){
	.dashsatu, .dashdua {
		float: none;
		width: auto;
		padding: 0;
	}
	.none640 {
		display: none;
	}
	.show720 {
		display: block;
	}
	.koldua, .kolsatu {
		float: none;
		padding: 0;
		width: auto;
	}
	.righttitle .button_grey {
		top: 0;
	}
	.righttitle .button_grey:hover {
		top: -2px;
	}
	.edittext {
		width: auto;
	}
	.hargatop {
		transform: rotate(8deg);
		right: 8px;
		top: -12px;
	}
	.htharga {
		font-size: 20px;
		line-height: 28px;
	}
	.upbox {
		float: none;
		width: auto;
		margin-bottom: 16px;
	}
	.lingkaran {
		float: left;
		margin: 0 0 0 24px;
	}
	.jmluang {
		padding: 48px 0 12px 0;
	}
}
/* Lebar layar 480 */
@media screen and (max-width:500px){
	.none480 {
		display: none;
	}
	.show480 {
		display: block;
	}
	.downlist {
		top: 8px;
		right: 8px;
	}
	.inputleft {
		width: auto;
		display: block;
	}
	.inputright {
		width: auto;
		display: block;
		padding: 0 0 16px 0;
	}
	.orderwrap .inputleft {
		width: 128px;
		float: left;
	}
	.orderwrap .inputright {
		float: right;
		padding: 4px 0 0 0;
		width: calc(99% - 148px);
	}
	.boxtotalbeli .inputleft {
		padding: 4px 0 4px 8px;
	}
	.pagetitle {
		max-width: 100%;
	}
	.righttitle {
		float: none;
		text-align: left;
		padding: 16px 0 0 0;
	}
	.righttitle .transicon {
		top: 12px;
	}
	.helloright {
		display: none;
	}
	.leftsrc {
		display: none;
	}
	.rightsrc {
		float: none;
		width: auto;
		text-align: left;
	}
	.wrapdataorder .inputfull {
		padding-right: 50px;
	}
}
/* Lebar layar 320 */
@media screen and (max-width:400px){
	.none320 {
		display: none;
	}
	.show320 {
		display: block;
	}
	.trhead th {
		text-align: center;
	}
	.subkatbut {
		margin-top: 4px;
	}
	.hargatopsmall {
		display: block;
	}
	.lingkaran {
		width: 100px;
		height: 100px;
	}
	.jmlbulan {
		font-size: 48px;
		line-height: 54px;
	}
	.ketbulan {
		font-size: 14px;
		line-height: 18px;
	}
	.jmluang {
		padding: 12px 0 12px 0;
	}
	.torp {
		display: block;
		padding: 16px 0 0 0;
	}
	.wrapdataorder {
		padding: 0 8px 8px 8px;
	}
	.logo {
		background-image: none;
	}
}


/* Container Utama Toolsearch */
#toolsearch {
    padding: 24px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
    border-radius: 14px;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05); /* Tambahan agar edge terlihat di bg gelap */
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Penyesuaian elemen input di dalam toolsearch */
#toolsearch input[type="text"], 
#toolsearch input[type="search"],
#toolsearch select {
    background: rgba(0, 0, 0, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
    flex-grow: 1; /* Agar input mengambil ruang sisa */
}

/* Efek Fokus pada Input */
#toolsearch input:focus {
    border-color: #d4af37; /* Warna emas agar selaras dengan tombol */
    background: rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.2);
}

/* Jika ada tombol di dalam toolsearch, otomatis mengikuti gaya emas matte */
#toolsearch .button, 
#toolsearch button, 
#toolsearch input[type="submit"] {
    background: #d4af37 !important;
    color: #1a1a1a !important;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

#toolsearch .button:hover {
    background: #f1c40f !important;
    transform: translateY(-1px);
}

/* Menggunakan Class sesuai hasil inspeksi elemen Anda */
.toolarea.toolbottom {
    padding: 24px !important;
    background: rgba(255, 255, 255, 0.06) !important; /* Transparansi wrapinput */
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10) !important;
    border-radius: 14px !important;
    margin-bottom: 24px !important;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff !important; /* Memaksa teks jadi putih */
}

/* Memperbaiki dropdown (select) di dalamnya agar tidak biru muda */
.toolarea.toolbottom select {
    background: rgba(0, 0, 0, 0.3) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
}

/* Memperbaiki tombol GO! agar mengikuti style emas */
.toolarea.toolbottom input[type="submit"], 
.toolarea.toolbottom .button {
    background: #d4af37 !important;
    color: #1a1a1a !important;
    border: none !important;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 6px;
    text-transform: uppercase;
}