.btn-icon-user {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("../images/Amplifier-2.svg");
    mask-image: url("../images/Amplifier-2.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
}


html, body {
    height: 100%;
    overflow: hidden;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
 
    -webkit-mask: url('../images/Logo.png');
    mask: url('../images/Logo.png');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 180px;
    height: 44px;
    
}

 

 
@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../images/webfonts/fa-brands-400.woff2") format("woff2"), url("../images/webfonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
    font-family: 'Titillium';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../images/webfonts/TitilliumWeb-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../images/webfonts/fa-regular-400.woff2") format("woff2"), url("../images/webfonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 6 Solid';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../images/webfonts/fa-solid-900.woff2") format("woff2"), url("../images/webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
    font-family: 'icon54com';
    src: url('../images/webfonts/icon54com.eot?uf6sbu');
    src: url('../images/webfonts/icon54com.eot?uf6sbu#iefix') format('embedded-opentype'), url('../images/webfonts/icon54com.ttf?uf6sbu') format('truetype'), url('../images/webfonts/icon54com.woff?uf6sbu') format('woff'), url('../images/webfonts/icon54com.svg?uf6sbu#icon54com') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Icon54';
    src: url('../images/webfonts/Icon54.eot?3tvhdh');
    src: url('../images/webfonts/Icon54.eot?3tvhdh#iefix') format('embedded-opentype'), url('../images/webfonts/Icon54.ttf?3tvhdh') format('truetype'), url('../images/webfonts/Icon54.woff?3tvhdh') format('woff'), url('../images/webfonts/Icon54.svg?3tvhdh#Icon54') format('svg');
    font-weight: normal;
    font-style: normal;
}

.view-caption-root
{
    width: 100% !important;
}

/*.col-form-label {
    color: blueviolet !important;
}

.dxbs-data-row {
    background-color: whitesmoke !important;
    box-shadow: 5px 10px #888888 !important;
}

.table-bordered td {
    border: 0px !important;
}

.table-bordered th {
    border: 0px !important;
}*/
/*.MyTimeLineViewCss .dxbs-sc-resources-scroll-area {
    width : 50px;
}
.MyTimeLineViewCss .dx-scheduler-cell-sizes-vertical {
    height: 20px;
}
.MyTimeLineViewCss dxbs-fl-group col-md-12 {
    height: 30px;
    
}


 
#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}
