/**
*
* Components
*
*/
.checkout-summary {
  background: #dff6f3;
  margin-bottom: 20px;
  padding: 20px;
}
.checkout-summary h3 {
  margin-top: 0;
}
.checkout-summary .price {
  color: #999393;
}
.checkout-summary .price span {
  font-size: 22px;
  font-weight: 700;
  color: black;
}
.checkout-summary .price span#currency-code {
  color: #999393;
  font-weight: normal;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .register-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .register-form:before, .register-form:after {
    content: none !important;
  }
}
@media screen and (min-width: 768px) {
  .register-form .register-form__summary {
    margin-right: auto;
  }
  .register-form .register-form__summary h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

#coupon-amount,
#card-errors {
  color: #f17270;
}

.account-box {
  border: 1px solid #ebebeb;
  padding: 20px;
  margin-bottom: 20px;
}
.account-box .account-box__header {
  background: #ebebeb;
  margin: -20px -20px 20px;
  padding: 20px;
}
.account-box .account-box__header h3 {
  margin: 0 0 0;
  line-height: 1;
}

.section-card {
  border: 1px solid #b5b5b5;
  padding: 0 0 1rem;
  border-radius: 0.25rem;
  overflow: hidden;
  margin: 0 0 1rem;
}
.section-card table {
  border: 0;
}
.section-card table.width-auto {
  width: auto !important;
}
.section-card table tr, .section-card table td, .section-card table th {
  border: 0;
}
.section-card table tbody th {
  font-weight: normal;
}
.section-card table th {
  font-size: inherit;
  padding-right: 10px;
  text-transform: none;
}

.section-card-title {
  background: #eef6ef;
  padding: 0.25rem 1.5rem;
  font-weight: 700;
  font-size: 21px;
  margin: 0 0 20px;
  line-height: inherit;
}

legend.section-card-title {
  float: left;
  border: 0;
}

#menu-dashboard-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu-dashboard-menu .menu-item {
  margin: 0 0 10px;
}
#menu-dashboard-menu .menu-item a {
  display: inline-block;
  border-bottom: 2px solid transparent;
  color: inherit;
}
#menu-dashboard-menu .menu-item a:focus, #menu-dashboard-menu .menu-item a:hover {
  text-decoration: none;
}
#menu-dashboard-menu .menu-item a:focus,
#menu-dashboard-menu .menu-item a:hover,
#menu-dashboard-menu .current-menu-item a {
  border-color: #25c3ac;
}
#menu-dashboard-menu .current-menu-item a {
  font-weight: 700;
}

.currency-switcher {
  padding: 0;
  margin: 0 0 2rem;
  display: inline-block;
}

.currency-switcher-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.currency-switcher-legend {
  border: 0;
  color: #838383;
  line-height: 1;
  width: auto;
  margin: 0 2rem 0 0;
}

.currency-switcher-label {
  border: 1px solid #b5b5b5;
  color: #2a9037;
  margin: 0 0 0 6px;
  cursor: pointer;
  border-radius: 6px;
  white-space: nowrap;
  padding: 6px 20px;
  font-weight: 400;
  line-height: 1;
}

.currency-switcher-radio:checked + .currency-switcher-label {
  background: #2a9037;
  color: #fff;
  border-color: #2a9037;
}

