/* _content/Climanet.EmployeeBenefit.Ui/Components/Dialogs/FeedbackDialog.razor.rz.scp.css */
[b-r0oddlb3fe] .correla-toggle-group {
    display: flex;
    gap: 10px;
}

[b-r0oddlb3fe] .circle-button {
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    padding: 0;
    background-color: var(--gray-color);

    &:hover,
    &:focus,
    &:active {
        background-color: var(--gray-color) !important;
        outline: none !important;
        border: 1px solid var(--tertiary-color) !important;
    }
}

[b-r0oddlb3fe] .square-button {
    border-radius: var(--border-radius) !important;
    border: 1px solid var(--gray-color) !important;
    padding: 10px 24px;
    background-color: var(--gray-color);

    &:hover,
    &:focus,
    &:active {
        background-color: var(--gray-color) !important;
        outline: none !important;
        border-color: var(--tertiary-color) !important;
    }
}

[b-r0oddlb3fe] .mud-toggle-item-selected {
    background-color: var(--tertiary-color) !important;

    &:hover,
    &:focus,
    &:active {
        background-color: var(--tertiary-color) !important;
    }
}
/* _content/Climanet.EmployeeBenefit.Ui/Components/Layout/Footer.razor.rz.scp.css */
[b-659z882hmf] .footer-bar {
    padding: 0 16px;
    height: var(--footer-height);
    background-color: var(--primary-color);

    .mud-typography.mud-link.mud-primary-text {
        color: white !important;
        padding: 0 10px;
        border: 1px solid transparent;
        border-radius: 15px;
        text-align: center;

        &:focus-visible {
            border-color: white;
        }
    }
}
/* _content/Climanet.EmployeeBenefit.Ui/Components/Layout/Header.razor.rz.scp.css */
[b-l0tqqgh5d4] .header-bar {
    height: var(--navbar-height);
    width: 100%;
    z-index: 1000;
}

[b-l0tqqgh5d4] .mud-toolbar>* {
    width: 100%;
}

.flex-basis-20[b-l0tqqgh5d4] {
    flex-basis: 20%;
}

.logo-container[b-l0tqqgh5d4] {
    display: flex;
    align-items: center;
    flex-basis: 60%;
    justify-content: center;

    .mud-button {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid transparent;
        border-radius: 15px;
        padding: 10px 20px;

        &:hover, &:focus, &:active {
            border-color: white;
        }
    }
}

.header-logo[b-l0tqqgh5d4] {
    height: 25.16px;
}

[b-l0tqqgh5d4] .mud-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

[b-l0tqqgh5d4] .mud-link {
    padding: 8px 4px 0;

    &:focus {
        outline: 2px solid white;
    }
}

.logout-container[b-l0tqqgh5d4] {
    margin-top: 0.1rem;
    text-align: right;
}

[b-l0tqqgh5d4] .logout-button {
    padding: 8px 16px;
    border-radius: 10px;

    &:hover,
    &:active,
    &:focus {
        background-color: white !important;
    }
}

[b-l0tqqgh5d4] .logout-text {
    font-weight: 600;
}

