/* _content/WalledGardenFrontend/Components/EasyPaycomponent.razor.rz.scp.css */
.easypay-info-card[b-hgtozkw5fe] {
    white-space: normal;
    overflow: hidden;
    color: white;
    width: 100%;
    max-width: 90vw;
    justify-content: center;
    padding: 9px;
    box-sizing: border-box;
}


.card-text-easypay[b-hgtozkw5fe] {
    text-align: justify;
    white-space: normal;
    overflow: visible;
    color: gray;
    font-size: 1em;
    line-height: 1.0;
    max-width: 97%;
    margin: 0 auto;
}

.card-text[b-hgtozkw5fe] {
    text-align: center;
    white-space: normal;
    overflow: visible;
    color: gray;
}

.logo-container[b-hgtozkw5fe] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.centered-logo[b-hgtozkw5fe] {
    max-width: 100%;
    max-height: 100%;
}
.p-s-method-btn[b-hgtozkw5fe] {
    color: #fff !important;
    background-color: #d21b90 !important;
    border-color: #d21b90 !important;
    text-align: center;
    border-radius: 25px;
    height: 42px;
    display: block; /* Use flex for better centering */
    justify-content: center;
    align-items: center;
    white-space: nowrap; /* Prevent text wrapping */
    padding: 0 16px; /* Add padding to manage spacing */
    font-size: 14px; /* Reasonable base font size */
    overflow: hidden;
    text-overflow: ellipsis; /* Optional: adds "..." if text overflows */
}
.p-s-method-btn.small[b-hgtozkw5fe] {
    width: 47% !important;
    display: inline-block;
    margin-left: 15px;
}

.p-s-method-btn.medium[b-hgtozkw5fe] {
    width: 75% !important;
    margin-left: 13%
}



.p-method-btn[b-hgtozkw5fe] {
    color: #fff !important;
    background-color: #d21b90 !important;
    border-color: #d21b90 !important;
    text-align: center;

    border-radius: 25px;
    height: 42px;
    display: block;
    justify-content: center;
}

.p-method-btn.small[b-hgtozkw5fe] {
    width: 47% !important;
    display: inline-block;
    margin-left: 15px;
}

.p-method-btn.medium[b-hgtozkw5fe] {
    width: 75% !important;
    margin-left: 13%
}


.p-method-btn.active[b-hgtozkw5fe] {
    background-color: #680046 !important;
    border-color: #680046 !important;
}

.buttons[b-hgtozkw5fe] {
    margin-top: 9%;
}

.cancel-method-btn[b-hgtozkw5fe] {
    width: 28%;
    display: inline-block;
    border: 2px solid #d21b90; /* Added border */
    background-color: white;
    color: #d21b90;
    text-align: center;
    height: 40px;
    font-size: 16px;
    border-radius: 25px;
}

.input-container[b-hgtozkw5fe] {
    position: relative;
    width: 90%;
    max-width: 230px; /* Adjust width as needed */
}

.input-container input[b-hgtozkw5fe] {
    width: 100%;
    padding: 15px; /* Increases height */
    font-size: 1rem;
    border: 2px solid #ccc;
    border-radius: 5px;
    outline: none;
}

@media screen and (min-width: 850px) {
    .easypay-details-container[b-hgtozkw5fe] {
        display: grid;
        grid-template-columns: 1fr 1fr; /* Two equal columns */
        gap: 15px; /* Space between columns */
    }
    .p-s-method-btn[b-hgtozkw5fe] {
        color: #fff !important;
        background-color: #d21b90 !important;
        border-color: #d21b90 !important;
        text-align: center;
        border-radius: 25px;
        height: 42px;
        display: block; 
        justify-content: center;
        align-items: center;
        white-space: nowrap; 
        padding: 0 16px; 
        font-size: 15px; 
        overflow: hidden;
        text-overflow: ellipsis; 
    }

        .p-s-method-btn.small[b-hgtozkw5fe] {
            width: 17% !important;
            display: inline-block;
            margin-left: 1%;
        }

        .p-s-method-btn.medium[b-hgtozkw5fe] {
            width: 25% !important;
            margin-left: 38%;
        }

    .p-method-btn[b-hgtozkw5fe] {
        color: #fff !important;
        background-color: #d21b90 !important;
        border-color: #d21b90 !important;
        text-align: center;
        border-radius: 25px;
        height: 40px;
        display: block;
        justify-content: center;
    }

    .p-method-btn.small[b-hgtozkw5fe] {
        width: 17% !important;
        display: inline-block;
        margin-left: 1%;
    }

    .p-method-btn.medium[b-hgtozkw5fe] {
        width: 25% !important;
        margin-left: 38%;
    }

    .cancel-method-btn[b-hgtozkw5fe] {
        border: 2px solid #d21b90; /* Added border */
        background-color: white;
        color: #d21b90;
        text-align: center;
        height: 40px;
        font-size: 16px;
        border-radius: 25px;
        width: 10%;
        display: inline-block;
    }

    .buttons[b-hgtozkw5fe] {
        margin-top: 10px;
    }
}
/* _content/WalledGardenFrontend/Components/KazangComponent.razor.rz.scp.css */
.kazang-info-card[b-p179ufukam] {
    white-space: normal;
    overflow: hidden;
    color: white;
    width: 100%;
    max-width: 90vw;
    justify-content: center;
    padding: 9px;
    box-sizing: border-box;
}

