@font-face {
  font-family: 'Edit Undo Line BRK';
  src: url('EditUndoLineBRK.woff2') format('woff2'),
  url('EditUndoLineBRK.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Visitor';
  src: url('VisitorTT1BRK.woff2') format('woff2'),
  url('VisitorTT1BRK.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ModeNine';
  src: url('ModeNine.woff2') format('woff2'),
  url('ModeNine.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


html,
body {
  height:100vh;
  width:100%;

}

body {
  background: rgb(6,5,47);
  background: linear-gradient(180deg, rgba(21,6,57,1) 0%, rgba(139,42,147,1) 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color:#ffffff;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-family: "ModeNine", Monaco, monospace;
}

h1,h2,h3
{
  color:#1af7ff;
  font-family:  'Edit Undo Line BRK';
}

h2 {
  color:#FFFD34;
}

h3,h4,h5,h6
{
  color:#FFFD34;
  font-family: "ModeNine", Monaco, monospace;
  text-shadow: 0 0 10px #FFFD34;
}



h1 {
  font-size:5em;
  text-align: center;
  line-height: 1em;
  padding-left:20px;
  padding-right:20px;
}
h2 {
  font-size:2.5em;
  text-align: center;
}

h3 {
  font-size:2em;
  text-align: center;
}

.large-text {
  font-size:1.2em;
}

#console-link {
  font-size:.8em;
  color:#1af7ff;
}


#error
{
  color:#D162DB;
}


.help-header {
  color:  #ffe400;
}

a
{
  color:  #ffe400;
  text-decoration: none;

}

a:hover {
  color: #fff400;
  text-decoration: none;
}


.smallBTN
{ font-size:1.2em!important;
}

a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display:inline-block;
  text-decoration: none;
  color: initial;
  align-items: flex-start;
}

a.button,a.button:active,button,button:active
{
  outline:none!important;
}

a.button,button {
  font-family: 'Visitor';
  font-size:1.8em;
  background-color:#1af7ff;
  border:4px solid #000000;
  box-shadow: inset 4px 4px 0px 0px #FFFFFF;
  color: #000;
  padding-left:12px;
  padding-right:12px;
  padding-top:6px;
  padding-bottom:6px;
  line-height: 1em;  
}

a.button:active,button:active {
  background-color: #0aE7Ef;
  box-shadow: none;
  transform: translateY(4px);
}

a.button:disabled,button:disabled {
  background-color: #777777;
  color: #555555;
  box-shadow: none;
}


.centered {
  margin: 4px auto;
  display: block;
  text-align:center;

}

.largeText {
  font-size:2em;
}

.smallText {
  font-size:.8em;
}

input {
  font-family: 'ModeNine';
  border:4px solid #150639;
  background-color:#fffd34;
  box-shadow: inset 4px 4px 0px 0px #BfBd14;
  color:#150639;
  padding: 0px 10px;
}

input#game-id, input#player-name, input#trivia-select, input#game-select {
  font-family: 'Visitor'; 
}

body {
  font-size:1.2em;
}

ins.adsbygoogle a {
  display: none !important;
  width: 100%;
  height: 100%;
  border: 4px #000000 SOLID;
  background-color: rgba(255, 255,255, 0.1);
}

ins.adsbygoogle a {
  display: none !important;
  width: 100%;
  height: 100%;
  border: 4px #000000 SOLID;
}
ins.adsbygoogle a img{
  object-fit: contain;height:100%;width:100%;
  object-position: center center;  
}

ins.adsbygoogle[data-ad-status="unfilled"] a {
  display: block!important;
}

ins.adsbygoogle[data-ad-status="unfilled"] ins {
  display: none!important; 
}

.logo-title {
  margin-left: 15px;
  margin-right: 15px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.row {
  width:100%;
  padding:15px;
  margin:auto;
}


#wrapper {
  width:70%;
  padding:15px;
  margin:auto;
}



button {
  cursor: pointer;
}




@media (max-width: 1000px) {

  #wrapper {
    width:100%;
    padding:0px;
  }

  h1 {
    font-size:4em;
    text-align: center;
    line-height: 1em;
  }

  h3 {
    font-size:1.7em;
    text-align: center;
  }

  .row {
    width:100%;
    padding:0px;
  }
  [class*="col-"] {
    float:none;
    display:block;
    flex:none;
    width:100%;
    max-width:100%;
  }
/*
  a.button, button {
    width:95%;
  }
*/
  input[type=text] {
    width:95%;
  }


  .game-button {
    width:100%;
    height:auto;
  }
}

hr {
  border-top: 3px solid #1af7ff;
  box-shadow: 0px 0px 15px 10px rgb(26 247 255 /30%);
  margin-bottom:25px;
  margin-top:25px;
}




/*bingo stuff*/

.uppercase {
  text-transform: uppercase;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  text-transform: none;
}
::placeholder { /* Recent browsers */
  text-transform: none;
}

#bingocard {
  width: 100%;
  padding: 0px;
  outline: 4px solid #f79523;
}

.cell-toggle {
  width: 100%;
  height:150px;
  padding: 2px;
  overflow: auto;
  background: #fff;
  border: 0;
  font-weight: 500;
  cursor: pointer;
  font-size:1em;
}

.cell-toggle[aria-pressed=false] {
  background: #EEEEEE;
  color: #000;
}


.cell-toggle[aria-pressed=true] {
  background: #ffe400;
  color: #000;
}

.alpha-box {
  background-color: rgba(255, 255,255, 0.15);
  padding:2em;
  margin-bottom: 2em;
}

.box-dark {
  background-color:rgba(21,6,57,0.3);
  padding:1.5em;
  /*margin-bottom: 2em;*/
  border: 4px solid rgba(21,6,57,0.1);
}

