/* -------------------
BEGIN bosch-client
Sitecore Resource: b82c4291-14cc-4eef-88a9-620c2b205fe1
-------------------*/
:root {
  --branding-primary-default: #007bc0;
  --branding-primary-default-alpha: #007bc026; /* OVERRIDE main color at 15% opacity. To be used on dropdown callouts only*/
  --branding-primary-active: #004975;
  --branding-primary-bg: #e8f1ff;
  --branding-primary-text: #00884a;
  --branding-secondary-default: #791d73;
  --branding-secondary-active: #791d73;
  --branding-primary-nav: #007bc0;
  --branding-primary-active-nav: #004975;
  --branding-primary-bg-nav: #e8f1ff;
  --branding-accent-1: #004975;
  --branding-accent-2: #791d73;
  --branding-accent-3: #116864;
  --branding-accent-4: #007bc0;
  --branding-accent-5: #00884a;
  --branding-accent-6: #e552da;
  --branding-accent-7: #66b8b2;
  --branding-accent-8: #72ca92;
  --branding-accent-9: #9dc9ff;
  --branding-accent-10: #e8b6e3;

  /*borderRadius:  Default value or 0. No other value should be used. */
  --u-borderRadius-0px: 0; /* options: default value || 0 */
  --u-borderRadius-2px: 0px; /* options: default value || 0 */
  --u-borderRadius-3px: 0px; /* options: default value || 0 */
  --u-borderRadius-4px: 0px; /* options: default value || 0 */
  --u-borderRadius-5px: 0px; /* options: default value || 0 */
  --u-borderRadius-10px: 0px; /* options: default value || 0 */
  --u-borderRadius-20px: 0px; /* options: default value || 0 */

  /*boxShadow Use caution if changing these values. They may produce unintended results. */
  --u-boxShadow-2px: 0px 1px 2px rgb(0 0 0 / 16%);
  --u-boxShadow-6px: 0px 1px 6px rgb(0 0 0 / 16%); /*default*/
  --u-boxShadow-10px: 0px 1px 10px rgb(0 0 0 / 16%);
}
/* Uncomment this line if you need to add an underline to unstyled links  */
/*a:not([class]) {
  text-decoration: underline;
}
*/

/* Hides tagline of logo in small viewports.  Uncomment this line and update value to match inline size of client logo  */
/*@media (max-width: 100em) {
.logo-ctr {
  max-inline-size: 100px;
}
}
*/

.alert-card a {color:inherit;   text-decoration: underline;}

.ct__headline :is(a, a:hover, a:active):not(.btn) {
    color: inherit;
  text-decoration: underline;
}

.content-banner {
background-image:none;
}

.dashboard .dashboard__date {
  flex-basis: auto;
}

.dashboard .flex-row {
--gap: 1rem;
}

[id*='dashboard-placeholder']:empty,
.section:has(.tabSelector_wrapper):not(:has([id*='dashboard-placeholder'])),
.section:has(.tabSelector_wrapper):has([id*='dashboard-placeholder']:empty) {
  /* important needed due to inline styling set by Sitecore */
  display: none!important;
}

.rs .rs-module3 {
  max-width: none

}

/*Rewards Summary specific classes: color and sizing only */
/* .rs .tabSelector_wrapper .tabs-content .tabs-panel>div */
.tabSelector_wrapper .tabs-content .tabs-panel > div {
  background: var(--accent, var(--branding-primary-text));
  color: var(--u-grayscale-ff);
}

@media print {
@page {
margin-top:0.75in;
margin-bottom:0.75in;
size: 8.5in 11in;
}

.impersonationBar,
.impersonationBar-buffer {
display:none; 
}
}

/* -------------------
BEGIN b23-countdown.css
Sitecore Resource: 06742ea5-0440-41ca-92ba-cd6e8e55df2b
-------------------*/
.jCountDown {
  width: 100%;
  max-width: 360px;
  /* margin: auto; */
  overflow: hidden;
  font-family: var(--u-fontFamily-semibold);
  display: inline-flex;
  color: var(--branding-primary-default);
}

.jCountDown.withoutDays .hour,
.jCountDown.withoutDays .min,
.jCountDown.withoutDays .sec {
  width: 33.33%;
  /* float: left; */
  position: relative;
  box-sizing: border-box;
  padding-top: 33.33%;
}

.jCountDown.withDays .hour,
.jCountDown.withDays .min,
.jCountDown.withDays .day,
.jCountDown.withDays .sec {
  width: 33%;
  /* float: left;
  padding-top: 25%; */
  box-sizing: border-box;
  position: relative;
  height: 100px;
}

.jCountDown.withDays .sec {
  display: none;
}

.jCountDown .timeDigits {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  font-size: var(--u-fontSize-30);

  text-align: center;
  line-height: 0;
}

.jCountDown .timeCaption {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  margin-top: 25%;
  text-align: center;
  line-height: 0;
  font-size: 24px;
}

.jCountDown canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10%;
}

.jCountDown svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

