* {
  scrollbar-width: thin;
  scrollbar-color: #a7a7a7 #f1f1f1;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #f1f1f1;
}

*::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  border-radius: 0px;
  border: 0px;
}

*::-webkit-scrollbar:hover {
    background-color: #878787;
}

.background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  object-fit: cover;
  right: 0;
}
.ps-info-box {
  display: block;
  align-items: center;
  min-height: 80px;
  background: #FCFCFC;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 10px;
  text-align: center;
  transition: 0s;
}

@media (max-width: 375px) {
  .ps-info-box-icon {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .ps-info-box {
    text-align: center;
  }
}

.ps-info-box:hover,
.info-box:hover .info-box-content {
  background: #F7F9FC;
  transition: 0s;
}

.ps-info-box-content {
  padding: 5px 10px;
  margin-left: 60px;
  background-color: #FCFCFC;
  transition: 0s;
  width: 100%;
  height: auto;
}

.ps-info-box:hover,
.ps-info-box:hover .ps-info-box-content {
  background: #F7F9FC;
  z-index: 0;
  transition: 0s;
}

.ps-info-box-content {
  position: relative;
  z-index: 0;
  margin-left: 0px;
  padding-bottom: 0px;
  padding: 5px 10px;
  background-color: unset;
  transition: 0s;
  font-size: 1em;
  white-space: nowrap;
}

.ps-info-box-text {
  z-index: 1;
  background-color: rgba(252, 252, 252, 0.5);
  color: #000000;
  font-weight: 600;
  font-size: 2em;
}

.ps-info-box-subtext {
  background-color: rgba(252, 252, 252, 0.5);
  color: #000000;
  font-size: 1.2em;
}

.ps-info-box-number {
  display: block;
  font-weight: bold;
  font-size: 5em;
  line-height: 60px;
}

.ps-info-box-icon {
  display: table;
  text-align: center;
  position: absolute;
  float: left;
  z-index: 1;
  font-size: clamp(2rem, 1.7vw, 2.6rem);
  color: #FFFFFF;
}

.lease-image {
  object-fit: contain;
  background-size: cover;
  display: block;
  max-width: 230px;
  min-width: 180px;
  width: 50%;
  height: auto;
  margin: 0 auto;
  }

.ps-info-box-icon-icon {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width:1550px) and (min-width: 1050px) {
  .property-card {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 33.333%;
  }
}

@media only screen and (max-width:1050px) and (min-width: 750px) {
  .property-card {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
  }
}

.upcoming-tasks {
  background-color: #eceef7;
}

.new-login-page {
  /*
    background-color: #FAFAFA;
    z-index: 1000;
    overflow: scroll;
    right: 0;
 */
  width: 100%;
}
@media screen and (max-width: 1350px) and (min-width: 750px) {
  .account-container {
    width: 100%;
  }
  .account-container-misc {
    width: 50%;
  }
  .account-button,
  .account-button-child {
    float: none;
    text-align: center;
    margin-left: 0px;
  }
  .login-blue-bottom{
    background: linear-gradient(to left, #3393FF, #0078FF);
    position: fixed;
    top: calc(100% - 100px);
    height: 15%;
    min-height: 100px;
    z-index: 99;
  }

  .new-login .login-container {
    width: 100%;
  }
}

.lease-tabs {
  white-space: nowrap;
}

.lease-tabs .cross-tab-select {
  width: auto;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .lease-tabs .cross-tab-select {
     background-color: rgba(0, 0, 0, 0.801);
  }
}

@media (max-width: 991px) {
  .new-login .login-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 0px;
  }

  .account-button, .account-button-child {
    float: none;
    text-align: center;
  }
}

.login-panel-row-flex {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
}

@media screen and (min-width: 770px) {
  .carousel-fade .carousel-inner .item .col-md-8.col-sm-8 {
    margin-left: 16.5%;
    margin-right: 16.5%;
  }

}

.carousel-fade .item,
.active.left,
.active.right {
  opacity: 1;
}

.carousel-fade .active,
.next.left,
.prev.right {
  opacity: 1;
}

.carousel-fade .next,
.prev,
.active.left,
.active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  color: rgb(7, 111, 162);
  margin: left 5px;
  margin: right 5px;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: #000;
  background-color: rgb(54, 152, 240);
  border: 0px solid #fff;
}

.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 2px;
  background-color: rgb(0, 115, 255);
  border: 0px solid #fff;
}

.carousel-indicators {
  padding-top: 10px;

  bottom: 15px;

}

.ps-cross-tab-select.active {
  opacity: 1;
}

.ps-cross-tab-select {
  background-color: rgba(0, 120, 255, 0.75);
  margin: 0;
  height: min-content;
}
.ps-flex-tab {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-grid-columns: -ms-repeat(auto-fit, max(0.2vw, 300px));
  grid-row-gap: 5px;
}
@media (max-width: 992px) {
  .ps-flex-tab{
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
  }
}


.carousel-control.left,
.carousel-control.right {
  width: 60px;
  z-index: 2;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 0%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .0) 0%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .0) 0%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1)
}

.col-no-pad {
  padding-left: 0px;
  padding-right: 0px;
}

.login-panel-row {
  min-height: 100vh;
  margin: 0;
  display: table;
  width: 100%;
}

.login-inputs {
  display: table;
  width: 100%;
  margin-top: 30px;
  margin-left: 0px;
}

.login-input {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.login-small-input {
  display: table-cell;
  float: none;
  vertical-align: middle;
  display: flexx;
}

.img-white {
  filter: grayscale(100%) brightness(100);
}

@media screen and (max-width: 980px) {
  .financial-page #add-transaction {
    float: none !important;
  }
}

.no-margin {
  margin: 0px !important;
}

