section a {
	font-size: 16px;
	padding: 0px 15px;
	border-radius: 100px;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	font-weight: bold;
}

.CX-content {
	margin-top: 10px !important;
}

.btn-custom-secondary {
	color: #4976ba;
	border: 2px solid #fff;
	background-color: #fff;
	transition: all 0.3s ease;
}

.btn-custom-secondary:hover {
	background-color: #00008f;
	border: 2px solid #fff;
	color: #fff;
}

.btn-border-secondary {
	color: #fff;
	background-color: #4976ba;
	border: 2px solid;
	font-weight: bold;
}

.btn-border-secondary:hover {
	background-color: #fcb600;
	border: 2px solid #fcb600;
	color: #fff;
}

.claim-steps {
	background-color: #4976ba;
	padding: 40px 20px;
	text-align: center;
}

.claim-steps .container {
	max-width: 1200px;
	margin: 0 auto;
}

.claim-steps .title {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.claim-steps .subtitle {
	font-size: 20px;
	margin-bottom: 30px;
	color: #555;
}

.claim-steps .steps {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.claim-steps .steps .step {
	flex: 1;
	max-width: 250px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	padding: 20px;
	text-align: center;
}

.claim-steps .steps .step .step-image {
	margin-bottom: 15px;
}

.claim-steps .steps .step .step-image img {
	width: 100%;
	border-radius: 50%;
}

.claim-steps .steps .step .step-content h4 {
	font-size: 18px;
	color: #007bff;
	margin-bottom: 10px;
}

.claim-steps .steps .step .step-content p {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}

.claim-steps .steps .step .step-content span {
	font-size: 14px;
	color: #666;
}

.form-container {
	display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: 35% 63%;
	padding: 0px 20px;
	gap: 20px;
}

.product-info {
	flex: 1;
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.product-card-info {
	margin-bottom: 20px;
}

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

.product-card-info .product-header .product-details .product-title {
	opacity: 0.6;
}

.product-card-info .product-total {
	color: #00008f;
}

.delete-btn {
	background: none;
	border: none;
	cursor: pointer;
	color: red;
}

.product-benefits {
	list-style: none;
	padding: 0;
}

.total-bill {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	margin-top: 20px;
}

.form-section {
	flex: 2;
	background-color: #fff;
	padding: 20px;
	border-radius: 0px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

legend {
	font-weight: bold;
}

.form-group {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.form-group label {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	font-size: 14px;
	color: #ddd;
	pointer-events: none;
	transition: all 0.3s ease;
}

.form-group input {
	width: 100%;
	padding: 10px 10px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: none;
	transition: all 0.3s ease;
}

.form-group input:focus {
	border-color: #002366;
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label {
	top: -10px;
	font-size: 12px;
	color: #002366;
}

label {
	font-weight: bold;
}

input,
select,
button {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

button.submit-btn {
	background-color: #00008f;
	color: #fff;
	border: none;
	cursor: pointer;
	font-weight: bold;
}

button.submit-btn:hover {
	background-color: #00005c;
}

body {
	background-color: #f0f8ff;
}

.product-info-section {
	background-color: #f0f8ff;
	padding: 20px;
	padding-top: 0;
	border-radius: 8px;
	position: relative;
}

.product-info-section .section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.product-info-section .section-header .section-act {
	text-align: right;
}

.product-info-section .section-header .section-act .change-product-btn {
	background-color: #00008f;
	color: #fff;
	border: none;
	border-radius: 60px;
	padding: 8px 12px;
	font-size: 13px;
	cursor: pointer;
}

.product-info-section .section-header .section-act .change-product-btn:hover {
	background-color: #0000c2;
}

.product-info-section .section-header .section-title {
	font-size: 16px;
	font-weight: bold;
	color: #00008f;
}

.product-info-section .product-card-info {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.product-info-section .product-card-info .product-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #00008f;
	color: #fff;
	padding: 15px;
}

.product-info-section .product-card-info .product-header .product-details {
	display: flex;
	flex-direction: column;
}

.product-info-section .product-card-info .product-header .product-details .product-title {
	font-size: 14px;
}

.product-info-section .product-card-info .product-header .product-details .product-subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.product-info-section .product-card-info .product-header .product-actions {
	display: flex;
	align-items: center;
	gap: 15px;
}

.product-info-section .product-card-info .product-header .product-actions .box-text {
	display: flex;
	flex-direction: column;
	color: #fff;
}

.product-info-section .product-card-info .product-header .product-actions .box-text span,
.product-info-section .product-card-info .product-header .product-actions .box-text div {
	color: #fff;
}

.product-info-section .product-card-info .product-header .product-actions .box-text .product-title {
	opacity: 0.6;
}

.product-info-section .product-card-info .product-header .product-actions .product-total {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.product-info-section .product-card-info .product-header .product-actions .delete-btn {
	border: none;
	color: #fff;
	background-color: #f00;
	font-size: 14px;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.product-info-section .product-card-info .product-header .product-actions .delete-btn:hover {
	background-color: #c00;
}

.product-info-section .product-card-info .product-benefits {
	padding: 15px;
}

.product-info-section .product-card-info .product-benefits h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.product-info-section .product-card-info .product-benefits ul {
	list-style: none;
	padding: 0;
}

.product-info-section .product-card-info .product-benefits ul li {
	display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: 70% 30%;
	font-size: 14px;
	margin-bottom: 5px;
}

.product-info-section .product-card-info .product-benefits ul li span {
	font-weight: bold;
	margin-left: 20px;
}

.product-info-section .box-total-premi {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.product-info-section .box-total-premi:before {
	content: "";
	background-color: #00008f;
	position: absolute;
	top: 0;
	left: -50%;
	width: 200%;
	height: 100%;
	z-index: 0;
}

.product-info-section .box-total-premi .box-frekuensiPembayaran {
	display: flex;
	position: relative;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	height: fit-content;
	width: 100%;
	padding: 10px 0;
	margin: 0;
}

.product-info-section .box-total-premi .box-frekuensiPembayaran:before {
	content: "";
	background-color: #fff;
	position: absolute;
	top: 0;
	left: -50%;
	width: 200%;
	height: 100%;
	z-index: 0;
}

.product-info-section .box-total-premi .box-frekuensiPembayaran .box-toggle-switch {
	margin-bottom: 0;
	margin-left: 20px;
	display: flex;
	flex-direction: row;
	column-gap: 10px;
	justify-content: space-between;
	align-items: center;
}

.product-info-section .box-total-premi .box-frekuensiPembayaran .box-toggle-switch .toggle-label b,
.product-info-section .box-total-premi .box-frekuensiPembayaran .box-toggle-switch .toggle-label s {
	padding: 0 5px;
	transition: all 0.3s ease;
}

.product-info-section .box-total-premi .box-frekuensiPembayaran .box-toggle-switch .toggle-label b {
	color: #00008f;
}

.product-info-section .box-total-premi .box-frekuensiPembayaran .box-toggle-switch .toggle-switch {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 0;
	transform: unset;
	pointer-events: unset;
}

.product-info-section .box-total-premi .box-frekuensiPembayaran .box-toggle-switch .toggle-switch .toggle-switch-bar {
	height: 25px;
	line-height: 25px;
}

.product-info-section .box-total-premi .box-frekuensiPembayaran .box-toggle-switch .toggle-switch .toggle-switch-bar:before {
	width: 55px;
}

.product-info-section .box-total-premi .box-frekuensiPembayaran .box-toggle-switch .toggle-switch .toggle-switch-bar:after {
	height: 18px;
	width: 18px;
}

.product-info-section .box-total-premi .box-text {
	padding: 10px;
	background-color: #00008f;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}

.product-info-section .box-total-premi .box-text .product-total {
	text-align: right;
}

.product-info-section .box-total-premi .box-text .product-total .amount-payment {
	font-size: 25px;
	font-weight: bold;
}

.form-section {
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	position: relative;
    min-height: 500px;
}

.form-section .process-tab {
	width: 100%;
	height: 10px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e0e0e0;
}

.form-section .process-tab .progress-bar {
	background-color: #00008f !important;
	width: calc(100% / 5);
	height: 100%;
	position: relative;
	transition: width 1s ease-in-out;
}

.form-section .process-tab .progress-bar .progress-fill {
	width: 0%;
	height: 100%;
	background-color: #00008f;
	border-radius: 5px;
	transition: width 1s ease-in-out;
}

.form-section .box-header-form {
	display: flex;
	align-items: center;
	margin: 20px 0;
	
	@media (max-width: 768px) {
		flex-direction: column;
	}
}

.form-section .box-header-form .box-img {
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

.form-section .box-header-form .box-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.form-section .box-header-form .box-typewriter {
	flex: 1;
}

.form-section .box-header-form .box-typewriter p {
	font-size: 14px;
	color: #353535;
	line-height: 1.5;
}

.form-section .box-header-form .box-typewriter p a {
	padding: 5px;
}

.form-section form fieldset {
	border: none;
}

.form-section form fieldset legend {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.form-section form fieldset legend:before {
	content: '\f06a';
	font-family: "Font Awesome\ 5 Pro";
	font-weight: bold;
	color: #00008f;
	font-size: 16px;
	margin-right: 10px;
}

.form-section form fieldset .bottom-legend {
	font-size: 12px;
	color: #00008f;
	margin-bottom: 15px;
	display: block;
}

.form-section form fieldset .field-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.form-section form fieldset .field-group .input-group {
	padding: 0;
}

.form-section form fieldset .field-group .input-group .form-group {
	position: relative;
	margin-bottom: 10px;
}

.form-section form fieldset .field-group .input-group .form-group label {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	font-size: 14px;
	pointer-events: none;
	transition: all 0.3s ease;
	z-index: 1;
}

.form-section form fieldset .field-group .input-group .form-group input,
.form-section form fieldset .field-group .input-group .form-group select {
	width: 100%;
	padding: 10px 15px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: none;
	transition: all 0.3s ease;
}

.form-section form fieldset .field-group .input-group .form-group input:focus,
.form-section form fieldset .field-group .input-group .form-group select:focus {
	border-color: #002366;
}

.form-section form fieldset .field-group .input-group .form-group input:disabled,
.form-section form fieldset .field-group .input-group .form-group select:disabled {
	background-color: #f5f5f5;
	cursor: not-allowed;
}

.form-section form fieldset .field-group .input-group .form-group.has-error input,
.form-section form fieldset .field-group .input-group .form-group.has-error select {
    border-color: #da1414;
}

.form-section form fieldset .field-group .input-group .form-group.has-error label {
    color: #da1414;
}

.form-section form fieldset .field-group .input-group .form-group select {
	padding: 15px;
}

.form-section form fieldset .field-group .input-group .form-group.has-success label,
.form-section form fieldset .field-group .input-group .form-group.group-select label,
.form-section form fieldset .field-group .input-group .form-group:has(input:not([value=""])) label,
.form-section form fieldset .field-group .input-group .form-group:has(input:focus) label,
.form-section form fieldset .field-group .input-group .form-group:has(input[data-gtm-form-interact-field-id]) label,
.form-section form fieldset .field-group .input-group .box-rtrw .form-group label {
	top: 0%;
	color: #002366;
	font-size: 12px;
	background: #fff;
    padding: 0 5px;
    z-index: 1;
}

.box-rtrw {
   	max-width: 100% !important;
}

.box-rtrw .form-group .input-group {
    border-radius: 5px !important;
}

.form-section form fieldset .field-group .input-group .box-rtrw .form-group {
    margin-bottom: 0px !important;
}

.form-section form fieldset .field-group .input-group .form-group input:focus,
.form-section form fieldset .field-group .input-group .form-group input:not(input[data-gtm-form-interact-field-id=""]) {
	/* padding-top: 20px; */
}

.form-section form fieldset .field-group .input-group .form-group select {
	/* appearance: none; */
	/* background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23999999"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center; */
	background-size: 20px;
}

.form-group .form-control {
	height: 55px !important;
}

.form-section form .submit-btn {
	display: block;
	width: 100%;
	padding: 12px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #00008f;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	transition: background-color 0.3s ease;
}

.form-section form .submit-btn:hover {
	background-color: #00005c;
}

.form-section form .submit-btn:disabled {
	background-color: #2929ff;
	cursor: not-allowed;
}

.form-group.has-error:after {
	top: 5px !important;
}

@keyframes move-progress {
	0% {
		width: 0%;
	}

	100% {
		width: calc(100% / 4);
	}
}

.product-unggulan-section {
	margin-top: 30px;
}

.product-unggulan-section .product-slider {
	margin: 0 auto;
	max-width: 1200px;
	padding: 20px;
}

.product-unggulan-section .product-card {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-unggulan-section.slider-product .slider-container {
	text-align: center;
	margin: 20px auto;
}

.product-unggulan-section.slider-product .slider-container .slider-header h2 {
	color: #00008f;
	font-weight: 400;
	font-size: 16px;
}

.product-unggulan-section.slider-product .slider-container .slider-header p {
	color: #353535;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}

.product-unggulan-section.slider-product .slider-container .slider-buttons {
	margin-bottom: 30px;
}

.product-unggulan-section.slider-product .slider-container .slider-buttons button {
	margin: 0 10px;
	padding: 10px 20px;
	border: 2px solid #00008f;
	background-color: transparent;
	border-radius: 50px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #00008f;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease;
}

.product-unggulan-section.slider-product .slider-container .slider-buttons button:hover {
	background-color: #00008f;
	color: #fff;
}

.product-unggulan-section.slider-product .slider-container .slider-buttons button i {
	padding-right: 10px;
}

.product-unggulan-section.slider-product .slider-container .slider-buttons button:first-child i {
	padding-right: 0px;
	padding-left: 10px;
}

.product-unggulan-section.slider-product .product-slider .slick-track {
	gap: 10px;
}

.product-unggulan-section.slider-product .product-slider .slick-slide {
	padding: 10px;
}

.product-unggulan-section.slider-product .product-slider .slick-prev,
.product-unggulan-section.slider-product .product-slider .slick-next {
	z-index: 99;
	height: 35px;
	width: 35px;
	background-color: #00008f;
	border-radius: 50%;
	opacity: 0.75;
	transition: all 0.3s ease;
}

.product-unggulan-section.slider-product .product-slider .slick-prev:before,
.product-unggulan-section.slider-product .product-slider .slick-next:before {
	font-family: "Font Awesome\ 5 Pro";
	font-size: 15px;
	color: #fff;
	position: relative;
}

.product-unggulan-section.slider-product .product-slider .slick-prev:hover,
.product-unggulan-section.slider-product .product-slider .slick-next:hover {
	opacity: 1;
}

.product-unggulan-section.slider-product .product-slider .slick-prev {
	left: -45px;
}

.product-unggulan-section.slider-product .product-slider .slick-prev:before {
	content: '\f053';
}

.product-unggulan-section.slider-product .product-slider .slick-next {
	right: -45px;
}

.product-unggulan-section.slider-product .product-slider .slick-next:before {
	content: '\f054';
}

.product-unggulan-section.slider-product .product-slider .slick-dots {
	display: flex;
	justify-content: center;
	gap: 5px;
	align-items: center;
	margin-top: 20px;
}

.product-unggulan-section.slider-product .product-slider .slick-dots li {
	margin: 0px;
	width: 15px;
	transition: all 0.3s ease;
}

.product-unggulan-section.slider-product .product-slider .slick-dots li button {
	width: 100%;
	height: 5px;
	background-color: #d3d3d3;
	border: none;
	border-radius: 5px;
	padding: 0;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.product-unggulan-section.slider-product .product-slider .slick-dots li button:hover {
	background-color: #a9a9a9;
}

.product-unggulan-section.slider-product .product-slider .slick-dots li button:before {
	content: "";
}

.product-unggulan-section.slider-product .product-slider .slick-dots li.slick-active {
	width: 35px;
}

.product-unggulan-section.slider-product .product-slider .slick-dots li.slick-active button {
	width: 100%;
	background-color: #00f;
}

.product-unggulan-section.slider-product .product-slider .slick-list {
	padding: 0 !important;
}

.product-unggulan-section.slider-product .product-slider .product-card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	text-align: left;
	transition: transform 0.3s ease;
	margin: 10px;
	padding: 10px;
}

.product-unggulan-section.slider-product .product-slider .product-card:hover {
	transform: translateY(-5px);
}

.product-unggulan-section.slider-product .product-slider .product-card:hover .product-body {
	padding: 15px;
}

.product-unggulan-section.slider-product .product-slider .product-card:hover .product-body h3 {
	color: #fcb600;
}

.product-unggulan-section.slider-product .product-slider .product-card:hover .product-footer .curren {
	color: #fcb600;
}

.product-unggulan-section.slider-product .product-slider .product-card.slick-slide {
	opacity: 0.3;
}

.product-unggulan-section.slider-product .product-slider .product-card.slick-slide.slick-active {
	opacity: 1;
}

.product-unggulan-section.slider-product .product-slider .product-card.card-sjtr {
	background-color: #4976ba;
}

.product-unggulan-section.slider-product .product-slider .product-card.card-sijitu {
	background-color: #00008f;
}

.product-unggulan-section.slider-product .product-slider .product-card .box-img {
	width: auto;
	max-height: 110px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

.product-unggulan-section.slider-product .product-slider .product-card .box-img img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.product-unggulan-section.slider-product .product-slider .product-card .product-ribbon {
	color: #473400;
	font-size: 15px;
	font-weight: 600;
}

.product-unggulan-section.slider-product .product-slider .product-card .product-ribbon {
	--f: 1em;
	/* control the folded part*/
	--r: 0.8em;
	/* control the ribbon shape */
	position: absolute;
	top: 20px;
	left: calc(-1*var(--f));
	padding-right: 1em;
	padding-left: 2rem;
	line-height: 2;
	background: #fcb600;
	border-bottom: var(--f) solid #000 5;
	border-right: var(--r) solid #000 0;
	clip-path: polygon(0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f)/2), 100% 0);
}

.product-unggulan-section.slider-product .product-slider .product-card .product-header {
	background-color: #fcb600;
	color: #000;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 14px;
}

.product-unggulan-section.slider-product .product-slider .product-card .product-body {
	padding: 15px;
}

.product-unggulan-section.slider-product .product-slider .product-card .product-body .box-topheader span {
	color: #fff;
	font-size: 12px;
}

.product-unggulan-section.slider-product .product-slider .product-card .product-body h3 {
	font-size: 18px;
	margin: 10px 0;
	color: #fff;
	transition: all 0.3s ease;
}

.product-unggulan-section.slider-product .product-slider .product-card .product-body ul {
	list-style: none;
	padding: 0;
	margin: 0;
	max-height: 150px;
	overflow-x: auto;
}

.product-unggulan-section.slider-product .product-slider .product-card .product-body ul li {
	margin: 5px 0;
	margin-left: 15px;
	font-size: 13px;
	color: #fff;
	transition: all 0.3s ease;
	position: relative;
}

.product-unggulan-section.slider-product .product-slider .product-card .product-body ul li:before {
	content: "\f00c";
	font-family: "Font Awesome\ 5 Pro";
	margin-right: 5px;
	position: absolute;
	top: 0;
	left: -19px;
}

.product-unggulan-section.slider-product .product-slider .product-card .product-body ul li:hover {
	color: #fcb600;
}

.product-unggulan-section.slider-product .product-slider .product-card .product-footer {
	display: flex;
	flex-wrap: wrap;
}

.product-unggulan-section.slider-product .product-slider .product-card .product-footer .box-biaya-premi {
	width: 100%;
	padding: 14px;
	justify-content: space-between;
	background: rgba(255, 255, 255, 0.20);
	border-radius: 6px;
	justify-content: space-between;
	align-items: center;
	display: inline-flex;
	margin-bottom: 15px;
}

.product-unggulan-section.slider-product .product-slider .product-card .product-footer .box-biaya-premi span {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}

.product-unggulan-section.slider-product .product-slider .product-card .product-footer .box-biaya-premi .curren {
	text-align: right;
	font-size: 24px;
	font-weight: 700;
	transition: all 0.3s ease;
}

.product-unggulan-section.slider-product .product-slider .product-card .product-footer .box-action {
	display: flex;
	gap: 10px;
	width: 100%;
	padding-bottom: 15px;
}

.product-unggulan-section.slider-product .product-slider .product-card .product-footer .box-action a {
	font-size: 16px;
	padding: 10px 15px;
	border-radius: 100px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	font-weight: bold;
}

.product-unggulan-section.slider-product .product-slider .product-card .product-footer .box-action .btn-custom-secondary {
	flex-basis: 70%;
	color: #4976ba;
	border: 2px solid #fff;
	background-color: #fff;
	transition: all 0.3s ease;
}

.product-unggulan-section.slider-product .product-slider .product-card .product-footer .box-action .btn-custom-secondary:hover {
	background-color: #00008f;
	border: 2px solid #00008f;
	color: #fff;
}

.product-unggulan-section.slider-product .product-slider .product-card .product-footer .box-action .btn-border-secondary {
	flex-basis: 30%;
	color: #fff;
	background-color: #4976ba;
	border: 2px solid;
	font-weight: bold;
}

.product-unggulan-section.slider-product .product-slider .product-card .product-footer .box-action .btn-border-secondary:hover {
	background-color: #fcb600;
	border: 2px solid #fcb600;
	color: #fff;
}

/* KTP Style */

.ktp-upload-container {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ktp-upload-container .ktp-upload-label {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.ktp-upload-container .ktp-upload-label .ktp-upload-title {
	font-weight: bold;
	font-size: 16px;
	color: #333;
}

.ktp-upload-container .ktp-upload-label .ktp-upload-description {
	font-size: 14px;
	color: #666;
}

.ktp-upload-container .ktp-upload-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ktp-upload-container .ktp-upload-wrapper input[type="file"] {
	display: none;
}

.ktp-upload-container .ktp-upload-wrapper .ktp-upload-button {
	background-color: #00008f;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 14px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.ktp-upload-container .ktp-upload-wrapper .ktp-upload-button:hover {
	background-color: #00005c;
}

body .CX-utama .CX-content .form-group.has-error .flatpickr-input,
body .CX-utama .CX-content .form-group.has-error .datepicker,
body .CX-utama .CX-content .form-group.has-error .dateinput {
	background-position: 85% 15px !important;
}

.box-act {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.form-section form .btn{
	border-radius: 50px;
    padding: 12px 20px;
}

/* UPLOAD */

.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.box-shadow {
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
	-ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
	-o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}
.box-radius {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area {
	position: relative;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .control-label {
	font-family: "SourceSans-Semibold";
	font-weight: 600;
	font-size: 17px;
	line-height: 20px;
	color: #5f5f5f;
	margin-bottom: 15px;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .input-file {
	position: absolute;
	left: 0;
	top: 0;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-upload-area {
	background: #2d4367;
	-webkit-box-shadow: 0px 4px 16px 6px rgba(0, 0, 0, 0.18) inset;
	-moz-box-shadow: 0px 4px 16px 6px rgba(0, 0, 0, 0.18) inset;
	-ms-box-shadow: 0px 4px 16px 6px rgba(0, 0, 0, 0.18) inset;
	-o-box-shadow: 0px 4px 16px 6px rgba(0, 0, 0, 0.18) inset;
	box-shadow: 0px 4px 16px 6px rgba(0, 0, 0, 0.18) inset;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	padding: 2rem;
	text-align: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-upload-area:hover {
	background-color: #354f79;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-upload-area .box-upload-preview {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center center;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-upload-area .box-pdf-preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}
@media (min-width: 1025px) {
	.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-upload-area .box-upload-area-inner {
		display: flex;
		text-align: left;
		grid-column-gap: 20px;
   }
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-upload-area .box-upload-area-inner .title {
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 8px;
}
@media (max-width: 1024px) {
	.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-upload-area .box-upload-area-inner .title {
		margin-top: 20px;
   }
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-upload-area .box-upload-area-inner .info-file {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-preview-files {
	padding: 15px 0 0;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-preview-files .box-preview-files-inner .box-preview-files-item {
	background: #f8fafc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding: 8px 15px;
	grid-column-gap: 20px;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-preview-files .box-preview-files-inner .box-preview-files-item .names {
	flex: 1 1 auto;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-preview-files .box-preview-files-inner .box-preview-files-item .names .name {
	font-size: 13px;
	line-height: 15px;
	color: #333;
	margin-bottom: 5px;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-preview-files .box-preview-files-inner .box-preview-files-item .names .size {
	font-weight: 600;
	font-size: 11px;
	line-height: 12px;
	color: rgba(51, 51, 51, .6);
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-preview-files .box-preview-files-inner .box-preview-files-item .close {
	opacity: 1;
	top: 2px;
	position: relative;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .input-file {
	position: absolute;
	opacity: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .input-file .form-group.input-text-wrapper input {
	opacity: 0;
	cursor: pointer;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .input-file .form-group.input-text-wrapper .form-validator-stack.help-block {
	display: none;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .input-file .form-group.input-text-wrapper.has-error {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 2;
	margin-bottom: 0;
	background-color: #fff;
	text-align: center;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23C91432FF' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	background-color: #fefafb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .input-file .form-group.input-text-wrapper.has-error .form-validator-stack.help-block {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	padding-left: 0;
	font-size: 14px;
}
.CX-upload-image-and-url{
	width: 100%;
}
.CX-upload-image-and-url .container .CX-wrapper{
   	max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
}
.CX-upload-image-and-url .box-upload-image-and-url .box-upload-image .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-caption .new-box-form {
	padding: 0 0;
}
.CX-upload-image-and-url .box-upload-image-and-url .box-upload-image .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-caption .new-box-form .form-group {
	margin-bottom: 0px;
}
.CX-upload-image-and-url .box-upload-image-and-url .box-upload-image .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-caption .new-box-form .form-group .form-control {
	border: 1px solid #5595f1;
}
.CX-upload-image-and-url .box-upload-image-and-url .box-upload-image .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-caption .new-box-form .form-group .form-control:disabled {
	border: 1px solid #ccc;
}
.CX-upload-image-and-url .box-upload-image-and-url .box-upload-image .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-caption .new-box-form .new-box-item.style-default.with-char-limit .new-box-item-inner .input .box-char-limit {
	margin-top: 3px;
	font-size: 12px;
	font-family: "SourceSans3-Semibold";
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item {
	padding-bottom: 35px;
	border-bottom: 5px solid #f6f8fc;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item:last-child {
	border-bottom: 0px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 8px;
}
@media (max-width: 767px) {
	.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner {
		grid-template-columns: 1fr;
		grid-row-gap: 10px;
   }
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress {
	position: relative;
	border: 1px solid #5595f1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	padding: 12px 13px;
	background-color: #fff;
	color: #333;
	font-size: 13px;
	font-family: "SourceSans-Semibold";
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-close-file {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .progress-bar-status {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .progress-bar-status:before, .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .progress-bar-status .progress-bar-status-inner {
	content: '';
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 0px;
	height: 4px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	-ms-border-radius: 90px;
	-o-border-radius: 90px;
	border-radius: 90px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .progress-bar-status:before {
	background-color: #ebebeb;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .progress-bar-status .progress-bar-status-inner {
	background: #1485fd;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner {
	display: flex;
	align-items: center;
	padding-bottom: 5px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-ico-status {
	flex: 0 0 auto;
	width: 51px;
	position: relative;
	top: 0px;
	left: -15px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-name {
	flex: 1 1 auto;
	padding-right: 35px;
	line-height: 18px;
	position: relative;
	left: -25px;
	top: 0px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-name a {
	margin-left: 10px;
	color: #333;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item:not(.done) .box-file-upload-item-inner .box-file-progress {
	padding: 2px 13px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress {
	display: flex;
	align-items: center;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-close-file {
	right: 10px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .progress-bar-status .progress-bar-status-inner {
	width: initial !important;
	right: 5px;
	background-color: #1cc542;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner {
	display: flex;
	column-gap: 10px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-ico-status {
	flex: 0 0 auto;
	width: 16px;
	position: relative;
	left: 2px;
	top: initial;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-ico-status .box-ico {
	position: relative;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: #1cc542;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-ico-status .box-ico img {
	display: none;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-ico-status .box-ico:after {
	color: #fff;
	font-size: 8px;
	left: 4px;
	top: 2px;
	font-weight: bold;
	position: absolute;
	content: '\f00c';
	font-family: "Font Awesome\ 5 Pro";
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-name {
	flex: 1 1 auto;
	padding-left: 0px;
	top: initial;
	left: initial;
	position: relative;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-caption .box-char-limit {
	color: #00008f;
}

.form-section form fieldset .field-group .input-group .form-group .form-control[readonly=true] {
    background-color: #fff !important;
    background: unset;
}

.form-section .field-lock::before {
    content: '\f023';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: #002366;
    position: absolute;
    right: 35px;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1;
}

#pdpNewModal .modal-dialog {
    height: 90vh;
    max-width: 60%;
}

#btnInfoMobile {
    background-color: #00005C;
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.container.CX-wrapper {
    max-width: 100% !important;
}

@media screen and (max-width:768px){
	 .modal-dialog {
	    height: 90vh;
	    max-width: 98% !important;
	}
	
	#pdpTabs {
	    border: 0;
	    flex-wrap: nowrap;
	    padding: 5px;
	}
	
	.form-container{
	    display: block;
	}
	
	.product-info-section {
	    background-color: #f0f8ff;
	    padding: 10px;
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    z-index: 99;
	    padding-bottom: 0;
	    width: 100%;
	}
	
	.product-info-section .section-header{
		display: none;
	}
	
	.product-info-section .product-card-info {
		display: none;
	}
	
	.product-info-section .box-total-premi:before {
    	top: 50%;
	}
	
	.product-info-section .box-total-premi {
	    position: absolute;
	    bottom: -1px;
	}
	
	.form-section {
	    padding-bottom: 97px;
	}
}

#pdpNewModal .modal-content .tab-pane {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    padding: 0rem;
}

#pdpNewModal .box-skdr {
    max-height: 60vh;
    overflow: auto;
}

#pdpNewModal .modal-header h3 {
    margin-top: 1rem;
    margin-left: 1rem;
    
    @media screen and (max-width:768px) {
    	margin-left: 1.4rem;
    }
}

#pdpNewModal .box-checkbox {
    padding-left: 6px !important;
    padding-right: 6px !important;
    position: relative;
    width: 100%;
}

#pdpNewModal .btn-primary {
	margin: 0 auto;
	font-weight: bold;
	
	@media screen and (max-width:768px) {
		width: 100%;
	}
}

#pdpNewModal .modal-header {
    border: 0 !important;
    box-shadow: 0px 12px 10px -5px #EFEFEF;
    flex-wrap: wrap;
    height: unset;
    padding: 0;
}

.modal-body {
	border-top: 0;
	background: transparent;
	padding: 0.5rem;
}

.modal-content button.btn-close {
    border: 0;
    background-color: #353535;
    height: unset;
    width: unset;
    padding: 0 7px;
    color: #ffffffff;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal-footer {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
    box-shadow: 0px -14px 20px -19px rgba(0, 0, 0, 0.2);
}

.modal-footer p{
	@media (max-width: 768px) {
		margin: 0 auto;
		margin-top: 5px;
		margin-bottom: 7px;
	}
}

#pdpTabs {
    border: 0;
}

#pdpTabs .nav-link {
    color: #000000 !important;
    font-size: 16px;
    font-weight: 600 !important;
    background: transparent;
}

#pdpTabs .nav-link.active {
    color: #00008F !important;
    background: transparent;
    border-bottom: 2px solid #00008F !important;
}

.box-act.text-center {
    width: 100% !important;
}

.box-act.text-center .btn {
	width:100% !important;
}