@media only screen and (min-width: 961px) {
    [b-l0tqqgh5d4] .header-bar {
        padding: 0 76px;
    }
}
/* _content/Climanet.EmployeeBenefit.Ui/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7cbkemer4f] {
    min-height: calc(100vh - var(--navbar-height) - var(--footer-height));
    background-color: var(--gray-deep-color);
    margin-top: var(--navbar-height);
}

.page[b-7cbkemer4f],
main[b-7cbkemer4f] {
    display: grid;
}

@media only screen and (min-width: 961px) {
    .page[b-7cbkemer4f] {
        padding: 0 65px;
    }
}

#blazor-error-ui[b-7cbkemer4f] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-7cbkemer4f] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

[b-7cbkemer4f] .custom-info-alert {
    background-color: var(--accent-light-color);
    padding: 30px;

    .mud-alert-message {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: row;
        gap: 26px;
        padding: 0;
    }
}

[b-7cbkemer4f] .mud-radio .mud-icon-size-medium,
[b-7cbkemer4f] .mud-checkbox .mud-icon-size-medium {
    width: 30px;
    height: 30px;
    fill: var(--gray-color);
}

[b-7cbkemer4f] .mud-radio .mud-checked .mud-icon-size-medium {
    fill: currentColor;
}

[b-7cbkemer4f] .mud-button {
    padding: 24px 80px;
    border-radius: 15px;
}

[b-7cbkemer4f] .mud-button-filled-primary {

    &:hover,
    &:focus,
    &:active {
        background-color: var(--primary-color) !important;
        outline: 5px solid var(--secondary-color);
    }
}

[b-7cbkemer4f] .mud-button-filled-secondary {

    &:hover,
    &:focus,
    &:active {
        background-color: var(--secondary-color) !important;
        outline: 5px solid black;
    }
}

[b-7cbkemer4f] .mud-avatar.mud-avatar-medium {
    width: 44px;
    height: 44px;
    font-size: var(--h6-font-size);
    font-weight: 600;
}

[b-7cbkemer4f] .info-icon {
    height: 28.75px;
    width: 28.75px;
}

[b-7cbkemer4f] .mud-button-filled-tertiary {

    &:hover,
    &:focus,
    &:active {
        background-color: var(--tertiary-color) !important;
        outline: 5px solid var(--primary-color);
    }
}

[b-7cbkemer4f] .mud-select-input {
    color: var(--primary-color);
}

[b-7cbkemer4f] .mud-ripple-radio,
[b-7cbkemer4f] .mud-ripple-checkbox {

    &:hover,
    &:focus-visible {
        background-color: var(--gray-light-color) !important;
    }
}

@media only screen and (min-width: 961px) {
    [b-7cbkemer4f] .unauthorized-container {
        padding: 0 84px;
    }
}

[b-7cbkemer4f] .unauthorized-container {
    height: 100%;
    background-color: var(--light-color);
}

[b-7cbkemer4f] .error-text {
    font-size: clamp(2.39rem, 0.798vw + 1.92rem, 2.88rem);
    font-weight: 600;
}

[b-7cbkemer4f] .unauthorized-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: calc(100vh - var(--navbar-height) - var(--footer-height));
    text-align: center;
    padding: 60px;
}

[b-7cbkemer4f] .unauthorized-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

[b-7cbkemer4f] .error-description {
    margin-top: 30px;
    font-size: clamp(1.125rem, 0.417vw + 0.875rem, 1.375rem);
}
/* _content/Climanet.EmployeeBenefit.Ui/Components/Pages/Welcome.razor.rz.scp.css */
[b-rhyz906xh8] .welcome-container {
  position: relative;
  min-height: calc(100vh - var(--navbar-height) - var(--footer-height));
  background-image: url("images/get-started.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  overflow: hidden;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--overlay-dark-color);
    z-index: 1;
  }

  .correla-logo[b-rhyz906xh8] {
    width: 60%;
    max-width: 600px;
    height: auto;
  }
}

[b-rhyz906xh8] .welcome-text {
  color: white;
  font-size: clamp(3.125rem, 0.625vw + 3.625rem, 4.375rem);
  font-weight: 600;
}

[b-rhyz906xh8] .description {
  color: white;
  margin-bottom: 28px;
  font-weight: 400;
}

[b-rhyz906xh8] .get-started-button {
  padding: 24px 70px;
}
/* _content/Climanet.EmployeeBenefit.Ui/Components/Pages/Wizard.razor.rz.scp.css */
.wizard-container-wrapper[b-jvdh59h2jr] {
    background-color: var(--light-color);
}

@media only screen and (min-width: 1281px) {
    .wizard-container-wrapper[b-jvdh59h2jr] {
        padding: 0 84px;
    }
}

[b-jvdh59h2jr] .wizard-container-paper {
    background-color: var(--ocean-blue-color);
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-jvdh59h2jr] .wizard-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    padding: 16px 10px;

    .mud-typography-h5 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