.no-margin-top {
  margin-top: 0px;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.login-or {
  margin-top: 30px;
  margin-bottom: 30px;
}

.login-page {
  background-color: #0078FF;
  z-index: 1000;
  overflow: auto;
  right: 0;
}

.new-login-page .logo {
  padding: 20px;
}

.login-page .logo {
  padding: 20px;
}

.login-logo-column {
  z-index: 1;
  position: fixed;
  margin-left: -15px;
  overflow-y: hidden;
}

.new-login-page .login-box {
  background: #ffffff;
  border-radius: 15px;
  max-width: 500px;
  margin: 7% auto;
}

.login-page .login-box {
  background: #ffffff;
  border-radius: 15px;
  max-width: 400px;
  width: 95%;
}

.new-login-page a b {
  color: #1a3851;
}

.login-page a b {
  color: #1a3851;
}

.new-login-page .checkbox,
.radio {
  padding-left: 0px;
}

.login-page .checkbox,
.radio {
  padding-left: 0px;
}

.new-login-page .form-control-feedback {
  padding-top: 0px;
}

.login-page .form-control-feedback {
  padding-top: 0px;
}

.new-login-page .form-control {
  background-color: #ffffff;
  padding-left: 50px;
}

.new-login-page #login,
.vendor-login .btn {
  font-weight: 700;
  margin-top: 0px;
  box-shadow: 1px 9px 15px #b8b8b87d;
  border: none;
  border-radius: 6px;
  height: 50px;
}

.login-page #login {
  font-weight: 700;
  margin-top: 15px;
  box-shadow: 1px 9px 15px #b8b8b87d;
  border: none;
  border-radius: 6px;
  height: 50px;
}

.new-login-page .footer-login {
  margin-top: 15px;
}

.login-page .footer-login {
  margin-top: 15px;
}

.new-login-page .footer-login p {
  font-size: 14px;
}

.login-page .footer-login p {
  font-size: 14px;
}

.new-login-page a {
  cursor: pointer;
}

.login-page a {
  cursor: pointer;
}

.new-login-page .back {
  display: none;
}

.login-page .back {
  display: none;
}

.confirmed {
  text-align: center;
  display: block;
  font-size: 50px;
  color: #e26e84;
}

.confirmed .fa {
  width: inherit;
}

.purple-icon-circle {
  background: #e9e4fc;
  color: #6b2cfa;
  border-radius: 50px;
  margin-top: 5px;
  margin-left: 5px;
}

.yellow-icon-circle {
  background: #f8f0e3;
  color: #ff9811;
  border-radius: 50px;
  margin-top: 5px;
  margin-left: 5px;
}

.blue-icon-circle {
  background: #0078FF;
  color: #ffffff;
  border-radius: 50px;
  margin-top: 5px;
  margin-left: 5px;
}

.blue-card-icon-circle {
  background: #0078FF;
  color: #ffffff;
  border-radius: 40px;
  padding-top: 2px;
}

.red-icon-circle {
  background: #f31e16;
  color: #ffffff;
  border-radius: 50px;
  margin-top: 5px;
  margin-left: 5px;
}

.red-card-icon-circle {
  background: #f31e16;
  color: #ffffff;
  border-radius: 40px;
  padding-top: 2px;
}

.green-icon-circle {
  background: #3ec1af;
  color: #ffffff;
  border-radius: 50px;
  margin-top: 5px;
  margin-left: 5px;
}

.green-card-icon-circle {
  background: #3ec1af;
  color: #ffffff;
  border-radius: 40px;
  padding-top: 2px;
}

.gray-icon-circle {
  background: #d4ddea;
  color: #ffffff;
  border-radius: 50px;
  margin-top: 5px;
  margin-left: 5px;
}

.orange-icon-circle {
  background: #f26400;
  color: #ffffff;
  border-radius: 50px;
  margin-top: 5px;
  margin-left: 5px;
}

.orange-card-icon-circle {
  background: #f26400;
  color: #ffffff;
  border-radius: 40px;
  padding-top: 2px;
}

.blue-info-number {
  color: #0078FF;
}

.orange-info-number {
  color: #f26400;
}

.red-info-number {
  color: #f31e16;
}

.green-info-number {
  color: #3ec1af;
}

.gray-info-number {
  color: #d4ddea;
}

@media screen and (max-width: 992px) {
  .carousel .info-box-content {
    margin-left: 0px;
    margin-right: 10%
  }
}

.ps-info-box {
  display: block;
  align-items: center;
  min-height: 80px;
  max-width: 100%;
  background: #FCFCFC;
  width: 100%;
  height: auto;
  border-radius: 10px;
  padding: 5px 10px;
  text-align: center;
  transition: 0s;
}

@media (max-width: 375px) {
    .ps-info-box-icon {
        display: none !important;
    }
}

@media (max-width: 1260px) {
    .ps-info-box {
        text-align: right;
    }
}

@media (max-width: 700px) {
    .ps-info-box {
        text-align: center;
    }
}
.card-column:first-child {
    padding-left: 0px !important;
}

.card-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.ps-info-box-content {
    position: relative;
    z-index: 2;
    margin-left: 0px;
    padding: 5px;
    padding-bottom: 0px;
    width: 100%;
    background-color: unset;
    transition: 0s;
    font-size: 1em;
    white-space: nowrap;
}

.ps-info-box-text {
    background-color: rgba(252, 252, 252, 0.5);
    color: #000000;
    font-weight: 600;
    font-size: 2em;
}

.ps-info-box-subtext {
    background-color: rgba(252, 252, 252, 0.5);
    color: #000000;
    font-size: 1.2em;
}