.logo-container[b-p179ufukam] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.centered-logo[b-p179ufukam] {
    width: 200px;
    height: auto;
    max-width: 100%;
    max-height: 80vh;
}
.p-s-method-btn[b-p179ufukam] {
    color: #fff !important;
    background-color: #d21b90 !important;
    border-color: #d21b90 !important;
    text-align: center;
    border-radius: 25px;
    height: 42px;
    display: block; /* Use flex for better centering */
    justify-content: center;
    align-items: center;
    white-space: nowrap; /* Prevent text wrapping */
    padding: 0 16px; /* Add padding to manage spacing */
    font-size: 14px; /* Reasonable base font size */
    overflow: hidden;
    margin: 0 auto;
    text-overflow: ellipsis; /* Optional: adds "..." if text overflows */
}

.p-method-btn[b-p179ufukam] {
    color: #fff;
    background-color: #d21b90;
    border-color: #d21b90;
    text-align: center;
    width: 67% !important;
    height: 40px;
    margin: 0 auto;
    border-radius: 25px;
    display: block;
}

.p-method-btn.active[b-p179ufukam] {
    background-color: #680046 !important;
    border-color: #680046 !important;
}

.card-text-kazang[b-p179ufukam] {
    text-align: left;
    white-space: normal;
    overflow: visible;
    color: gray;
    font-size: 1em;
    line-height: 1.0;
    margin-right: 18px;
    margin-left: 18px;
}

@media screen and (min-width: 850px) {

    .p-s-method-btn[b-p179ufukam] {
        color: #fff !important;
        background-color: #d21b90 !important;
        border-color: #d21b90 !important;
        text-align: center;
        border-radius: 25px;
        height: 42px;
        display: block;
        justify-content: center;
        align-items: center;
        white-space: nowrap;
        padding: 0 16px;
        font-size: 15px;
        overflow: hidden;
        margin: 0 auto;
        width: 25% !important;
        text-overflow: ellipsis;
    }
    .p-method-btn[b-p179ufukam] {
        color: #fff;
        background-color: #d21b90;
        border-color: #d21b90;
        text-align: center;
        width: 25% !important;
        height: 40px;
        margin: 0 auto;
        border-radius: 25px;
        display: block;
    }
}
/* _content/WalledGardenFrontend/Components/NotFoundComponent.razor.rz.scp.css */
.spinner[b-cwvcw4qjfk] {
    width: 48px;
    height: 48px;
    border: 5px solid black;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin-b-cwvcw4qjfk 1s linear infinite;
    margin-top: 10%;
    justify-content: center;
    margin-left: 3%;
}