[b-jvdh59h2jr] .header-step-indicator {
    color: white;
    padding: 6px 8px;
    border-radius: 25px;
    border: 1px solid white;
    font-weight: 600;
}

[b-jvdh59h2jr] .wizard-content {
    position: relative;
    overflow: hidden;
    background-color: white;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    flex: 1;
}

[b-jvdh59h2jr] .quotation-status-bar-wrapper {
    position: absolute;
    height: 20px;
    width: 100%;
    top: -10px;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    padding: 0 45px;

}

.quotation-status-bar[b-jvdh59h2jr] {
    width: 100%;
    border-radius: var(--border-radius);
    background-color: var(--status-color);
}

[b-jvdh59h2jr] .mud-stepper .mud-stepper-content {
    padding: 0;
    height: 100%;
}

[b-jvdh59h2jr] .back-button {
    font-size: 20px;
    font-weight: 600;
    color: white;
    padding: 0;

    &:hover,
    &:focus {
        color: var(--secondary-color);
        background-color: transparent;
        text-decoration: underline;
        text-underline-offset: var(--text-underline-offset);
    }
}

@media only screen and (min-width: 961px) {
    [b-jvdh59h2jr] .wizard-header {
        padding: 16px 53px;
    }

    [b-jvdh59h2jr] .header-step-indicator {
        padding: 8px 14px;
    }
}
/* _content/Climanet.EmployeeBenefit.Ui/Components/Shared/Carousel.razor.rz.scp.css */
[b-uu5hpag1n2] .carousel-container {
    perspective: 1000px;
    position: relative;
    width: 100%;
    height: 515px;
}

[b-uu5hpag1n2] .carousel-tracker {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    position: relative;
}

[b-uu5hpag1n2] .mud-carousel {
    width: 390px;
    height: 515px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border-radius: var(--border-radius);
}

[b-uu5hpag1n2] .correla-carousel-item {
    width: 590px;
    height: 515px;
    position: absolute;
    top: 0;
    left: 50%;
    transition: opacity 0.5s, transform 0.5s;
    opacity: 0;
    backface-visibility: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(-50%);
    display: none;
}

[b-uu5hpag1n2] .correla-carousel-item.active {
    transform: translateX(-50%) scale(1) rotateY(0);
}

[b-uu5hpag1n2] .correla-carousel-item.prev {
    opacity: 1;
    z-index: 1;
    transform: translateX(-117%) scale(0.7) rotateY(100deg);

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        border-radius: var(--border-radius);
    }
}

[b-uu5hpag1n2] .correla-carousel-item.next {
    opacity: 1;
    z-index: 1;
    transform: translateX(17%) scale(0.7) rotateY(-100deg);

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        border-radius: var(--border-radius);
    }
}

[b-uu5hpag1n2] .navigate-button {
    width: 425px;
    position: absolute;
    top: 50%;
    left: -212px;
    background-color: transparent;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 961px) {
    [b-uu5hpag1n2] .carousel-container {
        width: 1012px;
    }

    [b-uu5hpag1n2] .mud-carousel {
        width: 590px;
    }

    [b-uu5hpag1n2] .correla-carousel-item {
        display: block;
    }

    [b-uu5hpag1n2] .navigate-button {
        width: 628px;
        left: -314px;
    }
}
/* _content/Climanet.EmployeeBenefit.Ui/Components/Shared/FeedbackButton.razor.rz.scp.css */
[b-n3v8ldmv8b] .feedback-wrapper {
    position: fixed;
    top: 80%;
    transform: translateY(-80%);
    right: 0;
    background-color: transparent;

    .feedback-button {
        writing-mode: sideways-lr;
        text-orientation: mixed;
        font-size: 14px;
        color: white;
        background-color: var(--cyan-blue-color);
        padding: 8px 0;
        border-radius: 5px 0 0 5px;
        min-width: 30px;
        border-width: 2px 0 2px 2px;
        border-style: solid;
        border-color: var(--cyan-blue-color);

        &:focus {
            border-color: var(--primary-color);
        }
    }
}

