@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);::before, ::after, * {
  margin: 0px;
  padding: 0px;
  border: 0px;
  box-sizing: border-box;
  font-family: Roboto;
  color: #6A6A6A;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: normal;
  outline: none; }

a, a:hover {
  text-decoration: none; }

h1 {
  font-size: 31px; }

h2 {
  font-size: 29px;
  letter-spacing: 0.5px; }

h3 {
  font-size: 24px;
  letter-spacing: 0.4px; }

h4 {
  font-size: 18px;
  letter-spacing: 0.3px; }

h5 {
  font-size: 15px;
  letter-spacing: 0.3px; }

h6 {
  font-size: 13px;
  letter-spacing: 0.2px; }

b {
  font-weight: bold;
  font-size: inherit;
  color: inherit; }

i {
  font-size: inherit;
  font-family: inherit;
  color: inherit; }

input {
  background: transparent;
  width: 0px; }

textarea {
  resize: none;
  background: transparent; }
.App__App___3uT3K {
  height: 100vh;
  display: flex;
  flex-direction: column; }
.Header__Header___rjcb8 {
  height: 72px;
  width: 100%;
  padding: 0px 64px;
  box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center; }
  .Header__Header___rjcb8 > .Header__logo___1LucP {
    height: 30px; }
  .Header__Header___rjcb8 > .Header__links___2x9H1 {
    margin-left: 75px;
    display: flex;
    align-items: center; }
    .Header__Header___rjcb8 > .Header__links___2x9H1 > * {
      margin-right: 50px; }
    .Header__Header___rjcb8 > .Header__links___2x9H1 > *:last-child {
      margin-right: 0px; }
  .Header__Header___rjcb8 > .Header__right___2Ny2C {
    display: flex;
    margin-left: auto; }
    .Header__Header___rjcb8 > .Header__right___2Ny2C > * {
      margin-right: 30px; }
    .Header__Header___rjcb8 > .Header__right___2Ny2C > *:last-child {
      margin-right: 0px; }
