:root {
	--color_1: #46B1FF;
	--color_2: #F99E16;
	--text_1: #171717;
}
body {
	font-weight: 400;
	color: var(--text_1);
	background: #f4f4f4;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: var(--color_1);
}
body, h1, h2, h3, h4, h5, h6, input, p {
	font-family: 'Poppins', sans-serif;
}
.eniv-body {
	max-width: 520px;
	margin: auto;
	background: #fff;
	min-height: 100vh;
	position: relative;
}
.eniv-content {
	padding: 20px;
}
.eniv-page-login {
	background: #46B1FF;
	min-height: 100vh;
	color: #fff;
}
.eniv-page-login * {
	color: #fff;
}
.eniv-page-login h1 {
	margin-top: 120px;
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 40px;
}
.eniv-page-login p {
	font-size: 18px;
	max-width: 260px;
	line-height: 28px;
}
.eniv-page-login .eniv-bottom {
	position: absolute;
	bottom: 0;
	padding-bottom: 30px;
	width: calc(100% - 40px);
	text-align: center;
}
.eniv-page-login .eniv-bottom span {
	margin-top: 80px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
	color: var(--text_1);
}
#toolbarContainer {
	display: none;
}
.eniv-page-header {
	background: url(/assets/images/home-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
	padding: 38px 30px;
	display: flex;
	justify-content: space-between;
}
.eniv-page-header a {
	text-decoration: none;
	height: fit-content;
}
.eniv-page-header img {
	height: 38px;
}
.eniv-page-header h1 {
	font-size: 20px;
	color: #fff;
	padding-top: 4px;
	font-weight: 600;
}
.eniv-page-body {
	background: #fff;
	border-radius: 30px 30px 0 0;
	margin-top: -100px;
	padding: 30px;
}
.eniv-page-body.profile {
	margin-top: -60px;
}
.eniv-page-body.profile img {
	width: 100px;
	margin-bottom: 16px;
	display: inline-block;
	border-radius: 50%;
}
.eniv-page-body.profile span {
	display: block;
}
.eniv-foto-profile {
	margin-top: -68px;
	text-align: center;
	margin-bottom: 20px;
}
.eniv-home-action {
	background: var(--color_2);
	display: inline-block;
	width: 100%;
	padding: 16px;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.eniv-home-action svg {
	margin: 40px 0;
}
.eniv-home-action h1 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	text-align: left;
	margin-bottom: 6px;
}
.eniv-home-action p {
	margin-bottom: 0;
	text-align: left;
}
.eniv-row-action .col-6:last-child a {
	background: var(--color_1);
	margin-bottom: 20px;
}
.eniv-home-menu a {
	text-decoration: none;
	color: var(--text_1);
	padding: 16px 0;
	display: block;
	margin-bottom: 4px;
	border-bottom: 1px dashed #ddd;
	font-weight: 500;
}
.eniv-home-menu a svg {
	margin-right: 6px;
}
.eniv-page-title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.eniv-page-title a {
	text-decoration: none;
	color: var(--color_2);
}
.eniv-page-title a:first-child {
	margin-right: 6px;
}
.eniv-page-title span {
	text-align: center;
	width: 100%;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--text_1);
	font-size: 16px;
}
.eniv-page-title.tools span{
	text-align: left;
}
label {
	font-weight: 400;
	margin-bottom: 6px;
	color: var(--text_1);
}
.form-control {
	outline: none !important;
	box-shadow: none !important;
	font-size: 14px;
	padding: 14px 16px;
	border-radius: 8px;
	position: relative;
}
.form-control[type=file]:before {
	content: 'Pilih File';
	background: #f4f4f4;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	padding: 15px 28px;
	border-right: 1px solid #dee2e6;
}
.form-control:focus, .form-control:active {
	border-color: var(--color_1) !important;
}
.input-group-text {
	font-size: 14px;
}
.btn {
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
	font-size: 14px;
	padding: 14px 22px;
	border-radius: 8px;
}
.btn-sm {
	padding: 8px 12px;
	border-radius: 6px;
}
.btn-primary {
	background: var(--color_2) !important;
}
.eniv-link-box {
	background: var(--color_2);
	padding: 14px;
	border-radius: 12px 12px 0 0;
	display: flex;
	align-items: center;
}
.eniv-link-box-link {
	padding: 10px;
    border-radius: 0 0 12px 12px;
    margin-bottom: 22px;
    text-align: center;
    border: 1px solid var(--color_2);
    color: var(--color_2);
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    width: 100%;
}
.eniv-link-box img {
	width: 68px;
	margin-right: 12px;
	border-radius: 50%;
}
.eniv-link-box .text-end {
	width: 100%;
}
.eniv-link-box .text-end a {
	float: right;
}
.eniv-link-box .eniv-link-box-detail {
	color: #fff;
}
.eniv-link-box .eniv-link-box-detail p {
	margin-bottom: 4px;
}
.eniv-link-box .eniv-link-box-detail h1 {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 600;
	white-space: nowrap;
}
.eniv-page-title.tools .tools {
    background: var(--color_2);
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    padding: 0 7px;
    margin-left: 6px;
}
.form-check-input {
	outline: none !important;
	box-shadow: none !important;
}
.form-check-input:checked {
    background-color: var(--color_2) !important;
    border-color: var(--color_2);
}
.form-check-input:checked[type=radio] {
	--bs-form-check-bg-image: none;
}
.eniv-link-profile {
	margin-bottom: 28px;
	padding-top: 60px;
	text-align: center;
}
.eniv-link-profile img {
	width: 100px;
	margin-bottom: 10px;
	border-radius: 50%;
}
.eniv-link-profile h1 {
	font-size: 22px;
	font-weight: 600;
}
.eniv-link-profile p {
	font-size: 14px;
	font-weight: 500;
	color: #6d6d6d;
}
.eniv-link-profile .sosmed a {
	text-decoration: none;
	margin-right: 10px;
	font-size: 26px;
	color: #333;
}
.eniv-link-tombol a {
	text-decoration: none;
	display: block;
	background: var(--color_1);
	padding: 14px 16px;
	margin-bottom: 10px;
	color: #fff;
	position: relative;
}
.eniv-link-tombol a img {
	width: 24px;
	position: absolute;
}
.eniv-table-1 tr th {
	font-weight: 600;
}
.eniv-table-1 tr th, .eniv-table-1 tr td {
	padding: 12px 4px;
	border-bottom: 1px dashed #ddd;
}
.eniv-table-2 tr th {
	font-weight: 500;
}
.eniv-table-2 tr th, .eniv-table-2 tr td {
	padding: 12px 10px;
}
.td-btn p {
	font-size: 13px;
	margin-bottom: 2px;
	font-weight: 600;
}
.td-btn span {
	font-size: 12px;
	color: var(--color_1)
}
.td-action {
	color: #fd6155;
}
.td-action a {
	text-decoration: none;
	margin-right: 8px;
	color: var(--color_1);
}
.clr-field {
	width: 100%;
}
.clr-field button {
	border-radius: 0 8px 8px 0;
	width: 50px;
	z-index: 1;
}
.eniv-btn-style-area {
	max-height: 320px;
	overflow: auto;
}
.eniv-btn-style-item {
	cursor: pointer;
	padding: 4px;
	border-radius: 8px;
	border: 1px solid #ddd;
	margin-bottom: 8px;
	position: relative;
	overflow: hidden;
}
.eniv-btn-style-item img {
	width: 100%;
}
.eniv-btn-style-item.active {
	border-color: var(--color_2);
}
.eniv-btn-style-item.active:before {
	content: 'L';
    position: absolute;
    right: 0;
    background: var(--color_2);
    padding: 14px 39px 2px 39px;
    margin-right: -36px;
    margin-top: -16px;
    color: #fff;
    transform: rotate(45deg) scaleX(-1);
}
.row-g {
	padding: 0 8px;
}
.col-g {
	padding: 0 4px;
}
.eniv-btn-style-premium {
	position: absolute;
	color: #fff;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #26121296;
	text-decoration: none;
}
.eniv-btn-style-premium img {
	width: 28px;
	margin-right: 8px;
}
.eniv-bottom .btn-google {
	background: #fff;
	padding: 12px 12px;
	border-radius: 12px;
	text-decoration: none;
	min-width: 320px;
	display: inline-block;
}
.eniv-bottom .btn-google p {
	color: #333;
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 600;
}
.eniv-bottom .btn-google img {
	float: left;
	display: inline-block;
}
.swal-footer {
	text-align: center;
}
.swal-overlay {
	background: #5656569c;
}
.swal-modal {
	max-width: 320px;
	border-radius: 20px;
}
.swal-title {
	color: #171717;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 4px !important;
}
.swal-text{
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
.swal-icon {
	margin-bottom: 6px;
}
.swal-footer {
	margin-top: 0;
}
.swal-button-container button {
	outline: none !important;
	box-shadow: none !important;
	font-weight: 400;
	border-radius: 12px;
}
.swal-button--cancel {
	border: 1px solid #D9D9D9 !important;
	background: transparent !important;
}
.swal-button--confirm {
	background: var(--color_2) !important;
}
input:read-only {
	background-color: #f8f9fa !important;
}
.eniv-katalog-head {
	background: var(--katalog_card_bg);
	padding: 12px;
	border-radius: 8px;
	margin-bottom: 18px;
}
.eniv-katalog-head img {
	width: 42px;
	float: left;
	border-radius: 50%;
	margin-right: 12px;
}
.eniv-katalog-head h1 {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
}
.eniv-katalog-head-sosmed {
	float: right;
	margin-top: 4px;
	margin-right: 8px;
}
.eniv-katalog-head-sosmed a {
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	margin-left: 8px;
}
.eniv-katalog-banner {
	margin-bottom: 18px;
}
.eniv-katalog-banner .carousel-item img {
	border-radius: 12px;
}
.eniv-katalog-data {
	background: var(--katalog_card_bg);
	padding: 12px;
	border-radius: 8px 8px 0 0;
	color: #fff;
}
.eniv-katalog-footer-author img {
	border-radius: 50%;
	margin-bottom: 8px;
}
.eniv-katalog-footer-author h1 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
}
.eniv-katalog-footer-author p {
	margin-bottom: 12px;
}
.eniv-katalog-data-title {
	text-align: center;
	padding: 8px 0;
	margin-bottom: 6px;
}
.eniv-katalog-data-title h1 {
	font-size: 16px;
	font-weight: 600;
}
.eniv-katalog-data-row .item a img {
	border-radius: 10px 10px 0 0;
	margin-bottom: 0;
}
.card {
	border: none;
	border-radius: 12px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 7px #e3e3e3;
	background: #fff;
}
.card-body {
	padding: 20px;
	background: #fff;
	border-radius: 12px;
}
.card-header {
	padding: 20px;
	border-radius: 12px 12px 0 0 !important;
	background: #f2f9ff;
    border-bottom-color: #ebf6ff;
    font-weight: 500;
    color: var(--color_1);
}
.card-title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 16px;
}
#datatable {
	border-bottom: none;
	border-top: 1px solid #e9e9e9;
	margin-bottom: 8px;
}
#datatable tr th {
	font-weight: 500;
	background: #f9f9f9;
}
#datatable tr th, #datatable tr td {
	padding: 12px 20px;
	vertical-align: middle;
	border-color: #e9e9e9 !important;
}
.dataTables_length {
	padding-left: 20px;
	padding-bottom: 10px;
}
.dataTables_filter {
	padding-right: 20px;
	padding-bottom: 10px;
}
.dataTables_info {
	padding-left: 20px;
	padding-bottom: 10px;
}
.dataTables_paginate {
	padding-right: 20px;
	padding-bottom: 18px;
}
.dataTables_length select, .dataTables_filter input {
	box-shadow: none !important;
	outline: none !important;
	padding: 6px 8px !important;
	border-radius: 8px !important;
	border-color: #d9d9d9 !important;
}
div#datatable_paginate a, div#datatable_paginate a:focus, div#datatable_paginate a:active {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    background: transparent !important;
    color: #333 !important;
}

