@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* /Components/Customers/Forms/CustomerDetails/CustomerDetailsTabs/CustomerSummaryTab.razor.rz.scp.css */
.grid-container[b-yvseyl5x5t] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: 93vh;
    width: 89vw;
    margin: 0;
    padding: 0;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.grid-item[b-yvseyl5x5t] {
    border: 1px solid black;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 410px;
    background-color:white;
}

.summary-frame[b-yvseyl5x5t] {
    width: 90%;
    height: 90%;
    box-sizing: border-box;
    margin: 0;
    background: white;
    padding: 20px;
}

.shipments-header-layout[b-yvseyl5x5t] {
    padding-top: 10px;
}

@media (max-width: 1700px) and (min-width: 1401px) {
    .grid-container[b-yvseyl5x5t] {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, auto);
    }

    .grid-item[b-yvseyl5x5t] {
        min-width: unset;
        width: 100%;
        min-height: 500px;
    }
}

@media (max-width: 1500px) and (min-width: 1001px) {
    .grid-container[b-yvseyl5x5t] {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, auto);
    }

    .grid-item[b-yvseyl5x5t] {
        min-width: unset;
        width: 100%;
        min-height: 500px;
    }
}

@media (max-width: 1000px) {
    .grid-container[b-yvseyl5x5t] {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(8, auto);
    }

    .grid-item[b-yvseyl5x5t] {
        min-width: unset;
        width: 100%;
        min-height: 500px;
    }
}



/* /Components/Customers/Forms/CustomerFormDetails.razor.rz.scp.css */
.tab-title[b-51e48jwfoa] {
    display: inline;
}

.tab-icon[b-51e48jwfoa] {
    display: none;
}

@media (max-width: 1100px) {
    .tab-title[b-51e48jwfoa] {
        display: none; 
    }

    .tab-icon[b-51e48jwfoa] {
        display: inline; 
    }
    .customer-form-tabs[b-51e48jwfoa] {
        width: 50px;
    }
}
/* /Components/Orders/AddOrderDialog.razor.rz.scp.css */
@media only screen and (max-width: 1300px) {
    .menu[b-n705hbozdw] {
        display: none;
    }
    .main[b-n705hbozdw] {
        width: 100% !important;
    }
}

/* /Components/Orders/OrderDialog.razor.rz.scp.css */
.side-bar[b-f285f4xr0a] {
    display:block;    
}

.order-layout[b-f285f4xr0a] {
    width:85vw;
}


.custom-table td[b-f285f4xr0a],
.custom-table th[b-f285f4xr0a] {
    font-size: 20px;
}

@media only screen and (max-width: 1300px) {
    .side-bar[b-f285f4xr0a] {
        display: none;
    }
    .order-layout[b-f285f4xr0a] {
        width:100vw;
    }
}
/* /Components/Orders/OrdersCard.razor.rz.scp.css */
.card-click[b-u4pgy6vydc] {
    border: 2px solid lightgray;
    width: 90%;
    padding: 10px;
    margin-bottom: 15px;
}

    .card-click:hover[b-u4pgy6vydc] {
        cursor: pointer;
    }
/* /Components/Orders/OrdersTable.razor.rz.scp.css */
.circle-icon[b-lph1bon8fd] {
    width: 40px; /* Adjust size as needed */
    height: 40px; /* Adjust size as needed */
    border-radius: 50%;
    background-color: var(--primary-color-light-blue); /* Change color as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color:white;
}

.icon[b-lph1bon8fd] {
    color: white; /* Change icon color as needed */
}

.number[b-lph1bon8fd] {
    position: absolute;
    bottom: -8px; /* Adjust position of number */
    right: -8px; /* Adjust position of number */
    background-color: white;
    color: #007bff; /* Change number color as needed */
    width: 20px; /* Adjust size of number circle */
    height: 20px; /* Adjust size of number circle */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px; /* Adjust font size of number */
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-sq9cam85ct] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sq9cam85ct] {
    flex: 1;
}

.sidebar[b-sq9cam85ct] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-sq9cam85ct] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sq9cam85ct]  a, .top-row[b-sq9cam85ct]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-sq9cam85ct]  a:hover, .top-row[b-sq9cam85ct]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-sq9cam85ct]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-sq9cam85ct] {
        justify-content: space-between;
    }

    .top-row[b-sq9cam85ct]  a, .top-row[b-sq9cam85ct]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sq9cam85ct] {
        flex-direction: row;
    }

    .sidebar[b-sq9cam85ct] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sq9cam85ct] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-sq9cam85ct]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-sq9cam85ct], article[b-sq9cam85ct] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* /Shared/CustomSortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-vcfpappi87] .sortable-ghost {
  visibility: hidden;
}

[b-vcfpappi87] .sortable-fallback {
  opacity: 1 !important
}
