@import "styleProsesAsesi.css";

:root {
	--primary: #401dce;
	/* --primary: #4B26DE;
	 */
	--dark-primary: #013375;
	--secondary: #4927e1;
	--success: #27ae60;
	--info: #008ffb;
	--warning: #feb82f;
	--danger: #ed3336;
	--dark: #303030;
	--primary-light: #efebff;
	--secondary-light: #f9f9f9;
	--success-light: #e8fff3;
	--info-light: #f8f5ff;
	--warning-light: #fff8dd;
	--danger-light: #ffe0e8;
	--dark-light: #f4f4f4;
	--white: #fff;
	--text-muted: #abb4bd;
	--success-inverse: #e1ffed;
	--info-inverse: #fff;
	--warning-inverse: #fff;
	--danger-inverse: #ffebeb;
	--dark-inverse: #fff;
	--primary-inverse: #ebeff4;
	--white-inverse: #fff;
	--white-light: #fff;
	--grey: #e3e3e3;
	--black: #333;
	--dark-grey: #666;
	--soft-grey: #f6f6f6;
	--bg-menu: linear-gradient(90deg, #003775 0%, #0057b9 104.42%);
	--bg-sub-menu: #f8f8f8 40;
	--border-radius: 20px;
}

::-webkit-scrollbar {
	width: 5px;
	height: 14px;
}

::-webkit-scrollbar-thumb {
	background: #ababab;
	border: none;
}

::-webkit-scrollbar-track {
	background: #dedede;
}

html {
	font-family: "Poppins", sans-serif;
}

button {
	font-family: "Poppins", sans-serif;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}

/*BUTTON*/
.style-ajj {
	/*BUTTON*/
	/* ======== FLOATING LABEL ======== */
	/* ======== END FLOATING LABEL ======== */
	/* INPUT IMAGE */
	/* INPUT IMAGE */
	/* .justify-start {
		 display: flex !important;
		 justify-content: start !important;
		 align-items: center !important;
	}
	 */
	/*MODULE UJIAN*/
	/* Change the checkbox border color */
	/* Change the background color when checked */
	/* Change the checkmark color */
	/*MODULE UJIAN*/
	/*FILTER*/
	/*FILTER*/
	/* */
	/* ======== */
	/* */
	/* .sertifikasi-table .label {
		 width: 30%;
	}
	 */
}

.style-ajj .bs-btn-label {
	border-radius: 10px !important;
	padding: 2px 10px !important;
	height: 30px !important;
	font-weight: 600 !important;
	min-width: 40px;
	font-size: 12px !important;
}

.style-ajj .bs-btn-none {
	background: transparent !important;
	color: transparent !important;
	border: none !important;
	cursor: inherit !important;
}

.style-ajj .bs-btn-label.primary {
	color: var(--primary-inverse);
	border-color: var(--primary);
	background: var(--primary);
}

.style-ajj .bs-btn.bs-btn-primary {
	color: var(--primary-inverse);
	border-color: var(--primary);
	background: var(--primary);
}

.style-ajj .bs-btn.bs-btn-primary:hover {
	background-color: #00214b !important;
	color: #fff !important;
}

.style-ajj .bs-btn.bs-btn-download {
	color: var(--primary-inverse);
	border-color: #303030;
	background-color: #303030;
	font-weight: 600;
	padding: 10px 25px;
	display: flex;
	gap: 10px;
}

.style-ajj .bs-btn.bs-btn-light-primary {
	color: var(--primary);
	border-color: var(--primary-light);
	background-color: var(--primary-light);
}

.style-ajj .bs-btn.bs-btn-light-primary:hover {
	color: var(--white) !important;
	background-color: var(--primary) !important;
}

.style-ajj .bs-btn.bs-btn-light {
	color: var(--black);
	border-color: var(--dark-light);
	background-color: var(--dark-light);
}

.style-ajj .bs-btn.bs-btn-light:hover {
	color: var(--black) !important;
	background-color: var(--dark-light) !important;
}

.style-ajj .bs-btn.bs-btn-outline-primary {
	color: var(--primary);
	background-color: var(--white);
	border: 1px solid var(--primary);
}

.style-ajj .bs-btn.bs-btn-outline-primary:hover {
	color: var(--white);
	background-color: var(--primary);
	border: 1px solid var(--primary);
}

.style-ajj .bs-btn.bs-btn-success {
	color: var(--success-inverse);
	border-color: var(--success);
	background-color: var(--success);
}

.style-ajj .bs-btn.bs-btn-light-success {
	color: var(--primary);
	border-color: var(--success-light);
	background-color: var(--success-light);
}

.style-ajj .bs-btn.bs-btn-danger {
	color: var(--danger-inverse);
	border-color: var(--danger);
	background-color: var(--danger);
}

.style-ajj .bs-btn.bs-btn-danger:hover {
	background-color: #db2854 !important;
	color: #fff !important;
}

.style-ajj .bs-btn.bs-btn-light-danger {
	color: var(--danger);
	border-color: var(--danger-light);
	background-color: var(--danger-light);
}

.style-ajj .bs-btn.bs-btn-warning {
	color: var(--warning-inverse);
	border-color: var(--warning);
	background-color: var(--warning);
}

.style-ajj .bs-btn.bs-btn-warning:hover {
	color: var(--warning-inverse) !important;
	border-color: var(--warning) !important;
	background-color: #e9a726 !important;
}

.style-ajj .bs-btn.bs-btn-light-warning {
	color: var(--warning);
	border-color: var(--warning-light);
	background-color: var(--warning-light);
}

.style-ajj .bs-btn.bs-btn-info {
	color: var(--info-inverse);
	border-color: var(--info);
	background-color: var(--info);
}

.style-ajj .bs-btn.bs-btn-light-info {
	color: var(--primary);
	border-color: var(--info-light);
	background-color: var(--info-light);
}

.style-ajj .bs-btn.bs-btn-dark {
	color: var(--dark-inverse);
	border-color: var(--dark);
	background-color: var(--dark);
}

.style-ajj .bs-btn.bs-btn-light-dark {
	color: var(--dark);
	border-color: var(--dark-light);
	background-color: var(--dark-light);
}

.style-ajj .bs-btn.bs-btn-white {
	color: var(--white-inverse);
	border-color: var(--white);
	background-color: var(--white);
}

.style-ajj .bs-btn.bs-btn-light-white {
	color: var(--white);
	border-color: var(--white-light);
	background-color: var(--white-light);
}

.style-ajj .bs-btn.bs-btn-circle {
	border-radius: 50%;
}

.style-ajj .bs-btn-transparent {
	background: #fff;
	color: white;
	border: 1px solid #fff;
}

.style-ajj .bs-btn {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	height: 40px;
	padding: 0px 25px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
	border: none;
	outline: none;
	cursor: pointer;
	z-index: 9;
	transition: all 0.2s ease;
}

.style-ajj .bs-btn-round-lg {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	height: 40px;
	min-width: 140px;
	padding: 0 24px;
	border-radius: 15px;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s ease;
}

.style-ajj .bs-btn-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	border: none;
	outline: none;
	color: #fff;
	background: var(--blue);
	cursor: pointer;
	padding: 10px;
	transition: all 0.2s ease;
}

.style-ajj .bs-btn-circle.bs-btn-sm {
	width: 30px;
	height: 30px;
	padding: 3px 7px;
}

.style-ajj .bs-btn-circle-sm {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: none;
	outline: none;
	color: #fff;
	background: var(--blue);
	cursor: pointer;
	transition: all 0.2s ease;
}

.style-ajj .bs-btn-inquiry {
	margin-left: -30px;
	z-index: 1;
	border-radius: 0 15px 15px 0;
}

.style-ajj .bs-btn-transparent {
	border: 1px solid #cfcfcf;
	color: var(--primary);
}

.style-ajj .rdt_TableCol {
	padding: 8px 11px;
	color: #304f82 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
}

.style-ajj .rdt_TableRow {
	border-bottom: 1px solid #eff2f5 !important;
	border-radius: 20px;
}

.style-ajj .rdt_TableRow:hover {
	background-color: #eef6ff !important;
}

.style-ajj .rdt_TableHeadRow {
	background: #eef6ff !important;
	border: none !important;
	margin-bottom: 10px;
}

.style-ajj .rdt_TableHeadRow:nth-child(1) {
	border-radius: 15px !important;
}

.style-ajj .rdt_Pagination {
	border-top: none !important;
	/* border-top: 1px solid #EFF2F5 !important;
	 */
}

.style-ajj .ant-table-cell {
	font-size: 13px;
}

.style-ajj .ant-pagination .ant-pagination-item-active a {
	color: var(--primary) !important;
}

.style-ajj .ant-pagination .ant-pagination-item-active {
	border-color: var(--primary-light) !important;
	background: var(--primary-light) !important;
}

.style-ajj .ant-table-wrapper .ant-table-thead>tr>th,
.style-ajj .ant-table-wrapper .ant-table-thead>tr>td {
	position: relative;
	color: var(--dark);
	font-weight: 600;
	text-align: start;
	background: #40569f 14;
	border-bottom: 1px solid #fff;
	padding: 11px 16px;
}

.style-ajj .ant-table-tbody tr td {
	font-weight: 500;
	padding: 5px 13px !important;
}

.style-ajj .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:hover {
	background: var(--primary);
	color: #fff;
}

.style-ajj .ant-table-wrapper .ant-table-column-sorter-up.active,
.style-ajj .ant-table-wrapper .ant-table-column-sorter-down.active {
	color: #fff;
}

.style-ajj .ant-table-wrapper .ant-table-thead th.ant-table-column-sort {
	background: var(--primary);
	color: #fff;
}

.style-ajj .ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:last-child {
	border-top-right-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
}

.style-ajj .ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:first-child {
	border-top-left-radius: var(--border-radius);
	border-bottom-left-radius: var(--border-radius);
}

.style-ajj .ant-table-cell:hover .ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:last-child {
	border-radius: 0 20px 20px 0;
}

.style-ajj .ant-table-cell-row-hover {
	background: #fafafa !important;
}

.style-ajj .ant-table-wrapper .ant-table-tbody>tr>td {
	color: #1b1b1b;
	border-bottom: 1px solid #ebeff4;
}

.style-ajj .ant-pagination .ant-pagination-total-text {
	position: absolute;
	left: 22px;
	font-size: 13px;
	color: var(--text-muted);
	font-weight: 400;
}

.style-ajj .customTable {
	width: 100%;
	border-collapse: collapse;
}

.style-ajj .customTable th .customTable td {
	padding: 8px;
}

.style-ajj .customTable th {
	background-color: #4caf50;
	color: white;
	text-align: left;
}

.style-ajj .customTable tr:nth-child(even) {
	background-color: #f2f2f2;
}

.style-ajj .customTable tr:hover {
	background-color: #ddd;
}

.style-ajj .customTable th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #4caf50;
	color: white;
}

.style-ajj .ant-table-wrapper .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before,
.style-ajj .ant-table-wrapper .ant-table-thead>tr>td:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
	background-color: #ccc;
}