div#datatable_paginate a.current {
    color: #fff !important;
    background: var(--color_1) !important;
}
div#datatablea_paginate a, div#datatablea_paginate a:focus, div#datatablea_paginate a:active {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    background: transparent !important;
    color: #333 !important;
}

div#datatablea_paginate a.current {
    color: #fff !important;
    background: var(--color_1) !important;
}
a.back {
	display: block;
	margin-bottom: 16px;
	color: orange;
}
a.back i {
	margin-right: 6px;
}
.card-statistic .card-body {

}
.card-statistic .card-body i {
	font-size: 32px;
	float: right;
	margin-top: 6px;
	margin-right: 8px;
	color: var(--color_1);
}
.card-statistic .card-body p {
	margin-bottom: 8px;
}
.card-statistic .card-body h1 {
	font-size: 18px;
	margin-bottom: 0;
}
.bg-primary {
	background: var(--color_1) !important;
	color: #fff;
}
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.btn-upgrade {
	border: 1px solid var(--color_2);
	display: inline-block;
	width: 100%;
	padding: 12px;
	border-radius: 8px;
	color: var(--color_2);
	text-align: center;
	font-weight: 500;
	margin-bottom: 12px;
}
.btn-upgrade:hover {
	background: var(--color_2);
	color: #fff;
}
.btn-upgrade img {
	width: 26px !important;
	margin-bottom: 0 !important;
	margin-right: 8px;
}
.eniv-list-banner-style {
	max-height: 320px;
	overflow: auto;
}
.eniv-list-banner-style::-webkit-scrollbar {
	width: 0px;
}
.eniv-list-banner-style .eniv-btn-style-item {
	padding: 12px;
}