/* /Components/AddPaymentMethodDialog.razor.rz.scp.css */

/* /Components/IndustrialPipesWidget.razor.rz.scp.css */

.widget[b-otouqjctbm] {
    height: 210px;
    width: 300px;
    margin: 10px;
    background: #fff;
    box-shadow: 1px 1px 5px #888;
}

.header[b-otouqjctbm] {
    cursor: pointer;
    padding: 10px;
    height: 20px;
    border-bottom: solid 1px #aaa; 
    font-weight: 600;
}

.description[b-otouqjctbm] {
    cursor: pointer;
    padding: 10px;
    height: 100px;
}

.footer[b-otouqjctbm] {
    height: 30px;
    display: flex;
    padding: 10px;
    padding-right: 10px;
    background: #f5f5f5;
    font-size: 14px;
    align-items: center;
}

.footer *:hover[b-otouqjctbm] {
    text-decoration: underline; /* Underline text on hover */
}

.footer[b-otouqjctbm]  button {
    border-radius: 0;
    background: #6c737a;
    border-color: #6c737a;
}

.footer[b-otouqjctbm]  button:hover {
    border-radius: 0;
    background: #5c636a;
    border-color: #5c636a;
}

.footer[b-otouqjctbm]  button:focus {
    border-radius: 0;
}

.footer[b-otouqjctbm]  button:active {
    background: #4c535a;
    border-color: #4c535a;
}
/* /Components/MainLayout.razor.rz.scp.css */


