:root {
  --blur-background: rgba(200, 200, 200, 0.7);
}

body.dark_mode {
  --blur-background: rgba(0, 0, 0, 0.7);
}

body.dark_mode .reveal {
  background: transparent;
  color: #fff !important;
}

.reveal section.present:not(.stack):not([data-background-image]) {
  border-color: #000;
}

body #outer_jb .reveal {
  background: transparent !important;
}

body #outer_jb .reveal .progress {
  position: fixed;
  top: 0;
}

.in_frame body #outer_jb .reveal .progress {
  bottom: 0 !important;
}

body {
  background: linear-gradient(0deg, #ddd, transparent);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body.dark_mode {
  background: linear-gradient(0deg, #ddd, transparent);
}

body .reveal .backgrounds,
body .reveal .overlay {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 34px;
}

.dark_mode .reveal section.present:not([data-background-image]) {
  background: #222;
  color: #fff;
}

.reveal.overview .slides section {
  background: #fff;
}

.reveal .slides section .slide_inner_wrapper{
  overflow:hidden;
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
}

.reveal .slides section .slide_inner_wrapper{
  top:2px;
  bottom:2px;
  left:2px;
  right:2px;
  border-radius:13px;
}

.dark_mode .reveal.overview .slides section {
  background: #222;
}

body {
  background-image: radial-gradient(circle farthest-corner at center, #eee 0%, #888 100%);
}

.reveal .button,
.reveal .button:before,
.reveal .button:after,
#balfslideview .button,
#balfslideview .button:before,
#balfslideview .button:after {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.reveal .button.enabled,
#balfslideview .button.enabled{
  outline: 2px #0a0 solid;
}

.reveal .button:hover,
.reveal .button.enabled:hover,
#balfslideview .button:hover,
#balfslideview .button.enabled:hover{
  outline: 0 !important;
}

.reveal {
  color: #fff;
  line-height: 1.3;
  font-size: 30px;
}

.reveal .impactful,
.reveal .impactful * {
  font-family: Nabla !important;
  font-size: 120% !important;
  padding: 10px 5px;
  color: #fff;
  background: #000;
}

.reveal .sl-block .sl-block-content {
  word-wrap: normal;
}

.reveal .button.square, .reveal .button.square:before, .reveal .button.square:after {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.black_window {
  display: none;
  position: fixed;
  z-index: 10000;
  background: #333;
  color: #fff;
  border-radius: 5px;
  padding: 25px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 400px;
  max-height: 400px;
  line-height: 1.5;
  overflow: auto;
  text-align: center;
}

#balfslideview .black_window .button.close_window{
  position: absolute;
  left: 5px;
  right:5px;
  bottom:5px;
  border-radius: 3px;
}

#balfslideview .black_window .button.close_window:before{
  border-radius: 5px;
}

#balfslideview .black_window .button.close_window:after{
  border-radius: 3px;
}

.black_window, .black_window *{
  scrollbar-color: #666 #aaa;
  scrollbar-width: thin;
}

.black_window a {
  color: #fff !important;
  cursor: pointer;
}

.black_window input {
  padding: 3px;
  border-radius: 3px;
  border: 2px #222 solid;
}

#slide_files .content, .black_window .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  overflow: auto;
  padding: 25px;
  margin-bottom: 55px;
}

#trinket_window {
  width: 90%;
  max-width: 90%;
  max-height: 90%;
  height: 90%;
}

#slide_files .title, .black_window>.title {
  font-size: 120%;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #555;
  color: #fff;
  padding: 10px;
}

#slide_feedback input, #slide_feedback textarea {
  overflow: auto;
  vertical-align: top;
  display: block;
  width: 100%;
  height: 200px;
  padding: 5px;
  background: #222;
  border: 1px #aaa solid;
  margin: 5px;
  color: #fff;
}

#slide_feedback input{
  height: auto;
}

#jb_slides_notes span.keyword {
  color: #0a0 !important;
}

#jb_slides_notes ul, #jb_slides_notes ol {
  margin: 10px;
  margin-left: 20px;
}

#balfslideview .black_window .button {
  padding: 10px 20px !important;
  font-weight: 400;
  background: #222 !important;
  color: #fff !important;
}

#balfslideview .black_window .button:hover:after {
  background: #000 !important;
}

