h1, h2, h3, h4, h5 {
    font-weight: 700;
    color:#000;
}
h1{
    font-size:2.3rem;
}

.property-more-dropdown{
    color:#929496;
}

.unit-more-dropdown {
    color: #929496;
}

.unit-occupants-dropdown {
    color: #929496;
}

.property-notify{
    color:#e8e8e8;
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(0deg);
    }

    85% {
        transform: rotate(5deg);
    }

    95% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.property-notify-active {
    display: inline-block;
    animation: wiggle 2.5s infinite;
}

    .property-notify:hover {
        animation: none;
        color:#e8e8e8;
    }

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 2rem;
    }
}
.modal.left .modal-dialog, .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 700px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

@media (max-width: 576px) {
  .modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
}

.modal.left .modal-content, .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0px;
}

.modal.left .modal-body, .modal.right .modal-body {
  padding: 0rem 4rem;
  margin-bottom:6rem;
}

.modal.left.fade .modal-dialog {
  left: 0;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
  left: 0;
}

.modal.right.fade .modal-dialog {
  right: 0;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

.modal.right > .modal-dialog > .modal-content > .modal-header {
  padding: 2rem 4rem;
  border: none;
  display: inline-block;
}

@media (min-width: 576px) {
  .modal.right > .modal-dialog {
    max-width: 650px !important;
  }
}

.input-date {
  text-transform: uppercase;
}

.input-dropdown {
  -webkit-appearance: none !important;
}

.modal.right > .modal-dialog > .modal-content > .modal-footer {
  bottom: 0;
  right: 0;
  position: fixed;
  width: 100%;
  max-width:650px;
  background-color: transparent;
  border: none;
  padding: 0rem;
  box-shadow: 0px -1px 3px rgba(0,0,0, 0.2);
}

@media (max-width: 576px) {
  .modal.left .modal-body, .modal.right .modal-body {
    padding: 1rem;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  #content-submit {
    display: block;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .modal.right > .modal-dialog > .modal-content > .modal-header > .close {
    font-size: 1rem;
    color: #1e5985;
    opacity: 1;
  }
}

.content-creation {
  padding: 1rem 0rem;
  margin-bottom: 2rem;
  border-top: 1px dashed #e8e8e8;
  border-bottom: 1px dashed #e8e8e8;
  border-right: 1px dashed #e8e8e8;
  border-left: 1px dashed #e8e8e8;
  margin-left: 0rem;
  margin-right: 0rem;
}

@media (max-width: 576px) {
  .content-creation {
    margin-bottom: 1rem;
    border-top: none;
    border-bottom: 1px dashed #e8e8e8;
    border-right: none;
    border-left: none;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.modal.right > .modal-dialog > .modal-content > .modal-header > .close:hover {
  color: #1E1F23;
  opacity: 1;
}

.modal.right > .modal-dialog > .modal-content {
  box-shadow: -3px 0px 3px rgba(0,0,0,0.2);
  border: none;
}

.form-group > .form-control {
  color: #000;
}

.form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
@media (max-width: 576px) {
  .form-group > .form-control {
    border-top: none;
    border-right: none;
    border-left: none;
    box-shadow: none;
    padding: 0.5rem 0rem;
    z-index: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance:none !important;
    appearance:none !important;
  }
}

@media (max-width: 576px) {
  .input-group > .form-control {
    border-top: none;
    border-right: none;
    border-left: none;
    box-shadow: none;
    padding: 0.5rem 0rem;
    z-index: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance:none !important;
    appearance:none !important;
  }
}

label {
  font-weight: 600;
}

@media (max-width: 576px) {
  .modal.right > .modal-dialog > .modal-content > .modal-header {
    background-color: #f6f6f6;
    padding: 1rem;
  }
}

.modal.right > .modal-dialog > .modal-content > .modal-body > h3 {
  font-weight: 600;
}

.properties-list {
  background-color: #ffffff;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.05);
}

@media (max-width: 576px) {
    .properties-list {
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        border-left: none;
        border-right: none;
        padding: 1rem;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.properties-list:hover {
  box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}

.btn-property {
  opacity: 0.2;
}

.properties-list:hover > .row > div > a.btn-property {
  opacity: 1;
}

.dashboard-property-payments {
    opacity: 0.2;
    transition-timing-function: linear;
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}

.properties-list:hover > div > .dashboard-property-payments {
    opacity: 1;
    transition-timing-function: linear;
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}

.properties-list:hover > .row > div > .media > img {
  background-color: white;
  opacity: .9;
}
.btn-link {
  text-decoration: none !important;
}

.property-street-view-image {
    height: 120px;
    width: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*commenting trash functionality as per bug fix 3069*/
/*.property-street-view-image:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1f8";
    font-size: 1rem;
    width: 34px;
    height: 38px;
    text-align: center;
    padding: 0.5rem;
    color: #fff;
    opacity: .3;
    position: absolute;
    font-weight: 900;
    margin-left: 86px;
    background-color: rgba(0,0,0,0.2);
}*/

.property-street-view-image:hover::before {
    opacity:1;
    background-color: rgba(0,0,0,0.6);
    cursor:pointer;
}

.property-dashboard-street-view-image {
    height: 90px;
    width: 90px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.property-profile-street-view-image {
    height: 160px;
    width: 160px;
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
}

.property-map-image {
    height: 120px;
    width: 370px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.property-profile-map-image {
    height: 160px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.property-profile-default-map-image {
    height: 160px;
    width: 100%;
    background-color:#e8e8e8;
}

.property-profile-default-map-image:before {
    font-family: "Font Awesome 5 Free";
    content: "\f5a0";
    font-size: 4rem;
    width: 100%;
    max-width:866px;
    height: 160px;
    text-align: center;
    padding: 2rem;
    color: #929496;
    position: absolute;
    font-weight: 900;
}

.property-dashboard-image:hover {
    opacity:0.9;
    transition-timing-function: linear;
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}

.property-dashboard-default-image {
    height: 90px;
    width: 90px;
    background-color:#e8e8e8;
}

.property-dashboard-default-image:before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-size: 2rem;
    width: 90px;
    height: 90px;
    text-align: center;
    padding: 1.5rem;
    color: #929496;
    position: absolute;
    font-weight: 900;
}

.property-default-image {
    height: 120px;
    width: 120px;
    background-color:#e8e8e8;
}

.property-default-image:before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-size: 3rem;
    width: 120px;
    height: 120px;
    text-align: center;
    padding: 1.5rem;
    color: #929496;
    position: absolute;
    font-weight: 900;
}

.property-default-map-image {
    height: 120px;
    width: 370px;
    background-color:#e8e8e8;
}

.property-default-map-image:before {
    font-family: "Font Awesome 5 Free";
    content: "\f5a0";
    font-size: 3rem;
    width: 370px;
    height: 120px;
    text-align: center;
    padding: 1.5rem;
    color: #929496;
    position: absolute;
    font-weight: 900;
}

.property-profile-default-image {
    height: 160px;
    width: 160px;
    background-color:#e8e8e8;
}

.property-profile-default-image:before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-size: 4rem;
    width: 160px;
    height: 160px;
    text-align: center;
    padding: 2rem;
    color: #929496;
    position: absolute;
    font-weight: 900;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  padding-top: 5px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-bottom: 4px solid #fff;
}

.card > .nav-tabs {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid transparent;
  border-left:1px solid #e8e8e8;
  border-right:1px solid #e8e8e8;
  background-color: transparent;
  padding: 0;
}

.tab-content {
  padding: 2rem 2rem 0rem 2rem;
}

@media (max-width: 576px) {
  .tab-content {
    padding: 1rem 0rem 0rem 0rem;
  }
}

.nav-tabs .nav-link {
  margin: 0px 2rem;
  border: none;
  color: #fff;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  background-color: transparent;
  border: none;
  border-bottom: 4px solid #fff;
}

.card > .nav-tabs .nav-link.active, .card > .nav-tabs .nav-item.show .nav-link {
  color: #5F6870;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #5F6870;
}

.card > .tab-content {
  padding: 0rem;
}

@media (max-width: 576px) {
  .card > .tab-content {
    padding: 0rem;
  }
}

@media (max-width: 767px) {
    .nav-tabs .nav-link {
        margin: 0px 1rem;
    }
}

.card > .nav-tabs .nav-link:focus, .card > .nav-tabs .nav-link:hover {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #5F6870;
}

.card > .nav-tabs .nav-link {
  margin: 0rem 0rem 0rem 1.25rem;
  border: none;
  color: #000000;
  font-size: .75rem;
}

@media (max-width: 992px) {
  .card > .nav-tabs .nav-link {
    font-size: 1rem;
  }
}

#property-tab {
  padding: 0;
}

@media (max-width: 576px) {
  .nav-tabs .nav-link {
    margin-right: 0px;
    margin-left: 1rem;
  }
}

@media (max-width: 360px) {
  .nav-tabs .nav-link {
    margin-right: 0px;
    margin-left: .25rem;
  }
}

.nav-link {
  padding: 0.5rem 0rem;
  margin-right:2rem;
}

@media (min-width: 576px) {
  #property-tab-fuild {
    margin: 0rem -2rem;
  }
}

.btn-property-tab {
  margin-bottom: .5rem;
}

@media (max-width: 576px) {
  .btn-property-tab-end {
    display: block;
  }
}

.dropdown-menu {
  padding: 0;
  border-radius:0;
}

.dropdown-item {
  padding: .5rem 1rem;
}

.card-header {
  padding: .5rem 1.25rem;
  border-radius:0px !important;
  border:none;
  background-color:#e8e8e8;
}

.card-body {
  border-left:1px solid #e8e8e8;
  border-right:1px solid #e8e8e8;
  border-bottom:1px solid #e8e8e8;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  margin-top: -1px;
}

.card {
  margin-bottom: 2rem;
  border-radius: 0px;
  border:none;
}

.close {
  font-weight: normal;
  opacity: 0.2;
}

body {
    background-color: #fafafa;
    font-family: pt-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.block-container {
  padding: 2rem;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  background-color: #ffffff;
}

@media (max-width: 576px) {
  .block-container {
    padding: 0rem;
    box-shadow: none;
  }
  body {
    background-color: #ffffff;
    margin-bottom:6rem;
    }
}

@media (max-width: 768px) {
  .btn-onboarding {
    position: fixed;
    bottom: 0;
  }
}

.btn-xl, .btn-group-xl > .btn {
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  border-radius: 0rem;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 4px;
  bottom: -7px;
  border: 1px solid #fafafa;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
  width: 100%;
  height: 1rem;
}

.switch {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 5px;
}

.slider.round:before {
  border-radius: 50%;
}

.navbar-transparent {
  background-color: transparent;
  box-shadow: none;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
}

@media (min-width: 768px) {
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item, .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item, .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
  }
}

@media (min-width: 768px) {
  .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
  .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .active.carousel-item-left + .carousel-item-next.carousel-item-left, .carousel-item-next.carousel-item-left + .carousel-item, .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item, .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item, .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .carousel-inner .active, .carousel-inner .active + .carousel-item, .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }
}

@media (min-width: 768px) {
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right, .carousel-item-prev.carousel-item-right + .carousel-item, .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item, .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item, .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

@media (max-width: 576px) {
  .modal.right > .modal-dialog > .modal-content > .modal-header .close {
    padding: 0.5rem;
    margin: 0;
  }
}

#default-property-image {
  background-color: #e8e8e8;
  height: 120px;
  width: 120px;
}

.custom-switch .custom-switch-input, .custom-switch .custom-switch-input *, .custom-switch .custom-switch-input :after, .custom-switch .custom-switch-input :before, .custom-switch .custom-switch-input + .custom-switch-btn, .custom-switch .custom-switch-input:after, .custom-switch .custom-switch-input:before {
  box-sizing: border-box;
}

.custom-switch .custom-switch-input :after:selection, .custom-switch .custom-switch-input :before:selection, .custom-switch .custom-switch-input :selection, .custom-switch .custom-switch-input + .custom-switch-btn:selection, .custom-switch .custom-switch-input:after:selection, .custom-switch .custom-switch-input:before:selection, .custom-switch .custom-switch-input:selection {
  background: 0 0;
}

.custom-switch .custom-switch-input + .custom-switch-btn {
  outline: 0;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 68px;
  height: 38px;
  margin: 0;
  padding: 4px;
  background: #929496;
  border-radius: 76px;
  transition: all .3s ease;
}

.custom-switch .custom-switch-input + .custom-switch-btn:after, .custom-switch .custom-switch-input + .custom-switch-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
}

.custom-switch .custom-switch-input + .custom-switch-btn:after {
  left: 2px;
  border-radius: 50%;
  background: #fff;
  transition: all .3s ease;
}

.custom-switch .custom-switch-input + .custom-switch-btn:before {
  display: none;
}

.custom-switch .custom-switch-input:checked + .custom-switch-btn {
  background: #28a745;
}

.custom-switch .custom-switch-input:checked + .custom-switch-btn:after {
  left: 30px;
}

.custom-switch .custom-switch-input:checked + .custom-switch-btn ~ .custom-switch-content-checked {
  opacity: 1;
  height: auto;
}

.custom-switch .custom-switch-input:checked + .custom-switch-btn ~ .custom-switch-content-unchecked {
  display: none;
  opacity: 0;
  height: 0;
}

.custom-switch .custom-switch-input:not(:checked) + .custom-switch-btn ~ .custom-switch-content-checked {
  display: none;
  opacity: 0;
  height: 0;
}

.custom-switch .custom-switch-input:not(:checked) + .custom-switch-btn ~ .custom-switch-content-unchecked {
  opacity: 1;
  height: auto;
}

.custom-switch .custom-switch-input[disabled] + .custom-switch-btn {
  background: rgba(206,212,218,.6);
  cursor: default;
}

.custom-switch .custom-switch-input[disabled]:checked + .custom-switch-btn {
  background: rgba(40,167,69,.4);
}

.custom-switch .custom-switch-form-text {
  display: inline-block;
  height: 38px;
  margin-left: .5rem;
  line-height: 38px;
  vertical-align: top;
}

.custom-switch.custom-switch-label-io .custom-switch-input + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch.custom-switch-label-io .custom-switch-input:checked + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch.custom-switch-label-onoff .custom-switch-input + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch.custom-switch-label-onoff .custom-switch-input:checked + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch.custom-switch-label-yesno .custom-switch-input + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch.custom-switch-label-yesno .custom-switch-input:checked + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch.custom-switch-label-status .custom-switch-input + .custom-switch-btn {
  width: 96px;
  background-image: url([svg]);
}

.custom-switch.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn:after {
  left: 58px;
}

.custom-switch-sm .custom-switch-input + .custom-switch-btn {
  width: 60px;
  height: 31px;
  padding: 3.26316px;
  border-radius: 62px;
}

.custom-switch-sm .custom-switch-input + .custom-switch-btn:after, .custom-switch-sm .custom-switch-input + .custom-switch-btn:before {
  width: 25px;
  height: 25px;
}

.custom-switch-sm .custom-switch-input + .custom-switch-btn:after {
  left: 1px;
}

.custom-switch-sm .custom-switch-input:checked + .custom-switch-btn:after {
  left: 29px;
}

.custom-switch-sm .custom-switch-form-text {
  height: 31px;
  margin-left: .5rem;
  line-height: 31px;
}

.custom-switch-sm.custom-switch-label-io .custom-switch-input + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch-sm.custom-switch-label-io .custom-switch-input:checked + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch-sm.custom-switch-label-onoff .custom-switch-input + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch-sm.custom-switch-label-onoff .custom-switch-input:checked + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch-sm.custom-switch-label-yesno .custom-switch-input + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch-sm.custom-switch-label-yesno .custom-switch-input:checked + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch-sm.custom-switch-label-status .custom-switch-input + .custom-switch-btn {
  width: 88px;
  background-image: url([svg]);
}

.custom-switch-sm.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch-sm.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn:after {
  left: 57px;
}

.custom-switch-xs .custom-switch-input + .custom-switch-btn {
  width: 48px;
  height: 24px;
  padding: 2.52632px;
  border-radius: 48px;
}

.custom-switch-xs .custom-switch-input + .custom-switch-btn:after, .custom-switch-xs .custom-switch-input + .custom-switch-btn:before {
  width: 18px;
  height: 18px;
}

.custom-switch-xs .custom-switch-input + .custom-switch-btn:after {
  left: 1px;
}

.custom-switch-xs .custom-switch-input:checked + .custom-switch-btn:after {
  left: 24px;
}

.custom-switch-xs .custom-switch-form-text {
  height: 24px;
  margin-left: .5rem;
  line-height: 24px;
}

.custom-switch-xs.custom-switch-label-io .custom-switch-input + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch-xs.custom-switch-label-io .custom-switch-input:checked + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch-xs.custom-switch-label-onoff .custom-switch-input + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch-xs.custom-switch-label-onoff .custom-switch-input:checked + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch-xs.custom-switch-label-yesno .custom-switch-input + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch-xs.custom-switch-label-yesno .custom-switch-input:checked + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch-xs.custom-switch-label-status .custom-switch-input + .custom-switch-btn {
  width: 76px;
  background-image: url([svg]);
}

.custom-switch-xs.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn {
  background-image: url([svg]);
}

.custom-switch .custom-switch-input {
  display: none;
}

.custom-switch-xs.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn:after {
  left: 52px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 992px) {
  .no-more-tables table, .no-more-tables thead, .no-more-tables tbody, .no-more-tables th, .no-more-tables td, .no-more-tables tr {
    display: block;
  }
}

@media only screen and (max-width: 992px) {
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
}

@media only screen and (max-width: 992px) {
    .no-more-tables tr {
        border-bottom: 2px solid #e8e8e8;
        padding: 10px 0px;
        margin: 10px 0px;
    }
}

@media only screen and (max-width: 992px) {
    .no-more-tables td {
        border: none;
        position: relative;
        padding-left: 40% !important;
        margin-bottom: 10px;
        white-space: normal;
        text-align: left;
        padding-top: 6px !important;
    }
}

@media only screen and (max-width: 992px) {
    .no-more-tables td:before {
        position: absolute;
        top: 6px;
        left: 0px;
        width: 50%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
}

@media only screen and (max-width: 992px) {
    .no-more-tables td:before {
        content: attr(data-title);
    }
}

.unit-payment-amount {
  text-align: right;
  float: right;
}

@media (max-width: 576px) {
  .unit-payment-amount {
    text-align: left;
    float: none;
  }
}

.carousel-item > .card {
  margin: 0;
  border: none;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}

.has-float-label label {
  position: absolute;
  cursor: text;
  font-size: .8rem;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  top: -.4rem;
  left: 4px;
  z-index: 0;
  line-height: 1;
  padding: 0;
  background-color: #ffffff;
}

.has-float-label label::after {
  content: " ";
  display: block;
  position: absolute;
  background: #fff;
  height: 2px;
  top: 50%;
  left: -.2em;
  right: -.2em;
  z-index: -1;
}

.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + label {
  font-size: inherit;
  opacity: .5;
  top: .6rem;
  padding-left: 1rem;
}

.has-float-label {
  position: relative;
}

@media (max-width: 576px) {
  .has-float-label .form-control:placeholder-shown:not(:focus) + label {
    font-size: inherit;
    opacity: .5;
    top: .6rem;
    padding-left: 0;
  }
}

.remove-occupant {
  position: absolute;
  top: 0rem;
  right: .3rem;
  padding: 0;
}

.reset-enddate {
    position: absolute;
    top: 0rem;
    right: .3rem;
    padding: 0;
}

.recurring-enddate {
    position: absolute;
    top: 0rem;
    right: .3rem;
    padding: 0;
}

.mailing-remove {
  position: absolute;
  top: 0rem;
  right: .3rem;
  padding: 0;
}

@media (max-width: 576px) {
  .property-profile {
    padding: 1rem;
  }
}

#default-property-image > i {
  padding: 2.5rem 2.3rem;
  font-size: 40px;
}

.dropdown-caret {
  display:none;
}

@media (max-width: 576px) {
  .dropdown-caret {
    position: absolute;
    display:inline;
    top:2.6rem;
    right: 0.3rem;
    z-index: 0;
    pointer-events: none;
  }
  select::-ms-expand {
    display: none;
  }
}


.font-size-xs {
  font-size: .6rem;
}

.font-size-sm {
  font-size: .8rem;
}

.card > .nav-item {
  display: block;
}

.associated-bank-logo {
  width: 100%;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}

.nav-logo {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
}

.partner-bank-logo {
    width: 250px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 2rem;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .8;
    margin: 0 auto 1rem;
    transition: ease all .2s;
    transition-timing-function: linear
}

.partner-bank-logo:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    transition: ease all .2s;
    transition-timing-function: linear
}

.nav-partner-bank-logo {
    width: 200px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}


@media (max-width: 1200px) {
    .partner-bank-logo {
        width: 150px;
        height: 100px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 992px) {
    .partner-bank-logo {
        width: 250px;
        height: 100px;
        background-size: 80%;
    }
    .nav-partner-bank-logo {
        width: 200px;
        height: 80px;
        margin-left: auto;
        margin-right: 2rem;
    }
    .nav-logo {
        height: 80px;
        width: 80px;
    }
}

@media (max-width: 576px) {
    .nav-partner-bank-logo {
        width: 100px;
        height: 70px;
        margin-left: auto;
        margin-right: 0.5rem;
    }
    .nav-logo {
        height: 70px;
        width: 70px;
    }
}

#leader-bank {
  background-image: url(../../assets/img/leader-bank-logo.png);
}

.hero {
  background-size: cover;
  background-position: center center;
  background-image: linear-gradient(180deg, rgba(0,0,0,0.4), rgba(0,0,0,0.2) ), url(../../assets/img/hero.jpg);
  padding: 4rem 2rem;
  margin-bottom: 0rem;
}

.no-partner {
    background-size: cover;
    background-position: center center;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.4), rgba(0,0,0,0.2) ), url(../../assets/img/hero.jpg);
    padding: 4rem 2rem;
    height: 100vh;
    margin-bottom: 0rem;
}

