@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
html,
body,
#root {
  margin: 0;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
}
a {
  text-decoration: none;
}
.main-layout {
  background-color: #fff;
}
@media (min-width: 601px) and (max-width: 1279px) {
  div.reset-flex-tablet {
    flex-direction: initial !important;
  }
}
@media (min-width: 1280px) {
  div.reset-flex-tablet {
    flex-direction: initial !important;
  }
}
@media (min-width: 601px) and (max-width: 1279px) {
  div.reset-flex-tablet {
    flex-direction: initial !important;
  }
}
div.flex-col-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
}
@media (max-width: 600px) {
  div.flex-col-center button.light-blue {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 601px) and (max-width: 1279px) {
  div.flex-col-center button.light-blue {
    margin-left: auto;
    margin-right: auto;
  }
}
div.flex-col-center .MuiPaper-root {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  div.flex-col-center p svg path {
    stroke: #0059b3;
  }
  div.flex-col-center .pagging-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-width: 100% !important;
    width: 100% !important;
    cursor: pointer;
  }
  div.flex-col-center {
    min-height: 100%;
  }
}
@media (min-width: 1280px) {
  div.flex-col-center {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 601px) and (max-width: 1279px) {
  div.flex-col-center form {
    max-width: 50vw;
    align-self: center;
  }
}
div.flex-col-center .top-edit {
  position: absolute;
  right: 5%;
  padding-top: 3%;
}
div.flex-col-center .edit-button {
  margin: 0px;
  display: flex;
  align-items: right;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
}
div.flex-col-center .edit-button a,
div.flex-col-center .edit-button a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  color: #43ced3;
  border-radius: 50px;
}
.top-menu-basics {
  padding-top: env(safe-area-inset-top);
}
.top-menu-basics path {
  fill-opacity: 1;
}
.menu-white-bar #search-box {
  justify-content: space-around;
  min-width: 200px;
  margin-top: -24px;
  white-space: initial;
  z-index: 99;
  position: relative;
  top: -20px;
  padding: 0px 25px;
}
.menu-white-bar #search-box span {
  font-size: 20px;
  cursor: default;
  padding-left: 10%;
}
#property-name {
  position: absolute;
  top: 20px;
  width: 240px;
  left: 50%;
  margin-left: -120px;
}
.white-bg {
  background-color: #fff !important;
}
div.search-units-filter {
  position: relative;
  margin-top: 0px;
  padding-bottom: 0px;
}
div.search-units-filter .MuiSelect-selectMenu {
  padding-left: 24px;
}
div.search-units-filter .MuiInputBase-root {
  width: 100%;
  background-color: #fff;
  padding: 12px;
  box-shadow: beige;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
div.search-units-filter .MuiInputBase-root em {
  font-style: normal;
}
div.search-units-filter div.mdc-text-field {
  background-color: #fff;
}
div.search-units-filter .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input {
  padding-left: 33px;
}
div.search-units-filter .mdc-text-field--outlined .mdc-floating-label:not(.mdc-floating-label--float-above) {
  left: 22px;
}
@media (max-width: 600px) {
  .white-layout {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 601px) and (max-width: 1279px) {
  .white-layout {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 1280px) {
  .white-layout {
    padding-top: 10px !important;
  }
  .white-layout h1 {
    text-transform: capitalize;
    top: -76px;
    text-align: left;
    font-style: normal;
    font-weight: 300;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.0025em;
  }
}
.white-layout h1 {
  text-transform: capitalize;
  top: -76px;
  text-align: left;
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.0025em;
}
.white-layout {
  color: #000;
  background-color: #f2f2f2;
}
.white-layout a,
.white-layout a:visited {
  color: #43ced3;
  padding-bottom: 3%;
}
.white-layout .mdc-chip.mdc-chip--selected {
  background-color: #000 !important;
  color: #fff !important;
}
.white-layout div.flex-col-center > svg,
.white-layout div.flex-col-center > p {
  padding-bottom: 40px;
}
.white-layout p.add-unit-title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
}
.white-layout div.flex-col-center > svg {
  margin-left: auto;
  margin-right: auto;
}
.white-layout h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  /* Black_87 */
  color: rgba(0, 0, 0, 0.87);
}
.white-layout .grouped-buttons {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media (min-width: 601px) and (max-width: 1279px) {
  .white-border {
    border: 2px solid #ffffff;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 33px 20px 20px 20px;
    margin-bottom: 20px;
  }
}
.blue-layout, .login {
  padding-top: env(safe-area-inset-top);
}
.blue-layout .blue-link, .login .blue-link {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 24px !important;
  letter-spacing: 0.001em !important;
  color: #43ced3 !important;
  cursor: pointer;
}
.blue-layout .flex-col-center, .login .flex-col-center {
  max-width: 350px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.blue-layout p.field-error, .login p.field-error {
  color: #ea0909 !important;
  text-transform: none;
}
.blue-layout .blue-container, .login .blue-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  min-height: 300px;
  padding-top: 30px;
}
@media (min-width: 601px) and (max-width: 1279px) {
  .blue-layout .blue-container, .login .blue-container {
    border: 2px solid #ffffff;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 20px 20px 40px 20px;
    margin-top: 40px;
    min-height: 80vh;
  }
}
.blue-layout .blue-container p, .login .blue-container p {
  font-family: "Roboto", sans-serif;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.005em !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
.blue-layout p, .login p {
  font-family: "Roboto", sans-serif;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.005em !important;
}
.blue-layout .input-div, .login .input-div {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.blue-layout .mdc-text-field, .login .mdc-text-field {
  min-width: 100%;
}
@media (min-width: 1280px) {
  .blue-layout .mdc-text-field, .login .mdc-text-field {
    min-width: 80%;
  }
}
.blue-layout .mdc-text-field, .login .mdc-text-field {
  margin-bottom: 20px;
  text-transform: none !important;
}
.blue-layout, .login {
  background: linear-gradient(198.87deg, #0059b3 0%, #003171 100%);
  margin: 0;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  padding: 10px;
  /* identical to box height */
  text-align: center;
  min-height: 100vh;
}
.blue-layout h1, .login h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.0025em;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .blue-layout h1, .login h1 {
    color: rgba(0, 0, 0, 0.6);
  }
}
.blue-layout span, .login span {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  text-align: center;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .blue-layout span, .login span {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media (min-width: 1280px) {
  .blue-layout button > span, .login button > span {
    color: #fff;
  }
}
@media (min-width: 1280px) {
  .blue-layout h1, .login h1 {
    text-transform: capitalize;
    /* left: -341px; */
    top: -76px;
    text-align: left;
    width: 100%;
    position: relative;
  }
  .blue-layout h1.title, .login h1.title {
    position: unset;
    top: 0;
    left: 0;
    text-align: center;
  }
  .blue-layout input.mdc-text-field__input, .login input.mdc-text-field__input {
    color: #000 !important;
  }
  .blue-layout .mdc-text-field > svg path, .login .mdc-text-field > svg path {
    fill: #000;
  }
  .blue-layout, .login {
    min-height: 100%;
  }
}
.blue-layout .mdc-floating-label, .login .mdc-floating-label {
  text-align: right;
  margin-left: auto;
  margin-right: auto;
}
.blue-layout .mdc-notched-outline__notch, .login .mdc-notched-outline__notch {
  width: auto !important;
}
.blue-layout .mdc-floating-label--float-above, .login .mdc-floating-label--float-above {
  width: auto;
}
.login-error {
  color: #ef7677;
}
.login:not(.mdc-text-field--disabled) .input-div.error .mdc-notched-outline__leading,
.login:not(.mdc-text-field--disabled) .input-div.error .mdc-notched-outline__notch,
.login:not(.mdc-text-field--disabled) .input-div.error .mdc-notched-outline__trailing {
  border-color: #ef7677 !important;
}
.error {
  position: relative;
}
.login {
  min-width: 375px;
  padding-bottom: 100px;
  text-transform: uppercase;
}
.login form {
  margin: 70px auto 30px auto;
}
.login .mdc-text-field {
  min-width: 100%;
  margin-bottom: 20px;
  text-transform: none !important;
}
.login .input-div {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.login .mdc-text-field > svg path {
  fill: #fff !important;
}
.login input.mdc-text-field__input {
  color: #fff !important;
}
@media (min-width: 1280px) {
  .login {
    padding: 0 !important;
  }
  .login .input-div {
    max-width: 30vw;
  }
}
.help {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 20px;
}
.help p {
  color: #4383dd !important;
  text-transform: none !important;
  margin-top: 0;
  margin-bottom: 0;
}
.help p.white-font {
  color: #fff !important;
}
.help p.small {
  font-size: 10px;
  line-height: 16px;
}
.help span {
  color: #fff;
}
.in-the-center, .modal-swich, .pagging-wrapper .pagging-navigation, .grid-menu div, .grid-menu, .dashboard-content, .dashboard, .top-menu, .pie-container, .white-layout {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.center-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.padding-top-20 {
  padding-top: 20px;
}
.pie-container {
  position: relative;
  min-height: 150px;
  max-width: 350px;
}
@media (min-width: 601px) and (max-width: 1279px) {
  .pie-container {
    max-width: 70vw;
  }
}
@media (min-width: 1280px) {
  .pie-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 200px;
  }
}
.pie-container .pie-icon-container {
  position: absolute;
  max-width: 105px;
  min-width: 105px;
}
.pie-container .left {
  top: 0%;
  left: 0%;
}
@-moz-document url-prefix() {
  .pie-container .left {
    left: -5%;
  }
}
@media (min-width: 601px) and (max-width: 1279px) {
  .pie-container .left {
    left: 5%;
  }
  @-moz-document url-prefix() {
    .pie-container .left {
      top: 5%;
    }
  }
}
@media (max-width: 600px) {
  .pie-container .left {
    left: 5%;
  }
}
.pie-container .top-right {
  top: 0%;
  right: 0%;
}
@-moz-document url-prefix() {
  .pie-container .top-right {
    right: -10%;
  }
}
@media (min-width: 601px) and (max-width: 1279px) {
  .pie-container .top-right {
    top: 3%;
    right: 21%;
  }
  @-moz-document url-prefix() {
    .pie-container .top-right {
      top: 5%;
    }
  }
}
@media (max-width: 600px) {
  .pie-container .top-right {
    top: 34%;
    right: 49%;
  }
  @-moz-document url-prefix() {
    .pie-container .top-right {
      right: 42%;
    }
  }
}
.pie-container .center {
  left: 41.5%;
  top: 0%;
}
@-moz-document url-prefix() {
  .pie-container .center {
    left: 36%;
  }
}
@media (min-width: 601px) and (max-width: 1279px) {
  .pie-container .center {
    left: 35%;
    top: 0%;
  }
  @-moz-document url-prefix() {
    .pie-container .center {
      top: 5%;
    }
  }
}
@media (max-width: 600px) {
  .pie-container .center {
    left: 65%;
  }
  @-moz-document url-prefix() {
    .pie-container .center {
      left: 52%;
    }
  }
}
.pie-container .bottom {
  top: 55%;
  left: 20%;
}
@-moz-document url-prefix() {
  .pie-container .bottom {
    left: 15%;
  }
}
@media (min-width: 601px) and (max-width: 1279px) {
  .pie-container .bottom {
    top: 55%;
    left: 20%;
  }
}
@media (max-width: 600px) {
  .pie-container .bottom {
    top: 67%;
    left: 5%;
  }
}
.pie-container .bottom-right {
  top: 55%;
  right: 20%;
}
@-moz-document url-prefix() {
  .pie-container .bottom-right {
    right: 10%;
  }
}
@media (min-width: 601px) and (max-width: 1279px) {
  .pie-container .bottom-right {
    top: 55%;
    right: 37%;
  }
}
@media (max-width: 600px) {
  .pie-container .bottom-right {
    top: 67%;
    right: 19%;
  }
}
.pie-container .pie-icon-container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pie-container .pie-icon-container .pie-icon {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pie-container .pie-icon-container .pie-icon p {
  position: absolute;
  top: 10%;
  left: 20%;
  font-style: normal;
  font-weight: bold;
  font-size: 8px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 0px;
  max-width: 80px !important;
  color: #ffffff;
}
.pie-container .pie-icon-container .pie-icon span {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.pie-container .pie-icon-container .pie-icon span:after {
  content: "%";
  font-size: 14px;
}
.top-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard {
  background: #0059b3;
  height: 310px;
  color: #fff;
  padding-bottom: 20px;
}
.dashboard .dashboard-top-menu-icon {
  min-width: 30px;
}
.dashboard h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 0.02em;
  padding: 0;
  margin: 0;
  padding-top: 20px;
}
@media (min-width: 1280px) {
  .dashboard-content {
    max-width: 100%;
  }
}
.blue-bg {
  background: linear-gradient(198.87deg, #0059b3 0%, #003171 100%);
  min-height: 100%;
  min-width: 100vw;
  margin-top: 0;
  padding-top: 20px;
}
.white-overlay {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 0px 64px 0px 0px;
  background-color: #fff;
  max-width: 90%;
  min-height: 100%;
}
.white-overlay .content {
  padding-top: 50px;
  padding-left: 30px;
  padding-bottom: 30px;
}
.white-overlay .content h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 33px;
  color: #333333;
}
.white-overlay .content p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  /* or 212% */
  color: #333333;
}
.white-overlay .content p a {
  color: #02d0ed;
  text-decoration: none;
}
.footer {
  width: 100%;
  background: #0059b3;
}
.footer .content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}
.footer .content a,
.footer .content span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  color: #02d0ed;
}
.footer-outgoing-url {
  background-color: #42ced3;
  text-align: center;
  padding: 15px;
  position: relative;
}
.footer-outgoing-url a {
  color: white;
}
.menu-icon a {
  text-decoration: none;
}
.menu-icon {
  cursor: pointer;
}
.menu-icon span {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #0059b3;
  display: block;
  padding-top: 10px;
}
.no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.white-button, .white-square-button,
.blue-button,
.light-blue {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.0357143em;
  text-transform: uppercase;
  min-width: 170px !important;
  min-height: 50px !important;
  display: flex !important;
  justify-content: space-around !important;
}
button.small-button {
  min-width: 120px !important;
}
button.transparent.blue {
  border: 1px solid rgba(255, 255, 255, 0.12);
}
@media (min-width: 1280px) {
  button.transparent.blue {
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 4px;
  }
}
button.transparent.blue-square {
  border-radius: 4px;
  border: 1px solid #43ced3;
  box-sizing: border-box;
  border-radius: 4px;
  padding-top: 0px;
}
button.transparent.blue-square span {
  color: #fff !important;
  justify-content: center;
}
button.transparent.white {
  border: none;
  box-shadow: 0px 1px 2px rgba(128, 88, 88, 0.2);
  background-color: #fff;
}
button.transparent.min-20 {
  min-width: 20%;
}
button.transparent.min-40 {
  min-width: 40%;
}
button.transparent.min-80 {
  min-width: 80%;
}
button.transparent.min-90 {
  min-width: 90%;
}
button.transparent {
  box-sizing: border-box;
  min-height: 50px;
  text-align: left !important;
}
button.transparent span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.0015em;
  text-transform: uppercase;
  color: #43ced3 !important;
}
div.blue-buttons {
  text-align: right;
  min-width: 100%;
  margin-top: 30px;
}
@media (min-width: 1280px) {
  div.blue-buttons {
    margin-top: 0px;
  }
}
div.blue-buttons button {
  margin-top: 20px;
}
.blue-button {
  border: 2px solid rgba(0, 132, 174, 0.35) !important;
  box-sizing: border-box !important;
  border-radius: 50px !important;
  color: #ffffff;
}
.white-button, .white-square-button {
  border: 2px solid #02d0ed;
  box-sizing: border-box;
  border-radius: 50px;
  color: #333333;
}
.white-button:disabled, .white-square-button:disabled {
  border: 2px solid #f2f2f2;
  box-sizing: border-box;
  border-radius: 50px;
}
.white-square-button {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  color: #43ced3 !important;
}
.white-square-button svg path {
  fill: #43ced3 !important;
}
button.light-blue {
  background: #43ced3;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #fff;
}
button.light-blue:hover {
  background: #43ced3;
}
button.light-blue:disabled {
  color: #fff;
}
label.white-label span {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}
label.blue-label span {
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  text-transform: capitalize;
}
.grid-menu {
  background-color: #0059b3;
}
.grid-menu div.grid-menu-container {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-color: #fff;
}
.grid-menu {
  padding-top: 10px;
}
@media (min-width: 1280px) {
  .grid-menu {
    min-height: 65vh;
  }
}
.speeddial-container {
  height: 380px;
}
.speeddial {
  position: fixed;
  right: 10%;
  top: 40%;
  max-width: 50px;
}
.speeddial button {
  background: #acb4be;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
button.speedial-action {
  background-color: #02d0ed !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
#property-totals {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}
@media (min-width: 1280px) {
  #property-totals {
    color: rgba(0, 0, 0, 0.6);
    max-width: 100%;
    width: 100%;
  }
}
#property-totals {
  width: 70vw;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}
#property-totals span.dots {
  color: #0084ae;
  border-bottom: 2px dotted #0084ae;
  min-width: 100%;
  display: block;
  padding-top: 10px;
  margin-bottom: 10px;
}
#property-totals span.right {
  text-align: right;
}
#property-totals span.left {
  text-align: left;
}
#property-totals div.flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 0px;
}
#property-totals div.totals-box {
  padding: 0px;
  border-radius: 4px;
}
#property-totals div.bubble-text {
  display: flex;
  align-items: center;
}
#property-totals div.bubble-text span {
  margin-left: 15px;
}
.current-date {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
}
.chart-title {
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.chart-title span {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .chart-title span {
    color: rgba(0, 0, 0, 0.6);
  }
}
.chart-title span.percent {
  font-size: 24px;
}
.chart-subtitle {
  position: relative;
  top: -40px;
  text-align: left;
}
.chart-subtitle span {
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: 8px;
  color: #bdbdbd;
}
@media (min-width: 1280px) {
  .chart-subtitle span {
    color: rgba(0, 0, 0, 0.6);
  }
}
#bar-chart {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  min-height: 103px;
}
#bar-chart .bar-rect {
  position: absolute;
  width: 90%;
  bottom: -5px;
  left: 20px;
  display: flex;
  align-items: baseline;
  justify-content: space-evenly;
}
#bar-chart .bar-rect span {
  letter-spacing: 0.015em;
  color: #027ca4;
}
#bar-chart .bar-bg {
  position: absolute;
  bottom: 7px;
  display: flex;
}
#bar-chart .bar-y {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 110%;
}
#bar-chart .bar-y span {
  color: #fff;
}
@media (min-width: 1280px) {
  #bar-chart .bar-y span {
    color: rgba(0, 0, 0, 0.6);
  }
}
.pagging-wrapper .pagging-navigation {
  zoom: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
.year-wrapper .year-selection {
  padding-top: 20px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
}
.year-wrapper .year-selection svg {
  cursor: pointer;
}
.year-wrapper .year-selection .hide {
  visibility: hidden;
}
.year-wrapper .year-selection .show {
  visibility: visible;
}
.chart-container {
  height: 240px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
.chart-container .react-swipeable-view-container {
  height: 240px;
}
@media (min-width: 1280px) {
  .chart-container {
    max-width: 100%;
  }
}
.chart-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  width: 10vw;
  margin-left: auto;
  margin-right: auto;
}
.drawer {
  min-width: 80%;
  max-width: 80% !important;
}
#property-switch {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
}
#property-switch h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 29px;
  display: flex;
  align-items: center;
  letter-spacing: 0.0025em;
  color: rgba(0, 0, 0, 0.87);
}
#property-switch .property-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: rgba(0, 0, 0, 0.87);
}
#property-participation {
  -webkit-transition: width 2s; /* Safari */
  transition: width 2s;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
}
@media (min-width: 601px) and (max-width: 1279px) {
  #property-participation {
    max-width: 70vw;
  }
}
#property-participation {
  overflow: hidden;
}
div.loading-bar {
  height: 100%;
  min-height: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
div.loading-bar .MuiLinearProgress-root {
  width: 90%;
}
@media (min-width: 601px) and (max-width: 1279px) {
  div.loading-bar .MuiLinearProgress-root {
    width: 80%;
  }
}
@media (min-width: 1280px) {
  div.loading-bar .MuiLinearProgress-root {
    width: 50%;
  }
}
.loading {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading .loading-primary {
  color: #027ca4;
}
.loading .loading-secondary {
  color: #fff;
}
@media (min-width: 1280px) {
  .loading .loading-secondary {
    color: #027ca4 !important;
  }
}
.card-button {
  margin-left: auto !important;
}
.card-button span {
  color: #43ced3 !important;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.ellipses {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
}
.max-width-80 {
  max-width: 80%;
}
@media (min-width: 1280px) {
  .pagging-content div.MuiCard-root.MuiPaper-rounded div.MuiCardContent-root:first-child {
    max-height: 125px;
    min-height: 125px;
  }
}
.unit-card, .unit-card-content {
  border-top: solid 2px #43ced3;
}
@media (min-width: 1280px) {
  .unit-card, .unit-card-content {
    border-top: solid 4px #43ced3;
  }
}
.unit-card, .unit-card-content {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 20px;
  /* or 83% */
  display: flex;
  align-items: center;
  /* Black_87 */
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: center;
}
.unit-card svg, .unit-card-content svg {
  margin-right: 30px;
}
.unit-card .unit-text, .unit-card-content .unit-text {
  text-align: left;
}
.unit-card .small, .unit-card-content .small {
  font-size: 12px;
}
.unit-card-content {
  padding-bottom: 5px !important;
  justify-content: start !important;
  align-items: flex-start !important;
}
.unit-card-content svg {
  margin-right: 10px;
}
@media (min-width: 1280px) {
  .unit-card-content svg {
    margin-right: 30px;
  }
}
.resource-center-content {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  min-width: 100%;
}
@media (min-width: 1280px) {
  .resource-center-content a {
    position: relative;
    width: 100%;
    cursor: pointer;
  }
}
.resource-center-content .outerlink {
  position: absolute;
  top: 11px;
  right: 9px;
}
.resource-card-content {
  min-width: 160px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .resource-card-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (min-width: 1280px) {
  .resource-card-content :nth-child(2),
  .resource-card-content :nth-child(3) {
    padding-left: 30px;
  }
  .resource-card-content svg rect,
  .resource-card-content svg line,
  .resource-card-content svg path,
  .resource-card-content :not(.no-color) rect,
  .resource-card-content :not(.no-color) line,
  .resource-card-content :not(.no-color) path {
    stroke: #43ced3 !important;
  }
  .resource-card-content svg path,
  .resource-card-content :not(.no-color) path {
    fill: #43ced3 !important;
  }
}
.resource-card-content span,
.resource-card-content a,
.resource-card-content a:hover {
  text-decoration: none;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #0059b3;
}
@media (min-width: 1280px) {
  .resource-card-content span,
  .resource-card-content a,
  .resource-card-content a:hover {
    padding-top: 0px;
  }
  .resource-card-content span svg path,
  .resource-card-content a svg path,
  .resource-card-content a:hover svg path {
    stroke: #43ced3;
  }
}
.full-pic {
  max-width: 100vw;
  width: 100%;
}
.search-units-filter {
  margin-top: 10px;
  color: #fff;
  background-color: rgba(242, 242, 242, 0);
  padding: 20px;
  position: relative;
}
@media (min-width: 1280px) {
  .search-units-filter {
    background-color: #fff;
    margin-top: 0px;
    padding-top: 20px;
  }
}
.search-units-filter div.mdc-text-field {
  width: 100%;
}
.search-units-filter svg path {
  fill: #000000;
  fill-opacity: 1;
}
.search-filter {
  margin-top: 0px;
  background-color: #43ced3;
  color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  position: relative;
  padding-bottom: 10px;
}
@media (min-width: 1280px) {
  .search-filter {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.6);
  }
}
.search-filter div.title {
  justify-content: space-around;
}
.search-filter span.small-tl {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.004em;
  color: rgba(255, 255, 255, 0.6);
}
.search-filter p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}
.search-filter span.total {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 20px;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .search-filter span.total {
    color: rgba(0, 0, 0, 0.6);
  }
}
.search-filter div {
  display: flex;
  align-items: center;
}
.search-filter div :first-child {
  padding-right: 10px;
}
.search-filter div .mdc-chip-set--choice .mdc-chip--selected {
  background-color: #014971;
}
@media (min-width: 1280px) {
  .search-filter div .mdc-chip-set--choice .mdc-chip--selected {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.search-filter div .mdc-chip-set--choice .mdc-chip--selected .mdc-chip__text {
  background-color: #014971;
}
@media (min-width: 1280px) {
  .search-filter div .mdc-chip-set--choice .mdc-chip--selected .mdc-chip__text {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
  }
}
.search-filter div .mdc-chip {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
@media (min-width: 601px) and (max-width: 1279px) {
  .reset-flex-tablet .details-grey {
    background: #f2f2f2;
  }
}
.unit-details {
  text-align: left;
}
.unit-details .white-layout a,
.unit-details .white-layout a:visited {
  color: "rgba(0, 0, 0, 0.87) !important";
}
@media (max-width: 600px) {
  .unit-details {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 3%;
  }
}
@media (min-width: 601px) and (max-width: 1279px) {
  .unit-details {
    max-width: 45%;
    min-width: 45%;
    padding-left: 5%;
    padding-top: 30px;
  }
  .unit-details .details-grey {
    background: #f2f2f2;
  }
}
@media (min-width: 1280px) {
  .unit-details {
    max-width: 45%;
    min-width: 45%;
    padding-left: 5%;
  }
  .unit-details .details-grey {
    background: #f2f2f2;
  }
}
.unit-details p {
  margin: 0px;
}
.unit-details .label {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 7px;
}
.unit-details .red-text {
  color: #b00020 !important;
}
.unit-details .value {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 30px;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}
#agreement-body {
  text-align: left;
}
#agreement-body h2 {
  font-weight: bold;
}
#agreement-body p {
  font-weight: 500;
}
#agreement-body h2,
#agreement-body p {
  font-style: normal;
  font-size: 16px;
  line-height: 34px;
  /* or 212% */
  letter-spacing: 0.0025em;
  color: rgba(0, 0, 0, 0.87);
}
#agreement-body h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  /* Black_87 */
  color: rgba(0, 0, 0, 0.87);
}
img.img-upload {
  border-radius: 16px;
  max-width: 116px;
  max-height: 150px;
}
.section-title {
  color: #b5b5b5 !important;
  text-transform: uppercase;
  border-bottom: 2px solid #f2f2f2;
  margin-bottom: 20px !important;
}
@media (max-width: 599px) {
  .menu-white-bar #search-box {
    padding: 0px 15px;
  }
  .mdc-top-app-bar--fixed-adjust {
    padding-top: 135px;
  }
}
@media (max-width: 340px) {
  #property-name {
    width: 200px;
    margin-left: -100px;
  }
}
.text-left {
  text-align: left;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-40 {
  margin-left: 40px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-right-40 {
  margin-right: 40px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
@media (min-width: 1280px) {
  html,
  body {
    background: #f9fcff;
  }
  .loading-div {
    position: relative;
    top: 0%;
    left: 0%;
    min-width: 100%;
    min-height: 100%;
  }
  .loading-circle svg {
    color: #014971 !important;
  }
  .loading-circle {
    text-align: center;
    justify-content: center;
  }
  a,
  a:hover {
    text-decoration: none;
  }
  .bg-dashboard {
    background: #e5e5e5;
  }
  .year-wrapper {
    width: 100%;
  }
  .year-wrapper svg path {
    fill: rgba(0, 0, 0, 0.6);
  }
  .menu-header {
    text-transform: capitalize;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.6);
  }
  .menu-header a,
  .menu-header a:visited {
    padding-left: 5px;
    color: #027ca4;
  }
  .bg-menu {
    /* Blue_pimary */
    background: linear-gradient(234.58deg, #0059b3 0%, #003171 100%);
  }
  .bg-white {
    background-color: #f9fcff;
  }
  .full-screen-height {
    height: 100vh;
  }
  .menu-logo {
    height: 125px;
    text-align: center;
    margin: auto;
  }
  .menu-up {
    position: sticky;
    background-color: #fff;
    min-height: 70px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04);
    margin-bottom: 8px;
    padding-left: 20px;
    height: 96px !important;
  }
  .main-content {
    padding-left: 20px;
    padding-top: 20px;
  }
  .padding-left-10 {
    padding-left: 10px;
  }
  .padding-right-10 {
    padding-right: 10px;
  }
  .sidebar-menu {
    max-width: 250px;
    color: #027ca4;
    position: sticky;
    position: -webkit-sticky;
    top: 0; /* required */
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 125px);
  }
  .sidebar-menu svg {
    width: 18px;
    height: 18px;
  }
  .sidebar-menu-small {
    position: sticky;
    position: -webkit-sticky;
    top: 0; /* required */
  }
  .menu-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
  }
  .square-icon {
    border: 2px solid #027ca4;
    box-sizing: border-box;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    position: relative;
    top: 10%;
  }
  .menu-item:hover .square-icon {
    border-color: #fff;
  }
  .menu-item:hover a {
    color: #fff;
    text-decoration: none;
  }
  .menu-item:hover a svg path {
    stroke: #fff;
  }
  .menu-item {
    min-height: 30px;
    padding-left: 30px;
    justify-content: center;
    color: #fff;
  }
  .menu-item svg {
    width: 18px;
    height: 18px;
  }
  .menu-item a {
    color: #fff;
  }
  .menu-item a svg path {
    stroke: #027ca4;
  }
  a.menu-item-selected {
    color: rgba(255, 255, 255, 0.24);
  }
  a.menu-item-selected :hover {
    text-decoration: none;
  }
  a.menu-item-selected svg path {
    stroke: #fff;
  }
  .icon-color-content path {
    stroke: #027ca4 !important;
  }
  .menu-item:hover,
  .menu-item-active {
    color: #fff;
    border-color: #fff;
    cursor: pointer;
  }
  .pointer {
    cursor: pointer;
  }
  .content-title {
    text-transform: capitalize;
    color: #000000;
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
  }
  .main-content-action,
  a.main-content-action {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #03c9f1;
    cursor: pointer;
  }
  .table-wrapper {
    width: 98%;
  }
  table.custom-table td {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #eeeeee;
  }
  table.custom-table th {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #eeeeee;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 10 !important;
    color: #000000;
  }
  table.custom-table tr {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #eeeeee;
  }
  .form-div {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
    text-align: center;
  }
  .form-div-expanded {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    text-align: center;
  }
  .full-width {
    width: 100% !important;
    min-width: 100% !important;
  }
  .full-height {
    height: 100% !important;
  }
  .margin-bottom-20 {
    margin-bottom: 20px !important;
  }
  .margin-top-20 {
    margin-top: 20px !important;
  }
  .margin-bottom-40 {
    margin-bottom: 40px !important;
  }
  .sub-header-text {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    text-align: left;
    padding-bottom: 20px;
  }
  .sub-header-extra-margin {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .success-text {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 20px; /* or 67% */
    text-align: center;
    color: #014971;
  }
  .modal-body {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px; /* or 150% */
    display: flex;
    align-items: center;
    text-align: center;
    min-height: 100px;
    justify-content: center;
    color: #404040;
  }
  .in-the-center, .modal-swich, .white-layout, .pie-container, .top-menu, .dashboard, .dashboard-content, .grid-menu, .grid-menu div, .pagging-wrapper .pagging-navigation {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
  .in-the-center-with-margin {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .in-the-middle {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .add-new-property {
    width: 100% !important;
    height: 100% !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    display: flex !important;
    align-items: center !important;
    text-transform: uppercase !important;
    background: #03c9f1 !important;
    box-shadow: none !important;
    color: #fff !important;
    border-radius: 0px !important;
  }
  .vertical-center {
    display: flex;
    align-items: center;
  }
  .footer-desktop {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    /* or 160% */
    /* White_60 */
    color: rgba(255, 255, 255, 0.6);
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    flex-shrink: 0;
  }
  .footer-desktop hr {
    border: 1px solid rgba(255, 255, 255, 0.12);
  }
  .footer-desktop a,
  .footer-desktop a:visited {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
  }
  .footer-desktop a svg,
  .footer-desktop a:visited svg {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1280px) and (max-height: 300px) {
  .footer {
    display: none;
  }
}
@media (min-width: 1280px) {
  .required-text {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    width: 100%;
    color: #ababab;
  }
  .text-right {
    text-align: right !important;
  }
  .text-left {
    text-align: left !important;
  }
  .padding-right-20 {
    padding-right: 20px;
  }
  .extension-panel {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08) !important;
  }
  .quote-view, .quote-view-selected {
    cursor: pointer;
  }
  .quote-view p, .quote-view-selected p {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .quote-view hr.extra-margin, .quote-view-selected hr.extra-margin {
    margin-bottom: 40px !important;
  }
  .quote-view p.extra-padding, .quote-view-selected p.extra-padding {
    padding-bottom: 40px !important;
  }
  .quote-view h4, .quote-view-selected h4 {
    color: #03c9f1 !important;
  }
  .quote-view .info-icon, .quote-view-selected .info-icon {
    position: relative;
    width: 30px;
    left: 10px;
  }
  .quote-view .info-icon path, .quote-view-selected .info-icon path {
    fill: #e5e5e5;
  }
  div.content-box {
    background: #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    padding-right: 1%;
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 2%;
    max-width: 95% !important;
    margin-right: 1%;
    margin-bottom: 3%;
  }
  .quote-panel, .quote-view-selected {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08) !important;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .quote-panel .program-select-div, .quote-view-selected .program-select-div {
    margin-bottom: 20px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .quote-panel .total, .quote-view-selected .total {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000000;
  }
  .quote-panel p span, .quote-view-selected p span {
    color: #cccccc;
    min-height: 25px;
  }
  .quote-panel h4, .quote-view-selected h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    margin: 0;
    color: #404040;
  }
  .quote-panel h3, .quote-view-selected h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
  }
  .quote-panel hr, .quote-view-selected hr {
    width: 90% !important;
    background: #027ca4 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    min-height: 2px !important;
  }
  .quote-panel div.info-text, .quote-view-selected div.info-text {
    width: 90%;
    margin-top: 20px;
    border-top: 1px dotted #e5e5e5;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .quote-panel div.info-text span, .quote-view-selected div.info-text span {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    color: #ababab;
  }
  .quote-panel div.price-div, .quote-view-selected div.price-div {
    max-width: 60%;
    display: flex;
    align-items: baseline;
    margin-left: auto;
    margin-right: auto;
  }
  .quote-panel div.price-div input, .quote-view-selected div.price-div input {
    text-align: center !important;
  }
  .quote-panel div.price-div span, .quote-view-selected div.price-div span {
    color: #cccccc;
    display: inline-block;
    padding-right: 5px;
  }
  .quote-view-selected {
    background-color: #014971;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
  }
  .quote-view-selected p {
    color: #027ca4;
  }
  .quote-view-selected strong,
  .quote-view-selected h3 {
    color: #fff;
  }
  .quote-view-selected hr {
    border: none;
  }
  .quote-view-selected p.total {
    color: #027ca4;
  }
  .quote-view-selected h4 {
    color: #fff !important;
  }
  .quote-view-selected circle {
    fill: #027ca4;
  }
  .quote-view-selected .info-icon svg path {
    fill: rgba(3, 201, 241, 0.16);
  }
  .quote-view-selected div.info-text {
    border-top: 1px dotted #027ca4;
  }
  .quote-view-selected div.info-text span {
    color: #027ca4;
  }
  .quote-include {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px; /* or 133% */
    color: #404040;
  }
  .quote-submit {
    margin-top: 40px;
  }
  .quote-submit #quote-info {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px; /* or 200% */
    text-align: left !important;
    color: #404040;
  }
  .quote-submit button#quote-submit-button {
    color: #fff !important;
    width: 80% !important;
    min-width: 80% !important;
  }
  div#interaction-history {
    max-width: 60%;
    width: 60%;
    text-align: left;
  }
  div#interaction-history p {
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #014971;
  }
  div#interaction-history #chat-history {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 15px;
  }
  div#interaction-history #send-message {
    position: relative;
    top: -50px;
    padding-right: 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #03c9f1;
    cursor: pointer;
  }
  div#interaction-history #interaction-textarea {
    text-align: right;
    max-width: 100% !important;
    margin: 0 !important;
  }
  div#interaction-history #interaction-input textarea {
    left: 0 !important;
    position: relative;
    height: auto !important;
    margin-bottom: 10px;
  }
  div#interaction-history #interaction-input textarea[aria-hidden=true] {
    display: none;
  }
  div#interaction-history .interaction-item {
    text-align: right;
  }
  div#interaction-history .interaction-item p.interaction-item-from {
    text-align: right;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000c13;
  }
  div#interaction-history .interaction-item .interaction-message {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    text-transform: none;
    color: #ababab;
  }
  div#interaction-history .interaction-item time {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px; /* or 171% */
    text-align: right;
    color: #e5e5e5;
  }
  .request-info, .add-note p, div#submission-summary p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #ababab;
  }
  .request-info span, .add-note p span, div#submission-summary p span {
    color: #03c9f1;
    text-transform: uppercase;
  }
  .fix-textarea textarea, .add-note textarea, div#submission-summary #submission-input textarea {
    left: 0 !important;
    position: relative;
    height: auto !important;
    margin-bottom: 10px;
  }
  .fix-textarea textarea[aria-hidden=true], .add-note textarea[aria-hidden=true], div#submission-summary #submission-input textarea[aria-hidden=true] {
    display: none;
  }
  div#submission-summary {
    text-align: left;
  }
  div#submission-summary p.no-capitalize {
    text-transform: none;
  }
  div#submission-summary p.no-capitalize span {
    color: #000 !important;
  }
  div#submission-summary p.add-a-lot-of-margin-on-the-top {
    margin-top: 200px;
  }
  div#submission-summary #submission-textarea {
    text-align: left;
    max-width: 100% !important;
    margin: 0 !important;
    display: flex;
    align-items: flex-end;
  }
  div#submission-summary #submission-input {
    width: 70%;
    padding-right: 20px;
  }
  div#submission-summary #submission-input .no-margin-bottom {
    margin-bottom: 0px !important;
  }
  .add-note p {
    text-align: left;
  }
  .add-note {
    max-width: 70%;
    text-align: right;
  }
  .add-note button#note {
    margin-top: 20px;
    max-width: 20%;
  }
  .input-switch-bar {
    background-color: #dfd6d6 !important;
    border-radius: 200px !important;
  }
  .extension-panel-inner {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #404040 !important;
  }
  .expansion-panel-title {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-transform: uppercase !important;
    color: #000c13 !important;
  }
  a.breadcrum-link {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #03c9f1;
  }
  a.breadcrum-link-selected {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #ababab;
  }
  div.summary {
    max-width: 98%;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: left;
    padding: 30px 30px 30px 30px;
    margin-bottom: 30px;
  }
  div.summary strong {
    font-style: bold;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000c13;
  }
  div.summary p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #ababab;
  }
  div.summary p span {
    color: #03c9f1;
  }
  div.summary p time {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #e5e5e5;
  }
  .bottom-dashed-line {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
  }
  #quotes-not-accepted {
    display: flex;
    align-items: flex-start;
    max-width: 80%;
  }
  #quotes-not-accepted #quotes-not-accepted-messages {
    text-align: left;
    min-width: 80%;
    max-width: 80%;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px;
    margin-right: 20px;
  }
  #quotes-not-accepted #quotes-not-accepted-messages h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000c13;
  }
  #quotes-not-accepted #quotes-not-accepted-messages p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #ababab;
  }
  #quotes-not-accepted #quotes-not-accepted-messages time {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #e5e5e5;
  }
  #login-title {
    position: absolute;
    top: 10%;
    left: 5%;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
  }
  .table-link {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #03c9f1;
    cursor: pointer;
  }
  .activity-icons {
    padding-top: 10px;
  }
  .activity-icons svg {
    width: 18px;
    height: 18px;
  }
  .activity-icons a, .activity-icons:visited {
    display: block;
    color: #fff;
    padding-left: 100px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 10px;
  }
  .activity-icons a.menu-item-selected, .activity-icons a.menu-item-selected:visited, .activity-icons:visited.menu-item-selected, .activity-icons:visited.menu-item-selected:visited {
    color: rgba(255, 255, 255, 0.24);
  }
}
.height-100 {
  height: 100%;
  min-height: 100%;
}
#switch-versions {
  background: #43ced3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
}
#switch-versions p,
#switch-versions a,
#switch-versions a:visited {
  margin: 0 0 0px !important;
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}
#not-found {
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  text-transform: none;
}
#not-found svg path,
#not-found svg rect {
  stroke: #fff;
}
@media (min-width: 1280px) {
  #not-found {
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
}
code {
  word-break: break-all;
}
@media (min-width: 1280px) {
  #add-move-in-form {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: normal;
  }
  #add-move-in-form svg {
    margin-right: 30px;
  }
}
#debug-info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: red;
}
#login-screen {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#download-app-banner {
  background: #0059b3;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  left: -20px;
  top: -20px;
  position: relative;
  margin: 0;
  margin-bottom: 4px;
  min-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