#jb_slide_information {
  position: absolute;
  right: 125px;
  padding: 2px 5px;
  font-size: 12px;
  top: 0;
  bottom: 0;
  height: 17px;
  margin: auto;
}

#jb_slide_information>* {
  display: inline-block;
}

#jb_slide_no {
  margin-right: 3px;
  cursor: pointer;
}

#slide_time {
  font-weight: bold;
  width: 42px;
  text-align: center;
}

#slide_time .ticker {
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
  position: relative;
  top: -1px;
}

#slide_time, #slide_date{
  cursor:pointer;
}

#jb_bottom_bar, #main_topic {
  user-select: none;
}

#main_topic {
  position: fixed;
  top: 0;
  left: 10px;
  text-align: center;
  z-index: 1000;
}

#main_topic .text {
  background: #333;
  color: #fff;
  padding: 5px;
  border-radius: 0 0 5px 5px;
  display: inline-block;
}

#outer_jb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 34px;
}

.simple_layout #outer_jb{
  bottom:0;
}

.simple_layout #jb_bottom_bar{
  opacity:0;
}

.simple_layout #jb_bottom_bar > .inner{
  display:none;
}

.simple_layout #jb_bottom_bar:hover{
  opacity:1;
}

.simple_layout #jb_bottom_bar:hover .inner{
  display:block;
}

.simple_layout .reveal aside.controls, .simple_layout .reveal .progress{
  display:none !important;
}

.simple_layout #tools_menu{
  bottom:0;
}

.reveal .progress {
  color: #f60;
  background: transparent;
}

#jb_bottom_bar .logo_zone {
  position: absolute;
  left: 5px;
  top: 3px;
}

#jb_copyright {
  font-size: 12px;
  color: #222;
}

#jb_bottom_bar .logo_zone img {
  height: 24px;
  margin: 2px 0;
}

#jb_bottom_bar #title {
  position: absolute;
  left: 35px;
  padding: 6px 5px;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 35%;
  display: block;
  background: #eee;
  color: #000;
  top: 6px;
  border-radius: 3px;
}

#slideshow_tools{
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

#slideshow_tools > * {
  margin: auto 2px;
  height: 23px;
  border-radius: 3px;
  padding: 4px 10px;
  background: #eee;
  cursor: pointer;
  display: inline-block;
}

#tools span, #show_presenter span {
  position: relative;
  top: 1px;
}

#tools_menu {
  position: fixed;
  bottom: 30px;
  right: -300px;
  background: #ddd;
  overflow: auto;
  text-align: left;
  padding: 10px;
  top: 0;
  width: 300px;
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  box-shadow: 0 0 3px #000;
  z-index: 100;
  overflow-x:hidden;
}

#tools_menu .group {
  background: rgba(225, 225, 225, 0.4);
  padding: 5px;
  border-radius: 5px;
  margin: 5px auto;
  width: 270px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

#tools_menu a{
  display: block;
  float: left;
  margin: 5px 8px;
  cursor: pointer;
  width:70px;
  text-align: center;
}

#tools_menu a .inner {
  user-select: none;
  background: #eee;
  vertical-align: middle;
  color: #000;
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  padding: 14px 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: auto;
}

#tools_menu a#start_remote .inner{
  padding-left: 17px;
}

#tools_menu a#start_remote.enabled .inner{
  padding-left: 10px;
}

#tools_menu *, #tools_menu *:before, #tools_menu *:after {
  color: #000;
}

.dark_mode #tools_menu *, .dark_mode #tools_menu *:before, .dark_mode #tools_menu *:after {
  color: #fff;
}

.dark_mode #jb_bottom_bar #title{
  background: #666;
  color: #fff;
}

#jb_bottom_bar, #tools_menu, body > *:not(.reveal){
  font-family: "Quicksand";
}

#tools_menu a .text {
  font-size: 12px;
  margin: 6px auto;
  display: block;
  text-align: center;
  font-weight: 500;
  height: 30px;
}

#tools_menu a.enabled .inner span:before {
  color: #0a0 !important;
  animation: pulsate 8s ease infinite;
}

#tools_menu a:hover .inner {
  background: #ccc;
}

#tools_menu a:hover .text{
  text-decoration: underline;
}

#tools_menu {
  scrollbar-color: #666 #aaa;
  scrollbar-width: thin;
}

#tools_menu::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

