.navSection.primary .rootLink {
    color: var(--DarkBlue50) !important;
}
.globalNav .navSection.mobile .rootLink {
    color: #47525d !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;
} 

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

.landing.ocs {
    background: #fff !important;
}

.landing-container.ocs {
    padding: 8rem 1rem 2rem;
    color: var(--DarkBlue50);
}

.landing-container::before, .landing-container::after {
    content: none !important;
}

/* .landing-text h1 {
    color: var(--DarkBlue50);
    font-size: 3rem;
    line-height: 1.5;
    padding-bottom: 3rem;
} */

.paper-content.title, .steps p, .invoice-compare .sub-title {
    text-align: center;
}

.ocs .landing-text {
    z-index: 9;
    margin: 0 auto;
}

.landing-illustration.ocs {
    max-width: 650px;
}

.landing-illustration.ocs img {
    width: 120%;
    max-width: 800px;
    right: -20px;
    top: 2rem;
}

.landing.ocs .cta {
    gap: 1.5em;
    display: flex;
    flex-wrap: wrap;
}

.ghost-button-green {
    background: #fff;
    color: var(--Green50);
    border: 2px solid var(--Green50);
}

.ghost-button-green:hover {
    background: var(--Green50);
    color: #fff;
}

.header-section {
    text-align: center;
    padding-bottom: 2rem;
}

.header-section h2 {
    padding-bottom: 0;
    padding-top: 0;
}

.footer-section {
    padding-top: 3em;
    text-align: center;
}

.invoice-compare, .invoice-demo {
    color: var(--DarkBlue50);
    background: #F2F7FC;
    position: relative;
}

.invoice-compare .content {
    gap: 4em !important;
}

.invoice-compare .content .old-invoice {
    /* background: #f5f5f5; */
    padding: 3rem 2rem 2rem;
    /* border: 0.5px solid #133F5D1A; */
    border-radius: 15px;
    width: 100%;
    max-width: 400px;
    height: 870px;
    position: relative;
    background: no-repeat url(https://storage.googleapis.com/clevertap-assets/one-click-share/paper-effect.webp) 0 0;
    background-color: #EBEBEB;
    background-repeat: repeat;
    box-shadow: 2px 10px 30px 0px #133F5D1A;
    /* -webkit-filter: brightness(105%);
    filter: brightness(105%); */
    /* filter: blur(0.8px); */
}

.invoice-compare .content .old-invoice h3, .invoice-compare .content .paper-invoice h3 {
    text-align: center;
    padding-bottom: 0;
}

.invoice-compare .content hr {
    display: block;
    height: 1.5px;
    width: 50%;
    border: 0;
    border-top: 1.5px solid #859cab5e;
    margin: 1em auto;
    padding: 0 0 1em;
}

.invoice-compare .content .payment-methods hr {
    width: 100%;
    height: 1px;
    border-top: 1px solid #859cab5e;
}

.invoice-compare .content .sums {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    align-items: center;
    color: #859CAB;
    font-weight: 700;
}

.invoice-compare .content .sum-line {
    width: 95%;
    display: block;
    border: 0;
    border-top: 2px solid #859CAB;
    padding: 0;
}

.invoice-compare .content .paper-invoice {
    background: #fff;
    padding: 3rem 2rem 2rem;
    border-radius: 15px;
    width: 100%;
    max-width: 400px;
    box-shadow: 2px 10px 30px 0px #133F5D1A;
    height: 640px;
    z-index: 2;
    position: relative;
}

.invoice-compare .content .paper-invoice .paper-invoice-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 9em;
}
.invoice-compare .payment-methods p.payment-methods-title {
    font-size: 1.3rem;
    padding-bottom: 1.3rem;
}

.invoice-compare .payment-methods p {
    font-size: 0.8rem;
    color: #718C9E;
    font-weight: 700;
    padding-bottom: 0.5em;
}

.invoice-compare .payment-methods .methods>div>img {
    margin-right: 1em;
}

.invoice-compare .content .count .cost {
    display: flex; 
    justify-content: space-between; 
    padding-block: 3px;
    width: 92%;
    margin: auto;
}

.invoice-compare .content .count .cost.total {
    width: 100%;
    padding-right: 14px;
    font-weight: 700;
    align-items: center;
}

.invoice-compare .content .count .cost .cost-price {
    display: flex; 
    justify-content: space-between; 
    width: 30%;
}

.invoice-compare .content .paper-invoice .count .cost .cost-price {
    width: 20%;
}

.invoice-compare .content .count .cost .cost-price.free p {
    color: #4195D5;
    font-size: xx-large;
}

.invoice-compare .content .count .cost .cost-price.old p {
    color: #E35273;
    font-size: 1.8rem;
    position: relative;
    left: -1.5em;
}

.invoice-compare .content .count p {
    padding-bottom: 0;
}

.invoice-compare .content .count p.lbr {
    font-size: 1.1rem;
}

.aurora-green{
    position: absolute;
    width: 100%;
    max-width: 550px;
    right: -6em;
    z-index: 0;
    bottom: 0;
}

