:root {
  --textbox-top: 198px;
}

#stage {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}

/* Helper classes for easier markdown */
.center {
  text-align: center;
  display: block;
  width: 100%;
}
.bold {
  font-weight: bold;
}
.big {
  font-size: 18px;
}
.bigger {
  font-size: 20px;
}

@keyframes fadeOutAfter15s {
  0% { opacity: 1; }
  99% { opacity: 1; }
  100% { opacity: 0; }
}

.fade-after-15 {
  animation: fadeOutAfter15s 16s forwards;
  animation-delay: 0s;
}


/* UI */
.uiTop {
  width: 1920px;
  height: 98px;
  _background-image: url('../images/ui/ui_header.png');
  z-index: 5;
  left: 0px; 
  top: 0px;
  pointer-events: none;
}

.uiTitle {
  position: absolute;
  width: 1600px;
  left: 0px;
  top: 0px;
  color: white;
  font-size: 20px; 
  font-family: 'Barlow', sans-serif;  
  z-index: 10;
}


.uiBottomBar {
  width: 1920px;
  height: 98px;
  _background-image: url('../images/ui/Bottom_Ribbon.png');
  z-index: 5;
  left: 0px; 
  bottom: 0px;
}


.uiBottom {
  position:absolute;
  width: 1187px;
  height: 79px;
  left: 13px;
  top: calc(969px - 85px);
  top: 878px;
  _background-image: url('../images/ui/ACQ0130_UserInstruction.png');
  z-index: 5;
  pointer-events: none;
}

#openMenu {
    position: absolute; 
    left: 1720px; 
    top: 18px; 
    z-index:10;
    width: 191px;
    height: 72px;
    background-image: url('../images/ui/Menu_Default.png');
  }
#openMenu:hover {
    background-image: url('../images/ui/Menu_Hover.png');
}
#closeMenu:hover span, 
#openMenu:hover span {
  color: white;
}
#closeMenu span,
#openMenu span {
  font-size: 20px;
  position: relative;
  left: 43px;
  top: -7px;
  color: black;
  font-family: 'Zendots', sans-serif;
}

#closeMenu {
  position: absolute; 
  left: 488px;
  top: 18px; 
  z-index:20;
  width: 191px;
    height: 72px;
    background-image: url('../images/ui/Menu_Default.png');
}
#closeMenu:hover {
  background-image: url('../images/ui/Menu_Hover.png');
}
#closeMenu span {
  top: -5px;
}




#zzbackButton {
  position: absolute; 
  left: 28px;
  top: 32px; 
  z-index:20;
  width: 126px;
  height: 50px;
  background-image: url('../images/ui/Back_Default.png');
}
#zzbackButton:hover {
  background-image: url('../images/ui/Back_Hover.png');
}

#zznextButton {
  position: absolute; 
  left: 250px;
  top: 32px; 
  z-index:20;
  width: 126px;
  height: 50px;
  background-image: url('../images/ui/Next_Default.png');
}
#zznextButton:hover {
  background-image: url('../images/ui/Next_Hover.png');
}

.pageIndicator {
    position: absolute;
    line-height: 30px;
    font-size: 1.25em;
    width: 109px;
    height: 30px;
    text-align: center;
    color: black;
    color: white;
    top: 30px;
    left: 156px;

    text-align: left;
    width: 190px;
    top: 49px;
    left: -220px;

    font-family: 'Zendots', sans-serif;
    font-size: 16px;
}

.audioTranscriptButton {
  position: absolute; 
  left: 0px;
  top: 0px; 
  z-index:20;
  width: 72px;
  height: 72px;
  background-image: url('../images/ui/Transcript_Default.png');
}
.audioTranscriptButton:hover {
  background-image: url('../images/ui/Transcript_Hover.png');
}

.back-button,
.next-button {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: normal;
  color: white;
  padding: 5px;
  position: absolute;
  
  width: 174px;
  height: 72px;
}

.next-button {
  top: 65px;
  left: 200px;
  background-image: url('../images/ui/Next_Default.png');
}

.next-button:hover {
  background-image: url('../images/ui/Next_Hover.png');
}

.next-button:hover span {
  color: white;
}
.next-button span {
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  _background: #ffff0050;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  color: black;
  font-family: 'Zendots', sans-serif;
  font-size: 22px;
}


.back-button {
  top: 29px;
  left: 23px;
  background-image: url('../images/ui/Back_Default.png');
}

.back-button:hover {
  background-image: url('../images/ui/Back_Hover.png');
}

.back-button:hover span {
  color: white;
}
.back-button span {
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  _background: #ffff0050;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  color: black;
  font-family: 'Zendots', sans-serif;
  font-size: 22px;
}

.next-button img {
  width: 33px;
  height: 43px;
  transition: opacity 0.3s ease-in-out;
  position: absolute; right: 0px; top: 0px;
}

.next-button:hover img {
  content: url('../images/ui/ACQ0130_Nav_ArrowBTN_next_hvr.png');
}