.ps-info-box-number {
    display: block;
    font-weight: bold;
    font-size: clamp(3.5rem, 2.5vw, 5rem);
    line-height: 52px;
}

.ps-info-box-icon {
    display: table;
    text-align: center;
    position:absolute;
    float: left;
    z-index: 1;
    font-size: clamp(2rem, 1.7vw, 2.6rem);
    color:#FFFFFF;
}

.ps-info-box-icon-icon {
    display: table-cell;
    vertical-align: middle;
}

.ps-carousel-indicators {
  position: absolute;
  z-index: 15;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  left: 0;
  bottom: 0;
}

.ps-carousel-control {
  z-index: 16 !important;
}

.react-bs-table-search-form .form-control {
  position: absolute;
  right: 30px;
  padding: 15px;
  border: 2px solid #dfe1e6;
  background-color: #fcfcfc;
  border-radius: 3px;
  color: #191f37;
  height: 35px;
  width: 200px;
  margin-bottom: 10px;
  font-size: 18px;
}

.react-bs-table-search-form .form-control {
    float: right;
}

@media (max-width: 971px) {
    .react-bs-table.container {
        padding-top: 100px;
    }
    .react-bs-table-tool-bar {
        top: 20px;
    }
}

@media (max-width: 767px) {
  .react-bs-table-search-form .form-control {
    margin-top: 0px;
  }
}

.react-bs-table .table-bordered>thead>tr:first-child>td,
.react-bs-table .table-bordered>thead>tr:first-child>th {
  border: 0px;
}

.react-bs-table .table-bordered {
  border-collapse: separate;
  border-spacing: 0px 10px;
}

.react-bs-table-bordered {
  border: none;
}

.table-header-wrapper {
  border: none;
  border-radius: 5px;
  margin-top: 12px;
  transition: background 0.25s linear;
  transition: border 0.25s linear;
  background: #fcfcfc;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 60px;
}

.react-bs-table .table>tbody>tr {
  border: 1px solid #e8edf3;
  height: 45px;
  background-color: #fcfcfc;
  transition: background 0.25s linear;
  transition: border 0.25s linear;
}

.react-bs-table .table>tbody>tr:hover>td,
.react-bs-table .table>tbody>tr:hover>td>* {
  color: #0078ff;
  background-color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  border-top: none !important;
  border-bottom: none !important;
}

.react-bs-table .table>tbody>tr:hover>td>* {
  transform: scale(1.05);
}

