#statements-apply-filters {
  max-width: 30px;
  float: right;
}

#statements-reset-filters {
  float: right;
}

.wrap-statement-check {
  width: 100%;
  display: flex;
  justify-content: start;
  align-self: center;
}

.wrap-statement-check label {
  cursor: pointer;
}


@media (min-width: 431px) {
    #statement-filters-popup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        min-height: 70%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.83);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }
}

@media (max-width: 430px) {
  #statement-filters-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
  }

  #statement-filters-popup .filters-popup-content {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  #statement-filters-popup .filter-container-scroll {
    flex: 1;
    overflow-y: auto;
  }

  #statement-filters-popup .popup-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 10px;
  }
}

.kering-gray-statement {
  color: var(--keringGray-E1);
  text-transform: capitalize;
  padding-right: 5%;
}

.statement-gray span {
  color: var(--keringGray-E1);
}

.kering-statement {
  padding-right: 5%;
}

.statement-search-text {
  margin-top: 7px;
  min-height: 30px;
  height: auto;
  padding-top: 8px;
}

.statement-data a {
  margin: 0;
}

.statement-searchbox-container textSearch {
  margin-top: 30px;
}

.statement-searchbox-no-result {
    text-align: center;
    color: #a9a9a9;
    font-family: "dinpromedium";
    line-height: 150px;
}


.statement-searchbox-container input {
  border: none;
  border-bottom: 2px solid var(--keringGray-B3);
}

.statement-searchbox-container input {
  font-size: 12px;
  width: 100%;
  height: 35px;
}

.page-my-statement .filter-icon {
  padding: 0;
}

