html {
  font-size: 16px;
}

body {
  margin-top: 0;
}

#page-wrapper {
  padding-top: 70px;
}

@media (max-width: 768px) {
  #page-wrapper {
    padding-top: 115px;
  }
}

.side-nav {
  top: 6px;
}

.side-nav a {
  line-height: 1;
}

.side-nav svg.icon {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

.prod-card .Select {
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 2px;
}

.prod-card .Select.is-focused:not(.is-open) > .Select-control {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.prod-card .Select-control {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 95% !important;
}

.prod-card .Select-control:hover {
  cursor: pointer;
}

.prod-card .Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.prod-card .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  vertical-align: middle;
}

.prod-card .Select-menu-outer {
  border: 1px solid #f5f5f5;
  border-top-color: #f5f5f5;
  font-size: 12px;
  top: 36px;
}

.prod-card .Select-option.is-focused,
.prod-card .Select-option.is-selected {
  background-color: #f5f5f5;
}

.prod-card .Select-value {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 300;
  margin-right: 7px;
}

.prod-card .Select-value .Select-value-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prod-card {
  border: 1px solid rgba(208, 208, 208, 0.48);
  padding: 20px 15px;
  background: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.prod-card .table_loader {
  top: 10px;
}

.prod-card-without-padding {
  padding: 0;
}

.card-title {
  font-size: 20px;
}

.prod-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 15px;
}

.card-header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.prod-card-body {
  padding: 10px 15px;
  height: 100%;
  overflow: hidden;
}

.card-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #8f8f8f;
  cursor: pointer;
}

.card-icon:hover {
  color: #434242;
}

.header-card .Select {
  margin-top: 10px;
}

