/*!
* KADIN ID
* By: Oxy Creative
*/

@font-face {
    font-family: "Tahoma";
    src: url("/assets/fonts/Tahoma_Regular_font.ttf");
}

html {
    font-size: 15px;
}
body {
    font-family: "Tahoma", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #303030;
    background-color: #ffffff;
    letter-spacing: 0.8px;
}

.page-item.active .page-link {
    background-color: #4c4cce !important;
    border: 1px solid #4c4cce;
}

.blur-input-text {
    filter: blur(2px);
    color: #c3c3c3;
}

.blur-text {
    filter: blur(3.2px);
    color: #c3c3c3;
}

.mask {
    /* position: absolute; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    opacity: 100%;
    overflow: hidden;
    z-index: 9;
    border-radius: 25px;
}

.mask:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 6%;
    top: 5%;
    bottom: 0;
    margin: 0 auto;
    max-width: 47%;
    max-height: 91%;
    border-radius: 50%;
    box-shadow: 0 0 50px #000;
}

.wrapper {
    padding: 2rem 3rem;
}
.page-header {
    margin-bottom: 2rem;
}
.navbar-brand {
    display: flex;
    align-items: center;
}
.navbar-brand .img-logo {
    margin-right: 2rem;
}
.title-header {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.2rem;
    letter-spacing: 0.8px;
    color: #0000ba;
    margin-bottom: 0;
}
.subtitle-header {
    font-style: italic;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.333rem;
    letter-spacing: 2px;
    color: #303030;
    display: block;
}
h1 {
    font-weight: 700;
    font-size: 1.6rem;
}
h2,
.title-content {
    font-size: 1.467rem;
    font-weight: 700;
    color: #0000ba;
    text-transform: uppercase;
}
h2,
.title-content2 {
    font-size: 1rem;
    font-weight: 700;
    /* font-style: italic; */
    color: #0000ba;
}
.text-unggah-doc {
    margin-top: 2px;
    font-family: "Tahoma", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.8px;
    color: #0000ba;
}
h3,
.form-title {
    font-size: 1.867rem;
    font-weight: 700;
    color: #0000ba;
    text-transform: uppercase;
}
.subtitle-content {
    font-size: 0.933rem;
    font-weight: 400;
}
.title.content-page-title {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #303030;
}
.lead.content-page-lead {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #303030;
}
a {
    color: #0000ba;
}
a:hover {
    color: #ffb21d;
}

