body {
  margin: 0;
}

.auth-promo-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(80%);
}

.auth-brand-image {
  height: 80px;
  width: 100%;
  object-fit: contain;
}

.text-errors{
  color: red;
}

.password-check-list{
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 14px;
}

.multiselect {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 12px;
  height: 56px;
}

.dropdown-container {
  height: inherit;
}

.dropdown-heading {
  height: inherit !important;
}

.rmsc {
  --rmsc-main: #351051 !important;
}

.reload-button {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #351051;
  border-radius: 8px;
  border: none;
  margin-left: 8px;
  cursor: pointer;
}

.container-chart {
  background-color: white;
  border-radius: 16px;
  padding: 56px 12px 32px 12px;
  margin-bottom: 16;
  min-height: 200;
  display: flex;
  flex-direction: row;
  position: relative;
  border: 1px solid #DFE2E3;
  font-Family: Helvetica;
}

.container-chart-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  max-width: 440px;
  border-right: 1px solid #DFE2E3;
  /*padding: 0 24px;*/
}

.preview-email{
  background-color: #DFE2E3;
  padding: 12px;
  margin: 14px 0;
}

.table-text {
  font-size: 14px;
  display: contents;
}

.recharts-default-legend{
  padding: 0px;
  margin: 0px;
  text-align:inherit !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}

.recharts-tooltip-item{
  color: #511013 !important;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 16px;
}

td{
  padding: 2px;
  /*border-bottom: 1px solid #DFE2E3;*/
}

.form-container-select{
  margin-right: 14px;
  min-width: 180px;
  max-width: 544px;
}

.select-dropdown{
  background-color: #fff;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 16px;
  height: 52px;
}
.react-dropdown-select-input {
  font-size: 16px !important;
}

.responsive-chart{
  height: 520px !important;
}
.container-legend {
  display: flex;
  align-items: center;
  margin-right: 12px;
  width: 30%;
}
.container-legend-2 {
  width: 70%;
}

@media screen and (max-width: 1199px) {
  .auth-promo-image {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .responsive-chart{
    height: 1220px !important;
  }
  .container-legend {
    width: 44%;
   }
   .container-legend-2 {
     width: 56%;
   }
  .container-chart {
    display: inline-grid;
  }
  .container-chart-data {
    border-right: none;
    border-bottom: 1px solid #DFE2E3;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}

@media screen and (max-width: 479px) {

  .auth-brand-image {
    height: 140px;
    width: 100%;
    object-fit: contain;
  }
}

.archivedCell {
  background-color: lightgray;
}