html, body {
  height: 100%;
  margin: 0;
}

body {
  font-family: 'Outfit', sans-serif !important;
}

.site {
  min-height: 100vh;
  margin-bottom: -80px;
}

footer, .minSite {
  height: 80px;
}

.footer {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section_content {
  height: 100%;
}
 
#notyf-message {
  display: none;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom {
  position:relative;
}

.image_footer {
  height: 60%;
}

.image_footer img {
  height: 100%;
  width: 100%;
}

select {
  background-color: rgb(233, 233, 236);
}

@media print {
  .no-print {
    display: none;
    height: 0;
  }

  .print-header {
    margin-top: -100px;
  }

  footer, .minSite {
    height: 0;
  }
}
