.error {
    color: #c50404;
    font-weight: bold;
}

.v-btn {
    background:#000087;
    color: #FFFFFF;
}

.v-btn.cancel-button {
    background: grey;
}

.v-btn.revoke-button {
    background: #c50404;
}

.v-btn.revoke-button[disabled] {
    background: #D78181;
    color: #FFFFFF
}

.favicon-container {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.favicon-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.v-expansion-panel-title {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.v-expansion-panel {
    margin-bottom: 20px;
}

.icon {
    order: 0;
}

.header {
    order: 1;
}