.check-uncheck {
    position: absolute;
    width: 100%;
    max-width: 80px;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.steps {
    background: linear-gradient(307.1deg, #257AB4 11.88%, #113955 61.67%);
    color: #fff;
}

.steps .content, .invoice-compare .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
    padding-top: 2em;
}

.steps .content .content-list {
    max-width: 250px;
    text-align: center;
    margin-top: 1em;
}

.steps .content .content-list-icon {
    height: 80px;
}

.steps .content .content-list-icon img {
    max-width: 50px;
}

.steps .content .content-list h3 {
    line-height: 1.5;
}

.paper-container {
    position: relative;
}

.paper-container.footer {
    padding: 3rem 1rem;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 4em;
}

.footer-content h2 {
    text-align: left;
    padding-bottom: 1rem;
}

.footer-illustration {
    width: 100%;
    max-width: 450px;
}

.footer-illustration img {
    width: 100%;
    max-width: 400px;
}

.footer-row.new-footer #homepage-footer {
    border-top: 1px solid #ffffff8f !important;
    padding-top: 3rem;
}

.invoice_tab {
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
    max-width: 350px;
    color: #B5BEC5;
    border-bottom: 2px #133F5D;
}

.invoice_tab_content {
    display: none;
}

.warning-notes {
    display: none;
}

.active {
    color: var(--DarkBlue50);
}

.invoice_tab_content#invoice_tab1, .invoice_tab_content#invoice_tab2 {
    position: absolute;
    right: 0;
    top: 20em;
    height: auto;
    max-width: 100%;
}

.invoice_demo_tab {
    margin-top: 6em;
}

.invoice_demo_tab hr {
    border-top: 1px solid #B5BEC5;
    width: 88%;
    margin-inline: auto;
    margin-top: 0;
}

.form-demo {
    background-color: #fff;
}

.si-demo {
    width: 100%;
    max-width: 680px;
    position: relative;
    /* right: -6em; */
}
.testimoni {
    position: relative;
}

.blue-gradient-footer .footer-content {
    gap: 0;
}

.invoice-compare h3 {
    font-size: var(--table-title-fs);
}

@media (max-width: 1033px) {
    .landing-illustration.ocs img {
        position: unset;
        margin-bottom: -4em;
        /* transform: translateX(25%); */
    }

    .landing-container.ocs {
        padding: 10rem 1rem 6rem;
    }

    .landing-illustration.ocs img {
        max-width: 650px;
    }

    .landing.ocs .cta {
        justify-content: center;
    }

    .blue-gradient-footer .footer-illustration img {
        max-width: 360px;
    }
}

@media (max-width: 976px) {
    br {
        display: none;
    }
    .steps h3 {
        padding-bottom: 0.8rem;
    }

    .aurora-green{
        right: -10em;
        bottom: 15em;
    }
}

@media (max-width: 894px) {
    .aurora-green {
        right: 0;
        bottom: 0;
    }
}

@media (max-width: 768px) {
    /* .landing-illustration.ocs img {
        transform: translateX(10%);
    } */
    /* .landing-text h1 {
        font-size: 2.5rem;
    } */
    .testimoni .flex-container.testi {
        display: block;
        position: relative;
    }
    .testimoni .content-text.testi {
        padding-right: 0;
        width: 100%;
        justify-content: center;
    }
    .testimoni .content-text h2 {
        text-align: center;
    }
    .testimony-points-controls .th-controls {
        justify-content: space-between !important;
    }
    .testimony-points-controls .carousel-control-prev {
        margin-left: 0 !important;
    }
    .content-illustration.testi img {
        max-width: 120px !important;
    }
    .testimony-desc.paperpay-in img {
        max-width: 40px !important;
    }
    .testimoni .content-illustration {
        width: 100%;
    }
    .testimony-desc.paperpay-in p {
        font-size: 1.2rem !important;
    }
    .blue-gradient-footer .footer .footer-content {
        display: grid;
        gap: 0;
    }

    .blue-gradient-footer .footer .footer-content h2 {
        text-align: center;
    }
    .blue-gradient-footer .footer .footer-illustration {
        justify-content: center;
        display: flex;
        margin: 0 auto;
    }
    .blue-gradient-footer .footer .footer-illustration img {
        max-width: 300px;
        display: flex;
    }
    .footer-copy.ocs .paper-button{
        display: flex;
        width: fit-content;
        margin: 0 auto;
    }
    .main-tooltip.bottom {
        right: 6em !important;
    }
    .blue-gradient-footer .footer-content {
        flex-direction: column;
        max-width: 480px;
        margin: auto;
    }
    .blue-gradient-footer .footer-content h2 {
        text-align: center;
    }
    .blue-gradient-footer .footer-illustration img {
        max-width: 300px;
    }
    .ocs .landing-text {
        max-width: 500px;
    }
    .landing-illustration.ocs img {
        max-width: 550px;
    }
}

