/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *






 */




canvas, body{
  border: 0;
  margin: 0;


}

canvas{
  max-width: 100vw;
  max-height: 100vh;
}

body{
/*  cursor: crosshair;*/


  cursor: url(/im/cursor.png) 24 24, auto;
  overflow: hidden;

}

.controls{
  padding: 1em;
  position: fixed;
  top: 100px;
  left: 100px;
  color: green;
  z-index: 1000;

    background-color: black;
    max-height: 80%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.controls{
  color: #a2ffa2;
  opacity: 1;
  font-family: 'VT323';



  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;

  font-size: 18pt;


  border: 1px solid #a2ffa2;
}

.cframe{}

.controls .c div{
  display: inline-block;
}

.controls .c div{
  margin-right: 1em;
}

.controls .c div:nth-child(1) {
  width: 10em;
}

.controls .c div:nth-child(2) {
color: #ffa500;
}

.gt{
  margin-bottom: 0.2em;
  color: gray;
}

.controls .title{
  margin-bottom: 1em;
}

.controls .cgroup{
  margin-bottom: 1em;
  margin-right: 4em;

}

.fs{
  padding: 0.1em;
  padding-left: 0.2em;
  padding-right: 0.2em;
  background-color: #a2ffa2;
  color: black;
  opacity: 0.8;
  font-family: 'VT323';
  position: fixed;
  top: 5em;
  right: 5em;
  font-size: 20pt;
  visibility: hidden;
}
.notice, .alert{
  position: fixed;
  top: 1em;
  left: 1em;
  background-color: none;
  color: green;
}

.payment-form{
  display: none;
}