.back-button:hover img {
  content: url('../images/ui/ACQ0130_Nav_ArrowBTN_back_hvr.png');
}


/* Templates */
.sPanel {
  width: 1700px;
  height: auto;
  background: linear-gradient(
    to bottom,
    rgba(1, 11, 30, 0.9),
    rgba(6, 27, 70, 0.9)
  );
  color: white; 
  padding: 50px;
  border-radius: 20px; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sPanel::before {
  content: '';
  position: absolute;
  top: -323px;
  left: -60px;
  width: 1920px;
  height: 969px;
  background-color: rgba(0, 0, 0, 0.5); /* 75% opacity black */
  z-index: -1; /* Sit behind content */
}


/*avatarCarousel*/
.chatPanel {
  
  height: auto;
  background: linear-gradient(
    to bottom,
    rgba(1, 11, 30, 0.9),
    rgba(6, 27, 70, 0.9)
  );
  color: white; 
  
  padding-bottom: 70px;
  border-radius: 20px; 
  position: absolute;

  left: 110px;
  top: 170px;
  width: 1000px;
  padding: 40px;

  min-height: 320px;
  
}

.chatPanel-bg {
  width: 1600px;
  height: 526px;
  background: none; /* We'll set background-image dynamically via JS */
}

.panelImage {
  position: relative;
  float: right;
  right: -50px;
  top: -48px;
  margin-right: 20px;
}
.panelText {
  font-size: 18px;
}
.panelText a {
  color: yellow;
}

.chatPanel-bg .panelText {
  width: 50%;
}
/* chat buttons */
.rewind-button {
  position: relative;
  width: 198px;
  height: 79px;
  background-image: url('../images/ACQ0130_BackDialogue_BTN.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 15px;
  position: absolute;
    left: 40px;
    bottom: -40px;
}


.rewind-arrow {
  width: 33px;
  height: 42px;
  background-image: url('../images/ACQ0130_Nav_ArrowBTN_back_nrm.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
    top: 20px;
    left: 30px;
}

.rewind-button:hover .rewind-arrow {
  background-image: url('../images/ACQ0130_Nav_ArrowBTN_back_hvr.png');
}

.rewind-text {
  color: white; /* Adjust text color as needed */
  font-weight: bold;
  position: absolute;
  font-size: 18px;
    top: 30px;
    left: 71px;
}

/* knowledge reviews */

.krbutton-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px;
}

.kroption-button {

  background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	text-align: left;

  position: relative;
  cursor: pointer;
  text-align: left;

  background: white;
  padding: 10px;
  color: black;
  outline: 1px solid #B4B4B4;
  box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
  width: calc(100% - 26px);

}

.kroption-button:focus-visible {
  outline: 2px solid blue;
}

.kroption-button:hover {
  background-color: #303030;
  color: white;
}
.kroption-button:disabled {
  background-color: #f7f7f7; /* or any other default color you want for disabled buttons */
  color: black;
}

.kroption-button[aria-pressed="true"] {
  background-color: #2a3e52; /* Change background color */
  color: white;
}

.kroption-button[aria-pressed="true"][disabled] {

  color: black;
}

/* Create the radio circle */
/*
.kroption-button::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #A52F7D;
  border-radius: 50%;
  background-color: white;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
*/

/* Style for the selected state */
.kroption-button[aria-pressed="true"]::before {
  background-color: #A52F7D;
  box-shadow: inset 0 0 0 4px white;
}

.kroption-button:focus::before {
  box-shadow: 0 0 0 2px rgba(165, 47, 125, 0.3), inset 0 0 0 4px white;
}

.kroption-button[aria-pressed="true"]:focus::before {
  box-shadow: 0 0 0 2px rgba(165, 47, 125, 0.3), inset 0 0 0 4px white;
}

/* Style for when button is both selected and disabled */
.kroption-button[aria-pressed="true"][disabled] {
  background-color: white;
}


.krHoldernew {
  left: 92px; 



  
  height: auto;
  background: transparent;
  color: black;

  padding: 40px;
  padding-bottom: 70px;
  
  position: absolute;
  min-height: 320px;

  width: 1130px;
  left: 110px;
  top: 170px;

  box-sizing: border-box; 
  height: 660px;
}

.krCharacter {
  position: absolute;
  left: 1160px;
  bottom: 36px;
}

.krSubmitButton {
  margin-top: 16px;
  width: 140px;
  height: 50px;
  display: block;
    margin-left: auto;
    margin-right: auto;
  background-image: url('../images/Submit_Default.png');
}
.krSubmitButton:hover,
.krSubmitButton:focus {
  background-image: url('../images/Submit_Hover.png');
}

.krSubmitButton span {
  color: white;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  top: -6px;
}

.kroption-button img {
  position: absolute;
  right: -18px;
  top: -18px;
  display: none;
}






.forward-button {
  position: relative;
  width: 198px;
  height: 79px;
  background-image: url('../images/ACQ0130_NextDialogue_BTN.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 15px;
  position: absolute;
    right: 40px;
    bottom: -40px;
}

.forward-arrow {
  width: 33px;
  height: 42px;
  background-image: url('../images/ACQ0130_Nav_ArrowBTN_next_nrm.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
    top: 20px;
    right: 30px;
}

.forward-button:hover .forward-arrow {
  background-image: url('../images/ACQ0130_Nav_ArrowBTN_next_hvr.png');
}

.forward-text {
  color: white; /* Adjust text color as needed */
  font-weight: bold;
  position: absolute;
  font-size: 18px;
    top: 30px;
    right: 71px;
}

/* meet the team */
.teamContainer {
  width: 1816px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.teamButton {
  width: 297px;
  height: 512px;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.teamButton img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.teamButton:hover {
  transform: translateY(10px);
}






/* Scenes */
/* 00030 */
.imgOverlayBtn0030 {
  width: 275px;
  height: 36px;
  background-color: transparent;
  padding-left: 37px; /* Makes space for the icon if needed */
}

.imgOverlayBtn0030 .btn-icon {
  position: absolute;
  top: 0px; /* vertically center inside 54px height */
  left: 0;
  width: 37px;
  height: 36px;
  background-image: url('../images/acq0130-01950_btn_nrm.png');
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.2s ease-in-out;
}

.imgOverlayBtn0030:hover .btn-icon {
  background-image: url('../images/acq0130-01950_btn_hvr.png');
}


.imgOverlayBtn2-0030 {
  width: 153px;
  height: 87px;
  background-color: transparent;
  padding-left: 37px; /* Makes space for the icon if needed */
}

.imgOverlayBtn2-0030 .btn-icon {
  position: absolute;
  top: 0px; /* vertically center inside 54px height */
  left: 0;
  width: 24px;
  height: 87px;
  background-image: url('../images/acq0130-01950_btn02_nrm.png');
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.2s ease-in-out;
}

.imgOverlayBtn2-0030:hover .btn-icon {
  background-image: url('../images/acq0130-01950_btn02_hvr.png');
}

/* dialog */
.dialogPanel {
  width: 840px;
  left: 950px;
  top: 366px;
  box-sizing: border-box;
}

.dialogDownButton {
  width: 46px; /* Adjust the width as needed */
  height: 46px; /* Adjust the height as needed */
  background-image: url('../images/ACQ0130_DialogueNav_downNorm.png');
  border: none;
  cursor: pointer;
  position: absolute;
}
.dialogDownButton:hover {
  background-image: url('../images/ACQ0130_DialogueNav_downHov.png');
}

.dialogUpButton {
  width: 46px; /* Adjust the width as needed */
  height: 46px; /* Adjust the height as needed */
  background-image: url('../images/ACQ0130_DialogueNav_upNorm.png');
  border: none;
  cursor: pointer;
  position: absolute;
}
.dialogUpButton:hover {
  background-image: url('../images/ACQ0130_DialogueNav_upHov.png');
}

/* diginote */
.diginote-layout {
  column-count: 2; /* Number of columns */
  column-gap: 120px; /* Space between columns (the spine) */
  column-fill: auto; 
  padding: 16px;
  font-family: 'Handlee', sans-serif;
  width: 1050px;
  position: absolute;
  left: 419px;
  top: 140px;
  height: 660px;
  font-size: 18px;
}

.diginote-layout a {
color: yellow;
}

/* 12020 button */
.flowchartButton {
  width: 56px; /* Adjust the width as needed */
  height: 57px; /* Adjust the height as needed */
  background-image: url('../images/ACQ0130_FlowChartBTN_nrm.png');
  border: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}
.flowchartButton:hover {
  background-image: url('../images/ACQ0130_FlowChartBTN_hvr.png');
}

/* meet the keyholders */
.keyhButton {
  padding: 10px;
  background: black;
  border-radius: 10px; 
  text-align: center;
  position: relative;
}

/* Tabs */
.playertabButton {
  background: #5DCAEA;
  padding: 20px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.playertabButton[aria-selected="true"] {
 background: #66C600;
}

#tabContainer #tabHolder {
  height: auto;
  background: linear-gradient(
    to bottom,
    rgba(1, 11, 30, 0.9),
    rgba(6, 27, 70, 0.9)
  );
  color: white; 
  
  border-bottom-left-radius: 20px; 
  border-bottom-right-radius: 20px;
  width: 950px;
  padding: 40px;

  min-height: 320px;

  margin-top: 0px; outline: 1px solid grey;

}

.playerbuttonLayout {
  display: flex; gap: 24px;
}

.tabReturnButton {
  margin-top: 20px;
  opacity: 0;
}

.tabReturnButton:focus {
  opacity: 1;
}

/* new email */
.emailSubject,
.emailTo, 
.emailFrom {
  color: white;
  left: 850px;
}

.emailFrom {
  font-weight: bold;
  top: 235px;
}

.emailTo {
  top: 270px;
}

.emailSubject_side,
.emailFrom_side {
  font-weight: bold;
  color: white;
  left: 200px;
  top: 290px;
  width: 380px;

   /* Truncate text with ellipses */
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.emailSubject_side {
  top: 325px;
  font-weight: normal;
}

.emailSubject {
  top: 305px;
}

.emailMain {
    bottom: unset;
    top: 390px;
    left: 670px;
    width: 1080px;
    height: 400px;
    color: white;
    overflow: hidden;
    box-sizing: border-box;
    padding: 16px;
}

/* link icon */
.iconLink {
  display: flex; /* Enables flexbox for alignment */
  align-items: center; /* Centers vertically */
  gap: 8px; /* Adds space between the icon and text */
  width: max-content; /* Makes the button only as wide as needed */
  text-decoration: none;
}

.iconLink::before {
  content: ""; /* Creates an empty pseudo-element for the icon */
  display: inline-block;
  width: 56px;
  height: 57px;
  background-image: url('../images/ACQ0130_LinkSelectBTN_nrm.png');
  background-size: cover;
}

/* icon list/headings */
.listImageContainer {
  display: flex;
  align-items: center;
  padding: 10px;
  color: white; /* Adjust based on your design */
}

.icon-container {
  width: 72px; /* Adjust size as needed */
  height: 72px;
  
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.text-container {
  flex-grow: 1;
}

.text-container h3 {
  margin: 0;
}

/* shortsim */
.bubble {
  position: relative;
  height: auto;
  background: white;
  color: black; 
  border-radius: 0px; 
  _outline: 1px solid #B4B4B4;
  _box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
  border: none;
  padding: 15px;
  margin-right: 40px; /* Increased space for the larger pointer */
}


/* Create a much larger, more obvious pointer */
.bubble:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -79px; /* Position it 80px outside the bubble */
  top: 50%;
  transform: translateY(-50%);
  
  /* Create a large triangle with borders */
  border-style: solid;
  border-width: 20px 0 20px 80px; /* Width: 80px, Height: 40px total */
  border-color: transparent transparent transparent white;
}


.bubble.you {
  position: relative;
  padding-left: 20px;
  border-left: 85px solid #28323C;
}

.bubble.you::before {
  content: "You";
  position: absolute;
  top: 40%;
  left: -85px;
  transform: translateY(-50%);
  width: 85px;
  background-color: #28323C;
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  line-height: 1.2;
  background-image: url('../images/headicon.svg'); /* << UPDATE THIS PATH */
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 24px 24px;
}

.bubble.you::after {
  display: none;
}

#exhibitresponseHolder button,
#responseHolder button {
  font: inherit;
  cursor: pointer;
  outline: inherit;
  width: 100%;
  text-align: left;
  background: #fff;
  color: #000;
  border: #505050 solid 1px;
  box-sizing: border-box;
  margin-bottom: 12px;
  border-left: 18px solid #304e9c;
  padding: 12px
}

#exhibitresponseHolder  button:focus-visible,
#responseHolder button:focus-visible {
  outline: #0000ff solid 2px
}

#exhibitresponseHolder  button:hover,
#responseHolder button:hover {
  background: #f8f8f8
}

#exhibitresponseHolder button,
#responseHolder button {
  background: white;
  color: black; 
  border-left: 18px solid #28323C;
}

#exhibitresponseHolder  button.responseSelected,
#responseHolder button.responseSelected {
  border-left: 18px solid #a0a0a0;
}



#exhibitresponseHolder button:hover,
#responseHolder button:hover {
  background: #101010;
  color: white;
}

/* KR match */
.kcMatchHolder {
  position: relative;
  margin-bottom: 5px;
}
.kcMatchHolder select {
  width: 600px;
  padding: 4px;
  font-size: 16px;
}
.kcMatchName {
  position: relative;
  line-height: 30px;
  font-weight: bold;
}
.kcMatchDropdown {
  position: relative;
}


/* cbfm flight */
.tlgr {
  
  width: 960px;
  height: 630px;
  position: absolute;
  top: var(--textbox-top);
  left: 92px;
  color: black;
  
}

.moduleNumber {
  position: relative;
  margin: 0 auto;

    width: 1252px;
      height: 93px;
      line-height: 93px;
      background-image: url('../images/Module_Start_Panel.png');
  }

  .moduleNumber span {
    position: relative;
    top: 10px;
  }


  .moduleStartButton {
    width: 340px; /* Adjust the width as needed */
    height: 77px; /* Adjust the height as needed */
    background-image: url('../images/Module_Start_Default.png');
    border: none;
    cursor: pointer;
    display: block;
  margin-left: auto;
  margin-right: auto;
  }
  .moduleStartButton:hover {
    background-image: url('../images/Module_Hover.png');
  }

  .moduleStartButton:hover span {
    color: white;
  }

  .moduleStartButton span {
    display: inline-block;
    position: relative;
    top: -5px;
    width: 100%;
    text-align: center;
    line-height: 77px;
    font-family: 'Zendots', sans-serif;
    font-size: 24px;
    color: black;
  }


  /* lessonStart */

  /* speech bubble for Oliver */
.speech-bubble {
  position: absolute;
  background: white;
  border-radius: 28px;
  _box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 16px;
  font-size: 17px;
  color: black;
  _line-height: 1.5;
  width: 600px;
  box-sizing: border-box;
}
.speech-bubble::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

/* Tail pointing left */
.tail-left::before {
  top: 20px;
  left: -20px;
  border-width: 10px 20px 10px 0;
  border-color: transparent white transparent transparent;
filter: drop-shadow(-4px 4px 6px rgba(0, 0, 0, 0.1)); /* Tail shadow */

}

/* Tail pointing right */
.tail-right::before {
  top: 30px;
  right: -68px;
  border-width: 20px 0 20px 70px;
  border-color: transparent transparent transparent white;
  z-index:1;
}

.tail-rightBottom::before {
  bottom: 50px;
  right: -33px;
  border-width: 20px 0 20px 35px;
  border-color: transparent transparent transparent white;
  z-index:1;
}


.tail-rightMiddle::before {
  top: 50%;
  right: -33px;
  border-width: 20px 0 20px 35px;
  border-color: transparent transparent transparent white;
  z-index:1;
}

/* Tail pointing up */
.tail-up::before {
  top: -18px;
  left: 50%;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent white transparent;
}

/* Tail pointing down */
.tail-down::before {
  bottom: -48px;
  left: 60%;
  border-width: 50px 20px 0 20px;
  border-color: white transparent transparent transparent;
}
/* end of speech bubble */

.notail::before,
.notail::after {
  display: none;
}

  .bubble p {
    margin: 9px 0 9px 0;
}


/* mentor buttons */
.mentorButtonMaria {
  width: 284px; /* Adjust the width as needed */
  height: 284px; /* Adjust the height as needed */
  background-image: url('../images/Mentor_Maria_Default.png');
  border: none;
  cursor: pointer;
  display: block;
}
.mentorButtonMaria:hover {
  background-image: url('../images/Mentor_Maria_Hover.png');
}

.mentorButtonJoe {
  width: 284px; /* Adjust the width as needed */
  height: 284px; /* Adjust the height as needed */
  background-image: url('../images/Mentor_Joe_Default.png');
  border: none;
  cursor: pointer;
  display: block;
}
.mentorButtonJoe:hover {
  background-image: url('../images/Mentor_Joe_Hover.png');
}



/* popup */

#lb_popup,
#scene_popup {
  z-index: 25;
}