.btn-outline-primary,
.btn-primary {
    font-family: "Tahoma", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    background-color: #0000ba;
    border-color: #0000ba;
    border-radius: 60px;
    padding: 0.5rem 3.667rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-outline-primary2,
.btn-primary2 {
    font-family: "Tahoma", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background-color: #0000ba;
    border-color: #0000ba;
    border-radius: 40px;
    padding: 0.5rem 1.667rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-outline-primary3,
.btn-primary3 {
    font-family: "Tahoma", sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    background-color: #0000ba;
    border-color: #0000ba;
    border-radius: 40px;
    padding: 0.5rem 1.667rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-danger {
    font-family: "Tahoma", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
    border-radius: 40px;
    padding: 0.5rem 1.667rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-outline-primary {
    color: #0000ba;
    border: 2px solid #0000ba;
    background-color: transparent;
}
.btn-outline-primary2 {
    color: #0000ba;
    border: 2px solid #0000ba;
    background-color: transparent;
}
.btn-outline-primary3 {
    color: #252525;
    border: 1px solid #252525;
    background-color: transparent;
}
.btn-outline-primary:hover,
.btn-primary:hover {
    color: #fff;
    background-color: #ffb21d;
    border-color: #ffb21d;
}
.btn-outline-primary2:hover,
.btn-primary2:hover {
    color: #fff;
    background-color: #ffb21d;
    border-color: #ffb21d;
}
.btn-outline-primary3:hover,
.btn-primary3:hover {
    color: #fff;
    background-color: #ffb21d;
    border-color: #ffb21d;
}
.btn-danger:hover {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}
/* custom */
.btn-outline-info,
.btn-info {
    font-family: "Tahoma", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background-color: #0000ba;
    border-color: #0000ba;
    border-radius: 40px;
    padding: 0.5rem 2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-outline-info {
    color: #0000ba;
    border: 2px solid #0000ba;
    background-color: transparent;
}
.btn-outline-info:hover,
.btn-info:hover {
    color: #fff;
    background-color: #ffb21d;
    border-color: #ffb21d;
}
/* end custom */


.btn {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}
.btn:focus {
    outline: none !important;
    /* border: none !important; */
    -webkit-box-shadow: none !important;
    box-shadow: 0 0 0 0.25rem rgba(72, 23, 176, 0.25) !important;
    background-color: #0000ba;
    border-color: #0000ba;
    color: #fff;
}

.btn-outline-secondary,
.btn-secondary {
    font-family: "Tahoma", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #5e5e5e;
    background-color: #ffb21d;
    border-color: #ffb21d;
    border-radius: 10px;
    padding: 0.5rem 3.667rem;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.btn-outline-secondary {
    color: #ffb21d;
    border: 2px solid #ffb21d;
    background-color: transparent;
}
.btn-outline-secondary:hover,
.btn-secondary:hover {
    color: #fff;
    background-color: #0000ba;
    border-color: #0000ba;
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #0000ba;
    border-color: #0000ba;
    -webkit-box-shadow: none !important;
    box-shadow: 0 0 0 0.25rem rgb(72 23 176 / 25%) !important;
}

.swal2-styled.swal2-default-outline:focus {
    -webkit-box-shadow: none !important;
    box-shadow: 0 0 0 0.25rem rgb(72 23 176 / 25%) !important;
}

.form-label {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.8px;
    color: #232323;
}
.form-label .b-text {
    font-size: 20px;
}
.form-label .sm-text {
    font-size: 12px;
    font-weight: 300;
}
.form-label .required {
    color: red;
}
.column-nav-bottom {
    text-align: center;
    margin: 2.6rem auto 1rem;
}
.column-nav-bottom > .btn:nth-child(2) {
    margin-left: 2rem;
}
.custom-form > * {
    margin-bottom: 1.867rem;
}
.form-control:focus {
    background-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #0000ba38;
}
.custom-form .form-control,
.custom-form .form-select,
.select2-container--default .select2-selection {
    font-family: "Tahoma", sans-serif;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #252525;
    border-radius: 4rem;
    color: #595959;
    padding: 0.782rem 1.25rem;
}
.select2-container--default .select2-selection {
    min-height: 48.44px;
    /* border-radius: 60px; */
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #595959;
    padding: 0;
    line-height: 1.5;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered[title^="--"] {
    color: #bfbfbf;
}
.select2 {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 12L0.00481036 0.749999L12.9952 0.75L6.5 12Z' fill='%234D4D4D'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 1.2rem center;
    background-size: 10px 10px;
}
.select2-container--default
    .select2-dropdown
    .select2-results__options
    .select2-results__option.select2-results__option--selected,
.select2-container--default
    .select2-dropdown
    .select2-results__options
    .select2-results__option[aria-selected="true"] {
    /* background-color: #0000BA; */
}
.select2-container--default.select2-container--focus .select2-selection,
.select2-container--default.select2-container--open .select2-selection {
    border-color: #252525;
    /* box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); */
    box-shadow: 0 0 0 0.25rem #0000ba38;
    border-radius: 20px;
}
.select2-container--default .select2-dropdown {
    border-radius: 20px;
    border-color: #252525;
    box-shadow: 0 0 0 0.25rem #0000ba38;
    padding: 0.5rem 0;
}
.select2-container--default .select2-dropdown.select2-dropdown--below {
    box-shadow: 0 0 0 0.25rem #0000ba38;
    border-radius: 0 0 20px 20px;
}
.select2-container--default .select2-dropdown.select2-dropdown--above {
    box-shadow: 0 0 0 0.25rem #0000ba38;
    border-radius: 20px 20px 0 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 20px;
    padding: 0.5rem 1rem;
}
.select2-container--default
    .select2-search--dropdown
    .select2-search__field:focus-visible {
    outline: none;
}
.select2-selection__arrow {
    display: none;
}
.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bfbfbf;
    opacity: 1; /* Firefox */
}
.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bfbfbf;
}
.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #bfbfbf;
}
select:invalid,
.custom-form .form-select:invalid {
    color: #bfbfbf;
    line-height: 1.5;
}
.custom-form .form-select option {
    color: #595959;
    border-top: none;
}
a.disabled,
.btn.disabled {
    opacity: 0;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 3.188rem;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 3.188rem;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 3.188rem;
    padding-top: 0.782rem;
    padding-bottom: 1.55rem;
    /* padding-left: 6.25rem; */
    padding-left: 1.55rem;
    line-height: 1.5;
    /* font-weight: 600; */
    border: 1px solid #000;
    border-radius: 40px;
    color: #bfbfbf;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* right position */
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 3.063rem;
    padding: 0.782rem 1.55rem;
    line-height: 1.5;
    color: #fff;
    content: "Pilih";
    background-color: #0000ba;
    border-left: 1px solid #0000ba;
    border-radius: 0 40px 40px 0;
}
/* left position */
/* .custom-file-label::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 3.063rem;
    padding: 0.782rem 1.55rem;
    line-height: 1.5;
    color: #fff;
    content: "Pilih";
    background-color: #0000BA;
    border: 1px solid #0000BA;
    border-radius: 40px 0 0 40px;
} */
.custom-file-label.selected {
    color: #595959;
}
input[type="date"]::before {
    color: #bfbfbf;
    content: attr(placeholder);
}
input[type="date"] {
    color: #fbfbfb !important;
}
input[type="date"]:focus,
input[type="date"]:valid {
    color: #595959 !important;
}
input[type="date"]:focus::before,
input[type="date"]:valid::before {
    content: "" !important;
}
input[type="date"]:read-only:before {
    display: none;
}
input[type="date"]:read-only {
    color: #595959 !important;
}
.form-select {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 12L0.00481036 0.749999L12.9952 0.75L6.5 12Z' fill='%234D4D4D'/%3E%3C/svg%3E");
    background-position: right 1.5rem center;
    background-size: auto;
}
.custom-form .input-group-text {
    background-color: #0000ba;
    border: 1px solid #000;
    border-radius: 60px 0px 0px 60px;
    color: #ffffff;
}
.checkbox .form-check-input {
    width: 3.4rem;
    height: 3.4rem;
    background: #f9f9f9;
    border: 1px solid #0000ba;
    border-radius: 10px;
}
.checkbox .form-check-input:focus {
    box-shadow: none;
}
.checkbox .form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='34' viewBox='0 0 40 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.371 33.2062L0.112698 19.9479L6.00853 14.0521L13.371 21.4353L33.9916 0.793823L39.8875 6.68965L13.371 33.2062Z' fill='%230000BA'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}
.checkbox .form-check-label {
    font-size: 1.067rem;
    font-weight: 600;
    display: flex;
    padding-left: 1.2rem;
}

.checkbox1 .form-check-input {
    width: 2rem;
    height: 2rem;
    background: #f9f9f9;
    border: 1px solid #0000ba;
    border-radius: 8px;
}
.checkbox1 .form-check-input:focus {
    box-shadow: none;
}
.checkbox1 .form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='24' viewBox='0 0 40 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.371 33.2062L0.112698 19.9479L6.00853 14.0521L13.371 21.4353L33.9916 0.793823L39.8875 6.68965L13.371 33.2062Z' fill='%230000BA'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}
.checkbox1 .form-check-label {
    font-size: 1.067rem;
    /* font-weight: 600; */
    display: flex;
    padding-left: 1.2rem;
}

/* radio checkbox */
.checkbox2 .form-check-input {
    width: 3.4rem;
    height: 3.4rem;
    background: #f9f9f9;
    border: 1px solid #0000ba;
    border-radius: 10px;
}
.checkbox2 .form-check-input:focus {
    box-shadow: none;
}
.checkbox2 .form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/png;base64,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");
    background-position: center;
    background-repeat: no-repeat;
}
.checkbox2 .form-check-label {
    font-size: 1.067rem;
    font-weight: 600;
    display: flex;
    padding-left: 1.2rem;
}
/* custom aspirasi */
.radio {
    display: flex;
    align-items: center;
}
.radio .custom-radio {
    width: 2.688rem;
    height: 2.688rem;
    background: #f7f7f7;
    border-color: #0000ba;
}
.radio .custom-radio1 {
    width: 2.688rem;
    height: 2.688rem;
    background: #f7f7f7;
    border-color: #0000ba;
}
.radio .form-check-label {
    font-size: 1.25rem;
    font-weight: 400;
    color: #232323;
    display: flex;
    padding-left: 1.2rem;
}
.radio .form-check-input:focus {
    box-shadow: none;
}
.radio .form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%230000BA'/%3e%3c/svg%3e");
}
.column-aspirasi h3.form-title {
    font-size: 1.563rem;
    font-weight: 600;
    color: #232323;
    text-transform: unset;
    margin-bottom: 0.75rem;
}
textarea.form-control {
    background: #f9f9f9 !important;
    border: 1px solid #cccccc !important;
    border-radius: 18px !important;
}
.column-aspirasi .form-control {
    font-size: 1.25rem;
}
.column-aspirasi .column-nav-bottom {
    margin-top: 3rem;
}

