.el-message-box__message p {
  font-size: 14px;
  white-space: break-spaces;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .el-message-box__message p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-message-box__message p {
    font-size: 20px;
  }
}
.el-message-box__headerbtn .el-message-box__close:hover {
  color: #f54e5e;
  font-size: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .el-message-box__headerbtn .el-message-box__close:hover {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-message-box__headerbtn .el-message-box__close:hover {
    font-size: 24px;
  }
}
.el-message-box__headerbtn .el-message-box__close {
  color: #f54e5e;
  font-size: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .el-message-box__headerbtn .el-message-box__close {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-message-box__headerbtn .el-message-box__close {
    font-size: 24px;
  }
}
.el-timeline-item__content {
  word-break: break-word;
}
.notification-mixins .el-message-box__title {
  font-size: 16px;
  color: #0a2463;
  opacity: 0.9;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .notification-mixins .el-message-box__title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .notification-mixins .el-message-box__title {
    font-size: 24px;
  }
}
.notification-mixins .el-message-box__btns button:nth-child(2) {
  margin-left: 10px;
}
.notification-mixins .el-message-box__headerbtn .el-message-box__close {
  color: red;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .notification-mixins .el-message-box__headerbtn .el-message-box__close {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .notification-mixins .el-message-box__headerbtn .el-message-box__close {
    font-size: 20px;
  }
}
.notification-mixins .el-message-box__content {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .notification-mixins .el-message-box__content {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .notification-mixins .el-message-box__content {
    font-size: 20px;
  }
}
.notification-mixins .el-message-box__btns .el-button {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .notification-mixins .el-message-box__btns .el-button {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .notification-mixins .el-message-box__btns .el-button {
    font-size: 20px;
  }
}
.notification-mixins
  .el-message-box__btns
  .el-button
  + .notification-mixins
  .el-message-box__btns
  .el-button {
  margin-left: 10px;
}
.notification-mixins
  .el-message-box__btns
  .el-button.el-button--default:not(.is-circle) {
  padding: 7px 15px;
}
.notification-mixins
  .el-message-box__btns
  .el-button.el-button--mini:not(.is-circle) {
  padding: 5px 10px;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .notification-mixins
    .el-message-box__btns
    .el-button.el-button--mini:not(.is-circle) {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .notification-mixins
    .el-message-box__btns
    .el-button.el-button--mini:not(.is-circle) {
    font-size: 16px;
  }
}
.notification-mixins .el-message-box__btns .el-button .el-button--primary {
  color: red;
}
.hybrid-feed-table {
  --table-text-alignment: left;
}
.hybrid-feed-table thead th {
  text-align: var(--table-text-alignment);
  padding: 0 10px 5px 10px;
}
.hybrid-feed-table .el-input__inner {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .hybrid-feed-table .el-input__inner {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .hybrid-feed-table .el-input__inner {
    font-size: 16px;
  }
}
.hybrid-feed-table .list-item__color-swatch_pm {
  height: 15px;
  width: 15px;
}
.hybrid-feed-table .list-item__color-swatch_pm + .option-mode {
  margin-left: 5px;
}
.hybrid-feed-table .alias-name {
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hybrid-feed-table .alias-name label {
  font-size: 12px;
  line-height: 20px;
  color: #0a2463;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .hybrid-feed-table .alias-name label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .hybrid-feed-table .alias-name label {
    font-size: 16px;
  }
}
.hybrid-feed-table .mode-container .el-input__prefix {
  line-height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hybrid-feed-table .el-form-item:not(.alias-name) {
  margin-bottom: 0;
}
.hybrid-feed-table .el-date-editor.el-input,
.hybrid-feed-table .el-date-editor.el-input__inner {
  width: 105px;
}
.hybrid-feed-table .el-input__inner {
  text-align: var(--table-text-alignment);
}
.hybrid-feed-table .el-table th.is-leaf {
  border-bottom: 1px solid #ebeef5;
  font-weight: 400;
}
.hybrid-feed-table .el-table__append-wrapper {
  border-top: 0.5px solid #ebeef5;
}
.hybrid-feed-table .el-form-item__label {
  margin-left: 10px;
}
.hybrid-feed-table .el-table:before {
  height: 0;
}
.hybrid-feed-table .mode-option-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feed-table {
  --table-text-alignment: left;
}
.feed-table thead th {
  text-align: var(--table-text-alignment);
  padding: 0 10px 5px 10px;
}
.feed-table .el-input__inner {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .feed-table .el-input__inner {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .feed-table .el-input__inner {
    font-size: 16px;
  }
}
.feed-table .alias-name {
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feed-table .alias-name label {
  font-size: 12px;
  line-height: 20px;
  color: #0a2463;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .feed-table .alias-name label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .feed-table .alias-name label {
    font-size: 16px;
  }
}
.feed-table .el-form-item:not(.alias-name) {
  margin-bottom: 0;
}
.feed-table .el-date-editor.el-input,
.feed-table .el-date-editor.el-input__inner {
  width: 105px;
}
.feed-table .el-input__inner {
  text-align: var(--table-text-alignment);
}
.feed-table .el-table th.is-leaf {
  border-bottom: 1px solid #ebeef5;
  font-weight: 400;
}
.feed-table .el-table__append-wrapper {
  border-top: 0.5px solid #ebeef5;
}
.feed-table .el-form-item__label {
  margin-left: 10px;
}
.feed-table .el-table:before {
  height: 0;
}
.tooltip {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: #000;
  padding: 24px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.tooltip.popover .popover-arrow {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.feed-template-action-dialog.hybrid-type {
  --dialog-width: 80%;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .feed-template-action-dialog.hybrid-type {
    --dialog-width: 60%;
  }
}
@media only screen and (min-width: 1920px) {
  .feed-template-action-dialog.hybrid-type {
    --dialog-width: 40%;
  }
}
.feed-template-action-dialog.schedule-type {
  --dialog-width: 55%;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .feed-template-action-dialog.schedule-type {
    --dialog-width: 40%;
  }
}
@media only screen and (min-width: 1920px) {
  .feed-template-action-dialog.schedule-type {
    --dialog-width: 35%;
  }
}
