/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: initial;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: initial; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, .checkbox-wrap .input-emp, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input, .checkbox-wrap .input-emp {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: initial; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
  margin: 0; }

button {
  background-color: initial;
  background-image: none; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

fieldset, ol, ul {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

html {
  font-family: Roboto,sans-serif;
  line-height: 1.5; }

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid; }

hr {
  border-top-width: 1px; }

img {
  border-style: solid; }

textarea {
  resize: vertical; }

input::-webkit-input-placeholder, .checkbox-wrap .input-emp::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0; }

input::-moz-placeholder, .checkbox-wrap .input-emp::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0; }

input:-ms-input-placeholder, .checkbox-wrap .input-emp:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0; }

input::-ms-input-placeholder, .checkbox-wrap .input-emp::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0; }

input::-webkit-input-placeholder, .checkbox-wrap .input-emp::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0; }

input::-moz-placeholder, .checkbox-wrap .input-emp::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0; }

input:-ms-input-placeholder, .checkbox-wrap .input-emp:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0; }

input::-ms-input-placeholder, .checkbox-wrap .input-emp::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0; }

input::placeholder, .checkbox-wrap .input-emp::placeholder, textarea::placeholder {
  color: #a0aec0; }

button {
  cursor: pointer; }

table {
  border-collapse: collapse; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit; }

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

button, input, .checkbox-wrap .input-emp, optgroup, select, textarea {
  padding: 0;
  line-height: inherit;
  color: inherit; }

code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace; }

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle; }

img, video {
  max-width: 100%;
  height: auto; }

.container {
  width: 100%; }

@media (min-width: 780px) {
  .container {
    max-width: 780px; } }

.table {
  display: table; }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@-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 {
  text-align: inherit; }

.rdrDateDisplayItem input:disabled, .rdrDateDisplayItem .checkbox-wrap .input-emp:disabled, .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 {
  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 {
  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 {
  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)); }

.body-container {
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden; }

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

.h1 {
  font-size: 24px;
  line-height: 32px;
  --text-opacity:1;
  color: #0b0c0c;
  color: rgba(11, 12, 12, var(--text-opacity));
  font-weight: 700;
  margin-bottom: 16px;
  margin-left: 16px; }

.link-label {
  color: #f47738;
  color: rgba(244, 119, 56, var(--text-opacity));
  margin-bottom: 16px;
  margin-left: 16px;
  cursor: pointer; }
  .link-label:hover {
    color: #f47738;
    color: rgba(244, 119, 56, var(--text-opacity)); }

.back-btn, .link-label {
  display: block;
  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;
  --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; }

.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: 960px;
    margin-left: 8px;
    margin-right: auto; }
  .h1 {
    font-size: 36px;
    line-height: 40px; }
  .back-btn, .back-btn2, .h1, .link-label {
    margin-left: 0; } }

.body-container::-webkit-scrollbar {
  display: none; }

.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 {
    min-width: 78px;
    height: 24px; }
  .navbar h3, .navbar img {
    display: inline-block; }
  .navbar h3 {
    --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;
  padding-bottom: 30px;
  background-color: #e0e0e0; }
  .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 {
    letter-spacing: .6px;
    color: #484848;
    font-weight: 500;
    font-size: 14px; }

.drawer-list {
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  min-height: 1px; }
  .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; }

.side-bar-footer {
  width: 200px;
  margin-left: 50px;
  position: absolute;
  bottom: 0; }

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

