@import '_content/OrderBladeRCL/OrderBladeRCL.bundle.scp.css';

/* /Components/Categories/CategoryContainer.razor.rz.scp.css */
.category-container[b-uahygyn11v]{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.category-item[b-uahygyn11v]{
    background: var(--ob-colour-primary);
    cursor: pointer;
    color: white;
    padding: 10px 30px;
    margin: 10px;
    border-radius: 5px;

    transition: all 0.3s ease;
}
.category-item.active[b-uahygyn11v]{
    background: var(--ob-colour-primary-light);
}
.category-item:hover[b-uahygyn11v]{
    background: var(--ob-colour-primary-light);
    transform: scale(1.1);
}
/* /Components/Orders/NewOrder.razor.rz.scp.css */






.order-form[b-g33ini6dk4]{
}

.order-cart-container[b-g33ini6dk4]{
    margin: 20px;
}


.cart-item[b-g33ini6dk4]{
    display: flex;
}
.cart-item div:last-child[b-g33ini6dk4]{
    
}

.cart-item-info[b-g33ini6dk4]{
    display: flex;
    justify-content: space-between;
}
.cart-item-info p[b-g33ini6dk4]{
    opacity: 60%;
}

.cart-footer[b-g33ini6dk4]{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.cart-footer-breakdown[b-g33ini6dk4]{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.cart-footer-breakdown p[b-g33ini6dk4]{
    opacity: 60%;
    margin: 0;
}
/* /Components/Orders/ServiceOrder.razor.rz.scp.css */
.order-form-row[b-ytrstbvdpl]{
    display: flex;
}

.order-form-footer[b-ytrstbvdpl]{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}


@media screen and (max-width: 768px) {
    .order-form-row[b-ytrstbvdpl]{
        flex-direction: column;
    }
}


/* /Components/Payments/PaymentDetailsModal.razor.rz.scp.css */
.payment-detail-row[b-0z21xz3la3]{
    display: flex;
}
.payment-details[b-0z21xz3la3]{
    margin: 6px;
}
.payment-details tr > td:first-child[b-0z21xz3la3]{
    width: 200px;
    opacity: 70%;
}

h5[b-0z21xz3la3]{
    margin-top: 17px;
}
/* /Pages/Views/Chat/Chat.razor.rz.scp.css */
*[b-7rxw1cppsm] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html[b-7rxw1cppsm], body[b-7rxw1cppsm] {
    height: 100%;
}

.chat-container[b-7rxw1cppsm] {
    min-height: 100vh;
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.chat-box[b-7rxw1cppsm] {
    display: flex;
    flex-direction: column;

}
.chat-input[b-7rxw1cppsm]{
    background: #e3e3e3;
    margin-right: 10px;

}
.chat-bubble[b-7rxw1cppsm] {
    background-color: #eee;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 10px 20px;
    max-width: 70%;
}

.chat-bubble.user[b-7rxw1cppsm] {
    background: linear-gradient(45deg, #901aff, #b700ff);

    color: #fff;
    align-self: flex-end;
}

.chat-bottom[b-7rxw1cppsm] {
    display: flex;
    width: 100%;
    margin-top: 20px;

}

.chat-bottom input[type="text"][b-7rxw1cppsm] {
    flex-grow: 1;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

.chat-bottom button[b-7rxw1cppsm] {
    padding: 10px 20px 10px;
    background-color: #901aff;
    color: #fff;
    border: none;
    border-radius: 15px;
    cursor: pointer;
}


.dot-typing[b-7rxw1cppsm] {
    margin-left: 20px;
    margin-top: 5px;
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #9880ff;
    color: #9880ff;
    box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
    animation: dot-typing-b-7rxw1cppsm 1.5s infinite linear;
}

@keyframes dot-typing-b-7rxw1cppsm {
    0% {
        box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
    }
    16.667% {
        box-shadow: 9984px -10px 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
    }
    33.333% {
        box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
    }
    50% {
        box-shadow: 9984px 0 0 0 #9880ff, 9999px -10px 0 0 #9880ff, 10014px 0 0 0 #9880ff;
    }
    66.667% {
        box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
    }
    83.333% {
        box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px -10px 0 0 #9880ff;
    }
    100% {
        box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
    }
}
/* /Pages/Views/Customers/Dash/Orders/Orders.razor.rz.scp.css */
.SelectedOrderMenu[b-l8pmaxcwn0]{
    display: none;
}
@media screen and (max-width: 600px) {
    .SelectedOrderMenu[b-l8pmaxcwn0] {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        opacity: 90%;
        text-align: center;
        background-color: var(--ob-colour-white);
    }

}
/* /Pages/Views/Customers/Dash/Payments/Payments.razor.rz.scp.css */

.payment-header[b-rwjv7j43ua]{
    display: flex;
    justify-content: space-between; 
    width: 100%
}

.payment-filters[b-rwjv7j43ua]{
    display: flex;
    align-items: center;
    justify-content: start
}

@media screen and (max-width: 670px) {
    .payment-filters[b-rwjv7j43ua]{
        flex-direction: column;
    }
}

@media screen and (max-width: 540px) {
    .payment-popover[b-rwjv7j43ua]{
        width: 240px;
    }
    .payment-header[b-rwjv7j43ua]{
        flex-direction: column;
    }
}
/* /Pages/Views/Customers/SearchCustomers.razor.rz.scp.css */
.CustomerCard[b-jw7abri69a]{
    margin: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fafafa;
    border-radius: 15px;
    cursor: pointer;
   
    padding: 15px 20px 0;

}
.CustomerCard:hover[b-jw7abri69a] {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}
.CustomerCard p:first-child[b-jw7abri69a]{
    width: 100%;
}
.CustomerCard p[b-jw7abri69a]{
    opacity: 50%;
    margin-top: -10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.CustomerCard div[b-jw7abri69a]{
    display: flex;
}
.customer-card-container[b-jw7abri69a]{
    display: flex; 
    flex-wrap: wrap;
}


@media screen and (max-width: 600px){
    .CustomerCard[b-jw7abri69a]{
        width: 100% - 40px;
    }
    .customer-card-container[b-jw7abri69a]{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }
}
/* /Pages/Views/Custom/UnitDesigner/Builder.razor.rz.scp.css */
/* Assume your original content is designed for 2000px width */
.builder-frame[b-p066zt6yq4] {
    display: inline-block;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    scroll-behavior: auto;
    /*  display: flex;
     scroll-behavior: auto;
     flex-wrap: nowrap;
    width: 2000px;
    margin: 0 auto; 
    transform-origin: top left;*/
}
.__Frames[b-p066zt6yq4]{
    width: 100%;
    overflow-x: scroll;
}
/*@media (max-width: 2000px) {
    .builder-frame {
        
        transform: scale(0.5);
    }
}

/* 
@media (max-width: 1500px) {
    .builder-frame {
        transform: scale(0.4);
    }
}

@media (max-width: 1000px) {
    .builder-frame {
        transform: scale(0.3);
    }
}*/
/* /Pages/Views/Custom/UnitDesigner/Shapes/Rect.razor.rz.scp.css */
.rect[b-3oa2vrmvmb] {
    background: white;
    border: 2px solid black;
    position: relative;
}



.rect-info[b-3oa2vrmvmb], .rect-content[b-3oa2vrmvmb] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rect-info[b-3oa2vrmvmb] {
    z-index: 2;
}

.rect-content[b-3oa2vrmvmb] {
    z-index: 1;
}

.rect-info > p[b-3oa2vrmvmb] {
    position: absolute;
    margin: 0;
    color: rgba(0, 0, 0, 0.47);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; /* Hides overflow text */
    font-size: 1vw;
}


.rect-info > p:first-child[b-3oa2vrmvmb] {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.rect-info > p:nth-child(2)[b-3oa2vrmvmb] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rect-info > p:last-child[b-3oa2vrmvmb] {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/* /Pages/Views/Custom/UnitDesigner/Units/TallUnitComponent.razor.rz.scp.css */
.tall-unit-config[b-qy2i5ry32d]{
    display: flex;
    width: 900px;
}

@media (max-width: 1000px) {
    .tall-unit-config[b-qy2i5ry32d]{
        width: 640px;
    }
}

@media (max-width: 768px) {
    .tall-unit-config[b-qy2i5ry32d]{
        flex-direction: column;
        width: 100%;
    }
}
/* /Pages/Views/Custom/UnitDesigner/Units/UnitSelector.razor.rz.scp.css */
/* /Pages/Views/Dashboard.razor.rz.scp.css */


#dash-bottom-container[b-3srts7kkqw]{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#dash-bottom-container-1[b-3srts7kkqw]{
    width: 100%;
}
#dash-bottom-container-2[b-3srts7kkqw]{
    min-width: 500px;
}

.for-you-list-item[b-3srts7kkqw]{
    display: flex;
    flex-direction: row;
}
.for-you-list-item img[b-3srts7kkqw]{
    object-fit: contain;
}
.for-you-list-item-buttons[b-3srts7kkqw]{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}
.for-you-list-item-buttons > button[b-3srts7kkqw]{
    width: 140px;
}


@media screen and (max-width: 700px) {
    .for-you-list-item > :first-child[b-3srts7kkqw] {
        display: none;
    }
    #greeting-message[b-3srts7kkqw]{
        font-size: 30px !important;
    }

    .for-you-list-item-buttons[b-3srts7kkqw]{
        justify-content: center;
        align-items: center;
    }
    
  
}

@media screen and (max-width: 1200px){
    #dash-bottom-container[b-3srts7kkqw]{
        flex-direction: column;
    }
    #dash-bottom-container-2[b-3srts7kkqw]{
        width: 100%;
        margin-left: 0px;
        
    }
    
    #dash-bottom-container-2 > div[b-3srts7kkqw]{
        margin-left: 0px;
    }
    
    
    .container-title[b-3srts7kkqw]{
        margin-left: 0px;
    }

    #dash-bottom-container-1 > div[b-3srts7kkqw],
    #dash-bottom-container-2 > div[b-3srts7kkqw] {
        width:100%
    }
    
}
/* /Pages/Views/Forms/FormDesigner.razor.rz.scp.css */
/* /Pages/Views/Forms/Forms.razor.rz.scp.css */
.form-item-button-container[b-1jhqch7uta]{
    display: flex; 
    justify-content: center;
}

.form-item-content[b-1jhqch7uta]{
    display: flex; 
    align-items: start; 
    flex-direction: column;
}

@media screen and (max-width: 550px) {
   
  
    .form-item-button-container[b-1jhqch7uta]{
        flex-direction: column;
        width: 100%;
    }

    .form-item-button-container > button[b-1jhqch7uta]{
        width: 100%;
    }
}
/* /Pages/Views/Onboarding/Onboarding.razor.rz.scp.css */
.form-section[b-3br19y3y8x]{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.form-section div:first-child[b-3br19y3y8x]{
    width: 40%;
    max-width: 300px;
}
.form-section div:last-child[b-3br19y3y8x]{
    width: 100%;
    max-width: 60%;
}
#company-name[b-3br19y3y8x]{
    white-space: nowrap;
}
@media screen and (max-width: 900px){
    .onboarding-steps[b-3br19y3y8x]{
        flex-direction: column;
        text-align: center;
    }
    #company-name[b-3br19y3y8x]{
        white-space: pre-wrap;
    }
}

@media screen and (max-width:600px){
    .form-section[b-3br19y3y8x]{
        flex-direction: column;
    }
    .form-section div:first-child[b-3br19y3y8x]{
        max-width: 100%;
    }
    .form-section div:last-child[b-3br19y3y8x]{
        max-width: 100%;
    }
    
    
   
}



.step-progress[b-3br19y3y8x]{
    width: 100vw;
    margin-top: 30px;
    
    height: 10px;
    background: #b7b7b7;
}
.step-progress-bar[b-3br19y3y8x]{
    width: 20%;
    height: 100%;
    background: var(--ob-colour-primary-light);
    transition: all 0.3s ease;
}



.onboarding-steps[b-3br19y3y8x]{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px;
}

.onboarding-step[b-3br19y3y8x]{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eee;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.onboarding-step.active[b-3br19y3y8x]{
    background: var(--ob-colour-primary-light);
    transform: scale(1.2);
    cursor: pointer;
}
.onboarding-steps > p[b-3br19y3y8x]{
    margin: 0;
}
      
/* /Pages/Views/Org/BusinessDashboard/BusinessDashboard.razor.rz.scp.css */
.business-dashboard-base[b-3cvgr3d087]{
    display: flex;
}

.business-dashboard-base-left[b-3cvgr3d087]{
    width: 100%;
    
}

.business-dashboard-base-right[b-3cvgr3d087]{
    max-width: 350px;
    background: #F9F8FD;
}

.business-dashboard-top-cards[b-3cvgr3d087]{
    display: flex;
}
.business-dashboard-top-card[b-3cvgr3d087]{
    background: var(--ob-colour-primary-light);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}

.business-dashboard-costs-container[b-3cvgr3d087]{
    display: flex;
}


/* /Pages/Views/Org/BusinessDashboard/Payments/PaymentsHome.razor.rz.scp.css */
.payments-home-container[b-daufxpvibg]{
    display: flex;
    width: calc(100% - 13px);
}

.support-countries[b-daufxpvibg]{
    display: flex;
    justify-content: start;
    margin-left: 10px;
}
.support-countries > div[b-daufxpvibg]{
    margin-left: 5px;
}

@media screen and (max-width: 700px) {
    .payments-home-container[b-daufxpvibg]{
        flex-direction: column;
    }
}
/* /Pages/Views/Org/BusinessDashboard/Plan.razor.rz.scp.css */
.plan-top-cards[b-y63xrlqwul]{
    display: flex;
    width: 100%;
}

.plan-details-top[b-y63xrlqwul]{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.plan-details-top div:last-child[b-y63xrlqwul] {
    display: flex;
    align-items: end;
}
.plan-details-top div:last-child p[b-y63xrlqwul] {
    opacity: 70%;
}

.plan-details-bottom[b-y63xrlqwul] {
    display: flex;
    justify-content: space-between;
}


.plan-bottom-card[b-y63xrlqwul]{
    display: flex;
    width: 100%;
}



.plan-method-details[b-y63xrlqwul]{
    display: flex;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    align-items: center;
    justify-content: space-between;
}

.plan-header-p[b-y63xrlqwul]{
    margin-top: -8px;
}
/* /Pages/Views/Org/BusinessDashboard/Sms.razor.rz.scp.css */


.sms-filters[b-hu08hgenuv]{
    display: flex;
    align-items: center;
}

.sms-filters-mobile-local[b-hu08hgenuv]{
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    padding: 0 30px;
    margin: 0 10px;
}





.sms-top-container[b-hu08hgenuv]{
    display: flex;
    width: 100%;
}
.sms-top-container div:first-child[b-hu08hgenuv]{
    width: 60%;
}
.sms-top-container div:last-child[b-hu08hgenuv]{
    width: 40%;
}
@media screen and (max-width: 600px){
    .sms-top-container[b-hu08hgenuv]{
        flex-direction: column;
    }
    .sms-top-container div:first-child[b-hu08hgenuv]{
        width: calc(100% - 40px);
    }
    .sms-top-container div:last-child[b-hu08hgenuv]{
        width: calc(100% - 40px);
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-p4jk4gj1kj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-p4jk4gj1kj] {
    flex: 1;
}

.sidebar[b-p4jk4gj1kj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-p4jk4gj1kj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-p4jk4gj1kj]  a, .top-row[b-p4jk4gj1kj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-p4jk4gj1kj]  a:hover, .top-row[b-p4jk4gj1kj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-p4jk4gj1kj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-p4jk4gj1kj] {
        display: none;
    }

    .top-row.auth[b-p4jk4gj1kj] {
        justify-content: space-between;
    }

    .top-row[b-p4jk4gj1kj]  a, .top-row[b-p4jk4gj1kj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-p4jk4gj1kj] {
        flex-direction: row;
    }

    .sidebar[b-p4jk4gj1kj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-p4jk4gj1kj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-p4jk4gj1kj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-p4jk4gj1kj], article[b-p4jk4gj1kj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainNav.razor.rz.scp.css */

.nav-container[b-eymuw1q0ew]{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


@media screen and (max-width: 600px) {
    #_downloadApp[b-eymuw1q0ew] {
        visibility: collapse;
    }
}


/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dfgeqwzay5] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-dfgeqwzay5] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-dfgeqwzay5] {
    font-size: 1.1rem;
}

.oi[b-dfgeqwzay5] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-dfgeqwzay5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dfgeqwzay5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dfgeqwzay5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dfgeqwzay5]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-dfgeqwzay5]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-dfgeqwzay5]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dfgeqwzay5] {
        display: none;
    }

    .collapse[b-dfgeqwzay5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
