/* header nav & footer hiding */
#navbar-btn,
#navbar,
.footer {
  display: none !important;
}

:root {
  --pge-blue-color: #00A5E3;
  --pge-blue-hover-color: #0078D4;
  --pge-black-color: #242424;
  --pge-black-primary-color: #323232;
  --pge-black-secondary-color: #424242 !important;
  --pge-black-tertiary-color: #707070;
  --pge-font-family: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif !important;
}

body {
  background-color: #f3f8fc !important;
  color: var(--pge-black-secondary-color);
  font-family: var(--pge-font-family);
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.row>* {
  padding: 0;
}

.static-top.navbar-dark {
  background-color: #fff !important;
}

.pge-analytics-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--pge-font-family);
  font-size: 1rem;
  font-weight: 600;

  .pge-btn-icon {
    display: inline-block !important;
    width: 15px;
    height: 20px;
    aspect-ratio: 3 / 4;
    font-size: 1rem;
    background: url(logo-powerbi.png) #fff -10.263px 0.264px / 236.842% 97.356% no-repeat;
  }
}

#pge-analytics-a:hover {
  text-decoration: none !important;
}

.pge-analytics-btn::part(control) {
  padding: 6px 12px;
}

#pge-home-a {
  display: flex;
  align-items: center;
}

#pge-home-a:hover {
  text-decoration: none !important;
}

.pge-spinner {
  position: fixed !important;
  top: 50% !important;
  right: 50% !important;
  color: #ffffff;
}

.pge-text-0 {
  color: var(--pge-black-color) !important;
}

.pge-text-1 {
  color: var(--pge-black-primary-color) !important;
}

.pge-text-2 {
  color: var(--pge-black-secondary-color) !important;
}

.pge-text-3 {
  color: var(--pge-black-tertiary-color) !important;
}

.bg-white {
  background-color: #ffffff !important;
}

h1.pge-h1,
h2.pge-h2,
h3.pge-h3,
h4.pge-h4,
h5.pge-h5,
h6.pge-h6 {
  font-weight: 600 !important;
}

/* Custom Heading Classes (pge-h1 to pge-h6) matching Bootstrap 5 defaults */

.pge-h1 {
  font-size: 2.5rem !important;
}

.pge-h2 {
  font-size: 2.0rem !important;
}

.pge-h3 {
  font-size: 1.75rem;
}

.pge-h4 {
  font-size: 1.5rem !important;
}

.pge-h5 {
  font-size: 1.25rem !important;
}

.pge-h6 {
  font-size: 1.0rem !important;
}

label {
  color: #242424;
  font-weight: normal;
}

.wrapper-body {
  padding: 0 24px;
}

.container-fluid {
  padding: 0 0 24px 0;
}

/* Ensure the fluent components load properly before they are defined */
:not(:defined) {
  visibility: hidden;
}

/* * Font Size Utilities (Based on 16px root font size)
 * --------------------------------------------------
 * 1rem = 16px (The standard browser default)
 * This allows all typography to scale correctly when the user changes the browser's base font size.
 */

/* 12px = 0.75rem */
.pge-text-size-12 {
  font-size: 0.75rem;
}

/* 14px = 0.875rem */
.pge-text-size-14 {
  font-size: 0.875rem;
}

/* 16px = 1rem */
.pge-text-size-16 {
  font-size: 1rem;
}

/* 18px = 1.125rem */
.pge-text-size-18 {
  font-size: 1.125rem;
}

/* 20px = 1.25rem (Example of another common size) */
.pge-text-size-20 {
  font-size: 1.25rem;
}

/* 24px = 1.5rem (Example of another common size) */
.pge-text-size-24 {
  font-size: 1.5rem;
}

/* 32px = 2rem (Example of another common size) */
.pge-text-size-32 {
  font-size: 2rem;
}

h1.pge-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem !important;
}

.row {
  margin-top: 24px;
}

.form-custom-actions,
.actions {
  margin: 0px !important;
  padding: 1.5rem !important;
  border-top: 1px solid #e0e0e0;
}

.actions:after {
  display: none !important;
}

.alert-danger {
  color: #842029 !important;
}

