@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* Supports a range of weights */
    font-style: normal;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: Mulish, sans-serif !important;
    font-size: 12px !important;
    margin-bottom: 60px;
    font-weight: 400;
    color: #4a4a4a;
}

p,label {
    color: #4a4a4a;
    font-size: 14px;
}

label.chckbxLbl {
    font-size: 12px;
}

label.confirmdetails {
    font-size: 10px;
}

.logo-config{
    height: auto;
    width: 10.5rem;

}
nav{
    position: fixed;
}
.background {
    background-image: url('../img/online-onboarding-enhanced-photo.jpg');
    height: 100%;
    width: 100%;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    overflow-y: scroll;
}
.container-center{
    text-align:center;
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    margin:0 auto;
}
.footer-config {
    margin: 3px 0;
    position:fixed;
    bottom: 0;
    width: 100vw;
    line-height: unset;
    background: #dbdbdb25;
    color: grey;
}

.apply-btn {
    background-color: #368687;
    color: white;
    border-radius: 5rem;
    /*padding: 7px 50px;*/
    font-weight: 600;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}
    .apply-btn:hover {
        background-color: #2c6d6e;
        color: #fff;
        transition: 0.5s;
    }

    .apply-btn.disabled {
        color: #e2e2e2;
        background-color: #f1f1f1;
        border: none;
        pointer-events: none;
        cursor: default;
    }

.apply-btn-2 {
    background-color: #368687;
    color: white;
    border-radius: 5rem;
    padding: 7px 50px;
}

    .apply-btn-2:hover {
        background-color: #2c6d6e;
        color: #fff;
    }

.exit-btn {
    background-color: white;
    color: #368687;
    border-color: #368687;
    border-radius: 5rem;
    padding: 7px 50px;
}

.anchor-plain{
    color:#fff;
}
.anchor-plain:hover {
    color: #fff;
}

.select-btn {
    background-color: #368687;
    color: white;
    border-radius: 5px;
    padding: 4px 15px;
}

    .select-btn:hover {
        background-color: #2c6d6e;
        color: #fff;
    }

.white-card {
    background-color: #fff;
    max-width: 540px;
    border-radius: 16px;
    padding: 40px 32px 24px 32px;
    width: 100%;
    height: auto;
    text-align: left;
}
.white-card-p {
    font-size: 1.1rem;
    line-height: 1.7rem;
    margin: 15px 0;
}

.white-card-header {
    font-size: 2rem;
    font-weight: 400;
    color: #4a4a4a;
}

.red-card-p {
    font-size: .9rem;
    line-height: 1.7rem;
    margin: 15px 0;
    color: red;
}
.radio-container {
    margin-left: 2rem;
    position: relative;
}

    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.radiomark {
    position: absolute;
    top: 0;
    left: -2rem;
    border-radius: 100%;
    border: 2px solid #368687;
    height: 25px;
    width: 25px;
    background-color: #fff;
}

.radio-container input:checked ~ .radiomark {
    background-color: #368687;
}

.container input:checked ~ .checkmark {
    background-color: #368687;
}

.checkmark:after {
    content: unset;
}

.check-container {
    margin-left: 2rem;
    position: relative;
}
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: -2rem;
    border-radius: 5px;
    border: 2px solid #368687;
    height: 25px;
    width: 25px;
    background-color: #fff;
}
.terms-btn {
    color: #368687;
    text-decoration: none;
    font-weight: 600;
}

.link-card {
    background-color: #fff;
    max-width: 600px;
    border-radius: 16px;
    padding: 24px 32px 32px;
    width: 100%;
    gap: 24px;
}
.link-card2 {
    background-color: #fff;
    max-width: 500px;
    border-radius: 16px;
    padding: 24px 32px 32px;
    width: 100%;
    gap: 24px;
}

.header {
    font-size: 2.5rem;
    font-weight: 400;
    color: #4a4a4a;
}

.btn-acct-type {
    background-color: #337C7D;
    color: #fff;
    border: none;
    padding: 8px 50px;
    border-radius: 5px;
    text-decoration: none;
}

.font-body {
    /*font-size: 12px;*/
}

.btn-oob {
    color: #337C7D;
    background-color: #fff;
    border-style: solid;
    border-color: #337C7D;
    border-radius: 25px;
    border-width: thin;
    padding: 10px 50px;
    font-weight: 600;
    text-decoration: none;
}

    .btn-oob:hover {
        color: #fff;
        background-color: #337C7D;
        transition: 0.5s;
    }

    .btn-oob.disabled {
        color: #e2e2e2;
        background-color: #f1f1f1;
        border: none;
        pointer-events: none;
        cursor: default;
    }