.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; }
  .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: #f47738;
    color: rgba(244, 119, 56, var(--text-opacity)); }
  .card .card-label, .card-emp .card-label {
    font-size: 19px;
    line-height: 23px;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity)); }
  .card .card-label, .card-emp .card-label, .card .card-label-error, .card-emp .card-label-error {
    --text-opacity:1;
    margin-bottom: 16px; }
  .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 {
    font-weight: 700;
    color: #505a5f;
    color: rgba(80, 90, 95, var(--text-opacity));
    margin-bottom: 16px; }
  .card .card-label-desc, .card-emp .card-label-desc, .card .card-link, .card-emp .card-link {
    --text-opacity:1;
    font-size: 16px;
    line-height: 24px; }
  .card .card-link, .card-emp .card-link {
    display: block;
    text-align: center;
    color: #f47738;
    color: rgba(244, 119, 56, 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;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: 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 {
    --text-opacity:1;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity));
    font-size: 18px;
    line-height: 28px;
    font-weight: 700; }
  .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: #f47738;
    color: rgba(244, 119, 56, var(--text-opacity)); }
  .employeeCard .card-label {
    font-size: 19px;
    line-height: 23px;
    color: #0b0c0c;
    color: rgba(11, 12, 12, var(--text-opacity)); }
  .employeeCard .card-label, .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; }

.employeeCard.fsm {
  margin-bottom: 16px !important;
  margin-left: 0 !important;
  margin-right: 16px !important; }

.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-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 {
  -webkit-box-shadow: inset 0 -2px 0 #0b0c0c;
  box-shadow: inset 0 -2px 0 #0b0c0c; }
  .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, .submit-bar-disabled {
  height: 2.5rem;
  --bg-opacity:1;
  background-color: #f47738;
  background-color: rgba(244, 119, 56, 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, .submit-bar-disabled {
    width: 240px; }
  .card, .card-emp {
    margin-right: auto;
    padding-right: 300px;
    padding-left: 16px;
    padding-top: 16px;
    max-width: 960px;
    min-width: 640px;
    margin-left: 0; }
    .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;
    margin-left: 16px !important;
    margin-right: 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-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; }
  .info-banner-wrap-citizen-override {
    min-width: 640px;
    max-width: 960px; }
  .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: #f47738;
  background-color: rgba(244, 119, 56, 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: #f47738;
  background-color: rgba(244, 119, 56, 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)); }

.radio-wrap {
  margin-top: 8px;
  display: block;
  line-height: 2.5rem;
  margin-bottom: 24px; }
  .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: #f47738;
      border-color: rgba(244, 119, 56, 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 {
    border-width: 1px;
    --border-opacity:1;
    border-color: #f47738;
    border-color: rgba(244, 119, 56, 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 {
    display: block;
    --bg-opacity:1;
    background-color: #f47738;
    background-color: rgba(244, 119, 56, 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; }
  .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 #f47738;
      border-color: rgba(244, 119, 56, 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] {
      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 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 #f47738;
    border-color: rgba(244, 119, 56, 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] {
      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 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; }
  .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] {
      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 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 #f47738;
    border-color: rgba(244, 119, 56, 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] {
      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 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-top: 8px;
  --border-opacity:1;
  border: 1px solid #464646;
  border-color: rgba(70, 70, 70, var(--border-opacity)); }

.card-input, .card-input-error {
  margin-bottom: 24px;
  padding-left: 8px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  display: block;
  width: 100%;
  height: 2.5rem;
  --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)); }

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

.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)); }

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

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

.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, .employee-card-input-error {
    width: 100%; }
  .card-textarea {
    width: 480px; }
  .employee-card-textarea {
    width: 100%; }
  .card-input-emp {
    width: 240px; } }

.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;
  background: #eee;
  border-right: 0;
  padding-right: 5px; }

.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 {
    width: calc(100% + 284px); }
    .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: calc(100% + 284px); }
    .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 {
  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) center center;
  background: linear-gradient(rgba(11, 75, 102, 0.8), rgba(11, 75, 102, 0.8)), var(--banner-url) 50%; }
  .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%; }
  .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; }

