#progressbar {
  overflow: hidden;
  counter-reset: step;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 600px;
  margin-left: -60px;
}

#progressbar li {
  list-style-type: none;
  color: #D3D2D2;
  font-weight: 700;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
  letter-spacing: 1px;
  font-size: 14px;
  pointer-events: none;
}

#progressbar li:active {
  cursor: pointer;
  pointer-events: unset;
}

#progressbar li::before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  height: 50px;
  line-height: 52px;
  display: block;
  font-size: 18px;
  color: #333;
  border-radius: 25px;
  margin: 0 auto 10px auto;
  text-shadow: none;
  background: #fff;
  z-index: 100;
  position: relative;
  -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
}

#progressbar li::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #231f20;
  position: absolute;
  left: -50%;
  top: 25px;
}

#progressbar li:first-child::after {
  content: none;
}

#progressbar li.active {
  color: black;
}

#progressbar li.active::before {
  background: #00FF00;
  color: #fff;
}

/*basic reset*/
* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
}

html {
  font-size: 16px;
  font-family: sans-serif;
  line-height: 1.15;
  background: #231F20;
}

body {
  background: white;
  font-family: 'Graphik', sans-serif;
  color: #231F20;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h3 {
  padding-top: 30px;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 28px;
  color: #000;
  font-family: "Graphik-Semibold", sans-serif;
  font-weight: normal;
  line-height: 1.1;
}

.material-icons {
  text-rendering: optimizeLegibility;
}

.no-scrollbars {
  overflow: -moz-scrollbars-none;
}

.app {
  min-width: 1320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
}

.navigation-container {
  min-width: 350px;
  max-width: 360px;
  color: #656262;
  background: #231f20;
  padding: 30px;
  position: fixed;
  height: 100%;
}

.page-container {
  margin: 60px 60px 60px 330px;
  padding: 0;
  min-width: 830px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
}