.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.6rem;
    height: 70px;
}
.content-title-box {
    background-color: #0000ba;
    border-radius: 5px;
    padding: 0.75rem 1rem;
    width: 50%;
}
.content-title-box .title-content,
.content-title-box .subtitle-content {
    margin-bottom: 0;
    color: #ffffff;
}
.content-title-box .title-content {
    white-space: nowrap;
}
.content-border {
    margin: 0 1rem;
}
.content-img-box {
    width: auto;
    height: 100%;
    border-radius: 5px;
    position: relative;
}
.content-img-box .caption-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
    color: #fff;
    font-size: 1.333rem;
}
.content-img-box img {
    height: 100%;
    background-size: cover;
    border-radius: 5px;
}
.files.identity-card {
    outline: 4px dashed #0000ba;
    outline-offset: -10px;
    -webkit-transition: outline-offset 0.15s ease-in-out,
        background-color 0.15s linear;
    transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
    border-radius: 20px;
    height: 390px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.drag-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: auto;
}
.drag-image .icon-upload img {
    margin-bottom: 1rem;
}
.drag-image h6 {
    font-family: "Tahoma", sans-serif;
    font-size: 1.333rem;
    font-weight: 600;
    color: #0000ba;
    margin-bottom: 1rem;
}
.drag-image h6 button {
    color: #ffb21d;
    text-decoration: underline;
    background: none;
    border: none;
    padding: 0;
}
.drag-image p {
    color: #0000ba;
    font-family: "Tahoma", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: capitalize;
}
.drag-image.active img {
    max-width: 23.333rem;
    max-height: 16.667rem;
    object-fit: cover;
}
.btn-next-page {
    margin-top: 1.5rem;
    text-align: right;
}
.onboard-card {
    padding: 3.5rem 4.8rem;
}
.ktp-box {
    position: relative;
    /* width: 56.8rem;
    height: 33.2rem; */
    margin: 0 auto 3rem;
    text-align: center;
}
.ktp-box .img-selfie {
    border: 1px solid #0000ba;
    border-radius: 20px;
    height: 50%;
    width: 50%;
    object-fit: cover;
}
.column-selfie-confirmation .ktp-box .img-selfie {
    border: none;
    position: relative;
}
.camera-box {
    position: relative;
    /* width: 56.8rem;
    height: 33.2rem; */
    margin: 0 auto 3rem;
    text-align: center;
}
.camera-box .img-selfie {
    border: 1px solid #0000ba;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.column-selfie-confirmation .camera-box .img-selfie {
    border: none;
    position: relative;
}
.camera-box .layer-mask {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/example-selfie-frame.png");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.camera-box .confirmation-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* margin: 0 auto; */
    background: url("../img/selfie-confirmation-mask.png");
    width: 100%;
    height: 50%;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    color: #ffffff;
}
.camera-box .confirmation-mask::after {
    content: " Apakah Anda yakin menggunakan foto ini ? ";
    position: absolute;
    bottom: 9%;
    left: 0;
    right: 0;
    font-size: 1.5rem;
    font-weight: 700;
}
.selfie-button {
    text-align: center;
}
.selfie-button .btn {
    margin-bottom: 1.533rem;
    width: 33rem;
}
.selfie-button p {
    font-family: "Tahoma", sans-serif;
    font-size: 1.2rem;
}
.column-selfie-confirmation .selfie-button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.column-selfie-confirmation .selfie-button > .btn:nth-child(1) {
    margin-right: 2rem;
}
dl {
    font-size: 1.333rem;
}
dt {
    font-weight: 400;
    position: relative;
}
dt::after {
    content: ":";
    position: absolute;
    right: 1rem;
    top: 0;
}
dd {
    font-weight: 700;
    margin-bottom: 1rem;
}
.img-finish {
    margin-bottom: 1.333rem;
}
.column-complete-registration p {
    font-size: 1.333rem;
    font-weight: 300;
    letter-spacing: 1px;
}

