@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/Fundraising/FundraisingFormComponent.razor.rz.scp.css */
form-container[b-k9dkn2ws0p]{
    height:100%; 
    color:white; 
}
/* /Components/HeaderButtons/LoggedInButtons.razor.rz.scp.css */
.header-buttons2[b-caqqp1r7e0] {
    display: flex;
    flex-direction: row; /* Stack items vertically */
    gap: 10px;
    height: fit-content;
    align-items: center;
    justify-content: right;
}

.entry-container[b-caqqp1r7e0] {
    position: relative;
    display: inline-block;
    font-size: 20px;
}

.entry-bonus-animation[b-caqqp1r7e0] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    text-align: center;
    color: green;
    font-size: 16px;
    animation: fly-up-b-caqqp1r7e0 0.1s ease-out forwards;
    pointer-events: none;
}

@keyframes fly-up-b-caqqp1r7e0 {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-25px);
    }
}

@media(max-width: 640.98px) {
    .header-buttons2[b-caqqp1r7e0] {
        flex-direction: column
    }
}
/* /Components/HeaderButtons/LoggedOutButtons.razor.rz.scp.css */
.header-buttons[b-lwyvyz7clt] {
    display: flex;
    flex-direction: row; /* Stack items vertically */
    gap: 10px;
    height: fit-content;
    align-items: center;
    justify-content: right;
}

@media(max-width: 640.98px) {
    .header-buttons[b-lwyvyz7clt] {
        flex-direction: column
    }
}
/* /Components/LandingPage/FAQComponent.razor.rz.scp.css */
faq-container[b-yy9xuu53ra] {
    width: 100%;
    color: white;
}


.custom-accordion .accordion-button[b-yy9xuu53ra] {
    background-color: #ffeb00;
    color: white;
    text-align: center;
    width: 100%;
}

    .custom-accordion .accordion-button h2[b-yy9xuu53ra] {
        margin: 0;
        font-size: 1.75rem;
        font-weight: bold;
        color: black;
        width: 100%;
        text-align: left;
    }

    .custom-accordion .accordion-button:not(.collapsed)[b-yy9xuu53ra] {
        background-color: #FFC809;
    }

.custom-accordion .accordion-body h3[b-yy9xuu53ra] {
    color: black;
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
}

.custom-accordion .accordion-body[b-yy9xuu53ra] {
    text-align: center;
    color: white;
}

