@import '_content/eComm.Components/eComm.Components.gobiw31mto.bundle.scp.css';
@import '_content/IS.Blazor/IS.Blazor.bundle.scp.css';

/* /AddressServiceChecking/AddressServiceChecking.razor.rz.scp.css */
.is-customer-center[b-tyrx5evhji], .is-customer-center p[b-tyrx5evhji] {
    height: 280px !important;
}
/* /BroadbandLabel/BroadbandLabelComponent.razor.rz.scp.css */
.is-blazor-horizontal-top-scroll-list[b-as1f8rf7bt] {
    width: 80vw;
    position: relative;
    transform: rotateX(180deg);
}

.is-blazor-horizontal-top-scroll-list-scroll-window[b-as1f8rf7bt] {
    overflow-y: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

.is-blazor-horizontal-top-scroll-items-list-flex[b-as1f8rf7bt] {
    width: fit-content;
    transform: rotateX(180deg);
}

.is-blazor-horizontal-top-scroll-list-button[b-as1f8rf7bt] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    bottom: 10%;
    color: black;
    font-size: 25px;
}

.is-blazor-horizontal-top-scroll-list-button.left[b-as1f8rf7bt] {
    left: -50px;
}

.is-blazor-horizontal-top-scroll-list-button.right[b-as1f8rf7bt] {
    right: -50px;
}

@media (max-width:600px) {
    .is-blazor-horizontal-top-scroll-list-button[b-as1f8rf7bt] {
        display: none;
    }

    .is-blazor-horizontal-top-scroll-list[b-as1f8rf7bt] {
        width: 100vw;
    }

    .is-blazor-vertical-items-list-flex[b-as1f8rf7bt] {
        width: fit-content;
        transform: rotateX(180deg);
        flex-wrap: wrap;
        justify-content: center;
    }
}

.is-broadband-label-empty-section[b-as1f8rf7bt] {
    /*Necessary for the iframe size to remain the same when the marketing info is not present*/
    /*stays on the show/hide of defaultBBLcollapse; avoids the sizing arrows*/
   border: none;
   box-shadow: none;
   padding: 0;
   margin: 0 15px;
}

/* Custom Switch Container */
[b-as1f8rf7bt] .custom-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}

/* Hide Default Checkbox */
[b-as1f8rf7bt] .custom-switch-input {
    display: none;
}

/* Label That Holds the Switch */
[b-as1f8rf7bt] .custom-switch-label {
    position: relative;
    width: 2em;
    height: 1em;
    background-color: #ccc;
    border-radius: 2em;
    transition: background-color 0.3s ease;
}

/* The Knob */
[b-as1f8rf7bt] .custom-switch-slider {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 40%;
    height: 80%;
    background-color: white;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.15s ease-in-out;
}

/* Checked State: Move Knob and Change Color */
[b-as1f8rf7bt] .custom-switch-input:not(:checked) + .custom-switch-label {
    background-color: var(--button-background-color);
}

[b-as1f8rf7bt] .custom-switch-input:not(:checked) + .custom-switch-label .custom-switch-slider {
    transform: translateX(125%) translateY(-50%); /* Move it fully across */
}
/* /Checkout/Components/BillingContact/ContactComponent.razor.rz.scp.css */
.pronoun-container[b-4x0ybpkrfn] {
    position: relative;
    margin-bottom: 5px;
}
/* /ExistingCustomer/ChangeDetails.razor.rz.scp.css */
[b-v3di3bwksp] .is-loading-container {
    padding: 0rem;
}

.is-line[b-v3di3bwksp] {
    border-top: 2px solid var(--primary-color);
}

.is-calendar-date[b-v3di3bwksp] {
    width: 90%;
    pointer-events:none;
}

.is-disconnect-question-padding[b-v3di3bwksp] {
    /*to account for dropdown as the last question/space for dropdown content*/
    padding-bottom: 250px;
}
/* /ExistingCustomer/ExistingCustomerSummary.razor.rz.scp.css */
[b-w94isydhqb] .is-loading-container {
    padding: 0rem;
}

[b-w94isydhqb] .collapsible-card {
    border: 1px solid rgba(196, 202, 203, 0.64);
}

[b-w94isydhqb] .collapsible-card.is-existing-service-card {
    border-radius: 10px;
    margin-top: 10px;
    background-color: var(--body-background-color);
}

[b-w94isydhqb] .collapsible-card > .collapsible-card-header {
    position: relative;
    padding: 0.75rem 1rem;
    display: flex;
    line-height: normal;
    background-color: rgba(196, 202, 203, 0.64);
    border-radius: 9px;
}

[b-w94isydhqb] .collapsible-card-header:has(i.isl-collapse-expanded) {
    border-radius: 10px 10px 0 0;
}

