
* {
  box-sizing: border-box;
}

@font-face {
    font-family: 'neon_planetdisplay';
    src: url('../fonts/neon_planet_display-webfont.woff2') format('woff2'),
         url('../fonts/neon_planet_display-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    color:white;
}

.neon-text{
    font-family: 'neon_planetdisplay', Arial, sans-serif;
    color: #fff;
    letter-spacing: 2px;
    text-shadow:
        0 0 2px #006aff,
        0 0 4px #006aff,
        0 0 6px #006aff,
        0 0 8px #006aff,
        0 0 10px #006aff,
        0 0 12px #006aff,
        0 0 14px #006aff,
        0 0 16px #006aff;
}

.neon-text-danger{
    color: #fff;
    text-shadow:
        0 0 2px #dc3545,
        0 0 4px #dc3545,
        0 0 6px #dc3545,
        0 0 8px #dc3545,
        0 0 10px #dc3545,
        0 0 12px #dc3545,
        0 0 14px #dc3545,
        0 0 16px #dc3545;
}

.just-neon{
    color: #fff; 
    text-shadow:
        0 0 2px #006aff,
        0 0 4px #006aff,
        0 0 6px #006aff,
        0 0 8px #006aff,
        0 0 10px #006aff,
        0 0 12px #006aff,
        0 0 14px #006aff,
        0 0 16px #006aff;
    
}

.main-header-text {
    font-family: 'neon_planetdisplay', Arial, sans-serif;
    padding:20px;
    background-color: #0000006b;
    animation: color-change 2s infinite;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: underline;
}

.blink{
    animation: blink-color 1s infinite;
}

.blink-danger{
    animation: blink-color-danger 1s infinite;
}

@keyframes color-change {
    0% { text-shadow:
        0 0 2px #006aff,
        0 0 4px #006aff,
        0 0 6px #006aff,
        0 0 8px #006aff,
        0 0 10px #006aff,
        0 0 12px #006aff,
        0 0 14px #006aff,
        0 0 16px #006aff; }
    25% { text-shadow:
        0 0 2px #dc3545,
        0 0 4px #dc3545,
        0 0 6px #dc3545,
        0 0 8px #dc3545,
        0 0 10px #dc3545,
        0 0 12px #dc3545,
        0 0 14px #dc3545,
        0 0 16px #dc3545; }
    50% { text-shadow:
        0 0 2px #28a745,
        0 0 4px #28a745,
        0 0 6px #28a745,
        0 0 8px #28a745,
        0 0 10px #28a745,
        0 0 12px #28a745,
        0 0 14px #28a745,
        0 0 16px #28a745; }
    75% { text-shadow:
        0 0 2px #ffc107,
        0 0 4px #ffc107,
        0 0 6px #ffc107,
        0 0 8px #ffc107,
        0 0 10px #ffc107,
        0 0 12px #ffc107,
        0 0 14px #ffc107,
        0 0 16px #ffc107; }
    100% { text-shadow:
        0 0 2px #006aff,
        0 0 4px #006aff,
        0 0 6px #006aff,
        0 0 8px #006aff,
        0 0 10px #006aff,
        0 0 12px #006aff,
        0 0 14px #006aff,
        0 0 16px #006aff; }
}

@keyframes blink-color {
    0% { text-shadow:
        0 0 2px #006aff,
        0 0 4px #006aff,
        0 0 6px #006aff,
        0 0 8px #006aff,
        0 0 10px #006aff,
        0 0 12px #006aff,
        0 0 14px #006aff,
        0 0 16px #006aff; }
    50% { text-shadow:
        0 0 2px #006aff,
        0 0 4px #006aff,
        0 0 6px #006aff,
        0 0 8px #006aff,
        0 0 10px #006aff;}
    100% { text-shadow:
        0 0 2px #006aff,
        0 0 4px #006aff,
        0 0 6px #006aff,
        0 0 8px #006aff,
        0 0 10px #006aff,
        0 0 12px #006aff,
        0 0 14px #006aff,
        0 0 16px #006aff; }
}

@keyframes blink-color-danger {
    0% { text-shadow:
        0 0 2px #dc3545,
        0 0 4px #dc3545,
        0 0 6px #dc3545,
        0 0 8px #dc3545,
        0 0 10px #dc3545,
        0 0 12px #dc3545,
        0 0 14px #dc3545,
        0 0 16px #dc3545; }
    50% { text-shadow:
        0 0 2px #dc3545,
        0 0 4px #dc3545,
        0 0 6px #dc3545,
        0 0 8px #dc3545,
        0 0 10px #dc3545;}
    100% { text-shadow:
        0 0 2px #dc3545,
        0 0 4px #dc3545,
        0 0 6px #dc3545,
        0 0 8px #dc3545,
        0 0 10px #dc3545,
        0 0 12px #dc3545,
        0 0 14px #dc3545,
        0 0 16px #dc3545; }
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    
  
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #dc3545 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #dc3545 !important;
}



#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

    


.transparent-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #aeaeae;
}

.transparent-input::-ms-input-placeholder { /* Microsoft Edge */
 color: #aeaeae;
}

transparent-input{
    background-color:rgba(0,0,0,0.6) !important;
    border:none !important;
}

.button {
    background-color: #1c87c9;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 20px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
}

@keyframes glowing {
    0% {
      background-color: #006aff;
      box-shadow: 0 0 5px #006aff;
    }
    50% {
      background-color: #3689ff;
      box-shadow: 0 0 20px #3689ff;
    }
    100% {
      background-color: #006aff;
      box-shadow: 0 0 5px #006aff;
    }
}
.button {
animation: glowing 1300ms infinite;
}
  
.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

@media screen and (max-width: 960px) {
  .text-center {
    float: none;
  }

  .text-center img {
    width: 100%;
  }
}

.alert.alert-danger{
    background-color: transparent;
}

.alert.alert-danger ul{
   list-style: none;
}

/* The container must be positioned relative: */
.custom-select-neon {
  position: relative;
  font-size: 1.3rem;
}

.custom-select-neon select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: transparent;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
    color: #fff; 
    text-shadow:
        0 0 2px #dc3545,
        0 0 4px #dc3545,
        0 0 6px #dc3545,
        0 0 8px #dc3545,
        0 0 10px #dc3545,
        0 0 12px #dc3545,
        0 0 14px #dc3545,
        0 0 16px #dc3545;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.select-items div {
    padding: 8px 16px;
}

/* Style items (options): */
.select-items {
  /*position: absolute;*/
  background-color: #00000047;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height:300px;
  overflow-y:auto;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


    #timer {
        position: fixed;
        /* add to center of screen */
        left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
        /* bring to front */
        z-index: 9999;
        width: 400px;
        height: 120px;
        /* background-color: #237f6a; */
        z-index: 1000;
        opacity: 0.8;
        color: #fff;
        text-align: center;
        font-size: 30px;
        font-family: 'Open Sans', sans-serif;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 10px;
    }
    
    #mainlogo {
        position: fixed;
        /* add to center of screen */
        left: 50%;
    top: 200%;
    transform: translate(-50%, -50%);
        /* bring to front */
        width: 200px;
        z-index: 1000;
        /* opacity: 0.8; */
        color: #fff;
        text-align: center;
        font-size: 30px;
        font-family: 'Open Sans', sans-serif;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 10px;
    }

    #closed_left{ 
        /*height covers the whole screen*/
        height: 100%;
        /*width is fixed*/
        width: 50%;
        /*position is fixed*/
        position: fixed;
        /*left is 0*/
        left: 0;
        /*top is 0*/
        top: 0;
        /*background is black*/
        background: black;
        z-index: 100; 

    }

    #closed_right{ 
        /*height covers the whole screen*/
        height: 100%;
        /*width is fixed*/
        width: 50%;
        /*position is fixed*/
        position: fixed;
        /*left is 0*/
        right: 50%;
        /*top is 0*/
        top: 0;
        right:0;
        /*background is black*/
        background: black;
        z-index: 100; 
    }

    #welcome_container {
         background: url('images/spinnerbackground.png');
         /*
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; */
        /*position: fixed;*/
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;  
    }