#lb_popup::before,
#scene_popup::before {
  content: "";
  position: absolute;
  width: 1929px;
  height: 969px;
  top: -223px;
  left: -49px;
  background-color: rgba(0, 0, 0, 0.75); /* Black with 50% transparency */
  z-index: -1; /* Places it behind the popup content */
}



.largePopup {
  height: 697px !important;
  top: 136px !important;
}



.largePopup #scene_popuptext {
  height: 554px !important;
  width: 1180px !important;
}

.largePopup #scene_popuptext.noOliver {
  height: 554px !important;
  width: 1666px !important;
}


.largePopup #popupOliver {
  left: 1275px !important;
}

.largePopup::before {
  content: "";
  position: absolute;
  width: 1929px;
  height: 969px;
  top: -136px !important;
  left: -35px;
  background-color: rgba(0, 0, 0, 0.75); /* Black with 50% transparency */
  z-index: -1; /* Places it behind the popup content */
}


.popupClose {
  width: 63px; /* Adjust the width as needed */
  height: 63px; /* Adjust the height as needed */
  background-image: url('../images/Pop_up_Close_Default.png');
  border: none;
  cursor: pointer;
  display: block;
}
.popupClose:hover {
  background-image: url('../images/Pop_up_Close_Hover.png');
}

#popupMentor {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}

