.dx-drawer-panel-content {
    /* background-color: rgba(0, 136, 255, 0.5) !important; */
    background-color: #ebf4ff;
}

.panel-list .dx-list-item {
    color: #fff;
    //border-top: 1px solid rgba(221, 221, 221, 0.2);
    border-top: 1px solid rgba(0, 136, 255, 0.5);
}

.dx-drawer-panel-content {
    height: auto !important;
    width: 280;
}

.dx-overlay-content {
    background-color: lightgray;

}

.dx-list-item-icon {
    margin-right: 10px;
}
.dx-list .dx-empty-message, .dx-list-item {
    border-top: none;
  
}
#toolbar {
    padding: 5px 10px;
    position: fixed;
    top: 0;
    z-index: 1000;
}

#titlebar {
    background-color: var(--mml_c1);
    padding: 5px 10px;
}

#drawer {
    margin-top: 46px;
    position: fixed;
}
.dx-drawer-content {
   overflow: hidden;
}
.dx-drawer-shrink .dx-drawer-panel-content {
    overflow: auto;
}
.logo-title-bar {
    max-height: 32px;
    width: fit-content;
}

.dx-toolbar-button .dx-button {
    background-color: rgba(191, 191, 191, -0.15);
    border: none;
}

.dx-toolbar-button>.dx-toolbar-item-content {
    margin-left: -7px;
}
.footer_spacer{
    width: 100%;
    height: 20rem;
}


/*---------------------- Scroll Bar-----------------------------------------*/
::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 10px;
  }
  ::-webkit-scrollbar-button {
    height: 0;
    width: 0;
  }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 1px;
    min-height: 28px;
    padding: 100px 0 0;
    -webkit-box-shadow: inset 1px 1px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 rgb(0 0 0 / 7%);
    box-shadow: inset 1px 1px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 rgb(0 0 0 / 7%);
  }
  ::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 2px;
  }
  