body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}

div#reportContainer {
    height: calc(100vh - 120px)
}

iframe {
    height: 100%;
}

.plan-price i.fas{
    font-size: xx-large;
}
.plan-price i.far{
    font-size: xx-large;
}
.telepek{
    margin: 1rem;
}

.telephely-letiltva {
    color: #dedede
}

#admin-app{
    padding: 1rem;
}


td.oraallas {
    text-align: right;
}

.leolvasas-kep {
    margin: 5px;
    border-radius: 5px;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    border-color: #ff3860;
}

td.text-right {
    text-align: right;
}


  a {
    color: #0077cc;
  }

  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
  }


progress.htmx-indicator {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.htmx-request progress.htmx-indicator {
    margin-top: 10px;
    margin-bottom: 0 !important;
}