#lb_popuptext,
#scene_popuptext {
  position: absolute; width: 1350px; height: 310px; color: black; left: 90px; top: 190px; overflow: hidden; overflow-y: auto;
}

#scene_popuptext p {
 margin-top: 8px;
 margin-bottom: 8px;
}

#scene_popup.joePopup #popupMentor {
  content: none;
  background-image: url('../images/Mentor_Popup_Joe.png');
}

#scene_popup.mariaPopup #popupMentor {

  background-image: url('../images/Mentor_Popup_Maria.png');
}

/* lesson 00130 */
.button1-00130 {
  display: inline-block;
  width: 255px; /* Adjust the width as needed */
  height: 280px; /* Adjust the height as needed */
  background-image: url('../images/Budget_01_Default.png');
  border: none;
  cursor: pointer;

}
.button1-00130:hover {
  background-image: url('../images/Budget_01_Hover.png');
}


.button2-00130 {
  display: inline-block;
  width: 255px; /* Adjust the width as needed */
  height: 280px; /* Adjust the height as needed */
  background-image: url('../images/Budget_02_Default.png');
  border: none;
  cursor: pointer;

}
.button2-00130:hover {
  background-image: url('../images/Budget_02_Hover.png');
}


.button3-00130 {
  display: inline-block;
  width: 255px; /* Adjust the width as needed */
  height: 280px; /* Adjust the height as needed */
  background-image: url('../images/Budget_03_Default.png');
  border: none;
  cursor: pointer;

}
.button3-00130:hover {
  background-image: url('../images/Budget_03_Hover.png');
}


