:root {
  --primary: #2B3C6A;
  --primary-alt: #7686B1;
  --secondary: #f29f11;
  --faded: #9E9E9E;
  --faded-alt: #C0C0C0;
  --active-element: #3F3F3F;
  --hover-element: #858585;
  --accordion-hover: #e4e4e4;
  --download-card: #2f2f2f;
}

/*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);
  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-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;
  object-fit: cover;
  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 .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;
  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;
}

/* Mobile sidebar — added after split */
.page-template-dashboard-template .cp-sidebar {
  min-height: 100vh;
}

.page-template-dashboard-template .cp-sidebar-toggle {
  display: none;
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 1051;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.page-template-dashboard-template .cp-sidebar-toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.page-template-dashboard-template .cp-sidebar-toggle.is-open .cp-sidebar-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.page-template-dashboard-template .cp-sidebar-toggle.is-open .cp-sidebar-toggle-bar:nth-child(2) {
  opacity: 0;
}
.page-template-dashboard-template .cp-sidebar-toggle.is-open .cp-sidebar-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.page-template-dashboard-template .cp-sidebar-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1040;
  opacity: 0;
  transition: opacity 0.2s ease;
}

@media (max-width: 991.98px) {
  .page-template-dashboard-template .cp-sidebar-toggle {
    display: flex;
  }

  .page-template-dashboard-template .cp-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    max-width: 85vw;
    z-index: 1050;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    overflow-y: auto;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
  }

  .page-template-dashboard-template .cp-sidebar.is-open {
    transform: translateX(0);
  }

  .page-template-dashboard-template .cp-sidebar-backdrop.is-open {
    display: block;
    opacity: 1;
  }

  .page-template-dashboard-template main.tab-content {
    padding-top: 64px;
  }
}

/* Bootstrap button overrides scoped to panel pages — use brand colors instead of Bootstrap defaults */
.page-template-login-template .btn-primary,
.page-template-dashboard-template .btn-primary,
.page-template-forgot-password-template .btn-primary,
.page-template-login-template .wpcf7 .btn,
.page-template-dashboard-template .wpcf7 .btn,
.page-template-forgot-password-template .wpcf7 .btn,
.page-template-login-template .wpcf7 input[type="submit"],
.page-template-dashboard-template .wpcf7 input[type="submit"],
.page-template-forgot-password-template .wpcf7 input[type="submit"] {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.page-template-login-template .btn-primary:hover,
.page-template-dashboard-template .btn-primary:hover,
.page-template-forgot-password-template .btn-primary:hover,
.page-template-login-template .wpcf7 .btn:hover,
.page-template-dashboard-template .wpcf7 .btn:hover,
.page-template-forgot-password-template .wpcf7 .btn:hover,
.page-template-login-template .wpcf7 input[type="submit"]:hover,
.page-template-dashboard-template .wpcf7 input[type="submit"]:hover,
.page-template-forgot-password-template .wpcf7 input[type="submit"]:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  filter: brightness(0.9);
}

.page-template-login-template .btn-primary:focus,
.page-template-dashboard-template .btn-primary:focus,
.page-template-forgot-password-template .btn-primary:focus,
.page-template-login-template .btn-primary.focus,
.page-template-dashboard-template .btn-primary.focus,
.page-template-forgot-password-template .btn-primary.focus {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.35);
}

.page-template-login-template .btn-primary:not(:disabled):not(.disabled):active,
.page-template-dashboard-template .btn-primary:not(:disabled):not(.disabled):active,
.page-template-forgot-password-template .btn-primary:not(:disabled):not(.disabled):active,
.page-template-login-template .btn-primary:not(:disabled):not(.disabled).active,
.page-template-dashboard-template .btn-primary:not(:disabled):not(.disabled).active,
.page-template-forgot-password-template .btn-primary:not(:disabled):not(.disabled).active {
  background-color: var(--primary);
  border-color: var(--primary);
  filter: brightness(0.85);
}

.page-template-login-template .btn-secondary,
.page-template-dashboard-template .btn-secondary,
.page-template-forgot-password-template .btn-secondary {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}

.page-template-login-template .btn-secondary:hover,
.page-template-dashboard-template .btn-secondary:hover,
.page-template-forgot-password-template .btn-secondary:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
  filter: brightness(0.9);
}

.page-template-login-template .btn-secondary:focus,
.page-template-dashboard-template .btn-secondary:focus,
.page-template-forgot-password-template .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--secondary-rgb), 0.35);
}

.page-template-login-template a,
.page-template-dashboard-template a,
.page-template-forgot-password-template a {
  color: var(--primary);
}

.page-template-login-template a:hover,
.page-template-dashboard-template a:hover,
.page-template-forgot-password-template a:hover {
  filter: brightness(0.85);
}

/* Form labels — theme has .wpcf7 label { opacity: 0; font-size: 10px } for floating-label pattern;
   override on panel pages to make labels visible at full size */
body.page-template-login-template label,
body.page-template-dashboard-template label,
body.page-template-forgot-password-template label,
body.page-template-login-template .form-label,
body.page-template-dashboard-template .form-label,
body.page-template-forgot-password-template .form-label,
body.page-template-login-template .wpcf7 label,
body.page-template-dashboard-template .wpcf7 label,
body.page-template-forgot-password-template .wpcf7 label,
body.page-template-login-template .wpcf7 p label,
body.page-template-dashboard-template .wpcf7 p label,
body.page-template-forgot-password-template .wpcf7 p label,
body.page-template-login-template .wpcf7-list-item-label,
body.page-template-dashboard-template .wpcf7-list-item-label,
body.page-template-forgot-password-template .wpcf7-list-item-label {
  color: #333 !important;
  opacity: 1 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

body.page-template-login-template .form-text,
body.page-template-dashboard-template .form-text,
body.page-template-forgot-password-template .form-text {
  color: #6c757d !important;
}

/* CF7 acceptance text + link */
body.page-template-dashboard-template .wpcf7-acceptance .wpcf7-list-item-label,
body.page-template-dashboard-template .wpcf7-acceptance .wpcf7-list-item-label a {
  color: #555 !important;
}
body.page-template-dashboard-template .wpcf7-acceptance .wpcf7-list-item-label a {
  text-decoration: underline;
}

/* CF7 submit button when enabled — keep brand color (disabled stays gray) */
body.page-template-dashboard-template .wpcf7-submit:not(:disabled),
body.page-template-dashboard-template input[type="submit"].btn-primary:not(:disabled) {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
}
body.page-template-dashboard-template .wpcf7-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

/*# sourceMappingURL=style.css.map */