.style-ajj .ant-pagination .ant-pagination-item-active {
	background-color: var(--primary);
}

.style-ajj .form-control {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 17px;
	height: 40px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 15px;
	color: #181c32;
	background-color: #fff;
	border: 1px solid #e1e3ea;
	z-index: 9;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.style-ajj .ant-select-selection-item {
	font-weight: 600 !important;
	font-size: 13px !important;
}

.style-ajj .form-group {
	margin-bottom: 25px;
}

.style-ajj .ant-select-disabled {
	background: #fff;
	border: 0;
}

.style-ajj .ant-select-disabled .ant-select-selector {
	background: #fff !important;
	color: #181c32 !important;
}

.style-ajj .ant-select-disabled .ant-select-arrow {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.style-ajj .form-control {
		transition: none;
	}
}

.style-ajj .form-control[type=file] {
	overflow: hidden;
}

.style-ajj .form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer;
}

.style-ajj .form-control:focus {
	color: #181c32;
	background-color: #fff;
	border-color: var(#b5b5c3);
	outline: 0;
	/* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
	 */
}

.style-ajj .form-control::-webkit-date-and-time-value {
	height: 1.5em;
}

.style-ajj .form-control::placeholder {
	font-size: 14px;
	color: #a1a5b7;
	font-weight: 400;
	opacity: 1;
}

.style-ajj .form-control:disabled,
.style-ajj .form-control[readonly] {
	background-color: #fff;
	border: none;
	opacity: 1;
}

.style-ajj .floating-label-content {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.style-ajj .floating-label-content textarea {
	min-height: 120px;
	padding: 10px 20px;
}

.style-ajj .floating-label {
	position: absolute;
	left: 15px;
	top: 8px;
	font-size: 13px;
	font-weight: 500;
	padding: 0 7px;
	background: #fff;
	color: #757575;
	cursor: text;
	transition: 0.2s ease all;
	border-radius: 20px;
	z-index: 10;
}

.style-ajj .floating-input:focus,
.style-ajj .floating-select:focus {
	outline: none;
}

.style-ajj .floating-input:focus~.floating-label {
	top: -10px;
	left: 10px;
	font-size: 12px;
}

.style-ajj .floating-input:not(:-moz-placeholder-shown)~.floating-label {
	top: -10px;
	left: 10px;
	font-size: 12px;
}

.style-ajj .floating-input:not(:-ms-input-placeholder)~.floating-label {
	top: -10px;
	left: 10px;
	font-size: 12px;
}

.style-ajj .floating-input:not(:placeholder-shown)~.floating-label {
	top: -10px;
	left: 10px;
	font-size: 12px;
}

.style-ajj .floating-select:not([value=""]):valid~.floating-label {
	top: -10px;
	left: 10px;
	font-size: 12px;
}

.style-ajj textarea {
	min-height: 120px;
	padding: 14px 20px;
}

.style-ajj .label-form {
	font-size: 14px;
	font-weight: 400;
	color: #1f2233;
	margin-bottom: 4px;
}

.style-ajj .icon-password {
	cursor: pointer;
	position: absolute;
	right: 15px;
	color: #c1c1c1;
	top: 0px;
	font-size: 25px;
	border-radius: 27px;
}

.style-ajj .image-input {
	position: relative;
}

.style-ajj .image-input .content-btn {
	display: flex;
	position: absolute;
	left: -11px;
	top: -10px;
	gap: 3px;
	flex-direction: column;
}

.style-ajj .image-input input {
	display: none;
}

.style-ajj .image-input label {
	display: block;
	color: #fff;
	background: #000;
	padding: 0.3rem 0.6rem;
	font-size: 115%;
	cursor: pointer;
}

.style-ajj .image-input label i {
	font-size: 125%;
	margin-right: 0.3rem;
}

.style-ajj .image-input label:hover i {
	animation: shake 0.35s;
}

.style-ajj .image-input img {
	width: 100%;
	object-fit: contain;
	height: 200px;
	/* aspect-ratio: 1;
	 */
	border-radius: 20px;
	border: 1px dashed #f1f1f1;
}

.style-ajj .image-input span {
	display: none;
	text-align: center;
	cursor: pointer;
}

@keyframes shake {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(10deg);
	}

	50% {
		transform: rotate(0deg);
	}

	75% {
		transform: rotate(-10deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.style-ajj .searchInput {
	border-radius: 20px;
	padding-left: 2.6rem;
	background-color: #fff !important;
	transition: all 0.2s;
	width: 300px;
	border: 1px solid rgba(0, 73, 175, 0.1411764706);
	height: 40px;
}

.style-ajj .icon-search {
	position: absolute;
	top: 11px;
	left: 13px;
	font-size: 18px;
	z-index: 9;
}

.style-ajj .error-form {
	font-size: 11px;
	color: var(--danger);
	margin-top: 5px;
	margin-left: 22px;
}

.style-ajj .error .form-control {
	border: 1px solid var(--danger);
}

.style-ajj .error .floating-label {
	color: var(--danger);
}

.style-ajj .ant-select-selector {
	padding: 0 !important;
}

.style-ajj .ant-select-selection-search {
	left: 0 !important;
}

.style-ajj .satuanInput {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	font-weight: 400;
	font-size: 13px;
	border-radius: 0px 15px 15px 0;
	background: #eee;
	padding: 0 18px;
	height: 40px;
	border: 1px solid #e1e3ea;
	color: var(--text-muted);
	z-index: 99;
}

.style-ajj .satuanInputLeft {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	font-weight: 400;
	font-size: 13px;
	border-radius: 15px 0 0 15px;
	background: #eee;
	padding: 0 18px;
	height: 40px;
	border: 1px solid #e1e3ea;
	color: var(--text-muted);
	z-index: 99;
}

.style-ajj .bs-text-primary {
	color: var(--primary) !important;
	transition: 0.3s;
}

.style-ajj .bs-text-primary.hoverable:hover {
	color: #fff !important;
	transition: 0.3s;
}

.style-ajj .bs-text-light-primary {
	color: var(--primary-light) !important;
}

.style-ajj .bs-text-dark-primary {
	color: var(--dark-primary) !important;
}

.style-ajj .bs-text-light-success {
	color: var(--success-light) !important;
}

.style-ajj .bs-text-success {
	color: var(--success) !important;
}

.style-ajj .bs-text-info {
	color: var(--info) !important;
}

.style-ajj .bs-text-light-info {
	color: var(--info-light) !important;
}

.style-ajj .bs-text-warning {
	color: var(--warning) !important;
}

.style-ajj .bs-text-light-warning {
	color: var(--warning-light) !important;
}

.style-ajj .bs-text-danger {
	color: var(--danger) !important;
}

.style-ajj .bs-text-light-danger {
	color: var(--danger-light) !important;
}

.style-ajj .bs-text-dark {
	color: var(--dark) !important;
}

.style-ajj .bs-text-black {
	color: var(--dark) !important;
}

.style-ajj .bs-bg-primary {
	background: var(--primary) !important;
}

.style-ajj .bs-bg-primary-light {
	background: var(--primary-light) !important;
	transition: 0.3s;
}

.style-ajj .bs-bg-primary-light.hoverable:hover {
	color: var(--primary) !important;
	transition: 0.3s;
}

.style-ajj .bs-bg-dark-primary {
	background: var(--dark-primary) !important;
}

.style-ajj .bs-bg-success {
	background: var(--success) !important;
}

.style-ajj .bs-bg-info {
	background: var(--info) !important;
}

.style-ajj .bs-bg-warning {
	background: var(--warning) !important;
}

.style-ajj .bs-bg-danger {
	background: var(--danger) !important;
}

.style-ajj .bs-bg-dark {
	background: var(--dark) !important;
}

.style-ajj .bs-bg-black {
	background: var(--dark) !important;
}

.style-ajj .bs-bg-success-light {
	background: var(--success-light) !important;
}

.style-ajj .bs-bg-info-light {
	background: var(--info-light) !important;
}

.style-ajj .bs-bg-warning-light {
	background: var(--warning-light) !important;
}

.style-ajj .bs-bg-danger-light {
	background: var(--danger-light) !important;
}

.style-ajj .bs-bg-dark-light {
	background: var(--dark-light) !important;
}

.style-ajj .bs-bg-black-light {
	background: var(--dark-light) !important;
}

.style-ajj .bs-text-muted {
	color: var(--text-muted) !important;
}

.style-ajj .bs-text-lowercase {
	text-transform: lowercase !important;
}

.style-ajj .bs-text-uppercase {
	text-transform: uppercase !important;
}

.style-ajj .bs-text-capitalize {
	text-transform: capitalize !important;
}

.style-ajj .bs-text-left {
	text-align: left !important;
}

.style-ajj .bs-text-center {
	text-align: center !important;
}

.style-ajj .bs-text-right {
	text-align: right !important;
}

.style-ajj .bs-text-justify {
	text-align: justify !important;
}

.style-ajj .bs-m-0 {
	margin: 0 !important;
}

.style-ajj .bs-m-1 {
	margin: 0.25rem !important;
}

.style-ajj .bs-m-2 {
	margin: 0.5rem !important;
}

.style-ajj .bs-m-3 {
	margin: 1rem !important;
}

.style-ajj .bs-m-4 {
	margin: 1.5rem !important;
}

.style-ajj .bs-m-5 {
	margin: 3rem !important;
}

.style-ajj .bs-m-auto {
	margin: auto !important;
}

.style-ajj .bs-mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.style-ajj .bs-mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

.style-ajj .bs-mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}

.style-ajj .bs-mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.style-ajj .bs-mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.style-ajj .bs-mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.style-ajj .bs-mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.style-ajj .bs-my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.style-ajj .bs-my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.style-ajj .bs-my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.style-ajj .bs-my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.style-ajj .bs-my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.style-ajj .bs-my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.style-ajj .bs-my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.style-ajj .bs-mt-0 {
	margin-top: 0 !important;
}

.style-ajj .bs-mt-1 {
	margin-top: 0.25rem !important;
}

.style-ajj .bs-mt-2 {
	margin-top: 0.5rem !important;
}

.style-ajj .bs-mt-3 {
	margin-top: 1rem !important;
}

.style-ajj .bs-mt-4 {
	margin-top: 1.5rem !important;
}

.style-ajj .bs-mt-5 {
	margin-top: 3rem !important;
}

.style-ajj .bs-mt-auto {
	margin-top: auto !important;
}

.style-ajj .bs-me-0 {
	margin-right: 0 !important;
}

.style-ajj .bs-me-1 {
	margin-right: 0.25rem !important;
}

.style-ajj .bs-me-2 {
	margin-right: 0.5rem !important;
}

.style-ajj .bs-me-3 {
	margin-right: 1rem !important;
}

.style-ajj .bs-me-4 {
	margin-right: 1.5rem !important;
}

.style-ajj .bs-me-5 {
	margin-right: 3rem !important;
}

.style-ajj .bs-me-auto {
	margin-right: auto !important;
}

.style-ajj .bs-mb-0 {
	margin-bottom: 0 !important;
}

.style-ajj .bs-mb-1 {
	margin-bottom: 0.25rem !important;
}

.style-ajj .bs-mb-2 {
	margin-bottom: 0.5rem !important;
}

.style-ajj .bs-mb-3 {
	margin-bottom: 1rem !important;
}

.style-ajj .bs-mb-4 {
	margin-bottom: 1.5rem !important;
}

.style-ajj .bs-mb-5 {
	margin-bottom: 3rem !important;
}

.style-ajj .bs-mb-auto {
	margin-bottom: auto !important;
}

.style-ajj .bs-ms-0 {
	margin-left: 0 !important;
}

.style-ajj .bs-ms-1 {
	margin-left: 0.25rem !important;
}

.style-ajj .bs-ms-2 {
	margin-left: 0.5rem !important;
}

.style-ajj .bs-ms-3 {
	margin-left: 1rem !important;
}

.style-ajj .bs-ms-4 {
	margin-left: 1.5rem !important;
}

.style-ajj .bs-ms-5 {
	margin-left: 3rem !important;
}

.style-ajj .bs-ms-auto {
	margin-left: auto !important;
}

.style-ajj .bs-p-0 {
	padding: 0 !important;
}

.style-ajj .bs-p-1 {
	padding: 0.25rem !important;
}

.style-ajj .bs-p-2 {
	padding: 0.5rem !important;
}

.style-ajj .bs-p-3 {
	padding: 1rem !important;
}

.style-ajj .bs-p-4 {
	padding: 1.5rem !important;
}

.style-ajj .bs-p-5 {
	padding: 3rem !important;
}

.style-ajj .bs-px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.style-ajj .bs-px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}

.style-ajj .bs-px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.style-ajj .bs-px-3 {
	padding-right: 0.75rem !important;
	padding-left: 0.75rem !important;
}

.style-ajj .bs-px-4 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.style-ajj .bs-px-5 {
	padding-right: 1.25rem !important;
	padding-left: 1.25rem !important;
}

.style-ajj .bs-px-6 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.style-ajj .bs-px-7 {
	padding-right: 1.75rem !important;
	padding-left: 1.75rem !important;
}

.style-ajj .bs-px-8 {
	padding-right: 2rem !important;
	padding-left: 2rem !important;
}

.style-ajj .bs-px-9 {
	padding-right: 2.25rem !important;
	padding-left: 2.25rem !important;
}

.style-ajj .bs-px-10 {
	padding-right: 2.5rem !important;
	padding-left: 2.5rem !important;
}

.style-ajj .bs-px-11 {
	padding-right: 2.75rem !important;
	padding-left: 2.75rem !important;
}

.style-ajj .bs-px-12 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.style-ajj .bs-px-13 {
	padding-right: 3.25rem !important;
	padding-left: 3.25rem !important;
}

.style-ajj .bs-px-14 {
	padding-right: 3.5rem !important;
	padding-left: 3.5rem !important;
}

.style-ajj .bs-px-15 {
	padding-right: 3.75rem !important;
	padding-left: 3.75rem !important;
}

.style-ajj .bs-px-16 {
	padding-right: 4rem !important;
	padding-left: 4rem !important;
}

.style-ajj .bs-px-17 {
	padding-right: 4.25rem !important;
	padding-left: 4.25rem !important;
}

.style-ajj .bs-px-18 {
	padding-right: 4.5rem !important;
	padding-left: 4.5rem !important;
}

.style-ajj .bs-px-19 {
	padding-right: 4.75rem !important;
	padding-left: 4.75rem !important;
}

.style-ajj .bs-px-20 {
	padding-right: 5rem !important;
	padding-left: 5rem !important;
}

.style-ajj .bs-py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.style-ajj .bs-py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.style-ajj .bs-py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.style-ajj .bs-py-3 {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}

.style-ajj .bs-py-4 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.style-ajj .bs-py-5 {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
}

.style-ajj .bs-py-6 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.style-ajj .bs-py-7 {
	padding-top: 1.75rem !important;
	padding-bottom: 1.75rem !important;
}

.style-ajj .bs-py-8 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.style-ajj .bs-py-9 {
	padding-top: 2.25rem !important;
	padding-bottom: 2.25rem !important;
}

.style-ajj .bs-py-10 {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important;
}

.style-ajj .bs-py-11 {
	padding-top: 2.75rem !important;
	padding-bottom: 2.75rem !important;
}

.style-ajj .bs-py-12 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.style-ajj .bs-py-13 {
	padding-top: 3.25rem !important;
	padding-bottom: 3.25rem !important;
}

.style-ajj .bs-py-14 {
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
}

.style-ajj .bs-py-15 {
	padding-top: 3.75rem !important;
	padding-bottom: 3.75rem !important;
}

.style-ajj .bs-py-16 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}

.style-ajj .bs-py-17 {
	padding-top: 4.25rem !important;
	padding-bottom: 4.25rem !important;
}

.style-ajj .bs-py-18 {
	padding-top: 4.5rem !important;
	padding-bottom: 4.5rem !important;
}

.style-ajj .bs-py-19 {
	padding-top: 4.75rem !important;
	padding-bottom: 4.75rem !important;
}

.style-ajj .bs-py-20 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.style-ajj .bs-pt-0 {
	padding-top: 0 !important;
}

.style-ajj .bs-pt-1 {
	padding-top: 0.25rem !important;
}

.style-ajj .bs-pt-2 {
	padding-top: 0.5rem !important;
}

.style-ajj .bs-pt-3 {
	padding-top: 1rem !important;
}

.style-ajj .bs-pt-4 {
	padding-top: 1.5rem !important;
}

.style-ajj .bs-pt-5 {
	padding-top: 3rem !important;
}

.style-ajj .bs-pe-0 {
	padding-right: 0 !important;
}

.style-ajj .bs-pe-1 {
	padding-right: 0.25rem !important;
}

.style-ajj .bs-pe-2 {
	padding-right: 0.5rem !important;
}

.style-ajj .bs-pe-3 {
	padding-right: 1rem !important;
}

.style-ajj .bs-pe-4 {
	padding-right: 1.5rem !important;
}

.style-ajj .bs-pe-5 {
	padding-right: 3rem !important;
}

.style-ajj .bs-pb-0 {
	padding-bottom: 0 !important;
}

.style-ajj .bs-pb-1 {
	padding-bottom: 0.25rem !important;
}

.style-ajj .bs-pb-2 {
	padding-bottom: 0.5rem !important;
}

.style-ajj .bs-pb-3 {
	padding-bottom: 1rem !important;
}

.style-ajj .bs-pb-4 {
	padding-bottom: 1.5rem !important;
}

.style-ajj .bs-pb-5 {
	padding-bottom: 3rem !important;
}

.style-ajj .bs-ps-0 {
	padding-left: 0 !important;
}

.style-ajj .bs-ps-1 {
	padding-left: 0.25rem !important;
}

.style-ajj .bs-ps-2 {
	padding-left: 0.5rem !important;
}

.style-ajj .bs-ps-3 {
	padding-left: 1rem !important;
}

.style-ajj .bs-ps-4 {
	padding-left: 1.5rem !important;
}

.style-ajj .bs-ps-5 {
	padding-left: 3rem !important;
}

.style-ajj .bs-fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important;
}