@media only screen and (min-width: 1281px) {
    [b-n3v8ldmv8b] .feedback-wrapper {
        top: 50%;
        transform: translateY(-50%);

        .feedback-button {
            font-size: 18px;
            padding: 17px 7px;
            min-width: 40px;
        }
    }
}
/* _content/Climanet.EmployeeBenefit.Ui/Components/Wizard/Steps/Address.razor.rz.scp.css */
[b-rd1v9s9pfc] .mud-input-root {
    color: var(--primary-color) !important;
}

[b-rd1v9s9pfc] .mud-input-helper-text {
    font-size: var(--body2-font-size);
}
/* _content/Climanet.EmployeeBenefit.Ui/Components/Wizard/Steps/CarbonScore.razor.rz.scp.css */
[b-thraubkv3p] .tree-img {
    border-radius: 10px 0 0 10px;
}

[b-thraubkv3p] .leaf-alert {
    background-color: var(--light-green-color);
}

[b-thraubkv3p] .score-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: var(--tertiary-color);
    padding: 45px 10px 30px;
    gap: 1.5rem;
    width: 100%;
    color: white;

    h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
}

[b-thraubkv3p] .mud-button-filled-tertiary {
    padding: 24px 55px;
}

@media only screen and (min-width: 961px) {
    [b-thraubkv3p] .score-box {
        width: 31%;
    }

    [b-thraubkv3p] .introduction-text {
        width: 67%;
    }
}
/* _content/Climanet.EmployeeBenefit.Ui/Components/Wizard/Steps/CompareScore.razor.rz.scp.css */
[b-us2ltb5lms] .card-title {
    border-color: var(--line-color);
    background-color: var(--white-smoke);
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

[b-us2ltb5lms] .navigate-button .mud-button-root {
    background-color: var(--primary-color);
    color: white;
    border: 1px solid white;
}

[b-us2ltb5lms] .carousel-desc {
    color: white;
    position: relative;

    img {
        width: 38px;
        height: 28px;
    }
}

[b-us2ltb5lms] .open-quote {
    position: absolute;
    top: -12px;
    left: -22px;
    opacity: 0;
    visibility: hidden;
}

[b-us2ltb5lms] .close-quote {
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 961px) {
    [b-us2ltb5lms] .scores-card {
        max-width: 340px;
    }

    [b-us2ltb5lms] .open-quote,
    [b-us2ltb5lms] .close-quote {
        opacity: 1;
        visibility: visible;
    }
}
/* _content/Climanet.EmployeeBenefit.Ui/Components/Wizard/Steps/Consent.razor.rz.scp.css */
[b-550dkf9xv1] .mud-checkbox-true svg path:last-child {
    fill: var(--green-color) !important;
}
/* _content/Climanet.EmployeeBenefit.Ui/Components/Wizard/Steps/ElectricUsage.razor.rz.scp.css */
[b-lz9q3x43v8] .elec-usage-card:hover .mud-card-content,
[b-lz9q3x43v8] .elec-usage-card:focus-visible {
    outline: 2px solid var(--primary-color);
    border-radius: 10px;
}

[b-lz9q3x43v8] .elec-usage-card {
    min-width: 375px;
    border-color: var(--gray-color);

    .mud-card-content {
        padding: 46px 23px 30px;
    }
}

[b-lz9q3x43v8] .elec-usage-card.selected .mud-card-content {
    outline: 4px solid var(--primary-color);
    border-radius: 10px;
}

[b-lz9q3x43v8] .electricity-usage-container {
    display: grid;
    row-gap: 24px;
}

[b-lz9q3x43v8] .electricity-usage-box-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
    justify-content: center;
    width: 100%;
}

[b-lz9q3x43v8] .electricity-usage-button-container {
    justify-self: center;
}

[b-lz9q3x43v8] .electricity-usage-text-container {
    justify-self: start;
}

@media (max-width: 1024px) {
    [b-lz9q3x43v8] .electricity-usage-box-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    [b-lz9q3x43v8] .electricity-usage-box-container {
        grid-template-columns: 1fr;
    }
}

