/* RESET STYLE */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    letter-spacing: 0.5px;
}

html {
    /*height: 100%;
    overflow: hidden;*/
}

body {
    color: #434240;
    font-size: 14px;
    font-family:'FuturaStd-Book';
    position: relative;
    overflow-x: hidden;
    max-width: 100%;
    line-height: 1.5;
    background: #f3f3f3;
}

.container {
    width: 1366px;
    max-width: 100%;
}

/* Core iam */

.iam-wrapper {
    display: block;
    position: relative;
}

.iam-header {
    position: relative;
    height: 98px;
}

.iam-mobile-trigger {
    display: none;
}

.iam-header nav.iam-navigation {
    position: relative;
    top: 17px;
}

.iam-header nav.iam-navigation > ul {
    list-style: none;
    padding: 0;
    text-align: right;
}

.iam-header nav.iam-navigation > ul > li {
    display: inline-block;
}

.iam-header nav.iam-navigation > ul > li > a {
    text-decoration: none;
    color: #5d5d5d;
    font-family: "FuturaStd-Bold";
    padding: 0 1rem;
    text-transform: uppercase;
}

.iam-header .iam-logo {
    display: block;
    overflow: hidden;
}

.iam-header .iam-logo img {
    width: 95px;
    max-width: 100%;
}

/* end iam header */

/* landing page */

a.choose-btn {
    overflow: hidden;
    display: inline-block;
    width: 200px;
    padding: 12px 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 15px 2px #ddd;
    text-decoration: none;
    position: relative;
    margin-right: 3rem;
}

a.choose-btn:hover {
    outline: 2px solid #114f99;
}

a.choose-btn > span.small {
    font-weight: bold;
    color: #114f99;
    font-size: 16px;
    display: block;
    min-height: 40px;
}

a.choose-btn > span.small > span {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background: red;
    width: 70px;
    text-align: center;
    border-radius: 5px;
}

a.choose-btn > .img {
    color: #114f99;
    font-size: 3rem;
    margin: 1rem 0;
}

a.choose-btn >.offer-words {
    color: #114f99;
    font-family: 'FuturaStd-Bold';
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 0.1px solid lightgray;
}

a.choose-btn > .offer-words > small {
    letter-spacing: 0.1px;
    font-family: 'FuturaStd-Light';
    display: block;
}

a.choose-btn > .offer-words > span.price {
    font-size: 2.25rem;
    letter-spacing: 0.1px;
}

a.choose-btn > .offer-words > span.price > b {
    font-size: 12px;
    font-family: 'FuturaStd-Book';
    position: relative;
    top: -6px;
    margin-right: 3px;
}

a.choose-btn > .offer-words > span.price > .nol {
    font-size: 12px;
    font-family: 'FuturaStd-Book';
    display: block;
    font-style: normal;
    color: darkgray;
}

a.choose-btn > span.btn-pilih {
    background: #114f99;
    color: #fff;
    font-family: 'FuturaStd-Book';
    text-transform: capitalize;
    font-size: 12px;
    padding: 4px 10px 3px;
    border-radius: 3px;
    width: 100%;
}

a.choose-btn > .offer-words > span.price > span.each {
    font-size: 15px;
    position: relative;
    left: -5px;
}

a.choose-btn > img {
    width: 45px;
    position: absolute;
    right: 15px;
    bottom: 13px;
}

/* end landing page */

/* iam main content */

.iam-main-content {
    position: relative;
    clear: both;
}


/* Iam Footer */

footer {
    padding: 2rem;
    background: #020202;
    border-top: 3px solid #ee4136;
}

footer .dho-bottom-footer .content .dho-logo img {
    max-width: 100%;
    width: 100px;
    display: inline-block;
}

footer .dho-bottom-footer .content .ojk-word {
    margin: 0;
    display: inline-block;
    color: #EBEBEC;
    vertical-align: middle;
    margin-left: 15px;
}

footer .dho-bottom-footer .content .dho-logo {
    display: inline-block;
    vertical-align: middle;
}

.dho-partner {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -2px;
}

.dho-partner img {
    width: 100px;
}

/* End Iam Footer */

/* Widget Modal */

body .modal-content {
    overflow: hidden;
    background: #fff;
    border: none;
    position: relative;
    border-radius: 15px;
}

body .modal-body {
    overflow: hidden;
}

body .modal-dialog {
    width: 620px;
}

.conference-content.iam-modal-content {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
}

.conference-content.iam-modal-content > .cov-text {
    padding-top: 4rem;
    width: 60%;
}

