@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed');

html, body {
    font-family: 'Roboto Condensed' !important;
    margin: 0px;
    font-size: 16px !important;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main-layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #d6d5d54f;
    color: black;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px; /* Adjust the height as needed */
}

    .header div:nth-child(2) {
        margin-left: auto;
        margin-right: 20px;
    }

.content {
    position: absolute;
    top: 60px; /* Should match the header's height */
    bottom: 30px; /* Should match the footer's height */
    left: 0;
    right: 0;
    overflow: hidden;
}

.footer {
    background-color: #d6d5d54f;
    color: black;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px; /* Adjust the height as needed */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.scrollable-div {
    overflow-y: auto;
    height: 89vh;
}

.row {
    margin: 0 !important;
}

.separator {
    margin-left: 10px;
    margin-right: 10px;
}

.dxbl-treeview-item-text {
    white-space: nowrap;
}

.action-menu {
    font-size: large;
    margin-right: 10px;
    width: 90px;
}

    .action-menu > i {
        margin: 5px;
    }

.formlayout-caption {
    font-weight: 600;
}

.cxButton {
    font-size: 13px;
    margin-right: 13px;
    opacity: 0.6;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .cxButton:hover {
        font-weight: 500;
        color: #0083c4;
        opacity: 1;
        transform: scale(1.2);
        transform-origin: 50% 50%;
        transition-duration: 30ms;
    }

.dxbl-text,
.dxbl-text-edit,
.dxbl-group,
.dxbl-btn,
.dxbl-grid-header-content,
.dxbl-grid-empty-data-not-found,
.dxbl-btn-standalone,
.dxbl-grid,
.main-layout,
.dxbl-fl-ctrl,
span {
    font-size: 16px !important;
    --dxbl-grid-font-size: 16px !important;
    --dxbl-btn-font-size: 16px !important;
}

.right-panel-inner > .dxbl-active {
    background-color: #7989ff !important;
    color: #fff !important;
}
