html {
  overscroll-behavior-y: none;
}
body {
  background: url('img/bubbles-background-2.jpg');
  font-family: 'Roboto Condensed', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background-attachment: scroll;
  background-size: cover;
  overflow-x: auto;
  overflow-y: auto;
}
:fullscreen, ::backdrop
{
  background: url('img/bubbles-background-2.jpg');
  background-attachment: scroll;
  background-size: cover;
  overflow-x: auto;
  overflow-y: auto;
}
button {
  font-size: 1.12em;
}
select {
  font-size: 1.12em;
}
input {
  font-size: 1.12em;
}
#page-0 {
  position: absolute;
  left:0;
  top: 0; /* 42px; */
  min-width: calc(100% - 8px);
  min-height:calc(100% - 8px);
  /* width: calc(200% - 8px); */
  /* height: 3220px; */
  border: 2px dashed rgb(60, 9, 119);
  background-attachment:inherit;
  background-size:auto;
  overflow-x: auto;
  overflow-y: auto;
}
#status-bar {
  position: fixed;
  left: 12px; right: 0;
  width: auto;
  float:right;
  text-align: center;
  font: 14px/32px Helvetica, Arial, sans-serif;
  margin: 6px 12px;
  background: #c5c4e2;
  border-bottom: 1px solid #3f3954;
  border-radius: 16px;
  z-index: 10;
  opacity: 0.5;
}
#app-toolbar {
  position: fixed;
  left: 12px;
  height: 32px;
  width: 168px;
  margin: 6px 12px;
  opacity: 0.75;
  z-index: 15;
  font-size: 0.69em;
  background: #c5c4e2;
  border-bottom: 0 solid #3f3954;
  border-radius: 16px;
  overflow: hidden;
}
#side-panel {
  position: fixed;
  width: 25%;
  height: 100%;
  left: 100%;
  top: 0;
  border-left: 2px solid black;
  background-color: #8e92b3;
  z-index: 100;
}
.media-panel-tab {
  position:absolute;
  left: 0; 
  top: 32px;
  border: 0 dashed yellow;
  width:100%;
  height:auto;
  min-height: 48px;
  visibility: hidden;
  padding: 12px;
}
.media-panel-drawer {
  position: absolute;
  width: 64%;
  height: 100%;
  left: 100%;
  top: 0;
  border-left: 1px solid rgb(187, 187, 208);
  background-color: rgb(206, 206, 226);
  opacity: 0.92;
  z-index: 100;
  box-shadow: -4px -1px 16px -3px rgba(0,0,0,0.16),
  0px 3px 6px 0px rgba(0,0,0,0.23);
}
.inline-pic-small {
  width:fit-content;
  height: auto;
  max-width:128px;/*bubble width*/
  /*box-shadow: 0 1px 1px rgba(0,0,0,0.15), 0 2px 2px rgba(0,0,0,0.15), 0 4px 4px rgba(0,0,0,0.15), 0 8px 8px rgba(0,0,0,0.15);*/
}
.title-text {
  position:absolute;
  width:auto;
  padding: 6px 12px;
  background-color: ghostwhite;
  border-radius: 18px;
  opacity: 0.65;
}
.itemlabel {
  width: 100%;
  height: auto;
  text-align: center;
  font-family: 'Roboto Condensed', Geneva, Verdana, sans-serif;
  pointer-events: none;
  z-index: 2;
}
.itemimg {
  position: absolute;
  max-height: 92px;    /* model.js#_bubbleSize adjusted */
  max-width: 92px;
  padding: 6px;
  z-index: 1;
  pointer-events: none;
  border-radius: 28px;
  /*opacity: 0.8;*/
}
.sidenote {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.68em;
}
.button {
  cursor: pointer;
  width: auto;
  height: auto;
  float:left;
  margin: 4px;
  opacity: 1.0;
  margin-left: 12px;
}
.button24 {
  cursor: pointer;
  width: 24px;
  height: auto;
  margin:4px;
}
.clickable {
  cursor: pointer;
}
.dot {
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.circle {
  position: absolute;
  height: 92px;
  width: 92px;
  left: auto;
  right:auto;
  background-color: #8888ff;
  border: 0 dashed #000;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 1.25em;
  line-height: 0.65;
  display: table-cell;
  vertical-align: middle;
}
.largecircle {
  position: absolute;
  height: 128px;
  width: 128x;
  left: auto;
  right:auto;
	background: radial-gradient(circle at 50% 40%, #fcfcfc, #efeff1 66%, #9b5050 100%);
  opacity: 0.95;
  border: 0 dashed #000;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 0.75;
  display: inline-flex;
  align-items: center;
}
.largecircle:before {
  background: radial-gradient(circle at top, white, rgba(255, 255, 255, 0) 58%);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: 2; 
}
.largecircle:after {
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-transform: rotateZ(-30deg);
  transform: rotateZ(-30deg); 
}
.largecircle .shadow {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 50%);
  -webkit-transform: rotateX(90deg) translateZ(-160px);
  transform: rotateX(90deg) translateZ(-160px);
  z-index: 1; 
}
.row-layout {
  border:1px dashed blue;
  height: 32px;
  margin-left:24px;
}

.ball {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  font-family: 'Roboto Condensed';
  background: radial-gradient(circle at bottom, #81e8f6, #76deef 10%, #055194 80%, #062745 100%); 
  }
  .ball:before {
    content: "";
    position: absolute;
    top: 1%;
    left: 5%;
    width: 90%;
    height: 90%;
    border-radius: 100%;
    background: radial-gradient(circle at top, white, rgba(255, 255, 255, 0) 58%);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    z-index: 2; }
  .ball:after {
    position: absolute;
    display: none;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    z-index: 2;
    -webkit-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg); 
  }
  .ball .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 50%);
    -webkit-transform: rotateX(90deg) translateZ(-160px);
    transform: rotateX(90deg) translateZ(-160px);
    z-index: 1; 
  }
  .ball.plain {
    background: black; 
  } 
  .ball.plain:before, .ball.plain:after {
      display: none; 
  }
  .ball.bubble {
    background: radial-gradient(circle at 50% 55%, rgba(240, 245, 255, 0.9), rgba(240, 245, 255, 0.9) 40%, rgba(225, 238, 255, 0.8) 60%, rgba(43, 130, 255, 0.4));
    -webkit-animation: bubble-anim 2s ease-out infinite;
    animation: bubble-anim 2s ease-out infinite; 
  }
  .ball.bubble:before {
      -webkit-filter: blur(0);
      filter: blur(0);
      height: 80%;
      width: 40%;
      background: radial-gradient(circle at 130% 130%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 58%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
      -webkit-transform: translateX(131%) translateY(58%) rotateZ(168deg) rotateX(10deg);
      transform: translateX(131%) translateY(58%) rotateZ(168deg) rotateX(10deg); 
  }
  .ball.bubble:after {
      display: flex;
      background: radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 74%, white 80%, white 84%, rgba(255, 255, 255, 0) 100%); 
  }