#download-app-banner p#download-app-banner-text {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 18px !important;
  text-transform: none !important;
}
#download-app-banner #icon-close path {
  fill: #fff;
}
#download-app-banner button.MuiButton-root {
  max-width: 88px !important;
  min-width: 88px !important;
  width: 88px !important;
}
#download-app-banner button.MuiButton-root span {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}
#download-app-banner #download-rll-icon {
  height: 40px;
  width: 40px;
}
#download-app-banner div {
  width: 375px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  flex-direction: row;
  height: 90px;
  align-items: center;
  justify-content: space-around;
}
#download-app-banner div img:first-child {
  width: 14px;
  height: 14px;
}
#download-app-banner div img:nth-child(2) {
  width: 40px;
  height: 40px;
}
#download-app-banner div img:nth-child(3) {
  width: 88px;
  height: 38px;
}
#coverageType .MuiInputLabel-formControl {
  top: -7px;
}
.modal-swich {
  position: relative;
  max-width: 500px;
}
.modal-swich #modal-switch-body {
  max-height: 220px;
  max-width: 456px;
  display: flex;
  padding-top: 35px;
  padding-bottom: 18px;
  flex-direction: column;
}
.modal-swich #modal-switch-body h1 {
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.modal-swich #modal-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  min-width: 409px;
}
.modal-swich #modal-buttons button {
  width: 70%;
  min-width: 70%;
  max-width: 70%;
}
@media (min-width: 1280px) {
  .modal-swich #modal-buttons h1 {
    font-size: 18px;
  }
  .modal-swich #modal-buttons {
    flex-direction: row;
    justify-content: space-around;
  }
  .modal-swich #modal-buttons button {
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
  }
}
.modal-swich #close-modal {
  position: absolute;
  right: 30px;
  top: 10px;
}
.modal-swich #close-modal svg {
  color: #fff;
}
.modal-swich #modal-checkbock {
  margin-left: 13px;
  margin-right: auto;
  margin-top: 25px;
}
.modal-swich #modal-checkbock .MuiFormControlLabel-label {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.0025em;
  color: #ffffff;
}
.modal-swich #modal-checkbock svg rect {
  stroke: rgb(255, 255, 255);
}
.modal-swich .MuiPaper-root {
  color: #fff;
}
.modal-swich .MuiPaper-root h1 {
  font-style: normal;
  font-weight: bold;
}
.modal-swich .MuiPaper-root .MuiButton-root {
  padding: 6px 16px;
  min-width: 200px;
  margin-top: 30px;
}
.modal-swich .MuiPaper-root .MuiButton-label {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 30px;
}
.modal-swich .MuiPaper-root {
  background-color: transparent !important;
}
.modal-swich .MuiPaper-root .MuiDialogContent-root {
  background: #0059b3;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}
.table-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.table-container {
  padding-top: 20px;
}
.table-container th.MuiTableCell-root {
  padding: 15px !important;
}
.table-container td.MuiTableCell-root {
  padding: 10px;
}
.grid-options {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.grid-options span {
  margin-right: 5px;
  margin-left: 5px;
}
div.details-wrapper {
  display: flex;
  min-width: 100%;
}
@media (max-width: 600px) {
  div.details-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 601px) and (max-width: 1279px) {
  div.details-wrapper .unit-details:first-child {
    background: #f2f2f2;
  }
}
div.dash-chart {
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  padding-right: 5%;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  max-width: 90% !important;
  padding: 5%;
  min-width: 34%;
  width: 34%;
  margin-bottom: 3%;
}
#login-form {
  width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#login-form .input-div {
  max-width: 100%;
  min-width: 100%;
}
#login-form #login_button {
  min-width: 100% !important;
}
#login-form #forgot-password-link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-decoration-line: underline;
  text-transform: none;
  color: #4383dd;
}
#login-dividers {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
}
#login-dividers span {
  color: rgba(255, 255, 255, 0.8);
  margin-left: 5px;
  margin-right: 5px;
}
#login-magin-link-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#login-magin-link-buttons button {
  min-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