.button4-00130 {
  display: inline-block;
  width: 231px; /* Adjust the width as needed */
  height: 280px; /* Adjust the height as needed */
  background-image: url('../images/Budget_04_Default.png');
  border: none;
  cursor: pointer;

}
.button4-00130:hover {
  background-image: url('../images/Budget_04_Hover.png');
}


.button1-00130 span,
.button2-00130 span,
.button3-00130 span,
.button4-00130 span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 46px 0px 23px;
  text-align: center;
  color: black;
}

.button4-00130 span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 23px 0px 23px;
  text-align: center;
  color: black;
}


.button1-00130:hover span,
.button2-00130:hover span,
.button3-00130:hover span,
.button4-00130:hover span {
  color: white;
}


/* general */
.qaAccordion {
  background: white;
  padding: 10px;
  color: black;
  outline: 1px solid #B4B4B4;
  box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
  width: calc(100% - 26px);
}

.buttonSubmit {
  position: relative;
  display: block;
  width: 299px; /* Adjust the width as needed */
  height: 74px; /* Adjust the height as needed */
  background-image: url('../images/KC_Submit_Default.png');
  border: none;
  cursor: pointer;

}
.buttonSubmit:hover {
  background-image: url('../images/KC_Submit_Hover.png');
}

.buttonSubmit span {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 74px;
  color: black;
}
.buttonSubmit:hover span {
  color: white;
}

