﻿/*mobile*/
@media only screen and (max-width: 768px) {
h3, .h3 {
  font-size: 1.17rem;
}

.modal__window1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Push content to top and bottom */
  align-items: center;            /* Center horizontally */
  width: 100%;
  max-width: 800px;
  height: 60vh;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  position: relative;
}

.modal__text-container1 {
    max-height: 300px; /* Set a fixed height */
    overflow-y: auto; /* Enable vertical scrolling */
    padding-right: 10px; /* Optional: space for scrollbar */
}

    /*start:[20251212] - [RFC - xxxxx]*/
    .addressLine2_municipality_input, .addressLine2_province_input {
        width: 100%;
    }

    .addressLine2_province_and_minicipality {
        display: block;
    }
    /*end*/
}


@media only screen and (min-width: 769px) {
.modal__window1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Push content to top and bottom */
  align-items: center;            /* Center horizontally */
  width: 60%;
  max-width: 800px;
  height: 50vh;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  position: relative;
}

.modal__text-container1 {
    max-height: 300px; /* Set a fixed height */
    overflow-y: auto; /* Enable vertical scrolling */
    padding-right: 10px; /* Optional: space for scrollbar */
}
    /*start:[20251212] - [RFC - xxxxx]*/
    .addressLine2_municipality_input, .addressLine2_province_input {
        width: 50%;
    }

    .addressLine2_province_and_minicipality {
        display: inline-flex;
        justify-content: space-between
    }
    /*end*/
}



/*desktop*/
#msgLabel {
    color: red;
    font-size: 0.875em;
}
/*#blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
    visibility: hidden;
}*/

 /*.parent {
         height: 400px;
         width: 400px;
         display: flex;
         justify-content: center;
         align-items: center;
         }
         .child {
         height: 100px;
         width: 100px;
         }*/

/*.loader {
        transform: rotateZ(45deg);
        perspective: 1000px;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        color: #fff;
      }*/
/*.loader:before,
.loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite;
}
.loader:after {
    color: #FF3D00;
    transform: rotateY(70deg);
    animation-delay: .4s;
}*/

/*@keyframes rotate {
0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
}
100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
}
}*/

/*@keyframes rotateccw {
0% {
    transform: translate(-50%, -50%) rotate(0deg);
}
100% {
    transform: translate(-50%, -50%) rotate(-360deg);
}
}*/

/*@keyframes spin {
0%,
100% {
    box-shadow: .2em 0px 0 0px currentcolor;
}
12% {
    box-shadow: .2em .2em 0 0 currentcolor;
}
25% {
    box-shadow: 0 .2em 0 0px currentcolor;
}
37% {
    box-shadow: -.2em .2em 0 0 currentcolor;
}
50% {
    box-shadow: -.2em 0 0 0 currentcolor;
}
62% {
    box-shadow: -.2em -.2em 0 0 currentcolor;
}
75% {
    box-shadow: 0px -.2em 0 0 currentcolor;
}
87% {
    box-shadow: .2em -.2em 0 0 currentcolor;
}
}*/

 #blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    visibility: hidden; 
    /*position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px); 
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    visibility: hidden;*/
}

.parent {
    height: 200px; /* Reduced from 400px to keep it compact */
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Optional: adds a soft white glow behind the logo */
    /*background: rgba(255, 255, 255, 0.1); 
    border-radius: 80%;*/
}

.pnb-logo {
    width: 75px;
    height: auto;
    margin-bottom: 15px;
    animation: pnb-pulse 1.3s infinite ease-in-out;
}

.loading-text {
    /*color: #000000;*/ /* Solid Black Text */
    color:white; /* Solid Black Text */
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; /* Makes it look like a professional bank app */
    letter-spacing: 1px;
}

/* Smooth Breathing Pulse Animation */
@keyframes pnb-pulse {
    0%, 100% { transform: scale(1); opacity: 0.9; }
    50% { transform: scale(1.05); opacity: 1; }
}


h2, .h2 {
  font-size: 1.17rem;
}   

.text-centered{
    text-align:center;
}

.modal-content {
  border-radius: 1.3rem;
}

.modal-footer {
  border-top: 0px;
}

/*a {
  color: white;
}*/

#bodystates{
    display:block;
}

.terms-and-conditions {
  gap: 30px;
}

.login-form {
  gap: 20px;
}

#errorbody{
    display:block;
}

.dashboard-form-progress-bar{
    grid-template-columns: 1fr 1fr 1.2fr 1.2fr;
}