/*Background*/
.background[b-gkjngtb04s] {
    background: #f0f0f0;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

/*Header*/
.header[b-gkjngtb04s] {
    position: sticky;
    top: 0px;
    z-index: 10;
    display: flex;
    justify-content: end;
    height: 60px;
    align-items: center;
}

.header[b-gkjngtb04s]  button {
    background: none;
    border: none;
    color: #333;
    box-shadow: none;
    height: fit-content;
}

/*Help button*/
/*.header ::deep button:first-child {
    height: 25px;
    width: 25px;
    padding: 0px;
    display: flex;
    margin-right: 5px;
}

.header ::deep button:first-child img {
    width: 25px;
    height: 25px;
}*/

.header[b-gkjngtb04s]  button:focus {
    box-shadow: none;
}

.header[b-gkjngtb04s]  button span {
    display: none;
}

.header[b-gkjngtb04s]  .profile-card {
    margin: 0px;
}

/*Navigation sidebar*/
.navbar[b-gkjngtb04s] {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: start;
    width: 70px;
    padding: 0px;
    margin: 0px;
    height: 100%;
    z-index: 20;
}

.navbar img[b-gkjngtb04s] {
    width: 90%;
    margin: 5px;
}

.navbar[b-gkjngtb04s]  button img {
    width: 45px;
    margin: -10px;
}

.navbar[b-gkjngtb04s]  span {
    font-size: 15px;
}

.navbar[b-gkjngtb04s]  button {
    font-size: 10px;
}

.navbar[b-gkjngtb04s]  button {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: 7.5px;
    background: none;
    color: #333;
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

.navbar[b-gkjngtb04s]  button:hover {
    background: #0001;
    border-radius: 0px;
}

.navbar[b-gkjngtb04s]  button:active {
    background: #0002;
    border-radius: 0px;
}

/*Body*/
.body[b-gkjngtb04s] {
    height: calc(100vh - 60px);
    width: calc(100vw - 70px);
    margin-left: 70px;
    box-shadow: #ccc 0px 0px 5px 1px;
    background: #fff;
    overflow: auto;
}
/* /Components/PaymentWidget.razor.rz.scp.css */

.widget[b-etg2i9guxm] {
    height: 210px;
    width: 300px;
    margin: 10px;
    background: #fff;
    box-shadow: 1px 1px 5px #888;
}

.header[b-etg2i9guxm] {
    padding: 10px;
    height: 20px;
    border-bottom: solid 1px #aaa;
    font-weight: 600;
}

.description[b-etg2i9guxm] {
    padding: 10px;
    height: 100px;
}

.footer[b-etg2i9guxm] {
    height: 30px;
    display: flex;
    padding: 10px;
    padding-right: 10px;
    background: #f5f5f5;
    justify-content: space-between;
}

.footer[b-etg2i9guxm]  button {
    border-radius: 0;
    background: #6c737a;
    border-color: #6c737a;
    width: 48%;
    padding-left: 2px;
    padding-right: 2px;
}

.footer[b-etg2i9guxm]  button:hover {
    border-radius: 0;
    background: #5c636a;
    border-color: #5c636a;
}

.footer[b-etg2i9guxm]  button:focus {
    border-radius: 0;
}

.footer[b-etg2i9guxm]  button:active {
    background: #4c535a;
    border-color: #4c535a;
}

/* /Components/ProfileCard.razor.rz.scp.css */
/*ProfileCard*/
.profile-card[b-rhx5032s88] {
    margin-left: 20px;
    border: none;
    border-radius: 24px;
    height: 50px;
    display: flex;
}

.profile-details[b-rhx5032s88] {
    padding-right: 15px;
    height: 40px;
    margin: 4px;
}

.profile-image[b-rhx5032s88] {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: 4px;
}

div.profile-image[b-rhx5032s88] {
    align-content: center;
    background: #ccc;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 1px;
    text-align: center;
}

*[b-rhx5032s88] {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.company[b-rhx5032s88] {
    font-size: 12px;
}
/* /Components/StripePrice.razor.rz.scp.css */
.price-card[b-ptie79ebsx] {
    width: 260px;
    height: 600px;
    margin: max(calc(50vh - 400px), 10px);
    margin-right: 30px;
    margin-left: 30px;
    padding: 20px;
}

.header[b-ptie79ebsx] {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 50px;
}

.starting-tier-label[b-ptie79ebsx], .tier-label[b-ptie79ebsx] {
    color: #aaa;
    font-size: 12px;
}

.starting-tier[b-ptie79ebsx] {
    display: flex;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.starting-tier > div[b-ptie79ebsx] {
    font-size: 13px;
    font-weight: 500;
    margin-left: 5px;
    color: #aaa;
}

.tier-selection[b-ptie79ebsx] {
    margin-bottom: 30px;
}

.buttons[b-ptie79ebsx] {
    display: flex;
    margin-bottom: 30px;
}

.buttons[b-ptie79ebsx]  button {
    width: 100%;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
}

.features[b-ptie79ebsx] {
    font-size: 14px;
}

.features div[b-ptie79ebsx] {
    display: flex;
    align-items: center;
}

.features img[b-ptie79ebsx] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
/* /Components/SubscriptionWidget.razor.rz.scp.css */

.widget[b-5dcefy1w9h] {
    cursor: pointer;
    height: 210px;
    width: 300px;
    margin: 10px;
    background: #fff;
    box-shadow: 1px 1px 5px #888;
}

.header[b-5dcefy1w9h] {
    padding: 10px;
    height: 20px;
    border-bottom: solid 1px #aaa;
    font-weight: 600;
}

.description[b-5dcefy1w9h] {
    padding: 10px;
    height: 100px;
}

.description[b-5dcefy1w9h]  div:has(>svg) {
    height: 20px;
    margin-bottom: 10px;
}

.description .licens-progress > div:first-child[b-5dcefy1w9h] {
    display: flex;
    align-items: center;
}

.description .licens-progress > div:first-child h4[b-5dcefy1w9h] {
    margin-right: 5px;
}

.description .progress-container > div:last-child[b-5dcefy1w9h] {
    display: flex;  
    align-items: center;
    font-size: 12px;
}

.description .progress-container > div:last-child > div[b-5dcefy1w9h] {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 10px;
}

.description .used-licenses-box[b-5dcefy1w9h] {
    background: var(--oconsoft-red);
}

.description .unused-licenses-box[b-5dcefy1w9h] {
    background: #e9ecef;
}

.footer[b-5dcefy1w9h] {
    height: 40px;
    display: flex;
    padding: 5px;
    padding-right: 10px;
}
/* /Components/UserManagementWidget.razor.rz.scp.css */

.widget[b-3xo9mkira3] {
    height: 210px;
    width: 300px;
    margin: 10px;
    background: #fff;
    box-shadow: 1px 1px 5px #888;
}

.header[b-3xo9mkira3] {
    cursor: pointer;
    padding: 10px;
    height: 20px;
    border-bottom: solid 1px #aaa; 
    font-weight: 600;
}

.description[b-3xo9mkira3] {
    cursor: pointer;
    padding: 10px;
    height: 100px;
}

.footer[b-3xo9mkira3] {
    height: 30px;
    display: flex;
    padding: 10px;
    padding-right: 10px;
    background: #f5f5f5;
}

.footer[b-3xo9mkira3]  button {
    border-radius: 0;
    background: #6c737a;
    border-color: #6c737a;
}

.footer[b-3xo9mkira3]  button:hover {
    border-radius: 0;
    background: #5c636a;
    border-color: #5c636a;
}

.footer[b-3xo9mkira3]  button:focus {
    border-radius: 0;
}

.footer[b-3xo9mkira3]  button:active {
    background: #4c535a;
    border-color: #4c535a;
}
/* /Pages/CheckoutPage.razor.rz.scp.css */
.price-card[b-2j50ri48sa] {
    width: 550px;
    height: 600px;
    margin: auto;
    margin-top: max(calc(50vh - 400px), 10px);
    margin-bottom: max(calc(50vh - 400px), 10px);
    padding: 20px;
}

.header[b-2j50ri48sa] {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
    color: #aaa;
}

.price[b-2j50ri48sa] {
    display: flex;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.price > div[b-2j50ri48sa] {
    font-size: 13px;
    font-weight: 500;
    margin-left: 5px;
    color: #aaa;
}

i[b-2j50ri48sa] {
    margin-right: 5px;
}

.tier-info[b-2j50ri48sa], .subtotal[b-2j50ri48sa], .line[b-2j50ri48sa]{
    border-bottom: solid 1px #aaa;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.tier-info > div[b-2j50ri48sa], .subtotal > div[b-2j50ri48sa], .line > div[b-2j50ri48sa], .total[b-2j50ri48sa]{
    justify-content: space-between;
}

.tier-info div[b-2j50ri48sa], .subtotal div[b-2j50ri48sa], .line div[b-2j50ri48sa], .total[b-2j50ri48sa]{
    display: flex;
    align-items: center;
}

.tier-info[b-2j50ri48sa]  button {
    font-size: 10px;
    background: #ccc;
    border: none;
    color: #000;
    font-weight: 600;
    margin-right: 5px;
    box-shadow: none;
}

.tier-info[b-2j50ri48sa]  button:active {
    background: #aaa;
}

.tier-info[b-2j50ri48sa]  button span.e-icons {
    font-size: 10px;
    color: #000;
    font-weight: 600;
}

.tier-info > div:first-child[b-2j50ri48sa], .subtotal > div:first-child[b-2j50ri48sa], .line > div:first-child[b-2j50ri48sa], .total div[b-2j50ri48sa] {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}

.tier-info > div:first-child > div:first-child[b-2j50ri48sa], .subtotal > div:first-child > div:first-child[b-2j50ri48sa], .line > div:first-child > div:first-child[b-2j50ri48sa], .total div > div:first-child[b-2j50ri48sa] {
    max-width: 400px;
}

.tier-info > div:last-child[b-2j50ri48sa], .subtotal > div:last-child[b-2j50ri48sa], .line > div:last-child[b-2j50ri48sa] {
    color: #aaa;
    font-size: 13px;
}

.lines[b-2j50ri48sa] {
    margin-top: 50px;
}

.total[b-2j50ri48sa] {
    margin-bottom: 20px;
}

.price-card[b-2j50ri48sa]  > button {
    width: 100%;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
}

.payment-header[b-2j50ri48sa] {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}

.confirmation-icon[b-2j50ri48sa] {
    margin: auto;
    margin-top: max(calc(50vh - 270px), 10px);
    margin-bottom: max(calc(50vh + 30px), 10px);
    justify-items: center;
}

.confirmation-icon img[b-2j50ri48sa] {
    height: 150px;
    width: 150px;
}

.confirmation-icon div[b-2j50ri48sa] {
   font-weight: 600;
   font-size: 20px;
}


/*Default card styling*/
.payment-method[b-2j50ri48sa] {
    display: flex;
    background: #eaeaf5;
    padding: 10px;
    margin-bottom: 30px;
}

.payment-method div[b-2j50ri48sa] {
    margin-right: 10px;
    align-content: center;
}

.last-four[b-2j50ri48sa] {
    font-weight: 600;
    font-size: 14px;
    display: flex;
}

.last-four div[b-2j50ri48sa] {
    margin: 0px;
    margin-right: 3px;
}

.dots[b-2j50ri48sa] {
    -webkit-text-security: disc;
    letter-spacing: 2px;
}

.date[b-2j50ri48sa] {
    font-size: 10px;
}

.brand[b-2j50ri48sa] {
    text-transform: lowercase;
}

.brand[b-2j50ri48sa]::first-letter {
    text-transform: uppercase;
}

.brand-icon[b-2j50ri48sa] {
    display: flex;
    align-content: center;
}

.brand-icon img[b-2j50ri48sa]{
    margin: auto;
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 35px;
}

.payment-method > div:last-child[b-2j50ri48sa] {
    margin: auto;
    margin-right: 0px;
    background: #6bd;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 5px;
    border-radius: 4px;
}
/* /Pages/HomePage.razor.rz.scp.css */

.home[b-7aa7zb6ysv] {
    padding: 20px;
    background: #f8f8f8;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
}

.title[b-7aa7zb6ysv] {
    font-size: 25px;
    font-weight: 600;
}

.widget-container[b-7aa7zb6ysv] {
    margin-top: 20px;
    padding-top: 40px;
    border-top: #aaa 1px solid;
}

.widget-container .header[b-7aa7zb6ysv] {
    font-weight: 600;
}

.widgets[b-7aa7zb6ysv] {
    display: flex;
    flex-wrap: wrap;
    margin: 5px;
}
/* /Pages/InvoicesPage.razor.rz.scp.css */
/*All Projects List Styling*/
.background[b-mjs0al8h2j] {
    height: calc(100vh - 60px);
    width: calc(100% - 70px);
    position: absolute;
    background-image: url("Images/Building.png");
    background-repeat: no-repeat;
    background-size: cover;
    filter: opacity(80%) contrast(80%);
}

div:has(.invoice-list)[b-mjs0al8h2j] {
    max-width: 1600px;
    padding: 20px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

div[b-mjs0al8h2j]  .invoice-header {
    font-weight: 600;
    font-size: large;
    margin: auto;
}

div[b-mjs0al8h2j]  .invoice-list {
    padding: 10px;
    border: none;
    background: #fff;
}


/*Toolbar*/
div[b-mjs0al8h2j]  .e-toolbar .e-toolbar-item:has(.invoice-header) {
    cursor: default;
}

div[b-mjs0al8h2j]  .e-toolbar {
    background: none;
}

div[b-mjs0al8h2j]  .e-toolbar .e-toolbar-items {
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    justify-content: end;
    padding: 10px;
}

div[b-mjs0al8h2j]  .e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
    margin-left: 0px;
    margin-right: auto;
}

div[b-mjs0al8h2j]  .e-toolbar-item button.e-control.e-btn, div[b-mjs0al8h2j]  .e-toolbar-item button.e-control.e-btn:focus {
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid #ced4da 1px;
    background: none;
    color: #5c636a;
    box-shadow: none;
}

div[b-mjs0al8h2j]  .e-toolbar-item:hover button.e-control.e-btn {
    background: #ddd;
}

div[b-mjs0al8h2j]  .e-toolbar-item:active button.e-control.e-btn {
    background: #ccc;
}

div[b-mjs0al8h2j]  .e-toolbar-item:last-child {
    width: 40px;
    height: 40px;
}

div[b-mjs0al8h2j]  .e-toolbar-item:last-child button.e-control.e-btn {
    padding: 0px;
    background: var(--oconsoft-red);
    border: none;
    border-radius: 20px;
}

div[b-mjs0al8h2j]  .e-toolbar .e-toolbar-item:last-child button .e-icon, div[b-mjs0al8h2j]  .e-toolbar .e-toolbar-item:last-child button:hover .e-icon, div[b-mjs0al8h2j]  .e-toolbar .e-toolbar-item:last-child button:focus .e-icon, div[b-mjs0al8h2j]  .e-toolbar .e-toolbar-item:last-child button:active .e-icon {
    color: #fff;
    font-weight: 600;
    font-size: small;
}

div[b-mjs0al8h2j]  .e-toolbar .e-toolbar-item:last-child button:hover {
    background: var(--oconsoft-red-darker);
}

div[b-mjs0al8h2j]  .e-toolbar .e-toolbar-item:last-child button:active {
    background: var(--oconsoft-red-darkest);
}




/*Row And Header*/
div[b-mjs0al8h2j]  .e-filtermenudiv {
    display: none;
}

div[b-mjs0al8h2j]  .e-rowcell > div {
    display: flex;
    align-items: center;
}

div[b-mjs0al8h2j]  .e-rowcell div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

div[b-mjs0al8h2j]  .e-rowcell > div img {
    width: auto;
    height: 30px;
}

div[b-mjs0al8h2j]  .e-rowcell .info {
    margin-left: 10px;
}

div[b-mjs0al8h2j]  .e-grid .e-toolbar {
    border: none;
}

div[b-mjs0al8h2j]  .e-grid td.e-focused.e-rowcell, div[b-mjs0al8h2j]  .e-grid .e-gridheader th.e-focused {
    box-shadow: none;
}

div[b-mjs0al8h2j]  .e-grid td, div[b-mjs0al8h2j]  .e-gridheader {
    border: none;
    border-bottom: #aaa 1px solid;
}


/*Delete Button*/
div[b-mjs0al8h2j]  td button.e-btn, div[b-mjs0al8h2j]  td .e-btn:focus {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    color: #333;
    border: none;
    box-shadow: none;
    padding: 4px;
}

div[b-mjs0al8h2j]  td button:hover, div[b-mjs0al8h2j]  td .e-btn:focus:hover {
    background: #ddd;
    color: #333;
}

div[b-mjs0al8h2j]  td button:active, div[b-mjs0al8h2j]  td .e-btn:focus:active {
    background: #ccc;
}

div[b-mjs0al8h2j]  .e-rowcell:has(button) {
    cursor: default;
}

div[b-mjs0al8h2j]  td button .e-caret {
    display: none;
}

div[b-mjs0al8h2j]  td button .e-btn-icon.e-icon-left {
    margin: 0px;
    font-size: 16px;
}

/*Spinner*/
div[b-mjs0al8h2j]  .invoice-list .spinner-container {
    height: 30px;
}
/* /Pages/ProductsPage.razor.rz.scp.css */
.page[b-4i2xj03c69] {
    width: 100%;
    justify-items: center;
}

.prices-container[b-4i2xj03c69] {
    display: flex;
    flex-wrap: wrap;
    margin: 5px;
}

.header[b-4i2xj03c69]{
    margin-top: 40px;
    font-size: 40px;
    font-weight: 600;
}
/* /Pages/SubsciptionsPage.razor.rz.scp.css */
/*All Projects List Styling*/
.background[b-wdbwh39drd] {
    height: calc(100vh - 60px);
    width: calc(100% - 70px);
    position: absolute;
    background-image: url("Images/Building.png");
    background-repeat: no-repeat;
    background-size: cover;
    filter: opacity(80%) contrast(80%);
}

div:has(.subscription-list)[b-wdbwh39drd] {
    max-width: 1600px;
    padding: 20px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

div[b-wdbwh39drd]  .subscription-header {
    font-weight: 600;
    font-size: large;
    margin: auto;
}

div[b-wdbwh39drd]  .subscription-list {
    padding: 10px;
    border: none;
    background: #fff;
}

div[b-wdbwh39drd]  .e-filterbar {
    display: none;
}


/*Toolbar*/
div[b-wdbwh39drd]  .e-toolbar .e-toolbar-item:has(.subscription-header) {
    cursor: default;
}

div[b-wdbwh39drd]  .e-toolbar {
    background: none;
}

div[b-wdbwh39drd]  .e-toolbar .e-toolbar-items {
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    justify-content: end;
    padding: 10px;
}

div[b-wdbwh39drd]  .e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
    margin-left: 0px;
    margin-right: auto;
}

div[b-wdbwh39drd]  .e-toolbar-item button.e-control.e-btn, div[b-wdbwh39drd]  .e-toolbar-item button.e-control.e-btn:focus {
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid #ced4da 1px;
    background: none;
    color: #5c636a;
    box-shadow: none;
}

div[b-wdbwh39drd]  .e-toolbar-item:hover button.e-control.e-btn {
    background: #ddd;
}

div[b-wdbwh39drd]  .e-toolbar-item:active button.e-control.e-btn {
    background: #ccc;
}

div[b-wdbwh39drd]  .e-toolbar-item:last-child {
    width: 40px;
    height: 40px;
}

div[b-wdbwh39drd]  .e-toolbar-item:last-child button.e-control.e-btn {
    padding: 0px;
    background: var(--oconsoft-red);
    border: none;
    border-radius: 20px;
}

div[b-wdbwh39drd]  .e-toolbar .e-toolbar-item:last-child button .e-icon, div[b-wdbwh39drd]  .e-toolbar .e-toolbar-item:last-child button:hover .e-icon, div[b-wdbwh39drd]  .e-toolbar .e-toolbar-item:last-child button:focus .e-icon, div[b-wdbwh39drd]  .e-toolbar .e-toolbar-item:last-child button:active .e-icon {
    color: #fff;
    font-weight: 600;
    font-size: small;
}

div[b-wdbwh39drd]  .e-toolbar .e-toolbar-item:last-child button:hover {
    background: var(--oconsoft-red-darker);
}

div[b-wdbwh39drd]  .e-toolbar .e-toolbar-item:last-child button:active {
    background: var(--oconsoft-red-darkest);
}




/*Row And Header*/
div[b-wdbwh39drd]  .e-filtermenudiv {
    display: none;
}

div[b-wdbwh39drd]  .e-rowcell > div {
    display: flex;
    align-items: center;
}

div[b-wdbwh39drd]  .e-rowcell > div img {
    width: auto;
    height: 30px;
}

div[b-wdbwh39drd]  .e-rowcell .info {
    margin-left: 10px;
}

div[b-wdbwh39drd]  .e-grid .e-toolbar {
    border: none;
}

div[b-wdbwh39drd]  .e-grid td.e-focused.e-rowcell, div[b-wdbwh39drd]  .e-grid .e-gridheader th.e-focused {
    box-shadow: none;
}

div[b-wdbwh39drd]  .e-grid td, div[b-wdbwh39drd]  .e-gridheader {
    border: none;
    border-bottom: #aaa 1px solid;
}


/*Delete Button*/
div[b-wdbwh39drd]  td button.e-btn, div[b-wdbwh39drd]  td .e-btn:focus {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    color: #333;
    border: none;
    box-shadow: none;
    padding: 4px;
}

div[b-wdbwh39drd]  td button:hover, div[b-wdbwh39drd]  td .e-btn:focus:hover {
    background: #ddd;
    color: #333;
}

div[b-wdbwh39drd]  td button:active, div[b-wdbwh39drd]  td .e-btn:focus:active {
    background: #ccc;
}

div[b-wdbwh39drd]  .e-rowcell:has(button) {
    cursor: default;
}

div[b-wdbwh39drd]  td button .e-caret {
    display: none;
}

div[b-wdbwh39drd]  td button .e-btn-icon.e-icon-left {
    margin: 0px;
    font-size: 16px;
}

/*Spinner*/
div[b-wdbwh39drd]  .subscription-list .spinner-container {
    height: 30px;
}
/* /Pages/SupportPage.razor.rz.scp.css */
.support-container[b-c7ty6iywbf] {
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    min-width: 250px;
    min-height: 750px;
    width: 70%;
    height: calc(100% - 80px);
    border-left: solid #000 1px;
    border-right: solid #000 1px;
    display: flex;
    flex-direction: column;
}

.support-container .contact-info[b-c7ty6iywbf] {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: solid #000 1px;
}

.contact-info .header[b-c7ty6iywbf] {
    font-weight: 600;
}

.support-container iframe[b-c7ty6iywbf] {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1.7786;
}

/* /Pages/UsersPage.razor.rz.scp.css */
/*All Projects List Styling*/
.background[b-knhh3i181l] {
    height: calc(100vh - 60px);
    width: calc(100% - 70px);
    position: absolute;
    background-image: url("Images/Building.png");
    background-repeat: no-repeat;
    background-size: cover;
    filter: opacity(80%) contrast(80%);
}

div:has(.users-list)[b-knhh3i181l] {
    max-width: 1600px;
    padding: 20px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

div[b-knhh3i181l]  .users-header {
    font-weight: 600;
    font-size: large;
    margin: auto;
}

div[b-knhh3i181l]  .users-list {
    padding: 10px;
    border: none;
    background: #fff;
}


/*Toolbar*/
div[b-knhh3i181l]  .e-toolbar .e-toolbar-item:has(.users-header) {
    cursor: default;
}

div[b-knhh3i181l]  .e-toolbar {
    background: none;
}

div[b-knhh3i181l]  .e-toolbar .e-toolbar-items {
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    justify-content: end;
    padding: 10px;
}

div[b-knhh3i181l]  .e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
    margin-left: 0px;
    margin-right: auto;
}

div[b-knhh3i181l]  .e-toolbar-item button.e-control.e-btn, div[b-knhh3i181l]  .e-toolbar-item button.e-control.e-btn:focus {
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid #ced4da 1px;
    background: none;
    color: #5c636a;
    box-shadow: none;
}

div[b-knhh3i181l]  .e-toolbar-item:hover button.e-control.e-btn {
    background: #ddd;
}

div[b-knhh3i181l]  .e-toolbar-item:active button.e-control.e-btn {
    background: #ccc;
}

div[b-knhh3i181l]  .e-toolbar-item:last-child {
    width: 40px;
    height: 40px;
}

div[b-knhh3i181l]  .e-toolbar-item:last-child button.e-control.e-btn {
    padding: 0px;
    background: var(--oconsoft-red);
    border: none;
    border-radius: 20px;
}

div[b-knhh3i181l]  .e-toolbar .e-toolbar-item:last-child button .e-icon, div[b-knhh3i181l]  .e-toolbar .e-toolbar-item:last-child button:hover .e-icon, div[b-knhh3i181l]  .e-toolbar .e-toolbar-item:last-child button:focus .e-icon, div[b-knhh3i181l]  .e-toolbar .e-toolbar-item:last-child button:active .e-icon {
    color: #fff;
    font-weight: 600;
    font-size: small;
}

div[b-knhh3i181l]  .e-toolbar .e-toolbar-item:last-child button:hover {
    background: var(--oconsoft-red-darker);
}

div[b-knhh3i181l]  .e-toolbar .e-toolbar-item:last-child button:active {
    background: var(--oconsoft-red-darkest);
}




/*Row And Header*/
div[b-knhh3i181l]  .e-filtermenudiv {
    display: none;
}

div[b-knhh3i181l]  .e-rowcell > div {
    display: flex;
    align-items: center;
}

div[b-knhh3i181l]  .e-rowcell > div img {
    width: auto;
    height: 30px;
}

div[b-knhh3i181l]  .e-rowcell .info {
    margin-left: 10px;
}

div[b-knhh3i181l]  .e-grid .e-toolbar {
    border: none;
}

div[b-knhh3i181l]  .e-grid td.e-focused.e-rowcell, div[b-knhh3i181l]  .e-grid .e-gridheader th.e-focused {
    box-shadow: none;
}

div[b-knhh3i181l]  .e-grid td, div[b-knhh3i181l]  .e-gridheader {
    border: none;
    border-bottom: #aaa 1px solid;
}


/*Delete Button*/
div[b-knhh3i181l]  td button.e-btn, div[b-knhh3i181l]  td .e-btn:focus {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    color: #333;
    border: none;
    box-shadow: none;
    padding: 4px;
}

div[b-knhh3i181l]  td button:hover, div[b-knhh3i181l]  td .e-btn:focus:hover {
    background: #ddd;
    color: #333;
}

div[b-knhh3i181l]  td button:active, div[b-knhh3i181l]  td .e-btn:focus:active {
    background: #ccc;
}

div[b-knhh3i181l]  .e-rowcell:has(button) {
    cursor: default;
}

div[b-knhh3i181l]  td button .e-caret {
    display: none;
}

div[b-knhh3i181l]  td button .e-btn-icon.e-icon-left {
    margin: 0px;
    font-size: 16px;
}

/*Spinner*/
div[b-knhh3i181l]  .users-list .spinner-container {
    height: 30px;
}