#tools_menu::-webkit-scrollbar-thumb {
  background-color: #777;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#tools_menu::-webkit-scrollbar-track {
  background-color: transparent;
  background-color: var(--html-background);
}

#tools_menu::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}

#keyword_view ol {
  padding-left: 10px;
}

.slide_number_link {
  cursor: pointer;
}

#slide_files {
  display: none;
  width: 900px;
  max-width: 85%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 750px;
  max-height: 85%;
  border-radius: 5px;
  background: #333;
  color: #fff;
  margin: auto;
  z-index: 10000;
  overflow: auto;
  padding: 10px;
}

#slide_files ul {
  list-style: none;
}

#slide_files ul li {
  background: #222;
  border-radius: 3px;
  margin: 3px;
  font-size: 18px;
}

#slide_files p {
  margin: 10px 5px;
  font-size: 18px;
  font-weight: 100;
}

#slide_files ul li a {
  padding: 8px;
  display: block;
  color: #fff;
}

#slide_files ul li:hover {
  background: #000;
}

#slide_files .menu_item table tr td * {
  vertical-align: middle;
}

#slide_files .menu_item img {
  margin-right: 5px;
  height: 35px;
}

#fade_zone {
  background: #000;
  opacity: 0.9;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
}

.dark_mode #tools, .dark_mode #show_accessibility_menu, .dark_mode #read_slide {
  background: #444;
  color: #fff;
}

.dark_mode #tools_menu {
  background: #000;
}

.dark_mode #tools_menu .group {
  background: rgba(51, 51, 51, 0.4);
}

.dark_mode #tools_menu a .inner {
  background: #555;
  color: #fff !important;
}

.dark_mode #tools_menu a:hover .inner {
  background: #222;
}

#jb_bottom_bar {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  left: 0;
  right: 0;
  background: #ddd;
  color: #000;
  padding: 10px 4px;
  text-align: center;
  font-size: 14px;
}

.dark_mode #jb_bottom_bar {
  background: #000;
  color: #fff;
}

.dark_mode #jb_copyright {
  color: #ddd;
}

@media only screen and (max-width: 900px) {
  #jb_bottom_bar {
    text-align: left;
  }

  #jb_copyright {
    margin-left: 40px;
  }

  #jb_bottom_bar #title {
    display: none;
  }

  #slide_badge {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  #slide_time, #slide_date, .separator {
    display: none !important;
  }
}

.reveal .controls .enabled.fragmented {
  opacity: 1 !important;
}

#slide_badge {
  position: absolute;
  right: 20px;
  z-index: 20;
  border-top: 0;
  transform: scale(0.75);
  top: -9px;
  right: 3px;
}

#slide_badge img {
  height: auto;
  max-height: 78px;
  top: 20px;
}

.print-pdf #tools_menu, .print-pdf #jb_slide_information, .print-pdf #jb_bottom_bar .logo_zone {
  display: none !important;
}

.print-pdf #jb_bottom_bar #title {
  left: 5px;
  max-width: none;
}

.print-pdf #jb_bottom_bar {
  background: #ddd;
  color: #000 !important;
  padding: 6px;
  text-align: right;
}

.print-pdf #jb_copyright {
  color: #000 !important;
}

.print-pdf iframe[src^="https://www.jamiebalfour.scot/embed/"] {
  display: none !important;
}

#embed_tool, #volume_tool {
  position: absolute;
  border: 0;
  bottom: 3px;
  display: none;
  z-index: 1000;
}

#embed_tool{
  left: 0;
}

#volume_tool{
  right: 10px;
  z-index: 10;
  pointer-events: none;
  user-select: none;
}

iframe {
  position: relative;
  z-index: 10000000;
}

#accessibility_menu.black_window{
  max-width: 520px;
  max-height: 460px;
}

#accessibility_menu .item {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  cursor: pointer;
}

#accessibility_menu .button .inner{
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 6px;
  color: #36A;
}

.reveal #screen_overlay_filter {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #333;
  opacity: 0.3;
  z-index: 10000;
  pointer-events: none;
  display: none;
}

.filter_enabled #screen_overlay_filter {
  display: block;
}

#switch_off_filters {
  visibility: hidden;
}

.filter_enabled #switch_off_filters {
  visibility: visible;
}

body.has_bg .reveal .slides:after {
  display: none;
}

#tools_menu .group:after, .clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