.style-ajj .bs-fs-2 {
	font-size: calc(1.325rem + 0.9vw) !important;
}

.style-ajj .bs-fs-3 {
	font-size: calc(1.3rem + 0.6vw) !important;
}

.style-ajj .bs-fs-4 {
	font-size: calc(1.275rem + 0.3vw) !important;
}

.style-ajj .bs-fs-5 {
	font-size: 1.25rem !important;
}

.style-ajj .bs-fs-6 {
	font-size: 1rem !important;
}

.style-ajj .bs-fs-7 {
	font-size: 0.8rem !important;
}

.style-ajj .bs-fs-8 {
	font-size: 0.6rem !important;
}

.style-ajj .fw-lighter {
	font-weight: lighter !important;
}

.style-ajj .fw-light {
	font-weight: 300 !important;
}

.style-ajj .fw-normal {
	font-weight: 400 !important;
}

.style-ajj .fw-medium {
	font-weight: 500 !important;
}

.style-ajj .fw-semibold {
	font-weight: 500 !important;
}

.style-ajj .fw-bold {
	font-weight: 600 !important;
}

.style-ajj .fw-bolder {
	font-weight: 700 !important;
}

.style-ajj .flex {
	display: flex;
}

.style-ajj .justify-center {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.style-ajj .justify-end {
	display: flex !important;
	justify-content: end !important;
	align-items: center !important;
}

.style-ajj .zn-close {
	position: absolute;
	top: 15px;
	right: 15px;
}

.style-ajj .bs-modal {
	backdrop-filter: blur(5px);
}

.style-ajj .zn-bg-modal {
	background: var(--primary-light);
	border-radius: 0px 0px 20px 20px !important;
}

.style-ajj .ant-modal {
	z-index: 99999 !important;
}

.style-ajj .ant-modal .ant-modal-header {
	border-radius: 20px 20px 0 0;
	padding: 20px 15px;
}

.style-ajj .ant-modal-content {
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 20px !important;
}

.style-ajj .bs-separator {
	border: 1px solid #f2f2f2;
}

.style-ajj .bs-separator-dashed {
	border: 1px dashed #f2f2f2;
}

.style-ajj .bs-separator-vertical-dashed {
	border-left: 2px dashed #f2f2f2;
	height: 100%;
}

.style-ajj .bs-btn-act-modal {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	padding: 0px 30px;
}

.style-ajj .header-separator {
	border: 3px solid #ebeff4;
	margin-top: 2rem;
}

.style-ajj .bs-modal-header {
	padding-top: 2rem;
}

.style-ajj .bs-modal-header .bs-modal-title {
	font-size: 16px;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--primary);
}

.style-ajj .bs-modal-header .bs-modal-subtitle {
	font-size: 11px;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	font-weight: 400;
	color: #bebebe;
}

.style-ajj .bs-modal-header .bs-modal-icon-header {
	font-size: 2.3rem !important;
	color: var(--primary) !important;
}

.style-ajj .bs-btn-close-modal {
	font-size: 1.5rem;
	color: var(--primary) !important;
	cursor: pointer !important;
	position: absolute !important;
	top: 9px !important;
	right: 12px !important;
}

.style-ajj .bs-content-notif {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 2rem 4rem;
	min-height: 145px;
	overflow: hidden;
}

.style-ajj .bs-icon-notif {
	position: absolute;
	bottom: -40px;
	left: -30px;
	font-size: 160px;
	opacity: 0.2;
}

