:root {
    --bs-navbar-padding-x: 15px !;
}



.margin-top-35 {
    margin-top: 35px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.padding-0 {
    padding: 0px !important;
}

.nav-logo-img {
    width: 160px;
}

.navbar-light {
    height: 80px;
    box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 15%);
}

.title {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 37px;
}

.h5 {
    font-family: 'Noto Serif';
}

.cursor-pointer {
    cursor: pointer;
}

.display-inline {
    display: inline;
}

.display-flex {
    display: flex;
}

.justify-content-space-evenly {
    justify-content: space-evenly;
}

.justify-content-space-between {
    justify-content: space-between;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-15 {
    padding: 15px 15px 15px 15px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

/* Style for the tree view */
ul.tree {
    list-style-type: none;
    padding: 0;
}

ul.tree li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
}

ul.tree li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}

ul.tree li:last-child::before {
    height: 16px;
    background-color: transparent;
}

/* Style for the node name */
.node-name {
    cursor: pointer;
}

/* Style for the nested nodes */
ul.nested {
    display: none;
    margin-left: 20px;
}

ul.active {
    display: block;
}

html,
body{
    height: 100%;
}

.stretched-height {
    height: 100%;
}

.stretched-width {
    width: 100%;
}

.vertical-scroll {
    overflow-y: auto;
}

.dx-menu-item-text {
    /* font-weight: bolder; */
}

.top-search-bar-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dx-menu-item-selected {
    font-weight: bolder;
    background-color: transparent !important;
}

#menu .dx-menu-item-text {
    font-size: 1.05rem;
}

.project-details-systems-switch {
    display: flex;
    justify-content: flex-start;
    align-content: center;
}

.items-align-right {
    display: flex;
    justify-content: end;
}

.items-align-left {
    display: flex;
    justify-content: start;
}

.items-align-center {
    display: flex;
    justify-content: center;
}

.margin-0 {
    margin: 0 !important;
}


.display-none {
    display: none;
}

.filler-container {
    display: flex;
    flex-direction: column;
}

.filler {
    flex: 1;
}

.no-link-style {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.no-link-style:hover {
    text-decoration: none;
    color: inherit;
}

.btn-delete {
    background-color: #ee6055 !important;
    color: #FFFFFF !important;
}


.slider-button {
    position: absolute;
    width: 1.5em;
    display: flex;
    height: 3em;
    bottom: 1em;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: silver;
    transition: all 0.5s ease;
}

.slider-button>i {
    font-size: 1.1rem;
}

.slider-button:hover {
    text-decoration: none;
}

.slider-button>i:hover {
    color: darkgray;
    cursor: pointer;
}

.slider-button-right {
    border-radius: 0 0.25em 0.25em 0;
}

.slider-button-left {
    border-radius: 0.25em 0 0 0.25em;
}

.slider-target {
    overflow: hidden;
    transition: all 1s ease;
}


.slider-main-panel {
    width: calc(100% - 5px) !important
}

.logo-main-page img {
    padding-right: 0px;
    padding-left: 0px;
}

.flex-align-items-center {
    align-items: center !important;
}

.flex-align-self-end {
    align-self: end !important;
}

.flex-align-items-end {
    display: flex !important;
    align-items: end !important;
    justify-content: end;
}

.btn-group {
    position: absolute;
    bottom: 50px;
}

.icon-company {
  background: url('/icons/factory.svg') no-repeat center center;
  width: 14px;
  height: 14px;
}

.icon-store {
  background: url(/icons/store.svg) no-repeat center center;
  width: 14px;
  height: 14px;
}


.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}


.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

/* Error handling banner */
#error-banner {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #dc3545; /* Bootstrap danger color */
    color: white;
    text-align: center;
    padding: 10px;
    z-index: 1050; /* High z-index to appear on top of other content */
    font-size: 1rem;
    border-top: 1px solid #b21f2d;
}

#error-banner-close {
    position: absolute;
    top: 5px;
    right: 15px;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
}

#error-banner-close:hover {
    color: #f8d7da; /* Lighter color on hover */
}