/*idology*/
#Table1{
    border-right: #394398 0px solid; background: #FFFFFF; border-top: #394398 1px solid; border-left: #394398 0px solid; border-bottom: #394398 0px solid;width:100%;z-index:999;
}

#Td10{
    text-indent: 5px; text-align: left;
}

#tdQuestion{
    width: 100%; height: 9px; text-align:center;
}

.ekycbutton{
    width:100%;
}

.div-kyc-dashboard{
    margin-top:50px
}

#frameID{
    width:100%;
    height:600px;
    border:none;
}

/*end idology*/




@media (min-width: 1025px) {
.ekycbutton{
    width:50%;
}
.ekycbuttoncentered{
  align-items: center;
}


}

#istepupfrm {
  overflow-y: scroll;
}

.hide{
    display:none;
}

.show{
    display:block;
}

/*frmDashboard-add-beneficiary*/
/*start*/
#addressLine2__div
, .beneficiaryOtherBanks__placeholder{
    overflow:hidden;
}

.button_size_250 {
    width:100%;
    max-width:250px;
}

.beneficiary_validate__btn_desktop{
    align-items:center;
}

.beneficiary_validate__btn_mobile{
    align-items:stretch;
}
/*end*/

/*frmpayment_sources*/
/*start*/
button:disabled{
    cursor:not-allowed;
    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3));
    color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
    border-color: light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3));
}

.paymentSourceDeleteBtn:hover{
    cursor: pointer;
}
/*end*/
/*frmpayment_add_debit_source*/
/*start*/
#istepupfrm{
    width:100%;
    height:100%;
    display:none;
}

.payment-add-sources__input-expiration-date__error {
    border-color:red;
}
/*end*/
/*frmpayment_add_sources_success*/
/*start*/
.payment-add-source-success__dashboard{
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
}
.payment-add-source-success__dashboard-content-body{
    overflow-y:hidden;
}
.payment-add-source-success__dashboard-content{
    overflow-y:scroll;

}
/*end*/

.clickable:hover {
  cursor: pointer;
}

/*frmupdate-contact-information*/
/*start*/
.update-contact-info__input-with-label__dropdown {
    border: none;
    background: transparent;
    font-size: 1em;
    padding: 0;
    margin: 0;
    appearance: none;
    cursor: pointer;
}

.update-contact-info__input-with-label__input_type_mobile-number {
  padding-left: 50px;
}

.update-contact-info__input-with-label__mobile-number-prefix {
  position: absolute;
  left: 20px;
  top: 68%;
  transform: translateY(-50%);
  font-size: 1em;
}
/*end*/

/*frmupdate-professional-information*/
/*start*/
@media only screen and (min-width : 1224px) {
    .update-prof-info__input-with-label_grid-column_third {
        grid-column: 1/3;
    }
}

.file-upload__hidden {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  flex-flow: column;
  gap: 20px;
  color: #10357F;
  align-items: center;
}

.upload-id__display_name {
    display:flex;
    flex-flow:row;
    justify-content:space-between;
    text-align:center;
}

/*end*/

.transaction-details__action-buttons {
  display: flex;
  flex-flow: row;
  gap: 25px;
  padding-top: 35px;
  justify-content: center;
  width: 100%;
}

.transaction-action__icon {
  padding: 8px 10px;
  border-radius: 7px;
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(16, 53, 127, 0.05);
}

.transaction-action__label2 {
  text-align: center;
  margin: 0;
  font-size: 0.875em;
  color: #404040;
}

.send-money_external-back {
    width: fit-content;
    align-self: flex-start;
    font-weight: 500;
    font-size: 1.125em;
    color: #404040;
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    margin-top:15px
}

.send-money_external-back::before {
    content: "";
    background-image: url(../assets/svg/left-chevron_color_blue.svg);
    width: 8px;
    height: 14px;
    background-position: center;
    background-size: 100%;
}

.branch-search-item__division-3 {
  border-radius: 15px;
  background: #F2F4F9;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  gap: 15px;
  grid-row: 1/3;
  grid-column: 2/-1;
}

.send-money-details__detail-table .transaction-history__status_state_failed {
  padding: 2px 10px;
  border-radius: 10px;
  border: 1px solid black;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-color: #ba181b;
  background-color: rgba(186, 24, 27, 0.1);
  color: #ba181b;
}

.send-money-details__detail-table .transaction-history__status_state_success {
  padding: 2px 10px;
  border-radius: 10px;
  border: 1px solid black;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-color: #52b788;
  background-color: rgba(82, 183, 136, 0.1);
  color: #52b788;
}