.header-card .Select.is-focused:not(.is-open) > .Select-control {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-card .Select-control {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-card .Select-control:hover {
  cursor: pointer;
}

.header-card .Select-menu-outer {
  border: 1px solid #f5f5f5;
  border-top-color: #f5f5f5;
  font-size: 12px;
}

.header-card .Select-option.is-focused,
.header-card .Select-option.is-selected {
  background-color: #f5f5f5;
}

.header-card .Select-value,
.header-card .dashboard-header {
  font-size: 25px;
  font-family: Roboto;
  font-weight: 300;
}

.dashboard-action .Select {
  margin-top: 10px;
}

.dashboard-action .Select.is-focused > .Select-control {
  background-color: transparent;
}

.dashboard-action .Select.is-focused:not(.is-open) > .Select-control {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dashboard-action .Select-control {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dashboard-action .Select-control:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dashboard-action .Select-placeholder {
  text-align: right;
  padding-right: 35px;
}

.dashboard-action .Select-menu-outer {
  border: 1px solid #f5f5f5;
  border-top-color: #f5f5f5;
  font-size: 12px;
  width: 300px;
  right: 0;
  left: auto;
}

.dashboard-action .Select-option.is-focused,
.dashboard-action .Select-option.is-selected {
  background-color: #f5f5f5;
}

.dashboard-action .Select-value,
.dashboard-action .dashboard-header {
  font-size: 25px;
  font-family: Roboto;
  font-weight: 300;
  margin-top: 12px;
}

.dashboard-action .Select--multi .Select-multi-value-wrapper {
  width: 100%;
  padding-right: 10px;
}

.dashboard-action .Select-multi-value-wrapper .Select-value {
  float: right;
  background-color: #f5f5f5;
  border: 1px solid #a9a8a8;
  color: #292929;
}

.dashboard-action .Select-option {
  text-align: right;
}

.dashboard-action .Select-multi-value-wrapper .Select-value-icon {
  border-right: 1px solid #a9a8a8;
}

.stats-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.stat-info {
  text-align: center;
}

.stat-info .stat-value {
  font-size: 24px;
  font-weight: bold;
}

.stat-info .stat-content {
  color: #828283;
  margin-top: 3px;
  word-wrap: break-word;
  margin-bottom: 0;
  font-size: 13px;
}

.stat-info a:focus,
.stat-info a:hover {
  text-decoration: none;
}

.orange .stat-value {
  color: #FC8711;
}

.navyblue .stat-value {
  color: #0D47A1;
}

@media (max-width: 768px) {
  .stats-container {
    margin-top: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .stat-info {
    width: 50%;
    margin-top: 8px;
  }
}

.stat-grid {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}

.stat-grid .stat-left-grid,
.stat-grid .stat-right-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding: 5px;
}

.stat-grid p {
  margin-bottom: 0;
}

.stat-grid .stat-grid-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #f5f5f5;
  padding: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
}

.stat-grid .stat-grid-box .stat-grid-text {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: auto;
  font-size: 18px;
}

.stat-grid .stat-grid-box .stat-grid-number {
  margin-bottom: auto;
  font-size: 40px;
}

.stat-grid .stat-grid-box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #f5f5f5;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.stat-grid .stat-grid-box-row .stat-grid-text {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 18px;
  text-transform: uppercase;
}

.stat-grid .stat-grid-box-row .stat-grid-number {
  font-size: 28px;
}

.stat-grid .grid-first-box {
  background: #22a6b3;
}

.stat-grid .grid-second-box {
  background: #9122a9;
}

.stat-info-loading {
  text-align: center;
  width: 90px;
}

.stat-info-loading .stat-value {
  height: 27px;
  width: 70px;
  background-color: #dcdbdb;
  margin: 0 auto 5px auto;
}

.stat-info-loading .stat-content {
  height: 18px;
  width: 90px;
  margin: 0 auto;
  background-color: #f5f5f5;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

@keyframes opacity {
  0% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

.card-table > tbody > tr > td {
  font-weight: 300px;
  font-size: 12px;
}

.card-table > thead > tr:first-child {
  background: transparent;
}

.card-table > thead > tr > th.text-left {
  text-align: left;
}

.card-table > thead > tr > th.text-right {
  text-align: right;
}

.card-table > tbody > tr > td.text-left {
  text-align: left;
}

.card-table > tbody > tr > td.text-right {
  text-align: right;
}

.card-table > thead > tr:first-child > th {
  height: 56px;
  vertical-align: middle;
}

.card-table > tbody > tr > td {
  height: 48px;
  vertical-align: middle;
}

.card-table > thead > tr > th:first-child {
  padding-left: 24px;
}

.card-table > thead > tr > th:last-child {
  padding-right: 24px;
}

.card-table > tbody > tr > td:first-child {
  padding-left: 24px;
}

.card-table > tbody > tr > td:last-child {
  padding-right: 24px;
}

.graph-loader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.graph-loader-container .graph-loader {
  width: 50%;
  opacity: 0.4;
  margin-bottom: 20px;
}

.graph-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.graph-loading .graph-loading-header {
  height: 58px;
  padding: 12px;
}

.graph-loading .graph-loading-header h3 {
  margin-top: 0;
  height: 28px;
  width: 250px;
  background: #dcdbdb;
  float: left;
}

.graph-loading .graph-loading-header .graph-right-icon {
  height: 28px;
  width: 2px;
  background: #f5f5f5;
  float: right;
  margin-right: 26px;
}

.graph-loading .graph-loading-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 88%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.graph-loading .graph-loader {
  fill: #f5f5f5;
  width: 80%;
}

.table-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.table-loading .table-loading-header {
  height: 58px;
  padding: 12px;
}

.table-loading .table-loading-header h3 {
  margin-top: 0;
  height: 28px;
  width: 250px;
  background: #dcdbdb;
  float: left;
}

.table-loading .table-loading-header .table-right-icon {
  height: 28px;
  width: 2px;
  background: #f5f5f5;
  float: right;
  margin-right: 26px;
}

.table-loading .table-loading-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 88%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.table-loading .table-loader {
  fill: #f5f5f5;
  width: 80%;
}

.table-loading .table-row {
  background: #dcdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.table-loading .table-cell {
  width: 23%;
  background: #f5f5f5;
  height: 26px;
}

.graph-div hr {
  margin: 0;
}

.highcharts-credits {
  display: none;
}

div#wave {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100vh;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
}

div#wave .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 3px;
  -webkit-animation: wave 1.3s linear infinite;
          animation: wave 1.3s linear infinite;
  background: #ec61a4;
}

div#wave .dot:nth-child(2) {
  background: #69c9d2;
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

div#wave .dot:nth-child(3) {
  background: #5e71b7;
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

@-webkit-keyframes wave {
  0%, 60%, 100% {
    -webkit-transform: initial;
            transform: initial;
  }

  30% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes wave {
  0%, 60%, 100% {
    -webkit-transform: initial;
            transform: initial;
  }

  30% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.flatpickr-calendar .flatpickr-day.disabled {
  color: rgba(57, 57, 57, 0.3);
}

.flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar .flatpickr-day.selected:hover {
  background: #569ff7;
  border-color: #569ff7;
}

.switch-container {
  margin-bottom: 0px;
}

.switch-container.switch-disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.switch-container .switch {
  cursor: pointer;
}

input[type="checkbox"].switch {
  position: absolute;
  opacity: 0;
}

input[type="checkbox"].switch + div {
  vertical-align: middle;
  width: 40px;
  height: 20px;
  border-radius: 999px;
  background-color: #c9302c;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: background-color, box-shadow;
  -webkit-transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow, -webkit-box-shadow;
  cursor: pointer;
}

input[type="checkbox"].switch + div span {
  position: absolute;
  font-size: 1rem;
  color: white;
  margin-top: 12px;
}

input[type="checkbox"].switch + div span:nth-child(1) {
  margin-left: 15px;
}

input[type="checkbox"].switch + div span:nth-child(2) {
  margin-left: 55px;
}

input[type="checkbox"].switch:checked + div {
  width: 32px;
  background-position: 0 0;
  background-color: #c9302c;
}

input[type="checkbox"].switch + div {
  width: 32px;
  height: 17px;
}

input[type="checkbox"].switch:checked + div {
  background-color: #57BB00;
}

input[type="checkbox"].switch + div > div {
  float: left;
  width: 15px;
  height: 15px;
  border-radius: inherit;
  background: #ffffff;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: transform, background-color;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  pointer-events: none;
  margin-top: 1px;
  margin-left: 1px;
}

input[type="checkbox"].switch:checked + div > div {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  background-color: #ffffff;
}

input[type="checkbox"].bigswitch.switch + div > div {
  width: 44px;
  height: 44px;
  margin-top: 1px;
}

input[type="checkbox"].switch:checked + div > div {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}

.email-modal .rdw-editor-main {
  height: 300px;
  padding: 5px 15px;
}

.email-modal .Select {
  border-bottom: 1px solid transparent;
}

.email-modal .Select:hover {
  border-bottom: 1px solid #d2d2d2;
}

.graph-card {
  height: 470px;
}

.table-card {
  height: 470px;
}

.assistant-card {
  height: 470px;
}

.date-column {
  width: 150px;
}

.grid-item {
  width: 660px;
}

.stats-container {
  position: relative;
}

.stats-container .table_loader {
  position: absolute;
}

.header-card {
  margin-top: 0;
  margin-bottom: 0;
}

.dashboard-grid .prod-card {
  margin-top: 0;
  margin-bottom: 0;
}

.dashboard-grid .prod-card .Select {
  width: 150px;
  margin-top: 4px;
}

.dashboard-grid .react-grid-item.react-grid-placeholder {
  background: #969696;
}

.dashboard-grid .prod-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dashboard-grid .prod-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dashboard-grid .graph-div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dashboard-grid .table-div {
  width: 100%;
}

.dashboard-grid .overdue-task,
.dashboard-grid .overdue-content {
  color: #dc291c;
}

.dashboard-grid .table-profile-photo {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.dashboard-grid .MuiTableCell-paddingDense-35 {
  width: 50px;
}

.contribution .prod-card-body {
  padding: 20px 25px;
}

.MuiPaper-shadow4-51 {
  -webkit-box-shadow: 0px 2px -1px -1px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px -1px -1px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
}

.MuiTableCell-numeric-30 span.amount-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.MuiTableCell-numeric-30 .fa {
  margin-right: 2px;
}

.empty-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.empty-state-img {
  width: 50%;
  opacity: 0.4;
  margin-bottom: 20px;
  height: 80%;
}

.snow-man {
  width: 25%;
}

.dashboard-footer-action {
  margin-top: 15px;
  margin-bottom: 15px;
}

.MuiTableCell-root-30 {
  padding: 4px 12px 4px 15px !important;
}

.theader-rupee {
  width: 30% !important;
}

#reports .prod-card #react-select-2--value-item {
  font-size: 16px;
}

#reports .prod-card .selected-report .Select-value-label {
  color: #F063A0;
}

.pl-0 {
  padding-left: 0;
}

.report-table td,
.report-table th {
  padding: 4px 17px !important;
}

.report-table th {
  white-space: nowrap;
}

.report-table button {
  color: #aaa;
}

.report-table .active {
  color: #5A73B3;
}

.report-table .change-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  float: right;
  width: 240px !important;
}

.report-table .change-view .type-icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.report-table .col-md-3 {
  width: 22%;
}

.report-table .sales-cycle-view {
  width: 200px !important;
}

.report-table .flatpickr-input {
  width: 100%;
  color: #5A73B3;
}

.report-table .date-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
}

.report-table .date-filter > input:first-child,
.report-table .date-filter > input:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.report-table .date-filter > span:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.report-table .date-to {
  padding-top: 10px;
  text-align: center;
  color: #000000;
}

.report-table .card-title {
  padding-left: 10px;
  font-weight: bold;
}

.report-table .stat-grid .maxHeight {
  max-height: 90px;
}

.report-table .stat-left-grid .grid-first-box {
  background: #5FC8D0;
}

.report-table .stat-left-grid .grid-second-box {
  background: #5A73B3;
}

.report-table .stat-left-grid .stat-grid-box {
  cursor: pointer;
}

.report-table .stat-left-grid .stat-grid-box p {
  margin-bottom: 0;
}

.report-table .stat-left-grid .stat-grid-box .stat-grid-text {
  -ms-flex-item-align: center;
      align-self: center;
}

.report-table .stat-left-grid .stat-grid-box .stat-grid-number {
  font-weight: bold;
}

.report-table .stat-right-grid .stat-grid-box-row {
  cursor: pointer;
  font-weight: bold;
}

.report-table .stat-right-grid .stat-grid-box-row .stat-grid-text {
  text-transform: capitalize;
  color: #A3A3A3;
}

.report-table .stat-right-grid .stat-grid-box-row .stat-grid-number {
  color: #000000;
}

.report-table .stat-right-grid .stat-grid-box-row .stat-grid-number.pink {
  color: #F063A0;
}

.report-table .stat-right-grid .stat-grid-box-row .stat-grid-number.violet {
  color: #5A73B3;
}

.report-table .stat-grid-box-row {
  padding: 0 10px;
}

.report-table .Select-value-label {
  color: #5A73B3 !important;
}

.report-table .table-responsive,
.report-table .table-responsive > table {
  transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  /* Mozilla */
  -webkit-transform: rotateX(180deg);
  /* Safari and Chrome */
  -ms-transform: rotateX(180deg);
  /* IE 9+ */
  -o-transform: rotateX(180deg);
  /* Opera */
}

.report-table .paginate-table {
  margin-top: 0px;
}

.report-table a.name {
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
}

.report-table a.name:hover {
  color: #fc8711;
}

.report-table .prod-card-body {
  overflow-y: auto;
}

.report-table .prod-card-body .highcharts-exporting-group {
  z-index: 1000;
}

.report-table .table-responsive table {
  overflow-y: scroll;
}

.report-table .table-responsive table th {
  min-width: 100px;
}

.type-icon {
  border: 0;
  background: transparent;
  width: 24px;
  padding: 0;
  cursor: pointer;
  margin: 0 5px;
}

.type-icon img {
  height: 24px;
  width: 24px;
  opacity: 0.4;
}

.type-icon img.active {
  opacity: 1;
}

.report-card .table-loading {
  position: static;
}

.report-card .table-loading .table-cell {
  width: 8%;
}

.report-card table,
.report-card .grid {
  margin-top: 15px;
}

.report-card .grid table {
  margin-top: 0;
}

.flatpickr-input {
  border: 1px solid transparent;
  color: #A3A3A3;
  line-height: 28px;
  padding: 5px;
}

.grayrow td {
  background: #f3f3f3;
}

.positive {
  color: #5A73B3 !important;
}

.negative {
  color: #F063A0 !important;
}

.login-page {
  position: relative;
  height: 100vh;
  font-family: Roboto;
  overflow: hidden;
}

.login-background-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cc5577;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 60'%3E%3Cg %3E%3Crect fill='%23cc5577' width='11' height='11'/%3E%3Crect fill='%23ce5776' x='10' width='11' height='11'/%3E%3Crect fill='%23d05a76' y='10' width='11' height='11'/%3E%3Crect fill='%23d15c75' x='20' width='11' height='11'/%3E%3Crect fill='%23d35f74' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%23d46174' y='20' width='11' height='11'/%3E%3Crect fill='%23d66473' x='30' width='11' height='11'/%3E%3Crect fill='%23d76673' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%23d96972' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%23da6c72' y='30' width='11' height='11'/%3E%3Crect fill='%23db6e71' x='40' width='11' height='11'/%3E%3Crect fill='%23dc7171' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%23dd7471' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%23de7671' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%23df7971' y='40' width='11' height='11'/%3E%3Crect fill='%23e07c71' x='50' width='11' height='11'/%3E%3Crect fill='%23e17e71' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%23e28171' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%23e38471' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%23e38771' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%23e48972' y='50' width='11' height='11'/%3E%3Crect fill='%23e58c72' x='60' width='11' height='11'/%3E%3Crect fill='%23e58f73' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%23e69173' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%23e69474' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%23e79775' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%23e79a75' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%23e89c76' x='70' width='11' height='11'/%3E%3Crect fill='%23e89f77' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%23e8a278' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%23e9a47a' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%23e9a77b' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%23e9aa7c' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%23e9ac7e' x='80' width='11' height='11'/%3E%3Crect fill='%23eaaf7f' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%23eab281' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%23eab482' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%23eab784' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%23eaba86' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%23ebbc88' x='90' width='11' height='11'/%3E%3Crect fill='%23ebbf8a' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%23ebc18c' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%23ebc48e' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%23ebc790' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%23ebc992' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%23ebcc94' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%23ebce97' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%23ebd199' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%23ecd39c' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%23ecd69e' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%23ecd8a1' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%23ecdba4' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%23ecdda6' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%23ece0a9' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%23ede2ac' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%23ede4af' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%23ede7b2' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%23ede9b5' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%23eeecb8' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%23EEB' x='90' y='50' width='11' height='11'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

.login-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75%;
  height: 70%;
  z-index: 1;
  border-radius: 10px;
  -webkit-box-shadow: 0px 30px 104px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 30px 104px -7px rgba(0, 0, 0, 0.75);
}

