html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-color: transparent; 
    background-image: url('../images/MTTTopLogo.svg'); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; 
    width: 120px;
    height: 120px;
}

.dx-datagrid-headers {
    white-space: normal;
}

.xaf-navmenu a .xaf-nav-link {
    text-decoration: revert !important;
}

.dxbl-btn.dxbl-pager-page-btn {
    border-radius: 50%; 
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white; 
    border: 1px solid #ccc; 
}

.dxbl-btn.dxbl-pager-active-page-btn {
    background-color: #78c2ad; 
    color: white;
}

.dxbl-text-edit {
    border-radius: 12px !important; 
    overflow: hidden; 
}

.dxbl-text-edit-input {
    border-radius: 12px !important; 
    border: none !important; 
    outline: none !important; 
}

.xaf-tab-header-button:focus,
.dxbl-btn:focus {
    outline: none !important; 
    box-shadow: none !important; 
}

.dxbl-btn.dxbl-toolbar-btn {
    border-radius: 10px !important; 
    overflow: hidden; 
}

.dxbl-btn.dxbl-btn-first,
.dxbl-btn.dxbl-btn-last {
    border-radius: 10px !important; 
}

.dxbl-dropdown-dialog {
    border-radius: 12px !important; 
    overflow: hidden; 
}

.dxbl-dropdown-body {
    border-radius: 12px !important; 
}

.dxbl-btn.dxbl-btn-secondary {
    border-radius: 12px !important; 
    overflow: hidden; 
}

/*.action-new-icon {
    background-image: url('/images/New.svg') !important;
    background-size: 20px 20px !important;*/ /* Fix size */
    /*background-repeat: no-repeat !important;
    background-position: center left !important;
    padding-left: 20px !important;*/ /* Adjust padding to make space for the icon */
/*}*/

/* Ensure icon size stays the same on hover */
/*.action-new-icon:hover {
    background-image: url('/images/New.svg') !important;
    background-size: 20px 20px !important;*/ /* No size changes on hover */
    /*background-repeat: no-repeat !important;
    background-position: center left !important;
    padding-left: 20px !important;
}*/

/* Ensure icon size stays the same on click/active */
/*.action-new-icon:active {
    background-image: url('/images/New.svg') !important;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
    background-position: center left !important;
    padding-left: 20px !important;
}*/

/* Ensure icon size stays the same on focus */
/*.action-new-icon:focus {
    background-image: url('/images/New.svg') !important;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
    background-position: center left !important;
    padding-left: 20px !important;
}

.action-refresh-icon {
    background-image: url('/images/Refresh.svg') !important;
    background-size: 20px 20px !important;*/ /* Fix size */
    /*background-repeat: no-repeat !important;
    background-position: center !important;
    padding-left: 20px !important;*/ /* Adjust padding to make space for the icon */
    /*padding-right: 20px !important;
}*/

/* Ensure icon size stays the same on hover */
/*.action-refresh-icon:hover {
    background-image: url('/images/Refresh.svg') !important;
    background-size: 20px 20px !important;*/ /* No size changes on hover */
    /*background-repeat: no-repeat !important;
    background-position: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}*/

/* Ensure icon size stays the same on click/active */
/*.action-refresh-icon:active {
    background-image: url('/images/Refresh.svg') !important;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}*/

/* Ensure icon size stays the same on focus */
/*.action-refresh-icon:focus {
    background-image: url('/images/Refresh.svg') !important;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.action-previous-icon {
    background-image: url('/images/Previous.svg') !important;
    background-size: 20px 20px !important;*/ /* Fix size */
    /*background-repeat: no-repeat !important;
    background-position: center !important;
    padding-left: 15px !important;*/ /* Adjust padding to make space for the icon */
    /*padding-right: 15px !important;
}*/

/* Ensure icon size stays the same on hover */
/*.action-previous-icon:hover {
    background-image: url('/images/Previous.svg') !important;
    background-size: 20px 20px !important;*/ /* No size changes on hover */
    /*background-repeat: no-repeat !important;
    background-position: center !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}*/

/* Ensure icon size stays the same on click/active */
/*.action-previous-icon:active {
    background-image: url('/images/Previous.svg') !important;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}*/

/* Ensure icon size stays the same on focus */
/*.action-previous-icon:focus {
    background-image: url('/images/Previous.svg') !important;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.action-next-icon {
    background-image: url('/images/Next.svg') !important;
    background-size: 20px 20px !important;*/ /* Fix size */
    /*background-repeat: no-repeat !important;
    background-position: center !important;
    padding-left: 15px !important;*/ /* Adjust padding to make space for the icon */
    /*padding-right: 15px !important;
}*/

/* Ensure icon size stays the same on hover */
/*.action-next-icon:hover {
    background-image: url('/images/Next.svg') !important;
    background-size: 20px 20px !important;*/ /* No size changes on hover */
    /*background-repeat: no-repeat !important;
    background-position: center !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}*/

/* Ensure icon size stays the same on click/active */
/*.action-next-icon:active {
    background-image: url('/images/Next.svg') !important;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}*/

/* Ensure icon size stays the same on focus */
/*.action-next-icon:focus {
    background-image: url('/images/Next.svg') !important;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.action-search-icon {
    background-image: url('/images/Search.svg') !important;
    background-size: 20px 20px !important;*/ /* Fix size */
    /*background-repeat: no-repeat !important;
    background-position: center !important;
    padding-left: 15px !important;*/ /* Adjust padding to make space for the icon */
    /*padding-right: 15px !important;
}*/

/* Ensure icon size stays the same on hover */
/*.action-search-icon:hover {
    background-image: url('/images/Search.svg') !important;
    background-size: 20px 20px !important;*/ /* No size changes on hover */
    /*background-repeat: no-repeat !important;
    background-position: center !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}*/

/* Ensure icon size stays the same on click/active */
/*.action-search-icon:active {
    background-image: url('/images/Search.svg') !important;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}*/

/* Ensure icon size stays the same on focus */
/*.action-search-icon:focus {
    background-image: url('/images/Search.svg') !important;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}*/


#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}


