@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';

/* /Components/ConsumerActions/ConsumerAction.razor.rz.scp.css */
[b-wjwuv2nvrs] fluent-accordion {
  max-height: 500px; /* Adjust height as needed */
  overflow-y: auto;
  display: block; /* Ensures it respects max-height */
}

/* Ensure accordion items don't push content outside */
[b-wjwuv2nvrs] fluent-accordion-item {
  overflow: hidden; /* Prevents excessive growth */
}



[b-wjwuv2nvrs] .card-padding fluent-skeleton:not(:first-child) {
  margin-top: 10px;
}

[b-wjwuv2nvrs] .card-padding fluent-skeleton:last-child {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* /Components/ConsumerActions/Pay/PayOrderComponent.razor.rz.scp.css */

[b-ymz5fuxji0](fluent-number-field input) {
  text-align: right !important;
}
/* /Components/ConsumerActions/RenewBatteryPlan/RenewBatteryPlanComponent.razor.rz.scp.css */
.scroll-zone[b-uwrmqxstbf] {
  overflow-y: auto;
  height: 100%;
}


/* ================= TABLE & CARD ================= */

.rbp-details-table[b-uwrmqxstbf] {
  width: 100%;
  margin: 0 !important;
  border-collapse: separate; /* Required for border-spacing to work */
  border-spacing: 0px;
}

  .rbp-details-table th[b-uwrmqxstbf] {
    width:85px;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    padding-right: 10px;
    padding-bottom: 0px;
    white-space: nowrap;
  }

  .rbp-details-table td[b-uwrmqxstbf] {
    vertical-align: top;
    padding-bottom: 0px;
  }
  
  .rbp-details-table tr:last-child td[b-uwrmqxstbf],
  .rbp-details-table tr:last-child th[b-uwrmqxstbf] {
    padding-bottom: 0;
  }

/* ================= CARD ================= */

.rbp-mobile-wrapper[b-uwrmqxstbf] {
  display: none;
}

.rbp-mobile-card[b-uwrmqxstbf] {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.rbp-price[b-uwrmqxstbf] {
  text-align: right;
  white-space: nowrap;
}

[b-uwrmqxstbf] fluent-card.rbp-mobile-card {
  padding: 8px 10px; 
}

/* Hide grid / show cards on mobile */
@media (max-width: 600px) {
  .rbp-grid-wrapper[b-uwrmqxstbf] {
    display: none;
  }

  .rbp-mobile-wrapper[b-uwrmqxstbf] {
    display: block;
  }
}

/* ================= TABLE & CARD ================= */

[b-uwrmqxstbf] .rbp-dim {
  opacity: 0.55;
  color: gray;
}

/* ================= FOOTER ================= */

.rbp-footer[b-uwrmqxstbf] {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 12px;
}

.rbp-totals-value[b-uwrmqxstbf] {
  align-content: end;
  justify-content: end;
}

.rbp-totals[b-uwrmqxstbf] {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 16px;
}

  .rbp-totals > div:nth-child(odd)[b-uwrmqxstbf] {
    text-align: left; /* labels */
  }

  .rbp-totals > div:nth-child(even)[b-uwrmqxstbf] {
    text-align: right; /* values */
  }

/* ================= PROCESSING OVERLAY ================= */

.rbp-grid-card[b-uwrmqxstbf] {
  position: relative;
}

.rbp-processing-overlay[b-uwrmqxstbf] {
  position: absolute;
  inset: 0;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}

.rbp-processing-text[b-uwrmqxstbf] {
  margin-top: 12px;
  font-weight: 600;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xzb3ju2hv7],
.components-reconnect-repeated-attempt-visible[b-xzb3ju2hv7],
.components-reconnect-failed-visible[b-xzb3ju2hv7],
.components-pause-visible[b-xzb3ju2hv7],
.components-resume-failed-visible[b-xzb3ju2hv7],
.components-rejoining-animation[b-xzb3ju2hv7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-xzb3ju2hv7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-xzb3ju2hv7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-xzb3ju2hv7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-xzb3ju2hv7],
#components-reconnect-modal.components-reconnect-retrying[b-xzb3ju2hv7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-xzb3ju2hv7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-xzb3ju2hv7],
#components-reconnect-modal.components-reconnect-failed[b-xzb3ju2hv7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-xzb3ju2hv7] {
    display: block;
}


#components-reconnect-modal[b-xzb3ju2hv7] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-xzb3ju2hv7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-xzb3ju2hv7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-xzb3ju2hv7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-xzb3ju2hv7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-xzb3ju2hv7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-xzb3ju2hv7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-xzb3ju2hv7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-xzb3ju2hv7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-xzb3ju2hv7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-xzb3ju2hv7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-xzb3ju2hv7] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xzb3ju2hv7] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-xzb3ju2hv7] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-xzb3ju2hv7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-xzb3ju2hv7] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-xzb3ju2hv7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-xzb3ju2hv7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-xzb3ju2hv7 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