@supports (-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0)) {
  #tools_menu {
    background: rgba(255, 255, 255, 0.75);
  }

  .dark_mode #tools_menu {
    background: rgba(0, 0, 0, 0.75);
  }
}

#quick_alert {
  text-align: center;
  top: 5px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000;
  display: none;
  margin: auto;
  max-width: 95%;
  color: #fff;
}

#quick_alert .text {
  padding: 5px;
  font-size: 18px;
  font-weight: 900;
  border-radius: 50px;
  min-width: 60px;
  height: 60px;
  display: table;
  margin: auto;
  background: #ddd;
  /*-moz-box-shadow: 0 2px 5px #000;
  -webkit-box-shadow: 0 2px 5px #000;
  box-shadow: 0 2px 5px #000;
  box-shadow: 0 0 3px var(--main-color);*/
  overflow: hidden;
}

#quick_alert .symbol {
  background: #0af;
  border-radius: 50%;
  padding: 3px;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  font-size: 40px;
}

#quick_alert .content {
  display: block;
  margin: 0 10px;
  overflow: hidden;
}

#quick_alert .text>div {
  display: table-cell;
  vertical-align: middle;
}

@supports (-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0)) {
  #quick_alert .text {
    background: var(--blur-background) !important;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
}

#dialog_wrapper, #dialog, #search_blackout {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

#dialog_wrapper {
  display: none;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}

#dialog {
  z-index: 100;
  width: 800px;
  max-height: 90%;
  max-width: 90%;
  margin: auto;
  left: 0;
  background: #fff;
  border: 1px #aaa solid;
  padding: 0;
  min-height: 170px;
}

#balfslideview #dialog .button {
  padding: 10px 20px !important;
  outline: 0 !important;
}

#dialog.small {
  width: 400px;
}

#dialog.full {
  height: auto !important;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  max-width: 600px;
}

#dialog_title {
  background: #eee;
  color: #000;
  padding: 5px;
  min-height: 32px;
  font-weight: bold;
  font-size: 125%;
  position: relative;
  border-radius: 3px 3px 0 0;
}

#dialog_close_wrapper {
  color: #555;
  position: absolute;
  top: 8px;
  right: 3px;
  width: 28px;
  height: 28px;
}

#dialog_close {
  position: absolute;
  top: 1px;
  right: 1px;
  cursor: pointer;
  font-size: 14px;
}

#dialog_content {
  padding: 20px 5px;
  padding-bottom: 30px;
  font-size: 16px;
  text-align: center;
  color: #000;
}

#dialog_content .main_content {
  overflow: auto;
}

#dialog_wrapper.displayed {
  z-index: 1000;
}

#dialog .buttons {
  text-align: right;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@keyframes pulsate {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

#status_buttons {
  position: fixed;
  bottom: 55px;
  left: 15px;
  z-index: 100;
}

#is_remote, #is_live, #playpause_btn, #toggle_whiteboard {
  display: none;
  z-index: 100000;
  color: #fff;
  font-size: 27px;
  background: #000;
  padding: 10px 11.25px;
  border-radius: 50%;
  animation: pulsate 8s ease infinite;
  margin: 4px 0;
}

.scale{
  animation: scale 1s ease;
}

#is_live {
  left: 70px;
  padding: 10px;
}

#playpause_btn{
  cursor: pointer;
}

.reveal.live_session .controls {
  display: none !important;
}

#is_live .center {
  background: #a00;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: block;
}

div.palette ul li {
  cursor: pointer !important;
}

.fa-chevron-up:before, .fa-chevron-down:before, .fa.fa-square:before {
  font-family: 'icomoon' !important;
  font-style: normal;
}

.fa-chevron-up:before {
  content: "\ea34" !important;
}

.fa-chevron-down:before {
  content: "\ea38" !important;
}

.fa.fa-square:before {
  content: "\e946" !important;
}

.reveal .controls .controls-arrow {
  color: #f60;
}

#white_zone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100000;
  display: none;
}

#white_zone iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border: 0;
  width: 100%;
  height: 100%;
}

.arrow_box {
  position: relative;
  top: -2px;
}

.arrow_box:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 39px;
  margin-left: -39px;
}

.arrow_box:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 40px;
  margin-left: -40px;
}

#balfslideview .reveal .pdf-page section.present:not([data-background-image]) {
  color: #000 !important;
}

