* {
  margin: 0;
  padding: 0;
  font-family: "M PLUS Rounded 1c",  "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

body {
  display: flex;
  overflow: hidden;
  max-height: 100vh;
}
#tudoPraEsquerda,
#tudoPraDireita{
  box-sizing: border-box;
  height: 100vh;
  overflow-y: auto;
}


select {
  border: 6px ridge #180f03;
  color: white;
  background-color: #47320f;
}

button {cursor: pointer;}
br, hr, img{user-select: none;}
img{image-rendering: pixelated;}


.botaoFecharDiv {
  cursor: pointer;
  font-size: 2rem;
  position: absolute;
  z-index: 9;
  top: 8px;
  right: 8px;
}

body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}