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

html {
    font-size: 15px;
}
body {
    font-family: tahoma, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #303030;
    background-color: #fff;
    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 {
    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;
    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: red;
    border-color: red;
    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: red;
    border-color: red;
}
.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;
}
.btn {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}
.btn:focus {
    outline: 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;
}
.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: #fff;
    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;
}
.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;base64,PHN2ZyB3aWR0aD0nMTMnIGhlaWdodD0nMTInIHZpZXdCb3g9JzAgMCAxMyAxMicgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNNi41IDEyTDAuMDA0ODEwMzYgMC43NDk5OTlMMTIuOTk1MiAwLjc1TDYuNSAxMlonIGZpbGw9JyM0RDRENEQnLz48L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: right 1.2rem center;
    background-size: 10px 10px;
}
.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 #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 {
    color: #bfbfbf;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #bfbfbf;
}
.form-control::-ms-input-placeholder {
    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: 1.55rem;
    line-height: 1.5;
    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;
}
.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;
}
.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;base64,PHN2ZyB3aWR0aD0nMTAnIGhlaWdodD0nMTAnIHZpZXdCb3g9JzAgMCAxMyAxMicgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNNi41IDEyTDAuMDA0ODEwMzYgMC43NDk5OTlMMTIuOTk1MiAwLjc1TDYuNSAxMlonIGZpbGw9JyM0RDRENEQnLz48L3N2Zz4=);
    background-position: right 1.5rem center;
    background-size: auto;
}
.custom-form .input-group-text {
    background-color: #0000ba;
    border: 1px solid #000;
    border-radius: 60px 0 0 60px;
    color: #fff;
}
.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;base64,PHN2ZyB3aWR0aD0nNDAnIGhlaWdodD0nMzQnIHZpZXdCb3g9JzAgMCA0MCAzNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTMuMzcxIDMzLjIwNjJMMC4xMTI2OTggMTkuOTQ3OUw2LjAwODUzIDE0LjA1MjFMMTMuMzcxIDIxLjQzNTNMMzMuOTkxNiAwLjc5MzgyM0wzOS44ODc1IDYuNjg5NjVMMTMuMzcxIDMzLjIwNjJaJyBmaWxsPScjMDAwMEJBJy8+PC9zdmc+Cg==);
    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;base64,PHN2ZyB3aWR0aD0nMzAnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCA0MCAzNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTMuMzcxIDMzLjIwNjJMMC4xMTI2OTggMTkuOTQ3OUw2LjAwODUzIDE0LjA1MjFMMTMuMzcxIDIxLjQzNTNMMzMuOTkxNiAwLjc5MzgyM0wzOS44ODc1IDYuNjg5NjVMMTMuMzcxIDMzLjIwNjJaJyBmaWxsPScjMDAwMEJBJy8+PC9zdmc+Cg==);
    background-position: center;
    background-repeat: no-repeat;
}
.checkbox1 .form-check-label {
    font-size: 1.067rem;
    display: flex;
    padding-left: 1.2rem;
}
.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,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAAFoUlEQVRoge2ZW2yUVRDHf7PbitAWSRASoWnAS+gL3ri8Ux9MAC2CCiZVo8RERZFCLymJsCAGKRuKpdWEiCGpD4BYaKnEFxtefAIkJCRUjUCghQh4gRYKdPcbH/Yr3XO+by/fdt/o/23mzMz5z+45c86ZD8YwhgcbkpcoEQ1xm/koFShzEGYB04Bi12IAuAz0IJzEoZtijhMRZ7RTjy6BOi1FWQVUAaUBvXtR2ojTSpP05UohtwQadDIxPgNWAg/lOrmLuyh7iPMpTfJPUOfgCdTqcqAFeDSwb3pcR1lFVA4Ecco+gYgWcItm4IMUFjeALuAYDqd5iAv8zX8ATGYS95hBiGeABcBiYGKKOK0UsYaIxPKXQLWOp4AD7sQ2eoBtxNhPkwxmHa+QFSj1wCwfiyPEWJ5NvMwJJH75Q3jJD6Ksp5iWbH8t39gDrEbYAoy3RjspYlmm2JkTqNWvgfctbR/CEhrlRCDCqbBO5xHiMInSOwKlhah8nM41fQKJDbvP8jgFLKZRLnvs67UMh0qURQgzGCmtvSgXCNFFjA52yCWPb51OA7pQnrPme41GORg8gUSp7MGsNn0I8z3kE+fBJuBtIJwyZgJxhL0MsdFT/xt0CjF+AZ5K0l4lTDlfyL9+wUIpp0nU+WTyg+6ysckvweEs8G4W5AHCKCsp4Cx1+rIxslWuoSwFkjfvVOJsShXMP4E6LXUJjUBZ71nztfoJyg/I/StDEJSgHKJGVxvaqJxB+dyyfc9dYh74J5C4HoxL0vRQTIthU6dLgB0pY2SHEEKT55+AnSTuTsN42OXkE8BGREMk7jbJ2GaUszotxaHN1z84QijfGb9wVG6hbLbsqlxulrON28zHvJjdIMZ+w0bZlOOySYUStwiMoJg2oD9JU0Y/c2xHv19wgSV3GSdivZaRqDb5xjvu3ksgIreBo4ZFmArbyZuAw1xLc8waryS7ahMUYZRKQyN0Z+Dmk4BYdxOH05bFwhwJZgMztj23zQ3/JfSYJZ+3gjyeE7Xs8ETaub3cfBMwN2cJNw3Zwbce5wXKdEO+yw3LosR2yUcZzB+EwG9kvwQGDKnfeniE8F7i8ocrhjSOR6zxfkv2TcAMErbWvHIuJ2rZ4U9DCnn22xVL9klA+c2SnzZk4cccyWWGN7Y5t80NvwRC2I8U82CL0QHEc+GXATGg09K9YEhebr4HWbelWUy1jjz3dsglhL25skyDb2mU3vtSjRbheM6cn20nbwLFHAd6kzQTKWSFYTPERnw21ChwkyEiFrM3rfvWRSbwq+3ocxsVB6XN0Cn1RLTgvtwkfQhVELzs+cBBqWKnjGzQGi0CNhhWQptfK9L/HIjTCtxN0sxiAPPh0SidKNWMLgkHWENUjlj6tahx6t4BvvIL4J9Ak/Sh7DF0whbW6TxDF5VmhFfIbTndBCrZLrsMbb3ORmiw5t7t20Qg3UlcyAbgepJmPCEOe552jdKJUA58Q3bVKQbsZohytkuXMdKgU4jTjtkjukrI2h9JSN9WqdHXEesxI5wizItslWse+0R3ohJhEcpM1H0YCb3AObfOdxrVJpl8jJ+A5635ltEo7bklAFCrLeB5j/6BspSonMnonw3qdTZx2hGetEa+ZLusSeeabWuxHXjJGhl0uwc7icqtQISHUaNFCNXAerytxQ4usIzvJe2yDNLc3QfY3QOAyyibKabNfQZmRkQncJu3gA1WtRlGBzHeyE9zd2TSAgZoQvgohUU/cBShG4fTFHKOce59foBJwEzgWUJU4LAwZVNAaOY8azP98sETGEadvorSCkwN7JsefyF8mG7D+iH4g6ZRDhKmHNiFedjlijsIzQxRHpQ8jP4j37Skj3xlAb0vIrRxj1bjGhEQ+fvM2s8cwlTgMNftHkzH/Mzai/I7IU4Qp5sSTubjM+sYxvCg43+jyroYrZ129gAAAABJRU5ErkJggg==);
    background-position: center;
    background-repeat: no-repeat;
}
.checkbox2 .form-check-label {
    font-size: 1.067rem;
    font-weight: 600;
    display: flex;
    padding-left: 1.2rem;
}
.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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjMDAwMEJBJy8+PC9zdmc+);
}
.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 #ccc !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: #fff;
}
.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: 0 0;
    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;
    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;
    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;
    background: url(../img/selfie-confirmation-mask.png);
    width: 100%;
    height: 50%;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
}
.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 {
    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(/assets/login-page-1.webp);
    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: #fff;
    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(/assets/regis-page.webp);
    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: #fff;
}
.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;
}
.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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczOCcgZmlsbD0nIzZDNzU3ZCcgY2xhc3M9J2JpIGJpLWV5ZS1zbGFzaC1maWxsJyB2aWV3Qm94PScwIDAgMTYgMTYnPjxwYXRoIGQ9J20xMC43OSAxMi45MTItMS42MTQtMS42MTVhMy41IDMuNSAwIDAgMS00LjQ3NC00LjQ3NGwtMi4wNi0yLjA2Qy45MzggNi4yNzggMCA4IDAgOHMzIDUuNSA4IDUuNWE3LjAyOSA3LjAyOSAwIDAgMCAyLjc5LS41ODh6TTUuMjEgMy4wODhBNy4wMjggNy4wMjggMCAwIDEgOCAyLjVjNSAwIDggNS41IDggNS41cy0uOTM5IDEuNzIxLTIuNjQxIDMuMjM4bC0yLjA2Mi0yLjA2MmEzLjUgMy41IDAgMCAwLTQuNDc0LTQuNDc0TDUuMjEgMy4wODl6Jy8+PHBhdGggZD0nTTUuNTI1IDcuNjQ2YTIuNSAyLjUgMCAwIDAgMi44MjkgMi44MjlsLTIuODMtMi44Mjl6bTQuOTUuNzA4LTIuODI5LTIuODNhMi41IDIuNSAwIDAgMSAyLjgyOSAyLjgyOXptMy4xNzEgNi0xMi0xMiAuNzA4LS43MDggMTIgMTItLjcwOC43MDh6Jy8+PC9zdmc+);
    background-repeat: no-repeat;
    width: 30px;
    height: 38px;
}
.form-login .input-icon.show {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczOCcgZmlsbD0nIzZDNzU3ZCcgY2xhc3M9J2JpIGJpLWV5ZS1maWxsJyB2aWV3Qm94PScwIDAgMTYgMTYnPjxwYXRoIGQ9J00xMC41IDhhMi41IDIuNSAwIDEgMS01IDAgMi41IDIuNSAwIDAgMSA1IDB6Jy8+PHBhdGggZD0nTTAgOHMzLTUuNSA4LTUuNVMxNiA4IDE2IDhzLTMgNS41LTggNS41UzAgOCAwIDh6bTggMy41YTMuNSAzLjUgMCAxIDAgMC03IDMuNSAzLjUgMCAwIDAgMCA3eicvPjwvc3ZnPg==);
    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%;
    background-color: #0000ba;
    border-radius: 60px;
}
.login-page .form-login .btn-login:hover {
    background-color: #ffb21d;
    border-color: #ffb21d;
}
.login-page .form-login .btn-non-alb {
    width: 100%;
    border-radius: 60px;
}
.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;
}
.login-page .form-login .btn-request-password {
    width: 100%;
    font-size: 1.6rem;
    border-radius: 60px;
    text-transform: capitalize;
}
.login-page .form-login .btn-daftar-kta {
    width: 100%;
    font-size: 1.6rem;
    border-radius: 60px;
    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;
}
.login-pengurus-bg-image {
    background-image: url(../img/login-pengurus.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.login-page .login .logo-header-pengurus img {
    margin-right: 2rem;
    width: 263px;
    height: 56px;
}
.pengurus-login-form {
    margin-top: 200px;
}
.pengurus-regis-form {
    margin-top: 40px;
}
.pengurus-form-title {
    font-family: montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    letter-spacing: 0.15px;
    color: #000;
    text-transform: none;
}
.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;
}
.login-page .login .pengurus-form-label {
    font-family: Tahoma, trebuchet ms, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.9px;
    letter-spacing: 0.15px;
}
.form-login .input-icon-pengurus {
    position: absolute;
    right: 2rem;
    top: 70%;
    transform: translateY(-50%);
    cursor: pointer;
}
.form-login .input-icon-pengurus.hide {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczOCcgZmlsbD0nIzZDNzU3ZCcgY2xhc3M9J2JpIGJpLWV5ZS1zbGFzaC1maWxsJyB2aWV3Qm94PScwIDAgMTYgMTYnPjxwYXRoIGQ9J20xMC43OSAxMi45MTItMS42MTQtMS42MTVhMy41IDMuNSAwIDAgMS00LjQ3NC00LjQ3NGwtMi4wNi0yLjA2Qy45MzggNi4yNzggMCA4IDAgOHMzIDUuNSA4IDUuNWE3LjAyOSA3LjAyOSAwIDAgMCAyLjc5LS41ODh6TTUuMjEgMy4wODhBNy4wMjggNy4wMjggMCAwIDEgOCAyLjVjNSAwIDggNS41IDggNS41cy0uOTM5IDEuNzIxLTIuNjQxIDMuMjM4bC0yLjA2Mi0yLjA2MmEzLjUgMy41IDAgMCAwLTQuNDc0LTQuNDc0TDUuMjEgMy4wODl6Jy8+PHBhdGggZD0nTTUuNTI1IDcuNjQ2YTIuNSAyLjUgMCAwIDAgMi44MjkgMi44MjlsLTIuODMtMi44Mjl6bTQuOTUuNzA4LTIuODI5LTIuODNhMi41IDIuNSAwIDAgMSAyLjgyOSAyLjgyOXptMy4xNzEgNi0xMi0xMiAuNzA4LS43MDggMTIgMTItLjcwOC43MDh6Jy8+PC9zdmc+);
    background-repeat: no-repeat;
    width: 30px;
    height: 38px;
}
.form-login .input-icon-pengurus.show {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczOCcgZmlsbD0nIzZDNzU3ZCcgY2xhc3M9J2JpIGJpLWV5ZS1maWxsJyB2aWV3Qm94PScwIDAgMTYgMTYnPjxwYXRoIGQ9J00xMC41IDhhMi41IDIuNSAwIDEgMS01IDAgMi41IDIuNSAwIDAgMSA1IDB6Jy8+PHBhdGggZD0nTTAgOHMzLTUuNSA4LTUuNVMxNiA4IDE2IDhzLTMgNS41LTggNS41UzAgOCAwIDh6bTggMy41YTMuNSAzLjUgMCAxIDAgMC03IDMuNSAzLjUgMCAwIDAgMCA3eicvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    width: 30px;
    height: 38px;
}
.login-page .login .register-redirect {
    text-align: center;
    font-family: Tahoma, trebuchet ms, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.9px;
    letter-spacing: 0.15px;
    color: #000;
}
.login-page .login .register-redirect-link {
    color: #f5b73f;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.94px;
    text-decoration: none;
}
.login-page .form-login .btn-login-pengurus {
    height: 46px;
    width: 100%;
    background-color: #f5b73f;
    border-radius: 48px;
    color: #000;
    font-family: Tahoma, trebuchet ms, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.9px;
    letter-spacing: 0.15px;
    gap: 10px;
    padding: 11px, 89px, 11px, 89px;
}
.login .copyright-text-login-pengurus {
    position: absolute;
    bottom: 10px;
    width: 42%;
    font-size: 0.933rem;
    font-weight: 400;
    color: #767778;
    text-align: center;
}
.login .copyright-text-register-pengurus {
    position: absolute;
    width: 42%;
    font-size: 0.933rem;
    font-weight: 400;
    color: #767778;
    text-align: center;
}
.login .pengurus-email-verif-logo {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.login .pengurus-email-verif-logo .email-verif-logo {
    width: 175px;
    height: 175px;
}
.login .pengurus-email-verif {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.login .pengurus-email-verif .email-verif-title h3 {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 29.26px;
    letter-spacing: 0.15px;
    color: #333;
    text-align: center;
}
.login .pengurus-email-verif .email-verif-subtitle {
    font-family: Tahoma, trebuchet ms, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: center;
}
.btn-fill-gold {
    margin-top: 20px;
    width: 700px;
    height: 46px;
    border-radius: 48px;
    border: none;
    color: #333;
    background-color: #f5b73f;
}
.biodata-pengurus-header {
    width: 100%;
    height: 80px;
}
.biodata-pengurus-header .kadin-header-logo {
    position: relative;
    width: 263px;
    height: 56px;
    top: 22px;
    left: 80px;
    gap: 8px;
}
.biodata-pengurus-header .registration-process-1 {
    position: relative;
    width: 476px;
    height: 32px;
    top: 24px;
    left: 750px;
    gap: 8px;
}
.biodata-pengurus-header .pengurus-logout-icon {
    position: relative;
    width: 24px;
    height: 24px;
    top: 28px;
    left: 830px;
}
.biodata-pengurus-subheader {
    position: relative;
    background-image: url(../img/pengurus-subheader-background.png);
    width: 100%;
    height: 100px;
    top: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.biodata-pengurus-subheader .biodata-pengurus-label {
    position: relative;
    left: 82px;
}
.biodata-pengurus-subheader .biodata-pengurus-label .biodata-title {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.94px;
    letter-spacing: 0.15px;
    color: #0000b3;
    width: 400px;
}
.biodata-pengurus-subheader .biodata-pengurus-label .biodata-subtitle {
    font-family: tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.9px;
    letter-spacing: 0.15px;
    color: #0000b3;
    width: 500px;
}
.biodata-pengurus-subheader .biodata-pengurus-label .biodata-sidelabel {
    position: relative;
    top: 40px;
    left: 80%;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.94px;
    letter-spacing: 0.15px;
    color: #333;
    width: 300px;
}
.biodata-pengurus-subheader .biodata-pengurus-label .biodata-sidelabel-2 {
    position: relative;
    top: 40px;
    left: 88%;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.94px;
    letter-spacing: 0.15px;
    color: #333;
    width: 200px;
}
.biodata-informasi-perusahaan-form {
    position: relative;
    margin: 20px 50px;
}
.biodata-informasi-perusahaan-form .biodata-flex {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    gap: 20px;
}
.biodata-informasi-perusahaan-form .biodata-title {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.94px;
    letter-spacing: 0.15px;
    color: #0000b3;
}
.biodata-informasi-perusahaan-form .biodata-form-label {
    font-family: tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.9px;
    letter-spacing: 0.15px;
    color: #333;
    display: inline;
}
.biodata-informasi-perusahaan-form .biodata-input {
    width: 700px;
    height: 39px;
    border-radius: 48px;
    border: 1px solid #d3d3d3;
    justify-content: space-between;
    padding: 11px, 17px, 11px, 17px;
    background-color: #fff;
}
.biodata-informasi-perusahaan-form .radio-input {
    display: flex;
    gap: 50px;
}
.biodata-informasi-perusahaan-form .radio-label {
    display: inline;
    font-family: tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.biodata-informasi-perusahaan-form .biodata-select-label {
    font-family: tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.9px;
    letter-spacing: 0.15px;
    width: 100%;
    color: #9c9c9c;
}
.biodata-informasi-perusahaan-form .biodata-add-del-button {
    width: 200px;
}
.biodata-informasi-perusahaan-form .biodata-add-del-button .button-add {
    position: relative;
    top: 30px;
    width: 40px;
    height: 40px;
    border-radius: 48px;
    background-color: #f5b73f;
    border: none;
}
.biodata-informasi-perusahaan-form .biodata-add-del-button .button-del {
    position: relative;
    top: 30px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 48px;
    border: 1px solid #f5b73f;
    background-color: #fff;
}
.biodata-informasi-perusahaan-form
    .biodata-add-del-button
    .button-del
    .button-del-icon {
    width: 16px;
    height: 16px;
}
.biodata-informasi-perusahaan-form .biodata-final-button {
    display: flex;
    margin-top: 30px;
    width: 100%;
    justify-content: center;
    gap: 20px;
}
.biodata-informasi-perusahaan-form .biodata-final-button .button-prev {
    width: 225px;
    height: 40px;
    border-radius: 48px;
    background-color: #fff;
    border: none;
    color: #f5b73f;
    font-family: tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.9px;
    letter-spacing: 0.15px;
}
.biodata-informasi-perusahaan-form .biodata-final-button .button-save {
    width: 225px;
    height: 40px;
    border-radius: 48px;
    background-color: #f5b73f;
    border: none;
    color: #333;
    font-family: tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.9px;
    letter-spacing: 0.15px;
}
.biodata-informasi-perusahaan-form .biodata-final-button .button-batal {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background-color: red;
    border: 2px solid red;
    border-radius: 0.5rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.biodata-informasi-perusahaan-form .biodata-final-button .button-simpan {
    display: inline-block;
    width: 225px;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background-color: #f5b73f;
    border: 2px solid #f5b73f;
    border-radius: 0.5rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.biodata-informasi-perusahaan-form .biodata-final-button .button-batal:hover,
.biodata-informasi-perusahaan-form .biodata-final-button .button-batal:focus {
    background-color: darkred;
    border-color: darkred;
}
.biodata-informasi-perusahaan-form .biodata-final-button .button-simpan:hover,
.biodata-informasi-perusahaan-form .biodata-final-button .button-simpan:focus {
    background-color: #e0a800;
    border-color: #e0a800;
}
.biodata-informasi-perusahaan-form .biodata-final-button .button-next {
    width: 225px;
    height: 40px;
    border-radius: 48px;
    background-color: #9c9c9c;
    border: none;
    color: #fff;
    font-family: tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.9px;
    letter-spacing: 0.15px;
}
.biodata-informasi-perusahaan-form .biodata-final-button .button-next-active {
    width: 225px;
    height: 40px;
    border-radius: 48px;
    background-color: #f5b73f;
    border: none;
    color: #333;
    font-family: tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.9px;
    letter-spacing: 0.15px;
}
.biodata-informasi-perusahaan-form .biodata-input-2 {
    width: 470px;
    height: 39px;
    border-radius: 48px;
    border: 1px solid #d3d3d3;
    justify-content: space-between;
    padding: 11px, 17px, 11px, 17px;
    background-color: #fff;
}
.biodata-informasi-perusahaan-form .biodata-input-2-masa-bakti {
    display: inline;
    width: 225px;
    height: 39px;
    border-radius: 48px;
    border: 1px solid #d3d3d3;
    justify-content: space-between;
    padding: 11px, 17px, 11px, 17px;
    background-color: #fff;
}
.biodata-informasi-perusahaan-form .biodata-input-2 .upload-icon {
    position: relative;
    width: 18px;
    height: 18px;
    float: right;
    top: 3px;
    right: 10px;
}
.biodata-informasi-perusahaan-form .biodata-input-3 {
    width: 1500px;
    height: 39px;
    border-radius: 48px;
    border: 1px solid #d3d3d3;
    justify-content: space-between;
    padding: 11px, 17px, 11px, 17px;
    background-color: #fff;
}
.biodata-informasi-perusahaan-form .biodata-input-4 {
    width: 150px;
    height: 39px;
    border-radius: 48px;
    border: 1px solid #d3d3d3;
    justify-content: space-between;
    padding: 11px, 17px, 11px, 17px;
    background-color: #fff;
}
.biodata-informasi-perusahaan-form .biodata-input-5 {
    position: relative;
    top: 35px;
    width: 1335px;
    height: 39px;
    border-radius: 48px;
    border: 1px solid #d3d3d3;
    justify-content: space-between;
    padding: 11px, 17px, 11px, 17px;
    background-color: #fff;
}
.biodata-informasi-perusahaan-form .biodata-input-5 .upload-icon {
    position: relative;
    width: 18px;
    height: 18px;
    float: right;
    top: 3px;
    right: 10px;
}
.biodata-informasi-perusahaan-form .biodata-button-add-more {
    display: flex;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    gap: 20px;
}
.biodata-informasi-perusahaan-form .biodata-button-add-more .button-add-more {
    width: 225px;
    height: 40px;
    border-radius: 48px;
    background-color: #f5b73f;
    border: none;
    color: #333;
    font-family: tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.9px;
    letter-spacing: 0.15px;
}
.biodata-informasi-perusahaan-form .biodata-final-button .button-save-2 {
    width: 225px;
    height: 40px;
    border-radius: 48px;
    background-color: #fff;
    border: 1px solid #f5b73f;
    color: #f5b73f;
    font-family: tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.9px;
    letter-spacing: 0.15px;
}
.biodata-informasi-perusahaan-form .biodata-final-button .button-next-2 {
    width: 225px;
    height: 40px;
    border-radius: 48px;
    background-color: #9c9c9c;
    border: none;
    color: #fff;
    font-family: tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.9px;
    letter-spacing: 0.15px;
}
.biodata-informasi-perusahaan-form .biodata-final-button .button-next-2-active {
    width: 225px;
    height: 40px;
    border-radius: 48px;
    background-color: #f5b73f;
    border: none;
    color: #333;
    font-family: tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.9px;
    letter-spacing: 0.15px;
}
.biodata-informasi-perusahaan-form .biodata-select-label-2 {
    font-family: tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.9px;
    letter-spacing: 0.15px;
    color: #9c9c9c;
}
.biodata-kta-terdahulu {
    display: inline-flex;
    flex-direction: column;
}
.biodata-kta-terdahulu .biodata-kta-terdahulu-sub {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.biodata-asosiasi-list {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}
.biodata-asosiasi-list .biodata-asosiasi-list-sub {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.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;
}
.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;
    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;
}
.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;
    }
}
.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;
}
.biodata-input-form input[readonly] {
    background-color: #d3d3d3;
    cursor: not-allowed;
}
@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;
    }
    .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;
    }
    .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;
    }
    .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: #fff;
    }
    .login .form-login .form-title-non-alb {
        font-size: 18px;
        text-align: center;
        letter-spacing: 0.8px;
    }
}
@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;
    }
}
@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%;
    }
    .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;
    }
    .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;
    }
    .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: #fff;
    }
    .login .form-login .form-subtitle-alb {
        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 {
        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;
    }
}
