app {
    position: relative;
    width: 100%;
    height: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
}

body {
    background: #f4f4f4;
    background-color: #f4f4f4;
}

main {
    flex: 1 1 auto;
}

    main > article {
        padding: 1em 2em;
    }


aside.vertical.sidebar.menu.products.wizard {
    width: 192px !important;
}

    aside.vertical.sidebar.menu.products.wizard > .menu > .item.step {
        text-align: left;
        line-height: 14px;
        padding: 17px 1.333333em;
    }


.wizard-step-title {
    font-weight: bold !important;
    color: #182A50!important;
}

.wizard-top-row {
    margin-top:12px;
}

.top-10 {
    margin-top: 10px;
}

.top-20 {
    margin-top: 20px;
}

.top-30 {
    margin-top: 30px;
}

.-mt-43px {
  margin-top: -43px !important;
}

.bottom-20 {
    margin-bottom: 20px;
}

.bottom-30 {
    margin-bottom: 30px;
}

.left-10 {
    margin-left: 10px;
}

.left-20 {
    margin-left:20px;
}

.right-10 {
    margin-right: 10px;
}

.right-20 {
    margin-right: 20px;
}

.wide-button {
    width:120px;
}

.wide-input {
    width:75%;
}

.full-wide-input {
    width: 100%;
}

.product.out-of-production {
    color: #808080 !important;
}

#blazor-license-warning {
    display: none;
    visibility: hidden;
    opacity: 0;
}

#blazor-error-ui {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    cursor: pointer;
}

#blazor-error-ui .dismiss {
    cusror:pointer;
}

.truncated-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.border-less {
    box-shadow: none !important;
    border: none!important;
}

.disabled-area {
    pointer-events: none;
    opacity: 0.4;
}

.drag-drop.file.uploader {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  opacity: 0.75;
}

.drag-drop.file.uploader > .text {
  top: 50%;
  position: relative;
  color: #fff
}

.e-rowcell.non-clickable {
    pointer-events: none !important;
}


.ui.vertical.sidebar.menu .item.loading {
  pointer-events: none;
  user-select: none;
}

/* Scrollbar for Firefox */
:root {
  scrollbar-color: #182A50 transparent !important;
  scrollbar-width: thin !important;
}

.overflow-auto,
.overflow-y-auto,
.overflow-x-auto,
main {
  scrollbar-width: thin !important;
}

/* Scrollbar */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #182A50;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

table > thead .checkbox {
  font-size: 1rem !important;
}

.no-padding .input.container {
  padding: 0;
}

.ui.modal {
    will-change: initial;
}
