/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: rgb(94, 147, 226);
	border: 1px solid #fff
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	border-radius: 5px;
	background: rgb(67, 148, 240);
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: Aileron, Helvetica, sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;
}

a {
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease;
}

input,
select,
textarea {
	outline: none;
}

/* 
input[type="datetime-local"],
input[type="date"] {
	position: relative;
	z-index: 2;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-calendar-picker-indicator {
	margin: auto;
	position: absolute;
	background: transparent;
	inset: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	width: auto;
} */

input.format-tanggal {
	opacity: 0;
	z-index: 2;
}

div.format-tanggal {
	position: relative;
	z-index: 1;
	font-size: 12px;
	display: flex;
	align-items: center;
	height: 35px;
	padding: 0 10px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid rgb(150, 150, 150);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.icon {
	font-family: 'Material Symbols Rounded';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}

body .loading {
	margin: auto;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.504);
	z-index: 99;
}

body .loading svg {
	width: 200px;
	height: 200px;
}

body .loading svg rect {
	stroke: #fff;
	stroke-width: 1px;
}

body .container {
	display: grid;
	grid-template-columns: 230px auto;
	grid-template-rows: 50px auto;
	height: 100vh;
	transition: all 0.3s ease;
}

body .container.small {
	grid-template-columns: 70px auto;
	/* overflow: scroll; */
}

button {
	cursor: pointer;
	background: transparent;
	color: #5454cc;
	border-width: 0;
	padding: 0px;
	transition: all 0.3s ease;
}

.tombol {
	cursor: pointer;
	background: #A1A1FF;
	color: #fff;
	border-width: 0;
	padding: 15px 40px;
	border-radius: 50vh;
	transition: all 0.3s ease;
}

.tombol:hover {
	background: #FFAD00;
}

body header {
	display: flex;
	grid-area: 1 / 2;
	height: 50px;
	background-color: #A1A1FF;
	color: #fff;
	align-items: center;
	gap: 20px;
	padding: 5px 20px 5px 0px;
	transition: all 0.3s ease;
}

body .small.fresh header {
	padding-left: 85px;
}

body .small.patra header {
	padding-left: 30px;
}

body .small.mei header {
	padding-left: 50px;
}

body .small.skm header {
	padding-left: 30px;
}

body .small.cakra header {
	padding-left: 30px;
}


body header .kiri {
	flex-grow: 2;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 10px
}

body .logo {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 3;
	transition: all 0.3s ease;
}



body .logo img {
	width: 130px;
	transition: all 0.3s ease;
}

body .small .logo img {
	width: 100%;
}

body .fresh .logo,
body .mei .logo {
	left: 45px;
}

body .patra .logo,
body .cakra .logo,
body .skm .logo {
	left: 65px;
}

body .patra.small .logo,
body .cakra.small .logo,
body .skm.small .logo {
	left: 10px;
}

body .patra .logo img,
body .cakra .logo img,
body .skm .logo img {
	width: 90px;
	transition: all 0.3s ease;
}

body .mei.small .logo img {
	width: 70px;
}

body .patra.small .logo img,
body .cakra.small .logo img,
body .skm.small .logo img {
	width: 50px;
}

body .small .logo {
	left: 10px;
	top: 10px;
	width: 50px;
}

body .menu-show-hide {
	margin: 0;
	position: relative;
	inset: 0 auto 0 auto;
	color: #fff;
	z-index: 3;
	transition: all 0.3s ease;
}

body .small.fresh .menu-show-hide {
	left: 120px;
}

body .small.patra .menu-show-hide {
	left: 70px;
}

body .small.mei .menu-show-hide {
	left: 90px;
}

body .small.skm .menu-show-hide {
	left: 70px;
}

body .small.cakra .menu-show-hide {
	left: 70px;
}

body .small .menu-show-hide>span:first-child,
body .menu-show-hide>span:last-child {
	display: none;
}

body .menu-show-hide>span:first-child,
body .small .menu-show-hide>span:last-child {
	display: block;
	font-size: 25px;
}

body .menu-show-hide:hover {
	color: rgb(179, 244, 241);
}