@keyframes spin-b-cwvcw4qjfk {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 850px) {

    .spinner[b-cwvcw4qjfk] {
        width: 48px;
        height: 48px;
        border: 5px solid black;
        border-top: 5px solid transparent;
        border-radius: 50%;
        margin-left: 50%;
        margin-top: 10%;
        animation: spin-b-cwvcw4qjfk 1s linear infinite;
    }

    @keyframes spin-b-cwvcw4qjfk {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
}
/* _content/WalledGardenFrontend/Components/PaymentComponent.razor.rz.scp.css */

.payment-info-card .card-body .card-text[b-6ez9nov92j] {
    text-align: left;
    white-space: normal;
    overflow: visible;
    color: white;
    width: 60vw;
    max-width: 70vw !important;
}

.payment-method-component-container[b-6ez9nov92j] {
    color: #d21b90;
}

.info-icon[b-6ez9nov92j] {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    border-radius: 50%;
    line-height: 16px;
    margin-right: 8px;
    background-color: transparent;
}


.loading-ind[b-6ez9nov92j] {
    margin-right: 5px;
}

.previous-payment-result[b-6ez9nov92j] {
    font-size: 1rem !important; /* Small text */
    color: gray; /* Gray color for the label */
    font-weight: 550 !important;
}

.payment-status[b-6ez9nov92j] {
    font-size: 1.3rem; /* Larger text for the status */
    font-weight: bold; /* Bold to emphasize the text */
    color: #d21b90; /* Pink color for the status */
    width: 300px;
}

.modal-content[b-6ez9nov92j] {
    background-color: white;
    color: white;
    margin-left: 15px;
    margin-right: 15px;
}

.payment-item[b-6ez9nov92j] {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

@media screen and (min-width: 850px) {
    .payment-details-container[b-6ez9nov92j] {
        display: grid;
        grid-template-columns: 1fr 1fr; /* Two equal columns */
        gap: 12px; /* Space between columns */
    }

    .payment-item[b-6ez9nov92j] {
        display: flex;
        flex-direction: column;
    }

    .payment-details-container-button[b-6ez9nov92j] {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr; /* Two equal columns */
        gap: 0px;
    }

    .desktop-style[b-6ez9nov92j] {
        margin-left: -191%
    }

    .desktop-text[b-6ez9nov92j] {
        font-size: 1.4rem;
    }

    .desktop-margin[b-6ez9nov92j] {
        margin-left: -104%
    }

    .previous-payment-result[b-6ez9nov92j] {
        font-size: 1rem !important; /* Small text */
        color: gray; /* Gray color for the label */
        font-weight: 550 !important;
    }

    .btn-primary[b-6ez9nov92j] {
        width: 92% !important;
        height: 67% !important;
        margin-left: 0px !important;
        margin-left: 0px !important;
    }

    .desktop-margin[b-6ez9nov92j] {
        margin-top: 16px !important;
        display: flex;
        align-items: center;
        gap: 8px;
    }
}
/* _content/WalledGardenFrontend/Components/ProviderComponent.razor.rz.scp.css */
.contact-us-card .card-body .whatsapp-container[b-tbdg2owpkn] {
    display: flex;
    align-items: center;
    width: 80% !important;
    max-width: 80% !important;
}

.contact-us-card .card-body .whatsapp-container img[b-tbdg2owpkn] {
    margin-right: 10px;
}

.contact-us-card .card-body .whatsapp-container .roboto-bold[b-tbdg2owpkn] {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3rem;
    margin-bottom: 5px;
    width: 17rem;
}

.contact-us-card .card-body .email-container[b-tbdg2owpkn] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1.3rem;
    width: 80% !important;
    max-width: 80% !important;
}

.contact-us-card .card-body .email-container img[b-tbdg2owpkn] {
    margin-right: 10px;
    vertical-align: middle;
}

.contact-us-card .card-body .email-container .roboto-bold[b-tbdg2owpkn] {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3rem;
    margin-bottom: 5px;
    width: 17rem;
}

.contact-us-card .card-body .contact-container[b-tbdg2owpkn] {
    display: flex;
    align-items: center;
    font-weight: 800;
    width: 80%;
    max-width: 80%;
    margin-bottom: 8px;
    margin-bottom: 8px;
}

.contact-us-card .card-body .contact-container img[b-tbdg2owpkn] {
    margin-right: 10px; /* Add spacing between icon and text */
    vertical-align: middle; /* Align the icon vertically */
}

.contact-us-card .card-body .contact-container .roboto-bold[b-tbdg2owpkn] {
    display: inline-block; /* Ensure the email is aligned correctly */
    vertical-align: middle; /* Align the email vertically */
    margin-bottom: 5px;
    font-size: 1.3rem;
    width: 17rem;
}

.contact-us-component-container[b-tbdg2owpkn] {
    border-radius: 1rem;
    color: #d21b90;
}

.provider[b-tbdg2owpkn] {
    border-radius: 1rem;
    color: gray;
    width: 335px;
    font-size: 1.2rem;
}

.icon[b-tbdg2owpkn] {
    color: #d21b90;
    font-size: 1.5rem;
    min-width: 2rem; /* Ensures uniform width */
}

.email-icon[b-tbdg2owpkn] {
    color: #d21b90;
    font-size: 1.3rem;
    min-width: 2rem; /* Ensures uniform width */
}

@media screen and (min-width: 850px) {
    ﻿.contact-us-card[b-tbdg2owpkn] {
        margin-bottom: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 29vw !important;
        max-width: 19vw !important;
        padding: 15px;
        border-radius: 15px;
        background-color: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .contact-us-component-container[b-tbdg2owpkn] {
        border-radius: 1rem;
        color: #d21b90;
        max-width: 27.6vw !important;
    }

    ﻿.contact-us-card .card-body[b-tbdg2owpkn] {
        display: flex;
        align-items: center;
        width: 29vw !important;
        max-width: 29vw !important;
    }

    .desktop-text[b-tbdg2owpkn] {
        font-size: 1.4rem;
        width: 250px;
    }

}
/* _content/WalledGardenFrontend/Components/ProviderLogoComponent.razor.rz.scp.css */
.provider-logo-card[b-e9942aof7o] {
    margin-bottom: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.card-img-top[b-e9942aof7o] {
    width: 95%;
    height: 18vw;
    max-width: 100vh;
    object-fit: contain;
    border-radius: 5px;
}

@media screen and (min-width: 850px) {
    provider-logo-card[b-e9942aof7o] {
        margin-bottom: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 28vw !important;
        padding: 15px;
        border-radius: 15px;
        background-color: white;
        max-width: 20vw !important;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    }

    .card-img-top[b-e9942aof7o] {
        width: 48vw !important;
        max-width: 25vw !important;
        height: 6vw;
        object-fit: contain;
        border-radius: 5px;
    }
}
/* _content/WalledGardenFrontend/Components/ServiceComponent.razor.rz.scp.css */
.service-info-card .card-body .card-text[b-27zebv1y9x] {
    text-align: left;
    white-space: normal;
    overflow: visible;
    color: white;
    width: 55vw;
    max-width: 55vw !important;
}

.info-icon[b-27zebv1y9x] {
    display: inline-block;
    width: 20px;
    height: 22px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    border-radius: 50%;
    line-height: 16px;
    margin-right: 8px;
    background-color: transparent;
    border: 2px solid red;
    justify-content: end;
    margin-bottom: 0px;
}


.previous-payment-result[b-27zebv1y9x] {
    font-size: 0.9rem;
    color: gray;
    justify-content: end;
    font-weight: 570;
    margin-top: 3px;

}

.service-status-component-container[b-27zebv1y9x] {
    color: white;
}

.result-font[b-27zebv1y9x] {
    font-size: 0.9rem;
    font-weight: 500;
}

.service-previous-payment-result[b-27zebv1y9x] {
    font-size: 1rem; /* Small text */
    color: gray;
    font-weight: 570;
}

.service-payment-status[b-27zebv1y9x] {
    font-size: 1.3rem;
    font-weight: bold;
    width: 250px;
    height: auto;
}

@media screen and (min-width: 900px) {
    .service-details-container[b-27zebv1y9x] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 8%;
    }

    .desktop-text[b-27zebv1y9x] {
        font-size: 1.4rem;
    }

    .service-payment-status[b-27zebv1y9x] {
        font-size: 1.2rem !important;
        font-weight: bold !important;
        width: 250px;
        height: auto;
    }

    .result-font[b-27zebv1y9x] {
        font-size: 0.7rem !important;
        font-weight: 500;
    }

    .service-item[b-27zebv1y9x] {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .service-margin[b-27zebv1y9x] {
        margin-left: -0%;
    }

    .info-icon[b-27zebv1y9x] {
        display: inline-block;
        width: 20px;
        height: 20px;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        border-radius: 50%;
        line-height: 16px;
        margin-right: 8px;
        background-color: transparent;
        border: 2px solid red;
        justify-content: end;
        margin-bottom: 0px;
    }


    .previous-payment-result[b-27zebv1y9x] {
        font-size: 0.9rem; /* Small text */
        color: gray; /* Gray color for the label */
        margin-left: 0%;
        justify-content: end;
        font-weight: 500;
    }
}

/* _content/WalledGardenFrontend/Components/SmsComponent.razor.rz.scp.css */

.send-btn[b-wh5bhs0az6] {
    color: #fff;
    background-color: #d21b90;
    border-color: #d21b90;
    text-align: center;
    height: 42px;
    border-radius: 25px;
    display: block;
    margin: 0;
    font-size: 16px;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}


.send-btn.medium[b-wh5bhs0az6] {
    width: 27% !important;
}

.send-btn.small[b-wh5bhs0az6] {
    width: 27% !important;
    margin-right: 7px;
}

.send-method-btn[b-wh5bhs0az6] {
    border: 2px solid #d21b90; /* Added border */
    background-color: white;
    color: #d21b90;
    text-align: center;
    height: 40px;
    font-size: 16px;
    border-radius: 25px;
    margin: 0;
}

.send-method-btn.small[b-wh5bhs0az6] {
    width: 30% !important;
    margin-left: 38%;
}

.send-method-btn.medium[b-wh5bhs0az6] {
    width: 67% !important;

}

.send-method-btn.active[b-wh5bhs0az6] {
    border: 2px solid #680046 !important;
    color: #680046 !important;
}

.send-btn.active[b-wh5bhs0az6] {
    background-color: gray !important;
    border-color: gray !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}


.input-group[b-wh5bhs0az6] {
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: center;
    gap: 15px; /* Space between input and buttons */
}

.input-container[b-wh5bhs0az6] {
    position: relative;
    width: 100%;
    max-width: 420px;
}

.input-container input[b-wh5bhs0az6] {
    width: 100%;
    padding: 18px; /* Increased padding for height */
    font-size: 1.2rem;
    border: 2px solid #ccc;
    border-radius: 24px; /* Rounded corners */
    outline: none;
    text-align: left; /* Center the text */
}

.input-container label[b-wh5bhs0az6] {
    position: absolute;
    top: 10px;
    left: 20px;
    background: white;
    padding: 0 5px;
    color: gray;
    font-size: 1rem;
    transition: 0.3s ease-in-out;
}

/* Floating label effect */
.input-container input:focus + label[b-wh5bhs0az6],
.input-container input:not(:placeholder-shown) + label[b-wh5bhs0az6] {
    top: -10px;
    left: 15px;
    font-size: 0.9rem;
    color: gray;
}

/* Button Container */
.button-group[b-wh5bhs0az6] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    max-width: 420px; /* Match input field width */
}


/* Align buttons */
.send-method-btn[b-wh5bhs0az6], .send-btn[b-wh5bhs0az6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.easypay-details-container[b-wh5bhs0az6] {
    display: flex;
    align-items: center;
    justify-content: center; /* Centers buttons horizontally */
    gap: 10px; /* Reduces space between buttons */
}

@media screen and (min-width: 850px) {
    .easypay-details-container[b-wh5bhs0az6] {
        display: flex;
        align-items: center;
        justify-content: center; /* Centers buttons horizontally */
        gap: 10px; /* Reduces space between buttons */
    }

    .send-method-btn.active[b-wh5bhs0az6] {
        border: 2px solid #680046 !important;
        color: #680046 !important;

    }

    .input-container[b-wh5bhs0az6] {
        position: relative;
        width: 34%;
        margin-left: 25px;

    }

    .button-group[b-wh5bhs0az6] {
        display: flex;
        justify-content: center; /* Center items */
        gap: 8px; /* Adjust gap as needed */
        width: 100%;
        max-width: 420px;
    }

    .send-btn[b-wh5bhs0az6] {
        color: #fff;
        background-color: #d21b90;
        border-color: #d21b90;
        text-align: center;
        height: 40px;
        border-radius: 25px;
        display: block;
        margin: 0;
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
    }

    .send-btn.medium[b-wh5bhs0az6] {
        width: 8% !important;
        margin-left: 0 !important;
    }

    .send-btn.small[b-wh5bhs0az6] {
        width: 19% !important;
        margin-left: 0 !important;
    }

    .send-method-btn[b-wh5bhs0az6] {
        border: 2px solid #d21b90; /* Added border */
        background-color: white;
        color: #d21b90;
        text-align: center;
        height: 40px;
        font-size: 16px;
        border-radius: 25px;
        margin: 0;
    }

    .send-method-btn.small[b-wh5bhs0az6] {
        width: 20% !important;
        margin-left: 40%;
    }

    .send-method-btn.medium[b-wh5bhs0az6] {
        margin-left: 3%;
        width: 24% !important;
    }

}
/* _content/WalledGardenFrontend/Components/UsageDetail.razor.rz.scp.css */

.chart-container[b-wivax0kdpz] {
    background: white;
    border-radius: 2vw;
    padding: 2vw;
    margin-top: 8vw;
    color: white;
    height: 40vh;
    width: 100%;
}

.date-selector label[b-wivax0kdpz] {
    font-weight: bold;
    color: #d21b90;
}

.date-selector select[b-wivax0kdpz] {
    border: none;
    background-color: #f3f3f3;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}


Adjusting the chart height
.chart-container canvas[b-wivax0kdpz] {
    max-height: 450px;
}

.date-picker[b-wivax0kdpz] {
    border: 1px solid #b5c0c5;
    border-radius: 10px;
    padding: 10px 10px;
    font-size: 15px;
    height: 40px;
    width: 170px;
    color: #0c2b2b;
    display: flex;
    margin-left: 5px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.card-body[b-wivax0kdpz] {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: white;
    border: 2px solid #d3d3d3;
    border-radius: 12px;
    margin-bottom: 0.5rem;
    box-shadow: none;
    width: 98%;
}

.date-picker-container[b-wivax0kdpz] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
}

.dropdown[b-wivax0kdpz] {
    position: absolute;
    top: 40px; /* 5px below the date-picker */
    left: 10px; /* slight left offset */
    background-color: #fff;
    border: 1px solid #b5c0c5;
    border-radius: 10px;
    width: 170px;
    z-index: 1000;
    max-height: 200px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.arrow[b-wivax0kdpz] {
    font-size: 34px;
    color: #000;
}

.dropdown-item[b-wivax0kdpz] {
    padding: 12px 16px;
    font-size: 16px;
    color: #0c2b2b;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.dropdown-item input[type="radio"][b-wivax0kdpz] {
    accent-color: #6200ea;
    transform: scale(1.2);
    margin-right: 8px;
}


@media screen and (min-width: 850px) {
    .date-picker[b-wivax0kdpz] {
        border: 1px solid #b5c0c5;
        border-radius: 10px;
        padding: 10px 10px;
        font-size: 13px;
        height: 38px;
        width: 170px;
        color: #0c2b2b;
        display: flex;
        margin-left: 10px;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        transition: all 0.3s;
    }

    .card-body[b-wivax0kdpz] {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        background: white;
        border: 2px solid #d3d3d3;
        border-radius: 12px;
        margin-bottom: 0.5rem;
        box-shadow: none;
        width: 128%;
    }

    .chart-container[b-wivax0kdpz] {
        background: white;
        border-radius: 2vw;
        padding: 2vw;
        margin-top: 10px;
        color: white;
        height: 70vh;
        width: 100%;
    }
}
/* _content/WalledGardenFrontend/Pages/Index.razor.rz.scp.css */
.main-container[b-kk4wxqktxs] {
    min-height: 100vh; /* Ensure the container fills the viewport height */
    display: flex;
    flex-direction: column;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
}

.responsive-container[b-kk4wxqktxs] {
    display: none;
}

@media screen and (min-width: 850px) {
    .responsive-container[b-kk4wxqktxs] {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .left-section[b-kk4wxqktxs] {
        flex: 3;
    }

    .separator[b-kk4wxqktxs] {
        background-color: #d3d3d3;
        width: 0.1rem;
        max-width: 0.1rem;
        height: auto;
        min-height: 43vw;
        max-height: 100vw;
        flex-grow: 1;
        margin-top: 10px;
        align-self: stretch;
    }

    .desktop-text[b-kk4wxqktxs] {
        font-size: 1.4rem;
    }

    .right-section[b-kk4wxqktxs] {
        flex: 7;
        margin-top: 10px;
    }

    .mobile-order-container[b-kk4wxqktxs] {
        display: none;
    }
}

/* _content/WalledGardenFrontend/Pages/PaymentHistory.razor.rz.scp.css */
/* Wrapper for containing the payment history section */
.wrapper[b-9gztl0zvrj] {
    width: 93vw;
    max-width: 120vw;
    margin: 0 auto;
    padding: 0;
}

/* Spacer for adding vertical space */
.spacer[b-9gztl0zvrj] {
    margin-top: 10px; /* Adjust as needed */
}

.desktop-provider[b-9gztl0zvrj] {
    display: none;
}

.main-container[b-9gztl0zvrj] {
    padding: 0 0.5rem 0 0.5rem;
}

.row-spacer[b-9gztl0zvrj] {
    height: auto;
}

.failure-reason-box[b-9gztl0zvrj] {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.4rem;
    margin-left: 0.6rem;
}

.payment-history[b-9gztl0zvrj] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100vw;
    margin-top: 10px;
}

.payment-card[b-9gztl0zvrj] {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: white;
    border: 2px solid #d3d3d3;
    border-radius: 12px;
    margin-bottom: 0.5rem;
    box-shadow: none;
}

.payment-box[b-9gztl0zvrj] {
    display: flex;
    flex-direction: row;
    justify-content: space-between; /* Ensures label & value stay inside */
    align-items: center;
    width: 100vw;
    margin-bottom: 0.4rem;
}

.payment-box .label[b-9gztl0zvrj] {
    margin-left: 0.6rem;
}

.payment-box .value[b-9gztl0zvrj] {
    margin-right: 4rem;
}

.label[b-9gztl0zvrj] {
    font-weight: bold;
    color: #d21b90;
}

.value[b-9gztl0zvrj] {
    color: #333;
}

.result-success[b-9gztl0zvrj] {
    color: green;
}

.no-payment[b-9gztl0zvrj] {
    text-align: center;
    font-size: 16px;
    color: #777;
}

.result-awaitingresult[b-9gztl0zvrj] {
    color: orange;
}

/* Color contrast for alternating rows */
.payment-row:nth-child(even)[b-9gztl0zvrj] {
    background-color: #f9f9f9;
}

.responsive-header[b-9gztl0zvrj] {
    display: flex !important;
    justify-content: space-between;
    gap: 25px;
}


.left-section[b-9gztl0zvrj] {
    flex: 1;
}

.right-section[b-9gztl0zvrj] {
    flex: 5;
    justify-content: left;
}

.back-button[b-9gztl0zvrj] {
    display: flex;
    justify-content: left;
    align-items: start; /* Ensures vertical alignment */
    width: 11%;
    height: 45%;
    top: -2px;
    background-color: transparent;
    border-radius: 50%;
    text-decoration: none;
    position: absolute;
}

.back-icon[b-9gztl0zvrj] {
    margin-top: -3px;
    width: 45px; /* Increase width explicitly */
    height: 20px; /* Increase height explicitly */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d21b90;

}

.back-button:hover[b-9gztl0zvrj] {
    opacity: 0.8;
}

.responsive-container[b-9gztl0zvrj] {
    display: none;
}

.mobile-text[b-9gztl0zvrj] {
    width: 300px;
    margin-right: 7px;
}

@media screen and (min-width: 850px) {
    .responsive-container[b-9gztl0zvrj] {
        display: flex !important;
        justify-content: space-between;
        gap: 20px;

    }

    .desktop-provider[b-9gztl0zvrj] {
        display: flex;
        width: 30vw;
    }


    .desktop-text[b-9gztl0zvrj] {
        font-size: 1.4rem;
        width: 300px;
        margin-left: 3px;
    }


    .right-section-desktop[b-9gztl0zvrj] {
        display: flex !important;
        flex-direction: column;
        width: 130vw;

    }

    .separator[b-9gztl0zvrj] {
        background-color: #d3d3d3;
        width: 0.1rem;
        max-width: 0.1rem;
        height: auto;
        min-height: 43vw;
        max-height: 100vw;
        flex-grow: 1;
        margin-top: 10px;
        align-self: stretch;
    }


    .right-section-mobile[b-9gztl0zvrj] {
        display: none;
    }

    .payment-header[b-9gztl0zvrj] {
        display: flex !important;
        justify-content: space-between;
        border-bottom: 0.01rem solid lightgray;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .header-item[b-9gztl0zvrj] {
        flex: 1;
        text-align: start;
        font-weight: bold;
        color: #d21b90;
        display: !important;
        margin-bottom: 0.2rem;
    }

    .header-item.reason[b-9gztl0zvrj] {
        flex: 3; /* This makes "Reason for Failure" take up more space */
    }

    .payment-row[b-9gztl0zvrj] {
        display: flex !important;
        justify-content: space-between;
        align-items: start;
        padding: 1px 0;
        border-bottom: 0.01rem solid lightgray;
    }

    .row-item[b-9gztl0zvrj] {
        flex: 1;
        align-items: start;
        text-align: start;
        justify-content: start;
        color: #222222;
    }

    .row-item.reason[b-9gztl0zvrj] {
        flex: 3;
    }

    .payment-row:nth-child(even)[b-9gztl0zvrj] {
        background-color: white;
    }


    .row-item[b-9gztl0zvrj] {
        display: !important;
        display: block !important;
        padding: 2px;
    }

    .payment-header[b-9gztl0zvrj] {
        display: !important;
        position: relative;
        z-index: 999;
    }

}

/* _content/WalledGardenFrontend/Pages/ThankYou.razor.rz.scp.css */
.thank-you-container[b-emhxbh9p72] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f4f4f9;
    padding: 20px;
}

.thank-you-message[b-emhxbh9p72] {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
}

.thank-you-message h3[b-emhxbh9p72] {
    font-size: 32px;
    color: #D21B90;
    margin-bottom: 10px;
}

.thank-you-message p[b-emhxbh9p72] {
    font-size: 16px;
    color: #555555;
    margin: 0;
}

.thank-you-actions[b-emhxbh9p72] {
    margin-top: 20px;
}

.go-to-landing-page-btn[b-emhxbh9p72] {
    padding: 12px 30px;
    font-size: 16px;
    background-color: #D21B90;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.go-to-landing-page-btn:hover[b-emhxbh9p72] {
    background-color: #D21B90;
}
/* _content/WalledGardenFrontend/Pages/UsageHistory.razor.rz.scp.css */
.spacer[b-ym2i50klo4] {
    margin-top: 4rem;
}

/* Wrapper for containing the payment history section */
.wrapper[b-ym2i50klo4] {
    width: 93vw;
    max-width: 120vw;
    margin: 0 auto;
    padding: 0;
}

.back-button[b-ym2i50klo4] {
    display: flex;
    justify-content: left;
    align-items: start; /* Ensures vertical alignment */
    width: 11%;
    height: 85%;
    top: -2px;
    background-color: transparent;
    border-radius: 50%;
    text-decoration: none;
    position: absolute;
}

.main-container[b-ym2i50klo4] {
    padding: 0 0.3rem 0 0.3rem;
}

.back-icon[b-ym2i50klo4] {
    margin-top: -1px;
    width: 45px; /* Increase width explicitly */
    height: 20px; /* Increase height explicitly */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d21b90;
}

.desktop-container[b-ym2i50klo4] {
    display: none;
}

.card-body[b-ym2i50klo4] {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: white;
    border: 2px solid #d3d3d3;
    border-radius: 12px;
    margin-bottom: 0.5rem;
    box-shadow: none;
    width: 95%;
}

@media screen and (min-width: 850px) {

    .spacer[b-ym2i50klo4] {
        margin-top: 8rem !important;
    }

    .desktop-text[b-ym2i50klo4] {
        font-size: 1.4rem;
    }

    .mobile-container[b-ym2i50klo4] {
        display: none;
    }

    .desktop-container[b-ym2i50klo4] {
        display: flex !important;
    }

    .responsive-container[b-ym2i50klo4] {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .separator[b-ym2i50klo4] {
        background-color: #d3d3d3;
        width: 0.1rem;
        max-width: 0.1rem;
        height: auto;
        min-height: 43vw;
        max-height: 100vw;
        flex-grow: 1;
        margin-top: 10px;
        align-self: stretch;
    }

    .left-section[b-ym2i50klo4] {
        flex: 4;
    }

    .right-section[b-ym2i50klo4] {
        flex: 6;
        margin-top: 10px;
        width: 50vw;
    }
}
/* _content/WalledGardenFrontend/Shared/MainLayout.razor.rz.scp.css */
.main[b-aqkk6evfz1] {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    margin-left: -5px;
    margin-right: 3px;
}

@media only screen and (min-width: 700px) {
    .main[b-aqkk6evfz1] {
        width: 98vw;
        max-width: 98vw;
        margin: 0 auto;
    }

}
/* _content/WalledGardenFrontend/Shared/NavMenu.razor.rz.scp.css */

*[b-007r1z66hx] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html[b-007r1z66hx], body[b-007r1z66hx] {
    height: 100vh;
    width: 100%;
    margin: 0;
    font-family: 'Inter', sans-serif;
}


.navigation[b-007r1z66hx] {
    position: relative;
    width: 70%;
}

.navigation__checkbox[b-007r1z66hx] {
    display: none;
}

.navigation__button[b-007r1z66hx] {
    position: absolute;
    margin-top: 28px;
    right: -6rem;
    height: 2.6rem;
    width: 3rem;
    background-color: #FFF;
    border-radius: 10px;
    z-index: 998;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: right;
}

.navigation__icon[b-007r1z66hx] {
    position: relative;
    width: 25px;
    height: 3px; /* Changed from 2px to 3px to match other lines */
    background-color: #D21B90;
    transition: all 0.3s ease;
}

.navigation__icon[b-007r1z66hx]::before,
.navigation__icon[b-007r1z66hx]::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: #D21B90;
    transition: all 0.3s ease;
}

.navigation__icon[b-007r1z66hx]::before {
    top: -8px;
}

.navigation__icon[b-007r1z66hx]::after {
    bottom: -8px;
}

/* Navigation Background Overlay */
.navigation__background[b-007r1z66hx] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 997;
    display: none;
}

.navigation__checkbox:checked ~ .navigation__background[b-007r1z66hx] {
    display: block;
}

/* Navigation Menu */
.navigation__box[b-007r1z66hx] {
    position: fixed;
    top: 4.5rem;
    right: 0px;
    width: 235px;
    height: 100vh;
    background: #D21B90;
    border-radius: 10px 0 0 10px;
    padding: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 2000;
    display: none;
}

.navigation__checkbox:checked ~ .navigation__box[b-007r1z66hx] {
    display: block;
}

/* Navigation Items */
.navigation__nav[b-007r1z66hx] {
    position: relative;
    z-index: 201;
    opacity: 1;
    visibility: visible;
}

.navigation__list[b-007r1z66hx] {
    list-style: none;
    padding: 0;
}

.navigation__item[b-007r1z66hx] {
    margin: 0.5rem 0;
}

.cross__icon[b-007r1z66hx] {
    display: block;
    padding: 0.9rem 1rem;
    color: white;
    margin-left: 165px;
    transition: all 0.3s;
    height: 10px;
    width: 10px;
    margin-top: 0px;
}

.cross__image[b-007r1z66hx] {
    height: 20px;
    width: 20px;
}

.navigation__link[b-007r1z66hx] {
    display: block;
    padding: 0.9rem 1rem;
    color: white;
    font-size: 1.2rem;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    transition: all 0.3s;
}

.navigation__link:hover[b-007r1z66hx],
.navigation__link.active[b-007r1z66hx] { /* For click */
    color: white;
}

.navigation__link:hover[b-007r1z66hx]::after,
.navigation__link.active[b-007r1z66hx]::after { /* Add active state */
    opacity: 1;
}


.navigation__desktop[b-007r1z66hx] {
    display: none;
}

@media screen and (min-width: 850px) {
    navigation__icon[b-007r1z66hx],
    .navigation__button[b-007r1z66hx] {
        display: none;
    }

    .navigation__desktop[b-007r1z66hx] {
        display: flex;
        justify-content: flex-end !important;
        align-items: center;
        background-color: white;
        padding: 10px 20px;
        z-index: 998;
        position: absolute;
        top: 25px;
        width: 50%;
        margin-left: 64vw;
        height: 2rem;
    }

    .navigation__list[b-007r1z66hx] {
        display: flex;
        list-style: none;
        gap: 15px;
        padding: 0;
        margin: 0;
    }

    .navigation__item[b-007r1z66hx] {
        margin: 0rem;
    }

    .navigation__link[b-007r1z66hx] {
        font-size: 1.2rem;
        color: black;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.3s ease;
    }

    .navigation__link:hover[b-007r1z66hx] {
        color: #D21B90;
    }

    .navigation__link.active[b-007r1z66hx] {
        color: #D21B90;
        font-weight: bold;
    }
}