div.error-bubble {
  position: absolute;
  text-transform: none;
  top: -40px;
  right: 0px;
  width: fit-content;
  padding: 3px 15px 3px 15px;
  background-color: #fff;
  border-radius: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #dd4343;
}
div#error-magic-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px auto 70px auto;
}
div#error-magic-link p {
  margin: 50px auto 50px auto;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #ffffff;
}
button.edit-white-button {
  width: 100px;
  height: 35px;
}
button.edit-white-button span.MuiButton-label {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
}
button.edit-white-button span.MuiButton-label svg {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#settings-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#settings-menu span {
  padding-bottom: 3px;
}
div#div-code-success p {
  color: #fff !important;
}
h2.white-layout-subtitle {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  padding: 10px;
  min-width: 100%;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
div.title-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-width: 30%;
}
button.export-button-mobile {
  margin-right: 0 !important;
  margin-bottom: 10px !important;
}
.applications-container p svg path {
  stroke: unset !important;
}
.applications-container {
  position: relative;
  padding: 0px 5px 0px 5px;
}
.applications-container .application-progress-badge {
  padding: 0 24px 0 24px;
  height: 34px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  position: absolute;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #ef712b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.applications-container .application-progress-badge.ready {
  background: #14c02b;
}
.applications-container .application-progress-badge.pending {
  background: #662d91;
}
.applications-container .application-header {
  position: relative;
}
.applications-container .application-status-bar {
  padding-top: 15px;
}
.applications-container .application-status-bar > span {
  padding-left: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.0025em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}
