.adminDashboard {
  display: flex;
  flex-direction: column;
  font-family: 'Montserrat-light';
  max-height: calc(100vh - 250px);
  padding: 0 10px;
}

.adminDashboard .row {
  display: flex;
}

.adminDashboard .panelLeft {
  margin-right: 16px;
}
.adminDashboard .wide {
  flex: 0 0 65%;
}
.adminDashboard .narrow {
  flex: 0 0 30%;
  min-width: calc(35% - 80px);
}
.adminDashboard .wide.activityPanel {
  flex:0 0 calc(65% - 60px);
}

.adminDashboard .panelLeft .topNav {
  min-height: 55px;
  color: #232E3D;
  font-size: 24px;
  font-style: normal;
  font-family: 'Montserrat-light';
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}

.adminDashboard .panelRight {
  min-width: calc(35% - 80px);
  margin-left:auto;
}

.adminDashboard .activityPanel {
 /* max-height: calc(100vh - 110px);
  height:300px;
  overflow: auto;
  position: relative;
  min-height: 330px; */
  max-height: calc(100vh - 110px);
    height: 247px;
    overflow: auto;
    position: relative;
    /* min-height: 300px; */
    border-radius: 8px;
    border: 1px solid #D3DEEA;
    background: #FFF;
    margin-bottom: 20px;
    padding: 30px;
}

.adminDashboard .panelRight .topNav {
  min-height: 55px;
  text-align: right;
  display: flex;
  justify-content: end;
  flex-wrap:wrap;
}

.adminDashboard .panelRight .topNav button {
  max-height: 760px;
  margin-left: 5px;
  margin-bottom: 10px;
}

.adminDashboard .panelRight .infoMsg, 
.adminDashboard .panelRight #loadingSplash.infoMsg {
  text-align: center;
  font-size: 16px;
  color: #232e3d;
  margin-top: 110px;
  margin-bottom: 120px;
}

.adminDashboard .panelRight .recentActivityList {
  padding-top: 20px;
}

.adminDashboard .panelRight .recentActivityList .activityListDashboardItem {
  display: flex;
  flex-direction: column;
}

.adminDashboard .panelRight .recentActivityList .activityListDashboardItem .topRow {
  display:flex;
  align-items: center;
}

.adminDashboard .panelRight .recentActivityList .activityListDashboardItem .topRow .topContent {
  flex: 1;
  margin-left: 9px;
}

.adminDashboard .panelRight .recentActivityList .activityListDashboardItem .topRow .topTitle {
  display: flex;
}

.adminDashboard .panelRight .recentActivityList .activityListDashboardItem .topRow .topTitle .activityName {
  flex: 1;
  font-family: 'Montserrat';
  color: #232e3d;
  font-size: 14px;
  line-height: 24px;
}

.adminDashboard .panelRight .recentActivityList .activityListDashboardItem .topRow .topTitle .activityTime {
  font-family: 'Montserrat-light';
  color: #6A7887;
  font-size: 12px;
  line-height: 24px;
}

.adminDashboard .panelRight .recentActivityList .activityListDashboardItem .topRow .topSubtitle {
  display: flex;
}

.adminDashboard .panelRight .recentActivityList .activityListDashboardItem .topRow .topSubtitle .activityDescription {
  flex: 1;
  font-family: 'Montserrat-light';
  color: #6A7887;
  font-size: 12px;
  text-transform: capitalize;
  margin-top: 8px;
}

.adminDashboard .panelRight .recentActivityList .activityListDashboardItem .topRow .topSubtitle .activityButtons {
  display: flex;
}

.adminDashboard .panelRight .recentActivityList .activityListDashboardItem .topRow .topSubtitle .activityButtons i {
  transform: rotate(0deg);
  transition: transform 200ms ease-in-out;
}

.adminDashboard .panelRight .recentActivityList .activityListDashboardItem .topRow .topSubtitle .activityButtons i.isShowing {
  transform: rotate(180deg);
}