@media (max-width: 480px) {
    /* .paper-container {
        padding: 7rem 1rem !important;
    } */
    .landing-container.ocs {
        padding-bottom: 8em;
    }
    /* .landing-text h1 {
        font-size: 2rem;
    } */
    .landing-illustration.ocs img {
        transform: none;
    }
    .landing .cta .paper-button {
        width: 60%;
    }
    .invoice-demo .paper-container {
        padding-top: 8em;
    }
    .invoice-compare .content .old-invoice {
        height: 700px;
    }
    .invoice-compare .content .paper-invoice {
        height: 505px;
    }
    .invoice-compare .payment-methods .methods>div>img {
        max-width: 50px;
        margin-right: 0.5rem;
    }
    .invoice-compare .content .paper-invoice .paper-invoice-flex {
        gap: 4em;
    }
    .invoice-compare .payment-methods p.payment-methods-title {
        font-size: 1rem;
    }
    .steps .content .content-list-icon {
        height: 70px;
    }
    .steps .content .content-list-icon img {
        max-width: 45px;
    }
    .steps .paper-button {
        width: 100%;
    }
}

/* Responsive for Section Invoice Demo */
@media (max-width: 1025px) {
    .invoice-demo {
        padding-bottom: 0;
    }
    .invoice_demo_tab {
        display: flex;
        margin: 0 auto;
        text-align: center;
        padding-top: 4em;
    }
    .invoice_demo_tab hr {
        display: none;
    }
    .invoice_tab_content#invoice_tab1, .invoice_tab_content#invoice_tab2 {
        position: initial;
    }
    .si-demo {
        margin: 0 auto;
    }
    .product-demo .paper-container {
        padding-bottom: 0;
    }
}

@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 1;}
  }
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}

.paper-container.testi {
  height: 100%;
  /* min-height: 775px; */
}
.content-text.testi {
    padding-right: 3rem;
    align-items: center;
    justify-content: flex-end;
    display: flex;
}
.content-text h2 {
  text-align: right;
  color: #133f5d;
}
.content-illustration.testi img {
    max-width: 170px;
}
.content-illustration.testi #agave img{
    margin-left: -1em;
}
.carousel * {
  font-family: "Lato";
}
.carousel-item {
  background: transparent;
}
.flex-container.testi {
  align-items: normal;
}
.users-testimony .card {
  padding: 3em 2em;
  width: 100%;
  text-align: left;
  background: linear-gradient(161deg, #133F5D 26.62%, #4195D5 88.48%, #71B0E0 105.12%);
  border-radius: 15px;
}

#testimony-carousel .carousel-inner {
  position: relative;
  overflow: visible;
}

.testimony-desc.paperpay-in {
  width: 100%;
  position: relative;
}
.testimony-desc.paperpay-in p {
  font-family: "Lustria";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 2;
  letter-spacing: -0.02em;
  color: #fff;
  padding-top: 2rem;
}
.testimony-desc img {
  position: absolute;
  right: 3px;
  top: -4rem;
  width: 100%;
  max-width: 29px;
  opacity: 0.3;
}
#agave .testimony-desc img {
    top: -6rem;
}
.testimony-desc.paperpay-in img {
    max-width: 45px;
}
.testimony-name p {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  text-align: left;
  color: #fff;
  padding-bottom: 0;
}
.testimony-name p:first-child {
    font-size: 1.3rem;
    font-weight: 700;
}
.testimony-name-title {
  font-weight: 400;
}
.testimony-points {
  display: none;
}
.testimony-points.active {
  display: flex;
  justify-content: right;
  gap: 2rem;
}
.testimony-points h2 {
  padding-bottom: 0;
}
.testimony-points-item {
  max-width: 200px;
  text-align: right;
}
.testimony-points-item p {
  color: #133f5d;
  font-weight: 400;
}

.testimony-points-controls .th-controls {
    display: flex;
    justify-content: end;
    padding-bottom: 2rem;
  }
.testimony-points-controls .carousel-control-next,
.testimony-points-controls .carousel-control-prev {
  height: 27px;
  background: #4C6E844D;
  width: 27px;
  bottom: -14px;
  right: 0px;
  top: auto;
  box-shadow: -1px 0px 16px 0px rgb(0 0 0 / 14%);
  -webkit-box-shadow: -1px 0px 16px 0px rgb(0 0 0 / 14%);
  -moz-box-shadow: -1px 0px 16px 0px rgba(0, 0, 0, 0.14);
  border-radius: 100px;
  opacity: 1;
  transition: 0.3s;
  position: initial;
  margin-left: 1.5em;
}

.testimony-points-controls .carousel-control-next:hover,
.testimony-points-controls .carousel-control-prev:hover {
  opacity: 0.7;
  box-shadow: -1px 0px 16px 0px rgb(0 0 0 / 15%);
  -webkit-box-shadow: -1px 0px 16px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: -1px 0px 16px 0px rgba(0, 0, 0, 0.15);
}

.testimony-points-controls .carousel-control-prev-icon {
  /* background-image: url("../../img/left-arrow-light.svg"); */
  position: relative;
  left: -1px;
  max-width: 8px;
}

.testimony-points-controls .carousel-control-next-icon {
  /* background-image: url("../../img/right-arrow-light.svg"); */
  position: relative;
  left: 1px;
  max-width: 8px;
}

.invoice-demo .product-demo {
    padding-top: 0;
}