html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    background-image: url('../images/LogoLight.svg');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 30px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

#main-view-content{
    /*background-color: #3d3d3d;*/
    padding: 15px;
}

.main-content > .grid-content dxbl-grid {
    height: calc(100vh - 130px) !important;
}

.header{
    background: linear-gradient(27deg, rgb(59 59 59) 28%, rgba(0, 164, 160, 1) 97%);
    color: #ffffff;
}

.sidebar{
    width: 350px;
    min-width: 350px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 60%);
}

.dxbl-grid-table tr:nth-child(2n+0){
    background-color: #d9d9d924;
}

.dxbl-grid-table tr:hover{
    background-color: #008f8b24;
}

.dxbl-grid-table tr td {
    padding: 5px !important;
    border-left: 0 !important;
    height: 60px !important;
}

.dxbl-grid-table.col-highlight-1 tr td:nth-child(1),
.dxbl-grid-table.col-highlight-2 tr td:nth-child(2),
.dxbl-grid-table.col-highlight-3 tr td:nth-child(3),
.dxbl-grid-table.col-highlight-4 tr td:nth-child(4),
.dxbl-grid-table.col-highlight-5 tr td:nth-child(5),
.dxbl-grid-table.col-highlight-6 tr td:nth-child(6),
.dxbl-grid-table.col-highlight-7 tr td:nth-child(7),
.dxbl-grid-table.col-highlight-8 tr td:nth-child(8),
.dxbl-grid-table.col-highlight-9 tr td:nth-child(9),
.dxbl-grid-table.col-highlight-10 tr td:nth-child(10){
    font-weight: 700;
}

.dxbl-accordion .dxbl-accordion-group:not(.dxbl-disabled):not(:disabled):not(.dxbl-accordion-filter):not(.dxbl-active) > .dxbl-accordion-group-header {
    color: #ffffff;
    background: linear-gradient(42deg, rgb(0 93 94) 46%, rgb(0 167 163) 100%);
}

.dxbl-grid>.dxbl-scroll-viewer>.dxbl-scroll-viewer-content>.dxbl-grid-table>thead {
    background-color: #00a09c;
    color: #ffffff;
}

 .dxbl-btn-primary, .dxbl-btn-secondary{
    background-color: #ea8944;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 16px;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 #c9c9c9;
    letter-spacing: .7px;
}

.dxbl-btn-primary:hover, .dxbl-btn-primary:active, .dxbl-btn-primary:visited, .dxbl-btn-primary.dxbl-active {
    background-color: #ffffff !important;
    color: #212529 !important;
}

.dxbl-btn-secondary:not(:hover):not(.dxbl-disabled) img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4591%) hue-rotate(214deg) brightness(108%) contrast(102%) !important;
}

.dxbl-tabs-item.dxbl-active {
    background-color: #005d5e !important;
    color: #ffffff !important;
}

.dxbl-tabs-item.dxbl-active:after {
    background-color: #00a4a0 !important; 
}

.dxbl-tabs-tablist{
    margin: 5px 0 15px 0;
}

.dxbl-fl-cpt {
    color: #000000 !important;
    font-size: 14px;
    font-weight: 600 !important;
}

.main-content .dxbl-group {
    border: 0;
}

.main-content .dxbl-group {
    margin-bottom: 35px;
}

.main-content .dxbl-group-header{
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    color: #005d5e;
    padding: 5px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.main-content .dxbl-group-body{
    background: #f7f7f7;
}

.main-content th.dxbl-grid-header {
    height: 55px !important;
}

.content-categories-check-box-list .dxbl-list-box {
    min-height: calc(100vh - 260px);
}

.dxbl-html-editor{
    height: 600px;
}

    .dxbl-html-editor .dx-htmleditor-content p {
        margin-bottom: 28px !important;
        line-height: 24px !important;
    }

.richtext-edit-height-200 .xaf-richedit, .richtext-edit-height-200 .dxbl-html-editor {
    height: 200px;
}

.product-image-preview img{
    height: 200px;
}

.align-action-right .dxbl-btn-toolbar{
    display: flex;
    justify-content: flex-end !important;
}

.align-action-right .dxbl-toolbar-placeholder{
    display: none !important;
}