.hero-login {
  background-size: cover;
  background-position: center center;
  background-image: linear-gradient(180deg, rgba(0,0,0,0.4), rgba(0,0,0,0.2) ), url(../../assets/img/hero.jpg);
  padding: 4rem 2rem;
  height: 100vh;
}

.hero-login h1 {
  font-size: 3.5rem;
  font-weight: 900;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: 900;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

.no-partner h1 {
  font-size: 3.5rem;
  font-weight: 900;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

.no-partner h4 {
  text-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .hero-login h1 {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  .jumbotron.hero {
    padding: 2rem 0rem;
  }
}

@media (max-width: 576px) {
  .jumbotron.hero-login {
    padding: 2rem 0rem;
  }
}

.list-group-item:first-child {
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
}

.login-dialog > .nav-item > .nav-link {
  background-color: #bec7ed;
  color: #1E1F23;
  border-radius: 0rem;
}

.login-dialog > .nav-item > .nav-link:hover {
  background-color: #1E1F23;
  color: #ffffff;
}

.login-dialog > .nav-item > .active {
  background-color: #ffffff;
  color: #000000;
}

.login-dialog > .nav-item > .active:hover {
  background-color: #ffffff;
  color: #000000;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
  background-color: #e8e8e8 !important;
  color: #424242 !important;
  border-color: #e8e8e8 !important;
}

.howitworks {
  background-color: #fff;
  margin: 0rem;
}

.landlord {
  background-image:linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0.3) ), url(https://media.istockphoto.com/photos/young-black-family-busy-working-in-their-kitchen-picture-id944626240?s=2048x2048);
  background-size: cover;
  background-position: center center;
  padding: 4rem 2rem;
  margin-bottom: 0rem;
}

.block-container > .tab-content {
  padding: 0rem;
}

@media (max-width: 576px) {
  .landlord {
    background-image: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0.3) ), url(https://media.istockphoto.com/photos/young-black-family-busy-working-in-their-kitchen-picture-id944626240?s=2048x2048);
  }
}

.occupants-details {
  background-color: #f6f6f6;
}

@media (max-width: 768px) {
  .occupants-details {
    background-color: rgba(246,246,246,0.8);
  }
}

.occupant {
  background-image: url(https://media.istockphoto.com/photos/happy-man-using-smartphone-and-copy-space-picture-id824167622?s=2048x2048);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

@media (max-width: 768px) {
  .occupant {
    background-size: cover;
    background-position: center;
  }
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 60%;
  Center slide text vertically */        display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url([svg]);
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url([svg]);
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url([svg]);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url([svg]);
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url([svg]);
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url([svg]);
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #5F6870;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url([svg]);
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url([svg]);
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.lease-unit-dropdown {
  line-height: 1;
  vertical-align: top;
}

.email-invitation-preview {
  margin-bottom: 5rem;
}

.carousel-control-prev, .carousel-control-next {
  width: 25px;
  background-color: #fff;
  opacity: 1;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}

.navbar {
  box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}

.invalid-feedback {
  margin-top: 0rem;
}

.sk-circle {
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 10px;
  display: inline-block;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #929496 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #929496 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #929496 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #929496 !important;
}

.multi-select-circle::before {
    content: "";
    position: absolute;
    left: -60px;
    border-radius: 5rem;
    border: 1px solid #e8e8e8;
    height: 40px;
    width: 40px;
    margin: 0.6rem 0;
}

.hide-properties:hover {
    transition: ease all .3s;
    background-color: rgba(30, 88, 149, 0.10) !important;
}

.multi-select-circle::after {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    position: absolute;
    left: -60px;
    height: 40px;
    width: 40px;
    margin: 0;
    font-size:40px;
    visibility:hidden;
}

.multi-select-circle:hover::after{
    visibility:visible;
}

.hide-properties:hover .multi-select-circle::after {
    visibility: visible;
}

.hide-properties-body {
    border-top:1px solid #e8e8e8;
    padding: .5rem 1.25rem;
}

.invite-landing {
    background-size: cover;
    background-position: center center;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.4), rgba(0,0,0,0.2) ), url(../../assets/img/invite-hero.jpg);
    padding: 4rem 2rem;
    margin-bottom: 0rem;
    height: 100%;
}

@media (max-width: 992px) {
    .accordion > .card {
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        border-left: none;
        border-right: none;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.table th, .table td {
    vertical-align: middle;
}

@media (max-width: 992px) {
    .occupant-table-header {
        display: none;
    }
}


@media (min-width: 1024px) {
    .occupant-table-header th{
        width: 20%;
    }
    .occupant-table-header th:nth-child(1) {
        padding-left:0;
    }
    .occupant-table-header th:nth-child(5) {
        padding-right:2rem;
    }
    .occupant-table-entry td {
        padding-top:0px !important;
        padding-bottom:0px !important;
    }
    .occupant-table-entry td:nth-child(1) {
        width: 20.5%;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .occupant-table-entry td:nth-child(2) {
        width: 22.1%;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .occupant-table-entry td:nth-child(3) {
        width: 21.4%;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}
tr.occupant-table-entry {
    border: none;
    padding:0;
    margin:0;
}
.modal-content {
    border-radius: 0;
}
.modal-footer{
    z-index:10;
}

.btn-onboarding {
    z-index: 10;
}

.occupant-block-container {
    padding: 2rem;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    background-color: #ffffff;
}

.block-outline-container {
    padding: 2rem;
    background-color: #f6f6f6;
    border: 1.5px dashed #d8d8d8;
}

.block-outline-container:hover {
    background-color: #f3f3f3;
}

@media (max-width: 767px) {
    .occupant-block-container {
        padding: 1rem;
        box-shadow: 0px 0px 1px rgba(0,0,0,0.25);
    }
    .block-outline-container {
        padding: 1rem;
    }
    .content {
        margin-bottom: 100px;
    }

}

@media (max-width: 576px) {
    .occupant-block-container {
        margin-left:-15px;
        margin-right:-15px;
    }
}

.occupant-block-outline-container {
    padding: 2rem;
    background-color: #f6f6f6;
    border:1.5px dashed #d8d8d8;
}

@media (max-width: 767px) {
    .occupant-block-outline-container {
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .occupant-block-outline-container {
        margin-left: -15px;
        margin-right: -15px;
        border-left: none;
        border-right: none;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
    }
}

.table th {
    padding-left: 2rem;
    padding-right: 2rem;
}

.table td {
    padding: 1rem 2rem;
}

.tab-scroll {
    position: relative;
    z-index: 1;
    transition: ease all .2s;
    transition-timing-function: linear
}

.tab-scroll.fixed {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    box-sizing: border-box;
    z-index: 10;
    transition: ease all .2s;
    transition-timing-function: linear
}

.tab-scroll.fixed.absolute {
    position: absolute;
    transition: ease all .2s;
    transition-timing-function: linear
}

.occupant-table-entry td {
    padding:0;
}

.jumbotron {
    border-radius:0 !important;
}

.ui-sortable-placeholder {
    visibility:hidden;
}

.partner-footer-logo {
    height: 60px;
    width: auto;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .partner-footer-logo {
        background-position: center;
    }
}

.partner-bank-logo-list {
    width: 100%;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.nav-tabs .homepage-nav-link {
    border:none;
    border-bottom:1px solid #e8e8e8;
    font-weight:600;
}

.nav-tabs .homepage-nav-link.active {
    border:none;
    border-bottom:1px solid;
}

.nav-tabs .homepage-nav-link:focus, .nav-tabs .homepage-nav-link:hover {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid;
}

.how-it-works-video{
    width:100%;
    max-width:760px;
    height:400px;
}

@media (max-width: 767px) {
    .how-it-works-video {
        width: 100%;
        height: 100%;
    }
}

.green-background {
    background-image: url('../../assets/img/pattern-awards-white.svg');
    background-size: 650px 165.45px;
    background-position: 0 -30px;
    will-change: background-position;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-animation: 11s pattern-scroll linear infinite;
    -moz-animation: 11s pattern-scroll linear infinite;
    -o-animation: 11s pattern-scroll linear infinite;
    -ms-animation: 11s pattern-scroll linear infinite;
    animation: 11s pattern-scroll linear infinite;
}

.font-weight-bolder{
    font-weight:800 !important;
}

.pricing-block-container {
    box-shadow: 0px -3px 3px rgba(0,0,0,0.1);
    background-color: rgba(255,255,255,0.9);
}

.tab-pane.homepage-tabs.active {
    animation: slide-down 1s ease-out;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-basic {
    padding: 40px 0;
    background-color: #ffffff;
    color: #4b4c4d;
}

.footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-basic li {
    padding: 0 10px;
}

.footer-basic ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

    .footer-basic ul a:hover {
        opacity: 1;
    }

.footer-basic .social {
    text-align: center;
    padding-bottom: 25px;
}

.footer-basic .social > a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    color: inherit;
    opacity: 0.75;
}

.footer-basic .social > a:hover {
    opacity: 0.9;
}

.footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
}

.imac-screen {
    background-image: url("../../assets/img/imac.png");
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 900px;
    height: 100%;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
}

.dashboard-desktop {
    height: 100%;
    max-height: 566px;
    max-width: 1014px;
    width: 100%;
    position: relative;
    top: 45px;
    left: 49px;
    border-width: 0px;
    z-index: 100;
}

.device-container {
    overflow: hidden;
    width: 100%;
    height: 1340px;
    max-width: 1440px;
    margin: 0 auto;
}

.iphonex-screen {
    max-height: 725px;
    height: 100%;
    border: .5rem solid;
    max-width: 410px;
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
    top: -319px;
    z-index: 100;
    right: -300px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -o-border-radius: 35px;
    overflow: hidden;
}

.dashboard-mobile {
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    border: 0;
    z-index: 0
}

@media (max-width: 1200px) {
    .imac-screen {
        max-height: 732px;
        max-width: 922px;
    }

    .dashboard-desktop {
        max-height: 471px;
        max-width: 841px;
        top: 36px;
        left: 40px;
    }

    .device-container {
        height: 1200px;
        max-width: 922px;
    }

    .iphonex-screen {
        max-height: 653px;
        max-width: 370px;
        top: -255px;
        right: -240px
    }
}

@media (max-width: 992px) {
    .device-container {
        height: 660px;
        max-width: 922px;
    }

    .iphonex-screen {
        max-height: 653px;
        max-width: 370px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media (max-width: 425px) {
    .device-container {
        width: 344px;
        height: 600px;
        max-width: 425px;
        left: -15px;
    }

    .iphonex-screen {
        max-height: 600px;
        max-width: 695px;
    }
}

@media (max-width: 375px) {
    .device-container {
        width: 313px;
        height: 600px;
        max-width: 425px;
    }

    .iphonex-screen {
        max-height: 600px;
        max-width: 695px;
    }
}

@media (max-width: 320px) {
    .device-container {
        width: 260px;
        height: 600px;
        max-width: 425px;
        max-width: 425px;
    }

    .iphonex-screen {
        max-height: 580px;
        max-width: 320px;
    }
}
.partner-footer{
    margin-bottom:10rem;
}

@media (max-width: 576px) {
    .mockup-body {
        overflow: hidden;
    }
}

.sneak-peak-screens {
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .occupant-table-upcoming-header {
        display: none;
    }

    .occupant-table-history-header {
        display: none;
    }
}

@media (min-width: 993px) {
    .occupant-table-upcoming-header th {
        padding: 0;
        margin-bottom: .5rem;
    }

    .occupant-table-upcoming-activity td {
        padding: 0;
        height: 38px;
    }

    .occupant-table-history-header th {
        padding: 0;
        margin-bottom: .5rem;
    }

    .occupant-table-history-activity td {
        padding: 0;
    }

    .upcoming-pay-date {
        width: 15%;
    }

    .upcoming-description {
        width: 35%;
    }

    .upcoming-status {
        width: 15%;
    }

    .upcoming-action {
        width: 20%;
    }

    .upcoming-payment {
        width: 15%;
    }

    .upcoming-pay-date-activity {
        width: 110px;
    }

    .upcoming-description-activity {
        width: 325px;
    }

    .upcoming-status-activity {
        width: 140px;
    }

    .upcoming-action-activity {
        width: 220px;
    }

    .upcoming-payment-activity {
        width: inherit;
    }

    .history-pay-date {
        width: 13%;
    }

    .history-description {
        width: 28%;
    }

    .history-status {
        width: 20%;
    }

    .history-payment {
        width: 20%;
    }

    .history-pay-date-activity {
        width: 116px;
    }

    .history-description-activity {
        width: 323px;
    }

    .history-status-activity {
        width: 200px;
    }

    .history-payment-activity {
        width: inherit;
    }
}

@media (min-width: 1200px) {
    .upcoming-pay-date {
        width: 15%;
    }

    .upcoming-description {
        width: 35%;
    }

    .upcoming-status {
        width: 15%;
    }

    .upcoming-action {
        width: 20%;
    }

    .upcoming-payment {
        width: 15%;
    }

    .upcoming-pay-date-activity {
        width: 135px;
    }

    .upcoming-description-activity {
        width: 390px;
    }

    .upcoming-status-activity {
        width: 165px;
    }

    .upcoming-action-activity {
        width: 200px;
    }

    .upcoming-payment-activity {
        width: inherit;
    }
    .history-pay-date {
        width: 13.5%;
    }

    .history-description {
        width: 31%;
    }

    .history-status {
        width: 24%;
    }

    .history-payment {
        width: 20%;
    }

    .history-pay-date-activity {
        width: 138px;
    }

    .history-description-activity {
        width: 389px;
    }

    .history-status-activity {
        width: 300px;
    }

    .history-payment-activity {
        width: inherit;
    }
}

/*Sri's custom classes - begin*/
.more-cards-payments {
    height: 100%;
    max-height: 311px;
    overflow: auto;
}

.cards-payments {
    height: 100%;
    max-height: 311px;
}

.hide-payments {
    overflow: hidden;
    height: 200px;
}

.pac-container {
    z-index: 1050 !important;
}

.spinner {
    position: absolute;
    left: 40%;
    top: 40%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
    border-left: 6px solid rgba(0,0,0,0.6);
    border-right: 6px solid rgba(0,0,0,0.6);
    border-bottom: 6px solid rgba(0,0,0,0.6);
    border-top: 6px solid #ffffff;
    border-radius: 100%;
}

.spinner-overlay {
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.dashboard-spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    z-index: 99999;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
    border-left: 6px solid rgba(0,0,0,0.6);
    border-right: 6px solid rgba(0,0,0,0.6);
    border-bottom: 6px solid rgba(0,0,0,0.6);
    border-top: 6px solid #ffffff;
    border-radius: 100%;
}

.dashboard-spinner-overlay {
    background-color: rgba(175, 160, 160, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
/*Sri's custom classes - end*/


.footer-logo {
    max-height: 100px;
    margin: 13px 0px;
}

@media (max-width:767px) {
    .footer-logo {
        max-height: 80px;
        margin: 3px 15px;
    }
}

@media (max-width:576px) {
    .footer-logo {
        max-height: 70px;
    }
}

.lease-info-unit-tab-occupants {
    padding: 0px 0px 0px 30px;
}

.lease-info-unit-tab-occupants-box {
    height: 44px;
    padding-top: 12px;
}