.field-required:after, .tab-error:after {
    content: " *";
    color: red;
}
/* Css for pagination */
  .pagination-approval-list > div > div:nth-child(2) > label {
    font-size: 16px;
  }

  .menu-collapse-item--header .accordion-button {
     padding: 15px;
  }

.menu-collapse-item--header .accordion-button .wraper-header-title {
    gap: 5px;
}
  .pagination-hidden {
    display: none;
    flex-direction: row-reverse;
  }

  .pagination-hidden.active {
    /* display: block; */
    display: flex;
  }

  .formio-component-pagination > div:first-child nav {
    order: unset !important;
    margin: unset !important;
  }

  .formio-component-pagination > div:first-child > div .col-form-label {
    width: fit-content !important;
    min-width: fit-content;
    font-size: 0.875rem;
  }

  .formio-component-pagination > div {
    font-size: 0.875rem !important;
  }

  nav[id*='wizard-'] .pagination {
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .page-ibtransferown nav .pagination li:last-child,
  .page-ibtransferother nav .pagination li:last-child {
    display: none;
  }

  nav[id*='wizard-'] .pagination .page-item span {
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .formio-component-pagination {
    margin-top: 20px;
    flex-direction: row-reverse;
  }

  .formio-component-pagination ul.pagination {
    margin-bottom: 0;
    font-size: 1.15rem;
  }

  .formio-component-pagination > div:first-child nav ul li button {
    padding: 7px 15px !important;
    height: 36px !important;
    width: 39px !important;
    border-radius: 6px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400 !important;
  }

  .formio-component-pagination > div:first-child nav ul li:first-child button,
  .formio-component-pagination > div:first-child nav ul li:last-child button {
    background-color: var(--white-color);
    color: #1b1b1b;
  }

  .formio-component-pagination > div:first-child nav ul li.active button {
    background-color: var(--pink-color-1) !important;
  }

  .formio-component-pagination > div:first-child nav ul li button.active {
    background-color: var(--color-main) !important;
  }

  .formio-component-pagination > div:first-child {
    justify-content: flex-end !important;
  }

  .formio-component-pagination > div:first-child nav ul li {
    margin: 0 7px;
  }

    .wrapper-fav-customer>fieldset>.fieldset-body {
        max-width: 420px;
    }

  .pagination-hidden {
    display: none;
    flex-direction: row-reverse;
  }

  .pagination-hidden.active {
    /* display: block; */
    display: flex;
  }

  .title-detail {
    display: none;
  }

  .title-detail.active {
    display: block;
  }

  /* End pagination */
.btn-back-pp button {
    color: #934d0d !important;
    background-color: #fffaeb !important;
    border: none !important;
}
.header-user-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
/* css header-wizard */
.wraper-page-middle-content {
   padding: 150px 0 0 0;
   background-color: #f2f2f2 !important;
}
.header-wizardpp > fieldset > div {
  margin: auto;
  max-width: 500px;
}
.header-wizardpp {
  background-color: #f2f2f2;
  /* margin: -26px -24px 0px -24px; */
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  z-index: 1;
}
.btn-wizardpp-nav-submit {
display: none !important;
}
/* nav[id*=wizardpp-"] {
margin-bottom: 40px;
} */
nav[id*="wizardpp-"] .pagination {
display: flex;
justify-content: space-between;
position: relative;
}
nav[id*="wizardpp-"] .pagination:before {
content: "";
left: 0;
right: 0;
height: 1px;
background-color: #f4f2f2;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
nav[id*="wizardpp-"] .pagination .page-item span {
border-radius: 50% !important;
width: 40px;
height: 40px;
display: flex;
justify-content: space-between;
align-items: center;
}
.header-wizardpp .wizardpp {
position: relative;
}
.header-wizardpp .wizardpp::before {
content: "";
left: 0;
right: 0;
height: 2px;
background-color: #D8DADB;
position: absolute;
bottom: 60%;
transform: translateY(-60%);
z-index: 1;
}
.header-wizardpp .wizardpp .wizardpp-list,
.header-wizardpp > fieldset > .fieldset-body {
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 0;
}
.header-wizardpp > fieldset > .fieldset-body {
    padding: 10px 0 3px 0;
}
.header-wizardpp .wizardpp .wizardpp-bar {
position: absolute;
height: 2px;
bottom: 60%;
left: 0;
transform: translateY(-60%);
transition: 0.3s ease;
z-index: 1;
}
.header-wizardpp .wizardpp-item {
list-style: none;
}
.header-wizardpp .wizardpp-item .wizardpp-item-step {
display: flex;
align-items: center;
justify-content: center;
width: 35px;
height: 35px;
border-radius: 50%;
z-index: 2;
position: relative;
font-weight: 600;
margin: auto;
}
.header-wizardpp .wizardpp-item:first-child .wizardpp-item-step,
.header-wizardpp .wizardpp-item:first-child .wizardpp-item-step {
margin: unset;
}
.header-wizardpp-active-center:after,
.header-wizardpp-active-last:after,
.header-wizardpp-active-center-4:after,
.header-wizardpp-active-center-second-4:after {
content: "";
position: absolute;
left: 0;
top: 30%;
transform: translateY(-50%);
z-index: 1;
height: 1px;
}
.header-wizardpp-active-center:after {
width: 50%;
}
.header-wizardpp-active-center-second-4:after {
width: calc(100% - (100% / 3));
}
.header-wizardpp-active-center-4:after {
width: calc(100% / 3);
}
.header-wizardpp-active-last:after {
width: 100%;
}
.header-wizardpp .wizardpp-item-title {
font-size: 0.625rem;
display: block;
text-align: center;
margin-top: 7px;
position: relative;
z-index: 2;
}
.header-wizardpp .wizardpp-item .wizardpp-item-step {
background: var(--gray-200);
color: var(--black-color-1);
margin-bottom: 5px;
/* margin: auto; */
}
.header-wizardpp .wizardpp-item-title {
color: var(--black-color-1);
}
.header-wizardpp .wizardpp .wizardpp-bar,
.header-wizardpp .wizardpp-item.active .wizardpp-item-step {
background: linear-gradient(
  179.55deg,
  var(--color-main) 0%,
  var(--color-main) 99.61%
);
color: var(--white-color);
}
.header-wizardpp-active-center:after,
.header-wizardpp-active-last:after,
.header-wizardpp-active-center-4:after,
.header-wizardpp-active-center-second-4:after {
background-color: var(--color-main);
}
.wizardpp-item.inactive {
color: var(--white-color);
}
.header-wizardpp .wizardpp-item-title.active {
color: var(--color-main);
}
/* .customer-info-pp,
.receiver-info-pp,
.transfer-info-pp {
    position: relative;
    padding-left: 20px;
} */
/* .customer-info-pp::before,
.receiver-info-pp::before,
.transfer-info-pp::before {
    content: '';
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
} */

.custom-input-information.wizardpp::before {
    left: 23px;
    right: 4px;
}

.custom-input-information.wizardpp .wizardpp-bar {
    left: 23px;
    right: 4px;
}

.custom-input-information .wizardpp-list li:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* end css header-wizard */
.comfirm-logout-btns button:nth-child(1) {
    color: var(--color-main) !important;
}
/* css transfer */
.wraper-page-middle-content>fieldset, .cash-deposit-wrapper>fieldset, .ib-form-payments-comfirm>fieldset {
    border-radius: 6px;
    /* border: 1px solid #E9EBEC; */
}
.wrapper-change-pp {
    padding: 16px 30px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    max-width: 780px;
    width: 100%;
    margin: auto;
}
.wapper-btn-changepass-pp fieldset .fieldset-body > div {
    max-width: 180px;
}
.wapper-btn-changepass-pp fieldset .fieldset-body > div button {
    height: 40px !important;
}
.wapper-btn-changepass-pp {
    margin-top: 16px !important;
}
.trans-cash-detail-content {
    padding: 18px 30px;
}
.field-otp > fieldset > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.field-otp > fieldset > div > div:first-child {
  width: 40%;
}
.field-otp > fieldset > div > div:last-child {
  width: 60%;
}
.wapper-btn-fixed fieldset > div >div {
  flex: 1;
}
.title-success-pp {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 30px;
  color: var(--pdfar-30);
}
.content-success-pp {
  font-style: italic;
  font-size: 1rem;
  line-height: 26px;
}
.strong-success-pp {
  color: var(--color-gray-700);
  font-size: 16px;
  font-weight: 700;
}
.content-main-success-pp {
  max-width: 600px;
  text-align: center;
  line-height: 30px;
}
.wapper-btn-fixed fieldset > div {
display: flex;
  justify-content: center;
}

/* .logo-sucsess-swhe {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22110%22%20height%3D%22111%22%20viewBox%3D%220%200%20110%20111%22%20fill%3D%22none%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_67_9602)%22%3E%0A%3Cpath%20d%3D%22M0%2056.5258V54.4639C1.39835%2052.1804%202.33739%2049.6237%204.08277%2047.5309C6.86926%2044.1392%207.45616%2040.2371%206.99685%2035.9742C6.14967%2028.3505%207.10912%2026.4124%2014.1111%2023.1959C16.2027%2022.2979%2018.0983%2020.9921%2019.6895%2019.3531C21.2807%2017.7141%2022.5362%2015.7741%2023.3841%2013.6443C25.9766%207.50002%2028.0384%206.18559%2034.5096%206.77837C39.9244%207.29383%2044.5481%206.18043%2048.9473%202.78353C53.7599%20-0.927814%2056.6025%20-0.92266%2061.3589%202.78353C65.8346%206.18559%2070.5758%207.55672%2076.0416%206.70105C81.3339%205.87631%2084.942%208.10311%2086.7588%2013.0722C88.6573%2018.2268%2092.0409%2021.6753%2097.1138%2023.5773C102.079%2025.433%20104.335%2029.0722%20103.503%2034.3763C102.615%2040.0464%20103.968%2044.9485%20107.586%2049.3918C110.786%2053.3454%20110.811%2057.567%20107.586%2061.5413C103.988%2065.9742%20102.615%2070.8815%20103.539%2076.5619C104.402%2081.8763%20102.12%2085.5103%2097.1801%2087.3866C92.1328%2089.3093%2088.6777%2092.7114%2086.7895%2097.8608C84.9675%20102.84%2081.3747%20105.119%2076.0722%20104.294C70.4941%20103.428%2065.702%20104.892%2061.1752%20108.381C56.6484%20111.871%2053.7394%20111.851%2049.1872%20108.34C44.742%20104.907%2040.0622%20103.67%2034.53%20104.217C28.2017%20104.892%2025.9664%20103.505%2023.4759%2097.6186C21.5111%2092.9794%2018.5256%2089.7577%2013.9018%2087.6753C7.19078%2084.6443%206.3334%2082.7217%206.94071%2075.2577C7.18057%2072.3608%207.5225%2069.3815%206.01698%2066.732C4.08277%2063.3093%201.73518%2060.098%200%2056.5258ZM48.1409%2076.5C50.1823%2076.5825%2051.5143%2075.4382%2052.7902%2074.1443L65.1457%2061.6547C70.8786%2055.8608%2076.6064%2050.0636%2082.329%2044.2629C84.3704%2042.2011%2084.7175%2039.7371%2083.5232%2037.4794C82.9581%2036.4242%2082.081%2035.5735%2081.0143%2035.0459C79.9475%2034.5183%2078.7444%2034.3401%2077.5726%2034.5361C75.6945%2034.8712%2074.5105%2036.2526%2073.2602%2037.5155C65.4927%2045.3608%2057.7099%2053.1907%2050.065%2061.1444C48.4574%2062.8145%2047.6%2062.6134%2046.1353%2061.0567C42.1801%2056.8505%2038.1075%2052.7577%2033.9839%2048.7217C31.5343%2046.3196%2028.2528%2046.3918%2026.0532%2048.6701C23.8536%2050.9485%2023.8434%2054.2887%2026.2063%2056.7062C32.0753%2062.7217%2038.0106%2068.665%2043.9357%2074.6237C45.1044%2075.8041%2046.4415%2076.6289%2048.1409%2076.5Z%22%20fill%3D%22%23FFCC05%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_67_9602%22%3E%0A%3Crect%20width%3D%22110%22%20height%3D%22111%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E");
width: 110px;
  height: 111px;
background-repeat: no-repeat;
background-size: contain;
margin-top: 40px;
margin-bottom: 18px;
} */
.wapper-button-search > fieldset > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 40px;
}

.wapper-button-search > fieldset > div > div {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #1B1B1B;
}

.wapper-button-search > fieldset > div button,
.wapper-button-search > fieldset > div button:hover,
.wapper-button-search > fieldset > div button:focus {
  font-size: 1rem !important;
  margin-bottom: 8px;
  background-color: var(--blue-icon) !important;
  color: var(--black-color-1) !important;
  width: 50px;
  height: 50px !important;
}
button.button-like-link {
    color: var(--color-main);
}
button.button-like-link,
button.button-like-link:hover,
button.button-like-link:active {
    background-color: transparent;
    border: none !important;
    text-decoration: underline;
    text-align: center;
    box-shadow: none;
    color: var(--blue-700, #175cd3) !important;
}
/* end css transfer */

/* css auth */
.custom-transfer-otp .field-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-transfer-otp .field-content {
    flex: 0 !important;
    min-width: 200px;
}

.custom-transfer-otp .dropdown-otp .field-label{
    text-align: left !important;
}

.custom-transfer-otp .field-content .form-control.ui {
    margin-bottom: 0 !important;
    height: 40px !important;
    padding-top: 4px;
    padding-bottom: 4px;
}

.custom-transfer-otp.field-otp > fieldset > div > div:last-child  {
    width: 100%;
}

.action-wapper > fieldset > .fieldset-body {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    justify-content: center;
}
/* end css auth */

/* css page success */
.logo-sucsess-transfer-pp {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22110%22%20height%3D%22111%22%20viewBox%3D%220%200%20110%20111%22%20fill%3D%22none%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1534_14853)%22%3E%0A%3Cpath%20d%3D%22M0%2056.5253V54.4635C1.39835%2052.1799%202.33739%2049.6232%204.08277%2047.5305C6.86926%2044.1387%207.45616%2040.2366%206.99685%2035.9738C6.14967%2028.35%207.10912%2026.4119%2014.1111%2023.1954C16.2027%2022.2974%2018.0983%2020.9916%2019.6895%2019.3526C21.2807%2017.7136%2022.5362%2015.7736%2023.3841%2013.6439C25.9766%207.49953%2028.0384%206.1851%2034.5096%206.77788C39.9244%207.29335%2044.5481%206.17994%2048.9473%202.78304C53.7599%20-0.928303%2056.6025%20-0.923148%2061.3589%202.78304C65.8346%206.1851%2070.5758%207.55623%2076.0416%206.70056C81.3339%205.87582%2084.942%208.10262%2086.7588%2013.0717C88.6573%2018.2263%2092.0409%2021.6748%2097.1138%2023.5769C102.079%2025.4325%20104.335%2029.0717%20103.503%2034.3758C102.615%2040.0459%20103.968%2044.948%20107.586%2049.3913C110.786%2053.3449%20110.811%2057.5665%20107.586%2061.5408C103.988%2065.9738%20102.615%2070.881%20103.539%2076.5614C104.402%2081.8758%20102.12%2085.5098%2097.1801%2087.3861C92.1328%2089.3088%2088.6777%2092.7109%2086.7895%2097.8604C84.9675%20102.84%2081.3747%20105.118%2076.0722%20104.293C70.4941%20103.427%2065.702%20104.891%2061.1752%20108.381C56.6484%20111.871%2053.7394%20111.85%2049.1872%20108.34C44.742%20104.907%2040.0622%20103.67%2034.53%20104.216C28.2017%20104.891%2025.9664%20103.505%2023.4759%2097.6181C21.5111%2092.9789%2018.5256%2089.7573%2013.9018%2087.6748C7.19078%2084.6439%206.3334%2082.7212%206.94071%2075.2573C7.18057%2072.3604%207.5225%2069.381%206.01698%2066.7315C4.08277%2063.3088%201.73518%2060.0975%200%2056.5253ZM48.1409%2076.4995C50.1823%2076.582%2051.5143%2075.4377%2052.7902%2074.1439L65.1457%2061.6542C70.8786%2055.8604%2076.6064%2050.0631%2082.329%2044.2624C84.3704%2042.2006%2084.7175%2039.7366%2083.5232%2037.4789C82.9581%2036.4238%2082.081%2035.5731%2081.0143%2035.0454C79.9475%2034.5178%2078.7444%2034.3396%2077.5726%2034.5356C75.6945%2034.8707%2074.5105%2036.2521%2073.2602%2037.515C65.4927%2045.3604%2057.7099%2053.1903%2050.065%2061.1439C48.4574%2062.814%2047.6%2062.6129%2046.1353%2061.0562C42.1801%2056.85%2038.1075%2052.7573%2033.9839%2048.7212C31.5343%2046.3191%2028.2528%2046.3913%2026.0532%2048.6696C23.8536%2050.948%2023.8434%2054.2882%2026.2063%2056.7057C32.0753%2062.7212%2038.0106%2068.6645%2043.9357%2074.6232C45.1044%2075.8036%2046.4415%2076.6284%2048.1409%2076.4995Z%22%20fill%3D%22%23009D8F%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1534_14853%22%3E%0A%3Crect%20width%3D%22110%22%20height%3D%22111%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E');
    width: 110px;
    height: 111px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 40px;
    margin-bottom: 18px;
}

.title-success-transfer-pp {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 29.05px;
    text-align: center;
    text-transform: uppercase;
    color: var(--green-color-2);
}
/*end css page success */

/* CSS nrc */
.wapper-upload-nrc>fieldset>div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.wapper-upload-nrc>fieldset>div > div {
  position: relative;
  flex: 1;
  max-width: calc(100%  / 3 - 17px);
}

.wapper-upload-nrc>fieldset>div>div>div>div {
  position: relative;
  z-index: 5;
  min-height: 100px;
  background-color: var(--white-color);
}

.wapper-upload-nrc>fieldset>div div>div>span {
  position: relative;
  display: inline-block;
}

.wapper-upload-nrc>fieldset>div div>div>span i {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 15px;
  height: 15px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 0.75rem;
  z-index: 11;
}

.wapper-upload-nrc>fieldset>div div label {
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 0;
  width: 100%;
  text-align: center;
}

.wapper-upload-nrc>fieldset>div div .fileSelector {
  color: white;
  padding: 17px;
  width: 100% !important;
  height: 102px;
}

.wapper-upload-nrc img {
  width: auto !important;
  z-index: 0;
  position: relative;
}

.fileSelector>i::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 28%;
  left: calc((100% - 32px) / 2);
}

.wapper-upload-nrc>fieldset>div div .fileSelector a {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}

.formio-component-servicesList {
  display: none;
}

.choosetype-wrapper {
    padding-top: 130px !important;
}

.btn-crop-cancel {
    background-color: var(--white-color) !important;
    color: #212529 !important;
}

.custom-input-number input {
    height: inherit !important;
}

.custom-input-number {
    margin-top: 0;
}
/* end CSS nrc */

.wapper-button-success {
    display: flex;
    justify-content: center;
}

.custom-display-none-column > div:not(:has(label)) {
    display: none;
}

.wapper-btn-fixed {
    position: static;
}

.dropdown-otp > div > div > label {
    font-size: 1rem !important;

}

/* notify */
button.custom-header-notify {
    font-size: 1rem;
    border: initial;
    box-shadow: none;
    padding: 0;
}

button.custom-notify:hover,
button.custom-notify:focus,
button.custom-notify:active,
button.custom-notify:not(:disabled):not(.disabled):active:focus {
    background-color: transparent !important;
    border: inherit;
    box-shadow: none;
}

.wapper-popup-noti > fieldset {
    width: 404px;
}

.wapper-popup-noti .notify-page {
    min-height: calc(100vh - 70px);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: var(--white-color, #fff);
}


.wapper-popup-noti {
  position: fixed !important;
  visibility: visible;
  transition: 0.2s;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 36%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  margin: 0;
}

.wapper-popup-noti.active {
  opacity: 1;
  visibility: visible;
  z-index: 700000;
  margin: 0;
}


.custom-noti-header > fieldset > div{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FAFBFC;
    border-top-left-radius: 8px;
}

div.custom-icon-x-noti {
    padding: 5px 25px;
}

button.custom-icon-x-noti,
button.custom-icon-check-noti {
    border: unset;
    box-shadow: none;
    padding: 0;
}

div.custom-icon-check-noti {
     padding: 0 20px;
}

.icon-x-noti {
    width: 10px;
    height: 10px;
}

.icon-check-noti {
    width: 24px;
    height: 24px;
}


.component-notify .icon-notification-common,.icon-notification-cash-deposit, .icon-notification-cash-withdrawal {
  padding: 14px;
  background-repeat: no-repeat;
}

.component-notify {
  display: flex;
  padding: 16px 15px 12px 15px;
  border-radius: 6px;
  border: 1px solid var(--gray-100, #F2F4F7);
  margin-bottom: 12px;
}

.component-notify-content {
  margin-left: 10px;
}

.component-notify-content .notify-content-header{
  margin-bottom: 4px;
  color: var(--gray-800, #1D2939);
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 24px; /* 184.615% */
  text-transform: capitalize;
}

.component-notify-content .notify-content-desc{
  margin-bottom: 6px;
  color: var(--gray-800, #1D2939);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 22px; /* 183.333% */
}

.component-notify-content .notify-content-header.read{
  color: var(--gray-500, #667085);
  font-weight: 400;
}

.component-notify-content .notify-content-desc.read{
  color: var(--gray-500, #667085);
}

.component-notify-content .notify-content-time{
  color: var(--gray-500, #667085);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 183.333% */
  margin-bottom: 0 !important;
}

.component-notify-content p:nth-child(3) {
    margin-bottom: 6px;
  color: var(--gray-800, #1D2939);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 22px; /* 183.333% */
}

.component-notify-content.read p:nth-child(3) {
   color: var(--gray-500, #667085);
}

.component-notify-content p:nth-child(4) {
   display: none;
}

.notification-header-mark .icon-push-tick-all {
    display: inline-block;
    padding: 12px;
    position: fixed;
    top: 16px;
    z-index: 10;
    right: 16px;
}

@supports (-webkit-touch-callout: none) {    
.am-not-home-page-header-title {
  padding-top: env(safe-area-inset-top);
  top: 0px !important;
  height: unset !important;
}

.notification-header-mark .icon-push-tick-all {
    top: 38px
}

.notify-page {
  margin-top: calc(var(--dynamic-height) - 5px) !important;
}
}

.login-notify-header {
    height: calc(100vh - 134px);
    overflow-y: auto;
}

.login-notify-header > fieldset {
    padding: 24px 20px;
}

.header-notification {
  position: relative;
}

.header-notification .have-mess-unread span {
  position: absolute;
  font-size: 7px;
  top: 6px;
  left: 52%;
  background-color: var(--bs-red);
  color: var(--white-color);
  font-weight: 500;
  border-radius: 50%;
  min-width: 16px;
  min-height: 17px;
  padding: 2px 0.5px 0;
}

.have-mess-unread {
    text-align: center;
}

/* end notify */

span.menu-collapse-item--header-title {
    flex: 1;
}

/* css image nrc */
.wraper-custom-crop-upload .formio-component-file > div img,
.wraper-custom-crop-upload > fieldset > div div > div span i{
    display: none !important;
}

/* .wraper-custom-crop-upload > fieldset > div > div:has( +div .btn-takepic img ) {
    display: none !important;
} */

/* end css image nrc */

/* css auto-complete-value */
.auto-complete-value.is-disabled {
    background-color: #e9ecef !important;
}

.auto-complete-value {
    padding-top: 12px !important;
}
/* end css auto-complete-value */

@media (max-width: 1025px) {
    
    .header-wizardpp {
        background-color: transparent;
        padding: 0 16px;
        top: 56px
    }

    .wraper-page-middle-content {
        padding: 141px 16px 120px 16px;
    }

    .wraper-page-middle-content>fieldset, .cash-deposit-wrapper>fieldset, .ib-form-payments-comfirm>fieldset {
        border: unset;
    }

    .choosetype-wrapper {
    padding-top: 54px !important;
}

    .login-notify-header {
        height: calc(100vh - 64px);
    }

    .wapper-popup-noti .notify-page {
        min-height: calc(100vh - 70px);
    }
    .col-md-4 {
        width: calc(100% / 2) !important;
    }
    .wrapper-cbb-custom-nic .formio-custom-select:nth-child(2) {
    width: 35%;
}
}
@media(max-width: 767px) {
    .col-md-4 {
        width: 100%
    }
}
@media (min-width: 1024px) {

    /* .favorite-function-menu-active.menu-list-active {
  justify-content:space-evenly !important
} */
    /* css nrc */
  .custom-nrc > div {
    display: flex;
  }
  .wraper-CustomerType-container {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding-right: 16px;
  }
  .wraper-input-license-number {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0 8px;
  }
  .wraper-CustomerType-container-nrc {
    width: 66.6666666666%;
    padding-right: 8px;
    display: flex;
    align-items: center;
  }
  .wraper-CustomerType-container-nrc .wraper-choose-CustomerType {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 8px;
  }
  .wraper-set-nrc {
    padding-left: 16px;
  }
  .wraper-set-nrc > span {
    padding-bottom: 4px !important;
    font-size: 0.8125rem !important;
    line-height: 22px !important;
    font-weight: 500;
  }
  .wraper-set-nrc .wrapper-cbb-custom-nic {
    margin-bottom: 1rem;
  }
  .wraper-set-nrc .wrapper-cbb-custom-nic > div {
    height: 48px;
    margin-top: 0;
  }
  .wraper-CustomerType-container-nrc + div.wraper-input-license-number {
    padding: 0 0 0 18px;
  } 
  /* end css nrc */

    .header-wizardpp {
        top: 107px;
        /* top: 55px; */
    }

    .page-ppAccountOpening .formio-component-fieldSet17.header-wizardpp.wizard-items-3 {
    top: 44px !important;
  }
    .wraper-page-middle-content {
        padding-top: 150px ;
    }
    .menu-collapse-item--header .accordion-button .wraper-header-title a, .menu-collapse-item--header .accordion-button .wraper-header-title {
        gap: 5px  !important;
    }
    span.menu-collapse-item--header-title,
    .wraper-header-title > a,
    .custom-wraper-menu-links > a {
        line-height: 20px;
        padding-top: 1px;
        font-size: 0.75rem !important;
    }
    .menu-collapse-item--header .accordion-button .wraper-header-title > div {
        width: 15px;
        height: 21px;
    }
    .menu-collapse-item--header .accordion-button .wraper-header-title a, .menu-collapse-item--header .accordion-button .wraper-header-title {
        align-items: start;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    /* css nrc */
    /* sua lai thanh 2 dong */
.custom-nrc > div {
    display: flex;
    flex-wrap: wrap;
}

.wraper-CustomerType-container {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 12px;
}

.wraper-input-license-number {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 0 0 12px;
}

.wraper-CustomerType-container-nrc {
    width: 100%;
    padding-right: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.wraper-CustomerType-container-nrc .wraper-choose-CustomerType {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 8px;
}

.wraper-set-nrc {
    padding-left: 16px;
    width: 100%;
}

.wraper-set-nrc > span{
    padding-bottom: 4px !important;
    font-size: 0.8125rem !important;
    line-height: 22px !important;
    font-weight: 500;
}

.wraper-set-nrc .wrapper-cbb-custom-nic {
    margin-bottom: 1rem;
}

.wraper-set-nrc .wrapper-cbb-custom-nic > div{
    height: 48px;
}

.wraper-CustomerType-container-nrc+div.wraper-input-license-number {
    padding: 0;
    padding-right: 12px;
}

/* end css nrc */
    
}

.trans-detail-item-title,
.trans-detail-item-value {
    font-size: 16px !important;
}

@media (max-width: 1024px) {
    .wapper-btn-fixed {
        left: 122px;
        right: 122px;
    }
    .search-list-user .favorite-body {
        width: 60%;
        min-width: 450px;
        border-radius: 12px;
        top: 40px !important;
        margin: auto;
    }
    .page-pptransactionhistorydetail .wraper-page-middle-content {
        padding-top: 0px !important;
    }
    .page-pptransactionhistorydetail .wraper-page-middle-content {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .trans-detail-container {
        margin: 20px 0px;
    }
    .am-middle-content, .main-content > .content, .main-content {
        background-color: #f2f2f2;
    }

    .am-not-home-page-header, .am-middle-content  {
        margin-top: 60px;
    }

    .wraper-page-middle-content {
        background-color: #f2f2f2;
        padding: 141px 16px 0;  
    }

    .wraper-page-middle-content>fieldset, .cash-deposit-wrapper>fieldset, .ib-form-payments-comfirm>fieldset {
        border: unset;
        background-color: white;
        padding: 30px 16px;
    }  
    .wraper-page-middle-content>fieldset {
        /* s?a ph?n du Th?ng */
        padding:  16px;
    }
    .wrapper-fav-customer > fieldset > .fieldset-body {
        width: 40%;
        min-width: 320px;
    }

}

@media (max-width: 768px) {
    .wapper-btn-fixed {
        padding: 18px 16px !important;
    }

    .trans-cash-detail-content {
        width: auto !important;
    }
}

@media (max-width: 690px) {
    .pagination-hidden.active {
        flex-direction: column;
    }
        .wraper-page-no-wizard {
        padding: 40px;
    }
    .am-not-home-page-header, .am-middle-content  {
        margin-top: 54px;
    }
   
    .wrapper-header-search-input {
        flex: 1;
    }
    .wrapper-header-search-input > fieldset > .fieldset-body > .logo-header-pp {
        display: flex;
        justify-content: center;
        flex: 1;
    }
    button.logo-header-pp {
        margin-right: 0;
    }
}

@media (min-width: 639px) {
    .icon-back-home-left svg {
        display: none;
    }

    .icon-back-home-left {
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2216%22%20viewBox%3D%220%200%2019%2016%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M0.292893%207.29289C-0.0976314%207.68342%20-0.0976315%208.31658%200.292892%208.70711L6.65685%2015.0711C7.04738%2015.4616%207.68054%2015.4616%208.07107%2015.0711C8.46159%2014.6805%208.46159%2014.0474%208.07107%2013.6569L2.41421%208L8.07107%202.34314C8.46159%201.95262%208.46159%201.31946%208.07107%200.928931C7.68054%200.538407%207.04738%200.538407%206.65686%200.928931L0.292893%207.29289ZM19%207L1%207L1%209L19%209L19%207Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
        height: 16px;
        width: 18px;
    }

    .icon-back-home-left:hover {
        cursor: pointer;
    }
}

@media (min-width: 639px) and (max-width: 1024px){
    /* css page title */
 
    .am-not-home-page-header {
        background-color: #f2f2f2;
    }

    .am-not-home-page-header-title {
        color: var(--gray-900);
        margin: 0;
        text-transform: uppercase;
    }

/* end css page title */
    .header-wizardpp {
        top: 26px;
    }
    .wraper-page-middle-content {
        padding-top: 100px;
    }
        .wraper-page-no-wizard {
        padding: 40px;
    }
}

@media (max-width: 404px) {
    .wapper-popup-noti .notify-page {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}  

@media (max-width: 356px) {
    .custom-transfer-otp .field-wrapper {
        flex-direction: column;
        align-items: start;
    }
    .wapper-button-success button, .wapper-button-success .btn-continue-pp {
        width: auto;
    }
}   

.print-html {
display: none;
}
@media print {
  .print-html {
display: block;
}
.wrapper-header,
.am-not-home-page-header,
.menu-left,
.wraper-page-middle-,
.header-wizardpp, 
.wraper-page-middle-content {
  display :none;
}
.print-bottom p {
  line-height: 30px;
}
.print-thanks {
font-weight: bold;
margin-top: 20px;
}
.print-wrapper .title-print {
text-align: center;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 30px;
font-size: 1.5625rem;
}
.print-wrapper .print-component-items {
margin-bottom: 15px;
}

.print-wrapper .print-component-items .print-component-item {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 15px;
}

.print-wrapper .print-component-items .print-component-item>div {
width: 50%;
}

.print-wrapper .print-component-items .print-component-item-title {
text-transform: uppercase;
font-weight: 600;
width: 100%;
border-bottom: 1px solid var(--border-color);
margin-bottom: 10px;
padding-bottom: 7px;
margin-top: 20px;
}
.wrapper-header-print-time .print-component-item {
display: flex;
align-items: center;
padding: 0 5px;
}

}

.choosetype-wrapper > fieldset {
  width: 70%;
  margin: 0 auto;
  padding-top: 20px;
}

@media (max-width: 1025px) {
    .choosetype-wrapper > fieldset {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
}

.choosetype-wrapper .cashout-choosetype-btn {
  cursor: pointer;
}

/* namnh favorite function start */
.header-favorite-function {
  background-color: #fff;
  color: var(--Gray-900, #1b1b1b);
  font-size: 24px;
  font-weight: 600;
  box-shadow: 0px 4px 8px 0px #cecece66;
  top: 10%;
  border-radius: 8px 8px 0px 0px;
}

.update-menu-favorite {
  background-color: #00285a;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 4px;
}

.modal-favorite-function .modal-favorite-function-content {
  margin-top: 5%;
  background-color: #fff;
  height: 80vh;
  overflow: auto;
  padding-bottom: 60px;
}

.modal-favorite-function-content-items {
  padding: 0 50px;
}

.favorite-function-menu-active.menu-list-active {
  display: flex;
  background-color: #fafbfb;
  justify-content: start;
/* justify-content: space-evenly; */
  margin: 30px 0;
flex-wrap: wrap;
}

.favorite-function-menu-active.menu-list-active .menu-function-item {
  position: relative;
  width: 16.6666666%;
  display: flex;
  justify-content: center;
  min-width: 100px;
}

.favorite-function-menu-active.menu-list-active
  .menu-function-item
  .menu-function-item-contents {
  display: flex;
  flex-direction: column;
}

.menu-function-item-action.menu-active {
  width: 16px;
  height: 16px;
  font-size: 6px;
}

.favorite-function-menu-active.menu-list-active
  .menu-function-item
  .menu-function-item-actions {
  margin: 0;
  position: absolute;
  right: 20%;
  top: 0;
}

.favorite-function-menu-active.menu-list-active
  .menu-function-item
  .menu-function-item-actions:hover {
  cursor: pointer;
}

.favorite-function-menu-active.menu-list-active
  .menu-function-item-contents-img
  div {
  background-size: 40px 40px;
}

.name-favorite {
  text-align: center;
}

.other-function-title {
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--Gray-500, #71717a);
}

.menu-list-inactive-group {
  /* background-color: #fafbfb; */
  /* padding: 0 30px; */
  height: 100%;
}

.menu-list-inactive {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menu-list-inactive .menu-function-item {
  background-color: #fff;
  width: 48%;
  margin-top: 10px;
}

.close-modal-favorite-function {
  display: none;
}

.favorite-function-menu-active {
  background-color: var(--Gray-50, #f9fafb);
  padding: 20px;
  border-radius: 6px;
  margin-top: 20px;
}

.header-favorite-function div:nth-child(2) {
  margin-left: 30px;
}

.header-favorite-function div:nth-child(3) {
  margin-right: 30px;
}

.menu-function-item-actions,
.menu-function-item {
  padding: 0;
}

.favorite-f-menu-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #00285a;
}

/* namnh favorite function end */
/* thang css */
.custom-link-redirect {
    margin-right: 0px;
    margin-top: 0px;
    color: var(--color-main) !important;
    text-decoration: underline !important;
    font-size: 0.875rem !important;
}
.page-originaltransactiondetail .wraper-page-middle-content{
    /* padding: 130px 16px 0 16px !important; */
    padding: 65px 16px 0 16px !important;
}
.page-pptransactionhistorydetail .wraper-page-middle-content, 
.page-ppchangepassword .wraper-page-middle-content {
    padding-top: 90px!important;
}
.page-ppchangepassword .wraper-page-middle-content>fieldset{
    border-radius: unset;
    border: unset;
}
.page-originaltransactiondetail .wraper-page-middle-content>fieldset {
    padding: 0px;
}
.page-originaltransactiondetail .trans-detail-container {
    margin-left: 0px;
    margin-right: 0px;
}
.page-originaltransactiondetail .wraper-upload-image  {
    margin: 0px;
}
/* .page-originaltransactiondetail .wraper-image-item > fieldset > .fieldset-body ,
.page-pptransactionhistorydetail .wraper-image-item > fieldset > .fieldset-body {
    flex-direction: column;
    align-items: flex-start;
} */
.page-originaltransactiondetail .view-image-button button ,
.page-pptransactionhistorydetail .view-image-button button {
    padding: 8px 0px ;
}
.page-originaltransactiondetail .wraper-image-popup.active .modal-image-popup .image-popup,
.page-pptransactionhistorydetail .wraper-image-popup.active .modal-image-popup .image-popup {
    max-width: 600px;
    max-height: 400px;
}
.wraper-image-popup.active .modal-image-popup .close-image-popup {
    width: 52px;
    height: 62px;
    background-repeat: no-repeat;
}
.trans-his-detail-content .formio-component-datagrid {
    width: 100%;
}
.trans-his-detail-content .formio-component-datagrid th {
    text-align: center !important;
}
/* thang css-end */

/* namnh success page start */
    .pp-wraper {
        background-color: #fff;
    }
  .wrapper-watermark-success > fieldset > .fieldset-body {
    margin-bottom: 0;
    min-height: auto;
    max-width: 600px;
    width: 600px;
  }

  .box-custom-success::after,
  .wavy-shapes::after {
    background-image: unset !important;
  }

  .wrapper-custom-success,
  .box-custom-success {
    background-color: #fcfcfd;
  }

  .wavy-shapes {
    display: none;
  }

  .wrapper-custom-success {
    border-radius: 8px;
    border: 2px solid #ebedf3;
    filter: none;
    padding: 0 0 12px;
    margin-top: 34px;
  }

  .wrapper-content-success-body div:not(:last-child) {
    padding-bottom: 12px;
    border-bottom: 1px solid #eaecef;
  }

  .box-custom-success {
    --circle-gradient: unset !important;
  }

  .wavy-shapes {
    --mask: unset !important;
  }

  .settlement-tittle {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #00285a;
  }

  .settlement-amout {
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    color: var(--success-600, #039874);
  }

  .settlement-time {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: var(--gray-500, #667085);
  }

  .settlement-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--gray-500, #667085);
  }

  .settlement-detail {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--gray-900, #101828);
  }

  .logo-sucsess-swhe {
    width: 160px;
    margin-top: 32px;
    margin-bottom: 8px;
  }

  .wrapper-mb-share-btn > fieldset > .fieldset-body {
    justify-content: center;
  }

@media (max-width: 499px) {
    .pp-wraper {
        background-color: #fff;
    }
    
    .wrapper-watermark-success > fieldset > .fieldset-body {
    min-width: 300px;
  }
    .wrapper-custom-success {
        margin-top: 20px;
    }
}
  /* namnh success page end */

/* namnh quick action start */
@media (max-width: 499px) {
  .modal-favorite-function .modal-favorite-function-content {
    width: 80% !important;
    min-width: unset !important;
  }
  .header-favorite-function {
    width: 80% !important;
    min-width: unset !important;
  }

  .header-favorite-function div:nth-child(3) {
    margin-right: 0px !important;
  }

  .favorite-function-menu-active.menu-list-active .menu-function-item {
    min-width: unset !important;
  }

  .name-favorite {
    font-size: 12px;
    line-height: 16px;
  }

  .account-detail-icon-qr {
    position: static;
    top: 100%;
  }
  .wraper-card-home .swiper-slide .custom-wapper-slide .account-card {
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
  }
  .wraper-card-home .swiper-slide-header {
    margin-bottom: 15px !important;
  }
}

/* Auto compile select */
#autocomplete-list {
    height: 48px;
    width: 100%;
    border: initial;
}

.auto-complete-value {
    height: 48px !important;
    cursor: pointer !important;
}

@media (max-width: 1025px) {
  .modal-favorite-function .modal-favorite-function-content {
    width: 50%;
    min-width: 428px;
  }
  .favorite-function-menu-active.menu-list-active .menu-function-item {
    width: 33.333333% !important;
    padding: 10px;
  }
  .header-favorite-function {
    width: 50%;
    min-width: 428px;
    margin: 0 auto;
    padding: 12px 20px;
  }
  .menu-list-inactive .menu-function-item {
    width: 100% !important;
  }
  .header-favorite-function div:nth-child(2) {
    margin-left: 0 !important;
  }
  .modal-favorite-function-content-items {
    padding: 0px 5vw !important;
  }
}
/* namnh quick action end */


.crop-image-container .waper-button {
    width: 40% !important;
    margin: 0 auto !important;
}

.custom-btn-share.icon-btn-print{
  display:none;
}


.confirm-info-item > fieldset > .fieldset-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-confirm-info {
  border-radius: 6px;
  background-color: #fafbfb;
  padding: 20px 30px;
  margin-bottom: 1rem !important;
}