/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.mkui-layout-inner-modal {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
}
.mkui-layout-inner-modal-header {
  position: relative;
  padding: 16px 48px 16px 12px;
  border-radius: 4px 4px 0 0;
  background: #fff;
  color: rgba(0, 0, 0, 0.65);
  border-bottom: 1px solid #e8e8e8;
}
.mkui-layout-inner-modal-header-title {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  padding-left: 8px;
  border-left: 3px solid #1890ff;
}
.mkui-layout-inner-modal-header-close {
  cursor: pointer;
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: rgba(0, 0, 0, 0.45);
  outline: 0;
  padding: 0;
}
.mkui-layout-inner-modal-header-close-x {
  display: block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
}
.mkui-layout-inner-modal-header-close:focus,
.mkui-layout-inner-modal-header-close:hover {
  color: #444;
  text-decoration: none;
}
.mkui-layout-inner-modal-body {
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
  padding: 10px 20px 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
}
.mkui-layout-inner-modal-body-toolbar {
  padding: 15px 24px 15px 24px;
}
.mkui-layout-inner-modal-body-toolbar button + button {
  margin-left: 8px;
}
.mkui-layout-inner-modal-body .mkui-layout-inner-modal-body-toolbar + .mkui-layout-inner-modal-body-content {
  padding-top: 0;
}
.mkui-layout-inner-modal-body-content {
  padding: 24px;
}
.mkui-layout-inner-modal-footer {
  padding: 10px 16px;
  text-align: right;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #e8e8e8;
}
.mkui-layout-inner-modal-footer button + button {
  margin-left: 8px;
  margin-bottom: 0;
}
