.dss-switch-tabs{/* Card / Primary */

/* Light Theme / Paper */

background: #FFFFFF;
/* Card-Shadow */

box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
border-radius: 4px;
margin-bottom:3%;
margin-right:25px;
}

.dss-header-label{
  font-weight: 600 !important;
  font-size: 22px !important;
  white-space: pre-line;
}
.dss-switch-tab-wrapper{
    cursor:pointer;
    display: flex;
    flex-direction: row;
    height: 50px;
    align-items: center;
}

.dss-switch-tab-selected{
  /* Revenue */
  border-bottom: 3px solid #f47738;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: #f47738;
  padding: 7px 24px;

}
.dss-switch-tab-unselected{

font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 22px;
color: #505A5F;
padding: 8px 24px;

}

.dss-table-subheader{
  position: relative;
    top: -7px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(80, 90, 95, 1);
}

.dss-pie-subheader{
  position: relative;
    top: -7px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(80, 90, 95, 1);
}

.recharts-legend-item{
  margin-bottom: 20px !important;
  white-space: pre;
}

@media screen and (max-width: 768px) {
  .dss-switch-tabs{/* Card / Primary */
    margin-right:0px;
  }
}

.dss-white-pre{
  white-space: pre;

}
.dss-white-pre-line{
  white-space: pre-line;

}
.dss-white-pre-temp{
  white-space: pre-line;

}

.multi-select-dropdown-wrap{
  .master{
    .label{
      p{
        white-space:pre;
      }
    }
  }
}

.divToBeHidden{
  display:block;
}

.divWillGetHidden{
  display:none;
}

.dss-temp-white-pre{
  white-space: pre;
}

.dss-input-active-border{
--border-opacity: 1;
border: 1px solid #f47738 !important;
border-color: rgba(244, 119, 56, var(--border-opacity));
}