/* Start Home/Filter & Grid menu Styles  */
.main-filter-box {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.pge-placeholder-option {
  display: none;
}

fluent-button.pge-icon-btn::part(start) {
  margin-inline-end: 0px;
}

#refresh_requests {
  background-color: #ffffff;
}

.pge-ddl-filter {
  min-width: 150px !important;
}

.pge-icon-filter-search .pge-icon-filter-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
}

.pge-icon-filter-search .pge-icon-filter-btn:hover {
  background: var(--clear-button-hover);
}

.pge-icon-filter-search .pge-icon-filter-btn:active {
  background: var(--clear-button-active);
}

.rounded-pill {
  border: #D1D1D1 1px solid;
  border-radius: 0.25rem !important;
  background: transparent;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0;
}

.pill-main {
  background-color: #e5e5e5;
  padding: 0.4rem;
}

.pill-head {
  padding: 0.4rem 0 0.4rem 0.4rem;
}

.pill-btn {
  width: 0.1rem !important;
  height: 0.1rem !important;
}

.pill-separator {
  padding: 0.4rem;
}

.pill-btn:focus {
  box-shadow: none;
}

.pill-text {
  font-weight: normal;
}

.btn-close {
  background: transparent url("pge-close-icon") !important;
  width: 0.8rem;
  height: 0.8rem;
}

/*Start Status pills and user avatar styles*/
/* User Avatar Styles */
.user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f3f2f1;
  color: #616161;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  flex-shrink: 0;
}

/* Status Badge Styles */
/* Status Badges */
.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 6px 12px;
  border-radius: 9999px;
  border: 1px solid;
  font-family: var(--pge-font-family);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}


/* Approved - Green */
.status-approved {
  background-color: #f1faf1;
  border-color: #9fd89f;
  color: #0e700e;
}

/* Cancelled - Red */
.status-cancelled {
  background-color: #fdf3f4;
  border-color: #eeacb2;
  color: #b10e1c;
}

/* Assigned - Blue */
.status-assigned {
  background-color: #ebf3fc;
  border-color: #b4d6fa;
  color: #115ea3;
}

/* Submitted - Blue */
.status-submitted {
  background-color: #ebf3fc;
  border-color: #b4d6fa;
  color: #115ea3;
}

/* Draft - Gray */
.status-draft {
  background-color: white;
  border-color: #e0e0e0;
  color: #616161;
}

/* In Review - Blue */
.status-in-review {
  background-color: #ebf3fc;
  border-color: #b4d6fa;
  color: #115ea3;
}

/* On Hold - Orange */
.status-on-hold {
  background-color: #fff9f5;
  border-color: #fdcfb4;
  color: #8a3707;
}

/* Postponed - Orange */
.status-postponed {
  background-color: #fff9f5;
  border-color: #fdcfb4;
  color: #8a3707;
}

/* Rejected - Red */
.status-rejected {
  background-color: #fdf3f4;
  border-color: #eeacb2;
  color: #b10e1c;
}

/* Returned - Orange */
.status-returned {
  background-color: #fff9f5;
  border-color: #fdcfb4;
  color: #8a3707;
}


/*End Status pills and user avatar styles*/
fluent-data-grid#data-grid {
  padding-top: 0.5rem;
  background-color: #ffffff;
  min-height: 50vh;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

fluent-data-grid-cell {
  margin-top: auto;
  margin-bottom: auto;
}

.pagination-container {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* End Home/Filter & Grid menu Styles  */

/* Start Pagination Styles  */
.btn.active {
  color: var(--pge-blue-color);
}

.pge-prev-nxt-btns button {
  display: flex;
  gap: 0.2rem;
  font-size: 0.88rem !important;
  color: var(--pge-blue-color);
}

.pge-prev-nxt-btns button:hover {
  color: var(--pge-blue-hover-color);
}

.pge-prev-nxt-btns button i {
  padding-top: 0.35rem;
  font-size: 0.5rem;
  font-weight: bolder;
}

.pagination .page-link,
.pagination>.page-item>a {
  background-color: transparent;
  color: var(--pge-blue-color);
  border: none;
}

#per-page-records-dropdown {
  min-width: auto;
  color: var(--pge-blue-color);
}

#per-page-records-dropdown::part(control) {
  border: none;
}

/* End Pagination Styles  */