@-webkit-keyframes bubble-anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  20% {
    -webkit-transform: scaleY(0.95) scaleX(1.05);
    transform: scaleY(0.97) scaleX(1.03); }

  48% {
    -webkit-transform: scaleY(1.1) scaleX(0.9);
    transform: scaleY(1.05) scaleX(0.95); }

  68% {
    -webkit-transform: scaleY(0.98) scaleX(1.02);
    transform: scaleY(0.99) scaleX(1.01); }

  80% {
    -webkit-transform: scaleY(1.02) scaleX(0.98);
    transform: scaleY(1.01) scaleX(0.99); }

  97%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bubble-anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  20% {
    -webkit-transform: scaleY(0.97) scaleX(1.02);
    transform: scaleY(0.97) scaleX(1.02); }

  48% {
    -webkit-transform: scaleY(1.1) scaleX(0.9);
    transform: scaleY(1.05) scaleX(0.95); }

  68% {
    -webkit-transform: scaleY(0.98) scaleX(1.02);
    transform: scaleY(0.99) scaleX(1.01); }

  80% {
    -webkit-transform: scaleY(1.02) scaleX(0.98);
    transform: scaleY(1.01) scaleX(0.99); }

  97%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); } 
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.indented {
  margin: 0 0 0 24px;
}

.text-input{
  border: 1px solid #a3c4af; 
  padding: 4px 8px; 
  margin: 4px; 
  border-radius: 12px;
  letter-spacing: 1.15px;
}

.clickable {
  cursor:pointer;
  color: #286eab;
  padding: 3px 6px;
}

table input{
  padding: 2px 12px;
  border: none;
  border-bottom: 1px dashed #4d506a;
  font-size: 1.25em;
}

table td {
  font-size: 0.95em;
  margin: 4px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

button {
  border-radius: 12px;
  padding: 4px 12px;
  border: 1px solid #7a81c4;
  cursor: pointer;
  vertical-align: baseline;
}

#form-prefs {
  font-family: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

 /* Style the tab */
 .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/**/
.tablinks {
  font-size: 1.12em;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  color: #3f3954;
} 