@import url(./lib/98.css);

button[aria-label="Close"]:disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h2v1h1v1h2V1h1V0h2v1H7v1H6v1H5v1h1v1h1v1h1v1H6V6H5V5H3v1H2v1H0V6h1V5h1V4h1V3H2V2H1V1H0V0z' fill='%23908088'/%3E%3C/svg%3E");
}
.window {
    margin: 0 auto 8px auto;
}

.title-bar-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.title-bar-icon {
    height: 12px;
    width: 12px;
    margin-right: 4px;
}
.title-bar-controls {
    margin-left: auto;
}