.adminDashboard .panelRight .recentActivityList .activityListDashboardItem .topRow .topSubtitle .activityButtons button {
  width: 40px;
  height: 40px;
  margin-left: 5px;
}

.adminDashboard .panelRight .recentActivityList .activityListDashboardItem .bottomRow {
  font-family: 'Montserrat-light';
  color: #6A7887;
  font-size: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}

.adminDashboard .studyChartContainer {
  font-family: 'Montserrat';
  height: 306px;
  width: 100%;
  position: relative;
  border-radius: 8px;
  border: 1px solid #D3DEEA;
  background: #FFF;
  margin-bottom: 20px;
  overflow: hidden;
}

.adminDashboard .studyChartContainer .title {
  display: flex;
  outline: none;
  color: #232e3d;
  font-size: 16px;
  margin: 30px 32px;
  flex-wrap: wrap;
}

.adminDashboard .studyChartContainer .title .titleText {
  display: flex;
  align-items: center;
  flex: 1;
  margin-right:10px;
}

.adminDashboard .studyChartContainer .title .ss-main {
  width: 121px;
}

.adminDashboard .studyChartContainer .studyChartWrapper {
  position: relative;
  height: 206px;
  width: calc(100% - 54px);
  margin-left: 27px;
}

.adminDashboard .studyChartContainer .studyChartWrapper .chart {
  max-width: 100%;
}

.adminDashboard .studyChartContainer .studyChartWrapper .chartTooltip {
  opacity:0; 
  position:absolute; 
  font-family: 'Montserrat-light';
  font-size: 10px;
  line-height: 18px;
  color: #232E3D;
  z-index: 1;
  pointer-events: none;
}

.adminDashboard .studyChartContainer .studyChartWrapper .chartLoadingIndicator {
  position: absolute;
  top: 60px;
  left: calc(50% - 70px);
}

.adminDashboard .studyChartContainer .studyChartWrapper .chartTooltip .textRow {
  white-space: nowrap;
}

.adminDashboard .studyChartContainer .studyChartWrapper .chartTooltip .textRow .valueText {
  font-family: 'Montserrat';
}

.adminDashboard .recentActivityContainer {
  font-family: 'Montserrat';
  margin-bottom: 10px;
  outline: none;
  color: #232e3d;
  font-size: 16px; 
}

.adminDashboard .recentActivityContainer .recentActivityNav {
  display: flex;
}

.adminDashboard .recentActivityContainer .recentActivityNav .title {
  flex: 1;
}

.btnText {
  outline: none;
  color: #232e3d;
  font-size: 16px;
  background-color: transparent;
  border: none;
}

.btnText:hover {
  text-decoration: underline;
}

@media(max-width:1306px) {
  @media(min-width:815px) {
    .adminDashboard .wide, .adminDashboard .narrow {
      flex: 0 0 50%;
    }
    .adminDashboard .narrow{
      flex: 0 0 calc(50% - 60px);
    }
    .adminDashboard .panelRight.wide {
      flex: 0 0 calc(50% - 20px);
    
    }
    .adminDashboard .panelRight.activityPanel {
      flex: 0 0 calc(50% - 80px);
    }
  }
}

@media screen and (max-width: 815px) {
  .adminDashboard {
    flex-direction: column;
    max-height: unset;
  }

  .adminDashboard .row {
    flex-direction: column;
  }

  .adminDashboard .panelLeft {
    flex: 1;
    margin-right:0px;
  }
  
  .adminDashboard .panelRight {
    flex: 1;
    min-width: unset;
    max-width: 100%;
  }

  .adminDashboard .panelRight.activityPanel {
    max-height: unset;
    min-height: unset;
    margin-left:unset;
  }
}
@media(max-width:500px) {
  .adminDashboard .ss-main {
  min-width: 100%;
  margin-top: 10px;

  }
}