/* line 1, ../sass/main.scss */
body {
  padding: 0;
  margin: 0; }

/* line 5, ../sass/main.scss */
html, body, #map {
  height: 100%; }

/* line 25, ../sass/main.scss */
#dropZone {
  display: block;
  position: absolute;
  top: 5px;
  width: 90px;
  right: 20px;
  z-index: 999;
  padding: 5px;
  margin: 5px;
  font-size: 24px;
  color: teal; }

/* line 38, ../sass/main.scss */
.imageFocus {
  background-color: rgba(200, 0, 0, 0.8); }

/* line 43, ../sass/main.scss */
#love {
  display: none;
  position: absolute;
  top: 5px;
  left: 50px;
  z-index: 999;
  padding: 5px;
  margin: 5px;
  font-size: 24px;
  color: teal; }

/* line 55, ../sass/main.scss */
#love img {
  widht: 70px; }

#youCollected {
  display: none;
  position: absolute;
  top: 10px;
  left: 40px;
  z-index: 999;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
  background-color: #c21441;
  color: white; }

#infoScreen {
  display: none;
  position: absolute;
  max-width: 400px;
  max-height: 400px;
  width: 80%;
  left: 10px;
  top: 10px;
  /*border: dotted 2px rgba(255, 0, 0, 1);;*/
  border: 1px solid black;
  z-index: 1999;
  padding: 15px;
  overflow-y: scroll;
  font-size: 16px;
  border-radius: 15px;
  background-color: white;
  color: black; }

#showInfo {
  display: block;
  position: absolute;
  bottom: 10px;
  width: 60px;
  right: 20px;
  z-index: 999;
  padding: 5px;
  margin: 5px;
  font-size: 24px;
  color: teal; }

#bitcoinIcon {
  display: block;
  position: absolute;
  bottom: 10px;
  width: 60px;
  left: 20px;
  z-index: 999;
  padding: 5px;
  margin: 5px;
  font-size: 24px; }

/* line 10, ../sass/main.scss */
#userStats {
  display: none;
  position: absolute;
  vertical-align: text-bottom;
  bottom: 80px;
  left: 30px;
  z-index: 999;
  background-color: white;
  padding: 10px;
  border: 1px solid black;
  margin: 5px;
  font-size: 16px;
  font-style: normal;
  border-radius: 15px;
  min-width: 200px;
  color: black;
  text-align: center; }

#userStats .userIcon {
  text-align: center; }

.balanceIcons {
  padding-right: 10px; }

#balance img {
  /*position: absolute;*/
  padding-left: 10px;
  width: 20px;
  height: 20px;
  float: left; }

#balance {
  margin-top: 15px; }

#balance div {
  vertical-align: middle;
  float: right;
  letter-spacing: 1.4px;
  padding-right: 10px; }

#marriageBut {
  -webkit-appearance: none;
  padding: 5px 50px 5px 50px;
  margin-top: 10px;
  border-radius: 20px;
  background-color: #c21441;
  color: white; }

.shadow {
  -moz-box-shadow: 3px 3px 4px #444;
  -webkit-box-shadow: 3px 3px 4px #444;
  box-shadow: 3px 3px 4px #444;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444'); }

#login {
  position: fixed;
  display: none;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(70, 70, 70, 0.5);
  z-index: 999; }

#loginBox {
  position: fixed;
  background-color: #c21441;
  left: 50%;
  top: 50%;
  border-radius: 10px;
  width: 250px;
  height: 140px;
  margin-left: -125px;
  margin-top: -70px;
  text-align: center;
  padding: 10px 10px 10px 10px; }

#loginBox h3 {
  color: white; }

#usernameTxt {
  margin: auto;
  display: block;
  border-radius: 5px;
  padding: 5px; }

#loginBut {
  -webkit-appearance: none;
  margin-top: 20px;
  border-radius: 20px;
  padding: 5px 50px 5px 50px; }

#userStats .spouseDetails .spouseName {
  text-align: left; }

#userStats .spouseDetails .spouseIcon {
  text-align: center; }

#user {
  text-align: center;
  vertical-align: middle; }

/*# sourceMappingURL=main.css.map */
