:root{
    
}

[data-theme="dark"] {

}

.chat-block-left {flex-direction: row;}

h1.index-site-name.mb-4.display-1 {}

.container {
    /* overflow: auto; */
}

table thead tr {
    /* background-color: #d6d6d6; */
}

.page-item.active {
    background-color: red;
}

.btn-close {--bs-btn-close-bg: /frts;}

.cursor-pointer {
    cursor: pointer;
}

.w-0 {
    width: 0!important;
}

.menu-items-table tr:not(.selected) .item-remove{
    display:none;
}

.menu-items-table tr.selected .item-add{
    display:none;
}

.item-add-remove span{
    color:#9E9E9E;
}




/* prevent pull-to-refresh for Chrome 63+ */
body{
 
  overscroll-behavior-y: none;
      overscroll-behavior-x: none;
}


.btn-disabled {
    background-color: gray!important;
    color: #bcbcbc!important;
}