/* #region STARequestSubmission Header Stepper Styles */
/* Breadcrumb Section Styles */
.pge-breadcrumb-section {
  padding: 0;
}

.pge-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0;
}

.pge-breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 0;
}

.pge-breadcrumb-button {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px;
  padding-left: 4px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.pge-breadcrumb-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.pge-breadcrumb-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pge-breadcrumb-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #424242;
  padding-bottom: 2px;
}

.pge-breadcrumb-divider {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
}

/* Title Section Styles */
.pge-title-section,
.pge-title-info-section {
  padding: 0;
  display: flex;
  margin: 0;

  @media (min-width: 768px) {
    .pge-title-info-left {
      flex: 1;
      width: 75%;
    }
  }

  .pge-title-info-right {
    display: flex;
    gap: 8px;
    align-items: start;
    align-content: center;
    flex-wrap: wrap;
  }

  @media (min-width: 578px) {
    .pge-title-info-right {
      flex: 0 0 auto;
      width: 25%;
      justify-content: unset;
      margin-top: 0;
      margin-bottom: 8px;
    }
  }

  @media (min-width: 768px) {
    .pge-title-info-right {
      justify-content: end;
      margin-top: 8px;
    }
  }

  /* Button Group Styles */
  .pge-button-group {
    display: flex;
    background-color: white;
    border: 1px solid rgba(36, 36, 36, 0.12);
    border-radius: 4px;
    padding: 4px;
    gap: 6px;
    cursor: pointer;
  }

  .pge-button-group:hover {
    text-decoration: none !important;
  }

  .pge-button-group-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    white-space: nowrap;
  }

  .pge-button-secondary {
    background-color: transparent;
    color: #242424;
    text-decoration: none;
    pointer-events: none;
  }

  .pge-button-primary {
    background-color: #00A5E3;
    color: white;
    text-decoration: none;
  }
}

.pge-title {
  font-family: 'Segoe UI', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.2px;
  color: #242424;
  margin-top: 16px;
  margin-bottom: 12px;
}

.pge-subtitle {
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #424242;
  margin-bottom: 12px;
}

/* User Info Bar Styles */
.pge-info-bar {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
}

.pge-info-item {
  display: flex;
  align-items: center;
}

.pge-info-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid transparent;
  overflow: hidden;
}

.pge-info-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pge-info-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}

.pge-info-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #242424;
  padding: 0 2px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pge-info-label {
  font-weight: 600;
}

.pge-info-value {
  font-weight: 400;
}

.pge-info-bold {
  font-weight: 700;
}

/* Stepper Section Styles */
.pge-stepper-section {
  padding: 12px 0 24px 0;
}

.pge-stepper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.pge-step {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.pge-step-row {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 16px;
}

.pge-step-col-left {
  flex: 1 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-width: 0;
}

.pge-step-col-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.pge-step-col-right {
  flex: 1 0 0;
  display: flex;
  align-items: center;
  height: 16px;
  min-width: 0;
}

.pge-step-col-empty {
  flex: 1 0 0;
  height: 16px;
  min-width: 0;
}

.pge-step-indicator {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e0e0e7;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: none;
}

.pge-step-indicator.active {
  background-color: white;
  border: 2px solid #00a5e3;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.pge-step-indicator.done {
  background-color: #00a5e3;
  border: none;
  cursor: pointer;
}

/* Checkmark icon for completed steps */
.pge-step-indicator.done::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  border-left: 1.5px solid white;
  border-bottom: 1.5px solid white;
  transform: rotate(-45deg);
  top: 5.5px;
  left: 4.5px;
}

.pge-step-line-wrapper {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
}

.pge-step-line {
  width: 100%;
  height: 2px;
  background-color: #e0e0e7;
}

.pge-step-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  height: 18px;
}

.pge-step-label-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #898f8f;
  text-align: center;
  white-space: nowrap;
}

.pge-step-label-text.active {
  color: #00a5e3;
}

.pge-step {
  transition: all 0.3s ease;
}

.pge-step:hover .pge-step-indicator {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}

.pge-step-line.active {
  background-color: #00a5e3;
}

/* Responsive Styles for pge-sta-header */
@media (max-width: 1200px) {
  .pge-step-label-text {
    font-size: 11px;
    line-height: 16px;
  }

  .pge-step-label {
    padding: 0 12px;
  }
}