.divider-box-dark {
  background-color:rgba(21,6,57,0.3);
  padding:1.5em;
  /*margin-bottom: 2em;*/
  border-top: 4px solid rgba(21,6,57,0.3);
  border-bottom: 4px solid rgba(21,6,57,0.3);
}



#player-list {
  border:4px solid #000000;
  margin: auto;
  text-align:center;
}


@media (max-width: 1000px) {


  #player-list {
    border:4px solid #000000;
    margin: auto;
    text-align:center;
    width:100%;
  }

  iframe#player {
    width:100%;
    max-width:100%;
  }
}

@media (max-width: 758px)
{
  .cell-toggle {
    font-size:.6em;
    height:100px;
  }


}



/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

  header img
  {
    width:100px;
    height:100px;
  }

  h1 {
    font-size:2.5em;
  }
  h2 {
    font-size:2em;
  }

  h3 {
    font-size:1.5em;
  }

  h4 {
    font-size:1.2em;
  }

  a.button {
    font-size:1.6em;
  }

  /*
  .limit-15-sm ul a:nth-of-type(1n+10) {
    display: none;
  }*/


  .limit-15-sm ul {
    overflow-y:auto;
    height:50vh;
  }


}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  h1 {
    font-size:2.5em;
    -ms-word-break: break-all;
    word-break: break-all;

    /* Non standard for WebKit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  h2 {
    font-size:1.9em;
  }

  h3 {
    font-size:1.4em;
  }

  h4 {
    font-size:1.1em;
  }

  a.button {
    font-size:1.5em;
  }
}


.ui-dialog-title {
  font-size:1.2em;
}

.ui-dialog-titlebar-close,.ui-dialog-titlebar-close:active,.ui-dialog-titlebar-close:hover {
  background-color: #FD62EA!important;
  border-radius: 0px;
  width: 30px !important; height: 30px !important; top: 40% !important

}

#footer-links
{
 border-top: 4px solid rgba(21,6,57,0.3);
}


#footer-links a
{
  font-size:1em;
}

p.example
{
  background-color: rgba(0, 0,0, 0.3);
  padding:8px;
  color:#1af7ff;
  font-style:italic;
  border:4px solid #000000;

}


a.btnsmall {
  font-size:1em;
  cursor: pointer;
  font-family: 'Visitor';
  line-height: 1em;
  color:#1af7ff;
}


a.btnsmall:hover {
  color: #FFFFFF;
}


a.btnsmall:active {
  color: #FFFFFF;
}

.username
{
  color:#1af7ff;
}

.muted 
{
  color:#999999;
}

.form-group label 
{
  display:block;
  color: #FFFD34;
  font-family: "ModeNine", Monaco, monospace;
  text-shadow: 0 0 10px #fffd34;
}

.form-group input
{
  width:100%;
}


input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + span:after {
  display: inline-block;
  font-family: FontAwesome;
  font-size:1.5em;
  color:#1af7ff;
}

input[type=checkbox] + span:after { content: "\f0c8"; } /* unchecked icon */
input[type=checkbox] + span:after { letter-spacing: 10px; } /* space between checkbox and label */

input[type=checkbox]:checked + span:after { content: "\f14a"; } /* checked icon */
input[type=checkbox]:checked + span:after { letter-spacing: 10px; } /* allow space for check mark */


select, option {
  font-family: 'ModeNine' !important;
    font-size:26px;
    border: 4px solid #150639;
    background-color: #fffd34;
    box-shadow: inset 4px 4px 0px 0px #BfBd14;
    color: #150639;
}

.form-group input{
  font-family: "ModeNine", Monaco, monospace !important;
}

input.search {
  font-family: "ModeNine", Monaco, monospace !important;
}

.search-results ul {
  list-style-type: none;
  /* Remove bullets */
  padding: 0;
  /* Remove padding */
  margin: 0px;
  /* Remove margins */
  margin-top: 5px;
}

.search-results li {
  list-style-type: none;
  /* Remove bullets */
  padding: 5px;
  /* Remove padding */
  margin: 0px;
  /* Remove margins */
  margin-bottom: 2px;

  background: rgba(21, 6, 57, 0.3);
  border-left: 4px solid #1af7ff;
  padding-left: 12px;
  line-break: loose;
  color: #ffffff;
}

.search-results li:hover {

  background-color: rgba(255, 255,255, 0.15);

}

@media (min-width: 768px)
{
  .h-md-100 {
    height: 100%!important;
  }

  .left-col {
    flex:1;
  }
  .right-col {
    flex:3;
  }


}

#page-loading {
  height: 100vh;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 }

 
textarea {
  border: 4px solid #150639;
  background-color: #fffd34;
  box-shadow: inset 4px 4px 0px 0px #BfBd14;
  color: #150639;
  padding-left: 8px;
}


.icon-button {
  display:flex;
  align-items: center;
  justify-content: center;
  padding:0px;
  font-size:1.3em;
  line-height: 1.3;
  line-height: inherit;
  width:initial;
  margin-right:20px;
  background:none;
  border:none;
  color:#FFFD34;
  box-shadow: none;
  
}
.icon-button:hover {
  color:#FFFFFF;
}

.icon-button:active {
  background: none;
}

/* Safari Fix */
a.button{
  -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
  border-radius: 0;
}

@keyframes zoomInAnim {
  0% { 
      -webkit-transform: scale(0);
       transform: scale(0);
  }
  100% { opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

.zoomIn {
  animation: zoomInAnim 1.5s; 
}


@keyframes fadeInAnim {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


.fadeIn {
  animation: fadeInAnim 1s; 
}


#player-name {
  font-family: "ModeNine", Monaco, monospace!important; 
}