[b-w94isydhqb] .interactions {
    z-index: 10;
    right: 0.5rem;
    top: 1rem;
    opacity: 1;
    pointer-events: auto;
    display: flex;
    gap: 0.5rem;
    height: fit-content;
    padding: 0 0.5rem;
}

/*centering the collapse arrow*/
[b-w94isydhqb] .interactions > span {
    align-self: center;
}

[b-w94isydhqb] .is-existing-price-change {
    background-color: var(--body-background-color);
    border-radius: 10px;
    padding: 5px;
    display: inline-flex;
}

[b-w94isydhqb] .collapsible-card.is-existing-service-card > .collapsing-content {
    padding: 0 1rem 0 1rem;
}

[b-w94isydhqb] .collapsing-content > div:not(:last-child) {
    border-bottom: 1px solid rgba(196, 202, 203, 0.64);
}

.is-existing-price-change > .fa[b-w94isydhqb] {
    padding-right: 5px;
}

.is-existing-customer-bundle-wrap[b-w94isydhqb] {
    padding: 0 10px 10px 10px;
}
/* /ExistingCustomer/ReviseWebOffering.razor.rz.scp.css */
[b-sj2kbkrr3v] .is-blazor-horizontal-top-scroll-list {
    margin-top: 20px;
    position: relative;
    transform: rotateX(180deg);
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
}

[b-sj2kbkrr3v] .is-blazor-horizontal-top-scroll-list-scroll-window {
    overflow-y: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
}

[b-sj2kbkrr3v] .is-blazor-horizontal-top-scroll-items-list-flex {
    width: fit-content;
    flex-wrap: nowrap;
}

[b-sj2kbkrr3v] .is-blazor-vertical-items-list-flex {
    width: fit-content;
    flex-wrap: wrap;
    justify-content: center;
}

[b-sj2kbkrr3v] .is-blazor-horizontal-top-scroll-list-popup {
    margin-top: 20px;
    position: relative;
    transform: rotateX(180deg);
    width: 100%;
}

[b-sj2kbkrr3v] .is-loading-container {
    padding: 0rem;
}

[b-sj2kbkrr3v] .centering-container {
    display: block;
    align-content: center;
    height: 100%;
}

[b-sj2kbkrr3v] .is-web-popup {
    width: 90%;
}

[b-sj2kbkrr3v] .is-web-popup-body {
    width: 100%;
}

[b-sj2kbkrr3v] .is-remove-service-popup,
[b-sj2kbkrr3v] .is-connect-service-popup {
    position: fixed !important;
    top: 25px !important;
    margin-top: 0 !important;
    z-index: 1050;
    width: 60%;
}

[b-sj2kbkrr3v] .is-equipment-popup {
    height: 550px;
    width: 60%;
}

@media (max-width:500px) {
    [b-sj2kbkrr3v] .is-remove-service-popup,
    [b-sj2kbkrr3v] .is-connect-service-popup {
        width: 100%;
    }

    [b-sj2kbkrr3v] .is-equipment-popup {
        width: 100%;
    }
}

[b-sj2kbkrr3v] .outside-is-dropdown {
    width: 100%;
}

[b-sj2kbkrr3v] .is-dropdown.dropdown-top > .is-dropdown-content {
    top: auto;
    bottom: calc(100% + 0.25rem);
}

[b-sj2kbkrr3v] .multi-select-row > input[type='checkbox'] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    width: 1rem;
    height: 1rem;
    border: 0.1em solid #000000;
    cursor: pointer;
    display: inline-grid;
    place-content: center;
    transform: translateY(0.15rem);
    border-radius: 0.15rem;
}

    [b-sj2kbkrr3v] .multi-select-row > input[type="checkbox"]:checked {
        background-color: #000000;
    }

        [b-sj2kbkrr3v] .multi-select-row > input[type="checkbox"]:checked::before {
            content: "";
            width: 1rem;
            height: 1rem;
            box-shadow: inset 1em 1em white;
            clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
        }

    [b-sj2kbkrr3v] .multi-select-row > input[type="checkbox"]:disabled {
        opacity: .3;
        cursor: default;
    }

[b-sj2kbkrr3v] .multi-select-row > [type="checkbox"]:focus-visible {
    outline: 2px solid #000000;
    outline-offset: 2px;
}

[b-sj2kbkrr3v] .is-dropdown .is-dropdown-content > .multi-select-row:not(hr):hover {
    background-color: var(--button-background-color-hover);
    border-radius: 0.25rem;
    cursor: pointer;
}

[b-sj2kbkrr3v] .is-equipment-select {
    text-align: left;
}

