.notification-wrapper:first-child {
  margin: 100px 0 0 0 !important;
}
.vue-notification {
  font-size: 15px !important;
}
.notification-content {
  font-size: 12px !important;
}
/*fm striped table*/
.fmStripedTable {
  width: max-content;
}
.fmStripedTable table {
  border-radius: 3px;
  border: 1px solid #E4E4E4;
}
.fmStripedTable table thead{
  background-color: #FAFAFA;
}
.fmStripedTable table thead tr th{
  border-right: 1px solid #e8e8e8;
  padding: 11px !important;
}
.fmStripedTable table thead tr th .v-data-table-header__icon{
  font-size: 12px !important;
}
.fmStripedTable table thead tr th i:first-child{
  font-size: 18px !important;
}
.fmStripedTable table thead tr th:last-child{
  border-right: none;
}
.fmStripedTable table thead th span {
  color: #303133;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
}

.fmStripedTable table tbody td{
  border-right: 1px solid #e8e8e8;
}
.fmStripedTable table tbody td:last-of-type{
  border-right: none;
}
.fmStripedTable table tbody tr:nth-child(even) {
  background-color: #FAFAFA;
}
/* fm tab */
.fmTabHeading {
  font-size: 16px;
  font-weight: 400;
  text-transform: none !important;
  padding-left: 0;
  margin-right: 15px;
}
/* fm red select */

.fmRedSelect {
  font-size: 12px !important;
  letter-spacing: 0 !important;
  line-height: 16px;
}

.fmRedSelect .v-input__control > .v-input__slot > .v-select__slot > .v-select__selections > .v-select__selection {
  color: #D9272D !important;
}

.outcomeAnalytics {
  background-color: #FAFAFA;
  width: 100%;
  height: 100%;
}
.outcomeAnalytics .sContainer {
  width: 80%;
  margin: auto;
  padding: 20px 0;
}
.outcomeAnalytics .sContainer.sHasSideMenu {
 padding-left: 100px;
}

.outcomeAnalytics h1 {
  color: #616161;
  font-size: 20px;
  font-weight: 400;
}

.outcomeAnalytics h2 {
  font-size: 20px;
  font-weight: 400;
}

.outcomeAnalytics h3 {
  font-size: 16px;
  font-weight: 400;
}
.outcomeAnalytics h5 {
  color: #616161;
  font-weight: 400;
}

.outcomeAnalytics p {
  color: #84868A;
  font-size: 12px;
}

@media(max-width: 2200px) {
  .outcomeAnalytics .sContainer {
    width: 95%;
  }
}
.cursorPointer {
    cursor: pointer;
}

.v-data-table,
.v-sheet.v-card,
.v-dialog {
  border-radius: 0 !important;
}