.style-ajj .bs-content-notif .bs-title-notif {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

.style-ajj .bs-content-notif .bs-subtitle-notif {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.32px;
	color: var(--dark);
	text-align: center;
}

.style-ajj .bs-content-confirm {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 2rem 4rem;
	min-height: 230px;
}

.style-ajj .bs-content-confirm .bs-title-confirm {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	color: var(--primary);
	margin-bottom: 1rem;
}

.style-ajj .bs-content-confirm .bs-subtitle-confirm {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.32px;
	color: var(--dark);
	text-align: center;
}

.style-ajj .bs-content-confirm .bs-descResult {
	position: relative;
	width: 100%;
	margin-top: 12px;
	z-index: 9;
}

.style-ajj .bs-content-confirm .bs-action-confirm {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 2.6rem;
	z-index: 9;
}

.style-ajj .bs-contentFlex {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 2rem 4rem;
	min-height: 230px;
}

.style-ajj .bs-contentFlex .bs-title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	color: var(--primary);
	margin-bottom: 1rem;
	text-align: center;
}

.style-ajj .bs-contentFlex .bs-action {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 2.6rem;
	z-index: 9;
}

.style-ajj .wave {
	background-color: #f3f6f9;
	overflow: hidden;
	position: relative;
}

.style-ajj .wave>div {
	z-index: 1;
}

.style-ajj .wave:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: -1;
}

.style-ajj .wave:after {
	content: " ";
	width: 1000px;
	height: 1025px;
	position: absolute;
	bottom: 65%;
	left: -250px;
	border-radius: 35%;
	background: #fff;
	z-index: 0;
}

.style-ajj .wave:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.style-ajj .wave-animate:after {
	-webkit-animation: animate-wave 15s infinite linear;
	animation: animate-wave 15s infinite linear;
}

.style-ajj .wave-animate-slower:after {
	-webkit-animation: animate-wave 30s infinite linear;
	animation: animate-wave 30s infinite linear;
}

.style-ajj .wave-animate-slow:after {
	-webkit-animation: animate-wave 25s infinite linear;
	animation: animate-wave 25s infinite linear;
}

.style-ajj .wave-animate-fast:after {
	-webkit-animation: animate-wave 10s infinite linear;
	animation: animate-wave 10s infinite linear;
}

.style-ajj .wave-animate-faster:after {
	-webkit-animation: animate-wave 5s infinite linear;
	animation: animate-wave 5s infinite linear;
}

.style-ajj .wave.wave-primary {
	background-color: var(--primary-light) !important;
}

.style-ajj .wave.wave-primary .svg-icon svg g [fill] {
	fill: var(--primary-light);
}

.style-ajj .wave.wave-secondary {
	background-color: rgba(228, 230, 239, 0.1) !important;
}

.style-ajj .wave.wave-secondary .svg-icon svg g [fill] {
	fill: #e4e6ef;
}

.style-ajj .wave.wave-success {
	background-color: rgba(27, 197, 189, 0.1) !important;
}

.style-ajj .wave.wave-success .svg-icon svg g [fill] {
	fill: #43a047;
}

.style-ajj .wave.wave-info {
	background-color: rgba(137, 80, 252, 0.1) !important;
}

.style-ajj .wave.wave-info .svg-icon svg g [fill] {
	fill: #8950fc;
}

.style-ajj .wave.wave-warning {
	background-color: rgba(255, 168, 0, 0.1) !important;
}

.style-ajj .wave.wave-warning .svg-icon svg g [fill] {
	fill: #ffa800;
}

.style-ajj .wave.wave-danger {
	background-color: rgba(246, 78, 96, 0.1) !important;
}

.style-ajj .wave.wave-danger .svg-icon svg g [fill] {
	fill: #039be5;
}

.style-ajj .wave.wave-light {
	background-color: rgba(243, 246, 249, 0.1) !important;
}

.style-ajj .wave.wave-light .svg-icon svg g [fill] {
	fill: #f3f6f9;
}

.style-ajj .wave.wave-dark {
	background-color: rgba(24, 28, 50, 0.1) !important;
}

.style-ajj .wave.wave-dark .svg-icon svg g [fill] {
	fill: #181c32;
}

.style-ajj .wave.wave-white {
	background-color: rgba(255, 255, 255, 0.1) !important;
}

.style-ajj .wave.wave-white .svg-icon svg g [fill] {
	fill: #fff;
}

@-webkit-keyframes animate-wave {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes animate-wave {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.style-ajj .bs-content-notif {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.style-ajj .step-proses-pengajuan .ant-steps-item-process.ant-steps-item-custom .ant-steps-item-icon>.ant-steps-icon,
.style-ajj .step-proses-pengajuan .ant-steps-item-finish.ant-steps-item-custom .ant-steps-item-icon>.ant-steps-icon,
.style-ajj .step-proses-pengajuan .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title {
	color: var(--primary) !important;
}

.style-ajj .step-proses-pengajuan .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail::after {
	background-color: #037b3a !important;
}

.style-ajj .step-proses-pengajuan .ant-steps-item-tail {
	margin-inline-start: 56px !important;
	padding: 4px 35px !important;
}

.style-ajj .step-proses-pengajuan .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title {
	color: var(--primary) !important;
	font-weight: 500;
}

.style-ajj .container-pengajuan-kredit {
	background: #fff;
	border-radius: 15px;
	padding: 20px 40px 40px 40px !important;
}

.style-ajj .bs-btn-secondary {
	position: relative;
	background: #ebebeb;
	transition: 0.3s;
	border: 1px solid #ebebeb;
	color: #555;
}

.style-ajj .bs-btn-secondary:hover {
	transition: 0.3s;
	border: 1px solid #ddd;
}

.style-ajj .bs-text-decoration-none {
	text-decoration: none;
}

.style-ajj .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
	color: var(--primary);
}

.style-ajj .bs-text-muted {
	color: var(--text-muted);
}

.style-ajj .ant-tabs-tab .ant-tabs-tab-active {
	color: var(--primary);
}

.style-ajj .ant-tabs-tab:hover .ant-tabs-tab-btn,
.style-ajj .ant-tabs-tab:hover .ant-tabs-tab-btn .bs-tabCount,
.style-ajj .ant-tabs-tab:hover .ant-tabs-tab-btn .bs-tabCount .done {
	color: var(--primary);
	transition: 0.3s;
}

.style-ajj .ant-tabs .ant-tabs-ink-bar {
	background-color: var(--primary);
}

.style-ajj .table-document-debitur td {
	padding: 6px 0;
}

.style-ajj .d-flex {
	display: flex;
}

.style-ajj .flex-column {
	flex-direction: column;
}

.style-ajj .justify-start {
	justify-content: start;
}

.style-ajj .justify-between {
	justify-content: space-between;
}

.style-ajj .table-list-pinjaman {
	border-spacing: 0;
}

.style-ajj .table-list-pinjaman thead {
	background: #f5f5f5;
	font-size: 0.85rem;
	font-weight: 500;
	color: #737171;
}

.style-ajj .table-list-pinjaman tbody tr:not(:first-child) td {
	border-top: 1px dashed #dcdcdc;
}

.style-ajj .table-list-pinjaman tbody tr td {
	font-size: 14px;
}

.style-ajj .table-list-pinjaman div {
	margin-bottom: 0 !important;
}

.style-ajj .table-list-pinjaman thead tr td:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.style-ajj .table-list-pinjaman thead tr td:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.style-ajj .ant-upload-select {
	border: none !important;
}

.style-ajj .container-upload-slik .ant-upload-wrapper {
	display: flex !important;
	gap: 10px !important;
	flex-wrap: wrap !important;
}

.style-ajj .ant-upload-wrapper .ant-upload-list .ant-upload-list-item-error .ant-upload-list-item-name,
.style-ajj .ant-upload-wrapper .ant-upload-list .ant-upload-list-item-error .ant-upload-list-item-actions .anticon,
.style-ajj .ant-upload-list .ant-upload-list-item-error .ant-upload-icon .anticon {
	color: var(--danger) !important;
}

.style-ajj .avatar-image {
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	border: 1px solid #ccc;
	object-fit: contain !important;
}

.style-ajj .ant-checkbox-inner {
	border-color: var(--primary);
	/* Custom border color */
}

.style-ajj .ant-checkbox-checked .ant-checkbox-inner {
	background-color: var(--primary);
	/* Custom background color */
	border-color: var(--primary);
	/* Custom border color */
}

.style-ajj .ant-checkbox-checked .ant-checkbox-inner::after {
	border-color: #fff;
	/* Custom checkmark color */
}

.style-ajj .ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner {
	background-color: var(--primary);
	border-color: transparent;
}

.style-ajj .ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-inner,
.style-ajj .ant-checkbox:not(.ant-checkbox-disabled):hover .ant-checkbox-inner {
	border-color: var(--primary);
}

.style-ajj .antUploadContainer {
	position: relative;
	width: 100%;
	margin-top: 8px;
}

.style-ajj table .antUploadContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	margin-top: 8px;
}

.style-ajj .antUploadContainer .ant-upload-list.ant-upload-list-picture-card {
	gap: 1rem !important;
}

.style-ajj .antUploadContainer .antUploadButton {
	position: relative;
	border: none;
	background: transparent;
	cursor: pointer;
}

.style-ajj .antUploadContainer .antUploadButton svg {
	font-size: 52px;
	color: #ccc;
}

.style-ajj table .antUploadContainer .antUploadButton svg {
	font-size: 28px !important;
	color: #ccc;
}

.style-ajj table .antUploadContainer .antUploadButton .ant-upload-list-item-name {
	bottom: 4px !important;
	font-size: 12px !important;
}

.style-ajj .antUploadContainer .antUploadButton .textUpload {
	font-size: 14px;
	font-weight: 500;
	color: #ccc;
	text-align: center;
}

.style-ajj table .antUploadContainer .antUploadButton .textUpload {
	font-size: 13px !important;
	font-weight: 500;
	color: #ccc;
	text-align: center;
}

.style-ajj .antUploadContainer .antUploadButton .bs-text {
	font-size: 16px;
	font-weight: 500;
	color: #ccc;
}

.style-ajj .antUploadContainer .antUploadButton .ext {
	font-size: 12px;
	font-weight: 400;
	color: #ccc;
}

.style-ajj .antUploadContainer div[class=ant-upload-list-item-thumbnail] {
	visibility: hidden !important;
}

.style-ajj .antUploadContainer div[class=ant-upload-list-item-thumbnail]:after {
	content: "Loading...";
	visibility: visible;
	display: block;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.style-ajj .antUploadContainer .ant-upload-list-item-progress {
	width: 120px !important;
	bottom: 30% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}

.style-ajj .antUploadContainer .ant-upload-list-item-container,
.style-ajj .antUploadContainer .ant-upload-select {
	width: 160px !important;
	height: 160px !important;
	background-color: #fff !important;
	border: 1px solid #e1e3ea !important;
	border-radius: 30px !important;
	overflow: hidden;
}

.style-ajj table .antUploadContainer .ant-upload-list-item-container,
.style-ajj table .antUploadContainer .ant-upload-select {
	width: 110px !important;
	height: 70px !important;
	background-color: #fff !important;
	border: 1px solid #e1e3ea !important;
	border-radius: 16px !important;
	overflow: hidden;
}

.style-ajj .antUploadContainer .ant-upload-list-item-actions {
	border-radius: 30px !important;
}

.style-ajj .antUploadContainer .ant-upload-list-item {
	border: none !important;
}

.style-ajj .antUploadContainer .ant-upload-list-item::before {
	width: 160px !important;
	height: 160px !important;
	left: 0 !important;
}

.style-ajj table .antUploadContainer .ant-upload-list-item::before {
	width: 110px !important;
	height: 70px !important;
	left: 0 !important;
}

.style-ajj .antUploadContainer .ant-upload-list-item .ant-upload-list-item-image {
	border-radius: 22px !important;
	object-fit: cover !important;
}

.style-ajj .antUploadContainer .container-img-uploaded {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	width: 160px;
	height: 160px;
	align-items: center;
	color: #a1a5b7;
}

.style-ajj table .antUploadContainer .container-img-uploaded {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	width: 110px !important;
	height: 70px !important;
	align-items: center;
	color: #a1a5b7;
}

.style-ajj .scoring-credit-info {
	text-align: center;
}

.style-ajj .scoring-credit-score {
	font-weight: 600;
}

.style-ajj .fw-500 {
	font-weight: 500;
}

.style-ajj .fw-500 .badge-jenis-debitur {
	background: var(--info);
	border-radius: "15px";
}

.style-ajj .ant-dropdown-menu .bs-dropdown-item {
	color: inherit !important;
}

.style-ajj .headContent {
	position: relative;
	justify-content: end;
	flex-direction: column;
	top: 0;
	padding: 10px 0;
	width: 100%;
	border-radius: 24px 24px 0 0;
}

.style-ajj .headContent::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 10px;
	width: calc(100% - 25px);
}

.style-ajj .headContent .filter {
	display: flex;
	justify-content: end;
	align-items: center;
	width: 100% !important;
}

.style-ajj .headContent .filter .justify-start {
	justify-content: end;
	flex-direction: column;
	width: 100% !important;
	margin-top: 1rem;
}

.style-ajj .headContent .filter .justify-start .form-control,
.style-ajj .headContent .filter .justify-start button {
	width: 100%;
}

.style-ajj .ant-tabs>.ant-tabs-nav {
	position: relative;
	z-index: 99;
	margin-bottom: 0;
}

.style-ajj .tabVisible .ant-tabs-content-holder {
	overflow: visible !important;
}

.style-ajj .ant-tabs-content-holder {
	border-bottom-right-radius: 20px;
	padding: 20px;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	background: #fff;
	overflow: hidden;
}

.style-ajj .ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab {
	border-radius: 20px 20px 0 0;
	padding: 10px 40px;
}

.style-ajj .ant-tabs-card>.ant-tabs-nav .ant-tabs-tab {
	background: var(--soft-grey);
}

.style-ajj .ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab-active {
	box-shadow: inset 0px 0, inset 0px 4px var(--primary);
	background: #fff;
}

.style-ajj .ant-tabs-top .ant-tabs-tab {
	color: rgba(102, 102, 102, 0.6980392157);
	border-top: 1px solid #e0e0e0 !important;
	border-right: 1px solid #e0e0e0 !important;
	border-left: 1px solid #e0e0e0 !important;
}

.style-ajj .ant-tabs-left .ant-tabs-tab {
	background: transparent;
	border-radius: 20px 0 0 20px !important;
	border: none !important;
	min-width: 220px;
}

.style-ajj .ant-tabs-left .ant-tabs-tab.ant-tabs-tab-active {
	background: #fff;
	border-radius: 20px 0 0 20px !important;
}

.style-ajj .container-tab-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: -10px 0;
}