[b-lz9q3x43v8] .usage-status-badge {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 9px 16px;
}

[b-lz9q3x43v8] .update-value-link {
    padding: 0 10px;
    color: var(--gray-dark-color) !important;
    border: 1px solid transparent;

    p.mud-typography {
        text-decoration: underline;
        text-underline-offset: var(--text-underline-offset);
    }
}

[b-lz9q3x43v8] .mud-button-text.mud-button-text-primary.update-value-link:hover {
    background-color: transparent;
}

[b-lz9q3x43v8] .mud-button-text.mud-button-text-primary.update-value-link:focus-visible,
.mud-button-text.mud-button-text-primary.update-value-link:active[b-lz9q3x43v8] {
    background-color: transparent;
    border-color: var(--gray-dark-color);
}
/* _content/Climanet.EmployeeBenefit.Ui/Components/Wizard/Steps/GreenTechnology.razor.rz.scp.css */
[b-ly4r7g4viz] .green-tech-img {
    border-radius: var(--border-radius) 0 0 var(--border-radius);
    width: 400px;
    height: 460px;
}

@media only screen and (min-width: 961px) {
    [b-ly4r7g4viz] .green-tech-question {
        flex-basis: 100%;
    }
}

@media only screen and (min-width: 1281px) {
    [b-ly4r7g4viz] .green-tech-question {
        flex-basis: 75%;
    }

    [b-ly4r7g4viz] .green-tech-img {
        border-radius: var(--border-radius) 0 0 var(--border-radius);
        width: 486px;
        height: 540px;
    }
}
/* _content/Climanet.EmployeeBenefit.Ui/Components/Wizard/Steps/PropertyRecommendations.razor.rz.scp.css */
[b-ryd1ngys3r] .green-tech-img {
    border-radius: var(--border-radius) 0 0 var(--border-radius);
    width: 400px;
    height: 460px;
}

[b-ryd1ngys3r] .mud-card {
    position: relative;

    &:hover {
        border: 1px solid var(--primary-color);
    }
}

[b-ryd1ngys3r] .mud-card-content {
    padding: 26px 32px;
    flex-direction: column;
}

[b-ryd1ngys3r] .mud-card-actions {
    position: absolute;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    right: -22px;

    .mud-icon-button {
        border-radius: 100%;
        width: 44px;
        height: 44px;
    }
}

.card-description[b-ryd1ngys3r] {
    padding: 13px 30px;
    background-color: var(--white-smoke);
    border-radius: 20px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23DDDDDD' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='9' stroke-linecap='square'/%3e%3c/svg%3e");
    width: 100%;
}

@media only screen and (min-width: 1281px) {
    [b-ryd1ngys3r] .green-tech-img {
        width: 486px;
        height: 540px;
    }

    [b-ryd1ngys3r] .mud-card-content {
        flex-direction: row;
    }

    .card-description[b-ryd1ngys3r] {
        width: 550px;
    }
}
/* _content/Climanet.EmployeeBenefit.Ui/Components/Wizard/Steps/RecommendationDetail.razor.rz.scp.css */
[b-p21m96nhnn] .detail-img {
    border-radius: var(--border-radius) 0 0 var(--border-radius);
    width: 0;
    height: 0;
}

[b-p21m96nhnn] .mud-card {
    position: relative;
}

[b-p21m96nhnn] .mud-card-content {
    flex-direction: row;
    padding: 0px;
}

[b-p21m96nhnn] .example-header-card {
    background-color: var(--white-smoke);
    border-bottom: 1px solid var(--line-color);
}

[b-p21m96nhnn] .card-description {
    padding: 13px 30px;
    background-color: var(--white-smoke);
    border-radius: 20px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23DDDDDD' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='9' stroke-linecap='square'/%3e%3c/svg%3e");
    width: 100%;
}

[b-p21m96nhnn] .selection-container {
    width: fit-content;
}

[b-p21m96nhnn] .mud-button-filled-secondary {
    border-radius: 10px;
    box-shadow: none;
}

[b-p21m96nhnn] .representative-example .mudpaper {
    width: 33%;
}

