  .container.simplify-form .registration__content .form-control {
    border: 1px solid #cceefb;
    border-radius: 10px;
    padding: 15px 15px;
    font-size: 13px;
}

#step-point-catalogue {
    margin-bottom: 50px;
}

.datepicker .datepicker-switch,
.datepicker td,
.datepicker th {
    font-family: GothamRounded-Book;
    font-size: 12px;
    padding: 5px;
}

.container.simplify-form h3 {
    margin-bottom: 0px !important;
}

.container.simplify-form .registration__content .content__input label {
    font-family: GothamRounded-Bold;
}

.container.simplify-form h3 {
    font-family: GothamRounded-Bold;
    color: #F8DB96;
    text-align: center;
    font-size: 24px;
}

div.desc-form {
    font-size: 14px;
    margin-bottom: 10px;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-position: 98% 50% !important;
}

.btn-preview-password {
    background: transparent;
    border: none;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    width: 40px;
    z-index: 4;
}

.content__input small {
    font-family: GothamRounded-Book;
    color: white;
}

.content__input .form-check-label {
    color: white !important;
}

.simplify-form .desc-form {
    font-family: GothamRounded-Book;
    color: white;
    text-align: center;
}

.container.simplify-form .progress {
    display: flex;
    font-size: .75rem;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    height: 3px !important
}

.popover-password .error-password {
    margin-top: 5px;
}

@media (max-width: 768px) {

    .form-check-label,
    .content__have-account {
        font-size: 12px;
        color: black !important;
    }
}

.form-check-label a {
    color: white !important;
    font-weight: bold;
}

@media (min-width: 768px) {
    .container.simplify-form {
        width: 50%;
    }
}

.container.simplify-form .content__button button {
    background: linear-gradient(90deg, #ECB966 0%, #FFEAB0 51%, #ECB966 100%);
    color: #1e3d7d;
    box-shadow: 0px 5px 10px 0px #1B307740;
    font-weight: bold;
    border-radius: 100px;
    padding: 5px 45px;
    font-size: 16px;
}

.container.simplify-form .can-toggle__switch {
    transition: background-color .3s cubic-bezier(0, 1, .5, 1);
    background: transparent;
    height: 25px;
    flex: 0 0 134px;
    border-radius: 30px;
    width: 129px;
    border: 1px solid #F8DB96;
    position: relative
}

.container.simplify-form .can-toggle label .can-toggle__switch:after {
    position: absolute;
    z-index: 1;
    text-align: center;
    background: #F8DB96;
    transform: translateZ(0);
    top: 0;
    color: #26419e;
    left: 0;
    border-radius: 30px;
    width: 69px;
    line-height: 23px;
    font-size: 12px;
    content: attr(data-unchecked)
}

.container.simplify-form .can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-align: center;
    color: #F8DB96;
    left: 67px;
    font-size: 12px;
    line-height: 25px;
    width: 67px;
    padding: 0 12px
}

.container.simplify-form .can-toggle input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.content__input-wrapper label,
.content__input label {
    font-size: 11px !important;
}

.container.simplify-form .content__input-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container.simplify-form .content__input-wrapper.pregnant {
    display: flex;
    height: 25px;
    align-items: center;
}

.container.simplify-form .content__input-wrapper.input_pregnant {
    display: block;
}

.container.simplify-form .can-toggle__switch {
    transition: background-color .3scubic-bezier(0, 1, .5, 1);
    background: transparent;
    height: 25px;
    flex: 0 0 134px;
    border-radius: 30px;
    width: 129px;
    border: 1px solid #F8DB96;
    position: relative;
}

.container.simplify-form .can-toggle label .can-toggle__switch:after {
    transition: transform .3s cubic-bezier(0, 1, .5, 1);
    color: #26419e
}

.container.simplify-form {
    padding-left: 15px;
    padding-right: 15px;
}

.error,
.error2 {
    color: #ECB966;
    font-size: 10px;
    font-family: GothamRounded-Medium;
}

.can-toggle {
    position: relative
}

.child-form.hide,
.content__input.hide {
    display: none;
}

.child-form {
    margin-left: 20px;
    margin-right: 20px;
}

.container.simplify-form .can-toggle__switch {
    /* transition:background-color .3s cubic-bezier(0,1,.5,1); */
    background: transparent;
    height: 25px;
    flex: 0 0 134px;
    border-radius: 30px;
    width: 129px;
    border: 1px solid #F8DB96;
    position: relative
}

.list-inline,
.list-unstyled {
    color: white;
}

.container.simplify-form .can-toggle label .can-toggle__switch:after {
    position: absolute;
    z-index: 1;
    text-align: center;
    background: #F8DB96;
    transform: translateZ(0);
    top: 0;
    color: #26419e;
    left: 0;
    border-radius: 30px;
    width: 69px;
    line-height: 23px;
    font-size: 12px;
    content: attr(data-checked)
}

.container.simplify-form .can-toggle label .can-toggle__switch:before {
    content: attr(data-unchecked);
    position: absolute;
    top: 0;
    text-align: center;
    color: #F8DB96;
    left: 67px;
    font-size: 12px;
    line-height: 25px;
    width: 67px;
    padding: 0 12px
}

.container.simplify-form .can-toggle label .can-toggle__switch:after {
    transition: transform .3s cubic-bezier(0, 1, .5, 1);
    color: #26419e
}

.can-toggle input[type=checkbox][disabled]~label .can-toggle__switch {
    opacity: .4
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:before {
    content: attr(data-checked);
    left: 0
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    content: attr(data-unchecked)
}

.can-toggle label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: flex;
    align-items: center
}

.can-toggle label .can-toggle__switch {
    position: relative
}

.can-toggle label .can-toggle__switch:before {
    content: attr(data-unchecked);
    position: absolute;
    top: 0;
    text-align: center
}

.can-toggle label .can-toggle__switch:after {
    content: attr(data-checked);
    position: absolute;
    z-index: 5;
    text-align: center;
    background: #2f2d96;
    transform: translateZ(0)
}

.can-toggle input[type=checkbox][disabled]~label {
    color: transparent
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch {
    background-color: transparent;
    width: 129px
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch:after {
    color: #26419e
}

.can-toggle input[type=checkbox]:checked~label:hover,
.can-toggle input[type=checkbox]:hover~label {
    color: #2f2d96
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch {
    background-color: transparent;
    width: 129px
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    color: #2f2d96
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch {
    background-color: transparent
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
    color: #2f2d96
}

.can-toggle label .can-toggle__switch {
    transition: background-color .3s cubic-bezier(0, 1, .5, 1);
    background: #fff
}

.can-toggle label .can-toggle__switch:before {
    color: #2f2d96
}

.can-toggle label .can-toggle__switch:after {
    transition: transform .3s cubic-bezier(0, 1, .5, 1);
    color: #f0f0f0
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    transform: translate3d(65px, 0, 0)
}

.can-toggle label .can-toggle__switch {
    height: 25px;
    flex: 0 0 134px;
    border-radius: 30px;
    width: 129px
}

.can-toggle label .can-toggle__switch:before {
    left: 67px;
    font-size: 12px;
    line-height: 25px;
    width: 67px;
    padding: 0 12px
}

.can-toggle label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 30px;
    width: 60px;
    line-height: 21px;
    font-size: 12px
}

#usia_kehamilan_mama {
    background-color: #F8DB96;
    color: #1e3d7d;
    font-size: 12px;
    font-family: GothamRounded-Bold;
    border: 0;
    outline: 1px solid #dcdcdc;
    border-right: 5px solid transparent;
    border-radius: 100px;
    background-clip: inherit !important;
    padding: 0 5px;
    height: 23px;
    width: 128px;
}

#modal-failed-register .modal-dialog .close {
    position: absolute;
    right: 20px;
    top: 10px;
}

#modal-failed-register .modal-content .modal-content__title p {
    color: #1e3d7d;
    font-size: 25px;
    font-weight: 600;
}

#modal-failed-register .modal-dialog {
    max-width: 400px;
    margin: auto;
}

#modal-failed-register .modal-dialog .modal-content {
    padding: 30px 20px;
    border-radius: 16px;
}

#modal-failed-register .modal-content__detail p {
    font-size: 18px;
    color: #1e3d7d;
}

#modal-failed-register .modal-footer {
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
}

#modal-failed-register .btn-primary {
    border-radius: 100px;
    font-size: 14px;
    padding: 10px 20px;
    width: 90%;
    color: #1e3d7d;
    background: linear-gradient(90deg, #ecb966, #f7dc92 51%, #ecb966);
    font-family: GothamRounded-Medium;
}

.container.simplify-form .registration__content .content__input label {
    color: white;
    margin-top: 10px;
}

.small-info,
.small-info-password {
    margin-bottom: 10px;
    font-size: 9px;
}

.agreement .error {
    position: absolute;
    bottom: 0px;
}

.mb-2 {
    margin-bottom: .50rem;
}

.content__input.password .input-group {
    position: relative;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    display: flex;
}

.content__input.password .input-group input {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: auto;
}

.input-group-append {
    margin-left: -1px;
    display: flex;
}

.input-group-text {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    border: 1px solid #cceefb !important;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-left: none;
    border-radius: .25rem !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: .375rem .75rem;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("/assets/images/icons/download.webp") !important;
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-position: 98%;
}

#usia_kehamilan_mama {
    background-position: 83% 50% !important;
}

.content__input.agreement {
    padding-bottom: 15px;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
    top: 2px;
    margin-bottom: 15px;
}

.content__input .form-check-label {
    margin-left: 0px;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.container.simplify-form .registration__content .content__input label {
    color: white;
    margin-top: 0.25rem;
    margin-bottom: .25rem !important;
}

.content__input.agreement label.form-check-label {
    line-height: 1.25;
}

.content__input.agreement .error {
    height: 15px;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 25px !important;
    height: 25px !important;
}

#keuntungan_section .slick-prev-keuntungan {
    z-index: 1;
    border-radius: 30px;
    background-color: #1b3077;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
    width: 43px !important;
    height: 43px !important;
    border: none;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: none
}

@media (max-width: 767px) {
    #keuntungan_section .slick-prev-keuntungan {
        display: block !important
    }
}

#keuntungan_section .slick-prev-keuntungan.slick-active {
    display: inline-block !important
}

#keuntungan_section .slick-next-keuntungan {
    z-index: 1;
    border-radius: 30px;
    background-color: #1b3077;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
    width: 43px !important;
    height: 43px !important;
    border: none;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: none
}

@media (max-width: 767px) {
    #keuntungan_section .slick-next-keuntungan {
        display: block !important
    }
}

#keuntungan_section .slick-next-keuntungan:before,
#keuntungan_section .slick-prev-keuntungan:before {
    font-family: fontAwesome !important;
    font-size: 30px !important;
    cursor: pointer;
    color: #fff !important;
    line-height: .9 !important;
    font-weight: 100;
    opacity: 1 !important
}

#keuntungan_section .slick-next-keuntungan:before {
    content: "\f105" !important;
    padding-left: 4px
}

#keuntungan_section .slick-prev-keuntungan:before {
    content: "\f104" !important;
    padding-right: 4px
}

#keuntungan_section .slick-next-keuntungan {
    right: 15px
}