@media only screen {
  .pdf-page {
    border: 2px #000 solid !important;
    margin: 15px 0 !important;
  }

  body.print_mode {
    background: #eee !important;
  }
}

#slide_frame_window {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 200000;
  border: 0;
  background: #000;
  display: none;
}

#slide_frame_window iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
  z-index: 1;
}

#slide_frame_window #close_frame_window_button {
  position: absolute;
  z-index: 1000;
  border-radius: 50%;
  background: #f00;
  height: 20px;
  width: 20px;
  top: 20px;
  right: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
}

#slide_badge img {
  z-index: 20;
  position: relative;
}

#ribbon {
  top: -35px;
  width: 180px;
  height: 280px;
  margin: 50px auto 0;
  position: absolute;
  overflow: hidden;
  margin-top: -50px;
  left: -52px;
}

#ribbon .inset {
  width: 145px;
  height: 55px;
  position: absolute;
  top: 40px;
  left: 20px;
  z-index: 5;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

#ribbon .container {
  position: relative;
  width: 100px;
  height: 250px;
  overflow: hidden;
  margin: 0 auto;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

#ribbon .base {
  height: 200px;
  width: 100px;
  background: linear-gradient(0deg, #fff 0%, #ddd 100%);
  position: relative;
  z-index: 2;
}

#ribbon .base:after {
  content: '';
  position: absolute;
  top: 0;
  width: 86px;
  left: 6px;
  height: 242px;
  border-left: 1px dashed #000;
  border-right: 1px dashed #000;
}

#ribbon .base:before {
  content: '';
  position: absolute;
  top: 0;
  width: 86px;
  left: 7px;
  height: 242px;
  border-left: 1px dashed #da5050;
  border-right: 1px dashed #da5050;
}

#ribbon .left_corner {
  width: 100px;
  height: 100px;
  background: #fff;
  position: absolute;
  bottom: 20px;
  left: -50px;
  z-index: 1;
  transform: rotate(45deg);
  border-right: 1px #000 solid
}

#ribbon .right_corner {
  width: 100px;
  height: 100px;
  background: #fff;
  position: absolute;
  bottom: 20px;
  right: -50px;
  z-index: 1;
  transform: rotate(45deg);
  border-bottom: 1px #000 solid
}

.print-pdf .reveal:after {
  display: none;
}

.pdf-page {
  height: 734px !important;
  background: #fff;
}

.print-pdf #outer_jb {
  position: static;
}

.print-pdf #balfslideview .standard_heading.fixed {
  position: absolute;
}

.print-pdf #knox_main,
.print-pdf #slide_background,
.print-pdf .reveal:after,
.print-pdf #notescanvas,
.print-pdf #chalkboard,
.print-pdf .progress,
.print-pdf .controls,
.print-pdf .speaker-notes,
.print-pdf .aria-status,
.print-pdf #jb_bottom_bar,
.print-pdf #jb_slides_notes,
.print-pdf #tools_menu,
.print-pdf #dialog_wrapper,
.print-pdf #status_buttons,
.print-pdf #quick_alert,
.print-pdf #fade_zone,
.print-pdf .header_inf img {
  display: none !important;
}

.reveal #chalkboard {
  background: #fff !important;
}

#toggle_whiteboard {
  display: none;
  padding: 12px;
  background: #0a0;
  border-radius: 50%;
  z-index: 2000;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  animation: none;
}

#balfslideview .slides a.button#main_home_button {
  position: absolute !important;
  bottom: 10px;
  left: 10px;
  margin: auto !important;
  width: 38px;
  border-radius: 7px !important;
  padding: 8.5px 0 !important;
  z-index: 1000000;
  display: none;
  cursor: pointer;
  user-select: all;
  font-size: 20px;
  pointer-events: all;
  text-align: center;
}

#balfslideview .slides a.button#main_home_button:after{
  border-radius:7px;
}

#balfslideview .slides a.button#main_home_button:before{
  border-radius:11px;
}


#balfslideview .slides a.button#main_home_button span {
  font-size: 20px !important;
}

button.navigate-left, button.navigate-right {
  opacity: 1 !important;
}

.popup_window {
  position: fixed;
  top: 60px;
  right: 20px;
  left: 20px;
  bottom: 60px;
  z-index: 10000;
  display: none;
}

.popup_window .window {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 3px;
  overflow: hidden;
  width: 85%;
  margin: auto;
}

