html, body {
    height: 100%;
}

.hiddenButtons .dxbs-editor-dropdown-button ~ button:nth-child(2n+1) {
    display: none;
}

.upper-case{
    text-transform:uppercase;
}

app {
    display: block;
    height: 100%;

}
.MyAlternateStyle table tbody tr:nth-child(odd) 
{
    background-color: lightgray;
}


/* Menu Groups */

.dxbl-accordion-group:not(.dxbl-disabled):not(.dxbl-accordion-filter):not(.dxbl-active) > .dxbl-accordion-group-header {
    cursor: pointer;
    /*background-color: white;*/
}

.dxbl-accordion-group-header .xaf-nav-link {
    font-weight: 400;
    font-size: inherit;
}


/* Menu Links */

.dxbl-accordion-group .clickable-xaf-nav-item > a .xaf-nav-link, .clickable-xaf-nav-item > div > a .xaf-nav-link {
    text-decoration: none;
    font-weight: 400;
    font-size: inherit;
    /*color: black;*/
}

    .dxbl-accordion-group .clickable-xaf-nav-item > a .xaf-nav-link, .clickable-xaf-nav-item > div > a .xaf-nav-link has-children {
        text-decoration: none;
        font-weight: 400;
        font-size: inherit;
        /*color: black;*/
    }

/* Filter */

.dxbl-accordion-group > .dxbl-accordion-group-header {
    cursor: pointer;
    /*background-color: white;*/
}


/* Menu Child Items */

.dxbl-accordion > nav > .dxbl-accordion-group > .dxbl-accordion-group-body .dxbl-accordion-item {
    --dx-accordion-expand-width: 1rem;
    /*background-color: aliceblue;*/
    font-size: small;
}

.dxbl-accordion-group .dxbl-accordion-item-content > .dxbl-accordion-item-text-container > .dxbl-text {
    --dxbl-text-padding-x: 0;
    font-size: 10px;
    line-height: inherit;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.header-logo {
    flex-shrink: 0;
    background-image: url(../images/Logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 185px;
    height: 64px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}
.loading-image {
    width: 95px;
    height:75px;
}
#videoElement {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Kamerayı boşluk bırakmadan kutuya yayar */
    border-radius: 8px;
}
/*@media (max-width: 1320px) {
    app .header-left-side .header-logo {
        display: flex !important;
    }

    app .sidebar {
        display: none !important;
    }

    app .collapse-toggle .sidebar {
        display: flex !important;
    }

    app .collapse-toggle .header-left-side {
        min-width: 300px;
    }
}*/