.dashboard-nav-container {
  background: #ffffff;
  box-shadow: 0 0.188rem 0.375rem #00000029;
}
.dashboard-nav-container .nav {
  font-size: 1.125rem;
}
.dashboard-nav-container .nav-tabs .nav-link {
  margin-bottom: 0;
}
.dashboard-nav-container .nav-link[aria-selected="false"] {
  color: #ccc;
}
.dashboard-nav-container .nav-link[aria-selected="false"]::after {
  content: '';
  background-color: #ccc;
}
.dashboard-nav-container .nav-link,
.dashboard-nav-container .nav-link:hover,
.dashboard-nav-container .nav-link.active,
.dashboard-nav-container .nav-link.active:hover {
  color: #495057;
  background-color: #fff;
  border: none;
  border-radius: 0;
  position: relative;
}
.dashboard-nav-container .nav-link.tab-disabled:hover {
  color: #ccc;
}
.dashboard-nav-container .nav-link.active {
  color: #212121;
  font-weight: 500;
  position: relative;
}
.dashboard-nav-container .nav-link.active::before {
  content: '';
  position: absolute;
  bottom: -0.125rem;
  left: 1rem;
  border-radius: 0.188rem;
  width: 65%;
  height: 0.188rem;
  margin: auto;
  background-color: #ff6600;
}
.dashboard-nav-container .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0.188rem;
  width: 1px;
  height: 1.375rem;
  margin: auto;
  background-color: #707070;
  transform: translateY(-50%);
}
.dashboard-nav-container .nav-item:last-child .nav-link::after {
  content: '';
  background-color: #ffff;
}
.dashboard-nav-container .nav-item:last-child .nav-link {
  border-color: #fff;
}
.border-top-9 {
  border-top: solid 0.563rem #fff;
}
.counter-container {
  padding: 1.813rem 0;
}
.gray-bg {
  background-color: #f7f7f7;
}
.counter-list {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 6.875rem;
}
.counter-list li {
  display: inline-flex;
  flex-direction: column;
  width: 22%;
  padding: 0.3rem 1.625rem;
  border-right: 1px solid #d0d0d0;
}

.counter-list li:hover {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: #ccc 0 4px 4px;
  border-right: 1px solid #fff;
}
.counter-list li a {
  text-decoration: none;
}
.counter-list li:last-child {
  border-right: none;
}
.counter-list li p {
  font-size: 1rem;
  min-height: 2.813rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #434342;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: "Roboto-bold",sans-serif;
}
.counter {
  font-size: 1.875rem;
  color: #ff6600;
  text-align: center;
  font-family: "Roboto-bold",sans-serif;
}
.chart-lising {
  list-style: none;
  margin: 0;
  padding: 0;
}
.chart-wrapper {
  border-top: 0.563rem solid #fff;
}
@media (max-width: 767px) {
  .counter-list li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    border-right: none;
  }
  .counter-list {
    height: auto;
  }
}

a.user-anonymous {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../../mpbuild/images/user_icon.svg);
  background-size: cover;
  text-decoration: none;
  color: transparent;
}


#clients-usage-month-select,
#bank-usage-month-prod-select,
#bank-usage-month-cert-select,
#bank-usage-month-select,
#providers-usage-month-select,
#hp-usage-month-cert-select,
#hp-usage-month-prod-select,
#fintech-usage-dsc-month-select,
#fintech-usage-pd-month-select {
  width: 30%;
  background: url('/themes/custom/mpbuild/images/bg-toggle.png') right .5rem center no-repeat;
}

#developer-usage-month-select,
#domain-usage-month-select,
#supported-products-month-select,
#unique-registered-month-select {
  width: 30%;
  background: url('/themes/custom/mpbuild/images/bg-toggle.png') right .5rem center no-repeat;
  /*pointer-events: none;
  opacity: 0.5;
   */
}

.graph-headers {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.graph-title {
  padding-left: 26px;
  font-size: 22px;
  line-height: 1.375rem;
  font-weight: 500;
  color: #434342;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: "Roboto-bold",sans-serif;
}
.graph-filter.pull-left > select {
  margin-left: auto;
}

.legend {
  display: flex;
  align-items: center; /* Align items vertically in the center */
}

.home-container h1 {
  font-size: 1.75rem;
  color: #ff6600;
  margin-bottom: 3rem;
}
.home-internal-container {
  padding-left: 2.813rem;
}
.home-internal-container p {
  color: #212121;
  font-size: 1.25rem;
}

#block-mpbuild-main-menu ul li:hover > ul {
  display: block;
}

#block-mpbuild-main-menu ul li:last-child {
  border-bottom: none;
}

/* second and deeper levels */
#block-mpbuild-main-menu > ul ul {
  display: none;
  position: absolute;
  left: 140px;
  top: 0;
}
.line {
  fill: none;
  stroke-width: 3px;
}

.overlay {
  fill: none;
  pointer-events: all;
}

.hover-line {
  stroke: #b74779;
  stroke-width: 2px;
  stroke-dasharray: 3,3;
}
.status-heading-bg {
  background-color: #ff6600;
  max-width: 5.313rem;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.status-heading-bg p {
  margin-bottom: 0;
}
/* Feedback section */
#topmainmenu .nav-main {
  width: 100%;
}
/* Right-align the trailing group (Ask AI Assistant + Feedback): the first of
   the two gets the auto margin so both sit together on the right. Positional to
   match the existing header pattern; the group is the last two main-menu items. */
#topmainmenu .nav-main li:nth-last-child(2) {
  margin-left: auto;
}
#topmainmenu .nav-main li:last-child {
  padding-right: 1rem;
}
/* Feedback + Ask AI Assistant CTAs — same orange-button styling. Feedback is
   targeted by link title; the Ask AI Assistant link has no title attribute
   (no description set on its menu link) so it's targeted by its href. */
#topmainmenu .nav-main a[title="Feedback"],
#topmainmenu .nav-main a[title="Feedback"]:hover,
#topmainmenu .nav-main a[href="/ai-assistant/chat"],
#topmainmenu .nav-main a[href="/ai-assistant/chat"]:hover {
  padding: 0.5rem;
  color: #fff;
  background: #ff6600;
  border-radius: 0.5rem;
}
/* Gap between the two CTAs so the orange buttons don't touch. */
#topmainmenu .nav-main a[href="/ai-assistant/chat"] {
  margin-right: 0.75rem;
}

.webform-submission-feedback-form {
  padding: 2rem;
  box-shadow: 0px 3px 10px rgba(0,0,0,.1607843137);
  border-radius: 0.5rem;
}
.webform-submission-feedback-form .form-type-checkbox .form-checkbox{
  background-color: #ffffff;
  border: none;
}
.webform-submission-feedback-form .file a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
.webform-submission-feedback-form .js-form-file {
  margin-bottom: 1rem;
}
.webform-submission-feedback-form .webform-element-description {
  font-size: .8125rem;
  color: #707070;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.webform-submission-feedback-form .form-type-checkbox {
  margin-bottom: 0.5rem;
}
#edit-subject, .webform-submission-feedback-form textarea {
  border: .063rem solid #bababa;
  border-radius: 5px;
  padding: 10px;
}
/* Feedback section ends */
@media (max-width: 767px) {
  .home-container h1 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .home-internal-container {
    padding-left: 0;
  }
}