/* carousel */
.carouselUI {
  box-sizing: border-box;
  background: #373535;
  color: white;
}

.circles-container {
  position: absolute;
  left: 760px;
  top: 0px;
  width: 400px;
  height: 56px;
  display: flex;

  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  justify-content: center;
    gap: 6px;
}

.chatcircle {
  border: 2px solid lightgrey;
  background-color: #000000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.chatcircle.active {
  background-color: #ffffff;
}

.carouselNav {
  line-height: 56px;
  width: 120px;
}

#carousel-back span::before {
  content: "◀"; /* Unicode left-pointing triangle */
  margin-right: 0.4em;
  display: inline-block;
}

#carousel-next span::after {
  content: "▶"; /* Unicode right-pointing triangle */
  margin-left: 0.4em;
  display: inline-block;
}

.carouselNav span {
  font-size: 18px;
  text-align: center;
}
#carousel-back {
  position: absolute;
  left: 660px;
}

#carousel-next {
  position: absolute;
  left: 1160px;
}

/* exhibits */
.resourceButton1 {
  position: absolute;
  display: block;
  width: 363px; /* Adjust the width as needed */
  height: 231px; /* Adjust the height as needed */
  background-image: url('../images/Document_APB_Default.png');
  border: none;
  cursor: pointer;

}
.resourceButton1:hover {
  background-image: url('../images/Document_APB_Hover.png');
}
.resourceButton1 span {
  position: absolute;
  display: flex;          /* Change from inline-block to flex */
  align-items: center; 
  color: black;
    width: 282px;
    height: 50px;
    left: 64px;
    top: 16px;
}

.resourceButton2 {
  position: absolute;
  display: block;
  width: 286px; /* Adjust the width as needed */
  height: 137px; /* Adjust the height as needed */
  background-image: url('../images/Document_MSAR_Default.png');
  border: none;
  cursor: pointer;

}
.resourceButton2:hover {
  background-image: url('../images/Document_MSAR_Hover.png');
}
.resourceButton2 span {
  position: absolute;
  display: flex;          /* Change from inline-block to flex */
  align-items: center; 
  color: black;
    left: 64px;
    top: 16px;

    width: 213px;
    height: 34px;
}

.resourceButton3 {
  position: absolute;
  display: block;
  width: 255px; /* Adjust the width as needed */
  height: 137px; /* Adjust the height as needed */
  background-image: url('../images/Document_R1_Default.png');
  border: none;
  cursor: pointer;

}
.resourceButton3:hover {
  background-image: url('../images/Document_R1_Hover.png');
}
.resourceButton3 span {
  position: absolute;
  display: flex;          /* Change from inline-block to flex */
  align-items: center; 
  color: black;
    left: 58px;
    top: 12px;

    width: 182px;
    height: 42px;
}

.resourceButton4 {
  position: absolute;
  display: block;
  width: 251px; /* Adjust the width as needed */
  height: 151px; /* Adjust the height as needed */
  background-image: url('../images/Email_Joe_Default.png');
  border: none;
  cursor: pointer;

}
.resourceButton4:hover {
  background-image: url('../images/Email_Joe_Hover.png');
}
.resourceButton4 span {
  position: absolute;
  display: flex;          /* Change from inline-block to flex */
  align-items: center; 
  color: black;
    left: 58px;
    top: 12px;

    width: 182px;
    height: 42px;
}

