/* Login */
/* .login-box {
    margin: 15% auto;
} */

.auth-wrapper {
	display: flex;
	flex-basis: 100%;
	min-height: 100vh;
	width: 100%;
}

.auth-wrapper.auth-basic {
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.login-logo img {
	width: 120px;
	height: 130px;
}

.login-box-msg,
.register-box-msg {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
}

.text-muted {
	font-size: 12px;
}

.text-muted,
.text-muted a,
.text-muted:active,
.text-muted:focus,
.text-muted[href] {
	color: #818a91 !important;
}

.text-muted:hover {
	text-decoration: underline;
}

/* End Login */

/* Navbar */
.nav [class^="icon-"],
.nav [class*=" icon-"] {
	margin: 0 5px 0 0;
}

[class^="icon-"],
[class*=" icon-"] {
	margin: 0 2px 0;
}

.icon [class^="icon-"],
.icon [class*=" icon-"] {
	font-size: unset;
	line-height: 1;
}

.small-box .icon {
	top: -20px !important;
}

/* End Navbar */

.form-control {
	border-radius: 3px;
}

span.required {
	color: #ff0000;
}

.garis {
	border-left: 1px solid #0aabcc;
}

.value {
	float: right;
	margin-right: -10px;
}

.bg-remainder {
	background-color: #f2dede
}

/* Spacing */
.m-t-1,
.m-y-1 {
	margin-top: 10px !important;
}

.m-b-0,
.m-y-0 {
	margin-bottom: 0 !important;
}

.m-b-1,
.m-y-1 {
	margin-bottom: 10px !important;
}

.m-b-5 {
	margin-bottom: 1.25rem !important;
}

.m-p-1 {
	padding-top: 15px !important
}

.m-pb-1 {
	padding-bottom: 15px !important
}

.me-0 {
	margin-right: 0 !important
}

.me-1 {
	margin-right: .25rem !important
}

.me-2 {
	margin-right: .5rem !important
}

.me-3 {
	margin-right: 1rem !important
}

.me-4 {
	margin-right: 2rem !important
}

.me-5 {
	margin-right: 4rem !important
}

.me-auto {
	margin-right: auto !important
}

/* End Spacing */

.has-error .select2-selection {
	border-color: #dd4b39 !important;
}

.user-profil {
	margin: 5px 0;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-color: #777;
}

.page-header {
	margin: 0;
	font-size: 16px;
	border-bottom: 0;
}

.alert {
	/* margin: 10px; */
	padding: 6px;
	margin-bottom: 0;
	border-radius: 2px;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
	background-color: #eb613e !important;
}

.alert-danger {
	color: #b05b59;
	border-color: #e0b4b4;
	background-color: #fff6f6;
}

.alert-danger {
	background-color: #e46050;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .04) 50%, rgba(255, 255, 255, .04) 75%, transparent 75%, transparent);
	background-size: 20px 20px;
}

.alert-danger {
	border-color: #e14c3a;
}

.alert-info {
	color: #528d9e;
	border-color: #a9d5de;
	background-color: #f8ffff
}

.alert-info {
	background-color: #59c4e4;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .04) 50%, rgba(255, 255, 255, .04) 75%, transparent 75%, transparent);
	background-size: 20px 20px;
}

.alert-info {
	border-color: #9bdbef !important;
}

.text-warning,
.text-warning a,
.text-warning:active,
.text-warning:focus,
.text-warning:hover,
.text-warning[href] {
	color: #cf7f0c !important;
}

.text-rest {
	color: rgb(250, 89, 29);
	font-weight: 600;
}

.bg-success,
.bg-success .bg-success {
	border-color: #63a14b !important;
}

.bg-success,
.bg-success a,
.bg-success a:active,
.bg-success a:focus,
.bg-success a:hover,
.bg-success:active,
.bg-success:focus,
.bg-success:hover,
.bg-success[href],
.bg-success[href]:active,
.bg-success[href]:focus,
.bg-success[href]:hover {
	color: #fff !important;
}

.bg-success {
	background-color: #78bd5d !important;
}

.bg-danger,
.bg-danger .bg-danger {
	border-color: #d64230 !important;
}

.bg-danger,
.bg-danger a,
.bg-danger a:active,
.bg-danger a:focus,
.bg-danger a:hover,
.bg-danger:active,
.bg-danger:focus,
.bg-danger:hover,
.bg-danger[href],
.bg-danger[href]:active,
.bg-danger[href]:focus,
.bg-danger[href]:hover {
	color: #fff !important;
}

.bg-danger {
	background-color: #e46050 !important;
}

.box {
	border-radius: 0;
}

.modal-content {
	border-radius: 5px;
}

.modal-header {
	background: #f3f4f5;
	border-bottom: 1px solid #dcdfe1;
	border-top-right-radius: .3rem;
	border-top-left-radius: .3rem;
}

.modal-footer {
	background: #f3f4f5;
	border-top: 1px solid #dcdfe1;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

label {
	font-weight: 400;
}

label.required::after {
	margin-left: 2px;
	content: "*";
	color: red;
}

.label {
	display: block;
	line-height: 16px;
	font-weight: 400;
	font-size: 85% !important;
}

.label {
	padding: 5px 7px !important;
	border-radius: 5px !important;
}

/* Tombol Back */
/* .text-back {
	color: #555 !important;
	padding: 0 10px 0 0;
}

.box.box-solid>.box-header .btn:hover,
.box.box-solid>.box-header a:hover {
	background: transparent !important;
	border-radius: 10px;
} */

/* End Tombol Back */

/* Start Btn Back */
.flex-box-header {
	display: flex;
	position: relative;
	align-items: center;
}

.btn-back {
	color: #333;
	min-width: 30px;
	width: auto;
	border: 1px solid #c4c4c4;
	border-radius: 50px;
	padding: 0 6px;
	height: 35px;
	display: flex;
	max-width: 300px;
	justify-content: center;
	align-items: center;
	transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.btn-back:hover,
.btn-back:focus {
	color: #333 !important;
}

.m-l-1 {
	margin-left: 10px !important;
}

/* End Btn Back */

/* Begin Detail Order */
.order-detail {
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px;
}

.u-semibold {
	font-weight: 600;
}

/* color: rgba(49, 53, 59, 0.96); */

.text-gray-700 {
	color: #5E6278 !important;
}

.text-gray-400 {
	color: #B5B5C3 !important;
}

.text--grey {
	color: rgb(128, 128, 128);
}

.text--red {
	color: rgb(250, 89, 29);
}

.text--orange {
	color: rgb(252, 160, 0);
}

.text--green {
	color: rgb(3, 172, 14);
}

.text--blue {
	color: #4e9bf6;
}

.u-m2 {
	/* margin: 1rem; */
	margin: 1rem 0 1rem 0;
}

.u-rounded {
	border-radius: 3px;
}

.u-p2 {
	padding: 1rem;
}

.u-py1 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.u-line-height-4 {
	line-height: 1.5;
}

.u-inline-block {
	display: inline-block;
}

.u-semibold {
	font-weight: 600;
}

.u-col-6 {
	width: 50%;
}

.css-17p3x0d-unf-heading {
	display: block;
	position: relative;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: rgba(49, 53, 59, 0.68);
	text-decoration: initial;
	margin: 0px;
}

.css-a15b4m-unf-heading {
	display: block;
	position: relative;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: rgba(49, 53, 59, 0.96);
	text-decoration: initial;
	margin: 0px;
}

.css-1y3uibk-unf-heading {
	display: block;
	position: relative;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: rgba(49, 53, 59, 0.96);
	text-decoration: initial;
	margin: 0px;
}

.css-k008qs {
	display: flex;
}

.order-detail__border--grey {
	border-top: 0.5px solid rgba(0, 0, 0, 0.12);
}

/* End Detail Order */

/* Begin Empty Transaksi */
.css-yx6j1p {
	text-align: center;
}

.css-1b07y2p {
	width: 150px;
	height: 100px;
}

.css-1hyxau2 {
	color: rgba(49, 53, 59, 0.68);
	font-size: 14px;
	font-weight: unset;
	line-height: 16px;
	margin: 0.25rem 0px;
}

.css-1hn15u {
	color: rgba(49, 53, 59, 0.68);
	font-size: 14px;
	font-weight: unset;
	line-height: 16px;
	margin: 0.25rem 0.25rem 2rem;
}

.css-15yrpiz {
	color: rgba(49, 53, 59, 0.68);
	font-weight: bold;
	line-height: 16px;
}

/* End Empty Transaksi */

/* Alert Pemberitahun CSS Tokopedia */
@media (min-width: 1200px) {
	.col-lg-1 {
		width: 10.33333333%;
	}
}

.css-103meyn-unf-ticker {
	width: 100%;
	border-radius: 8px;
	position: relative;
	margin: auto auto 36px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
}

.css-103meyn-unf-ticker h4 {
	font-size: 16px;
}

.css-tfd7c3 {
	display: flex;
	flex-wrap: nowrap;
	left: 0px;
	margin: 0px auto;
	position: relative;
	top: 0px;
	transition: transform 240ms linear 0s;
	width: 100%;
}

.css-1ufzbh3 {
	flex: 0 0 auto;
	position: relative;
	width: 100%;
	padding: 12px 16px;
	background-color: rgb(235, 246, 246);
	overflow: hidden;
}

.css-1ufzbh3::before {
	content: "";
	width: 35px;
	height: 35px;
	background-image: url("../images/87f7e6cc.svg");
	background-size: 35px 35px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: -5px;
	left: -5px;
}

.css-a1fcc2-unf-heading {
	display: block;
	position: relative;
	font-weight: 800;
	font-family: "Nunito Sans", -apple-system, sans-serif;
	font-size: 1.14286rem;
	line-height: 22px;
	color: rgba(49, 53, 59, 0.96);
	text-decoration: initial;
	margin: 0px 0px 8px;
}

.css-1hjz1j2-unf-heading {
	display: block;
	position: relative;
	font-weight: 400;
	font-size: 1rem;
	line-height: 20px;
	color: rgba(49, 53, 59, 0.96);
	margin: 0px;
}

.css-1t81mko {
	margin: 0px;
	font-size: 14px;
}

/* End Alert Pemberitahun CSS Tokopedia */

/* Space Line */
.css-space-line {
	background: #e5e7e9;
	height: 1px;
	margin: 12px 0;
}

/* Judul */
.wrapper-title {
	display: block;
	position: relative;
	font-weight: 800;
	font-family: "Nunito Sans", -apple-system, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: var(--N700, rgba(49, 53, 59, 0.96));
	text-decoration: initial;
	margin: 0px 0px 8px;
}

/* CSS Detail */
.css-detail .item-detail {
	/* margin: 0px 0px 8px; */
	display: flex;
	align-items: flex-start;
}

.css-detail .item-detail>p {
	width: 150px;
}

.css-detail .item-detail>span {
	margin: 0px 14px 0px 0px;
}

.css-detail .item-detail .content-detail {
	width: calc(100% - 90px);
}

.css-detail .item-detail .content-detail p {
	color: var(--N700, rgba(49, 53, 59, 0.96));
}

.css-detail .item-detail .content-detail p.active {
	font-weight: 800;
}

.body-detail {
	display: block;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	/* color: var(--color-text-low, rgba(49, 53, 59, 0.68)); */
	color: #212121;
	text-decoration: initial;
	margin: 0px;
}

.upload-image-help {
	color: #828282;
	font-size: 12px;
	line-height: 15px;
	padding: 10px 0;
	text-align: left;
}

/* End CSS Detail */

/* Logo */
.logoset {
	width: 100%;
	margin-bottom: 24px;
}

.logoset .title {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 16px;
}

.logoset .favicon,
.logoset .logo {
	border: 2px dashed #ccc;
	padding: 12px;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}

.logoset .logo img {
	margin-bottom: 12px;
	width: 80%;
}

.logoset .favicon img {
	margin-bottom: 12px;
	width: 30%;
}

/* End Logo */

/* Display */
.display {
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: left;
}

.display .col-md-9 {
	padding-left: 0;
}

.display .col-md-3 {
	padding-right: 0;
}

/* End Display */

/* Alert No Data */
.css-nodata {
	padding: 20px 0 20px 0;
	text-align: center;
}

.css-nodata-title {
	display: block;
	position: relative;
	font-weight: 800;
	font-family: "Nunito Sans", -apple-system, sans-serif;
	font-size: 2.71429rem;
	line-height: 34px;
	color: var(--color-text-high, rgba(49, 53, 59, 0.96));
	text-decoration: initial;
	margin: 0px;
}

.css-nodata-desc {
	display: block;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: var(--color-text-low, rgba(49, 53, 59, 0.68));
	text-decoration: initial;
	margin: 8px 0px 0px;
}

.css-dataempty {
	display: block;
	position: relative;
	font-weight: 800;
	/* font-family: "Nunito Sans", -apple-system, sans-serif; */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #d0021b;
	text-decoration: initial;
	margin: 2px 0px;
}

/* End Alert No Data */

/*animation*/
.animation-rotate {
	-webkit-animation: spin .5s linear infinite;
	-moz-animation: spin .5s linear infinite;
	animation: spin .5s linear infinite;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Style Card List Report Start */
.css-1vcaoba {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* margin-left: 9px;
margin-right: 9px; */
	box-sizing: border-box;
}

.css-ffnekd {
	padding-left: 7px;
	padding-right: 7px;
	box-sizing: border-box;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	display: block;
}

.css-1nn2x58 {
	width: 300px;
	border-radius: 8px;
	box-shadow: 0 1px 8px 0 rgb(0 0 0 / 12%);
	background-color: rgba(255, 255, 255, 1);
	overflow: hidden;
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
	margin-bottom: 14px;
}

.css-97cyn8 {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}

.css-3r5h64 {
	overflow: hidden;
	width: 200%;
	height: 100%;
	border-radius: 0px 0px 50% 50%;
	position: relative;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: linear-gradient(to right, #449a9a 25%, #5db6ef 75%);
}

.css-3r5h64::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.18;
	background-image: url(../../assets/img/icon/report.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.css-k0nmra {
	width: 50%;
	padding: 32px 16px 32px;
	position: relative;
}

.css-mnywuz {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border: 2px solid rgba(255, 255, 255, 1);
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	box-shadow: 0 1px 8px 0 rgb(0 0 0 / 12%);
	box-sizing: border-box;
}

.css-porh3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 24px 0px 4px;
}

.css-porh3 h3 {
	font-family: "Nunito Sans", "Open Sans", tahoma, sans-serif;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: rgba(255, 255, 255, 1);
	font-weight: 800;
	line-height: 25px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.css-1bmrgqt {
	font-size: 14px;
	line-height: 1.3;
	color: rgba(255, 255, 255, 1);
	overflow: hidden;
	text-align: center;
}

.css-1bo6mi5 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 2px 0 12px;
}

.css-w954na-unf-btn {
	display: block;
	position: relative;
	padding: 0 16px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	line-height: 24px;
	text-indent: initial;
	height: 40px;
	width: 100%;
	color: var(--color-text-high, rgba(49, 53, 59, 0.96));
	background: transparent radial-gradient(circle, transparent 1%, transparent 1%) center/15000%;
	background-position: center;
	border: 1px solid var(--N75, #E5E7E9);
	border-radius: 8px;
	outline: none;
	-webkit-transition: background 0.8s;
	transition: background 0.8s;
	cursor: pointer;
	margin: 12px 10px;
}

.css-w954na-unf-btn span {
	display: block;
	font-size: inherit;
	opacity: 1;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
	top: 0;
	text-align: center;
	padding: 7px 0 7px 0;
	-webkit-transition: opacity 0.3s linear, top 0.3s linear;
	transition: opacity 0.3s linear, top 0.3s linear;
	white-space: nowrap;
}

/* Style Card List Report End */

/* Start Flex Detail */
.flex-detail {
	border-bottom: 8px solid #F3F4F5;
	/* padding: 24px 32px; */
	text-align: left;
}

.flex-detail .wrapper-title {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: 0px 0px 13px;
}

.flex-detail .wrapper-title h5 {
	display: block;
	position: relative;
	font-weight: 800;
	font-family: "Open Sauce One", "Nunito Sans", -apple-system, sans-serif;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0px;
	color: var(--NN600, #6D7588);
	text-decoration: initial;
	margin: 0px;
}

.flex-detail .wrapper-title h5 {
	color: var(--N700, rgba(49, 53, 59, 0.96));
	font-weight: 700;
}

/* End Flex Detail */

/* Start Sweetalert2 */
.swal2-popup {
	width: 512px !important;
	padding: 20px !important;
	border-radius: 5px !important;
	font-size: 16px;
}

/* End Sweetalert2 */

/* Start Flexbox */
.d-flex {
	display: flex !important;
}

.flex-column {
	flex-direction: column !important;
}

.align-items-center {
	align-items: center !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.flex-stack {
	justify-content: space-between;
	align-items: center;
}

/* End Flexbox */

/* Start Status Wrapper */
.wrapper-status {
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	padding: 2px 4px;
	height: 20px;
}

.status-success {
	background-color: #78bd5d;
}

.status-danger {
	background-color: #d64230;
}

.status-label {
	display: block;
	position: relative;
	font-weight: 800;
	/* font-family: "Open Sauce One", "Nunito Sans", -apple-system, sans-serif; */
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0.1px;
	color: #FFFFFF;
	text-decoration: initial;
	margin: 0px;
}

/* End Status Wrapper */

/* Start Wrapper Info */
.wrapper-info {
	border-radius: 8px;
	border-color: #D6DFEB;
	box-shadow: rgba(141, 150, 170, 0.4) 0px 1px 4px;
	background-color: #FFFFFF;
	padding: 15px;
	position: relative;
}

.wrapper-info::before {
	content: "";
	position: absolute;
	display: block;
	top: 12px;
	left: 0px;
	width: 6px;
	height: 34px;
	background-color: var(--GN500, #00AA5B);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.wrapper-info .title {
	display: block;
	position: relative;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: rgba(49, 53, 59, 0.96);
	text-decoration: initial;
	margin: 5px 0 10px;
}

.wrapper-info .wrapper-item {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 8px;
	font-size: 13px;
}

.wrapper-item .item-key {
	width: 30%;
}

.item-value .item-link {
	font-weight: 600;
	color: #03AC0E;
}

.item-value .item-link::before {
	content: "|";
	color: #000;
	margin: 0 8px;
}

.item-value .item-link:hover {
	text-decoration: underline;
}

.wrapper-item .item-value .value-danger {
	position: relative;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	font-weight: 700;
	border-radius: 3px;
	line-height: 16px;
	padding: 0px 8px;
	height: 20px;
	font-size: 12px;
	background-color: rgb(255, 234, 239);
	color: rgb(239, 20, 74);
	overflow: initial;
	-webkit-box-pack: center;
	justify-content: center;
	transition: all 300ms ease-out 0s;
}

/* End Wrapper Info */

/* Start Font Size */
.fw-bold {
	font-weight: 500 !important;
}

.fw-bolder {
	font-weight: 600 !important;
}

.fs-6 {
	font-size: 17.2px !important;
}

.fs-7 {
	font-size: 15.2px !important;
}

/* End Font Size */