/* Login page */
.login {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
}
.login-page .page-main {
    padding-bottom: 0;
}
.login-page footer {
    display: none;
}
.login-page .login {
    min-height: 100vh;
}
.login-bg-image {
    background-image: url("../img/login-page-1.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-right-radius: 100px;
    position: relative;
}
.helpline{
    position: absolute;
    bottom: 0;
    padding-left: 2rem;
    padding-bottom: 2rem;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.helpline p{
    margin-bottom: 0;
}
.helpline .isi-contact .link-wa{
    color: #3EF145;
}
.helpline .isi-contact .link-wa:hover{
    color: #f77f00;
}
.helpline-mobile{
    display: none;
}
.contact-helpline{
    width: 180px;
}
.isi-contact{
    margin-left: 10px;
}
.regis-bg-image {
    background-image: url("../img/regis-page.png");
    background-size: 100% 100%;
    background-position: center center;
    border-top-right-radius: 100px;
    background-repeat: no-repeat;
}
.login-page .login .logo-header {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
}
.login-page .login .logo-header img {
    margin-right: 2rem;
}
.login-page .login .logo-header .title-header {
    font-size: 1.5rem;
    color: #0000ba;
    margin-bottom: 2px;
}
.login-page .login .logo-header .subtitle-header {
    font-size: 1rem;
}
.login .form-login .form-title {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #303030;
    text-transform: capitalize;
    margin-bottom: 0.667rem;
}
.login .form-login .form-title-alb {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.8px;
    color: #ffffff;
}
.login .form-login .form-title-non-alb {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.8px;
}
.login .form-login .form-title-umk {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.8px;
}
.login .form-login .form-subtitle {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 2rem;
}
.login .form-login .form-subtitle-alb {
    font-size: 0.8rem;
    font-weight: 300;
    margin-bottom: 2rem;
}
.login-page .form-login .form-control::placeholder {
    font-weight: 300;
}
.login-page .form-login .form-control {
    /* font-weight: 600;
    font-size: 1.333rem;
    background-color: #ffffff;
    padding: 1rem 1.75rem;
    border-radius: 60px;
    margin-bottom: 2.5rem; */
}
.form-login .input-icon {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.form-login .input-icon.hide {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='38' fill='%236C757d' class='bi bi-eye-slash-fill' viewBox='0 0 16 16'%3E%3Cpath d='m10.79 12.912-1.614-1.615a3.5 3.5 0 0 1-4.474-4.474l-2.06-2.06C.938 6.278 0 8 0 8s3 5.5 8 5.5a7.029 7.029 0 0 0 2.79-.588zM5.21 3.088A7.028 7.028 0 0 1 8 2.5c5 0 8 5.5 8 5.5s-.939 1.721-2.641 3.238l-2.062-2.062a3.5 3.5 0 0 0-4.474-4.474L5.21 3.089z'/%3E%3Cpath d='M5.525 7.646a2.5 2.5 0 0 0 2.829 2.829l-2.83-2.829zm4.95.708-2.829-2.83a2.5 2.5 0 0 1 2.829 2.829zm3.171 6-12-12 .708-.708 12 12-.708.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 30px;
    height: 38px;
}
.form-login .input-icon.show {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='38' fill='%236C757d' class='bi bi-eye-fill' viewBox='0 0 16 16'%3E%3Cpath d='M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z'/%3E%3Cpath d='M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8zm8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 30px;
    height: 38px;
}
.login .form-login input + input {
    margin-bottom: 1.75rem !important;
}
.login-page .form-login .btn-login {
    width: 100%;
    /* font-size: 1.6rem; */
    background-color: #0000ba;
    border-radius: 60px;
    /* padding: 0.8rem 1.75rem;
    margin: 1.75rem 0; */
}
.login-page .form-login .btn-login:hover {
    background-color: #ffb21d;
    border-color: #ffb21d;
}
.login-page .form-login .btn-non-alb {
    width: 100%;
    /* font-size: 1.6rem; */
    border-radius: 60px;
    /* padding: 0.8rem 1.75rem;
    margin: 1.75rem 0; */
}
.login-page .form-login .btn-non-alb:hover {
    background-color: #ffb21d;
    border-color: #ffb21d;
}
.login-page .form-login .small-text {
    font-size: 1rem;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
    /* margin: 1rem 0; */
}
.login-page .form-login .btn-request-password {
    width: 100%;
    font-size: 1.6rem;
    border-radius: 60px;
    /* padding: 0.8rem 1.75rem; */
    /* margin: 1.75rem 0; */
    text-transform: capitalize;
}
.login-page .form-login .btn-daftar-kta {
    width: 100%;
    font-size: 1.6rem;
    border-radius: 60px;
    /* padding: 0.8rem 1.75rem; */
    text-transform: capitalize;
}
.login .copyright-text-login {
    position: absolute;
    bottom: 1;
    width: 42%;
    font-size: 0.933rem;
    font-weight: 700;
    color: #0000ba;
    text-align: center;
}

/* Start Pengurus Style */
.regis-bg-image-pengurus {
    background-image: url("../img/login-pengurus.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.login-page .login .logo-header-pengurus img {
    margin-right: 2rem;
    width: 263px;
    height: 56px;
}
.pengurus-form-title {
    margin-top: 20%;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    letter-spacing: 0.15px;
    color: black;
    text-transform: none;
    text-align: left;
}
.login-page .login .pengurus-form-subtitle {
    font-family: Tahoma, "Trebuchet MS", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: left;
}
.login .copyright-text-login-pengurus {
    position: absolute;
    bottom: 10px;
    width: 42%;
    font-size: 0.933rem;
    font-weight: 400;
    color: #767778;
    text-align: center;
}
.btn-outline-pengurus {
    width: 700px;
    height: 39px;
    border-radius: 48px;
    color: #f5b73f;
    border-color: #f5b73f;
}
/* End Pengurus Style */

/* Custum Style for Steps Progress */
.nav-steps {
    display: flex;
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    align-items: center;
}
.steps-form {
    width: 100%;
    position: relative;
    align-self: flex-end;
    margin: 0 0 0 0;
}
.steps-form .steps-row {
    display: table;
    table-layout: fixed;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: auto;
}
.steps-form .steps-row .steps-step {
    text-align: center;
    display: table-cell;
    position: relative;
}
.steps-form .steps-row .steps-step::after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #0000ba;
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: -1;
}
.steps-form > .steps-row > .steps-step:last-child:after {
    display: none;
}
.steps-form > .steps-row > .steps-step.actived:before {
    background-color: #fff;
    border-color: #0000ba;
}
.steps-form .steps-row .steps-step .steps-desc {
    opacity: 0;
}
.steps-form .steps-row .steps-step.actived .steps-desc,
.steps-form .steps-row .steps-step.completed .steps-desc {
    opacity: 1;
}
.steps-form .steps-row .steps-step .steps-desc p {
    margin: 0.5rem 0 0;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0 1rem;
    color: #0000ba;
}
.steps-form .steps-row .steps-step a.disabled {
    opacity: 1;
    filter: alpha(opacity=100);
}
.steps-form .steps-row .steps-step .btn-circle {
    width: 40px;
    height: 40px;
    border: 2px solid #0000ba;
    background-color: #fff;
    color: #0000ba;
    border-radius: 50%;
    padding: 10px;
    /* margin-top: -22px;  */
    font-family: "Tahoma", sans-serif;
    font-weight: 700;
    font-size: 1.333rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    line-height: 16px;
}
.steps-form .steps-row .steps-step.completed .btn-circle,
.steps-form .steps-row .steps-step.actived .btn-circle {
    border-color: #0000ba;
    background-color: #0000ba;
    color: #fff;
}
.steps-form .steps-row .steps-step .btn-circle:hover {
    border: 3px solid #ffb21d;
    background-color: #ffb21d;
    color: #fff;
}
.steps-form .steps-row .steps-step .btn-circle:hover ~ .steps-desc p {
    color: #ffb21d;
}
.steps-row > .steps-step.actived:after,
.steps-row > .steps-step.actived ~ .steps-step:after {
    background-color: #0000ba;
}

/* Progress Bar */
.chart-score,
.chart-result {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#circlePercentage {
    transform: rotate(-90deg);
}
#circlePercentage .circle-text {
    transform: rotate(90deg) translate(0, -100%);
}
#progressBar.excellent-result {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: excellent 2s ease-out forwards;
}
@keyframes excellent {
    to {
        stroke-dashoffset: 550;
    }
}
#progressBar.fair-result {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: fair 2s ease-out forwards;
}
@keyframes fair {
    to {
        stroke-dashoffset: 720;
    }
}
#progressBar.bad-result {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: bad 2s ease-out forwards;
}
@keyframes bad {
    to {
        stroke-dashoffset: 850;
    }
}