.btn-oob-secondary {
    background-color: #337C7D;
    color: #fff;
    border-style: none;
    border-radius: 3px;
    padding: 4px 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position: relative;
}

    .btn-oob-secondary:hover {
        color: #fff;
        background-color: #00bfa5;
        transition: 0.5s;
    }

.oob-form-container {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    padding-left: 30px;
    /*margin-bottom: 12px;*/
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.oob-form-container.disabled {
    cursor: default;
    color: lightgrey;
}

/* Hide the browser's default radio button */
    .oob-form-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark-radio {
    position: absolute;
    height: 20px;
    width: 20px;
    top: -2px;
    left: 0px;
    background-color: #fff;
    border-style: solid;
    border-color: #337C7D;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.oob-form-container:hover input ~ .checkmark-radio {
    background-color: #f1f1f1;
}

/* When the radio button is checked, add bg color */
.oob-form-container input:checked ~ .checkmark-radio {
    background-color: #337C7D;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-style: solid;
    border-color: #337C7D;
    border-radius: 3px;
}

.checkmark.disabled {
    border-color: lightgrey !important;
}

    .checkmark.selected {
        background-color: #337C7D !important;
    }

/* On mouse-over, add a grey background color */
.oob-form-container:hover input ~ .checkmark {
    background-color: #f1f1f;
}

/* When the checkbox is checked, add a green background */
.oob-form-container input:checked ~ .checkmark {
    background-color: #337C7D;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.oob-form-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.oob-form-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark-2 {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-style: solid;
    border-color: #337C7D;
    border-radius: 3px;
}

.checkmark-2.disabled {
    border-color: lightgrey !important;
}

.checkmark-2.selected {
    background-color: #337C7D !important;
}

/* On mouse-over, add a grey background color */
.oob-form-container:hover input ~ .checkmark-2 {
    background-color: #f1f1f;
}

/* When the checkbox is checked, add a blue background */
.oob-form-container input:checked ~ .checkmark-2 {
    background-color: #337C7D;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-2:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.oob-form-container input:checked ~ .checkmark-2:after {
    display: block;
}

/* Style the checkmark/indicator */
.oob-form-container .checkmark-2:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.oob-link {
    text-decoration: none;
    /*color: #337C7D;*/
    color: #337c7d;
    font-size: 15px;
    font-weight: 100;
}

.oob-link:hover {
    text-decoration: underline;
}

input[type=text], select {
    width: 100%;
    padding: 9px 15px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none;
}

    input[type=text]:focus {
        border: 3px solid #337C7D;
        /*transition: 0.3s;*/
    }

::-ms-input-placeholder { /* Edge 12-18 */
    color: #cccccc;
}

::placeholder {
    color: #cccccc;
}

/* for dropdowns */
select:required:invalid {
    color: #cccccc;
}

option[value=""][disabled] {
    display: none;
}

option {
    color: black;
}

/* white card */
.white-card-small {
    padding: 1.5rem 10rem;
    border-radius: 20px;
}

/*learn more text*/
.learn-more {
    font-size: 24.5px;
}

.small-text{
    font-size: 12px;
}
.upload-btn {
    background-color: #368687;
    color: white;
    border-radius: 5px;
    padding: 7px 20px;
    border: none;
}

    .upload-btn:hover {
        background-color: #2c6d6e;
        color: #fff;
    }

.outlined-btn {
    background-color: white;
    color: #368687;
    border-radius: 2rem;
    border: 1px solid #368687;
    font-weight: 600;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}
    .outlined-btn:hover {
        background-color: #368687;
        color: #fff;
        transition: 0.5s;
    }

    .outlined-btn.disabled {
        color: #e2e2e2;
        background-color: #f1f1f1;
        border: none;
        pointer-events: none;
        cursor: default;
    }

.outlined-btn-prev {
    background-color: white;
    color: #368687;
    border-radius: 2rem;
    border: 1px solid #368687;
    font-weight: 600;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}

    .outlined-btn-prev:hover {
        background-color: #368687;
        color: #fff;
        transition: 0.5s;
    }

.text-highlight {
    text-shadow: 1px .5px black;
}
.open-account-card {
    padding: 2.8rem 10rem;
    border-radius: 20px;
}
.open-account-text {
    font-size: 24.5px;
    font-weight: bold;
}

    .open-account-text:hover {
        text-decoration: underline;
    }

.remarks-font {
    color: limegreen;
}

.font-color-darkblue {
    color: slateblue;
}

.header-secondary {
    font-size: 15px;
    font-weight: bold;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    /*margin-right: 20px;*/
}

.checkbox-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two Columns */
    gap: 0.8rem; /* Space between items */
}