.faq-image-container[b-yy9xuu53ra] {
    width: 100%;
    max-width: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* /Components/Login/LoginWithCodeComponent.razor.rz.scp.css */
.login-form[b-7t9t076k6t] {
    width: 100%;
}

.button-container[b-7t9t076k6t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem; /* Space between form inputs and buttons */
}

.right-buttons[b-7t9t076k6t] {
    display: flex;
    gap: 1rem; /* Space between right-side buttons */
}
/* /Components/Login/LoginWithPasswordComponent.razor.rz.scp.css */
.login-form[b-silxnudidb] {
    width: 100%;
}
.button-container[b-silxnudidb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem; /* Space between form inputs and buttons */
}
/* /Components/Rewards/RewardsComponent.razor.rz.scp.css */
.rewards-image-container[b-dl2gxgpp1k] {
    width: 100%;
    max-width: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.custom-indicators[b-dl2gxgpp1k] {
    bottom: -40px; /* Pushes indicators 40px lower */
}

/* /Components/Search/CustomerComponent.razor.rz.scp.css */
.customer-component[b-9anovqd571] {
    width: 100%;
    background: black;
    opacity: 0.9;
    padding: 20px;
    border-radius: 15px; 
    color: white; 
    margin: 20px 0 
}


.review-grid[b-9anovqd571] {
    display: flex;
    flex-direction: column;
    gap: 5px; 
}

/*grid sub-content that's always on the same line*/
.same-line-always[b-9anovqd571] {
    display: flex;
    padding: 10px 20px;
    align-items: center; 
    gap: 10px; 
}

/*only on the same line in desktop - change to column for mobile*/
.same-line-desktop[b-9anovqd571] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%; 

}

@media(max-width: 640.98px) {
    .same-line-desktop[b-9anovqd571] {
        flex-direction: column
    }
}
/* /Components/Search/CustomerReviewComponent.razor.rz.scp.css */
.customer-review-component[b-ux6eet3nh5] {
    width: 100%;
    background: transparent; 
    color: white; 
}


.review-grid[b-ux6eet3nh5] {
    display: flex;
    flex-direction: column;
    gap: 5px; 
}

/*grid sub-content that's always on the same line*/
.same-line-always[b-ux6eet3nh5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/*only on the same line in desktop - change to column for mobile*/
.same-line-desktop[b-ux6eet3nh5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.line-break[b-ux6eet3nh5]{
    border: none; /* Removes default styling */
    border-top: 2px solid white; /* Creates a white horizontal line */
    margin: 1rem 0; /* 2rem margin on top and bottom */
    width: 100%; /* Ensures full width */
}

@media(max-width: 640.98px) {
    .same-line-desktop[b-ux6eet3nh5] {
        flex-direction: column
    }
}
/* /Components/Settings/TrustedTradieEditComponent.razor.rz.scp.css */
.profile-picture-content[b-84mhd81o2m] {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center; 
    align-items: center; 
    flex-direction: column; 
}

.profile-img[b-84mhd81o2m] {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}


.cropper-wrapper[b-84mhd81o2m] {
    border: 2px solid #ccc;
    padding: 10px;
    width: auto;
    margin-top: 5px;
    display: flex;
    flex-direction: column; 
    justify-content: center; /* center horizontally */
    align-items: center; /* center vertically */
}

.cropper-frame[b-84mhd81o2m] {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    background-color: #f0f0f0;
    border: 2px dashed #999;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cropper-frame img[b-84mhd81o2m] {
        position: absolute;
        top: 50%;
        left: 50%;
        cursor: grab;
        transform: translate(-50%, -50%) scale(1);
        transform-origin: center center;
        max-width: none;
        max-height: none;
    }

.crop-overlay-circle[b-84mhd81o2m] {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    box-shadow: 0 0 0 9999px rgba(0,0,0,0.5);
    pointer-events: none;
    z-index: 2;
}

.cropper-button-container[b-84mhd81o2m] {
    width: 300px;
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}










html[b-84mhd81o2m], body[b-84mhd81o2m] {
    height: 100%;
    margin: 0;
}

.container-fluid[b-84mhd81o2m], .row[b-84mhd81o2m] {
    height: 100%;
    align-items: center; 
}
/* /Components/Signup/AllPlansComponent.razor.rz.scp.css */
/* Make tabs span full width */
.custom-tabs[b-ks078prcn7] {
    display: flex;
    border: 2px solid #FFC809;
    background-color: #444; /* grey tab bar */
}

    /* Each tab button stretches equally */
    .custom-tabs .nav-item[b-ks078prcn7] {
        flex: 1;
    }

    /* Tab buttons default state */
    .custom-tabs .nav-link[b-ks078prcn7] {
        border: none;
        background-color: transparent;
        border-bottom: 2px solid transparent;
        height: 100%;
        width: 100%; 
    }

        /* Selected tab */
        .custom-tabs .nav-link.active[b-ks078prcn7] {
            background-color: black;
            border-color: #FFC809;
            border-bottom: none;
        }

/* Tab images */
.tab-image[b-ks078prcn7] {
    height: 40px;
}

/* Tab body */
.tab-body[b-ks078prcn7] {
    border: 2px solid #FFC809;
    border-top: none;
    background-color: black;
    padding: 1rem;
    color: white;
}
/* /Components/Signup/PlansComponent.razor.rz.scp.css */


/*.product-card {
    border: 2px solid transparent;
    padding: 10px;
    cursor: pointer;
    text-align: center;
}

    .product-card.selected .product-image {
        border: 3px solid #007bff;*/ /* Primary highlight color */
    /*}

.product-image {
    max-width: 100%;
    height: 400px;
}*/

.product-card[b-kxk4op8z4n] {
    max-width: 200px;
    flex: 1 1 auto;
    border: 2px solid transparent;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s ease;
}

.product-image[b-kxk4op8z4n] {
    width: 100%;
    height: auto;
    max-height: 400px;
}

    .product-image:hover[b-kxk4op8z4n] {
        transform: scale(1.05);
        box-shadow: 0 0 10px rgba(255, 200, 9, 0.5);
    }

.product-card.selected .product-image[b-kxk4op8z4n] {
    border: 3px solid #FFC809;
    transform: scale(1.05);
}
/* /Components/Signup/SignupComponent.razor.rz.scp.css */
.user-type-container[b-hcovihaqzs] {
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 8px;
    transition: border 0.2s ease, background-color 0.2s ease;
    padding: 1rem;
}

    .user-type-container:hover[b-hcovihaqzs] {
        background-color: rgba(255, 200, 9, 0.1); /* Optional highlight on hover */
    }

    .user-type-container.selected[b-hcovihaqzs] {
        border-color: #FFC809;
    }

.user-type-image[b-hcovihaqzs] {
    max-width: 80%;
    transition: transform 0.2s ease;
}

.user-type-container:hover .user-type-image[b-hcovihaqzs],
.user-type-container.selected .user-type-image[b-hcovihaqzs] {
    transform: scale(1.05);
}
/* /Components/TrustedTradies/TrustedTradieProfileComponent.razor.rz.scp.css */
.icon-link[b-izvlzvxt20] {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

    .icon-link:hover[b-izvlzvxt20] {
        color: #ffc107;
    }








/* old */
.tradie-component[b-izvlzvxt20] {
    width: 100%;
    background: black;
    opacity: 0.9;
    padding: 20px;
    border-radius: 15px;
    color: white;
    margin: 20px 0
}


.review-grid[b-izvlzvxt20] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/*grid sub-content that's always on the same line*/
.same-line-always[b-izvlzvxt20] {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
}

/*only on the same line in desktop - change to column for mobile*/
.same-line-desktop[b-izvlzvxt20] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}

@media(max-width: 640.98px) {
    .same-line-desktop[b-izvlzvxt20] {
        flex-direction: column
    }
}
/* /Components/TrustedTradies/TrustedTradieReviewComponent.razor.rz.scp.css */
.tradie-review-component[b-xppszcarzi] {
    width: 100%;
    background: grey;
    color: black;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 14px;
    border: 3px solid #FFC809; /* Gold border */
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px; 
}

/*grid sub-content that's always on the same line*/
.same-line-always[b-xppszcarzi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/*only on the same line in desktop - change to column for mobile*/
.same-line-desktop[b-xppszcarzi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}


@media(max-width: 640.98px) {
    .same-line-desktop[b-xppszcarzi] {
        flex-direction: column
    }
}
/* /Components/Utilities/ConfirmChoiceModal.razor.rz.scp.css */
.modal-overlay[b-011ehv4jkl] {
    position: absolute; /* so we can place children absolutely */
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    padding: 10px;
}

    .modal-overlay.show[b-011ehv4jkl] {
        display: block;
    }

.modal-content[b-011ehv4jkl] {
    background: white;
    color: black;
    border-radius: 8px;
    width: 90%;
    max-width: 800px;
    padding: 20px;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.modal-overlay.show .modal-content[b-011ehv4jkl] {
    opacity: 1;
    transform: scale(1);
}

/* Mobile responsive adjustments */
@media (max-width: 640.98px) {
    .modal-content[b-011ehv4jkl] {
        max-width: calc(100vw - 20px);
        max-height: calc(100vh - 20px);
    }
}
/* /Components/Utilities/Modal.razor.rz.scp.css */
.modal-overlay[b-xqc941i0on] {
    position: absolute; /* so we can place children absolutely */
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    padding: 10px;
}

    .modal-overlay.show[b-xqc941i0on] {
        display: block;
    }

.modal-content[b-xqc941i0on] {
    background: white;
    color: black;
    border-radius: 8px;
    width: 90%;
    max-width: 800px;
    padding: 20px;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.2s ease, transform 0.2s ease;
    max-height: calc(100vh - 20px);
    overflow-y: auto; 
    box-sizing: border-box;
}

.terms-text[b-xqc941i0on] {
    text-align: left; /* NEW: ensure left-aligned text */
}

.modal-overlay.show .modal-content[b-xqc941i0on] {
    opacity: 1;
    transform: scale(1);
}

/* Mobile responsive adjustments */
@media (max-width: 640.98px) {
    .modal-content[b-xqc941i0on] {
        max-width: calc(100vw - 20px);
        max-height: calc(100vh - 20px);
    }
}

.terms-text[b-xqc941i0on] {
    overflow: auto;
}
/* /Components/Utilities/PhoneInput.razor.rz.scp.css */
/* /Layout/BlankLayout.razor.rz.scp.css */
main[b-864zc0z553] {
    flex: 1;
    min-height: 100vh;
    max-width: 100vw;
    background: url("images/background_60_brightness.png") no-repeat center center fixed;
    background-size: cover;
    filter: brightness(100%)
}

.main-container3[b-864zc0z553] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    flex-grow: 1;
    max-width: 100vw;
}

.footer3[b-864zc0z553] {
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    height: fit-content;
}
/* /Layout/LoggedInLayout.razor.rz.scp.css */
.main-container2[b-0s4efu4xbz] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    flex-grow: 1;
    max-width: 100vw;
}

main[b-0s4efu4xbz] {
    flex: 1;
    min-height: 100vh;
    max-width: 100vw;
    background: url("images/background_60_brightness.png") no-repeat center center fixed;
    background-size: cover;
    filter: brightness(100%)
}


.header2[b-0s4efu4xbz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: black;
    color: white;
    height: fit-content;
    max-width: 100vw;
}

.logo2[b-0s4efu4xbz] {
    height: auto;
    max-height: 5rem;
    width: auto;
}


.footer2[b-0s4efu4xbz] {
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    height: fit-content;
}


.settings-dropdown[b-0s4efu4xbz] {

    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);

}

.settings-link[b-0s4efu4xbz] {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
    width: 100%;
}

    .settings-link:hover[b-0s4efu4xbz] {
        background: #f0f0f0;
    }

@media(max-width: 640.98px) {
    .settings-dropdown[b-0s4efu4xbz]{
        width: 100%
    }
    .logo2[b-0s4efu4xbz] {
        max-height: 3rem;
    }
}


@media(min-width: 641px) {
    .settings-dropdown[b-0s4efu4xbz] {
        position: absolute;
        right: 0;
        z-index: 1000; 
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.main-container[b-ns5wnobzi8] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    flex-grow: 1;
    max-width: 100vw;
}

main[b-ns5wnobzi8] {
    flex: 1;
    min-height: 100vh;
    max-width: 100vw; 
    background: url("images/background_60_brightness.png") no-repeat center center fixed;
    background-size: cover;
    filter: brightness(100%)
}


.header[b-ns5wnobzi8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: black;
    color: white;
    height: fit-content;
    max-width: 100vw;
}

.logo[b-ns5wnobzi8] {
    height: auto;
    max-height: 5rem; 
    width: auto;
}

.header-buttons[b-ns5wnobzi8] {
    display: flex;
    gap: 10px; /* Space between buttons */
}

.footer[b-ns5wnobzi8] {
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    height: fit-content; 
}

@media(max-width: 640.98px){
    .logo[b-ns5wnobzi8] {
        max-height: 3rem;
    }
}


@media(min-width: 641px){

}





/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-kw6oxhcaew] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-kw6oxhcaew] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-kw6oxhcaew] {
    font-size: 1.1rem;
}

