﻿
:root {
    --menu-color: #f21600;
    --active-color: black;
    --bs-primary: var(--menu-color);
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 100vh;
    line-height: normal;
    margin: 0px;
}

.bg-primary {
    background-color: var(--menu-color) !important;
}

a, .btn-link {
    color: #ffffff;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: var(--menu-color);
    border-color: #ced4da;
}

.btn3D {
    height: 40px;
    font-size: 20px;
}

.label3d {
    margin-top: -1em;
    color: black;
    font-weight: bold;
}

.input3d {
    min-width: 18px;
    margin-top: -1em;
    text-align: right;
    background-color: rgba(255, 255, 255, 0.2);
    border: 0;
}

.vr {
    border-left: 1px solid darkgrey;
}

hr {
    margin: 0px;
}

.vr-footer {
    border-left: 1.5px solid darkgrey;
    height: 35px;
}

.modal-dialog {
    max-width: 100%;
    overflow-y: initial !important;
}

.modal-header {
    padding-top: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-content {
    margin: auto;
    min-height: 300px;
}

.modal-body {
    max-height: 80vh;
    padding: 0;
}

.modal-row {
    min-height: 0;
}

select:focus-visible {
    outline-color: var(--menu-color);
}

#start {
    display: table;
    height: 100%;
}

.bg-base {
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
}

.bg-top {
    background-color: #eee;
}

.navbar-main {
    background-color: #1c429c;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
}

.carousel-item img {
    max-height: 35vh;
}

.navbar-secondary {
    background-color: #2EA3F2;
    justify-content: center;
}

    .navbar-secondary .nav-item {
        margin-right: 15px;
    }

.anchorDesign-row,
.login-bg {
    display: table-row;
    height: 100%;
    background-image: url("../Header/CFiX-bg.jpg");
}

.login-link a {
}

.anchorDesign-body {
    padding-top: 10px;
    display: flex;
}

.anchorDesign-btn {
    display: flex;
    flex-direction: row;
}

.account-bg {
    background-image: url("../Header/CFiX-bg.jpg");
}

.account {
    display: table;
    height: 100%;
    width: 100%;
}

.form-center {
    width: 50%;
    max-width: 500px;
    margin: auto;
}

.anchorDesign-btn,
.customer-btn {
    margin: 5px;
    background: rgba(255, 255, 255, 0.4);
}

.customer-btn {
    width: 200px;
}

    .customer-btn img {
        width: 100%;
    }

.bg-menu {
    background-color: var(--menu-color);
}

.scrolldown {
    /*display: flex;
    flex-direction: inherit;*/
    /*overflow-x:auto;*/
    overflow-x: hidden;
    overflow-y: auto;
}

.menu-tab {
    display: flex;
    flex-direction: row;
}

.menu-group {
    height: 104px;
    border: 1px solid #dfdfdf;
    /*border-color: var(--menu-color);*/
    border-radius: 0.1rem;
    width: fit-content;
    margin-right: 2px;
}

.menu-child {
    margin: 1px;
}

.menu-title {
    font-size: small;
    width: auto;
    text-align: center;
    color: white;
    background-color: var(--menu-color);
    margin: 0px;
    padding: .2em;
}

.form-check .form-check-label {
    margin-top: 3px;
}


.menu-field {
    color: black;
    height: 80px;
    margin-left: 1px;
    margin-right: 1px;
}

.menu-input-group.input-group-sm {
    padding: 0.5px;
    margin: 0.5px;
}

.menu-field .input-group-text,
.menu-field .form-select,
.menu-field .form-control,
.menu-field .btn,
.menu-field .menu-input-group > input {
    font-size: 11px;
    padding: 0.15rem 0.4rem;
}

.menu-field .btn {
    height: 100%;
}

.menu-field > .btn,
.menu-field .col > .btn {
    width: 100%;
}

.menu-field .col > select,
.menu-field .col > .form-check {
    margin-bottom: 3px;
}

    .menu-input-group.form-check {
        margin-bottom: 0px;
    }

.menu-input-group .form-check-label {
    padding-left: 5px;
    padding-top: 5px;
}

.menu-field .menu-input-group > input.form-check-input {
    font-size: 16px;
    margin-left: -0.8em;
}

.btn-with-image {
    background-color: white;
    border: 1px solid #ced4da;
    font-size: 11px;
    padding: 0.15rem 0.4rem;
}

.input-group-text {
    text-align: start;
}

.label-w60 {
    min-width: 60px;
}

.label-w80 {
    min-width: 80px;
}

.label-w100 {
    min-width: 100px;
}

.label-w110 {
    min-width: 110px;
}

