@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;1,300&display=swap");

* {
	box-sizing: border-box;
}

html,
body {
	font-family: "Montserrat", Helvetica;
	line-height: 1.5;
}

body {
	margin: 0;
	background: #ecf3ff;
}

fieldset .d-lg-flex * {
	font-size: 13px !important;
}

.modal-masking .modal-dialog {
	max-width: 100% !important;
}

.modal-masking .modal-content {
	position: fixed;
	border: none;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	pointer-events: auto;
	background-color: #fff0;
}

.alert.msg-wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	position: fixed;
	width: 500px;
	height: fit-content;
	top: 50%;
	bottom: 50%;
	z-index: 99;
	margin: 0px auto;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 15px 10px -15px #686767;
}

.alert.msg-wrapper > * {
	margin-bottom: 5px;
}

.alert.alert-success.msg-wrapper .close {
	color: #fff !important;
	background-color: #155724 !important;
	border-color: #155724 !important;
}

.alert.alert-danger.msg-wrapper .close {
	color: #fff !important;
	background-color: #721c24 !important;
	border-color: #721c24 !important;
}

.msg-wrapper .alert-dismissible .btn-close {
	background: unset;
	position: unset;
}

.bg-secondary {
	background-color: #cfcfcf !important;
}

.spinner {
	height: 60px;
	width: 60px;
	-webkit-animation: rotation 0.6s infinite linear;
	-moz-animation: rotation 0.6s infinite linear;
	-o-animation: rotation 0.6s infinite linear;
	animation: rotation 0.6s infinite linear;
	border-left: 6px solid rgb(190 190 190);
	border-right: 6px solid rgb(190 190 190);
	border-bottom: 6px solid rgb(190 190 190);
	border-top: 6px solid rgb(52 71 119);
	border-radius: 100%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
}

.data-wp {
	cursor: pointer;
}

section.ndek {
	background: #003162;
}

section.ndek h6 {
	color: #959998;
}

.header {
	background: linear-gradient(45deg, #284387, #5a89ff);
	padding: 55px 0 !important;
	border-radius: 0 0 45px 45px;
}

.form-control {
	padding: 17px;
}

div#navigation_menu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 13px 0px 5px;
	box-shadow: #d1d1d1 0px 0 3px 0;
	display: flex;
	justify-content: space-around;
	z-index: 4;
}

div#navigation_menu > a.active {
	color: #3666df;
}

div#navigation_menu > a > i {
	font-size: 24px;
}

div#navigation_menu > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	width: 100px;
	color: #000;
	line-height: 22px;
}

.text-user {
	color: #8194c2 !important;
	margin-top: 20px;
}

.content-wrapper {
	padding: 0.25rem 0 2.25rem !important;
	position: relative;
	top: -40px;
	background: #ecf3ff;
	border-radius: 45px 45px 0 0;
	overflow: hidden;
}

.form-wrapper {
	position: relative;
	z-index: 1;
}

.logged_in .header {
	background: linear-gradient(45deg, #284387, #5a89ff);
	padding: 70px 0 100px !important;
	border-radius: 0 !important;
}

.header-wrapper {
	position: relative;
}

#top {
	display: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	opacity: 0.5;
}

#top:hover {
	background-color: #555;
	opacity: 1;
}

.card-title {
	color: #4c74bf !important;
}

/* h5.card-title:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fd920d;
  border-radius: 15px;
  margin-right: 5px;
} */

hr {
	border: 0;
	height: 2px !important;
	margin: 18px 0;
	position: relative;
	background: -moz-linear-gradient(
		left,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 10%,
		rgba(0, 0, 0, 0.65) 50%,
		rgba(0, 0, 0, 0) 90%,
		rgba(0, 0, 0, 0) 100%
	);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0%, rgba(0, 0, 0, 0)),
		color-stop(10%, rgba(0, 0, 0, 0)),
		color-stop(50%, rgba(0, 0, 0, 0.65)),
		color-stop(90%, rgba(0, 0, 0, 0)),
		color-stop(100%, rgba(0, 0, 0, 0))
	);
	background: -webkit-linear-gradient(
		left,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 10%,
		#0d14fd 50%,
		rgba(0, 0, 0, 0) 90%,
		rgba(0, 0, 0, 0) 100%
	);
	background: -o-linear-gradient(
		left,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 10%,
		rgba(0, 0, 0, 0.65) 50%,
		rgba(0, 0, 0, 0) 90%,
		rgba(0, 0, 0, 0) 100%
	);
	background: -ms-linear-gradient(
		left,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 10%,
		rgba(0, 0, 0, 0.65) 50%,
		rgba(0, 0, 0, 0) 90%,
		rgba(0, 0, 0, 0) 100%
	);
	background: linear-gradient(
		left,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 10%,
		rgba(0, 0, 0, 0.65) 50%,
		rgba(0, 0, 0, 0) 90%,
		rgba(0, 0, 0, 0) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
}

