html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
/*  margin-bottom: 60px;
*/}
/* Processing template */
.processing-template {
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

    .processing-template > * {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

        .processing-template > * > span:not(.inline) {
            display: block;
            margin-top: 10px;
        }

tbody > .processing-template {
    z-index: 1002;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
}

    tbody > .processing-template > * > span {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

    tbody > .processing-template > * > .fa {
        font-size: inherit;
    }

.processing-template.position-absolute {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

.pulse {
    animation: pulse-animation 0.8s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgb(237 12 12 / 40%);
    }

    100% {
        box-shadow: 0 0 0 27px rgb(215 40 40 / 0%);
    }
}

.tox-statusbar__branding{
    display:none;
}
.counter {
    float: right;
    display: flex;
    font-size: 15px;
    color:dimgray;

}