.style-ajj .container-tab-title .tab-title {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.32px;
	text-transform: uppercase;
}

.style-ajj .container-tab-title .tab-subtitle {
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.32px;
	color: #b5b5b5;
	display: none;
}

.style-ajj .bs-tabTitleLeft {
	display: flex;
	justify-content: start;
	align-items: center;
}

.style-ajj .bs-tabTitleLeft img,
.style-ajj .bs-tabTitleLeft svg {
	font-size: 18px;
	color: #868686;
}

.style-ajj .bs-tabTitleLeft .bs-tabTitle {
	font-size: 13px;
	font-weight: 400;
	color: #868686;
}

.style-ajj .ant-tabs-tab {
	padding: 0 40px 0 !important;
	height: 50px;
	margin-top: 20px !important;
}

.style-ajj .ant-tabs-left .ant-tabs-tab {
	padding: 0 20px 0 !important;
	margin-top: 0 !important;
	border-radius: 20px 0 0 20px;
}

.style-ajj .ant-tabs-top .ant-tabs-tab-active {
	padding: 10px 40px 10px !important;
	height: 70px;
	margin-top: 0px !important;
}

.style-ajj .ant-tabs-tab-active .container-tab-title .tab-subtitle,
.style-ajj .ant-tabs-tab-active .bs-containerTab .bs-tabSubtitle {
	display: block;
}

.style-ajj .ant-tabs-tab-active .container-tab-title,
.style-ajj .ant-tabs-tab-active .bs-containerTab {
	margin: 0;
}

.style-ajj .ant-tabs-tab-active .bs-containerTab .bs-tabCount {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.32px;
	color: var(--primary);
	transition: 0.3s;
}

.style-ajj .ant-tabs-tab-active .bs-containerTab .bs-tabCount .done {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.32px;
	color: var(--primary);
	transition: 0.3s;
}

.style-ajj .ant-tabs-left .ant-tabs-tab.ant-tabs-tab-active .bs-tabTitleLeft img,
.style-ajj .ant-tabs-left .ant-tabs-tab.ant-tabs-tab-active .bs-tabTitleLeft svg,
.style-ajj .ant-tabs-left .ant-tabs-tab.ant-tabs-tab-active .bs-tabTitleLeft .bs-tabTitle {
	font-weight: 500 !important;
	color: var(--primary) !important;
	transition: 0.3s !important;
}

.style-ajj .bs-tag-info {
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	height: 40px;
	padding: 0 16px;
	background: var(--primary-light);
	border: 1px dashed var(--primary);
	/* background: #ebeff4; */
}
.style-ajj .bs-tag-info .bs-tagText {
	font-size: 12px;
	font-weight: 500;
	color: var(--primary);
	text-transform: capitalize;
}
.style-ajj .bs-tag-info .bs-btn-close {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	padding: 0 !important;
	border-radius: 50%;
	background: var(--primary-light);
	border: 1px solid var(--primary);
	color: #fff;
	transition: .3s;
}
.style-ajj .bs-tag-info .bs-btn-close img,
.style-ajj .bs-tag-info .bs-btn-close svg {
	font-size: 8px;
	color: var(--primary);
}
.style-ajj .bs-tag-info .bs-btn-close:hover {
	background: var(--primary);
	transition: .3s;
}
.style-ajj .bs-tag-info .bs-btn-close:hover img,
.style-ajj .bs-tag-info .bs-btn-close:hover svg {
	color: #fff;
	transition: .3s;
}

.style-ajj .ant-table-wrapper .ant-table {
	background: transparent;
}

.style-ajj .ant-table-wrapper {
	position: relative;
	z-index: 2;
}

.style-ajj .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item,
.style-ajj .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item,
.style-ajj .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title,
.style-ajj .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
	padding: 10px 24px;
	font-weight: 500;
	font-size: 13px;
	border-radius: 10px;
	gap: 10px;
}

.style-ajj .bs-dropdown-item {
	display: flex;
	gap: 10px;
}

.style-ajj .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover {
	background-color: var(--primary-inverse);
	color: var(--primary);
	font-weight: 600;
}

.style-ajj .ant-dropdown .ant-dropdown-menu {
	border-radius: 10px;
}

.style-ajj .no-click {
	cursor: inherit;
}

.style-ajj .bs-filter-data {
	width: 450px;
	padding: 15px 20px;
	/* padding:10px;
	 */
}

.style-ajj .bs-filter-icon {
	font-size: 34px;
	color: var(--primary);
}

.style-ajj .bs-filter-title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--primary);
}

.style-ajj .bs-filter-subtitle {
	font-size: 12px;
	font-weight: 300;
	color: var(--text-muted);
}

.style-ajj .bs-filter-separator {
	height: 4px;
	border-radius: 10px;
	background-color: var(--primary-inverse);
	margin: 20px 0;
}

.style-ajj .bs-filter-close {
	position: absolute;
	top: 15px;
	right: 18px;
	color: var(--primary);
	font-size: 23px;
}

.style-ajj .ant-popover .ant-popover-inner {
	border-radius: 20px;
	padding: 0;
}

.style-ajj .ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector {
	border: 1px solid #fff !important;
	box-shadow: none !important;
	border-color: #fff !important;
}

.style-ajj .bs-filter-footer {
	text-transform: uppercase;
	background: var(--primary-inverse);
	width: 100%;
	display: flex;
	gap: 10px;
	justify-content: end;
	padding: 15px;
	border-radius: 0 0 20px 20px;
}

.style-ajj .bs-breadCrumbRelative {
	position: relative;
	display: flex;
	justify-content: end;
	align-items: center;
}

.style-ajj .bs-breadCrumb {
	position: absolute;
	right: -18px;
	top: -54px;
	display: flex;
	justify-content: end;
	align-items: center;
}

.style-ajj .bs-breadCrumbRelative,
.style-ajj .text,
.style-ajj .bs-breadCrumb .text {
	position: relative;
	font-size: 13px;
	font-weight: 600;
	color: #b0b0b0;
	margin-right: 1.4rem;
}

.style-ajj .bs-breadCrumbRelative,
.style-ajj .text-active,
.style-ajj .bs-breadCrumb .text-active {
	position: relative;
	font-size: 13px;
	font-weight: 600;
	color: var(--primary);
	margin-right: 1.4rem;
}

.style-ajj .bs-breadCrumbRelative,
.style-ajj .text:not(:last-child)::after,
.style-ajj .bs-breadCrumb .text:not(:last-child)::after {
	content: '>';
	position: absolute;
	top: -1px;
	right: -16px;
	font-size: 14px;
	font-weight: 500;
	color: #b0b0b0;
}

.style-ajj .bs-tb-waktu tr td {
	padding: 1px 5px !important;
}

.style-ajj .bs-expand-icon {
	background: var(--primary-inverse);
	border-radius: 5px;
	color: var(--primary);
	width: 17px;
	height: 17px;
	font-size: 12px;
}

.style-ajj .bs-expand-content {
	background: #ebeff4;
	width: 400px;
	border-radius: 10px;
	padding: 10px;
}

.style-ajj .ant-spin .ant-spin-dot-item {
	background: #013375;
}

.style-ajj .bs-card-white {
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0px 6px 6px #e9e9e9;
}

.style-ajj .bs-card-footer {
	position: relative;
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 8px;
	/* display: flex;
	 justify-content: end;
	 align-items: center;
	 gap: 8px;
	 position: absolute;
	 bottom: 0;
	 left: 0px;
	 width: 100%;
	 background: var(--primary-light);
	 border-radius: 0 0 20px 20px;
	 padding: 8px 12px;
	 */
}

