﻿.dxbl-gridlayout > .dxbl-gridlayout-root,
.dxbl-stacklayout > .dxbl-stacklayout-root {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    flex-direction: column;
    gap: 15px;
    display: flex;
}

.dxbl-gridlayout {
    width: 100%;
    height: 100%;
    display: block
}   

.dxbl-dropdown-body {
    overflow: hidden !important;
}

.dxbl-accordion {
    --dxbl-accordion-group-border-width: 0px !important;
    /*--dxbl-accordion-group-border-color: #ced4da00 !important;*/
}

.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.6 !important;
}