.page-wrapper {
  text-align: center;
  min-height: 614px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

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

.bg-products-card {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(#e9e8e8));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #e9e8e8);
}

.card-padding {
  padding: 16px !important;
}

.page-body {
  padding: 0 0 40px 40px;
  width: 700px;
}

.page-body-cc {
  display: block;
  height: 100%;
  position: relative;
  margin: 30px 40px 40px;
  min-height: 500px;
  padding: 30px;
  background-color: #f4f4f4;
}

.page-body-cc .card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.page-body-cc .bm-card {
  width: 340px;
  min-height: 166px;
  margin: 5px;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px #e9e8e8;
          box-shadow: 0 1px 3px #e9e8e8;
  border-radius: 6px;
  padding: 25px;
  outline: none;
  cursor: pointer;
}

.page-body-cc .bm-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-body-cc .bm-card-header * {
  margin-right: .75rem;
}

.page-body-cc .bm-card-header .primary-text {
  font-size: 18px;
  color: #393536;
  letter-spacing: -.28px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  text-align: left;
}

.page-body-cc .bm-card-header .material-icons.left {
  width: 30px;
  height: 25px;
  font-size: 30px;
  line-height: 0.8;
  color: #fe6c55;
}

.page-body-cc .bm-card-header .material-icons.right {
  width: 14px;
  height: 14px;
  font-size: 15px;
  line-height: 17px;
}

.page-body-cc .bm-card-header .bringme-box {
  height: 247px;
  width: 132px;
}

.page-body-cc .bm-card-content {
  margin-top: 1.2rem;
  text-align: left;
}

.page-body-cc .bm-card-content .sub-title {
  font-weight: 500;
  font-size: 14px;
  color: #A7A5A6;
}

.page-body-cc .bm-card-content .sub-title2 {
  color: #4f4c4d;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.page-body-cc .bm-card-content .secondary-text {
  font-weight: 400;
  font-size: 14px;
  color: #4F4C4D;
  text-align: left;
  margin-top: 0.2rem;
}

.page-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  margin-bottom: -25px;
  margin-left: 40px;
}

.page-breadcrumb a {
  color: #7B7979;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.page-breadcrumb a:hover {
  color: #4F4C4D;
  text-decoration: none;
}

.page-breadcrumb .material-icons {
  font-size: 15px;
  line-height: 17px;
  margin: 0 10px;
  color: #7B7979;
}

.navbar-top {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo {
  margin: 30px 0 50px;
}

.logo img {
  width: 140px;
}

img, svg {
  vertical-align: middle;
}

img {
  border-style: none;
}

.dropdown {
  background-color: #2b2728;
  color: #fff;
  margin-left: -30px;
}

.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown .c-dropdown-toggle {
  background-color: #2b2728;
  color: #fff;
  font-weight: 500;
  border: none;
  height: 80px;
  padding: 0 30px;
  font-size: 18px;
  margin-left: 30px;
}

.c-dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  width: 100%;
  text-align: left;
  cursor: none;
  pointer-events: none;
  font-weight: 600;
}

.c-dropdown-toggle {
  white-space: nowrap;
}

a, button {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

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

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

button, select {
  text-transform: none;
}

button, input {
  overflow: visible;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  border-radius: 0;
}

button:disabled {
  opacity: 0.3;
}

.button-60 {
  width: 60%;
}

ul {
  padding-left: 0;
  list-style: none;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

dl, ol, ul {
  margin-top: 0;
}

address, dl, ol, ul {
  margin-bottom: 1rem;
}

.navbar-side {
  font-weight: 500;
  margin-left: 30px;
  margin-top: 80px;
  font-size: 18px;
}

.navbar-side ul {
  padding-left: 0;
  list-style: none;
}

.nav-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-item-bottom .nav-link {
  font-size: 14px;
  padding-left: 0;
}

.nav-item-bottom .external-link {
  color: #231F20;
}

.nav-item-bottom .material-icons {
  padding-right: 16px;
  top: 8px;
  position: relative;
  color: #656262;
}

.nav-item-bottom:hover .nav-icon-bottom {
  color: #FE6C55;
}

.nav-item-bottom:hover .nav-link {
  color: white !important;
}

.nav-item-bottom:hover .external-link {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  color: #656262;
}

.navbar-side .nav-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-side .nav-item {
  width: 240px;
  position: relative;
}

.navbar-side .nav-item.active .nav-icon {
  background-color: #fe6c55;
}

.navbar-side .nav-item .nav-icon {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 2px;
  width: 5px;
  height: 14px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.navbar-side .nav-item.active .nav-link, .navbar-side .nav-item.active .sub-item {
  color: #fff;
}

.navbar-side .nav-item .nav-link {
  color: #d3d2d2;
  width: 230px;
  cursor: pointer;
  font-size: 14px;
}

.nav-link-sub {
  font-size: 14px !important;
  font-weight: 200 !important;
  color: #ff6e51 !important;
}

.navbar-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 30px;
}

a {
  text-decoration: none;
}

.nav-link {
  display: block;
  padding: .3rem 1rem;
  font-weight: 500;
}

.nav-link-title {
  padding-left: 0px;
  font-size: 18px !important;
}

.nav-icon-title {
  left: -15px;
  margin-top: 2px;
  height: 18px !important;
}

a, button {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

a {
  color: #fe6c55;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}

h1 {
  color: #393536;
  line-height: 53px;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -.8px;
  margin-bottom: 0px;
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 40px 0;
}

.page-header .back-button {
  margin-right: 12px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-header .back-button .mat-icon {
  color: #fe6c55;
  width: inherit;
  height: inherit;
  display: inherit;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  background-repeat: no-repeat;
  fill: currentColor;
}

.page-header .back-button .mat-icon svg {
  width: 18px;
  height: 17px;
}

.page-header .back-button:hover, .page-header .back-button:active, .page-header .back-button:focus {
  background-color: #fe6c55;
  cursor: pointer;
}

.page-header .back-button:hover div, .page-header .back-button:active div, .page-header .back-button:focus div {
  fill: white;
}

.page-header-sub {
  padding-left: 40px;
}

.left-10 {
  padding-left: 10px;
}

.left-25 {
  padding-left: 25px;
}

.products-info {
  background: #fff;
  padding: 16px;
  margin: 5px;
  font-size: 14px;
}

.page-content a {
  color: #FF6547;
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
}

.page-content a:hover {
  color: #FF6547;
  text-decoration: none;
}

.page-content p {
  font-size: 12px;
}

.page-content h6 {
  font-weight: 500;
}

.page-content .row {
  margin-right: 0px;
  margin-left: 0px;
}

.page-body-spaced {
  padding: 0 40px 40px;
}

.page-main {
  margin-top: 30px;
  min-height: 500px;
}

.ps-content .nav-tabs .nav-item {
  border: 1px solid transparent;
  border-bottom: 0 solid transparent;
  margin-bottom: 0;
}

.ps-content .nav-tabs .nav-link {
  font-weight: 500;
  font-size: 14px;
  border: none;
  border-radius: 0;
  padding: 13px 15px;
  color: #4F4C4D;
}

.ps-content .nav-tabs .nav-link div {
  width: 100%;
  padding: 0 10px;
}

.ps-content .nav-tabs .nav-link.active {
  background-color: white;
  color: #393536;
}

.ps-content .nav-tabs .nav-link.active:after {
  content: '';
  display: block;
  background: #FE6C55;
  height: 4px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 13px;
}

.contact-us-wrapper {
  font-size: 14px;
}

.contact-us-wrapper h2 {
  color: #393536;
  font-weight: 500;
  font-size: 22px;
  padding-right: 25px;
}

.contact-us-wrapper a {
  color: #FF6547;
  text-decoration: underline;
  font-weight: 400;
}

.contact-us-wrapper a:hover {
  color: #FF6547;
  text-decoration: none;
}

.section-panel {
  border-radius: 4px;
  background-color: white;
  padding: 35px;
  font-size: 14px;
  -webkit-box-shadow: 0 1px 3px #E9E8E8;
          box-shadow: 0 1px 3px #E9E8E8;
  text-align: left;
}

.section-panel:not(:last-child) {
  margin-bottom: 10px;
}

.section-panel h2 {
  color: #393536;
  font-weight: 500;
  font-size: 22px;
  padding-right: 25px;
}

.section-panel a img {
  margin-left: 10px;
  position: absolute;
}

.panels-container {
  background-color: #F4F4F4;
  min-height: 500px;
  padding: 30px;
}

.panels-container a {
  color: #FF6547;
  text-decoration: underline;
  font-weight: 500;
  font-size: 22px;
}

.panels-container a:hover {
  color: #FF6547;
  text-decoration: none;
}

.header-20 a {
  color: #FF6547;
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
}

.header-20 a:hover {
  color: #FF6547;
  text-decoration: none;
}

fieldset:not(:first-of-type) {
  display: none;
}

.spacer {
  margin-bottom: 40px;
}

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

.spacer-30 {
  margin-bottom: 30px;
}

.spacer-20 {
  margin-bottom: 20px;
}

.spacer-15 {
  margin-bottom: 15px;
}

.spacer-10 {
  margin-bottom: 10px;
}

.spacer-5 {
  margin-bottom: 5px;
}

.align-bottom {
  bottom: 50px;
  position: absolute;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 715px;
  text-align: center;
}

.content-wrapper {
  position: relative;
  width: 700px;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
}

.content-wrapper fieldset {
  position: relative;
  padding: 30px;
  overflow: auto;
  min-height: 500px;
  background: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.3);
}

.button.medium {
  height: 50px;
  padding: 14px 18px;
  min-width: 80px;
}

.bm-button {
  border: 0;
  font-family: "Graphik-Semibold", sans-serif;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  cursor: pointer;
  line-height: 1.25;
  padding: 15px 60px;
  border-radius: 6px;
  -webkit-transition: color 250ms ease, background-color 250ms ease, -webkit-box-shadow 250ms ease;
  transition: color 250ms ease, background-color 250ms ease, -webkit-box-shadow 250ms ease;
  transition: color 250ms ease, background-color 250ms ease, box-shadow 250ms ease;
  transition: color 250ms ease, background-color 250ms ease, box-shadow 250ms ease, -webkit-box-shadow 250ms ease;
}

.bm-button-primary {
  background-color: #ff6e51;
  color: #FFF;
  outline: none;
  text-decoration: none;
}

.bm-button-primary:hover {
  background-color: #ff6e51;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.bm-button-primary:focus {
  background-color: #ff5c3d;
  -webkit-box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.bm-button-primary:hover, .bm-button-primary:active, .bm-button-primary:focus {
  color: #FFF;
  outline: none;
  text-decoration: none;
}

.iframe-element {
  width: 100%;
}

ul.manager-check-list {
  list-style: disc;
  padding-left: 35px;
}

ul.contact-us-list {
  list-style: disc;
  padding-left: 35px;
  line-height: 2;
}

ul.csv-check-list li:before {
  font-size: 24px;
  vertical-align: middle;
}

ul.csv-check-list {
  list-style: none;
}

ul.csv-check-list li:before {
  font-size: 24px;
  vertical-align: middle;
}

ul.csv-check-list li:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 15px;
  margin-top: -0.1em;
  content: "";
  background-image: url(../assets/images/icon.check.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: inline-block;
  margin-left: -25px;
  width: 25px;
}

ul.csv-check-list li {
  padding: 8px 0 8px 25px;
}

ol {
  margin-left: 18px;
  font-weight: 600;
}

ol > li span {
  font-weight: normal;
}

.link-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #231F20;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Graphik-Semibold", sans-serif;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  border: none;
  background: none;
  cursor: pointer;
}

.link-button svg {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-left: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.link-button:hover svg {
  -webkit-transform: translate3d(8px, 0, 0);
          transform: translate3d(8px, 0, 0);
}

.link-button:hover {
  color: #000000;
}

.link-button:hover svg {
  -webkit-transform: 1.5;
          transform: 1.5;
}

svg:not(:root) {
  overflow: hidden;
}

.c-breadcrumbs {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
  position: relative;
  top: -1px;
  display: block;
  height: 14px;
  width: 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../assets/images/icon.home.svg);
}

.tips-and-tricks-wrapper {
  padding: 30px;
  background: white;
}

.tips-and-tricks-wrapper h2 {
  color: #393536;
  font-weight: 500;
  font-size: 22px;
  padding-right: 25px;
}

.tips-and-tricks-wrapper a img {
  margin-left: 10px;
  position: absolute;
}

.contact-us-text {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20%;
  line-height: 2;
}

.contact-us-wrapper {
  padding: 30px;
  background: white;
}

.contact-us-title {
  margin-bottom: 15px;
}

.page-title {
  margin-top: 20px;
}

.single-tenant-wrapper {
  height: 90px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 15px;
}

.multi-tenant-wrapper {
  height: 90px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.tenant-header {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  display: block;
  line-height: 1;
  margin-bottom: 3px;
}

.tenant-sub {
  font-size: 9px;
  font-weight: 500;
  color: #B9B9B9;
  text-align: left;
  display: block;
  line-height: 1.3;
}

.nav-title {
  margin-top: 40px;
  margin-left: 30px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.page-content {
  text-align: justify;
  margin-top: 30px;
}

.page-content .header-20 {
  text-align: left;
}

.tenant-text {
  width: 200px;
  padding-left: 15px;
  padding-right: 15px;
}

.tenant-text-wide {
  width: 300px;
  padding-left: 15px;
  padding-right: 15px;
}

.single-tenant {
  height: 38px;
  width: 16px;
  margin-left: 41px;
  margin-right: 11px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/images/single-tenant.svg);
}

.multi-tenant {
  height: 38px;
  width: 38px;
  margin-left: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/images/multi-tenant.svg);
}

.template-check-list-text-area {
  width: 100%;
  padding: 20px;
  background: #fff3d1;
  margin-bottom: 15px;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  color: #fe6c55;
}

.template-check-list-text-area .csv-check-list {
  margin-bottom: 0;
}

.template-check-list-text-area ul.csv-check-list li:before {
  background-image: url(../assets/images/icon.check.alt.svg) !important;
}

.why-wrapper .csv-check-list {
  margin-bottom: 0;
}

.header-20 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}

.header-20-sub {
  font-size: 16px;
  font-weight: 400;
  text-align: justify !important;
}

.author {
  color: #8E8E8E;
  font-size: 12px;
}

.c-check-box-error:before {
  border: solid 1px red !important;
}

.c-check-box {
  margin-top: 20px;
}

.c-check-box :host {
  display: inline-block;
}

.c-check-box input {
  display: none;
}

.c-check-box label {
  color: rgba(35, 31, 32, 0.8);
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
}

.c-check-box label:before {
  border-radius: 4px;
  border: solid 1px #d3d2d2;
  -webkit-box-shadow: inset 0 1px 2px 0 #d3d2d2;
          box-shadow: inset 0 1px 2px 0 #d3d2d2;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
}

.c-check-box label:after {
  color: #fff;
  content: '\E876';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Material Icons';
  font-size: .9rem;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .1s;
  transition: all .1s;
}

.c-check-box .checked:before {
  background-color: #fe6c55;
  border: #fe6c55 1px solid;
}

.c-check-box .checked:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  line-height: 22px;
  text-align: center;
  text-indent: 3px;
}

.c-check-box .disabled {
  opacity: .3;
  pointer-events: none;
}

.c-check-box .text {
  margin-left: 30px;
  font-weight: 500;
  color: #231f20;
  font-size: 14px;
  line-height: 22px;
}

.c-check-box .text-alt {
  margin-left: 30px;
  color: #231f20;
  font-size: 14px;
  line-height: 22px;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  z-index: 1000;
}

.modal ul {
  margin-bottom: 0px;
}

.modal h1 {
  font: 500 26px/32px Graphik,sans-serif;
  color: #393536;
  letter-spacing: -.4px;
  margin-bottom: 20px;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 40px;
  border: 1px solid #888;
  text-align: left;
  width: 800px;
}

.model-content-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 0;
  padding-right: 40px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.why-wrapper {
  padding: 30px 30px 30px 30px;
  background-color: #EDEDED;
  margin-top: 30px;
  margin-bottom: 30px;
}

.why-header {
  font-size: 20px;
  font-weight: 500;
}

#single-tenant-all-page img, #multi-tenant-all-page img {
  margin-top: -7px;
}

.back-link {
  color: #908989 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

.cc-link {
  color: #908989 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  padding-left: 30px;
}

.back-arrow {
  color: #fe6c55;
  font-size: 16px;
  position: relative;
  top: 2px;
}

mark {
  background-color: #00ff00;
  padding-left: 0px;
  padding-right: 0px;
}

.nav-item {
  line-height: 1;
  margin-bottom: 7px;
}

.small-text {
  font-size: 12px !important;
}

.disabled-link {
  pointer-events: none;
  opacity: 0.4;
}

.span-link {
  color: #FF6547;
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
}

.span-link:hover {
  color: #FF6547;
  text-decoration: none;
  cursor: pointer;
}

.flag {
  border-radius: 50%;
  width: 30px;
}

.flag-wrapper {
  padding-top: 15px;
  margin: 0 15px;
  font-size: 20px;
  text-align: center;
}

.flag-link-wrapper {
  margin: 10px;
}

.margin-r-10 {
  margin-right: 10px;
}

#single-tenant-mail-button {
  outline: none;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */