:root {
  --primary: #00afcf;
  --primary-hover: #0b889f;
  --primary-li: #8bb4c7;
  --secondary: #e2ebeb;
  --secondary-hover: #88888830;
  --tertiary: #ee5249;
  --background: #f5f5f5;
  --text: #565656;
  --text2: #314e59;
  --medium: #adadad;
  --light: #ededed;
  --bad: #a0211f;
  --bad-li: #ffdada;
  --good: #006f00;
  --good-li: #e4f3e3;
  
  --rounded: 12px;
  --rounded_sm: 5px;

  --margin-sm: 6px;
  --margin-md: 2rem;
  --margin-lg: 4.5rem;

  --raised: -5px -5px 10px 0px #ffffff, 5px 5px 10px 0px #bfbfbf;
  --raised-press: -2px -2px 5px 0px #ffffff, 2px 2px 5px 0px #bfbfbf; 
  --inset: inset -5px -5px 14px 0px #ffffff75, inset 7px 7px 9px 0px #0000002b;
  --inset-press: inset -2px -2px 7px 0px #ffffff75, inset 2px 2px 6px 0px #0000002b;


  --title: 20rem;
  --heading: 1.4rem;
  --heading2: 1.3rem;
  --body: 1.2rem;
  --body2: 1rem;

  --heading-width: 40rem;
  --body-width: 40rem;
}

:focus {
  outline: solid 2px var(--medium) !important;
}

::selection {
background: #49a0f20f;
  color: var(--primary-color);
}  

.interaction:focus {
  outline: 2px solid var(--tertiary-color) !important;
  outline-offset: 2px;
  background-color: #f9e37573;
  border: initial !important;
  border-radius: 2px;
}

::marker {
  color: var(--primary);
}

button:active {
scale: 94%;
}

body {
  background-color: #fff;
}

b {
  font-family: 'heading';
}

/*/dialogue/*/

.interaction-area {
  transition: bottom 0.5s cubic-bezier(0, 0.01, 0, 1);
  bottom: 30px !important;
  width: fit-content !important;
  min-width: 40%;
  max-width: 70%;
  animation: dialogue .3s ease;
  left: 50% !important;
}

.player{
  background: transparent !important;
}

