html,
body {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

body .pma-ui-viewport-container {
    height: 100%;
    width: 100%;
}

.annotation-helper-icon i,
.annotation-helper-icon span {
    display: none;
}

.annotation-helper-icon.loading i {
    display: initial;
}

.annotation-helper-icon.loading span {
    display: none;
}

.annotation-helper-icon.saved i,
.annotation-helper-icon.saved span.badge.bg-danger {
    display: none;
}

.annotation-helper-icon.saved span.badge.bg-success {
    display: initial;
}

.annotation-helper-icon.error i,
.annotation-helper-icon.error span.badge.bg-success {
    display: none;
}

.annotation-helper-icon.error span.badge.bg-danger {
    display: block;
}

.top-row {
    background-color: #f8f9fa;
    min-height: 74px;
}

.btn.btn-light.active {
    background-color: #d2d2d2;
}

.btn:disabled {
    cursor: not-allowed;
    pointer-events: unset;
}