.page-my-statement .row.no-gutters,
.page-statement-review .row.no-gutters,
.page-statement-checkout .row.no-gutters,
.page-statement-confirmation .row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.page-my-statement .row.no-gutters > [class*="col-"],
.page-statement-review .row.no-gutters > [class*="col-"],
.page-statement-checkout .row.no-gutters > [class*="col-"],
.page-statement-confirmation .row.no-gutters > [class*="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.page-my-statement .row.no-gutters * [class*="col-"],
.page-statement-review .row.no-gutters * [class*="col-"],
.page-statement-checkout .row.no-gutters * [class*="col-"],
.page-statement-confirmation .row.no-gutters * [class*="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.page-my-statement .center_wrapper,
.page-statement-review .center_wrapper,
.page-statement-checkout .center_wrapper,
.page-statement-confirmation .center_wrapper {
  max-width: 1200px;
  width: 88%;
  margin: auto;
  padding: 0 !important;
}

.page-my-statement.template-pages-account-accountLayoutPage
  .accountLeftNavigation,
.page-statement-checkout.template-pages-account-accountLayoutPage
  .accountLeftNavigation,
.page-statement-review.template-pages-account-accountLayoutPage
  .accountLeftNavigation {
  width: 22%;
}

.page-my-statement.template-pages-account-accountLayoutPage .accountContentPane,
.page-statement-review.template-pages-account-accountLayoutPage
  .accountContentPane,
.page-statement-checkout.template-pages-account-accountLayoutPage
  .accountContentPane {
  width: 78%;
}

.statement-outstanding-container {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid var(--keringGray-EE);
  padding-bottom: 10px;
}

span.outstanding-total-label,
span.pastdue-label,
span.outstanding-total-value,
span.pastdue-value {
  font-size: 12px !important;
}

span.outstanding-total-label,
span.pastdue-label {
  color: var(--keringGray-95) !important;
}

.statement-searchbox-container {
  margin-top: 10px;
}

span.statement-download {
  text-align: right;
  margin-bottom: 0;
  color: var(--keringGray-A9) !important;
  font-size: 12px;
  font-family: "dinproregular";
  cursor: pointer;
}

.statement-download img {
  margin-left: 10px;
  width: 14px;
  height: 14px;
  opacity: 0.6;
}

.page-my-statement .ui-datepicker-calendar thead tr th {
  background-color: white;
}

.page-my-statement .ui-state-active .ui-state-hover {
  background: var(--keringGray-00);
}

.page-my-statement .ui-state-active:hover,
.page-my-statement .ui-state-hover:hover {
  background: var(--keringGray-00);
}

.page-my-statement .ui-state-highlight .ui-state-hover {
  background: var(--keringGray-00);
}

.page-my-statement .ui-widget-content .ui-state-hover {
  background: var(--keringGray-00);
}

.page-my-statement .ui-widget-content .ui-state-active {
  background: var(--keringGray-00);
  border: 1px solid var(--keringGray-00);
}

.page-my-statement .ui-datepicker .ui-datepicker-next {
  color: var(--keringGray-00);
}

.page-my-statement .ui-datepicker .ui-datepicker-prev {
  color: var(--keringGray-00);
}

.page-my-statement .ui-state-highlight,
.page-my-statement .ui-widget-content .ui-state-highlight,
.page-my-statement .ui-widget-header .ui-state-highlight {
  background-color: var(--keringGray-00);
  border-color: var(--keringGray-00);
}
.page-my-statement .filter-wrapper.sticky-filter .filter-wrapper-container{
    background-color: white;
}

.page-my-statement .statements-filter-container {
  padding: 15px 0;
  background-color: white;
  border-bottom: 1px solid var(--keringGray-B3);
}

.page-my-statement .title-wrapper .title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.statement-history {
  font-size: 11px;
}

.statement-history .statement-history-head {
  display: flex;
  align-items: center;
  background-color: var(--keringGray-00);
  color: var(--keringGray-FF);
  text-transform: uppercase;
  padding: 5px 0;
}

.statement-history .statement-history-head .statement-thead {
  display: flex;
  align-items: center;
  justify-content: center;
}

.statement-history
  .statement-history-head
  .statement-thead.statement-thead-number {
  justify-content: left;
}

.statement-history .statement-history-head .statement-thead a {
  margin-bottom: 0;
  margin-left: 5px;
}

.statement-history .statement-history-head .statement-icon,
.statement-history .statement-history-item .statement-icon {
  margin-right: 5px;
}

.statement-history .statement-history-head .statement-icon a,
.statement-history .statement-history-item .statement-icon a {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.statement-history .statement-history-item {
  display: flex;
  /* align-items: center; */
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--keringGray-B3);
}

.statement-history .review-history-item {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--keringGray-B3);
}

.statement-history .statement-history-item .row,
.statement-history .review-history-item .row {
  display: flex;
  align-items: center;
}

.statement-history .statement-history-item .statement-icon {
  float: left;
}

.statement-history .statement-history-item .statement-data:not(:first-child),
.statement-history .review-history-item .review-data {
  display: flex;
  justify-content: center;
  align-items: center;
}

.statement-history
  .statement-history-item
  .statement-data
  .js-statementDetailModal {
  color: var(--keringGray-66);
  font-weight: 900;
  margin-bottom: 5px;
}

.statement-history .statement-history-item .statement-data .statement-label,
.statement-history .review-history-item .review-data .review-label {
  float: left;
}

.statement-history .statement-history-item .statement-data,
.statement-history .statement-history-item .statement-data span,
.statement-history .review-history-item .review-data,
.statement-history .review-history-item .review-data span {
  color: var(--keringGray-66);
  font-size: 11px;
}

.statement-history
  .statement-history-head
  .statement-thead.statement-thead-number {
  justify-content: center;
}

.statement-history .statement-history-item .statement-data,
.review-history .review-history-item .review-data {
  text-align: center;
}

.statement-history
  .statement-history-item
  .statement-data
  .js-statementDetailModal {
  margin-bottom: 0;
}

.page-my-statement .show-more-button,
.page-statement-review .show-more-button,
.page-statement-checkout .show-more-button {
  text-transform: uppercase;
  margin-left: 0;
  padding-bottom: 45px;
  border-bottom: 1px solid var(--keringGray-B3);
}

.statement-checkbox {
  display: flex;
  align-items: center;
}

.statement-checkbox label,
.select-all-invoices,
.select-all-credits {
  width: 15px;
  height: 15px;
  border: 1px solid var(--keringGray-A9);
}

.select-all-invoices,
.select-all-credits {
  border: 1px solid var(--keringGray-FF);
  margin: 10px !important;
}

.select-all-invoices:checked::before,
.select-all-credits:checked::before {
  content:"\2714";
  color: var(--keringGray-FF);
  font-size: 14px;
  line-height: 0px; 
}

.select-all-invoices + a.not-clickable,
.select-all-credits + a.not-clickable {
  display: none;
}
/*
.statement-thead-number .better-sorting-arrows {
  transform: rotate(180deg);
}
*/
.loadmore-creditnotes,
.loadmore-invoices {
  text-decoration: underline;
}

.statement-checkbox input + label {
  background-color: var(--keringGray-FF);
  padding: 6px;
  width: 15px;
  height: 15px;
  border: 1px solid var(--keringGray-A9);
  display: inline-block;
  position: relative;
}

.statement-checkbox input:checked + label {
  background-color: var(--keringGray-FF);
  border: 1px solid var(--keringGray-66);
  color: var(--keringGray-66);
}

.statement-checkbox input:checked + label:after {
  content: "\2714";
  font-size: 14px;
  position: absolute;
  top: -2px;
  left: 1px;
  color: var(--keringGray-66);
}

.selected-amount-container {
  margin-top: 20px;
  /* display: flex;
  align-items: start; */
  padding: 10px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion.accordion-statement {
  background-color: var(--keringGray-FF);
  color: var(--keringGray-66);
  cursor: pointer;
  text-align: right;
  border: none;
  outline: none;
  transition: 0.4s;
  border: none;
  width: 100%;
}

.selected-amount-container span.amount-label,
.selected-amount-container span.amount-value {
  color: var(--keringGray-00);
}
.selected-amount-container .accordion-statement.kering-statement-accordion span.amount-label.text-right{
  margin-left: 25px;
}
.selected-amount-container span.amount-label,
.selected-amount-container span.amount-value {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'dinpromedium';
}
.selected-amount-container .accordion-statement span.amount-label,
.selected-amount-container .accordion-statement span.amount-value {
  font-family: 'dinproregular';
}
/* Style the accordion panel. Note: hidden by default */
.panel.panel-statement {
  display: none;
  position: absolute;
  bottom: 0;
  left: 25px;
  background-color: white;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: none;
  width: 120vw;
  left: 108%;
  box-shadow: 0px -5px 6px #00000029;
  margin-bottom: 36px;
  transform: translateX(-50%);
}
/* .panel.panel-statement .panel-statement-info{
  display: grid;
  align-items: center;
  justify-content: flex-end;
  grid-template-columns: 33% 9%;
} */
.panel.panel-statement .amount-list{
  padding-top: 20px;
  width: 366px;
  margin-left: auto;
  margin-right: 28px;
}

.panel.panel-statement .amount-item .amount-label, 
.panel.panel-statement .amount-item .amount-value{
  padding: 5px 0;
}
.selected-amount-container span.amount-value{
  white-space: nowrap;
}
.accordion.accordion-statement::after {
  content: " ";
  background-color: var(--keringGray-FF);
  background-image: url(../../common/images/icons/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: -63px;
  width: 15px;
  height: 20px;
}

.accordion.accordion-statement.active-accordion::after {
  content: " ";
  background-color: var(--keringGray-FF);
  background-image: url(../../common/images/icons/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: -63px;
  width: 15px;
  height: 20px;
  transform: rotate(180deg)
}

.page-my-statement .show-more-section,
.page-statement-review .show-more-section,
.page-statement-checkout .show-more-section {
  min-height: 50px;
}

.statement-button-review .btn.btn-black {
  padding: 0.7rem;
  max-width: 297px;
  width: 100%;
  min-width: fit-content;
  margin-right: auto;
  margin-bottom: 0;
}

.statement-button-review .btn.btn-black.disabled {
  background-color: var(--keringGray-FF);
  border: 1px solid var(--keringGray-00);
  cursor: not-allowed;
}

.sticky-amount {
  position: sticky;
  bottom: 0;
}

.review-icon {
  margin-right: 10px;
}

.review-icon .cancel {
  width: 12px;
  height: 16px;
}

.review-icon a {
  margin-bottom: 0 !important;
}

.statement-review {
  margin-top: 40px;
}

.statement-payment-container {
  margin-top: 40px;
  width: 100%;
  text-align: right;
  max-width: 297px;
  margin-right: auto;
}

.statement-payment-container .payment-modal {
  margin-bottom: 0;
  text-transform: uppercase;
  text-decoration: underline;
}
.statement-payment-container a:hover.payment-modal, 
.statement-payment-container a:focus.payment-modal{
  color: var(--keringGray-33);
}

.page-statement-checkout .modal,
.page-statement-checkout .modal label {
  text-transform: uppercase;
  color: var(--keringGray-00);
}

.page-statement-checkout .modal .js-pay {
  padding: 10px;
  width: 50%;
  margin: auto;
}
.page-statement-checkout [contentEditable="true"]:empty:not(:focus):before {
  content: attr(data-text);
}

.page-statement-checkout .modal-payment-feedback {
  text-transform: none;
}

.page-statement-checkout .customer-support {
  text-decoration: underline;
  margin-bottom: 0 !important;
  display: inline !important;
}

.page-statement-checkout .modal-message:first-child {
  margin-bottom: 20px;
}

.statement-confirmation-success {
  font-size: 15px;
  font-weight: 900;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--keringGray-B3);
}

.payment-details-title {
  font-weight: 900;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--keringGray-B3);
  margin-bottom: 5px;
}

.payment-information-section {
  margin-bottom: 40px;
}

.statement-payer-informations {
  width: 80%;
}

.statement-payer-informations .detail-label,
.statement-payer-informations .detail-value {
  display: inline;
}

.statement-payer-informations .detail-label {
  margin-right: 5px;
  color: var(--keringGray-95);
}
.statement-payer-informations .detail-value {
  color: var(--keringGray-00);
}
.statement-download-button-container {
  text-align: right;
}

@media screen and (min-width: 430px) {
  .page-my-statement .filter-container .section-facet-container .section-facet input::placeholder{
    color: var(--keringGray-00);
  }
    .row.no-gutters.selected-amount-container .total-amount{
      padding-top: 5px;
      display: flex;
      flex-direction: column;
      align-items: end;
      justify-content: end;
      width: 100%;
    }
    .col-md-12.statement-history.statement-review{
        min-height: 400px;
    }
    .row.no-gutters.selected-amount-container.sticky-amount.active-accordion{
        padding-top: 70px;
    }
    .row.no-gutters.selected-amount-container.sticky-amount {
        margin-top: 200px;
        /* box-shadow: 0px -3px 3px #00000029; */
    }
    .statement-payment-container {
        margin-top: 20px;
    }
    .statement-button-review{
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: end;
        width: 100%;
    }
    .page-my-statement .row.no-gutters .statement-searchbox-bar{
        padding-right: 20px !important;
    }
    a.js-statementDetailModal.statement-products{
        cursor: auto;
    }
    .row.no-gutters.statement-history-head.statement-history-sticky{
        position: sticky;
        top: 0;
        z-index: 15;
    }
    span.outstanding-total-value,
    span.pastdue-value {
        color: var(--keringGray-00) !important;
    }
    .selected-amount-container .amount-list span.amount-label,
    .selected-amount-container .amount-list span.amount-value{
        color: var(--keringGray-00);
    }
     .page-my-statement .filter-wrapper.sticky-filter{
      padding-right: 0;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
     }
}