.style-ajj .bs-card-name {
	background: var(--soft-grey);
	border-radius: 15px;
	height: 100%;
	padding: 15px 25px;
}

.style-ajj .bs-card-name .bs-title {
	font-size: 16px;
	font-weight: 600;
	color: var(--dark);
}

.style-ajj .bs-card-name .bs-subtitle {
	font-size: 14px;
	color: var(--text-muted);
	font-weight: 400;
}

.style-ajj .bs-card-detail {
	border-radius: 15px;
	padding: 10px 20px;
}

.style-ajj .bs-card-detail.dark {
	background: var(--dark);
	color: #fff;
	text-align: center;
}

.style-ajj .bs-card-detail .bs-title {
	font-weight: 300;
	font-size: 12px;
}

.style-ajj .bs-card-detail .bs-subtitle {
	font-weight: 700;
	font-size: 30px;
}

.style-ajj .bs-detail-form .bs-title {
	font-weight: 400;
	font-size: 13px;
	color: var(--text-muted);
}

.style-ajj .bs-detail-form .bs-value {
	font-weight: 500;
	font-size: 15px;
}

.style-ajj .bs-soal-salah {
	/*background: var(--danger-inverse);
	*/
	border-radius: 20px;
}

.style-ajj .bs-soal-salah td {
	color: var(--danger) !important;
}

.style-ajj .bs-soal-salah td:first-child>*:first-child {
	border-top-left-radius: var(--border-radius);
	border-bottom-left-radius: var(--border-radius);
}

.style-ajj .bs-soal-salah td:first-child>*:last-child {
	border-top-right-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
}

.style-ajj .bs-file-upload {
	/* display: flex;
	 */
	/* flex-direction: column;
	 */
	/* align-items: start;
	 */
	position: relative;
	margin-top: -10px;
}

.style-ajj .bs-file-input {
	display: none;
}

.style-ajj .bs-file-label {
	color: #757575;
	cursor: pointer;
	font-size: 12px;
	position: absolute;
	background: #fff;
	padding: 4px;
	left: 12px;
	top: -14px;
	font-weight: 500;
	transition: background 0.2s ease;
}

.style-ajj .bs-file-name {
	margin-top: 10px;
	padding: 10px 17px;
	height: 40px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 15px;
	color: #181c32;
	background-color: #fff;
	width: 100%;
	border: 1px solid #e1e3ea;
}

.style-ajj .bs-pilihfile {
	background: var(--primary);
	position: absolute;
	right: 7px;
	top: 7px;
	font-size: 12px;
	color: #fff;
	border-radius: 20px;
	padding: 4px 14px;
	font-weight: 500;
	cursor: pointer;
}

.style-ajj .ant-switch-handle::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
}

.style-ajj .bs-text-grey {
	color: #999;
}

.style-ajj .bs-text-black {
	color: #323232;
}

.style-ajj .bs-text-green {
	color: #27ae60;
}

.style-ajj .bs-text-red {
	color: #ed3336;
}

.style-ajj .bs-text-white {
	color: #fff;
}

.style-ajj .switch-indonesia .ant-switch-handle::before {
	background-image: url('/flag/id.png');
}

.style-ajj .switch-english .ant-switch-handle::before {
	background-image: url('/flag/en.png');
}

.style-ajj .bs-badge {
	position: relative;
	display: inline-block;
	padding: 1px 12px;
	border-radius: 12px;
}

.style-ajj .ant-modal-content {
	background: var(--soft-grey) !important;
}

.style-ajj .bs-rounded-card {
	position: relative;
	border-radius: 20px;
	padding: 1.4rem 1.6rem;
	background: #fff;
	box-shadow: 0px 10px 22.1px -5px #000 0A;
}

.style-ajj .bs-rounded-card.bordered {
	border-top: 4px solid var(--primary);
}

.style-ajj .bs-rounded-card.bs-card-black {
	background: #282828;
}

.style-ajj .bs-text-left {
	text-align: left;
}

.style-ajj .bs-text-center {
	text-align: center;
}

.style-ajj .bs-text-right {
	text-align: right;
}

.style-ajj .bs-text-sm {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}

.style-ajj .bs-text-md {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}

.style-ajj .bs-text-md.light {
	font-weight: 400 !important;
}

.style-ajj .bs-text-lg {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}

.style-ajj .bs-text-xl {
	font-size: 30px;
	font-weight: 800;
	line-height: 32px;
}

.style-ajj .bs-modal-content {
	position: relative;
	padding: 1rem 1.4rem;
}

.style-ajj .bs-content {
	position: relative;
	margin-top: 2rem;
}

.style-ajj .bs-containerTab {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.style-ajj .bs-containerTab .bs-tabTitle {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.32px;
	text-transform: uppercase;
}

.style-ajj .bs-containerTab .bs-tabSubtitle {
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.32px;
	color: #b5b5b5;
	display: none;
}

.style-ajj .bs-containerTab .bs-tabCount {
	/* font-size: 16px;
	 */
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.32px;
	color: #666 B2;
	/* color: var(--primary);
	 */
}

.style-ajj .bs-containerTab .bs-tabCount .done {
	font-size: 16px;
	font-weight: 700;
	/* font-size: 32px;
	 font-weight: 700;
	 */
	letter-spacing: 0.32px;
	color: #666 B2;
	/* color: var(--primary);
	 */
}

.style-ajj .tabsCustom .ant-tabs-tab-btn {
	width: 340px;
}

.style-ajj .tabsCustom .ant-tabs-tab {
	padding: 10px 20px !important;
}

.style-ajj .bs-custom-switch {
	position: relative;
	width: 80px;
	height: 40px;
	background: #f0f1f7 !important;
	padding: 2px;
	border-radius: 999px;
}

.style-ajj .bs-custom-switch .ant-switch-handle::before {
	width: 36px;
	height: 36px;
	background: var(--primary);
	border-radius: 50%;
}

.style-ajj .bs-custom-switch.ant-switch-checked .ant-switch-handle {
	left: calc(100% - 38px);
}

.style-ajj .bs-custom-switch .ant-switch-inner .ant-switch-inner-checked,
.style-ajj .bs-custom-switch .ant-switch-inner .ant-switch-inner-unchecked {
	margin-inline-start: 0 !important;
	margin-inline-end: 0 !important;
	margin-top: 0 !important;
}

.style-ajj .bs-custom-switch .ant-switch-inner {
	position: relative;
	width: 100%;
}

.style-ajj .bs-custom-switch .ant-switch-inner .ant-switch-inner-checked {
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 20px;
	color: #fff;
}

.style-ajj .bs-custom-switch .ant-switch-inner .ant-switch-inner-unchecked {
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 20px;
	color: #a2a2a2;
}

.style-ajj .bs-custom-switch.ant-switch-checked .ant-switch-inner-checked {
	color: #a2a2a2;
}

.style-ajj .bs-custom-switch.ant-switch-checked .ant-switch-inner-unchecked {
	color: #fff;
}

.style-ajj .bs-gridView {
	position: relative;
}

.style-ajj .bs-gridView .bs-content {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: start;
	padding: 1.2rem 1.4rem;
	margin-bottom: 1rem;
	border-radius: 16px;
	background: #fafafa;
	border: 1px solid #dedede;
}

.style-ajj .bs-gridView .bs-content .bs-dataContent {
	position: relative;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 1.4rem;
}

.style-ajj .bs-gridView .bs-content .bs-actionWrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 8px;
	width: 35px;
}

.style-ajj .bs-gridView .bs-dataImage {
	position: relative;
	display: flex;
	justify-content: right;
	align-items: center;
	gap: 1rem;
}


.style-ajj .bs-gridView .bs-wrapperImg {
	position: relative;
	width: 116px;
	border-radius: 12px;
}

.style-ajj .bs-gridView .bs-wrapperImg .bs-contentImg {
	position: relative;
	width: 116px;
	height: 116px;
	border-radius: 12px;
	z-index: 9;
	cursor: pointer;
	overflow: hidden;
}

.style-ajj .bs-gridView .bs-wrapperImg .bs-contentImg .ant-image {
	position: relative;
	width: 100%;
}

.style-ajj .bs-gridView .bs-wrapperImg .bs-contentImg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	transition: 0.3s;
}

.style-ajj .bs-gridView .bs-wrapperImg .bs-contentImg img:hover {
	transform: scale(1.1);
	transition: 0.3s;
}

.style-ajj :where(.css-dev-only-do-not-override-pjilya).ant-image {
	height: 100%;
}

.style-ajj .bs-gridView .bs-wrapperImg .bs-contentImg .ant-image .ant-image-img .antImg {
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
	border-radius: 12px;
}

.style-ajj .ant-image-mask {
	border-radius: 12px !important;
}

.style-ajj .bs-gridView .bs-wrapperImg .bs-nameImg.lg {
	display: flex;
	justify-content: center;
	align-items: center;
	top: -16px;
	height: 65px;
	padding-top: 16px;
	border-radius: 0 0 18px 18px;
}

.style-ajj .bs-gridView .bs-wrapperImg .bs-nameImg.lg .textImg {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	text-align: center;
	color: #fff;
}

.style-ajj .bs-gridView .bs-wrapperImg .bs-nameText {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
}

.style-ajj .bs-gridView .bs-wrapperImg .bs-nameImg {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: -10px;
	width: 100%;
	height: 55px;
	padding: 14px 4px 4px 6px;
	background: #2b2b2b;
	border-radius: 0 0 12px 12px;
	z-index: 1;
}

.style-ajj .bs-profileAsesi img {
	position: relative;
	height: 164px;
	border-radius: 20px;
	object-fit: cover;
}

.style-ajj .bs-profileAsesor img {
	position: relative;
	height: 220px;
	border-radius: 20px;
	object-fit: cover;
}

.style-ajj .bs-labelBadge {
	position: relative;
	padding: 1.4rem 1.8rem;
	border-radius: 20px;
	background: var(--soft-grey);
}

.style-ajj .bs-labelBadge .bs-name {
	font-size: 15px;
	font-weight: 700;
	color: var(--dark);
	margin-bottom: 6px;
}

.style-ajj .bs-labelBadge .bs-subname {
	font-size: 11px;
	font-weight: 500;
	color: #656565;
}

.style-ajj .bs-labelBadge .bs-subname span {
	font-weight: 700;
}

.style-ajj .bs-tabsLeft {
	position: relative;
	margin-top: 2rem;
}

.style-ajj .bs-downloadBtn {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 38px;
	padding: 1.2rem 1.4rem;
	border-radius: 20px;
	margin-top: 6px;
	margin-bottom: 12px;
	z-index: 99;
}

.style-ajj .bs-downloadBtn.primary {
	background: var(--primary-light);
}

.style-ajj .bs-downloadBtn.dark {
	background: var(--dark);
}

.style-ajj .bs-downloadBtn.light-grey {
	background: var(--soft-grey);
}

.style-ajj .bs-downloadBtn.grey {
	background: var(--grey);
}

.style-ajj .bs-downloadBtn.danger {
	background: var(--danger-light);
}