.label-w120 {
    min-width: 120px;
}

.label-w140 {
    min-width: 140px;
}

.form-check-input:checked {
    background-color: var(--menu-color);
    border-color: var(--menu-color);
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem var(--menu-color);
}

.custom-range::-webkit-slider-thumb {
    background: var(--menu-color);
}

.custom-range::-webkit-slider-runnable-track {
    background-color: white;
}

.custom-range::-moz-range-track {
    background-color: white;
}

sub {
    font-size: .9em;
    bottom: -.4em;
}

.menu-field > .row,
.menu-field .dropdown {
    height: 100%;
}

.menu-field .dropdown .btn {
    text-align: center;
}

.menu-field .btn > img {
    vertical-align: middle;
    padding-bottom: 5px;
}

.content-top {
    display: inline-block;
    vertical-align: top !important;
}

.menu-input-group > .btn {
    color: black;
    background-color: darkgray;
    font-size: 11px;
}

.menu-input-popup > .btn {
    color: transparent;
    font-size: 12px;
}

.parent {
    display: grid;
    flex-flow: row;
}

.dropdown-filter-lg {
    width: 850px;
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0.5rem !important;
}

.dropdown-n {
    /*width: 550px;*/
    width: 400px;
    max-height: 75vh;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0.5rem !important;
}

    .dropdown-n > .dropdown-header,
    .dropdown-filter-lg > .dropdown-header {
        color: white;
        background-color: var(--menu-color);
        padding: 2px;
    }

    .dropdown-n .side-tab {
        max-height: 60vh;
    }

.dropdown-header {
    border-start-start-radius: 0.25rem;
    border-start-end-radius: 0.25rem;
}

