@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

/* Show it is fixed to the top */
body {
	min-height: 75rem;
	padding-top: 5.5rem;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}

main {
	width: 700px;
	margin: auto;
	padding-bottom: 20px;
}

.bg-light .container {
	width: 800px;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
	.opsi-2 .row {
		--bs-gutter-x: 0rem;
	}

	.opsi-1 .row {
		--bs-gutter-x: 0rem;
	}
}

.b-example-divider {
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
	flex-shrink: 0;
	width: 1.5rem;
	height: 100vh;
}

.bi {
	vertical-align: -.125em;
	fill: currentColor;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.bg-light {
	background: #FFFFFF !important;
	box-shadow: 0px 1px 2px rgb(0 0 0 / 12%);
	border-radius: 2px;
	padding: 16px 0px;
}

a.navbar-brand img {
	height: 24px;
	margin-top: -5px;
}

a.navbar-brand p {
	display: inline;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #212121;
}

a.navbar-brand {
	padding: 0px;
}

.border-left {
	border-left: 1px solid #E0E0E0;
	padding-left: 12px;
	margin-left: 12px;
	height: 20px;
}

.ctn-2 p.title {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	color: #212121;
}

.ctn-2 p.desc {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 29px;
	color: #424242;
}

.bg-belum-login {
	background: #FAFAFA;
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	padding: 16px;
}

.bg-grey{
	background: #FAFAFA;
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	padding: 16px;
}


.ctn-3 p.title {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #212121;
}

.ctn-3 p.desc {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 29px;
	color: #424242;
}

.ctn-3 a {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #FEFEFE;
	background: #212121;
	border-radius: 2px;
	text-align: center;
	text-decoration: none;
	padding: 8px;
	width: 100%;
	display: block;
}

.number p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #212121;
	margin-bottom: 0px;
}

.number p span {
	background: #FAFAFA;
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	letter-spacing: 0px;
	color: #212121;
	height: 36px;
	width: 36px;
	line-height: 36px;
	display: inline-table;
	text-align: center;
	margin-right: 8px;
}

.opsi-1 .form-check .form-check-input {
	float: right;
	margin-right: 10px;
	position: absolute;
	right: 20px;
	top: 35%;
	transform: translateX(-50%);
}

.ctn-4 .opsi-1 .form-check {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	padding: 16px;
	position: relative;
}

.ctn-4 .form-check p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #616161;
	margin-bottom: 4px;
}

.ctn-4 span.titleform {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #AD120A;
	margin-right: 12px;
}

span.big {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 44px;
}

.ctn-4 .form-check span.total {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #212121;
	margin-left: 12px;
}

.ctn-4 .form-check ul {
	padding-inline-start: 0px;
	margin-bottom: 0px;
}

.ctn-4 .form-check ul li {
	list-style: none;
	display: inline;
	margin-right: 8px;
}

.ctn-4 ul li a.green {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: #00796B !important;
	padding: 4px 8px;
	background: #F8FFFE;
	border: 1px solid #70C7BD;
	border-radius: 2px;
	text-decoration: none;
}

.ctn-4 ul li a.grey {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: #757575 !important;
	padding: 4px 8px;
	background: #FCFCFC;
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	text-decoration: none;
}

.ctn-4 ul li a.green:before {
	content: "\2022";
	margin-right: 5px;
}

.ctn-4 ul li a.grey:before {
	content: "";
	margin-right: 0px;
}

img.sub-google {
	height: 32px;
}

.ctn-4 .form-check p.text-for-google {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600 !important;
	font-size: 14px;
	line-height: 19px;
	color: #424242;
	margin-bottom: 0px !important;
}

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

.opsi-1 .pd-0-10 {
	padding: 0px 10px;
}

.accordion-item:first-of-type {
	border-top-left-radius: 2px !important;
	border-top-right-radius: 2px !important;
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 2px !important;
	border-top-right-radius: 2px !important;
}