.login-container .form-error {
  padding: 10px;
  margin: 0;
}

.login-left-section {
  position: relative;
  float: left;
  width: 65%;
  height: 100%;
  padding: 50px;
  background: url("/images/BackgroundImages/road.jpg") no-repeat center center;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.login-left-section:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(255, 255, 255, 0)), color-stop(75%, rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 35%, rgba(0, 0, 0, 0.5) 75%);
  border-radius: 10px;
}

.login-left-content {
  position: absolute;
  left: 70px;
  bottom: 80px;
  font-size: 26px;
  color: #fff;
  font-weight: 300;
  z-index: 1;
}

.login-left-content .fa {
  position: absolute;
  top: -5px;
  left: -30px;
}

.login-right-section {
  float: left;
  width: 35%;
  height: 100%;
  padding: 50px;
  background: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.login-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-logo {
  text-align: center;
  margin: auto;
}

.login-logo img {
  margin: 0 auto;
}

.login-greeting {
  color: #aaaaaa;
}

.login-greeting h2 {
  font-size: 25px;
  margin-bottom: 5px;
  font-family: Roboto;
  color: #727677;
}

.login-form {
  margin-top: 20px;
}

.login-form .form-group {
  margin-bottom: 30px;
}

.login-form input {
  border: 0;
  border-bottom: 2px solid #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.login-form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login-form .submit-button {
  padding: 13px 25px 11px 25px;
  background: #FC8711;
  color: #ffffff;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 0px;
  border: 0;
}

.form-change-link {
  font-size: 12px;
  color: #aaa;
}

.form-change-link:hover {
  color: #555;
}

@media (min-width: 600px) and (max-width: 1200px) {
  .login-container {
    width: 85%;
    height: 80%;
  }

  .login-greeting h2 {
    font-size: 22px;
  }

  .login-right-section {
    padding: 40px;
  }
}

.wrap-section .error {
  display: block;
}

#expenses .prod-card,
#viewExpense .prod-card {
  padding-bottom: 15px;
}

#expenses .activity-form .title-row,
#viewExpense .activity-form .title-row {
  border-bottom: none;
}

#expenses .expense-tab #react-select-2--value-item,
#viewExpense .expense-tab #react-select-2--value-item {
  font-size: 14px !important;
}

#expenses .count,
#viewExpense .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  text-transform: capitalize;
}

#expenses .count span,
#viewExpense .count span {
  font-size: 23px;
}

#expenses .count p,
#viewExpense .count p {
  font-size: 18px;
}

#expenses .type-icon,
#viewExpense .type-icon {
  border: 0;
  background: transparent;
  margin-right: 25px;
  padding: 0;
  color: #7A7A7A;
  width: auto;
}

#expenses .type-icon:hover,
#viewExpense .type-icon:hover {
  color: #fc8711;
}

#expenses .button,
#viewExpense .button {
  text-align: end;
  font-size: 13px;
  margin-right: 30;
}

#expenses .select-input,
#viewExpense .select-input {
  width: 100px;
}

#expenses .dashboard,
#viewExpense .dashboard {
  padding-left: 0px;
}

#expenses .dashboard a,
#viewExpense .dashboard a {
  color: #7A7A7A;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

#expenses .dashboard a:hover,
#viewExpense .dashboard a:hover {
  color: #fc8711;
}

#expenses .dashboard .Select-value,
#expenses .dashboard .Select-input,
#viewExpense .dashboard .Select-value,
#viewExpense .dashboard .Select-input {
  padding-left: 0px;
}

#expenses .dashboard #react-select-2--value-item,
#viewExpense .dashboard #react-select-2--value-item {
  font-size: 25px;
}

#expenses .dashboard-btn,
#viewExpense .dashboard-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#expenses .text-reason,
#viewExpense .text-reason {
  width: 100%;
  margin-top: 10px;
}

#expenses .voucher,
#viewExpense .voucher {
  width: 250px;
}

#expenses .reject-btn,
#viewExpense .reject-btn {
  /* width: 50px; */
  padding: 0px;
  margin-top: 10px;
  color: #7A7A7A;
  text-align: center;
}

#expenses .reject-btn button,
#viewExpense .reject-btn button {
  border: 0;
  background: transparent;
}

#expenses .grid-expense,
#viewExpense .grid-expense {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  grid-column-gap: 40px;
}

#expenses .section-1,
#viewExpense .section-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#expenses .section-2,
#viewExpense .section-2 {
  margin-top: 50px;
}

#expenses .section-2 button,
#viewExpense .section-2 button {
  border: 0;
  background: transparent;
  padding: 0;
  margin-bottom: 15px;
  color: #7A7A7A;
  font-size: 20px;
}

#expenses .text-container,
#viewExpense .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#expenses .text-container input,
#viewExpense .text-container input {
  padding: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #7A7A7A;
}

#expenses .text-container label,
#viewExpense .text-container label {
  font-size: 14px;
  color: #7A7A7A;
}

#expenses .mt-30,
#viewExpense .mt-30 {
  margin-top: 30px;
}

#expenses .info-section,
#viewExpense .info-section {
  margin-top: 5px;
  margin-bottom: 20px;
}

#expenses .info-section h3,
#viewExpense .info-section h3 {
  margin: 10px 0;
}

#expenses .count-info span,
#viewExpense .count-info span {
  font-size: 23px;
  font-weight: bold;
}

#expenses .count-info p,
#viewExpense .count-info p {
  color: black;
  margin-bottom: 0;
  word-wrap: break-word;
  font-size: 14px;
}

#expenses .count-info :nth-child(odd) span,
#viewExpense .count-info :nth-child(odd) span {
  color: #0d47a1;
}

#expenses .count-info :nth-child(even) span,
#viewExpense .count-info :nth-child(even) span {
  color: #fc8711;
}

#expenses .card-wrap,
#viewExpense .card-wrap {
  padding: 15px 0px 0px 0px;
  position: relative;
  margin-left: 20px;
}

#expenses .fileNames,
#viewExpense .fileNames {
  padding-left: 10px;
  white-space: wrap;
}

#expenses .buttonText,
#viewExpense .buttonText {
  color: #333;
  font-size: 15px;
  vertical-align: bottom;
}

#expenses .file-label,
#viewExpense .file-label {
  cursor: pointer;
}

#expenses .btn-default,
#viewExpense .btn-default {
  border: 0  !important;
}

#expenses .btn-default:hover,
#viewExpense .btn-default:hover {
  background-color: transparent;
}

#expenses .anchorOriginBottomRight,
#viewExpense .anchorOriginBottomRight {
  left: 85%;
  bottom: 30px;
}

#expenses .anchorOriginBottomRight div,
#viewExpense .anchorOriginBottomRight div {
  background: rgba(29, 62, 95, 0.915);
}

#expenses .anchorOriginBottomRight div div,
#viewExpense .anchorOriginBottomRight div div {
  background-color: transparent;
}

#expenses .table-search,
#viewExpense .table-search {
  border: 0;
  background: #f9f9f9;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  font-family: Roboto;
  font-weight: 300;
}

#expenses .search-row,
#viewExpense .search-row {
  background-color: #f9f9f9 !important;
}

#expenses .search-row th,
#viewExpense .search-row th {
  position: relative;
}

#expenses .search-row th::after,
#viewExpense .search-row th::after {
  font-family: FontAwesome;
  content: "\F002";
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  right: 7px;
  font-weight: lighter;
  color: #d3d3d3;
  padding-left: 5px;
  background: #f9f9f9;
}

#expenses .search-row th:last-child::after,
#expenses th:first-child::after,
#viewExpense .search-row th:last-child::after,
#viewExpense th:first-child::after {
  content: "";
}

#expenses .ct-table-heading th:last-child,
#expenses th:first-child,
#viewExpense .ct-table-heading th:last-child,
#viewExpense th:first-child {
  cursor: auto;
}

#expenses table tbody td,
#viewExpense table tbody td {
  color: #828283;
}

#expenses table .arrow,
#viewExpense table .arrow {
  content: "\F0D8";
  color: #ddd;
  margin-left: 6px;
  pointer-events: all;
  cursor: pointer;
}

#expenses table .asc,
#viewExpense table .asc {
  content: "\F0D8";
  color: #555;
}

#expenses table .desc,
#viewExpense table .desc {
  content: "\F0D7";
  color: #555;
}

#expenses .voucher-number,
#viewExpense .voucher-number {
  color: #828283;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
}

#expenses .voucher-number:hover,
#viewExpense .voucher-number:hover {
  color: #fc8711 !important;
}

#expenses .file-list li,
#viewExpense .file-list li {
  padding: 0px;
}

#expenses .btn-save,
#viewExpense .btn-save {
  padding: 5px 25px;
  background: #fff;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
}

#expenses .activity-border,
#viewExpense .activity-border {
  border: 1px solid rgba(208, 208, 208, 0.48);
  padding: 20px 15px 10px 10px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 10px;
}

#expenses .activity-wrap,
#viewExpense .activity-wrap {
  padding: 15px 0px 0px 45px;
  position: relative;
  margin-left: 20px;
}

#expenses .activity-icon,
#viewExpense .activity-icon {
  position: absolute;
  top: 0px;
  left: -20px;
}

#expenses .activity-user-img,
#viewExpense .activity-user-img {
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #1946a1;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin-top: -5px;
}

#expenses .expense-section,
#viewExpense .expense-section {
  margin-top: 0px !important;
}

#expenses .inline-save-bar .cn-btn,
#viewExpense .inline-save-bar .cn-btn {
  font-size: 16px;
  margin-bottom: 10px !important;
}

#expenses .inline-save-bar .cn-btn:hover,
#viewExpense .inline-save-bar .cn-btn:hover {
  color: #000;
}

.long-menu li {
  font-size: 13px !important;
  font-weight: 300 !important;
}

.expense-table td,
.expense-table th {
  padding: 4px 8px 4px 8px;
}

.expense-table th {
  white-space: nowrap;
}

.expense-table td:last-child,
.expense-table th:last-child {
  padding: 0;
}

.drawer-custom .drawer-body {
  height: calc(100vh - 69px);
  padding: 35px 30px 0 50px;
  overflow-y: scroll;
}

.drawer-custom .drawer-body .row {
  margin-right: 0px;
  margin-left: 0px;
}

.drawer-custom .drawer-body label {
  font-size: 14px;
  color: #7A7A7A;
}

.drawer-custom .drawer-body .Select-control {
  border: 0;
}

.drawer-custom .drawer-body .desc label {
  display: block;
}

.drawer-custom .drawer-body .desc textarea {
  width: 100%;
}

.drawer-custom .drawer-header {
  background: #1f2532;
  color: #fff;
  padding: 25px;
}

.drawer-custom .drawer-header h3 {
  margin: 5px 0 0 35px;
  font-size: 18px;
}

.drawer-custom .footer-drawer {
  padding: 20px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 8px;
  width: auto;
  background: #fff;
  z-index: 10;
}

.drawer-custom .footer-drawer .btn {
  margin-bottom: 10px;
  font-weight: 300;
}

.drawer-custom .footer-drawer .sav-drawer-btn {
  margin-left: 25px;
}

.drawer-custom .footer-drawer .sv-btn {
  padding: 5px 25px;
  background: #fc8711;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  border: 0;
}

.drawer-custom .footer-drawer .cn-btn {
  background: #fff;
  padding: 5px 25px;
  margin: 0 10px;
}

.drawer-custom .footer-drawer .close-drawer {
  cursor: pointer;
  margin-bottom: 10px;
}

.drawer-custom .voucher-no {
  vertical-align: middle;
  background: #f9f9fb;
  color: #555;
  padding-left: 10px;
  height: 36px;
  font-size: 14px;
}

.haserror {
  border-bottom: 1px solid #f44336 !important;
}

.error-text {
  right: 17px !important;
}

.error {
  color: #f44336 !important;
  position: absolute !important;
  right: 2px;
  bottom: 3px !important;
  background: #fff !important;
  color: #f44336 !important;
}

.error-t {
  right: 0px !important;
  bottom: 8px !important;
}

.flatpickr-input {
  border: 1px solid transparent;
  color: #555;
  line-height: 28px;
  padding: 5px;
  background-color: transparent;
  width: 100%;
}

.flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flatpickr-days .startRange,
.flatpickr-days .endRange {
  background: #569ff7 !important;
  border-color: #569ff7 !important;
}

#expenses .Select-control,
#viewExpense .Select-control,
.drawer-custom .Select-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#expenses .Select-control:hover,
#viewExpense .Select-control:hover,
.drawer-custom .Select-control:hover {
  cursor: pointer;
}

