/* Menambahkan font Jost dari file lokal */
@font-face {
	font-family: 'Jost';
	src: url('../fonts/jost/Jost-Regular.woff2') format('woff2'),
	url('../fonts/jost/Jost-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Jost';
	src: url('../fonts/jost/Jost-SemiBold.eot');
	src: local('../fonts/jost/Jost SemiBold'), local('Jost-SemiBold'),
	url('../fonts/jost/Jost-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/jost/Jost-SemiBold.woff2') format('woff2'),
	url('../fonts/jost/Jost-SemiBold.woff') format('woff'),
	url('../fonts/jost/Jost-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}


.ba-balance-inner.text-start{
	padding-left: 25px;
}

.ba-balance-inner.text-start .icon{
	right: 0 !important;
	left: auto;
}


.paket  label.box{
	background: #ddd;
	margin-top: 12px;
	padding: 10px 12px;
	display: flex;
	border-radius: 5px;
	border: 2px solid transparent;
	cursor: pointer;
	transition: all 0.25s ease;
}
.paket #one:checked ~ label.first,
.paket #two:checked ~ label.second{
	border-color: #8E49E8;
	background: #d5bbf7;
}
.paket  label.box:hover{
	background: #d5bbf7;
}
.paket  label.box .circle{
	height: 22px;
	width: 22px;
	background: #ccc;
	border: 5px solid transparent;
	display: inline-block;
	margin-right: 15px;
	border-radius: 50%;
	transition: all 0.25s ease;
	box-shadow: inset -4px -4px 10px rgba(0, 0, 0, 0.2);
}
.paket #one:checked ~ label.first .circle,
.paket #two:checked ~ label.second .circle{
	border-color: #8E49E8;
	background: #fff;
}
.paket  label.box .plan{
	display: flex;
	width: 100%;
	align-items: center;
}
.paket input[type="radio"]{
	display: none;
}







.nav-order{
	white-space: nowrap;
	padding: 12px 0px;
	margin: 0px auto;
	font-size: 14px;
	font-weight: 700;
	color: rgb(133, 133, 133);
	position: relative;
	cursor: pointer;
	text-align: center;
}
.nav-order.active{
	color: rgb(0, 171, 107);
	border-bottom: 2px solid rgb(0, 171, 107);
}

.transaction {
	width: 100%;
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 5px;
	overflow: hidden;
}
.transaction .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.75rem 20px;
}
.transaction .header .title {
	display: flex;
	align-items: center;
}

.transaction .header .title .icon,
.transaction .thumb .icon{
	color: #11a44c;
	float: right;
	background: #ebf8f3;
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	margin: 0 16px 0 0;
}
.transaction .header .title img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.transaction .header .title span {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.transaction .header .amount {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.transaction .body {
	padding: 5px 20px;
	border-top: 1px solid #e9ecefcf;
	border-left: 2px solid #11A44C;
}
.transaction .body .info {
	font-size: 14px;
	color: #212529;
	font-weight: 600;
}
.transaction .footer {
	background-color: #edf4f9;
	border-top: 1px solid #e9ecefcf;
}
.transaction .footer a {
	padding: 0.25rem 20px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	color: #2479b4;
	transition: color 0.3s;
	width: 100%;
}
.transaction .footer a:hover {
	color: #0056b3;
}
.transaction .status {
	display: inline-block;
	color: #198754;
	font-size: 12px;
	letter-spacing: 0.02rem;
}
.transaction .timer {
	font-size: 14px;
	color: rgb(51, 51, 51);
	margin-top: 0px;
	display: inline-flex;
	align-items: center;
}
.transaction .timer img {
	width: 14px;
	height: 14px;
	margin-right: 5px;
}



.copyClipboard {
	width: auto;
	height: auto;
	position: fixed;
	left: 50%;
	margin-left: -3%;
	top: 50%;
	background-color: #383838;
	color: #F0F0F0;
	font-family: Calibri;
	font-size: 20px;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	border-radius: 0.25rem;
}

@media only screen and (max-width: 600px) {
	.copyClipboard {
		margin-left: -7%;
	}
}




.gms-accordion {
	width: 100%;
}
.gms-accordion .kompiaccordion {
	position: relative;
	display: block;
	margin: 0;
}
.gms-accordion .kompiaccordion input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.gms-accordion .kompiaccordion .btn-accordion {
	display: block;
	/* height: 40px; */
	text-align: left;
	padding: 0 10px;
	margin-bottom: 0px;
	border: 0;
	/* background: #555; */
	color: #333;
	/* font-weight: 700; */
	font-size: 16px;
	padding-left: 1rem;
	letter-spacing: 0.05rem;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gms-accordion .kompiaccordion .btn-accordion:hover {
	background: rgb(210, 243, 230);
}
.gms-accordion .kompiaccordion .btn-accordion:focus,
.gms-accordion .kompiaccordion .btn-accordion:active {
	outline: none;
}
.gms-accordion .kompiaccordion input:checked ~ .btn-accordion {
	background: rgb(210, 243, 230);
}
.gms-accordion .kompiaccordion .btn-accordion .arrow {
	float: right;
	width: 24px;
	height: 40px;
}
.gms-accordion .kompiaccordion input:checked ~ .btn-accordion .arrow {
	transform: rotate(180deg);
}
.gms-accordion .kompiaccordion .btn-accordion .arrow path {
	fill: #333;
}
.gms-accordion .kompiaccordion .content {
	width: 100%;
	padding: 0.5rem;
	margin: 0px;
	display: none;
	background: rgb(210 243 230 / 37%);
}
.gms-accordion .kompiaccordion .content p {
	margin: 5px 0;
	padding: 0;
	color: #555;
}
.gms-accordion .kompiaccordion input:checked ~ .content {
	display: block;
	pointer-events: all;
	visibility: visible;
}
.gms-accordion .kompiaccordion .content .youtube-responsive {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: -5px 0 0;
}
.gms-accordion .kompiaccordion .content .youtube-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}




.method-payment {
	padding: 15px;
	background-color: #fff;
	border-radius: 0.25rem;
}

.method-payment .step {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9ecef;
}

.method-payment .step-number {
	width: 30px;
	height: 30px;
	background-color: #4caf50;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.method-payment .step p {
	margin: 0;
	font-size: 14px;
	color: #333;
}





/* Popup Styles */
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.popup-overlay .popup-box {
	background: #fff;
	padding: 20px 30px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	text-align: center;
}

.popup-overlay .popup-box p {
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}

.popup-overlay .popup-buttons {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.popup-overlay .btn {
	line-height: 35px;
	height: 35px;
	padding: 0px 20px;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.popup-overlay .btn.cancel {
	background-color: #f44336;
	color: #fff;
}

.popup-overlay .btn.cancel:hover {
	background-color: #e53935;
}

.popup-overlay .btn.confirm {
	background-color: #4CAF50;
	color: #fff;
	text-decoration: none;
}

.popup-overlay .btn.confirm:hover {
	background-color: #45a049;
}

.text-red{
	color: #dc3545;
}


.btn-transaction{
	float: left !important;
	padding: 5px 16px;
	font-size: 12px;
	/* height: 28px; */
	/* line-height: 1; */
	background: #f8f9fa;
	margin-right: 8px;
	border-radius: 40px;
	border: 1px solid #aaaaaa6b;
	font-weight: bold !important;
	letter-spacing: 0.02rem;
	color: #474747 !important;
}

.btn-transaction.trans-active{
	border: 1px solid #00AB6B;
	color: #00AB6B !important;
}

.sub-filter{
	background: #11a44c;
	border-radius: 50%;
	width: 1.75rem;
	height: 1.75rem;
	text-align: center;
	padding: 0px !important;
	color: #fff !important;
	vertical-align: middle;
}

.modal-dialog .modal-header{
	padding: 0.5rem 1rem !important;
	border-bottom: 0px;
}

.select2{
	width: 100% !important;
}


.modal-footer .btn-c{
	border-radius: 0.15rem;
	width: 100%;
	margin: 0 auto;
}

.text-menunggu{
	color: #8e5019 !important;
}

.text-berhasil{
	color: #198754 !important;
}

.text-batal{
	color: #dc3545 !important;
}

.btn-add{
	border-radius: 0.2rem;
	border: 1px solid;
	padding: 0.5rem;
	line-height: normal;
	height: max-content;
}


.input-field {
	flex-direction: row;
	column-gap: 15px;
}
.input-field input {
	width: 48px;
	height: 45px;
	border-radius: 0;
	font-weight: 600;
	font-size: 16px;
	padding: 0 18px;
	color: var(--main-color);
	border: 1px solid #bbbbbb;
	text-align: center;
}
.input-field input:focus {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.input-field input::-webkit-inner-spin-button,
.input-field input::-webkit-outer-spin-button {
	display: none;
}


.btn-edit{
	float: right;
	position: absolute;
	right: 1rem;
	color: #3f3f3f;
	border-radius: 0.15rem;
	padding: 0.01rem 0.5rem;
	font-size: 0.85rem;
	/* width: 25px; */
	/* height: 25px; */
	text-align: center;
	/* align-items: center; */
	vertical-align: middle;
	background: #d7dde1;
}

.btn-edit small{
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.01rem;
}

.uikit-badge-inner li i{
	margin-right: 0.25rem;
}

.text-black{
	color: #15131C !important;
}
.time-transaction{
	padding-left: 0px;
}
.time-transaction li{
	display: inline-block;
	list-style: none;
	font-size: 12px;
	margin-right: 8px;
}

.img-product{
	width: 100%;
	max-height: 12rem;
}

.title-product{
	font-size: 0.86rem !important;
	line-height: 1;
	max-width: 100%;
	max-height: 100%;
	white-space: pre-wrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 4px;
	min-height: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #595454;
}

.box-new-transaksi{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50rem;
	text-align: center;
}


.timeline-wd {
	width: 100%;
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 8px;
	padding: 20px;
}

.timeline-wd .timeline-item {
	display: flex;
	align-items: center;
	margin-bottom: 0px;
	position: relative;
}

.timeline-wd .timeline-item:last-child {
	margin-bottom: 0;
}

.timeline-wd .timeline-icon {
	position: relative;
	z-index: 1;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #4caf50;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 12px;
}

.timeline-wd .timeline-content {
	padding-top: 0.5rem;
	margin-left: 20px;
}

.timeline-wd .timeline-title {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.timeline-wd .timeline-date {
	font-size: 12px;
	color: #888;
}






.mutasi-list {
	display: flex;
	flex-direction: column;
}

.mutasi-list .transaction {
	display: flex;
	flex-direction: column;
	padding: 10px;
	border: 1px solid #e9ecef;
	border-radius: 5px;
	background-color: #fff;
	margin-bottom: 0.2rem;
}

.mutasi-list .transaction .date {
	font-size: 0.9rem;
	color: #000;
	margin-bottom: 3px;
}

.mutasi-list .transaction .details {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mutasi-list .transaction .description {
	font-size: 0.8rem;
	color: #333;
	line-height: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mutasi-list .transaction .amount {
	font-size: 1rem;
	font-weight: bold;
	min-width: 33%;
	text-align: right;
}

.mutasi-list .transaction .amount.credit {
	color: #28a745;
}

.mutasi-list .transaction .amount.debit {
	color: #dc3545;
}



.nav-order{
	border-top: 1px solid #e5e7eb;
	border-left: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
	border-right: 1px solid #e5e7eb;
	background-color: #fff;
}
	
	
.pagination {
	display: flex;
	width: 100%;
	max-width: 1100px;
	height: 40px;
	font-family: 'Inter', sans-serif;
	color: #6b7280;
	justify-content: space-between;
}

.pagination > a:last-of-type {
	text-align: right;
}

.pagination a, .pagination .dots {
	color: #9ca3af;
	display: block;
	padding: 16px 16px 0;
	text-decoration: none;
	margin-top: -1px;
	border-top: 2px solid transparent;
}

.pagination .dots {
	color: #6b7280;
	font-weight: 500;
}

.pagination a:hover {
	color: #374151;
}

.pagination a:active,
.pagination a.current {
	color: #374151;
}

.pagination > a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.pagination > a:first-of-type {
	padding: 16px 4px 0 0;
}

.pagination > a:last-of-type {
	padding: 16px 0 0 4px;
}

.pagination > a > svg {
	width: 1.25rem;
	height: 1.25rem;
}

.pagination > a:first-of-type > svg {
	margin-right: 20px;
}

.pagination > a:last-of-type > svg {
	margin-left: 20px;
}

.pagination > a.next > svg {
	transform: scaleX(-1);
}

.pagination .pages {
	display: flex;
	width: 50%;
	max-width: 300px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	justify-content: space-evenly;
}
.mg-top-60{
	margin-top: 3rem !important;
}

.header-filter{
	border-radius: 0px !important;
}

@media (max-width: 735px) {
	.mg-top-60{
		margin-top: 3.4rem !important;
	}
	.container{
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}
	.section-title .title{
		font-size: 1rem !important;
	}
		
	.transaction dl, .transaction ol, .transaction ul{
		padding-left: 0px !important;
	}
		
	.transaction .ba-single-transaction .thumb{
		width: 40px !important;
		height: 40px !important;
		line-height: 40px !important;
		
	}
	
	.transaction .ba-single-transaction .thumb img{
		max-width: 30px !important;
	}
	
	.transaction .ba-single-transaction .details h5{
		font-size: 12px;
	}
	
	.transaction .body .info, 
	.transaction .body .status{
		font-size: 10px !important;
	}
}




.form-transaksi .form-group {
	display: flex;
	align-items: stretch;
	margin-bottom: 10px;
	flex-wrap: wrap;
	/*border-bottom: 1px solid #ddd;*/
}

.form-transaksi .form-group label {
	width: 150px;
	margin: 0px;
	text-align: right;
	display: flex;
	align-items: center;
	background: #f8f9fa;
	padding: 4px 8px;
	color: #000;
	border: 1px solid #ccc;
	border-right: 0px;
}



.form-transaksi .input-container {
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
}

.form-transaksi .input-container i {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #888;
}

.form-transaksi .input-container input,
.form-transaksi .input-container select,
.form-transaksi .input-container textarea {
	width: 100%;
	padding: 4px 25px;
	border: 1px solid #ccc;
}

.form-transaksi .input-container textarea {
	height: 80px; /* Contoh tinggi yang lebih besar */
	resize: vertical;
}


.form-transaksi .search-button {
	position: relative;
	background: #e9ecef;
	/* color: white; */
	border: none;
	padding: 4px 8px;
	border: 1px solid silver;
	cursor: pointer;
	/* border-radius: 5px; */
	margin-left: 5px;
	display: flex;
	align-items: center;
}

.form-transaksi .search-button i {
	position: unset;
	transform: none;
}

.form-transaksi .search-button:hover {
	background: var(--main-color);
}

.form-transaksi .search-button:hover i{
	color: #fff !important;
}

.form-transaksi .btn-transaksi{
	border: 1px solid silver;
	padding: 0.15rem 0.5rem;
	background: #f7f9fa;
	font-size: 12px;
	font-weight: 550;
	letter-spacing: 0.05rem;
	color: #393736;
}

.form-transaksi .xl-col-3{
	width: 20%;
}

.no-border{
	border: 0px !important;
}

/* Responsif: Jika layar kecil, label di atas input */
@media (max-width: 600px) {
	
	.form-transaksi .box-gms {
		padding: 10px !important;
	}
	.form-transaksi .xl-col-3{
		width: 100%;
	}
	
	.form-transaksi .xs-hidden{
		display: none !important;
	}
	
	.form-transaksi .form-group {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 0.05rem;
	}

	.form-transaksi .form-group label {
		width: 100%;
		background: transparent;
		border: 0;
		padding-left: 0;
		font-weight: 600;
		font-size: 0.75rem;
		color: #212529;
		letter-spacing: 0.5px;
		padding-bottom: 0px;
	}
	
	.form-transaksi .input-container{
		width: 100%;
	}
	
	.form-transaksi .form-group input,
	.form-transaksi .form-group select,
	.form-transaksi .form-group textarea {
		width: 100%;
	}
		
	.table-resp td .input-container{
		display: inline-block;
		width: 40%;
	}
}


.text-right{
	text-align: right !important;
}


.header-filter{
	border: 1px solid #dfe7f4c7;
	position: fixed;
	left: 50%;
	top: 3.05rem;
	transform: translateX(-50%);
	width: 100%;
	max-width: 800px;
	padding: 1px 0;
	z-index: 9;
}
.header-filter ul {
	display: flex;
	gap: 0px;
	list-style: none;
	justify-content: center; /* Untuk meratakan li ke tengah secara horizontal */
	align-items: center; /* Untuk meratakan li ke tengah secara vertikal */
	margin: 0;
	background-color: #ffffff;
	width: 100%;
	padding: 0;
}

.header-filter li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	color: #007BFF;
	cursor: pointer;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 550;
	color: #585454;
	font-family: 'Jost', sans-serif;
}

.header-filter li i {
	margin-right: 8px;
}

/* Lebar untuk li pertama dan kedua */
.header-filter li:nth-child(1),
.header-filter li:nth-child(2) {
	width: 50%; /* Masing-masing 35% */
}

.header-filter ul li:not(:last-child)
{
	border-right: 1px solid #DFE7F4;
}


/* Lebar untuk li ketiga, sisa lebar */
.header-filter li:nth-child(3),
.header-filter li:nth-child(4) {
	width: calc(100% - 85%); /* Sisa lebar (100% - 70%) dan gap antar elemen */
}

.header-filter li > i {
	font-size: 14px;
	color: #2874F0;
}


.col-grid-product > .col-md-6:nth-child(odd) {
	padding-right: 2px !important;  /* Kolom ganjil (1, 3, 5...) mendapatkan padding kanan */
}

.col-grid-product > .col-md-6:nth-child(even) {
	padding-left: 2px !important;   /* Kolom genap (2, 4, 6...) mendapatkan padding kiri */
}

.col-grid-product .deskripsi{
	font-weight: normal;
	font-size: 12px;
	color: #494646;
}
	
/* Responsif: Jika layar kecil, label di atas input */
@media (max-width: 735px) {
	.header-filter li:nth-child(1), 
	.header-filter li:nth-child(2),
	.header-filter li:nth-child(3),
	.header-filter li:nth-child(4) {
		width: 100%;
		border-right: 1px solid #DFE7F4;
	}
	
	.col-grid-product > .col-md-6{
		padding: 0px 0.35rem !important;
	}
}


.add-balance-inner-wrap-show .modal-header{
	border-bottom: 1px solid #eee !important;
}

.item-product .loader-wrapper{
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	display: flex;
}


.nav-pagging {
	display: flex;
}

.nav-pagging > [class*=nav-pagging-]{
	flex: 1;  /* Membuat kolom memiliki lebar yang sama */
	padding: 10px;  /* Memberikan padding pada kolom */
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 550;
	color: #585454;
	font-family: 'Jost', sans-serif;
}

.nav-pagging-left{
	text-align: left;
}

.nav-pagging-center {
	text-align: center ;
}

.nav-pagging-right {
	text-align: right ;
}

/* Untuk mencegah teks meluber keluar dari kotak input Select2 */
.select2-selection__rendered {
	white-space: nowrap;            /* Menjaga teks dalam satu baris */
	overflow: hidden;               /* Sembunyikan teks yang melampaui lebar */
	text-overflow: ellipsis;        /* Tambahkan titik tiga di akhir teks yang terlalu panjang */
}

/* Menambahkan lebar maksimum pada dropdown */
.select2-container--default .select2-selection--multiple {
	width: 100%;  /* Atur lebar sesuai dengan container atau ukuran yang diinginkan */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	white-space: nowrap;            /* Menjaga agar setiap pilihan berada dalam satu baris */
	overflow: hidden;               /* Sembunyikan pilihan yang melampaui lebar */
	text-overflow: ellipsis;        /* Menampilkan titik tiga pada pilihan yang panjang */
}


/* Hiding the checkbox, but allowing it to be focused */
.badgebox{
	opacity: 0;
}

.badgebox + .badge{
	/* Move the check mark away when unchecked */
	text-indent: -999999px;
	/* Makes the badge's width stay the same checked and unchecked */
	width: 27px;
	color: #fff;
	background-color: #333;
}

.badgebox:focus + .badge{
	/* Set something to make the badge looks focused */
	/* This really depends on the application, in my case it was: */
    
	/* Adding a light border */
	box-shadow: inset 0px 0px 5px;
	/* Taking the difference out of the padding */
}

.badgebox:checked + .badge{
	/* Move the check mark back when checked */
	text-indent: 0;
}

.btn-choice{
	font-size: 13px;
	font-weight: 550;
	color: #585454;
	font-family: 'Jost', sans-serif;
	border: 1px solid #bbbbbb;
	border-radius: 0px;
	padding: 10px 15px;
	line-height: normal;
}

.btn-filter{
	font-size: 14px;
	font-weight: 500 !important;
	letter-spacing: 0.03rem;
	font-family: Jost, sans-serif;
	/* font-weight: 500; */
	line-height: 14px;
}


.transaction .ic-cart-footer ,
.card-footer .ic-cart-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.transaction .ic-cart-footer li,
.card-footer .ic-cart-footer li {
	padding: 8px 4px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #DFE7F4;
	width: 100%;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.transaction .ic-cart-footer li:last-child,
.card-footer .ic-cart-footer li:last-child{
	border-right: 0px !important;
}


.transaction .ic-cart-footer li > a,
.card-footer .ic-cart-footer li > a {
	display: block;
	width: 100%;
	text-align: center;
	color: #4e4e4e;
}

.transaction .ic-cart-footer li > a i,
.card-footer .ic-cart-footer li > a i {
	margin-right: 5px;
}



.text-primary {
	color: #2874F0 !important;
}

.transaction .remove-text {
	color: #EB5757 !important;
	font-size: 14px;
}



.ic-chekout-timeline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #FFF;
	padding: 13px 5px;
	margin-bottom: 10px;
	min-height: 40px;
}

.ic-chekout-timeline .timeline-content {
	display: flex;
	align-items: center;
	position: relative;
	flex: 1;
	z-index: 1;
}

.ic-chekout-timeline .timeline-content .ic-tab-link {
	background-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 0 10px;
}
.ic-chekout-timeline .timeline-content::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	background-color: #000;
	opacity: 0.10;
	height: 2px;
	right: 0;
	z-index: -1;
}

.ic-chekout-timeline .timeline-content.timeline-active::after {
	background-color: #2874F0;
	opacity: 1;
}
.ic-chekout-timeline .timeline-content .num {
	color: var(--title);
	font-size: 10px;
	font-weight: 500;
	background-color: #DFE7F4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 20px;
}

.ic-chekout-timeline .timeline-content.timeline-active .num {
	background-color: #2874F0;
	color: #fff;
}

.ic-chekout-timeline .timeline-content .name {
	font-size: 13px;
	font-weight: 500;
	color: #7D899D;
}

.ic-chekout-timeline .timeline-content.timeline-active .name {
	color: #000;
}

.footer-fixed-btn {
	background-color: #fff;
	position: fixed;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -1px;
	width: 100%;
	max-width: 820px;
	padding: 10px 15px;
	z-index: 9;
}

.footer-fixed-btn .btn-continue{
	background-color: #FFE019;
	color: #000;
	font-size: 1.125rem;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 5px !important;
}







.col-grid-product .deskripsi{
	font-size: 12px;
	color: #656C7B;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	line-height: 1.5;
	min-height: 2.3rem
}

.add-balance-inner-wrap{
	display: none !important;
}

.add-balance-inner-wrap.add-balance-inner-wrap-show{
	display: block !important;
}

.modal-search{
	height: 100%;
	padding: 0;
	margin: 0 auto;
}

.modal-search .modal-dialog{
	padding: 0;
	margin: 0 auto;
	height: 100%;
	border-radius: 0;
}
.modal-search .modal-content{
	background-color: #fff;
	position: fixed;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -1px;
	width: 100%;
	max-width: 820px;
	z-index: 9;
	height: 100%;
	border-radius: 0;
}

.modal-search .modal-header{
	font-size: 14px;
	border-bottom: 1px solid #dfe7f4;
	padding: 0.5rem 0rem 0.5rem 1rem !important;
}
.modal-search .modal-header .close {
	font-size: 1rem;
	color: red;
	font-weight: 550;
	background: transparent;
	border: 0px;
}


.group-search{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0.5rem 0;
	padding: 9.5px 12px 9.5px 16px;
	border-radius: 6px;
	box-shadow: 0 2px 10px #1a29470a, 0 2px 1px #1a294714;
	background-color: #ffffff;
	border: .5px solid #e1e6f0;
}


.group-search .search-area {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.group-search .search-area .back-btn{
	color: #333 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	font-size: 15px;
	font-weight: 600;
	background: #efefef;
	padding: 1rem;
	border-radius: 6px;
}

.group-search .search-area .form-control {
	height: 100%;
	border: 1px solid transparent;
	padding: 10px 15px;
	font-size: 16px;
	color: #000;
	transition: all 0.3s ease-in-out;
	background: #fff;
	border-radius: 0;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
}

.group-search .input-search{
	background-color: #fff;
	color: white;
	text-align: center;
	flex: 1;  /* Membuat item fleksibel */
}

.group-search .btn-qrcode {
	padding: 4px 10px;
	display: flex;
	font-size: 24px;
	margin-bottom: 0;
	border-radius: 0;
	border-left: 1px solid #DFE7F4;
	max-width: max-content;
	background: #fff;
	color: #252525;
	font-weight: bold;
	cursor: pointer;
}


.ic-modal-search .modal-content{
	background-color: #fff; 
	padding: 10px 20px; 
	border-radius: 0px !important;
}


.modal-loader {
	border: 4px solid #454545;
    border-top: 4px solid #10a44c;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spinloader 1s linear infinite;
    margin: 10px auto;
}

@keyframes spinloader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.modal-content {
	opacity: 0;
	/*transition: opacity 0.1s ease-in-out;*/
	display: none;
}

.modal.fade.show .modal-content,
.add-balance-inner-wrap-show .modal-content{
	display: block !important;
	opacity: 1;
}

.modal-content.show {
	display: block;
	opacity: 1;
}


@media (max-width: 736px) {
	.group-search{
		width: 98%;
		margin: 0.5rem 0.25rem;
		padding: 2.5px 8px 2.5px 8px;
	}
	
	.group-search .search-area .form-control{
		padding: 8px 10px;
		font-size: 14px;
		border-right: 1px solid #DFE7F4;
	}
	
	.group-search .btn-qrcode{
		font-size: 20px;
		border-left:0px;
	}
}