body .modal-content span.close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 3rem;
    color: orangered;
    opacity: 1;
}

.conference-content.iam-modal-content > .cov-img {
    padding: 5rem 20px 0;
    width: 40%;
}

.conference-content.iam-modal-content > .cov-text .btn.orange {
    margin-top: 3rem;
    width: 150px;
}

.conference-content > .cov-text .small-info.description > p:first-child {
    margin-bottom: 1rem;
}

.conference-content > .cov-text .small-info.description > p {
    line-height: 1.8;
}

.iam-modal-talksession .conference-content > .cov-text .topic-title,
.iam-modal-workshop .conference-content > .cov-text .topic-title {
    color: #434240;
}

.iam-modal-workshop .conference-content.iam-modal-content > .cov-text {
    width: 100%;
    padding: 2rem 3rem 0;
}

/* End Widget Modal */

/* iam content */

.iam-main-content .iam-cover-proccess {
    background: #fff;
    margin-top: 2rem;
    min-height: 500px;
    margin-bottom: 3rem;
    position: relative;
    padding: 0 0 2rem;
    box-shadow: 2px 2px 12px 1px rgba(162, 162, 162, 0.6);
}


.iam-main-content > .container > .row > div:nth-child(1) {
    width: 65%;
    margin-right: 1.6%;
}

.iam-proccess.espaj {
    display: none;
}

/* End iam content */

/* Iam Proccess */

.name-section {
    font-family: "FuturaStd-Bold";
    text-transform: uppercase;
    font-size: 18px;
    padding: 2rem 2rem 1.5rem;
    margin-bottom: 2rem;
    border-bottom: 1px dashed #dedede;
    background: #114f99;
    color: #fff;
}

.name-section > span {
    font-size: 12px;
    display: block;
    font-family: "FuturaStd-Light";
}

.iam-cover-proccess .iam-proccess > .title > i.fas {
    position: absolute;
    left: -15px;
    top: 3px;
}

.iam-cover-proccess .iam-proccess > .title {
    font-size: 18px;
    font-family: 'FuturaStd-Bold';
    position: relative;
    margin-bottom: 1.5rem;
}

.title .iam-little-info {
    display: block;
    font-size: 10px;
    color: #d0d0d0;
}

.title .iam-little-info i.fas {
    padding: 3px;
    width: 17px;
    height: 17px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    border: 1px solid;
    font-size: 9px;
    margin-right: 2px;
}

.iam-proccess {
    clear: both;
    position: relative;
    display: block;
    padding: 0 3rem;
    border-bottom: 1px solid #dedede;
    margin-bottom: 2rem;
}

.iam-proccess.question-part .iam-answer {
    margin: 1rem 0 0;
    padding-bottom: 2rem;
    overflow: hidden;
}

.iam-proccess.question-part .iam-answer .item {
    display: block;
    float: left;
    width: 30%;
}

/* End iam proccess */

/* form-check */
.form-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: inherit;
}

/* Hide the browser's default checkbox */
.form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border: 2px solid #42b549;
}

/* On mouse-over, add a grey background color */
.form-check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a green background */
.form-check input:checked ~ .checkmark {
    background-color: #42b549;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.form-check .checkmark:after {
    left: 4px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* checkmark for radio button */
.form-check span.radio {
    position: absolute;
    top: 3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 2px solid #5f82b1;
    border-radius: 20px;
}

.form-check input:checked ~ span.radio {
    background: #5f82b1;
}


/* end checkmark */

/* product */

.wrap-product {
    position: relative;
    background: darkgray;
    margin: 2rem 0 0;
    padding: 5rem 6rem 4rem;
    width: 107.4%;
    left: -30px;
}

.wrap-product .item {
    min-width: 583px;
    background-image: url(../image/ticket-plan.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 2rem;
    padding: 3rem 5rem;
    height: 288px;
    position: relative;
}

.wrap-product .item input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}

.wrap-product .item .iam-ojkNo {
    background-image: url(../image/ojkno-vertical.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 80px;
    height: 230px;
    position: absolute;
    top: 31px;
}

.wrap-product .item .iam-ojkNo.vertical {
    background-image: url(../image/ojkno.png);
    background-position: center;
    background-size: 95px;
    position: absolute;
    top: 103px;
    left: 0;
    right: 0;
    margin: auto;
    width: 95px;
    height: 36px;
    display: block;
}

.wrap-product .item .iam-pricetag {
    position: absolute;
    left: 150px;
    top: 32px;
    width: 350px;
}

.wrap-product .item .iam-pricetag .tag {
    display: block;
    text-transform: uppercase;
    margin-bottom: 3px;
    position: relative;
}

.iam-pricetag .tag.plan-tile {
    background: #ee4136;
    color: #fff;
    padding: 7px;
    font-size: 20px;
    font-family: FuturaStd-Medium;
    width: 300px;
}

.iam-pricetag .tag.price {line-height: 1.25;}

.iam-pricetag .tag.price > .premi {
    display: block;
    color: #114f99;
    font-size: 2rem;
    font-family: "FuturaStd-Bold";
}

.iam-pricetag hr {
    margin: 1rem 0 2rem;
}

.iam-side-ticket {
    position: absolute;
    right: 0;
    width: 167px;
}

.iam-benefit-highlight {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.iam-benefit-highlight > .icons {
    display: block;
    width: 90px;
    height: 90px;
    background-image: url(../image/side-icon-ticekt.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
}

.iam-side-ticket .iam-shelter-buttons {
    position: absolute;
    top: 133px;
    width: 100%;
    padding: 1.5rem 2rem 0;
}

.iam-shelter-buttons .btn {
    display: block;
    border: 1px solid #616669;
    padding: 10px 8px 8px;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-size: 12px;
    color: inherit;
    text-align: left;
    position: relative;
}

.iam-shelter-buttons .btn i.fas {
    position: absolute;
    right: 12px;
    font-size: 15px;
    top: 9px;
}

.iam-pricetag .tag.price .btn.buy-btn {
    display: block;
    padding: 10px 8px 8px;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 15px;
    width: 100px;
    background: #114f99;
    outline: none;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

span.btn.selected {
    display: none;
    padding: 10px 8px 8px;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 15px;
    width: 100px;
    background: #114f99;
    outline: none;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

.selected span.btn.selected {
    display: block;
}

.mm.bottom {
    display: none;
}

/* end product */

/* Slick dotted */

ul.slick-dots {
    right: 60px;
    bottom: 25px;
    width: 300px;
    text-align: right;
}

ul.slick-dots li button:before {
    color: #fff;
    opacity: 0.75;
    font-size: 14px;
}

ul.slick-dots li {
    margin: 0 0;
}

ul.slick-dots li.slick-active button:before {
    content: "";
    background: #fff;
    height: 6px;
    top: 7px;
    width: 25px;
    border-radius: 5px;
}

ul.slick-dots li.slick-active {
    margin: 0 13px 0 8px;
}

ul.slick-dots li.slick-active button:before {
    opacity: 1;
}

/* end slick dotted */

/* espaj */
.wrap-espaj {
    position: relative;
    margin-top: 2rem;
    padding-bottom: 2rem;
}

.wrap-espaj fieldset {
    display: block;
    overflow: hidden;
    max-height: 42px;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
    margin-bottom: 1rem;
    position: relative;
}

.wrap-espaj fieldset .form-group {
    clear: both;
    overflow: hidden;
}

.wrap-espaj fieldset .form-group .col-sm-6:nth-child(1) {
    padding-left: 0;
}

.wrap-espaj fieldset .form-group .col-sm-6:nth-child(2) {
    padding-right: 0;
}

.form-group.row-polis label.checkbox-inline.cloneAddress {
    padding-left: 0;
    margin-bottom: 2rem;
}

.wrap-espaj fieldset .form-group.row-polis > div {
    padding: 0;
    margin-bottom: 2rem;
}

.wrap-espaj fieldset .form-group.row-polis .col-sm-6:nth-child(2) {
    padding-right: 15px;
}

.wrap-espaj fieldset .form-group.row-polis .col-sm-6:nth-child(3) {
    padding-left: 15px;
}

.wrap-espaj fieldset .form-group.row-polis div:last-child {
    margin: 0;
}

/* Fieldset Verified */

.form-verified {
    position: absolute;
    top: 0;
    height: 40px;
    width: 100%;
    bottom: 0;
    background: #fff;
    padding: 10px 0 0;
    z-index: 99;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(173, 255, 47, 0.2);
    display: none;
}

.form-verified > i.fas.fa-check {
    color: #000;
    background: greenyellow;
    padding: 5px;
    border-radius: 100%;
    display: inline;
    margin-left: 5px;
}

.form-verified > span.edit-fieldset {
    position: absolute;
    border: 1px solid;
    padding: 4px;
    right: 0;
    font-size: 12px;
    top: 5px;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 5px;
    border-color: #ee4136;
    color: #ee4136;
    width: 115px;
    text-align: center;
}

.fieldset-validated .title-fieldset {border-color: greenyellow;}
.fieldset-validated .form-verified {display: block;}

/* end Fieldset Verified */

fieldset .form-group .form-control {
    height: 40px;
    border-radius: 0;
    border-color: #626669;
    line-height: 2;
}

fieldset .form-group label.title-input {
    color: #626669;
    text-shadow: none;
    margin-bottom: 3px;
    display: block;
    text-transform: capitalize;
}

.wrap-espaj fieldset .form-group .col-sm-12:nth-child(3) {
    padding: 0;
    margin-top: 1.5rem;
}

fieldset .form-group textarea.form-control {
    height: 125px;
}

fieldset .form-group .born-info {
    position: relative;
}

fieldset .form-group .born-info .form-control {
    display: inline-block;
}

fieldset .form-group .born-info .form-control[type='text'] {
    width: 27%;
}

fieldset .form-group .born-info i + .form-control[type='text'] {
    width: 70%;
    position: relative;
    z-index: 1;
    color: #fff;
    background: transparent;
    opacity: 0;
}

fieldset .form-group .born-info > i {
    position: relative;
    top: 12px;
    left: 2px;
}

fieldset .form-group .born-info .form-control.dateReadOnly {
    width: 70%;
}

fieldset .form-group .select-group > * {
    display: inline-block;
    width: 49%;
}

fieldset .form-group .ui-selectmenu-button {
    width: 100%;
    vertical-align: bottom;
    border-color: #626669;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 2;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

fieldset .form-group .select-group > .ui-selectmenu-button {
    width: 49%;
}

span.dateDisplay {
    position: absolute;
    right: 0;
    display: block;
    width: 70%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 40px;
    border-radius: 0;
    border-color: #626669;
    line-height: 2;
    top: 24px;
}

.ui-widget.ui-widget-content {
    max-height: 250px;
    overflow-y: scroll;
}


/* espaj || Confirm Email */
em.error {
    position: absolute;
    bottom: 0;
}

.set-email .email {
    position: relative;
}

.set-email .email i.fas {
    position: absolute;
    right: 0;
    top: 24px;
    height: 40px;
    width: 35px;
    text-align: center;
    border-left: 1px solid #626669;
    padding-top: 12px;
    display: none;
}

.set-email .email i.fas.fa-check {
    display: none;
}

.set-email .email,
.set-email .confirm-email {
    position: relative;
}

.set-email.unmatched .email i.fas.fa-times {
    display: block;
    color: red;
}

.set-email.matched .email i.fas.fa-check {
    display: block;
    color: blueviolet;
}

.set-email .confirm-email {
    margin-top: 1rem;
}

/* ESPAJ || End Confirm Email */


/* ESPAJ || open close panel */
.title-fieldset {
    text-transform: uppercase;
    position: relative;
    padding: 1rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
}

.title-fieldset .arrow-place {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    text-align: right;
    padding-top: 12px;
}

.title-fieldset .arrow-place .fas.fa-angle-up {
    display: none;
}

.title-fieldset > i.fas {
    margin-right: 1rem;
}

.title-fieldset .arrow-place .fas {
    font-size: 18px;
}

fieldset.open {
    max-height: 1750px;
}

fieldset.open .title-fieldset .arrow-place .fas.fa-angle-up {
    display: block;
}

fieldset.open .title-fieldset .arrow-place .fas.fa-angle-down {
    display: none;
}

.wrap-espaj fieldset .form-group.beneficiary div:nth-child(1n-3) {
    padding-left: 0;
    margin-top: 1rem;
}

.form-group.beneficiary span.dateDisplay {
    left: 0;
    right: initial;
    width: 94%;
}

.form-group.beneficiary .form-control.hasDatepicker {
    opacity: 0;
    z-index: 2;
    position: relative;
}

.form-group.beneficiary h4.name-beneficiary {
    color: #dedede;
    position: relative;
    padding-bottom: 5px;
}

.form-group.beneficiary h4.name-beneficiary:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 30px;
    background: #dedede;
    height: 2px;
}

.btn.add-beneficiary {
    display: block;
    border: none;
    padding: 10px 8px 8px;
    margin-bottom: 7px;
    text-transform: uppercase;
    color: inherit;
    position: relative;
    border-radius: 0;
    text-align: center;
    background: #616669;
    color: #fff;
}

.btn.add-beneficiary i.fas {
    margin-left: 5px;
}

.checklist-must {
    text-align: left;
    padding: 10px 0 0;
}

.checklist-must label.form-check {
    color: palevioletred;
    font-size: 14px;
}

.iam-proccess-btn {
    text-align: right;
    overflow: hidden;
}

.iam-proccess-btn button.btn.submit[disabled] {
    opacity: 0.1;
}

.btn.fake {
    border-radius: 0;
    background: blueviolet;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 0 8px;
    width: 150px;
}

.iam-proccess-btn button.btn.submit {
    border-radius: 0;
    background: darkblue;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 0 8px;
    width: 150px;
}

fieldset .update-fieldset {
    background: lightgreen;
    color: #333;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    height: initial;
    display: block;
    text-decoration: none;
}

/* ESPAJ || end open close */

/* ESPAJ || Error Message */

fieldset .form-group .form-control + em {
    color: red;
    font-family: 'FuturaStd-Heavy';
}

fieldset .form-group .form-control.error-input {
    border-color: red;
    box-shadow: 1px 1px 8px -3px red;
}

fieldset .form-group > div.has-error, 
fieldset .form-group > div.has-error > .born-info, 
fieldset .form-group > div.has-error > .email {
    padding-bottom: 3rem;
}

fieldset .form-group > div.has-error > .born-info .form-control + em {
    left: 0;
}

fieldset .form-group .has-error .born-info i + .form-control[type='text'] + em {
    left: 120px;
}

/* ESPAJ || End Error Message */

/* Upload KTP */

.wrap-post .part-render {
    display: block;
    float: left;
    width: 30%;
    border: 2px dotted #eee;
    padding: 1rem;
}

.wrap-post {
    display: block;
}

.part-render > span.img-render {
    width: 100%;
    position: relative;
    display: block;
    height: 125px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
 
.wrap-post .part-render > img.img-pp {
    display: none;
} 

.wrap-post .part-label {
    display: block;
    width: 70%;
    float: left;
    padding: 0 15px;
}

.wrap-post .part-label label.title-input {
    width: 100%;
}

.wrap-post .part-label input.onchange-pp {
    width: 100%;
}

/* End Upload KTP */


/* end espaj */

/* Rincian */
.iam-summary {
    position: relative;
    background: #fff;
    margin: 2rem 0 7px;
    padding-top: 1.5rem;
    padding-bottom: 1px;
    box-shadow: 2px 2px 12px 1px rgba(162, 162, 162, 0.6);
}

.iam-summary > .title {
    display: block;
    color: #000;
    font-family: "FuturaStd-Bold";
    text-transform: uppercase;
    font-size: 18px;
}

.iam-summary > .title, .iam-summary > .name-product {
    line-height: 1.25;
    padding: 0 2rem;
    font-size: 16px;
}

.iam-summary > .name-product {
    margin: 5px 0 8px;
    display: block;
    font-size: 12px;
}

.iam-summary .detail-billing {
    border-top: 1px dashed #dedede;
    margin-bottom: 1.2rem;
}

.detail-billing .detail-title {
    font-size: 14px;
    padding: 1.5rem 2rem 7px;
    color: #dedede;
}

.iam-summary .detail-billing ul {
    list-style: none;
}

.iam-summary .detail-billing ul > li {
    position: relative;
    padding: 5px 2rem;
}

.iam-summary .detail-billing ul > li > i.fas {
    margin-right: 1rem;
}

.iam-summary .detail-billing ul > li > label.label-area {
    font-family: "FuturaStd-Medium";
}

.iam-summary .detail-billing ul > li > .value-print {
    float: right;
}

.printPolis {
    display: inline-block;
}

.printPolis label input[type="checkbox"] {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 20px;
}

.printPolis label.form-check {
    padding-left: 20px;
    text-decoration: underline;
}

.iam-summary .detail-billing ul > li.inTotal {
    border-top: 1px solid #dedede;
    padding: 2rem 2rem 0;
    margin-top: 1rem;
}

.printPolis + span.value-print {
    position: relative;
    color: rgba(10,10,10,0.5);
}

.printPolis + span.value-print:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: red;
    z-index: 9;
}

li.checked-polis .printPolis + span.value-print:after {
    display: none;
}

li.checked-polis .printPolis + span.value-print {
    color: red;
}

.iam-noted-billing {
    color: #aaa;
    text-shadow: 1px 1px 4px #ddd;
    font-size: 11px;
    font-style: italic;
}

.iam-summary:after, .iam-summary:before {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
}

.iam-summary:after {
    bottom: -24px;
    background-image: url(../image/receipt-bottom.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.iam-summary:before {
    top: -24px;
    background-image: url(../image/receipt-bottom.png);
    background-repeat: no-repeat;
    transform: scaley(-1);
    background-size: 100%;
}
/* End Rincian */

/* Modal TNC */

.modal-body h6.title {
    font-size: 2rem;
    margin: 1rem 0 2rem;
    border-bottom: 1px solid #dedede;
    padding-bottom: 2rem;
}

.iam-product-tnc {
    position: relative;
}

.iam-product-tnc .item {
    clear: both;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dedede;
}

.iam-product-tnc .item .abstract > h3 {
    font-size: 16px;
    font-family: 'FuturaStd-Medium';
    margin-bottom: 1rem;
}

.iam-product-tnc .item .abstract ul {
    list-style: none;
}

.iam-product-tnc .item .abstract ul > li {
    margin-bottom: 1rem;
}

.modal label.form-check {
    font-size: 14px;
}

.checklist-part {
    background: #dedede;
    padding: 1rem 1.5rem;
}

.modal .wrap-btn {
    text-align: center;
    position: relative;
}

.btn.btn-agree {
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    padding: 10px 1.5rem;
    background: #5d5d5d;
    color: #fff;
    letter-spacing: 0.5px;
}

#modalTnc .wrap-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    cursor: not-allowed;
    z-index: 9;
    position: absolute;
}

#modalTnc .wrap-btn {opacity: 0.5;}

#modalTnc .wrap-btn.enable-continue {
    opacity: 1;
}
#modalTnc .wrap-btn.enable-continue:before {
    content: none;
}

body .modal-content {
    border-radius: 3px;
}

/* End Modal TNC */

/* Modal Text */

.big-text {
    font-size: 2rem;
    font-family: 'FuturaStd-Medium';
    margin-bottom: 2rem;
}

.notif-text {
    border-top: 1px solid #dedede;
    padding: 1rem 0 0;
    min-height: 40px;
}

/* end Modal Text */

/* Payment Method */

.help-payment {
    display: inline-block;
    padding: 3px 4px;
    background: tan;
    font-size: 13px;
    text-transform: capitalize;
    position: absolute;
    left: 3rem;
    top: 5px;
    z-index: 1;
    cursor: pointer;
}

.iam-method-payment {
    position: relative;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    text-align: center;
}

.iam-method-payment .text-title {
    font-size: 16px;
    font-family: "FuturaStd-Bold";
    margin-bottom: 5px;
}

.iam-method-payment .text-title > span {
    display: block;
    font-family: 'FuturaStd-Bold';
    margin: 5px 0 10px;
    text-decoration: underline;
    font-size: 12px;
    color: blueviolet;
}

button.btn[data-target="#PaymentMethodModal"] {
    background: #333;
    color: #fff;
    text-transform: capitalize;
}

.option-btn {
    position: relative;
}

/* end Payment Method */

/* tab */

.tab-content > .tab-pane h3 {
    font-size: 18px;
    margin-bottom: 1rem;
}

.tab-content > .tab-pane {
    padding: 1rem;
}

.tab-content > .tab-pane .other-option {
    margin: 1rem 0 0;
}

.nav-tabs > li > a {
    color: inherit;
}

/* end tab */

/* Modal Payment Custom */
#PaymentMethodModal {
    text-align: left;
}

.list-payment {
    overflow: hidden;
}

.list-payment .dho-panel-group .panel-default > .panel-heading {
    padding: 0;
    background: transparent;
}

.list-payment .dho-panel-group .panel-default > .panel-heading .panel-title {
    position: relative;
    color: #4b76ab;
    padding: 15px;
}

.list-payment .dho-panel-group .panel-default > .panel-heading .panel-title .form-check .text .far {
    margin-left: 2rem;
}

.list-payment .dho-panel-group .panel-default > .panel-heading .panel-title .form-check .text .icon {
    display: inline;
    margin-left: 1rem;
}

.list-payment .dho-panel-group .panel-default > .panel-heading .panel-title .form-check .text .icon > img {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    margin: 0;
}

.wrap-legend.payment-type .dho-panel-group .panel-default {
    border: none;
    box-shadow: none;
    margin-bottom: 1rem;
}

.list-payment .dho-panel-group .panel-default > .panel-heading .panel-title .form-check input[type="radio"] {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.list-payment .dho-panel-group .panel-default > .panel-heading .panel-title .form-check .radio {
    top: 0;
    margin: 0;
}

.list-payment .dho-panel-group .panel-default > .panel-heading .panel-title .form-check .text {
    margin-left: 0;
}

.list-payment .dho-panel-group .panel-default > .panel-heading .panel-title a[data-toggle="collapse"] {
    position: absolute;
    right: 0;
    top: 0;
    padding: 18px;
}

.list-payment .dho-panel-group .panel-default > .panel-heading .panel-title a[data-toggle="collapse"]:before {
    content: "";
    background: #ddd;
    position: absolute;
    left: 0;
    top: 12px;
    width: 1px;
    height: 35px;
}

.form-check .info {
    position: relative;
    display: none;
    padding-left: 20px;
}

.list-payment .dho-panel-group .panel-default > .panel-heading.cc-active .form-check .info {
    display: block;
}

.list-payment .dho-panel-group .panel-default > .panel-heading.cc-active .form-check .info .form-check {
    padding-right: 4rem;
}

.list-payment .dho-panel-group .panel-default > .panel-heading.cc-active .form-check .info .form-check small {
    font-size: 10px;
}

.list-payment .dho-panel-group .panel-default .panel-collapse > .panel-body {
    border: none;
    padding: 0 0 0 5.7rem;
}

.list-payment .dho-panel-group .panel-default .panel-collapse > .panel-body .infoCard-content {
    padding: 15px;
}

/* end list payment */

/* Modal Benefit Produk */

body #benefitProduct .modal-dialog {
    width: 900px;
    max-width: 100%;
}

#benefitProduct .text {
    margin-bottom: 2rem;
}

/* End Modal Benefit Produk */

/* List In Modal */
ul.list-in-modal {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.list-in-modal > li {
    margin-bottom: 1rem;
}

ul.list-in-modal > li span.name-benefit {
    display: block;
}

/* end List In Modal */

/* table */
.wrap-table {
    overflow: hidden;
    overflow-x: auto;
}

.wrap-table table {
    display: table;
    width: 100%;
}

.wrap-table table tr td {
    border: 1px solid #ddd;
    padding: 5px;
}
/* end wrap table */

/* Panel accordion */
.panel-group {
    margin: 10px 0 0;
}

.panel-group .panel {
    box-shadow: none;
    border-color: #5f7fb0;
}

.panel-default > .panel-heading {
    background: #5f7fb0;
    border: none !important;
    padding: 0;
}

.panel-title {
    font-size: 14px;
    color: #fff;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    display: block;
    padding: 10px 15px;
    font-family: 'Averta-Bold';
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-color: #5f7fb0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

/* end panel accordion group */

/* detail modal */

.benefit-content {font-size: 14px;}

.benefit-content > h4.title {
    font-size: 14px;
    font-family: 'Averta-Bold';
    margin: 10px 0;
}

.benefit-content ol,.benefit-content ul {
    padding-left: 17px;
}

/* end detail */

.iam-product-tnc .wrap-table table tr td {
    border: none;
    padding: 0;
}

/* methodPayment */

.wrap-methodPayment {
    position: relative;
}

.wrap-methodPayment .item {border-bottom: 1px solid #000;padding: 0 0 2rem;margin-top: 2rem;}

.wrap-methodPayment .item:last-child {
    border-bottom: none;
}

.wrap-methodPayment .item h2 {
    font-size: 14px;
} 

.wrap-methodPayment .item .panel-group h3 {
    font-size: 14px;
    position: relative;
}

.wrap-methodPayment .item .panel-group h3 a[data-toggle] > i.fas {
    float: right;
}

.wrap-methodPayment .item .panel-group .panel-body h4.title {
    margin-bottom: 1rem;
}

.wrap-methodPayment .item .panel-group .panel-body ul {
    padding-left: 17px;
}

.wrap-methodPayment .item .panel-group .panel-body {
    padding-top: 5px;
}

/* end methodPayment */


/* wrap audio */
.wrap-audio {
    position: fixed;
    top: 0;
    z-index: -999999;
    opacity: 0;
}
/* end wrap audio */

/* PGM Only | Table Price (promo & cutted) */

span.old-price {
    position: relative;
    font-size: 13px;
    display: block;
    color: #333;
    margin-bottom: 4px;
}

span.old-price:before {content: "";display: block;width: 42px;height: 1.5px;background: #000;position: absolute;top: 9px;left: 0;transform: rotate(0deg);}

/* --------- */

.iam-pricetag .tag.price > .premi span.cutted {
    position: relative;
    font-size: 13px;
    display: block;
    color: #333;
    margin-bottom: 4px;
}

.iam-pricetag .tag.price > .premi span.cutted:after {
    content: '';
    display: block;
    width: 72px;
    height: 1.5px;
    background: #000;
    position: absolute;
    top: 6px;
    left: 6px;
    transform: rotate(0deg);
}

.iam-pricetag .tag.price > .premi span.cutted > span.comparison {
    display: inline-block;
    background: red;
    color: #fff;
    padding: 2px 6px 1px;
    font-size: 10px;
    position: relative;
}

.iam-pricetag .tag.price > .premi span.cutted > span.comparison:before {content: "Potongan";margin-right: 4px;}

.iam-pricetag .tag.price > .premi span.cutted:after {
    content: '';
    display: block;
    width: 72px;
    height: 1.5px;
    background: #000;
    position: absolute;
    top: 6px;
    left: 6px;
    transform: rotate(0deg);
}

.iam-pricetag .tag.price > .premi > span.promo {
    color: red;
}

.iam-pricetag .tag.price > .premi > span.promo > span.rupiah-text {
    font-size: 12px;
    position: relative;
    top: -6px;
    text-transform: capitalize;
}

table.table-benefit-insurance.ncb.pgm {
    display: none;
}

.pgm-rencanaAman  table.table-benefit-insurance.ncb {
    display: none;
}

.pgm-rencanaAman table.table-benefit-insurance.ncb.pgm {
    display: table;
}

.pgm-rencanaAman table.table-benefit-insurance.ncb.pgm + table.table-benefit-insurance.ncb {
    display: none;
}

table.table-benefit-insurance.ncb.pgm span.price-p.cutted, span.price-p.promo {
    display: block;
    position: relative;
}

table.table-benefit-insurance.ncb.pgm span.price-p.cutted:after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 10px;
    left: 0;
    transform: rotate(-2deg);
}

table.table-benefit-insurance.ncb.pgm span.price-p.cutted > span.comparison {
    display: inline-block;
    background: red;
    color: #fff;
    padding: 2px 6px 1px;
    font-size: 10px;
    position: relative;
}

table.table-benefit-insurance.ncb.pgm span.price-p.cutted > span.comparison:before {
    content: "Potongan";
    margin-right: 4px;
}

table.table-benefit-insurance.ncb.pgm span.price-p.promo {
    font-weight: bold;
    color: red;
    margin-top: 3px;
}

span.info-trig {
    font-size: 9px;
    text-transform: capitalize;
    display: block;
    color: #333;
    font-family: "FuturaStd-Book";
    margin-bottom: 3px;
    font-style: italic;
}

/* end PGM Only | Table Price (promo & cutted) */


/* Layanan 24 Jam */
#ModalServiceHours {
    top: 20px;
}

    #ModalServiceHours img {
        position: absolute;
        top: -30px;
        right: -30px;
        z-index: 9;
        width: 90px;
    }

    #ModalServiceHours .modal-dialog .condition-modal {
        padding: 0 0 2rem;
    }

    #ModalServiceHours .modal-dialog .modal-footer > * {
        min-width: 125px;
        padding: 5px;
        height: initial;
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
        vertical-align: middle;
        border-radius: 3px;
        margin: 0 5px;
    }

        #ModalServiceHours .modal-dialog .modal-footer > * > * {
            font-size: 18px;
            vertical-align: text-bottom;
        }

    #ModalServiceHours .modal-dialog .modal-footer > .close {
        display: inline-block;
        border: 1px solid red;
        border-radius: 3px;
        color: red;
    }

    #ModalServiceHours .modal-dialog .modal-footer > a.btn {
        background: #0770cd;
        color: #fff;
    }

    #ModalServiceHours .modal-content .modal-body .title {
        color: #0770cd;
    }

.HelpCenterService {
    -webkit-box-shadow: 0 4px 8px 0 rgb(27 27 27 / 20%), 0 16px 24px 0 rgb(27 27 27 / 20%);
    box-shadow: 0 4px 8px 0 rgb(27 27 27 / 20%), 0 16px 24px 0 rgb(27 27 27 / 20%);
    color: #fff !important;
    border: 1.5px solid #eee;
    border-radius: 50px;
    background: #0770cd !important;
    margin-top: 2rem;
    position: fixed;
    right: 10px;
    opacity: 1;
    text-decoration: none !important;
    bottom: 30px;
    padding: 9px 19px;
    z-index: 12;
}

@media (max-width: 640px) {
    #ModalServiceHours {
        padding: 30px 25px 0;
    }

    .HelpCenterService {
        background: transparent !important;
        border: none;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        width: initial;
        bottom: 50px;
    }

        .HelpCenterService > span {
            display: none;
        }

        .HelpCenterService img {
            width: 70px;
        }
}
/* End Layanan 24 Jam */