.react-bs-table .table>tbody>tr:hover>td:first-child {
  border-left: none !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.react-bs-table .table>tbody>tr:hover>td:last-child {
  border-right: none !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.react-bs-table .table-bordered>tbody>tr>td {
  color: #9ea5bd;
  border: 1px solid #e8edf3 !important;
  /*Set !important to overide react plugin css*/
}

.react-bs-table .table>tbody>tr>td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #0078ff !important;
}

.react-bs-table .table>tbody>tr>td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.react-bs-table .react-bs-container-header .sort-column {
  color: #0078ff;
  font-weight: 600;
  font-size: 16px;
}

.react-bs-table .table-index div {
  font-weight: 900;
  color: #ed8498;
}

.dashboard .card .footer {
  text-align: right;
  margin-top: 25px;
}

.red-header .title {
  padding-top: 30px;
  color: #222b35;
  font-weight: 500;
  font-size: 26px;
  text-transform: uppercase;
}

.fc .fc-button-group .fc-button {
  width: 30%;
  height: 30px;
  border: none;
  border-radius: 5px;
  background: #e8eff0;
  font-weight: 600;
  padding: 0px;
  margin-right: 2%;
}

.fc-toolbar .fc-button-group .fc-state-active {
  background: #0078ff;
}

.fc-left {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}

.fc-left .fc-button-group {
  padding-left: 1em;
  width: 100%;
}

.fc-right .fc-button-group .fc-button {
  width: 50px;
}

.fc-right .fc-button {
  width: 25px;
  height: 25px;
  padding: 0px;
}

.fc-center h2 {
  color: #222b35;
  font-weight: 650;
  font-size: x-large;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .fc-center h2 {
    font-size: large;
  }
}

.fc-center .fc-button {
  width: 25px;
  height: 25px;
  padding: 0px;
  position: absolute;
  left: 15px;
}

.fc .fc-head .fc-widget-header {
  margin-top: 5px;
  color: #0078ff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}

.fc td {
  border: none;
  color: #32374d;
  padding: 2% 2.5% 0% 4%;
  border-radius: 5px;
}

.fc td.fc-today {
  border: none;
  background: #0078ff;
  color: white;
  font-size: 17px;
  font-weight: bold;
}

.react-bs-table .table>thead>tr>th {
  color: #599dea;
  font-weight: 900;
}

.dropdown-menu {
  max-height: 400px;
  overflow: hidden;
  overflow-y: scroll;
}

.dropdown-menu .dropdown-item {
  display: block;
  float: left;
  color: #0078FF;
  padding: 10px;
  border: none;
  border-radius: 0px;
}

.btn-info.btn-fill.building-overview-tab {
  margin-right: 10px;
  background-color: #ffffff;
  color: #a2a2a2;
}

.btn-info.btn-fill.building-overview-tab:hover {
  margin-right: 10px;
  background-color: #0078FF;
  color: #ffffff;
}

.btn-info.btn-fill.building-overview-tab.active {
  background-color: #67beaf;
  color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
  transition: background 0.25s linear;
}

.navbar-default .navbar-toggle:hover .icon-bar {
  background: #31658b;
}

.important-small-blue {
  display: block;
  float: left;
  color: white;
  background: #0078ff;
  padding: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 10px;
}

.important-small-gray {
  display: block;
  float: left;
  color: white;
  background: #a0a6b5;
  padding: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 10px;
}

.important-small-green {
  display: block;
  float: left;
  color: white;
  background: #34b417;
  padding: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 10px;
}

.important-small-orange {
  display: block;
  float: left;
  color: white;
  background: #ff9800;
  padding: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 10px;
}

.important-small-orange-selectable a {
  color: white;
}

.important-small-orange-selectable {
  display: inline-block;
  float: none;
  background: #ff9800;
  padding: 7px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 15px;
  cursor: pointer;
}

.important-small-orange-selectable:hover {}

.important-small-gray-selectable a {
  color: white;
}

.important-small-gray-selectable {
  display: inline-block;
  float: none;
  background: #a0a6b5;
  padding: 7px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 15px;
  cursor: pointer;
}

.important-small-gray-selectable:hover {}

.important-small-red {
  display: block;
  float: left;
  color: white;
  background: #fb404b;
  padding: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 10px;
}

.dMcBAq {
  background-color: transparent !important;
}

.add-task {
  font-size: 30px;
  color: #ffffff;
  background: #519286;
  border-radius: 15px;
  transition: background 0.25s linear;
  cursor: pointer;
}

.add-task:hover {
  background: #36698e;
}

.delete-task {
  font-size: 30px;
  color: #fb404b;
  transition: background 0.25s linear;
  cursor: pointer;
}

.delete-task:hover {
  color: #fe5b5f;
}

.edit-task {
  background: white;
  position: absolute;
  width: 300px;
  left: 40%;
  border-radius: 15px;
}

.bank-person {
  background-image: url(/assets/img/clip-payment.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  width: 100%;
  height: 500px;
  position: absolute;
  text-align: center;
  background-position-y: 60px;
}

.bank-person h2 {
  margin-top: 0px;
}

.bank-person p {
  color: #989faf;
}

.btn-info.btn-fill.blue-button {
  background-color: #0078FF;
}

.btn.btn-fill:hover.blue-button {
  background-color: #63b0a1;
}

.selectable {
  border-radius: 15px;
  transition: background 0.25s linear;
  cursor: pointer;
}

.selectable:hover {
  background: #ffffff;
}

.aspect-fit {
  object-fit: contain;
  background-size: cover;
  display: block;
  max-width: 400px;
  max-height: 400px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.selected-border {
  border: 2px solid #37b51f;
}

@media (max-width: 992px) {
  .property-view-btn {
    border-radius: 9px;
    font-size: 24px;
    padding: 14px 30px;
    font-weight: 400;
    cursor: pointer;
  }
}
.property-card {
  padding: 10px;
  cursor: pointer;
}

.property-photo {
  width: 100%;
  height: 150px;
  overflow: hidden;
  object-fit: cover;
  background: #f5f5f7;
  border-radius: 8px;
  border: none;
  box-shadow: 0px -1px 15px #0000001c;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.property-photo p {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 150px;
}

.property-photo img {
  object-fit: cover;
  height: 100%;
}

.property-details {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  float: left;
  width: 100%;
  background: white;
  padding: 15px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: background 0.25s linear;
}

.prop-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-template-rows: repeat(auto-fill, minmax(315px, max-content));
  gap: 15px 15px;
  grid-auto-flow: row;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
}

.property-details:hover {
  background: #0078FF;
  color: white;
}

.property-details .title {}

.property-details .footer {
  background: transparent;
}

.property-details-public {
  display: block;
  float: left;
  width: 100%;
  background: white;
  padding: 15px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: background 0.25s linear;
}

.property-details-public .footer {
  background: transparent;
}

.selectable-unit {
  transition: background 0.25s linear;
  cursor: pointer;
}

.selectable-unit:hover {
  background: #ffffff;
}

.selected-unit {
  border: 1px solid #529387;
}

/* The device with borders */
.smartphone {
  position: relative;
  width: 360px;
  height: 640px;
  margin: auto;
  border: 16px #ffffff solid;
  border-top-width: 60px;
  border-bottom-width: 60px;
  border-radius: 36px;
}

@media (max-width: 1377px) {
  .smartphone {
    width: 100%;
  }
}

/* The horizontal line on the top of the device */
.smartphone:before {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #eceef7;
  border-radius: 10px;
}

/* The circle on the bottom of the device */
.smartphone:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, -50%);
  background: #eceef7;
  border-radius: 50%;
}

/* The screen (or content) of the device */
.smartphone .content {
  width: 360px;
  height: 640px;
  background: white;
}

.img-aspect-ratio {
  display: block;
  max-width: 230px;
  max-height: 95px;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.filter-option {
  display: block;
  float: left;
  color: #9ea5bd;
  padding: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 10px;
  background: #eceef7;
  transition: background 0.25s linear;
  cursor: pointer;
  margin: 5px;
}

.filter-option:hover {
  background: #599dea;
  color: white;
}

.filter-option.selected {
  background: #599dea;
  color: white;
}

.clickable-action {
  display: block;
  float: left;
  color: #599dea;
  padding: 5px;
  transition: color 0.25s linear;
  cursor: pointer;
  margin: 5px;
}

.clickable-action:hover {
  color: #000A3D;
}

.activation {
  display: block;
  width: 100%;
  /*height: fit-content;*/
  z-index: 99;
  background: #3a99f2;
  color: white;
  text-align: center;
  padding: 25px;
  flex: 0 1 auto;
}

.text-activation {
  font-weight: bold;
}

.button-activation {
  margin-left: 250px;
  margin-right: 0;
}

@media (max-width: 991px) {
  .text-activation {
    padding-left: 0;
  }

  .button-activation {
    margin-left: 0;
  }
}

@media screen and (max-width: 1250px) and (max-height: 885px) {
  .billing-buttons .cross-tab-select {
    background-color: rgba(0, 0, 0, 0.8);
  }
}

.liberty-mutual-header {
  background: #ffd001;
  border-radius: 10px;
  overflow: hidden;

}


.liberty-mutual-header p {
  float: none;
  margin-left: 25%;
  margin-right: 25%;
  width:50%;
  padding-top: 2%;
  font-weight: 100;

}

/*
@media screen and (max-width: 990px) {
  .liberty-mutual-header p {
    display: none;
  }

  .liberty-mutual-header img {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    max-width: 300px;
  }

  .liberty-mutual-header {
    min-inline-size: 0px;
    text-align: center;
  }
}

.liberty-mutual-header img {
  width: 50%;
  padding-top: 25px;
}
*/
.liberty-mutual-header img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  width: 75%;
  max-width: 500px;
}

.liberty-mutual-body {
  font-weight: 500;
  margin-top: 25px;
  text-align: center;
}

.liberty-mutual-body .title {
  font-weight: 500;
  margin-top: 15px;
}

.liberty-mutual-body .btn.btn-fill {
  height: 50px;
  width: 250px;
  background: #84e6ec;
  color: black;
  margin: 0 auto;
  transition: color 0.25s linear;
}

.liberty-mutual-body .btn.btn-fill:hover {
  color: #ffffff;
}

.liberty-mutual-body .checkbox {
  height: 25px;
  width: 25px;
  margin: 25px;
}

.liberty-mutual-body .disclosure {
  background: #e9e9e9;
  padding: 10px;
  margin-top: 15px;
}

.liberty-mutual-body .disclosure p {
  margin: 6px;
  text-align: left;
}

.liberty-mutual-body small {
  margin-top: 15px;
  display: block;
}

.liberty-mutual-body .link {
  color: #31658b;
  cursor: pointer;
  transition: color 0.25s linear;
}

.liberty-mutual-body .link:hover {
  color: #ffd001;
  cursor: pointer;
  transition: color 0.25s linear;
}

.email-checkbox {
  height: 20px;
  width: 20px;
  padding-left: 30px;
}

.email-checkbox-text {
  font-size: 20px;
}

.filter-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid;
  background-color: #fcfcfc;
}