body header .kiri h1 {
	position: relative;
	display: flex;
	text-align: center;
	width: fit-content;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #fff;
}

body header .kiri h1 a {
	color: #fff;

}

body header .kiri h1 a:hover {
	color: #2884ba;

}

.tombol.tambah-data {
	display: flex;
	background-color: #fff;
	border-radius: 5px;
	color: #A1A1FF;
	padding: 0px 10px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	width: fit-content;
	height: 30px;
}

.tombol.tambah-data span {
	border-radius: 5px 0 0 5px;
	margin-right: 5px;
}

.tombol.tambah-data:hover {
	background-color: #fceabb;
}

body header .kanan {
	display: flex;
	flex-grow: 8;
	align-items: center;
	justify-content: end;
	gap: 10px;
}

body header .kanan .box-search {
	position: relative;
}

body header .kanan .box-search .search {
	padding: 0px 15px;
	margin-left: 10px;
	border-radius: 5px;
	border-width: 0;
	color: #666385;
	box-sizing: border-box;
	height: 30px;
}

.box-search select,
.box-search .sub-input {
	border: 0px solid #fff;
	padding: 0 10px;
	border-radius: 5px;
	line-height: 8px;
	box-sizing: border-box;
	height: 30px;
	width: auto;
	color: #666;
}

.box-search .sub-input {
	min-width: 200px;
	margin-left: 10px;
}

.box-search .sub-input:not([type='date']):not([type='month'])+.search {
	display: none;
}

.box-search .sub-input[type='date'],
.box-search .sub-input[type='month'] {
	position: absolute;
	opacity: 0;
}

body header .kanan .box-search>span {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #5454cc;
	z-index: 1;
}

/* List Cari */
.jumlah-cari {
	position: absolute;
	top: -10px;
	right: -5px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 50%;
	width: fit-content;
	height: fit-content;
	padding: 2px 5px;
	border: 1px solid #fff;
	background-color: rgb(255 149 2);
	color: #fff;
	visibility: hidden;
	opacity: 0;
	z-index: 3;
}

button.jumlah-cari:hover {
	background: #571ccb;
}

.list-cari {
	position: absolute;
	min-width: 200px;
	top: 0px;
	right: -5px;
	background-color: #fff;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	padding: 10px;
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	z-index: 20;
}

.list-cari>div div {
	position: relative;
	display: flex;
	color: #663cb9;
	padding: 5px 40px 5px 10px;
	margin-bottom: 5px;
	background-color: #efe7ff;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.283);
}


.list-cari i {
	padding-left: 5px;
}

.list-cari .icon {
	margin: auto;
	position: absolute;
	inset: 0 10px 0 auto;
	font-size: 20px;
	color: #cb1c1c;
}

.list-cari .icon:hover {
	color: #cb711c;
}

.list-cari>div:last-child {
	text-align: right;
}

.list-cari>div:last-child button {
	padding: 5px 10px;
	border-radius: 5px;
	margin: 5px;
}

.cari-item {
	position: absolute;
	top: 50px;
	background-color: #f8f8f8;
	min-width: 300px;
	max-width: 500px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
	border: 1px solid #999;
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	overflow-y: auto;
	max-height: 300px;


}

.cari-item.show {
	visibility: visible;
	opacity: 1;
}


.cari-item>* {
	display: block;
	padding: 5px 10px;
	color: #46465d;

	&.merah {
		color: #fff;
		background: #f56f6f;
	}
}

.cari-item>a:hover {
	background-color: #fff;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .2), inset 0px -1px 1px rgba(0, 0, 0, .2);
}

.cari-item>a>i.kelas {
	display: block;
	font-size: 12px;
	color: #46465dbb;
}

/* Navigasi Halaman */
body header .kanan nav {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 5px;
}

body header .kanan nav>* {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	padding: 0 10px;
	border-radius: 5px;
	line-height: 8px;
	box-sizing: border-box;
	height: 30px;
	width: 40px;
}

body header .kanan nav button {
	color: #fff;
}

body header .kanan nav button span {
	font-size: 20px;
}


body header .kanan nav button:hover {
	background-color: rgba(255, 255, 255, 0.371);
}