.popup_window .title {
  position: absolute;
  top: 0;
  background: #ddd;
  padding: 10px;
  font-size: 20px;
  left: 0;
  right: 0;
  border-radius: 7px 7px 0 0;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.popup_window .content {
  font-size: 16px;
  position: absolute;
  top:40px;
  left:0;
  right:0;
  bottom:0;
  overflow: auto;
  padding:10px 20px;
}

.mini_window{
  background: #fff;
  box-shadow: 0 0 3px;
  position: absolute;
  left: 0;
  right: 0;
  height: 120px;
  width: 400px;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 10000;
  border-radius: 3px;
  display: none;
  text-align: center;
  padding: 10px;
}

#time_window{
  font-size: 53px;
}

#time_window .icon{
  position: absolute;
  top: -60px;
  background: #fff;
  border-radius: 50%;
  color: #f60;
  left: 0;
  right: 0;
  width: 53px;
  margin: auto;
}

#time_window *{
  user-select:none;
}

#window_datetime{
  font-family:"Oswald", "Quicksand", sans-serif;
}

#window_time{
  font-size: 70%;
  margin-top:10px;
}

#outline_window .content ul {
  margin: 20px 30px;
}

#outline_window .content ul li {
  margin: 6px 0;
}

#outline_window .content img {
  max-height: 300px;
  max-width: 400px;
  margin: 20px;
}

#outline_window .content .main_heading {
  font-size: 25px;
}

#outline_window .content strong {
  display: block;
  margin: 10px 0;
}

#outline_window .content code {
  display: block;
  margin: 10px 0;
  white-space: pre;
}

#outline_window .content .keyword {
  color: #0a0;
  font-weight: bold;
}

#outline_window .content table td, #outline_window .content table th {
  padding: 3px;
  text-align: left;
}

#outline_window .content table th {
  color: #fff;
}

#outline_window .content table.green th {
  background: #0a0;
}

#outline_window .content table.purple th {
  background: #AD84C6;
}

#outline_window .content table.orange th {
  background: #ffa600;
}

#outline_window .content table.green td, #outline table.green th {
  border: 1px #0a0 solid !important;
}

#outline_window .content table.purple td, #outline table.purple th {
  border: 1px #AD84C6 solid !important;
}

#outline_window .content table.orange td, #outline table.orange th {
  border: 1px #ffa600 solid !important;
}

#help_window table{
  width: 100%;
  border:1px #000 solid;
  border-collapse: collapse;
}

#help_window table tr th, #help_window table tr td{
  border:1px #000 solid;
  padding: 10px;
  text-align: center;
}

html.remote aside.controls {
  display: none !important;
}

@media print {
  html.showing_outline #outline_window {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    font-size: 16px;
    box-shadow: none;
  }

  html {
    background: #fff !important;
  }

  html.showing_outline #outline_window li, html.showing_outline #outline_window p,
  html.showing_outline #outline_window table td, html.showing_outline #outline_window table th {
    font-size: 16px !important;
  }

  html.showing_outline #outline_heading, #trinket_window {
    display: none;
  }

  html.showing_outline, html.showing_outline body {
    background: #fff;
  }

  .pdf-page {
    height: 755px !important;
    margin: 0 !important;
  }

  .pdf-page .button, .pdf-page .button:after, .pdf-page .button:before {
    background: transparent !important;
  }

  html.showing_outline #outer_jb, html.showing_outline #jb_slide_information,
  html.showing_outline #jb_bottom_bar, html.showing_outline #keyword_view,
  html.showing_outline #binary_selector, html.showing_outline #denary_to_binary_window,
  html.showing_outline #binary_to_denary_window, html.showing_outline #section_heading_view,
  html.showing_outline #jb_slides_notes, html.showing_outline #slide_feedback, html.showing_outline #accessibility_menu,
  html.showing_outline #slide_badge, html.showing_outline #fade_zone {
    display: none;
  }

  html.showing_outline #balfslideview {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
  }
}

#login_window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 10001;
  max-width: 700px;
  max-height: 500px;
  margin: auto;
  border-radius: 7px;
  box-shadow: 0 0 3px #000;
}

#login_window iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#login_button, #balfio_button{
  height: 40px;
  width: 270px;
  float: none;
  display: block;
  font-size: 14px;
  margin: 5px auto;
  background: rgba(225, 225, 225, 0.8);
  border-radius: 5px;
  padding: 10px;
}

