@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/OrderProcessing/Pages/Shared/_3DEditorLayout.cshtml.rz.scp.css */
*[b-js6ezagp9l] {
    margin: 0;
    padding: 0;
}

html[b-js6ezagp9l], body[b-js6ezagp9l] {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

canvas[b-js6ezagp9l] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Ensure the canvas is in the background */
}

.control[b-js6ezagp9l] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10; /* Ensure the controls are above the canvas */
    background-color: rgba(255, 255, 255, 0.8); /* Slightly transparent background */
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px; /* Spacing between controls */
    width: 80px; /* Set the width of the inputs */
    box-sizing: border-box; /* Ensure padding is included in the width */
}

    .control:nth-child(2)[b-js6ezagp9l] {
        left: 100px; /* Position the second control to the right of the first */
    }

    .control:nth-child(3)[b-js6ezagp9l] {
        left: 190px; /* Position the third control to the right of the second */
    }

.context-menu[b-js6ezagp9l] {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    display: none; /* Initially hidden */
    z-index: 20; /* Above the canvas */
}

    .context-menu button[b-js6ezagp9l] {
        display: block;
        width: 100%;
        padding: 5px;
        margin: 5px 0;
        cursor: pointer;
    }
/* _content/OrderProcessing/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-bghgi8w1q2] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-bghgi8w1q2] {
  color: #0077cc;
}

.btn-primary[b-bghgi8w1q2] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-bghgi8w1q2], .nav-pills .show > .nav-link[b-bghgi8w1q2] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-bghgi8w1q2] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-bghgi8w1q2] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-bghgi8w1q2] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-bghgi8w1q2] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-bghgi8w1q2] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