.filter-row {
    display: flex;
    flex-direction: row;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.dropdown {
    /*position: static;*/
    /*z-index: 1000;*/
    /*position: absolute;*/
}

.dropdown-overflow {
    position: static;
}

.dropdown-menu {
    /*padding-left: 2px;
    padding-right: 2px;*/
}

    .dropdown-menu > li {
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
        margin: 1px;
    }

        .dropdown-menu > li > button {
            width: 100%;
            text-align: left;
            display: flex;
            flex-direction: row;
            align-items: center;
        }

            .dropdown-menu > li > button > img {
                margin-right: 10px;
            }

.flex-row-center {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.text-title {
    text-align: start;
    text-size-adjust: inherit;
    background: border-box;
    background-color: lightgrey;
    padding-left: 5px;
    margin-top: 2px;
}

.btn-left {
    text-align: left !important;
    padding-right: 0px;
}

.btn-text {
    padding-left: 1px;
    padding-right: 3px;
}

.btn-image {
    margin-right: 0.5rem;
}

.btn:hover {
    /*color: white;*/
    background-color: lightgrey;
    border-color: darkgray;
}

.btn:disabled {
    border-color: gray;
}

.btn-check:focus + .btn {
    outline: 0;
    box-shadow: 0 0 0 0.1rem var(--menu-color);
}

i.btn {
    font-size: smaller;
}

.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
    border: 1px solid #ced4da;
    border-bottom: 2px solid var(--menu-color);
    /*border-color: var(--menu-color);*/
    /*box-shadow: 0 0 0 0.1rem var(--menu-color);*/
    font-weight: bolder;
}

input:focus-visible {
    /*outline: 0;*/
    outline-color: var(--menu-color);
    font-weight: bolder;
    /*border: 1px solid;
    border-color: var(--sst-color);*/
}

.nav-menu, .nav-menu-sm {
    color: black;
    font-size: 12px;
    padding: 0px;
}

    .nav-menu.active, .nav-menu-sm.active {
        background-color: #f21600 !important;
    }

.nav-link-text {
    background-color: #fafafa;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 2px;
    padding: 0.5em 1em;
}

.nav-link:hover {
    background-color: lightgrey;
    color: black;
}

.nav-link:disabled {
    opacity: 0.4 !important;
}


.side {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.side-tabs {
    flex: 1 1 auto;
    min-height: 0px;
}

.side-nav {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.side-tab {
    height: 100%;
    min-height: 0px;
    overflow-y: auto;
}

    .side-tab > .tab-content > .tab-pane {
        height: 100%;
    }

.btn-c {
    width: 100%;
    text-align: left;
}
.btn-c:focus {
    box-shadow: none;
}

.result-content {
    background-color: white;
    padding: 3px;
}

    .result-content th {
        font-size: .7rem;
    }

.accordion-button {
    background-color: lightgray;
    padding: 5px;
}

    .accordion-button:not(.collapsed) {
        background-color: lightgray;
        color: black;
        /*color: var(--menu-color);*/
    }

        .accordion-button:not(.collapsed)::after {
            filter: invert(21%) sepia(96%) saturate(6191%) hue-rotate(5deg) brightness(95%) contrast(106%);
        }

.result-dropdown {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 20px !important;
    background-color: lightgray;
}

.progress {
    position: relative;
    font-size: 12px;
    height: 15px;
}

.progress-bar {
    overflow: hidden;
    height: 100%;
    z-index: 2;
    text-align: right;
    padding-right: 2px;
    /*text-indent: 3px;*/
}

.progress-label {
    color: green;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*font-weight: bold;*/
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    text-indent: 3px;
}

.tab-content {
    overflow-x: hidden;
}

.scroll-container {
    /*The overflow will cut all dropdowns; solution is here https://stackoverflow.com/questions/31829312/bootstrap-dropdown-clipped-by-overflowhidden-container-how-to-change-the-conta*/
    overflow: hidden;
}

.scroll-button {
    /*width: 30px;*/
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: rgb(250, 250, 250);
    border-color: rgb(242, 22, 0);
    border-style: solid;
    border-width: 1px;
}

    .scroll-button:hover {
        background-color: rgb(235, 235, 235);
    }

.scroll-right > div {
    background-image: url("./imgs/dhxtabbar_material/dhxtabbar_arrows.png");
    background-position: -16px 0px;
    background-repeat: no-repeat;
    height: 16px;
    line-height: 16px;
    top: 48px;
    width: 16px;
}

.scroll-left > div {
    background-image: url("./imgs/dhxtabbar_material/dhxtabbar_arrows.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 16px;
    line-height: 16px;
    top: 48px;
    width: 16px;
}

.tab-content {
    height: 100%;
}

.content {
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

/*.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}
*/
.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.message {
    margin-bottom: 0;
    border-style: solid;
    border-color: White;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 20px auto;
}

.message-icon {
    text-align: center;
    grid-column: 1;
}

.message-text {
    grid-column: 2;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

#culture-select {
    min-width: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.custom-select {
    text-align: left;
    width: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.1rem center;
    background-size: 16px 12px;
    /*background-image: linear-gradient(45deg, transparent 50%, red 60%), linear-gradient(135deg, red 40%, transparent 50%) !important;
    background-position: calc(100% - 30px) 14px, calc(100% - 20px) 14px, 100% 0;
    background-size: 10px 10px, 10px 10px;
    background-repeat: no-repeat;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px !important;
}

.custom-select-anchorlayoutTab {
    width: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) bottom;
    background-size: 10px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.graphics-dropdown {
    position: absolute;
    color: #404040;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: #ffffff;
    line-height: 20px;
    border: 1px solid;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.50);
}

.graphics-dropdown-option {
    cursor: pointer;
    padding: 4px;
}
    .graphics-dropdown-option:hover {
        background-color: lightgray;
    }

.dxbs-sel .dxbs-btn-group {
    visibility: hidden;
}

.label-overlay {
    position: absolute;
    display: none;
    bottom: 21px;
    left: 3px;
    width: inherit;
}

.panel-overlay {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    z-index: 1;
}

.legend-overlay {
    position: absolute;
    left: 10px;
    bottom: 25px;
    width: 100px;
    z-index: 1;
}

.table-overlay {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 200px;
    z-index: 1;
}

.editor-overlay {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 400px;
    z-index: 1;
    padding: 0px, 0px, 0px, 0px;
}

.vertical-center {
    top: 50%;
}

.text {
    position: absolute;
    font-size: 12px;
    width: auto;
    height: fit-content;
    text-align: revert;
    background: border-box;
    background-color: lightgray;
}

.login-container {
    display: flex;
    justify-content: flex-end;
}

.no-wrap {
    white-space: nowrap;
}

.row-line {
    padding-top: 1em;
    border-bottom: solid 1px lightgrey;
}

.width-15-per {
    width: 15%;
}

.background-grey {
    background-color: lightgray;
}

.background-grey .btn:hover {
    background-color: darkgray;
}

.pop-up-title {
    background-color: dimgrey;
    padding-bottom: 0px;
}

.popup-button {
  width: 150px; 
  font-size: 14px;

}
.white-letter {
    color: white;
}

.btn-red {
    justify-content: flex-start;
    background-color: var(--menu-color);
    border-color: var(--menu-color);
    color: white;
}

.btn-margin {
    margin-top: 4px;
}

.btn-disabled:disabled {
    opacity: 0.4 !important;
}

.vertical-line {
    border-left: 5px solid var(--menu-color);
    background-color: lightgrey;
}
.selected-item-bg {
    background-color: lightgrey;
}

.borders-popup{
    border-left: solid;
    border-left-color: dimgray;
    border-left-width: 4px;
    border-right: solid;
    border-right-color:dimgray;
    border-right-width: 4px;
    border-top: solid;
    border-top-color: dimgray;
    border-top-width: 4px;
    /*background-color: lightgray;*/
}

.footer-borders {
    border-left: solid;
    border-left-color: dimgray;
    border-left-width: 4px;
    border-right: solid;
    border-right-color: dimgray;
    border-right-width: 4px;
    border-bottom:solid;
    border-bottom-color: dimgray;
    border-bottom-width: 4px;
}

.title-style {
    padding-bottom: 0px;
    border-bottom: solid;
    border-bottom-color: dimgray;
    border-bottom-width: 4px;
}

.form-label-top-padd{
    padding-top: 0.5em;
}

.btn-style{
    padding: 0,0,0,0;
    padding-top: 0px;
}

.no-highlight:hover {
    background-color: initial;
    box-shadow: none;
    border-color: transparent;
}

.no-highlight {
    /*border: none;*/
    box-shadow: none;
    border-color: transparent;
}

.no-highlight:focus{
    box-shadow : none;
}

.max-height-container {
    max-height: 750px;
}

.table-container {
    max-height: 650px;
    min-height: 450px;
}

.selected-item-bg {
    background-color: lightgrey;
}

.anchor-layout-btn {
    height: 75px;
}

.load-table > :not(caption) > * > * {
    box-shadow:none;
}
.load-table td {
    padding: 0;
    margin: 0;
}

.load-table th {
    font-weight: normal;
    font-size: 12px;
}

.load-btn {
    padding: 0.15rem 0.4rem;
}

.customer-add-btn {
    text-align: right;
    margin-right: 0px;
    height: 100%;
}

.table-responsive {
    height: fit-content;
    /*background-color: white;*/
}

.remove-button {
    max-height: 25px;
    padding: 0.15rem 0.4rem;
}

button.align-left {
    text-align: left !important;
}

.loadtable-scrolldown {
    /*    height: fit-content;*/
    height: 100%;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 20vh;
}

.loadtable-header {
    position: sticky;
    top: 0; /* Stick the header to the top of the container */
    z-index: 1; /* Ensure the header stays above the table body while scrolling */
    background-color: #fafafa;
}


.first-column {
    background: transparent;
}

.selected-option {
    outline: 2px solid red;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.flex-row-center {
    align-items: center;
}

.loadtable-flex {
    height: fit-content;
}

.checkbox-container {
    margin: 3px;
}

.loadtable-item {
    display: block;
    text-align: center;
    border: 0.5rem solid var(--bs-table-bg);
}


.border-gray {
    border: 1px solid #ccc;
}

.hidden{
    display : none;
}

.visible {
    display : block;
}

.container-padding{
    padding-top: 1.5em;
}

.padding-checkbox{
    padding-left:3em;
    padding-top: 0.4em;
}

.button-borders:active{
    border: none;
    outline: none !important;
}

.button-group-padding{
    padding-top:0px;
    padding-bottom:0px;
}

.padding-bottom-zero{
    padding-bottom: 0px;
}

.custome-tooltip {
    --bs-tooltip-bg: white;
    --bs-tooltip-color: black;
}

.spinner-style {
    /*display: none;*/
    color: var(--menu-color);
}

.spinner-center {
    /*display: none;*/
    position: absolute;
    color: var(--menu-color);
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
}

details {
    user-select: none;
}

summary {
    display: flex;
    width: 100%;
    cursor: pointer;
}

details > summary {
    list-style-type: none;
}

details > summary::-webkit-details-marker {
    display: none;
}

details > summary::before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="14" height="14" viewBox="3 4.5 14 14"%3E%3Cpath fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 18l6-6l-6-6"%2F%3E%3C%2Fsvg%3E');
    padding-right: .5rem;
    padding-bottom: .9rem;
    transition: .25s transform ease;
    height: 20px;
    width: 20px;
}

details > summary.icon::before{
    padding-top: .5rem;
}

details[open] > summary::before {
    transform: rotate(90deg);
    padding-right: 1.6rem;
}

.url-remove-decoration {
    color: black;
    text-decoration: none;
}

a:hover {
    color: red;
}

.header-boder {
    outline: thin solid lightgray;
    
}

.result-table {
}

.fraction {
    display: inline-flex;
    flex-direction: column;
    vertical-align: middle;
}

.frac-denominator {
    border-top: 1px solid
}

.icon-red{
    color: var(--menu-color);
}

.icon-lightgrey{
    color: lightgrey;
}
.popup-header {
    padding-top: 30px;
    padding-left: 20px;
    font-size: 12px;
    
}

.text-style {
    
    font-size: 7pt;
}

.background-styling {
    color: #808080;
}

.explanationstress-header {
    padding-left: 18px;
    font-size: 12px;
}

.logo{
    /*width:100%;*/
    
}

.image-fullsize{
    width:100%;
}

.language-dropdown {
    height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}

.vertical-grey-line {
    padding-left: 4px;
    border-left: 1px solid #C0C0C0;
}

.soffitTab {
    padding-left:32px;
}

.multiDesignTable tr:hover {
    background-color: whitesmoke;
}


.combobox-item-template {
    display: flex;
    align-items: center;
}
.combobox-item-template-text {
    display: flex;
    flex-flow: column;
}
.combobox-item-template-text > span {
    padding-left: 1em;
   /*font-size: 15px;*/
}

.dxbl-btn-toolbar > .dxbl-btn-group
{
    padding: 5px;
}

.dxbrv-panel-buttons {
    display: none !important;
}

.disabled-grid {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.responsive-box {
    max-width: 100%;
    width: 100%; 
    box-sizing: border-box; 
    padding: 1rem;
    border: 0px solid #ccc;
    border-radius: 8px;

    overflow-wrap: break-word; 
    word-break: break-word; 
    white-space: normal; 
    text-wrap: wrap; 
    font-size: 1rem;
    background: #fafbfc;
}

.display-none {
    display: none;
}

/*customize report viewer print icon*/
.dxbrv-toolbar-container button[title="Print"]::before {
    content: none !important; 
    display: none !important;
}

.dxbrv-toolbar-container button[title="Print"] {
   
    width: 24px !important; 
    height: 24px !important;
    padding: 0 !important;
    background-image: url("./imgs/reportPreview/Print.svg") !important; 
    background-size: contain !important; 
    background-repeat: no-repeat !important; 
    background-position: center !important;
    font-size: 0 !important; 
    line-height: 0 !important; 
    text-indent: -9999px !important;
    overflow: hidden !important; 
    background-color: transparent !important;
    border: none !important;
}

 /*customize report viewer export icon*/
.dxbrv-toolbar-container button[title="Export To"]::before {
    content: none !important;
    display: none !important;
}

.dxbrv-toolbar-container button[title="Export To"] {
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    background-image: url("./imgs/reportPreview/VorlagePDFReport.svg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    background-color: transparent !important;
    border: none !important;
}


/*customize report viewer first page icon*/
.dxbrv-toolbar-container button[title="First Page"]::before {
    content: none !important;
    display: none !important;
}

.dxbrv-toolbar-container button[title="First Page"] {
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    background-image: url("./imgs/reportPreview/FirstPage.svg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    background-color: transparent !important;
    border: none !important;
}


/*customize report viewer last page icon*/
.dxbrv-toolbar-container button[title="Last Page"]::before {
    content: none !important;
    display: none !important;
}

.dxbrv-toolbar-container button[title="Last Page"] {
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    background-image: url("./imgs/reportPreview/LastPage.svg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    background-color: transparent !important;
    border: none !important;
}

 /*customize report viewer Previous Page icon*/
.dxbrv-toolbar-container button[title="Previous Page"]::before {
    content: none !important;
    display: none !important;
}

.dxbrv-toolbar-container button[title="Previous Page"] {
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    background-image: url("./imgs/reportPreview/VorigeSeite.svg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    background-color: transparent !important;
    border: none !important;
}

/*customize report viewer Previous Page icon*/
.dxbrv-toolbar-container button[title="Next Page"]::before {
    content: none !important;
    display: none !important;
}

.dxbrv-toolbar-container button[title="Next Page"] {
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    background-image: url("./imgs/reportPreview/NextPage.svg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    background-color: transparent !important;
    border: none !important;
}

/*customize report viewer pdf icon*/
.dxbl-image.dxd-icon-ExportTo_Pdf::before {
    content: none !important; 
    display: none !important;
    visibility: hidden !important; 
}

.dxbl-image.dxd-icon-ExportTo_Pdf {
    width: 24px !important;
    height: 24px !important; 
    padding: 0 !important;
    background-image: url("./imgs/reportPreview/SaveAsPDFReport.svg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important; 
    background-position: center !important; 
    text-indent: -9999px !important; 
    overflow: hidden !important;
    font-size: 0 !important;
    line-height: 0 !important;
    display: inline-block !important;
}

.center-div {
    width: 80%; /* You must set a width */
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

Spinner {
    color: var(--menu-color);
}