.accordion-button:after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23757575'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button:not(.collapsed) {
	background: #FFECEB;
	border: 1px solid #E4B0AD;
}

.accordion-button:not(.collapsed) {
	background: #FFECEB;
	font-family: font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #AD120A;
}

.accordion-button {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #616161;
}

img.icon_payment {
	height: 20px;
	margin-right: 24px;
}

.min-100 {
	width: 100px;
	display: inline-block;
}

.opsi-2 .form-check {
	margin-bottom: 16px;
}

.opsi-2 .form-check:last-child {
	margin-bottom: 0px;
}

.opsi-2 label.form-check-label {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #616161;
	vertical-align: text-bottom;
}

.form-check-input {
	border: 2px solid #BDBDBD;
}

.dropdown-menu.show {
	display: block;
	left: -65px;
}

.opsi-3 p.text-total {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #424242;
}

p.total-price {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-align: right;
	color: #424242;
}

p.big-total {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 22px;
	color: #424242;
}

p.big-red-total {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-align: right;
	color: #AD120A;
}

p.small-total {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #424242;
	margin-top: 4px;
}

.ctn-5 .voucher p.title {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #212121;
	margin-bottom: 8px;
}

.ctn-5 input.form-control {
	padding: 16px;
}

.ctn-5 input.form-control::placeholder {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #757575;
}

.ctn-5 p.small {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #757575;
	margin-top: 8px;
}

.ctn-5 input.form-control:focus {
	border-color: #AD120A;
	box-shadow: none;
}

.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: none;
}

.ctn-6 label.form-check-label {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #424242;
}

.ctn-6 label.form-check-label a {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	text-decoration-line: underline;
	color: #212121;
}

.ctn-6 .form-check-input:checked {
	background-color: #C62828;
	border-color: #C62828;
}

.ctn-6 .btn-primary, .ctn-6 .btn-primary:hover, .ctn-6 .btn-primary:active, .ctn-6 .btn-primary:focus {
	background: #AD120A;
	border-radius: 2px;
	border-color: #AD120A;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
}

.ctn-6 p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #424242;
}

.ctn-6 p a {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	color: #AD120A;
	text-decoration: none;
}

p.copyright {
	padding: 8px;
	margin-bottom: 0px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
}

p.copyright a {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	text-decoration-line: underline !important;
	color: #FFFFFF;
}

p.copyright a:hover {
	cursor: pointer;
}

.ctn-6 label.form-check-label a:hover {
	cursor: pointer;
}

p.title-red {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	color: #AD120A;
}

ul.benefit {
	margin-bottom: 0px;
	padding-inline-start: 0px;
}

ul.benefit li {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #616161;
	margin-bottom: 8px;
	list-style: none;
}

ul.benefit li:before {
	content: url(../../assets/img/checklist.svg);
	margin-top: 20px;
	vertical-align: middle;
	margin-right: 6px;
}

ul.benefit li:last-child {
	margin-bottom: 0px;
}

ul.benefit li strong {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #616161;
}

.modal-benefit .btn-primary, .modal-benefit .btn-primary:hover, .modal-benefit .btn-primary:focus, .modal-benefit .btn-primary:active {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FEFEFE;
	background: #AD120A;
	border-radius: 2px;
	border-color: #AD120A;
	padding: 8px 36px;
}

section.bantuan {
	position: fixed;
	bottom: 60px;
	right: 20px;
}

.inner-bantuan img {
	width: 117px;
}

.navbar .btn-outline-success, .navbar .btn-outline-success:hover, .navbar .btn-outline-success:active, .navbar .btn-outline-success:focus {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	color: #212121;
	padding: 8px 37px;
	border: 1px solid #212121;
	border-radius: 2px;
	background: transparent;
}

.pos-rel {
	position: relative;
}

.ribbon {
	font-size: 20px;
	position: absolute;
	display: inline-block;
	text-align: center;
	top: -16px;
	left: -20px;
	z-index: 2;
}
.text{
	display:inline-block;
	padding:4px 8px;
	line-height:1.2em;
	background: #AD120A;
	position:relative;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 14px;
}
.ribbon:after,.ribbon:before,
.text:before,.text:after,
.bold:before{
	content:'';
	position:absolute;
	border-style:solid;
}

.text:before{
	bottom: -19px;
	left: -21px;
	border-width: 0em 1.5em 1.4em 1.5em;
	border-color: transparent #90221B transparent transparent;
}

.text:after{
	top:100%;
	right:0;
	border-width: .5em 2em 0 0;
	border-color: transparent transparent transparent transparent;
}
.ribbon:after, .bold:before{
	top:0em;
	right:-1em;
	border-width: 1.1em 1em 1.2em 3em;
	border-color: #AD120A transparent #AD120A #AD120A;
	z-index:-1;
	display: none;
}

footer {
	background: #AD120A;
	box-shadow: 0px -1px 2px rgb(0 0 0 / 12%);
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
}

ul.navmenu {
	margin-bottom: 0px;
	padding-inline-start: 0px;
}

ul.navmenu li {
	list-style: none;
}

ul.navmenu li a {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	color: #424242;
}

p.navbar-nav {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 22px;
	color: #212121;
}

ul.navmenu p.email {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #424242;
	margin-bottom: 0px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

ul.navmenu-detail {
	max-width: 250px;
	width: 250px;
	padding: 0px;
	border: 1px solid #EEEEEE;
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.12));
	border-radius: 2px;
}

.accordion-button:focus {
	box-shadow: none;
}

ul.navmenu-detail li {
	list-style: none;
	padding: 12px 16px;
	border-bottom: 1px solid #EEEEEE;
}

ul.navmenu-detail li:last-child {
	border-bottom: none;
}

ul.navmenu-detail li a {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #424242;
	text-align: left;
	padding: 0px;
}

ul.navmenu-detail li a svg {
	margin-right: 12px;
}

.inner-bantuan svg {
	height: 17px;
	margin-right: 10px;
}

.inner-bantuan a {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: center;
	color: #AD120A;
	text-decoration: none;
}

.inner-bantuan {
	border: 1px solid #AD120A;
	padding: 8px 16px;
	border-radius: 32px;
}

ul.dropdown-nav-desktop {
	top: 42px !important;
}

.mb-8 {
	margin-bottom: 8px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-12 {
	margin-bottom: 12px;
}

.mb-16 {
	margin-bottom: 16px;
}

.mb-24 {
	margin-bottom: 24px !important;
}

.mb-36 {
	margin-bottom: 36px;
}

.pl-44 {
	padding-left: 44px !important;
}

@media (max-width: 767px) {
	.modal-benefit .btn-primary {
		display: block;
		width: 100%;
	}
}

/*.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff000'/%3e%3c/svg%3e) !important;
}*/

.form-check-input:checked[type=radio]{
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2'  fill='%23C62828' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.form-check-input:checked {
	background-color: #FFFFFF;
	border-color: #C62828;
}


/*<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5 10C7.76142 10 10 7.76142 10 5C10 2.23858 7.76142 0 5 0C2.23858 0 0 2.23858 0 5C0 7.76142 2.23858 10 5 10Z" fill="#C62828"/>
</svg>
*/

p.content-modal {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #424242;
	margin-bottom: 16px;
}

p.content-modal a {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #AD120A;
	display: block;
	text-decoration: none;
}

.modallogin {
	width: 360px !important;
	margin: auto;
}

.modallogin small.dangernotif {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	margin-top: 4px;
	color: #C62828;
}

.modallogin small.dangernotif svg {
	vertical-align: initial !important;
}

@media (max-width: 768px) {
	.modallogin {
		width: 100% !important;
		margin: auto;
		padding: 16px;
	}
}

.formlogin-modal .form-label {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #212121;
	margin-bottom: 4px;
}

.formlogin-modal input {
	border: 1px solid #424242;
	border-radius: 2px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #424242;
	padding: 8px;
	border-color: #EEEEEE !important;
}

.formlogin-modal .forgot-password p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #757575;
	margin-bottom: 0px;
}

.formlogin-modal .forgot-password p a {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #AD120A;
	text-decoration: none;
}

.formlogin-modal .btn-dark {
	width: 100%;
	background: #212121;
	border-radius: 2px;
}

.formlogin-modal .anotherlogin p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #757575;
	margin-bottom: 0px;
	text-align: center;
}

.formlogin-modal .centering {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.formlogin-modal button.sign-btn.line {
	background: transparent;
	border: 1px solid #212121;
	color: #212121;
}

.formlogin-modal button.sign-btn.big {
	height: 46px;
}

.formlogin-modal .icon-login-sosmed {
	width: 24px;
	height: 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.formlogin-modal .margin-right-xs {
	margin-right: 8px !important;
}

.formlogin-modal .icon-login-sosmed img {
	width: 24px;
	height: 24px;
}

.formlogin-modal button.sign-btn {
	width: 100%;
	height: 40px;
	background: #1a73e8;
	color: #fefefe;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
}
.formlogin-modal .margin-right-xs {
	margin-right: 8px !important;
}
.formlogin-modal .radius6 {
	border-radius: 6px !important;
}

.modallogin .modal-body {
	padding: 16px;
}

.modallogin .modal-content {
	border-radius: 2px;
}

.modallogin .modal-header h1 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	color: #212121;
	margin: auto;
}

/*.modallogin button.btn-close {
	position: absolute;
	font-size: 13.5px !important;
}*/

.modallogin button.btn-close {
	position: absolute;
	font-size: 13.5px !important;
	top: 15px;
	right: 10px;
}

.btn-close-syr {
	position: absolute;
    right: 20px;
    top: 20px;
}

.margin-bottom-sm {
	margin-bottom: 16px !important;
}

.margin-bottom-xs {
	margin-bottom: 12px !important;
}

/*Modal*/
.modallogin p.inorup {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #212121;
	margin-bottom: 8px;
}

.modallogin p.gunakan {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #424242;
	margin-bottom: 0px;
}

.modallogin .newsso a.sign-btn {
	height: unset !important;
	padding: 8px;
	border-radius: 2px !important;
	background: transparent;
	border: 1px solid #212121;
	color: #212121;
	display: block;
	text-decoration: none;
	vertical-align: top;
	text-align: center;
	margin-bottom: 12px;
}

.modallogin .newsso a.sign-btn:last-child {
	margin-bottom: 0px;
}

.modallogin .newsso .icon-login-sosmed {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	margin-right: 8px;
}

.modallogin .newsso .icon-login-sosmed img {
	height: 24px;
	width: auto;
}

.modallogin p.devideseparat {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #757575;
	text-align: center;
	position: relative;
}

.modallogin p.devideseparat:before {
	content: " ";
	display: block;
	height: 1px;
	width: 100px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #F5F5F5;
}

.modallogin p.devideseparat:after {
	content: " ";
	height: 1px;
	width: 100px;
	background: #F5F5F5;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
}

.modallogin p.gunakan {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #424242;
}

.modallogin .alrt-pass {
	background: #FFF6F6;
	border: 1px solid #D89C98;
	border-radius: 2px;
	padding: 11px 12px;
	margin-top: 8px;
	display: flex;
}

.modallogin .alrt-pass svg {
	display: inline-block;
	margin-right: 10px;
}

.modallogin .alrt-pass p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px !important;
	line-height: 150% !important;
	color: #424242;
	display: inline-block;
	margin-bottom: 0px;
}

.modallogin .rememberlupa div {
	display: inline-block;
}

.modallogin .rememberlupa label {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #424242;
}

.modallogin .rememberlupa p {
	display: inline-block;
	float: right;
}

.modallogin .rememberlupa p a {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #AD120A;
	text-decoration: none;
}

.modallogin .next-pass {
	position: absolute;
	right: 10px;
	top: 31px;
}

.modallogin .btn-red {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	background: #AD120A;
	border-radius: 2px;
	padding: 8px;
	width: 100%;
}

.syaratkonten p strong {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #424242;
}

.syaratkonten p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #424242;
}

.syaratkonten h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #424242;
}

.syaratkonten ol li strong {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #424242;
}

.syaratkonten p a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #AD120A;
    text-decoration: none;
}

.modalsyarat {
    --bs-modal-width: 800px;
    width: 800px;
}

.modalsyarat .modal-header {
    display: inline-block;
}

.modalsyarat .modal-header h5 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #AD120A;
	padding: 0px 16px;
}

.kebijakankonten p strong {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #424242;
}

.kebijakankonten p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #424242;
}

.kebijakankonten h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #424242;
}

.kebijakankonten ol li strong {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #424242;
}

.kebijakankonten p a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #AD120A;
    text-decoration: none;
}

.modalsyarat .modal-header button.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.btn-mengerti {
	background: #AD120A;
	border-radius: 2px;
	border-color: #AD120A;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	padding: 8px 69px;
}

.btn-mengerti:hover {
	background: #AD120A;
	border-color: #AD120A;
}

/*.form-check-input:checked[type=radio] > .form-check-paket {
	border: 1px solid #E4B0AD !important;
}*/

/*.form-check-input[type=radio]:checked > .form-check {
	border: 1px solid #E4B0AD !important;
}*/

.activedborder {
    border: 1px solid #E4B0AD !important;
}

.modal-dialog-scrollable .modal-content {
	height: 500px;
}

iframe#launcher {
	bottom: 40px !important;
}

.container-head-reset {
	width: 100%;
	margin: auto;
	text-align: center;
}

body.reset-page {
	background: #FAFAFA;
	position: relative;
	min-height: 100vh;
}

.form-reset-page {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
	width: 331px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 16px;
}

.form-reset-page p.title {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	color: #212121;
}

.form-reset-page .margin-bottom-smx {
	margin-bottom: 12px;
}

.form-reset-page p.desc {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #616161;
	margin-bottom: 0px;
}

.form-reset-page label.new_medium {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	color: #212121;
	margin-bottom: 8px;
}

.new_element_box input {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #9E9E9E;
	padding: 8px 16px;
	width: 100%;
}

.new_element_box input {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px !important;
	line-height: 150%;
	padding: 8px 16px !important;
	color: #212121 !important;
}

.form-reset-page .bg-red {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	background: #AD120A;
	border-radius: 2px;
	padding: 8px;
	border: #AD120A;
	width: 100%;
}

.fa-fw {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.formlogin-modal .btn-ubah {
	position: absolute;
	right: -5px;
	bottom: 17px;
	width: 56px;
	height: 36px;
	z-index: 1;
	margin-top: 0;
	border: none;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	color: #424242;
	text-decoration: none;
}

.element-box.overinput a.btn-ubah:hover {
	cursor: pointer;
}

strong.fred {
    color: #AD120A;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
}

p.tertarik {
    color: #424242;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 24px 0px;
}

p.tertarik a {
    color: #AD120A;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
}

.ctn-4k5 {
    width: 656px;
    margin: auto;
    border-top: 1px solid #F5F5F5;
    padding-top: 24px;
    padding-left: 24px;
}

.ctn-4k5 p.title {
    color: #212121;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
}

.ctn-4k5 ul {
    margin-bottom: 0px;
}

.ctn-4k5 ul li {
    margin-bottom: 0px !important;
}

.ctn-4k5 ul li p {
    color: #212121;
	font-family: "Open Sans";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0px;
}