* {
    padding: 0;
    margin: 0;
    /* font-size: 1vw; */
}

html, body{
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.trueno {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.red {
    color: #8a1d1b
}

.error {
    font-size: 80%;
    color: #dc3545;
    font-weight: bold;
}

.notif-size {
    height: 20vw;
    width: 40vw;
    font-size: 1rem;
}

th{
    vertical-align: middle !important;
}

.bg-transparent,  .bg-transparent *{
    background-color: transparent !important;
}

.fit-content{
    width: fit-content !important;
}

.transparent {
    background-color: transparent !important;
}

.no-border{
    border: none !important;
}

.border-round{
    border: solid 1px #ced4da;
    border-radius: .25rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media print {
  body * {
    visibility: hidden;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  #section-to-hide, #section-to-hide *{
      display: none;
  }
}