.bi[b-kw6oxhcaew] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-kw6oxhcaew] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-kw6oxhcaew] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-kw6oxhcaew] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-kw6oxhcaew] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-kw6oxhcaew] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kw6oxhcaew] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kw6oxhcaew]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-kw6oxhcaew]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-kw6oxhcaew]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-kw6oxhcaew] {
        display: none;
    }

    .collapse[b-kw6oxhcaew] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-kw6oxhcaew] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Consent.razor.rz.scp.css */
.indented-paragraph[b-7oq8gtrxui]{
    margin-left: 1rem;
    margin-right: 1rem;
}
/* /Pages/Home.razor.rz.scp.css */
.navimage-container[b-vle8froyzf] {
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 8px;
    transition: border 0.2s ease, background-color 0.2s ease;
    padding: 1rem;
}

    .navimage-container:hover[b-vle8froyzf] {
        background-color: rgba(255, 200, 9, 0.1); /* Optional highlight on hover */
    }

    .navimage-container.selected[b-vle8froyzf] {
        border-color: #FFC809;
    }

.navimage-image[b-vle8froyzf] {
    max-width: 80%;
    transition: transform 0.2s ease;
}

.navimage-container:hover .navimage-image[b-vle8froyzf],
.navimage-container.selected .navimage-image[b-vle8froyzf] {
    transform: scale(1.05);
}