.applications-container .application-status-bar div.MuiAccordion-root {
  background-color: unset;
  color: #fff;
  max-width: 100%;
  margin: 0 !important;
  box-shadow: none;
}
.applications-container .application-status-bar .MuiAccordion-root:before {
  display: none;
}
.applications-container .application-status-bar div.MuiCollapse-wrapper {
  background-color: #0059b3;
  color: #fff;
}
.applications-container .application-status-bar {
  width: 100%;
  text-align: left;
  letter-spacing: 0.005em;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}
.applications-container .application-status-bar > p a,
.applications-container .application-status-bar > p a:visited {
  color: #fff;
  padding-bottom: 0%;
}
.applications-container .application-status-bar > p {
  display: flex;
  align-items: center;
}
.applications-container .application-status-bar > p svg {
  margin-right: 5px;
}
.applications-container .application-status-bar > p {
  cursor: pointer;
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 0;
}
.applications-container .application-header {
  background: #0059b3;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  min-height: 112px;
  color: #fff;
}
.applications-container .application-header a {
  color: #fff;
}
.applications-container .application-header #btn-submit.light-blue {
  position: absolute;
  right: 4%;
  top: 2%;
  box-shadow: none;
  max-width: 127px !important;
  min-width: 127px !important;
}
.applications-container .application-row {
  display: flex;
  cursor: pointer;
  margin-top: 10px;
  max-width: 100%;
}
.applications-container .application-icon {
  position: absolute;
  right: 20px;
}
.applications-container .application-percent {
  margin-left: 10px;
  width: 40px;
}
.applications-container .application-percent::after {
  font-size: 12px;
  content: "%";
}
.applications-container .application-row-name {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.0025em;
  text-decoration-line: underline;
  max-height: 50px;
  margin-left: 10px;
}
.applications-container .application-row-name :first-child {
  margin-right: 5px;
}
.applications-container .application-row-name :last-child {
  bottom: 6px;
}
.applications-container .application-row-name::before {
  content: "";
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  margin-left: 0px;
  margin-right: 20px;
}
.applications-container div.application-property-list a {
  color: rgba(0, 0, 0, 0.87);
}
.applications-container div.application-property-list div.application-property-row {
  display: flex;
  flex-direction: column;
}
.applications-container div.application-property-list div.application-property-status {
  position: relative;
  left: 80px;
  top: 5px;
}
.applications-container div.application-property-list div.application-property-status > div {
  margin-bottom: 10px;
}
.applications-container div.application-list-pdf {
  display: flex;
}
.applications-container div.application-list-pdf * {
  margin-right: 5px;
}
.applications-container .application-body-list {
  margin-right: 5px;
}
.applications-container .application-body-list div.Mui-expanded {
  margin-bottom: 0px;
}
.applications-container .application-body-list div.MuiAccordionSummary-expandIcon {
  padding-top: 0px;
  position: absolute;
  right: 0px;
  top: 21px;
}
.applications-container .application-body-list div.application-icon {
  margin-right: 5px;
}
.applications-container .application-body-list div.submit-wrapper {
  max-width: 90px !important;
  min-width: 100px !important;
}
.applications-container .application-body-list div.submit-wrapper button {
  margin-left: none;
  margin-right: none;
}
.applications-container .application-body-list div.completed-steps {
  margin-top: 20px;
  margin-bottom: 20px;
}
.applications-container .application-body-list .MuiAccordionSummary-content {
  max-width: 100%;
  min-width: 100%;
}
.applications-container .application-body-list .MuiAccordion-root {
  margin: 0;
  box-shadow: none;
  padding-right: 5px;
}
.applications-container .application-body-list .MuiAccordion-root .MuiAccordionDetails-root {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 105px;
}
.applications-container .application-body-list .MuiAccordion-root .MuiAccordionDetails-root a.application-status-bar {
  color: inherit;
}
.applications-container .application-body-list span.MuiFormControlLabel-label {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.applications-container .application-body-list .MuiAccordion-root:before {
  display: none;
}
.applications-container .application-body {
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 30px;
  padding: 24px 20px 20px 20px;
  background: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: 150px;
  box-shadow: 0px 9px 16px #e7e7e7;
  text-align: left !important;
}
.applications-container .application-body .application-row .application-percent {
  width: 40px;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #0059b3;
}
.applications-container .application-body .application-row .application-row-name {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.0025em;
  text-decoration-line: underline;
  color: rgba(0, 0, 0, 0.87);
}
.applications-container .application-body .application-row .application-row-name::before {
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.applications-container .application-body h3 {
  text-align: left !important;
  margin: 0px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  line-height: 24px;
  letter-spacing: 0.0025em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 1280px) {
  div.mobile-view {
    margin-top: 40px;
    min-width: 50% !important;
    max-width: 50% !important;
  }
  .application-form-body h1 {
    position: relative;
    display: inline-block;
    position: relative;
    top: 0;
    left: -271px;
    min-width: 387px !important;
    text-align: right !important;
  }
  .application-form-body {
    width: 90% !important;
    min-width: 90% !important;
  }
  .application-form-body div.full-box {
    overflow: hidden;
    width: 100% !important;
    min-width: 100% !important;
    position: relative;
    left: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  .application-form-body div.full-box p {
    text-align: center !important;
  }
}
.application-form-body li {
  margin-top: 5px;
  text-align: left;
}
@media (min-width: 1280px) {
  .application-form-body {
    min-height: 100vh;
  }
  .application-form-body p svg path {
    stroke: none !important;
  }
  .application-form-body h1 {
    transform: translate(0px, 0px);
  }
}
.application-form-body canvas {
  width: 100%;
  height: 200px;
}
.application-form-body fieldset.MuiOutlinedInput-notchedOutline {
  top: 3px !important;
}
.application-form-body {
  margin-left: 10px;
  margin-bottom: 20px;
  padding-right: 0px;
  width: 100%;
  max-width: 100%;
  color: rgba(0, 0, 0, 0.6);
}
.application-form-body p.error {
  color: #f44336;
  text-align: center;
}
.application-form-body button.light-blue {
  width: 220px;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.application-form-body h1 {
  margin-bottom: 30px;
  min-width: 100%;
  text-transform: uppercase;
  transform: translate(10px, 10px);
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.005em;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 6px solid #0059b3;
}
.application-form-body h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: rgba(0, 0, 0, 0.87);
}
.application-form-body p {
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.005em;
}
.application-form-body div.full-box {
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.005em;
}
.application-form-body div.full-box div.select {
  padding-left: 35px;
  padding-right: 8px;
}
.application-form-body div.full-box div.void-checks p {
  display: flex;
  color: rgba(0, 0, 0, 0.87);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.application-form-body div.full-box h2,
.application-form-body div.full-box p,
.application-form-body div.full-box label:not(.MuiFormLabel-root) {
  margin-left: 30px;
}
.application-form-body div.full-box > button.transparent {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #43ced3;
  box-sizing: border-box;
  border-radius: 4px;
  width: 220px;
  min-width: auto;
}
.application-form-body div.full-box > button.transparent > span {
  justify-content: center;
  color: rgba(0, 0, 0, 0.6) !important;
}
.application-form-body div.full-box {
  color: #ffffff;
}
.application-form-body div.full-box label.white-label span {
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.0025em;
}
.application-form-body div.full-box {
  background-color: #0059b3;
  min-width: 111%;
  padding: 20px 0 20px 0px;
  margin: 20px 0 20px 0;
  overflow: hidden;
  width: 100vw;
  position: relative;
  left: calc(-53vw + 50%);
}
.application-form-body div.blue {
  background-color: #0059b3;
}
.application-form-body div.gray {
  background-color: #fafafa;
}
.application-form-body div.mdc-chip-set {
  margin-bottom: 20px;
}
.application-form-body > label {
  display: flex;
  margin: 20px 0 0 0;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.application-form-body div.year-loss-files {
  margin: 20px 20px 20px 20px;
  text-align: left;
}
.application-form-body div.year-loss-files p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: rgba(0, 0, 0, 0.87);
}
.application-form-body div.year-loss-files > button.transparent {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #43ced3;
  box-sizing: border-box;
  border-radius: 4px;
  width: 220px;
  min-width: auto;
}
.application-form-body div.year-loss-files > button.transparent > span {
  justify-content: center;
  color: rgba(0, 0, 0, 0.6) !important;
}
.application-form-header-stepper {
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.application-form-header-stepper > div.MuiPaper-root {
  margin: 0;
  padding: 0;
}
.application-form-header-stepper .MuiStep-root {
  min-width: 215px;
}
.application-form-header-stepper .MuiStepLabel-active {
  color: rgba(0, 0, 0, 0.87);
}
.application-form-header-stepper .MuiStepLabel-active h3 {
  color: rgba(0, 0, 0, 0.87);
}
.application-form-header-stepper :not(.MuiStepLabel-active) {
  color: rgba(0, 0, 0, 0.24);
  cursor: pointer;
}
.application-form-header-stepper .MuiStep-completed svg {
  display: none;
}
.application-form-header-stepper .MuiStepIcon-active {
  display: none;
}
.application-form-header-stepper .MuiStepLabel-label {
  display: flex;
  align-items: center;
}
.application-form-header-stepper .MuiStepLabel-label h3 {
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 28px;
  letter-spacing: 0.005em;
}
.application-form-header-stepper svg {
  min-height: 10px;
  min-width: 20px;
}
.application-form-header-stepper span {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
}
.application-dashboard {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.application-dashboard .also-fill span {
  color: #bdbdbd !important;
}
.application-dashboard .also-fill path {
  fill: #bdbdbd !important;
}
.application-dashboard .disabled-link span {
  color: #bdbdbd !important;
}
.application-dashboard .disabled-icon span {
  color: #bdbdbd !important;
}
.application-dashboard .disabled-icon svg path {
  stroke: #bdbdbd !important;
}
@media (min-width: 1280px) {
  .application-dashboard > div {
    flex-direction: row;
  }
}
div.white-modal {
  min-height: 200px;
  display: flex;
  flex-direction: column;
}
div.white-modal-small {
  min-height: auto !important;
}
div.online-application-new-template-link {
  display: flex;
  justify-items: flex-start;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.0025em;
  text-transform: uppercase;
  color: #43ced3;
}
div.online-application-new-template-link a,
div.online-application-new-template-link a:hover,
div.online-application-new-template-link a:visited {
  display: flex;
  align-items: center;
  justify-content: center;
}
div.online-application-new-template-link a :first-child,
div.online-application-new-template-link a:hover :first-child,
div.online-application-new-template-link a:visited :first-child {
  margin-right: 10px;
}
div.online-application-template-row {
  box-shadow: 0px 0px 16px #e7e7e7;
  border-radius: 16px;
  margin-bottom: 30px;
}
div.online-application-template-row {
  position: relative;
  min-height: 170px;
}
div.online-application-template-row div.template-row-name {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 30px;
  padding-top: 30px;
}
div.online-application-template-row div.template-row-name :first-child {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.005em;
  color: #0059b3;
  text-decoration-line: none;
}
div.online-application-template-row div.template-row-name :first-child:after {
  content: "%";
  font-size: 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  padding-right: 20px;
}
div.online-application-template-row div.template-row-name :last-child {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.0025em;
  color: rgba(0, 0, 0, 0.87);
  text-decoration-line: underline;
  padding-bottom: 0;
}
div.online-application-template-row div.template-row-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  max-width: 120px;
  min-height: 32px;
  color: #fff;
  background-color: #0059b3;
  border-radius: 10px 0 10px 0;
}
div.online-application-template-row div.template-row-delete {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 10px;
}
div.online-application-template-row div.template-row-action {
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 20px;
}
div.application-body-header h3 {
  padding-top: 10px;
  padding-bottom: 5px;
}
div.application-body-header p,
div.application-body-header a {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #43ced3;
}
div.application-body-header p svg,
div.application-body-header a svg {
  padding-right: 10px;
}
div.mdc-chip:hover {
  color: #fff !important;
}
div.custom-chip.orange {
  background-color: #ef712b;
}
div.custom-chip.green {
  background-color: #14c02b;
}
div.custom-chip.purple {
  background-color: #662d91;
}
div.custom-chip div.mdc-chip__text {
  margin-left: auto;
  margin-right: auto;
}
div.custom-chip {
  background: rgba(0, 0, 0, 0.12);
  width: fit-content;
  min-width: 115px;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 11px;
  align-items: center;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  color: #ffffff;
}
.clickable {
  cursor: pointer;
}
div.disabled-icon {
  position: relative;
}
div.disabled-icon div.disabled-tooltip {
  position: absolute;
  top: 10%;
  left: 2%;
}
@media (min-width: 1280px) {
  div.disabled-icon div.disabled-tooltip {
    left: -132% !important;
  }
}
div.disabled-icon div.disabled-tooltip {
  width: 190px;
  height: 56px;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.0025em;
  color: rgba(0, 0, 0, 0.6);
}
div.billing-statement {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1280px) {
  div.billing-statement {
    align-items: flex-start;
  }
}
div.billing-statement {
  min-height: 90%;
}
div.billing-statement h3 {
  border-bottom: 2px solid rgba(0, 0, 0, 0.87);
  padding-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.87);
  text-transform: capitalize;
}
div.billing-statement h2 {
  margin-top: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.87);
}
div.monthly-report-info {
  position: relative;
}
div.monthly-report-info div.monthly-report-export-button {
  position: absolute;
  top: -80px;
  right: 0px;
}
@-moz-document url-prefix() {
  .monthly-report,
  .pie-container {
    top: -50px;
  }
}
.monthly-report div.pie-icon-container,
.pie-container div.pie-icon-container {
  transform: scale(1);
  -moz-transform: scale(0.65);
  zoom: 0.65;
}
@media (max-width: 600px) {
  .monthly-report div.pie-icon-container,
  .pie-container div.pie-icon-container {
    transform: scale(1);
    -moz-transform: scale(0.5);
    zoom: 0.5;
  }
}
.monthly-report,
.pie-container {
  display: flex;
  padding-top: 50px;
  justify-content: space-around;
  flex-flow: wrap;
}
.monthly-report div.monthly-chart,
.pie-container div.monthly-chart {
  margin-bottom: 30px;
}
.monthly-report .piechart,
.pie-container .piechart {
  display: block;
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-image: conic-gradient(#346dad 0 365deg, #fff 0 365deg);
}
@media (min-width: 1280px) {
  .monthly-report .piechart,
  .pie-container .piechart {
    background-image: conic-gradient(#e4e4e4 0 365deg, #fff 0 365deg);
  }
}
.monthly-report .piechart span.circle-title,
.pie-container .piechart span.circle-title {
  position: absolute;
  top: -30px;
  left: 0;
  width: 200px;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: rgba(0, 0, 0, 0.87);
}
.monthly-report .piechart .gray-pie,
.pie-container .piechart .gray-pie {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.monthly-report .piechart .white-circle,
.pie-container .piechart .white-circle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.0025em;
}
.monthly-report .piechart .white-circle label,
.pie-container .piechart .white-circle label {
  font-size: 22px;
  z-index: 100;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.0025em;
}
.monthly-report .piechart .white-circle,
.pie-container .piechart .white-circle {
  color: #fff;
}
@media (min-width: 1280px) {
  .monthly-report .piechart .white-circle,
  .pie-container .piechart .white-circle {
    color: rgba(0, 0, 0, 0.87);
  }
}
.monthly-report .piechart .white-circle,
.pie-container .piechart .white-circle {
  width: 81%;
  height: 81%;
  border-radius: 50%;
  background-color: #0059b3;
}
@media (min-width: 1280px) {
  .monthly-report .piechart .white-circle,
  .pie-container .piechart .white-circle {
    background-color: #fff;
  }
}
.monthly-report .piechart .white-circle,
.pie-container .piechart .white-circle {
  top: 10%;
  left: 10%;
}
.monthly-report .piechart .white-circle span,
.pie-container .piechart .white-circle span {
  z-index: 1000;
}
.monthly-report div.monthly-char-mobile-container,
.pie-container div.monthly-char-mobile-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 66px;
  margin-left: 100px;
  margin-right: auto;
  margin-bottom: 20px;
}
.monthly-report div.monthly-char-mobile-container h3,
.pie-container div.monthly-char-mobile-container h3 {
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #43ced3;
  min-width: 193px;
  border-left: 1px dashed #eeeeee;
  padding-left: 15px;
}
.monthly-report div.monthly-char-mobile-container div.monthly-chart-mobile,
.pie-container div.monthly-char-mobile-container div.monthly-chart-mobile {
  margin-right: 30px;
  position: relative;
}
.monthly-report div.monthly-char-mobile-container div.monthly-chart-mobile div.label,
.pie-container div.monthly-char-mobile-container div.monthly-chart-mobile div.label {
  min-height: 20px;
  min-width: 45px;
  position: absolute;
  top: 20px;
  left: -35px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 23px;
}
.monthly-report div.monthly-char-mobile-container div.monthly-chart-mobile div.label span,
.pie-container div.monthly-char-mobile-container div.monthly-chart-mobile div.label span {
  text-align: center;
}
.monthly-report div.monthly-char-mobile-container div.monthly-chart-mobile div.label span a,
.pie-container div.monthly-char-mobile-container div.monthly-chart-mobile div.label span a {
  color: rgba(0, 0, 0, 0.87);
}
.monthly-report div.monthly-char-mobile-container div.monthly-chart-mobile svg,
.pie-container div.monthly-char-mobile-container div.monthly-chart-mobile svg {
  position: absolute;
  top: 0;
  left: -40px;
}
.test-line {
  z-index: 10;
  position: absolute;
  max-width: 204px !important;
}
div.billing-account-summary {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}
@media (min-width: 1280px) {
  div.billing-account-summary {
    text-align: left;
  }
}
div.billing-account-summary {
  min-height: 200px;
  min-width: 350px;
  background: #f2f2f2;
}
div.billing-account-summary div.two-columns {
  display: flex;
  justify-content: space-between;
}
div.billing-account-summary h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.6);
}
div.billing-account-summary p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.87);
}
div.billing-account-summary strong {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.004em;
  color: rgba(0, 0, 0, 0.87);
}
div.billing-footer {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
div.billing-footer strong {
  margin-right: 15px;
}
@media (min-width: 1280px) {
  div.billing-footer strong {
    margin-right: 95px;
  }
}
@media (max-width: 600px) {
  table.custom-table {
    zoom: 0.6;
    transform: 1;
    -moz-transform: 0.6;
  }
}
div.notification-icon {
  position: relative;
}
div.notification-icon span {
  position: absolute;
  top: 4px;
  left: 19px;
  color: #fff;
  font-style: normal;
  font-weight: 800;
  font-size: 9px;
}
div.swipeable-list-item__content,
div.swipeable-list-item__content-left,
div.swipeable-list-item__content-right {
  min-width: 100%;
  min-height: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  text-align: center;
  align-items: center;
}
div.swipeable-list-item__content-left,
div.swipeable-list-item__content-left-left,
div.swipeable-list-item__content-right-left {
  background-color: #d53423;
  justify-content: flex-end;
  padding-right: 20px;
}
div.swipeable-list-item__content-right,
div.swipeable-list-item__content-left-right,
div.swipeable-list-item__content-right-right {
  background-color: #14c02b;
  justify-content: flex-start;
  padding-left: 20px;
}
div#notification-action-top {
  color: #43ced3;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  position: relative;
  min-width: 100%;
  min-height: 30px;
}
div#notification-action-top span {
  position: absolute;
  right: 0;
}
div.notifications-area {
  position: relative;
}
div.notifications-area > button {
  position: absolute;
  top: -90px;
  right: 0px;
}
div.notifications-area div.swipeable-list-item {
  margin-bottom: 20px;
}
div.notifications-area div.swipeable-list-item__content {
  background-color: unset !important;
  border-radius: 5px;
}
div.notifications-area div.MuiCard-root {
  min-width: 100%;
  margin-bottom: 0px;
}
div.notifications-area .pagination-button {
  padding: 5px;
  border: 1px solid rgb(226, 232, 240);
  border-radius: 4px;
  margin: 2px;
}
div.notifications-area .pagination-section {
  margin-top: 30px;
}
div.notifications-area div.card-notification-text {
  display: flex;
  align-items: center;
}
div.notifications-area div.notification-list div.notification-row {
  display: flex;
  flex-direction: row;
  min-width: 90%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  margin-top: 20px;
}
div.notifications-area div.notification-list div.notification-row button {
  align-self: center;
}
div.notifications-area div.notification-list div.notification-row h3 {
  margin-top: 5px;
  text-align: left;
  min-width: 130px;
  align-self: self-start;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
}
div.notifications-area div.notification-list div.notification-row div.notification-title {
  min-width: 70%;
  padding-right: 3px;
  width: calc(100% - 130px);
}
div.notifications-area div.notification-list div.notification-row div.notification-title a {
  padding-bottom: 0;
  align-items: center;
  display: flex;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 16px;
  color: #43ced3;
}
div.notifications-area div.notification-list div.notification-row div.notification-title div,
div.notifications-area div.notification-list div.notification-row div.notification-title p {
  text-align: left;
  max-width: 100%;
  max-height: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#send_password {
  min-width: 100% !important;
}
div#settings-mobile-menu {
  color: rgba(0, 0, 0, 0.87);
  margin: 20px;
}
div#settings-mobile-menu h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 29px;
  letter-spacing: 0.0025em;
}
div#settings-mobile-menu button span.MuiButton-label {
  justify-content: center !important;
}
div#settings-mobile-menu h3 a,
div#settings-mobile-menu h3 a:visited {
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  align-items: center;
}
div.white-layout-subtitle {
  background-color: #f2f2f2;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
}
@media (max-width: 600px) {
  div.white-layout-subtitle {
    position: absolute;
    top: 55px;
  }
}
div.white-layout-subtitle h3 {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.6);
}
nav.MuiBreadcrumbs-root {
  font-style: normal;
  margin: 20px;
  font-weight: normal;
  line-height: 11px;
}
nav.MuiBreadcrumbs-root .MuiBreadcrumbs-separator {
  color: #ccc;
}
nav.MuiBreadcrumbs-root li.MuiBreadcrumbs-li a,
nav.MuiBreadcrumbs-root li.MuiBreadcrumbs-li a:visited {
  color: #000;
}
nav.MuiBreadcrumbs-root li.MuiBreadcrumbs-li p {
  color: #ccc;
}
.top-message-box > .MuiPaper-root {
  margin-bottom: 0px !important;
  background: #d53423;
}
.top-message-box-mobile > .MuiPaper-root {
  background: #d53423;
  width: calc(100% + 7px);
  margin-left: -20px;
  border-radius: 48px 48px 0 0;
  font-family: Helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
}
.top-message-box-mobile .MuiAlert-icon {
  display: none;
}
.top-message-box-mobile .MuiAlert-message {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.005em;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  margin: 20px 40px 20px 40px;
}
.top-message-box-success {
  margin: 40px 0 40px 0;
}
.top-message-box-success > div {
  background: #d53423;
  border: 3px solid #ffffff;
  box-sizing: border-box;
  border-radius: 24px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  text-align: center;
  letter-spacing: 0.005em;
}
.MuiDataGrid-footer p.MuiTypography-root.MuiTablePagination-caption {
  margin: 0;
}
.spinner {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100vw;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: -60px;
}
.disabled-logout svg path {
  fill: rgba(255, 255, 255, 0.9294117647);
}
.float-right {
  float: right !important;
}
.notification-contnet div.flex-col-center .MuiPaper-root {
  margin-bottom: 5px !important;
}
.notification-contnet .MuiAccordionDetails-root {
  display: inherit !important;
}
.notification-contnet .risk-variation-label-box {
  border: 1px solid transparent;
}
.notification-contnet .risk-variation-label-box-abs {
  z-index: auto;
}
.notification-contnet .recommend-block {
  min-width: 220px;
}
.notification-contnet .percent-number p {
  z-index: 1;
  left: 7px !important;
}
@media (max-width: 450px) {
  .notifications-area .pagination-section {
    margin-top: 15px;
  }
  .notifications-area .pagination-button {
    padding: 3px;
    border: 1px solid rgb(226, 232, 240);
    border-radius: 2px;
    margin: 1px;
    font-size: 13px;
  }
  div.swipeable-list-item {
    margin-bottom: 0px !important;
  }
  .notification-contnet .percent-number p {
    font-size: 13px;
    left: -10.5px !important;
    transform: rotate(90deg);
  }
  .notification-contnet .percent_content {
    border-right: 5px solid transparent;
  }
}
/* custom style for PropertyListSwitch */
.menu-up #property-switch {
  width: 100%;
  padding-top: 0;
  display: flex;
  align-items: center;
}
.menu-up #property-switch h4 {
  font-weight: 400;
}
.menu-up #property-switch .MuiAutocomplete-root {
  width: 100%;
  max-width: 400px;
  margin-left: 10px;
}
.menu-up #property-switch .MuiAutocomplete-root .MuiInputBase-root {
  border: 1px solid #ccc;
  padding: 10px 56px 10px 10px;
  border-radius: 5px;
}
.menu-up #property-switch .MuiAutocomplete-root .MuiInputBase-root:before {
  content: " ";
  border-bottom: 0;
}
body .minimized-menu .rll-sidebar-left {
  flex-grow: 0;
  max-width: 8.333333%;
  flex-basis: 8.333333%;
  bottom: 0;
  top: 0;
}
body .minimized-menu .rll-sidebar-left .bg-menu {
  height: 100%;
}
body .minimized-menu .rll-content-right {
  flex-grow: 0;
  max-width: 91.666667%;
  flex-basis: 91.666667%;
  margin-left: 8.333333% !important;
}
body .minimized-menu .sidebar-menu .MuiGrid-grid-xs-8 {
  display: none;
}
body .minimized-menu .sidebar-menu .MuiGrid-grid-xs-2 {
  justify-content: center;
}
body .minimized-menu .sidebar-menu .menu-item {
  padding-left: 0;
  padding-bottom: 25px;
}
body .minimized-menu .menu-logo {
  max-width: 100%;
  margin: 0;
  justify-content: center;
  height: 80px;
}
body .minimized-menu .rll-minimized-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.sidebar-menu .activity-icons a {
  white-space: nowrap;
}body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}
.swipeable-list {
  flex: 1;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.swipeable-list-item {
  position: relative;
  transition: max-height 0.5s ease;
  max-height: 1000px;
  transform-origin: top;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

.swipeable-list-item__content {
  width: 100%;
  align-items: center;
  box-sizing: border-box;
  background-color: #fff;
  height: 100%;
  display: flex;
}

.swipeable-list-item__content--return {
  transition: transform 0.5s ease-out;
}

.swipeable-list-item__content--remove {
  transition: transform 0.35s ease-in;
}

.swipeable-list-item__content-right {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  opacity: 0;
}

.swipeable-list-item__content-right--return {
  transition: opacity 0.5s ease-out;
}

.swipeable-list-item__content-left {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  opacity: 0;
  justify-content: flex-end;
}

.swipeable-list-item__content-left--return {
  transition: opacity 0.5s ease-out;
}
.default-table {
  max-height: 100% !important;
}

.default-table .MuiDataGrid-virtualScroller {
  max-height: calc(100vh - 188px) !important;
  overflow: auto;
}
.select-companies__multi-value__label,
.select-properties__multi-value__label {
  max-width: 100px;
}