.dark_mode #login_button{
  background: rgba(51, 51, 51, 0.7);
}

#login_button:hover{
  background: var(--product-gradient-1);
  color:#fff;
}

#create_frame {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ddd;
  z-index: 300;
  padding: 10px;
}

#create_frame textarea {
  color: #000;
  background: #fff;
  display: block;
  width: 100%;
  padding: 5px;
  height: 220px;
  margin-top: 3px;
}

#outer_jb .reveal .absolutely_hidden {
  display: none;
}

#dynamic_overlay{
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:35px;
  z-index: 10000000;
  display: none;
}

.joined_live .presenter_only{
  display:none !important;
}

.speech_highlighted{
  z-index: 1000000 !important;
}

#highlighter{
  background: #edadfb7a;
  position: absolute;
  top:-4px;
  right:-4px;
  bottom:-4px;
  left:-4px;
  z-index: 1000000 !important;
  border-radius: 5px;
  display: none;
  z-index: 100000;
}

.reveal .button.red,
#balfslideview .black_window .button.red  {
  background: linear-gradient(to right top,#892222,#f00)!important;
  color: #fff !important;
}

.reveal .button.red:hover:after,
#balfslideview .black_window .button.red:hover:after {
  background: #f00 !important;
}

#balfslideview .reveal .button.green,
#balfslideview .black_window .button.green {
  background: linear-gradient(to right top, #77cd2f, #25913c) !important;
  color: #fff !important;
}

.reveal .button.green:hover:after,
#balfslideview .black_window .button.green:hover:after {
  background: #070 !important;
}

.reveal .button.orange,
#balfslideview .black_window .button.orange {
  background: linear-gradient(to right top, #ffa600, #d94100) !important;
  color: #fff !important;
}

.reveal .button.orange:hover:after,
#balfslideview .black_window .button.orange:hover:after {
  background: #f60 !important;
}

.reveal .button.purple,
#balfslideview .black_window .button.purple {
  background: linear-gradient(to right top, #9b00ff, #d90036) !important;
  color: #fff !important;
}

.reveal .button.purple:hover:after,
#balfslideview .black_window .button.purple:hover:after {
  background: #9b00ff !important;
}

.equal_buttons .button, .equal_buttons .button:before{
  border-radius: 7px !important;
}

.equal_buttons .button:after{
  border-radius: 4px !important;
}

.equal_buttons .button{
  display: block !important;
  width: 100%;
  text-align: left;
  margin: 10px 0 !important;
}

#loading {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
}

#loading img {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  width: 100px;
  margin: auto;
  border-radius: 50%;
  background: #269;
  padding: 20px;
}

#quiz_panel .name{
  font-size: 30px;
  text-align: center;
  font-family: "Oswald";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
}

.quiz .quiz_question{
  font-size:20px;
  font-weight: bold;
  margin-left:10px;
}

.quiz .question{
  padding: 20px;
  border-radius: 7px;
  border: 2px #ddd solid;
  margin: 20px 0;
}

.quiz_opt{
  box-shadow: 0 0 15px #ccc;
  padding: 30px;
  margin: 10px;
  border-radius: 7px;
  cursor:pointer;
}

.quiz_opt:hover{
  box-shadow: 0 0 15px #777;
}

html.hide_slider body #outer_jb .reveal .progress{
  display:none !important;
}

html.glass_theme .reveal .backgrounds {
  background: url(/slides/assets/images/background-colours.png);
  background-size:200%;
  background-position:center;
  animation: 40s move-bg infinite;
}
.reveal .slide-background.glass .slide-background-content{
  background:rgba(255, 255, 255, 0.7) !important;
  backdrop-filter:blur(20px);
}

.reveal section.glass:after{
  content: " ";
  background:rgba(255, 255, 255, 0.4);
  backdrop-filter:blur(20px);
  position:absolute;
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
  border-radius:15px;
  border:1px #ddd solid;
  box-shadow: 0 0 3px #666;
}

@keyframes move-bg {
  0% {
    background-position: 0% 0%;
  }
  12.5% {
    background-position: 100% 0%;
  }
  25% {
    background-position: 100% 100%;
  }
  37.5% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 50% 50%;
  }
  62.5% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 50% 100%;
  }
  87.5% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 0% 0%;
  }
}