#expenses .Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
#expenses .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label,
#viewExpense .Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
#viewExpense .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label,
.drawer-custom .Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.drawer-custom .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  vertical-align: middle;
}

#expenses .Select.is-focused:not(.is-open) > .Select-control,
#viewExpense .Select.is-focused:not(.is-open) > .Select-control,
.drawer-custom .Select.is-focused:not(.is-open) > .Select-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#expenses .Select-menu-outer,
#viewExpense .Select-menu-outer,
.drawer-custom .Select-menu-outer {
  border: 1px solid #f5f5f5;
  border-top-color: #f5f5f5;
  font-size: 12px;
  top: 36px;
}

#expenses .Select-option.is-focused,
#expenses .Select-option.is-selected,
#viewExpense .Select-option.is-focused,
#viewExpense .Select-option.is-selected,
.drawer-custom .Select-option.is-focused,
.drawer-custom .Select-option.is-selected {
  background-color: #f5f5f5;
}

#expenses .Select-value,
#viewExpense .Select-value,
.drawer-custom .Select-value {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 300;
  padding-left: 0px;
}

.drawer-custom .Select-control {
  background-color: #f9f9fb;
}

.drawer-custom .Select-value-label {
  color: #555 !important;
}

.expense-tab .Select-control {
  border: 0 !important;
  background-color: #f9f9fb;
}

.expense-tab .Select-value {
  color: #555;
}

.expense-tab .row label {
  font-size: 14px;
  color: #7A7A7A;
}

.expense-tab .form-control {
  height: 36px;
}

.expense-tab .flatpickr-input,
.expense-tab .Select-placeholder,
.expense-tab .Select-value,
.expense-tab .Select-input {
  padding-left: 0px;
}

.expense-tab .desc label {
  display: block;
}

.expense-tab .desc textarea {
  width: 100%;
}

.expense-tab .row {
  padding: 6px 0;
}

.expense-tab .sv-btn {
  margin-right: 10px;
}

.approverInfo {
  width: 100%;
  position: relative;
}

.approverInfo .Select-control {
  border: 0;
}

.approverInfo .Select-arrow-zone i::before {
  content: "";
}

.approverInfo:hover {
  border-bottom: 1px solid #ddd;
}

.approverInfo:hover .Select-arrow-zone i::before {
  content: "\F040";
}

.approver-error .Select-arrow-zone i::before {
  content: "\F05A";
}

.approver-error:hover {
  border-bottom: 1px solid #ddd;
}

.approver-error:hover .Select-arrow-zone i::before {
  content: "\F05A";
}

.approver-container {
  padding-top: 0px !important;
  margin-bottom: 20px;
}

.approver-container .Select-input {
  padding-left: 0px;
}

.approver-container .input-group {
  margin-top: 5px;
  display: block;
}

.approver-container .rdw-editor-main {
  height: 200px;
  overflow: auto !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dispaly-block {
  display: block;
}

.dispaly-none {
  display: none;
}

.draft-wrapper {
  display: block;
  position: relative;
  border: 1px solid #DDD;
  width: 100%;
}

.draft-border {
  border-right: 1px solid #DDD;
  margin-bottom: 0px !important;
}

.draft-editor {
  border-top: 1px solid #ddd;
  min-height: 150px;
  padding: 0 10px;
}

.draft-editor .DraftEditor-editorContainer {
  z-index: 0;
}

.draft-toolbar {
  padding: 0 !important;
  margin: 0 !important;
  height: 36px;
  background-color: #f9f9f9;
  border: none;
}

.rdw-option-wrapper:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.Toastify .Toastify__toast--default {
  background: rgba(29, 62, 95, 0.915);
  color: #fff;
  padding: 15px;
  border-radius: 5px;
}

.Toastify .Toastify__close-button--default {
  margin-top: -10px;
  margin-right: -5px;
  font-size: 15px;
  font-weight: 400;
  opacity: 1;
}

.Toastify .Toastify__close-button--default:hover {
  color: #fff;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.pl-13 {
  padding-left: 15px !important;
}

li[class^="MuiListItem-button"]:hover,
li[class*="MuiListItem-button"]:hover {
  background-color: transparent;
}

.react-table-body td {
  height: 40px;
  background: #eee;
  border: 5px solid #fff;
}

.reject-modal .error {
  position: absolute !important;
  bottom: 50px !important;
  right: 22px !important;
  background: transparent !important;
}

#task .prod-card {
  padding: 15px 25px 10px 25px;
  min-height: 120px;
}

#task .prod-card a {
  font-size: 13px;
  cursor: pointer;
  margin-right: 10px;
}

#task .prod-card .Select {
  width: 100%;
  margin: 0;
  margin-top: 4px;
}

#task .prod-card .Select .Select-value {
  padding: 0;
  font-size: 13px;
}

#task .prod-card .Select .Select-input {
  padding: 0;
}

#task .task-list .Select .Select-value {
  font-size: 25px;
}

#task .task-table {
  border: 1px solid rgba(208, 208, 208, 0.48);
}

#task .task-table table {
  table-layout: fixed;
}

#task .task-table table td,
#task .task-table table th {
  padding: 4px 8px 4px 16px;
}

#task .task-table table th {
  white-space: nowrap;
}

#task .task-table table td:last-child,
#task .task-table table th:last-child {
  padding: 0;
}

#task .task-table table tbody td {
  color: #828283;
}

#task .task-table table .arrow {
  content: "\F0D8";
  color: #ddd;
  margin-left: 6px;
  pointer-events: all;
  cursor: pointer;
}

#task .task-table table .asc {
  content: "\F0D8";
  color: #555;
}

#task .task-table table .desc {
  content: "\F0D7";
  color: #555;
}

#task .task-table table .table-search {
  border: 0;
  background: #f9f9f9;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  font-family: Roboto;
  font-weight: 300;
}

#task .task-table table .search-row {
  background-color: #f9f9f9 !important;
}

#task .task-table table .search-row th {
  position: relative;
}

#task .task-table table .search-row th::after {
  font-family: FontAwesome;
  content: "\F002";
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  right: 7px;
  font-weight: lighter;
  color: #d3d3d3;
  padding-left: 5px;
  background: #f9f9f9;
}

#task .task-table table .search-row th:last-child::after,
#task .task-table table .search-row th:first-child::after,
#task .task-table table .search-row th:nth-child(4)::after {
  content: "";
}

#task .task-table .cursor-pointer {
  cursor: pointer;
}

#task .stats-container {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  padding-top: 10px;
}

#task .stats-container .stat-info {
  padding: 0 25px;
}

#task .stats-container .stat-info:last-child {
  padding-right: 10px;
}

#task .stats-container .stat-info .stat-content {
  color: black;
  font-size: 14px;
}

.task-form .form-group {
  margin-bottom: 20px;
  padding: 0;
}

.task-form .form-group .rdw-editor-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.task-form .form-group .rdw-editor-wrapper .rdw-editor-main,
.task-form .form-group .rdw-editor-wrapper .rdw-editor-toolbar,
.task-form .form-group .rdw-editor-wrapper .rdw-option-wrapper {
  background: #f9f9fb;
}

.task-form .form-group .rdw-editor-wrapper .rdw-editor-toolbar {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.task-form .form-group .rdw-editor-wrapper .rdw-editor-main {
  min-height: 100px;
}

.task-form .form-control {
  background: #f9f9fb;
  padding-left: 10px;
  border-radius: 4px;
  height: 34px;
}

.task-form .form-control:hover {
  border-bottom: 1px solid transparent;
}

.task-form .Select .Select-control {
  font-size: 13px;
  height: 29px;
}

.task-form .Select .Select-control:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.task-form .Select .Select-value {
  font-size: 13px;
}

.task-form .fa {
  font-size: 11px;
}

.task-form .file-section {
  padding-top: 31px;
}

.task-form .file-section .file-label {
  cursor: pointer;
}

.task-form .file-section .file-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.task-form .file-section .file-list li a {
  font-size: 13px;
  width: 200px;
  text-overflow: ellipsis;
  white-space: normal;
}

.task-form .file-section .file-list i {
  right: 20px;
  margin-top: 3px;
}

.task-form .file-section .file-div {
  margin-bottom: 10px !important;
}

.task-form .file-section .file-text:hover {
  color: #fc8711;
}

.task-form .file-section .fileNames {
  margin-top: 14px;
}

.task-form .error {
  display: block;
  padding: 5px 2px 0px;
}

.task-form .file-div i[data-title]:hover:after {
  content: attr(data-title);
  background: #f44336;
  position: absolute;
  right: 0;
  top: 21px;
  padding: 3px 8px;
  color: #fff;
  width: 218px !important;
  display: block;
  font-family: Roboto;
  font-size: 13px;
}

.task-form .comment-section {
  padding-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.task-form .comment-section span {
  line-height: 1.7;
}

.task-form .comment-section .comment-time {
  color: #6f7782;
  font-size: 11px;
  margin-left: 10px;
  white-space: nowrap;
}

.task-form .comment-section .activity-user-img {
  margin-top: 2px;
}

.task-form .comment-section .draft-editor {
  min-height: 60px;
  border-top: none;
}

.task-form .comment-section .draft-editor .public-DraftStyleDefault-block {
  margin: 2px 0;
}

.task-form .comment-section .rdw-editor-toolbar img {
  height: 12px;
}

.task-form .comment-section .single-comment {
  margin-bottom: 10px;
  width: 95%;
  margin: 0 auto;
}

.task-form .comment-section .single-comment .comment-user {
  font-size: 18px;
}

.task-form .comment-section .single-comment .comment-text-message {
  font-size: 13px;
  padding-top: 10px;
}

.task-form .comment-section .comment-body {
  border: 1px solid #DDD;
}

.task-form .comment-section .comment-body .draft-wrapper {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.task-form .comment-section .comment-body .draft-wrapper .rdw-editor-toolbar {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  background: #F7F7F7;
}

.task-form .comment-section .comment-body .draft-wrapper .rdw-editor-toolbar .rdw-option-wrapper {
  background: #F7F7F7;
}

.task-form .comment-section .comment-body .draft-wrapper .draft-editor {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.task-form .comment-section .comment-body .error {
  padding: 5px 24px 41px;
  background: transparent !important;
}

.task-form .comment-section div#wave {
  height: 100%;
  margin: 10vh auto;
}

.task-form .comment-section .delete-btn {
  font-size: 13px;
}

.task-form button[disabled] {
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}

.comment-body {
  border: 1px solid #DDD;
}

.comment-body .draft-wrapper {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.comment-body .draft-wrapper .rdw-editor-toolbar {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  background: #F7F7F7;
}

.comment-body .draft-wrapper .rdw-editor-toolbar .rdw-option-wrapper {
  background: #F7F7F7;
}

.comment-body .draft-wrapper .draft-editor {
  padding: 10px 10px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.comment-body .post-comment-btn {
  text-align: right;
}

.comment-body .post-comment-btn button {
  border: 1px solid #ded9d9;
  background: #4d90fe;
  color: black;
  border: 1px solid #F1F1F1;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.comment-body .post-comment-btn button[disabled] {
  min-width: 75px;
}

.drawer-custom .drawer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.drawer-custom .drawer-header h3 {
  margin: 5px 0 0 35px;
}

.drawer-custom .drawer-body {
  height: calc(100vh - 80px);
}

.drawer-custom .drawer-body.task-form {
  padding: 0;
}

.drawer-custom .task-main-form {
  padding: 35px 15px 15px 35px;
}

.drawer-custom .Select--multi .Select-value {
  background-color: #efefef;
  position: relative;
  border: 1px solid #dadce0;
  border-radius: 10px;
  display: inline-block;
  font-size: 12px;
}

.drawer-custom .Select--multi .Select-value .Select-value-icon {
  border: none;
  color: #333333;
  display: inline;
  position: absolute;
  right: 0;
  bottom: -3px;
  font-size: 16px;
}

.drawer-custom .Select--multi .Select-value .Select-value-icon:hover {
  background-color: transparent;
  color: #212020fc;
}

.drawer-custom .Select--multi .Select-value .Select-value-label {
  padding-right: 16px;
}

.drawer-custom .Select-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.drawer-custom .Select-control:hover {
  cursor: pointer;
}

.drawer-custom .Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.drawer-custom .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  vertical-align: middle;
}

.drawer-custom .Select.is-focused:not(.is-open) > .Select-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.drawer-custom .Select-menu-outer {
  border: 1px solid #f5f5f5;
  border-top-color: #f5f5f5;
  font-size: 12px;
}

.drawer-custom .Select-option.is-focused,
.drawer-custom .Select-option.is-selected {
  background-color: #f5f5f5;
}

.drawer-custom .Select-value {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 300;
  padding-left: 0px;
}

.drawer-custom .Select-clear-zone {
  display: none;
}

.drawer-custom .btn i {
  font-size: 14px;
}

.drawer-custom .comment-section {
  padding: 20px 0;
  margin-left: 0;
  margin-right: 0;
}

.drawer-custom .comment-section .comment-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  width: 95%;
  margin: 0 auto;
}

.drawer-custom .comment-section .comment-body .rdw-editor-wrapper {
  border: 1px solid #DDD;
}

.drawer-custom .comment-section .comment-body .rdw-editor-main {
  max-height: 72px;
  height: 72px;
  background: white;
}

.drawer-custom .comment-section .comment-body .post-comment-btn {
  margin-left: 20px;
  margin-top: 34px;
}

.drawer-custom .comment-section .comment-body .post-comment-btn button {
  background: #4d90fe;
  color: white;
  padding: 8px 24px;
  font-weight: bold;
}

.drawer-custom .comment-section .comment-body .error {
  top: 58px;
  left: 725px;
  padding: 0;
}

.drawer-custom .comment-section hr {
  border-bottom: 1px solid #dedede;
  margin: 20px 57px 20px 40px;
}

.drawer-custom .comment-section .delete-popover {
  border-radius: 50%;
  cursor: pointer;
  margin-left: 14px;
  padding: 5px 12px 6px;
}

.drawer-custom .comment-section .delete-popover:hover {
  background-color: #e9e9e9;
}

.drawer-custom .footer-drawer {
  padding: 0;
}

.drawer-custom .footer-drawer .incomplete-btn {
  text-decoration: none;
  padding: 8px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
}

.drawer-custom .footer-drawer .incomplete-btn:hover {
  color: white;
  font-weight: bold;
  border: 1px solid transparent;
}

.drawer-custom .footer-drawer .incomplete-btn,
.drawer-custom .footer-drawer .incomplete-btn::after {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.drawer-custom .footer-drawer .incomplete-btn::before,
.drawer-custom .footer-drawer .incomplete-btn::after {
  background: #51a00efa;
  content: '';
  color: white;
  border-radius: 5px;
  position: absolute;
  z-index: -1;
}

.drawer-custom .footer-drawer .incomplete-btn::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.drawer-custom .footer-drawer .incomplete-btn:hover:after {
  width: 100%;
}

.drawer-custom .footer-drawer .completed-btn {
  text-decoration: none;
  padding: 8px 7px;
  background: #51a00efa;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  border: 0;
}

.drawer-custom .footer-drawer .completed-btn i {
  font-size: 14px;
}

.drawer-custom .footer-drawer .completed-btn:hover span {
  display: none;
}

.drawer-custom .footer-drawer .completed-btn:hover {
  content: "";
  background: white;
  color: #7A7A7A;
  border: 1px solid #ccc;
}

.drawer-custom .footer-drawer .completed-btn:hover:after {
  content: "";
}

.drawer-custom .footer-drawer .completed-btn:hover:before {
  content: "";
  content: "Mark as Incomplete";
  background: white;
}

.drawer-custom .footer-drawer .delete-btn {
  text-decoration: none;
  padding: 7px 15px;
  border: 1px solid transparent;
  color: #ec1a1a;
  border-radius: 5px;
  font-size: 14px;
  margin-left: 15px;
}

.drawer-custom .footer-drawer .delete-btn:hover {
  border: 1px solid #ec1a1a;
}

.drawer-custom .footer-drawer .cn-btn {
  font-size: 16px;
}

.drawer-custom .footer-drawer .comment-section {
  border-top: 1px solid #e9e9e9;
  background: #f9f9f9;
}

.drawer-custom .savebar {
  padding: 10px 25px;
  border-top: 1px solid #dddddda8;
}

.drawer-custom .savebar .btn,
.drawer-custom .savebar div {
  margin-top: 5px;
}

.action-center-section {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.action-center-section li {
  cursor: pointer;
  padding: 10px 13px;
  font-size: 13px;
  font-weight: 300;
}

.task-popover-container {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: 0;
  max-height: 250px;
  overflow-y: auto;
}

.comment-popover-container {
  background-color: white;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: 0;
  max-height: 250px;
  overflow-y: auto;
  z-index: 100000;
  margin-left: -9px;
  margin-top: -3px;
}

.comment-popover-container li {
  padding: 5px 10px;
}

.MuiDrawer-paper-17 {
  overflow-y: hidden !important;
}

#my-meetings #react-select-2--value-item {
  font-size: 25px;
}

#my-meetings .Select-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#my-meetings .Select-control:hover {
  cursor: pointer;
}

#my-meetings .Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
#my-meetings .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  vertical-align: middle;
}

#my-meetings .Select.is-focused:not(.is-open) > .Select-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#my-meetings .Select-menu-outer {
  border: 1px solid #f5f5f5;
  border-top-color: #f5f5f5;
  font-size: 12px;
}

#my-meetings .Select-option.is-focused,
#my-meetings .Select-option.is-selected {
  background-color: #f5f5f5;
}