.custom-header {
    font-family: 'Segoe UI';
    font-weight: 100;
    font-size: 38px;
}

.custom-header-2 {
    font-family: 'Segoe UI';
    font-weight: 300;
    font-size: 38px;
}

.custom-header-3 {
    color: #fff;
    max-width: 540px;
    margin: 10px auto;
    font-weight: 600;
    text-shadow: 1px 1px #000;
    font-size: 35px;
    letter-spacing: 1px;
}

.custom-confirm-details-font {
    font-size: 14px;
}

.custom-description {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 40px;
}

.custom-link-1 {
    color: #1890ff;
}

    .custom-link-1:hover {
        color: #40a9ff;
    }

.disclaimer-font {
    font-size: 12px;
}

.card-termsconditions {
    background-color: #fff;
    color: #000;
    padding: 24px 32px 32px;
    width: 100%;
}

    .card-termsconditions p {
        color: #000;
    }

.term-header {
    /*text-align: center;*/
    font-size: 16px;
    font-weight: 700;
    margin: 16px 0 32px;
    color: rgba(0, 0, 0, .85);
}

.term-section {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 700;
}
.term-section2 {
    font-size: 14px;
    font-weight: 700;
}

.term-container {
    margin-bottom: 24px;
}
.term-container2 {
}


    .term-container .number {
        min-width: 40px;
    }
    .term-container .title {
        box-sizing: border-box;
    }
    .term-container .content {
        text-align: justify;
        margin-bottom: 24px;
        margin-left: 40px;
    }
    .term-container .content2 {
        text-align: justify;
        margin-bottom: 24px;
    }


    .term-container .description {
        margin-left: 40px;
        text-align: justify;
        font-size: 14px;
    }

    .term-container .description .as-paragraph:not(:last-child) {
        margin-bottom: 24px;
    }

    .term-container .description2 {
        text-align: justify;
        font-size: 14px;
    }

.term-container2 .number {
    min-width: 40px;
    font-size: 14px;
}

.term-container2 .title {
    box-sizing: border-box;
    font-size: 14px;
}

.term-container2 .content {
    text-align: justify;
    margin-bottom: 24px;
    margin-left: 40px;
    font-size: 14px;
}

.term-container2 .content2 {
    text-align: justify;
    margin-bottom: 24px;
    font-size: 14px;
}


.term-container2 .description {
    margin-left: 40px;
    text-align: justify;
    font-size: 14px;
    font-size: 14px;
}

    .term-container2 .description .as-paragraph:not(:last-child) {
        margin-bottom: 24px;
        font-size: 14px;
    }

.term-container2 .description2 {
    text-align: justify;
    font-size: 14px;
    font-size: 14px;
}

.d-flex {
    display: flex !important;
}

.font-weight-bold {
    font-weight: 700 !important;
    font-size: 14px;
}

.pb-2 {
    padding-bottom: .5rem !important;
}

.term-agree {
    font-size: 14px;
}

.dl-pdf-logo {
    height: 100px;
    width: 100px;
    /*cursor: pointer;*/
}

.error-logo {
    height: 100px;
    width: 100px;
}

.not-philippine-resident {
    font-size: 10px;
    color: red;
}

.req-field {
    font-size: 12px;
    color: red;
}


/**==========================*/

.upload-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*align-items: center;*/
    /*font-family: Arial, sans-serif;*/
    /*margin-top: 50px;*/
}

.custom-upload {
    display: inline-block;
    background-color: #007BFF;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

    .custom-upload:hover {
        background-color: #0056b3;
    }

.custom-file-input {
    display: none;
}

.file-name {
    margin-top: 10px;
    font-size: 14px;
    /*color: #555;*/
}

.btn-remove-upload {
    cursor: pointer;
    margin-left: 50px;
}

.btn-download-pdf {
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: inherit;
}
.hidden {
    display: none;
}
.branch-option {
    display: none;
}
.upload-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.upload-actions .btn {
    font-size: 0.8rem;
    padding: 4px 10px;
}

