.pk-itsm-panel-error {
    padding: 2rem;
    margin: 2rem;
    margin-right: 2rem;
    border-radius: 1.1rem;
    box-shadow: 0 0 1rem 0 #888;
    background-color: #FFF;
    z-index: 1112;
    max-width: 48rem;
}

.pk-itsm-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66rem;
    background-color: #FFF;
    padding: 2rem 2rem 0;
    margin: 1rem;
    border-radius: 1.1rem;
    box-shadow: 0 0 1rem 0 #888;
    z-index: 1112;
    position: relative;
}

.pk-itsm-panel-animation {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1113;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}

.pk-itsm-panel-body {
    filter: grayscale(0%);
    transition: filter 444ms;
}

.pk-itsm-panel-body.query {
    filter: grayscale(95%);
}

.pk-itsm-panel label {
    z-index: 1 !important;
}

.pk-itsm-panel button.mod {
    width: fit-content;
}

.pk-itsm-panel button.mod span {
    white-space: nowrap;
}

.pk-itsm-panel-header-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 2rem;
    margin: 0;
}

.pk-itsm-panel-header-title div {
    flex-grow: 1;
    margin-right: 2rem;
}

.pk-itsm-panel-header-title svg {
    border-radius: 5rem;
    border: 2px solid #FFFFFF;
    width: 3rem;
    height: 3rem;
    fill: #BB0A30;
    transition: border-color 333ms ease-out;
}

.pk-itsm-panel-header-title svg:hover {
    cursor: pointer;
    border-color: #BB0A30;
}

.pk-itsm-panel .file-alert {
    border-radius: 0 !important;
    margin: 0.5rem -1.5rem 1rem;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

@media only screen and (max-width:75em) {
    /* < 1200 */

    .pk-itsm-panel {
        width: 55rem;
    }

}

@media only screen and (max-width:64em) {
    /* < 1024 */

    .pk-itsm-panel {
        width: 44rem;
    }

}

@media only screen and (max-width:48em) {
    /* < 768 */

    .pk-itsm-panel {
        width: 100%;
    }

}

@media only screen and (max-width:36em) {
    /* < 480 */

}