body header .kanan nav button:disabled {
	border: 1px solid rgba(255, 255, 255, 0.367);
	color: rgba(255, 255, 255, 0.367);
	cursor: default;
}

body header .kanan nav button:disabled:hover {
	background-color: rgba(255, 255, 255, 0);
}

body header .kanan nav button:nth-child(2) {
	transform: scale(-1, 1);
}

body header .kanan nav select {
	width: 70px;
}

body header button.menu-header-right>* {
	color: #fff;
	font-size: 40px;
	margin: 2px
}

body header button.menu-header-right:hover>* {
	color: #FFAD00
}


body aside {
	padding-top: 150px;
	position: relative;
	grid-area: 1 / 1 / span 2 / 2;
	background-image: linear-gradient(#A1A1FF 50px, #15b5d8);
	overflow: hidden;
}

body .patra aside,
body .skm aside,
body .cakra aside {
	padding-top: 180px;
}

aside .menu {
	height: calc(100vh - 310px);
	overflow: hidden auto;
}


body aside .menu>* {
	width: 220px;
}

body aside .menu>div,
body aside .menu a {
	position: relative;
	padding: 10px 40px 10px 20px;
	display: block;
	color: #fff;
	align-items: center;
	transition: all 0.3s ease;
	cursor: pointer;
}

body aside .menu>div {
	padding: 0;
}



body aside .menu .pilih,
body aside .menu a:hover {
	background-color: rgba(255, 255, 255, 0.396);
}

body aside .menu .sub {
	padding-left: 20px;
	height: 0px;
	background-color: #3131995d;
	overflow: hidden;
	transition: all 0.3s ease;
}

body aside .menu .sub>a:first-child {
	margin-top: 10px;
}

body aside .menu .sub>a:last-child {
	margin-bottom: 10px;
}

body aside .menu .pilih+.sub {
	height: fit-content;
}

body aside .menu>div>a>.icon:nth-child(2),
body aside .menu>div>.pilih>.icon:nth-child(1) {
	visibility: hidden;
	opacity: 0;
}

body aside .menu>div>a>.icon:nth-child(1),
body aside .menu>div>.pilih>.icon:nth-child(2) {
	visibility: visible;
	opacity: 1;
}

body aside .menu .icon {
	flex: unset;
	font-size: 25px;
	position: absolute;
	left: calc(100% - 30px);
	top: 10px;
	color: #fff;
	transition: all 0.3s ease;
}

body .small aside .menu>a,
body .small aside .menu>div>a,
body .small aside .menu>div>.sub>a {
	padding-left: 100px;
	width: 320px;
	white-space: nowrap;
}

body .small aside .menu>div>.sub {
	padding-left: 0;
}

body .small aside .menu .icon {
	transition: all 0.6s ease;
	left: 25px;
}

body aside .user {
	position: absolute;
	bottom: 0px;
	display: flex;
	align-items: center;
	background-color: transparent;
	color: #fff;
	padding: 20px 10px 20px 15px;
	font-size: 14px;
	font-weight: bold;
	width: 220px;
	transition: all 0.3s ease;
}

body aside .user span.icon {
	font-size: 25px;
	margin-right: 13px;
}

body aside .user span.nama {
	white-space: nowrap;
	width: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
}

body aside .user a {
	position: absolute;
	left: calc(100% - 30px);
	color: #fff;
	font-size: 20px;
	transition: all 0.3s ease;
}

body aside .user a span {
	font-weight: bold;
	font-size: 25px;
}

body aside .user a:hover span {
	color: rgb(18, 28, 138);
}

body .small aside .user {
	padding-left: 100px;
}

body .small aside .user a {
	transition: all 0.6s ease;
	left: 25px;
}

body main {
	grid-area: 2 / 2;
	overflow: auto;
}

body main.main404 {
	inset: 0;
	background-color: transparent;
	width: fit-content;
	height: fit-content;
	text-align: center;
}

table {
	margin: auto;
	position: relative;
	min-width: 100%;
	border-collapse: collapse;
	margin: 0;
}

table thead {
	position: sticky;
	top: 0;
	z-index: 5;
}

table thead th {
	padding: 10px 0;
	text-align: left;
	color: #fff;
}

table thead tr {
	background-color: #716ca9;
}

table tr:not(.child)>*:first-child {
	text-align: center;
	width: 40px;
	font-weight: bold;
	white-space: nowrap;
}

table tbody tr {
	background-color: #fff;
	border-top: 5px solid #bed1e6;
}

table tbody tr td {
	padding: 5px;
	color: #716ca9;
	vertical-align: top;
}

table tbody tr.child {
	border-top: 1px solid #bed1e6;

}

table tbody td .wadah-tombol {
	margin-top: 15px;
}

table tbody td .wadah-tombol a {
	margin-right: 10px;
	display: inline-flex !important;
	align-items: center;
	color: rgb(73, 89, 196);
}

table tbody tr td .wadah-tombol .icon {
	font-size: 18px;
}

table tbody td .wadah-tombol a.hapus {
	color: rgb(184, 80, 80);
}

tbody tr>td:nth-child(1) a.hapus {
	color: rgb(191, 0, 0);
	font-size: 16px;
	display: none;
}

tbody tr>td:nth-child(1) a.hapus:hover {
	color: rgb(243, 29, 29);
}

tbody tr:hover>td:nth-child(1) a.hapus {
	display: inline-block;
}

.hide {
	display: none !important;
}

.hover-pop-up {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(10, 10, 10, .5);
	z-index: 99999;
}

.hover-pop-up .pop-up {
	margin: auto;
	width: 400px;
	height: max-content;
	padding: 20px;
	border-radius: 10px;
	background-color: white;
	margin-top: -100px;
	transition: .1s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-transition: .1s;
	-moz-transition: .1s;
	-ms-transition: .1s;
	-o-transition: .1s;
}

.hover-pop-up .pop-up.show {
	margin-top: 10px;
}

.hover-pop-up .pesan {
	white-space: pre-line;
	margin-bottom: 20px;
}

.hover-pop-up .wadah-tombol {
	text-align: right;
}

.hover-pop-up .wadah-tombol button {
	width: 100px;
	height: 40px;
	color: white;
	border-radius: 5px;
	background-color: rgb(100, 100, 100);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.hover-pop-up .wadah-tombol button.tombol-oke {
	background-color: #a1a1ff;
	margin-left: 10px;
}

.data-edit.editing {
	padding: 0px !important;
}

.data-edit.editing>* {
	font-family: Aileron, Helvetica, sans-serif;
	color: #716ca9;
	font-size: 16px;
	padding: 5px;
	resize: none;
	border-width: 0;
	width: 100%;
	/* height: 17px; */
	box-sizing: content-box;
	overflow: hidden;
}

.data-edit.editing .pilihan {
	padding: 0px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	position: absolute;
	width: fit-content;
}

.data-edit.editing .pilihan span {
	display: block;
	padding: 5px 10px;
	cursor: pointer;
}

.data-edit.editing .pilihan span:hover {
	background-color: #caf5ff;
}

.data-edit.editing .pilihan span>* {
	background-color: transparent;
	border-width: 0px;
}


td div.edit {
	position: relative;
	display: flex !important;
	align-items: stretch;
	gap: 10px !important;
}

td div.edit>b {
	position: relative !important;
	width: fit-content !important;
	cursor: pointer;
	user-select: none;
	box-shadow: 0px 5px -5px 2px rgba(0, 0, 0, 1);
}

td div.edit>b:after {
	display: inline-block;
	content: '';
	position: absolute;
	background-color: #ba3434;
	border-radius: 50%;
	font-style: normal;
	top: 2px;
	width: 5px;
	height: 5px;
}

.data-edit {
	cursor: pointer;
}

td div.edit>.data-edit {
	flex: 5;
}

td div.edit>.data-edit.editing>* {
	width: 100% !important;
	height: 20px !important;
	padding: 0px !important;
	margin: 0px !important;
}

tbody tr td:nth-child(2)>b>i.publik,
tbody tr td:nth-child(2)>b>i.iht {
	display: inline-flex;
	padding: 2px 5px;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	background-color: rgb(6, 147, 100);
	border-radius: 5px;
}

tbody tr td:nth-child(2)>b>i.iht {
	background-color: rgb(185, 107, 18);
}

tbody tr td i.Offline,
tbody tr td i.Online,
tbody tr td i.Blended {
	color: #1949f5;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
}

tbody tr td i.Offline {
	color: #f5a119;
}

tbody tr td i.Online {
	color: #00cf18;
}


tbody tr td label {
	margin-top: 10px;
	display: block;
	font-weight: bold;
	color: #e164c0;
}


tbody tr:not(.child) td:nth-child(2)>div>b,
.col-peserta>div>div>b,
tbody tr td.perusahaan>div>b,
tbody tr td.invoice-sertifikat>div>b,
tbody tr td .penjemputan>div>div>b {
	color: #11b7b7;
	font-weight: normal;
}


.col-peserta {
	display: flex;
}

.col-peserta>* {
	flex: 60%;
}

.col-peserta>*:first-child {
	flex: 200px;
}

.col-peserta>div>* {
	display: block;
}


tbody tr td .fasilitas>span {
	display: block;
	padding-left: 10px;
}

tbody tr td .col-peserta,
tbody tr td .penjemputan>div {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	padding-bottom: 5px;
	margin-bottom: 5px;
}

tbody tr td .penjemputan>div:last-child,
tbody tr td .col-peserta:last-child {
	border-width: 0;
}

.my-portal {
	color: #2884ba;
	font-weight: bold;
	display: block;
	padding: 10px;
	margin: 15px 15px 20px 15px;
	background: rgb(179, 244, 241);
	text-align: center;
	border-radius: 5px;
}

.my-portal:hover {
	background: rgb(221 255 253);
}

h4.marketing {
	text-transform: capitalize;
}

.tbh-loading,
.tbh-loading:hover {
	position: relative;
	background-color: #fff !important;
	color: #dbdbdb !important;
	cursor: default;
}

.tbh-loading::before,
.tbh-loading::after {
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	position: absolute;
	inset: 0;
	background-color: #fff;
	border-radius: 5px;
	z-index: 3;
}

.tbh-loading::after {
	content: "↻";
	font-size: 24px;
	font-weight: bold;
	color: #a1a1ff;
	width: 20px;
	height: 20px;
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

a.hapus-item {
	font-size: 16px;
	color: #d31212;
	display: none;
}

a.hapus-item:hover {
	color: #fb2525;
}

tbody tr:not(.child):hover td:first-child .hapus-item {
	display: inline-block;
}

tbody tr:not(.child):hover td:first-child b {
	display: none;
}

tbody tr.hide-item td>* {
	display: none !important;
}

tbody tr:not(.child).hide-item td>*:nth-child(1) {
	display: block !important;
}

tbody tr td.no-peserta {
	font-weight: normal !important;
	text-align: center !important;
}

.tombol-tambah,
.tombol-hapus,
.tombol-export {
	display: flex;
	background-color: #fff;
	border-radius: 5px;
	color: #A1A1FF;
	padding: 0px 10px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	width: fit-content;
	height: 30px;
}

.tombol-hapus {
	background-color: #c15151;
	color: #fff;
}

.tombol-export {
	background-color: seagreen;
	color: white;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
	{
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@media screen and (max-width: 600px) {
	body .small aside {
		left: -70px;
	}

	body .small.container.small {
		grid-template-columns: 0 auto;
	}

	body .small .logo.logo-all {
		display: none;
	}

	body .small header .kiri {
		padding-left: 10px
	}
}


/* NEW 20240716 */
main {
	/* background-color: #e1e3f2; */
	box-sizing: border-box;
	padding: 0 10px;
}

main table {
	border-collapse: separate;
	border-spacing: 0 5px;
	width: 100%;
}

main table thead tr {
	background: #fff;
	border-top: none;
}

main table thead tr th {
	border-bottom: 3px solid #2884ba;
	color: #2884ba;
	padding: 10px 0;
}

main table tbody tr {
	background: transparent;
	border-top: none;
}

main table tbody tr td {
	padding: 20px 0;
}


main table tbody tr {
	background: #fff;
}