.mld-pc-app {
    font-family: Helvetica, sans-serif;
    z-index: 9999;
    font-size: 14px;
    display: none;
}

.mld-pc-app p {
    margin: 0;
}

.mld-pc-app p:not(:last-child) {
    margin-bottom: 6px;
}

.mld-pc-app__body {
    overflow-y: auto;
    min-width: 320px;
}

.mld-pc-app__body-spaced {
    padding: 0 24px;
}

.mld-pc-app__header {
    padding-bottom: 10px;
}

.mld-pc-app__body > .mld-pc-option {
    padding: 0;
}

.mld-pc-app__body > .mld-pc-option h1 {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
}

.mld-pc-app__body > .mld-pc-footer {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
}

.mld-pc-block {
    display: flex;
    flex-direction: column;
    line-height: 18px;
    padding: 0;
}

.mld-pc-block:not(:last-child) {
    margin-bottom: 20px;
}

.mld-pc-block--error,
.mld-pc-option--error {
    border-left: 2px solid #d4351c;
    padding-left: 6px;
}

.mld-pc-app-box .mld-pc-block--error,
.mld-pc-app-box .mld-pc-option--error {
    margin-left: -8px;
}

.mld-pc-block h3 {
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.mld-pc-block .required::after {
    content: '*';
    color: #d4351c;
    margin-left: 0.15em;
}

.mld-pc-statement {
    margin-bottom: 10px;
}

.mld-pc-block .mld-pc-error-message {
    color: #d4351c;
    margin: 6px 0 0 0;
}

.mld-pc-block .mld-pc-value-card {
    display: flex;
    border: 2px solid hsl(0, 0%, 60%);
    border-radius: 4px;
    padding: 8px 6px;
    margin: 2px 0;
}

.mld-pc-value-card-close {
    margin: -1px 0 -2px auto;
    cursor: pointer;
    color: hsl(0, 0%, 60%);
    align-self: flex-start;
    padding: 0 4px 0 8px;
}

.mld-pc-positive-icon {
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
    position: relative;
    display: block;
    color: hsl(0, 0%, 60%);
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 100px;
    margin-left: 2px;
}
.mld-pc-positive-icon::after {
    content: '';
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 2px;
    top: -1px;
    width: 4px;
    height: 8px;
    border-color: currentColor;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.mld-pc-negative-icon {
    flex-shrink: 0;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    color: hsl(0, 0%, 60%);
    border: 2px solid;
    border-radius: 40px;
    margin-left: 2px;
}

.mld-pc-negative-icon::after,
.mld-pc-negative-icon::before {
    content: '';
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    background: currentColor;
    left: 5px;
}

.mld-pc-negative-icon::after {
    bottom: 2px;
    height: 6px;
}

.mld-pc-negative-icon::before {
    height: 2px;
    top: 1px;
}

.mld-pc-value-card-text {
    margin-left: 6px;
    margin-bottom: -2px;
}

.mld-pc-block .mld-pc-description {
    font-size: 14px;
    line-height: 18px;
}

.mld-pc-statement {
    padding: 0;
}

.mld-pc-option:not(:last-child) {
    margin-bottom: 4px;
}

.mld-pc-option-extra-information:not(:empty) {
    margin-bottom: 12px;
}

.mld-pc-block .mld-pc-title {
    flex: 1;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    display: block;
    cursor: pointer;
    user-select: none;
}

.mld-pc-block .mld-pc-toggle--disabled .mld-pc-title {
    cursor: default;
}

.mld-pc-block input[type='radio'] {
    margin-top: 0;
    margin-bottom: 0;
}

.mld-pc-toggle {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.mld-pc-toggle input {
    cursor: pointer;
    margin: 0 1px 0 0;
}

.mld-pc-toggle input[disabled] {
    cursor: not-allowed;
}

.mld-pc-app-show {
    display: flex;
    flex-direction: column;
    color: #212121;
}

.mld-pc-app-box {
    box-sizing: border-box;
    padding: 24px 0 0;
    max-width: 400px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.mld-pc-app__top-left {
    position: fixed;
    max-height: calc(100vh - 32px);
    top: 16px;
    left: 16px;
}

.mld-pc-app__top-right {
    position: fixed;
    max-height: calc(100vh - 32px);
    top: 16px;
    right: 16px;
}

.mld-pc-app__bottom-left {
    position: fixed;
    max-height: calc(100vh - 32px);
    bottom: 16px;
    left: 16px;
}

.mld-pc-app__bottom-right {
    position: fixed;
    max-height: calc(100vh - 32px);
    bottom: 16px;
    right: 16px;
}

.mld-pc-app-centred {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: calc(100vh - 32px);
}

.mld-pc-minimise {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 32px;
    border: none;
    background: none;
    color: #666;
}

.mld-pc-minimise span:first-child {
    font-size: 13px;
    text-decoration: underline;
}

.mld-pc-minimise span:last-child {
    font-size: 20px;
    cursor: pointer;
}

.mld-pc-minimise span:last-child:hover {
    font-weight: bolder;
}

.mld-pc-minimise span:first-child:hover {
    cursor: pointer;
    text-decoration: none;
}

.mld-pc-logo {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0px auto 0;
    padding: 4px 0px;
    background-color: rgba(0, 0, 0, 0.02);
    transition: opacity 0.1s ease-out;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.mld-pc-logo img {
    display: block;
    width: 170px;
    opacity: 0.75;
}

.mld-pc-logo:hover img {
    opacity: 1;
}

.mld-pc-buttons {
    display: flex;
    justify-content: center;
    padding-top: 16px;
}

.mld-pc-buttons-spaced {
}

.mld-pc-buttons-logo {
    padding-bottom: 16px;
}

.mld-pc-button {
    flex: 1;
    display: block;
    margin: 8px;
    padding: 8px 16px;
    background-color: hsl(0, 0%, 60%);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.1s ease-out;
}

.mld-pc-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.mld-pc-button--cancel:hover {
    background-color: hsl(0, 5%, 55%);
}

.mld-pc-button--submit {
    background-color: hsl(136, 51%, 48%);
    color: #fff;
}

.mld-pc-button--submit:hover {
    background-color: hsl(136, 56%, 43%);
}

p.mld-success {
    background-color: hsl(136, 51%, 48%);
    color: #fff;
    padding: 16px;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 24px;
}

p.mld-failure {
    background-color: hsl(0, 79%, 59%);
    color: #fff;
    padding: 16px;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 24px;
}

.mld-text {
    color: #000;
    padding: 0px;
}

.mld-policy {
    color: #333;
}

.mld-policy a {
    color: #333;
    font-weight: 800;
    text-decoration: underline;
}

.mld-policy a:hover {
    color: #000;
    font-weight: 800;
    text-decoration: none;
}

.mld-pc-all-none-operators {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
    margin-bottom: 8px;
}

button.mld-pc-all-none:hover {
    text-decoration: none;
    cursor: pointer;
}

.mld-pc-all-none {
    text-transform: capitalize;
    text-decoration: underline;
    color: #666;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 13px;
}

.mld-pc-on-device {
    text-transform: capitalize;
    text-decoration: underline;
    color: #666;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 13px;
}

.mld-pc-on-device:hover {
    text-decoration: none;
}

.mld-pc-on-device-container {
    margin-right: auto;
}

.mld-pc-divider {
    margin-left: 2px;
    margin-right: 2px;
    font-size: 13px;
}

.mld-pc-select-container {
    display: flex;
    align-items: center;
    padding-top: 10px;
    justify-content: space-between;
}

.mld-pc-multi-select {
    border: 1px solid #767676;
    border-radius: 2px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 108px;
    overflow: hidden scroll;
}

.mld-pc-multi-select:focus {
    border: 1px solid black;
}

.mld-pc-select-option label {
    display: flex;
    gap: 16px;
}

.mld-pc-channel-select {
    cursor: pointer;
}

.mld-pc-uc-title {
    padding-bottom: 8px;
    margin-bottom: 8px;
    text-transform: capitalize;
    font-size: 20px;
    margin-top: 30px;
}

.mld-pc-uc-history-uc-service {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
    padding-left: 10px;
    color: gray;
}

.mld-pc-uc-history-uc-service:hover {
    text-decoration: underline;
}

.mld-pc-uc-history-header--timestamp {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
}

.mld-pc-uc-history-details {
    display: flex;
    justify-content: space-between;
    padding-top: 4px;
    padding-bottom: 8px;
}

.mld-pc-uc-history-details:last-child {
    border-bottom: 1px solid #666;
}

.mld-pc-uc-footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

.mld-pc-uc-open-button {
    width: 30px;
    height: 30px;
    background-color: #505762;
    display: block;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.mld-pc-uc-open-button--image {
    background-image: url('https://img.usercentrics.eu/misc/icon-fingerprint@2X.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
}

.mld-pc-uc-history-details--status {
    padding-right: 2px;
}

.mld-pc-uc-history-details--status--denied {
    text-transform: capitalize;
}

.mld-pc-uc-history-details--status--granted {
    text-transform: capitalize;
}
