:root {
  --text-blue: #4191cc;
  --text-secondary: #133f5d;
}

html {
  scroll-behavior: smooth;
}

h1 {
  padding-bottom: 0;
  text-align: center;
}

h3 {
  font-size: 1.8rem;
}
section {
  height: fit-content;
}

.citation {
  font-size: 12px !important;
}

.paper-heading-content {
  display: flex;
  flex-direction: column;
}

.paper-heading-content h2 {
  text-align: center;
  color: var(--darkblue-50, #133f5d);
}

.paper-heading-content span {
  font-weight: 800;
}

.paper-heading-content p {
  color: var(--darkblue-50, #133f5d);
  text-align: center;
}

.paper-container {
  height: fit-content;
}

.navSection.primary .rootLink {
  color: var(--DarkBlue50) !important;
}

.paper-logo::before {
  background-image: url(../img/paperlogofinal.svg);
  width: 160px;
  top: 6px;
}

.rootLink .menu-arrow {
  content: url("../img/down-arrow-dark.svg") !important;
}

.globalNav .navSection.mobile .rootLink {
  color: #47525d !important;
}

.supplier-portal-hero-img {
  width: 80%;
  align-self: center;
  object-fit: contain;
  margin-bottom: 6em;
  padding-right: 2em;
}

.supplier-portal-hero .paper-container {
  padding: 12em 2em 2em;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.paper-hero-content h2 {
  color: var(--text-blue);
  text-align: center;

  justify-items: start;
}
.paper-hero-content h1 {
  color: var(--text-secondary);
  text-align: center;
}

.header-ai {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  gap: 10px;
}

.header-ai > svg {
  padding-top: 12px;
}
.testimony-box {
  box-shadow: 2px 10px 30px 0px rgba(19, 63, 93, 0.1);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
  position: relative;
  max-width: 1280px;
  background-color: #fff;
}

.testimony-box h2 {
  color: var(--Text-Text-Primary, #133f5d);
  text-align: start;
}

.testimony-box p {
  color: #718c9e;
  text-align: start;
}

.testimony-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  align-self: center;
  display: none;
}

.testimony-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.kopi-kenangan {
  width: 132px;
  height: 55px;
  object-fit: cover;
  align-self: center;
  display: none;
}

.testimony-name {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.testimony-name h3 {
  color: var(--Text-Text-Primary, #133f5d);
  padding-bottom: 0;
  margin-bottom: 0;
}

.testimony-name p {
  color: var(--Text-Text-Secondary, #718c9e);
  padding-bottom: 0;
  margin-bottom: 0;
}

/* Key Features*/

.key-features span {
  color: var(--text-blue);
}

/* Future Payable Management*/

.future-payable span {
  color: #95c856;
}

.future-payable svg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.future-payable .paper-container .paper-heading-content h1,
.future-payable .paper-container .paper-heading-content p {
  color: white;
}

.future-payable .paper-container {
  width: 100%;
  gap: 20px;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.future-payable-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1280px;

  gap: 40px;
}

.future-payable-content svg {
  position: absolute;
}

.future-payable {
  background: var(
    --Gradient-BG,
    linear-gradient(
      122deg,
      #257ab4 5.58%,
      #206a9c 16.64%,
      #0f3449 43.64%,
      #0b2835 58.18%
    )
  );
  position: relative;
}

.future-card {
  padding: 34px 24px 34px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 20px;
  border: 2px solid var(--stroke-glass, rgba(255, 255, 255, 0.6));
  background: var(
    --fill-glass,
    linear-gradient(
      298deg,
      rgba(239, 239, 239, 0.6) 5.29%,
      rgba(255, 255, 255, 0.08) 87.43%
    )
  );
  box-shadow: 2px 10px 30px 0px rgba(19, 63, 93, 0.1);
}

.future-card img {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}

.future-card h3 {
  color: #fff;

  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
}

.future-card p {
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}

/* Footer */

.form-control::placeholder {
  color: #133f5d;
  font-size: 12px;
}

.form-control[readonly] {
  background-color: white;
  cursor: pointer;
}

.form-control {
  color: #133f5d;
  font-size: 12px;
}
.form-inputs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-radius: 15px;
  border: 2px solid var(--stroke-glass, rgba(255, 255, 255, 0.6));

  background: var(
    --testi-glass,
    linear-gradient(
      331deg,
      rgba(239, 239, 239, 0.6) -61.72%,
      rgba(255, 255, 255, 0.08) 82.41%
    )
  );
}

.form-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
}

.form-header h2,
.form-header p {
  color: white;
  text-align: start;
}

.form-image {
  width: 50%;
  object-fit: contain;
  align-self: center;
  display: none;
}
.supplier-portal-hero {
  background: linear-gradient(to bottom, #fff 90%, #f9f9f9 10%);
  z-index: -1;
  height: fit-content;
}
.key-features {
  background-color: #f9f9f9;
}

.key-features .paper-container {
  gap: 60px;
  display: flex;
  flex-direction: column;
}
.key-features-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.key-feature-card {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.key-feature-card img {
  width: 50%;
  object-fit: contain;

  object-position: top;
}
.key-feature-explanation {
  display: flex;
  flex-direction: column;
}

.key-feature-explanation h3 {
  color: var(--darkblue-50, #133f5d);

  text-align: center;
}

.key-feature-explanation p {
  color: var(--darkblue-50, #133f5d);
  text-align: center;
}

/* ERP */
.erp .paper-container {
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.erp span {
  color: var(--text-blue);
}

.erp-image {
  width: 80%;
  object-fit: contain;
}

.paperinaja .paper-container {
  display: flex;
  flex-direction: column;
}
.card {
  color: white;
  border-radius: 15px;
  border: 2px solid var(--stroke-glass, rgba(255, 255, 255, 0.6));
  background: var(
    --testi-glass,
    linear-gradient(
      331deg,
      rgba(239, 239, 239, 0.6) -61.72%,
      rgba(255, 255, 255, 0.08) 82.41%
    )
  );
}

.form-header {
  padding: 1.25rem;
}

#admForm {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.green-button {
  width: 100%;
}

.paperinaja {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  padding: 6em 0;
}

.paperinaja .paper-heading-content p,
.paperinaja .paper-heading-content h1 {
  color: white;
}

/* .paper-container {
  padding: 4em 3em;
} */

.success-msg {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #e3e3e3;
  width: 90%;
  color: #133f5d;
  border-radius: 6px;
}

.success-header {
  display: flex;
  justify-content: space-between;
}

.success-header p {
  font-size: 18px;
}

.success-msg h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.success-close {
  color: #133f5d;
  float: right;
  font-size: 18px;
}

.success-close:hover,
.success-close:focus {
  color: #133f5d6c;
  text-decoration: none;
  cursor: pointer;
}

input::placeholder {
  color: #999 !important;
}

.pr4 {
  padding-right: 2em;
}

.mb4 {
  margin-bottom: 4em;
}

.custom-select-multilanguage .option, .custom-select-multilanguage .selected-lang {
  color: #133F5D;
}

@media (min-width: 768px) {
  .erp-image {
    width: 60%;
    padding-right: 5%;
  }
  .supplier-portal-hero-img {
    width: 60%;
  }
  .key-feature-card img {
    width: 40%;
  }

  .paperinaja .paper-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .key-feature-card {
    flex-direction: row;
    gap: 100px;
    align-items: center;
  }

  .pr4 {
    padding-right: 0;
  }

  .mt4 {
    margin-top: 4em;
  }

  .kopi-kenangan {
    display: block;
  }
  .testimony-image {
    display: block;
  }

  .future-payable-content {
    grid-template-columns: repeat(3, 1fr);
  }

  /* .paper-container {
    padding: 4em 3em;
  } */
  .key-feature-explanation h3 {
    text-align: start;
  }

  .key-feature-explanation p {
    text-align: start;
  }
}

@media (min-width: 1024px) {
  .key-feature-card img {
    width: 35%;
  }
  .form-image {
    display: block;
  }
}

.custom-footer-new-index .footer-row.new-footer {
  background: transparent;
}

.custom-footer-new-index {
  background: var(
    --footer-gradient,
    linear-gradient(
      119deg,
      #257ab4 -3.43%,
      #206a9c 8.08%,
      #0f3449 36.22%,
      #0b2835 51.36%
    )
  );
}

.custom-footer-new-index .paperinaja {
  padding-bottom: 0;
}

.paperinaja .paper-heading-content h2 {
  color: #fff;
  font-size: 2.9em;
  text-align: left;
  padding-top: 0.5em;
  line-height: 1.5;
}
.paperinaja .paper-container {
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: center;
}
.paperinaja .paper-container {
  margin-bottom: 0;
  padding-bottom: 0;
}
.paperinaja-warapper.illustration-footer {
  width: 100%;
  max-width: 280px;
  margin-right: 5em;
}
.paperinaja-warapper img {
  width: 100%;

  position: relative;
}

.paperin-footer {
  padding-top: 4.5em;
}

.footer-row.new-footer #homepage-footer {
  border-bottom: 1px solid #ffffff8f;
  border-top: 1px solid #ffffff8f;
  padding: 3rem 0;
}
.footer-row.new-footer {
  padding: 6em 20px 30px;
}

.footer-row.new-footer #homepage-footer {
  border-top: 1px solid #ffffff8f !important;
}
.iti--separate-dial-code .iti__selected-dial-code {
  display: none;
}

.iti input[type="tel"] {
  padding-right: 36px !important;
}

.iti {
  width: 100%;
}
.iti__country-name {
  color: #000;
}

.custom-footer-new-index .paper-container {
  padding: 2rem 1rem 0;
}

@media (min-width: 600px) {
  .pr4 {
    padding-right: 3em;
  }
}
@media (max-width: 1100px) {
  .pp-anchor-point {
    max-width: 189px;
  }
  .pp-anchor-point.custom-line-top h3::after {
    height: 283px;
  }
  .pp-anchor-point.custom-line-top::after,
  .pp-anchor-point.custom-line-bottom::after {
    width: 110px;
  }
  .pp-anchor-wrapper {
    height: auto;
    background-size: cover;
  }
  .pp-anchor-wrapper {
    border-radius: 25px;
  }
  .cf-point {
    padding: 2em 1em;
  }
}
@media (max-width: 992px) {
  .ppwb-anchor-point h3 {
    width: 150px;
    height: 70px;
  }
  .ppwb-anchor-point.ppwb-point-4 h3::after {
    height: 146px;
  }
  .ppwb-anchor-point::after {
    right: -165px;
  }

  .ppw-sp {
    margin-bottom: 2em;
  }
}
@media (max-width: 924px) {
}

@media (max-width: 845px) {
  .pp-anchor {
    display: block;
  }
  .pp-anchor.top,
  .pp-anchor {
    overflow: visible;
  }
  .pp-anchor-point {
    max-width: 400px;
    margin: 0em auto 4em;
  }
  .pp-anchor-point h3 {
    width: 100%;
    height: initial;
  }
  .pp-anchor-point::before {
    left: -37px;
    top: 16px;
    width: 15px;
    height: 15px;
  }
  .pp-anchor-point::after {
    top: 22px;
    width: 2px;
    height: 219px;
    left: -31px;
  }
  .pp-anchor-point.custom-line-top h3::after {
    display: none;
  }
  .pp-anchor-point.custom-line-top::after,
  .pp-anchor-point.custom-line-bottom::after {
    width: 2px;
  }
  .pp-anchor.top {
    padding: 3em 4em 0;
  }
  .point-5 {
    margin-top: 0;
  }
  .pp-anchor-point.custom-line-bottom::after {
    display: none;
  }
  .social-proof-pp {
    position: relative;
    top: -48px;
  }
  .spp-point {
    margin: 0 2em;
  }
  .hero-image img {
    max-width: 300px;
    margin-top: 2em;
    position: relative;
    top: 24px;
  }
  .supplier-hero-paper .paper-container {
    display: block;
  }
  .hero-title,
  .supplier-hero-paper h1 {
    max-width: initial;
  }
  br {
    display: none;
  }
  .convenience-tab .tab-content .first-tab img {
    min-width: 300px;
  }
}
@media (max-width: 815px) {
  .convenience-tab .tab-point {
    max-width: 400px;
  }
  .ppwb-anchor-point.ppwb-point-3::before,
  .ppwb-anchor-point.ppwb-point-4::before,
  .ppwb-anchor-point.ppwb-point-5::before,
  .ppwb-anchor-point.ppwb-point-6::before {
    top: 3.2em;
    left: 18.5em;
  }
  .ppwb-anchor-point.ppwb-point-4::after,
  .ppwb-anchor-point.ppwb-point-5::after,
  .ppwb-anchor-point.ppwb-point-6::after {
    width: 2px;
    height: 100px;
    right: -11px;
    top: -55px;
  }
  .ppwb-anchor-point.ppwb-point-6::after {
    height: 191px;
  }
  .ppwb-anchor-point.ppwb-point-4 h3::after {
    display: none;
  }
  .ppwb-anchor-point.ppwb-point-3::after {
    right: -11px;
    top: -7.7em;
    width: 2px;
    height: 126px;
  }

  .ppwb-anchor-point h3 {
    width: 230px;
    height: initial;
  }
  .ppwb-anchor.top .ppwb-anchor-point.ppwb-point-2 {
    top: -8px;
    right: -1em;
  }
  .ppwb-anchor.top .ppwb-anchor-point.ppwb-point-2::after {
    top: -21px;
    right: -11px;
    width: 150px;
  }
  .ppwb-anchor.top .ppwb-anchor-point.ppwb-point-3 {
    right: 4em;
    position: absolute;
    top: 9em;
  }
  .ppwb-anchor .ppwb-anchor-point.ppwb-point-4 {
    right: 4em;
    position: absolute;
    top: 15em;
  }
  .ppwb-anchor .ppwb-anchor-point.ppwb-point-5 {
    right: 4em;
    position: absolute;
    top: 25em;
  }
  .ppwb-anchor .ppwb-anchor-point.ppwb-point-6 {
    right: 4em;
    position: absolute;
    top: 31em;
  }
  .ppwb-anchor .ppwb-anchor-point.ppwb-point-7 {
    right: 4em;
    position: absolute;
    top: 37em;
  }
  .ppwb-anchor .ppwb-anchor-point.ppwb-point-8 {
    position: absolute;
    top: 37em;
  }
  .ppwb-anchor .ppwb-anchor-point.ppwb-point-8::before,
  .ppwb-anchor .ppwb-anchor-point.ppwb-point-7::before {
    top: 6em;
  }
  .ppwb-anchor-point.ppwb-point-8::after {
    top: 4.3em;
    right: -308px;
    width: 420px;
  }
  .ppwb-anchor-point.ppwb-point-7::after {
    top: 4.3em;
    right: -11px;
    width: 150px;
  }
  .ppwb-anchor.top,
  .ppwb-anchor {
    overflow: visible;
    height: 265px;
  }
  .ppwb-anchor-point::after {
    right: -308px;
    top: -21px;
    width: 420px;
  }
  .ppw-woman {
    max-width: 350px;
  }
  .ppw-bottom {
    height: auto;
  }
  .ppwb-footer {
    align-items: end;
  }
}
@media (max-width: 804px) {
  .benfeat-item {
    display: block;
  }
  .benfeat-item .right,
  .benfeat-item .left {
    width: 100%;
    text-align: center;
  }
  .benfeat-item img {
    max-width: 350px;
  }
}