#my-meetings .Select-value {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 300;
  padding-left: 0px;
}

#my-meetings .info-section {
  margin-bottom: 20px;
}

#my-meetings .table-responsive {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

#my-meetings .table-responsive table {
  overflow-y: scroll;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

#my-meetings .table-responsive table th {
  min-width: 140px;
}

#my-meetings .table-responsive table th:first-child {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
}

#my-meetings .table-responsive table th,
#my-meetings .table-responsive table td {
  padding: 4px 8px 4px 8px;
}

#my-meetings .table-responsive table tbody td {
  color: #757575;
}

#my-meetings .table-responsive table .arrow {
  content: "\F0D8";
  color: #ddd;
  margin-left: 6px;
  pointer-events: all;
  cursor: pointer;
}

#my-meetings .table-responsive table .asc {
  content: "\F0D8";
  color: #555;
}

#my-meetings .table-responsive table .desc {
  content: "\F0D7";
  color: #555;
}

#my-meetings .fa-ellipsis-v {
  cursor: pointer;
}

#my-meetings .fa-ellipsis-v {
  font-size: 15px;
}

#my-meetings .meeting-modal .modal-footer {
  padding-bottom: 0px;
  text-align: start;
}

#my-meetings .meeting-modal .modal-footer .call-btn-text {
  padding: 5px 25px;
  background: #fc8711;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  border: 0;
}

#my-meetings .meeting-modal .modal-body,
#my-meetings .meeting-modal .container-fluid {
  padding: 0px;
}

#my-meetings .meeting-modal .modal-body label {
  margin-bottom: 2px;
}

#my-meetings .meeting-modal .permission-modal .modal-body {
  padding: 15px;
}

#my-meetings .meeting-modal .permission-modal .modal-footer {
  padding: 15px;
  text-align: right;
}

#my-meetings .modal {
  overflow-y: scroll;
}

#my-meetings .wrap-section .error {
  display: block;
}

#my-meetings .title-row {
  border-bottom: 1px solid rgba(208, 208, 208, 0.48);
}

#my-meetings .add-minutes-btn {
  padding: 0px;
}

#my-meetings .wrap-section .flatpickr-input {
  padding: 0;
  font-size: 13px;
}

#my-meetings .wrap-section .Select-input > input,
#my-meetings .wrap-section .Select-value {
  font-size: 12px;
}

#my-meetings .Select--multi .Select-value {
  color: inherit;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: transparent;
}

#my-meetings .Select--multi .Select-value-icon {
  border: none;
  color: #333333;
}

#my-meetings .Select--multi .Select-value-icon:hover {
  color: #333333 !important;
}

#my-meetings .Select--multi .Select-value-icon:active {
  background: transparent;
}

#my-meetings .Select-multi-value-wrapper {
  display: inline;
}

#my-meetings .modal-content .Select-placeholder {
  font-size: 12px;
}

#my-meetings .modal-content .Select-input,
#my-meetings .modal-content .Select-placeholder {
  padding-left: 0px;
}

#my-meetings .modal-content .row {
  margin: 0;
  padding: 6px 0;
}

#my-meetings .modal-content .Select-arrow-zone {
  display: none;
}

#my-meetings .modal-content .Select--multi .Select-input {
  height: auto;
}

#my-meetings .table-search {
  border: 0;
  background: #f9f9f9;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  font-family: Roboto;
  font-weight: 300;
}

#my-meetings .search-row {
  background-color: #f9f9f9 !important;
}

#my-meetings .search-row .flatpickr-input,
#my-meetings .search-row .table-search {
  padding: 4px 4px 4px 8px;
}

#my-meetings .search-row th {
  position: relative;
}

#my-meetings .search-row th::after {
  font-family: FontAwesome;
  content: "\F002";
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  right: 7px;
  font-weight: lighter;
  color: #d3d3d3;
  padding-left: 5px;
  background: #f9f9f9;
}

#my-meetings .search-row th:last-child::after,
#my-meetings .search-row th:first-child::after,
#my-meetings .search-row th:nth-child(4)::after,
#my-meetings .search-row th:nth-child(5)::after,
#my-meetings .search-row th:nth-child(11)::after,
#my-meetings .search-row th:nth-child(13)::after {
  content: "";
}

#my-meetings .ct-table-heading th:last-child,
#my-meetings th:first-child {
  cursor: auto;
}

#my-meetings .subject-label label {
  font-size: 14px;
}

#my-meetings .file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#my-meetings .file-text {
  margin-left: 5px;
}

#my-meetings .file-list li {
  padding: 0px;
  max-width: 220px;
}

#my-meetings .is-clearable .Select-clear-zone {
  display: none;
}

#my-meetings .is-clearable .Select-value-label {
  padding-right: 0px;
  padding-left: 5px;
}

#my-meetings .is-clearable .Select-input {
  margin: 0;
}

#my-meetings .email-modal .sv-btn {
  margin-bottom: 10px;
  font-weight: 300;
}

#my-meetings .email-modal .sv-btn[disabled] {
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}

#my-meetings .email-modal .creatable-select .Select-value {
  background-color: #fff;
  position: relative;
  border: 1px solid #dadce0;
  border-radius: 10px;
  display: inline-block;
}

#my-meetings .email-modal .creatable-select .Select-value .Select-value-icon {
  display: inline;
  position: absolute;
  right: 0;
  bottom: -3px;
  font-size: 16px;
}

#my-meetings .email-modal .creatable-select .Select-value .Select-value-icon:hover {
  background-color: transparent;
  color: #212020fc;
}

#my-meetings .email-modal .creatable-select .Select-value .Select-value-label {
  padding-right: 16px;
}

#my-meetings .email-modal .email-editor-body .haserror {
  border-bottom: none;
}

#my-meetings .email-modal .email-editor-body .error-t {
  right: 6px !important;
  bottom: 8px !important;
}

#my-meetings .email-modal .file-error-div .error-t {
  right: 20px !important;
  padding: 0;
  bottom: 3px !important;
}

#my-meetings .fa-street-view {
  font-size: 20px;
}

.popver-dropdown {
  height: 200px;
  width: 200px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}