.resourceButton5 {
  position: absolute;
  display: block;
  width: 333px; /* Adjust the width as needed */
  height: 66px; /* Adjust the height as needed */
  background-image: url('../images/Email_Maria_Default.png');
  border: none;
  cursor: pointer;

}
.resourceButton5:hover {
  background-image: url('../images/Email_Maria_Hover.png');
}
.resourceButton5 span {
  position: absolute;
  display: flex;          /* Change from inline-block to flex */
  align-items: center; 
  color: black;
    left: 58px;
    top: 12px;

    width: 156px;
    height: 42px;
}


.resourceButton6 {
  position: absolute;
  display: block;
  width: 135px; /* Adjust the width as needed */
  height: 151px; /* Adjust the height as needed */
  background-image: url('../images/Notebook_Default.png');
  border: none;
  cursor: pointer;

}
.resourceButton6:hover {
  background-image: url('../images/Notebook_Hover.png');
}
.resourceButton6 span {
  position: absolute;
  display: flex;          /* Change from inline-block to flex */
  align-items: center; 
  color: black;
    left: 53px;
    top: 12px;

    width: 70px;
    height: 40px;
}

.simlayer {
  z-index:2;
}



/* Base styles for all decision tabs */
.decisionTabs {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

/* Circle background - appears behind the icon */
.decisionTabs::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f5f5f5; /* Default circle color */
  z-index: 0;
}

/* Active/pressed state for the circle */
.decisionTabs[aria-pressed="true"]::before {
  background-color: #000000; /* Darker circle when pressed */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Optional: add subtle shadow when active */
}

/* Icon styles */
.decisionTabs::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 25px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

/* Text label */
.decisionTabs span {
  margin-top: 60px; /* Push text below icon */
  position: relative;
  z-index: 1;
  color: black;
}

/* Individual button icon styles */
#decisionTab1::after {
  background-image: url('../images/Tab_Decision_Default.svg');
}
#decisionTab1[aria-pressed="true"]::after {
  background-image: url('../images/Tab_Decision_Selected.svg');
}

#decisionTab2::after {
  background-image: url('../images/Tab_Resources_Default.svg');
}
#decisionTab2[aria-pressed="true"]::after {
  background-image: url('../images/Tab_Resources_Selected.svg');
}

#decisionTab3::after,
#decisionTab4::after,
#decisionTab5::after {
  background-image: url('../images/Tab_Option_Default.svg');
}
#decisionTab3[aria-pressed="true"]::after,
#decisionTab4[aria-pressed="true"]::after,
#decisionTab5[aria-pressed="true"]::after {
  background-image: url('../images/Tab_Option_Selected.svg');
}

#decisionTab6::after {
  background-image: url('../images/Tab_R2Exhibit_Default.svg');
}
#decisionTab6[aria-pressed="true"]::after {
  background-image: url('../images/Tab_R2Exhibit_Selected.svg');
}








.decisionTabContent {
  position: absolute;
  _background: #ffff0050;
  width: 1536px;
  height: 460px;
  overflow-y: auto;
}

.submitR2Button,
.decisionOptionButton {
  display: block;
  width: 206px; /* Adjust the width as needed */
  height: 50px; /* Adjust the height as needed */
  background-image: url('../images/Option_Default.svg');
  border: none;
  cursor: pointer;
}

.submitR2Button span,
.decisionOptionButton span {
  display: block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  color: black;
}

.submitR2Button:hover, 
.submitR2Button[aria-pressed="true"],
.decisionOptionButton[aria-pressed="true"],
.decisionOptionButton:hover {
  background-image: url('../images/Option_Hover.svg');
}

.submitR2Button[aria-pressed="true"] span,
.submitR2Button:hover span,
.decisionOptionButton[aria-pressed="true"] span,
.decisionOptionButton:hover span {
  color: white;
}

.fillin {
  background: #f4f4f4;
  padding: 4px;
}

.lowerNavEmail {
  position: relative;
  display: block;
  width: 43px; /* Adjust the width as needed */
  height: 28px; /* Adjust the height as needed */
  background-image: url('../images/email.png');
  border: none;
  cursor: pointer;
}

.lowerNavCalendar {
  position: relative;
  display: block;
  width: 39px; /* Adjust the width as needed */
  height: 36px; /* Adjust the height as needed */
  background-image: url('../images/Calendar.png');
  border: none;
  cursor: pointer;
}

.lowerNavChat {
  position: relative;
  display: block;
  width: 47px; /* Adjust the width as needed */
  height: 43px; /* Adjust the height as needed */
  background-image: url('../images/Chat.png');
  border: none;
  cursor: pointer;
}

