.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;
}
.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;
}
.reports .border-bottom {
  border-bottom: 4px solid #ccc;
  margin: 30px 0;
}
.reports .header__style {
  float: right;
  max-width: 12rem;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .reports .header__style {
    max-width: 12rem;
  }
}
@media only screen and (min-width: 1920px) {
  .reports .header__style {
    max-width: 15rem;
  }
}
.reports .pond-container {
  height: 73vh;
  overflow-y: scroll;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .reports .pond-container {
    height: 77vh;
  }
}
@media only screen and (min-width: 1920px) {
  .reports .pond-container {
    height: 80vh;
  }
}
.reports .pond-container .no-data {
  margin-left: 46%;
  margin-top: 25%;
  opacity: 0.5;
}
.reports .pond-container .active {
  background-color: #0a2463 !important;
  color: #f9f9f9 !important;
}
.reports .pond-container .header {
  font-weight: 600;
  line-height: 2;
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .reports .pond-container .header {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .reports .pond-container .header {
    font-size: 20px;
  }
}
.reports .pond-container .title {
  font-size: 14px;
  white-space: break-spaces;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .reports .pond-container .title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .reports .pond-container .title {
    font-size: 20px;
  }
}
.reports .report-container {
  padding-left: 30px;
}
.reports .report-container .header {
  font-weight: 600;
  line-height: 2;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .reports .report-container .header {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .reports .report-container .header {
    font-size: 20px;
  }
}
.reports .report-container .title {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .reports .report-container .title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .reports .report-container .title {
    font-size: 20px;
  }
}
.reports
  .report-container
  .report-container__one
  .report-container__one__help-text {
  margin-top: 10px;
  color: #0a2463;
  font-weight: 700;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .reports
    .report-container
    .report-container__one
    .report-container__one__help-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .reports
    .report-container
    .report-container__one
    .report-container__one__help-text {
    font-size: 20px;
  }
}
.reports
  .report-container
  .report-container__two
  .report-container__two__help-text {
  margin-top: 10px;
  color: #0a2463;
  font-weight: 700;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .reports
    .report-container
    .report-container__two
    .report-container__two__help-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .reports
    .report-container
    .report-container__two
    .report-container__two__help-text {
    font-size: 20px;
  }
}
.reports .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reports .footer-container .info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reports .footer-container .info__container .content {
  font-size: 14px;
  margin-left: 10px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .reports .footer-container .info__container .content {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .reports .footer-container .info__container .content {
    font-size: 20px;
  }
}
.reports .footer-container .download__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}
.reports .footer-container .download__container .material-icons-round {
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .reports .footer-container .download__container .material-icons-round {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .reports .footer-container .download__container .material-icons-round {
    font-size: 20px;
  }
}
.reports .footer-container .download__container .gap__between__download__send {
  margin-right: 10px;
}
.reports
  .footer-container
  .download__container
  .gap__between__download__send
  .el-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.reports .footer-container .email-section .email__container {
  border-radius: 4px;
  background-color: green;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.reports .footer-container .email-section .email__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}
.reports .footer-container .email-section .email__content {
  font-size: 14px;
  color: #fff;
  padding: 7px 15px 7px 5px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .reports .footer-container .email-section .email__content {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .reports .footer-container .email-section .email__content {
    font-size: 20px;
  }
}
.reports .footer-container .email-section .el-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.reports .material-icons-round {
  color: #1966a1;
  margin-right: 15px;
}
.reports .material-icons-outlined {
  font-size: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .reports .material-icons-outlined {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .reports .material-icons-outlined {
    font-size: 24px;
  }
}
.reports .el-divider--vertical {
  height: 73vh;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .reports .el-divider--vertical {
    height: 77vh;
  }
}
@media only screen and (min-width: 1920px) {
  .reports .el-divider--vertical {
    height: 80vh;
  }
}
.reports .el-divider--horizontal {
  margin: 0;
}
.reports .el-checkbox__input.is-checked .el-checkbox__inner,
.reports .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #0a2463;
  border-color: #0a2463;
}
.reports .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #0a2463;
}
.reports .el-checkbox__label {
  text-transform: capitalize;
  font-size: 10px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .reports .el-checkbox__label {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .reports .el-checkbox__label {
    font-size: 16px;
  }
}
.reports .checkbox-groups-container {
  display: grid;
  grid-template-columns: repeat(3, auto);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