.currency-switcher-radio:focus + .currency-switcher-label {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.alert {
  border: none !important;
}
.alert.small {
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 5px 5px 10px !important;
}
@media screen and (min-width: 768px) {
  .alert .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .alert .row:before, .alert .row:after {
    content: none;
  }
}
.alert .row > div:first-child {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .alert .row > div:first-child {
    margin-bottom: 0;
    text-align: left;
  }
}
.alert .row > div:last-child {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .alert .row > div:last-child {
    text-align: right;
  }
}
.alert.alert-info {
  background: #fff7a6;
  color: #1a1a1a;
}
.alert.alert-grey {
  background: #D8D8D8;
  color: #1a1a1a;
}
.alert.inline-block {
  display: inline-block;
}
.alert .button {
  background: transparent;
  border: 2px solid black;
  color: black;
}

table.dataTable thead .sorting {
  background-image: url("./../resources/assets/sort_both.png");
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting_asc {
  background-image: url("./../resources/assets/sort_asc.png");
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting_desc {
  background-image: url("./../resources/assets/sort_desc.png");
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right;
}

.auth-container {
  min-height: 90vh;
}

.mailcheck-suggestion {
  font-size: 15px;
  text-align: right;
}

#payment-form .form-control,
#trial-form .form-control,
#payment-elements .form-control,
.pt-ajax-form .form-control,
#resource-searchform .form-control {
  height: auto;
  border-radius: 4px;
  padding: 10px 15px !important;
}
#payment-form .form-label,
#trial-form .form-label,
#payment-elements .form-label,
.pt-ajax-form .form-label,
#resource-searchform .form-label {
  font-weight: 400;
}
#payment-form .is-invalid,
#trial-form .is-invalid,
#payment-elements .is-invalid,
.pt-ajax-form .is-invalid,
#resource-searchform .is-invalid {
  border-color: #f17270 !important;
  background: #fdf4f6 !important;
}
#payment-form .invalid-coupon-message,
#trial-form .invalid-coupon-message,
#payment-elements .invalid-coupon-message,
.pt-ajax-form .invalid-coupon-message,
#resource-searchform .invalid-coupon-message {
  color: #f17270;
}
#payment-form .StripeElement,
#trial-form .StripeElement,
#payment-elements .StripeElement,
.pt-ajax-form .StripeElement,
#resource-searchform .StripeElement {
  border: 1px solid #b0b0b0 !important;
  padding: 13px 15px !important;
}
#payment-form .StripeElement--focus,
#trial-form .StripeElement--focus,
#payment-elements .StripeElement--focus,
.pt-ajax-form .StripeElement--focus,
#resource-searchform .StripeElement--focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#payment-form .StripeElement--invalid,
#trial-form .StripeElement--invalid,
#payment-elements .StripeElement--invalid,
.pt-ajax-form .StripeElement--invalid,
#resource-searchform .StripeElement--invalid {
  border-color: #f17270 !important;
  background: #fdf4f6 !important;
}
#payment-form .StripeElement--webkit-autofill,
#trial-form .StripeElement--webkit-autofill,
#payment-elements .StripeElement--webkit-autofill,
.pt-ajax-form .StripeElement--webkit-autofill,
#resource-searchform .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
#payment-form .card-applepay-options,
#trial-form .card-applepay-options,
#payment-elements .card-applepay-options,
.pt-ajax-form .card-applepay-options,
#resource-searchform .card-applepay-options {
  margin-bottom: 20px;
}
#payment-form .card-applepay-options .cards-img img,
#trial-form .card-applepay-options .cards-img img,
#payment-elements .card-applepay-options .cards-img img,
.pt-ajax-form .card-applepay-options .cards-img img,
#resource-searchform .card-applepay-options .cards-img img {
  max-height: 30px;
}
#payment-form #payment-request-button,
#trial-form #payment-request-button,
#payment-elements #payment-request-button,
.pt-ajax-form #payment-request-button,
#resource-searchform #payment-request-button {
  border: none !important;
  padding: 0 0 !important;
}
#payment-form .google-pay,
#trial-form .google-pay,
#payment-elements .google-pay,
.pt-ajax-form .google-pay,
#resource-searchform .google-pay {
  background: transparent;
  border-color: transparent;
  padding: 0 0 0;
  width: 76px;
}

.clearfix {
  clear: both;
}

@media (min-width: 768px) {
  .text-sm-right {
    text-align: right;
  }
}

.d-inline {
  display: inline;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.grey {
  color: #D8D8D8;
}

.pt-4 {
  padding-top: 2em;
}

.pl-4 {
  padding-left: 2em;
}

.pr-4 {
  padding-right: 2em;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.3em;
}

.mb-4 {
  margin-bottom: 1em;
}

.w-auto {
  width: auto !important;
}

.btn-link.button-link {
  color: #2a9037;
  padding: 0;
  border: 0;
}
.btn-link.button-link:focus, .btn-link.button-link:hover {
  outline: none;
  color: #195520;
}

.apple-pay-button {
  display: inline-block;
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: donate;
  /* also: check-out, book, or subscribe */
}