hr:before {
	content: "";
	display: block;
	border-top: solid 1px #f9f9f9;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.header a {
	color: #8bc1ef !important;
	font-size: 12px;
}

.color-subaga {
	background-color: #27ae60 !important;
}

.color-cartenz {
	background-color: #3498db !important;
}

.color-persada {
	background-color: #8e44ad !important;
}

.result {
	margin-bottom: 80px;
}

.jenis-pajak-wrapper > .badge {
	cursor: pointer;
}

span.clear {
	color: #5c5d60;
	z-index: 99;
	background: #ffffff;
	border-top: solid 1px #ced4da;
	border-bottom: solid 1px #ced4da;
	padding: 7px 13px;
	display: flex;
	align-items: center;
}

.app-name {
	width: 70%;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.app-name h1 {
	color: #ffac58 !important;
	font-size: 25px;
}

.app-logo {
	width: 140px;
	height: 140px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: -45px;
	right: 0;
}

.logged_in .app-logo {
	top: -30px;
}

.btn-cari {
	border-radius: 0 45px 45px 0;
	padding: 0 25px;
}

.header-wrapper img {
	width: 100%;
}

div#dataTable_wrapper {
	font-size: 12px;
}

.dataTables_wrapper .dataTables_pager {
	justify-content: flex-end;
}

.dataTables_wrapper .dataTables_pager,
.dataTables_wrapper .dataTables_info {
	display: flex;
	align-items: center;
}

.card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.button-responsive {
	display: none !important;
	margin: 0 0 15px;
	text-align: center;
	position: relative;
}

.button-responsive * {
	font-size: 12px;
}

.card-header-button {
	display: block !important;
}

.btn-primary {
	color: #fff;
	background-color: #2e4c96;
	border-color: #2f4d99;
}

.page-item.active .page-link,
.modal-header.bg-primary {
	z-index: 3;
	color: #fff;
	background-color: #2e4c96 !important;
	border-color: #2f4d99 !important;
}

.page-link {
	color: #2f4d99;
}

.btn-secondary {
	color: #080808;
	background-color: #dbdbdb;
	border-color: #d8d8d8;
}

.dataTable .btn-sm {
	font-size: 12px;
	padding: 0 0.5rem;
}

.data-wp-card > .card {
	height: 100%;
}

.alamat {
	min-height: 55px;
}

.form-control:focus,
.form-control:focus ~ span {
	color: #212529;
	background-color: #fff;
	border-color: #2e4c96;
	outline: 0;
	box-shadow: unset;
}

section.bg {
	background-image: url(../img/bg.png);
	width: 100%;
	position: fixed;
	top: -210px;
	bottom: 0;
	z-index: -1;
}

section.bg2 {
	background-image: url(../img/bg.png);
	width: 100%;
	position: absolute;
	top: -210px;
	bottom: 0;
	z-index: 0;
}

.txt_nama_usaha {
	border-radius: 35px 0 0 35px;
	border-right: unset;
}

.modal-pembayaran .dataTables_wrapper * {
	font-size: 12px;
}

.dataTable {
	border: solid 1px #dee2e6;
}

.fs-14 {
	font-size: 14px;
}

.section-setting.show {
	left: 0px;
}

.section-setting {
	position: fixed;
	width: 450px;
	background: #fff;
	top: 0;
	bottom: 0;
	padding: 25px;
	z-index: 1000;
	left: -450px;
	transition: all 0.5s ease;
}

.setting-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -30px;
	margin: auto 0;
	background: #fff;
	height: 50px;
	width: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 0 10px 10px 0;
	cursor: pointer;
}

.btn-filter.active {
	color: #fff;
	background-color: #0a58ca;
	border-color: #0a53be;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
	}
}
@-moz-keyframes rotation {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
	}
}
@-o-keyframes rotation {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(359deg);
	}
}
@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

.data-wp .col-lg-5 {
	font-size: 16px !important;
	color: #25649b;
}

/*VERSI MOBILE*/
@media screen and (max-width: 798px) {
	section.ndek h6 {
		text-align: center;
	}

	section.header > * {
		text-align: center;
	}

	.data-wp .col-sm-3 {
		font-size: 13px !important;
		color: #25649b;
	}

	.d-sm-block {
		display: block !important;
	}

	.mb-sm-3 {
		margin-bottom: 20px;
	}

	.button-responsive {
		display: block !important;
	}

	.card-header-button {
		display: none !important;
	}

	.dataTables_wrapper > .row:first-child > * {
		margin-bottom: 8px;
		padding: 0 10px;
	}

	.dataTables_wrapper > .row:first-child > * > div {
		text-align: left;
	}

	.dataTables_wrapper > .row:first-child > * > div > label {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.dataTables_wrapper > .row:first-child > * > div > label > .form-control {
		margin: 0;
		font-size: 12px;
	}

	.alert.msg-wrapper {
		width: 80%;
		padding: 25px;
	}
}