.send-money-details__detail-table .transaction-history__status_state_processing {
  padding: 2px 10px;
  border-radius: 10px;
  border: 1px solid black;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-color: #00c0f1;
  background-color: rgba(0, 192, 241, 0.1);
  color: #00c0f1;
}

.remittance-services-main-title-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  gap: 0 15px;
  padding-bottom: 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid #bfbfbf;
}

.remittance-services-item-container {
  padding: 15px;
}

.remittance-services-page-main-title {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.5);
}

.remittance-services-title {
  margin: 0;
  color: #10357F;
}




.password-wrapper input {
  padding-right: 30px; /* space for the icon */
}

.password-toggle {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('../assets/svg/hide-password.svg');
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-left: -28px; /* Pull icon into the input's padding area */
  z-index: 2;
}






.password-wrapper {
  display: flex;
  align-items: center;
  width: 100%; /* or set a max-width if needed */
  position: relative;
}

.input-with-label__input2 {
  flex: 1 1 0%;
  padding-right: 28px; /* 20px for icon + 8px spacing */
  box-sizing: border-box;
  width: 100%;
}

.password-toggle {
  width: 20px;
  height: 20px;
  margin-left: -28px; /* Pull icon into the input's padding area */
  cursor: pointer;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
}






input[type="password"] {
    -webkit-text-security: disc; /* For Safari */
    text-security: disc;         /* For older versions */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input::-ms-reveal {
    display: none;
}

/*#otp-hidden {
    position: absolute;
    left: -9999px; 
    height: 1px;
    width: 1px;
    opacity: 0;
    border: none;
    padding: 0;
    margin: 0;
}*/


#divverified, #divunverified, #divkycverification, #dividverification{
    display:none;
}


.divhidden {
    display: none;
}




        /* Center the loading spinner */
        #loadingspin {
            
            position: fixed; /* Fixed so it stays centered even on scroll */
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.8); /* Optional semi-transparent background */
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            text-align: center;

        }

        /* Spinner Style */
        .spinner1 {
            
            border: 8px solid #f3f3f3;
            border-top: 8px solid #3498db;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            animation: spin1 1s linear infinite;
            margin-bottom: 15px;

        }

        @keyframes spin1 {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }




.site-logo__upper img {
  display: block; /* removes inline baseline gap */
}

.dashboard-header__mobile-logo-image{
  display: block; /* removes inline baseline gap */
}




#pCounter{
    font-size:40px;
    font-weight:bold
}

#divcenter{
    text-align:center;
}

#divT{
    display:none;
}