.style-ajj .bs-downloadBtn svg,
.style-ajj .bs-downloadBtn img {
	font-size: 20px;
}

.style-ajj .bs-downloadBtn.primary svg,
.style-ajj .bs-downloadBtn.primary img {
	color: var(--primary);
}

.style-ajj .bs-downloadBtn.dark svg,
.style-ajj .bs-downloadBtn.dark img {
	color: #fff;
}

.style-ajj .bs-downloadBtn.danger svg,
.style-ajj .bs-downloadBtn.danger img {
	color: var(--danger);
}

.style-ajj .bs-downloadBtn.grey svg,
.style-ajj .bs-downloadBtn.grey img,
.style-ajj .bs-downloadBtn.light-grey svg,
.style-ajj .bs-downloadBtn.light-grey img {
	color: var(--dark);
}

.style-ajj .bs-downloadBtn .bs-nameDoc {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 500;
}

.style-ajj .bs-downloadBtn.dark .bs-nameDoc {
	color: #fff;
	font-weight: 700;
}

.style-ajj .bs-downloadBtn.danger .bs-nameDoc {
	color: var(--danger);
}

.style-ajj .bs-downloadBtn.primary .bs-nameDoc {
	color: var(--primary);
}

.style-ajj .bs-downloadBtn .bs-nameDoc.dark {
	color: var(--dark);
}

.style-ajj .bs-downloadBtn .bs-nameDoc.uppercase {
	text-transform: uppercase;
	font-weight: 600 !important;
}

.style-ajj .bs-summaryProfile {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 4px;
	padding: 0.8rem 1rem;
	border-radius: 20px;
}

.style-ajj .bs-summaryProfile .bs-countSummary {
	font-size: 24px;
	font-weight: 800;
	color: #fff;
}

.style-ajj .bs-summaryProfile .bs-countSummary span {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}

.style-ajj .bs-summaryProfile .bs-descSummary {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}

.style-ajj .bs-summaryProfile.success {
	background: var(--success);
}

.style-ajj .bs-summaryProfile.dark {
	background: var(--dark);
}

.style-ajj .bs-summaryProfile.light-success {
	background: var(--success-light);
}

.style-ajj .bs-summaryProfile.light-success .bs-countSummary,
.style-ajj .bs-summaryProfile.light-success .bs-descSummary {
	color: var(--success);
}

.style-ajj .bs-summaryProfile.light-danger {
	background: var(--danger-light);
}

.style-ajj .bs-summaryProfile.light-danger .bs-countSummary,
.style-ajj .bs-summaryProfile.light-danger .bs-descSummary {
	color: var(--danger);
}

.style-ajj .bs-mTitleDark {
	font-size: 16px;
	font-weight: 700;
	color: #222;
	text-align: center;
}

.style-ajj .bs-wrapperHeading {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 2rem;
}

.style-ajj .bs-wrapperHeading .bs-mTitle {
	font-size: 16px;
	font-weight: 700;
	color: var(--primary);
	text-transform: uppercase;
}

.style-ajj .bs-wrapperHeading .bs-mTitle.md {
	font-size: 14px;
	font-weight: 400 !important;
	color: var(--primary);
	text-transform: none !important;
}

.style-ajj .bs-wrapperHeading .bs-mSubTitle {
	font-size: 12px;
	font-weight: 400;
	color: var(--dark);
}

.style-ajj .tabsMonitoring {
	position: relative;
}

.style-ajj .tabsMonitoring>.ant-tabs-nav::before {
	border: none !important;
}

.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list {
	gap: 10px !important;
}

.style-ajj .tabsMonitoring .ant-tabs-tab {
	border: none !important;
}

.style-ajj .tabsMonitoring .ant-tabs-content-holder {
	position: relative;
	border-radius: 20px !important;
	border-top: 4px solid var(--primary) !important;
}

.style-ajj .tabsMonitoring>.ant-tabs-nav {
	position: relative;
	z-index: 99;
	margin-bottom: 1rem !important;
}

.style-ajj .tabsMonitoring .ant-tabs-tab {
	margin-top: 0px !important;
	height: 84px !important;
}

.style-ajj .tabsMonitoring .ant-tabs-tab-active {
	margin-top: 0px !important;
	height: 84px !important;
	padding: 0 !important;
}

.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-tab {
	border-radius: 18px !important;
	padding: 0 !important;
}

.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-tab-active {
	box-shadow: none !important;
	z-index: 99;
}

.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-tab-active .bs-tabsMonitoring {
	height: 84px !important;
	padding: 12px 6px 0 6px !important;
	border-radius: 18px !important;
	background: var(--primary) !important;
	z-index: 99;
}

.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-tab-active {
	border-radius: 18px !important;
}

/* .style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(4) .bs-tabsMonitoring {
	border-radius: 18px !important;
	background: #f6f6f6 !important;
	box-shadow: none !important;
}

.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(4) .bs-tabsCount {
	background: #ebebeb75 !important;
}

.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(4) .bs-tabsTitle,
.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(4) .bs-tabsSubTitle,
.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(4) .bs-count,
.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(4) .bs-icon {
	font-weight: 400 !important;
	color: var(--dark) !important;
} */

.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(4) {
	margin-left: 2rem;
}
.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(5),
.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(6),
.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(7) {
	position: relative;
	margin-left: -10px !important;
	z-index: 99;
}

.style-ajj .tabsMonitoring.open>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(4) {
	border-radius: 18px 0 0 18px !important;
}

.style-ajj .tabsMonitoring.open>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(4) .bs-tabsCount {
	border-radius: 18px !important;
}

/* .style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(4), */
.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(5),
.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(6) {
	border-radius: 0 !important;
}

.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(7) {
	border-radius: 0 18px 18px 0 !important;
}

/* .style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(4) .bs-tabsTitle, */
.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(5) .bs-tabsTitle,
.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(6) .bs-tabsTitle,
.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(7) .bs-tabsTitle {
	padding: 0 14px !important;
}

/* .style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(4) .bs-tabsCount, */
.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(5) .bs-tabsCount,
.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(6) .bs-tabsCount,
.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-nav-list div:nth-child(7) .bs-tabsCount {
	min-width: 200px;
	width: 100%;
	transition: all 0.3s ease-in-out;
}

.style-ajj .tabsMonitoring .bs-tabsMonitoring {
	position: relative;
	width: 100%;
	padding: 8px 6px 4px 6px !important;
}

.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-tab-active .bs-tabsMonitoring .bs-tabsTitle {
	font-weight: 500 !important;
	color: #fff !important;
}

.style-ajj .tabsMonitoring .bs-tabsMonitoring .bs-tabsTitle {
	font-size: 16px;
	font-weight: 400;
	color: var(--dark);
	text-transform: uppercase;
	margin-bottom: 8px;
	padding: 0 3rem 0 14px;
}

.style-ajj .tabsMonitoring .bs-tabsMonitoring .bs-icon {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 16px;
	color: var(--dark);
	transition: all 0.3s ease-in-out;
}

.style-ajj .tabsMonitoring .bs-tabsMonitoring .bs-icon.open {
	/* top: 22px;
	right: 12px; */
	transform: rotate(180deg);
	transition: all 0.3s ease-in-out;
}

.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-tab-active .bs-tabsMonitoring .bs-tabsCount {
	background: #00000075;
}

.style-ajj .tabsMonitoring .bs-tabsMonitoring .bs-tabsCount {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	position: relative;
	min-width: 190px;
	height: 32px;
	padding: 0 1rem;
	border-radius: 16px;
	background: #ebebeb;
	transition: all 0.3s ease-in-out;
}

.style-ajj .tabsMonitoring .bs-tabsMonitoring .bs-tabsCount.open {
	min-width: 170px;
	width: 170px;
	gap: 0 !important;
	transition: all 0.3s ease-in-out;
}

.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-tab-active .bs-tabsMonitoring .bs-tabsCount .bs-tabsSubTitle {
	color: #fff;
}

.style-ajj .tabsMonitoring .bs-tabsMonitoring .bs-tabsCount .bs-tabsSubTitle {
	font-size: 12px;
	font-weight: 400;
	color: var(--dark);
}

.style-ajj .tabsMonitoring>.ant-tabs-nav .ant-tabs-tab-active .bs-tabsMonitoring .bs-tabsCount .bs-count {
	color: #fff;
}

.style-ajj .tabsMonitoring .bs-tabsMonitoring .bs-tabsCount .bs-count {
	font-size: 12px;
	font-weight: 400;
	color: var(--dark);
}

.style-ajj .tabsMonitoring .bs-tabsMonitoring .bs-tabsCount .bs-count span {
	font-size: 14px;
	font-weight: 600;
}

.style-ajj .bs-collapseWrapper button {
	position: absolute;
	top: 1.4rem;
	right: -2.4rem;
	border: none;
	outline: none;
	cursor: pointer;
}

.style-ajj .bs-collapseWrapper .bs-collapsePanel {
	width: 0;
	overflow: hidden;
	transition: width 0.3s ease;
	background: #fafafa;
	white-space: nowrap;
	transition: 0.3s;
}

.style-ajj .bs-collapseWrapper .bs-collapsePanel.open {
	width: 300px;
	padding: 16px;
	transition: 0.3s;
}

.style-ajj .bs-listName {
	font-size: 15px;
	font-weight: 700;
	color: var(--dark);
}

.style-ajj .bs-listReg {
	font-size: 11px;
	font-weight: 400;
	color: #656565;
}

.style-ajj .bs-listReg span {
	font-weight: 700;
}

.style-ajj .bs-w-full {
	width: 100% !important;
}

.style-ajj .bs-table-list-document {
	border-spacing: 0;
	overflow-y: auto;
}

.style-ajj .bs-table-list-document thead {
	background: #eee;
}

.style-ajj .bs-table-list-document thead tr th {
	font-size: 14px;
	font-weight: 500;
	color: #666;
	padding: 8px 20px;
}

.style-ajj .bs-table-list-document tbody tr td {
	padding: 8px 20px;
}

.style-ajj .bs-table-list-document tbody tr td {
	border-bottom: 1px solid #dcdcdc;
}

.style-ajj .bs-table-list-document tbody tr td {
	font-size: 14px;
}

.style-ajj .bs-table-list-document div {
	margin-bottom: 0 !important;
}

.style-ajj .bs-table-list-document thead tr th:first-child,
.style-ajj .bs-table-list-document tbody tr td:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.style-ajj .bs-table-list-document thead tr th:last-child,
.style-ajj .bs-table-list-document tbody tr td:last-child {
	border-top-right-radius: 15px;
	/* border-bottom-right-radius: 15px;
	 */
}

.style-ajj .bs-rounded-bl-xl {
	border-bottom-left-radius: 12px;
}

.style-ajj .bs-rounded-tl-xl {
	border-top-left-radius: 12px;
}

.style-ajj .bs-rounded-bl-xl {
	border-bottom-left-radius: 12px;
	/* sama seperti Tailwind xl */
}

.style-ajj .bs-rounded-tr-xl {
	border-top-right-radius: 12px;
}