[b-sj2kbkrr3v] .collapsible-card {
    border: 1px solid rgba(196, 202, 203, 0.64);
}

    [b-sj2kbkrr3v] .collapsible-card.is-existing-service-card {
        border-radius: 10px;
        margin: 10px;
        background-color: var(--card-background-color);
    }

    [b-sj2kbkrr3v] .collapsible-card > .collapsible-card-header {
        position: relative;
        padding: 0.75rem 1rem;
        display: flex;
        gap: 1.5rem;
        line-height: normal;
        background-color: rgba(196, 202, 203, 0.64);
        border-radius: 10px 10px 0 0;
    }

    [b-sj2kbkrr3v] .collapsible-card.collapsed > .collapsible-card-header {
        border-radius: 9px;
    }

[b-sj2kbkrr3v] .interactions {
    z-index: 10;
    position: absolute;
    right: 0.5rem;
    top: 1rem;
    opacity: 1;
    pointer-events: auto;
    display: flex;
    gap: 0.5rem;
    height: fit-content;
    padding: 0 0.5rem;
}

[b-sj2kbkrr3v] .collapsible-card.is-existing-service-card > .collapsing-content {
    padding: 8px 1rem 0 1rem;
}

[b-sj2kbkrr3v] .collapsing-content > div:not(:last-child) {
    border-bottom: 1px solid rgba(196, 202, 203, 0.64);
}

[b-sj2kbkrr3v] .removed-state {
    opacity: .4;
}

[b-sj2kbkrr3v] .removed-state h2 {
    margin-bottom: 0px;
}

[b-sj2kbkrr3v] .is-service-disconnect-icons {
    position: absolute;
    right: 0;
    margin: 5px .5rem;
    top: 0;
    z-index: 1;
    font-size: small;
    color: var(--button-background-color);
    cursor: pointer;
}
[b-sj2kbkrr3v] .is-service-disconnect-icons-all {
    margin: 0px 0px 5px 0px;
    top: 0;
    z-index: 1;
    font-size: medium;
    color: var(--button-background-color);
    cursor: pointer;
}

[b-sj2kbkrr3v] .is-service-disconnect-icons-bundle {
    position: absolute;
    right: 0;
    margin: .5rem;
    top: 0;
    z-index: 1;
    font-size: small;
    color: var(--button-background-color);
    cursor: pointer;
}

[b-sj2kbkrr3v] .fa-plus-circle {
    cursor: pointer;
    font-size: 20px;
}

[b-sj2kbkrr3v] .is-removed-service-pill {
    position: absolute;
    padding: 3px 5px;
    font-size: 10px;
    left: 10px;
    margin: 2px 15px;
    background-color: transparent;
    color: var(--main-text-color);
    border: 1px solid var(--button-background-color);
    border-radius: var(--button-roundness);
}

[b-sj2kbkrr3v] .is-removed-service-pill-bundle {
    position: absolute;
    padding: 3px 5px;
    font-size: 10px;
    margin: -12px 15px;
    background-color: transparent;
    color: var(--main-text-color);
    border: 1px solid var(--button-background-color);
    border-radius: var(--button-roundness);
}

[b-sj2kbkrr3v] .is-service-disconnect-icons-mobile {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    cursor: pointer;
    font-weight: bold;
    color: var(--button-background-color);
}

[b-sj2kbkrr3v] .is-service-disconnect-icons-mobile:hover {
        text-decoration: none;
        opacity: .75;
    }

[b-sj2kbkrr3v] .is-service-disconnect-icons-bundle-mobile {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    padding-top: 10px;
    padding-right: 10px;
    margin-bottom: -20px;
    font-weight: bold;
    color: var(--button-background-color);
}

[b-sj2kbkrr3v] .is-service-disconnect-icons-bundle-mobile:hover {
        text-decoration: none;
        opacity: .75;
    }

/* Custom Switch Container */
[b-sj2kbkrr3v] .custom-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}

/* Hide Default Checkbox */
[b-sj2kbkrr3v] .custom-switch-input {
    display: none;
}

/* Label That Holds the Switch */
[b-sj2kbkrr3v] .custom-switch-label {
    position: relative;
    width: 2em;
    height: 1em;
    background-color: #ccc;
    border-radius: 2em;
    transition: background-color 0.3s ease;
}

/* The Knob */
[b-sj2kbkrr3v] .custom-switch-slider {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 40%;
    height: 80%;
    background-color: white;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.15s ease-in-out;
}

/* Checked State: Move Knob and Change Color */
[b-sj2kbkrr3v] .custom-switch-input:checked + .custom-switch-label {
    background-color: var(--button-background-color);
}

[b-sj2kbkrr3v] .custom-switch-input:checked + .custom-switch-label .custom-switch-slider {
        transform: translateX(125%) translateY(-50%); /* Move it fully across */
    }

/* Switch Text */
[b-sj2kbkrr3v] .custom-switch-text {
    font-size: 15px;
    color: var(--main-text-color);
}
