﻿.edips-editor.edips-is-hidden,
.edips-viewer.edips-is-hidden,
.input-group.edips-is-hidden {
    display: none;
}

.supplier-wrapper, .self-wrapper, .user-wrapper {
    display: none;
}


.logo-image {
    text-align: center;
    padding: 0.5rem;
}

    .logo-image img {
        max-width: 100%;
    }

.user-details__roles .row {
    margin-bottom: 1rem;
}


.user-details__roles th:nth-child(1),
.user-details__roles td:nth-child(1) {
    width: 90%;
    text-align: left;
}


.user-details__roles th:nth-child(2),
.user-details__roles td:nth-child(2) {
    width: 10%;
    text-align: center;
}