.style-ajj .bs-rounded-br-xl {
	border-bottom-right-radius: 12px;
}

.style-ajj .bs-layout-init {
	background: #ebeff4;
	display: flex;
	gap: 10px;
	height: 100vh;
}

.style-ajj .bs-menu-list {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	width: 200px;
	margin: 20px;
}

.style-ajj .bs-menu-list .bs-menu-act {
	text-transform: uppercase;
	background: #ebeff4;
	padding: 10px 30px;
	border-radius: 20px;
	margin-bottom: 10px;
}

.style-ajj .ant-menu-title-content a {
	text-decoration: none;
	color: #000;
}

.style-ajj .ant-menu-title-content {
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
}

.style-ajj .ant-menu-submenu.ant-menu-submenu-inline,
.style-ajj .ant-menu-inline.ant-menu-root .ant-menu-item,
.style-ajj .ant-menu-inline.ant-menu-root .ant-menu-submenu-title {
	position: relative;
	border-radius: 20px;
	background: #ebeff4;
}

.style-ajj .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open::after {
	content: '';
	position: absolute;
	top: 42px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75%;
	height: 1px;
	background: #dde3ea;
}

.style-ajj .ant-layout-sider-children {
	position: relative;
}

.style-ajj .ant-layout-content {
	width: 100% !important;
}

.style-ajj .ant-layout-sider {
	flex: 0 0 220px !important;
	min-width: 220px !important;
	max-width: 220px !important;
	width: 220px !important;
}

.style-ajj .bs-titleBadge {
	position: relative;
	display: inline-block;
	padding: 4px 18px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 500;
	background: var(--primary-light);
	color: var(--primary);
}

.style-ajj .bs-spaced-list li::marker {
	padding-right: 10px;
	/* menambah jarak antara nomor dan teks */
}

.style-ajj .tableFull table {
	width: 100% !important;
}

@media (max-width: 1200px) {

	.style-ajj h1,
	.style-ajj .h1 {
		font-size: 1.75rem;
	}
}

.style-ajj .sertifikasi-table {
	width: 100%;
	border-collapse: collapse;
	color: black;
	border-radius: 15px;
}

.style-ajj .sertifikasi-table td,
.style-ajj .sertifikasi-table th {
	border: 1px solid #ebedf3;
	padding: 8px 12px;
}

.style-ajj .sertifikasi-table .judul {
	font-weight: 400;
}

.style-ajj .bs-slanted-header {
	transform: rotate(-45deg);
	white-space: nowrap;
	vertical-align: center;
	height: 100px;
	padding: 0 5px;
	line-height: 1;
}

.style-ajj .bs-header-cell {
	line-height: 1;
	text-orientation: sideways;
	transform: rotate(180deg);
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.style-ajj .footnote {
	margin-top: 8px;
	font-size: 12px;
	color: black;
}

.style-ajj .strikethrough {
	text-decoration: line-through;
}

.style-ajj .strikethrough .justify-between {
	justify-content: start;
	flex-direction: column;
	gap: 1rem;
}

.style-ajj .bs-alert {
	position: relative;
	padding: 1rem 1.4rem;
	border-radius: 20px;
	margin-bottom: 1rem;
}

.style-ajj .bs-alert .bs-alertTitle {
	font-size: 14px;
	font-weight: 600;
	color: #222;
	padding-bottom: 12px;
}

.style-ajj .bs-alert.warning .bs-alertTitle {
	border-bottom: 2px solid var(--warning);
}

.style-ajj .bs-alert.warning {
	background: var(--warning-light);
	border: 2px solid var(--warning);
}

.style-ajj .bs-alert ul {
	padding-left: 1rem;
	list-style-type: decimal;
	margin-top: 12px;
}

.style-ajj .bs-alert ul li {
	font-size: 14px;
	font-weight: 500;
	color: #222;
}

.style-ajj .bs-alert .bs-alertDesc {
	font-size: 14px;
	font-weight: 500;
	color: #222;
}

@media (max-width: 900px) {
	.style-ajj .bs-wrapperHeading {
		justify-content: start;
		flex-direction: column;
	}
}

@media (max-width: 800px) {
	.style-ajj .justify-start {
		justify-content: start;
		flex-direction: column;
		gap: 1rem;
	}

	.style-ajj .filterTable {
		display: none;
	}
}

.style-ajj .bs-wrapperImgTUK {
	position: relative;
	width: 120px;
	border-radius: 12px;
	margin-top: 10px;
}

.style-ajj .bs-wrapperImgTUK .bs-contentImg {
	position: relative;
	width: 100%;
	height: 116px;
	border-radius: 12px;
	z-index: 9;
	cursor: pointer;
	overflow: hidden;
}

.style-ajj .bs-wrapperImgTUK .bs-contentImg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	transition: 0.3s;
}

.style-ajj .bs-wrapperImgTUK .bs-contentImg img:hover {
	transform: scale(1.1);
	transition: 0.3s;
}

.style-ajj .containersPagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.style-ajj .containersPagination .paginate {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  padding: 0 4rem;
  background: #fff;
  border-radius: 20px;
}
.style-ajj .containersPagination .paginate .ant-pagination-total-text {
  position: relative;
  margin-right: 4rem;
}

.style-ajj .containersPagination .paginate .ant-pagination-prev {
  margin-top: -5px;
}

.style-ajj .containersPagination .paginate .ant-pagination-next {
  margin-top: -5px;
}


.timeline-container {
	padding: 20px;
	/* background-color: #f9f9f9; */
}

.timeline-container .custom-timeline .ant-timeline-item {
	padding: 0;
}

.timeline-container .custom-timeline .ant-timeline-item .activity-card {
	display: flex;
	border-radius: 12px;
	border: 1px #939393 dashed;
	padding: 16px;
	margin-bottom: 12px;
}

.timeline-container .custom-timeline .ant-timeline-item .activity-card .content-box {
	padding: 10px;
}

.timeline-container .custom-timeline .ant-timeline-item .activity-card .content-box .header {
	display: flex;
	justify-content: end;
	position: relative;
	margin-bottom: 18px;
}

.timeline-container .custom-timeline .ant-timeline-item .activity-card .content-box .header .labelStatus {
	position: absolute;
	min-width: 152px;
	height: 28px;
	border-radius: 20px;
	margin-top: -12px;
	margin-left: -330px;
	font-size: 11px;
	font-weight: 500;
	border: 0;
	padding: 5px;
	padding-left: 10px;
	text-align: center;
	align-content: center;
}

.timeline-container .custom-timeline .ant-timeline-item .activity-card .content-box .header .labelStatusAktivitas {
	position: absolute;
	max-width: 291px;
	width: 291px;
	height: 28px;
	border-radius: 20px;
	margin-top: -12px;
	margin-left: -290px;
	margin-right: 20px;
	right: 60px;
	font-size: 11px;
	font-weight: 500;
	border: 0;
	padding: 5px;
	padding-left: 10px;
	display: flex;
	justify-content: space-between;
}

.timeline-container .custom-timeline .ant-timeline-item .activity-card .content-box .header .labelDate {
	position: absolute;
	margin-top: -12px;
	right: -8px !important;
	width: 74px;
	height: 29px;
	border: 0;
	border-radius: 20px;
	font-size: 11px;
	text-align: center;
	align-content: center;
}

.timeline-container .custom-timeline .ant-timeline-item .activity-card .content-box .headerPenyesaian {
	display: flex;
	justify-content: space-between;
	width: 504px;
	height: 28px;
	border-radius: 20px;
	background-color: #00A5511F;
	align-items: center;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 11px;
	font-weight: 500;
}

.timeline-container .custom-timeline .ant-timeline-item .activity-card .content-box .headerNotifikasi {
	display: flex;
	justify-content: space-between;
	width: 504px;
	height: 28px;
	border-radius: 20px;
	background-color: #FFF8DD;
	align-items: center;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 11px;
	font-weight: 500;
}

.timeline-container .custom-timeline .ant-timeline-item .activity-card .content-box .headerKorespondensi {
	display: flex;
	justify-content: space-between;
	/* width: 504px; */
	height: 28px;
	border-radius: 20px;
	background-color: var(--primary-light);
	align-items: center;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 11px;
	font-weight: 500;
}

.timeline-container .custom-timeline .ant-timeline-item .activity-card .contentKorespondensi {
	position: relative;
	padding: 10px;
}

.timeline-container .custom-timeline .ant-timeline-item .activity-card .contentKorespondensi .listKorespondensi {
	position: relative;
	display: flex;
	justify-content: start;
	margin-left: 15px;
	text-align: start;
}

.timeline-container .custom-timeline .ant-timeline-item .activity-card .contentKorespondensi .listKorespondensi .korespondensiIcon {
	margin-right: 10px;
	/* margin-top: 5px; */
}

.timeline-container .custom-timeline .ant-timeline-item .activity-card .imageProfile {
	width: 74px;
	height: 73px;
	border-radius: 15px;
}

.timeline-container .custom-timeline .ant-timeline-item .activity-card .ant-image-mask {
	border-radius: 15px;
}

.ant-select-dropdown .ant-select-item-option-content {
	white-space: normal !important;
}


.speedtest .container {
    display: flex;
    width: 100%;
    background-color: #F6F7F9;
    border-radius: 1.5rem; /* rounded-3xl = 24px */
    padding-top: 0.75rem;  /* py-3 = 12px */
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;  /* px-6 = 24px */
    padding-right: 1.5rem;
    flex-direction: column;
    gap: 1rem; /* gap-4 = 16px */
    border: 1px solid #D1D5DB; /* border-gray-300 */
    flex-wrap: wrap;
}

.speedtest .inner-wrapper {
    gap: 0.5rem; /* gap-2 = 8px */
}

.speedtest .content-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.5rem;  /* my-2 = 8px */
    margin-bottom: 0.5rem;
}

/* space-y-1 = memberi jarak vertikal antar elemen child sebesar 0.25rem (4px) */
.speedtest .content-row > * + * {
    margin-top: 0.25rem;
}

.speedtest .wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0.5rem; /* Tailwind gap-2 = 0.5rem (8px) */
}

.speedtest .title-text {
    font-family: 'Inter', sans-serif;
    font-weight: 300; /* Tailwind 'font-inter-light' */
}

.speedtest .value-container {
    display: flex;
    align-items: flex-end;
    gap: 0.25rem; /* Tailwind gap-1 = 0.25rem (4px) */
}

.speedtest .value-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600; /* Tailwind 'font-inter-semibold' */
    font-size: 1rem; /* Tailwind text-base = 16px */
}

/* Responsif sesuai Tailwind breakpoints */
@media (min-width: 768px) {
    .speedtest .value-text {
        font-size: 1.5rem; /* md:text-2xl = 24px */
    }
}

@media (min-width: 1024px) {
    .speedtest .value-text {
        font-size: 1.875rem; /* lg:text-3xl = 30px */
    }
}

.speedtest .unit-text {
    font-family: 'Inter', sans-serif;
    font-weight: 500; /* Tailwind 'font-inter-medium' */
}