body {
  margin: 0;
  padding: 0;
  font-family: "Mulish", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.view-wrapper {
  font-size: 20px;
}
.view-wrapper .row {
  display: flex;
  border: 1px solid lightgray;
}
.view-wrapper .row > div {
  flex: 1;
  padding: 10px;
}
.view-wrapper .row > div:first-child {
  border-right: 1px solid lightgray;
}
.view-wrapper .table .row:not(:last-child) {
  border-bottom: none;
}
.view-wrapper .table.four-col .row:first-child div, .view-wrapper .table.five-col .row:first-child div, .view-wrapper .table.nine-col .row:first-child div, .view-wrapper .table.three-col .row:first-child div, .view-wrapper .table.two-col .row:first-child div {
  font-weight: bold;
}
.view-wrapper .table.four-col .row > div:not(:last-child), .view-wrapper .table.five-col .row > div:not(:last-child), .view-wrapper .table.nine-col .row > div:not(:last-child), .view-wrapper .table.three-col .row > div:not(:last-child), .view-wrapper .table.two-col .row > div:not(:last-child) {
  border-right: 1px solid lightgray;
}

.onboard-list-wrapper {
  display: flex;
  align-items: center;
  padding: 5px;
  border: 1px solid;
  border-radius: 5px;
  margin-bottom: 15px;
}
.onboard-list-wrapper > div:first-child {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.onboard-list-wrapper > div > div p {
  display: inline-block;
  font-weight: bold;
}

.MuiModal-root {
  overflow: auto;
}

div.Mui-disabled input,
div.Mui-disabled textarea {
  cursor: not-allowed;
}

.dropdown label {
  background-color: white;
}

.date-time-picker {
  width: 100%;
}

.user-details > div {
  margin-bottom: 20px;
}
.user-details > div span {
  font-weight: bold;
}

#chartjs-tooltip {
  opacity: 1;
  position: absolute;
  color: #434343;
  background-color: #ffffff;
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  box-shadow: 0px 4px 10px 8px rgba(0, 0, 0, 0.1607843137);
  padding: 15px 30px;
  z-index: 10;
}
#chartjs-tooltip .label {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}
#chartjs-tooltip .values {
  color: #256f94;
}
#chartjs-tooltip .values .q {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 3px;
}
#chartjs-tooltip .values .a {
  font-size: 16px;
  font-weight: 900;
}
#chartjs-tooltip .values .a:not(:last-child) {
  margin-bottom: 6px;
}

#chartjs-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
}

/* Top center */
#chartjs-tooltip.top.center:after {
  border-bottom-color: #ffffff;
  top: -11px;
  left: 0;
  right: 0;
}

/* Top left */
#chartjs-tooltip.top.left:after {
  border-bottom-color: #ffffff;
  left: 5px;
  top: -11px;
}

/* Top right */
#chartjs-tooltip.top.right:after {
  border-bottom-color: #ffffff;
  right: 5px;
  top: -11px;
}

/* Bottom center */
#chartjs-tooltip.bottom.center:after {
  border-top-color: #ffffff;
  bottom: -11px;
  right: 0;
  left: 0;
}

/* Bottom left */
#chartjs-tooltip.bottom.left:after {
  border-top-color: #ffffff;
  bottom: -11px;
}

/* Bottom right */
#chartjs-tooltip.bottom.right:after {
  border-top-color: #ffffff;
  bottom: -11px;
  right: 5px;
}

/* Center left */
#chartjs-tooltip.center.left:after {
  border-right-color: #ffffff;
  margin: auto;
  left: -11px;
  bottom: 0;
  top: 0;
}

/* Center right */
#chartjs-tooltip.center.right:after {
  border-left-color: #ffffff;
  margin: auto;
  right: -11px;
  bottom: 0;
  top: 0;
}

.app-bar label.MuiInputLabel-root {
  color: #ffffff;
}
.app-bar div.MuiInputBase-root {
  color: #ffffff;
}
.app-bar svg.MuiSelect-icon {
  color: #ffffff;
}
.app-bar fieldset {
  border-color: #ffffff;
}

.menu-list-root ul li {
  min-height: auto;
  padding: 0;
}
.menu-list-root ul li a {
  padding: 10px;
  padding-left: 24px;
  width: 100%;
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.chart-event-tooltip-holder .cust-tt-label {
  font-weight: 700;
}
.chart-event-tooltip-holder .cust-tt-value {
  font-family: "Courier New", Courier, monospace;
}

.onboarding-tab.Mui-selected {
  background-color: lightblue;
}