html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: 'Play';
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
}

table tbody tr {
    cursor: pointer;
}

.error {
    font-size: 120px;
}

    .error.zero {
        color: var(--bs-danger);
    }

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
}

.avatar-intable {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 13px;
    margin: 0 10px 0 0;
}

#progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100; /*bootstrap modal default z-index datalist 1050*/
    width: 100vw;
    height: 100vh;
    object-fit: none;
    background: rgba(255, 255, 255, 0.1);
}

#progress img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.btn-inlinetable {
    width: 24px;
    height: 24px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}