.bolt-teaching-panel-layer {
  background: rgba(0, 0, 0, 0.30);
  background: var(--palette-black-alpha-30,rgba(0, 0, 0, 0.30)); }

.bolt-teaching-panel {
  height: 544px;
  width: 640px;
  border-radius: 6px;
  box-shadow: 0px 6px 32px rgba(0, 0, 0, .132);
  box-shadow: 0px 6px 32px var(--callout-shadow-color,rgba(0, 0, 0, .132));
  overflow: hidden; }
  @media screen and (-ms-high-contrast: active) {
    .bolt-teaching-panel {
      border: solid 1px; } }
  .bolt-teaching-panel .bolt-teaching-panel-image-div {
    background: #0078d4;
    position: relative;
    justify-content: center;
    height: 304px;
    width: 640px; }
    .bolt-teaching-panel .bolt-teaching-panel-image-div .bolt-teaching-pane-close-button {
      color: white;
      background-color: transparent;
      right: 24px;
      top: 24px;
      position: absolute;
      padding: 0;
      font-size: 16px;
      height: 28px;
      width: 28px; }
      .bolt-teaching-panel .bolt-teaching-panel-image-div .bolt-teaching-pane-close-button:focus {
        border-color: white; }
        @media screen and (-ms-high-contrast: active) {
          .bolt-teaching-panel .bolt-teaching-panel-image-div .bolt-teaching-pane-close-button:focus {
            border: solid 1px Highlight; } }
    .bolt-teaching-panel .bolt-teaching-panel-image-div .bolt-teaching-panel-image {
      display: flex;
      align-self: flex-end;
      max-width: 100%;
      max-height: 100%; }
  .bolt-teaching-panel .bolt-teaching-panel-text-div {
    background: rgba(255, 255, 255, 1);
    background: var(--callout-background-color,rgba(255, 255, 255, 1));
    height: 240px;
    width: 640px;
    padding: 24px; }
    .bolt-teaching-panel .bolt-teaching-panel-text-div .bolt-teaching-panel-text {
      display: inline;
      padding-top: 12px; }
    .bolt-teaching-panel .bolt-teaching-panel-text-div .bolt-teaching-panel-progress {
      align-content: center;
      text-align: center;
      vertical-align: middle;
      flex-basis: 50%; }
      .bolt-teaching-panel .bolt-teaching-panel-text-div .bolt-teaching-panel-progress .bolt-teaching-panel-progress-group {
        align-self: center; }
      .bolt-teaching-panel .bolt-teaching-panel-text-div .bolt-teaching-panel-progress .bolt-teaching-panel-progress-circle {
        border-radius: 50%;
        background-color: rgba( 200, 200, 200 ,  1 );
        background-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
        width: 8px;
        height: 8px;
        margin-left: 4px;
        margin-right: 4px; }
        @media screen and (-ms-high-contrast: active) {
          .bolt-teaching-panel .bolt-teaching-panel-text-div .bolt-teaching-panel-progress .bolt-teaching-panel-progress-circle {
            border:  solid 1px;
            border-color: rgba( 0, 0, 0 ,  1 );
            border-color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 ); } }
        .bolt-teaching-panel .bolt-teaching-panel-text-div .bolt-teaching-panel-progress .bolt-teaching-panel-progress-circle.current {
          background-color: rgba(0, 120, 212, 1);
          background-color: var(--communication-background,rgba(0, 120, 212, 1)); }
          @media screen and (-ms-high-contrast: active) {
            .bolt-teaching-panel .bolt-teaching-panel-text-div .bolt-teaching-panel-progress .bolt-teaching-panel-progress-circle.current {
              background-color: Highlight; } }
    .bolt-teaching-panel .bolt-teaching-panel-text-div .bolt-teach-panel-button-container {
      flex-basis: 25%; }
    .bolt-teaching-panel .bolt-teaching-panel-text-div .bolt-teaching-panel-back {
      min-width: 80px;
      max-width: 160px; }
      .bolt-teaching-panel .bolt-teaching-panel-text-div .bolt-teaching-panel-back.first-slide {
        visibility: hidden; }
    .bolt-teaching-panel .bolt-teaching-panel-text-div .bolt-teaching-panel-next {
      float: right;
      min-width: 80px;
      max-width: 160px; }
