.aro-login-wrapper .left-pane > .content .form-group .form-content-group {
  height: auto;
}
.aro-login-wrapper.no-companies .left-pane > .content {
  max-width: 450px;
}
.aro-login-wrapper.no-companies .right-pane {
  background: linear-gradient(0deg, rgba(0, 24, 113, 0.41), rgba(0, 24, 113, 0.41)), url(../img/sad-man.jpg) center center / cover no-repeat;
}
.aro-login-wrapper.onelogin-error .left-pane > .content {
  max-width: 450px;
}
.aro-login-wrapper.onelogin-error .right-pane {
  background: linear-gradient(0deg, rgba(0, 24, 113, 0.41), rgba(0, 24, 113, 0.41)), url(../img/man-crying-young.jpg) center center / cover no-repeat;
}
body.pushable > .pusher {
  background-color: #f4f6f8;
}
/* WIDGET STYLES -------------------------------------- */
.aro.widget {
  position: relative;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(60, 61, 73, 0.08);
  padding: 30px;
  color: #232229;
}
.aro.widget.small {
  max-height: 260px;
}
.aro.widget .heading-wrapper > .title {
  font-size: 1em;
  font-weight: 400;
  color: rgba(57, 57, 63, 0.8);
}
.aro.widget .heading-wrapper > .title > a {
  padding: 6px;
  color: rgba(57, 57, 63, 0.6);
}
.aro.widget .heading-wrapper > .title > a:hover {
  color: #00A3E0;
}
.aro.widget .heading-wrapper > .subtitle {
  font-size: 1em;
  font-weight: 600;
  color: #232229;
}
.aro.widget > .aro.ui.loader {
  position: absolute;
  bottom: 20px;
  left: 30px;
  top: auto;
  transform: none;
}
.survey.widget.aro {
  overflow: hidden;
  display: flex;
}
.survey.widget.aro .inner-left {
  padding-right: 2em;
}
.survey.widget.aro .inner-right {
  flex: 1 1 auto;
}
.survey.widget.aro .overall-score {
  font-size: 2em;
  font-weight: 600;
  margin-top: 4px;
  line-height: 1;
}
.survey.widget.aro .recommend-wrapper {
  margin-top: 23px;
  color: rgba(35, 34, 41, 0.8);
  font-weight: 500;
}
.survey.widget.aro .recommend-wrapper .heading {
  font-size: 1em;
}
.survey.widget.aro .total-surveys {
  color: rgba(57, 57, 63, 0.8);
}
.survey.widget.aro .total-surveys > .num {
  font-weight: 600;
}
.survey-overall-rating.widget.aro {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
.survey-overall-rating.widget.aro .title {
  color: rgba(35, 34, 41, 0.8);
  font-weight: 600;
  font-size: 1.125em;
  margin-bottom: 6px;
}
.survey-overall-rating.widget.aro .value {
  font-size: 2em;
  color: #232229;
  font-weight: 600;
  line-height: 1;
}
.survey-listing.widget.aro {
  max-width: 640px;
}
.survey-listing.widget.aro table {
  width: 100%;
  border-collapse: collapse;
}
.survey-listing.widget.aro table thead tr {
  border-bottom: 1px solid #C3C3C5;
}
.survey-listing.widget.aro table thead tr th {
  padding: 15px 0px 10px;
  text-align: left;
  color: rgba(35, 34, 41, 0.7);
  font-weight: 600;
  size: 0.875em;
}
.survey-listing.widget.aro table tbody tr {
  border-bottom: 1px solid #EAEBEF;
  color: #232229;
}
.survey-listing.widget.aro table tbody tr:last-child {
  border-bottom: none;
}
.survey-listing.widget.aro table tbody tr td {
  padding: 15px 0px;
}
.costsaves.widget.aro .main-total {
  font-size: 2em;
  margin-top: 22px;
  font-weight: 600;
  line-height: 1;
}
.costsaves.widget.aro .subtotals-section {
  max-width: 360px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.costsaves.widget.aro .subtotals-section .subtitle {
  color: rgba(35, 34, 41, 0.8);
  font-size: 1em;
}
.costsaves.widget.aro .subtotals-section .title {
  margin-top: 4px;
  font-size: 1.5em;
  color: #39393F;
  font-weight: 600;
}
.costsaves-grand-totals.widget.aro {
  display: inline-block;
  max-width: 100%;
}
.costsaves-grand-totals.widget.aro table {
  width: 100%;
  border-collapse: collapse;
}
.costsaves-grand-totals.widget.aro table th.heading,
.costsaves-grand-totals.widget.aro table td.heading {
  font-weight: 600;
  font-size: 0.875em;
  line-height: 1;
  color: rgba(35, 34, 41, 0.7);
}
.costsaves-grand-totals.widget.aro table th,
.costsaves-grand-totals.widget.aro table td:not(.heading) {
  padding: 15px 5px;
  border-bottom: 1px solid #EAEBEF;
}
.costsaves-grand-totals.widget.aro table tbody tr:last-child td {
  border-bottom: none;
}
.costsaves-grand-totals.widget.aro .monthly-totals-wrapper {
  max-width: 100%;
  overflow-x: scroll;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.costsaves-grand-totals.widget.aro .monthly-totals-wrapper::-webkit-scrollbar {
  display: none;
}
.activitylog.widget.aro .chart-container {
  display: flex;
  margin-top: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.activitylog.widget.aro .chart-container .legend-wrapper {
  display: flex;
  align-items: center;
}
.activitylog.widget.aro .chart-container .chart-wrapper {
  flex: 0 1 400px;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
  .activitylog.widget.aro .chart-container {
    flex-wrap: wrap-reverse;
    justify-content: center;
    row-gap: 30px;
  }
}
.defects-breakdown.widget.aro {
  max-height: none;
}
.defects-breakdown.widget.aro .breakdown-wrapper > .title {
  font-size: 0.875em;
  font-weight: 600;
  color: #232229;
}
.defects-breakdown.widget.aro .breakdown-wrapper table.breakdown-table {
  width: 100%;
  border-collapse: collapse;
}
.defects-breakdown.widget.aro .breakdown-wrapper table.breakdown-table td.value {
  font-weight: 600;
  font-size: 0.875em;
  line-height: 1;
  color: #39393F;
  text-align: right;
}
.defects-breakdown.widget.aro .breakdown-wrapper table.breakdown-table td {
  font-size: 0.875em;
  padding: 15px 5px;
  border-bottom: 1px solid #EAEBEF;
}
.defects-breakdown.widget.aro .breakdown-wrapper table.breakdown-table tr:last-child td {
  border-bottom: none;
}
.defects.widget.aro.bordered {
  border: 2px solid #39449C;
}
/* END WIDGET STYLES -------------------------------------- */
.aro-small-widget-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 1fr;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .aro-small-widget-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }
}
.aro-large-widget-wrapper {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 1400px) {
  .aro-large-widget-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }
}
.aro-stars-wrapper {
  margin-top: 20px;
  overflow: hidden;
}
.aro-stars-wrapper img {
  width: 109px;
}
.aro-recommend-bar-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
.aro-recommend-bar-wrapper .recommend-bar {
  flex: 1 1 100%;
  height: 7px;
  border-radius: 100px;
  background: linear-gradient(90deg, #FF0000 -4.5%, #FFE920 49.38%, #00B612 100%);
}
.aro-recommend-bar-wrapper .recommend-bar .caret {
  transition: transform 0.4s ease-out;
}
.aro-recommend-bar-wrapper .recommend-percentage {
  font-size: 0.875em;
  color: rgba(35, 34, 41, 0.8);
  font-weight: 500;
}
.aro-daterange-picker-wrapper {
  position: relative;
}
.aro-daterange-picker-wrapper .daterange-picker {
  display: flex;
  padding: 10px 20px;
  color: #232229;
  gap: 20px;
  border: 1px solid #65666B;
  border-radius: 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.aro-daterange-picker-wrapper .daterange-picker:hover,
.aro-daterange-picker-wrapper .daterange-picker.active {
  background-color: #fff;
  border: 1px solid #001871;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04);
}
.aro-daterange-picker-wrapper .daterange-picker .arrow {
  transition: transform 0.2s ease;
}
.aro-daterange-picker-wrapper .daterange-picker.active .arrow {
  transform: rotate(90deg);
}
.aro-datepicker-module {
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 105%;
  border-radius: 16px;
  border: 1px solid #EAEBEF;
  box-shadow: 0px 4px 20px rgba(60, 61, 73, 0.08);
  background-color: #fff;
  cursor: default;
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.2s ease-out;
}
.aro-datepicker-module.visuallyhidden {
  opacity: 0;
  transform: translateY(30px);
}
.aro-datepicker-module.hidden {
  display: none;
}
.aro-datepicker-module .options-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding: 17px 0px;
}
.aro-datepicker-module .options-list li {
  padding: 8px 30px;
  cursor: pointer;
}
.aro-datepicker-module .options-list li:hover {
  background-color: #f3f3f6;
}
.aro-datepicker-module .options-list li:last-child {
  border-top: 1px solid #EAEBEF;
}
.aro-datepicker-module .datepickers {
  padding: 17px;
  text-align: center;
}
.aro-datepicker-module .datepickers .calendar-wrap .header-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}
.aro-datepicker-module .datepickers .calendar-wrap .calendar .link:not(.disabled):hover {
  background-color: #f3f3f6;
}
.aro-datepicker-module .datepickers .lowkey-button {
  border: none;
  background-color: transparent;
  font-size: 0.875em;
  color: #65666B;
  margin-top: 12px;
  cursor: pointer;
}
.aro-datepicker-module .datepickers .lowkey-button:hover {
  color: #39393F;
}
.aro-datepicker-module .fade-left-enter-active,
.aro-datepicker-module .fade-left-leave-active {
  transition: opacity 0.1s ease, transform 0.1s ease;
}
.aro-datepicker-module .fade-left-enter-from {
  opacity: 0;
  transform: translateX(50px);
}
.aro-datepicker-module .fade-left-leave-to {
  opacity: 0;
  transform: translateX(-50px);
}
.aro-activitylog-form-listing {
  display: flex;
  padding: 24px 20px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease;
}
.aro-activitylog-form-listing.border-top {
  border-top: 1px solid #EAEBEF;
}
.aro-activitylog-form-listing:hover {
  background-color: #f3f3f6;
}
.aro-activitylog-form-listing .arrow {
  transition: transform 0.2s ease;
}
.aro-activitylog-form-listing.active .arrow {
  transform: rotate(90deg);
}
.aro-activitylog-form-listing.active::after {
  content: '';
  height: 25px;
  width: 4px;
  border-radius: 0px 4px 4px 0px;
  position: absolute;
  left: 0px;
  background-color: #39449C;
}
.aro-bar-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
.aro-bar-wrapper .bar-outer {
  flex: 1 1 100%;
  background-color: #D9D9D9;
  border-radius: 100px;
  height: 7px;
  overflow: hidden;
}
.aro-bar-wrapper .bar-outer .bar-inner {
  width: 100%;
  height: 100%;
  background-color: #FFBF1C;
  border-radius: 0px 100px 100px 0px;
  transition: transform 0.4s ease-out;
}
.aro-bar-wrapper .question,
.aro-bar-wrapper .score-value {
  flex: 0 1 auto;
  font-size: 0.875em;
  font-weight: 500;
  color: rgba(35, 34, 41, 0.8);
}
.aro-layout-defects {
  display: grid;
  grid-template-columns: 2fr minmax(0, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .aro-layout-defects {
    grid-template-columns: minmax(0, 1fr);
  }
}
.aro-layout-defects > .widgets-area {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  align-items: start;
}
@media screen and (max-width: 1200px) {
  .aro-layout-defects > .widgets-area {
    grid-row: 2;
  }
}
.aro-layout-defects .summary-area .summary-card {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}
@media screen and (max-width: 1200px) {
  .aro-layout-defects .summary-area {
    grid-row: 1;
  }
}
.aro-chart-container {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.aro-chart-container .legend-wrapper {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
}
.aro-chart-container .chart-wrapper {
  min-height: 160px;
  flex: 0 0 170px;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
  .aro-chart-container {
    flex-wrap: wrap-reverse;
    justify-content: center;
    row-gap: 20px;
    margin-bottom: 30px;
  }
}