.profile-alert[b-vle8froyzf] {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px;
    width: 100%;
    background-color: #d9534f; /* Bootstrap red */
    color: white;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    font-weight: bold;
    margin-bottom: 1rem;
    box-sizing: border-box;
}

.alert-icon[b-vle8froyzf] {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-text[b-vle8froyzf] {
    line-height: 1.4;
}

.tradie-grid[b-vle8froyzf] {
    gap: 20px;
}

    .tradie-grid .grid-item[b-vle8froyzf] {
        background: black;
        opacity: 0.9;
        border-radius: 15px;
        color: white;
        padding: 20px;
    }

.tradie-grid .grid-item[b-vle8froyzf] {
    border: 3px solid #FFC809; /* Gold border */
    box-sizing: border-box;
}

.disabled-image[b-vle8froyzf] {
    opacity: 0.4;
    pointer-events: auto; 
    filter: grayscale(100%);
}

@media (min-width: 992px) {
    .tradie-grid[b-vle8froyzf] {
        display: grid;
        grid-template-areas:
            "profile search search"
            "profile find find";
        grid-template-columns: 4fr 3fr 3fr;
        gap: 20px;
    }

        .tradie-grid .grid-item[b-vle8froyzf] {
            background: black;
            opacity: 0.9;
            border-radius: 15px;
            color: white;
            padding: 20px;
        }
        .tradie-grid .profile-builder[b-vle8froyzf] {
            display: flex;
            flex-direction: column;
            justify-content: center; /* vertical centering */
        }
}

@media (max-width: 991.98px) {
    .tradie-grid .grid-item[b-vle8froyzf] {
        margin-bottom: 20px;
    }

        /* Optional: remove last item’s margin */
        .tradie-grid .grid-item:last-child[b-vle8froyzf] {
            margin-bottom: 0;
        }
}


















/* /Pages/Marketeers.razor.rz.scp.css */
.marketeers-image[b-kp5thtzwlt] {
    width: 100%;
    max-width: 400px;
    min-width: 400px;
}

@media(max-width: 640.98px) {
    .marketeers-image[b-kp5thtzwlt] {
        width: 80%;
    }
}
/* /Pages/NotFound.razor.rz.scp.css */
.text-container[b-l26vd3knxc] {
    text-align: center;
}

.button-container[b-l26vd3knxc] {
    text-align: right;
}
/* /Pages/Rewards.razor.rz.scp.css */
.rewards-container[b-3k0p8j0l69] {
    width: 100vw;
    height: 100vh;
    background-color: grey;
    display: flex;
    justify-content: center; 
    align-items: center; 
}
/* /Pages/Settings.razor.rz.scp.css */
.settings-container[b-ww5eefxhdj] {
    width: 50vw;
    margin: 0 auto; /* Center the form */
    background: black;
    opacity: 0.9;
    color: white;
    padding: 20px;
    margin-bottom: 5rem;
    margin-top: 5rem;
    border-radius: 15px;
}


/* /Pages/TrustedTradies.razor.rz.scp.css */

.form-container[b-mwlohkokl7] {
    background-color: #FFC809; /* Light yellow */
    border: 2px solid orange; /* Orange border */
    border-radius: 12px; /* Rounded corners */
    color: black; 
}

.search-form[b-mwlohkokl7] {
    width: 100%;
    margin: 0 auto; /* Center the form */
    background: #FFC809;
    color: black;
    padding: 20px;
    padding-left: 5rem;
    padding-right: 5rem;
    justify-content: center; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
}

.search-results[b-mwlohkokl7] {
    width: 50%;
    margin: 0 auto; /* Center the form */
    background: transparent;
    color: black;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

@media(max-width: 640.98px) {
    .search-form[b-mwlohkokl7] {
        width: 100vw;
        margin-bottom: 20px;
        margin-top: 20px
    }
    .search-results[b-mwlohkokl7]{
        width: 100%; 
        margin: 20px; 
    }
}