.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 {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    --border-opacity:1;
    border-color: #f47738;
    border-bottom: 1px;
    border-color: rgba(244, 119, 56, var(--border-opacity));
    border-style: solid;
    --bg-opacity:1;
    background-color: #f47738;
    background-color: rgba(244, 119, 56, 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 input:checked ~ .custom-checkbox-emp, .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp, .checkbox-wrap input:hover ~ .custom-checkbox, .checkbox-wrap .input-emp:hover ~ .custom-checkbox, .checkbox-wrap input:hover ~ .custom-checkbox-emp, .checkbox-wrap .input-emp:hover ~ .custom-checkbox-emp {
    border-width: 1px;
    --border-opacity:1;
    border-color: #f47738;
    border-color: rgba(244, 119, 56, var(--border-opacity)); }
  .checkbox-wrap input:checked ~ .custom-checkbox img, .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 input:checked ~ .custom-checkbox svg, .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 {
    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 {
    --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 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 {
    -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] {
    -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)); }
  .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 {
  -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 {
    width: 100%; }
  .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 {
      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 {
        --bg-opacity:1;
        background-color: #eee;
        background-color: rgba(238, 238, 238, var(--bg-opacity));
        width: 100%; }

@media (min-width: 780px) {
  .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 {
      width: calc(100% - 16px); }
    .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 {
        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 {
          --bg-opacity:1;
          background-color: #eee;
          background-color: rgba(238, 238, 238, var(--bg-opacity));
          width: 100%; } }

.table {
  --bg-opacity:1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  width: 100%; }
  .table thead th {
    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: #f47738;
  left: 0;
  border-right: 1px solid #b1b4b6; }

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

.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)); }
  .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 {
    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; }
  .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 {
    margin: auto;
    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 {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0; }

.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 {
    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: #f47738;
    color: rgba(244, 119, 56, 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: #f47738 !important;
  color: rgba(244, 119, 56, 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] {
      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 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 {
    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: #f47738;
    color: rgba(244, 119, 56, var(--text-opacity)); }
    .searchBox .searchAction .searchText {
      margin-left: 8px; }

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

.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: #f47738;
      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; }

.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; }
  .profile-dropdown--item:hover {
    --bg-opacity:1;
    background-color: #eee;
    background-color: rgba(238, 238, 238, var(--bg-opacity)); }

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

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

.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 #f47738;
  border-color: rgba(244, 119, 56, 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: #f47738;
  background-color: rgba(244, 119, 56, 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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px; }

.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: #f47738;
        color: #f47738; }
    .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 #f47738;
        border-color: rgba(244, 119, 56, 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: #f47738;
    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 {
    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: #f47738; }

@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 {
              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; }

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

.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; }
  .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 {
    margin: 0; }
    .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%; }
  .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-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] {
      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-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 {
        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 #f47738;
      border-color: rgba(244, 119, 56, var(--border-opacity)); }
  .multi-select-dropdown-wrap .master-active {
    border-width: 1px;
    --border-opacity:1;
    border-color: #f47738;
    border-color: rgba(244, 119, 56, 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] {
      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)); }
      .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 {
        height: 44px;
        position: absolute;
        min-width: 100%;
        opacity: 0;
        z-index: 20;
        cursor: pointer; }
      .multi-select-dropdown-wrap .server div p {
        padding: 12px;
        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 .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, .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 .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 {
        border-width: 1px;
        --border-opacity:1;
        border-color: #f47738;
        border-color: rgba(244, 119, 56, 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 .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 {
        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: #f47738;
    color: rgba(244, 119, 56, var(--text-opacity)); }
    .CitizenHomeCard .links a {
      display: block;
      padding-bottom: 8px; }

@media (min-width: 780px) {
  .citizenAllServiceGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1rem;
    gap: 1rem; }
  .CitizenHomeCard {
    min-width: 40%;
    margin-left: 0;
    display: inline-block;
    margin-right: 24px;
    padding: 24px;
    vertical-align: top; }
    .CitizenHomeCard .header {
      padding-bottom: 24px;
      font-size: 36px;
      line-height: 40px; }
      .CitizenHomeCard .header svg {
        width: 3rem;
        height: 3rem; }
    .CitizenHomeCard .links a {
      padding-bottom: 16px; } }

.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: #f47738;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #f47738; }
  .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: #f47738;
        color: rgba(244, 119, 56, 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: #f47738;
      color: rgba(244, 119, 56, 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: #f47738;
    border-color: #f47738; }

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

@media (min-width: 780px) {
  .PageBasedInputWrapper .SubmitBar {
    display: none; }
  .PageBasedInputWrapper .SubmitBarInCardInDesktopView {
    display: block; } }

.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 svg {
    margin-right: 16px; }
  .StandaloneSearchBar input, .StandaloneSearchBar .checkbox-wrap .input-emp, .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: #f47738;
      color: rgba(244, 119, 56, 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: #f47738;
          margin: auto; }
      .CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionName {
        font-size: 12px;
        line-height: 14px; }

@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: #f47738;
  border-left: 4px;
  border-style: solid;
  border-color: rgba(244, 119, 56, 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: #f47738;
    color: rgba(244, 119, 56, var(--text-opacity)); }

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

.EventCalendarView .MonthViewInEventCalendar {
  --bg-opacity:1;
  background-color: #f47738;
  background-color: rgba(244, 119, 56, 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: #f47738;
  color: rgba(244, 119, 56, 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; }

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

.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 {
  margin-bottom: 0;
  border-left: none; }

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

.employeeForgotPassword .submit-bar {
  width: 100%; }

.employeeChangePassword .submit-bar {
  width: 100% !important; }

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

.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, .loginFormStyleEmployee .employeeCard .card-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #0b0c0c;
  margin-top: 20px; }

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

.employeeCard .card-label {
  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; }

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

.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 .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: #f47738;
      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;
  padding: 20px 0;
  background: #22394d;
  height: 100%;
  color: #fff;
  margin-top: 80px;
  z-index: 1000; }
  .citizen .sidebar .actions, .employee .sidebar .actions {
    cursor: pointer;
    padding: 0 20px;
    margin-bottom: 32px; }
    .citizen .sidebar .actions.active, .employee .sidebar .actions.active {
      border-right: 4px solid #f47738;
      padding-right: 16px; }

.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: #f47738;
  color: rgba(244, 119, 56, var(--text-opacity));
  cursor: pointer; }
  .link :hover {
    --text-opacity:1;
    color: #c8602b;
    color: rgba(200, 96, 43, var(--text-opacity)); }

.RightMostTopBarOptions {
  display: inline-block;
  float: right; }
  .RightMostTopBarOptions .EventNotificationWrapper {
    position: relative;
    cursor: pointer; }
    .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; }

@media (min-width: 640px) {
  .employee .ground-container {
    display: block;
    margin-left: 16px; }
  .employee .breadcrumb {
    margin-bottom: 24px;
    margin-left: 0; }
  .employee .card-home {
    width: 270px; }
  .employee .card-home, .employee .card-home-hrms {
    margin-right: 16px;
    margin-bottom: 16px; }
  .employee .card-home-hrms {
    width: 405px;
    padding: 0; }
  .employee .main {
    padding-top: 80px;
    margin-left: 72px;
    width: calc(100% - 83px); }
  .citizen .main {
    grid-gap: .3rem;
    gap: .3rem;
    width: 100%;
    padding-top: 80px;
    padding-left: 16px;
    min-height: calc(100vh - 40px); }
  .citizen .center-container {
    width: 70%;
    margin: 0 auto; } }

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

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

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

.employee-home-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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-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: #f47738;
      background-color: rgba(244, 119, 56, 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: #f47738;
      color: rgba(244, 119, 56, 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 .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: #f47738;
      background-color: rgba(244, 119, 56, 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: #f47738;
  color: rgba(244, 119, 56, 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: #f47738;
        color: rgba(244, 119, 56, 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: #f47738;
  color: rgba(244, 119, 56, var(--text-opacity));
  display: block;
  cursor: pointer; }
  .clear-search:hover, .clear-search .link-label:hover {
    color: #000; }

.button-clear {
  color: #f47738;
  color: rgba(244, 119, 56, 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: #f47738;
  background-color: rgba(244, 119, 56, 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: #f47738;
        background-color: rgba(244, 119, 56, 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: #f47738;
        color: rgba(244, 119, 56, 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: #f47738; }
    .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 .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: #f47738;
              color: rgba(244, 119, 56, 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: "#505A5F"; }

.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: 273px !important;
    height: 263px !important; } }

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

.inboxLinksFSM {
  margin: 0 !important; }

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

.form-field {
  width: 100%; }

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

.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 #f47738;
  -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; }

.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 {
    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 #f47738;
  color: #f47738;
  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; }

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

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

.divToBeHidden {
  display: block; }

.divWillGetHidden {
  display: none; }

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

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

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  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: #f47738; }

.obps-search {
  margin: 8px; }

.HomePageWrapper {
  margin-top: -25px; }
  .HomePageWrapper .BannerWithSearch {
    margin-bottom: 40px;
    position: relative; }
    .HomePageWrapper .BannerWithSearch .Search {
      width: calc(100% - 32px);
      bottom: -18px;
      margin-left: 16px;
      margin-right: 16px;
      position: absolute; }
    .HomePageWrapper .BannerWithSearch img {
      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; }
  .HomePageWrapper .WhatsNewSection {
    margin: 8px; }
    .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: #f47738;
        color: rgba(244, 119, 56, var(--text-opacity));
        font-weight: 500; }

.moduleLinkHomePage {
  margin-top: -25px; }
  .moduleLinkHomePage img {
    height: 33vw;
    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 .BannerWithSearch {
    margin-bottom: 56px;
    min-width: 100vw;
    margin-left: calc(-15vw - 16px); }
    .HomePageWrapper .BannerWithSearch .Search {
      width: calc(70% - 32px);
      left: calc(15% + 25px);
      margin: 0; }
    .HomePageWrapper .BannerWithSearch img {
      height: 20vw; }
  .moduleLinkHomePage img {
    min-width: 100vw;
    margin-left: calc(-15vw - 16px);
    height: 40vw; }
  .moduleLinkHomePage h1 {
    top: calc(10vw + 40px);
    left: calc(15% + 14px);
    margin-left: 24px; }
  .moduleLinkHomePage .moduleLinkHomePageBackButton {
    top: calc(10vw + 16px);
    margin-left: 16px; } }

.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: #f47738;
        color: rgba(244, 119, 56, 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: #f47738; }
  .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: #f47738; }
  .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 .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 {
    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 .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 {
      display: block;
      --bg-opacity:1;
      background-color: #f47738;
      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; }

.display-none {
  display: none; }

.p-unset {
  padding: unset !important; }

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

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

.mrlg {
  margin-right: 24px; }

.mrsm {
  margin-right: 8px; }

.mbsm {
  margin-bottom: 8px; }

.home-link {
  margin-left: 16px;
  margin-bottom: 16px; }
  .home-link a {
    color: #1d70b8; }

.clear-search-label {
  color: #f47738;
  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: #f47738;
    margin-left: 8px; }

.response-download-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px; }
  .response-download-button .download-button {
    color: #f47738;
    margin-left: 8px; }

.check-page-link-button {
  color: #f47738 !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: #f47738;
  cursor: pointer;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .primary-label-btn svg {
    fill: #f47738; }

.primaryColor {
  color: #0b0c0c !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, input[type=number]::-webkit-outer-spin-button, .checkbox-wrap .input-emp[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number], .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: 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 {
    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 {
    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 {
    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 {
    outline: 2px solid transparent;
    outline-offset: 2px;
    border: 0;
    background: transparent; }
  .ifsc-field button {
    text-indent: 2px; }

.text-input {
  position: relative;
  width: 100%; }
  .text-input input:hover, .text-input .checkbox-wrap .input-emp:hover, .checkbox-wrap .text-input .input-emp:hover {
    --border-opacity:1;
    border: 1px solid #f47738;
    border-color: rgba(244, 119, 56, var(--border-opacity)); }

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

.employee-app-wrapper {
  min-height: calc(100vh - 8em); }