.filter-checkbox-container {
  position: relative;
  padding: 0px 20px 0px 25px;
  padding-top: 5px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter-options {
  padding-left: 25px;
  margin-top: 55px;
  padding-top: 25px;
}

@media (max-width: 443px) {
    .table-title {
        padding-top: 10px !important;
    }
}
.dropzone-subtitle {
  text-align: left;
  color: #9599a5;
  margin-bottom: 0px;
}

.disclosure-text {
  text-align: left;
}

.main-page-header-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 35px;
}

.sub-page-header-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.sub-page-header-sub-title {
  color: #ffffff;
  font-size: 17px;
}

.main-page-header-row {
  margin-bottom: 20px;
  margin-top: -20px;
}

.sub-page-header-row {
  margin-bottom: 20px;
  margin-top: -45px;
  margin-left: 30px;
}

.sub-page-header-status {
  float: right;
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  margin-top: -110px;
}

.sub-page-header-status-no-banner {
  float: right;
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  margin-top: -70px;
}

.orange-sub-page-header-banner {
  float: right;
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  background-color: #f26400;
  border-radius: 15px;
  padding: 3px 20px;
  margin-top: -80px;
}

.red-sub-page-header-banner {
  float: right;
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  background-color: #f31e16;
  border-radius: 15px;
  padding: 3px 20px;
  margin-top: -80px;
}

.green-sub-page-header-banner {
  float: right;
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  background-color: #3ec1af;
  border-radius: 15px;
  padding: 3px 20px;
  margin-top: -80px;
}

.red-sub-page-header-banner.hover:hover {
  background-color: #f05d53;
}

.green-sub-page-header-banner.hover:hover {
  background-color: #4b9c91;
}

.sub-page-header-submit-title {
  float: right;
  color: #ffffff;
  font-size: 15px;
  margin-top: -30px;
}

.sub-page-header-submit-date {
  float: right;
  color: #ffffff;
  font-size: 15px;
  margin-top: -10px;
}

@media (max-width: 991px) {

  .sub-page-header-status,
  .sub-page-header-status-no-banner,
  .orange-sub-page-header-banner,
  .red-sub-page-header-banner,
  .green-sub-page-header-banner,
  .sub-page-header-submit-title,
  .sub-page-header-submit-date {
    margin-right: 20px;
  }

  .sub-page-header-submit-title,
  .sub-page-header-submit-date {
    margin-top: 0px;
  }

  .ReactModal__Content--after-open {
    width: 70% !important;
  }
}

@media (max-width: 991px) {
  .sub-page-header-status {
    margin-top: -130px;
  }

  .orange-sub-page-header-banner,
  .red-sub-page-header-banner,
  .green-sub-page-header-banner {
    margin-top: -100px;
  }
}

.icon-arrow-left:before {
  content: "\e905";
  color: #ffffff;
  font-size: 35px;
  position: absolute;
  margin-left: -30px;
  margin-top: -40px;
  transition: color 0.25s linear;
}

.icon-arrow-left:hover:before {
  color: #000a3d;
}

.modal-header {
  font-size: 27px;
  font-weight: bold;
  color: #0078FF;
  border: none;
}

.modal-section-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 17px;
}

.modal-section-content {
  font-size: 18px;
  margin-bottom: 15px;
}

.modal-section-note-title {
  color: #9c9c9c;
  font-size: 15px;
  float: right;
  margin-right: 10px;
  margin-top: -65px;
}

.modal-section-note-date {
  color: #9c9c9c;
  font-size: 15px;
  float: right;
  margin-right: 10px;
  margin-top: -45px;
}