.lowerAlert::after {
  content: '';
  position: absolute;
  top: -13px;
  right: -13px;
  width: 27px;
  height: 27px;
  background-image: url('../images/Notification.png');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

/* tables */

.defaultTable table {
  border-collapse: collapse;
  border-spacing: 0;
  color: black;
  outline: 4px solid white;
  border: 1px solid black;
}
.defaultTable table th, .defaultTable table td {
  padding: 0.35em;
}
.defaultTable table th {
  text-align: left;
  background-color: #AEBCD4;
}
.defaultTable th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: -internal-center;
}
.defaultTable tr:nth-child(odd) {
background-color: #f2f2f2;
}
.defaultTable tr:nth-child(even) {
  background-color: #ffffff;
  }
.defaultTable table caption {
  text-align: left;
  background: white;
    padding: 8px;
}

/* fixing things */
.ul2cols {
  column-count: 2; column-gap: 2em;
  width: 600px;
}
.ul2cols ul {
  margin-top: 0;
}


/* keyboard focus */
#carousel-back:focus-visible,
#carousel-next:focus-visible,
#hostBubble:focus-visible,
#backButton:focus-visible,
#nextButton:focus-visible,
.keyhButton:focus-visible,
#digiBack:focus-visible,
#digiNext:focus-visible,
.tabReturnButton:focus-visible,
.playertabButton:focus-visible,
.teamButton:focus-visible,
#lb_popupClose:focus-visible,
.imgOverlayBtn0030:focus-visible,
.imgOverlayBtn2-0030:focus-visible,
.forward-button:focus-visible, 
.rewind-button:focus-visible {
  outline: none;
  box-shadow: 0 0 5px 3px yellow;
}

/* ctec rt-2025 */
#stage h2:first-of-type {
  margin-top: 0;
}

.highlightnb,
.highlight {
  display: inline-block;
  padding: 16px;
  border-radius: 12px;
  color: white;
  background: #132D51;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 12px;
}

.highlightnb {
  font-weight: normal;
}

.highlightnb a,
.highlight a {
  color: yellow;
}

.takeawayButton {
  position: absolute;
  display: block;
  width: 413px; /* Adjust the width as needed */
  height: 175px; /* Adjust the height as needed */
  background-image: url('../images/keytakeaway_btn_reg.png');
  border: none;
  cursor: pointer;

}
.takeawayButton:hover {
  background-image: url('../images/keytakeaway_btn_hl.png');
}

ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

ol li::marker,
ul li::marker {
  color: #0C8BAF;
}

.sectionHeading {
  display: inline-block;
  padding: 16px;
  border-radius: 12px;
  color: white;
  background: #132D51;
  font-weight: bold;
}

.defaultTable caption {
  display: none;
}

.defaultTable table {
  width: 100%;
}

.defaultTable table th {
  color: white;
  background: #4472C4;
  text-align: center;
}
.defaultTable table tr {
  text-align: center;
}

.defaultTable.tableLeftCells table tr {
  text-align: left;
}


.threatPanel {
  position: absolute;
  width: 618px;
  height: 308px;
 }
 
 .threatPanel .threatIcon {
  position: absolute;
  left: -26px;
  top: -9px;
 }
 
 .threatPanel #threatTitle {
  display: inline-block;
  position: absolute;
  height: 31px;
  line-height: 31px;
  color: white;
  font-weight: bold;
  left: 90px;
  top: 40px;
 }
 
 .threatPanel #threatMain {
  display: inline-block;
  position: absolute;
  height: 136px;
  width: 428px;
  color: black;
  left: 54px;
  top: 100px;
  font-size: 18px;
 }
 

 .casestudyButton {
  position: absolute;
  display: block;
  width: 554px; /* Adjust the width as needed */
  height: 578px; /* Adjust the height as needed */
  background-image: url('../images/case_study_icon_reg.png');
  border: none;
  cursor: pointer;

}
.casestudyButton:hover {
  background-image: url('../images/case_study_icon_hl.png');
}

.stripe1 {
  display: inline-block;
  padding: 12px;
  color: white;
  background: #132D51;
  width: 100%;
}

.stripe2 {
  display: inline-block;
  padding: 12px;
  color: black;
}

.articleButton {
  position: absolute;
  display: block;
  width: 457px; /* Adjust the width as needed */
  height: 215px; /* Adjust the height as needed */
  background-image: url('../images/btn_launcharticle_reg.png');
  border: none;
  cursor: pointer;

}
.articleButton:hover {
  background-image: url('../images/btn_launcharticle_hl.png');
}

.clevel3,
.clevel2,
.clevel1 {
  display: inline-block;
  padding: 16px;
  border-radius: 12px;
  color: white;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 100%;
  box-sizing: border-box;
}

.clevel1 {
  background: #174676;
}
.clevel2 {
  background: #E1645F;
}
.clevel3 {
  background: #8B1E3F;
}

.max590 img {
  max-height: 590px;
}

#table00440 {
  font-size: 18px;
}
.centerImg {
  display: block;
  width: 100%;
  text-align: center;
}