.phone-field {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.phone-field:focus-within {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.phone-field__prefix {
  padding: 0 10px 0 12px;
  background: #f5f7fb;
  color: #111827;
  font-weight: 600;
  border-right: 1px solid #e6e8ef;
  line-height: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
}

.phone-field__input {
  height: 44px;
  padding: 0 12px;
  border: 0;
  outline: none;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.todays-exchange-rate__row + .todays-exchange-rate__row {
  border-top: 1px solid #e7e7e7;
  padding-top: 0.5rem;
}

/* Make the content box stack rows vertically */
.todays-exchange-rate__content-box {
  display: flex;            /* already likely set; keep it */
  flex-direction: column;   /* <-- this stacks rows top-to-bottom */
  gap: 0.75rem;             /* space between rows */
}

/* Keep each rate row arranged left-to-right internally */
.todays-exchange-rate__exchange-rate {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}


/* Onfido mount */
#onfido-mount{
    display:grid;
    justify-items:center;
}

/* eKYC summary button */
.eKYC_summary_btn {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 1rem 0;
}

.eKYC_summary_btn_back, .eKYC_summary_btn_proceed {
    width: 140px;
    min-width: 120px;
    max-width: 160px;
    height: 44px;
    padding: 0.5rem 1rem;
    border-radius: 8px;
}


.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.terms-and-conditions__accordion {
    padding: 13px 0 13px;
}

.terms-and-conditions {
    padding: 35px 16.88%;
}


.justify-list {
  text-align: justify;
}



/*.modal__text-container_Login {
    gap: 0px;
}*/



.modal {
  overflow-y: auto;
}




/*asd*/

.modal__window1_Login {
  position: relative;
}

.modal__window1_Login {
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Sticky header */
.modal__header-container_Login {
  position: sticky;
  top: 0;
  background: white;
  padding: 16px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  z-index: 1;
}

/* Scrollable body */
.modal__body_Login {
  overflow-y: auto;
  padding: 10px;
  scroll-behavior: smooth;
  position: relative;
}

/* Sticky footer */
.modal__footer_Login {
  position: sticky;
  bottom: 0;
  background: white;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
}

/* Styled list */
.terms-list {
  text-align: justify;
  line-height: 1.6;
  padding-left: 20px;
}

.terms-list li {
  margin-bottom: 10px;
}

/* Scrollbar styling (modern browsers) */
.modal__body_Login::-webkit-scrollbar {
  width: 6px;
}

.modal__body_Login::-webkit-scrollbar-thumb {
  background: #394398;
  border-radius: 10px;
}

/* Buttons */
/*.button_Login {
  padding: 10px 16px;
  border-radius: 8px;
  border: none;
  background: #ccc;
}*/

/*.accept-btn_Login {
  background: #00a8a8;
  color: white;
}*/




/* TOP fade */
.modal__body_Login::before {
  content: "";
  position: sticky;
  top: 0;
  display: block;
  height: 20px; /* increase this (try 50–80px) */
  z-index: 2;
  pointer-events: none;

  background: linear-gradient(
    to bottom,
    rgba(255,255,255,1) 0%,   /* FULL cover */
    rgba(255,255,255,1) 40%,  /* keep text hidden longer */
    rgba(255,255,255,0.7) 70%,
    rgba(255,255,255,0) 100%
  );
}



/* BOTTOM fade */


.modal__window1_Login::after {
  content: "";
  position: absolute;

  top: 60px; /* adjust based on header height */
  left: 0;
  right: 0;
  pointer-events: none;
  height: 60px;
  z-index: 3;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,1) 50%,
    rgba(255,255,255,0) 100%
  );
}



.exchange-rate {
    font-weight: 600;
    color: #2b7cff;
}
  

.d-none {
  display: none !important;
}


.suffix-note {
  font-size: 0.80em;
  font-style: italic; /* optional, since <i> already does this */
  color: #666;        /* optional for subtle look */
}

.beneForm{
        max-width: 1060px;
}


.dashboard-form-summary__add_benef {
    display: flex;
    align-self: center;
    flex-flow: column nowrap;
    gap: 25px;
    padding: 24px 20px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 600px;
}



.contact-us-details__detail-value a {
    text-decoration: none;
}

.accordion-item {
    border: 1px solid #d9dde7;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
}

.accordion-header {
    width: 100%;
    border: none;
    background: #fff;
    cursor: pointer;
    padding: 24px;
    font-size: 24px;
    text-align: left;
    color:#10357F;
    font-size: 1.25em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-header span:first-child {
    font-weight: 600;
}

/* SVG Arrow */
.accordion-header::after {
    content: "";
    width: 14px;
    height: 8px;
    background-image: url("../../assets/svg/details-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(0deg);
    transition-duration: 0.5s;
    flex-shrink: 0;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.accordion-inner {
    padding: 0 24px 24px;
    border-top: 1px solid #e5e5e5;
}

.accordion-item.active .accordion-content {
    max-height: 1000px; /* adjust if content is taller */
}

.accordion-item.active .accordion-header::after {
    transform: rotate(180deg);
}

.dashboard-form-finish__page-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.dashboard-form-finish__page-buttons .button {
    min-width: 200px;
    text-align: center;
}

.mobile-input-w-dropdown__prefix-container.flag-us::before {
  background-image: url("../assets/icons/usa-icon.png");
}

.mobile-input-w-dropdown__prefix-container.flag-ph::before {
  background-image: url("../assets/icons/ph-icon.png");
}

.mobile-input-w-dropdown__prefix-container::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 20px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-size: cover;
  border-radius: 5px;
  z-index: 1;
}

/* USA */
.mobile-input-w-dropdown__prefix-container:has(.mobile-input-w-dropdown__prefix-input option[value="1"]:checked)::before {
  background-image: url("../assets/icons/usa-icon.png");
}

/* Philippines */
.mobile-input-w-dropdown__prefix-container:has(
  .mobile-input-w-dropdown__prefix-input option[value="63"]:checked
)::before {
  background-image: url("../assets/icons/ph-icon.png");
}

.dashboard-beneficiary-list__item_disabled {
    /*pointer-events: none;*/
    opacity: 0.5;
    cursor: not-allowed;
}

.login-form_on {
    display: none;
}
.login-form_on_center {
    align-self: center;
}

.login-form_off {
    display: none;
}

.login__content-row2 {
  display: flex;
  width: 100%;
  align-self: center;
  justify-content: center;
  gap: 30px;
  padding-bottom: 30px;
  max-width: 1440px;
}