/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Buttons.
 */

 button#submitPayment,
 button.wpwl-button,
.showcases-slider-column-right a,
.faq-apply input.button,
.sciart-apply input.button,
.agree-button.eu-cookie-compliance-default-button.button.button--small,
.eu-cookie-compliance-default-button.eu-cookie-compliance-reject-button.button.button--small,
.vsbutton {
  padding: 15px 20px;
  font-family: var(--font-sans) !important;
  font-weight: normal;
  font-size: 1.125rem !important;
  line-height: 1.4rem;
  height: unset;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: unset;
  border-radius: unset;
  margin-block: 0 !important;
}
.eu-cookie-compliance-default-button.eu-cookie-compliance-reject-button.button.button--small {
  border: 1px solid black;
}

/* do not show dropdown label in FAQ and Scientific articles */
#views-exposed-form-scientific-articles-block-1 label,
#views-exposed-form-faqsview-block-1 label,
#views-exposed-form-blog-page-1 label {
  display: none;
}
#views-exposed-form-scientific-articles-block-1 .form-actions,
#views-exposed-form-faqsview-block-1 .form-actions {
  margin-top: 0;
}

.faq-apply input.button,
.sciart-apply input.button {
  margin-top: var(--sp0-5) !important;
}
.vsbutton.absolute-button {
}
button#submitPayment:hover,
button.wpwl-button:hover,
.showcases-slider-column-right a:hover,
.faq-apply input.button:hover,
.sciart-apply input.button:hover,
.agree-button.eu-cookie-compliance-default-button.button.button--small:hover,
.eu-cookie-compliance-default-button.eu-cookie-compliance-reject-button.button.button--small:hover,
.vsbutton:hover {
  box-shadow: none !important;
  text-decoration: none !important;
  opacity: 0.5;
  border: unset;
  border-radius: unset;
  font-size: 1.125rem !important;
  font-weight: normal !important;
}
button#submitPayment:focus,
button.wpwl-button:focus,
.showcases-slider-column-right a:focus,
.faq-apply input.button:focus,
.sciart-apply input.button:focus,
.agree-button.eu-cookie-compliance-default-button.button.button--small:focus,
.eu-cookie-compliance-default-button.eu-cookie-compliance-reject-button.button.button--small:focus,
.vsbutton:focus {
  outline: unset !important;
  border: unset;
  font-weight: normal;
}

/* cart button */
.vsbutton.button-cart {
  background-color: var(--color--viscovery);
  color: var(--color--white);
  font-weight: bold !important;
  display: block;
  margin: var(--sp2) var(--sp2) 0;
  padding-block-start: 18px;
  padding-block-end: 18px;
  border: solid 2px var(--color--white);
}
.vsbutton.button-cart:hover {
  background-color: var(--color--white);
  color: var(--color--viscovery);
  opacity: unset;
}

/* next button */
button#submitPayment,
button#submitPayment:hover,
button#submitPayment:focus,
button#submitPayment:active,
button#submitPayment[disabled],
button#submitPayment[disabled]:hover,
button#submitPayment[disabled]:focus,
button#submitPayment[disabled]:active,
button.wpwl-button,
button.wpwl-button:focus,
button.wpwl-button:hover,
button.wpwl-button:active,
.wpwl-group-submit button,
.wpwl-group-submit button:focus,
.wpwl-group-submit button:hover,
.wpwl-group-submit button:active,
button.wpwl-button-pay[disabled],
button.wpwl-button-pay[disabled]:hover,
button.wpwl-button-pay[disabled]:focus,
button.wpwl-button-pay[disabled]:active,
.showcases-slider-column-right a,
.faq-apply input.button,
.sciart-apply input.button,
.agree-button.eu-cookie-compliance-default-button.button.button--small,
.vsbutton.button-next {
  background-color: var(--color--viscovery);
}
button#submitPayment,
button#submitPayment:hover,
button#submitPayment:focus,
button#submitPayment:active,
button.wpwl-button,
button.wpwl-button:hover,
button.wpwl-button:active,
.wpwl-group-submit button,
.wpwl-group-submit button:hover,
.wpwl-group-submit button:active,
.showcases-slider-column-right a,
.showcases-slider-column-right a:hover,
.faq-apply input.button,
.faq-apply input.button:hover,
.sciart-apply input.button,
.sciart-apply input.button:hover,
.agree-button.eu-cookie-compliance-default-button.button.button--small,
.agree-button.eu-cookie-compliance-default-button.button.button--small:hover,
.vsbutton.button-next,
.vsbutton.button-next:hover {
  color: var(--color--white) !important;
}
button#submitPayment,
button.wpwl-button {
  float: none;
}

/* back button */
.eu-cookie-compliance-default-button.eu-cookie-compliance-reject-button.button.button--small,
.vsbutton.button-back {
  background-color: var(--color--gray-45);
}
.eu-cookie-compliance-default-button.eu-cookie-compliance-reject-button.button.button--small,
.eu-cookie-compliance-default-button.eu-cookie-compliance-reject-button.button.button--small:hover,
.vsbutton.button-back,
.vsbutton.button-back:hover {
  color: var(--color--white) !important;
}

.agree-button.eu-cookie-compliance-default-button.button.button--small,
.eu-cookie-compliance-default-button.eu-cookie-compliance-reject-button.button.button--small {
  background-image: unset;
  text-shadow: unset;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  height: var(--sp2-5);
  font-weight: normal;
}

/* ok button */
.vsbutton.button-ok {
  background-color: green;
}
.vsbutton.button-ok,
.vsbutton.button-ok:hover {
  color: var(--color--white) !important;
}

/* button with left margin*/
.vsbutton.button-second {
  margin-left: var(--sp1);
}

.vsbutton.button-bottom {
  display: inline-flex;
  margin-block-end: 20px !important;
}

.button-dark {
  color: var(--color--gray-45);
}
/*
.button-dark:hover,
.button-dark:focus {
  color: var(--color-text-primary-loud);
  border: solid 2px currentColor;
}
*/
.button-dark:hover,
.button-dark:focus {
  outline: 2px solid var(--color--gray-45);
  color: white;
  background-color: var(--color--gray-45);
}
.button-dark a {
  color: var(--color--gray-45);
}
.button-dark:hover a,
.button-dark:focus a {
    border-color: var(--color--gray-45);
}
.button-dark:active {
/*  color: var(--color-text-primary-medium);*/
  /*  border-color: currentColor;*/
}
.button-bright:hover,
.button-bright:focus {
  outline: 2px solid var(--color-text-primary-medium);
  color: white;
  background-color: var(--color-text-primary-medium);
}
.button-bright a {
/*  color: var(--color-text-primary-medium);*/
}
.button-bright:hover a,
.button-bright:focus a {
    border-color: var(--color-text-primary-medium);
}
