.msgbox-wrapper {
  display: none;
}

.msgbox-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.msgbox-header-icon {
  display: inline-block;
  flex: none;
  width: 28px;
  height: 28px;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-mode: alpha;
}

.msgbox-body {
  line-height: 1.5;
}

.msgbox-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.msgbox-check-row label {
  width: fit-content;
}
