@import "/node_modules/bootstrap-icons/font/bootstrap-icons.css";

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

main {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}

.flex {
  display: flex;
}

b {
  color: #0275d8;
}

i {
  color: #0275d8;
}

img {
  border: 1px solid #6d6d6d44;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  margin: auto;
}

.icon-meni {
  background: url("/images/meni.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  /* Other styles here */
}

.icon-cas {
  background: url("/images/cas.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  /* Other styles here */
}

.icon-doba {
  background: url("/images/pokebal.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  /* Other styles here */
}

.icon-ota {
  background: url("/images/otaynik.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  /* Other styles here */
}

.icon-zrusit {
  background: url("/images/zrusit.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  /* Other styles here */
}
.icon-slozka {
  background: url("/images/slozka.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  /* Other styles here */
}

.icon-ciselnik {
  background: url("/images/ciselnik.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  /* Other styles here */
}

.icon-kalk {
  background: url("/images/kalk.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  /* Other styles here */
}

.icon-pocet {
  background: url("/images/pocet.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  /* Other styles here */
}

.dif {
  display: inline;
  margin: 0;
  margin-right: 20px;
}

span{
  background-color: #0274d89c;
  color: white;
  padding: 2px;
}

.loading{
  width: 100%;
}

@media (max-width: 800px) {
  .flex {
    flex-direction: column;
  }
}