.Notifications__Notifications___27SsM {
  position: relative;
  cursor: pointer; }
  .Notifications__Notifications___27SsM > .Notifications__icon___3zi0I {
    fill: #0085FE; }
  .Notifications__Notifications___27SsM > .Notifications__badge___2DTSd {
    position: absolute;
    top: -6px;
    left: 14px;
    padding: 2px 4px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    border-radius: 2px;
    background-color: #00E5C7; }
.Bell__Bell___1pGIc {
  height: 24px;
  width: 24px;
  fill: #A2A2A2; }
  .Bell__Bell___1pGIc.Bell__clickable___1-qwY {
    cursor: pointer; }
.User__User___3UuGP {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .User__User___3UuGP > .User__text___1mceU {
    color: #8D8D8D; }
  .User__User___3UuGP > .User__icon___Bt7uH {
    fill: #CCCCCC; }
.Triangle__Triangle___3gL8Q {
  height: 24px;
  width: 24px;
  fill: #A2A2A2; }
  .Triangle__Triangle___3gL8Q.Triangle__clickable___3evTI {
    cursor: pointer; }
.Select__Select___391ZE {
  position: relative; }
.Modal__Modal___3hWeE {
  position: absolute;
  z-index: 200;
  max-height: 240px;
  min-width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  cursor: default;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: nowrap; }
  .Modal__Modal___3hWeE.Modal__bot___25cZ5 {
    top: calc(100% + 12px); }
  .Modal__Modal___3hWeE.Modal__top___1KjrJ {
    bottom: calc(100% + 12px); }
  .Modal__Modal___3hWeE.Modal__right___3zuFz {
    left: 0px; }
  .Modal__Modal___3hWeE.Modal__left___3J9mj {
    right: 0px; }
.Option__Option___PTsVS {
  padding: 8px 30px;
  cursor: pointer; }
  .Option__Option___PTsVS.Option__highlight___3XXqS:hover, .Option__Option___PTsVS.Option__highlight___3XXqS.Option__selected___2hoPA {
    color: #FFFFFF;
    background-color: #0085FE; }
.Search__Search___3SBb6 {
  padding: 8px 4px;
  border-bottom: 1px solid #A2A2A2;
  display: flex;
  align-items: center; }
  .Search__Search___3SBb6 > .Search__input___2Y9O5 {
    flex: 1; }
  .Search__Search___3SBb6 > .Search__icon___3ewpG {
    margin-right: 4px; }
.Search__Search___1G_Xa {
  height: 24px;
  width: 24px;
  fill: #A2A2A2; }
  .Search__Search___1G_Xa.Search__clickable___XkTwy {
    cursor: pointer; }
.Link__Link___2Xg0f {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .Link__Link___2Xg0f > .Link__icon___2zKh_ {
    fill: #E6E6E6;
    margin-right: 6px; }
  .Link__Link___2Xg0f > .Link__text___sb8nX {
    color: #A2A2A2;
    font-weight: 500; }
  .Link__Link___2Xg0f:hover > .Link__icon___2zKh_, .Link__Link___2Xg0f.Link__selected___3ZVVi > .Link__icon___2zKh_ {
    fill: #0085FE; }
  .Link__Link___2Xg0f:hover > .Link__text___sb8nX, .Link__Link___2Xg0f.Link__selected___3ZVVi > .Link__text___sb8nX {
    color: #0085FE;
    font-weight: 700; }
.Map__Map___3nBWT {
  height: 24px;
  width: 24px;
  fill: #A2A2A2; }
  .Map__Map___3nBWT.Map__clickable___24oUN {
    cursor: pointer; }
.People__People___Cd47J {
  height: 24px;
  width: 24px;
  fill: #A2A2A2; }
  .People__People___Cd47J.People__clickable___3tnJY {
    cursor: pointer; }
.Assignment__Assignment___3kWof {
  height: 24px;
  width: 24px;
  fill: #A2A2A2; }
  .Assignment__Assignment___3kWof.Assignment__clickable___21lNe {
    cursor: pointer; }
.Gear__Gear___3QwfG {
  height: 24px;
  width: 24px;
  fill: #A2A2A2; }
  .Gear__Gear___3QwfG.Gear__clickable___14JMD {
    cursor: pointer; }
.Folder__Folder___2iAHu {
  height: 24px;
  width: 24px;
  fill: #A2A2A2; }
  .Folder__Folder___2iAHu.Folder__clickable___o5YN5 {
    cursor: pointer; }
.Popup__Popup___nbRmq {
  align-self: center;
  margin: auto; }
.Modal__Modal___2Gu3u {
  display: flex;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 13, 25, 0.89); }
.Card__Card___1zcbc {
  padding: 64px;
  border: solid 1px #E6E6E6;
  border-radius: 2px;
  width: 447px;
  position: relative;
  background-color: #FFFFFF; }
  .Card__Card___1zcbc > .Card__arrow___15ehu {
    position: absolute;
    top: 30px;
    left: 30px;
    fill: #00E5C7; }
  .Card__Card___1zcbc > .Card__top___2XrH1 {
    text-align: center;
    margin-bottom: 64px; }
    .Card__Card___1zcbc > .Card__top___2XrH1 > .Card__title___ZGyP3.Card__error___3X1SU {
      color: #F0324A; }
    .Card__Card___1zcbc > .Card__top___2XrH1 > .Card__subtitle___2T0e5 {
      color: #A2A2A2;
      margin-top: 8px; }
.Arrow__Arrow___11X5o {
  height: 24px;
  width: 24px;
  fill: #A2A2A2; }
  .Arrow__Arrow___11X5o.Arrow__clickable___1Shed {
    cursor: pointer; }
.Col__Col___1LaQM {
  display: flex;
  flex-direction: column; }
  .Col__Col___1LaQM > * {
    margin-bottom: 24px; }
  .Col__Col___1LaQM > *:last-child {
    margin-bottom: 0px; }
  .Col__Col___1LaQM.Col__sm___3csRK > * {
    margin-bottom: 12px; }
.Row__Row___2Cj_W {
  display: flex; }
  .Row__Row___2Cj_W > * {
    margin-right: 8px; }
  .Row__Row___2Cj_W > *:last-child {
    margin-right: 0px; }
.Label__Label___2Mh2O.Label__disabled___9eALC {
  opacity: 0.37; }

.Label__Label___2Mh2O > .Label__label___1PWsx {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 7px; }
  .Label__Label___2Mh2O > .Label__label___1PWsx:last-child {
    margin-bottom: 0px; }

.Label__Label___2Mh2O > .Label__error___3xKTJ {
  color: #F0324A;
  font-size: 13px;
  margin-top: 7px; }

.Label__Label___2Mh2O.Label__blue___2RMIc > .Label__label___1PWsx {
  color: #0085FE; }

.Label__Label___2Mh2O.Label__lg___3MwHc > .Label__label___1PWsx {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px; }

.Label__Label___2Mh2O.Label__md___3M8O5 {
  margin-bottom: 6px; }
.TextInput__TextInput___2YCxG {
  display: flex;
  align-items: center; }
  .TextInput__TextInput___2YCxG.TextInput__form___3GEVa {
    width: 100%;
    height: 40px;
    padding: 0px 14px;
    border: 1px solid #E6E6E6;
    border-radius: 2px; }
    .TextInput__TextInput___2YCxG.TextInput__form___3GEVa.TextInput__error___18Leb {
      border-color: #F0324A; }
      .TextInput__TextInput___2YCxG.TextInput__form___3GEVa.TextInput__error___18Leb > .TextInput__input___25sdy {
        color: #F0324A; }
        .TextInput__TextInput___2YCxG.TextInput__form___3GEVa.TextInput__error___18Leb > .TextInput__input___25sdy::placeholder {
          color: #F0324A; }
  .TextInput__TextInput___2YCxG > .TextInput__input___25sdy {
    flex: 1; }
    .TextInput__TextInput___2YCxG > .TextInput__input___25sdy::placeholder {
      color: #A2A2A2; }
  .TextInput__TextInput___2YCxG > .TextInput__icon___2ldh9 {
    margin-right: 6px;
    fill: #A2A2A2; }
.Checkbox__Checkbox___ojOuJ {
  margin-top: 4px; }
  .Checkbox__Checkbox___ojOuJ input {
    display: none; }
  .Checkbox__Checkbox___ojOuJ label {
    cursor: pointer;
    display: flex;
    align-items: center; }
    .Checkbox__Checkbox___ojOuJ label > .Checkbox__square___9hIo6 {
      width: 15px;
      height: 15px;
      border: 1px solid #E6E6E6;
      border-radius: 1px;
      margin-right: 9px; }
      .Checkbox__Checkbox___ojOuJ label > .Checkbox__square___9hIo6 > * {
        display: none; }
  .Checkbox__Checkbox___ojOuJ input:checked + label > .Checkbox__square___9hIo6 {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none; }
    .Checkbox__Checkbox___ojOuJ input:checked + label > .Checkbox__square___9hIo6 > * {
      display: initial;
      height: 15px;
      width: 15px;
      fill: #FFFFFF; }
  .Checkbox__Checkbox___ojOuJ input:checked + label > .Checkbox__green___1-6Vm {
    background-color: #00E5C7; }
  .Checkbox__Checkbox___ojOuJ input:checked + label > .Checkbox__yellow___-160b {
    background-color: #FEE700; }
  .Checkbox__Checkbox___ojOuJ input:checked + label > .Checkbox__purple___2R2vE {
    background-color: #C040E4; }
  .Checkbox__Checkbox___ojOuJ input:checked + label > .Checkbox__red___2zhDD {
    background-color: #F0324A; }
.Check__Check___2FtOB {
  height: 22px;
  width: 22px;
  fill: #A2A2A2; }
  .Check__Check___2FtOB.Check__clickable___132q0 {
    cursor: pointer; }
.Dropdown__Dropdown___g881X {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer; }
  .Dropdown__Dropdown___g881X.Dropdown__form___2jUKF {
    width: 100%;
    min-height: 40px;
    padding: 8px 14px;
    border: 1px solid #E6E6E6;
    border-radius: 2px; }
  .Dropdown__Dropdown___g881X.Dropdown__error___3Y_xU {
    border-color: #F0324A; }
    .Dropdown__Dropdown___g881X.Dropdown__error___3Y_xU > .Dropdown__placeholder___3WbnL,
    .Dropdown__Dropdown___g881X.Dropdown__error___3Y_xU > .Dropdown__value___1beL8 {
      color: #F0324A; }
  .Dropdown__Dropdown___g881X > .Dropdown__value___1beL8,
  .Dropdown__Dropdown___g881X > .Dropdown__placeholder___3WbnL {
    flex: 1; }
  .Dropdown__Dropdown___g881X > .Dropdown__placeholder___3WbnL {
    color: #A2A2A2; }
  .Dropdown__Dropdown___g881X > .Dropdown__triangle___2WHBH {
    fill: #CCCCCC; }
.Close__Close___1eQ1o {
  height: 24px;
  width: 24px;
  fill: #A2A2A2; }
  .Close__Close___1eQ1o.Close__clickable___1KTOH {
    cursor: pointer; }
.DateRange__DateRange___2LBO0 {
  position: relative; }
  .DateRange__DateRange___2LBO0.DateRange__vert___3ZGPO > .DateRange__modal___BBD_s {
    display: flex;
    flex-direction: column;
    max-height: initial;
    min-width: initial; }
.react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }

.react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__tether-element-attached-top .react-datepicker__triangle::before, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before, .react-datepicker__month-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px; }

.react-datepicker__tether-element-attached-top .react-datepicker__triangle::before, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before, .react-datepicker__month-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae; }

.react-datepicker__tether-element-attached-top .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }

.react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-top .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0; }

.react-datepicker__tether-element-attached-top .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae; }

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before, .react-datepicker__month-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff; }

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before, .react-datepicker__month-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae; }

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker__tether-element-attached-bottom.react-datepicker__tether-element {
  margin-top: -20px; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }

.react-datepicker__navigation {
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  border: 0.45rem solid transparent;
  z-index: 1; }

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc; }

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b2b2; }

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc; }

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b2b2; }

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc; }

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b2b2; }

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc; }

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b2b2; }

.react-datepicker__month-container {
  display: inline;
  float: left; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__day-name,
.react-datepicker__day {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__day {
  cursor: pointer; }

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__day--today {
  font-weight: bold; }

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff; }

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f; }

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff; }

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90; }

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff; }

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90; }

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5); }

.react-datepicker-cssmodules__react-datepicker__month--selecting-range___Bpx6w .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000; }

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc; }

.react-datepicker__day--disabled:hover {
  background-color: transparent; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem; }

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover {
  cursor: pointer; }

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b2b2; }

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover {
  cursor: pointer; }

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover {
  background-color: #ccc; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b2b2; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b2b2; }

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected {
  position: absolute;
  left: 15px; }

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle; }

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\D7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__tether-element {
  z-index: 2147483647; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day {
  width: 3rem;
  line-height: 3rem; }

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day {
    width: 2rem;
    line-height: 2rem; } }

.react-datepicker__portal .react-datepicker__current-month {
  font-size: 1.44rem; }

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent; }

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc; }

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b2b2; }

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc; }

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b2b2; }
.Button__Button___17m0m {
  color: #FFFFFF;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 2px; }
  .Button__Button___17m0m.Button__h-lg____Q11- {
    height: 50px; }
  .Button__Button___17m0m.Button__h-sm___1cGFU {
    height: 38px; }
  .Button__Button___17m0m.Button__w-100___2LGeX {
    width: 100%; }
  .Button__Button___17m0m.Button__w-auto___LkIsS {
    padding: 0px 30px; }
  .Button__Button___17m0m.Button__green___1l-Sh:not(.Button__border___19eqS) {
    background-color: #00E5C7; }
  .Button__Button___17m0m.Button__green___1l-Sh.Button__border___19eqS {
    color: #00E5C7;
    border: 1px solid #00E5C7; }
  .Button__Button___17m0m.Button__red___3R_Ln:not(.Button__border___19eqS) {
    background-color: #F0324A; }
  .Button__Button___17m0m.Button__red___3R_Ln.Button__border___19eqS {
    color: #F0324A;
    border: 1px solid #F0324A; }
  .Button__Button___17m0m.Button__grey___1JP8R:not(.Button__border___19eqS) {
    background-color: #A2A2A2; }
  .Button__Button___17m0m.Button__grey___1JP8R.Button__border___19eqS {
    color: #A2A2A2;
    border: 1px solid #A2A2A2; }
.Map__Map___3Nmp3 {
  flex: 1;
  display: flex;
  flex-direction: column; }
.Subnav__Subnav___pWRcF {
  height: 44px;
  width: 100%;
  padding: 0px 65px;
  display: flex;
  align-items: center; }
  .Subnav__Subnav___pWRcF.Subnav__blue___2nSP1 {
    background-color: #0085FE; }
  .Subnav__Subnav___pWRcF.Subnav__green___2yf5x {
    background-color: #00E5C7; }
  .Subnav__Subnav___pWRcF > * {
    margin-right: 24px; }
  .Subnav__Subnav___pWRcF > *:last-child {
    margin-right: 0px; }
.Link__Link___1YmfN {
  color: #FFFFFF;
  opacity: 0.62;
  cursor: pointer; }
  .Link__Link___1YmfN:hover, .Link__Link___1YmfN.Link__selected___1M2II {
    opacity: 1;
    font-weight: 700;
    border-bottom: 2px solid rgba(255, 255, 255, 0.35); }
.Spacer__Spacer___383TJ {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center; }
  .Spacer__Spacer___383TJ > .Spacer__text___1O8eW {
    color: #FFFFFF; }
.View__View___gGJyt {
  flex: 1;
  display: flex; }
  .View__View___gGJyt > .View__map___1SZAd {
    flex: 1 0;
    display: flex;
    justify-content: center; }
    .View__View___gGJyt > .View__map___1SZAd > .View__status___o_BUG {
      position: absolute;
      margin-top: 10px;
      z-index: 100;
      background-color: white;
      text-align: center;
      padding: 5px 50px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
.Map__infoBox___DLbBI {
  width: 320px;
  display: flex;
  background-color: #FFFFFF; }
.InfoBox__inner___3Gfqa {
  width: 320px;
  background-color: #FFFFFF;
  border-radius: 2px;
  border: solid 1px #0085fe;
  box-shadow: 2px 2px 24px 0 rgba(0, 133, 254, 0.15);
  overflow: hidden;
  padding: 5px; }

.InfoBox__img___1SNj4 {
  width: 100%;
  height: 186px;
  position: relative; }
  .InfoBox__img___1SNj4 > img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover; }

.InfoBox__content___TGM7O {
  padding: 36px; }

.InfoBox__title___37e9W {
  margin-bottom: 19px; }

.InfoBox__info___Oj89o {
  border-radius: 2px;
  border: 1px solid #E6E6E6;
  padding: 24px 31px;
  margin-bottom: 12px; }
.Filters__Filters___3sgHK > * {
  margin-bottom: 50px; }

.Filters__Filters___3sgHK > *:last-child {
  margin-bottom: 0px; }
.Sidebar__Sidebar___3XA4h {
  background-color: #FFFFFF;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.25);
  overflow-y: auto;
  position: relative; }
  .Sidebar__Sidebar___3XA4h.Sidebar__sm___3dHyc {
    padding: 40px;
    width: 360px; }
  .Sidebar__Sidebar___3XA4h.Sidebar__md___BvSmi {
    padding: 56px;
    width: 825px; }
  .Sidebar__Sidebar___3XA4h.Sidebar__lg___26rOI {
    padding: 56px;
    width: 915px; }
  .Sidebar__Sidebar___3XA4h.Sidebar__xl___33QXX {
    padding: 56px;
    width: 1100px; }

.Sidebar__icon___1kE1c {
  position: absolute;
  top: 25px;
  left: 25px; }
.Expanded__Expanded___BLzrM {
  min-height: 100%;
  display: flex;
  flex-direction: column; }
  .Expanded__Expanded___BLzrM > * {
    margin-bottom: 50px; }
  .Expanded__Expanded___BLzrM > *:last-child {
    margin-bottom: 0px; }

.Expanded__sidebar___TnEBm {
  display: flex; }

.Expanded__imgcontainer___2UxoQ {
  display: inline-table;
  border: 1px solid #0085FE;
  border-radius: 2px;
  box-shadow: 2px 2px 8px 0 rgba(0, 133, 254, 0.18);
  padding: 35px 30px; }

.Expanded__img___2Qpr- {
  position: relative;
  width: 206px;
  height: 300px;
  margin-bottom: 29px; }
  .Expanded__img___2Qpr- > img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%; }

.Expanded__subtitle___1256Q {
  color: #A2A2A2;
  cursor: pointer; }

.Expanded__notes___2pfpK {
  color: #A2A2A2; }

.Expanded__footer___1mxAt {
  margin-top: auto;
  border-top: 1px solid #E6E6E6; }

.Expanded__view___13N-0 {
  margin-top: 15px;
  text-align: right;
  cursor: pointer;
  color: #A2A2A2; }

.Expanded__section___33PwG {
  display: flex;
  flex-wrap: wrap;
  margin: -3px; }
  .Expanded__section___33PwG > * {
    flex: 1 0;
    margin: 3px; }

.Expanded__expandedsign___2_V7k {
  margin-left: 19px; }
.Sign__Sign___YUyiG {
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  padding: 7px 9px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer; }
  .Sign__Sign___YUyiG > .Sign__direction___1Lad8 {
    fill: #0085FE;
    position: absolute;
    top: 10px;
    right: 20px; }
  .Sign__Sign___YUyiG.Sign__selected___TOMHR, .Sign__Sign___YUyiG:hover {
    border-color: #0085FE; }

.Sign__img___24e1D {
  position: relative;
  height: 92px;
  width: 80px;
  flex-shrink: 0; }
  .Sign__img___24e1D > img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%; }

.Sign__content___35Tkk {
  padding: 0px 33px; }

.Sign__title___1KaMc {
  margin-bottom: 8px; }

.Sign__category___oFTza {
  color: #A2A2A2; }
  .Sign__category___oFTza > .Sign__label___1L7En {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.4px;
    margin-right: 4px; }
.Direction__Direction___1aTCb {
  height: 24px;
  width: 24px;
  fill: #A2A2A2; }
  .Direction__Direction___1aTCb.Direction__clickable___3Jdjp {
    cursor: pointer; }
.ExpandedSign__ExpandedSign___2DWtv {
  display: inline-table;
  border: 1px solid #0085FE;
  border-radius: 2px;
  box-shadow: 2px 2px 8px 0 rgba(0, 133, 254, 0.18);
  padding: 35px 30px;
  width: 268px; }

.ExpandedSign__img___3xWx5 {
  position: relative;
  width: 206px;
  height: 300px;
  margin-bottom: 29px; }
  .ExpandedSign__img___3xWx5 > img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%; }

.ExpandedSign__title___NEQvC {
  color: #0085FE;
  font-weight: 500; }

.ExpandedSign__spacer___3UGvo {
  border-bottom: 1px solid rgba(0, 133, 254, 0.12);
  margin: 26px 0px; }

.ExpandedSign__center___2XVVV > * {
  margin-bottom: 16px; }

.ExpandedSign__center___2XVVV > *:last-child {
  margin-bottom: 0px; }

.ExpandedSign__dates___3TaTA {
  display: flex;
  justify-content: space-between; }

.ExpandedSign__text___33lAu {
  max-width: 206px; }
.Add__Add___2jshy > * {
  margin-bottom: 36px; }

.Add__Add___2jshy > *:last-child {
  margin-bottom: 0px; }

.Add__title___1qfRn {
  color: #0085FE;
  font-weight: 500;
  text-align: center; }

.Add__nav___2XY1M {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .Add__nav___2XY1M > * {
    margin-bottom: 14px; }
  .Add__nav___2XY1M > *:last-child {
    margin-bottom: 0px; }
  .Add__nav___2XY1M > .Add__button___1oEMh {
    max-width: 280px; }

.Add__subnav___2UIhO {
  display: flex;
  justify-content: flex-end; }
  .Add__subnav___2UIhO > * {
    margin-right: 18px; }
  .Add__subnav___2UIhO > *:last-child {
    margin-right: 0px; }
  .Add__subnav___2UIhO > .Add__link___2Ieo7 {
    color: #A2A2A2;
    cursor: pointer; }
.Location__Location___SqRfS.Location__selected___3gU9C > .Location__label___1RqMN {
  color: #0085FE; }

.Location__Location___SqRfS.Location__complete___3sULO > .Location__label___1RqMN {
  color: #00E5C7; }

.Location__label___1RqMN {
  color: #A2A2A2;
  font-weight: 700;
  margin-bottom: 12px; }

.Location__text___3iZXX {
  color: #A2A2A2; }
.Places__Select___1ZKfN {
  position: relative; }
.Image__Image___mkXrZ.Image__selected___2MJwt > .Image__label___3W_Dd {
  color: #0085FE; }

.Image__Image___mkXrZ.Image__complete___2y8oE > .Image__label___3W_Dd {
  color: #00E5C7; }

.Image__label___3W_Dd {
  color: #A2A2A2;
  font-weight: 700;
  margin-bottom: 12px; }

.Image__text___Atgqy {
  color: #A2A2A2; }

.Image__content___1JfAG > * {
  margin-bottom: 8px; }

.Image__content___1JfAG > *:last-child {
  margin-bottom: 0px; }

.Image__img___2E8eC {
  position: relative;
  height: 250px;
  width: 100%; }
  .Image__img___2E8eC > img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover; }
.TextArea__TextArea___3WRc4 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 148px;
  padding: 12px 14px;
  border: 1px solid #E6E6E6;
  border-radius: 2px; }
  .TextArea__TextArea___3WRc4.TextArea__error___3KAzl {
    border-color: #F0324A; }
    .TextArea__TextArea___3WRc4.TextArea__error___3KAzl > .TextArea__input___2yrRI {
      color: #F0324A; }
      .TextArea__TextArea___3WRc4.TextArea__error___3KAzl > .TextArea__input___2yrRI::placeholder {
        color: #F0324A; }
  .TextArea__TextArea___3WRc4 > .TextArea__input___2yrRI {
    flex: 1;
    height: 100%; }
    .TextArea__TextArea___3WRc4 > .TextArea__input___2yrRI::placeholder {
      color: #A2A2A2; }
.Upload__Upload___38S1o {
  cursor: pointer; }
.Signs__Signs___3rBvU > * {
  margin-bottom: 12px; }

.Signs__Signs___3rBvU > *:last-child {
  margin-bottom: 0px; }

.Signs__Signs___3rBvU.Signs__selected___351xA > .Signs__label___3I0U- {
  color: #0085FE; }

.Signs__Signs___3rBvU.Signs__complete___S3iAO > .Signs__label___3I0U- {
  color: #00E5C7; }

.Signs__Signs___3rBvU > .Signs__text___23vcC {
  color: #A2A2A2; }

.Signs__label___3I0U- {
  color: #A2A2A2;
  font-weight: 700; }

.Signs__list___1ksrr {
  display: flex;
  flex-wrap: wrap;
  margin: -6px; }
  .Signs__list___1ksrr > * {
    padding: 6px;
    width: 50%; }

.Signs__add___3uMNy {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 229, 199, 0.03);
  border: 2px solid #00E5C7;
  border-radius: 2px; }
  .Signs__add___3uMNy > .Signs__icon___27ypu {
    fill: #00E5C7; }
  .Signs__add___3uMNy > .Signs__text___23vcC {
    color: #00E5C7;
    font-weight: 500; }
.Plus__Plus___PNE53 {
  height: 24px;
  width: 24px;
  fill: #A2A2A2; }
  .Plus__Plus___PNE53.Plus__clickable___2NpTj {
    cursor: pointer; }
.Sign__Sign___38GjU {
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  padding: 10px; }
  .Sign__Sign___38GjU > * {
    margin-bottom: 22px; }
  .Sign__Sign___38GjU > *:last-child {
    margin-bottom: 0px; }

.Sign__img___WAALY {
  width: 100%;
  height: 156px;
  position: relative; }
  .Sign__img___WAALY > img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover; }

.Sign__title___2Is-j {
  color: #6A6A6A;
  font-size: 20px;
  font-weight: 500;
  text-align: center; }

.Sign__divider___2AeOg {
  border-bottom: 2px solid #E6E6E6; }
.Direction__Direction___1k9Xn {
  display: flex;
  justify-content: space-around; }
  .Direction__Direction___1k9Xn > .Direction__direction___15lQ9 {
    height: 40px;
    width: 40px; }
    .Direction__Direction___1k9Xn > .Direction__direction___15lQ9:hover, .Direction__Direction___1k9Xn > .Direction__direction___15lQ9.Direction__selected___3tA6B {
      fill: #00E5C7; }
.Structure__Structure___2fMG- > * {
  margin-bottom: 22px; }

.Structure__Structure___2fMG- > *:last-child {
  margin-bottom: 0px; }
.Boolean__Boolean___KjMqN {
  display: flex;
  margin: -2px; }

.Boolean__option___3t6AZ {
  flex: 1;
  height: 30px;
  color: #A2A2A2;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  margin: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }
  .Boolean__option___3t6AZ.Boolean__selected___1qDXp, .Boolean__option___3t6AZ:hover {
    color: #FFFFFF;
    border-color: #00E5C7;
    background-color: #00E5C7; }
.Array__Array___3AXFf > * {
  margin-bottom: 22px; }

.Array__Array___3AXFf > *:last-child {
  margin-bottom: 0px; }

.Array__item___3llcZ {
  display: flex; }
  .Array__item___3llcZ > .Array__side___2dicz {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 4px; }
    .Array__item___3llcZ > .Array__side___2dicz > .Array__close___1nCP1 {
      flex-shrink: 0;
      fill: #F0324A; }
    .Array__item___3llcZ > .Array__side___2dicz > .Array__bar___szoYD {
      flex: 1;
      width: 4px;
      background-color: #00E5C7; }
  .Array__item___3llcZ > .Array__structure___33arR {
    flex: 1; }

.Array__add___2DEIg {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .Array__add___2DEIg > .Array__plus___2Vm0c {
    fill: #00E5C7;
    margin-right: 4px; }
  .Array__add___2DEIg > .Array__text___2Dr-k {
    color: #00E5C7;
    font-weight: 500; }
.TimeRange__TimeRange___1sLt_ {
  display: flex;
  align-items: center; }

.TimeRange__to___3Wu_- {
  color: #A2A2A2;
  padding: 0px 5px; }

.TimeRange__select___3gLGX {
  flex: 1; }
.DayRange__DayRange___zo8Au > * {
  margin-bottom: 4px; }

.DayRange__DayRange___zo8Au > *:last-child {
  margin-bottom: 0px; }
.WeekdayOfWeek__WeekdayOfWeek___1G6tJ {
  display: flex;
  margin: -2px; }

.WeekdayOfWeek__option___zTjPB {
  flex: 1;
  height: 30px;
  color: #A2A2A2;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  margin: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }
  .WeekdayOfWeek__option___zTjPB.WeekdayOfWeek__selected___3P3bn, .WeekdayOfWeek__option___zTjPB:hover {
    color: #FFFFFF;
    border-color: #00E5C7;
    background-color: #00E5C7; }
.WeekdayOfMonth__select___1qzDH {
  margin-top: 4px; }
.MonthRange__MonthRange___17dPF > * {
  margin-bottom: 4px; }

.MonthRange__MonthRange___17dPF > *:last-child {
  margin-bottom: 0px; }
.Notes__Notes___caQ2y.Notes__selected___3YagI > .Notes__label___12RrY {
  color: #0085FE; }

.Notes__Notes___caQ2y.Notes__complete___3at3e > .Notes__label___12RrY {
  color: #00E5C7; }

.Notes__label___12RrY {
  color: #A2A2A2;
  font-weight: 700;
  margin-bottom: 12px; }

.Notes__text___17P_z {
  color: #A2A2A2; }
.Expanded__Expanded___3fVe9 {
  min-height: 100%;
  display: flex;
  flex-direction: column; }

.Expanded__header___30CJB {
  margin-bottom: 50px; }

.Expanded__subtitle___StbRX {
  color: #A2A2A2;
  cursor: pointer; }

.Expanded__lines___m60Vo > * {
  margin-bottom: 15px; }

.Expanded__lines___m60Vo > *:last-child {
  margin-bottom: 0px; }

.Expanded__sidebar___3H9pN {
  display: flex; }

.Expanded__expandedsign___1Jevy {
  margin-left: 19px; }
.Line__Line___1cgO3 {
  display: flex;
  align-items: flex-start; }

.Line__point___9pbO- {
  flex: 1; }

.Line__to___1K_jW {
  color: #00E5C7;
  font-weight: 700;
  margin: auto 17px; }
.Point__Point___2-Z6N {
  border: 1px solid #00E5C7;
  border-radius: 2px;
  padding: 27px 23px; }

.Point__header___3QiEe {
  display: flex;
  align-items: center;
  margin-bottom: 25px; }

.Point__direction___1qU9w {
  fill: #CCCCCC;
  margin-right: 6px; }

.Point__title___tydYy {
  font-size: 22px;
  font-weight: 500;
  margin-right: auto; }

.Point__open___TzOMK {
  color: #00E5C7;
  font-weight: 500;
  cursor: pointer; }

.Point__toggle___1yHw0 {
  display: inline-flex;
  align-items: center;
  margin-bottom: 9px;
  cursor: pointer; }
  .Point__toggle___1yHw0 > .Point__text___1SsxA {
    color: #A2A2A2;
    margin-right: 6px; }
  .Point__toggle___1yHw0 > .Point__angle___A9CWm {
    fill: #00E5C7; }

.Point__signs___1V62f > * {
  margin-bottom: 5px; }

.Point__signs___1V62f > *:last-child {
  margin-bottom: 0px; }
.Angle__Angle___choMP {
  height: 24px;
  width: 24px;
  fill: #A2A2A2; }
  .Angle__Angle___choMP.Angle__clickable___s-C11 {
    cursor: pointer; }
.Schedule__header___3F2-d {
  display: flex;
  align-items: center;
  margin-bottom: 60px; }
  .Schedule__header___3F2-d > * {
    margin-right: 15px; }
  .Schedule__header___3F2-d > *:last-child {
    margin-right: 0px; }

.Schedule__title___1O7Ng {
  margin-right: auto; }
.Schedule__Schedule___33tkg {
  width: 100%;
  height: 912px;
  padding-left: 56px;
  padding-top: 30px;
  position: relative; }

.Schedule__content___HhkM8 {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex; }

.Schedule__day___2mdlA {
  flex: 1;
  margin: 0px 6px;
  z-index: 1; }

.Schedule__grid___1hyKC {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.Schedule__days___1pYZ- {
  width: 100%;
  position: absolute;
  top: -2em; }

.Schedule__times___2dzkw {
  height: calc(100% + 1em);
  position: absolute;
  top: -0.5em;
  left: -50px; }
.Grid__Grid___yuoSo {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.Grid__line___2w9ya {
  height: 1px;
  background-image: linear-gradient(to right, #E6E6E6 73%, transparent 0%);
  background-position: top;
  background-size: 15px 1px;
  background-repeat: repeat-x; }
.Days__Days___ut-X1 {
  display: flex;
  justify-content: space-between; }

.Days__col___30Jdv {
  flex: 1; }

.Days__text___3IXeJ {
  text-align: center;
  font-size: 12px;
  font-weight: 700; }
.Times__Times___2GjQW {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.Times__text___ZiFds {
  color: #A2A2A2;
  text-align: right; }
.Block__Block___3ixl1 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid; }
  .Block__Block___3ixl1.Block__unrestricted___3uShK {
    border-color: #00E5C7;
    background: rgba(0, 229, 199, 0.12); }
    .Block__Block___3ixl1.Block__unrestricted___3uShK > .Block__text___20bF_ {
      color: #00E5C7; }
  .Block__Block___3ixl1.Block__restricted_parking___3P5nH {
    border-color: #C040E4;
    background: rgba(192, 64, 228, 0.12); }
    .Block__Block___3ixl1.Block__restricted_parking___3P5nH > .Block__text___20bF_ {
      color: #C040E4; }
  .Block__Block___3ixl1.Block__metered_parking___1VDkS {
    border-color: #FEE700;
    background: rgba(254, 231, 0, 0.12); }
    .Block__Block___3ixl1.Block__metered_parking___1VDkS > .Block__text___20bF_ {
      color: #FEE700; }
  .Block__Block___3ixl1.Block__no_parking___37AGo {
    border-color: #F0324A;
    background: rgba(240, 50, 74, 0.12); }
    .Block__Block___3ixl1.Block__no_parking___37AGo > .Block__text___20bF_ {
      color: #F0324A; }
  .Block__Block___3ixl1.Block__none___FYtr8 {
    border-color: #CCCCCC;
    background: rgba(204, 204, 204, 0.12); }
    .Block__Block___3ixl1.Block__none___FYtr8 > .Block__no___Bop9E {
      fill: #CCCCCC; }

.Block__text___20bF_ {
  font-weight: 700; }
.No__No___3y4XR {
  height: 24px;
  width: 24px;
  fill: #A2A2A2; }
  .No__No___3y4XR.No__clickable___1Qgqd {
    cursor: pointer; }
.Users__Users___PvIs0 {
  display: flex;
  flex-direction: column; }
  .Users__Users___PvIs0 > .Users__topBar___1R9Gx {
    display: flex;
    align-items: center;
    margin-bottom: 12px; }
    .Users__Users___PvIs0 > .Users__topBar___1R9Gx > .Users__input___2gCJt {
      width: 300px;
      margin-right: auto; }
  .Users__Users___PvIs0 > .Users__pagination___2iuIJ {
    margin: 25px 0px 0px auto; }

.Users__last___30XI7 {
  display: flex; }
  .Users__last___30XI7 .Users__icon___EEQNS {
    fill: #CCCCCC;
    margin-left: 20px;
    cursor: pointer; }
    .Users__last___30XI7 .Users__icon___EEQNS:hover {
      fill: #00E5C7; }
.Page__Page___3uswu {
  padding: 60px 65px; }
  .Page__Page___3uswu > .Page__title___1xEyW {
    color: #0085FE;
    font-weight: 500;
    margin-bottom: 20px; }
.Header__Header___33gI6 {
  border: solid 1px #0085FE;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
.Row__Row___3Fff5 {
  display: flex;
  border-bottom: 1px solid #E6E6E6; }
  .Row__Row___3Fff5:last-child {
    border: none; }
.HeaderCell__HeaderCell___3jW9c {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 51px; }
  .HeaderCell__HeaderCell___3jW9c > .HeaderCell__icon___3X2dn {
    fill: #00E5C7; }
  .HeaderCell__HeaderCell___3jW9c > .HeaderCell__text___2_xv_ {
    color: #0085FE;
    font-size: 12px;
    font-weight: 700; }
  .HeaderCell__HeaderCell___3jW9c.HeaderCell__hoverable___1x6GC {
    cursor: pointer; }
    .HeaderCell__HeaderCell___3jW9c.HeaderCell__hoverable___1x6GC:hover > .HeaderCell__text___2_xv_, .HeaderCell__HeaderCell___3jW9c.HeaderCell__hoverable___1x6GC.HeaderCell__selected___25K3s > .HeaderCell__text___2_xv_ {
      color: #00E5C7; }
.Body__Body___2Qqjx {
  border: 1px solid #E6E6E6;
  border-top: none;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }
.DataCell__DataCell___15ZcR {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 13px 0px;
  border-right: 1px solid #E6E6E6; }
  .DataCell__DataCell___15ZcR:last-child {
    border: none; }
.Ellipsis__Ellipsis___Q_cyw {
  height: 24px;
  width: 24px;
  fill: #A2A2A2; }
  .Ellipsis__Ellipsis___Q_cyw.Ellipsis__clickable___1QBgK {
    cursor: pointer; }
.Pagination__Pagination___2gE4U {
  display: flex;
  align-items: center; }
  .Pagination__Pagination___2gE4U > .Pagination__page___3lIko {
    margin: 0px 1px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .Pagination__Pagination___2gE4U > .Pagination__page___3lIko:hover, .Pagination__Pagination___2gE4U > .Pagination__page___3lIko.Pagination__selected___2sq3w {
      color: white;
      font-weight: 700;
      background-color: #0085FE;
      border-radius: 2px; }
  .Pagination__Pagination___2gE4U > .Pagination__arrow___3Ye48 {
    fill: #0085FE; }
    .Pagination__Pagination___2gE4U > .Pagination__arrow___3Ye48:first-child {
      margin-right: 16px; }
    .Pagination__Pagination___2gE4U > .Pagination__arrow___3Ye48:last-child {
      margin-left: 16px; }
.Users__Users___35kL9 {
  display: flex;
  flex-direction: column; }
  .Users__Users___35kL9 > .Users__topBar___2XgQY {
    display: flex;
    align-items: center;
    margin-bottom: 12px; }
    .Users__Users___35kL9 > .Users__topBar___2XgQY > .Users__input___3kiOZ {
      width: 300px;
      margin-right: auto; }
    .Users__Users___35kL9 > .Users__topBar___2XgQY > * {
      margin-right: 32px; }
    .Users__Users___35kL9 > .Users__topBar___2XgQY > *:last-child {
      margin-right: 0px; }
  .Users__Users___35kL9 > .Users__pagination___1Ic9D {
    margin: 25px 0px 0px auto; }
.Projects__Projects___xCRUF {
  display: flex;
  flex-direction: column; }
  .Projects__Projects___xCRUF > .Projects__topBar___1mv1r {
    display: flex;
    align-items: center;
    margin-bottom: 12px; }
    .Projects__Projects___xCRUF > .Projects__topBar___1mv1r > .Projects__input___qN8Vl {
      width: 300px;
      margin-right: auto; }
    .Projects__Projects___xCRUF > .Projects__topBar___1mv1r > * {
      margin-right: 32px; }
    .Projects__Projects___xCRUF > .Projects__topBar___1mv1r > *:last-child {
      margin-right: 0px; }
  .Projects__Projects___xCRUF > .Projects__pagination___1ZTsw {
    margin: 25px 0px 0px auto; }

.Projects__last___chQA4 {
  display: flex; }
  .Projects__last___chQA4 > .Projects__icon___14gl4 {
    fill: #CCCCCC;
    margin-left: 20px; }
    .Projects__last___chQA4 > .Projects__icon___14gl4:hover {
      fill: #00E5C7; }
.Reports__Reports___biK-K {
  display: flex;
  flex-direction: column; }
  .Reports__Reports___biK-K > .Reports__topBar___1edsE {
    display: flex;
    align-items: center;
    margin-bottom: 12px; }
    .Reports__Reports___biK-K > .Reports__topBar___1edsE > .Reports__input___1Sbm3 {
      width: 300px;
      margin-right: auto; }
    .Reports__Reports___biK-K > .Reports__topBar___1edsE > * {
      margin-right: 32px; }
    .Reports__Reports___biK-K > .Reports__topBar___1edsE > *:last-child {
      margin-right: 0px; }
  .Reports__Reports___biK-K > .Reports__pagination___1ge3L {
    margin: 25px 0px 0px auto; }
.Projects__Projects___1Yxsa {
  display: flex;
  flex-direction: column; }
  .Projects__Projects___1Yxsa > .Projects__topBar___1FGHX {
    display: flex;
    align-items: center;
    margin-bottom: 12px; }
    .Projects__Projects___1Yxsa > .Projects__topBar___1FGHX > .Projects__input___2l_Hm {
      width: 300px;
      margin-right: auto; }
  .Projects__Projects___1Yxsa > .Projects__pagination___2R3hx {
    margin: 25px 0px 0px auto; }

.Projects__last___IQC3v {
  display: flex; }
  .Projects__last___IQC3v > .Projects__icon___wx0Yx {
    fill: #CCCCCC;
    margin-left: 20px; }
    .Projects__last___IQC3v > .Projects__icon___wx0Yx:hover {
      fill: #00E5C7; }
.Label__Label___2ngBQ > .Label__text___34Sni {
  color: #A2A2A2;
  margin-bottom: 12px; }
.Login__Login___6WnTm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-width: 100vw; }
  .Login__Login___6WnTm > .Login__logo___2isHH {
    margin-bottom: 74px; }
.Main__row___3SaMs {
  display: flex;
  justify-content: space-between; }

.Main__text___3ES0N {
  color: #A2A2A2; }

.Main__link___1nuNQ {
  cursor: pointer; }
  .Main__link___1nuNQ:hover {
    color: #00E5C7; }

.Main__center___1d4Rp {
  text-align: center; }

.Main__locked___B41dL {
  width: 100%;
  padding: 17px 32px;
  background-color: rgba(240, 50, 74, 0.09);
  border: 1px solid rgba(240, 50, 74, 0.24);
  border-radius: 2px; }
  .Main__locked___B41dL > .Main__error___2cBty {
    color: #F0324A;
    text-align: center; }
.TFA__resend___uW4HV {
  cursor: pointer;
  color: #A2A2A2;
  text-align: right; }
  .TFA__resend___uW4HV:hover {
    color: #00E5C7; }
.Forgot__success___rmct8 {
  color: #00E5C7;
  text-align: center; }
.Review__text___2eXY5 {
  color: #A2A2A2; }
.ResetPassword__ResetPassword___3o6Bk {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-width: 100vw; }
  .ResetPassword__ResetPassword___3o6Bk > .ResetPassword__logo___1o2IE {
    margin-bottom: 74px; }
.Signup__Signup___3gHW5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-width: 100vw; }
  .Signup__Signup___3gHW5 > .Signup__logo___1KC_0 {
    margin-bottom: 74px; }
