.dsr-overlay {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.dsr-overlay.shown {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.dsr-overlay .dsr-overlay-background {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.dsr-overlay .dsr-overlay-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  border: 2px solid #232c39;
  color: #232c39;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: -20px;
  -webkit-transition: background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.dsr-overlay .dsr-overlay-close span {
  font-size: 30px;
  line-height: 30px;
  font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif;
}
.dsr-overlay .dsr-overlay-close:hover {
  background-color: #bdc0c4;
}
.dsr-overlay .dsr-overlay-box {
  background-color: rgb(255, 255, 255);
  display: inline-block;
  position: relative;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #232c39;
  box-sizing: border-box;
}
.dsr-overlay .dsr-overlay-box .dsr-overlay-content {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: calc(90vh - 42px);
  overflow-y: scroll;
}
.dsr-overlay .dsr-overlay-box .dsr-overlay-content .no-margin-bottom {
  margin-bottom: 0px;
}
.dsr-overlay.dsr-graphs-popup hr {
  width: 100%;
}
.dsr-overlay.dsr-graphs-popup .dsr-overlay-box {
  max-width: none;
}
.dsr-overlay.dsr-graphs-popup .dsr-portfolio-graphs-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.dsr-overlay.dsr-graphs-popup .dsr-portfolio-graphs-wrapper .graph-wrapper {
  width: 50%;
}
.dsr-overlay.dsr-graphs-popup#dsr-graphs-popup-forecast .dsr-portfolio-graphs-wrapper .graph-wrapper {
  width: 95%;
  margin: 0 auto;
}
.dsr-overlay .popup-tabs-wrapper {
  width: 100%;
}
.dsr-overlay .popup-tabs-wrapper .popup-tabs-switcher {
  margin: 0px 5px 25px;
}
.dsr-overlay .popup-tabs-wrapper .popup-tabs-switcher ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 4px 0px;
}
.dsr-overlay .popup-tabs-wrapper .popup-tabs-switcher ul li {
  list-style: none;
}
.dsr-overlay .popup-tabs-wrapper .popup-tabs-switcher ul li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.dsr-overlay .popup-tabs-wrapper .popup-tabs-switcher ul li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dsr-overlay .popup-tabs-wrapper .popup-tabs-switcher ul li a {
  font-family: hind, helvetica, arial, sans-serif;
  background: white;
  appearance: none;
  font-size: 13px;
  padding: 8px 15px 6px;
  line-height: 1.6em;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: normal;
  border: 1px solid #C9C9C9;
  margin: 0;
  cursor: pointer;
  box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0), 0 1rem 1rem -1rem rgba(35, 44, 57, 0.1);
  color: black;
  box-sizing: content-box;
  text-decoration: none;
  margin-left: -1px;
  z-index: 1;
  position: relative;
}
.dsr-overlay .popup-tabs-wrapper .popup-tabs-switcher ul li a:enabled:not(button):hover, .dsr-overlay .popup-tabs-wrapper .popup-tabs-switcher ul li a:enabled:hover, .dsr-overlay .popup-tabs-wrapper .popup-tabs-switcher ul li a:enabled:hover:not(.disabled), .dsr-overlay .popup-tabs-wrapper .popup-tabs-switcher ul li a:is(a):not(.disabled):hover {
  border: 1px solid #9d3122;
}
.dsr-overlay .popup-tabs-wrapper .popup-tabs-switcher ul li a:enabled:not(button):hover, .dsr-overlay .popup-tabs-wrapper .popup-tabs-switcher ul li a:enabled:hover, .dsr-overlay .popup-tabs-wrapper .popup-tabs-switcher ul li a:enabled:hover:not(.disabled), .dsr-overlay .popup-tabs-wrapper .popup-tabs-switcher ul li a:enabled:focus, .dsr-overlay .popup-tabs-wrapper .popup-tabs-switcher ul li a:enabled:active, .dsr-overlay .popup-tabs-wrapper .popup-tabs-switcher ul li a:enabled:active:not(.disabled) {
  background: inherit;
}
.dsr-overlay .popup-tabs-wrapper .popup-tabs-switcher ul li a:disabled {
  cursor: default;
}
.dsr-overlay .popup-tabs-wrapper .popup-tabs-switcher ul li a:hover {
  z-index: 2;
}
.dsr-overlay .popup-tabs-wrapper .popup-tabs-switcher ul li a.current {
  background-color: #e2e2e2;
  pointer-events: none;
  opacity: 0.6;
}
.dsr-overlay .popup-tabs-wrapper .popup-tabs-content {
  min-height: 500px;
}
.dsr-overlay .popup-tabs-wrapper .popup-tabs-content .tab {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  min-height: 500px;
}
.dsr-overlay .popup-tabs-wrapper .popup-tabs-content .tab .graph-wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.dsr-overlay .popup-tabs-wrapper .popup-tabs-content .tab:not(.current) {
  display: none;
}

.dividend-triangle-graphs-wrapper {
  border: #a0a0a0 2px solid;
  margin: 20px 0;
}

[data-type=income-calendar] {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
[data-type=income-calendar] .day {
  padding: 0px 4px;
  box-sizing: border-box;
}
[data-type=income-calendar] .day-cell {
  background: #FFF;
  box-shadow: 0 0 0 1px #a0a0a0;
  height: 9vw;
  max-height: 140px;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}
[data-type=income-calendar] .day-cell.past-date {
  background: #f8f8f8;
}
[data-type=income-calendar] .day-cell .content-wrapper {
  overflow-y: auto;
  text-align: center;
  padding: 0px 10px;
}
[data-type=income-calendar] .day-cell .date {
  font-size: 12px;
  text-align: right;
  position: absolute;
  right: 4px;
  top: 0;
}
[data-type=income-calendar] .day-cell .amount {
  font-size: 15px;
  display: inline-block;
  background: #65a30d;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
[data-type=income-calendar] .day-cell .stocks {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1em;
}
[data-type=income-calendar][data-is-summary] {
  padding: 0px;
}
[data-type=income-calendar][data-is-summary] .day-header {
  text-align: left;
  font-size: 12px;
}
[data-type=income-calendar][data-is-summary] .day-cell {
  aspect-ratio: 1;
  max-height: none;
  height: auto;
}
[data-type=income-calendar][data-is-summary] .content-wrapper {
  overflow: hidden;
  padding: 0px;
}
[data-type=income-calendar][data-is-summary] .amount {
  display: none;
}
[data-type=income-calendar][data-is-summary] .stocks {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  [data-type=income-calendar][data-is-summary] {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  [data-type=income-calendar][data-is-summary] .day-header {
    font-size: 8px;
    width: 14.2857142857%;
    text-align: center;
  }
  [data-type=income-calendar][data-is-summary] .day-cell {
    height: 32px;
    width: 14.2857142857%;
  }
  [data-type=income-calendar][data-is-summary] .day-cell .date {
    font-size: 9px;
    top: 3px;
  }
  [data-type=income-calendar][data-is-summary] .day-cell .stocks {
    font-size: 9px;
  }
}

/*# sourceMappingURL=dsr-graph.css.map */