.popover-container,
.action-container,
.checked-in-container {
  background-color: #fff;
  border: 1px solid #9993;
}

.select-done {
  background: transparent;
  border: 0;
  height: 30px;
  width: 40%;
  font-weight: 600;
}

.action-dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100px;
}

.action-dropdown li {
  padding: 10px 13px;
  font-size: 13px;
  font-weight: 300;
  color: #333333;
  cursor: pointer;
}

.checked-in-container {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.checked-in-dropdown {
  list-style: none;
  width: 300px;
}

.checked-in-dropdown.table-responsive {
  margin-top: 0px !important;
}

.checked-in-dropdown.table-responsive th {
  padding: 10px 20px;
}

.checked-in-dropdown.table-responsive td {
  padding: 10px 20px;
  word-break: break-word;
}

.mt-2 {
  margin-top: 2px;
}

.lh-2 {
  line-height: 2;
}

.loacton {
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  padding: 5px;
  width: 350px;
  border-bottom: 1px solid rgba(208, 208, 208, 0.48);
  font-size: 13px;
}

.autocomplete-dropdown-container {
  position: absolute;
  z-index: 10000;
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
}

.lh-2 {
  line-height: 2;
}

.download-pdf {
  color: #fff !important;
}

li[class^="MuiListItem-button"]:hover,
li[class*="MuiListItem-button"]:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

i.fa {
  cursor: pointer;
}

.file-error-div .error {
  margin-bottom: -10px;
  margin-right: 5px;
}

.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
}

#my-calls #react-select-2--value-item {
  font-size: 25px;
}

#my-calls .Select-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#my-calls .Select-control:hover {
  cursor: pointer;
}

#my-calls .Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
#my-calls .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  vertical-align: middle;
}

#my-calls .Select.is-focused:not(.is-open) > .Select-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#my-calls .Select-menu-outer {
  border: 1px solid #f5f5f5;
  border-top-color: #f5f5f5;
  font-size: 12px;
}

#my-calls .Select-option.is-focused,
#my-calls .Select-option.is-selected {
  background-color: #f5f5f5;
}

#my-calls .Select-value {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 300;
  padding-left: 0px;
}

#my-calls .info-section {
  margin-bottom: 20px;
}

#my-calls .table-responsive {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

#my-calls .table-responsive table {
  overflow-y: scroll;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

#my-calls .table-responsive table th {
  min-width: 140px;
}

#my-calls .table-responsive table th:first-child {
  min-width: 50px;
  max-width: 50px;
  width: 50px;
}

#my-calls .table-responsive table th,
#my-calls .table-responsive table td {
  padding: 4px 8px 4px 8px;
}

#my-calls .table-responsive table tbody td {
  color: #757575;
}

#my-calls .table-responsive table .arrow {
  content: "\F0D8";
  color: #ddd;
  margin-left: 6px;
  pointer-events: all;
  cursor: pointer;
}

#my-calls .table-responsive table .asc {
  content: "\F0D8";
  color: #555;
}

#my-calls .table-responsive table .desc {
  content: "\F0D7";
  color: #555;
}

#my-calls .fa-ellipsis-v {
  cursor: pointer;
}

#my-calls .fa-ellipsis-v {
  font-size: 15px;
}

#my-calls .call-modal .modal-footer {
  padding-bottom: 0px;
  text-align: start;
}

#my-calls .call-modal .modal-footer .call-btn-text {
  padding: 5px 25px;
  background: #fc8711;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  border: 0;
}

#my-calls .call-modal .modal-body,
#my-calls .call-modal .container-fluid {
  padding: 0px;
}

#my-calls .modal {
  overflow-y: scroll;
}

#my-calls .wrap-section .error {
  display: block;
}

#my-calls .title-row {
  border-bottom: 1px solid rgba(208, 208, 208, 0.48);
}

#my-calls .add-minutes-btn {
  padding: 0px;
}

#my-calls .wrap-section .flatpickr-input {
  padding: 0;
  font-size: 13px;
}

#my-calls .wrap-section .Select-input > input,
#my-calls .wrap-section .Select-value {
  font-size: 12px;
}

#my-calls .Select--multi .Select-value {
  color: inherit;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: transparent;
}

#my-calls .Select--multi .Select-value-icon {
  border: none;
  color: #333333;
}

#my-calls .Select--multi .Select-value-icon:hover {
  color: #333333 !important;
}

#my-calls .Select--multi .Select-value-icon:active {
  background: transparent;
}

#my-calls .Select-multi-value-wrapper {
  display: inline;
}

#my-calls .modal-content .Select-placeholder {
  font-size: 12px;
}

#my-calls .modal-content .Select-input,
#my-calls .modal-content .Select-placeholder {
  padding-left: 0px;
}

#my-calls .modal-content .row {
  margin: 0;
  padding: 6px 0;
}

#my-calls .modal-content .Select-arrow-zone {
  display: none;
}

#my-calls .table-search {
  border: 0;
  background: #f9f9f9;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  font-family: Roboto;
  font-weight: 300;
}

#my-calls .search-row {
  background-color: #f9f9f9 !important;
}

#my-calls .search-row .flatpickr-input,
#my-calls .search-row .table-search {
  padding: 4px 4px 4px 8px;
}

#my-calls .search-row th {
  position: relative;
}

#my-calls .search-row th::after {
  font-family: FontAwesome;
  content: "\F002";
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  right: 7px;
  font-weight: lighter;
  color: #d3d3d3;
  padding-left: 5px;
  background: #f9f9f9;
}

#my-calls .search-row th:first-child::after,
#my-calls .search-row th:nth-child(4)::after,
#my-calls .search-row th:nth-child(5)::after,
#my-calls .search-row th:nth-child(11)::after {
  content: "";
}

#my-calls .ct-table-heading th:last-child,
#my-calls th:first-child {
  cursor: auto;
}

#my-calls .is-clearable .Select-clear-zone {
  display: none;
}

#my-calls .is-clearable .Select-value-label {
  padding-right: 0px;
  padding-left: 5px;
}

#my-calls .is-clearable .Select-input {
  margin: 0;
}

#my-calls .email-modal .sv-btn {
  margin-bottom: 10px;
  font-weight: 300;
}

#my-calls .email-modal .sv-btn[disabled] {
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}

#my-calls .email-modal .creatable-select .Select-value {
  background-color: #fff;
  position: relative;
  border: 1px solid #dadce0;
  border-radius: 10px;
  display: inline-block;
}

#my-calls .email-modal .creatable-select .Select-value .Select-value-icon {
  display: inline;
  position: absolute;
  right: 0;
  bottom: -3px;
  font-size: 16px;
}

#my-calls .email-modal .creatable-select .Select-value .Select-value-icon:hover {
  background-color: transparent;
  color: #212020fc;
}

#my-calls .email-modal .creatable-select .Select-value .Select-value-label {
  padding-right: 16px;
}

#my-calls .email-modal .email-editor-body .haserror {
  border-bottom: none;
}

#my-calls .email-modal .email-editor-body .error-t {
  right: 6px !important;
  bottom: 8px !important;
}

#my-calls .email-modal .file-error-div .error-t {
  right: 20px !important;
  padding: 0;
  bottom: 3px !important;
}

.popver-dropdown {
  height: 200px;
  width: 200px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}

.popover-container,
.action-container {
  background-color: #fff;
  border: 1px solid #9993;
}

.select-done {
  background: transparent;
  border: 0;
  height: 30px;
  width: 40%;
  font-weight: 600;
}

.action-dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100px;
}

.action-dropdown li {
  padding: 10px 13px;
  font-size: 13px;
  font-weight: 300;
  color: #333333;
  cursor: pointer;
}

.mt-2 {
  margin-top: 2px;
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #e2e2e2 !important;
          box-shadow: -10px 0 0 #e2e2e2 !important;
}

.pr-20 {
  padding-right: 20px !important;
}

li[class^="MuiListItem-button"]:hover,
li[class*="MuiListItem-button"]:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