.background{
  background-color: #f5f5f5 !important;
  background: radial-gradient(#f5f5f5 70%, #880f0f1a 100%);
}

.player-bg-image {
  z-index: -20;
}

.back-btn {
  width: 50px !important;
  height: 50px !important;
  top: 50%;
  transform: translate(0%, -50%);
  background-position: center;
  background-color: transparent !important;
  left: 11.4rem !important;
  background-image: url(images/back.png);
  background-size: 22px;
  background-repeat: no-repeat;
  border-radius: 50%;
  animation: dialogue 0.6s cubic-bezier(1, 0, 0, 1);
  transition: all .2s ease;
  border: solid 1px #0000000a;
}

.back-btn:hover {
  box-shadow: var(--inset-press);
  background-color: #8bb4c714 !important;
  border: solid 1px #00000000;
}

.back-btn.back-disable {
  background-image: url(images/back_disabled.png);
  opacity: .6;
}

.back-btn.back-disable:hover {
  background-image: url(images/back_disabled.png);
  box-shadow: none !important;
  cursor: default !important;
}

.conversation-mute-btn {
  left: 2.2rem !important;
  top: 7rem !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #0c282661 !important;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  opacity: .8;
  z-index: 3;
  display: none;
}

.conversation-replay-btn, .conversation-pause-btn, .conversation-play-btn {
  left: 2.2rem !important;
  top: 7rem !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #0c282661 !important;
  border-radius: 100%;
  background-repeat: no-repeat;
  position:absolute;
  background-position: center;
  background-size: 15px;
  opacity: .8;
  z-index: 3;
}

.conversation-pause-btn {
  background-image: url(images/pause.png);
}

.conversation-play-btn {
  background-image: url(images/play.png);
}

.conversation-replay-btn {
  background-image: url(images/replay-button.png);}

.conversation-mute-btn:hover, .conversation-replay-btn:hover, .conversation-pause-btn:hover, .conversation-play-btn:hover{
  background-color: var(--primary) !important;
  opacity: 1;
}

.conversation-mute-btn.interaction.muted {
  background-image: url(images/mute.gif) !important;
}

.phone>.conversation-mute-btn {
  bottom: calc(4rem - 10px) !important;
  left: 0.3rem !important;
}

/*/transition/*/

.transition-main {
  padding: 1.5rem 0rem 1.5rem 0rem;
  display: flex;
  flex-direction: column;
  height: fit-content;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: calc(100% - 14rem);
  min-width: 9rem;
}

.transition-box {
  justify-content: center !important;
  left: 50%;
  transform: translate(-50%, -20%);
  padding: 0 !important;
  animation: dialogue 0.6s cubic-bezier(1, 0, 0, 1);
  min-width: 22rem;
}

.transition-box.transition-spot {
  background-color: var(--text);
}

.transition-box>.back-btn {
  left: 2rem !important;
  filter: brightness(9);
  border-color: #2020203b;
}

.transition-text {
  font-family: 'body-il';
  color: var(--light);
  max-height: 15.5rem;
  height: fit-content;
  align-items: flex-start !important;
  scroll-padding-bottom: 1rem;
  padding: 0 !important;
}

.interaction-area.center {
  transition: bottom 0.5s cubic-bezier(0, 0.01, 0, 1), filter .2s ease;
  bottom: 50% !important;
  max-width: 80%;
  max-height: calc(90vh - -1.9rem);
  z-index: 2;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 2.2rem;
  padding-bottom: 0.2rem;
  padding-right: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: fit-content;
  transform: translate(-50%, 50%) !important;
  filter: drop-shadow(0px 0px 102px black);
  min-height: 7rem;
}

.conversation-box {
  display: flex !important;
  background-color: transparent !important;
  animation: dialogue .3s ease;
  width: 70vw;
  max-width: 53rem;
  min-width: 36rem;
  transform: translateX(-50%) !important;
}

.interaction-area.center>.conversation-box {
  transform: none !important;
}

.conversation-box:focus {
  filter: brightness(1);
}

.conversation-avatar {
  width: 12.3rem !important;
  height: 9.3rem !important;
  position: relative;
  transform: scale(1.4) translate(12%, 0%);
  z-index: 2;
}

.conversation-main, .transition-box {
  padding: 1rem 6rem 1rem 6rem;
  display: flex !important;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  min-height: 7rem;
  justify-content: flex-start;
  background-color: var(--background);
  border-radius: var(--rounded_sm);
  align-items: center;
  box-shadow: 0 0 40px #00000040;
}

.conversation-main:after {
  background-image: url(images/dialogue_after.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  width: 53%;
  height: 9.5rem;
  display: block;
  position: absolute;
  right: 14px;
  bottom: -9px;
  margin-right: -1.3rem;
  background-position: right;
  pointer-events: none;
}

.conversation-speaker {
  color: var(--text2);
  font-family: 'heading';
  background-image: url(images/avatar_name.png);
  background-position: center left 0px;
  background-size: 25px;
  padding: 7px 0 7px 40px;
  margin: -7px 0 -7px -40px;
  background-repeat: no-repeat;
  width: fit-content;
  font-size: var(--body2);
}

.conversation-text {
  font-family: 'body';
  color: var(--text);
  height: fit-content;
  font-size: var(--body);
  padding: 1rem 0rem 1rem 0 !important;
}

.conversation-text>.icon-1,
.conversation-text>.icon-2 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.next-btn {
  position: absolute;
  right: 0px;
  transform: translate(0%, -50%);
  width: 65px;
  height: 100px;
  font-size: 0;
  box-shadow: var(--inset);
  border: 0px !important;
  top: 50%;
  border-radius: 27px 0px 0px 27px;
  background-color: var(--primary);
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/fwd.png);
}

.next-btn:hover, .next-btn:focus {
  box-shadow: var(--inset-press);
  transition: all .2s ease;
  background-color: var(--primary);
  background-position: 60% center;
}

.next-btn:focus{
filter: brightness(1);
}

.next-btn.nextButtonDisabled{
  pointer-events: none;
  display: none;
}


/* VIDEO CALL */

/*Bottom*/
.phone>.conversation-avatar {
  width: auto !important;
  height: calc(100% + 0.4rem) !important;
  margin: -0.4rem -0.5rem -1rem 0;
  z-index: 2;
}

.phone>.conversation-speaker {
  background-image: none;
}

/*Center*/
.center>.conversation-box.phone.conversation-spot {
  flex-direction: column;
  height: fit-content;
  max-height: 90vh;
}

.center>.phone>.conversation-avatar {
  width: 100% !important;
  height: 213% !important;
  margin: 0rem 0.2rem 0.2rem 0.2rem;
}

.center>.phone>.conversation-main {
  width: calc(100% - 9.4rem);
  margin-left: 5px;
  border-radius: 0 0px 10px 10px;
}

.center>.phone>.conversation-main>.conversation-text{
  padding: 0.5rem 3.5rem 0.5rem 0 !important;
}

.center>.phone>.conversation-main>.conversation-speaker {
  background-image: none !important;
}

.center>.phone>.conversation-main>.next-btn {
  top: initial;
  bottom: 0;
  width: 51px;
  border-radius: 0px 0px 0px var(--rounded_sm);
  height: 9rem;
  padding: 0px 43px 0px 0px;
  background-image: url(images/arrow.png), linear-gradient(158deg, #18836a, #21bf969e, #b6ded494, #21bf96ab, #18836a);
  background-size: 26px, 100%;
  background-repeat: no-repeat;
  background-position: center right 7px, center;
  clip-path: polygon( 0 0px, 0px 0, 100px 0, 177px 10px, 146px 0px, 216px 0px, 48px 163px, 0px 174px, 0px 0px );
}

.center>.phone>.conversation-main>.next-btn.nextButtonDisabled {
  top: initial;
  bottom: 0;
  width: 51px;
  border-radius: 0px 0px 0px var(--rounded_sm);
  height: 9rem;
  padding: 0px 43px 0px 0px;
  background-image: url(images/arrow.png);
  outline: 1px solid #fff;
  background-size: 26px, 100%;
  background-repeat: no-repeat;
  background-position: center right 7px, center;
  clip-path: polygon( 0 200px, -20px -9px, 116px 0, 177px 10px, 146px 0px, 216px 0px, 48px 163px, 0px 174px, 0px 0px );
  opacity: .5;
  cursor: default;
}

.center>.phone>.conversation-main>.next-btn.nextButtonDisabled:hover {
  top: initial;
  bottom: 0;
  width: 51px;
  border-radius: 0px 0px 0px var(--rounded_sm);
  height: 9rem;
  padding: 0px 43px 0px 0px;
  background-image: url(images/arrow.png);
  outline: 1px solid #fff;
  background-size: 26px, 100%;
  background-repeat: no-repeat;
  background-position: center right 7px, center;
  clip-path: polygon( 0 200px, -20px -9px, 116px 0, 177px 10px, 146px 0px, 216px 0px, 48px 163px, 0px 174px, 0px 0px );
  opacity: .7;
}

.center>.phone>.conversation-main>.next-btn:hover {
  background-color: rgb(65 142 212) !important;
}

.center>.phone>.conversation-main>.next-btn:after {
display: none;
}

.center>.phone>.conversation-main>.next-btn:hover::after {
  display: none;
}

.phone>.back-btn {
  width: 40px !important;
  height: 40px !important;
  background-position: center;
  background-color: transparent !important;
  top: initial !important;
  bottom: calc(4rem - 12px) !important;
  right: 102px !important;
  background-image: url(images/back.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.phone>.back-btn:hover {
  background-image: url(images/back_hover.png);
  box-shadow: 0px 0px 6px white;
}

.table {
  background-color: #e1e1e1;
  padding-bottom: 27px;
  border-radius: 0 0 var(--rounded_sm) var(--rounded_sm);
  display: flex;
  flex-direction: column-reverse;
  height: fit-content !important;
}

.table>.options>.option:first-child {
  padding-bottom: 10px;
}

.table>.options>.submit-btn {
  left: calc(50% - 6rem);
  margin-top: 19px !important;
}

.table>.options>.option:first-child {
  padding-top: 0rem;
}

.form-image {
  max-height: 53vh;
}

/* MC COL */

.options.dp-spot {
  margin-top: -5px;
  display: flex;
  flex-direction: column;
  width: calc(100% - 9.6rem);
  margin-left: 9.6rem;
  background-color: #e1e1e1;
  animation: dialogue 0.4s cubic-bezier(1, 0, 0, 1);
  border-radius: var(--rounded_sm);
  row-gap: calc(var(--margin-sm)* 2);
}

.option {
  width: calc(100% - 5.2rem) !important;
  margin-top: initial !important;
  background-color: transparent !important;
  padding: 0 2.6rem;
  display: flex;
  animation: mc 0.4s cubic-bezier(1, 0, 0, 1);
}

.option:last-child {
  padding-bottom: 1.9rem;
}

.option:first-child {
  padding-top: 1.9rem;
}

.option-btn {
  color: var(--text);
  font-family: 'heading';
  font-size: var(--body2);
  border-radius: var(--rounded);
  border: none;
  background-color: var(--light) !important;
  width: 100% !important;
  text-align: left;
  padding: calc(var(--margin-sm)* 2.5) !important;
  font-family: 'body';
}

.option-btn:hover, .option-btn:focus {
  box-shadow: var(--inset-press);
  transition: box-shadow .1s ease;
  outline: solid 2px var(--primary);
  outline-offset: 2px;
}

.option.selected>.option-btn {
  box-shadow: var(--inset);
  color: var(--light) !important;
  background-color: var(--primary) !important;
  color: #204950 !important;
  font-family: 'heading';
  outline: solid 2px var(--primary);
  outline-offset: 2px;
}

.option.selected:focus>.option-btn {
  background: linear-gradient(90deg, rgba(12, 40, 38, 0) 0%, #315147 8%, #0f372c 96%, rgba(12, 40, 38, 0) 100%);
  color: var(--primary-color);
  font-weight: 600;
  border-color: var(--primary-color) !important;
  border-bottom: solid 2px var(--primary-color) !important;
  border-top: solid 1px var(--primary-color);
  filter: brightness(1);
}

.selected-option {
  color: var(--primary-color) !important;
  background-color: #0000004d !important;
}

.submit-btn {
  position: relative;
  border-radius: var(--rounded) !important;
  box-shadow: -5px -5px 10px 0px #f0f0f0, 5px 5px 10px 0px #bfbfbf;
  border: none;
  text-align: center;
  width: 150px !important;
  height: 28px;
  padding: 10px !important;
  cursor: pointer;
  font-family: 'body';
  font-size: 1.2rem;
  color: var(--text2) !important;
  animation: fadein 0.3s cubic-bezier(0, -0.08, 0, 1.03);
  align-self: center;
  background-color: #e3e3e3 !important;
  margin: 0.6rem 0 1.4rem 0 !important;
}

.submit-btn:hover,
.sata-spot>.submit-button:hover {
  box-shadow: var(--raised-press);
  transition: box-shadow .2s ease;
  background-color: var(--light);
  color: var(--text2);
}
/*
.sata-spot>.submit-button {
  height: auto !important;
  width: inherit;
  text-align: center !important;
  font-family: 'heading-sb';
  font-size: 0.9rem;
  color: var(--background-color) !important;
  background-color: #00ffbc !important;
  margin: 0rem !important;
  padding: 8px 0px !important;
  border-radius: 0px 0px var(--rounded_sm) var(--rounded_sm);
  box-shadow: 0 0 15px #00f6b5ad;
  border: solid 2px #96f1da;
  background-image: url(images/arrow_pop-up.png);
  background-position: center right calc(45% - 2rem);
  background-size: 26px;
  background-repeat: no-repeat;
  bottom: 7px;
  position: relative;
  animation: tools 0.4s cubic-bezier(1, 0, 0, 1);
  letter-spacing: .5px;
}

.options.dp-spot:before {
  background-image: url(images/mc_submit_before.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  width: calc(100% - 227px);
  height: 51px;
  display: block;
  position: absolute;
  margin-right: -1.3rem;
  background-position: left;
  cursor: default;
  z-index: -1 !important;
  pointer-events: none;
  bottom: 0px;
  margin-left: 1.3rem;
  right: 227px;
}*/

/*SATA*/

/*.submit-button:before {
  background-image: url(images/continue_dp_before.png);
  background-repeat: no-repeat;
  content: "";
  width: inherit;
  background-size: 881px;
  height: 3.3rem;
  position: absolute;
  background-position: center top 0.4rem;
  cursor: default;
  z-index: -1 !important;
  pointer-events: none;
  bottom: 0px;
  left: 0;
}*/

.sata-spot {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 1.3rem;
  background-color: var(--background);
  border-radius: var(--rounded_sm);
}

.sata-spot>.options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(90% - 37px);
  background-image: url(images/bg_pattern.png);
  padding: 5%;
  margin-top: -18px;
  border-radius: 0 0px 10px 10px;
  /* border-top: solid 2px #00fbb8; */
}

.sata-spot>.options>.option {
  width: fit-content !important;
  font-family: 'body';
  color: var(--text);
  padding: 1rem 1rem !important;
  line-height: 0.9rem;
  font-size: 1rem;
  min-width: 4rem;
  margin: 5px 5px 0px 0 !important;
  border-radius: 10px !important;
  background-image: none !important;
  background-color: var(--light) !important;
}

.sata-spot>.options>.option:hover {
  outline: solid 2px var(--primary-color);
}

.sata-spot>.options>.option.selected {
  border: none !important;
  background-color: var(--primary-color) !important;
  color: #0c2826 !important;
  font-weight: 600;
  background-image: none;
  outline: solid 2px var(--primary);
}

.selected:hover {
  outline: none !important;
}


/*

.sata-spot>.submit-button {
  width: 100% !important;
  height: 47px !important;
  align-self: center;
  text-align: initial !important;
  font-family: 'heading';
  color: var(--text-color) !important;
  background-color: transparent !important;
  padding: 13px 0px 13px 38%!important;
  position: relative !important;
  margin: 1rem 0 0 0rem !important;
}

.sata-spot>.submit-button:after {
  background-image: url(images/continue_dp.png);
  background-size: 200px;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
  right: -10px;
  background-position: center top;
  cursor: default;
  z-index: -1 !important;
  pointer-events: none;
  bottom: -15px;
}

.sata-spot>.submit-button:hover:after {
  background-image: url(images/continue_dp_hover.png);
}
*/

/* Hotsots */

img.background-image.interaction:hover {
  cursor: initial !important;
}

.hotspots {
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  border: none !important;
  width: 6vw !important;
  height: 7.6vw !important;
  max-width: 104px;
  max-height: 131px;
  min-width: 50px;
  min-height: 63px;
  transition: all 1s cubic-bezier(0, 0.98, 0, 1);
  animation: drop 0.8s cubic-bezier(0.68, -0.01, 0.25, 1);
  animation-fill-mode: backwards;
}

.hotspots:nth-child(1) { animation-delay: 0s }
.hotspots:nth-child(2) { animation-delay: .2s }
.hotspots:nth-child(3) { animation-delay: .4s }
.hotspots:nth-child(4) { animation-delay: .6s }
.hotspots:nth-child(5) { animation-delay: .8s }

.check {
  position: fixed !important;
  background-color: rgba(255,0,0,0) !important;
}

.hotspots.check:hover::after {
  background-image: none !important;
}

.hotspot-ref-icon {
  position: relative !important;
  bottom: initial !important;
  top: 50% !important;
  left: 50% !important;
  background-color: transparent !important;
  width: inherit !important;
  height: inherit !important;
  background-image: url(images/ref.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: initial !important;
  transform: translate(-50%, -50%);
  max-width: 104px;
  max-height: 131px;
  min-width: 50px;
  min-height: 63px;
}

.hotspot-ref-icon:hover {
  padding-bottom: 10px !important;
  transition: all 1s cubic-bezier(0, 0.98, 0, 1);
  filter: drop-shadow(2px 4px 13px #00f6b5) drop-shadow(0px 11px 4px black);
  background-image: url(images/ref_hover.png);
}

.hotspots.check>.hotspot-ref-icon {
  background-image: url(images/ref_checked.png);
}

.hotspots.check:hover>.hotspot-ref-icon {
  background-image: url(images/ref_checked_hover.png);
}

.hotspot-email-icon {
  position: relative !important;
  bottom: initial !important;
  left: 50% !important;
  background-color: transparent !important;
  width: inherit !important;
  height: inherit !important;
  background-image: url(images/email.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: initial !important;
  max-height: 4.8vw;
  max-width: 4.4vw;
}

.hotspot-email-icon:hover {
  margin-left: 5px !important;
  transition: margin-left 0.2s cubic-bezier(0, 0.98, 0, 1);
  background-image: url(images/email_hover.png);
}

.hotspots:focus>.hotspot-email-icon {
  background-image: url(images/email_focus.png);
}

.hotspots.check>.hotspot-email-icon {
  background-image: url(images/email_checked.png);
}

.hotspots.check:hover>.hotspot-email-icon {
  background-image: url(images/email_checked_hover.png);
}

.hotspot {
  background-color: transparent !important;
  width: fit-content !important;
  height: fit-content !important;
}


.default-img:hover {
  filter: drop-shadow(0px 0px 1px var(--primary-color));
  transition: all 0.1s;
}

.selected-img {
  filter: drop-shadow(0px 0px 0px var(--primary)) drop-shadow(0px 0px 0px var(--primary)) drop-shadow(0px 0px 0px var(--primary));
}

/*.hotspots-wrapper>.submit-button {
      position: absolute !important;
      bottom: 9rem !important;
      width: 227px !important;
      right: -41px !important;
      background-color: transparent !important;
      background-repeat: no-repeat;
      padding: 0px 88px 0px 0px !important;
      font-family: 'heading';
      height: 70px;
      background-position: bottom -462% left 50%;
      margin: initial !important;
      background-size: 200px;
      background-image: url(images/continue.png);
}*/

.hotspots-wrapper>.submit-button {
  bottom: initial !important;
  right: 0 !important;
  top: 50%;
  background-color: var(--primary) !important;
  color: var(--background);
  font-family: 'body';
  font-size: 1.2rem;
  border-radius: 27px 0 0 27px;
  padding: 1.5rem 2rem 4rem 2rem;
  background-position: bottom 45% right 2rem;
  background-repeat: no-repeat;
  background-image: url(images/fwd.png);
  background-size: 23px;
  margin: 0 !important;
  height: clamp(5rem, 30vh, 20rem);
  transform: translateY(-50%);
  box-shadow: var(
  --inset);
  min-width: unset !important;
  animation: fadel 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  animation-name: fadel, blink;
  animation-duration: .4s, 5s;
  animation-delay: 0ms, .4s; /* add this */
  animation-timing-function: ease-in, cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-iteration-count: 1, infinite;
  transform: translate(-5%, -50%) scale(1.1);
}

.hotspots-wrapper>.submit-button:hover {
  /* color: var(--text-color) !important; */
  box-shadow: var(--inset-press);
  transition: all .2s ease;
  background-color: #099fba !important;
  background-position: bottom 45% right 1.6rem;
  padding: 1.5rem 1.6rem 4rem 2.4rem;
}

/* Email */

.info-centered {
  height: calc(100% - 8rem) !important;
}

.header-wrapper {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  height: 23px;
}

.header-wrapper:after {
  background-position: center;
  background-size: 50px;
  background-repeat: no-repeat;
  filter: brightness(0.6);
  content: "Email";
  font-family: 'body';
  font-size: 1rem;
  color: var(--text-color);
}

.email-icon {
  width: 0px !important;
}

.email-background:before {
  position: absolute;
  background-image: url(images/email_top.png);
  background-position: center;
  background-size: 31px;
  background-repeat: no-repeat;
  width: 37px;
  content: "";
  height: 29px;
  margin-left: -16px;
}

.email-background {
  background-color: transparent !important;
  border-radius: var(--rounded) !important;
  display: flex;
  flex-direction: column;
  padding: 0px 26px 26px 26px;
  row-gap: 10px;
  min-height: initial !important;
  max-height: calc(96% - 9.5rem) !important;
  background: linear-gradient(180deg, #00726766 27px, #0072673d 27px), url(images/bg_pattern.png);
  box-shadow: 0px 0px 250px 538px #00000040, 0px 0px 25px #00000047 !important;
  animation: fader 0.7s cubic-bezier(1, 0, 0, 1);
  background-size: auto, 990px;
  align-self: flex-start;
  margin-left: 5vw;
  overflow-y: scroll;
}

.email-header:before {
  position: absolute;
  content: "Subject";
  font-family: 'body-il';
  margin-left: -5rem;
  opacity: .4;
}

.email-header {
  width: 80%;
  align-self: flex-end;
  border-radius: var(--rounded_sm);
  background-color: var(--highlight) !important;
  color: #fff;
  font-family: 'body';
  margin: 0 !important;
}

.email-content {
  overflow: auto !important;
  border: none !important;
  background-color: var(--highlight) !important;
  color: #fff;
  font-family: 'body';
  border-radius: var(--rounded_sm);
  margin: 0 !important;
  height: fit-content !important;
  min-height: 5rem;
}

.button-wrapper-email {
  width: fit-content !important;
  right: initial !important;
  top: initial !important;
  display: flex !important;
  align-self: flex-end;
}

.button-wrapper-email button, .button-wrapper button{
  border: solid 2px #96f1da;
      width: auto !important;
      height: auto !important;
      font-family: 'heading-sb';
      font-size: 0.9rem;
      color: #007267;
      background-color: var(--primary-color) !important;
      background-image: url(images/arrow_pop-up.png);
      background-position: center right 10%;
      background-size: 26px;
      background-repeat: no-repeat;
      padding: 11px 46px 11px 14px !important;
      border-radius: 0 var(--rounded_sm) var(--rounded_sm) var(--rounded_sm);
      margin-top: 10px;
      box-shadow: 0 0 15px #00f6b5ad;
}

.button-wrapper-email button:hover, .button-wrapper button:hover {
  background-color: #56f1c8 !important;
  border-color: #fffffff2;
}

.email-content>.data>p>strong, .info-content>.data>p>strong {
      background-color: #ffffff38;
      padding: 0.3rem 0.5rem 0.3rem 2rem;
      margin-left: -1.4rem;
      border-radius: 2px;
      color: #fff !important;
      font-family: 'heading-sb';
      font-weight: normal !important;
      font-size: inherit !important;
  }

.email-content>.data>p>em,
.info-content>.data>p>em {
  color: var(--text2);
  font-family: 'body-il' !important;
}

.icon-1,
.icon-2 {
  width: 1.1rem !important;
  height: 1.1rem !important;
  margin-left: 0.8rem;
  margin-right: -0.5rem;
  margin-bottom: -0.2rem;
  display: inline-block;
  background-size: contain !important;
  background-repeat: no-repeat;
}

/*Info Panel*/

.left-image {
  width: 7vw !important;
  height: 7vw !important;
  top: 0 !important;
  left: calc(-7vw - 26px) !important;
  border: none !important;
  overflow: visible !important;
  margin-bottom: -7vw;
  background-image: url(images/equipment_1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 150px;
  max-height: 150px;
  min-width: 100px;
  min-height: 100px;
}

.info-background:before {
  position: absolute;
  background-image: url(images/asset_top.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 700px;
  content: "";
  height: 297px;
  margin-left: 42px;
  margin-top: -1px;
  pointer-events: none;
}

.info-background {
  background-color: #00726752 !important;
  border-radius: 0 var(--rounded) var(--rounded) var(--rounded);
  display: flex;
  flex-direction: column;
  padding: 0px 26px 26px 26px;
  row-gap: 10px;
  min-height: initial !important;
  box-shadow: 0px 0px 250px 538px #00000040, 0px 0px 25px #00000047 !important;
  background: url(images/bg_pattern.png);
  background-size: 800px;
  min-height: 14.8rem !important;
  max-height: calc(96% - 9.5rem) !important;
}

.info-background>strong {
  font-family: 'heading';
  color: #fff;
  margin-bottom: 0 !important;
  font-size: 1.6rem;
}

.info-content {
  overflow: auto !important;
  border: none !important;
  background-color: var(--highlight) !important;
  color: #fff;
  font-family: 'body';
  border-radius: var(--rounded_sm);
  margin: 0 !important;
  min-height: 5rem;
}

.button-wrapper {
  width: fit-content !important;
  right: initial !important;
  top: initial !important;
  display: flex !important;
  align-self: flex-end;
}

.info-inner {
  background-color: transparent !important;
}

/*ASSETS MENU*/

.assets-menu-btn, .refs-btn{
  animation: progress 0.6s cubic-bezier(1, 0, 0, 1);
}

.assets-menu-btn {
  background-image: url(images/details.png);
  background-position: top 20% right 30%;
  background-size: 50px;
  background-repeat: no-repeat;
  background-color: transparent !important;
  width: 84px !important;
  height: 90px !important;
  border-radius: var(--rounded_sm) !important;
  right: 3% !important;
  z-index: 2;
  top: 216px !important;
  animation-delay: .2s;
  animation-fill-mode: backwards;
}

.assets-menu-btn:hover {
  background-color: var(--background-color) !important;
}

.assets-menu-btn:after {
  content: "MISSION DETAILS";
  font-family: 'body';
  color: var(--text2);
  bottom: -24px;
  left: 16px;
  font-size: 0.9rem;
  position: relative;
  display: block;
  line-height: 0.8rem;
}

.assets-menu-btn:hover:after {
  content: "MISSION DETAILS";
  font-family: 'label';
  color: var(--text-color);
  bottom: -24px;
  left: 16px;
  font-size: 0.9rem;
  position: relative;
  display: block;
  line-height: 0.8rem;
}

.assets-menu-background {
  background-color: #00000063 !important;
}

.assets-menu {
  grid-template-rows: 40px 7fr !important;
  box-shadow: 0px 0px 25px #00000047;
  background-image: url(images/bg_pattern.png);
  background-size: 1220px;
  background-color: transparent !important;
}

.assets-header {
  border-bottom: #ffffffa8 1px solid !important;
  display: flex !important;
  justify-content: center;
  background-color: #0072674a !important
}

.assets-header-label {
  font-family: 'label';
  color: var(--text2);
  font-size: 1.2rem;
  background-image: url(images/details_header.png);
  background-position: center left;
  padding-left: 45px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.assets-close-btn {
  background-color: #ffffff00 !important;
  width: 40px !important;
  height: 39px !important;
  background-image: url(images/close.png);
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
  opacity: .5;
}

button.assets-close-btn:hover {
  background-color: #ffffff52 !important;
  opacity: 1;
}

.assets-body {
  height: 100%;
}

.assets-toc {
  border-right: 1px solid #ffffffa8 !important;
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 4%;
  flex-direction: column;
}

.assets-toc-empty {
  font-family: 'label';
  color: var(--text2);
  width: 60%;
  justify-self: center;
  line-height: 1vw;
  top: 2rem;
  position: relative;
  height: fit-content;
  font-size: 0.8vw;
  left: 20%;
}

.assets-toc-item {
  display: block;
  padding: 5% 5% 5% 25% !important;
  font-family: 'body';
  height: fit-content;
  color: var(--text-color);
  background-color: #ffffff00;
  background-image: url(images/details_sm.png);
  background-position: center left 6%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.assets-toc-item:hover {
  background-color: #ffffff1f;
}

.assets-content {
  overflow-y: scroll;
  height: auto !important;
  display: flex;
  justify-content: center;
}

.assets-content-empty {
  font-family: 'body-il';
  color: var(--text2);
  font-size: 1.5rem;
  align-self: center;
  width: 10rem;
  margin-bottom: -2rem;
  margin-left: 8rem;
  line-height: 1.8rem;
}

.assets-content-empty:before {
  margin-left: -8rem;
  position: absolute;
  background-image: url(images/assets_empty_state.png);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 200px;
  content: "";
  height: 200px;
  margin-top: -6.3rem;
}

.assets-content-display {
  height: fit-content !important;
  color: var(--text-color);
  font-family: 'body';
  display: flex;
  flex-direction: column;
  background-color: #ffffff1f;
  padding: 1rem 2rem 3rem 2rem;
  border-radius: 10px;
  overflow-y: auto;
  margin: 4%;
}

.assets-content-display>p:first-child {
  font-size: 1.8rem;
  align-self: center;
  font-weight: initial !important;
  font-family: 'body-b';
  margin-top: 2%;
}

.assets-content-display>p {
  margin: 0 !important;
}


/* References */

.refs-btn {
  background-image: url(images/assets.png);
  background-position: top 31% right 48%;
  background-size: 38px;
  background-repeat: no-repeat;
  background-color: transparent !important;
  width: 84px !important;
  height: 90px !important;
  border-radius: var(--rounded_sm) !important;
  right: 3% !important;
  z-index: 2;
  top: calc(216px + 95px) !important;
  animation-delay: .3s;
  animation-fill-mode: backwards;
}

.refs-btn:after {
  content: "REFERENCES";
  font-family: 'label';
  color: var(--text2);
  bottom: -18px;
  left: 4px;
  font-size: 0.9rem;
  position: relative;
}

.refs-btn:hover:after {
  content: "REFERENCES";
  font-family: 'label';
  color: var(--text-color);
  bottom: -18px;
  left: 4px;
  font-size: 0.9rem;
  position: relative;
}

.refs-btn:hover {
  background-color: var(--background-color) !important;
}

.resources_titlebar {
  padding: 0px !important;
  background-color: #0072674a !important;
  border-bottom: solid 1px var(--text2);
  justify-content: center;
  height: 40px !important;
}

.resources_titlebar_heading {
  background-image: url(images/assets_sm.png) !important;
  background-size: 23px !important;
  background-position: left !important;
  padding: 10px 0px 10px 40px !important;
  font-family: "label" !important;
  font-size: 1.2rem !important;
  color: var(--text2) !important;
  flex: inherit !important;
  width: fit-content !important;
}

.resources_titlebar_close_btn {
  background-color: transparent !important;
  font-size: 1.7rem !important;
  flex: inherit !important;
  width: auto !important;
  padding: 8px 15px;
  opacity: .5;
  position: absolute !important;
  left: initial !important;
  right: 0;
  line-height: 23px;
}

.resources_titlebar_close_btn:hover {
  background-color: #ffffff52 !important;
  opacity: 1;
}

.resources_titlebar_close_btn:focus {
  background-color: #ffffff1a !important;
  border: none !important;
}

.resources_menu {
  top: 50% !important;
  left: 50% !important;
  position: absolute !important;
  max-width: 995px;
  min-width: 675px;
  border-radius: 0px !important;
  font-family: "Segoe UI" !important;
  font-size: 1.1rem !important;
  transform: translate(-50%, -50%) !important;
  animation: menu .8s cubic-bezier(1, -0.03, 0, 1.02);
  background-image: url(images/bg_pattern.png);
  background-size: 1170px !important;
  background-repeat: repeat !important;
  background-color: transparent !important;
  box-shadow: 0px 0px 250px 538px #00000040, 0px 0px 25px #00000047 !important;
}

.resources_items>.resources_button {
  margin: 0.4rem 0px 0.4rem 0px !important;
  background-image: url(./../../../shared/pe_statics/gui/ref_download.svg) !important;
  padding: 0.5rem 0.5rem 0.5rem 3.5rem !important;
  background-position: 1% 56% !important;
  background-size: 3.9% !important;
  height: auto !important;
  background-color: var(--highlight) !important;
  color: var(--text-color) !important;
  filter: none !important;
}

.resources_items>.resources_button:hover {
  background-image: url(./../../../shared/pe_statics/gui/ref_download_hover.svg) !important;
  background-color: #ffffff33 !important;
  color: var(--secondary-color) !important;
  filter: none !important;
  margin: 0.4rem -1rem 0.4rem -1rem !important;
  padding: 0.5rem 1.5rem 0.5rem 4.5rem !important;
  transition: margin 0.1s cubic-bezier(0.4, 0, 1, 1), padding 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.resources_items>.resources_button:focus {
  background-color: #ffffff1a !important;
  border: none !important;
}

.resources_items {
  height: auto !important;
  width: 37rem !important;
  margin: 2rem 1rem 2rem 1rem !important;
  background-color: #14433f !important;
  color: var(--text-color) !important;
  filter: none !important;
}

.link_button {
  margin: 0.4rem 0px 0.4rem 0px !important;
  padding: 0.5rem 0.5rem 0.5rem 3.5rem !important;
  background-position: 0.6% 56% !important;
  background-size: 5% !important;
  height: auto !important;
  color: var(--text-color) !important;
  background-color: transparent !important;
}

.link_button:hover {
  background-color: transparent !important;
  font-weight: 500;
}

.link_button:focus {
  background-color: #ffffff1a !important;
  border: none !important;
}

.resources_items {
  height: auto !important;
  width: 37rem !important;
  margin: 2rem 1rem 2rem 1rem !important;
  color: var(--text-color) !important;
  background-color: transparent !important;
}

/* Progress Bar UI */

.loading-container {
  animation: progress 0.6s cubic-bezier(1, 0, 0, 1);
  animation-delay: .1s;
  animation-fill-mode: backwards;
}

.label-container {
  margin-right: 72% !important;
  margin-top: 14px;
  z-index: -1;
}

.stage-label {
  font-family: 'heading-b';
  color: var(--background-color);
  background-position: right;
  font-size: 0.8rem;
  padding-right: 19px;
  margin-right: 12px;
  background-color: transparent !important;
  justify-content: right !important;
  background-image: url(images/stage_label.png);
  background-size: 577px;
  background-repeat: no-repeat;
  width: 193px;
}

.description-label {
  width: 185px !important;
  text-align: right !important;
  padding: 0.4rem 1.9rem 0.5rem 0.5rem;
  font-family: 'body';
  font-weight: normal !important;
  background-color: #0c2826b0 !important;
  clip-path: polygon( 0 0px, 0px 0px, 100px 0, 100px 0px, 214px 0px, 209px 95px, 0px 313px, 0px 0px, 0px 0px );
  border-radius: 0 0 0 var(--rounded_sm);
}

.loading-container:before {
  background-image: url(images/progress_bg.png);
  background-size: 204px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 102%;
  height: 113%;
  background-position: right;
  top: -23px;
  z-index: 0;
}

.progress {
  filter: drop-shadow(0px 0px 5px var(--primary-color));
  right: 28px !important;
  top: 46% !important;
}

.barOverflow {
  margin-bottom: -15px !important;
}

.bar {
  border: 8px solid #ffffff00 !important;
  border-bottom-color: var(--primary-color) !important;
  border-right-color: var(--primary-color) !important;
  transition: transform 1s ease;
}

.hide-button {
  right: -6px !important;
  top: -22px !important;
  font-family: 'label';
  width: 98px;
  height: 98px;
  border-radius: 50%;
  text-align: center;
  font-size: 0.9rem;
  opacity: 0.6;
  background-image: url(images/hide.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center bottom 53px;
  padding: 35px 45px 55px 45px;
}

.hide-button:hover {
  opacity: 1;
  background-color: #0000007a;
}

.hide-button.hidden {
  background-image: url(images/show.png);
  background-color: #00000017;
}

.hide-button.hidden:hover {
  opacity: 1;
  background-color: #0000003d;
}

/* AAR */

.aar {
  background-image: url(images/bg_pattern.png);
  background-size: 1170px;
  padding: 0 !important;
  grid-template-columns: 310px 3fr !important;
  column-gap: 3%;
  background-color: var(--background) !important;
}

.aar-left {
  padding: 0% 0% 0 20%;
  margin: 92px 0;
  color: var(--text-color);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-mask-image: linear-gradient(180deg, #ddd0 0%, #000 0%, #000 93%, #ddd0 100%);
}

.aar-stage {
  font-family: 'heading';
  color: var(--text2);
  padding: 5px 15px;
  box-shadow: var(--raised);
  background-color: var(--secondary);
  font-size: 0.8rem;
  border-radius: var(--rounded);
  width: fit-content;
  margin-bottom: 13px;
}

.aar-title {
  text-align: left !important;
  font-family: 'title';
  font-size: 2rem;
  line-height: 1.8rem;
  color: var(--text);
}

.aar-score {
  position: relative;
  margin-top: -99px !important;
  margin-left: -9px;
  width: 109%;
  text-align: center;
  font-family: 'body';
  color: var(--text2);
}

.aar-gauge:before {
  content: "";
  position: relative;
  background-image: url(images/score_bg.png);
  background-size: 246px;
  width: 262px;
  height: 249px;
  display: block;
  margin: 0px 0px -238px 0;
  background-repeat: no-repeat;
}

.aar-gauge {
  height: 168px !important;
  width: fit-content;
  margin: 1% -14% 16% -14%;
  padding: 5% 14% 15% 14%;
}

canvas#gauge {
  margin: 0px -42px 0 -53px;
  width: 337px;
  filter: hue-rotate(59deg) brightness(.5) drop-shadow(0px 0px 18px var(--primary));
}

span.aar-score-number {
  font-family: monospace;
  font-size: 4rem;
  color: var(--primary);
}

.aar-info {
  padding: 0 !important;
  font-family: 'body';
  line-height: 1.3rem;
  margin-bottom: 20px;
  color: var(--text);
}

.aar-right {
  padding: 10% 7% 0 5%;
  height: 85% !important;
  -webkit-mask-image: linear-gradient(180deg, #ddd0 0%, #000 0%, #000 73%, #ddd0 89%);
}

.aar-item {
  background-color: transparent !important;
  margin-bottom: 3% !important;
  grid-template-columns: 20fr 4rem !important;
  column-gap: 13px;
  align-items: center;
}

.aar-item:last-child {
  margin-bottom: 200px !important;
}

.aar-item-content {
  background-color: var(--light);
  box-shadow: var(--raised-press);
  border-radius: var(--rounded);
  transition: all 0.4s ease;
}

.aar-item-content:hover {
  box-shadow: var(--raised);
  transition: all 0.4s ease;
}

.aar-item-question {
  padding: 1% 5% 1% 0;
  font-size: 1rem;
  color: var(--text-color);
  font-family: 'body-il';
  border: solid var(--medium);
  border-radius: 25px var(--rounded) 0 25px;
  border-width: 0px 0px 0px 0px;
  margin-left: -2.6%;
  display: grid;
  grid-template-columns: calc(3% + 20px) 1fr;
  align-content: center;
  align-items: center;
  background: linear-gradient(45deg, #93c08e 0%, #eeeeee 8%);
  box-shadow: var(--raised);
}

.aar-item-question:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--good);
  display: block;
  border-radius: 10px;
  position: relative;
  box-shadow: var(--inset);
  margin-left: 10px;
}

.aar-item-answer-incorrect>.aar-item-content>.aar-item-question:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--bad);
  display: block;
  border-radius: 10px;
  position: relative;
  box-shadow: var(--inset);
}

.aar-item-answer-incorrect>.aar-item-content>.aar-item-question {
  background: linear-gradient(45deg, #f2474769 0%, #eeeeee 8%);
}

.aar-item-answer-and-feedback {
}

.aar-item-answer {
  grid-template-columns: 9rem 6fr 3.4rem !important;
  padding: 2% 2% calc(2% + 9px) 2%;
  align-items: center;
}

.aar-item-answer-title {
  text-align: initial !important;
  font-family: 'body';
  font-size: 0.8rem;
  padding: 5% 16% 5% 0;
  display: flex;
  justify-content: right;
  align-items: center;
  color: #7e7e7e;
}

.aar-item-answer-text:before {
  content: "";
  border-left: solid 1px var(--outline);
  left: -17px;
  padding: 2% 0;
  position: relative;
}

.aar-item-answer-text {
  font-family: 'body';
  color: var(--good);
  padding: 2% 2% 2% 10px;
  background-color: #93c08e2e;
  display: flex;
  align-items: center;
  border-radius: var(--rounded_sm) 0 0 var(--rounded_sm);
}

.aar-item-answer-incorrect>.aar-item-content>.aar-item-answer-and-feedback>.aar-item-answer>.aar-item-answer-text {
  background-color: #fd68681a;
  color: var(--bad);
}

.aar-item-correct-icon,
.aar-item-incorrect-icon {
  width: 100%;
  height: 100%;
  background-size: 23px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 var(--rounded_sm) var(--rounded_sm) 0;
}

.aar-item-correct-icon {
  background-image: url(images/correct.png);
  background-color: #93c08e2e;
}

.aar-item-incorrect-icon:after {
  position: relative;
  content: "incorrect";
  font-family: sans-serif;
  color: var(--bad);
  top: 106%;
  font-size: 0.7rem;
  left: 9%;
}

.aar-item-incorrect-icon {
  background-color: #fd68681a;
  background-image: url(images/incorrect.png);
}

.aar-item-correct-icon:after {
  position: relative;
  content: "correct!";
  font-family: sans-serif;
  color: var(--good);
  top: 105%;
  font-size: 0.7rem;
  left: 16%;
}

.aar-item-btn {
  font-family: 'body';
  font-size: 0.8rem;
  border-radius: 2rem;
  background-size: 23%;
  background-repeat: no-repeat;
  background-position: left;
  color: var(--text);
  flex-direction: column;
  justify-self: center;
  height: 5rem;
  width: 4rem;
  background-color: #eeeeee;
}

.aar-item-btn:after {
  content: "";
  position: relative;
  background-image: url(images/expand.png);
  background-size: contain;
  width: 11px;
  height: 12px;
  transition: transform .2s ease, margin-top .2s ease;
  background-repeat: no-repeat;
  margin-top: 10px;
  opacity: 0.2;
}

.aar-item-btn:hover:after {
  content: "";
  transition: transform .4s ease, margin-top .2s ease;
  margin-top: 17px;
  opacity: .5;
}

.aar-item-btn.aar-item-btn-details:after {
  content: "";
  position: relative;
  background-image: url(images/expand.png);
  background-size: contain;
  width: 11px;
  height: 12px;
  margin-top: 10px;
  transform: rotateZ(180deg);
  transition: transform .4s ease, margin-top .2s ease;
  filter: brightness(0.2);
}

button.aar-item-btn:hover {
  flex-direction: column;
  transition: all .2s ease;
}

button.aar-item-btn.aar-item-btn-details {
  color: var(--text);
  font-weight: 600;
  justify-content: space-between !important;
  padding: 1rem 0 !important;
}

button.aar-item-btn.aar-item-btn-details:hover {
  background-color: #d0d0d0;
  color: var(--text2);
  font-weight: 600;
}

.aar-item-correct-answer,
.aar-item-feedback {
  margin-left: calc(9rem + 2% + 10px) !important;
  font-size: .8rem;
  margin-right: 2%;
  animation: fadein 0.4s;
  margin-right: calc(4% + 3.5rem);
}

span.aar-item-correct-answer-title {
  font-family: 'label';
  justify-self: right;
  padding-right: 19%;
  color: #7e7e7e;
}

.aar-item-correct-answer {
  color: var(--text);
  font-family: 'heading';
  margin-bottom: 2%;
  display: grid;
  grid-template-columns: calc(9rem + 11px) 6fr 4rem !important;
  align-items: center;
  margin-left: 2% !important;
}

.aar-item-feedback {
  font-family: 'body';
  color: var(--text);
  margin-bottom: 2%;
}

.aar-item-feedback>p>em {
  color: var(--text2) !important;
}

.aar-item-feedback>p>em:before {
  content: "";
  width: 16px;
  height: 20px;
  position: relative;
  display: inline-block;
  margin: -6px 10px -6px 0px;
  background-image: url(images/aar_reference.png);
  background-size: contain;
}

.aar-restart {
  left: inherit !important;
  right: calc(7% + 23rem) !important;
  border: none;
  text-align: center;
  width: 106px;
  padding: 16px 15px 17px 40px !important;
  font-family: 'body';
  font-size: 1.2rem;
  color: var(--text2) !important;
  margin-top: var(--margin-md) !important;
  background-color: transparent !important;
  background-image: url(images/reset.png);
  background-position: top 23px left 10px;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-right: var(--margin-sm);
  animation: fadein 0.3s cubic-bezier(0, -0.08, 0, 1.03);
}

.aar-restart:hover {
  background-color: var(--light) !important;
  border-radius: var(--rounded);
}

.aar-next-button {
  right: calc(7% + 4rem) !important;
  background-color: var(--light) !important;
  color: var(--text) !important;
  font-size: 21px;
  font-family: 'heading';
  padding: 17px 119px 16px 27px;
  border-radius: var(--rounded) !important;
  box-shadow: var(--raised);
}

.aar-next-button:hover {
  box-shadow: var(--raised-press);
  transition: all .2s ease;
}

.aar-next-button:before {
  background-image: url(images/aar_next_edge.png);
  background-size: contain;
  position: absolute;
  content: "";
  height: 52px;
  width: 37px;
  right: -21px;
  top: 2px;
  transition: all .2s ease;
}

.aar-next-button:hover:before {
  right: -29px;
  transition: all .2s ease;
}


/*Sequential COL*/

.sequential-image img {
  transition: left .5s cubic-bezier(0.91, -0.01, 0, 0.99) !important;
}

.sequential-col {
  margin: 3% !important;
  height: initial !important;
}

.sequential-image {
  border: none !important;
  border-radius: var(--rounded);
  width: 100% !important;
}

.slide-status {
  right: 20px !important;
  background-color: #00000061 !important;
  border-radius: var(--rounded_sm) 0 0 var(--rounded_sm);
  font-family: monospace;
  color: #edededf0 !important;
}

.seq-bottom-bar {
  justify-content: center;
  margin-bottom: -6rem;
  padding-top: 2rem !important;
  width: 100%;
}

.col-submit-button {
  border: none !important;
  border-radius: var(--rounded_sm) !important;
  padding: var(--margin_sm);
  background-color: var(--light) !important;
  color: var(--text2);
  font-family: 'body';
}

.col-submit-button.seq-submit-button, .nextButton {
  background-color: #000000a8 !important;
  color: var(--light) !important;
  font-size: var(--body2) !important;
}

.col-submit-button.seq-submit-button:hover, .nextButton:hover {
  background-color: #2d2d2d !important;
}

select.dropdown {
  background-color: #8bb4c752;
  border: none;
}

select.dropdown:hover {
  background-color: #8bb4c794;
  cursor: pointer;
}

/* Scrollbar */

.info-content::-webkit-scrollbar,
.email-content::-webkit-scrollbar,
.email-background::-webkit-scrollbar {
  width: 10px;
  background-color: transparent !important;
  border-radius: 0px !important;
}

.info-content::-webkit-scrollbar-thumb:hover,
.email-content::-webkit-scrollbar-thumb:hover,
.email-background::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary-color) !important;
}

.info-content::-webkit-scrollbar-thumb,
.email-content::-webkit-scrollbar-thumb,
.email-background::-webkit-scrollbar-thumb {
  background-color: #ffffff42 !important;
  border: none !important;
  border-radius: 5px;
}

/* width */
::-webkit-scrollbar {
  background-color: transparent !important;
  border-radius: initial !important;
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-track:hover {
  background: var(--highlight);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: var(--medium) !important;
  border: none !important;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: var(--text2) !important;
}

@keyframes fadein {
  0% {
      opacity: 0;
      margin-top: -10px;
  }

  100% {
      opacity: 1;
      margin-top: 0px;
  }
}

@keyframes fader {
  0% {
      opacity: 0;
      margin-left: -1vw;
  }

  100% {
      opacity: 1;
      margin-left: 5vw;
  }
}

@keyframes fadel {
  0% {
      opacity: 0;
      padding: 1.5rem 0rem 4rem 0rem;
  }

  100% {
      opacity: 1;
      padding: 1.5rem 2rem 4rem 2rem;
  }
}

@keyframes fade {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes drop {
  0% {
      opacity: 0;
      margin-top: -20px;
  }

  60% {
      opacity: 1;
  }   

  100% {
      margin-top: 0px;
  }
}

@keyframes dialogue {
  0% {margin-bottom: -16rem; opacity: 0;}
  100% {margin-bottom: initial; opacity: 1;}
}

@keyframes tools {
  0% {margin-right: -5%; opacity: 0;}
  100% {margin-right: 0%; opacity: 1;}
}

@keyframes progress {
  0% {margin-top: -194px; opacity: 0; transform: rotateZ(90deg);}
  100% {top: initial; opacity: 1; transform: initial;}
}

@keyframes drop {
  0% {opacity: 0; margin-top: -20px !important;}
  60% {opacity: 1;}   
  100% {margin-top: 0px !important;}
}

@keyframes mc {
  0% {margin-bottom: -4rem; opacity: 0;}
  100% {margin-bottom: initial; opacity: 1;}
}

@keyframes blink {
0% {transform: translate(0%, -50%) scale(1);}
5% {transform: translate(-5%, -50%) scale(1.1);}
10% {transform: translate(0%, -50%) scale(1);}
15% {transform: translate(-5%, -50%) scale(1.1);}
20% {transform: translate(0%, -50%) scale(1);}
100% {transform: translate(0%, -50%) scale(1);}
}

button.option.selected:focus {outline-offset: 2px;}

/*Help Menu*/

/*Help Menu*/

.help-panel-main {
  background-color: var(--light) !important;
  border-radius: 6px;
  border: none !important;
  padding: 0px !important;
  box-shadow: 0 0 20px #b7b7b7;
  animation: fadein 0.7s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
  animation-delay: .2s;
  animation-fill-mode: both;
  width: 72vw !important;
  height: 68vh !important;
}

.help-videos {
  display: grid !important;
  grid-template-columns: 16rem 1fr;
  gap: 0px !important;
  height: 100%;
}

.left-panel {
  overflow-y: auto !important;
  padding: var(--margin-md) 0 0 0;
  height: initial !important;
}

.left-heading {
  font-size: var(--body);
  font-family: 'heading';
  color: var(--text);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: sticky;
  top: 0;
  background-color: var(--light);
  border-bottom: solid 1px #56565621;
  padding-left: var(--margin-md);
}

.video-item {
  font-family: 'body';
  color: var(--text);
  background-color: transparent !important;
  border: none !important;
  border-radius: var(--rounded_sm);
  padding: 0.5rem 1rem 0.5rem 1rem !important;
  margin: 0 1rem;
  font-size: var(--body2);
  text-align: left;
}

.video-item:hover {
  background-color: #dbdbdb !important;
}

.right-panel {
    background-color: #ededed;
    border-radius: 0 6px 6px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'body-il';
    font-size: var(--body);
    color: var(--medium);
    /* aspect-ratio: 16 /9; */
    height: initial;
}

.video-item:focus {
    font-family: 'heading';
    color: var(--primary);
}

.right-panel>video {
    height: 68vh;
  /* object-fit: cover; */
  border-radius: 0 6px 6px 0;
    /* background-color: #41414100; */
    animation: fade .2s;
}

.close-button {
    background-color: #00000075 !important;
    border-radius: 6px;
    opacity: 1;
    color: transparent !important;
    background-repeat: no-repeat;
    border: none !important;
    background-color: #d3d3d3;
    width: 40px !important;
    height: 39px !important;
    background-image: url(images/close.png);
    background-position: center;
    background-size: 15px;
}

.close-button:hover {
    background-color: var(--tertiary) !important;
}

.help-panel-bg {
    animation: fade 0.4s;
    background-color: #c1c1c1c2 !important;
    backdrop-filter: blur(1px);
}

/*Help Button*/

.help-button {
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    font-family: sans-serif;
    font-weight: 600;
    box-shadow: none !important;
    margin: 30px !important;
    transition: box-shadow .2s ease;
}

.help-button:before {
    transform: translateY(27%) translateX(135%) !important;
}

.help-button:hover {
    transform: scale(1.1);
    background-color: var(--primary) !important;
    box-shadow: 0 0 22px var(--text2) !important;
}

.help-button[data-v-6adf4ac9]:hover:before {
    color: var(--light) !important;
}