.modal-exit-icon:before {
  content: "\2715";
  color: #939aab;
  font-size: 23px;
}

.modal-exit-icon:hover:before {
  cursor: pointer;
  color: #213d55;
}

input[type="checkbox"].modal-checkbox {
  width: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 25px;
  border: 1px solid #353535;
  border-radius: 5px;
  transition: border 0.15s linear;
  cursor: pointer;
  margin-top: 0;
}

input[type="checkbox"]:hover.modal-checkbox {
  border: 1px solid #0078FF;
}

input[type="checkbox"]:checked.modal-checkbox {
  background-color: #0078FF;
  border: none;
  margin-bottom: 6px;
}

input[type="checkbox"]:checked.modal-checkbox:after {
  margin-left: 2.3mm;
  margin-top: 0.6mm;
  width: 9px;
  height: 15px;
  border: solid white;
  border-width: 0 1mm 1mm 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  display: inline-block;
}

.daterange {
  display: block !important;
}

.action-center-title {
  padding: 10px;
  float: left;
}

.action-center-item-title {
  margin-top: 25px;
  margin-bottom: 25px;
}

.action-center-item-text {
  font-size: 18px !important;
}

.action-center-row {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 15px;
}
.action-center-button {
  text-align: center;
  font-size: clamp(12px, 0.8vw, 2em);
  flex-grow: 0;
  margin: 0;
}
.action-center-label {
  font-size: clamp(14px, 0.95vw, 2em) !important;
}
.action-center-spacer {
  flex-grow: 100;
}

#miniAppIframe {
  border: none;
}

.removeTenantIcon {
  color: red !important;
  font-size: 15px;
  cursor: pointer;
}

.requestLoader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9998;
  visibility: hidden;
}

.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  visibility: visible !important;
}

/* Override DropZone style */
div.filepicker {
  background-color: #f9fafc;
  border: 2px dotted #c7c7c7;
}

.filepicker-file-icon::before {
  width: 35px;
  height: 39px;
  border: solid 1px #b4bac8;
  border-radius: 5px;
}

.filepicker-file-icon::after {
  font-weight: bold;
  top: 15px;
  left: 0.5px;
  content: attr(data-filetype);
  text-align: center;
  color: #b4bac8;
  background-color: transparent;
}

.dz-default.dz-message span {
  display: none;
}

.dz-default.dz-message::after {
  content: "Drag and drop or click here to add files";
  font-weight: bold;
  font-size: 14px;
}

.dropzone .dz-message {
  margin-top: 10px;
}

/* DropZone upload button */
.dropZone-upload {
  margin-top: 10px;
  margin-right: 0;
}

.card-section-note-title {
  color: #9c9c9c;
  font-size: 14px;
  float: right;
  margin-right: 30px;
  margin-top: -55px;
}

@media (max-width: 1441px) {
  .card-section-note-title {
    padding-top: 33px;
  }
}

.card-section-note-date {
  color: #9c9c9c;
  font-size: 14px;
  float: right;
  margin-right: 30px;
  margin-top: -35px;
}

