:root {
  --primary-col:rgb(12,40,19);
  --primary-col-alt: #C47240;
  --secondary: #f29f11;
  --faded: #9E9E9E;
  --faded-alt: #C0C0C0;
  --active-element: #3F3F3F;
  --hover-element: #858585;
  --accordion-hover: #e4e4e4;
  --download-card: #2f2f2f;
}

.page-template-login-template-php .nav_top.fixed-menu,
.page-template-forgot-password-template-php .nav_top.fixed-menu,
.page-template-dashboard-template-php .nav_top.fixed-menu {
  background-color: rgba(49, 47, 77, 0.95);
}
.page-template-login-template-php .btn-primary,
.page-template-forgot-password-template-php .btn-primary,
.page-template-dashboard-template-php .btn-primary {
  background-color: var(--primary-col) !important;
}

/*Login Page*/
.cp-container .form-control {
  border-radius: 50px;
}
.cp-container .cp-login-form {
  max-width: 500px;
  width: 100%;
}
.cp-container .cp-login-form .forgot-password {
  color: var(--faded);
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}

/*Dashboard*/
.page-template-dashboard-template {
  /*Tenant Changes*/
  /*News*/
  /*Payment Schedule*/
}
.page-template-dashboard-template .cp-download-icon {
  background: url(../images/icon-download.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  display: block;
}
.page-template-dashboard-template .cp-pending-icon {
  background: url(../images/icon-pending.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  display: block;
}
.page-template-dashboard-template .cp-in_progress-icon {
  background: url(../images/icon-in-progress.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  display: block;
}
.page-template-dashboard-template .cp-done-icon {
  background: url(../images/icon-done.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  display: block;
}
.page-template-dashboard-template .cp-document-icon {
  background: url(../images/icon-document.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  display: block;
}
.page-template-dashboard-template .cp-settings-icon {
  background: url(../images/icon-settings.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  display: block;
}
.page-template-dashboard-template .cp-info-icon {
  background: url(../images/icon-info.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  display: block;
}
.page-template-dashboard-template .cp-status {
  width: 190px;
  height: 42px;
  border-radius: 50px;
  border: 1px solid rgb(194, 194, 194);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
}
.page-template-dashboard-template .cp-in_progress {
  border-color: #A0A9C1;
  background: #DBDFEB;
}
.page-template-dashboard-template .cp-pending {
  border-color: #c2c2c2;
  background: #EAEAEA;
}
.page-template-dashboard-template .cp-done {
  border-color: #B5C5AE;
  background: #E0EBDB;
}
.page-template-dashboard-template .header {
  background-color: white;
  box-shadow: 0 0 25px -2px rgba(0, 0, 0, 0.4901960784);
}
.page-template-dashboard-template .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.page-template-dashboard-template .container-fluid .cp-user-header {
  background-color: var(--primary-col);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.page-template-dashboard-template .container-fluid .cp-user-header .client-name {
  color: var(--faded-alt);
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
}
.page-template-dashboard-template .container-fluid .cp-message-counter {
  margin-left: auto;
}
.page-template-dashboard-template .container-fluid .nav-item:last-child .nav-link::after {
  display: none;
}
.page-template-dashboard-template .container-fluid .nav-link {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  padding-left: 40px;
  padding-right: 40px;
  color: var(--faded);
  transition: color 0.3s ease;
}
.page-template-dashboard-template .container-fluid .nav-link.cp-messages-section {
  background-color: var(--primary-col-alt) !important;
  color: #fff !important;
}
.page-template-dashboard-template .container-fluid .nav-link:hover {
  color: var(--hover-element);
}
.page-template-dashboard-template .container-fluid .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background-color: var(--faded-alt);
}
.page-template-dashboard-template .container-fluid .nav-link.active {
  color: var(--active-element);
  font-weight: 600;
  background-color: unset;
}
.page-template-dashboard-template .tab-content {
  padding: 80px;
}
.page-template-dashboard-template .tab-content .tab-pane h2 {
  margin-bottom: 40px;
}
.page-template-dashboard-template .cp-accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 118px;
  margin-bottom: 20px;
  color: var(--faded);
}
.page-template-dashboard-template .cp-accordion-header .accordion-header-entry1 {
  width: 40%;
}
.page-template-dashboard-template .cp-accordion-header .accordion-header-entry2 {
  width: 25%;
}
.page-template-dashboard-template .cp-accordion-header .accordion-header-entry3 {
  width: 6%;
}
.page-template-dashboard-template .header-tenant-changes {
  margin-bottom: -20px;
}
.page-template-dashboard-template .cp-accordion .card {
  background: unset;
  border: none;
  border-top: 2px solid black;
  border-radius: 0;
}
.page-template-dashboard-template .cp-accordion .card .card-header {
  background: unset;
  border: none;
  padding: 0;
  transition: background-color 0.3s ease;
}
.page-template-dashboard-template .cp-accordion .card .card-header:hover {
  background-color: var(--accordion-hover);
}
.page-template-dashboard-template .cp-accordion .card .card-header .tc-col1 {
  width: 50%;
  text-align: start;
  padding-right: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page-template-dashboard-template .cp-accordion .card .card-header .tc-col2 {
  width: 25%;
  text-align: start;
}
.page-template-dashboard-template .cp-accordion .card .card-header .tc-col3 {
  display: flex;
  justify-content: flex-end;
  width: 25%;
}
.page-template-dashboard-template .cp-accordion .card .card-header .btn {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
.page-template-dashboard-template .cp-download-cards-row {
  display: flex;
  gap: 16px;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-template-dashboard-template .cp-download-card {
  width: 260px;
  height: 200px;
  transition: box-shadow 0.3s ease;
}
.page-template-dashboard-template .cp-download-card:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.page-template-dashboard-template .cp-download-card .card-img-top {
  height: 153px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-dashboard-template .cp-download-card .card-img-placeholder {
  width: 100%;
  height: 153px;
  background-color: var(--accordion-hover);
}
.page-template-dashboard-template .cp-download-card .cp-download-card-body {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
.page-template-dashboard-template .cp-download-card .cp-download-card-body .card-text {
  color: var(--download-card);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.page-template-dashboard-template .tenant-changes-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-template-dashboard-template .tenant-changes-section .wpcf7 label {
  opacity: 1;
}
.page-template-dashboard-template .tenant-changes-section .cp-changes-list .wpcf7-list-item {
  display: flex;
  align-items: center;
}
.page-template-dashboard-template .tenant-changes-section .cp-changes-list .wpcf7-list-item label {
  display: flex;
}
.page-template-dashboard-template .tenant-changes-section .cp-changes-list .wpcf7-list-item input[type=checkbox] {
  margin-right: 10px;
  width: auto;
  height: auto;
  float: left;
}
.page-template-dashboard-template .tenant-changes-section .cp-changes-list .wpcf7-list-item-label {
  font-size: 13px;
  margin-bottom: 0 !important;
  float: right;
}
.page-template-dashboard-template .cp-news-section {
  padding: 40px;
  background-color: #f2f2f2;
}
.page-template-dashboard-template .cp-news-section h2 {
  text-align: center;
  margin-bottom: 30px;
}
.page-template-dashboard-template .cp-news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.page-template-dashboard-template .cp-news-card {
  background-color: #fff;
  text-decoration: none;
  color: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 324px;
  width: 265px;
}
.page-template-dashboard-template .cp-news-card:hover {
  transform: translateY(-5px);
}
.page-template-dashboard-template .cp-news-card .cp-news-date {
  font-size: 16px;
  font-weight: 600;
  color: var(--download-card);
  height: 42px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.page-template-dashboard-template .cp-news-card .cp-news-card-image {
  width: 100%;
  height: 196px;
  background-color: var(--accordion-hover);
}
.page-template-dashboard-template .cp-news-card .cp-news-card-image img {
  width: 100%;
  height: 196px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-dashboard-template .cp-news-card .cp-news-card-content {
  padding: 15px;
}
.page-template-dashboard-template .cp-news-card .cp-news-card-content .cp-news-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.page-template-dashboard-template .cp-payment-schedule-table {
  width: 100%;
}
.page-template-dashboard-template .cp-payment-schedule-table th {
  border-top: none;
  color: var(--faded);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  border-bottom: 2px solid var(--active-element);
}
.page-template-dashboard-template .cp-payment-schedule-table td {
  color: var(--download-card);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  border-top: 2px solid var(--active-element);
  height: 82px;
}
.page-template-dashboard-template .cp-payment-schedule-table .payment-info {
  display: flex;
  gap: 8px;
}
.page-template-dashboard-template .cp-payment-schedule-table .due-date {
  width: 220px !important;
}
.page-template-dashboard-template .cp-payment-schedule-table .tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.page-template-dashboard-template .cp-payment-schedule-table .tooltip {
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  color: #000;
  text-align: left;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  white-space: pre-wrap;
  z-index: 1000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  width: 250px;
}
.page-template-dashboard-template .cp-payment-schedule-table .tooltip-container:hover .tooltip {
  visibility: visible;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */