@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;700&display=swap");
@import "../components/flag-icon-css/css/flag-icon.min.css";
html {
  scroll-behavior: smooth;
}

body,
div,
span,
p,
a {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #212121;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

a {
  color: #0055b3;
}
a:hover {
  color: rgba(0, 85, 179, 0.8);
}

a {
  cursor: pointer;
  font-weight: 100;
  text-decoration: underline;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 1em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 25px;
  transition: all 1s ease-in-out;
}

h1:hover,
h2:hover {
  letter-spacing: 0.1em;
}

body {
  background: #fff;
  color: #212121;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.home {
  padding-top: 150px;
  position: relative;
}
.home section {
  padding: 80px 0;
}
.home .menu {
  z-index: 1;
  background: white;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.home .menu .logo {
  height: 50px;
  width: auto;
}
.home .menu, .home .menu a {
  display: inline-block;
  padding: 15px;
  color: #0055b3;
}

.xx-small {
  font-size: xx-small;
}

.x-small {
  font-size: x-small;
}

.small {
  font-size: small;
}

.medium {
  font-size: medium;
}

.large {
  font-size: large;
}

.x-large {
  font-size: x-large;
}

.xx-large {
  font-size: xx-large;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.card,
form {
  padding: 25px;
  width: 100%;
  background: white;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px -10px;
  margin-bottom: 25px;
}

.statuses {
  vertical-align: top;
  font-size: 9px;
  display: inline-block;
  line-height: 10px;
}
.statuses .status {
  border-radius: 8px;
  width: 8px;
  height: 8px;
  display: inline-block;
  line-height: 8px;
  margin-right: 5px;
}
.statuses .status.status_active, .statuses .status.status_1 {
  background: green;
}
.statuses .status.status_inactive, .statuses .status.status_-1 {
  background: gold;
}
.statuses .status.status_draft, .statuses .status.status_pending, .statuses .status.status_0 {
  background: lightgray;
}
.statuses .status.status_deleted, .statuses .status.status_finished, .statuses .status.status_-2 {
  background: red;
}

.button {
  min-width: 250px;
  text-align: center;
  padding: 20px 55px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid #212121;
  color: #0055b3;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 15px;
}

.topbtn {
  margin-left: -3px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border: none;
  color: gray;
  min-height: 35px;
  min-width: 35px;
  text-align: center;
  margin-bottom: 5px;
  font-size: 13px;
  padding: 2px 7px;
  padding-top: 3px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 15px -5px;
  text-decoration: none;
}
.topbtn i {
  font-size: 20px;
}
.topbtn:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px -5px;
  color: black;
}
.topbtn.btn-danger * {
  color: white;
}
.topbtn span {
  line-height: 0.8;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 7px;
  font-weight: normal;
  letter-spacing: 0.05em;
  bottom: 3px;
}
.topbtn.btn-danger {
  background-color: rgba(255, 0, 0, 0.75);
}
.topbtn.btn-success {
  background-color: rgba(0, 255, 0, 0.75);
}
.topbtn.btn-info {
  background-color: rgba(0, 0, 255, 0.75);
}

.btn {
  background: rgba(255, 255, 255, 0.5);
  color: #0055b3;
  padding: 15px 25px;
  border-radius: 10px;
  text-decoration: none;
}
.btn:hover {
  color: #ffd200;
}
.btn.btn-metamask {
  background: orange;
  color: black;
}
.btn.btn-metamask img {
  height: 32px;
}

.w100 {
  width: 100%;
}

.status--1 {
  opacity: 0.4;
  display: none;
}

.status--2 {
  color: red;
  opacity: 0.2;
  display: none;
}

.status-2 {
  font-weight: bold;
  font-size: x-large;
}

small.intro {
  font-size: small;
  line-height: 1;
}

.incircle {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 2px 6px;
  font-size: small;
  color: rgba(0, 0, 0, 0.3);
}

.disabled {
  opacity: 0.1;
}

.bkg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bkg.bkgstatic {
  background-attachment: fixed;
}
.bkg.bkg1 {
  background-image: url("/sprites/0/bkg/1.jpg");
}
.bkg.bkg2 {
  background-image: url("/sprites/0/bkg/2.jpg");
}
.bkg.bkg3 {
  background-image: url("/sprites/0/bkg/3.jpg");
}
.bkg.bkg4 {
  background-image: url("/sprites/0/bkg/4.jpg");
}

.topMenuItem {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}

.sprite,
.hero,
.tribe,
.weapon,
.city,
.item {
  text-align: center;
  margin-bottom: 25px;
}
.sprite img, img .sprite, .sprite img,
.hero img,
img .hero,
.hero img,
.tribe img,
img .tribe,
.tribe img,
.weapon img,
img .weapon,
.weapon img,
.city img,
img .city,
.city img,
.item img,
img .item,
.item img {
  height: 120px;
  width: auto;
  border-radius: 10px;
}
.sprite span,
.hero span,
.tribe span,
.weapon span,
.city span,
.item span {
  display: block;
  text-align: center;
  font-size: x-small;
}

.weapon img, img .weapon, .weapon img {
  height: 60px;
  width: auto;
  border-radius: 10px;
}

.tribe img, img .tribe, .tribe img {
  height: 80px;
  width: auto;
  border-radius: 10px;
}

.city img, img .city, .city img {
  height: auto;
  width: 100%;
  border-radius: 10px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.amount span {
  font-size: 45px;
  font-weight: bolder;
}