body {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

button {
  outline: 0;
}

button i {
  font-size: 1.2rem !important;
  line-height: 1.6rem !important;
  font-weight: bolder !important;
}

.card-body {
  overflow-x: scroll;
}

.fill-height {
  min-height: 100%;
}

.custom-file-label {
  overflow: hidden;
}

nav + div.fill-height {
  min-height: calc(100% - 56px);
}

.background-image-sfondo {
  background-image: url("../img/sfondo.png");
}

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

.background-color-gray {
  background: #9e9e9e;
}

.buttons-wrapper {
  margin-top: 2rem;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  display: flex;
}

.buttons-wrapper::-webkit-scrollbar {
  display: none;
}

.button-icon {
  flex-shrink: 0;
  height: 130px;
  width: 130px;
  margin: 0 15px;
  background: white;
  border: 3px solid black;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.button-icon img {
  height: 65%;
  width: auto;
  object-fit: contain;
}

.button-icon:first-of-type {
  margin-left: 0;
}

.button-icon:last-of-type {
  margin-right: 0;
}

.button-icon:hover {
  background: #f3bb28;
}

.foto-wrapper {
  width: 100%;
  display: flex;
}
.foto-wrapper .foto-box {
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foto-wrapper .foto-box img {
  height: 100px;
  width: auto;
  margin-bottom: 10px;
  border: 2px solid white;
  box-shadow: 1px 1px 12px 3px #0000004f;
  cursor: pointer;
}

.file-wrapper {
  width: 100%;
  display: flex;
}
.file-wrapper .file-box {
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.file-wrapper .file-box .file {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.file-wrapper .file-box .file img {
  height: 100px;
  width: auto;
  object-fit: contain;
  margin-bottom: 10px;
  cursor: pointer;
}
.file-wrapper .file-box .file span {
  text-align: center;
}

thead.sticky {
  position: fixed;
  top: 0;
  z-index: 3;
}

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