/*!
 * @egovernments/digit-ui-css - 1.8.35
 *
 * Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
 * 
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid; }

@-webkit-keyframes ping {
  75%, to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

@keyframes ping {
  75%, to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

@-webkit-keyframes pulse {
  50% {
    opacity: .5; } }

@keyframes pulse {
  50% {
    opacity: .5; } }

@-webkit-keyframes bounce {
  0%, to {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
  50% {
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } }

@keyframes bounce {
  0%, to {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
  50% {
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } }

.rdrCalendarWrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

.rdrDateDisplayItem {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  width: 0;
  text-align: center;
  color: inherit; }

.rdrDateDisplayItem + .rdrDateDisplayItem {
  margin-left: .833em; }

.rdrDateDisplayItem input, .rdrDateDisplayItem .checkbox-wrap .input-emp, .checkbox-wrap .rdrDateDisplayItem .input-emp, .rdrDateDisplayItem .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .rdrDateDisplayItem .input-emp {
  text-align: inherit; }

.rdrDateDisplayItem input:disabled, .rdrDateDisplayItem .checkbox-wrap .input-emp:disabled, .checkbox-wrap .rdrDateDisplayItem .input-emp:disabled, .rdrDateDisplayItem .digit-checkbox-wrap .input-emp:disabled, .digit-checkbox-wrap .rdrDateDisplayItem .input-emp:disabled {
  cursor: default; }

.rdrMonthAndYearWrapper {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.rdrMonthAndYearPickers, .rdrMonthAndYearWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.rdrMonthAndYearPickers {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.rdrNextPrevButton {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  cursor: pointer;
  outline: none; }

.rdrMonths {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.rdrMonthsVertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.rdrMonthsHorizontal > div > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.rdrMonth {
  width: 27.667em; }

.rdrWeekDays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.rdrWeekDay {
  -ms-flex-preferred-size: 14.28571%;
  flex-basis: 14.28571%;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  text-align: center; }

.rdrDays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.rdrInfiniteMonths {
  overflow: auto; }

.rdrDateRangeWrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rdrDateInput {
  position: relative; }

.rdrDateInput input, .rdrDateInput .checkbox-wrap .input-emp, .checkbox-wrap .rdrDateInput .input-emp, .rdrDateInput .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .rdrDateInput .input-emp {
  outline: none; }

.rdrDateInput .rdrWarning {
  position: absolute;
  font-size: 1.6em;
  line-height: 1.6em;
  top: 0;
  right: .25em;
  color: red; }

.rdrDay {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  width: 14.28571%;
  position: relative;
  font: inherit;
  cursor: pointer; }

.rdrDayNumber {
  display: block;
  position: relative; }

.rdrDayNumber span {
  color: #1d2429; }

.rdrDayDisabled {
  cursor: not-allowed; }

@supports (-ms-ime-align: auto) {
  .rdrDay {
    -ms-flex-preferred-size: 14.285% !important;
    flex-basis: 14.285% !important; } }

.rdrEndEdge, .rdrInRange, .rdrSelected, .rdrStartEdge {
  pointer-events: none; }

.rdrDateRangePickerWrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rdrStaticRanges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.rdrStaticRange {
  font-size: inherit; }

.rdrInputRange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.rdrCalendarWrapper {
  color: #000;
  font-size: 12px; }

.rdrDateDisplayWrapper {
  background-color: #eff2f7; }

.rdrDateDisplay {
  margin: .833em; }

.rdrDateDisplayItem {
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
  box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
  border: 1px solid transparent; }

.rdrDateDisplayItem input, .rdrDateDisplayItem .checkbox-wrap .input-emp, .checkbox-wrap .rdrDateDisplayItem .input-emp, .rdrDateDisplayItem .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .rdrDateDisplayItem .input-emp {
  cursor: pointer;
  height: 2.5em;
  line-height: 2.5em;
  border: 0;
  background: transparent;
  width: 100%;
  color: #849095; }

.rdrDateDisplayItemActive {
  border-color: currentColor; }

.rdrDateDisplayItemActive input, .rdrDateDisplayItemActive .checkbox-wrap .input-emp, .checkbox-wrap .rdrDateDisplayItemActive .input-emp, .rdrDateDisplayItemActive .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .rdrDateDisplayItemActive .input-emp {
  color: #7d888d; }

.rdrMonthAndYearWrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding-top: 10px; }

.rdrMonthAndYearPickers {
  font-weight: 600; }

.rdrMonthAndYearPickers select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 10px 30px 10px 10px;
  border-radius: 4px;
  outline: 0;
  color: #3e484f;
  background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
  background-position: right 8px center;
  cursor: pointer;
  text-align: center; }

.rdrMonthAndYearPickers select:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.rdrMonthPicker, .rdrYearPicker {
  margin: 0 5px; }

.rdrNextPrevButton {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 .833em;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #eff2f7; }

.rdrNextPrevButton:hover {
  background: #e1e7f0; }

.rdrNextPrevButton i {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  text-align: center;
  border-style: solid;
  margin: auto; }

.rdrNextPrevButton i, .rdrPprevButton i {
  -webkit-transform: translate(-3px);
  transform: translate(-3px); }

.rdrPprevButton i {
  border-width: 4px 6px 4px 4px;
  border-color: transparent #34495e transparent transparent; }

.rdrNextButton i {
  margin: 0 0 0 7px;
  border-width: 4px 4px 4px 6px;
  border-color: transparent transparent transparent #34495e;
  -webkit-transform: translate(3px);
  transform: translate(3px); }

.rdrWeekDays {
  padding: 0 .833em; }

.rdrMonth {
  padding: 0 .833em 1.666em; }

.rdrMonth .rdrWeekDays {
  padding: 0; }

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName {
  display: none; }

.rdrWeekDay {
  font-weight: 400;
  line-height: 2.667em;
  color: #849095; }

.rdrDay {
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  line-height: 3em;
  height: 3em;
  text-align: center;
  color: #1d2429; }

.rdrDay:focus {
  outline: 0; }

.rdrDayNumber {
  outline: 0;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 5px;
  bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.rdrDayToday .rdrDayNumber span {
  font-weight: 500; }

.rdrDayToday .rdrDayNumber span:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #3d91ff; }

.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span:after, .rdrDayToday:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span:after, .rdrDayToday:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span:after, .rdrDayToday:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span:after {
  background: #fff; }

.rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span, .rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span, .rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span, .rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span {
  color: rgba(255, 255, 255, 0.85); }

.rdrEndEdge, .rdrInRange, .rdrSelected, .rdrStartEdge {
  background: currentColor;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px; }

.rdrSelected {
  left: 2px;
  right: 2px; }

.rdrStartEdge {
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px; }

.rdrEndEdge {
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px; }

.rdrSelected {
  border-radius: 1.042em; }

.rdrDayStartOfMonth .rdrEndEdge, .rdrDayStartOfMonth .rdrInRange, .rdrDayStartOfWeek .rdrEndEdge, .rdrDayStartOfWeek .rdrInRange {
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px; }

.rdrDayEndOfMonth .rdrInRange, .rdrDayEndOfMonth .rdrStartEdge, .rdrDayEndOfWeek .rdrInRange, .rdrDayEndOfWeek .rdrStartEdge {
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px; }

.rdrDayStartOfMonth .rdrDayEndPreview, .rdrDayStartOfMonth .rdrDayInPreview, .rdrDayStartOfWeek .rdrDayEndPreview, .rdrDayStartOfWeek .rdrDayInPreview {
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  border-left-width: 1px;
  left: 0; }

.rdrDayEndOfMonth .rdrDayInPreview, .rdrDayEndOfMonth .rdrDayStartPreview, .rdrDayEndOfWeek .rdrDayInPreview, .rdrDayEndOfWeek .rdrDayStartPreview {
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  border-right-width: 1px;
  right: 0; }

.rdrDayEndPreview, .rdrDayInPreview, .rdrDayStartPreview {
  background: rgba(255, 255, 255, 0.09);
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  bottom: 3px;
  pointer-events: none;
  border: 0 solid;
  z-index: 1; }

.rdrDayStartPreview {
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  left: 0; }

.rdrDayEndPreview, .rdrDayInPreview {
  border-top-width: 1px;
  border-bottom-width: 1px; }

.rdrDayEndPreview {
  border-right-width: 1px;
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  right: 2px;
  right: 0; }

.rdrDefinedRangesWrapper {
  font-size: 12px;
  width: 226px;
  border-right: 1px solid #eff2f7;
  background: #fff; }

.rdrDefinedRangesWrapper .rdrStaticRangeSelected {
  color: currentColor;
  font-weight: 600; }

.rdrStaticRange {
  border: 0;
  cursor: pointer;
  display: block;
  outline: 0;
  border-bottom: 1px solid #eff2f7;
  padding: 0;
  background: #fff; }

.rdrStaticRange:focus .rdrStaticRangeLabel, .rdrStaticRange:hover .rdrStaticRangeLabel {
  background: #eff2f7; }

.rdrStaticRangeLabel {
  display: block;
  outline: 0;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left; }

.rdrInputRanges {
  padding: 10px 0; }

.rdrInputRange {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px; }

.rdrInputRangeInput {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #dee7eb;
  margin-right: 10px;
  color: #6c767a; }

.rdrInputRangeInput:focus, .rdrInputRangeInput:hover {
  border-color: #b4bfc4;
  outline: 0;
  color: #333; }

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after {
  content: "";
  border: 1px solid;
  border-radius: 1.333em;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0;
  right: 0;
  background: transparent; }

.rdrDayPassive {
  pointer-events: none; }

.rdrDayPassive .rdrDayNumber span {
  color: #d5dce0; }

.rdrDayPassive .rdrDayEndPreview, .rdrDayPassive .rdrDayInPreview, .rdrDayPassive .rdrDayStartPreview, .rdrDayPassive .rdrEndEdge, .rdrDayPassive .rdrInRange, .rdrDayPassive .rdrSelected, .rdrDayPassive .rdrStartEdge {
  display: none; }

.rdrDayDisabled {
  background-color: #f8f8f8; }

.rdrDayDisabled .rdrDayNumber span {
  color: #aeb9bf; }

.rdrDayDisabled .rdrDayEndPreview, .rdrDayDisabled .rdrDayInPreview, .rdrDayDisabled .rdrDayStartPreview, .rdrDayDisabled .rdrEndEdge, .rdrDayDisabled .rdrInRange, .rdrDayDisabled .rdrSelected, .rdrDayDisabled .rdrStartEdge {
  -webkit-filter: grayscale(100%) opacity(60%);
  filter: grayscale(100%) opacity(60%); }

.rdrMonthName {
  text-align: left;
  font-weight: 600;
  color: #849095;
  padding: .833em; }

.module-loader, .page-loader {
  text-align: center; }

.page-loader {
  padding-top: 88px; }

.module-loader {
  padding: 16px; }

@-webkit-keyframes ldio-pjg92h09b2o {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn); } }

@keyframes ldio-pjg92h09b2o {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn); } }

.ldio-pjg92h09b2o div {
  position: absolute;
  width: 52px;
  height: 52px;
  border: 12px solid #22394d;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: ldio-pjg92h09b2o 1s linear infinite;
  animation: ldio-pjg92h09b2o 1s linear infinite;
  top: 50px;
  left: 50px; }

.loadingio-spinner-rolling-faewnb8ux8 {
  width: 48px;
  height: 48px;
  display: inline-block;
  overflow: hidden;
  background: none; }

.ldio-pjg92h09b2o {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0) scale(0.48);
  transform: translateZ(0) scale(0.48);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.ldio-pjg92h09b2o div {
  -webkit-box-sizing: content-box;
  box-sizing: initial; }

.body-container, body {
  --bg-opacity:1;
  background-color: #e3e3e3;
  background-color: rgba(227, 227, 227, var(--bg-opacity)); }

.navbar {
  margin-bottom: 16px; }
  .navbar img {
    height: 24px; }

.h1 {
  --text-opacity:1;
  color: #0b0c0c;
  color: rgba(11, 12, 12, var(--text-opacity)); }

.link-label {
  color: #c84c0e;
  color: rgba(200, 76, 14, var(--text-opacity)); }
  .link-label:hover {
    color: #c84c0e;
    color: rgba(200, 76, 14, var(--text-opacity)); }

.back-btn, .link-label {
  font-size: 16px;
  line-height: 24px;
  --text-opacity:1;
  --text-opacity:1; }

.back-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  --border-opacity:1;
  border-color: #0b0c0c;
  border-bottom: 1px;
  border-color: rgba(11, 12, 12, var(--border-opacity));
  border-style: solid;
  font-family: Roboto Condensed,sans-serif;
  color: #0b0c0c;
  color: rgba(11, 12, 12, var(--text-opacity));
  margin-left: 8px;
  margin-top: 16px; }
  .back-btn label {
    margin-right: 8px;
    vertical-align: middle; }
  .back-btn label, .back-btn p {
    display: inline; }
  .back-btn p {
    float: right; }

.bread-crumb {
  font-size: 14px;
  color: #505a5f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  list-style: none;
  padding: 0; }

.bread-crumb--item {
  margin-left: 5px; }
  .bread-crumb--item:not(:last-child):after {
    content: "  /"; }
  .bread-crumb--item button {
    outline: none; }
  .bread-crumb--item .last {
    color: #0b0c0c; }

.back-btn2 {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --border-opacity:1;
  border-color: #0b0c0c;
  border-bottom: 1px;
  border-color: rgba(11, 12, 12, var(--border-opacity));
  border-style: solid;
  font-family: Roboto Condensed,sans-serif;
  --text-opacity:1;
  color: #0b0c0c;
  color: rgba(11, 12, 12, var(--text-opacity));
  font-size: 16px;
  line-height: 24px;
  margin-left: 8px;
  margin-bottom: 16px; }
  .back-btn2 img, .back-btn2 p, .back-btn2 svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

@media (min-width: 780px) {
  .employee-app-container {
    width: 100%; }
  .app-container {
    width: 100%; }
    .app-container form .card, .app-container form .card-emp {
      max-width: 960px; }
      .app-container form .card h2, .app-container form .card-emp h2 {
        text-align: left; }
      .app-container form .card .field-container, .app-container form .card-emp .field-container {
        max-width: 540px; }
      .app-container form .card button, .app-container form .card-emp button {
        max-width: 240px; }
      .app-container form .card .card-text-button, .app-container form .card-emp .card-text-button, .app-container form .card .input-otp-wrap, .app-container form .card-emp .input-otp-wrap {
        text-align: left; }
  .h1 {
    font-size: 36px;
    line-height: 40px; }
  .back-btn, .back-btn2, .h1, .link-label {
    margin-left: 0; } }

.audit-card {
  margin-left: -21%; }

.login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-family: Roboto,sans-serif;
  line-height: 1.6; }

.login-container .digit-label-field-pair {
  all: unset !important; }

.login-container .digit-label-field-pair .digit-field {
  width: 100%; }

.login-container .digit-privacy-checkbox {
  margin-top: 1rem;
  margin-bottom: unset; }

.login-container .bannerHeader {
  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: centre;
  -ms-flex-pack: centre;
  justify-content: centre; }

.login-container .bannerHeader .bannerLogo {
  width: 50%; }

.login-form-container .digit-header-content {
  text-align: center;
  font-weight: 1000;
  font-size: x-large;
  color: #14526b; }

.login-form-container .label-styles {
  font-weight: 600;
  font-size: small;
  text-align: left;
  overflow: unset !important; }

.login-form-container .employeeForgotPassword .digit-header-content {
  font-size: 1.25rem; }

.carousel-container {
  position: relative;
  width: 70%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  margin-right: -1rem; }

.carousel-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  text-align: left;
  padding: 0 0 60px 60px; }

.carousel-slide.active {
  opacity: 1; }

.carousel-content {
  max-width: 600px;
  padding: 0;
  margin-right: 1rem; }

.carousel-content h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.carousel-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 20%; }

.carousel-controls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  grid-gap: 20px;
  gap: 20px;
  padding: 10px 20px;
  border-radius: 30px;
  z-index: 10; }

.carousel-controls, .carousel-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.carousel-nav {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.3rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s;
  transition: all .3s; }

.carousel-nav:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.carousel-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 12px;
  gap: 12px; }

.indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s; }

.indicator.active {
  background: orange;
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.login-form-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  padding: 3rem;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: -5px 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.05);
  min-width: 320px;
  border-radius: 1rem 0 0 1rem; }

.login-form {
  width: 100%;
  max-width: 380px;
  -webkit-animation: fadeIn .5s ease-out;
  animation: fadeIn .5s ease-out; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.logo {
  text-align: center;
  margin-bottom: 2.5rem; }

.logo h1 {
  font-size: 2.8rem;
  margin: 0;
  color: #333;
  font-weight: 700;
  letter-spacing: -.5px; }

.logo p {
  margin: 0;
  color: #666;
  font-size: 1rem;
  letter-spacing: .3px;
  font-weight: 400; }

.login-form h2 {
  font-size: 1.8rem;
  margin-bottom: .8rem;
  color: #333;
  font-weight: 600; }

.login-form p {
  color: #666;
  margin-bottom: 2.5rem;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400; }

.form-group {
  margin-bottom: 1.8rem; }

.form-group label {
  display: block;
  margin-bottom: .6rem;
  font-size: .95rem;
  color: #333;
  font-weight: 500; }

.form-group input, .form-group .checkbox-wrap .input-emp, .checkbox-wrap .form-group .input-emp, .form-group .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .form-group .input-emp, .form-group select {
  width: 100%;
  padding: .9rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
  font-family: Roboto,sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s; }

.form-group input:focus, .form-group .checkbox-wrap .input-emp:focus, .checkbox-wrap .form-group .input-emp:focus, .form-group .digit-checkbox-wrap .input-emp:focus, .digit-checkbox-wrap .form-group .input-emp:focus, .form-group select:focus {
  border-color: #4a6bff;
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(74, 107, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(74, 107, 255, 0.15); }

.form-group.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: .8rem;
  gap: .8rem;
  margin-top: 1.5rem; }

.form-group.checkbox input, .form-group.checkbox .checkbox-wrap .input-emp, .checkbox-wrap .form-group.checkbox .input-emp, .form-group.checkbox .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .form-group.checkbox .input-emp {
  width: 18px;
  height: 18px;
  min-width: 18px;
  accent-color: #4a6bff; }

.form-group.checkbox label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: .9rem;
  color: #555; }

.login-button {
  width: 100%;
  padding: 1rem;
  background: #4a6bff;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 1.05rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 1.2rem;
  font-family: Roboto,sans-serif; }

.login-button:hover {
  background: #3a5bef;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(58, 91, 239, 0.2);
  box-shadow: 0 4px 12px rgba(58, 91, 239, 0.2); }

.login-button:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: none;
  box-shadow: none; }

.forgot-password {
  text-align: center;
  margin-top: 1.8rem; }

.forgot-password a {
  color: #4a6bff;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 500;
  -webkit-transition: color .2s;
  transition: color .2s; }

.forgot-password a:hover {
  color: #3a5bef;
  text-decoration: underline; }

@media (max-width: 1024px) {
  .login-form-container {
    padding: 2rem; }
  .carousel-slide {
    padding: 0 0 50px 50px; } }

@media (max-width: 768px) {
  .login-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    min-height: 100vh;
    overflow-y: auto; }
  .carousel-container {
    width: 100%;
    height: 45vh;
    min-height: 350px;
    margin: 0 0 -1rem; }
  .carousel-slide {
    padding: 0 0 40px 40px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .login-form-container {
    width: 100%;
    height: auto;
    padding: 2rem 1.5rem 3rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 1rem 1rem 0 0; }
  .login-form {
    max-width: 500px;
    margin: -60px auto 0;
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    position: relative;
    z-index: 3; }
  .carousel-controls {
    bottom: 25px;
    padding: 8px 16px; }
  .carousel-nav {
    width: 32px;
    height: 32px;
    font-size: 1.1rem; }
  .carousel-content h2 {
    font-size: 1.8rem; }
  .carousel-content p {
    font-size: 1rem; } }

@media (max-width: 480px) {
  .login-form {
    padding: 2rem 1.5rem;
    margin-top: -50px;
    border-radius: 10px; }
  .carousel-slide {
    padding: 0 0 30px 30px; }
  .carousel-content h2 {
    font-size: 1.6rem; }
  .logo h1 {
    font-size: 2.4rem; }
  .login-form h2 {
    font-size: 1.6rem; }
  .form-group input, .form-group .checkbox-wrap .input-emp, .checkbox-wrap .form-group .input-emp, .form-group .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .form-group .input-emp, .form-group select {
    padding: .8rem; } }

@media (min-width: 1600px) {
  .login-form {
    max-width: 420px; }
  .carousel-content {
    max-width: 700px; } }

@media (min-aspect-ratio: 3 / 4) {
  .login-form-container .digit-card-component {
    padding: 1.5rem 0; } }

.navbar {
  --text-opacity:1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity:1;
  background-color: #22394d;
  background-color: rgba(34, 57, 77, var(--bg-opacity));
  padding: 16px;
  width: 100%;
  position: fixed;
  z-index: 9999; }
  .navbar img {
    display: inline-block;
    min-width: 78px;
    height: 24px; }
  .navbar .nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .navbar .nav, .navbar .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 780px) {
    .navbar .nav-wrapper .hamburger-span {
      display: none; } }
  .navbar h3 {
    display: inline-block;
    --border-opacity:1;
    border-color: #fff;
    border-left: 1px;
    border-color: rgba(255, 255, 255, var(--border-opacity));
    border-style: solid;
    padding-left: 8px;
    margin-left: 8px; }

.img-circle {
  border-radius: 50%; }

.profile-section {
  height: auto;
  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;
  padding-top: 30px;
  background-color: #fff; }
  .profile-section img {
    width: 89px;
    height: 88px;
    margin: 0 auto 16px; }
  .profile-section .label-container .label-text {
    color: #767676; }
  .profile-section .label-container.name-Profile .label-text {
    padding: 0 1rem;
    word-break: break-word;
    margin-bottom: .5rem;
    letter-spacing: .6px;
    font-weight: 700;
    font-size: 18px;
    color: #0b0c0c; }
  .profile-section .profile-divider {
    border-top: 1px solid #d6d5d4;
    margin-left: 20px;
    margin-right: 20px;
    width: 90%;
    margin-top: 1rem; }

.drawer-list {
  padding-top: 16px;
  margin-bottom: 2rem;
  position: relative;
  min-height: 1px;
  overflow: auto; }
  .drawer-list .menu-item {
    border: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0;
    padding: 0;
    outline: none;
    font-size: 16px;
    position: relative;
    color: #5f5c62;
    line-height: 48px;
    -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    min-height: 48px;
    white-space: normal;
    background: none; }
    .drawer-list .menu-item .icon {
      display: block;
      color: #757575;
      fill: #757575;
      height: 21px;
      width: 21px;
      float: left;
      margin-top: 12px; }
    .drawer-list .menu-item .edit-btn-ico {
      height: 17px;
      width: 17px;
      margin-top: 16px; }
    .drawer-list .menu-item .icon + .menu-label {
      margin-left: 36px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .drawer-list .sidebar-list {
    padding-right: 16px;
    padding-left: 16px; }
    .drawer-list .sidebar-list.active {
      border-left: 5px solid #c84c0e; }
      .drawer-list .sidebar-list.active .menu-label {
        color: #c84c0e; }
      .drawer-list .sidebar-list.active .icon {
        fill: #c84c0e; }
    .drawer-list .sidebar-list .submenu-container {
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .drawer-list .sidebar-list .submenu-container .sidebar-link {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .drawer-list .sidebar-list .submenu-container .sidebar-link svg {
          width: 21px;
          height: 21px;
          color: #757575;
          fill: #757575; }
      .drawer-list .sidebar-list .submenu-container .actions, .drawer-list .sidebar-list .submenu-container .sidebar-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .drawer-list .sidebar-list .submenu-container .actions {
        overflow: hidden !important; }
        .drawer-list .sidebar-list .submenu-container .actions span {
          margin-left: 13px;
          line-height: 48px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .drawer-list .sidebar-list .submenu-container .actions input, .drawer-list .sidebar-list .submenu-container .actions .checkbox-wrap .input-emp, .checkbox-wrap .drawer-list .sidebar-list .submenu-container .actions .input-emp, .drawer-list .sidebar-list .submenu-container .actions .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .drawer-list .sidebar-list .submenu-container .actions .input-emp, .drawer-list .sidebar-list .submenu-container .actions span {
          color: #5f5c62; }
        .drawer-list .sidebar-list .submenu-container .actions input, .drawer-list .sidebar-list .submenu-container .actions .checkbox-wrap .input-emp, .checkbox-wrap .drawer-list .sidebar-list .submenu-container .actions .input-emp, .drawer-list .sidebar-list .submenu-container .actions .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .drawer-list .sidebar-list .submenu-container .actions .input-emp {
          border: none;
          outline: none;
          margin-left: 16px;
          padding: .5em; }
  .drawer-list .dropdown-link .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em; }
    .drawer-list .dropdown-link .actions svg {
      width: 21px;
      height: 21px;
      color: #757575;
      fill: #757575; }
    .drawer-list .dropdown-link .actions span {
      color: #5f5c62; }

.drawer-desktop {
  overflow: auto; }
  .drawer-desktop .menu-item {
    border: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0;
    padding: 0;
    outline: none;
    font-size: 16px;
    position: relative;
    color: #5f5c62;
    line-height: 48px;
    -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    min-height: 48px;
    white-space: normal;
    background: none; }
    .drawer-desktop .menu-item .icon {
      display: block;
      color: #757575;
      fill: #757575;
      height: 21px !important;
      width: 21px !important;
      float: left;
      margin-top: 12px; }
    .drawer-desktop .menu-item .edit-btn-ico {
      height: 17px;
      width: 17px;
      margin-top: 16px; }
    .drawer-desktop .menu-item .icon + .menu-label {
      margin-left: 36px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  @media (min-width: 780px) {
    .drawer-desktop .sidebar-list {
      padding-right: 16px;
      padding-left: 16px; }
      .drawer-desktop .sidebar-list.active {
        border-left: 5px solid #c84c0e;
        padding-left: 11px; }
        .drawer-desktop .sidebar-list.active .menu-label {
          color: #c84c0e; }
        .drawer-desktop .sidebar-list.active .icon {
          fill: #c84c0e; }
      .drawer-desktop .sidebar-list .submenu-container {
        margin-left: 1.5rem;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .drawer-desktop .sidebar-list .submenu-container .sidebar-link {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .drawer-desktop .sidebar-list .submenu-container .sidebar-link svg {
            width: 21px;
            height: 21px;
            color: #757575;
            fill: #757575; }
          .drawer-desktop .sidebar-list .submenu-container .sidebar-link .actions .tooltip {
            margin-left: 16px; }
        .drawer-desktop .sidebar-list .submenu-container .actions, .drawer-desktop .sidebar-list .submenu-container .sidebar-link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        .drawer-desktop .sidebar-list .submenu-container .actions {
          overflow: hidden !important; }
          .drawer-desktop .sidebar-list .submenu-container .actions span {
            margin-left: 13px;
            line-height: 48px;
            white-space: nowrap;
            color: #5f5c62;
            overflow: hidden;
            text-overflow: ellipsis; }
    .drawer-desktop .dropdown-link .actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 1em; }
      .drawer-desktop .dropdown-link .actions svg {
        width: 21px;
        height: 21px;
        color: #757575;
        fill: #757575; }
      .drawer-desktop .dropdown-link .actions span {
        color: #5f5c62; } }

.side-bar-footer {
  width: 200px;
  margin-left: 50px;
  margin-top: 24px;
  margin-bottom: 16px;
  position: relative; }

.digit-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  margin-bottom: 8px; }
  .digit-footer img {
    margin-right: 8px; }

.sidebar-list-footer {
  position: fixed;
  bottom: 0; }

.card, .card-emp {
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  margin: 8px;
  padding: 16px 16px 24px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  max-width: 960px; }
  .card .card-header, .card-emp .card-header {
    font-size: 32px;
    line-height: 40px;
    font-family: Roboto Condensed,sans-serif;
    margin-bottom: 16px; }
  .card .card-header, .card-emp .card-header, .card .card-sub-header, .card-emp .card-sub-header {
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity));
    font-weight: 700;
    vertical-align: middle;
    text-align: left; }
  .card .card-caption, .card-emp .card-caption, .card .card-sub-header, .card-emp .card-sub-header {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px; }
  .card .card-caption, .card-emp .card-caption, .card .card-text, .card-emp .card-text {
    --text-opacity:1;
    color: #505a5f;
    color: rgba(80, 90, 95, var(--text-opacity)); }
  .card .card-text, .card-emp .card-text {
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 24px; }
    .card .card-text span, .card-emp .card-text span {
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity)); }
  .card .card-text-primary, .card-emp .card-text-primary, .card span, .card-emp span {
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity)); }
  .card .card-text-button, .card-emp .card-text-button, .card .card-text-primary, .card-emp .card-text-primary {
    font-size: 16px;
    line-height: 24px; }
  .card .card-text-button, .card-emp .card-text-button {
    --text-opacity:1;
    color: #c84c0e;
    color: rgba(200, 76, 14, var(--text-opacity)); }
  .card .card-label, .card-emp .card-label, .card .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .card .control-label, .card-emp .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .card-emp .control-label, .card .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label span, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .card span, .card-emp .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label span, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .card-emp span {
    font-size: 19px;
    line-height: 23px;
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity));
    margin-bottom: 8px; }
  .card .card-label-error, .card-emp .card-label-error {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #d4351c;
    color: rgba(212, 53, 28, var(--text-opacity)); }
  .card .card-label-desc, .card-emp .card-label-desc, .card .card-label-error, .card-emp .card-label-error {
    --text-opacity:1;
    margin-bottom: 16px; }
  .card .card-label-desc, .card-emp .card-label-desc {
    font-weight: 700;
    color: #505a5f;
    color: rgba(80, 90, 95, var(--text-opacity)); }
  .card .card-label-desc, .card-emp .card-label-desc, .card .card-link, .card-emp .card-link {
    font-size: 16px;
    line-height: 24px; }
  .card .card-link, .card-emp .card-link {
    display: block;
    text-align: center;
    --text-opacity:1;
    color: #c84c0e;
    color: rgba(200, 76, 14, var(--text-opacity));
    margin-top: 16px;
    cursor: pointer; }

.validation-error {
  display: block;
  font-size: 14px;
  line-height: 16px;
  --text-opacity:1;
  color: #d4351c;
  color: rgba(212, 53, 28, var(--text-opacity)); }

.docsDescription {
  color: #0b0c0c !important; }

.field-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center; }

.employeeCard {
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  padding: 16px;
  margin-bottom: 64px;
  border-radius: 4px; }
  .employeeCard .card-header {
    font-size: 32px;
    line-height: 40px;
    font-family: Roboto Condensed,sans-serif;
    margin-bottom: 16px; }
  .employeeCard .card-header, .employeeCard .card-sub-header, .employeeCard .employee-card-sub-header {
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity));
    font-weight: 700;
    vertical-align: middle;
    text-align: left; }
  .employeeCard .card-sub-header, .employeeCard .employee-card-sub-header {
    font-size: 18px;
    line-height: 26px; }
  .employeeCard .card-section-header {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700; }
  .employeeCard .card-section-header, .employeeCard .card-section-sub-text {
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity)); }
  .employeeCard .card-section-sub-text {
    font-size: 14px;
    line-height: 16px; }
  .employeeCard .card-caption {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px; }
  .employeeCard .card-caption, .employeeCard .card-text {
    --text-opacity:1;
    color: #505a5f;
    color: rgba(80, 90, 95, var(--text-opacity)); }
  .employeeCard .card-text {
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 24px; }
    .employeeCard .card-text span {
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity)); }
  .employeeCard .card-text-primary, .employeeCard span {
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity)); }
  .employeeCard .card-text-button, .employeeCard .card-text-primary {
    font-size: 16px;
    line-height: 24px; }
  .employeeCard .card-text-button {
    --text-opacity:1;
    color: #c84c0e;
    color: rgba(200, 76, 14, var(--text-opacity)); }
  .employeeCard .card-label, .employeeCard .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .employeeCard .control-label, .employeeCard .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label span, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .employeeCard span {
    font-size: 19px;
    line-height: 23px;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity)); }
  .employeeCard .card-label, .employeeCard .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .employeeCard .control-label, .employeeCard .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label span, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .employeeCard span, .employeeCard .card-label-error {
    --text-opacity:1;
    margin-bottom: 16px; }
  .employeeCard .card-label-error {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #d4351c;
    color: rgba(212, 53, 28, var(--text-opacity)); }
  .employeeCard .card-label-desc {
    font-weight: 700;
    color: #505a5f;
    color: rgba(80, 90, 95, var(--text-opacity));
    margin-bottom: 16px; }
  .employeeCard .card-label-desc, .employeeCard .card-link {
    --text-opacity:1;
    font-size: 16px;
    line-height: 24px; }
  .employeeCard .card-link {
    display: block;
    text-align: center;
    color: #1d70b8;
    color: rgba(29, 112, 184, var(--text-opacity));
    margin-top: 16px; }
  .employeeCard .card-search-heading {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    padding-left: 25px; }

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px; }
  .header-wrap .header-start {
    margin-right: auto; }
  .header-wrap .header-content {
    margin-top: .2rem; }
  .header-wrap .header-end {
    margin-left: auto; }

.card-emp {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  margin: 8px; }

.submit-bar, .workbench .workbench-create-form div.action-bar-wrap .submit-bar {
  -webkit-box-shadow: inset 0 -2px 0 #0b0c0c;
  box-shadow: inset 0 -2px 0 #0b0c0c;
  cursor: pointer; }
  .submit-bar header, .workbench .workbench-create-form div.action-bar-wrap .submit-bar header {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    --text-opacity:1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    line-height: 2.5rem; }

.submit-bar, .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .submit-bar-disabled {
  height: 2.5rem;
  --bg-opacity:1;
  background-color: #c84c0e;
  background-color: rgba(200, 76, 14, var(--bg-opacity));
  text-align: center;
  width: 100%;
  outline: 2px solid transparent;
  outline-offset: 2px;
  outline: 2px solid transparent;
  outline-offset: 2px; }

.submit-bar-disabled {
  opacity: .5; }
  .submit-bar-disabled header {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    --text-opacity:1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    line-height: 2.5rem; }

@media (min-width: 780px) {
  .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .submit-bar-disabled {
    width: 240px; }
  .card, .card-emp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .card .card-header, .card-emp .card-header {
      font-size: 48px;
      line-height: 56px; }
    .card .card-sub-header, .card-emp .card-sub-header {
      font-size: 36px;
      line-height: 40px; }
    .card .card-caption, .card-emp .card-caption {
      font-size: 27px;
      line-height: 32px; }
    .card .card-text, .card-emp .card-text, .card .card-text-primary, .card-emp .card-text-primary {
      font-size: 19px;
      line-height: 28px; }
    .card .card-link, .card-emp .card-link {
      text-align: left; }
  .employeeCard {
    margin-bottom: 16px !important; }
    .employeeCard.filter {
      margin-left: auto;
      margin-right: auto; }
    .employeeCard .card-header {
      font-size: 48px;
      line-height: 56px; }
    .employeeCard .card-sub-header, .employeeCard .employee-card-sub-header {
      font-size: 36px;
      line-height: 40px; }
    .employeeCard .employee-card-sub-header {
      margin-bottom: 40px; }
    .employeeCard .card-section-header {
      margin-bottom: 40px;
      font-size: 24px;
      line-height: 32px; }
    .employeeCard .card-section-sub-text {
      --text-opacity:1;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity));
      font-size: 16px;
      line-height: 24px; }
    .employeeCard .card-search-heading {
      margin-right: 0 !important;
      margin-left: 0 !important;
      margin-bottom: 0 !important;
      padding-bottom: 0;
      padding-left: 25px; }
    .employeeCard .card-caption {
      font-size: 27px;
      line-height: 32px; }
    .employeeCard .card-text, .employeeCard .card-text-primary {
      font-size: 19px;
      line-height: 28px; }
    .employeeCard .card-link {
      text-align: left; }
    .employeeCard .label-field-pair {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .employeeCard .label-field-pair h2 {
        width: 30%; }
      .employeeCard .label-field-pair .field {
        width: 50%;
        margin-right: 20%;
        margin-right: unset; }
    .employeeCard .field-container span {
      background: #f7f7f7;
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: -16px;
      border: 2px solid #000;
      border-right: none; }
  .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px; }
    .header-wrap .header-start {
      margin-right: auto; }
    .header-wrap .header-end {
      margin-left: auto; } }

.card-section-header {
  --text-opacity:1;
  color: #0b0c0c;
  color: rgba(11, 12, 12, var(--text-opacity));
  font-size: 18px;
  line-height: 28px;
  font-weight: 700; }

.card-search-heading {
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0;
  padding-left: 25px; }

.button-sub-text {
  width: 100%; }

.home-page-info-banner-wrap {
  margin: "0px 16px 24px 16px"; }

@media (min-width: 780px) {
  .button-sub-text {
    width: 240px; }
  .home-page-info-banner-wrap {
    max-width: 45%;
    min-width: 40%;
    margin-left: 0;
    margin-right: 24px;
    margin-bottom: 24px; }
  .oc-aknowledgement-screen {
    width: auto;
    min-width: 240px;
    max-width: 100%;
    padding: 0 10px; } }

.card-label-error {
  display: block;
  font-size: 14px;
  line-height: 16px;
  --text-opacity:1;
  color: #d4351c;
  color: rgba(212, 53, 28, var(--text-opacity));
  margin-bottom: 16px; }

.BPAemployeeCard, .employeeCard-override {
  margin-left: 0 !important; }

.BPAemployeeCard {
  margin-right: 0 !important;
  margin-bottom: 64px !important; }

.employee-application-details {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  max-height: 60px !important;
  height: 60px !important; }

.employee-main-application-details {
  padding: 10px !important; }

.employee-mulitlink-main-div {
  z-index: 10 !important;
  max-width: 41% !important; }

.employee-download-btn-className {
  position: unset !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.employee-options-btn-className {
  position: unset !important;
  margin: 0 !important;
  width: 100% !important; }

.selector-button-primary {
  height: 2rem;
  --bg-opacity:1;
  background-color: #c84c0e;
  background-color: rgba(200, 76, 14, var(--bg-opacity));
  text-align: center;
  --border-opacity:1;
  border-color: #464646;
  border-bottom: 1px;
  border-style: solid;
  border-color: rgba(70, 70, 70, var(--border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 24px;
  padding-right: 24px; }
  .selector-button-primary:focus {
    outline: 2px solid transparent;
    outline-offset: 2px; }
  .selector-button-primary h2 {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    --text-opacity:1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity)); }

.selector-button-border {
  height: 2rem;
  --bg-opacity:1;
  background-color: #d6d5d4;
  background-color: rgba(214, 213, 212, var(--bg-opacity));
  text-align: center;
  --border-opacity:1;
  border-color: #464646;
  border-bottom: 1px;
  border-style: solid;
  border-color: rgba(70, 70, 70, var(--border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 24px;
  padding-right: 24px; }
  .selector-button-border:focus {
    outline: 2px solid transparent;
    outline-offset: 2px; }
  .selector-button-border h2 {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity)); }

.input-mirror-selector-button {
  height: 4rem !important;
  --bg-opacity:1!important;
  background-color: #d6d5d4 !important;
  background-color: rgba(214, 213, 212, var(--bg-opacity)) !important;
  text-align: center !important;
  --border-opacity:1!important;
  border-color: #464646 !important;
  border-bottom: 1px !important;
  border-style: solid !important;
  border-color: rgba(70, 70, 70, var(--border-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  padding-left: 24px !important;
  padding-right: 24px !important; }
  .input-mirror-selector-button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px; }
  .input-mirror-selector-button h2 {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity)); }

.selector-button-primary-disabled {
  height: 2rem;
  --bg-opacity:1;
  background-color: #c84c0e;
  background-color: rgba(200, 76, 14, var(--bg-opacity));
  text-align: center;
  --border-opacity:1;
  border-color: #464646;
  border-bottom: 1px;
  border-style: solid;
  border-color: rgba(70, 70, 70, var(--border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 24px;
  padding-right: 24px;
  opacity: .5; }
  .selector-button-primary-disabled:focus {
    outline: 2px solid transparent;
    outline-offset: 2px; }
  .selector-button-primary-disabled h2 {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    --text-opacity:1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity)); }

.submit-bar:focus, .workbench .workbench-create-form div.action-bar-wrap .submit-bar:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important; }

.jk-digit-secondary-btn {
  width: auto;
  height: 40px;
  background: #fff;
  border: 1px solid #c84c0e;
  padding: 12px;
  color: #c84c0e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
  cursor: pointer; }
  .jk-digit-secondary-btn svg {
    margin: 0 10px; }

.jk-digit-primary-btn {
  width: auto;
  height: 40px;
  background: #c84c0e;
  border: 1px solid #c84c0e;
  padding: 6px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 19px;
  -webkit-box-shadow: inset 0 -2px 0 #0b0c0c;
  box-shadow: inset 0 -2px 0 #0b0c0c; }
  .jk-digit-primary-btn svg {
    margin: 0 15px; }

.jk-digit-disabled-btn {
  opacity: .5;
  font-size: 19px;
  cursor: not-allowed; }

.jk-header-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 780px) {
  .jk-header-btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 15px; } }

.radio-wrap {
  margin-top: 8px;
  display: block;
  line-height: 2.5rem;
  margin-bottom: 24px;
  max-width: 540px; }
  .radio-wrap div {
    display: block;
    margin-bottom: 16px; }
  .radio-wrap .radio-btn-wrap {
    display: block;
    float: left;
    position: relative; }
    .radio-wrap .radio-btn-wrap:hover .radio-btn-checkmark {
      --border-opacity:1;
      border-color: #c84c0e;
      border-color: rgba(200, 76, 14, var(--border-opacity)); }
  .radio-wrap .radio-btn {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem; }
  .radio-wrap .radio-btn-checkmark {
    height: 2.5rem;
    width: 2.5rem;
    --border-opacity:1;
    border: 1px solid #464646;
    border-color: rgba(70, 70, 70, var(--border-opacity));
    border-radius: 9999px;
    display: block; }
  .radio-wrap label {
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity));
    font-size: 16px;
    line-height: 20px;
    margin-left: 16px; }
  .radio-wrap .radio-btn-checkmark:after {
    content: ""; }
  .radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark, .radio-wrap .radio-btn-wrap .checkbox-wrap .input-emp:checked ~ .radio-btn-checkmark, .checkbox-wrap .radio-wrap .radio-btn-wrap .input-emp:checked ~ .radio-btn-checkmark, .radio-wrap .radio-btn-wrap .digit-checkbox-wrap .input-emp:checked ~ .radio-btn-checkmark, .digit-checkbox-wrap .radio-wrap .radio-btn-wrap .input-emp:checked ~ .radio-btn-checkmark {
    border-width: 1px;
    --border-opacity:1;
    border-color: #c84c0e;
    border-color: rgba(200, 76, 14, var(--border-opacity)); }
  .radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after, .radio-wrap .radio-btn-wrap .checkbox-wrap .input-emp:checked ~ .radio-btn-checkmark:after, .checkbox-wrap .radio-wrap .radio-btn-wrap .input-emp:checked ~ .radio-btn-checkmark:after, .radio-wrap .radio-btn-wrap .digit-checkbox-wrap .input-emp:checked ~ .radio-btn-checkmark:after, .digit-checkbox-wrap .radio-wrap .radio-btn-wrap .input-emp:checked ~ .radio-btn-checkmark:after {
    display: block;
    --bg-opacity:1;
    background-color: #c84c0e;
    background-color: rgba(200, 76, 14, var(--bg-opacity));
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 9999px;
    position: absolute;
    top: 10px;
    left: 10px; }

.reverse-radio-selection-wrapper div {
  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;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  place-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.employee-select-wrap {
  margin-bottom: 24px;
  position: relative;
  max-width: 540px; }
  .employee-select-wrap .select {
    position: relative;
    display: block;
    width: 100%;
    height: 2.5rem;
    --border-opacity:1;
    border: 1px solid #464646;
    border-color: rgba(70, 70, 70, var(--border-opacity)); }
    .employee-select-wrap .select:hover {
      --border-opacity:1;
      border: 1px solid #c84c0e;
      border-color: rgba(200, 76, 14, var(--border-opacity)); }
    .employee-select-wrap .select input[type=text], .employee-select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .employee-select-wrap .select .input-emp[type=text], .employee-select-wrap .select .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .employee-select-wrap .select .input-emp[type=text] {
      width: calc(100% - 32px);
      background-color: initial;
      position: absolute;
      z-index: 10;
      width: 100%;
      height: 100%;
      outline: 2px solid transparent;
      outline-offset: 2px;
      padding-left: 8px; }
    .employee-select-wrap .select input[type=text], .employee-select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .employee-select-wrap .select .input-emp[type=text], .employee-select-wrap .select .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .employee-select-wrap .select .input-emp[type=text], .employee-select-wrap .select p {
      --text-opacity:1;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity));
      font-size: 16px;
      line-height: 20px; }
    .employee-select-wrap .select p {
      padding-top: 9px;
      float: left;
      margin-left: 8px; }
    .employee-select-wrap .select img, .employee-select-wrap .select svg {
      float: right;
      height: 1.5rem;
      width: 1.5rem;
      margin-top: 8px;
      margin-right: 8px; }
    .employee-select-wrap .select svg {
      position: absolute;
      right: 0; }
  .employee-select-wrap .select-active {
    position: relative;
    display: block;
    width: 100%;
    height: 2.5rem;
    --border-opacity:1;
    border: 1px solid #c84c0e;
    border-color: rgba(200, 76, 14, var(--border-opacity)); }
    .employee-select-wrap .select-active input[type=text], .employee-select-wrap .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .employee-select-wrap .select-active .input-emp[type=text], .employee-select-wrap .select-active .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .employee-select-wrap .select-active .input-emp[type=text] {
      width: calc(100% - 32px);
      background-color: initial;
      position: absolute;
      z-index: 10;
      width: 100%;
      height: 100%;
      outline: 2px solid transparent;
      outline-offset: 2px;
      padding-left: 8px; }
    .employee-select-wrap .select-active input[type=text], .employee-select-wrap .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .employee-select-wrap .select-active .input-emp[type=text], .employee-select-wrap .select-active .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .employee-select-wrap .select-active .input-emp[type=text], .employee-select-wrap .select-active p {
      --text-opacity:1;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity));
      font-size: 16px;
      line-height: 20px; }
    .employee-select-wrap .select-active p {
      float: left;
      margin-left: 8px;
      padding-top: 9px; }
    .employee-select-wrap .select-active img, .employee-select-wrap .select-active svg {
      float: right;
      height: 1.5rem;
      width: 1.5rem;
      margin-top: 8px;
      margin-right: 8px; }
    .employee-select-wrap .select-active svg {
      position: absolute;
      right: 0; }
  .employee-select-wrap .options-card {
    width: 100% !important;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    max-height: 400px;
    overflow: auto;
    position: absolute;
    z-index: 20;
    margin-top: 4px;
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    max-width: 100%; }
    .employee-select-wrap .options-card p {
      padding-top: 14px;
      width: 100%;
      height: 3rem;
      padding-left: 8px;
      --text-opacity:1;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity));
      font-size: 16px;
      line-height: 20px; }
      .employee-select-wrap .options-card p:hover {
        --bg-opacity:1;
        background-color: #eee;
        background-color: rgba(238, 238, 238, var(--bg-opacity)); }

.employee-select-wrap--elipses {
  width: 85% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select-wrap {
  margin-bottom: 24px;
  position: relative;
  max-width: 540px; }
  .select-wrap .select {
    position: relative;
    display: block;
    width: 100%;
    height: 2.5rem;
    --border-opacity:1;
    border: 1px solid #464646;
    border-color: rgba(70, 70, 70, var(--border-opacity)); }
    .select-wrap .select input[type=text], .select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .select-wrap .select .input-emp[type=text], .select-wrap .select .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .select-wrap .select .input-emp[type=text] {
      width: calc(100% - 32px);
      background-color: initial;
      position: absolute;
      z-index: 10;
      width: 100%;
      height: 100%;
      outline: 2px solid transparent;
      outline-offset: 2px;
      padding-left: 8px; }
    .select-wrap .select input[type=text], .select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .select-wrap .select .input-emp[type=text], .select-wrap .select .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .select-wrap .select .input-emp[type=text], .select-wrap .select p {
      --text-opacity:1;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity));
      font-size: 16px;
      line-height: 20px; }
    .select-wrap .select p {
      padding-top: 9px;
      float: left;
      margin-left: 8px; }
    .select-wrap .select img, .select-wrap .select svg {
      float: right;
      height: 1.5rem;
      width: 1.5rem;
      margin-top: 8px;
      margin-right: 8px; }
    .select-wrap .select svg {
      position: absolute;
      right: 0; }
  .select-wrap .select-active {
    position: relative;
    display: block;
    width: 100%;
    height: 2.5rem;
    --border-opacity:1;
    border: 1px solid #c84c0e;
    border-color: rgba(200, 76, 14, var(--border-opacity)); }
    .select-wrap .select-active input[type=text], .select-wrap .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .select-wrap .select-active .input-emp[type=text], .select-wrap .select-active .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .select-wrap .select-active .input-emp[type=text] {
      width: calc(100% - 32px);
      background-color: initial;
      position: absolute;
      z-index: 10;
      width: 100%;
      height: 100%;
      outline: 2px solid transparent;
      outline-offset: 2px;
      padding-left: 8px; }
    .select-wrap .select-active input[type=text], .select-wrap .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .select-wrap .select-active .input-emp[type=text], .select-wrap .select-active .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .select-wrap .select-active .input-emp[type=text], .select-wrap .select-active p {
      --text-opacity:1;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity));
      font-size: 16px;
      line-height: 20px; }
    .select-wrap .select-active p {
      float: left;
      margin-left: 8px;
      padding-top: 9px; }
    .select-wrap .select-active img, .select-wrap .select-active svg {
      float: right;
      height: 1.5rem;
      width: 1.5rem;
      margin-top: 8px;
      margin-right: 8px; }
    .select-wrap .select-active svg {
      position: absolute;
      right: 0; }
  .select-wrap .options-card {
    width: 100% !important;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 20;
    margin-top: 4px;
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); }
    .select-wrap .options-card p {
      padding-top: 14px;
      width: 100%;
      height: 3rem;
      padding-left: 8px;
      --text-opacity:1;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity));
      font-size: 16px;
      line-height: 20px; }
      .select-wrap .options-card p:hover {
        --bg-opacity:1;
        background-color: #eee;
        background-color: rgba(238, 238, 238, var(--bg-opacity)); }

.card-input {
  margin-bottom: 24px;
  padding-left: 8px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  margin-top: 8px;
  display: block;
  width: 100%;
  height: 2.5rem;
  --border-opacity:1;
  border: 1px solid #464646;
  border-color: rgba(70, 70, 70, var(--border-opacity));
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  line-height: 2.5rem;
  font-size: 16px;
  line-height: 20px;
  --text-opacity:1;
  color: #0b0c0c;
  color: rgba(11, 12, 12, var(--text-opacity)); }

.employee-card-input--front {
  background: #eee; }

.inputWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 500px; }
  .inputWrapper div {
    max-width: 80px; }
  .inputWrapper span {
    margin-top: 16px;
    margin-left: 10%;
    margin-right: 10%; }

@media (min-width: 780px) {
  .card-input, .card-input-error {
    width: 480px; }
  .employee-card-input, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .input-emp[type=checkbox], .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .input-emp[type=checkbox], .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox], .employee-card-input-error {
    width: 100%; }
  .card-textarea {
    width: 100%;
    max-width: 540px; }
  .employee-card-textarea {
    width: 100%; }
  .card-input-emp {
    width: 240px; } }

.citizen-card-input--front {
  background: #eee; }

.emp-success-wrap, .success-wrap {
  display: block;
  --bg-opacity:1;
  background-color: #00703c;
  background-color: rgba(0, 112, 60, var(--bg-opacity));
  width: 100%;
  text-align: center;
  --text-opacity:1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-top: 16px;
  padding-bottom: 8px;
  margin-bottom: 16px; }
  .emp-success-wrap header, .success-wrap header {
    display: block;
    margin-bottom: 8px;
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px; }
  .emp-success-wrap div img, .emp-success-wrap div svg, .success-wrap div img, .success-wrap div svg {
    padding: 13.67px;
    margin-left: auto;
    margin-right: auto;
    --border-opacity:1;
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
    border-radius: 9999px;
    height: 4rem;
    width: 4rem;
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    margin-bottom: 16px; }
  .emp-success-wrap div svg.payment-svg, .success-wrap div svg.payment-svg {
    border: unset;
    background-color: unset;
    border-radius: 9999px; }
  .emp-success-wrap div h2, .success-wrap div h2 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 8px; }
  .emp-success-wrap div h2, .emp-success-wrap div p, .success-wrap div h2, .success-wrap div p {
    font-weight: 700; }
  .emp-success-wrap div p, .success-wrap div p {
    font-size: 18px;
    line-height: 21px; }

.emp-error-wrap, .error-wrap {
  display: block;
  --bg-opacity:1;
  background-color: #d4351c;
  background-color: rgba(212, 53, 28, var(--bg-opacity));
  width: 100%;
  text-align: center;
  --text-opacity:1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-top: 16px;
  padding-bottom: 8px;
  margin-bottom: 16px; }
  .emp-error-wrap header, .error-wrap header {
    display: block;
    margin-bottom: 8px;
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px; }
  .emp-error-wrap img, .emp-error-wrap svg, .error-wrap img, .error-wrap svg {
    margin-left: auto;
    margin-right: auto;
    padding: 13.67px;
    --border-opacity:1;
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
    border-radius: 9999px;
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    height: 4rem;
    width: 4rem;
    margin-bottom: 16px; }

@media (min-width: 780px) {
  .success-wrap header {
    font-size: 48px;
    line-height: 56px; }
  .emp-success-wrap {
    width: 100%; }
    .emp-success-wrap header {
      font-size: 48px;
      line-height: 56px; }
  .error-wrap {
    width: 100%; }
    .error-wrap header {
      font-size: 48px;
      line-height: 56px; }
  .emp-error-wrap {
    width: 100%; }
    .emp-error-wrap header {
      font-size: 48px;
      line-height: 56px; } }

.photos-wrap {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px; }
  .photos-wrap img, .photos-wrap svg {
    margin-right: 14px; }
  .photos-wrap .last, .photos-wrap img, .photos-wrap svg {
    width: calc(33% - 9.333px); }

.banner .bannerCard {
  min-width: 400px; }

.banner .bannerLogo {
  width: 80px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #0b0c0c; }

.banner .bannerHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px; }

.date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px; }
  .date-wrap img, .date-wrap svg {
    height: 22px;
    width: 20px; }
  .date-wrap p {
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity));
    font-size: 16px;
    line-height: 24px;
    padding-left: 8px; }

@media (min-width: 780px) {
  .date-wrap p {
    font-size: 19px;
    line-height: 28px; } }

.data-table {
  --text-opacity:1;
  color: #0b0c0c;
  color: rgba(11, 12, 12, var(--text-opacity)); }
  .data-table .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom-width: 1px;
    --border-opacity:1;
    border-color: #d6d5d4;
    border-color: rgba(214, 213, 212, var(--border-opacity));
    padding-bottom: 8px;
    margin-bottom: 8px; }
    .data-table .row span {
      width: 70%;
      display: contents; }
    .data-table .row h2 {
      width: 40%;
      font-weight: 700; }
    .data-table .row .value, .data-table .row h2 {
      font-size: 16px;
      line-height: 24px; }
    .data-table .row .value {
      width: 50%;
      word-break: break-all; }
    .data-table .row .caption {
      width: 70%;
      font-size: 16px;
      line-height: 24px;
      --text-opacity:1;
      color: #505a5f;
      color: rgba(80, 90, 95, var(--text-opacity)); }
  .data-table .last {
    border: none;
    padding: 0;
    margin: 0; }

.employee-data-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  margin-bottom: 8px; }
  .employee-data-table .row span {
    width: 70%;
    display: contents; }
  .employee-data-table .row h2 {
    width: 30%;
    font-weight: 700; }
  .employee-data-table .row .value, .employee-data-table .row h2 {
    font-size: 16px;
    line-height: 24px; }
  .employee-data-table .row .value {
    width: 50%;
    white-space: break-spaces !important;
    word-break: break-all; }
  .employee-data-table .row .caption {
    width: 70%;
    font-size: 16px;
    line-height: 24px;
    --text-opacity:1;
    color: #505a5f;
    color: rgba(80, 90, 95, var(--text-opacity)); }

.employee-data-table .last {
  border: none;
  padding: 0;
  margin: 0; }

.employee-data-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  margin-bottom: 8px; }
  .employee-data-table .row span {
    width: 70%;
    display: contents; }
  .employee-data-table .row h2 {
    width: 30%;
    font-weight: 500; }
  .employee-data-table .row .value, .employee-data-table .row h2 {
    font-size: 16px;
    line-height: 24px; }
  .employee-data-table .row .value {
    white-space: break-spaces !important;
    word-break: break-all;
    width: 60%; }
    .employee-data-table .row .value.status-row-radio div {
      margin-right: 1rem;
      width: 50%; }
    .employee-data-table .row .value.status-row-radio .mg-sm {
      width: 30%; }
  .employee-data-table .row .caption {
    width: 70%;
    font-size: 16px;
    line-height: 24px;
    --text-opacity:1;
    color: #505a5f;
    color: rgba(80, 90, 95, var(--text-opacity)); }

.employee-data-table .last {
  border: none;
  padding: 0;
  margin: 0; }

.employee-data-table.status-radio-table {
  margin-top: 1rem; }
  .employee-data-table.status-radio-table .row span {
    width: 24px;
    display: block;
    float: left;
    border-radius: 50%; }

.employee-data-table.view-header .row {
  display: grid;
  grid-template-columns: 1fr 68%; }

.pt-citizen .data-table .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.checkpoint-connect-wrap {
  padding-bottom: 40px;
  position: relative; }

.checkpoint-done {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .checkpoint-done h2 {
    z-index: 10;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    --border-opacity:1;
    border-color: #c84c0e;
    border-bottom: 1px;
    border-color: rgba(200, 76, 14, var(--border-opacity));
    border-style: solid;
    --bg-opacity:1;
    background-color: #c84c0e;
    background-color: rgba(200, 76, 14, var(--bg-opacity)); }
  .checkpoint-done header {
    margin-left: 16px; }
    .checkpoint-done header p {
      margin-top: 4px;
      --text-opacity:1;
      color: #505a5f;
      color: rgba(80, 90, 95, var(--text-opacity)); }

.checkpoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .checkpoint h2 {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    --text-opacity:1;
    --border-opacity:1;
    border-color: #d6d5d4;
    border-bottom: 1px;
    border-color: rgba(214, 213, 212, var(--border-opacity));
    border-style: solid;
    --bg-opacity:1;
    background-color: #d6d5d4;
    background-color: rgba(214, 213, 212, var(--bg-opacity)); }
  .checkpoint header {
    margin-left: 16px; }
    .checkpoint header p {
      margin-top: 4px;
      --text-opacity:1;
      color: #505a5f;
      color: rgba(80, 90, 95, var(--text-opacity)); }

.checkpoint-connect {
  margin-left: 12px;
  margin-top: 22px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  --border-opacity:1;
  border-color: #d6d5d4;
  border-left: 1px;
  border-color: rgba(214, 213, 212, var(--border-opacity));
  border-style: solid; }

.checkpoint-comments-wrap {
  max-width: 560px;
  --bg-opacity:1;
  background-color: #eee;
  background-color: rgba(238, 238, 238, var(--bg-opacity));
  padding: 8px;
  margin-top: 8px; }
  .checkpoint-comments-wrap h4 {
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity)); }
  .checkpoint-comments-wrap h4, .checkpoint-comments-wrap p {
    --text-opacity:1;
    font-size: 16px;
    line-height: 24px; }
  .checkpoint-comments-wrap p {
    color: #505a5f;
    color: rgba(80, 90, 95, var(--text-opacity)); }

.checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  position: relative;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .checkbox-wrap input, .checkbox-wrap .input-emp {
    width: 38px;
    height: 38px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  .checkbox-wrap .input-emp {
    width: 24px;
    height: 24px; }
  .checkbox-wrap .custom-checkbox, .checkbox-wrap .custom-checkbox-emp {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    --border-opacity:1;
    border: 1px solid #464646;
    border-color: rgba(70, 70, 70, var(--border-opacity));
    z-index: 0; }
    .checkbox-wrap .custom-checkbox img, .checkbox-wrap .custom-checkbox-emp img, .checkbox-wrap .custom-checkbox svg, .checkbox-wrap .custom-checkbox-emp svg {
      opacity: 0; }
  .checkbox-wrap .custom-checkbox-emp {
    width: 24px;
    height: 24px; }
  .checkbox-wrap input:checked ~ .custom-checkbox, .checkbox-wrap .input-emp:checked ~ .custom-checkbox, .checkbox-wrap .digit-checkbox-wrap .input-emp:checked ~ .custom-checkbox, .checkbox-wrap input:checked ~ .custom-checkbox-emp, .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp, .checkbox-wrap .digit-checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp, .checkbox-wrap input:hover ~ .custom-checkbox, .checkbox-wrap .input-emp:hover ~ .custom-checkbox, .checkbox-wrap .digit-checkbox-wrap .input-emp:hover ~ .custom-checkbox, .checkbox-wrap input:hover ~ .custom-checkbox-emp, .checkbox-wrap .input-emp:hover ~ .custom-checkbox-emp, .checkbox-wrap .digit-checkbox-wrap .input-emp:hover ~ .custom-checkbox-emp {
    border-width: 1px;
    --border-opacity:1;
    border-color: #c84c0e;
    border-color: rgba(200, 76, 14, var(--border-opacity)); }
  .checkbox-wrap input:checked ~ .custom-checkbox img, .checkbox-wrap .input-emp:checked ~ .custom-checkbox img, .checkbox-wrap .digit-checkbox-wrap .input-emp:checked ~ .custom-checkbox img, .checkbox-wrap input:checked ~ .custom-checkbox-emp img, .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp img, .checkbox-wrap .digit-checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp img, .checkbox-wrap input:checked ~ .custom-checkbox svg, .checkbox-wrap .input-emp:checked ~ .custom-checkbox svg, .checkbox-wrap .digit-checkbox-wrap .input-emp:checked ~ .custom-checkbox svg, .checkbox-wrap input:checked ~ .custom-checkbox-emp svg, .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp svg, .checkbox-wrap .digit-checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp svg {
    opacity: 1; }
  .checkbox-wrap .label {
    margin-left: 56px;
    font-size: 16px;
    line-height: 20px;
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity)); }

.input-otp-wrap {
  margin-bottom: 24px; }
  .input-otp-wrap input, .input-otp-wrap .checkbox-wrap .input-emp, .checkbox-wrap .input-otp-wrap .input-emp, .input-otp-wrap .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .input-otp-wrap .input-emp {
    --border-opacity:1;
    border: 1px solid #464646;
    border-color: rgba(70, 70, 70, var(--border-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 16px;
    line-height: 20px;
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity));
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center; }
  .input-otp-wrap input::-webkit-inner-spin-button, .input-otp-wrap .checkbox-wrap .input-emp::-webkit-inner-spin-button, .checkbox-wrap .input-otp-wrap .input-emp::-webkit-inner-spin-button, .input-otp-wrap .digit-checkbox-wrap .input-emp::-webkit-inner-spin-button, .digit-checkbox-wrap .input-otp-wrap .input-emp::-webkit-inner-spin-button, .input-otp-wrap input::-webkit-outer-spin-button, .input-otp-wrap .checkbox-wrap .input-emp::-webkit-outer-spin-button, .checkbox-wrap .input-otp-wrap .input-emp::-webkit-outer-spin-button, .input-otp-wrap .digit-checkbox-wrap .input-emp::-webkit-outer-spin-button, .digit-checkbox-wrap .input-otp-wrap .input-emp::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .input-otp-wrap input[type=number], .input-otp-wrap .checkbox-wrap .input-emp[type=number], .checkbox-wrap .input-otp-wrap .input-emp[type=number], .input-otp-wrap .digit-checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap .input-otp-wrap .input-emp[type=number] {
    -moz-appearance: textfield; }

.map-wrap {
  padding-bottom: 24px; }

.map {
  width: 100%;
  height: 384px;
  overflow: visible;
  position: relative; }

.map-search-bar-wrap {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.map-search-bar-icon {
  display: inline;
  height: 1.5rem;
  width: 1.5rem;
  margin: 8px; }

.map-search-bar {
  display: block !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  font-size: 16px !important;
  line-height: 20px !important;
  --text-opacity:1!important;
  color: #0b0c0c !important;
  color: rgba(11, 12, 12, var(--text-opacity)) !important;
  height: 2.5rem !important;
  width: 100% !important; }

.map-search-bar:focus {
  border: none; }

.tooltip {
  position: relative;
  display: inline-block; }

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.tooltip .tooltiptext:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #555; }

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  cursor: pointer; }

.error-message-wrap {
  width: 100%;
  margin-bottom: 8px;
  padding: 16px;
  --border-opacity:1;
  border: 4px solid #d4351c;
  border-color: rgba(212, 53, 28, var(--border-opacity)); }
  .error-message-wrap h2 {
    margin-bottom: 8px; }
  .error-message-wrap h2, .error-message-wrap p {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    display: block; }
  .error-message-wrap p {
    --text-opacity:1;
    color: #d4351c;
    color: rgba(212, 53, 28, var(--text-opacity)); }

.rating-star-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px; }
  .rating-star-wrap img, .rating-star-wrap svg {
    width: 40px;
    height: 38px;
    display: block;
    margin-right: 8px; }

@media (min-width: 780px) {
  .rating-star-wrap {
    width: 40%; } }

.rating-with-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 100%; }
  .rating-with-text svg {
    width: 24px;
    height: 38px;
    display: block;
    margin-right: 8px; }

.key-note-pair {
  margin-bottom: 16px; }
  .key-note-pair h3 {
    margin-bottom: 4px;
    font-weight: 700; }
  .key-note-pair h3, .key-note-pair p {
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity)); }
  .key-note-pair .caption, .key-note-pair h3, .key-note-pair p {
    --text-opacity:1;
    font-size: 16px;
    line-height: 24px; }
  .key-note-pair .caption {
    color: #505a5f;
    color: rgba(80, 90, 95, var(--text-opacity)); }

@media (min-width: 780px) {
  .key-note-pair .caption, .key-note-pair p {
    font-size: 19px;
    line-height: 28px; }
  .key-note-pair .caption {
    --text-opacity:1;
    color: #505a5f;
    color: rgba(80, 90, 95, var(--text-opacity)); } }

.status-highlight {
  --bg-opacity:12%!important;
  border-radius: 16px;
  height: 2rem;
  width: 5rem;
  --bg-opacity:1;
  background-color: #d4351c;
  background-color: rgba(212, 53, 28, var(--bg-opacity));
  margin-bottom: 8px; }
  .status-highlight p {
    padding-top: 6px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    --text-opacity:1;
    color: #d4351c;
    color: rgba(212, 53, 28, var(--text-opacity));
    cursor: pointer; }
  .status-highlight.success {
    --bg-opacity:1;
    background-color: #00703c;
    background-color: rgba(0, 112, 60, var(--bg-opacity)); }
    .status-highlight.success p {
      --text-opacity:1;
      color: #00703c;
      color: rgba(0, 112, 60, var(--text-opacity)); }

.image-viewer-wrap {
  --bg-opacity:1;
  background-color: #0b0c0c;
  background-color: rgba(11, 12, 12, var(--bg-opacity));
  padding: 16px;
  top: 0;
  left: 0;
  z-index: 20;
  position: fixed;
  width: 100%;
  height: 100%; }
  .image-viewer-wrap svg {
    top: 90px;
    right: 16px;
    position: absolute;
    height: 1.5rem;
    width: 1.5rem; }
  .image-viewer-wrap img {
    margin-top: 40%;
    max-width: 100%;
    height: auto; }

@media (min-width: 780px) {
  .image-viewer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    --bg-opacity:1;
    background-color: #0b0c0c;
    background-color: rgba(11, 12, 12, var(--bg-opacity));
    padding: 16px; }
    .image-viewer-wrap svg {
      top: 90px;
      right: 16px;
      position: absolute;
      height: 1.5rem;
      width: 1.5rem; }
    .image-viewer-wrap img {
      width: auto;
      height: auto;
      max-width: 640px;
      margin: auto; } }

.action-bar-wrap, .workbench .workbench-create-form div.action-bar-wrap {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 -2px 8px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.16);
  max-width: 480px;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 8px;
  position: fixed;
  text-align: right; }
  .action-bar-wrap div, .workbench .workbench-create-form div.action-bar-wrap div {
    width: 100%; }
  .action-bar-wrap .menu-wrap, .workbench .workbench-create-form div.action-bar-wrap .menu-wrap {
    position: absolute;
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    text-align: left;
    margin-bottom: 4px;
    z-index: 30;
    cursor: pointer;
    bottom: 45px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    width: calc(100% - 16px);
    right: 8px; }
    .action-bar-wrap .menu-wrap div, .workbench .workbench-create-form div.action-bar-wrap .menu-wrap div {
      height: 3rem;
      padding-left: 8px;
      padding-top: 16px;
      padding-bottom: 16px;
      font-size: 16px;
      line-height: 24px;
      --text-opacity:1;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity)); }
      .action-bar-wrap .menu-wrap div:hover, .workbench .workbench-create-form div.action-bar-wrap .menu-wrap div:hover {
        --bg-opacity:1;
        background-color: #eee;
        background-color: rgba(238, 238, 238, var(--bg-opacity));
        width: 100%; }

@media (min-width: 780px) {
  .action-bar-wrap, .workbench .workbench-create-form div.action-bar-wrap {
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 -2px 8px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.16);
    left: 0;
    max-width: none;
    z-index: 999;
    position: fixed;
    bottom: 0;
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 24px;
    text-align: right; }
    .action-bar-wrap div, .workbench .workbench-create-form div.action-bar-wrap div {
      width: calc(100% - 16px); }
    .action-bar-wrap .menu-wrap, .workbench .workbench-create-form div.action-bar-wrap .menu-wrap {
      bottom: 45px;
      top: unset;
      -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
      box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
      position: absolute;
      height: auto;
      --bg-opacity:1;
      background-color: #fff;
      background-color: rgba(255, 255, 255, var(--bg-opacity));
      text-align: left;
      margin-bottom: 4px;
      z-index: 30;
      width: 240px;
      right: 24px; }
      .action-bar-wrap .menu-wrap div, .workbench .workbench-create-form div.action-bar-wrap .menu-wrap div {
        height: 3rem;
        padding-left: 8px;
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 16px;
        line-height: 24px;
        --text-opacity:1;
        color: #0b0c0c;
        color: rgba(11, 12, 12, var(--text-opacity)); }
        .action-bar-wrap .menu-wrap div:hover, .workbench .workbench-create-form div.action-bar-wrap .menu-wrap div:hover {
          --bg-opacity:1;
          background-color: #eee;
          background-color: rgba(238, 238, 238, var(--bg-opacity));
          width: 100%; } }

.action-bar-wrap-registry div {
  width: 100%; }

.action-bar-wrap-registry .menu-wrap {
  position: absolute;
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  text-align: left;
  margin-bottom: 4px;
  z-index: 30;
  cursor: pointer;
  -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  width: 160px;
  right: 60px; }
  .action-bar-wrap-registry .menu-wrap div {
    height: 3rem;
    padding-left: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity)); }
    .action-bar-wrap-registry .menu-wrap div:hover {
      --bg-opacity:1;
      background-color: #eee;
      background-color: rgba(238, 238, 238, var(--bg-opacity));
      width: 100%; }

.action-bar-wrap-registry .search-add {
  padding: 12px 16px;
  color: #f47738;
  cursor: pointer; }

.action-bar-wrap-registry .search-add, .action-bar-wrap-registry .search-add-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.action-bar-wrap-registry .search-add-icon {
  background: #f47738;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px; }

.table {
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  width: 100%; }
  .table thead th {
    background-color: #fff;
    padding: 20px 18px;
    font-weight: 700;
    vertical-align: middle;
    text-align: left; }
    .table thead th:first-child {
      min-width: 256px; }
    .table thead th:nth-child(2) {
      min-width: 200px; }
  .table tbody {
    border: none;
    padding: 0;
    margin: 0; }
    .table tbody td {
      border-top-width: 1px;
      --border-opacity:1;
      border-color: #d6d5d4;
      border-color: rgba(214, 213, 212, var(--border-opacity));
      text-align: left;
      vertical-align: middle;
      padding: "20px 18px"; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-top: 1px solid #d6d5d4;
  padding: 20px 40px 20px 0;
  color: #505a5f; }
  .pagination svg {
    fill: #505a5f;
    margin-left: 16px; }

.pagination button:first-child span:after {
  content: "\f105"; }

.fullWidth {
  width: 100% !important; }

.customTable {
  width: 100%; }
  .customTable th {
    font-weight: 700; }
  .customTable td, .customTable th {
    text-align: left;
    border-bottom: 1px solid #b1b4b6;
    padding: 15px 10px; }
  .customTable tr:nth-child(odd) {
    background-color: #eee; }
  .customTable tr:nth-child(2n) {
    background-color: #fff; }
  .customTable thead tr:first-child {
    background-color: unset; }

.table-fixed-first-column thead th:first-child {
  position: sticky;
  background: #fff;
  left: 0;
  border-right: 1px solid #b1b4b6;
  border-top-left-radius: 4px; }

.table-fixed-first-column tbody td:first-child {
  position: sticky;
  background: #fff;
  color: #c84c0e;
  left: 0;
  border-right: 1px solid #b1b4b6; }

.table-fixed-last-column thead th:last-child {
  position: sticky;
  background: #fff;
  right: 0;
  left: 0;
  border-top-left-radius: 4px; }

.table-fixed-last-column tbody td:last-child {
  position: sticky;
  background: #fff;
  color: #c84c0e;
  left: 0;
  right: 0; }

.table-fixed-column-common-pay thead th:first-child {
  left: 0; }

.table-fixed-column-common-pay thead th:first-child, .table-fixed-column-common-pay thead th:last-child {
  position: sticky;
  background: #eee;
  border-top-left-radius: 4px; }

.table-fixed-column-common-pay thead th:last-child {
  right: 0; }

.table-fixed-column-common-pay tbody td:first-child {
  left: 0; }

.table-fixed-column-common-pay tbody td:first-child, .table-fixed-column-common-pay tbody td:last-child {
  position: sticky;
  background: #eee; }

.table-fixed-column-common-pay tbody td:last-child {
  right: 0; }

.table-fixed-first-second-column thead th:nth-child(2) {
  position: sticky;
  left: 0;
  background-color: #fff; }

.table-fixed-first-second-column tbody td:nth-child(2) {
  position: sticky;
  left: 0;
  background-color: inherit; }

.table-border-style {
  border: 1px solid #b1b4b6;
  border-radius: 4px;
  border-spacing: 0;
  border-collapse: initial; }

.dss-table-wrapper {
  width: 100%;
  display: block;
  overflow-x: auto; }
  .dss-table-wrapper table th .tooltip {
    min-width: 80px; }
  .dss-table-wrapper table tr td span {
    white-space: pre;
    min-width: 80px; }

.reports-table {
  margin-top: 2rem; }
  .reports-table thead th:first-child {
    min-width: unset; }

.popup-wrap {
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
  min-height: 100vh;
  z-index: 10000; }

@media (min-width: 780px) {
  .popup-wrap {
    background: rgba(0, 0, 0, 0.7);
    min-height: 100vh; } }

.popup-close-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.upload-wrap {
  width: 100%;
  height: 10rem;
  --bg-opacity:1;
  background-color: #fafafa;
  background-color: rgba(250, 250, 250, var(--bg-opacity));
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  --border-opacity:1;
  border: 1px dashed #d6d5d4;
  border-color: rgba(214, 213, 212, var(--border-opacity));
  max-width: 540px; }
  .upload-wrap img {
    display: block;
    margin-top: 58px;
    margin-left: calc(50% - 23px);
    height: 42px;
    width: 46px; }
  .upload-wrap svg {
    display: block;
    margin-top: 58px;
    margin-left: calc(50% - 23px);
    height: 42px;
    width: 46px; }
  .upload-wrap input, .upload-wrap .checkbox-wrap .input-emp, .checkbox-wrap .upload-wrap .input-emp, .upload-wrap .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .upload-wrap .input-emp {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0; }

.multi-upload-wrap, .upload-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px; }

.multi-upload-wrap div {
  display: block;
  position: relative;
  background-color: #fafafa;
  width: calc(33.33333% - 5.33333px);
  margin-right: 8px; }
  .multi-upload-wrap div .delete {
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    top: 2px;
    right: 2px; }

.multi-upload-wrap .upload-img-container {
  border: 1px dashed #d6d5d4;
  margin: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .multi-upload-wrap .upload-img-container img {
    margin-left: auto;
    margin-right: auto;
    padding-top: calc(33% - 21px); }
  .multi-upload-wrap .upload-img-container svg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    top: calc(50% - 21px);
    position: relative; }
  .multi-upload-wrap .upload-img-container input, .multi-upload-wrap .upload-img-container .checkbox-wrap .input-emp, .checkbox-wrap .multi-upload-wrap .upload-img-container .input-emp, .multi-upload-wrap .upload-img-container .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .multi-upload-wrap .upload-img-container .input-emp {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0; }

.upload-file-max-width {
  max-width: 540px; }

.upload-file {
  min-height: 56px;
  position: relative;
  border-width: 1px;
  --border-opacity:1;
  border-color: #464646;
  border-color: rgba(70, 70, 70, var(--border-opacity));
  width: 100%; }
  .upload-file div {
    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%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    margin-top: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .upload-file div .file-upload-status {
      font-size: 16px;
      line-height: 24px;
      margin-left: 8px; }
  .upload-file input, .upload-file .checkbox-wrap .input-emp, .checkbox-wrap .upload-file .input-emp, .upload-file .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .upload-file .input-emp {
    width: 160px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%; }

@media (min-width: 780px) {
  .multi-upload-wrap img {
    width: 100%;
    height: 158px; } }

.toast-success {
  max-width: 480px;
  width: calc(100% - 20px);
  bottom: 64px;
  left: 0;
  margin: 0 10px;
  grid-gap: 16px;
  gap: 16px;
  border-radius: 4px;
  min-height: 48px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --bg-opacity:1;
  background-color: #00703c;
  background-color: rgba(0, 112, 60, var(--bg-opacity));
  line-height: 1.75rem;
  z-index: 20;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 8px; }
  .toast-success svg {
    height: 20px;
    width: 20px; }
  .toast-success .toast-close-btn {
    margin-left: auto; }
  .toast-success h2 {
    font-size: 16px;
    line-height: 24px;
    --text-opacity:1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity)); }

@media (min-width: 780px) {
  .toast-success {
    width: 100%;
    left: calc(50% - 240px); } }

.details-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 8px;
  padding: 16px 8px;
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: .25rem; }
  .details-container .detail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: .5rem;
    gap: .5rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .details-container .detail .label {
      width: 138px;
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      --text-opacity:1;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity));
      margin-bottom: 16px; }
    .details-container .detail .name {
      padding-top: 16px; }

.telephone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .telephone img, .telephone svg {
    height: 22px;
    width: 20px;
    color: #c84c0e;
    color: rgba(200, 76, 14, var(--text-opacity));
    margin-left: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .telephone img, .telephone p, .telephone svg {
    --text-opacity:1; }
  .telephone p {
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity));
    font-size: 16px;
    line-height: 24px;
    padding-left: 8px; }

.call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 24px; }

.call, .grey {
  --text-opacity:1;
  color: #505a5f;
  color: rgba(80, 90, 95, var(--text-opacity)); }

.action-link {
  --text-opacity:1!important;
  color: #c84c0e !important;
  color: rgba(200, 76, 14, var(--text-opacity)) !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-right: 24px !important; }

.sect-dropdown-wrap {
  margin-bottom: 24px;
  position: relative; }
  .sect-dropdown-wrap .sect-dropdown-input-wrap {
    display: block;
    width: 100%;
    height: 2.5rem;
    --border-opacity:1;
    border: 1px solid #464646;
    border-color: rgba(70, 70, 70, var(--border-opacity)); }
    .sect-dropdown-wrap .sect-dropdown-input-wrap input[type=text], .sect-dropdown-wrap .sect-dropdown-input-wrap .checkbox-wrap .input-emp[type=text], .checkbox-wrap .sect-dropdown-wrap .sect-dropdown-input-wrap .input-emp[type=text], .sect-dropdown-wrap .sect-dropdown-input-wrap .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .sect-dropdown-wrap .sect-dropdown-input-wrap .input-emp[type=text] {
      width: calc(100% - 32px);
      height: 100%;
      outline: 2px solid transparent;
      outline-offset: 2px;
      padding-left: 8px; }
    .sect-dropdown-wrap .sect-dropdown-input-wrap input[type=text], .sect-dropdown-wrap .sect-dropdown-input-wrap .checkbox-wrap .input-emp[type=text], .checkbox-wrap .sect-dropdown-wrap .sect-dropdown-input-wrap .input-emp[type=text], .sect-dropdown-wrap .sect-dropdown-input-wrap .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .sect-dropdown-wrap .sect-dropdown-input-wrap .input-emp[type=text], .sect-dropdown-wrap .sect-dropdown-input-wrap p {
      --text-opacity:1;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity));
      font-size: 16px;
      line-height: 20px; }
    .sect-dropdown-wrap .sect-dropdown-input-wrap p {
      padding-top: 9px;
      float: left;
      margin-left: 8px; }
    .sect-dropdown-wrap .sect-dropdown-input-wrap img, .sect-dropdown-wrap .sect-dropdown-input-wrap svg {
      float: right;
      height: 1.5rem;
      width: 1.5rem;
      margin-top: 8px;
      margin-right: 8px; }
  .sect-dropdown-wrap .sect-dropdown-card {
    width: 100% !important;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 10;
    margin-top: 4px;
    padding-bottom: 8px;
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); }
    .sect-dropdown-wrap .sect-dropdown-card h1 {
      padding-left: 8px;
      padding-top: 16px;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity)); }
    .sect-dropdown-wrap .sect-dropdown-card h1, .sect-dropdown-wrap .sect-dropdown-card p {
      --text-opacity:1;
      font-size: 16px;
      line-height: 20px; }
    .sect-dropdown-wrap .sect-dropdown-card p {
      padding-left: 21px;
      width: 100%;
      padding-top: 8px;
      color: #505a5f;
      color: rgba(80, 90, 95, var(--text-opacity)); }
      .sect-dropdown-wrap .sect-dropdown-card p:hover {
        --bg-opacity:1;
        background-color: #eee;
        background-color: rgba(238, 238, 238, var(--bg-opacity)); }

.details-card {
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  margin: 8px;
  padding: 8px 8px 24px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16); }
  .details-card .card-label, .details-card .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .details-card .control-label, .details-card .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label span, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .details-card span {
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity));
    margin-bottom: 16px; }

.searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .searchBox .searchAction {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    --text-opacity:1;
    color: #c84c0e;
    color: rgba(200, 76, 14, var(--text-opacity)); }
    .searchBox .searchAction .searchText {
      margin-left: 8px; }

.svgPrimaryH16px svg {
  width: 18px;
  height: 1.5rem; }
  .svgPrimaryH16px svg path {
    fill: #c84c0e; }

.tag-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px; }
  .tag-container .tag {
    --bg-opacity:1;
    background-color: #eee;
    background-color: rgba(238, 238, 238, var(--bg-opacity));
    border-radius: 1rem;
    padding-top: 8px;
    padding-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    margin-left: 2px;
    height: 2rem;
    margin-top: 1rem; }
    .tag-container .tag .text {
      padding-right: 5px;
      max-width: calc(100% - 24px);
      height: 22px;
      overflow: hidden;
      text-overflow: clip; }
    .tag-container .tag:hover {
      cursor: pointer; }
      .tag-container .tag:hover .close {
        fill: #000; }

.topbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 24px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 1px 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .topbar img {
    display: inline; }
    .topbar img.city {
      margin-right: 8px;
      height: 48px;
      width: 48px; }
    .topbar img.state {
      height: 20px;
      max-height: 20px;
      width: auto; }
  .topbar .ulb {
    font-weight: 700;
    display: inline-block; }
  .topbar .right {
    float: right;
    margin-top: 12px;
    position: relative; }
    .topbar .right svg {
      display: inline; }
    .topbar .right .user-img-txt {
      background: #c84c0e;
      padding: 10px 15px;
      border-radius: 50%;
      color: #fff;
      font-weight: 700; }
  .topbar .left {
    float: left; }
  .topbar .w-80 {
    width: 70%; }
  .topbar .width-20 {
    width: 30%; }
  .topbar .margin-top-6 {
    margin-top: 6px; }
  .topbar .margin-right-30 {
    margin-right: 30px; }
  .topbar .margin-top-10 {
    margin-top: 10px; }
  .topbar .icon {
    display: block;
    color: #757575;
    fill: #757575;
    height: 21px;
    width: 21px; }
  .topbar .column-gap-15 {
    grid-column-gap: 15px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px; }
  .topbar .column-gap-5 {
    grid-column-gap: 5px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px; }
  .topbar .employee-select-wrap, .topbar .select-wrap {
    margin-bottom: 0; }
    .topbar .employee-select-wrap .profile-dropdown--item span, .topbar .select-wrap .profile-dropdown--item span {
      white-space: pre; }

.cp {
  cursor: pointer; }
  .cp .hamburger {
    display: none; }
  @media (max-width: 780px) {
    .cp .hamburger {
      display: none; } }

.citizen .right {
  margin-top: 5px;
  margin-bottom: 5px; }

.citizen .topbar-select-wrap {
  margin-bottom: 0; }

.citizen .flex-between {
  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; }

.profile-dropdown--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px;
  grid-column-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #505a5f; }
  .profile-dropdown--item:hover {
    background: #eee; }

.flex-right {
  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;
  min-width: 85px; }

video::-webkit-media-controls-panel {
  top: 55%;
  position: absolute;
  width: 100%; }

.topbarOptionsClassName {
  right: -3rem !important; }

.language-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.language-selector div:not(:first-child) {
  margin-left: 10px; }

.bannerCard .language-button-container button {
  width: 6.2rem;
  height: 2.5rem; }

.bannerCard .customBtn, .bannerCard .customBtn-selected {
  border-color: #505a5f; }

.bannerCard .customBtn:focus, .bannerCard .customBtn-selected:focus {
  outline: none; }

.bannerCard .customBtn-selected {
  border-color: transparent; }

.bannerCard .bannerHeader p {
  font-size: 19px; }

.customBtn, .customBtn-selected {
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  color: #0b0c0c;
  color: rgba(11, 12, 12, var(--text-opacity));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 8px;
  padding-right: 8px;
  --border-opacity:1;
  border: 1px solid #c84c0e;
  border-color: rgba(200, 76, 14, var(--border-opacity));
  margin: 0 4.65% 0 0;
  height: 30px;
  line-height: 30px; }

.customBtn, .customBtn-selected, .customBtn-selected {
  --bg-opacity:1;
  --text-opacity:1; }

.customBtn-selected {
  background-color: #c84c0e;
  background-color: rgba(200, 76, 14, var(--bg-opacity));
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 500; }

.citizen-info-label {
  padding: 8px;
  --border-opacity:1;
  border: 4px solid #1d70b8;
  border-color: rgba(29, 112, 184, var(--border-opacity));
  font-size: 18px;
  line-height: 28px;
  margin: 8px;
  max-width: 960px; }
  .citizen-info-label p {
    --text-opacity:1;
    color: #1d70b8;
    color: rgba(29, 112, 184, var(--text-opacity));
    font-weight: 700;
    margin-top: 4px;
    font-size: 16px;
    line-height: 24px; }

@media (min-width: 780px) {
  .citizen-info-label {
    margin: 0; } }

.roundedLabel {
  width: 24px;
  height: 24px;
  border-radius: 15px;
  position: absolute;
  z-index: 100;
  bottom: 10px;
  right: 70px;
  margin-left: 8px;
  --bg-opacity:1;
  background-color: #d4351c;
  background-color: rgba(212, 53, 28, var(--bg-opacity));
  text-align: center;
  --text-opacity:1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity)); }

.language-title {
  margin-bottom: "5px"; }

.metricsTable {
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 16px 16px 24px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  max-width: 440px;
  border-radius: 4px; }
  .metricsTable .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px;
    width: 100%; }
  .metricsTable .lower_red {
    display: inline;
    color: #e54d42; }
  .metricsTable .upper_green {
    display: inline;
    color: #00703c; }

.chart-metric-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.filters-wrapper {
  display: none;
  padding: 20px 0 0;
  z-index: 1; }
  .filters-wrapper .filters-input {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%; }
  .filters-wrapper .filters-input:not(:first-of-type) {
    margin-left: 5%; }
  .filters-wrapper .switch-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 200px; }
    .filters-wrapper .switch-wrapper .radio-switch {
      display: none; }
      .filters-wrapper .switch-wrapper .radio-switch:checked ~ label {
        border-color: #c84c0e;
        color: #c84c0e; }
    .filters-wrapper .switch-wrapper label {
      border: 1px solid;
      padding: 6px 10px;
      display: block;
      --border-opacity:1;
      border: 1px solid #464646;
      border-color: rgba(70, 70, 70, var(--border-opacity)); }
      .filters-wrapper .switch-wrapper label:hover {
        --border-opacity:1;
        border: 1px solid #c84c0e;
        border-color: rgba(200, 76, 14, var(--border-opacity)); }

.pickerShadow {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }

.filter-close {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.filter-close, .filter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.filter-header p {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin: 0 12px 20px 8px; }

.clearText {
  display: none; }

@media (min-width: 780px) {
  .filters-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .filter-close, .filter-header {
    display: none; }
  .clearText {
    display: block;
    text-align: right;
    color: #c84c0e;
    margin-top: 20px;
    margin-left: 10px; } }

@media (max-width: 780px) {
  .filters-modal {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 130px;
    padding: 16px;
    background-color: #fff;
    z-index: 99; }
  .rdrDefinedRangesWrapper {
    display: none; } }

.chartHeader {
  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; }
  .chartHeader .sideContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.searchInput {
  margin-right: 24px; }
  .searchInput input, .searchInput .checkbox-wrap .input-emp, .checkbox-wrap .searchInput .input-emp, .searchInput .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .searchInput .input-emp {
    margin-bottom: 0;
    padding-right: 36px; }

.signature-img {
  top: 8px;
  right: 8px;
  fill: #505a5f;
  position: absolute; }

.column-direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.chart-wrapper {
  padding: 0 10px;
  margin-top: 60px; }

.chart-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .chart-row .chart-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 15px;
    width: 100%; }
    .chart-row .chart-item:last-child {
      margin-right: 0; }

.cursorPointer {
  cursor: pointer; }

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .options div {
    display: none; }

.options-m {
  width: 95%;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .options-m svg {
    margin-right: 10px; }

.options-m div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.no-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90%;
  margin-bottom: 40px;
  white-space: pre; }

@media (min-width: 780px) {
  .chart-wrapper {
    padding-left: 15px;
    margin-top: 10px; }
    .chart-wrapper .chart-item {
      margin-right: 25px !important;
      margin-bottom: 25px !important;
      margin-left: 0 !important;
      width: 31%; }
  .column-direction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .options-m {
    display: none; }
  .options div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer; } }

.showMore {
  text-align: right;
  cursor: pointer;
  color: #c84c0e; }

@media (max-width: 420px) {
  .recharts-default-tooltip {
    width: 85%; }
    .recharts-default-tooltip ul {
      width: 100% !important; }
    .recharts-default-tooltip ul li {
      width: 100%;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

@media print {
  .page-break {
    margin-top: 1rem;
    display: block;
    page-break-before: auto; } }

@media print {
  .chart-wrapper .chart-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
  @media print {
    .chart-wrapper .chart-row .chart-item {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-right: 25px;
      margin-bottom: 25px;
      width: 31%; }
      .chart-wrapper .chart-row .chart-item:last-child {
        margin-right: 0; }
      .chart-wrapper .chart-row .chart-item .chartHeader {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .chart-wrapper .chart-row .chart-item .chartHeader .sideContent {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .chart-wrapper .chart-row .chart-item .chartHeader .sideContent .searchInput {
            margin-right: 24px; }
            .chart-wrapper .chart-row .chart-item .chartHeader .sideContent .searchInput input, .chart-wrapper .chart-row .chart-item .chartHeader .sideContent .searchInput .checkbox-wrap .input-emp, .checkbox-wrap .chart-wrapper .chart-row .chart-item .chartHeader .sideContent .searchInput .input-emp, .chart-wrapper .chart-row .chart-item .chartHeader .sideContent .searchInput .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .chart-wrapper .chart-row .chart-item .chartHeader .sideContent .searchInput .input-emp {
              margin-bottom: 0;
              padding-right: 36px; }
          .chart-wrapper .chart-row .chart-item .chartHeader .sideContent .signature-img {
            top: 8px;
            right: 8px;
            fill: #505a5f;
            position: absolute; } }

@media print {
  .chart-wrapper .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .chart-wrapper .options-m {
    display: none; } }

.summary-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .summary-wrapper .wrapper-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .summary-wrapper .blocks, .summary-wrapper .wrapper-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .summary-wrapper .blocks {
    margin-bottom: 25px; }
    .summary-wrapper .blocks p:only-child {
      font-weight: 700;
      font-size: 24px; }
    .summary-wrapper .blocks div {
      margin-right: 25px; }
      .summary-wrapper .blocks div p:not(:first-child) {
        font-weight: 700;
        font-size: 24px; }

.summary-card-margin {
  margin: 0 24px 20px 0 !important; }

.multilink-labelWrap {
  top: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  margin: 16px;
  position: absolute;
  right: 0;
  z-index: 10; }

.multilink-link-button {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  --text-opacity:1;
  color: #f18f5e;
  color: rgba(241, 143, 94, var(--text-opacity)); }

.multilink-optionWrap {
  right: 0;
  top: 110px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  margin: 16px;
  z-index: 10; }
  .multilink-optionWrap .multilink-option {
    padding: 16px; }
    .multilink-optionWrap .multilink-option svg {
      margin-top: auto;
      margin-bottom: auto;
      margin-left: 8px;
      margin-right: 8px; }
    .multilink-optionWrap .multilink-option:hover {
      --bg-opacity:1;
      background-color: #eee;
      background-color: rgba(238, 238, 238, var(--bg-opacity));
      cursor: pointer; }

.overCard {
  top: 23px; }

.multilink-block-wrapper {
  position: relative; }
  .multilink-block-wrapper .multilink-labelWrap {
    margin: 0 !important;
    top: unset;
    position: relative !important;
    --text-opacity:1!important;
    color: #0b0c0c !important;
    color: rgba(11, 12, 12, var(--text-opacity)) !important; }
    .multilink-block-wrapper .multilink-labelWrap svg {
      fill: #505a5f; }
    .multilink-block-wrapper .multilink-labelWrap span {
      --text-opacity:1!important;
      color: #0b0c0c !important;
      color: rgba(11, 12, 12, var(--text-opacity)) !important; }
  .multilink-block-wrapper .multilink-optionWrap {
    top: 8px;
    right: -50%;
    display: block !important; }

@media (min-width: 780px) {
  .multilink-block-wrapper .multilink-optionWrap {
    right: 0 !important; }
  .multilink-labelWrap {
    right: 20%;
    top: 80px; }
  .multilink-optionWrap {
    right: 20%;
    top: 110px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    border-radius: .125rem; } }

.reports-download-btn {
  position: unset; }

.reports-download-btn, .reports-options-download {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.reports-options-download {
  position: absolute;
  float: right;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  top: 2rem; }

.info-banner-wrap {
  --bg-opacity:1;
  background-color: #1d70b8;
  background-color: rgba(29, 112, 184, var(--bg-opacity));
  --bg-opacity:0.25;
  margin: 8px;
  padding: 16px;
  max-width: 960px;
  background-color: #c7e0f1;
  border-radius: 4px; }
  .info-banner-wrap svg {
    margin-top: 5px;
    border-radius: 9999px; }
  .info-banner-wrap div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .info-banner-wrap h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
    font-weight: 700;
    margin-left: 8px; }
  .info-banner-wrap h2, .info-banner-wrap p {
    --text-opacity:1;
    color: #1d70b8;
    color: rgba(29, 112, 184, var(--text-opacity)); }
  .info-banner-wrap p {
    font-size: 16px;
    line-height: 24px;
    white-space: pre-line; }

@media (min-width: 780px) {
  .info-banner-wrap h2 {
    font-size: 24px;
    line-height: 32px; }
  .info-banner-wrap p {
    font-size: 19px;
    line-height: 28px; } }

.multi-select-dropdown-wrap {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  --text-opacity:1;
  color: #0b0c0c;
  color: rgba(11, 12, 12, var(--text-opacity));
  width: 100%;
  max-width: 540px; }
  .multi-select-dropdown-wrap .master, .multi-select-dropdown-wrap .master-active {
    position: relative;
    --border-opacity:1;
    border: 1px solid #464646;
    border-color: rgba(70, 70, 70, var(--border-opacity));
    height: 2.5rem;
    width: 100%; }
    .multi-select-dropdown-wrap .master input[type=text], .multi-select-dropdown-wrap .master .checkbox-wrap .input-emp[type=text], .checkbox-wrap .multi-select-dropdown-wrap .master .input-emp[type=text], .multi-select-dropdown-wrap .master .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .multi-select-dropdown-wrap .master .input-emp[type=text], .multi-select-dropdown-wrap .master-active input[type=text], .multi-select-dropdown-wrap .master-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .multi-select-dropdown-wrap .master-active .input-emp[type=text], .multi-select-dropdown-wrap .master-active .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .multi-select-dropdown-wrap .master-active .input-emp[type=text] {
      position: absolute;
      top: 0;
      left: 0;
      padding: 8px;
      min-height: 100%;
      min-width: 100%;
      opacity: 0; }
      .multi-select-dropdown-wrap .master input[type=text]:focus, .multi-select-dropdown-wrap .master .checkbox-wrap .input-emp[type=text]:focus, .checkbox-wrap .multi-select-dropdown-wrap .master .input-emp[type=text]:focus, .multi-select-dropdown-wrap .master .digit-checkbox-wrap .input-emp[type=text]:focus, .digit-checkbox-wrap .multi-select-dropdown-wrap .master .input-emp[type=text]:focus, .multi-select-dropdown-wrap .master-active input[type=text]:focus, .multi-select-dropdown-wrap .master-active .checkbox-wrap .input-emp[type=text]:focus, .checkbox-wrap .multi-select-dropdown-wrap .master-active .input-emp[type=text]:focus, .multi-select-dropdown-wrap .master-active .digit-checkbox-wrap .input-emp[type=text]:focus, .digit-checkbox-wrap .multi-select-dropdown-wrap .master-active .input-emp[type=text]:focus {
        outline: 2px solid transparent;
        outline-offset: 2px; }
    .multi-select-dropdown-wrap .master .label, .multi-select-dropdown-wrap .master-active .label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 8px;
      width: 100%;
      height: 100%; }
      .multi-select-dropdown-wrap .master .label svg, .multi-select-dropdown-wrap .master-active .label svg {
        height: 1.5rem;
        width: 1.5rem; }
    .multi-select-dropdown-wrap .master:hover, .multi-select-dropdown-wrap .master-active:hover {
      --border-opacity:1;
      border: 1px solid #c84c0e;
      border-color: rgba(200, 76, 14, var(--border-opacity)); }
  .multi-select-dropdown-wrap .master-active {
    border-width: 1px;
    --border-opacity:1;
    border-color: #c84c0e;
    border-color: rgba(200, 76, 14, var(--border-opacity)); }
    .multi-select-dropdown-wrap .master-active input[type=text], .multi-select-dropdown-wrap .master-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .multi-select-dropdown-wrap .master-active .input-emp[type=text], .multi-select-dropdown-wrap .master-active .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .multi-select-dropdown-wrap .master-active .input-emp[type=text] {
      opacity: 1; }
    .multi-select-dropdown-wrap .master-active .label {
      display: none; }
  .multi-select-dropdown-wrap .server {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    top: 40px;
    max-height: 20vmax;
    overflow: scroll;
    position: absolute;
    min-width: 100%;
    z-index: 20; }
    .multi-select-dropdown-wrap .server div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      background-color: #fff;
      background-color: rgba(255, 255, 255, var(--bg-opacity));
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .multi-select-dropdown-wrap .server div:hover {
        background-color: #eee;
        background-color: rgba(238, 238, 238, var(--bg-opacity)); }
      .multi-select-dropdown-wrap .server div input, .multi-select-dropdown-wrap .server div .checkbox-wrap .input-emp, .checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp, .multi-select-dropdown-wrap .server div .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp {
        height: 44px;
        position: absolute;
        min-width: 100%;
        opacity: 0;
        z-index: 20;
        cursor: pointer; }
      .multi-select-dropdown-wrap .server div p {
        padding: 12px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 20px;
        --text-opacity:1;
        color: #0b0c0c;
        color: rgba(11, 12, 12, var(--text-opacity)); }
      .multi-select-dropdown-wrap .server div .custom-checkbox, .multi-select-dropdown-wrap .server div .checkbox-wrap .custom-checkbox-emp, .checkbox-wrap .multi-select-dropdown-wrap .server div .custom-checkbox-emp {
        height: 28px;
        width: 28px;
        --border-opacity:1;
        border: 1px solid #464646;
        border-color: rgba(70, 70, 70, var(--border-opacity));
        margin: 8px; }
        .multi-select-dropdown-wrap .server div .custom-checkbox svg, .multi-select-dropdown-wrap .server div .checkbox-wrap .custom-checkbox-emp svg, .checkbox-wrap .multi-select-dropdown-wrap .server div .custom-checkbox-emp svg {
          opacity: 0;
          z-index: 10; }
      .multi-select-dropdown-wrap .server div input:checked ~ .custom-checkbox, .multi-select-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox, .checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox, .multi-select-dropdown-wrap .server div .digit-checkbox-wrap .input-emp:checked ~ .custom-checkbox, .digit-checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox, .multi-select-dropdown-wrap .server div .checkbox-wrap input:checked ~ .custom-checkbox-emp, .checkbox-wrap .multi-select-dropdown-wrap .server div input:checked ~ .custom-checkbox-emp, .multi-select-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp, .checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox-emp, .checkbox-wrap .multi-select-dropdown-wrap .server div .digit-checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp, .multi-select-dropdown-wrap .server div input:hover ~ .custom-checkbox, .multi-select-dropdown-wrap .server div .checkbox-wrap .input-emp:hover ~ .custom-checkbox, .checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:hover ~ .custom-checkbox, .multi-select-dropdown-wrap .server div .digit-checkbox-wrap .input-emp:hover ~ .custom-checkbox, .digit-checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:hover ~ .custom-checkbox, .multi-select-dropdown-wrap .server div .checkbox-wrap input:hover ~ .custom-checkbox-emp, .checkbox-wrap .multi-select-dropdown-wrap .server div input:hover ~ .custom-checkbox-emp, .multi-select-dropdown-wrap .server div .checkbox-wrap .input-emp:hover ~ .custom-checkbox-emp, .checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:hover ~ .custom-checkbox-emp, .checkbox-wrap .multi-select-dropdown-wrap .server div .digit-checkbox-wrap .input-emp:hover ~ .custom-checkbox-emp {
        border-width: 1px;
        --border-opacity:1;
        border-color: #c84c0e;
        border-color: rgba(200, 76, 14, var(--border-opacity)); }
      .multi-select-dropdown-wrap .server div input:checked ~ .custom-checkbox svg, .multi-select-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox svg, .checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox svg, .multi-select-dropdown-wrap .server div .digit-checkbox-wrap .input-emp:checked ~ .custom-checkbox svg, .digit-checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox svg, .multi-select-dropdown-wrap .server div .checkbox-wrap input:checked ~ .custom-checkbox-emp svg, .checkbox-wrap .multi-select-dropdown-wrap .server div input:checked ~ .custom-checkbox-emp svg, .multi-select-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp svg, .checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox-emp svg, .checkbox-wrap .multi-select-dropdown-wrap .server div .digit-checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp svg {
        opacity: 1; }

.ellipsis-menu-wrap {
  position: relative; }
  .ellipsis-menu-wrap .menu {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    z-index: 30; }
    .ellipsis-menu-wrap .menu .item {
      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;
      padding: 8px; }
      .ellipsis-menu-wrap .menu .item:hover {
        --bg-opacity:1;
        background-color: #eee;
        background-color: rgba(238, 238, 238, var(--bg-opacity));
        cursor: pointer; }
      .ellipsis-menu-wrap .menu .item svg {
        margin-right: 10px; }

.CitizenHomeCard {
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  margin-left: 16px;
  margin-right: 16px;
  padding: 16px;
  margin-bottom: 24px; }
  .CitizenHomeCard .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8px; }
    .CitizenHomeCard .header svg {
      width: 33px;
      height: 33px; }
  .CitizenHomeCard .links {
    font-size: 16px;
    line-height: 24px;
    --text-opacity:1;
    color: #c84c0e;
    color: rgba(200, 76, 14, var(--text-opacity)); }
    .CitizenHomeCard .links a {
      display: block;
      padding-bottom: 8px;
      color: #c84c0e !important;
      text-decoration: none !important; }

@media (min-width: 780px) {
  .citizenAllServiceGrid {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .CitizenHomeCard {
    padding: 24px; }
    .CitizenHomeCard .header {
      padding-bottom: 24px;
      font-size: 36px;
      line-height: 40px; }
      .CitizenHomeCard .header svg {
        width: 3rem;
        height: 3rem; }
    .CitizenHomeCard .links {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-gap: 1px;
      gap: 1px; }
      .CitizenHomeCard .links .linksWrapper {
        height: 25px;
        margin-bottom: .5em; }
      .CitizenHomeCard .links a {
        padding-bottom: 16px;
        padding-left: .2em;
        margin-bottom: 16px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
        color: #c84c0e !important;
        text-decoration: none !important; } }

.PropertySearchForm .pt-search-action {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .PropertySearchForm .pt-search-action .pt-search-action-submit button {
    width: 100% !important; }
  .PropertySearchForm .pt-search-action .pt-search-action-reset {
    text-align: right;
    cursor: pointer; }

.PropertySearchForm .PropertySearchFormSwitcher {
  border-bottom: 1px solid #d6d5d4;
  cursor: pointer;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .PropertySearchForm .PropertySearchFormSwitcher .non-selected {
    color: #505a5f;
    font-weight: 400; }
  .PropertySearchForm .PropertySearchFormSwitcher .selected {
    color: #c84c0e;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #c84c0e; }
  .PropertySearchForm .PropertySearchFormSwitcher span {
    margin-right: 20px; }

.PropertySearchForm .form-field {
  width: 30% !important;
  margin-bottom: 20px; }

@media (min-width: 780px) {
  .PropertySearchForm .pt-form-field {
    width: 30% !important;
    margin-bottom: 20px; } }

@media (max-width: 780px) {
  .PropertySearchForm .form-field, .PropertySearchForm .pt-form-field {
    width: 100% !important;
    margin-bottom: 15px; } }

.search-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px; }
  .search-form-wrapper .form-field {
    width: calc(25% - 16px);
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle; }
  .search-form-wrapper .SubmitAndClearAllContainer {
    width: 100%; }
    .search-form-wrapper .SubmitAndClearAllContainer .submit {
      right: 36px;
      margin-top: 22px;
      margin-left: -16px !important;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
      width: 100% !important;
      vertical-align: middle !important;
      text-align: center !important; }
      .search-form-wrapper .SubmitAndClearAllContainer .submit button {
        margin: 0;
        display: inline-block !important;
        width: 25% !important; }
      .search-form-wrapper .SubmitAndClearAllContainer .submit p {
        cursor: pointer;
        font-size: 16px;
        line-height: 24px;
        --text-opacity:1;
        color: #c84c0e;
        color: rgba(200, 76, 14, var(--text-opacity));
        width: 25%;
        display: inline-block; }
  .search-form-wrapper .submit {
    right: 36px;
    margin-top: 22px;
    display: inline !important;
    vertical-align: middle !important;
    text-align: center !important; }
    .search-form-wrapper .submit button {
      margin: 0;
      display: inline-block !important;
      width: 100% !important; }
    .search-form-wrapper .submit p {
      cursor: pointer;
      font-size: 16px;
      line-height: 24px;
      --text-opacity:1;
      color: #c84c0e;
      color: rgba(200, 76, 14, var(--text-opacity));
      width: 100%;
      display: inline-block; }
  .search-form-wrapper .pt-property-search {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset; }

@media (min-width: 780px) {
  .search-form-wrapper .pt-form-field {
    width: 30% !important;
    margin-bottom: 20px; } }

@media (max-width: 780px) {
  .search-form-wrapper .pt-form-field {
    width: 100% !important;
    margin-bottom: 15px; } }

.cardHeaderWithOptions {
  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; }
  .cardHeaderWithOptions .multilinkWrapper {
    position: relative; }
    .cardHeaderWithOptions .multilinkWrapper .multilink-labelWrap {
      position: unset;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      z-index: 10;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      vertical-align: middle;
      text-align: center;
      margin: 16px; }
    .cardHeaderWithOptions .multilinkWrapper .multilink-optionWrap {
      top: 32px;
      right: 0; }

.timeline-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 8px 15px; }
  .timeline-container .timeline-checkpoint {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    z-index: 1; }
  .timeline-container .timeline-content {
    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; }
    .timeline-container .timeline-content span {
      text-align: center;
      color: #fff; }
    .timeline-container .timeline-content .secondary-color {
      color: #0b0c0c;
      padding: 5px;
      font-size: small; }
  .timeline-container .line {
    position: absolute;
    top: 12px;
    left: calc(50% + 8px);
    right: calc(-50% + 8px);
    border-top: 4px solid #d6d5d4;
    z-index: -1; }
  .timeline-container .circle {
    width: 24px;
    height: 24px;
    background-color: #b1b4b6;
    border-radius: 50%;
    text-align: center; }
  .timeline-container .active {
    background-color: #c84c0e;
    border-color: #c84c0e; }

.TLComments {
  max-width: 360px;
  margin-bottom: 8px;
  padding: 8px;
  --bg-opacity:1;
  background-color: #fafafa;
  background-color: rgba(250, 250, 250, var(--bg-opacity)); }
  .TLComments h3 {
    font-weight: 700;
    line-height: 19px; }
  .TLComments h3, .TLComments p {
    font-size: 16px; }
  .TLComments p {
    line-height: 24px; }

@media (min-width: 780px) {
  .TLComments {
    width: 360px; }
    .TLComments h3 {
      line-height: 23px; }
    .TLComments h3, .TLComments p {
      font-size: 19px; }
    .TLComments p {
      line-height: 28px; } }

.PageBasedInputWrapper .SubmitBar {
  z-index: 60;
  padding: 8px;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: right;
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity)); }

.PageBasedInputWrapper .SubmitBarInCardInDesktopView {
  display: none; }

.PageBasedInputWrapper label {
  margin-left: 0 !important; }

.digit-page-based-input-wrapper .digit-page-based-submit-bar {
  display: none; }

.digit-page-based-input-wrapper .digit-submit-bar-container {
  z-index: 60;
  padding: 8px;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: right;
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity)); }

@media (min-width: 780px) {
  .digit-page-based-input-wrapper .digit-submit-bar-container {
    display: none; }
  .PageBasedInputWrapper .SubmitBar {
    display: none; }
  .PageBasedInputWrapper .SubmitBarInCardInDesktopView {
    display: block; }
  .PageBasedInputWrapper .card, .PageBasedInputWrapper .card-emp {
    max-width: 960px; }
  .PageBasedInputWrapper button {
    max-width: 240px; } }

.StandaloneSearchBar {
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.5rem;
  padding: 8px 16px;
  width: 100%; }
  .StandaloneSearchBar svg {
    fill: #505a5f; }
  .StandaloneSearchBar input, .StandaloneSearchBar .checkbox-wrap .input-emp, .checkbox-wrap .StandaloneSearchBar .input-emp, .StandaloneSearchBar .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .StandaloneSearchBar .input-emp, .StandaloneSearchBar svg {
    margin-right: 16px; }
  .StandaloneSearchBar input, .StandaloneSearchBar .checkbox-wrap .input-emp, .checkbox-wrap .StandaloneSearchBar .input-emp, .StandaloneSearchBar .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .StandaloneSearchBar .input-emp {
    width: 100%;
    outline: 2px solid transparent;
    outline-offset: 2px; }

.CardBasedOptions {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  margin-bottom: 16px;
  padding: 16px 8px;
  margin-left: 8px;
  margin-right: 8px;
  border-radius: .25rem;
  width: 100%; }
  .CardBasedOptions .headContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px; }
    .CardBasedOptions .headContent h2 {
      font-weight: 700;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity)); }
    .CardBasedOptions .headContent h2, .CardBasedOptions .headContent p {
      font-size: 16px;
      line-height: 24px;
      --text-opacity:1; }
    .CardBasedOptions .headContent p {
      color: #c84c0e;
      color: rgba(200, 76, 14, var(--text-opacity));
      font-weight: 500;
      cursor: pointer; }
  .CardBasedOptions .mainContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
    .CardBasedOptions .mainContent .CardBasedOptionsMainChildOption {
      width: 25%;
      text-align: center; }
      .CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionImageWrapper {
        margin: auto !important;
        background: rgba(244, 119, 56, 0.12);
        mix-blend-mode: normal;
        padding-top: 14px;
        height: 3rem;
        width: 3rem;
        border-radius: 9999px;
        cursor: pointer; }
        .CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionImageWrapper svg {
          height: 20px;
          width: 20px;
          fill: #c84c0e;
          margin: auto; }
      .CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionName {
        font-size: 12px;
        line-height: 14px;
        padding-top: 1rem; }

@media (min-width: 780px) {
  .CardBasedOptions {
    width: calc(50% - 16px);
    padding: 16px; } }

.WhatsNewCard {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  border-radius: .25rem;
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --border-opacity:1;
  border-color: #c84c0e;
  border-left: 4px;
  border-style: solid;
  border-color: rgba(200, 76, 14, var(--border-opacity));
  padding: 8px; }
  .WhatsNewCard h2 {
    font-size: 16px;
    line-height: 24px;
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity));
    font-weight: 500;
    margin-bottom: 4px; }
  .WhatsNewCard p {
    color: #505a5f;
    color: rgba(80, 90, 95, var(--text-opacity)); }
  .WhatsNewCard a, .WhatsNewCard p {
    font-size: 16px;
    line-height: 20px;
    --text-opacity:1;
    margin-bottom: 8px; }
  .WhatsNewCard a {
    display: block;
    color: #c84c0e;
    color: rgba(200, 76, 14, var(--text-opacity)); }

.SearchOnRadioButton svg {
  fill: #505a5f;
  width: 24px;
  height: 24px;
  top: 8px;
  right: 8px;
  position: absolute; }

.EventCalendarView .MonthViewInEventCalendar {
  --bg-opacity:1;
  background-color: #c84c0e;
  background-color: rgba(200, 76, 14, var(--bg-opacity));
  font-size: 19px;
  line-height: 23px;
  --text-opacity:1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 500;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px; }

.EventCalendarView .DateViewInEventCalendar {
  --bg-opacity:1;
  background-color: #eee;
  background-color: rgba(238, 238, 238, var(--bg-opacity));
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  --text-opacity:1;
  color: #c84c0e;
  color: rgba(200, 76, 14, var(--text-opacity));
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px; }

.OnGroundEventCard {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16078);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16078);
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
  padding: 16px;
  cursor: pointer; }
  .OnGroundEventCard .EventCalendarView {
    width: 100px;
    display: inline-block;
    margin-right: 16px; }
  .OnGroundEventCard .EventDetails {
    width: calc(100% - 116px);
    display: inline-block;
    vertical-align: top; }
    .OnGroundEventCard .EventDetails h2 {
      font-size: 16px;
      line-height: 19px;
      font-weight: 700;
      margin-bottom: 16px;
      --text-opacity:1;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity)); }
    .OnGroundEventCard .EventDetails .EventLocation {
      margin-bottom: 16px; }
      .OnGroundEventCard .EventDetails .EventLocation svg {
        height: 1rem;
        width: 1rem; }
      .OnGroundEventCard .EventDetails .EventLocation p {
        font-size: 14px;
        line-height: 16px;
        --text-opacity:1;
        color: #0b0c0c;
        color: rgba(11, 12, 12, var(--text-opacity));
        margin-left: 8px; }
    .OnGroundEventCard .EventDetails .EventLocation, .OnGroundEventCard .EventDetails .EventTime {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .OnGroundEventCard .EventDetails .EventTime svg {
      height: 1rem;
      width: 1rem; }
    .OnGroundEventCard .EventDetails .EventTime p {
      font-size: 14px;
      line-height: 16px;
      --text-opacity:1;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity));
      margin-left: 8px; }
    .OnGroundEventCard .EventDetails .EventCategory p {
      font-size: 14px;
      line-height: 16px;
      --text-opacity:1;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity)); }

@media (min-width: 780px) {
  .OnGroundEventCard .EventDetails .EventLocation p {
    font-size: 16px;
    line-height: 24px; }
  .OnGroundEventCard .EventDetails .EventTime p {
    font-size: 16px;
    line-height: 24px; }
  .OnGroundEventCard .EventDetails .EventCategory p {
    font-size: 16px;
    line-height: 24px; } }

.popupModalHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: .75rem;
  gap: .75rem;
  margin-bottom: 24px; }
  .popupModalHeading .headingIconAndLabel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: .75rem;
    gap: .75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .popupModalHeading .headingIconAndLabel svg {
      width: 1.5rem;
      height: 1rem; }
    .popupModalHeading .headingIconAndLabel h3 {
      font-size: 24px;
      line-height: 32px;
      font-weight: 700; }
  .popupModalHeading .popupResetFormButton {
    padding: 8px;
    --border-opacity:1;
    border: 1px solid #0b0c0c;
    border-color: rgba(11, 12, 12, var(--border-opacity));
    --border-opacity:0.25;
    -ms-flex-item-align: center;
    align-self: center; }

.sidebar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  color: #757575; }
  .sidebar-menu .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    min-height: 48px;
    margin: 0;
    padding: 0; }
    .sidebar-menu .menu-item .menu-item-icon svg {
      color: #757575;
      fill: #757575;
      width: 21px;
      height: 21px; }
    .sidebar-menu .menu-item .menu-item-text {
      margin-left: 1em; }

.InboxComposerWrapper .form-field-flex-one .form-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%; }

.inboxPopupMobileWrapper {
  display: block;
  padding: 16px;
  width: 100%;
  overflow: scroll; }
  .inboxPopupMobileWrapper .submit {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    left: 0 !important;
    width: 100% !important;
    padding-left: 36px !important;
    padding-right: 36px !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .inboxPopupMobileWrapper .form-field {
    margin: 0 !important;
    width: 100%; }
  .inboxPopupMobileWrapper .InboxMobilePopupCloseButtonWrapper {
    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; }

@media (min-width: 780px) {
  .InboxComposerWrapper {
    grid-template-columns: calc(25% - 32px) 75%;
    display: grid;
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem; }
  .wns-inbox-composer .filter-form {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .wns-inbox-composer .wns-search-field {
    width: 30% !important; }
  .wns-inbox-composer .form-field {
    width: 100% !important; }
  .wns-inbox-composer .SubmitAndClearAllContainer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .wns-inbox-composer .SubmitAndClearAllContainer .clear-search {
      width: 30%;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer; }
      .wns-inbox-composer .SubmitAndClearAllContainer .clear-search [dir=rtl] p {
        text-align: left; }
      .wns-inbox-composer .SubmitAndClearAllContainer .clear-search p {
        padding: 1rem;
        color: #f47738; }
    .wns-inbox-composer .SubmitAndClearAllContainer .submit {
      width: 30% !important;
      margin-left: unset !important; }
      .wns-inbox-composer .SubmitAndClearAllContainer .submit button {
        width: 100% !important; }
  .search-form-wns-inbox .clear-search-container {
    grid-column: 2/3;
    text-align: right; }
    .search-form-wns-inbox .clear-search-container .clear-search {
      width: 100%;
      color: #f47738; }
  .search-form-wns-inbox button {
    width: 100%; }
  .search-form-wns-inbox .filter-form {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .search-form-wns-inbox .search-complaint-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    padding: 16px;
    display: unset;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    margin-bottom: 0; }
    .search-form-wns-inbox .search-complaint-container .complaint-input-container {
      display: grid;
      grid-template-columns: 33.33% 33.33% 33.33%; }
    .search-form-wns-inbox .search-complaint-container .form-field {
      width: 100%;
      padding-right: 15px; }
      .search-form-wns-inbox .search-complaint-container .form-field .clear-search {
        padding-top: 10px; }
  .search-form-wns-inbox .submit {
    margin-top: 0;
    right: 0; } }

.searchInputFAQs {
  margin-right: 24px;
  margin-bottom: 10px; }
  .searchInputFAQs input, .searchInputFAQs .checkbox-wrap .input-emp, .checkbox-wrap .searchInputFAQs .input-emp, .searchInputFAQs .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .searchInputFAQs .input-emp {
    margin-bottom: 0;
    background: border-box;
    padding-right: 36px; }

.faq-page {
  width: 92%;
  margin: 16px; }

.faqs {
  cursor: pointer; }
  .faqs .faq-question {
    font-weight: 400;
    margin: 16px;
    background: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px; }
  .faqs .faqicon {
    float: right; }
  .faqs .faq-answer {
    background: #fff;
    overflow: hidden;
    margin: 5px;
    font-size: 16px;
    line-height: 20px;
    --text-opacity:1;
    color: #505a5f;
    color: rgba(80, 90, 95, var(--text-opacity));
    margin-bottom: 8px; }
    .faqs .faq-answer span {
      display: block;
      font-size: 14px;
      font-weight: 400;
      margin: 0 12px 5px; }
  .faqs .cs-box-border {
    height: 1px;
    position: relative;
    border-bottom: 1px solid #d3d3d3;
    background: #d3d3d3;
    margin-left: 16px;
    margin-right: 16px; }

.faq-list {
  background: #fff;
  margin: 5px 0;
  padding-top: 4px;
  padding-bottom: 4px; }

.rotate {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.how-it-works-page {
  width: 92%;
  margin: 16px; }
  .how-it-works-page .how-it-works-page-header {
    margin-bottom: 15px; }

.video-icon {
  float: left;
  background-color: #6f6f6f;
  height: 60px;
  width: 100px;
  cursor: pointer;
  margin: 5px; }
  .video-icon .vid-svg {
    padding-left: 35px;
    padding-top: 18px; }

.how-it-works-header-description {
  padding: 5px;
  word-wrap: break-word; }
  .how-it-works-header-description h2 {
    font-size: 16px; }
  .how-it-works-header-description h2, .how-it-works-header-description p {
    font-weight: 400; }
  .how-it-works-header-description p {
    font-size: 12px; }

.how-it-works-pdf-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .how-it-works-pdf-section .pdf-icon-header-desc {
    float: left; }
    .how-it-works-pdf-section .pdf-icon-header-desc .pdf-header-desc, .how-it-works-pdf-section .pdf-icon-header-desc .pdf-icon {
      display: inline-block; }
    .how-it-works-pdf-section .pdf-icon-header-desc .pdf-header-desc {
      position: absolute;
      padding: 5px;
      word-wrap: break-word; }
      .how-it-works-pdf-section .pdf-icon-header-desc .pdf-header-desc h2 {
        font-size: 16px;
        font-weight: 400; }
      .how-it-works-pdf-section .pdf-icon-header-desc .pdf-header-desc p {
        font-size: 12px;
        font-weight: 400; }
  .how-it-works-pdf-section .download-icon {
    float: right; }

.how-it-works-video-play {
  display: inline-block; }
  .how-it-works-video-play .close-button {
    float: right;
    cursor: pointer; }

.pay-whatsapp-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer; }

.pay-whatsapp-text {
  color: #25d366;
  float: left;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700; }

.dynamicDataCard {
  background: rgba(244, 119, 56, 0.12);
  mix-blend-mode: normal;
  height: auto;
  max-height: 64px;
  border-radius: 4px;
  margin-bottom: 16px; }

.dynamicData {
  padding: 10px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.dynamicData-content {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  padding-top: 4px;
  word-break: break-word;
  margin-left: 20px;
  margin-right: 20px; }

.staticDataCard {
  background: #eee;
  mix-blend-mode: normal;
  height: auto;
  max-height: 100px;
  border-radius: 4px;
  margin-bottom: 16px; }

.staticData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.timerIcon {
  padding: 16px 0 16px 16px; }

.static-data-content {
  display: grid;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 8px; }

.rupeeSymbol {
  padding: 16px 0 16px 16px; }

.validityIcon {
  padding: 16px 0 16px 8px; }

.static-data-content-first {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400; }

.static-data-content-second {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  word-break: break-word; }

.staticDataCardLast {
  background: #eee;
  mix-blend-mode: normal;
  height: 56px;
  border-radius: 4px; }

.whatsAppIconG {
  float: right; }

.static-home-Card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.static-home-Card-header {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  float: left; }

.helplineIcon {
  float: right; }

.call-center-card-text {
  display: grid; }

.call-center-card-content {
  float: left; }

.serviceCentrIcon {
  float: right; }

.service-center-details-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-wrap: break-word; }

.service-center-details-text {
  float: left;
  width: 180px; }

.react-switch-checkbox {
  height: 0;
  width: 0;
  visibility: hidden; }

.react-switch-label {
  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;
  cursor: pointer;
  width: 50px;
  height: 20px;
  background: #fff;
  border-radius: 100px;
  position: relative;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  border: 1px solid #bbb; }

.react-switch-label .react-switch-button {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 45px;
  -webkit-transition: .2s;
  transition: .2s;
  background: #c84c0e;
  -webkit-box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.29);
  box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.29); }

.react-switch-checkbox:checked + .react-switch-label .react-switch-button:not(.disabled) {
  left: calc(100% - 2px);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.react-switch-label:active .react-switch-button {
  width: 45px; }

.PlusMinus {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.PlusMinusbutton {
  border: 1px solid #d6d5d4;
  background-color: #eee;
  color: #505a5f;
  font-size: 27px;
  font-weight: 400;
  text-align: center;
  width: 40px; }

.loginFormStyleEmployee .employeeCard .submit-bar, .loginFormStyleEmployee .employeeCard .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .loginFormStyleEmployee .employeeCard .submit-bar {
  width: 100%; }

.banner .bannerCard {
  min-width: 420px !important; }

.employeeForgotPassword .employeeCard .field .field-container .component-in-front {
  margin-top: 0;
  border: 1px solid;
  border-right: none;
  padding: 7px; }

@media (min-width: 780px) {
  .employeeForgotPassword .employeeCard .field .field-container .component-in-front {
    padding: 7px; }
  .banner .bannerCard, .loginFormStyleEmployee .employeeCard {
    min-width: 420px !important; }
  .employeeChangePassword .employeeCard, .employeeForgotPassword .employeeCard {
    max-width: 420px !important;
    min-width: 420px !important; } }

.employeeForgotPassword .employee-card-input, .employeeForgotPassword .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .employeeForgotPassword .form-control, .employeeForgotPassword .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .employeeForgotPassword input[type=checkbox], .employeeForgotPassword .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .input-emp[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .employeeForgotPassword .input-emp[type=checkbox], .employeeForgotPassword .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox], .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .employeeForgotPassword .input-emp[type=checkbox], .employeeForgotPassword .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .input-emp[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .employeeForgotPassword .input-emp[type=checkbox], .employeeForgotPassword .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox], .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .employeeForgotPassword .input-emp[type=checkbox] {
  margin-bottom: 0;
  border-left: none; }

.employeeForgotPassword .field-container {
  margin: 10px 0; }

.employeeForgotPassword .submit-bar, .employeeForgotPassword .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .employeeForgotPassword .submit-bar {
  width: 100%; }

.employeeChangePassword .submit-bar, .employeeChangePassword .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .employeeChangePassword .submit-bar {
  width: 100% !important; }

.employeeChangePassword .card-text, .employeeChangePassword .input-otp-wrap {
  text-align: center; }

.submit-bar .submit-bar, .submit-bar .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .submit-bar .submit-bar {
  width: 100%; }

.employeeChangePassword .bannerHeader p, .employeeForgotPassword .bannerHeader p, .loginFormStyleEmployee .bannerHeader p {
  font-size: 19px; }

.employeeCard .card-sub-header {
  font-size: 24px; }

.employeeForgotPassword .employeeCard .card-label, .employeeForgotPassword .employeeCard .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .employeeForgotPassword .employeeCard .control-label, .employeeForgotPassword .employeeCard .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label span, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .employeeForgotPassword .employeeCard span, .loginFormStyleEmployee .employeeCard .card-label, .loginFormStyleEmployee .employeeCard .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .loginFormStyleEmployee .employeeCard .control-label, .loginFormStyleEmployee .employeeCard .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label span, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .loginFormStyleEmployee .employeeCard span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #0b0c0c;
  margin-top: 20px; }

.banner .bannerHeader {
  margin-bottom: 20px; }

.employeeCard .card-label, .employeeCard .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .employeeCard .control-label, .employeeCard .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label span, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .employeeCard span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #0b0c0c; }

.profile-label-margin {
  margin-top: 10px; }

.employeeForgotPassword .employeeCard .card-label-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #505a5f;
  margin-top: 15px; }

.employeeChangePassword .employeeCard .card-text {
  margin-bottom: 15px;
  font-size: 16px;
  color: #505a5f; }

@media screen and (max-width: 768px) {
  .employeeChangePassword .employeeCard .card-text {
    margin-top: 7px; }
  .employeeCard .card-sub-header {
    font-size: 18px; } }

.employeeChangePassword .employeeCard .card-text-button {
  text-align: center !important;
  margin-bottom: 12px !important; }

.employeeChangePassword .employeeCard .input-otp-wrap {
  margin-bottom: 10px; }

.employee .loginContainer {
  padding-top: 0 !important; }

.banner {
  height: 100vh !important; }

.employeeChangePassword .employeeCard .field .field-container {
  margin-bottom: 24px; }

.employeeChangePassword .employeeCard .employee-card-sub-header, .employeeForgotPassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header {
  font-size: 24px !important;
  line-height: 28px !important;
  margin-bottom: 0 !important; }

@media screen and (max-width: 768px) {
  .employeeChangePassword .employeeCard .employee-card-sub-header, .employeeForgotPassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header {
    font-size: 18px !important;
    line-height: 21px !important;
    margin-bottom: 0 !important; }
  .banner .bannerCard, .loginFormStyleEmployee .employeeCard {
    min-width: 340px !important;
    margin: 10px !important; }
  .employeeChangePassword .employeeCard, .employeeForgotPassword .employeeCard {
    max-width: 360px !important;
    min-width: 340px !important;
    margin: 10px !important; } }

.employeeChangePassword .employeeCard .card-text {
  margin-top: 18px !important;
  margin-bottom: 20px !important; }

.employeeBackbuttonAlign {
  display: none; }

.resend-otp {
  cursor: pointer; }

.employee-select-wrap.login-city-dd .options-card {
  max-height: 200px; }

@media screen and (max-width: 768px) {
  .employeeBackbuttonAlign {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px; }
  .banner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 40px;
    height: 100vh !important; }
  .topbar {
    background: rgba(34, 57, 77, var(--bg-opacity)) !important;
    color: #fff; }
  .employee .loginContainer {
    padding-top: 0 !important; }
  .removeBottomMargin {
    margin-bottom: 0 !important; }
  .employee-select-wrap.login-city-dd .options-card {
    max-height: 160px; } }

.loginFormStyleEmployee .loginCardSubHeaderClassName {
  text-align: center !important; }

.loginFormStyleEmployee .loginCardClassName {
  margin: auto !important;
  min-width: 408px !important; }
  .loginFormStyleEmployee .loginCardClassName header.employee-card-sub-header {
    text-align: center;
    margin-top: 10px; }
  .loginFormStyleEmployee .loginCardClassName header.digit-header-content:not(.label) {
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700; }
    @media (max-aspect-ratio: 9 / 16) {
      .loginFormStyleEmployee .loginCardClassName header.digit-header-content:not(.label) {
        font-size: 1.25rem; } }
    @media (min-aspect-ratio: 9 / 16) and (max-aspect-ratio: 3 / 4) {
      .loginFormStyleEmployee .loginCardClassName header.digit-header-content:not(.label) {
        font-size: 1.375rem; } }
    @media (min-aspect-ratio: 3 / 4) {
      .loginFormStyleEmployee .loginCardClassName header.digit-header-content:not(.label) {
        font-size: 1.5rem; } }

.loginFormStyleEmployee .buttonClassName {
  max-width: 100% !important;
  width: 100% !important; }

.loginFormStyleEmployee .field .field-container .text-input input, .loginFormStyleEmployee .field .field-container .text-input .checkbox-wrap .input-emp, .checkbox-wrap .loginFormStyleEmployee .field .field-container .text-input .input-emp, .loginFormStyleEmployee .field .field-container .text-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .loginFormStyleEmployee .field .field-container .text-input .input-emp {
  margin-bottom: 5px !important; }

.loginFormStyleEmployee .bannerHeader {
  margin-bottom: 0 !important; }

.loginFormStyleEmployee .primary-label-btn {
  margin: 20px auto 0 !important; }

.loginFormStyleEmployee .employee-select-wrap .options-card {
  max-height: 150px !important; }

.digit-privacy-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -2.5rem;
  margin-top: -1.5rem;
  grid-gap: .12rem;
  gap: .12rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.digit-privacy-checkbox-align {
  position: relative !important;
  margin-top: -1.5rem !important; }

.privacy-popup-header {
  font-weight: 700; }

@media (min-width: 47.8rem) {
  .privacy-popUpClass .digit-popup-footer-buttons {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .privacy-popUpClass .accept-class {
    width: 11.886rem; } }

.languageSelection {
  width: unset !important; }

.desc-dot {
  height: 8px;
  width: 8px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  margin-right: .5rem; }

.privacy-table {
  font-weight: 700; }

.policy-subdescription {
  margin-left: "1rem";
  margin-top: "0.5rem"; }

.policy-subdescription-points {
  display: "flex";
  -webkit-box-align: "center";
  -ms-flex-align: "center";
  align-items: "center";
  margin-bottom: "0.5rem";
  padding-left: "1rem"; }

.loginCardClassName .digit-dropdown-employee-select-wrap .digit-dropdown-options-card {
  max-height: 10vmax; }

.employeeForgotPassword .digit-dropdown-employee-select-wrap .digit-dropdown-options-card {
  max-height: 10vmax; }

.employee .breadcrumb {
  margin-left: 8px;
  margin-bottom: 24px; }

.employee .ground-container {
  margin-bottom: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.employee .card-home {
  font-size: 16px;
  padding: 0 0 16px;
  width: 92vw;
  display: inline-block;
  margin: 8px auto; }

.employee .home-action-cards {
  height: auto !important;
  min-height: 263px; }

.employee .topbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 16px 24px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 1px 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
  z-index: 9999; }
  .employee .topbar img {
    display: inline; }
    .employee .topbar img.city {
      margin-right: 8px;
      height: 48px;
      width: 48px; }
    .employee .topbar img.state {
      height: 20px;
      max-height: 20px;
      width: auto; }
  .employee .topbar .ulb {
    font-weight: 700; }
  .employee .topbar .right {
    float: right;
    margin-top: 12px; }
    .employee .topbar .right .user-img-txt {
      background: #c84c0e;
      padding: 10px 15px;
      border-radius: 50%;
      color: #fff;
      font-weight: 700; }

.employee .loginContainer, .employee .main {
  padding-top: 88px; }

.employee .react-time-picker {
  width: 100%; }

.employee .react-time-picker__wrapper {
  border: 1px solid #464646; }

.employee .react-time-picker__clock {
  display: none; }

.employee .react-time-picker__inputGroup__leadingZero {
  padding-right: 8px;
  display: inline !important; }

.employee .react-time-picker__inputGroup__input {
  padding: 0;
  min-width: none;
  outline: none !important;
  border: none !important; }

.employee .react-time-picker__wrapper {
  padding-left: 8px; }

.citizen .main {
  padding-top: 82px;
  min-height: calc(100vh - 90px); }

.citizen .sidebar, .employee .sidebar {
  position: fixed;
  left: 0;
  background: #0b4b66;
  height: 100%;
  color: #fff;
  margin-top: 60px;
  z-index: 999;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  white-space: nowrap;
  height: calc(100vh - 36px);
  padding-bottom: 5rem; }
  .citizen .sidebar .actions, .employee .sidebar .actions {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
    .citizen .sidebar .actions .tooltip, .employee .sidebar .actions .tooltip {
      margin-left: 16px; }
  .citizen .sidebar svg, .employee .sidebar svg {
    width: 24px;
    height: 24px;
    fill: #fff; }
  .citizen .sidebar a, .employee .sidebar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .citizen .sidebar .sidebar-link, .employee .sidebar .sidebar-link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px; }
    .citizen .sidebar .sidebar-link.level-0, .employee .sidebar .sidebar-link.level-0 {
      margin: 0 .3rem; }
      .citizen .sidebar .sidebar-link.level-0.select-level, .employee .sidebar .sidebar-link.level-0.select-level {
        border-top: 1px solid;
        border-bottom: 1px solid; }
    .citizen .sidebar .sidebar-link.active, .employee .sidebar .sidebar-link.active {
      color: #c84c0e !important;
      border-right: none; }
      .citizen .sidebar .sidebar-link.active svg, .employee .sidebar .sidebar-link.active svg {
        fill: #c84c0e !important; }
    .citizen .sidebar .sidebar-link .employee-search-input, .employee .sidebar .sidebar-link .employee-search-input {
      border: none;
      outline: none;
      background-color: transparent;
      margin-left: 13px; }
    .citizen .sidebar .sidebar-link .custom-link .tooltip, .employee .sidebar .sidebar-link .custom-link .tooltip {
      margin-left: 16px; }
      .citizen .sidebar .sidebar-link .custom-link .tooltip span, .employee .sidebar .sidebar-link .custom-link .tooltip span {
        margin-left: unset !important;
        left: unset !important; }
    .citizen .sidebar .sidebar-link svg, .employee .sidebar .sidebar-link svg {
      fill: #fff !important;
      width: 21px;
      height: 21px; }
    .citizen .sidebar .sidebar-link:hover, .employee .sidebar .sidebar-link:hover {
      background-color: #0b4b66;
      cursor: pointer; }
    .citizen .sidebar .sidebar-link .search-icon-wrapper, .employee .sidebar .sidebar-link .search-icon-wrapper {
      border: 2px solid #fff;
      border-radius: 4px;
      padding: 5px; }
      .citizen .sidebar .sidebar-link .search-icon-wrapper svg, .employee .sidebar .sidebar-link .search-icon-wrapper svg {
        fill: #fff !important;
        width: 21px;
        height: 21px; }
        .citizen .sidebar .sidebar-link .search-icon-wrapper svg path, .employee .sidebar .sidebar-link .search-icon-wrapper svg path {
          fill: #fff !important; }
  .citizen .sidebar .dropdown-link, .citizen .sidebar .sidebar-link, .employee .sidebar .dropdown-link, .employee .sidebar .sidebar-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px; }
  .citizen .sidebar .dropdown-link, .employee .sidebar .dropdown-link {
    height: 40px;
    margin-left: 40px;
    text-decoration: none; }
    .citizen .sidebar .dropdown-link .actions .tooltiptext, .employee .sidebar .dropdown-link .actions .tooltiptext {
      left: unset;
      right: 1%; }
    .citizen .sidebar .dropdown-link svg, .employee .sidebar .dropdown-link svg {
      width: 20px;
      height: 20px;
      fill: #fff; }
    .citizen .sidebar .dropdown-link:hover, .employee .sidebar .dropdown-link:hover {
      background-color: #6a8e9d;
      opacity: .8;
      cursor: pointer; }
      .citizen .sidebar .dropdown-link:hover svg, .employee .sidebar .dropdown-link:hover svg {
        fill: #fe7a51 !important; }
    .citizen .sidebar .dropdown-link.active, .employee .sidebar .dropdown-link.active {
      border-left: 4px solid #c84c0e;
      color: #c84c0e !important;
      border-right: none; }
      .citizen .sidebar .dropdown-link.active.level-1, .employee .sidebar .dropdown-link.active.level-1 {
        border-left: 8.5px solid #c84c0e; }
      .citizen .sidebar .dropdown-link.active.level-2, .employee .sidebar .dropdown-link.active.level-2 {
        border-left: 4px solid #c84c0e; }
      .citizen .sidebar .dropdown-link.active svg, .employee .sidebar .dropdown-link.active svg {
        fill: #c84c0e !important; }
  .citizen .sidebar span, .employee .sidebar span {
    margin-left: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

.citizen .wrapperStyles, .employee .wrapperStyles {
  margin-top: -5px;
  padding-left: 20px;
  padding-top: 10px; }
  .citizen .wrapperStyles .containerStyles, .employee .wrapperStyles .containerStyles {
    border: 1px solid #505a5f;
    padding: 16px;
    margin-bottom: 20px; }
  .citizen .wrapperStyles.leftBorder, .employee .wrapperStyles.leftBorder {
    border-left: 2px solid rgba(0, 0, 0, 0.12); }

.citizen .rowContainerStyles, .employee .rowContainerStyles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.citizen .tableContainerStyles, .employee .tableContainerStyles {
  border: 1px solid #505a5f;
  padding: 16px;
  margin-bottom: 20px; }

.citizen .historyTables, .employee .historyTables {
  display: grid;
  grid-template-rows: 100px 100px;
  grid-template-columns: repeat(5, minmax(100px, 1fr)); }

.citizen .historyContent, .employee .historyContent {
  margin: 0 10px;
  position: relative;
  padding-bottom: 5px; }

.citizen .historyCheckpoint, .employee .historyCheckpoint {
  background-color: #fe7a51;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  left: -9px;
  top: 4px; }
  .citizen .historyCheckpoint.zIndex, .employee .historyCheckpoint.zIndex {
    z-index: 10; }

.citizen .historyTableDateLabel, .employee .historyTableDateLabel {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  text-align: left;
  display: inline-block;
  padding-top: 5px; }

.citizen .bottomMargin, .employee .bottomMargin {
  margin-bottom: 0; }

.citizen .historyTableDate, .employee .historyTableDate {
  color: rgba(0, 0, 0, 0.87);
  font-size: 19px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  display: inline-block;
  padding-top: 10px; }

.citizen .historyHorizontalBar, .employee .historyHorizontalBar {
  background-color: rgba(0, 0, 0, 0.12);
  width: auto;
  height: 2px;
  margin-left: 16px; }

.citizen .smallText, .employee .smallText {
  font-weight: 500;
  font-size: 14px; }

.citizen .sidebar {
  margin-top: 54px;
  min-width: 200px; }
  .citizen .sidebar .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 10px;
    gap: 10px; }

.link {
  --text-opacity:1;
  color: #c84c0e;
  color: rgba(200, 76, 14, var(--text-opacity));
  cursor: pointer; }
  .link :hover {
    --text-opacity:1;
    color: #c8602b;
    color: rgba(200, 96, 43, var(--text-opacity)); }

.RightMostTopBarOptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .RightMostTopBarOptions .EventNotificationWrapper {
    position: relative;
    cursor: pointer;
    margin-left: 16px; }
    .RightMostTopBarOptions .EventNotificationWrapper span {
      top: -10px;
      right: -10px;
      position: absolute;
      --bg-opacity:1;
      background-color: #d4351c;
      background-color: rgba(212, 53, 28, var(--bg-opacity));
      height: 1.25rem;
      width: 1.25rem;
      border-radius: 9999px;
      text-align: center; }
      .RightMostTopBarOptions .EventNotificationWrapper span p {
        line-height: 20px; }
  .RightMostTopBarOptions .digit-dropdown-employee-select-wrap.language-dropdown .header-dropdown-label .cp {
    color: #fff; }
  .RightMostTopBarOptions .digit-dropdown-employee-select-wrap.language-dropdown .header-dropdown-label .header-dropdown-arrow path {
    fill: #fff; }
  .RightMostTopBarOptions .digit-dropdown-employee-select-wrap.language-dropdown .header-dropdown-menu {
    right: 1rem; }
  .RightMostTopBarOptions .select-wrap {
    margin-bottom: unset; }
    .RightMostTopBarOptions .select-wrap svg {
      fill: #fff; }

@media (min-width: 640px) {
  .employee .ground-container {
    display: block; }
  .employee .breadcrumb {
    margin-bottom: 24px;
    margin-left: 0; }
  .employee .card-home {
    width: 270px;
    margin-right: 10px;
    margin-bottom: 10px; }
  .employee .card-home-hrms {
    width: 405px;
    padding: 0;
    margin-right: 16px;
    margin-bottom: 16px; }
  .employee .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 80px;
    margin-left: 72px;
    width: calc(100% - 83px); }
  .employee .citizen-home-container, .employee .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .employee .citizen-home-container {
    -webkit-box-orient: unset !important;
    -webkit-box-direction: unset !important;
    -ms-flex-direction: unset !important;
    flex-direction: unset !important;
    width: unset !important;
    margin-left: unset !important;
    padding-top: 58px; }
  .citizen .main {
    width: 100%;
    padding-top: 58px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.fullWidth {
  width: 100%; }

.multi-select-container .disposal-text {
  font-weight: 700; }

.multi-select-container .disposal-info {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 8px; }

.multi-select-container .disposal-action-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 780px) {
  .d-grid {
    display: grid;
    grid-template-columns: 250px 250px 250px 250px;
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    grid-row-gap: 2px;
    row-gap: 2px;
    margin-left: -12px; } }

.m-auto {
  margin: auto !important; }

.mb-50 {
  margin-bottom: 50px; }

.mb-25 {
  margin-bottom: 25px; }

.back-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .back-wrapper .top-back-btn {
    margin-bottom: 0;
    color: #fff;
    margin-right: 1em; }
    .back-wrapper .top-back-btn svg {
      fill: #fff; }
  .back-wrapper .hambuger-back-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .back-wrapper .hambuger-back-wrapper h3 {
      margin-top: 0;
      margin-bottom: 0; }
    @media (min-width: 780px) {
      .back-wrapper .hambuger-back-wrapper .hamburger-span {
        display: none; } }

@media (min-width: 780px) {
  .back-wrapper {
    margin-right: 2rem;
    margin-left: 2rem; } }

@media (min-width: 780px) {
  .user-profile {
    width: calc(100% - 219px);
    margin-left: 16px;
    margin-right: 16px; } }

.link a {
  color: inherit;
  text-decoration: inherit; }

.breadcrumb a {
  color: inherit;
  text-decoration: inherit; }

.sidebar-link.active .custom-link {
  text-decoration: none; }
  .sidebar-link.active .custom-link div span {
    color: #c84c0e !important;
    text-decoration: none; }

.bread-crumb a {
  color: inherit;
  text-decoration: inherit; }

.sidebar-link .custom-link {
  text-decoration: none; }
  .sidebar-link .custom-link div span {
    color: #fff;
    text-decoration: none; }

.mandatory-span {
  margin-left: .5rem;
  color: red !important;
  font-size: 1rem;
  font-weight: 700; }

.customEmployeeCard {
  margin: 8px !important; }

.main.digit-home-main {
  margin-top: 1rem; }

.flex-fit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  --border-opacity:1;
  border-color: #d6d5d4;
  border-bottom: 1px;
  border-color: rgba(214, 213, 212, var(--border-opacity));
  border-style: solid;
  padding: 8px 10px; }

.card-count {
  padding-right: 36px; }
  .card-count div span {
    font-weight: 700; }

.popup-module {
  width: 480px;
  margin: 0 auto;
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity)); }
  .popup-module .popup-module-main {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px; }
  .popup-module .popup-module-action-bar {
    grid-gap: 16px;
    gap: 16px;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

@media (min-width: 780px) {
  .popup-module {
    width: 480px;
    margin: auto;
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); }
    .popup-module .popup-module-main {
      padding-left: 24px;
      padding-right: 24px;
      padding-bottom: 24px;
      width: 100%;
      padding: 8px;
      height: 100%; }
    .popup-module .popup-module-action-bar {
      grid-gap: 16px;
      gap: 16px;
      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: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

.icon-bg-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --bg-opacity:1;
  background-color: #22394d;
  background-color: rgba(34, 57, 77, var(--bg-opacity));
  width: 3rem;
  height: 3rem; }
  .icon-bg-secondary svg {
    margin: auto;
    width: 1.5rem;
    height: 1.5rem; }

.heading-m {
  font-weight: 700;
  --text-opacity:1;
  color: #0b0c0c;
  color: rgba(11, 12, 12, var(--text-opacity));
  font-size: 18px;
  line-height: 28px;
  margin-left: 16px;
  padding-top: 8px; }

.BPAheading-m {
  margin-left: 22px; }

.employee-home-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  padding-bottom: 16px;
  padding-top: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  .employee-home-footer img {
    height: 100%; }

.employee-login-home-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  height: 2.5rem;
  --bg-opacity:1;
  background-color: #e3e3e3;
  background-color: rgba(227, 227, 227, var(--bg-opacity));
  padding-bottom: 16px;
  padding-top: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  .employee-login-home-footer img {
    margin-left: 8px; }

.fieldInspectionWrapper {
  border: 1px solid #d6d5d4;
  padding: 16px;
  margin-top: 8px;
  background: #fafafa; }

.fieldInsepctionInsideWrapper {
  border: 1px solid #d6d5d4;
  padding: 16px;
  margin-top: 8px;
  background: #fff;
  max-width: 70%;
  min-width: 280px; }

@media (min-width: 780px) {
  .ground-container {
    margin-bottom: 56px;
    padding: 16px; }
  .heading-m {
    font-size: 24px;
    line-height: 32px; }
  .BPAheading-m {
    margin-left: 22px; }
  .break-line {
    margin-top: 40px;
    margin-bottom: 40px; }
  .moduleCardWrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .gridModuleWrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 1rem;
    gap: 1rem; } }

.complaint-links-container {
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 4px; }
  .complaint-links-container .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-width: 1px;
    --border-opacity:1;
    border-color: #d6d5d4;
    border-color: rgba(214, 213, 212, var(--border-opacity));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .complaint-links-container .header .logo {
      width: 56px;
      height: 56px;
      --bg-opacity:1;
      background-color: #c84c0e;
      background-color: rgba(200, 76, 14, var(--bg-opacity));
      padding: 12px;
      border-radius: 4px; }
      .complaint-links-container .header .logo svg {
        width: 2rem;
        height: 2rem; }
    .complaint-links-container .header .text {
      padding-left: 16px;
      font-size: 18px;
      line-height: 28px;
      font-weight: 700; }
  .complaint-links-container .body {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 46px; }
    .complaint-links-container .body .link {
      padding: 8px;
      --text-opacity:1;
      color: #c84c0e;
      color: rgba(200, 76, 14, var(--text-opacity));
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
      .complaint-links-container .body .link a {
        color: inherit;
        text-decoration: inherit; }
    .complaint-links-container .body .inbox-total {
      padding: 4px;
      display: table;
      white-space: normal;
      text-align: center;
      --text-opacity:1;
      color: #fff;
      color: rgba(255, 255, 255, var(--text-opacity));
      width: 2rem;
      height: 2rem;
      --bg-opacity:1;
      background-color: #c84c0e;
      background-color: rgba(200, 76, 14, var(--bg-opacity));
      border-radius: 9999px;
      margin-left: 4px; }
  .complaint-links-container .links-wrapper {
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 24px; }
    .complaint-links-container .links-wrapper .link {
      padding: 0 0 4px !important; }
      .complaint-links-container .links-wrapper .link svg {
        margin-left: 8px; }

.MobilePopupHeadingWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  place-content: space-between;
  margin-bottom: 16px; }
  .MobilePopupHeadingWrapper h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700; }

.filter-button {
  --text-opacity:1;
  color: #c84c0e;
  color: rgba(200, 76, 14, var(--text-opacity)); }
  .filter-button:hover {
    --text-opacity:1;
    color: #c8602b;
    color: rgba(200, 96, 43, var(--text-opacity));
    cursor: pointer; }

.employeeCard-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 16px;
  background-color: #fafafa; }
  .employeeCard-info-box div {
    margin-right: 32px; }
    .employeeCard-info-box div span:nth-child(2) {
      font-weight: 700;
      color: #4f5a5f; }
  .employeeCard-info-box .employeeCard-info-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.filter-form .filter-card {
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  min-height: 100%;
  padding: 10px; }
  .filter-form .filter-card .heading {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .filter-form .filter-card .heading .clearAll {
      display: none; }
  .filter-form .filter-card .filter-label {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: .75rem;
    gap: .75rem;
    padding-bottom: 6px; }
    .filter-form .filter-card .filter-label svg {
      fill: #0b0c0c; }
  .filter-form .filter-card .sub-filter-label {
    font-weight: 400;
    font-size: 16px; }

.filter-form .filter-form-field p {
  font-size: 16px;
  line-height: 20px;
  --text-opacity:1;
  color: #0b0c0c;
  color: rgba(11, 12, 12, var(--text-opacity));
  display: block;
  margin-bottom: 16px; }

.inbox-container .filters-container .filter .filter-card {
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 10px; }
  .inbox-container .filters-container .filter .filter-card .filter-card-close-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .inbox-container .filters-container .filter .filter-card .filter-card-close-button, .inbox-container .filters-container .filter .filter-card .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .inbox-container .filters-container .filter .filter-card .heading {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .inbox-container .filters-container .filter .filter-card .heading .clearAll {
      display: none; }
  .inbox-container .filters-container .filter .filter-card .filter-label {
    font-size: 18px;
    line-height: 28px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: .75rem;
    gap: .75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 6px; }
    .inbox-container .filters-container .filter .filter-card .filter-label svg {
      fill: #0b0c0c; }
  .inbox-container .filters-container .filter .filter-card .sub-filter-label {
    font-weight: 400;
    font-size: 16px; }

.inbox-container .filters-container .search-complaint-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 16px; }
  .inbox-container .filters-container .search-complaint-container .complaint-input-container {
    width: 100%; }
    .inbox-container .filters-container .search-complaint-container .complaint-input-container .complaint-input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .inbox-container .filters-container .search-complaint-container .complaint-input-container .complaint-input .clear-search {
        --text-opacity:1;
        color: #c84c0e;
        color: rgba(200, 76, 14, var(--text-opacity));
        display: none; }
        .inbox-container .filters-container .search-complaint-container .complaint-input-container .complaint-input .clear-search:hover {
          color: #003078;
          cursor: pointer; }

.inbox-container .status-container {
  margin-bottom: 50px; }

.clear-search, .clear-search .link-label {
  --text-opacity:1;
  color: #c84c0e;
  color: rgba(200, 76, 14, var(--text-opacity));
  display: block;
  cursor: pointer; }
  .clear-search:hover, .clear-search .link-label:hover {
    color: #000; }

.button-clear {
  color: #c84c0e;
  color: rgba(200, 76, 14, var(--text-opacity)); }

.button-clear, .inbox-count {
  --text-opacity:1;
  font-size: 16px;
  line-height: 24px; }

.inbox-count {
  display: inline;
  margin-left: 8px;
  padding: 8px;
  --bg-opacity:1;
  background-color: #c84c0e;
  background-color: rgba(200, 76, 14, var(--bg-opacity));
  border-radius: 9999px;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  vertical-align: middle;
  text-align: center;
  font-weight: 400; }

@media (min-width: 780px) {
  .complaint-links-container {
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); }
    .complaint-links-container .header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom-width: 1px;
      --border-opacity:1;
      border-color: #d6d5d4;
      border-color: rgba(214, 213, 212, var(--border-opacity)); }
      .complaint-links-container .header .logo {
        --bg-opacity:1;
        background-color: #c84c0e;
        background-color: rgba(200, 76, 14, var(--bg-opacity));
        padding: 12px;
        border-radius: 4px; }
      .complaint-links-container .header .text {
        padding-left: 16px;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700; }
    .complaint-links-container .body {
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: 46px; }
      .complaint-links-container .body .link {
        padding: 8px;
        --text-opacity:1;
        color: #c84c0e;
        color: rgba(200, 76, 14, var(--text-opacity)); }
  .inboxLinks {
    margin: 0 !important;
    padding: 0 !important; }
    .inboxLinks .header {
      border: none;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .inboxLinks .header .logo {
        --bg-opacity:1;
        background-color: #fff;
        background-color: rgba(255, 255, 255, var(--bg-opacity)); }
        .inboxLinks .header .logo svg path {
          fill: #c84c0e; }
    .inboxLinks .body {
      margin-left: 0; }
  .filter-form .filter-card {
    padding: 16px;
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); }
    .filter-form .filter-card .heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .filter-form .filter-card .label {
      font-size: 16px;
      line-height: 24px; }
  .inbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .inbox-container .filters-container {
      width: 270px; }
      .inbox-container .filters-container .filter {
        margin-top: 16px; }
        .inbox-container .filters-container .filter .filter-card {
          padding: 16px;
          --bg-opacity:1;
          background-color: #fff;
          background-color: rgba(255, 255, 255, var(--bg-opacity)); }
          .inbox-container .filters-container .filter .filter-card .heading {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
          .inbox-container .filters-container .filter .filter-card .label {
            font-size: 16px;
            line-height: 24px; }
      .inbox-container .filters-container .citizen-filter {
        margin-top: unset; }
    .inbox-container .search-container {
      width: 874px; }
      .inbox-container .search-container .search-complaint-container {
        margin: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 16px;
        --bg-opacity:1;
        background-color: #fff;
        background-color: rgba(255, 255, 255, var(--bg-opacity));
        padding: 16px; }
        .inbox-container .search-container .search-complaint-container .complaint-header {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: 100%;
          margin-bottom: 20px; }
        .inbox-container .search-container .search-complaint-container .complaint-input-container {
          display: grid;
          grid-template-columns: 33.33% 33.33% 33.33%; }
          .inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search {
            grid-template-columns: 25% 25% 25% 25%; }
            .inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search .input-fields:nth-child(3n) {
              margin-right: 16px !important; }
            .inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search .input-fields:nth-child(4n) {
              margin-right: 0 !important; }
            .inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search .search-submit-wrapper {
              grid-column: 4/5;
              max-width: unset;
              margin-left: unset; }
          .inbox-container .search-container .search-complaint-container .complaint-input-container .search-submit-wrapper {
            margin-left: 50%;
            max-width: 50%;
            grid-column: 3/4;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center; }
            .inbox-container .search-container .search-complaint-container .complaint-input-container .search-submit-wrapper .submit-bar-search {
              margin-top: unset;
              margin-bottom: 20px;
              margin-left: unset;
              max-width: 100%;
              width: 100%; }
          .inbox-container .search-container .search-complaint-container .complaint-input-container .input-fields {
            display: inline-block !important;
            margin-right: 16px !important; }
            .inbox-container .search-container .search-complaint-container .complaint-input-container .input-fields .inbox-search-form-error {
              padding-top: 0;
              margin-top: 0;
              position: absolute; }
          .inbox-container .search-container .search-complaint-container .complaint-input-container .input-fields:nth-child(3n) {
            margin-right: 0 !important; }
          .inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            .inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input .clear-search {
              --text-opacity:1;
              color: #c84c0e;
              color: rgba(200, 76, 14, var(--text-opacity));
              display: block;
              cursor: pointer; }
              .inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input .clear-search:hover {
                color: #003078;
                cursor: pointer; }
          .inbox-container .search-container .search-complaint-container .complaint-input-container .mobile-input {
            margin-left: 8px; }
        .inbox-container .search-container .search-complaint-container .search-action-wrapper {
          width: 33%;
          margin-top: 28px;
          display: inline-block;
          vertical-align: middle;
          text-align: center; }
          .inbox-container .search-container .search-complaint-container .search-action-wrapper button {
            margin: 0;
            width: 100%;
            max-width: 300px !important; } }

.document-clear-all {
  grid-area: 2/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cell-text {
  color: #505a5f; }

.sla-cell-error {
  color: #d4351c;
  background-color: rgba(212, 53, 28, 0.12);
  padding: 0 24px;
  border-radius: 11px; }

.sla-cell-success {
  color: #00703c;
  background-color: rgba(0, 112, 60, 0.12);
  padding: 0 24px;
  border-radius: 11px; }

.complain-no-cell-text {
  margin-top: "4px";
  color: "theme(colors.text.secondary)"; }

.search-error-label {
  font-weight: 700 !important;
  font-size: 19px !important;
  line-height: 23px !important;
  --text-opacity:1!important;
  color: #d4351c !important;
  color: rgba(212, 53, 28, var(--text-opacity)) !important;
  margin-bottom: 8px !important; }

.inbox-action-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.complaint-links-container .header .removeHeight {
  line-height: 28px; }

@media (min-width: 780px) {
  .complaint-links-container .header .removeBorderRadiusLogo {
    border-radius: 2px !important; } }

@media (min-width: 780px) {
  .customEmployeeCard {
    width: 263px !important;
    height: 263px !important; } }

.employeeTotalLink {
  color: #505a5f;
  font-size: 16px;
  text-decoration: none; }

@media (min-width: 780px) {
  .groupBill-custom .custom-group-merge-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
    .groupBill-custom .custom-group-merge-container .header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
      .groupBill-custom .custom-group-merge-container .header .logo {
        margin-right: 1rem; }
        .groupBill-custom .custom-group-merge-container .header .logo svg path {
          fill: #c84c0e; }
      .groupBill-custom .custom-group-merge-container .header .h1 {
        font-size: 24px;
        line-height: 28px;
        font-weight: 400;
        color: #c84c0e; }
  .groupBill-custom .inbox-container .search-container .search-complaint-container {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .groupBill-custom .inbox-container .search-container .group-complaint-input-container, .groupBill-custom .inbox-container .search-container .search-complaint-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal; }
  .groupBill-custom .inbox-container .search-container .group-complaint-input-container {
    width: 33% !important;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column; }
  .groupBill-custom .inbox-action-container {
    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; }
    .groupBill-custom .inbox-action-container .clear-search {
      margin-top: 65px;
      margin-left: 16px;
      padding-top: unset !important; }
    .groupBill-custom .inbox-action-container .submit-bar-search {
      margin-top: 55px !important; } }

.connection-details-old-value-wrapper .old-value-null-wrapper, .plumber-details-old-value-wrapper .old-value-null-wrapper {
  visibility: hidden;
  padding-bottom: 8px;
  margin-bottom: 8px; }

.connection-details-old-value-wrapper .row, .plumber-details-old-value-wrapper .row {
  color: #b1b4b6;
  font-weight: 700;
  font-size: 16px; }

.search-tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #eee; }
  .search-tabs-container .search-tab-head {
    padding: 10px 35px;
    font-weight: 700;
    font-size: 1rem;
    border: 1px solid #d6d5d4;
    border-radius: .5rem .5rem 0 0; }
  .search-tabs-container .search-tab-head-selected {
    padding: 10px 35px;
    color: #f47738;
    background-color: #fff;
    border-radius: .5rem .5rem 0 0;
    border: 1px solid #c84c0e;
    border-bottom: 4px solid #f47738;
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: -1rem; }
  .search-tabs-container .search-tab-head-selected:focus {
    outline: 0; }

.card-with-background {
  background: #fafafa;
  border: 1px solid #d6d5d4; }
  .card-with-background .card-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px; }
  .card-with-background h2 {
    font-size: 16px;
    font-weight: 700; }

.registryTable tHead tr th {
  text-align: center; }

.registryTable tBody tr td {
  text-align: center; }

.secondary-action {
  display: inline;
  float: right; }

.form-field {
  width: 100%; }

@media (min-width: 780px) {
  .form-field {
    width: 50%; }
  .desktop-w-full {
    width: 100% !important; } }

.form-explorer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .form-explorer .form-component {
    width: 60%; }

.scroll-table-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  overflow-x: scroll;
  overflow-y: visible;
  padding-bottom: 8px;
  text-align: center; }
  .scroll-table-wrapper::-webkit-scrollbar {
    display: none; }
  .scroll-table-wrapper .scroll-table-width-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: calc(100% - 110px);
    margin: auto;
    overflow-x: scroll; }
    .scroll-table-wrapper .scroll-table-width-wrapper::-webkit-scrollbar {
      display: none; }
    .scroll-table-wrapper .scroll-table-width-wrapper table {
      margin: auto; }
  .scroll-table-wrapper .first-col {
    left: 0; }
  .scroll-table-wrapper .first-col, .scroll-table-wrapper .last-col {
    width: 110px;
    position: absolute; }
  .scroll-table-wrapper .last-col {
    right: 0; }

@media (min-width: 780px) {
  .scroll-table-wrapper {
    width: 60%; } }

.table-switch-card-chip {
  cursor: pointer;
  padding-right: 10px; }

.table-search-wrapper, .table-switch-card-chip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.table-search-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.table-switch-card-inactive {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 8px;
  position: static;
  height: 40px;
  left: 84px;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0;
  color: #b1b4b6; }

.table-switch-card-inactive:hover {
  background: #fffffc;
  font-size: 17px;
  color: #505a5f; }

.table-switch-card-active {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 8px;
  position: static;
  height: 40px;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid #c84c0e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0; }

.icon-wrapper {
  margin-left: 1rem;
  cursor: pointer; }

.EmployeeLoginFooter {
  margin: auto;
  position: absolute;
  bottom: 10px; }
  .EmployeeLoginFooter img {
    height: 1rem;
    -o-object-fit: contain;
    object-fit: contain; }

.updateNumberEmployee {
  width: 100%; }
  .updateNumberEmployee .employee-data-table .row h2 {
    font-weight: 500;
    width: 100%; }
  .updateNumberEmployee .submit-bar, .updateNumberEmployee .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .updateNumberEmployee .submit-bar {
    position: relative; }
  .updateNumberEmployee .search-form-wrapper {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: normal; }

.linksWrapperForMobileInbox .header {
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: normal; }

.dss-switch-tabs {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  margin-bottom: 3%;
  margin-right: 25px; }

.dss-header-label {
  font-weight: 600 !important;
  font-size: 22px !important;
  white-space: pre-line; }

.dss-switch-tab-wrapper {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.dss-switch-tab-selected {
  border-bottom: 3px solid #c84c0e;
  color: #c84c0e;
  padding: 7px 24px; }

.dss-switch-tab-selected, .dss-switch-tab-unselected {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 22px; }

.dss-switch-tab-unselected {
  color: #505a5f;
  padding: 8px 24px; }

.dss-pie-subheader, .dss-table-subheader {
  position: relative;
  top: -7px;
  font-size: 13px;
  font-weight: 400;
  color: #505a5f; }

.recharts-legend-item {
  margin-bottom: 20px !important;
  white-space: pre; }

.dss-white-pre {
  white-space: pre; }

.dss-white-pre-line, .dss-white-pre-temp {
  white-space: pre-line; }

.multi-select-dropdown-wrap .master .label p {
  white-space: pre;
  margin: auto auto auto 0;
  padding-left: 1%; }

.divToBeHidden {
  display: block; }

.divWillGetHidden {
  display: none; }

.dss-temp-white-pre {
  white-space: pre; }

.dss-input-active-border {
  --border-opacity:1;
  border: 1px solid #c84c0e !important;
  border-color: rgba(244, 119, 56, var(--border-opacity)); }

.dss-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.dss-card-parent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 31%;
  border-radius: 6px;
  padding: 25px;
  margin: 15px 11.5px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }

.dss-card-body, .dss-card-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }

.dss-card-body {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.dss-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .dss-card-header p {
    font-size: 24px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000; }
  .dss-card-header svg {
    width: 50px;
    height: 50px; }

.dss-insight-card {
  margin: 10px 0; }
  .dss-insight-card p {
    font-family: Roboto,sans-serif; }
  .dss-insight-card .p1 {
    color: #585858; }
  .dss-insight-card .p1, .dss-insight-card .p3 {
    font-size: 16px; }
  .dss-insight-card .p3 {
    font-weight: 400; }
  .dss-insight-card .p2 {
    font-size: 24px;
    font-weight: 500;
    color: #000; }
  .dss-insight-card .color-green {
    color: #00703c; }
  .dss-insight-card .color-red {
    color: #d4351c; }

.w-100 {
  width: 100%; }

.dss-w-100 {
  width: 97%; }

.h-100 {
  width: 100%;
  height: 100%; }

.dss-h-100 {
  width: 97%;
  height: 100%; }

.tab-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60%;
  margin-left: 13%; }

.tab-header {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  border-bottom: 1px solid #b1b4b6;
  color: #2a3340; }

.map-status {
  position: relative;
  width: 33%;
  left: 50%;
  bottom: 130px; }

.map-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px; }

.map-box {
  display: inline-block;
  height: 10px;
  width: 10px; }

.map-text {
  margin-left: 5px;
  color: #636363;
  font-size: 14px; }

@media screen and (max-width: 768px) {
  .dss-switch-tabs {
    margin-right: 0; }
  .dss-card-parent {
    width: 100%; } }

.dss-metric-horizontal {
  width: 48%;
  max-width: 48%; }

.dss-primary {
  display: inline;
  margin-right: 10px; }
  .dss-primary path {
    fill: #c84c0e; }

.dss-horizontal-v2 {
  width: 22.7%;
  max-width: 22.7%; }

body {
  margin: 0;
  padding: 0;
  font-family: Roboto;
  background: #f4f7fb; }

.app-container-iframe {
  border-width: 0; }
  .app-container-iframe div[class^=MuiCircularProgress] {
    position: sticky;
    top: 90%;
    left: 50%; }
  .app-container-iframe div[role^=progressbar] {
    left: 50%;
    position: sticky; }

@media only screen and (min-width: 953px) {
  .app-container-iframe {
    border-width: 0;
    position: fixed;
    width: 83.5%;
    height: calc(100vh - 64px); } }

@media (max-width: 768px) {
  .app-container-iframe {
    border-width: 0;
    width: 100vw;
    height: 100vh;
    margin: 32px 0 0; } }

@media (max-width: 375px) {
  .app-container-iframe {
    border-width: 0;
    width: 100vw;
    height: 100vh;
    margin: 32px 0 0; } }

.app-iframe-wrapper {
  left: 64px;
  border-width: 0;
  position: fixed;
  top: 80px; }

.app-iframe {
  width: 97%;
  height: calc(100vh - 90px);
  border-width: 0;
  position: fixed; }

@media (max-width: 768px) {
  .app-iframe-wrapper {
    left: 0; } }

.payment-amount-info {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.citizen-home-footer, .payment-amount-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.citizen-home-footer {
  width: 100%;
  height: 2.5rem;
  --bg-opacity:1;
  background-color: #e3e3e3;
  background-color: rgba(227, 227, 227, var(--bg-opacity));
  padding-bottom: 16px;
  padding-top: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .citizen-home-footer img {
    margin-left: 8px; }

.employee .citizen-home-footer {
  position: fixed;
  bottom: 0; }

.fill-path-primary-main path {
  fill: #c84c0e; }

.obps-search {
  margin: 8px; }

.HomePageWrapper {
  margin-top: -25px; }
  .HomePageWrapper .BannerWithSearch {
    margin-bottom: 40px;
    width: 100%;
    position: relative; }
    .HomePageWrapper .BannerWithSearch .Search {
      width: calc(100% - 32px);
      bottom: -18px;
      margin-left: 16px;
      margin-right: 16px;
      position: absolute; }
    .HomePageWrapper .BannerWithSearch img {
      height: 33vw;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .HomePageWrapper .ServicesSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 15px 0; }
  @media (min-width: 780px) {
    .HomePageWrapper .ServicesSection {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 40px 15px 0;
      width: 100%; } }
  .HomePageWrapper .WhatsNewSection {
    margin: 8px;
    padding: 0 15px; }
    .HomePageWrapper .WhatsNewSection .headSection {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 8px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .HomePageWrapper .WhatsNewSection .headSection h2 {
        font-weight: 700;
        color: #0b0c0c;
        color: rgba(11, 12, 12, var(--text-opacity));
        padding-left: 8px; }
      .HomePageWrapper .WhatsNewSection .headSection h2, .HomePageWrapper .WhatsNewSection .headSection p {
        font-size: 16px;
        line-height: 24px;
        --text-opacity:1; }
      .HomePageWrapper .WhatsNewSection .headSection p {
        color: #c84c0e;
        color: rgba(200, 76, 14, var(--text-opacity));
        font-weight: 500;
        cursor: pointer; }
    @media (min-width: 780px) {
      .HomePageWrapper .WhatsNewSection {
        padding-left: 15px;
        padding-bottom: 0;
        padding-right: 15px;
        padding-top: 0; } }
  .HomePageWrapper .WhatsAppBanner {
    padding: 0 20px;
    margin: auto;
    cursor: pointer; }

@media (min-width: 780px) {
  .SideBarStatic {
    width: 219px;
    background: #fff; } }

@media (max-width: 780px) {
  .SideBarStatic {
    display: none; } }

@media (min-width: 780px) {
  .HomePageContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 219px);
    height: calc(100% - 30px); } }

.moduleLinkHomePage {
  margin-top: -25px; }
  @media (min-width: 780px) {
    .moduleLinkHomePage {
      width: calc(100% - 219px); } }
  .moduleLinkHomePage img {
    height: 33vw;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .moduleLinkHomePage h1 {
    top: 100px;
    left: 21px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700; }
  .moduleLinkHomePage .moduleLinkHomePageBackButton, .moduleLinkHomePage h1 {
    position: absolute;
    --text-opacity:1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity)); }
  .moduleLinkHomePage .moduleLinkHomePageBackButton {
    border: none;
    top: 76px;
    font-size: 16px;
    line-height: 24px;
    margin-left: 16px; }
    .moduleLinkHomePage .moduleLinkHomePageBackButton svg {
      fill: #fff; }

.moduleLinkHomePageModuleLinks {
  margin-top: 16px; }
  .moduleLinkHomePageModuleLinks .CitizenHomeCard .header {
    display: none; }

@media (min-width: 780px) {
  .HomePageWrapper {
    width: 100%; }
    .HomePageWrapper .BannerWithSearch {
      margin-bottom: 56px;
      width: 100% !important; }
      .HomePageWrapper .BannerWithSearch .Search {
        width: 100%;
        margin: 0;
        padding: 0 15px; }
      .HomePageWrapper .BannerWithSearch img {
        height: 20vw; }
    .HomePageWrapper .WhatsAppBanner img {
      height: 20vw; }
  .moduleLinkHomePage img {
    min-width: 100vw;
    height: 20vw; }
  .moduleLinkHomePage h1 {
    top: calc(10vw + 40px);
    left: 15.8rem; }
  .moduleLinkHomePage .moduleLinkHomePageBackButton {
    top: calc(10vw + 16px);
    margin-left: 16px; }
  .moduleLinkHomePageModuleLinks {
    width: 100%; } }

.CitizenEngagementNotificationWrapper .h1 {
  margin: 15px; }

.CitizenEngagementNotificationWrapper .WhatsNewCard {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px; }

.OnGroundEventDetailsCard {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: .25rem; }

.eventAddressAndDirection {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px; }
  .eventAddressAndDirection span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px; }
    .eventAddressAndDirection span svg {
      height: 1.25rem;
      width: 1.25rem; }
    .eventAddressAndDirection span div {
      margin-left: 16px; }
      .eventAddressAndDirection span div p {
        margin-bottom: 8px; }
      .eventAddressAndDirection span div .direction {
        --text-opacity:1;
        color: #c84c0e;
        color: rgba(200, 76, 14, var(--text-opacity));
        cursor: pointer; }

.eventTimeRange {
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .eventTimeRange svg {
    height: 1.25rem;
    width: 1.25rem; }
  .eventTimeRange p {
    margin-left: 16px; }

.cardCaptionBodyS {
  font-size: 14px;
  line-height: 16px;
  --text-opacity:1;
  color: #505a5f;
  color: rgba(80, 90, 95, var(--text-opacity));
  margin-bottom: 16px; }

@media (min-width: 780px) {
  .cardCaptionBodyS, .eventAddressAndDirection {
    font-size: 16px;
    line-height: 24px; } }

.wrapper {
  margin: 20px auto; }

.accordion-wrapper + * {
  margin-top: .5em; }

.accordion-item {
  overflow: hidden;
  -webkit-transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
  transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
  height: auto;
  max-height: 9999px; }

.accordion-item.collapsed {
  max-height: 0;
  -webkit-transition: max-height 0.35s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.35s cubic-bezier(0, 1, 0, 1); }

.accordion-title {
  font-weight: 600;
  cursor: pointer;
  color: #666;
  padding: .5em 0;
  border-radius: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .accordion-title.open svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .accordion-title.open, .accordion-title:hover {
    color: #000; }

.accordion-content {
  padding: 1em 0; }

.document_list_searchbar {
  border: 1px solid #505a5f !important;
  border-radius: 0 !important;
  margin: 20px 0; }

.notices_circular_searchbox {
  margin-top: 50px; }

.notice_and_circular_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px 16px 24px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  border-radius: 4px; }

.gap-ten {
  grid-gap: 2.5rem;
  gap: 2.5rem; }

.notice_and_circular_heading_mb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2px; }

.notice_and_circular_heading_mb header {
  font-weight: 700;
  font-size: 16px !important;
  line-height: 24px;
  margin-right: 50px; }

.notice_and_circular_heading_mb .card-caption {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #505a5f;
  padding-right: 5px;
  padding-left: 15px;
  min-width: 80px;
  position: absolute;
  right: 20px; }

.notice_and_circular_text {
  padding-bottom: 20px; }

.notice_and_circular_text p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #505a5f; }

.notice_and_circular_caption {
  margin-top: 10px;
  margin-bottom: 10px; }

.notice_and_circular_caption .card-caption {
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  color: #a3a3a3; }

.view_download_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 8px;
  gap: 8px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end; }
  .view_download_main span {
    padding-right: 20px; }
    .view_download_main span .views {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .view_download_main span .views p {
        padding-left: 10px;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #c84c0e; }
  .view_download_main .download_views_padding {
    padding-top: 8px; }

@media (min-width: 780px) {
  .view_download_main span .views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .view_download_main span .views p {
      padding-left: 10px;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      color: #c84c0e; }
  .notice_and_circular_heading_mb .card-caption {
    font-size: 16px;
    line-height: 24px;
    min-width: 150px;
    padding-left: 50px; }
  .view_download_main span {
    padding-right: 30px; }
  .view_download_main span .views p {
    padding-left: 8px;
    font-size: 16px; }
  .notice_and_circular_text p {
    font-size: 16px !important;
    line-height: 24px; }
  .documentDetails_row {
    grid-gap: 0 !important;
    gap: 0 !important; }
  .notice_and_circular_heading_mb header {
    font-size: 24px !important;
    line-height: 28px;
    margin-right: 100px; }
  .notice_and_circular_caption .card-caption {
    font-size: 14px;
    line-height: 21px; } }

.documentDetails_wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 2.5rem;
  gap: 2.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.documentDetails_row, .documentDetails_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.documentDetails_row {
  grid-gap: 5rem;
  gap: 5rem; }

.documentDetails_title {
  width: 12rem;
  font-weight: 700; }

.documentDetails_description {
  max-width: 32rem;
  text-overflow: clip; }

.documentDetails_pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 1.25rem;
  gap: 1.25rem; }

.documentDetails_subheader {
  font-weight: 700;
  font-size: large; }

.documentDetails_pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 2.5rem;
  gap: 2.5rem;
  cursor: pointer; }

.grid_section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 1rem;
  gap: 1rem; }
  .grid_section .document_notification_form_section {
    grid-column: span 3/span 3; }

.document_notification_first_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 1rem;
  gap: 1rem; }
  .document_notification_first_grid .form_section, .document_notification_first_grid .document_notification_table_section {
    grid-column: span 3/span 3; }

.new_document_section_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .new_document_section_flex .card-section-header {
    padding-left: 24px; }

.new_document_para_color {
  --text-opacity:1;
  color: #f18f5e;
  color: rgba(241, 143, 94, var(--text-opacity));
  margin-bottom: 42px; }

.document_notification_second_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 1rem;
  gap: 1rem; }

.document_notification_clear_search_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .document_notification_clear_search_btn .document_notification_clear_search_btn_align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.new_document_clear_search_alignment {
  margin-bottom: 16px;
  margin-right: 24px; }

.document_notification_filter_header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.document_notification_filter_header, .document_notification_filter_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.document_notification_filter_icon .card-caption {
  margin-left: 24px; }

.document-table-docs-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 1.25rem;
  gap: 1.25rem; }

.filter_section_main {
  padding-bottom: 300px; }

.new_document_card {
  width: 100%;
  height: 14rem;
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 36px; }

.filter_table_section_margin {
  margin-top: 30px; }

.filter_card_employee {
  width: 100%;
  height: auto;
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 36px;
  padding-bottom: 100px; }

.filter_section_document_categories {
  padding-top: 20px; }

.new_document_card_table {
  width: 100%;
  height: auto;
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 36px; }

.employee_document_inbox_table_main .table tbody tr {
  padding-top: 16px;
  padding-bottom: 16px; }

.confirmation_box {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 8px;
  grid-gap: 10px;
  gap: 10px;
  overflow: hidden;
  text-overflow: ellipsis; }

.Docs_CardWrapper {
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  margin: 8px;
  padding: 16px 16px 24px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  border-radius: 4px; }

.mobileInbox_attachments {
  grid-gap: 10px;
  gap: 10px; }

.documentDetails_row_items, .mobileInbox_attachments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.documentDetails_row_items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-item-align: start;
  align-self: flex-start; }

@media screen and (max-width: 768px) {
  .documentDetails_row_items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1rem;
    gap: 1rem; } }

.surveyListclockDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px; }

.surveyListclockDiv span {
  padding-left: 16px;
  --text-opacity:1;
  color: #0b0c0c;
  color: rgba(11, 12, 12, var(--text-opacity)); }

.surveyListstatus {
  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; }

.surveyLisNotResponded {
  --text-opacity:1;
  color: #d4351c;
  color: rgba(212, 53, 28, var(--text-opacity)); }

.surveyLisResponded {
  --text-opacity:1;
  color: #00703c;
  color: rgba(0, 112, 60, var(--text-opacity)); }

.surveyListCardMargin {
  margin: 24px 16px; }

.centered-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 16px;
  padding-top: 24px;
  padding-bottom: 24px; }

.updatenumber-warper-citizen {
  min-height: 95vh;
  height: unset; }

.updatePropertyNumber .pt-update-no-popup-wrapper {
  margin: 16px; }

.updatePropertyNumber .search-form-wrapper {
  display: inherit;
  padding: 16px; }
  .updatePropertyNumber .search-form-wrapper .submit-bar, .updatePropertyNumber .search-form-wrapper .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .updatePropertyNumber .search-form-wrapper .submit-bar, .updatePropertyNumber .search-form-wrapper .submit-bar-disabled {
    position: absolute;
    bottom: 25px;
    width: 90%; }

@media (min-width: 780px) {
  .updatenumber-warper-citizen {
    min-height: 100vh;
    height: unset; }
  .updatePropertyNumber .h1 {
    margin: 16px; }
  .updatePropertyNumber .search-form-wrapper .submit-bar, .updatePropertyNumber .search-form-wrapper .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .updatePropertyNumber .search-form-wrapper .submit-bar {
    width: 100% !important;
    position: unset !important; }
  .updatePropertyNumber .search-form-wrapper .submit-bar-disabled {
    position: absolute;
    bottom: 25px;
    width: 90%; } }

.notice_and_circular_image svg {
  width: 80px;
  height: 100px; }

.notice_and_circular_content {
  padding-left: 50px; }

.back-btn2 {
  border: none; }

@media screen and (max-width: 768px) {
  .notice_and_circular_image svg {
    width: 53px;
    height: 66px; }
  .notice_and_circular_content {
    padding-left: 40px; }
  .documentContainerPadding {
    padding: 0 10px; } }

.surveydetailsform-wrapper {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  padding-top: 16px;
  padding-bottom: 16px; }
  .surveydetailsform-wrapper label {
    font-weight: 500; }
  .surveydetailsform-wrapper .surveyformfield {
    display: grid;
    grid-gap: 1rem;
    gap: 1rem; }
  .surveydetailsform-wrapper .employee-card-input, .surveydetailsform-wrapper .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .surveydetailsform-wrapper .form-control, .surveydetailsform-wrapper .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .surveydetailsform-wrapper input[type=checkbox], .surveydetailsform-wrapper .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .input-emp[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .surveydetailsform-wrapper .input-emp[type=checkbox], .surveydetailsform-wrapper .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox], .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .surveydetailsform-wrapper .input-emp[type=checkbox], .surveydetailsform-wrapper .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .input-emp[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .surveydetailsform-wrapper .input-emp[type=checkbox], .surveydetailsform-wrapper .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox], .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .surveydetailsform-wrapper .input-emp[type=checkbox], .surveydetailsform-wrapper .employee-select-wrap {
    margin-bottom: 0; }

.newSurveyForm_wrapper {
  display: grid;
  padding: 16px;
  --bg-opacity:1;
  background-color: #fafafa;
  background-color: rgba(250, 250, 250, var(--bg-opacity));
  border-width: 1px;
  --border-opacity:1;
  border-color: #d6d5d4;
  border-color: rgba(214, 213, 212, var(--border-opacity));
  border-radius: .25rem;
  grid-gap: 1.5rem;
  gap: 1.5rem; }
  .newSurveyForm_wrapper .newSurveyForm_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-gap: 1rem;
    gap: 1rem;
    padding-top: 16px;
    padding-bottom: 16px; }
    .newSurveyForm_wrapper .newSurveyForm_actions .checkbox-wrap .label {
      margin-left: 40px; }
  .newSurveyForm_wrapper .newSurveyForm_seprator {
    width: 1px;
    height: 1.5rem;
    border-width: 1px;
    --border-opacity:1;
    border-color: #d6d5d4;
    border-color: rgba(214, 213, 212, var(--border-opacity)); }

.surveydetailsform-wrapper .heading, .surveyformslist_wrapper .heading {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  padding-top: 16px;
  padding-bottom: 16px; }

.surveyformslist_wrapper {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  padding-top: 16px;
  padding-bottom: 16px; }

.options_checkboxes {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 1rem;
  gap: 1rem; }

.optioncheckboxwrapper, .options_checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.simple_editable-input {
  outline-width: 0;
  border: 0;
  border-bottom: 2px solid #000; }

.simple_readonly-input {
  outline-width: 0;
  border: 0;
  background: transparent; }

.pointer {
  cursor: pointer; }

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

.optionradiobtnwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: .5rem;
  gap: .5rem; }
  .optionradiobtnwrapper .customradiobutton {
    width: 1.5rem;
    height: 1.5rem; }

.edit-action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.surveyQuestion-wrapper {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem; }

.question-title {
  font-size: 18px;
  line-height: 21px;
  color: #0b0c0c;
  font-weight: 700; }

.responses-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 8px 4px;
  background-color: #fafafa;
  position: relative; }

.responses-container, .responses-container-date {
  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 #d6d5d4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px; }

.responses-container-date {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 8px 0;
  position: static;
  left: 0;
  top: 41px;
  background: #fafafa; }

.responses-container-line {
  width: 100%;
  margin-bottom: -12px; }

.date-time {
  margin-top: 10px;
  margin-bottom: 10px; }

.response-result {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0 0 -20px;
  display: inline-block; }

.date-container {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 8px;
  background: #fafafa;
  border: 1px solid #d6d5d4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem; }

.date-container, .date-response {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal; }

.date-response {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: 700;
  grid-gap: 2.5rem;
  gap: 2.5rem; }

.divide {
  --tw-divide-x-reverse:0;
  border-right-width: calc(2px*var(--tw-divide-x-reverse));
  border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse))); }

.circle {
  background-color: red;
  height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 40px; }

.align-columns {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem; }

@media (min-width: 780px) {
  .surveydetailsform-wrapper .surveyformfield {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 1fr 2fr 1fr; }
    .surveydetailsform-wrapper .surveyformfield .radio-wrap {
      grid-gap: 5rem;
      gap: 5rem;
      margin-bottom: 0; }
    .surveydetailsform-wrapper .surveyformfield .radio-wrap, .surveydetailsform-wrapper .surveyformfield .radio-wrap div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .surveydetailsform-wrapper .surveyformfield .radio-wrap div {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .surveydetailsform-wrapper .surveyformfield .radio-btn {
      width: 1.5rem;
      height: 1.5rem; }
    .surveydetailsform-wrapper .surveyformfield .radio-btn-checkmark {
      height: 1.75rem;
      width: 1.75rem;
      --border-opacity:1;
      border: 1px solid #464646;
      border-color: rgba(70, 70, 70, var(--border-opacity));
      border-radius: 9999px;
      display: block; }
    .surveydetailsform-wrapper .surveyformfield .radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after, .surveydetailsform-wrapper .surveyformfield .radio-wrap .radio-btn-wrap .checkbox-wrap .input-emp:checked ~ .radio-btn-checkmark:after, .checkbox-wrap .surveydetailsform-wrapper .surveyformfield .radio-wrap .radio-btn-wrap .input-emp:checked ~ .radio-btn-checkmark:after, .surveydetailsform-wrapper .surveyformfield .radio-wrap .radio-btn-wrap .digit-checkbox-wrap .input-emp:checked ~ .radio-btn-checkmark:after, .digit-checkbox-wrap .surveydetailsform-wrapper .surveyformfield .radio-wrap .radio-btn-wrap .input-emp:checked ~ .radio-btn-checkmark:after {
      display: block;
      --bg-opacity:1;
      background-color: #c84c0e;
      background-color: rgba(244, 119, 56, var(--bg-opacity));
      height: 1.25rem;
      width: 1.25rem;
      border-radius: 9999px;
      position: absolute;
      top: 4px;
      left: 4px; }
  .newSurveyForm_wrapper {
    display: grid;
    padding: 16px;
    --bg-opacity:1;
    background-color: #fafafa;
    background-color: rgba(250, 250, 250, var(--bg-opacity));
    border-width: 1px;
    --border-opacity:1;
    border-color: #d6d5d4;
    border-color: rgba(214, 213, 212, var(--border-opacity));
    border-radius: .25rem;
    grid-template-columns: 33% 1fr; }
    .newSurveyForm_wrapper .newSurveyForm_quesno {
      font-size: 18px;
      line-height: 28px;
      font-weight: 500; }
    .newSurveyForm_wrapper .newSurveyForm_questions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-gap: 1rem;
      gap: 1rem; }
      .newSurveyForm_wrapper .newSurveyForm_questions .text-input {
        width: 75%; }
      .newSurveyForm_wrapper .newSurveyForm_questions .employee-select-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%; }
    .newSurveyForm_wrapper .newSurveyForm_actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      grid-gap: .5rem;
      gap: .5rem; }
      .newSurveyForm_wrapper .newSurveyForm_actions .checkbox-wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0; }
      .newSurveyForm_wrapper .newSurveyForm_actions .checkbox-wrap .label {
        margin-left: 40px; }
    .newSurveyForm_wrapper .newSurveyForm_seprator {
      width: 1px;
      height: 1.5rem;
      border-width: 1px;
      --border-opacity:1;
      border-color: #d6d5d4;
      border-color: rgba(214, 213, 212, var(--border-opacity)); }
  .surveyformslist_wrapper {
    width: 75%;
    display: grid;
    grid-gap: 1.5rem;
    gap: 1.5rem;
    padding-top: 16px;
    padding-bottom: 16px; } }

.unstyled-button {
  border: none;
  padding: 0;
  background: none; }

.digit-action-bar-wrap-registry div {
  width: 100%; }

.digit-action-bar-wrap-registry .digit-menu-wrap {
  position: absolute;
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  text-align: left;
  margin-bottom: 4px;
  z-index: 30;
  cursor: pointer;
  -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  width: 160px;
  right: 60px; }
  .digit-action-bar-wrap-registry .digit-menu-wrap div {
    height: 3rem;
    padding-left: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity)); }
    .digit-action-bar-wrap-registry .digit-menu-wrap div:hover {
      --bg-opacity:1;
      background-color: #eee;
      background-color: rgba(238, 238, 238, var(--bg-opacity));
      width: 100%; }

.digit-action-bar-wrap-registry .digit-search-add {
  padding: 12px 16px;
  color: #f47738;
  cursor: pointer; }

.digit-action-bar-wrap-registry .digit-search-add, .digit-action-bar-wrap-registry .digit-search-add-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.digit-action-bar-wrap-registry .digit-search-add-icon {
  background: #f47738;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px; }

.digit-checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  position: relative;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .digit-checkbox-wrap input, .digit-checkbox-wrap .input-emp {
    width: 38px;
    height: 38px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  .digit-checkbox-wrap .input-emp {
    width: 24px;
    height: 24px; }
  .digit-checkbox-wrap .digit-custom-checkbox, .digit-checkbox-wrap .digit-custom-checkbox-emp {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    --border-opacity:1;
    border: 1px solid #464646;
    border-color: rgba(70, 70, 70, var(--border-opacity));
    z-index: 0; }
    .digit-checkbox-wrap .digit-custom-checkbox img, .digit-checkbox-wrap .digit-custom-checkbox-emp img, .digit-checkbox-wrap .digit-custom-checkbox svg, .digit-checkbox-wrap .digit-custom-checkbox-emp svg {
      opacity: 0; }
  .digit-checkbox-wrap .digit-custom-checkbox-emp {
    width: 24px;
    height: 24px; }
  .digit-checkbox-wrap input:checked ~ .digit-custom-checkbox, .digit-checkbox-wrap .checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox, .digit-checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox, .digit-checkbox-wrap input:checked ~ .digit-custom-checkbox-emp, .digit-checkbox-wrap .checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox-emp, .digit-checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox-emp, .digit-checkbox-wrap input:hover ~ .digit-custom-checkbox, .digit-checkbox-wrap .checkbox-wrap .input-emp:hover ~ .digit-custom-checkbox, .digit-checkbox-wrap .input-emp:hover ~ .digit-custom-checkbox, .digit-checkbox-wrap input:hover ~ .digit-custom-checkbox-emp, .digit-checkbox-wrap .checkbox-wrap .input-emp:hover ~ .digit-custom-checkbox-emp, .digit-checkbox-wrap .input-emp:hover ~ .digit-custom-checkbox-emp {
    border-width: 1px;
    --border-opacity:1;
    border-color: #c84c0e;
    border-color: rgba(200, 76, 14, var(--border-opacity)); }
  .digit-checkbox-wrap input:checked ~ .digit-custom-checkbox img, .digit-checkbox-wrap .checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox img, .digit-checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox img, .digit-checkbox-wrap input:checked ~ .digit-custom-checkbox-emp img, .digit-checkbox-wrap .checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox-emp img, .digit-checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox-emp img {
    opacity: 1; }
  .digit-checkbox-wrap input:checked ~ .digit-custom-checkbox svg, .digit-checkbox-wrap .checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox svg, .digit-checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox svg, .digit-checkbox-wrap input:checked ~ .digit-custom-checkbox-emp svg, .digit-checkbox-wrap .checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox-emp svg, .digit-checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox-emp svg {
    opacity: 1;
    width: 35px;
    height: 35px; }
  .digit-checkbox-wrap .label {
    margin-left: 56px;
    font-size: 16px;
    line-height: 20px;
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity)); }

.field-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 540px;
  display: flex;
  align-items: center; }
  .field-container .component-in-front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    border: 1px solid;
    border-right: none;
    padding: 7px; }

.text-input input, .text-input .checkbox-wrap .input-emp, .checkbox-wrap .text-input .input-emp, .text-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .text-input .input-emp {
  background-color: initial; }
  .text-input input:hover, .text-input .checkbox-wrap .input-emp:hover, .checkbox-wrap .text-input .input-emp:hover, .text-input .digit-checkbox-wrap .input-emp:hover, .digit-checkbox-wrap .text-input .input-emp:hover {
    --border-opacity:1;
    border: 1px solid #c84c0e;
    border-color: rgba(200, 76, 14, var(--border-opacity)); }

.card-input-error {
  --border-opacity:1;
  border: 1px solid #d4351c;
  border-color: rgba(212, 53, 28, var(--border-opacity)); }

.card-input-error, .employee-card-input, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .input-emp[type=checkbox], .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .input-emp[type=checkbox], .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox] {
  margin-bottom: 24px;
  padding-left: 8px;
  display: block;
  width: 100%;
  height: 2.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  line-height: 2.5rem;
  font-size: 16px;
  line-height: 20px;
  --text-opacity:1;
  color: #0b0c0c;
  color: rgba(11, 12, 12, var(--text-opacity)); }

.employee-card-input, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .input-emp[type=checkbox], .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .input-emp[type=checkbox], .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox] {
  --border-opacity:1;
  border: 1px solid #464646;
  border-color: rgba(70, 70, 70, var(--border-opacity));
  max-width: 540px; }

.employee-card-input:disabled, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control:disabled, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input:disabled[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .input-emp:disabled[type=checkbox], .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp:disabled[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .input-emp:disabled[type=checkbox], .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp:disabled[type=checkbox] {
  --border-opacity:1!important;
  border-color: #9e9e9e !important;
  border-color: rgba(158, 158, 158, var(--border-opacity)) !important;
  --text-opacity:1!important;
  color: #9e9e9e !important;
  color: rgba(158, 158, 158, var(--text-opacity)) !important;
  pointer-events: none !important; }

.employee-card-input--front {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0;
  padding-right: 5px; }

.employee-card-input-error {
  padding-left: 8px;
  height: 2.5rem;
  --border-opacity:1;
  border: 1px solid #d4351c;
  border-color: rgba(212, 53, 28, var(--border-opacity));
  line-height: 2.5rem; }

.card-textarea, .employee-card-input-error, .employee-card-textarea {
  margin-bottom: 24px;
  display: block;
  width: 100%;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  font-size: 16px;
  line-height: 20px;
  --text-opacity:1;
  color: #0b0c0c;
  color: rgba(11, 12, 12, var(--text-opacity)); }

.card-textarea, .employee-card-textarea {
  margin-top: 16px;
  --border-opacity:1;
  border: 1px solid #464646;
  border-color: rgba(70, 70, 70, var(--border-opacity));
  height: 6rem;
  padding: 8px; }

.employee-card-textarea {
  width: 100%;
  max-width: 540px; }

.citizen-card-input {
  margin-bottom: 24px;
  padding-left: 8px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  display: block;
  width: 100%;
  height: 2.5rem;
  --border-opacity:1;
  border: 1px solid #464646;
  border-color: rgba(70, 70, 70, var(--border-opacity));
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  line-height: 2.5rem;
  font-size: 16px;
  line-height: 20px;
  --text-opacity:1;
  color: #0b0c0c;
  color: rgba(11, 12, 12, var(--text-opacity)); }

.citizen-card-input--front {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0;
  padding-right: 5px; }

.break-line {
  --border-opacity:1;
  border-color: #d6d5d4;
  border-color: rgba(214, 213, 212, var(--border-opacity));
  margin-top: 24px;
  margin-bottom: 24px; }

.primary-label-btn svg {
  fill: #c84c0e; }

.digit-radio-wrap {
  margin-top: 8px;
  display: block;
  line-height: 2.5rem;
  margin-bottom: 24px; }
  .digit-radio-wrap div {
    display: block;
    margin-bottom: 16px; }
  .digit-radio-wrap .digit-radio-btn-wrap {
    display: block;
    float: left;
    position: relative; }
    .digit-radio-wrap .digit-radio-btn-wrap:hover .digit-radio-btn-checkmark {
      --border-opacity:1;
      border-color: #c84c0e;
      border-color: rgba(200, 76, 14, var(--border-opacity)); }
  .digit-radio-wrap .digit-radio-btn {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem; }
  .digit-radio-wrap .digit-radio-btn-checkmark {
    height: 2.5rem;
    width: 2.5rem;
    --border-opacity:1;
    border: 1px solid #464646;
    border-color: rgba(70, 70, 70, var(--border-opacity));
    border-radius: 9999px;
    display: block; }
  .digit-radio-wrap label {
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity));
    font-size: 16px;
    line-height: 20px;
    margin-left: 16px; }
  .digit-radio-wrap .digit-radio-btn-checkmark:after {
    content: ""; }
  .digit-radio-wrap .digit-radio-btn-wrap input:checked ~ .digit-radio-btn-checkmark, .digit-radio-wrap .digit-radio-btn-wrap .checkbox-wrap .input-emp:checked ~ .digit-radio-btn-checkmark, .checkbox-wrap .digit-radio-wrap .digit-radio-btn-wrap .input-emp:checked ~ .digit-radio-btn-checkmark, .digit-radio-wrap .digit-radio-btn-wrap .digit-checkbox-wrap .input-emp:checked ~ .digit-radio-btn-checkmark, .digit-checkbox-wrap .digit-radio-wrap .digit-radio-btn-wrap .input-emp:checked ~ .digit-radio-btn-checkmark {
    border-width: 1px;
    --border-opacity:1;
    border-color: #c84c0e;
    border-color: rgba(200, 76, 14, var(--border-opacity)); }
  .digit-radio-wrap .digit-radio-btn-wrap input:checked ~ .digit-radio-btn-checkmark:after, .digit-radio-wrap .digit-radio-btn-wrap .checkbox-wrap .input-emp:checked ~ .digit-radio-btn-checkmark:after, .checkbox-wrap .digit-radio-wrap .digit-radio-btn-wrap .input-emp:checked ~ .digit-radio-btn-checkmark:after, .digit-radio-wrap .digit-radio-btn-wrap .digit-checkbox-wrap .input-emp:checked ~ .digit-radio-btn-checkmark:after, .digit-checkbox-wrap .digit-radio-wrap .digit-radio-btn-wrap .input-emp:checked ~ .digit-radio-btn-checkmark:after {
    display: block;
    --bg-opacity:1;
    background-color: #c84c0e;
    background-color: rgba(200, 76, 14, var(--bg-opacity));
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 9999px;
    position: absolute;
    top: 10px;
    left: 10px; }

.digit-reverse-radio-selection-wrapper div {
  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;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  place-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.digit-employee-select-wrap {
  margin-bottom: 24px;
  position: relative; }
  .digit-employee-select-wrap .digit-select {
    position: relative;
    display: block;
    width: 100%;
    height: 2.5rem;
    --border-opacity:1;
    border: 1px solid #464646;
    border-color: rgba(70, 70, 70, var(--border-opacity)); }
    .digit-employee-select-wrap .digit-select:hover {
      --border-opacity:1;
      border: 1px solid #c84c0e;
      border-color: rgba(200, 76, 14, var(--border-opacity)); }
    .digit-employee-select-wrap .digit-select input[type=text], .digit-employee-select-wrap .digit-select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .digit-employee-select-wrap .digit-select .input-emp[type=text], .digit-employee-select-wrap .digit-select .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .digit-employee-select-wrap .digit-select .input-emp[type=text] {
      width: calc(100% - 32px);
      background-color: initial;
      position: absolute;
      z-index: 10;
      width: 100%;
      height: 100%;
      outline: 2px solid transparent;
      outline-offset: 2px;
      padding-left: 8px; }
    .digit-employee-select-wrap .digit-select input[type=text], .digit-employee-select-wrap .digit-select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .digit-employee-select-wrap .digit-select .input-emp[type=text], .digit-employee-select-wrap .digit-select .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .digit-employee-select-wrap .digit-select .input-emp[type=text], .digit-employee-select-wrap .digit-select p {
      --text-opacity:1;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity));
      font-size: 16px;
      line-height: 20px; }
    .digit-employee-select-wrap .digit-select p {
      padding-top: 9px;
      float: left;
      margin-left: 8px; }
    .digit-employee-select-wrap .digit-select img, .digit-employee-select-wrap .digit-select svg {
      float: right;
      height: 1.5rem;
      width: 1.5rem;
      margin-top: 8px;
      margin-right: 8px; }
    .digit-employee-select-wrap .digit-select svg {
      position: absolute;
      right: 0; }
  .digit-employee-select-wrap .digit-select-active {
    position: relative;
    display: block;
    width: 100%;
    height: 2.5rem;
    --border-opacity:1;
    border: 1px solid #c84c0e;
    border-color: rgba(200, 76, 14, var(--border-opacity)); }
    .digit-employee-select-wrap .digit-select-active input[type=text], .digit-employee-select-wrap .digit-select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .digit-employee-select-wrap .digit-select-active .input-emp[type=text], .digit-employee-select-wrap .digit-select-active .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .digit-employee-select-wrap .digit-select-active .input-emp[type=text] {
      width: calc(100% - 32px);
      background-color: initial;
      position: absolute;
      z-index: 10;
      width: 100%;
      height: 100%;
      outline: 2px solid transparent;
      outline-offset: 2px;
      padding-left: 8px; }
    .digit-employee-select-wrap .digit-select-active input[type=text], .digit-employee-select-wrap .digit-select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .digit-employee-select-wrap .digit-select-active .input-emp[type=text], .digit-employee-select-wrap .digit-select-active .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .digit-employee-select-wrap .digit-select-active .input-emp[type=text], .digit-employee-select-wrap .digit-select-active p {
      --text-opacity:1;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity));
      font-size: 16px;
      line-height: 20px; }
    .digit-employee-select-wrap .digit-select-active p {
      float: left;
      margin-left: 8px;
      padding-top: 9px; }
    .digit-employee-select-wrap .digit-select-active img, .digit-employee-select-wrap .digit-select-active svg {
      float: right;
      height: 1.5rem;
      width: 1.5rem;
      margin-top: 8px;
      margin-right: 8px; }
    .digit-employee-select-wrap .digit-select-active svg {
      position: absolute;
      right: 0; }
  .digit-employee-select-wrap .digit-options-card {
    width: 100% !important;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    max-height: 400px;
    overflow: auto;
    position: absolute;
    z-index: 20;
    margin-top: 4px;
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    max-width: 100%; }
    .digit-employee-select-wrap .digit-options-card p {
      padding-top: 14px;
      width: 100%;
      height: 3rem;
      padding-left: 8px;
      --text-opacity:1;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity));
      font-size: 16px;
      line-height: 20px; }
      .digit-employee-select-wrap .digit-options-card p:hover {
        --bg-opacity:1;
        background-color: #eee;
        background-color: rgba(238, 238, 238, var(--bg-opacity)); }

.digit-employee-select-wrap--elipses {
  width: 85% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.digit-select-wrap {
  margin-bottom: 24px;
  position: relative;
  max-width: 540px; }
  .digit-select-wrap .digit-select {
    position: relative;
    display: block;
    width: 100%;
    height: 2.5rem;
    --border-opacity:1;
    border: 1px solid #464646;
    border-color: rgba(70, 70, 70, var(--border-opacity)); }
    .digit-select-wrap .digit-select input[type=text], .digit-select-wrap .digit-select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .digit-select-wrap .digit-select .input-emp[type=text], .digit-select-wrap .digit-select .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .digit-select-wrap .digit-select .input-emp[type=text] {
      width: calc(100% - 32px);
      background-color: initial;
      position: absolute;
      z-index: 10;
      width: 100%;
      height: 100%;
      outline: 2px solid transparent;
      outline-offset: 2px;
      padding-left: 8px; }
    .digit-select-wrap .digit-select input[type=text], .digit-select-wrap .digit-select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .digit-select-wrap .digit-select .input-emp[type=text], .digit-select-wrap .digit-select .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .digit-select-wrap .digit-select .input-emp[type=text], .digit-select-wrap .digit-select p {
      --text-opacity:1;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity));
      font-size: 16px;
      line-height: 20px; }
    .digit-select-wrap .digit-select p {
      padding-top: 9px;
      float: left;
      margin-left: 8px; }
    .digit-select-wrap .digit-select img, .digit-select-wrap .digit-select svg {
      float: right;
      height: 1.5rem;
      width: 1.5rem;
      margin-top: 8px;
      margin-right: 8px; }
    .digit-select-wrap .digit-select svg {
      position: absolute;
      right: 0; }
  .digit-select-wrap .digit-select-active {
    position: relative;
    display: block;
    width: 100%;
    height: 2.5rem;
    --border-opacity:1;
    border: 1px solid #c84c0e;
    border-color: rgba(200, 76, 14, var(--border-opacity)); }
    .digit-select-wrap .digit-select-active input[type=text], .digit-select-wrap .digit-select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .digit-select-wrap .digit-select-active .input-emp[type=text], .digit-select-wrap .digit-select-active .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .digit-select-wrap .digit-select-active .input-emp[type=text] {
      width: calc(100% - 32px);
      background-color: initial;
      position: absolute;
      z-index: 10;
      width: 100%;
      height: 100%;
      outline: 2px solid transparent;
      outline-offset: 2px;
      padding-left: 8px; }
    .digit-select-wrap .digit-select-active input[type=text], .digit-select-wrap .digit-select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .digit-select-wrap .digit-select-active .input-emp[type=text], .digit-select-wrap .digit-select-active .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .digit-select-wrap .digit-select-active .input-emp[type=text], .digit-select-wrap .digit-select-active p {
      --text-opacity:1;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity));
      font-size: 16px;
      line-height: 20px; }
    .digit-select-wrap .digit-select-active p {
      float: left;
      margin-left: 8px;
      padding-top: 9px; }
    .digit-select-wrap .digit-select-active img, .digit-select-wrap .digit-select-active svg {
      float: right;
      height: 1.5rem;
      width: 1.5rem;
      margin-top: 8px;
      margin-right: 8px; }
    .digit-select-wrap .digit-select-active svg {
      position: absolute;
      right: 0; }
  .digit-select-wrap .digit-options-card {
    width: 100% !important;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 20;
    margin-top: 4px;
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity)); }
    .digit-select-wrap .digit-options-card p {
      padding-top: 14px;
      width: 100%;
      height: 3rem;
      padding-left: 8px;
      --text-opacity:1;
      color: #0b0c0c;
      color: rgba(11, 12, 12, var(--text-opacity));
      font-size: 16px;
      line-height: 20px; }
      .digit-select-wrap .digit-options-card p:hover {
        --bg-opacity:1;
        background-color: #eee;
        background-color: rgba(238, 238, 238, var(--bg-opacity)); }

.digit-dropdown-employee-select-wrap.language-dropdown .digit-dropdown-options-card {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content; }

.horizontal-nav {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem; }
  .horizontal-nav .menu-item {
    border: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0;
    padding: 0;
    outline: none;
    font-size: 16px;
    position: relative;
    color: #5f5c62;
    line-height: 48px;
    -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    min-height: 48px;
    white-space: normal;
    background: none; }
    .horizontal-nav .menu-item .icon {
      display: block;
      color: #757575;
      fill: #757575;
      height: 21px !important;
      width: 21px !important;
      float: left;
      margin-top: 12px; }
    .horizontal-nav .menu-item .edit-btn-ico {
      height: 17px;
      width: 17px;
      margin-top: 16px; }
    .horizontal-nav .menu-item .icon + .menu-label {
      margin-left: 36px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  @media (min-width: 780px) {
    .horizontal-nav .sidebar-list {
      padding-right: 30px;
      padding-left: 30px;
      background-color: #eee;
      border: 1px solid #ddd;
      border-radius: 8px 8px 0 0; }
      .horizontal-nav .sidebar-list.active {
        font-weight: 600;
        border-bottom: 3px solid #c84c0e;
        background-color: #fff; }
        .horizontal-nav .sidebar-list.active .menu-label {
          color: #c84c0e; }
        .horizontal-nav .sidebar-list.active .icon {
          fill: #c84c0e; }
      .horizontal-nav .sidebar-list .submenu-container {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .horizontal-nav .sidebar-list .submenu-container .sidebar-link {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 20px 15px 15px !important; }
          .horizontal-nav .sidebar-list .submenu-container .sidebar-link svg {
            width: 24px !important;
            height: 24px !important;
            color: #757575;
            fill: #757575; }
          .horizontal-nav .sidebar-list .submenu-container .sidebar-link .actions .tooltip {
            margin-left: 16px; }
        .horizontal-nav .sidebar-list .submenu-container .actions, .horizontal-nav .sidebar-list .submenu-container .sidebar-link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        .horizontal-nav .sidebar-list .submenu-container .actions {
          overflow: hidden !important; }
          .horizontal-nav .sidebar-list .submenu-container .actions span {
            margin-left: 13px;
            line-height: 48px;
            white-space: nowrap;
            color: #5f5c62;
            overflow: hidden;
            text-overflow: ellipsis; }
      .horizontal-nav .sidebar-list .submenu-container:first-child {
        margin-top: 5px; }
        .horizontal-nav .sidebar-list .submenu-container:first-child .employee-search-input {
          margin-left: 16px !important; }
    .horizontal-nav .sidebar-list-search-form {
      padding-right: 30px;
      padding-left: 30px; }
      .horizontal-nav .sidebar-list-search-form.active {
        font-weight: 600;
        border-bottom: 3px solid #c84c0e;
        background-color: #fff; }
        .horizontal-nav .sidebar-list-search-form.active .menu-label {
          color: #c84c0e; }
        .horizontal-nav .sidebar-list-search-form.active .icon {
          fill: #c84c0e; }
      .horizontal-nav .sidebar-list-search-form .submenu-container {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .horizontal-nav .sidebar-list-search-form .submenu-container .sidebar-link {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 20px 15px 15px !important; }
          .horizontal-nav .sidebar-list-search-form .submenu-container .sidebar-link svg {
            width: 24px !important;
            height: 24px !important;
            color: #757575;
            fill: #757575; }
          .horizontal-nav .sidebar-list-search-form .submenu-container .sidebar-link .actions .tooltip {
            margin-left: 16px; }
        .horizontal-nav .sidebar-list-search-form .submenu-container .actions, .horizontal-nav .sidebar-list-search-form .submenu-container .sidebar-link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        .horizontal-nav .sidebar-list-search-form .submenu-container .actions {
          overflow: hidden !important; }
          .horizontal-nav .sidebar-list-search-form .submenu-container .actions span {
            margin-left: 13px;
            line-height: 48px;
            white-space: nowrap;
            color: #5f5c62;
            overflow: hidden;
            text-overflow: ellipsis; }
      .horizontal-nav .sidebar-list-search-form .submenu-container:first-child {
        margin-top: 5px; }
        .horizontal-nav .sidebar-list-search-form .submenu-container:first-child .employee-search-input {
          margin-left: 16px !important; }
    .horizontal-nav .dropdown-link .actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 1em; }
      .horizontal-nav .dropdown-link .actions svg {
        width: 21px;
        height: 21px;
        color: #757575;
        fill: #757575; }
      .horizontal-nav .dropdown-link .actions span {
        color: #5f5c62; } }

.sidebar-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 15px 15px !important; }
  .sidebar-link svg {
    width: 24px !important;
    height: 26px !important;
    color: #757575;
    fill: #757575; }

.inbox-search-links-container {
  height: 100%;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem; }
  .inbox-search-links-container .header {
    display: grid;
    grid-template-columns: 20% 1fr; }
    .inbox-search-links-container .header .logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .inbox-search-links-container .header .logo .inbox-search-icon--projects {
        fill: #c84c0e;
        height: 2rem;
        width: 2rem; }
    .inbox-search-links-container .header .text {
      line-height: 32px;
      font-weight: 700;
      color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    @media (min-width: 1024px) {
      .inbox-search-links-container .header .text {
        font-size: 24px; } }
    @media (max-width: 1024px) {
      .inbox-search-links-container .header .text {
        font-size: 20px; } }
  .inbox-search-links-container .contents {
    margin-top: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .inbox-search-links-container .contents .link {
      padding: 8px;
      --text-opacity:1;
      color: #c84c0e;
      color: rgba(244, 119, 56, var(--text-opacity)); }

.search-wrapper {
  height: 100%;
  width: 100%;
  padding: 1rem; }
  .search-wrapper .popup-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .search-wrapper .popup-label .header {
      width: 100%;
      font-weight: 400; }
      .search-wrapper .popup-label .header .icon {
        margin-right: 12px;
        margin-top: 5px; }
  .search-wrapper .filter-header-wrapper {
    display: grid;
    grid-template-columns: 15% 1fr 15%;
    height: 3rem;
    margin-bottom: 1rem; }
    .search-wrapper .filter-header-wrapper .icon-refresh {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 1px solid rgba(0, 0, 0, 0.0902);
      cursor: pointer; }
      .search-wrapper .filter-header-wrapper .icon-refresh svg {
        height: 60%;
        width: 40%; }
    .search-wrapper .filter-header-wrapper .label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    @media (min-width: 1024px) {
      .search-wrapper .filter-header-wrapper .label {
        font-size: 24px; } }
    @media (max-width: 1024px) {
      .search-wrapper .filter-header-wrapper .label {
        font-size: 16px; } }
    .search-wrapper .filter-header-wrapper .icon-filter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .search-wrapper .search-field-wrapper {
    display: grid;
    grid-row-gap: .25rem;
    row-gap: .25rem;
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem; }
    .search-wrapper .search-field-wrapper.inbox {
      grid-template-columns: repeat(3, 1fr); }
      .search-wrapper .search-field-wrapper.inbox.filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .search-wrapper .search-field-wrapper.search {
      grid-template-columns: repeat(4, 1fr); }
  .search-wrapper .search-button-wrapper {
    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;
    grid-gap: 1rem;
    gap: 1rem;
    padding-top: 8px; }
    .search-wrapper .search-button-wrapper.inbox {
      grid-column: 2/span 2; }
      .search-wrapper .search-button-wrapper.inbox.filter button {
        width: 100%; }
    .search-wrapper .search-button-wrapper.search {
      grid-column: 3/span 2; }

@media (max-width: 425px) {
  .search-wrapper .search-field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.search-component-table {
  width: 100%;
  display: block;
  overflow-x: auto;
  overflow-y: hidden; }
  .search-component-table table th {
    background-color: #fff; }
    .search-component-table table th .tooltip {
      min-width: 80px; }
  .search-component-table table tr td span {
    white-space: pre; }
    .search-component-table table tr td span .tooltip {
      position: relative;
      display: inline-block;
      margin-left: 16px; }
      .search-component-table table tr td span .tooltip .tooltiptext {
        visibility: hidden;
        background-color: #555;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        width: 30rem; }

.inbox-search-wrapper {
  height: 100%; }
  .inbox-search-wrapper .inbox-search-component-wrapper {
    width: 100%; }
    .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent {
      display: grid;
      grid-template-columns: 20% 1fr;
      grid-gap: 1rem;
      gap: 1rem; }
      .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.inbox .links .inbox-links-icon {
        color: #c84c0e;
        fill: #c84c0e; }
        .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.inbox .links .inbox-links-icon path {
          fill: #c84c0e; }
      .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.search .section.links {
          display: none; }
        .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.search .section.filter {
          display: none; }
        .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.search .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper.search {
          grid-column: initial; }
        .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.search .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .link-label {
          white-space: normal; }
        .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.search .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .submit-bar {
          width: 60%; }
      .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.download {
        grid-template-columns: 100%; }
      .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section {
        min-height: 10rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16); }
        .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.search-results {
          min-height: 0; }
        .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.links {
          color: #c84c0e; }
          .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.links .inbox-search-links-component {
            height: 100% !important;
            width: 100%; }
        .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.filter {
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content; }
        .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.tab {
          display: block;
          background-color: #eee;
          -webkit-box-shadow: none;
          box-shadow: none; }
          .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.tab .search-wrapper {
            -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16); }

@media (max-width: 425px) {
  .employee-main-application-details-for-modal {
    padding: 0 !important; }
  .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.as-modal {
      position: fixed;
      top: 0;
      height: 100vh;
      width: 100vw; } }

.global-search-results-table-wrapper {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.global-search-results-table {
  margin-bottom: 1.5rem; }
  @media (min-aspect-ratio: 9 / 16) and (max-aspect-ratio: 3 / 4) {
    .global-search-results-table {
      min-width: 27.5rem; } }
  @media (max-aspect-ratio: 9 / 16) {
    .global-search-results-table {
      min-width: 100%;
      width: 100%; } }
  @media (min-aspect-ratio: 3 / 4) {
    .global-search-results-table {
      min-width: 37.5rem; } }

.sidebar-link:hover .arrow {
  display: block; }

.hidden-arrow {
  display: none; }

.new-dropdown-link {
  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;
  padding: 10px 15px 15px !important;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  margin-left: 0 !important;
  height: 3rem !important;
  margin-left: 1rem;
  margin-top: .5rem; }

.selected, .selected-item {
  background-color: #e0e0e0; }

.selected-item {
  color: #000; }

.new-sidebar {
  height: 90%;
  overflow: scroll; }
  .new-sidebar::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none; }

.new-sidebar > div {
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 2px; }

.new-sidebar > div::-webkit-scrollbar-thumb {
  background: transparent; }

.link-icon, .link-icon svg {
  width: 24px !important;
  height: 26px !important; }

.employee-search-input {
  width: 150px;
  background-color: initial; }
  .employee-search-input.nav-bar {
    color: #fff; }
  .employee-search-input.nav-bar::-webkit-input-placeholder {
    color: #fff; }
  .employee-search-input.nav-bar::-moz-placeholder {
    color: #fff; }
  .employee-search-input.nav-bar:-ms-input-placeholder {
    color: #fff; }
  .employee-search-input.nav-bar::-ms-input-placeholder {
    color: #fff; }
  .employee-search-input.nav-bar::placeholder {
    color: #fff; }

.search-icon-wrapper-new {
  margin-left: .35rem; }

.search-icon-wrapper-new svg {
  fill: #fff !important;
  width: 21px;
  height: 21px; }

.search-icon-wrapper-new svg path {
  fill: #fff !important; }

.submenu-container {
  overflow: scroll;
  margin-bottom: 1rem; }
  .submenu-container::-webkit-scrollbar {
    display: none; }
  .submenu-container.level-2 {
    border-left: 1px solid;
    margin-left: 2rem; }
  .submenu-container.level-1 {
    margin-left: -1.5rem; }

.actions.level-0 {
  margin-left: .4rem; }

.actions.selected-action-level-0 {
  color: #c84c0e !important; }

.actions.selected-action-level-1 {
  border-left: 4px solid #c84c0e;
  margin-left: -.6rem;
  height: 2rem;
  color: #c84c0e !important; }

.actions.default-1 {
  margin-left: -.6rem;
  height: 2rem;
  width: 111% !important; }

.actions.custom {
  margin-left: .3rem; }

.actions:hover {
  background-color: #6a8e9d;
  opacity: .8; }

.bg-loader-with-gap-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999; }
  .bg-loader-with-gap-container .bg-loader {
    border: .5rem solid #fff;
    border-top-color: rgba(80, 76, 76, 0);
    border-radius: 50%;
    width: 3.125rem;
    height: 3.125rem;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }
  .bg-loader-with-gap-container .bg-loader-inner {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%; }
  .bg-loader-with-gap-container .bg-loader-text {
    color: #f5f5f5;
    padding-top: 1.25rem; }

.sandbox-module-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-gap: 1.5rem;
  gap: 1.5rem; }

.sandbox-module-card {
  min-height: 263px !important;
  width: 263px !important;
  margin-bottom: 1.5rem;
  background-color: #fff;
  padding: unset !important;
  margin: unset !important;
  position: relative; }

.sandbox-module-button {
  position: absolute;
  width: 100%;
  bottom: 1.5rem;
  left: 1rem;
  right: 1rem;
  margin: auto;
  width: auto; }

.sandbox-table-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1rem;
  gap: 1rem; }

.table.sandbox-application-table {
  border-collapse: collapse;
  border-color: transparent;
  border-width: 0 1.5rem; }
  .table.sandbox-application-table thead tr th {
    background-color: #fff !important; }
  .table.sandbox-application-table tbody tr:hover {
    background: rgba(200, 76, 14, 0.12); }

.digit-header-content.sandbox-header {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 16px; }

.sandbox-success-signup {
  height: 4rem;
  width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #00703c;
  margin-top: -1rem; }

.digit-card-header.cardHeader-sandbox {
  color: #00703c !important;
  font-family: Roboto;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: .5rem; }

.cardText-sandbox {
  font-size: 1rem !important;
  font-family: Roboto;
  font-weight: 400;
  color: #00703c !important;
  margin-top: -0.625rem !important;
  margin-bottom: 1rem !important;
  text-align: center !important; }

.SandboxLogoAlignCenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.field-sandbox {
  width: 100%;
  padding: .625rem;
  border: .0625rem solid #d6d5d4;
  border-radius: .3125rem; }

.sandbox-url-footer {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 1rem;
  font-size: 14px;
  margin-top: -.5rem;
  color: #505a5f;
  font-family: Roboto; }

.sandbox-onboarding-wrapper {
  height: 80vh !important;
  width: 30vw !important;
  max-width: 500px !important;
  max-height: 650px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }
  .sandbox-onboarding-wrapper .employee-card-sub-header {
    font-size: 1.5rem; }
  .sandbox-onboarding-wrapper .digit-card-component .bannerHeader p {
    font-size: 2rem; }
  .sandbox-onboarding-wrapper .digit-card-component .bannerHeader {
    margin-top: -1.5rem;
    margin-bottom: -0.5rem !important; }
    .sandbox-onboarding-wrapper .digit-card-component .bannerHeader .bannerLogo {
      width: 10rem;
      height: 2rem; }
  .sandbox-onboarding-wrapper .employeeCard {
    height: 650px !important;
    width: 500px !important; }
    .sandbox-onboarding-wrapper .employeeCard .submit-bar, .sandbox-onboarding-wrapper .employeeCard .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .sandbox-onboarding-wrapper .employeeCard .submit-bar, .sandbox-onboarding-wrapper .employeeCard .submit-bar-disabled {
      -ms-flex-item-align: end;
      align-self: flex-end;
      margin-top: 3rem;
      width: 100%; }
    .sandbox-onboarding-wrapper .employeeCard .submit-bar, .sandbox-onboarding-wrapper .employeeCard .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .sandbox-onboarding-wrapper .employeeCard .submit-bar {
      background-color: #c84c0e; }
    .sandbox-onboarding-wrapper .employeeCard .bannerHeader .bannerLogo {
      margin-top: 1rem;
      width: 10rem;
      height: 2rem;
      margin-bottom: .5rem; }
  .sandbox-onboarding-wrapper .digit-description {
    margin-bottom: -1rem; }

@media (max-width: 768px) {
  .sandbox-onboarding-wrapper {
    height: 80vh !important;
    width: 80vw !important;
    max-width: 500px !important;
    max-height: 650px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; } }

.card-sandbox {
  height: 500px !important;
  width: 408px !important;
  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;
  border-radius: .5rem;
  padding: 1.25rem;
  -webkit-box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1); }
  .card-sandbox .digit-header-content.label {
    -ms-flex-item-align: start;
    align-self: flex-start; }
    .card-sandbox .digit-header-content.label .label-container {
      margin-bottom: -.5rem;
      font-size: 1rem; }

.sandbox-custom-otp-header {
  font-family: Roboto;
  font-weight: 400 !important;
  font-size: 1rem;
  text-align: center; }

.sandbox-custom-otp-email {
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 700;
  text-align: center; }

.digit-card-label.sandbox-custom-otp-subheader {
  margin-bottom: 3rem;
  font-family: Roboto;
  margin-top: 8rem !important;
  color: #0b4b66 !important;
  text-align: center !important;
  font-size: 2rem !important;
  font-weight: 700 !important; }

.input-otp-wrap.sandbox-otp-input {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.card-text-button.sandbox-otp-input, .digit-card-text.sandbox-resend-otp {
  margin: -1rem 0 0;
  text-align: center;
  width: 100%; }

.sandbox-resend-otp {
  font-family: Roboto;
  font-weight: 400;
  font-size: 1rem;
  text-align: center; }

@media (max-width: 768px) {
  .sandbox-signup-form {
    height: 100vh !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.sandbox-signup-form .digit-field .digit-error-message {
  font-size: 0.8rem !important; }

.sandbox-signup-form .digit-field .label-field-wrapper {
  all: unset !important;
  grid-gap: 0.25rem !important; }
  .sandbox-signup-form .digit-field .label-field-wrapper .digit-field {
    margin-bottom: unset !important; }
  .sandbox-signup-form .digit-field .label-field-wrapper .digit-header-content .label-container .label-styles {
    margin-bottom: 5px !important; }

.sandbox-signup-form .digit-employee-card.signupCardClassName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 1rem;
  gap: 1rem; }

.sandbox-signup-form header.digit-header-content:not(.label) {
  color: #0b4b66;
  text-align: center;
  font-size: 2rem;
  font-weight: 700; }

.loginSignUpSelector {
  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: end; }

.digit-card-component.signupCardClassName.sandbox-onboarding-wrapper .bannerHeader .bannerLogo {
  margin-top: .5rem;
  height: 2rem;
  width: 10rem;
  margin-bottom: -.5rem; }

.digit-card-component.card-sandbox .bannerHeader .bannerLogo {
  margin-top: .5rem;
  width: 10rem;
  height: 2rem; }

.digit-card-component.card-sandbox .digit-button-primary {
  width: 100%; }

.digit-employee-card.card-sandbox .bannerHeader .bannerLogo {
  width: 10rem;
  height: 2rem; }

.digit-employee-card.card-sandbox .sandbox-success-signup {
  margin-top: unset; }

.digit-employee-card.card-sandbox .digit-field, .digit-employee-card.card-sandbox .sandbox-url-footer {
  margin-top: .5rem; }

.digit-employee-card.card-sandbox .digit-button-primary {
  width: 100%; }

.submit-bar, .workbench .workbench-create-form div.action-bar-wrap .submit-bar {
  background-color: #c84c0e; }

.digit-employee-card.card-sandbox .digit-card-header.cardHeader-sandbox {
  color: #00703c !important; }

.sandbox-url-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .sandbox-url-wrapper .digit-button-secondary.large.copyButton {
    width: 30%;
    padding: 0; }

.setupMasterSetupActionBar {
  margin: 2.5rem -1rem -1rem;
  z-index: 1000;
  -webkit-box-shadow: 0 -0.063rem 0.125rem 0 rgba(0, 0, 0, 0.14902);
  box-shadow: 0 -0.063rem 0.125rem 0 rgba(0, 0, 0, 0.14902);
  padding: 1.5rem;
  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; }

.digit-employee-card.sandboxSetupMasterInfo .h1.headerFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1rem;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.digit-employee-card.sandboxSetupMasterInfo .digit-card-header.subHeader {
  font-size: 1.5rem;
  font-weight: 700;
  color: unset !important; }

.digit-card-component.sandboxSetupMasterInfo .h1.headerFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1rem;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.digit-card-component.sandboxSetupMasterInfo .digit-card-header.subHeader {
  font-size: 1.5rem;
  font-weight: 700;
  color: unset !important; }

.digit-card-header.setupMaster-subheading {
  font-size: 1.5rem;
  color: unset !important;
  margin-left: 1.5rem; }

.digit-popup-wrapper.masterHandlerPopup .digit-popup-header .header-close-container .digit-popup-close {
  display: none !important; }

.digit-topbar-ulb .state {
  width: 5rem;
  height: 19px; }

.digit-topbar .digit-header-img-ulb-wrapper-mobileview .digit-topbar-ulb-mobileview .state {
  width: 5rem;
  height: 19px; }

.digit-popup-footer.masterHandlerPopUpFooter .digit-popup-footer-buttons {
  margin-left: unset;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.main.center-container.citizen-home-container {
  z-index: 100;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.SideBarStatic {
  z-index: 10;
  height: 100vh; }

.citizen-form-wrapper {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }
  .citizen-form-wrapper .citizen-card-input.citizen-card-input--front {
    margin-bottom: 0; }
  .citizen-form-wrapper .digit-app-container .digit-back-link {
    margin-bottom: 1rem !important; }
  .citizen-form-wrapper .digit-app-container .digit-card-component .digit-card-header {
    font-size: 2rem !important;
    font-weight: 700 !important; }

.selection-card-wrapper .digit-page-based-input-wrapper .digit-card-component .digit-card-header {
  font-size: 2rem;
  font-weight: 700; }

.action-bar-wrap .menu-wrap p, .workbench .workbench-create-form div.action-bar-wrap .menu-wrap p {
  margin: 0 !important; }

.digit-popup-wrapper.setupMasterPopUp.alert .digit-popup-alert-content .digit-popup-alert-heading {
  color: #00703c; }

.digit-popup-wrapper.setupMasterPopUp.error.alert .digit-popup-alert-content .digit-popup-alert-heading {
  color: #b91800; }

.digit-employee-card.customError {
  width: 35rem; }

.customErrorButton {
  margin: auto; }

.digit-employee-card.digit-landing-page-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.digit-card-header.center, digit-card-text.center {
  text-align: center; }

.pgr-citizen-wrapper .applications-list-container .card .date-wrap, .pgr-citizen-wrapper .applications-list-container .card-emp .date-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.pgr-citizen-wrapper .applications-list-container .card .status-highlight, .pgr-citizen-wrapper .applications-list-container .card-emp .status-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.homeWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.homeWrapper > :first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 1rem; }

.homeWrapper > :last-child {
  width: 20.688rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto; }

.homeWrapper .digit-employee-card .digit-card-header {
  color: #0b4b66 !important;
  font-size: 1.87rem !important;
  text-align: center;
  font-weight: 700; }

.homeWrapper .digit-card-component .digit-card-header {
  color: #0b4b66 !important;
  font-size: 1.87rem !important;
  text-align: center;
  font-weight: 700; }

.homeWrapper .digit-card-component .digit-card-text {
  font-size: 1rem !important;
  font-weight: 700; }

.homeWrapper .digit-employee-card .digit-card-text {
  font-size: 1rem !important;
  font-weight: 700; }

.quickLink {
  color: #c84c0e;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem; }

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000; }

.player-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer; }

.player-click-area {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

.player-iframe {
  position: relative;
  z-index: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.label-field-pair.pgr-field-pair {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .label-field-pair.pgr-field-pair .card-label-error {
    margin-top: -1rem; }

@media (max-width: 768px) {
  .digit-home-moduleCardWrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 1.5rem;
    gap: 1.5rem; } }

.digit-home-moduleCardWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .digit-home-moduleCardWrapper .digit-landing-page-card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 20rem;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content; }

.digit-uploader-content .digit-button-secondary.large .icon-label-container.secondary.large .digit-button-label {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important; }

.digit-card-label.user-profile {
  width: 3rem; }

.sidebar-list a {
  text-decoration: none; }

.profileDropdown input, .profileDropdown .checkbox-wrap .input-emp, .checkbox-wrap .profileDropdown .input-emp, .profileDropdown .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .profileDropdown .input-emp {
  font-size: 1rem !important; }

.digit-card-component.sandbox-guide::-webkit-scrollbar {
  width: .3rem;
  background-color: #fff; }

.digit-card-component.sandbox-guide::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: .3rem; }

.digit-card-component.sandbox-guide::-webkit-scrollbar-thumb {
  background-color: #d6d5d4;
  border-radius: .3rem; }

.infotext {
  width: 20rem !important; }

.mrsm.divToBeHidden.icon-label-download {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.chart-metric-wrapper .row {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.sandbox-loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 0, 0, 0.5)), color-stop(0, transparent), color-stop(70%, transparent), color-stop(0, black)) 50%/8% 100%, -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0.25)), color-stop(0, transparent), color-stop(70%, transparent), color-stop(0, rgba(0, 0, 0, 0.75))) 50%/100% 8%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 30%, transparent 0, transparent 70%, #000 0) 50%/8% 100%, linear-gradient(90deg, rgba(0, 0, 0, 0.25) 30%, transparent 0, transparent 70%, rgba(0, 0, 0, 0.75) 0) 50%/100% 8%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 0, 0, 0.5)), color-stop(0, transparent), color-stop(0, black)) 50%/8% 100%, -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0.25)), color-stop(0, transparent), color-stop(0, rgba(0, 0, 0, 0.75))) 50%/100% 8%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 30%, transparent 0 70%, #000 0) 50%/8% 100%, linear-gradient(90deg, rgba(0, 0, 0, 0.25) 30%, transparent 0 70%, rgba(0, 0, 0, 0.75) 0) 50%/100% 8%;
  background-repeat: no-repeat;
  -webkit-animation: l23 1s steps(12) infinite;
  animation: l23 1s steps(12) infinite; }

.sandbox-loader:after, .sandbox-loader:before {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: .915;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.sandbox-loader:after {
  opacity: .83;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg); }

@-webkit-keyframes l23 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes l23 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.sandbox-loader-screen {
  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: 100vh;
  background-color: #f5f5f5;
  font-family: Arial,sans-serif; }

.sandbox-installation-steps {
  list-style: none;
  padding: 0;
  margin: 5rem 0 0; }

.sandbox-installation-steps li {
  font-size: 18px;
  margin: 10px 0;
  color: #888; }

.sandbox-installation-steps .sandbox-completed {
  color: #2ecc71; }

.sandbox-checkmark {
  color: #2ecc71;
  margin-right: 8px; }

.sandbox-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
  transition: opacity .5s ease,-webkit-transform .5s ease;
  transition: opacity .5s ease,transform .5s ease;
  transition: opacity .5s ease,transform .5s ease,-webkit-transform .5s ease;
  margin-bottom: 10px; }

.sandbox-step.sandbox-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.sandbox-step .sandbox-step-text {
  margin-right: 10px;
  width: 25rem; }

.sandbox-step svg {
  opacity: 0;
  -webkit-transition: opacity .3s ease .3s;
  transition: opacity .3s ease .3s; }

.sandbox-step.sandbox-visible svg {
  opacity: 1; }

.digit-card-component.digit-landing-page-card {
  max-width: 30rem !important; }

.digit-msb-sidebar-children.expanded {
  margin-left: 1.5rem !important;
  border-left: 0.031rem solid #c5c5c5 !important; }

@media (max-width: 768px) {
  .digit-landing-page-wrapper, .homeWrapper > :last-child {
    margin-left: 1rem !important; } }

.RightMostTopBarOptions .digit-dropdown-employee-select-wrap.language-dropdown .header-dropdown-label .cp {
  color: #fff !important; }

.RightMostTopBarOptions .digit-dropdown-employee-select-wrap.language-dropdown .header-dropdown-label .header-dropdown-arrow path {
  fill: #fff !important; }

.RightMostTopBarOptions .digit-dropdown-employee-select-wrap.language-dropdown .header-dropdown-menu {
  right: 1rem !important; }

.RightMostTopBarOptions .select-wrap {
  margin-bottom: unset !important; }
  .RightMostTopBarOptions .select-wrap svg {
    fill: #fff !important; }

@media (max-width: 768px) {
  .role-action-container {
    -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; }
  .role-card {
    width: 100%;
    margin-bottom: .625rem; } }

.faq-answer .card-section-sub-text {
  margin-left: .5rem; }

.role-landing-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.role-landing-card, .role-landing-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem; }

.role-landing-card {
  max-width: 60rem;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: .5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.header-video-section {
  text-align: center;
  margin-bottom: 2rem; }

.role-header {
  font-weight: 700 !important;
  font-size: 2rem !important;
  margin-bottom: 1.5rem;
  color: #0b4b66 !important; }

.role-video {
  max-width: 100%;
  margin-bottom: 2rem; }

.config-section {
  margin-bottom: 1.5rem; }

.role-section-header {
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  color: #0b4b66 !important;
  margin-bottom: 1rem; }

.role-paragraph {
  font-size: 1rem !important;
  color: #363636 !important;
  line-height: 1.6;
  margin-bottom: 1rem; }

.role-action-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.role-action-container, .role-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.role-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding: 1.5rem;
  background-color: #f9f9f9;
  border-radius: .5rem;
  text-align: center;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1); }

.icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem; }

.role-button {
  width: 20rem !important;
  margin-top: 1rem !important;
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.role-list {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: disc; }

.role-list-item {
  font-size: 1rem;
  color: #363636;
  line-height: 1.6;
  margin-bottom: .75rem; }

.custom-landing-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.custom-landing-card, .custom-landing-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem; }

.custom-landing-card {
  max-width: 75rem;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: .5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.custom-landing-header, .custom-landing-header-grey {
  font-weight: 700;
  font-size: 2rem;
  color: #0b4b66;
  text-align: left; }

.custom-landing-header-grey {
  margin-bottom: 1.25rem;
  max-width: 70%; }

.custom-landing-header-button {
  font-weight: 700;
  font-size: 2rem;
  color: #0b4b66;
  text-align: center;
  max-width: 25%; }

.highlight-sandbox {
  color: "#c84c0e"; }

.custom-landing-sub-header {
  font-weight: 100;
  font-size: 2rem;
  margin-bottom: 1.25rem;
  color: #0b4b66;
  text-align: left; }

.custom-video-section {
  text-align: center;
  margin-bottom: 2rem;
  padding: 1rem 0; }

.custom-section-container {
  margin-bottom: 1.5rem; }

.custom-section-header {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0b4b66;
  margin-bottom: 1rem;
  text-align: left; }

.custom-section-paragraph {
  font-size: 1rem;
  color: #363636;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: justify; }

.custom-step-header {
  padding-top: .5rem;
  font-weight: 700;
  font-size: 1.2rem;
  color: #505a5f; }

.custom-continue-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem; }

.custom-continue-button {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.custom-steps-list {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: disc; }

.custom-step-item {
  margin-bottom: .75rem;
  font-size: 1rem;
  color: #363636;
  line-height: 1.6; }

.tooltiptext {
  width: 30rem !important; }

.flexSpaceAround {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.left-section {
  text-align: left;
  padding: 1rem;
  width: 40%; }

.middle-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #f5f5f5;
  margin-left: -2rem;
  margin-right: -2rem; }

.middle-header {
  width: 40%;
  margin-top: 2.3rem;
  margin-left: 9rem; }

.steps-list {
  max-width: 50%;
  color: #0b4b66; }

.step-item {
  max-width: 95%; }

.step-break {
  max-width: 80%;
  border-color: #b6b5b4;
  margin-left: 0; }

.bottom-section {
  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;
  margin-top: 2.25rem; }

.header-span {
  font-weight: 100;
  font-size: 20px; }

.products-container {
  padding: 2rem;
  margin-left: 1.5rem; }

.icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.icon-wrap, .icon-wrap svg {
  width: 34px;
  height: 34px; }

.products-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0b4b66; }

.products-description {
  font-size: 1rem;
  color: #666;
  margin-bottom: 2rem;
  max-width: 100%; }

.products-list {
  grid-gap: 2rem;
  gap: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.product-card, .products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.product-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(25% - 2rem);
  flex: 1 1 calc(25% - 2rem);
  padding: 1.5rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  -webkit-box-flex: revert;
  -ms-flex-positive: revert;
  flex-grow: revert; }

.product-header {
  grid-gap: .5rem;
  gap: .5rem;
  min-height: 3.2rem; }

.product-header, .product-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.product-title {
  font-size: 24px;
  font-weight: 700;
  color: #0b4b66; }

.product-icon {
  fill: #c84c0e;
  width: 2.5rem;
  margin-right: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.product-icon svg {
  height: 34px;
  width: 34px; }

.product-description {
  font-size: .9rem;
  color: #555;
  margin: .5rem 0; }

.explore-button {
  margin-top: auto;
  border: 1px solid #d9534f;
  color: #d9534f;
  font-weight: 700;
  width: 100%; }

.icon-header-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 2rem; }

.custom-image-container, .icon-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.custom-image-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0; }

.custom-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px; }

.explore-button-updated {
  border: 1px solid rgba(239, 239, 239, 0) !important;
  border-radius: 5px !important;
  margin-top: auto;
  font-weight: 700;
  width: 100%; }

.no-hover:hover {
  background-color: inherit !important;
  color: inherit !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-weight: inherit !important; }

.about-container {
  background-color: #fff; }

.about-container, .about-container-2 {
  padding: 2rem 0 3rem;
  width: 100% !important;
  margin: 0 auto;
  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; }

.about-container-2 {
  background-color: #f0f4f8; }

.about-title {
  font-size: 2rem;
  font-weight: 700;
  color: #215b73;
  text-align: center;
  margin-bottom: .5rem; }

.about-description {
  color: #505a5f;
  font-size: 1.125rem;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 1.5rem;
  width: 100%;
  padding: 0 4rem; }

.roles-column-align {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 0; }

.roles-column-align, .roles-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.roles-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 0;
  gap: 0;
  font-size: 1.125rem; }

.role-block {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  grid-gap: 1rem;
  gap: 1rem;
  width: 100%;
  padding: 0 8rem; }

.role-block, .role-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.role-icon-wrapper {
  width: 32px;
  min-width: 32px;
  height: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.role-icon {
  width: 24px;
  height: 24px; }

.title-underline {
  background-color: #e4edf1 !important; }

.title-underline, .title-underline-2 {
  border-radius: 10px !important;
  max-width: 44rem !important;
  height: 4px;
  margin: 0 auto; }

.title-underline-2 {
  background-color: #fff !important; }

.cs-wrapper-align {
  margin-left: 2rem; }

.cs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.cs-left, .cs-right {
  width: 50%;
  padding-top: 1rem; }

.cs-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.cs-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.cs-title {
  font-size: 24px;
  font-weight: 700;
  color: #215b73;
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 2.65rem; }

.cs-title:after {
  content: "";
  display: block;
  width: 8rem;
  height: 4px;
  background-color: #215b73;
  margin: 6px auto 0; }

.cs-card {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 20px;
  border-radius: 8px;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  color: #333;
  width: 80%; }

.cs-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  color: #f26623; }

.cs-italic {
  font-style: italic;
  font-weight: 600;
  color: #084b6c; }

.cs-button {
  margin-top: 20px;
  background: #fff;
  color: #f26623;
  border: 1.5px solid #f26623;
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.cs-button:hover {
  background: #f26623;
  color: #fff; }

.cs-left {
  padding-left: 40px; }

.cs-right {
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.cs-image {
  max-width: 75%;
  height: auto; }

.walkthrough-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 3rem 6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.wt-title, .wt-titles-copy-1 {
  font-size: 32px;
  font-weight: 700;
  color: #0b394e;
  margin-bottom: 10px; }

.wt-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px; }

.wt-tabs-and-iframe {
  width: 70rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 100%; }

.wt-tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  border-bottom: none;
  padding-left: 0; }

.wt-tab {
  padding: 12px 30px;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: 500;
  color: #555;
  background-color: #f7f7f7;
  margin-right: 8px; }

.wt-tab, .wt-tab.active {
  text-align: center;
  width: 12rem; }

.wt-tab.active {
  margin-bottom: 4px;
  color: #d93800;
  background-color: #fff;
  border: 2px solid #d93800; }

.wt-iframe-wrapper {
  width: 100%;
  border-radius: 0 12px 12px 12px;
  overflow: hidden;
  margin-top: -1px; }

.wt-iframe {
  width: 100%;
  height: 500px;
  border: none;
  min-height: 40rem; }

.wt-c1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }

.nav-breadcrumb, .wt-c1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.nav-breadcrumb {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 4px;
  margin: 20px 0; }

.nav-breadcrumb a {
  color: #e67e22 !important;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  transition: color .2s ease; }

.nav-breadcrumb a:hover {
  color: #d35400; }

.nav-breadcrumb .separator {
  margin: 0 4px;
  color: #666;
  font-weight: 500; }

.nav-bread-wde-i-2, .nav-breadcrumb-wide, .nav-breadcrumb .current {
  color: #333;
  font-weight: 500; }

.wbh-header .header-icon-container {
  cursor: pointer;
  color: #c84c0e;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .wbh-header .header-icon-container h4 {
    margin: 0 !important; }
  .wbh-header .header-icon-container svg {
    margin: 0 0 0 .1rem; }

.home-link a {
  color: #1d70b8; }

.application-details-link-button .download-button {
  color: #c84c0e;
  margin-left: 8px; }

.response-download-button .download-button {
  color: #c84c0e;
  margin-left: 8px; }

.form-pt-dropdown-only .options-card {
  position: unset; }

.primary-label-btn svg {
  fill: #c84c0e; }

.react-time-picker__wrapper {
  border: 2px solid #0b0c0c;
  padding-left: 16px; }

.react-time-picker__inputGroup__input {
  padding-left: 8px;
  padding-right: 8px;
  line-height: 2.5rem;
  min-width: 16px; }
  .react-time-picker__inputGroup__input:focus {
    outline: 2px solid #000; }

.static-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 75vh;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .static-wrapper::-webkit-scrollbar {
    display: none; }

.bill-summary .bill-account-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 5px; }
  .bill-summary .bill-account-details .label {
    width: 50%;
    font-weight: 700; }
  .bill-summary .bill-account-details .value {
    width: 50%;
    text-align: right; }

.bill-summary .amount-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px; }
  .bill-summary .amount-details .label, .bill-summary .amount-details .value {
    width: 50%;
    font-weight: 700; }
  .bill-summary .amount-details .value {
    text-align: right;
    font-size: 18px; }

.bill-payment-amount .payment-amount-front {
  position: absolute;
  z-index: 10;
  width: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efefef;
  padding: 7px 12px;
  color: #9a9a9a; }

.select-payment-type .value {
  font-size: 20px; }

.cheque-date input, .cheque-date .checkbox-wrap .input-emp, .checkbox-wrap .cheque-date .input-emp, .cheque-date .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .cheque-date .input-emp {
  width: 100%;
  text-indent: 5px;
  padding: 6px 0; }

.cheque-date button, .cheque-date input, .cheque-date .checkbox-wrap .input-emp, .checkbox-wrap .cheque-date .input-emp, .cheque-date .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .cheque-date .input-emp {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border: 0;
  background: transparent; }

.cheque-date button {
  text-indent: 2px; }

.ifsc-field input, .ifsc-field .checkbox-wrap .input-emp, .checkbox-wrap .ifsc-field .input-emp, .ifsc-field .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .ifsc-field .input-emp {
  width: 100%;
  text-indent: 5px;
  padding: 6px 0; }

.ifsc-field button, .ifsc-field input, .ifsc-field .checkbox-wrap .input-emp, .checkbox-wrap .ifsc-field .input-emp, .ifsc-field .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .ifsc-field .input-emp {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border: 0;
  background: transparent; }

.ifsc-field button {
  text-indent: 2px; }

.text-input input:hover, .text-input .checkbox-wrap .input-emp:hover, .checkbox-wrap .text-input .input-emp:hover, .text-input .digit-checkbox-wrap .input-emp:hover, .digit-checkbox-wrap .text-input .input-emp:hover {
  --border-opacity:1;
  border: 1px solid #c84c0e;
  border-color: rgba(200, 76, 14, var(--border-opacity)); }

.inbox-search-container .result {
  margin-top: 24px; }

.edcr-citizen-inbox thead th:first-child {
  min-width: 155px; }

.error-boundary .error-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .error-boundary .error-container h1 {
    font-size: 32px;
    font-weight: 700; }
  .error-boundary .error-container button {
    height: 40px;
    width: 153px;
    border-radius: 0;
    padding: 8px 24px;
    color: #fff;
    cursor: pointer;
    background-color: #c84c0e; }

.full-employee-card-link a {
  color: inherit;
  text-decoration: inherit; }

@media (min-width: 780px) {
  .complaint-summary {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-left: 1rem;
    margin-top: 1rem; } }

.ws-custom-wrapper .submit {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
  width: 100% !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .ws-custom-wrapper .submit button {
    width: 240px !important; }
  .ws-custom-wrapper .submit p {
    width: unset;
    margin-right: 1rem; }

.connection-details-old-value-wrapper .old-value-null-wrapper, .plumber-details-old-value-wrapper .old-value-null-wrapper {
  visibility: hidden;
  padding-bottom: 8px;
  margin-bottom: 8px; }

.connection-details-old-value-wrapper .row, .plumber-details-old-value-wrapper .row {
  color: #b1b4b6;
  font-weight: 700;
  font-size: 16px; }

.connection-details-old-value-wrapper .old-value-null-wrapper, .plumber-details-old-value-wrapper .old-value-null-wrapper {
  visibility: hidden;
  padding-bottom: 8px;
  margin-bottom: 8px; }

.connection-details-old-value-wrapper .row, .plumber-details-old-value-wrapper .row {
  color: #b1b4b6;
  font-weight: 700;
  font-size: 16px; }

.privacy-icon:hover path {
  fill: #f47738; }

.privacy-icon-2:hover path {
  fill: none; }

.localisation-info .info-banner-wrap {
  max-width: 100%;
  margin: 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: unset;
  -ms-flex-line-pack: baseline;
  align-content: baseline;
  grid-gap: .5rem;
  gap: .5rem;
  height: 5rem; }

.localization-search-table .pagination {
  margin-bottom: 2rem; }

.user-profile.employee {
  margin-top: 6rem;
  margin-left: 4.5rem; }

.user-profile.citizen {
  margin-top: 1.5rem;
  margin-left: 1.5rem; }

.workbench-localization-add-popup .digit-popup-children-wrap {
  overflow: visible !important; }

.typography.text-heading-xl {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 700;
  color: #0b0c0c;
  line-height: normal; }
  @media (min-width: 1024px) {
    .typography.text-heading-xl {
      font-size: 2.5rem; } }
  @media (min-width: 768px) {
    .typography.text-heading-xl {
      font-size: 2.25rem; } }
  @media (min-width: 400px) {
    .typography.text-heading-xl {
      font-size: 2rem; } }

@media screen and (min-width: 1024px) {
  .typography.text-heading-l {
    font-size: 2rem; } }

@media screen and (min-width: 768px) {
  .typography.text-heading-l {
    font-size: 1.75rem; } }

@media screen and (min-width: 400px) {
  .typography.text-heading-l {
    font-size: 1.5rem; } }

.typography.text-heading-l, .typography.text-heading-m, .workbench .workbench-create-form .digit-form-composer-sub-header {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  color: #0b0c0c;
  line-height: normal; }

@media screen and (min-width: 1024px) {
  .typography.text-heading-m, .workbench .workbench-create-form .digit-form-composer-sub-header {
    font-size: 1.5rem; } }

@media screen and (min-width: 768px) {
  .typography.text-heading-m, .workbench .workbench-create-form .digit-form-composer-sub-header {
    font-size: 1.375rem; } }

@media screen and (min-width: 400px) {
  .typography.text-heading-m, .workbench .workbench-create-form .digit-form-composer-sub-header {
    font-size: 1.5rem; } }

.typography.text-heading-s, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  color: #0b0c0c;
  line-height: normal; }
  @media screen and (min-width: 1024px) {
    .typography.text-heading-s, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label {
      font-size: 1rem; } }
  @media screen and (min-width: 768px) {
    .typography.text-heading-s, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label {
      font-size: 1rem; } }
  @media screen and (min-width: 400px) {
    .typography.text-heading-s, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label {
      font-size: 1rem; } }

@media screen and (min-width: 400px) {
  .typography.text-heading-xs {
    font-size: .75rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    color: #0b0c0c;
    line-height: normal; } }

.typography.text-caption-l {
  font-family: Roboto;
  font-style: italic;
  font-weight: 500;
  color: #0b0c0c;
  line-height: normal; }
  @media screen and (min-width: 1024px) {
    .typography.text-caption-l {
      font-size: 1.75rem; } }
  @media screen and (min-width: 768px) {
    .typography.text-caption-l {
      font-size: 1.75rem; } }
  @media screen and (min-width: 400px) {
    .typography.text-caption-l {
      font-size: 1.5rem; } }

@media screen and (min-width: 1024px) {
  .typography.text-caption-m {
    font-size: 1.5rem; } }

@media screen and (min-width: 768px) {
  .typography.text-caption-m {
    font-size: 1.5rem; } }

@media screen and (min-width: 400px) {
  .typography.text-caption-m {
    font-size: 1.25rem; } }

.typography.text-caption-m, .typography.text-caption-s {
  font-family: Roboto;
  font-style: italic;
  font-weight: 500;
  color: #0b0c0c;
  line-height: normal; }

@media screen and (min-width: 1024px) {
  .typography.text-caption-s {
    font-size: 1.25rem; } }

@media screen and (min-width: 768px) {
  .typography.text-caption-s {
    font-size: 1.25rem; } }

@media screen and (min-width: 400px) {
  .typography.text-caption-s {
    font-size: 1.25rem; } }

@media screen and (min-width: 1024px) {
  .typography.text-body-l {
    font-size: 1.25rem;
    line-height: 1.75rem; } }

@media screen and (min-width: 768px) {
  .typography.text-body-l {
    font-size: 1.25rem;
    line-height: 1.75rem; } }

@media screen and (min-width: 400px) {
  .typography.text-body-l {
    font-size: 1rem;
    line-height: 1.5rem; } }

.typography.text-body-l, .typography.text-body-s, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .custom-checkbox .custom-checkbox-label, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox-wrap .custom-checkbox-emp .custom-checkbox-label, .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .custom-checkbox-emp .custom-checkbox-label {
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  color: #0b0c0c; }

@media screen and (min-width: 1024px) {
  .typography.text-body-s, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .custom-checkbox .custom-checkbox-label, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox-wrap .custom-checkbox-emp .custom-checkbox-label, .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .custom-checkbox-emp .custom-checkbox-label {
    font-size: 1rem;
    line-height: 1.5rem; } }

@media screen and (min-width: 768px) {
  .typography.text-body-s, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .custom-checkbox .custom-checkbox-label, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox-wrap .custom-checkbox-emp .custom-checkbox-label, .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .custom-checkbox-emp .custom-checkbox-label {
    font-size: 1rem;
    line-height: 1.5rem; } }

@media screen and (min-width: 400px) {
  .typography.text-body-s, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .custom-checkbox .custom-checkbox-label, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox-wrap .custom-checkbox-emp .custom-checkbox-label, .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .custom-checkbox-emp .custom-checkbox-label {
    font-size: .875rem;
    line-height: 1.0938rem; } }

.typography.text-body-xs {
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  color: #0b0c0c; }
  @media screen and (min-width: 1024px) {
    .typography.text-body-xs {
      font-size: .875rem;
      line-height: 1.5rem; } }
  @media screen and (min-width: 768px) {
    .typography.text-body-xs {
      font-size: .875rem;
      line-height: 1.5rem; } }
  @media screen and (min-width: 400px) {
    .typography.text-body-xs {
      font-size: .75rem;
      line-height: 1.125rem; } }

.typography.text-label {
  font-style: italic; }
  @media screen and (min-width: 1024px) {
    .typography.text-label {
      font-size: 1rem; } }
  @media screen and (min-width: 768px) {
    .typography.text-label {
      font-size: 1rem; } }
  @media screen and (min-width: 400px) {
    .typography.text-label {
      font-size: 1rem; } }

.typography.text-label, .typography.text-link {
  font-family: Roboto;
  font-weight: 400;
  color: #0b0c0c;
  line-height: normal; }

.typography.text-link {
  font-style: normal;
  text-decoration: underline; }
  @media screen and (min-width: 1024px) {
    .typography.text-link {
      font-size: 1rem; } }
  @media screen and (min-width: 768px) {
    .typography.text-link {
      font-size: 1rem; } }
  @media screen and (min-width: 400px) {
    .typography.text-link {
      font-size: 1rem; } }

.digit-action-links {
  font-size: 16px !important;
  line-height: 24px !important;
  margin-right: 24px !important;
  cursor: pointer; }

.app-container {
  width: 100%; }
  .app-container form .card, .app-container form .card-emp {
    max-width: 960px; }
    .app-container form .card h2, .app-container form .card-emp h2 {
      text-align: left; }
    .app-container form .card .field-container, .app-container form .card-emp .field-container {
      max-width: 540px; }
    .app-container form .card button, .app-container form .card-emp button {
      max-width: 240px; }
    .app-container form .card .card-text-button, .app-container form .card-emp .card-text-button, .app-container form .card .input-otp-wrap, .app-container form .card-emp .input-otp-wrap {
      text-align: left; }

@media (min-width: 780px) {
  .employee-app-container {
    width: 100%; }
  .app-container {
    width: 100%; }
    .app-container form .card, .app-container form .card-emp {
      max-width: 960px; }
      .app-container form .card h2, .app-container form .card-emp h2 {
        text-align: left; }
      .app-container form .card .field-container, .app-container form .card-emp .field-container {
        max-width: 540px; }
      .app-container form .card button, .app-container form .card-emp button {
        max-width: 240px; }
      .app-container form .card .card-text-button, .app-container form .card-emp .card-text-button, .app-container form .card .input-otp-wrap, .app-container form .card-emp .input-otp-wrap {
        text-align: left; } }

.body-container {
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden; }

.body-container::-webkit-scrollbar {
  display: none; }

.h1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700; }

.h1, .link-label {
  margin-bottom: 16px;
  margin-left: 16px; }

.link-label {
  display: block;
  cursor: pointer; }

@media (min-width: 780px) {
  .h1 {
    font-size: 36px;
    line-height: 40px; }
  .h1, .link-label {
    margin-left: 0; } }

.digit-banner-emp-success-wrap, .digit-banner-success-wrap {
  display: block;
  --bg-opacity:1;
  background-color: #00703c;
  background-color: rgba(0, 112, 60, var(--bg-opacity));
  width: 100%;
  text-align: center;
  --text-opacity:1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-top: 16px;
  padding-bottom: 8px;
  margin-bottom: 16px; }
  .digit-banner-emp-success-wrap header, .digit-banner-success-wrap header {
    display: block;
    margin-bottom: 8px;
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px; }
  .digit-banner-emp-success-wrap div img, .digit-banner-emp-success-wrap div svg, .digit-banner-success-wrap div img, .digit-banner-success-wrap div svg {
    padding: 13.67px;
    margin-left: auto;
    margin-right: auto;
    --border-opacity:1;
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
    border-radius: 9999px;
    height: 4rem;
    width: 4rem;
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    margin-bottom: 16px; }
  .digit-banner-emp-success-wrap div svg.payment-svg, .digit-banner-success-wrap div svg.payment-svg {
    border: unset;
    background-color: unset;
    border-radius: 9999px; }
  .digit-banner-emp-success-wrap div h2, .digit-banner-success-wrap div h2 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 8px; }
  .digit-banner-emp-success-wrap div h2, .digit-banner-emp-success-wrap div p, .digit-banner-success-wrap div h2, .digit-banner-success-wrap div p {
    font-weight: 700; }
  .digit-banner-emp-success-wrap div p, .digit-banner-success-wrap div p {
    font-size: 18px;
    line-height: 21px; }

.digit-banner-emp-error-wrap, .digit-banner-error-wrap {
  display: block;
  --bg-opacity:1;
  background-color: #d4351c;
  background-color: rgba(212, 53, 28, var(--bg-opacity));
  width: 100%;
  text-align: center;
  --text-opacity:1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-top: 16px;
  padding-bottom: 8px;
  margin-bottom: 16px; }
  .digit-banner-emp-error-wrap header, .digit-banner-error-wrap header {
    display: block;
    margin-bottom: 8px;
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px; }
  .digit-banner-emp-error-wrap img, .digit-banner-emp-error-wrap svg, .digit-banner-error-wrap img, .digit-banner-error-wrap svg {
    margin-left: auto;
    margin-right: auto;
    padding: 13.67px;
    --border-opacity:1;
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
    border-radius: 9999px;
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    height: 4rem;
    width: 4rem;
    margin-bottom: 16px; }

@media (min-width: 780px) {
  .digit-banner-success-wrap header {
    font-size: 48px;
    line-height: 56px; }
  .digit-banner-emp-success-wrap {
    width: 100%; }
    .digit-banner-emp-success-wrap header {
      font-size: 48px;
      line-height: 56px; }
  .digit-banner-error-wrap {
    width: 100%; }
    .digit-banner-error-wrap header {
      font-size: 48px;
      line-height: 56px; }
  .digit-banner-emp-error-wrap {
    width: 100%; }
    .digit-banner-emp-error-wrap header {
      font-size: 48px;
      line-height: 56px; } }

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100vh - 80px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 75, 102, 0.8)), to(rgba(11, 75, 102, 0.8))), var(--banner-url) no-repeat center center/cover;
  background: linear-gradient(rgba(11, 75, 102, 0.8), rgba(11, 75, 102, 0.8)), var(--banner-url) no-repeat 50%/cover; }
  .banner .bannerCard {
    min-width: 400px; }
  .banner .bannerLogo {
    width: 80px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #0b0c0c; }
  .banner .bannerHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px; }

.banner-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.digit-break-line {
  border-style: solid;
  border-width: 1px;
  color: #c84c0e; }

.digit-screen-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999; }
  .digit-screen-loader .digit-ldio-pjg92h09b2o div {
    position: absolute;
    width: 52px;
    height: 52px;
    border: 12px solid #c84c0e;
    border-top-color: transparent;
    border-radius: 50%; }

.digit-module-loader, .digit-page-loader {
  text-align: center; }

.digit-page-loader {
  padding-top: 20%;
  position: absolute;
  left: 50%; }

.digit-module-loader {
  padding: 16px; }

@-webkit-keyframes digit-ldio-pjg92h09b2o {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn); } }

@keyframes digit-ldio-pjg92h09b2o {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn); } }

.digit-ldio-pjg92h09b2o div {
  position: absolute;
  width: 52px;
  height: 52px;
  border: 12px solid #22394d;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: digit-ldio-pjg92h09b2o 1s linear infinite;
  animation: digit-ldio-pjg92h09b2o 1s linear infinite;
  top: 50px;
  left: 50px; }

.digit-loadingio-spinner-rolling-faewnb8ux8, .digit-loadingio-spinner-rolling-frame {
  width: 48px;
  height: 48px;
  display: inline-block;
  overflow: hidden;
  background: none; }

.digit-ldio-pjg92h09b2o {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0) scale(0.48);
  transform: translateZ(0) scale(0.48);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.digit-ldio-pjg92h09b2o div {
  -webkit-box-sizing: content-box;
  box-sizing: initial; }

.digit-header {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-left: 16px; }

.digit-checkpoint-connect-wrap {
  padding-bottom: 40px;
  position: relative; }

.digit-checkpoint-done {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .digit-checkpoint-done h2 {
    z-index: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    --border-opacity:1;
    border-color: #c84c0e;
    border-bottom: 1px;
    border-color: rgba(200, 76, 14, var(--border-opacity));
    border-style: solid;
    --bg-opacity:1;
    background-color: #c84c0e;
    background-color: rgba(200, 76, 14, var(--bg-opacity)); }
  .digit-checkpoint-done header {
    margin-left: 16px; }
    .digit-checkpoint-done header p {
      margin-top: 4px; }

.digit-checkpoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .digit-checkpoint h2 {
    z-index: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    --text-opacity:1;
    --border-opacity:1;
    border-color: #d6d5d4;
    border-bottom: 1px;
    border-color: rgba(214, 213, 212, var(--border-opacity));
    border-style: solid;
    --bg-opacity:1;
    background-color: #d6d5d4;
    background-color: rgba(214, 213, 212, var(--bg-opacity)); }
  .digit-checkpoint header {
    margin-left: 16px; }
    .digit-checkpoint header p {
      margin-top: 4px; }

.digit-checkpoint-connect {
  margin-left: 12px;
  margin-top: 22px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  --border-opacity:1;
  border-color: #d6d5d4;
  border-left: 1px;
  border-color: rgba(214, 213, 212, var(--border-opacity));
  border-style: solid; }

.digit-checkpoint-comments-wrap {
  max-width: 560px;
  --bg-opacity:1;
  background-color: #eee;
  background-color: rgba(238, 238, 238, var(--bg-opacity));
  padding: 8px;
  margin-top: 8px; }
  .digit-checkpoint-comments-wrap h4, .digit-checkpoint-comments-wrap p {
    font-size: 16px;
    line-height: 24px; }

.digit-back-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-bottom-width: 1px;
  font-family: Roboto Condensed,sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-left: 8px;
  margin-bottom: 16px; }
  .digit-back-button img, .digit-back-button p, .digit-back-button svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

@media (min-width: 780px) {
  .digit-back-button {
    margin-left: 0; } }

.digit-info-banner-wrap {
  --bg-opacity:0.25;
  margin: 8px;
  padding: 16px;
  max-width: 960px;
  border-radius: 4px; }
  .digit-info-banner-wrap svg {
    margin-top: 5px;
    border-radius: 9999px; }
  .digit-info-banner-wrap div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .digit-info-banner-wrap h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
    font-weight: 700;
    margin-left: 8px; }
  .digit-info-banner-wrap h2, .digit-info-banner-wrap p {
    --text-opacity:1;
    color: #1d70b8;
    color: rgba(29, 112, 184, var(--text-opacity)); }
  .digit-info-banner-wrap p {
    font-size: 16px;
    line-height: 24px;
    white-space: pre-line; }

@media (min-width: 780px) {
  .digit-info-banner-wrap h2 {
    font-size: 24px;
    line-height: 32px; }
  .digit-info-banner-wrap p {
    font-size: 19px;
    line-height: 28px; } }

.digit-photos-wrap {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px; }
  .digit-photos-wrap img, .digit-photos-wrap svg {
    margin-right: 14px; }
  .digit-photos-wrap .last, .digit-photos-wrap img, .digit-photos-wrap svg {
    width: calc(33% - 9.333px); }

.digit-image-pdf-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center; }
  .digit-image-pdf-icon .digit-url {
    min-width: 100px;
    margin-right: 10px;
    max-width: 100px;
    height: auto; }
    .digit-image-pdf-icon .digit-url .digit-icon {
      background: #f6f6f6;
      padding: 8px;
      width: 100px; }

.digit-expand-collapse-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem; }

.digit-expand-collapse-header {
  background-color: #f2f2f2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  position: relative;
  font-weight: bolder;
  border: 1px solid #828282;
  border-radius: 4px; }

.digit-icon-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer; }
  .digit-icon-toggle span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .digit-icon-toggle span h5 {
      color: #c84c0e;
      display: inline; }

.digit-expand-collapse-header .label {
  display: block;
  text-align: left; }

.digit-expand-collapse-header .value {
  display: block;
  text-align: right;
  margin-right: 2rem; }

.digit-toggling-wrapper.digit-collapse {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  overflow: hidden;
  height: 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

.digit-toggling-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.digit-date-picker {
  position: relative;
  width: 100%;
  cursor: pointer; }
  .digit-date-picker .citizen {
    max-width: 540px; }
  .digit-date-picker .digit-employee-card-input {
    margin-bottom: 24px;
    padding-left: 8px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    display: block;
    width: 100%;
    height: 2.5rem;
    --border-opacity:1;
    border: 1px solid #464646;
    border-color: rgba(70, 70, 70, var(--border-opacity));
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    line-height: 2.5rem;
    font-size: 16px;
    line-height: 20px;
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity));
    width: calc(100% - 62px);
    padding-right: 9px; }

.digit-error-message {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px; }

.digit-rating-star-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px; }
  .digit-rating-star-wrap img, .digit-rating-star-wrap svg {
    width: 40px;
    height: 38px;
    display: block;
    margin-right: 8px; }

@media (min-width: 780px) {
  .digit-rating-star-wrap {
    width: 40%; } }

.digit-rating-with-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 100%; }
  .digit-rating-with-text svg {
    width: 24px;
    height: 38px;
    display: block;
    margin-right: 8px; }

.digit-no-data-found {
  height: 100%;
  width: 100%;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .digit-no-data-found .digit-error-msg {
    margin-top: 2rem; }

.digit-mobile-number-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .digit-mobile-number-container .digit-citizen-card-input {
    margin-bottom: 24px;
    padding-left: 8px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    display: block;
    width: 100%;
    height: 2.5rem;
    --border-opacity:1;
    border: 1px solid #464646;
    border-color: rgba(70, 70, 70, var(--border-opacity));
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    line-height: 2.5rem;
    font-size: 16px;
    line-height: 20px;
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity)); }
  .digit-mobile-number-container .digit-citizen-card-input--front {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eee;
    border-right: 0;
    padding-right: 5px; }
  .digit-mobile-number-container .digit-employee-card-input-error {
    margin-bottom: 24px;
    padding-left: 8px;
    display: block;
    width: 100%;
    height: 2.5rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    border-width: 1px;
    border-style: solid;
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    line-height: 2.5rem;
    font-size: 16px;
    line-height: 20px;
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity)); }

.digit-tag-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px; }
  .digit-tag-container .digit-tag {
    --bg-opacity:1;
    background-color: #eee;
    background-color: rgba(238, 238, 238, var(--bg-opacity));
    border-radius: 1rem;
    padding-top: 8px;
    padding-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    margin-left: 2px;
    height: 2rem;
    margin-top: 1rem; }
    .digit-tag-container .digit-tag .digit-text {
      padding-right: 5px;
      max-width: calc(100% - 24px);
      height: 22px;
      overflow: hidden;
      text-overflow: clip; }
    .digit-tag-container .digit-tag:hover {
      cursor: pointer; }
      .digit-tag-container .digit-tag:hover .close {
        fill: #000; }

.digit-popup-wrap {
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
  min-height: 100vh;
  z-index: 10000; }

@media (min-width: 780px) {
  .digit-popup-wrap {
    background: rgba(0, 0, 0, 0.7);
    min-height: 100vh; } }

.digit-popup-close-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.digit-logout-popup-wrapper {
  width: 31.25rem !important; }
  .digit-logout-popup-wrapper .logout-cancel-button {
    height: 2.5rem; }

.digit-telephone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .digit-telephone img, .digit-telephone svg {
    height: 22px;
    width: 20px;
    color: #c84c0e;
    color: rgba(200, 76, 14, var(--text-opacity));
    margin-left: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0; }
  .digit-telephone img, .digit-telephone p, .digit-telephone svg {
    --text-opacity:1; }
  .digit-telephone p {
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity));
    font-size: 16px;
    line-height: 24px;
    padding-left: 8px; }

.digit-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --text-opacity:1;
  color: #505a5f;
  color: rgba(80, 90, 95, var(--text-opacity));
  font-size: 16px;
  line-height: 24px; }

.digit-employee-card-textarea {
  width: 100%; }

.digit-cell-text {
  color: #505a5f; }

.digit-text-input {
  position: relative;
  width: 100%; }

.digit-text-input-width {
  max-width: 540px; }

.digit-card-input {
  margin-top: 8px; }

.digit-card-input, .digit-employee-card-input {
  margin-bottom: 24px;
  padding-left: 8px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  display: block;
  width: 100%;
  height: 2.5rem;
  --border-opacity:1;
  border: 1px solid #464646;
  border-color: rgba(70, 70, 70, var(--border-opacity));
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  line-height: 2.5rem;
  font-size: 16px;
  line-height: 20px;
  --text-opacity:1;
  color: #0b0c0c;
  color: rgba(11, 12, 12, var(--text-opacity)); }

.digit-employee-card-input:disabled {
  --border-opacity:1!important;
  border-color: #9e9e9e !important;
  border-color: rgba(158, 158, 158, var(--border-opacity)) !important;
  --text-opacity:1!important;
  color: #9e9e9e !important;
  color: rgba(158, 158, 158, var(--text-opacity)) !important;
  pointer-events: none !important; }

.digit-employee-card-input--front {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eee;
  border-right: 0;
  padding-right: 5px; }

.digit-card-textarea, .digit-employee-card-textarea {
  display: block;
  outline: 2px solid transparent;
  outline-offset: 2px;
  margin-top: 16px;
  margin-bottom: 24px;
  width: 100%;
  --border-opacity:1;
  border: 1px solid #464646;
  border-color: rgba(70, 70, 70, var(--border-opacity));
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  height: 6rem;
  font-size: 16px;
  line-height: 20px;
  --text-opacity:1;
  color: #0b0c0c;
  color: rgba(11, 12, 12, var(--text-opacity));
  padding: 8px; }

.digit-inputWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 500px; }
  .digit-inputWrapper div {
    max-width: 80px; }
  .digit-inputWrapper span {
    margin-top: 16px;
    margin-left: 10%;
    margin-right: 10%; }

@media (min-width: 780px) {
  .digit-card-input {
    width: 480px; }
  .digit-card-input-emp {
    width: 240px; }
  .digit-card-input-error {
    width: 480px; }
  .digit-employee-card-input, .digit-employee-card-input-error {
    width: 100%; }
  .digit-card-textarea {
    width: 100%;
    max-width: 540px; }
  .digit-employee-card-textarea {
    width: 100%; }
  .card-input-emp {
    width: 240px; } }

.digit-citizen-card-input {
  margin-bottom: 24px;
  padding-left: 8px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  display: block;
  width: 100%;
  height: 2.5rem;
  --border-opacity:1;
  border: 1px solid #464646;
  border-color: rgba(70, 70, 70, var(--border-opacity));
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  line-height: 2.5rem;
  font-size: 16px;
  line-height: 20px;
  --text-opacity:1;
  color: #0b0c0c;
  color: rgba(11, 12, 12, var(--text-opacity)); }

.digit-citizen-card-input--front {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eee;
  border-right: 0;
  padding-right: 5px; }

.digit-card-input-error, .digit-employee-card-input-error {
  margin-bottom: 24px;
  padding-left: 8px;
  display: block;
  width: 100%;
  height: 2.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --border-opacity:1;
  border: 1px solid #d4351c;
  border-color: rgba(212, 53, 28, var(--border-opacity));
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  line-height: 2.5rem;
  font-size: 16px;
  line-height: 20px;
  --text-opacity:1;
  color: #0b0c0c;
  color: rgba(11, 12, 12, var(--text-opacity)); }

.digit-input-otp-wrap {
  margin-bottom: 24px; }
  .digit-input-otp-wrap input, .digit-input-otp-wrap .checkbox-wrap .input-emp, .checkbox-wrap .digit-input-otp-wrap .input-emp, .digit-input-otp-wrap .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .digit-input-otp-wrap .input-emp {
    --border-opacity:1;
    border: 1px solid #464646;
    border-color: rgba(70, 70, 70, var(--border-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 16px;
    line-height: 20px;
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity));
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center; }
  .digit-input-otp-wrap input::-webkit-inner-spin-button, .digit-input-otp-wrap .checkbox-wrap .input-emp::-webkit-inner-spin-button, .checkbox-wrap .digit-input-otp-wrap .input-emp::-webkit-inner-spin-button, .digit-input-otp-wrap .digit-checkbox-wrap .input-emp::-webkit-inner-spin-button, .digit-checkbox-wrap .digit-input-otp-wrap .input-emp::-webkit-inner-spin-button, .digit-input-otp-wrap input::-webkit-outer-spin-button, .digit-input-otp-wrap .checkbox-wrap .input-emp::-webkit-outer-spin-button, .checkbox-wrap .digit-input-otp-wrap .input-emp::-webkit-outer-spin-button, .digit-input-otp-wrap .digit-checkbox-wrap .input-emp::-webkit-outer-spin-button, .digit-checkbox-wrap .digit-input-otp-wrap .input-emp::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .digit-input-otp-wrap input[type=number], .digit-input-otp-wrap .checkbox-wrap .input-emp[type=number], .checkbox-wrap .digit-input-otp-wrap .input-emp[type=number], .digit-input-otp-wrap .digit-checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap .digit-input-otp-wrap .input-emp[type=number] {
    -moz-appearance: textfield; }

.digit-multi-select-dropdown-wrap {
  margin-bottom: 24px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  --text-opacity:1;
  color: #0b0c0c;
  color: rgba(11, 12, 12, var(--text-opacity));
  width: 100%; }
  .digit-multi-select-dropdown-wrap .digit-master, .digit-multi-select-dropdown-wrap .digit-master-active {
    position: relative;
    --border-opacity:1;
    border: 1px solid #464646;
    border-color: rgba(70, 70, 70, var(--border-opacity));
    height: 2.5rem;
    width: 100%; }
    .digit-multi-select-dropdown-wrap .digit-master input[type=text], .digit-multi-select-dropdown-wrap .digit-master .checkbox-wrap .input-emp[type=text], .checkbox-wrap .digit-multi-select-dropdown-wrap .digit-master .input-emp[type=text], .digit-multi-select-dropdown-wrap .digit-master .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .digit-multi-select-dropdown-wrap .digit-master .input-emp[type=text], .digit-multi-select-dropdown-wrap .digit-master-active input[type=text], .digit-multi-select-dropdown-wrap .digit-master-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .digit-multi-select-dropdown-wrap .digit-master-active .input-emp[type=text], .digit-multi-select-dropdown-wrap .digit-master-active .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .digit-multi-select-dropdown-wrap .digit-master-active .input-emp[type=text] {
      position: absolute;
      top: 0;
      left: 0;
      padding: 8px;
      min-height: 100%;
      min-width: 100%;
      opacity: 0; }
      .digit-multi-select-dropdown-wrap .digit-master input[type=text]:focus, .digit-multi-select-dropdown-wrap .digit-master .checkbox-wrap .input-emp[type=text]:focus, .checkbox-wrap .digit-multi-select-dropdown-wrap .digit-master .input-emp[type=text]:focus, .digit-multi-select-dropdown-wrap .digit-master .digit-checkbox-wrap .input-emp[type=text]:focus, .digit-checkbox-wrap .digit-multi-select-dropdown-wrap .digit-master .input-emp[type=text]:focus, .digit-multi-select-dropdown-wrap .digit-master-active input[type=text]:focus, .digit-multi-select-dropdown-wrap .digit-master-active .checkbox-wrap .input-emp[type=text]:focus, .checkbox-wrap .digit-multi-select-dropdown-wrap .digit-master-active .input-emp[type=text]:focus, .digit-multi-select-dropdown-wrap .digit-master-active .digit-checkbox-wrap .input-emp[type=text]:focus, .digit-checkbox-wrap .digit-multi-select-dropdown-wrap .digit-master-active .input-emp[type=text]:focus {
        outline: 2px solid transparent;
        outline-offset: 2px; }
    .digit-multi-select-dropdown-wrap .digit-master .digit-label, .digit-multi-select-dropdown-wrap .digit-master-active .digit-label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 8px;
      width: 100%;
      height: 100%; }
      .digit-multi-select-dropdown-wrap .digit-master .digit-label svg, .digit-multi-select-dropdown-wrap .digit-master-active .digit-label svg {
        height: 1.5rem;
        width: 1.5rem; }
    .digit-multi-select-dropdown-wrap .digit-master:hover, .digit-multi-select-dropdown-wrap .digit-master-active:hover {
      --border-opacity:1;
      border: 1px solid #c84c0e;
      border-color: rgba(200, 76, 14, var(--border-opacity)); }
  .digit-multi-select-dropdown-wrap .digit-master-active {
    border-width: 1px;
    --border-opacity:1;
    border-color: #c84c0e;
    border-color: rgba(200, 76, 14, var(--border-opacity)); }
    .digit-multi-select-dropdown-wrap .digit-master-active input[type=text], .digit-multi-select-dropdown-wrap .digit-master-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .digit-multi-select-dropdown-wrap .digit-master-active .input-emp[type=text], .digit-multi-select-dropdown-wrap .digit-master-active .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .digit-multi-select-dropdown-wrap .digit-master-active .input-emp[type=text] {
      opacity: 1; }
    .digit-multi-select-dropdown-wrap .digit-master-active .digit-label {
      display: none; }
  .digit-multi-select-dropdown-wrap .digit-server {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    top: 40px;
    max-height: 20vmax;
    overflow: scroll;
    position: absolute;
    min-width: 100%;
    z-index: 20; }
    .digit-multi-select-dropdown-wrap .digit-server div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      background-color: #fff;
      background-color: rgba(255, 255, 255, var(--bg-opacity));
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .digit-multi-select-dropdown-wrap .digit-server div:hover {
        background-color: #eee;
        background-color: rgba(238, 238, 238, var(--bg-opacity)); }
      .digit-multi-select-dropdown-wrap .digit-server div input, .digit-multi-select-dropdown-wrap .digit-server div .checkbox-wrap .input-emp, .checkbox-wrap .digit-multi-select-dropdown-wrap .digit-server div .input-emp, .digit-multi-select-dropdown-wrap .digit-server div .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .digit-multi-select-dropdown-wrap .digit-server div .input-emp {
        height: 44px;
        position: absolute;
        min-width: 100%;
        opacity: 0;
        z-index: 20;
        cursor: pointer; }
      .digit-multi-select-dropdown-wrap .digit-server div p {
        padding: 12px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 20px;
        --text-opacity:1;
        color: #0b0c0c;
        color: rgba(11, 12, 12, var(--text-opacity)); }
      .digit-multi-select-dropdown-wrap .digit-server div .digit-custom-checkbox, .digit-multi-select-dropdown-wrap .digit-server div .digit-checkbox-wrap .digit-custom-checkbox-emp, .digit-checkbox-wrap .digit-multi-select-dropdown-wrap .digit-server div .digit-custom-checkbox-emp {
        height: 28px;
        width: 28px;
        --border-opacity:1;
        border: 1px solid #464646;
        border-color: rgba(70, 70, 70, var(--border-opacity));
        margin: 8px; }
        .digit-multi-select-dropdown-wrap .digit-server div .digit-custom-checkbox svg, .digit-multi-select-dropdown-wrap .digit-server div .digit-checkbox-wrap .digit-custom-checkbox-emp svg, .digit-checkbox-wrap .digit-multi-select-dropdown-wrap .digit-server div .digit-custom-checkbox-emp svg {
          opacity: 0;
          z-index: 10; }
      .digit-multi-select-dropdown-wrap .digit-server div input:checked ~ .digit-custom-checkbox, .digit-multi-select-dropdown-wrap .digit-server div .checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox, .checkbox-wrap .digit-multi-select-dropdown-wrap .digit-server div .input-emp:checked ~ .digit-custom-checkbox, .digit-multi-select-dropdown-wrap .digit-server div .digit-checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox, .digit-checkbox-wrap .digit-multi-select-dropdown-wrap .digit-server div .input-emp:checked ~ .digit-custom-checkbox, .digit-multi-select-dropdown-wrap .digit-server div .digit-checkbox-wrap input:checked ~ .digit-custom-checkbox-emp, .digit-checkbox-wrap .digit-multi-select-dropdown-wrap .digit-server div input:checked ~ .digit-custom-checkbox-emp, .digit-checkbox-wrap .digit-multi-select-dropdown-wrap .digit-server div .checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox-emp, .digit-multi-select-dropdown-wrap .digit-server div .digit-checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox-emp, .digit-checkbox-wrap .digit-multi-select-dropdown-wrap .digit-server div .input-emp:checked ~ .digit-custom-checkbox-emp, .digit-multi-select-dropdown-wrap .digit-server div input:hover ~ .digit-custom-checkbox, .digit-multi-select-dropdown-wrap .digit-server div .checkbox-wrap .input-emp:hover ~ .digit-custom-checkbox, .checkbox-wrap .digit-multi-select-dropdown-wrap .digit-server div .input-emp:hover ~ .digit-custom-checkbox, .digit-multi-select-dropdown-wrap .digit-server div .digit-checkbox-wrap .input-emp:hover ~ .digit-custom-checkbox, .digit-checkbox-wrap .digit-multi-select-dropdown-wrap .digit-server div .input-emp:hover ~ .digit-custom-checkbox, .digit-multi-select-dropdown-wrap .digit-server div .digit-checkbox-wrap input:hover ~ .digit-custom-checkbox-emp, .digit-checkbox-wrap .digit-multi-select-dropdown-wrap .digit-server div input:hover ~ .digit-custom-checkbox-emp, .digit-checkbox-wrap .digit-multi-select-dropdown-wrap .digit-server div .checkbox-wrap .input-emp:hover ~ .digit-custom-checkbox-emp, .digit-multi-select-dropdown-wrap .digit-server div .digit-checkbox-wrap .input-emp:hover ~ .digit-custom-checkbox-emp, .digit-checkbox-wrap .digit-multi-select-dropdown-wrap .digit-server div .input-emp:hover ~ .digit-custom-checkbox-emp {
        border-width: 1px;
        --border-opacity:1;
        border-color: #c84c0e;
        border-color: rgba(200, 76, 14, var(--border-opacity)); }
      .digit-multi-select-dropdown-wrap .digit-server div input:checked ~ .digit-custom-checkbox svg, .digit-multi-select-dropdown-wrap .digit-server div .checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox svg, .checkbox-wrap .digit-multi-select-dropdown-wrap .digit-server div .input-emp:checked ~ .digit-custom-checkbox svg, .digit-multi-select-dropdown-wrap .digit-server div .digit-checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox svg, .digit-checkbox-wrap .digit-multi-select-dropdown-wrap .digit-server div .input-emp:checked ~ .digit-custom-checkbox svg, .digit-multi-select-dropdown-wrap .digit-server div .digit-checkbox-wrap input:checked ~ .digit-custom-checkbox-emp svg, .digit-checkbox-wrap .digit-multi-select-dropdown-wrap .digit-server div input:checked ~ .digit-custom-checkbox-emp svg, .digit-checkbox-wrap .digit-multi-select-dropdown-wrap .digit-server div .checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox-emp svg, .digit-multi-select-dropdown-wrap .digit-server div .digit-checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox-emp svg, .digit-checkbox-wrap .digit-multi-select-dropdown-wrap .digit-server div .input-emp:checked ~ .digit-custom-checkbox-emp svg {
        opacity: 1; }
  .digit-multi-select-dropdown-wrap .digit-cursorPointer {
    cursor: pointer; }
  .digit-multi-select-dropdown-wrap .digit-master .digit-label p {
    white-space: pre;
    margin: auto auto auto 0;
    padding-left: 1%; }

.digit-upload-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10rem;
  --bg-opacity:1;
  background-color: #fafafa;
  background-color: rgba(250, 250, 250, var(--bg-opacity));
  position: relative;
  margin-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
  --border-opacity:1;
  border: 1px dashed #d6d5d4;
  border-color: rgba(214, 213, 212, var(--border-opacity));
  max-width: 540px;
  min-height: 50px;
  padding: .5rem; }
  .digit-upload-wrap img, .digit-upload-wrap svg {
    display: block;
    margin-top: 58px;
    margin-left: calc(50% - 23px);
    height: 42px;
    width: 46px; }
  .digit-upload-wrap input, .digit-upload-wrap .checkbox-wrap .input-emp, .checkbox-wrap .digit-upload-wrap .input-emp, .digit-upload-wrap .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .digit-upload-wrap .input-emp {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0; }
  .digit-upload-wrap .digit-cell-text {
    color: #505a5f;
    padding-top: 3px; }

.digit-multi-upload-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px; }
  .digit-multi-upload-wrap div {
    display: block;
    position: relative;
    background-color: #fafafa;
    width: calc(33.33333% - 5.33333px);
    margin-right: 8px; }
    .digit-multi-upload-wrap div .digit-delete {
      position: absolute;
      height: 24px;
      width: 24px;
      border-radius: 100%;
      top: 2px;
      right: 2px; }
  .digit-multi-upload-wrap .digit-upload-img-container {
    border: 1px dashed #d6d5d4;
    margin: 0 !important; }
    .digit-multi-upload-wrap .digit-upload-img-container img {
      margin-left: auto;
      margin-right: auto;
      padding-top: calc(33% - 21px); }
    .digit-multi-upload-wrap .digit-upload-img-container svg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: auto;
      margin-left: auto;
      margin-right: auto;
      top: calc(50% - 21px);
      position: relative; }
    .digit-multi-upload-wrap .digit-upload-img-container input, .digit-multi-upload-wrap .digit-upload-img-container .checkbox-wrap .input-emp, .checkbox-wrap .digit-multi-upload-wrap .digit-upload-img-container .input-emp, .digit-multi-upload-wrap .digit-upload-img-container .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .digit-multi-upload-wrap .digit-upload-img-container .input-emp {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      top: 0; }

.digit-upload-file-max-width {
  max-width: 540px; }

.digit-upload-file {
  min-height: 56px;
  position: relative;
  border-width: 1px;
  --border-opacity:1;
  border-color: #464646;
  border-color: rgba(70, 70, 70, var(--border-opacity));
  width: 100%; }
  .digit-upload-file div {
    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%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    margin-top: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .digit-upload-file div .file-upload-status {
      font-size: 16px;
      line-height: 24px;
      margin-left: 8px; }
  .digit-upload-file input, .digit-upload-file .checkbox-wrap .input-emp, .checkbox-wrap .digit-upload-file .input-emp, .digit-upload-file .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .digit-upload-file .input-emp {
    width: 160px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%; }

@media (min-width: 780px) {
  .digit-multi-upload-wrap img {
    width: 100%;
    height: 158px; } }

.digit-upload-file-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  .digit-upload-file-button-wrap button {
    min-height: 40px;
    width: 43%;
    max-height: 40px;
    margin: 5px;
    padding: 0; }
    .digit-upload-file-button-wrap button h2 {
      word-break: break-all;
      line-height: 16px;
      overflow: hidden;
      max-height: 34px;
      max-width: 100%; }
  .digit-upload-file-button-wrap .digit-tag-container {
    margin: 0;
    padding: 0; }

.digit-input-mirror-selector-button {
  height: 4rem !important;
  --bg-opacity:1!important;
  background-color: #d6d5d4 !important;
  background-color: rgba(214, 213, 212, var(--bg-opacity)) !important;
  text-align: center !important;
  --border-opacity:1!important;
  border-color: #464646 !important;
  border-bottom: 1px !important;
  border-style: solid !important;
  border-color: rgba(70, 70, 70, var(--border-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  padding-left: 24px !important;
  padding-right: 24px !important; }
  .digit-input-mirror-selector-button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px; }
  .digit-input-mirror-selector-button h2 {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity)); }

.bread-crumb.workbench-bredcrumb a {
  color: #c84c0e; }

.workbench.app-container {
  margin-top: .75rem; }

.workbench .workbench-create-form {
  display: inherit;
  padding-top: 1.5rem; }
  .workbench .workbench-create-form .workbench-mdms-json-container {
    position: relative; }
    .workbench .workbench-create-form .workbench-mdms-json-container .jk-digit-secondary-btn.action-bar-button {
      position: absolute;
      right: 0; }
  .workbench .workbench-create-form .digit-form-composer-sub-header {
    padding-left: 1rem; }
    @media (max-width: 400px) {
      .workbench .workbench-create-form .digit-form-composer-sub-header {
        padding-left: 0; } }
  .workbench .workbench-create-form form #label_digit_root {
    display: none; }
  .workbench .workbench-create-form form #digit_root {
    width: 100%; }
    .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 1em 0 0 1em; }
      @media (max-width: 400px) {
        .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-error.has-error.has-danger .card-label-error {
        display: inline;
        position: relative;
        margin: 0;
        padding: 0;
        top: -.7rem;
        font-weight: 400; }
      .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean.field-error.has-error.has-danger .card-label-error {
        position: static;
        display: block;
        margin-top: .5rem; }
      .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label {
        max-width: 12.5rem;
        margin-right: 2.5rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        line-height: 3rem;
        width: 33.333333%; }
        @media (max-width: 768px) {
          .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label {
            max-width: 11rem;
            margin-right: 1.5rem; } }
        @media (max-width: 400px) {
          .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label {
            width: 100%; } }
      .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper {
        width: 60%; }
        @media (max-width: 400px) {
          .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper {
            width: 100%; } }
        .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control {
          font-style: inherit;
          font-family: inherit;
          max-width: 37.5rem;
          min-width: 20.5rem;
          margin-bottom: 1rem; }
          @media (max-width: 768px) {
            .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control {
              max-width: 27.5rem;
              min-width: 12.5rem; } }
          @media (max-width: 400px) {
            .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control {
              max-width: 20.5rem;
              min-width: 9.5rem;
              width: 100%; } }
          .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control.form-select {
            padding: 0;
            border: 0; }
            .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control.form-select .digit__control .digit__value-container:in-range {
              border-color: unset;
              -webkit-box-shadow: none;
              box-shadow: none;
              -webkit-box-sizing: unset;
              box-sizing: unset; }
            .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control.form-select .digit__control--is-focused {
              border-color: #c84c0e !important; }
            .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control.form-select .digit__control--is-focused, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control.form-select .digit__control:hover {
              -webkit-box-shadow: none;
              box-shadow: none;
              -webkit-box-sizing: unset;
              box-sizing: unset;
              outline: 2px solid transparent;
              outline-offset: 2px; }
            .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control.form-select .digit__control:hover {
              border-color: unset; }
          .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control.form-select:focus, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control .digit__control:focus, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control .digit__value-container:focus {
            border-color: #c84c0e;
            border-color: #c84c0e; }
          .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control.form-select:focus {
            outline: 2px solid transparent;
            outline-offset: 2px; }
        .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control:-moz-read-only {
          background-color: #eee;
          color: #505a5f; }
        .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control:read-only {
          background-color: #eee;
          color: #505a5f; }
        .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control:focus {
          outline: 2px solid transparent;
          outline-offset: 2px;
          border-color: #c84c0e; }
        .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper textarea.form-control {
          height: 5rem; }
      .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-string {
        -ms-flex-item-align: center;
        align-self: center; }
      .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean {
        padding-top: 0;
        padding-bottom: 1rem; }
        .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .custom-checkbox, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox-wrap .custom-checkbox-emp, .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .custom-checkbox-emp {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: end; }
          .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .custom-checkbox.custom-checkbox-disabled, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox-wrap .custom-checkbox-disabled.custom-checkbox-emp, .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .custom-checkbox-disabled.custom-checkbox-emp {
            pointer-events: none;
            opacity: .6; }
          .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .custom-checkbox .custom-checkbox-label, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox-wrap .custom-checkbox-emp .custom-checkbox-label, .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .custom-checkbox-emp .custom-checkbox-label {
            padding-left: 8px; }
        .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox {
          width: 28rem; }
          .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label {
            float: left; }
            .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label span {
              width: 17rem;
              display: none; }
            .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .input-emp[type=checkbox], .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .input-emp[type=checkbox], .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox] {
              height: 1.5rem; }
            .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input[type=checkbox]#digit_root_active, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .input-emp[type=checkbox]#digit_root_active, .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox]#digit_root_active, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .input-emp[type=checkbox]#digit_root_active, .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox]#digit_root_active {
              accent-color: #c84c0e; }
            .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input:checked, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .input-emp:checked, .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp:checked, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .input-emp:checked, .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp:checked, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input:hover, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .input-emp:hover, .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp:hover, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .input-emp:hover, .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp:hover {
              border-width: 1px; }
        .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .field-radio-group {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          height: 2.5rem;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .field-radio-group .radio {
            margin-right: 8px; }
      .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-object > .control-label {
        margin-left: .5rem; }
      .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-object {
        display: block;
        padding: 1rem;
        margin: 1rem; }
        .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-object .digit-expand-collapse-wrapper {
          margin-top: 0; }
        .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-object .digit-icon-toggle {
          top: -1.5rem;
          right: 1.5em; }
        .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-object .object-wrapper .array-remove-button-wrapper {
          position: relative; }
      .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array {
        display: block;
        margin: 1rem;
        padding: 1rem 2rem 2rem; }
        .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .array-wrapper .array-item {
          position: relative; }
          .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .array-wrapper .array-item.jk-array-objects > .array-remove-button-wrapper {
            display: block; }
          .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .array-wrapper .array-item.jk-array-objects {
            margin-bottom: 2rem; }
            .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .array-wrapper .array-item.jk-array-objects .array-children > span .form-group.field.field-object {
              padding-bottom: 3rem; }
            .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .array-wrapper .array-item.jk-array-objects .array-obj {
              position: absolute;
              bottom: 1.5rem;
              left: 2rem; }
              .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .array-wrapper .array-item.jk-array-objects .array-obj > .array-remove-button-wrapper {
                position: unset; }
          .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .array-wrapper .array-item.jk-array-of-non-objects > .array-remove-button-wrapper {
            display: inline;
            left: 38.5rem;
            right: unset;
            top: .7rem; }
          .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .array-wrapper .array-item.jk-array-of-non-objects .array-children span .form-group {
            padding-left: 0; }
            .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .array-wrapper .array-item.jk-array-of-non-objects .array-children span .form-group .control-label {
              display: none; }
          .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .array-wrapper .array-item .field-object {
            margin-left: 0;
            margin-right: 0; }
          .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .array-wrapper .array-item .array-remove-button-wrapper {
            position: absolute;
            right: 1.3em;
            top: 1.3em; }
            .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .array-wrapper .array-item .array-remove-button-wrapper .array-remove-button {
              cursor: pointer; }
              @media (max-width: 400px) {
                .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .array-wrapper .array-item .array-remove-button-wrapper .array-remove-button {
                  padding-left: 0;
                  padding-bottom: 0;
                  padding-right: 0;
                  padding-top: 0; } }
              @media (max-width: 400px) {
                .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .array-wrapper .array-item .array-remove-button-wrapper .array-remove-button h2 {
                  display: none; } }
          .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .array-wrapper .array-item span.all-input-field-wrapper {
            width: 60%; }
            .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .array-wrapper .array-item span.all-input-field-wrapper .form-control {
              width: 100%; }
          .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .array-wrapper .array-item .control-label {
            width: 33.333333%; }
        .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .jk-digit-secondary-btn {
          height: 1.7em;
          margin-top: .5rem; }
          @media (max-width: 400px) {
            .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .jk-digit-secondary-btn {
              height: auto;
              width: 100%; } }
          .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .jk-digit-secondary-btn h2 {
            font-size: 1rem; }
        .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array .all-input-field-wrapper .card-label-error {
          position: unset !important; }
      .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .digit-expand-collapse-header {
        border: 0;
        background-color: inherit;
        padding: 0; }
  .workbench .workbench-create-form div.action-bar-wrap .submit-bar {
    cursor: pointer;
    font-family: Roboto Condensed,sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    --text-opacity:1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    line-height: 2.5rem; }
  .workbench .workbench-create-form .workbench-bulk-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.5rem; }
    .workbench .workbench-create-form .workbench-bulk-upload .workbench-download-template-btn {
      margin-right: 1rem; }

.workbench .workbench-no-schema-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -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; }

.workbench .jk-digit-loader {
  position: absolute;
  z-index: 10000;
  width: 100vw;
  background-color: rgba(189, 189, 189, 0.5);
  height: 100vh;
  left: 0;
  top: 0; }
  .workbench .jk-digit-loader .jk-spinner-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    .workbench .jk-digit-loader .jk-spinner-wrapper .jk-spinner {
      border-radius: 50%;
      border: .4em solid #fe7a51;
      border-top-color: #fff;
      width: 4em;
      height: 4em; }

.workbench .jk-sm-inbox-loader, .workbench .jk-spinner {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 1s linear infinite; }

.workbench .jk-sm-inbox-loader {
  border-radius: 50%;
  border: .2em solid #fe7a51;
  border-top-color: #fff;
  width: 2em;
  height: 2em; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.workbench .no-data-found {
  height: 100%;
  width: 100%;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .workbench .no-data-found .digit-error-msg {
    margin-top: 2rem; }

.workbench .tooltip .tooltiptext {
  top: 2rem;
  left: 0;
  margin-left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  white-space: normal; }
  .workbench .tooltip .tooltiptext .tooltiptextvalue {
    font-size: 14px;
    font-weight: 400px;
    color: #fff; }

.workbench .employeeCard.manage-master-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.1rem; }
  @media (max-width: 400px) {
    .workbench .employeeCard.manage-master-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .workbench .employeeCard.manage-master-wrapper .employee-select-wrap.form-field {
    width: 25%;
    margin-right: 1rem; }
    @media (max-width: 400px) {
      .workbench .employeeCard.manage-master-wrapper .employee-select-wrap.form-field {
        width: 100%; } }

.workbench .table {
  padding-left: .8rem;
  padding-right: .8rem; }
  .workbench .table-row-mdms:hover {
    background-color: #feefe7;
    cursor: pointer; }

.header-btn {
  width: 12rem; }

.drag-drop-container {
  background-color: #fafafa;
  border: 1.5px dashed #d6d5d4;
  border-radius: 5px;
  margin: -1rem 1rem 1rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .drag-drop-container .drag-drop-text .browse-text {
    color: #c84c0e;
    -webkit-transition: color .3s;
    transition: color .3s; }
  .drag-drop-container .drag-drop-text .browse-text:hover {
    color: #c84c0e;
    text-decoration: underline;
    cursor: pointer; }

.uploaded-file-container {
  background-color: #fafafa;
  border: 1.5px solid #d6d5d4;
  border-radius: 5px;
  margin: .5rem 1rem 2rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .uploaded-file-container .uploaded-file-container-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .uploaded-file-container .uploaded-file-container-sub .icon:hover {
      cursor: pointer; }

button:hover {
  cursor: pointer; }

.popup-header-fix {
  margin-top: -0.5rem !important; }

.option-details {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  border: 1px solid #d6d5d4;
  background-color: #fff;
  padding: 2em;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40%;
  min-width: 300px; }
  .option-details .detail-container {
    margin-top: 20px;
    overflow-y: auto;
    max-height: 50vh; }
    .option-details .detail-container .detail-item {
      margin: 10px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .option-details .detail-container .detail-item [dir=ltr] .key {
        text-align: left !important; }
      .option-details .detail-container .detail-item [dir=rtl] .key {
        text-align: right !important; }
      .option-details .detail-container .detail-item .key {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        margin-right: 10px;
        font-weight: 700; }
      .option-details .detail-container .detail-item [dir=ltr] .value {
        text-align: left !important; }
      .option-details .detail-container .detail-item [dir=rtl] .value {
        text-align: right !important; }
      .option-details .detail-container .detail-item .value {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%; }
    .option-details .detail-container .separator {
      margin: 10px 0;
      border: none;
      border-bottom: 1px solid #ccc; }
    .option-details .detail-container .select, .option-details .detail-container .view-more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-top: 1.5em; }

.close-button {
  -ms-flex-item-align: end;
  align-self: flex-end;
  cursor: pointer;
  font-weight: 700;
  position: absolute;
  padding: 7px;
  top: 0;
  right: 0;
  border: 1px solid #000;
  margin-bottom: 20px; }

.option-details-dropdown {
  position: absolute;
  z-index: 999;
  border: 1px solid #d6d5d4;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  width: 250px;
  margin-left: -250px; }

.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow: auto; }

.modal-content, .modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.modal-content {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-width: 80%;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.modal-inner {
  overflow-y: auto; }

.modal-content .employee-select-wrap .select input, .modal-content .employee-select-wrap .select .checkbox-wrap .input-emp, .checkbox-wrap .modal-content .employee-select-wrap .select .input-emp, .modal-content .employee-select-wrap .select .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .modal-content .employee-select-wrap .select .input-emp {
  width: calc(100% - 32px);
  background-color: initial;
  position: relative !important;
  z-index: 8 !important;
  width: 100%;
  height: 100%;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 8px; }

.digit-checkbox-container .digit-dropdown-employee-select-wrap .digit-dropdown-select .input-emp[type=text], .digit-dropdown-employee-select-wrap .digit-dropdown-select .digit-checkbox-container .input-emp[type=text], .digit-dropdown-employee-select-wrap .digit-dropdown-select input[type=text], .digit-dropdown-employee-select-wrap .digit-dropdown-select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .digit-dropdown-employee-select-wrap .digit-dropdown-select .input-emp[type=text], .digit-dropdown-employee-select-wrap .digit-dropdown-select .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .digit-dropdown-employee-select-wrap .digit-dropdown-select .input-emp[type=text] {
  position: absolute;
  z-index: 8 !important;
  height: 100%;
  outline: 2px solid transparent;
  outline-offset: 2px;
  width: calc(100% - 1.75rem);
  background-color: initial;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .75rem;
  color: #363636; }

.modal-content .employee-select-wrap .select-active {
  position: absolute;
  display: block;
  width: 100%;
  height: 2.5rem;
  --border-opacity:1;
  border: 1px solid #c84c0e;
  border-color: rgba(244, 119, 56, var(--border-opacity)); }

.modal-content .label-field-pair {
  display: -ms-flexbox;
  display: block !important;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.modal-content .employee-select-wrap {
  margin-bottom: 24px; }

.inbox-search-wrapper .add-new-container {
  width: 100%;
  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; }
  .inbox-search-wrapper .add-new-container .add-new {
    position: relative;
    color: #c84c0e;
    cursor: pointer;
    margin-right: 1em;
    font-weight: bolder;
    font-size: 23px; }

.multiselect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 588px) {
    .multiselect .info-icon-container {
      position: absolute;
      right: 2px;
      margin-right: 0 !important;
      margin-left: 0 !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: .7em; } }
  .multiselect .info-icon-container {
    margin-left: .7em;
    margin-right: -2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: .7em; }
  .multiselect .info-icon-container .info-icon {
    cursor: pointer; }

.link-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  background-color: #bdc5d1; }
  .link-container .view-all-link {
    background-color: #bdc5d1;
    color: #c84c0e;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer; }

.action-bar {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .action-bar .action-bar-button {
    margin-right: .5em; }

.progressBarContainer {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  padding: 45px 45px 20px 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  width: 25vw; }
  @media (max-width: 768px) {
    .progressBarContainer {
      width: 70vw;
      position: fixed;
      bottom: 20px;
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }
  .progressBarContainer .progressBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ccc;
    height: 20px;
    background-color: #4caf50; }
  .progressBarContainer .progressHeading {
    margin: 8px 0;
    font-size: 16px; }
    .progressBarContainer .progressHeading .success-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      background-color: #00703c;
      color: #fff;
      padding: 5px 10px;
      border-radius: 5px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .progressBarContainer .progressHeading .success-container .success-count {
        background-color: #fff;
        color: #00703c;
        padding: 3px 5px;
        border-radius: 3px;
        margin-left: 5px; }
  .progressBarContainer .closeButton {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 1px; }
  .progressBarContainer .no-uploads {
    margin-top: 1em; }

.results-container-orange {
  max-height: 50vh;
  overflow: auto;
  margin-top: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 1em;
  background-color: #ea8a3b !important; }
  .results-container-orange .no-errors {
    background-color: #ea8a3b !important; }

.results-container {
  max-height: 50vh;
  overflow: auto;
  margin-top: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 1em; }
  .results-container .results-list-item {
    border-bottom: 1px solid #ddd;
    padding: .5em;
    cursor: pointer; }
    .results-container .results-list-item:hover {
      background-color: #d4351c;
      color: #fff; }
  .results-container .results-details {
    white-space: pre-wrap;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1em; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9998; }

.CloseLevelButton {
  font-size: 1rem;
  margin-bottom: 24px;
  position: relative;
  right: auto;
  border: none; }

.mdms-view-audit {
  visibility: hidden; }

.audit-history .diff {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%; }

.audit-history .diff-gutter-col {
  width: 7ch; }

.audit-history .diff-code-delete {
  background-color: #fdeff0; }

.audit-history .diff-line {
  line-height: 1.5;
  font-family: Consolas,Courier,monospace; }

.audit-history .diff-gutter-delete {
  background-color: #fadde0; }

.audit-history .diff-code {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  padding: 0 0 0 .5em; }

.audit-history .diff td {
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 0; }

.audit-history .diff-gutter-insert {
  background-color: #d6fedb; }

.audit-history .diff-gutter, .audit-history .diff-gutter > a {
  padding: 0 1ch;
  text-align: right;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.audit-history .diff-code-insert {
  background-color: #eaffee; }

.code-details {
  padding: .5rem 1.5rem;
  background-color: #f9f9f9;
  border: .125rem solid #e0e0e0;
  border-radius: .25rem; }

.code-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: .75rem; }
  .code-row:last-child {
    margin-bottom: 0; }

.code-key {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 9rem;
  flex: 0 0 9rem;
  font-size: .9rem;
  font-weight: 700;
  color: #444;
  text-align: left;
  line-height: 1.2rem; }

.code-value-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-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: .5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.code-value {
  font-size: .9rem;
  color: #555;
  line-height: 1.2rem; }

.digit-toast-success {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50% !important;
  bottom: 10% !important; }

@-webkit-keyframes slideInFromBottom {
  0% {
    bottom: -100%; }
  to {
    bottom: 4.5rem; } }

@keyframes slideInFromBottom {
  0% {
    bottom: -100%; }
  to {
    bottom: 4.5rem; } }

.digit-toast-success.animate {
  -webkit-animation: slideInFromBottom .5s ease forwards;
  animation: slideInFromBottom .5s ease forwards; }

.digit-topbar .digit-logo-ulb-wrapper .digit-topbar-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.msb-sidebar {
  z-index: 1000; }

.digit-sidebar {
  top: 4rem;
  z-index: 100; }

.light-primary, .digit-action-bar-wrap-registry .digit-search-add, .primary-label-btn, .inbox-search-links-container .contents .link, .search-wrapper .popup-label .header .icon, .search-wrapper .search-field-wrapper .text-input, .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.inbox .links, .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.search .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .link-label, .digit-action-links, .link-label {
  color: #c84c0e !important; }
  .light-primary-button, .digit-action-bar-wrap-registry .digit-search-add-icon, .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.search .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .submit-bar, .app-container form .card button, .app-container form .card-emp button, .app-container form .card .card-text-button, .app-container form .card-emp .card-text-button, .app-container form .card .input-otp-wrap, .app-container form .card-emp .input-otp-wrap {
    background-color: #c84c0e !important; }
  .light-primary-bg {
    background-color: #feefe7 !important; }

.light-text-color-primary, .digit-checkbox-wrap .label, .digit-radio-wrap label, .digit-employee-select-wrap .digit-select input[type=text], .digit-employee-select-wrap .digit-select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .digit-employee-select-wrap .digit-select .input-emp[type=text], .digit-employee-select-wrap .digit-select .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .digit-employee-select-wrap .digit-select .input-emp[type=text], .digit-employee-select-wrap .digit-select p, .digit-employee-select-wrap .digit-select-active input[type=text], .digit-employee-select-wrap .digit-select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .digit-employee-select-wrap .digit-select-active .input-emp[type=text], .digit-employee-select-wrap .digit-select-active .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .digit-employee-select-wrap .digit-select-active .input-emp[type=text], .digit-employee-select-wrap .digit-select-active p, .digit-employee-select-wrap .digit-options-card p, .digit-select-wrap .digit-select input[type=text], .digit-select-wrap .digit-select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .digit-select-wrap .digit-select .input-emp[type=text], .digit-select-wrap .digit-select .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .digit-select-wrap .digit-select .input-emp[type=text], .digit-select-wrap .digit-select p, .digit-select-wrap .digit-select-active input[type=text], .digit-select-wrap .digit-select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .digit-select-wrap .digit-select-active .input-emp[type=text], .digit-select-wrap .digit-select-active .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .digit-select-wrap .digit-select-active .input-emp[type=text], .digit-select-wrap .digit-select-active p, .digit-select-wrap .digit-options-card p, .horizontal-nav, .inbox-search-links-container .header, .inbox-search-links-container .header .text, .search-wrapper, .search-wrapper .popup-label, .search-wrapper .popup-label .header, .search-wrapper .filter-header-wrapper, .search-wrapper .filter-header-wrapper .label, .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.inbox, .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.inbox .links .text, .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section, .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.filter, .app-container form .card h2, .app-container form .card-emp h2, .h1, .link-label:hover, .digit-header, .digit-checkpoint-comments-wrap h4, .digit-back-button {
  color: #0b0c0c !important; }

.light-text-color-secondary, .digit-checkpoint-done header p, .digit-checkpoint header p, .digit-checkpoint-comments-wrap p {
  color: #505a5f !important; }

.light-text-color-disabled, .employee-card-input:disabled, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control:disabled, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input:disabled[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .input-emp:disabled[type=checkbox], .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp:disabled[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .input-emp:disabled[type=checkbox], .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp:disabled[type=checkbox] {
  color: #b1b4b6 !important; }

.light-background, .digit-action-bar-wrap-registry .digit-menu-wrap, .digit-action-bar-wrap-registry .digit-menu-wrap div:hover, .field-container .component-in-front, .employee-card-input--front, .citizen-card-input--front, .digit-employee-select-wrap .digit-select-active input[type=text], .digit-employee-select-wrap .digit-select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .digit-employee-select-wrap .digit-select-active .input-emp[type=text], .digit-employee-select-wrap .digit-select-active .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .digit-employee-select-wrap .digit-select-active .input-emp[type=text], .digit-employee-select-wrap .digit-options-card p:hover, .digit-select-wrap .digit-options-card, .horizontal-nav .menu-item .icon, .app-container, body, .body-container, .digit-screen-loader, .digit-mobile-number-container .digit-citizen-card-input--front, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-object {
  background-color: #eee !important; }

.light-paper-primary, .horizontal-nav, .inbox-search-links-container, .search-wrapper, .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.inbox .links, .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.search .search-wrapper, .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section, .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.filter {
  background-color: #fff !important; }
  .light-paper-primary-color {
    color: #fff !important; }

.light-paper-secondary, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array {
  background-color: #fafafa !important; }

.light-paper-border, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-object, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-array {
  border-radius: 4px;
  border: 1px solid #d6d5d4; }

.light-divider {
  background-color: #d6d5d4 !important; }

.light-header-sidenav {
  color: #0b4b66 !important; }

.light-input-border, .digit-checkbox-wrap input, .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .digit-custom-checkbox, .digit-checkbox-wrap .digit-custom-checkbox-emp, .digit-checkbox-wrap input:checked ~ .digit-custom-checkbox, .digit-checkbox-wrap .checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox, .digit-checkbox-wrap .input-emp:checked ~ .digit-custom-checkbox, .digit-checkbox-wrap input:checked ~ .digit-custom-checkbox-emp, .digit-checkbox-wrap input:hover ~ .digit-custom-checkbox, .digit-checkbox-wrap .checkbox-wrap .input-emp:hover ~ .digit-custom-checkbox, .digit-checkbox-wrap .input-emp:hover ~ .digit-custom-checkbox, .digit-checkbox-wrap input:hover ~ .digit-custom-checkbox-emp, .field-container .component-in-front, .card-date-input, .text-input input:hover, .text-input .checkbox-wrap .input-emp:hover, .checkbox-wrap .text-input .input-emp:hover, .text-input .digit-checkbox-wrap .input-emp:hover, .digit-checkbox-wrap .text-input .input-emp:hover, .employee-card-input-error, .card-input-error, .employee-card-input, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .input-emp[type=checkbox], .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .input-emp[type=checkbox], .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox], .employee-card-input:disabled, .card-textarea, .employee-card-textarea, .citizen-card-input, .break-line, .digit-radio-wrap .digit-radio-btn-checkmark, .digit-employee-select-wrap .digit-select, .digit-employee-select-wrap .digit-select:hover, .digit-employee-select-wrap .digit-select input[type=text], .digit-employee-select-wrap .digit-select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .digit-employee-select-wrap .digit-select .input-emp[type=text], .digit-employee-select-wrap .digit-select .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .digit-employee-select-wrap .digit-select .input-emp[type=text], .digit-employee-select-wrap .digit-select-active, .digit-select-wrap .digit-select, .digit-select-wrap .digit-select-active, .digit-break-line, .digit-back-button, .digit-date-picker .digit-employee-card-input, .digit-mobile-number-container .digit-employee-card-input-error, .digit-card-textarea, .digit-employee-card-textarea, .digit-card-input-error, .digit-employee-card-input-error, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input:checked, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .input-emp:checked, .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp:checked, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .input-emp:checked, .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp:checked, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input:hover, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .input-emp:hover, .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp:hover, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .input-emp:hover, .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp:hover {
  border-color: #505a5f; }

.alert-error, .employee-card-input-error, .card-input-error, .digit-error-message, .digit-mobile-number-container .digit-employee-card-input-error, .digit-card-input-error, .digit-employee-card-input-error, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-error.has-error.has-danger .control-label {
  color: #d4351c !important; }
  .alert-error-bg {
    background-color: #efc7c1 !important; }
  .alert-error-border, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-error.has-error.has-danger .form-control {
    border-color: #d4351c !important; }

.alert-success {
  color: #00703c !important; }
  .alert-success-bg {
    background-color: #bad6c9 !important; }

.alert-info {
  color: #3498db !important; }
  .alert-info-bg, .digit-info-banner-wrap {
    background-color: #c7e0f1 !important; }

.chart-item-1, .chart-item-1-gradient {
  color: #048bd0 !important; }

.chart-item-2, .chart-item-2-gradient {
  color: #fbc02d !important; }

.chart-item-3 {
  color: #8e29bf !important; }

.chart-item-4 {
  color: #ea8a3b !important; }

.chart-item-5 {
  color: #0babde !important; }

.wbh-header, .wbh-header-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1rem .5rem -.5rem .3rem; }

.wbh-header .header-icon-container {
  cursor: pointer;
  color: #c84c0e; }
  .wbh-header .header-icon-container h4 {
    margin: 0 !important; }
  .wbh-header .header-icon-container svg {
    margin: 0 0 0 .1rem; }

.display-none {
  display: none; }

.p-unset {
  padding: unset !important; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit; }

.flex-one {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%; }

.display-flex-gap-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: .75rem;
  gap: .75rem; }

.rm-mb {
  margin-bottom: unset !important; }

.w-fullwidth {
  width: 100%; }

.margin-unset {
  margin: unset !important; }

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

.desktop-only {
  display: none; }

@media (min-width: 780px) {
  .desktop-only {
    display: block; } }

.mobile-only {
  display: block; }

@media (min-width: 780px) {
  .mobile-only {
    display: none; } }

.mrlg {
  margin-right: 24px; }

.mrsm {
  margin-right: 8px; }

.mbsm {
  margin-bottom: 8px; }

.employeeCard {
  margin-bottom: 16px !important; }

.home-link {
  margin-left: 16px;
  margin-bottom: 16px; }
  .home-link a {
    color: #1d70b8; }

.clear-search-label {
  color: #c84c0e;
  cursor: pointer; }

.search-submit-bar {
  margin-top: 32;
  margin-left: auto; }

.application-details-link-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .application-details-link-button .download-button {
    color: #c84c0e;
    margin-left: 8px; }

.response-download-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px; }
  .response-download-button .download-button {
    color: #c84c0e;
    margin-left: 8px; }

.check-page-link-button {
  color: #c84c0e !important; }

.pt-application-download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 8px; }

.form-pt-dropdown-only .options-card {
  position: unset; }

.application-table-container {
  margin-top: 24px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%; }

.primary-label-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  color: #c84c0e;
  cursor: pointer;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .primary-label-btn svg {
    fill: #c84c0e; }

.primaryColor {
  color: #0b0c0c !important; }

input[readonly], .checkbox-wrap .input-emp[readonly], .digit-checkbox-wrap .input-emp[readonly] {
  --border-opacity:1!important;
  border-color: #9e9e9e !important;
  border-color: rgba(158, 158, 158, var(--border-opacity)) !important;
  background-color: #eee;
  border-color: #505a5f;
  color: #505a5f; }

.hide-input-type-file {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none !important; }

@media (hover: hover) {
  .primary-label-btn:hover {
    color: #000; }
    .primary-label-btn:hover svg {
      fill: #000; } }

.disabled {
  --border-opacity:1!important;
  border-color: #9e9e9e !important;
  border-color: rgba(158, 158, 158, var(--border-opacity)) !important;
  --text-opacity:1!important;
  color: #9e9e9e !important;
  color: rgba(158, 158, 158, var(--text-opacity)) !important;
  pointer-events: none !important; }

.card-date-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding-left: 8px;
  --border-opacity:1;
  border: 1px solid #464646;
  border-color: rgba(70, 70, 70, var(--border-opacity));
  border-right: 0 solid rgba(70, 70, 70, var(--border-opacity));
  outline: 1px solid transparent;
  height: 2.5rem; }

.h4 {
  margin-bottom: 8px; }

.react-time-picker {
  width: 194px;
  height: 2.5rem; }
  .react-time-picker__wrapper {
    border: 2px solid #0b0c0c;
    padding-left: 16px; }
  .react-time-picker__inputGroup__input {
    padding-left: 8px;
    padding-right: 8px;
    line-height: 2.5rem;
    min-width: 16px; }
    .react-time-picker__inputGroup__input:focus {
      outline: 2px solid #000; }

.border-none {
  border: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

input[type=number]::-webkit-inner-spin-button, .checkbox-wrap .input-emp[type=number]::-webkit-inner-spin-button, .digit-checkbox-wrap .input-emp[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button, .checkbox-wrap .input-emp[type=number]::-webkit-outer-spin-button, .digit-checkbox-wrap .input-emp[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number], .checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap .input-emp[type=number] {
  -moz-appearance: textfield; }

.static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 85vh; }
  .static-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: 75vh;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .static-wrapper::-webkit-scrollbar {
      display: none; }

.bill-summary {
  border: 1px solid #e8e7e6;
  --bg-opacity:1;
  background-color: #fafafa;
  background-color: rgba(250, 250, 250, var(--bg-opacity));
  width: 100%; }
  .bill-summary .bill-account-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    padding: 5px; }
    .bill-summary .bill-account-details .label {
      width: 50%;
      font-weight: 700; }
    .bill-summary .bill-account-details .value {
      width: 50%;
      text-align: right; }
  .bill-summary .amount-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px; }
    .bill-summary .amount-details .label, .bill-summary .amount-details .value {
      width: 50%;
      font-weight: 700; }
    .bill-summary .amount-details .value {
      text-align: right;
      font-size: 18px; }

.bill-payment-amount {
  position: sticky;
  bottom: 0;
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding-bottom: 32px; }
  .bill-payment-amount .payment-amount-front {
    position: absolute;
    z-index: 10;
    width: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #efefef;
    padding: 7px 12px;
    color: #9a9a9a; }

.text-indent-xl input, .text-indent-xl .checkbox-wrap .input-emp, .checkbox-wrap .text-indent-xl .input-emp, .text-indent-xl .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .text-indent-xl .input-emp {
  text-indent: 40px; }

.select-payment-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 25px; }
  .select-payment-type .value {
    font-size: 20px; }

.cheque-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  border: 2px solid #0b0c0c;
  border-radius: 2px; }
  .cheque-date input, .cheque-date .checkbox-wrap .input-emp, .checkbox-wrap .cheque-date .input-emp, .cheque-date .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .cheque-date .input-emp {
    width: 100%;
    text-indent: 5px;
    padding: 6px 0; }
  .cheque-date button, .cheque-date input, .cheque-date .checkbox-wrap .input-emp, .checkbox-wrap .cheque-date .input-emp, .cheque-date .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .cheque-date .input-emp {
    outline: 2px solid transparent;
    outline-offset: 2px;
    border: 0;
    background: transparent; }
  .cheque-date button {
    text-indent: 2px; }

.w-half {
  width: 50%; }

.ifsc-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  border: 2px solid #0b0c0c;
  border-radius: 2px; }
  .ifsc-field input, .ifsc-field .checkbox-wrap .input-emp, .checkbox-wrap .ifsc-field .input-emp, .ifsc-field .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .ifsc-field .input-emp {
    width: 100%;
    text-indent: 5px;
    padding: 6px 0; }
  .ifsc-field button, .ifsc-field input, .ifsc-field .checkbox-wrap .input-emp, .checkbox-wrap .ifsc-field .input-emp, .ifsc-field .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .ifsc-field .input-emp {
    outline: 2px solid transparent;
    outline-offset: 2px;
    border: 0;
    background: transparent; }
  .ifsc-field button {
    text-indent: 2px; }

.text-input {
  position: relative;
  width: 100%;
  max-width: 540px; }
  .text-input input:hover, .text-input .checkbox-wrap .input-emp:hover, .checkbox-wrap .text-input .input-emp:hover, .text-input .digit-checkbox-wrap .input-emp:hover, .digit-checkbox-wrap .text-input .input-emp:hover {
    --border-opacity:1;
    border: 1px solid #c84c0e;
    border-color: rgba(200, 76, 14, var(--border-opacity)); }

.text-input-width {
  max-width: 540px; }

.text-mobile-input-width {
  max-width: 500px; }

.custom-time-picker {
  width: 100%;
  max-width: 200px; }

.sla-cell {
  --text-opacity:1;
  color: #505a5f;
  color: rgba(80, 90, 95, var(--text-opacity)); }

.submit-bar-search {
  margin-top: 32px;
  margin-left: 16px;
  max-width: 256px; }

.clear-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.card-label-smaller {
  width: 33.333333%;
  margin-bottom: revert; }

.card-label-APK {
  width: 33.333333%;
  margin-bottom: revert;
  width: 100%; }

.underline {
  border-color: #e7e6e6;
  margin-bottom: 8px; }

.box-shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none; }

.component-in-front {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.component-in-front, .subform-composer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.inbox-search-container .result {
  margin-top: 24px; }

.payment-form-text-input-correction {
  width: 100% !important; }

.edcr-citizen-inbox thead th:first-child {
  min-width: 155px; }

.error-boundary {
  width: 100vw;
  height: 100vh;
  font-size: 16px;
  font-family: sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .error-boundary .error-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .error-boundary .error-container h1 {
      font-size: 32px;
      font-weight: 700; }
    .error-boundary .error-container button {
      height: 40px;
      width: 153px;
      border-radius: 0;
      padding: 8px 24px;
      color: #fff;
      cursor: pointer;
      background-color: #c84c0e; }

.error-boundary details, .error-boundary summary {
  width: 300px;
  background-color: #da6464;
  margin: 5px;
  border: 2px solid #222;
  border-radius: 3px;
  padding: 3px; }

.full-width-card {
  width: 92vw !important; }

.full-employee-card-link {
  width: 100% !important;
  margin: 7px 0; }
  .full-employee-card-link a {
    color: inherit;
    text-decoration: inherit; }

.full-employee-card-height {
  height: unset !important; }

@media (min-width: 640px) {
  .full-employee-card-height {
    height: 196px !important; }
  .full-employee-card-link {
    width: 30% !important; }
  .full-width-card {
    width: 100% !important; } }

@media (min-width: 780px) {
  .complaint-summary {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-left: 1rem;
    margin-top: 1rem; } }

@media (min-width: 780px) {
  .citizen-form-wrapper {
    width: calc(100% - 219px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-top: 1rem;
    padding-left: 16px;
    padding-right: 16px; } }

@media (min-width: 780px) {
  .citizen-card-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 1rem; } }

@media (min-width: 780px) {
  .bill-citizen, .bills-citizen-wrapper, .citizen-all-services-wrapper, .citizen-obps-wrapper, .engagement-citizen-wrapper, .mcollect-citizen, .payer-bills-citizen-wrapper, .pgr-citizen-wrapper, .pt-citizen, .selection-card-wrapper, .tl-citizen, .ws-citizen-wrapper {
    width: calc(100% - 219px);
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 1rem; } }

@media only screen and (max-width: 768px) {
  .error-boundary {
    height: 75vh; } }

.employee-app-wrapper {
  min-height: calc(100vh - 4em);
  margin: 70px; }

.ws-custom-wrapper .submit {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
  width: 100% !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .ws-custom-wrapper .submit button {
    width: 240px !important; }
  .ws-custom-wrapper .submit p {
    width: unset;
    margin-right: 1rem; }

.connection-details-old-value-wrapper .old-value-null-wrapper, .plumber-details-old-value-wrapper .old-value-null-wrapper {
  visibility: hidden;
  padding-bottom: 8px;
  margin-bottom: 8px; }

.connection-details-old-value-wrapper .row, .plumber-details-old-value-wrapper .row {
  color: #b1b4b6;
  font-weight: 700;
  font-size: 16px; }

.connection-details-new-value-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.plumber-details-new-value-wrapper {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto; }

.connection-details-old-value-wrapper, .plumber-details-old-value-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .connection-details-old-value-wrapper .old-value-null-wrapper, .plumber-details-old-value-wrapper .old-value-null-wrapper {
    visibility: hidden;
    padding-bottom: 8px;
    margin-bottom: 8px; }
  .connection-details-old-value-wrapper .row, .plumber-details-old-value-wrapper .row {
    color: #b1b4b6;
    font-weight: 700;
    font-size: 16px; }

.modal-header-ws {
  padding: 1rem;
  font-weight: 400; }

.modal-body-ws {
  padding: 1rem;
  font-weight: 700;
  color: #0b0c0c;
  font-size: 24px;
  margin-bottom: 1rem; }

.privacy-icon {
  cursor: pointer; }

.privacy-icon:hover path {
  fill: #f47738; }

.privacy-icon-2 {
  cursor: pointer; }

.privacy-icon-2:hover path {
  fill: none; }

.audit-card {
  width: 80%;
  margin-left: -260px;
  margin-right: -27%;
  max-height: 120px;
  margin-top: 90px; }

.localisation-info {
  max-width: 100%; }
  .localisation-info .info-banner-wrap {
    max-width: 100%;
    margin: 0 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: unset;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
    grid-gap: .5rem;
    gap: .5rem;
    height: 5rem; }

.info-banner-wrap div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.xls-popup-module {
  margin: auto;
  width: calc(100% - 5rem); }

.actionBarClass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.previous-button {
  margin-left: 4rem; }

.view-composer-header-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.app-iframe {
  height: unset !important; }

.app-iframe-wrapper.dss-kibana-iframe-wrapper {
  left: unset !important;
  top: unset !important;
  position: unset !important; }

.app-iframe.dss-kibana-iframe {
  position: unset !important; }

.employeeCard.kibana-card.chart-item {
  width: 100%; }

.localization-search-table {
  margin-bottom: 2rem; }
  .localization-search-table .pagination {
    margin-bottom: 2rem; }

.user-profile.employee {
  margin-top: 6rem;
  margin-left: 4.5rem; }

.user-profile.citizen {
  margin-top: 1.5rem;
  margin-left: 1.5rem; }

.workbench-localization-add-popup .digit-popup-children-wrap {
  overflow: visible !important; }