@media (max-width: 1441px) {
  .card-section-note-date {
    padding-top: 33px;
  }
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.filter-container {
  max-height: 200px;
  overflow: hidden;
  overflow-y: scroll;
  background: #f0f3f8;
  padding: 10px;
  border-radius: 8px;
}

.filter-container ul {
  list-style: none;
  padding-left: 0px;
}

.filter-container ul li {
  margin: 5px;
  cursor: pointer;
  font-size: 16px;
}

.filter-container ul li:hover {
  color: #056edb;
}

.green {
  color: #34b417;
}

.button-center-align-bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Override Task Board design */
/* .kjauoa {
    TODO: Comment this for now because without the filter on the top, the headers of columns won't look good on the blue background
    background-color: transparent !important;
} */
.hANePP {
  border-radius: 5px !important;
  margin: 15px 0px !important;
  border: transparent !important;
}

.eQnITk {
  text-align: center;
}

.jgmSre {
  font-size: 18px !important;
  width: 100% !important;
}

.ggHFfo {
  width: 0% !important;
}

.ceKhth {
  border-bottom: none !important;
}

.subscription-select-row {
  text-align: center;
  margin: 0 auto;
}

.subscription-card {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  text-align: center;
  height: 580px;
  margin: 10px;
  padding: 30px;
  white-space: pre-wrap;
  border-radius: 20px;
}

.subscription-card.selected {
  background-color: #d5e4f3;
}

.original-plan {
  border: 2px solid #0078FF;
}

.subscription-select-btn {
  position: absolute;
  bottom: 30px;
  margin-left: -60px;
}

.subscription-title {
  font-size: 20px;
  font-weight: bold;
}

.subscription-price {
  font-weight: bolder;
  font-size: 60px;
  margin: 10px;
}

.subscription-per-month-message {
  color: gray;
}

@media (max-width: 991px) {
  .subscription-card {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .subscription-card {
    width: 80%;
  }
}

.property-unit:hover {
  cursor: pointer;
}

.sidebar .nav li>a {
  margin: 0px 15px;
}

.sidebar .nav p {
  text-transform: none;
  font-size: 16px;
}

.sidebar .nav i {
  font-size: 19px;
  float: left;
  margin-right: 10px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #a0a6b5;
}

.sidebar .nav li a:hover,
.sidebar .nav li a.active {
  color: #046ddb;
  background: #f2f5f9;
}

.sidebar .nav li a:hover i,
.sidebar .nav li a.active i {
  color: #046ddb;
}

.bell i.icon-notification {
  font-size: 28px;
}

.form-group i {
  color: #a0a6b5;
}

.content.settings-list .nav li i {
  color: #31658b;
  font-size: 22px;
}

.stats i.icon-unit-box {
  color: #333;
}

.card-icon-title i.icon-receipt {
  font-size: 30px;
  line-height: 1.2;
}

.card-icon-title i.icon-document-plus {
  padding-left: 4px;
}

.ReactModal__Content--after-open {
  max-height: 90% !important;
}

@media (max-width: 1120px) and (min-width: 995px) {
  .ReactModal__Content--after-open {
    margin-left: 10%;
  }
}

@media (max-width: 767px) {
  .row .action-center-button {
    margin-top: 10px;
  }

  .ReactModal__Content--after-open {
    width: 95% !important;
  }
}

.log-out-mobile {
  position: absolute !important;
  bottom: 30px;
  width: 100%;
  color: #939aab;
  left: 0px;
}

.no-units-message {
  color: #070f29;
  font-weight: normal;
}

.state-listener-priority {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.tenant-charge-sentence {
  padding-left: 10px !important;
  padding-right: 15px !important;
  float: left;
  text-align: left;
  height: 50px;
}

.lease-rule-button {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  flex: 1 0 auto;
  max-width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #222;
  width: 200px;
  padding: 7px;
  text-align: center;
  cursor: pointer;
}

.lease-rule-button:hover {
  background-color: #ffffff;
}

.lease-rule-button.clicked {
  background-color: #0078FF;
  color: #ffffff;
  border-color: #0078FF;
}

.lease-rule-button.clicked:hover {
  background-color: #ffffff;
  color: #0078FF;
  border-color: #ffffff;
}

.form-control.text-underline {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  flex: 1 0 auto;
  max-width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #222;
  width: 200px;
  padding: 7px;
  text-align: left;
  cursor: pointer;
  height: 35px;
  margin-top: -5px;
  padding-left: 35px;
}

.quick-actions-button {
  padding-right: 0;
}
.quick-actions-button .nav > li > a {
  padding: 0 5px;
}

.tag-menu {
  position: absolute;
  top: 10px;
  right: 0;
}

.has-feedback .form-control {
  padding-right: 0px;
}

/**
Mobile specific styles
**/
.isMobile .new-login-page .login-box {
  margin-top: 100px;
  overflow: hidden;
}

.isMobile .login-page .login-box {
  margin-top: 100px;
  overflow: hidden;
}

.isMobile .navbar-transparent {
  padding-top: 45px;
}

.isMobile .sidebar-wrapper {
  padding-top: 50px;
}

.isMobile .alert.alert-with-icon {
  margin-top: 20px;
}

.profile-pic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 6px;
  object-fit: cover;
}

.profile-small {
    width: 50px !important;
    list-style: none;
    padding: 9px 0 !important;
}

.profile-small a {
    color: white !important;
}

.profile-small .dropdown::marker {
    display: none;
}

.profile-small .container-fluid {
    padding: 0;
}

.gift-icon-nav-bar {
  float: left;
  margin-top: 18px;
  margin-right: 15px;
  cursor: pointer;
  font-size: 25px;
}

.gift-icon-nav-bar i {
  color: #badcf5;
  transition: 0.3s;
}

.gift-icon-nav-bar i:hover {
  color: #ffffff;
}

.header-task-button {
  padding-left: 24px;
}

.login-left-panel-background {
  background: linear-gradient(to left, #3393FF, #0078FF);
  vertical-align: middle;
  display: table-cell;
  float: none;
}

.login-panel-item {
  float: none;
  display: table;
}

.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.login-left-panel-text {
  width: 100%;
  font-weight: 600;
  font-size: 35px;
  color: #ffffff;
  text-align: center;
}

.login-right-panel {
  min-height: 100vh;
  max-height: 100vh;
}

.login-right-panel-text {
  font-weight: 600;
  font-size: 35px;
}

.login-image-slider-container {
  text-align: center;
}

.login-image-slider-arrows {
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
  margin: 0px 30px;
}

.login-image-slider-arrows:hover {
  color: #c5c5c5b4;
}

.login-image-slider-circle-choose {
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  margin: 30px 10px;
}

.login-image-slider-circle-choose:hover {
  color: #c5c5c5b4;
}

.login-image-slider-circle-choose.active {
  color: #c5c5c5b4;
  cursor: unset;
}

.login-right-panel-content {
  height: 100vh;
  z-index: 1;
  justify-content: center;
  align-items: center;
}

.slider-text {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  padding-top: 30px;
}

.login-image-slider-text-row {
  margin: 0px;
}

.no-scroll {
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .payment-btn {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
}
.payment-padding {
  padding-left: 10px;
}

.lease-margin {
  margin-left: 10px;
}

/* Quick Actions */
.qa-icon {
  position: relative;
  width: 45px;
  height: 30px;
  line-height: 15px !important; 
}
.qa-title {
  overflow-wrap: break-word;
  display: inline-block;
  width: auto;
}
.qa-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

.qa-grid {
  display: grid; 
  grid-auto-flow: row; 
  grid-auto-rows: 50px; 
  grid-template-columns: auto auto; 
  gap: 0px 0px; 
  width: 98.3%; 
  height: 56%; 
  padding: 5px 15px;
}

@media (max-width: 1215px) {
    .qa-grid {
        grid-template-columns: 1fr;
    }
}
.qa-width {
  min-width: 130px;
}

.qa-grid > .nav > li > a {
    padding: 0;
}

.selectable-card {
  display: flex;
  align-items: center;
}

/* === Upcoming Tasks === */
.upcoming-tasks {
  display: flex;
  right: 0;
  height: 100vh;
  position:relative;
  min-height:1px;
}
@media (max-width: 992px) {
  .upcoming-tasks {
    display: flex;
    position: fixed;
    /*col-md-2*/
    float: left;
    width: 100%;
  }
  .timeline {
    padding-bottom: 70px;
  }
}
.task-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 0px !important;
}
.timeline-holder {
  height: 100%;
  flex: 1;
  display: flex;
  overflow: auto;
  padding: 10px;
  justify-content: center;
}
.timeline {
  flex-direction: column;
  height: 100%;
  flex: 1;
  display: flex;
  overflow-y: auto;
  overflow-x: visible;
  padding: 5px;
}

.task-row {
  display: table-row;
  transform-origin: 55px center;
  height: 30px;
  transform: unset;
}

.task-row:hover {
  transform: scale(1.05);
}

@media (max-width: 992px) {
    .task-row:hover {
        transform: unset;
    }
}

.modal .task-row:hover {
  transform: none;
}

.task-row:hover .col .time {
  color: #056edb;
}

.task-row .col {
  display: table-cell;
  vertical-align: top;
  height: 30px;
  padding-bottom: 10px;
  padding-left: 7.5px;
}
.task-row .col.run-action {
  padding-left: 5px;
}
.task-row .col .time {
  font-weight: bold;
}

.task-row .col img {
  height: 25px;
  width: 25px;
  object-fit:scale-down;
  cursor: pointer;
}
.task-row .col.text {
  padding-top: 0.5px;
}
.task-bar {
  background-image: url(/assets/img/upcoming-tasks/bar.png);
  background-size: 20px 100%;
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
tr:last-child.task-row {
  background: white;
}
td:first-child.col {
  padding-left: 0px;
}
.run-selected {
  margin-bottom: 10px;
  background: linear-gradient(to left, #3393FF, #0078FF);
  padding: 15px;
  display: flex;
  justify-content: center;
}
.disabled, .col.text span.category.disabled, a.disabled{
  color: #9ea5bd 
}
.action-button {
  margin-right: 0px;
}
@media (max-width: 1919px) {
  /* Icon styles */
}
@media (max-width: 1599px) and (min-width: 992px) {
  .task-row .col.task-text {
    display: block ;
    height: unset ;
    padding-bottom: 0px ;
  }
  .task-row .col.run-action {
    display: inline flow-root ;
    padding-left: 10px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .task-row .col.donut {
    display: block ;
  }
  .task-row .col.task-text{
    display: inline flow-root ;
    height: unset ;
    padding-bottom: 0px ;
    background: rgba(255, 255, 255, 0.5);
  }
  .task-row .col.run-action {
    display: flow-root;
    margin-top: -21px;
    padding-left: 0px;
  }
}
.dot-progress-circle {
  font-size: 18px;
}
.dot-progress-circle.done {
  color: green;
}
.dot-progress-line {
  font-size: 18px;
}
.dot-progress-line.done {
  color: green;
}

.time {
    white-space: nowrap;
}

.task-row .col {
    /* padding-left: 10px; */
    padding-left: 7.5px;
}

.app-grid {
    display: grid;
    grid-auto-columns: 20%;
    grid-auto-flow: column;
    grid-template-columns: max-content 1fr;
    grid-template-rows: 100%;
    gap: 0px 0px;
    width: 100vw;
    height: 100vh;
}
.sidebar-grid {
    grid-area: sidebar;
    display: grid;
    height: 100vh;
}
.main-grid {
    grid-area: main;
    display: grid;
    height: 100vh;
}
.upcoming-tasks-upgrade {
    padding-top: 30px;
    text-align: center;
}
.upcoming-tasks-grid {
    background-color: green;
    display: grid;
    height: 100vh;
}

.tenant-pay-now {
  display: flex;
  flex-direction: column;
}

.tenant-pay-now .breakdown-grid {
  display: grid;
  grid-auto-rows: max-content;
  grid-template-columns: 1fr max-content;
  gap: 0px 0px;
  width: 98.3%;
  height: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}

.tenant-pay-now .payment-row {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.paynow {
  justify-content: flex-end !important;
}

.rent-payment-total-label {
  /*float:left;*/
  border-bottom: 1px solid #ddd;
  font-size: 14px !important;
}

.rent-autopay-label {
  font-size: 14px;
  margin: 0px;
  display: inline-flex;
  height: max-content;
  color: #070F29;
}

.rent-payment-total-p {
  /*float:left;*/
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
  font-size: 15px !important;
  font-weight: bold;
}

.breakdown-label {
  font-size: 12px !important;
}

.breakdown-p {
  font-weight: bold;
  font-size: 12px !important;
}

.ps-full-width {
    width: 100%
}

.tenant-payments-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
}

.payment-history-box {
  display: flex;
  flex: 8 1 450px;
  padding: 0 15px;
}

.payment-history-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.payment-text-padding {
  padding: 0 30px;
}

.tenant-pay-now-box {
  display: flex;
  flex: 2 1 386px;
  padding: 0 15px;
}

.qb-exit-x {
    z-index: 12;
    position: absolute;
    right: 15px;
    top: 10px;
}

.center-text {
    text-align: center;
}

.credit-card-confirm {
    border-radius: 4px;
    border-color:#dfdfdf;
    border-style: solid;
    border-width: 1px;
    padding: 12px;
    background-color: #f0f3f8;
}

.center-content {
    display: flex;
    justify-content: center;
    width: 100%;
}

@media (max-width: 991px) {
  .daterangepicker {
    position: fixed;
    top: 25px !important;
  }
}
.maint-request-btn {
  display: flex;
  justify-content:right;
  padding-bottom: 10px;
}

@media (max-width: 991px){
  .maint-request-btn{
    align-content:center;
    justify-content: center;
    padding-bottom: 10px;
  }
}