/* fit to screen template page style */
.fts .wrapper {
    max-width: 96%;
    padding: 1rem;
}
.login-page .wrapper {
    max-width: 100%;
    padding: 0;
}
.landing-page .wrapper,
.profile-page .wrapper {
    max-width: 90%;
    padding: 3rem 1rem;
}

/* tablet style - medium device (less than 992px) */
@media (max-width: 992px) {
    .page-header {
        padding-bottom: 1rem !important;
        margin-bottom: 0;
    }
    .title-content {
        font-size: 1rem;
        font-weight: 700;
        color: #0000ba;
        text-transform: uppercase;
    }
    .subtitle-content {
        font-size: 0.833rem;
        font-weight: 400;
    }
    .navbar-brand {
        padding: 0;
    }
    .page-main {
        padding-bottom: 1rem;
    }
    .content-title-box {
        width: 50%;
    }
    .content-img-box .caption-content,
    dl {
        font-size: 1rem;
    }
    .checkbox .form-check-label {
        font-size: 0.867rem;
    }
    .checkbox2 .form-check-label {
        font-size: 0.867rem;
    }
    .column-summary,
    .column-take-selfie,
    .column-selfie-confirmation,
    .column-credit-score,
    .column-upload {
        margin-top: 2rem !important;
        margin-bottom: 0 !important;
    }
    .ktp-box .img-selfie {
        border: 1px solid #0000ba;
        border-radius: 20px;
        height: 70%;
        width: 70%;
        object-fit: cover;
    }
    h3,
    .form-title {
        font-size: 1.367rem;
        font-weight: 700;
        color: #0000ba;
        text-transform: uppercase;
    }
    .drag-image h6 {
        font-family: "Tahoma", sans-serif;
        font-size: 1.1rem;
        font-weight: 600;
        color: #0000ba;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .drag-image p {
        color: #0000ba;
        font-family: "Tahoma", sans-serif;
        font-size: 0.9rem;
        font-weight: 300;
        text-transform: capitalize;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .steps-form {
        width: 100%;
        position: relative;
        align-self: flex-end;
        margin: 1rem 0 0 0;
    }
    .steps-form .steps-row .steps-step .steps-desc p {
        margin: 0.5rem 0 0;
        font-size: 0.5rem;
        font-weight: 700;
        padding: 0 0.5rem;
        color: #0000ba;
    }
    .camera-box {
        height: 24.333rem;
        margin-bottom: 2.5rem;
    }
    .camera-box .img-selfie,
    .camera-box .layer-mask,
    .camera-box .confirmation-mask {
        object-fit: contain;
    }
    .camera-box .img-selfie {
        width: auto;
    }
    .column-selfie-confirmation .camera-box .img-selfie {
        width: 100%;
    }
    .camera-box .confirmation-mask {
        background-clip: padding-box;
        background-origin: content-box;
        padding: 0 9.4rem;
    }
    .camera-box .confirmation-mask::after {
        font-size: 1rem;
    }
    .selfie-button img {
        width: 3rem;
        height: auto;
    }
    .selfie-button .btn {
        margin-bottom: 1rem;
        width: 25rem;
    }
    .selfie-button p {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .custom-card .card-body {
        padding: 2rem;
    }
    .column-nav-bottom {
        margin-top: 1rem;
        margin-bottom: 0;
    }
    .custom-form .form-control,
    .custom-form .form-select {
        font-size: 0.875rem;
        padding: 0.625rem 1.25rem;
    }
    .custom-form .form-control[type="tel"] {
        padding-left: 1rem;
    }
    .form-label {
        font-size: 0.933rem;
    }
    h2,
    .custom-card .card-body .card-title {
        font-size: 2rem;
    }
    .custom-card .card-body .card-text {
        font-size: 0.875rem;
        margin-bottom: 0.5rem;
    }
    .btn-outline-primary,
    .btn-primary {
        font-size: 1.25rem;
    }
    .btn-outline-primary2,
    .btn-primary2 {
        font-size: 1.25rem;
    }
    .btn-outline-primary3,
    .btn-primary3 {
        font-size: 1.25rem;
    }
    .btn-danger {
        font-size: 1.25rem;
    }
    .custom-file-input,
    .custom-file {
        height: 2.688rem;
    }
    /* .custom-file-label {
        padding: 0.625rem 3.25rem;
        font-size: 0.875rem;
        height: 2.688rem;
    }
    .custom-file-label::after {
        padding: 0.625rem 1.25rem;
        height: auto;
    } */
    .column-complete-registration {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .column-complete-registration .text-center {
        margin-bottom: 1.5rem !important;
    }
    .column-complete-registration .img-finish {
        width: 17.5rem;
        height: auto;
        margin-bottom: 1rem;
    }
    .column-complete-registration .title.content-page-title {
        font-size: 2.533rem;
    }
    .column-complete-registration .lead.content-page-lead {
        font-size: 1.233rem;
        margin-bottom: 0.5rem;
    }
    .column-complete-registration p {
        font-size: 1.133rem;
        margin-bottom: 0.5rem;
    }
    .login-page .login .logo-header {
        margin-bottom: 1.75rem;
    }
    .login-page .login .logo-header img {
        margin-right: 1.75rem;
    }
    .login-page .login .logo-header .title-header {
        font-size: 1.2rem;
        margin-bottom: 0;
    }
    .login-page .login .logo-header .title-header .subtitle-header {
        font-size: 0.8rem;
        line-height: 1;
    }
    .login .form-login .form-title {
        font-size: 1.467rem;
    }
    .login .form-login .form-subtitle {
        font-size: 1rem;
        font-weight: 400;
    }
    .login .form-login .form-subtitle-alb {
        font-size: 0.7rem;
        font-weight: 400;
    }
    .login-page .form-login .small-text {
        font-size: small;
        font-weight: 400;
    }
    .login-page .form-login .form-control {
        margin-bottom: 1.75rem;
    }
    .login-page .form-login .btn-login,
    .login-page .form-login .btn-request-password {
        margin: 0.75rem 0 1rem 0;
    }
    .form-label .b-text {
        font-size: 17px;
    }
    .onboard-card {
        padding: 2.5rem 2.8rem;
    }
    .login .form-login .form-title-alb {
        font-size: 15px;
        text-align: center;
        letter-spacing: 0.8px;
        color: #ffffff;
    }
    .login .form-login .form-title-non-alb {
        font-size: 18px;
        text-align: center;
        letter-spacing: 0.8px;
    }
}

/* mobile style - small device (less than 768px) */
/* @media (max-height: 768px) {
    .page-header {
        padding-bottom: 1rem !important;
        margin-bottom: 0;
    }
    .navbar-brand {
        padding: 0;
    }
    .page-main {
        padding-bottom: 1rem;
    }
    .content-title-box {
        width: 50%;
    }
    .content-img-box .caption-content,
    dl {
        font-size: 1rem;
    }
    .checkbox .form-check-label {
        font-size: 0.867rem;
    }
    .checkbox2 .form-check-label {
        font-size: 0.867rem;
    }
    .column-summary,
    .column-take-selfie,
    .column-selfie-confirmation,
    .column-credit-score,
    .column-upload {
        margin-top: 2rem !important;
        margin-bottom: 0 !important;
    }
    .ktp-box .img-selfie {
        border: 1px solid #0000BA;
        border-radius: 20px;
        height: 70%;
        width: 70%;
        object-fit: cover;
    }
    .camera-box {
        height: 24.333rem;
        margin-bottom: 2.5rem;
    }
    .camera-box .img-selfie,
    .camera-box .layer-mask,
    .camera-box .confirmation-mask {
        object-fit: contain;
    }
    .camera-box .img-selfie {
        width: auto;
    }
    .column-selfie-confirmation .camera-box .img-selfie {
        width: 100%;
    }
    .camera-box .confirmation-mask {
        background-clip: padding-box;
        background-origin: content-box;
        padding: 0 9.4rem;
    }
    .camera-box .confirmation-mask::after {
        font-size: 1rem;
    }
    .selfie-button img {
        width: 3rem;
        height: auto;
    }
    .selfie-button .btn {
        margin-bottom: 1rem;
        width: 25rem;
    }
    .selfie-button p {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .custom-card .card-body {
        padding: 2rem;
    }
    .column-nav-bottom {
        margin-top: 1rem;
        margin-bottom: 0;
    }
    .custom-form .form-control,
    .custom-form .form-select {
        font-size: 0.875rem;
        padding: 0.625rem 1.25rem;
    }
    .custom-form .form-control[type="tel"] {
        padding-left: 1rem;
    }
    .form-label {
        font-size: 0.933rem;
    }
    h2,
    .custom-card .card-body .card-title {
        font-size: 2rem;
    }
    .custom-card .card-body .card-text {
        font-size: 0.875rem;
        margin-bottom: 0.5rem;
    }
    .btn-outline-primary,
    .btn-primary {
        font-size: 1.25rem;
    }
    .btn-outline-primary2,
    .btn-primary2 {
        font-size: 1.25rem;
    }
    .custom-file-input,
    .custom-file {
        height: 2.688rem;
    }
    .custom-file-label {
        padding: 0.625rem 1.25rem;
        font-size: 0.875rem;
        height: 2.688rem;
    }
    .custom-file-label::after {
        padding: 0.625rem 1.25rem;
        height: auto;
    }
    .column-complete-registration {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .column-complete-registration .text-center {
        margin-bottom: 1.5rem !important;
    }
    .column-complete-registration .img-finish {
        width: 17.5rem;
        height: auto;
        margin-bottom: 1rem;
    }
    .column-complete-registration .title.content-page-title {
        font-size: 2.533rem;
    }
    .column-complete-registration .lead.content-page-lead {
        font-size: 1.233rem;
        margin-bottom: 0.5rem;
    }
    .column-complete-registration p {
        font-size: 1.133rem;
        margin-bottom: 0.5rem;
    }
    .login-page .login .logo-header {
        margin-bottom: 1.75rem;
    }
    .login-page .login .logo-header img {
        margin-right: 1.75rem;
    }
    .login-page .login .logo-header .title-header {
        font-size: 1.2rem;
        margin-bottom: 0;
    }
    .login-page .login .logo-header .title-header .subtitle-header {
        font-size: 0.8rem;
        line-height: 1;
    }
    .login .form-login .form-title {
        font-size: 1.467rem;
    }
    .login .form-login .form-subtitle {
        font-size: 1rem;
        font-weight: 400;
    }
    .login-page .form-login .small-text {
        font-size: small;
        font-weight: 400;
    }
    .login-page .form-login .form-control {
        margin-bottom: 1.75rem;
    }
    .login-page .form-login .btn-login,
    .login-page .form-login .btn-request-password {
        margin: 0.75rem 0 1rem 0;
    }
} */

@media (max-width: 767px) {
    .helpline-mobile{
        display: block;
        margin-top: 5rem;
        margin-bottom: 3rem;
        font-size: 14px;
    }
    .helpline-mobile p{
        margin-bottom: 0;        
    }
    .helpline-mobile p .link-wa{
        color: #3EF145;
    }
    .layout-helpline{
        display: flex;
        flex-direction: row;
    }
    .contact-helpline{
        width: 145px;
    }
    .isi-contact{
        margin-left: 10px;
    }
}

/* 145px 10px */

/* mobile style / x-small devices */
@media (max-width: 575.98px) {
    .btn-logout {
        width: 100%;
        margin-top: 1rem;
    }

    .btn-outline-primary2,
    .btn-primary2 {
        font-size: 1rem;
    }

    .page-header {
        margin-bottom: 0.5rem;
    }
    .title-content {
        font-size: 1rem;
        font-weight: 700;
        color: #0000ba;
        text-transform: uppercase;
    }
    .subtitle-content {
        font-size: 0.833rem;
        font-weight: 400;
    }
    .content-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.6rem;
        height: 70px;
    }
    .fts .wrapper {
        max-width: 100%;
        /* padding: 1rem; */
        /* padding-top: 1rem; */
    }
    .fts .page-main {
        padding-bottom: 0;
    }
    .nav-steps,
    .column-nav-bottom {
        flex-direction: column;
        align-items: center;
    }
    .nav-steps .navbar-brand {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .steps-form .steps-row {
        margin-left: 0;
        padding-left: 0;
        margin-top: 1rem;
    }
    .column-nav-bottom .btn-outline-primary.disabled,
    .btn-outline-primary:disabled {
        display: none;
    }
    .custom-form {
        margin-bottom: 3rem;
    }
    .custom-card .card-body {
        padding: 2.5rem 1.75rem;
    }
    .column-nav-bottom {
        margin-bottom: 0;
    }
    .content-header .content-title-box {
        width: 100%;
    }
    .content-header .content-border,
    .content-header .content-img-box {
        display: none;
    }
    .ktp-box .img-selfie {
        border: 1px solid #0000ba;
        border-radius: 20px;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    h3,
    .form-title {
        font-size: 1.367rem;
        font-weight: 700;
        color: #0000ba;
        text-transform: uppercase;
    }
    .steps-form {
        width: 100%;
        position: relative;
        align-self: flex-end;
        margin: 1rem 0 0 0;
    }
    .steps-form .steps-row .steps-step .steps-desc p {
        margin: 0.5rem 0 0;
        font-size: 0.7rem;
        font-weight: 700;
        padding: 0 1rem;
        color: #0000ba;
    }
    .mask:after {
        content: " ";
        position: absolute;
        left: 0;
        right: 6%;
        top: 5%;
        bottom: 0;
        margin: 0 auto;
        max-width: 67%;
        max-height: 91%;
        border-radius: 50%;
        box-shadow: 0 0 50px #000;
    }
    .login-page .form-login .btn-request-password {
        font-size: 16px;
        padding: 0.85rem;
    }
    .camera-box {
        height: 21.333rem;
        margin-bottom: 2.5rem;
    }
    .camera-box .img-selfie,
    .camera-box .layer-mask,
    .camera-box .confirmation-mask {
        object-fit: contain;
    }
    .camera-box .img-selfie {
        width: auto;
    }
    .column-selfie-confirmation .camera-box .img-selfie {
        width: 100%;
    }
    .camera-box .confirmation-mask {
        background-clip: padding-box;
        background-origin: content-box;
        padding: 0 0.9rem;
    }
    .camera-box .confirmation-mask::after {
        font-size: 0.9rem;
    }
    .selfie-button img {
        width: 3rem;
        height: auto;
    }
    .selfie-button .btn {
        margin-bottom: 1rem;
        width: 25rem;
    }
    .selfie-button p {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .drag-image h6 {
        font-family: "Tahoma", sans-serif;
        font-size: 1rem;
        font-weight: 600;
        color: #0000ba;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .drag-image p {
        color: #0000ba;
        font-family: "Tahoma", sans-serif;
        font-size: 0.8rem;
        font-weight: 300;
        text-transform: capitalize;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .form-label .b-text {
        font-size: 15px;
    }
    .onboard-card {
        padding: 1.5rem 1.8rem;
    }
    /* .custom-file-label {
        padding: 0.625rem 5.25rem;
        font-size: 0.875rem;
        height: 2.688rem;
    }
    .custom-file-label::after {
        padding: 0.625rem 1.25rem;
        height: auto;
    } */
    .login {
        padding-top: 2.25rem;
        padding-bottom: 0;
        margin-left: -0.3rem;
        margin-right: -0.3rem;
    }

    .login .form-login .form-title-alb {
        font-size: 15px;
        text-align: center;
        letter-spacing: 0.8px;
        color: #ffffff;
    }
    .login .form-login .form-subtitle-alb {
        /* font-size: 0.5rem;
        font-weight: 400; */
        display: none;
    }
    .login .form-login .form-title-non-alb {
        font-size: 16px;
        text-align: center;
        letter-spacing: 0.8px;
    }

    .login .form-login .form-title-umk {
        font-size: 15px;
        text-align: center;
        letter-spacing: 0.8px;
    }

    .login .copyright-text-login {
        /* position: absolute;
        bottom: 0; */
        width: 84%;
        font-size: 0.7rem;
        font-weight: 700;
        color: #0000ba;
        text-align: center;
        padding-bottom: 20px;
    }
    .layout-helpline{
        display: flex;
        flex-direction: column;
    }
    .titik-dua{
        display: none;
    }
    .isi-contact{
        margin-bottom: 15px;
        margin-left: 0;
    }
}