@media (max-width: 992px) {
  .pge-info-bar {
    flex-wrap: wrap;
    gap: 8px;
  }

  .pge-info-item {
    flex: 1 1 calc(50% - 8px);
    min-width: 200px;
  }

  .pge-step-label-text {
    font-size: 10px;
    line-height: 14px;
  }

  .pge-step-label {
    padding: 0 6px;
    height: auto;
    min-height: 14px;
  }
}

@media (max-width: 768px) {
  .pge-title {
    font-size: 18px;
    line-height: 26px;
  }

  .pge-subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .pge-breadcrumb-text {
    font-size: 14px;
    line-height: 20px;
  }

  .pge-info-bar {
    flex-direction: column;
    gap: 8px;
  }

  .pge-info-item {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .pge-info-text {
    font-size: 14px;
    line-height: 20px;
  }

  .pge-stepper-section {
    padding: 12px 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .pge-stepper {
    min-width: 680px;
    padding: 0 8px;
  }

  .pge-step-label-text {
    font-size: 9px;
    line-height: 13px;
    white-space: normal;
    max-width: 80px;
    word-wrap: break-word;
    hyphens: auto;
  }

  .pge-step-label {
    padding: 0 2px;
    height: auto;
    min-height: 26px;
  }

  .pge-step-indicator {
    width: 14px;
    height: 14px;
  }

  .pge-step-indicator.active {
    width: 14px;
    height: 14px;
  }

  .pge-step-indicator.done::after {
    width: 5px;
    height: 2.5px;
    border-left: 1.2px solid white;
    border-bottom: 1.2px solid white;
    top: 4.5px;
    left: 4px;
  }

  .pge-step-row {
    height: 14px;
  }

  .pge-step-col-center {
    width: 14px;
    height: 14px;
  }

  .pge-step-col-right,
  .pge-step-col-left {
    height: 14px;
  }

  .pge-step-line {
    height: 1.5px;
  }
}

@media (max-width: 576px) {
  .pge-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .pge-subtitle {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .pge-breadcrumb-text {
    font-size: 13px;
    line-height: 18px;
  }

  .pge-breadcrumb-button {
    padding: 6px;
    gap: 2px;
  }

  .pge-breadcrumb-icon {
    width: 16px;
    height: 16px;
  }

  .pge-info-avatar,
  .pge-info-icon {
    width: 24px;
    height: 24px;
  }

  .pge-info-icon i {
    font-size: 16px !important;
  }

  .pge-info-text {
    font-size: 13px;
    line-height: 18px;
  }

  .pge-stepper-section {
    padding: 8px 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -4px;
  }

  .pge-stepper {
    min-width: 560px;
    padding: 0 4px;
  }

  .pge-step-label-text {
    font-size: 8px;
    line-height: 11px;
    white-space: normal;
    max-width: 65px;
    word-wrap: break-word;
    hyphens: auto;
  }

  .pge-step-label {
    padding: 0 1px;
    min-height: 28px;
  }

  .pge-step-indicator {
    width: 12px;
    height: 12px;
  }

  .pge-step-indicator.active {
    width: 12px;
    height: 12px;
    border-width: 1.5px;
  }

  .pge-step-indicator.done::after {
    width: 4px;
    height: 2px;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    top: 3.5px;
    left: 3.5px;
  }

  .pge-step-row {
    height: 12px;
  }

  .pge-step-col-center {
    width: 12px;
    height: 12px;
  }

  .pge-step-col-right,
  .pge-step-col-left {
    height: 12px;
  }

  .pge-step-line {
    height: 1.5px;
  }
}

@media (max-width: 400px) {
  .pge-stepper-section {
    padding: 6px 2px;
  }

  .pge-stepper {
    min-width: 480px;
    padding: 0 2px;
  }

  .pge-step-label-text {
    font-size: 7px;
    line-height: 10px;
    max-width: 55px;
  }

  .pge-step-label {
    padding: 0;
    min-height: 30px;
  }

  .pge-step-indicator {
    width: 10px;
    height: 10px;
  }

  .pge-step-indicator.active {
    width: 10px;
    height: 10px;
    border-width: 1.5px;
  }

  .pge-step-indicator.done::after {
    width: 3.5px;
    height: 1.5px;
    border-left: 0.8px solid white;
    border-bottom: 0.8px solid white;
    top: 3px;
    left: 3px;
  }

  .pge-step-row {
    height: 10px;
  }

  .pge-step-col-center {
    width: 10px;
    height: 10px;
  }

  .pge-step-col-right,
  .pge-step-col-left {
    height: 10px;
  }

  .pge-step-line {
    height: 1px;
  }
}

/* #endregion */

/* #region no-records template */
/* No Records Template */
.no-data-container-content-x {
  text-align: center;
  padding: 72px 24px;
  display: block;
}

.pge-no-records-container {
  display: none;
  text-align: center;
  padding: 72px 24px;
}

.pge-no-records-container.show {
  display: block;
}

.pge-no-records-icon {
  font-size: 48px;
  color: #242424;
  margin-bottom: 24px;
}

.pge-no-records-title {
  font-size: 20px;
  font-weight: 600;
  color: #474754;
  margin-bottom: 4px;
  font-family: var(--pge-font-family);
  line-height: 28px;
}

.pge-no-records-message {
  font-size: 14px;
  font-weight: 400;
  color: #474754;
  margin-bottom: 24px;
  line-height: 20px;
  font-family: var(--pge-font-family);
}

.pge-clear-filters-link {
  color: #0f6cbd;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: underline;
  text-decoration-color: #115ea3;
  cursor: pointer;
  font-family: var(--pge-font-family);
  background: none;
  border: none;
  padding: 0;
}

.pge-clear-filters-link:hover {
  color: #115ea3;
}

.alert {
  margin-bottom: 24px;
}

/* Styling and spacing for the body of the page, usually the basic form */
.section-title {
  padding: 0 24px;
  margin: 0 !important;
}

.crmEntityFormView {
  border-radius: 12px;
}

.crmEntityFormView fieldset {
  margin: 0;
}

.crmEntityFormView .cell {
  padding: 0 24px 24px;
}

.crmEntityFormView .cell input[type=radio] {
  margin: 8px !important;
}

/* Don't show the blue underline when a readonly field is clicked on */
.crmEntityFormView .cell .control:has(input[readonly=readonly]):active::after,
.crmEntityFormView .cell .control:has(input[readonly=readonly]):focus-within:not(:active)::after {
  display: none !important;
}

/* Style the readonly fields so they look slightly different from the editable fields */
.crmEntityFormView .cell .control:has(input[readonly=readonly]) {
  border: 1px solid #e0e0e0;
}

.crmEntityFormView .cell input[readonly=readonly] {
  background-color: #fafafa !important;
  color: #242424;
}

/* Hide the weird dash that Power App puts in readonly fields */
.crmEntityFormView .cell .text-muted {
  display: none;
}

.crmEntityFormView .boolean-radio {
  display: flex;
}

.crmEntityFormView .boolean-radio label {
  padding-top: 2px;
  padding-right: 24px;
}

.crmEntityFormView .tab-title {
  display: none;
}

/* Styling for the icons on the lookup fields */
.crmEntityFormView .clearlookupfield,
.crmEntityFormView .launchentitylookup {
  padding: 8px 20px !important;
}

.input-group-addon {
  padding: 7px 12px !important;
  border-top-right-radius: .375rem !important;
  border-bottom-right-radius: .375rem !important;
}

.dropzone {
  background: linear-gradient(90deg, #fff 0%, #e5f0ff 100%);
  border: 3px dashed #e5e7eb;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.dropzone.dragover {
  border-color: #2b8dfc;
  background-color: #eef6ff;
}

.dropzone span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
}

.dropzone span:first-child {
  color: #00a5e3;
}

/* #endregion no-records */

/* TNS KPI Accordion Styles */
#tnsKpiAccordion {
  .pge-accordion-button {
    font-family: var(--pge-font-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #115EA3;
    padding: 1rem 1.5rem;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: none;
    outline: none;
  }

  .accordion-button:focus {
    background-color: #ffffff;
    box-shadow: none;
    outline: none;
  }

  .pge-accordion-body {
    padding: 0 24px 24px 24px;
  }

  .pge-kpi-text {
    font-family: var(--pge-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #242424;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}