html, body {
    height: 100%;
    overflow: auto;
}

app {
    display: block;
    height: 100%;
}

.bg-ticket-header {
    background-color: rgba(var(--bs-body-color-rgb), 5%);
}






.header-logo {
    flex-shrink: 0;
      background-color: currentColor;
    -webkit-mask: url('../images/Logo.svg');
    mask: url('../images/Logo.svg');
  /*  -webkit-mask-position: center;*/
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    width: 180px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.my-grid th {
    white-space: nowrap;
     }

.mr-1 {
    margin-right: 1rem !important;
}



.hiddenButtons .dxbs-editor-dropdown-button ~ button:nth-child(2n+1) {
    display: none;
}


.dx-datagrid-summary-item {
    font-weight: bold !important;
}



.dxbl-scroll-viewer-content {
    overflow-y: auto;
 /*   height: calc(100vh - 180px);*/
    max-height: calc(100vh - 180px);
}

    .dxbl-scroll-viewer-content table {
        width: 100%;    
    }

    .dxbl-scroll-viewer-content thead {
        position: sticky;  
        top: 0;  
        background-color: #fff;  
        z-index: 1;  
    }






/* Styles for the rest of the table */
table {
    width: 100%; /* Ensure the table takes the full width */
    border-collapse: collapse; /* Collapse table borders */
}

th, td {
    border: 1px solid #dddddd; /* Add borders to cells */
    padding: 8px; /* Add padding to cells */
    text-align: left; /* Align text to the left */
}
.sidebar {
    min-width: 220px;
    width: 220px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
}

.customTextEditor_h2 {
    font-size: 30px !important;
}

.customTextEditor_h1 {
    font-size: 20px !important;
}


.rtl-text-input {
    direction: rtl !important;
    text-align: right !important;
}

.ltr-text-input {
    direction: ltr !important;
    text-align: left !important;
}


