article {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 200px;
  min-width: 500px;
  max-height: calc(100vh - 102px);
  max-width: 90vw;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  article {
    min-width: auto;
  }
}
header {
  height: 48px;
  line-height: 48px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-shrink: 0;
  padding-left: 16px;
}
header div.title-icon {
  margin-right: 8px;
  width: 16px;
  font-size: 24px;
}
header .title {
  -webkit-box-flex: 1;
          flex: 1;
  font-family: "open-sans-regular";
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 48px;
  line-height: 48px;
  padding: 0 8px;
}
.dialog-message-container {
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: flex;
  padding: 48px 48px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .dialog-message-container {
    padding: 16px;
    -webkit-box-flex: 1;
            flex: 1;
  }
}
:host-context(.dialogValidateCredentials) .dialog-message-container {
  padding-top: 20px;
  padding-bottom: 7px;
}
footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  flex-shrink: 0;
  height: 60px;
  padding: 12px 32px;
}
footer button {
  margin-left: 16px;
}