[b-p21m96nhnn] .representative-example-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

[b-p21m96nhnn] .column-with-divider {
    border-right: 1px solid var(--line-color);
    padding-right: 1.5rem;
    margin-right: 1rem;
}

[b-p21m96nhnn] .representative-example-grid>div:nth-child(3) {
    border-right: none;
    margin-right: 0;
}

[b-p21m96nhnn] .solar-form {
    border: 1px solid var(--line-color);

    .mud-button {
        padding: 16px 20px !important;
        height: 68px;
        width: fit-content;
    }
}

@media only screen and (min-width: 1281px) {
    [b-p21m96nhnn] .detail-img {
        width: 486px;
        height: 261px;
    }

    .card-description[b-p21m96nhnn] {
        width: 760px;
    }

    [b-p21m96nhnn] .insulation-select .mud-input-control-input-container {
        width: 438px;
    }

    [b-p21m96nhnn] .image-container {
        display: flex !important;
        flex-direction: column;
    }

    [b-p21m96nhnn] .solar-form .mud-input-control-input-container {
        width: 460px;
    }
}

@media only screen and (max-width: 1024px) {
    [b-p21m96nhnn] .representative-example-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    [b-p21m96nhnn] .column-with-divider {
        border-right: none;
        border-bottom: 1px solid var(--line-color);
        padding-bottom: 1rem;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 600px) {

    [b-p21m96nhnn] .mud-card-content,
    [b-p21m96nhnn] .selection-container,
    [b-p21m96nhnn] .solar-form .mud-paper {
        flex-direction: column !important;
    }

    [b-p21m96nhnn] .representative-example-grid {
        grid-template-columns: 1fr;
    }

    [b-p21m96nhnn] .column-with-divider {
        border-bottom: 1px solid var(--line-color);
    }

    [b-p21m96nhnn] .representative-example-grid>div:last-child {
        border-bottom: none;
    }
}
/* _content/Climanet.EmployeeBenefit.Ui/Components/Wizard/Steps/ThankYou.razor.rz.scp.css */
[b-1nnasmlmr6] .thank-you-content {
    padding: 25px 20px;
}

[b-1nnasmlmr6] .thank-you-title {
    font-size: 46px;
    line-height: 1.5;
}

[b-1nnasmlmr6] .mud-button-root {
    width: fit-content;
}

[b-1nnasmlmr6] .link-button {
    margin-left: -20px;
}

[b-1nnasmlmr6] .detail-image {
    border-radius: var(--border-radius) 0 0 var(--border-radius);
    width: 540px;
    height: 290px;
}

@media only screen and (min-width: 1281px) {
    [b-1nnasmlmr6] .thank-you-content {
        padding: 45px 0 45px 44px;
    }

    [b-1nnasmlmr6] .thank-you-title {
        width: 420px;
    }

    [b-1nnasmlmr6] .thank-you-desc {
        width: 700px;
    }

    [b-1nnasmlmr6] .image-container {
        width: 540px;
    }
}
/* _content/Climanet.EmployeeBenefit.Ui/Components/Wizard/Steps/Usage.razor.rz.scp.css */
[b-i977ti76j1] .usage-status-badge {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 9px 16px;
}

[b-i977ti76j1] .usage-card {
    min-width: 289px;
    border-color: var(--gray-color);

    .mud-card-content {
        padding: 46px 23px 30px;
    }
}

[b-i977ti76j1] .update-value-link {
    padding: 0 10px;
    color: var(--gray-dark-color) !important;
    border: 1px solid transparent;

    p.mud-typography {
        text-decoration: underline;
        text-underline-offset: var(--text-underline-offset);
    }
}

[b-i977ti76j1] .mud-button-text.mud-button-text-primary.update-value-link:hover {
    background-color: transparent;
}

[b-i977ti76j1] .mud-button-text.mud-button-text-primary.update-value-link:focus-visible,
.mud-button-text.mud-button-text-primary.update-value-link:active[b-i977ti76j1] {
    background-color: transparent;
    border-color: var(--gray-dark-color);
}
