
.mytz0-dx-popup-trigger-list > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content > .dx-scrollview-content .dx-list-item:first-of-type {
    margin-top:0;
}

.mytz0-dx-popup-trigger-list > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content > .dx-scrollview-content .dx-list-item:last-of-type {
    margin-bottom:0;
}

body.mytz0-dx-popup-trigger-wrapper-unreachable #mytz0-dx-popup-trigger-popup-wrapper{
    pointer-events:none;
}

#mytz0-dx-popup-trigger-popup-wrapper {
    height: 100vh !important;
}

.dx-list-item{
    transition:.15s;
}

.mytz0-dx-list-small .dx-list-item-content{
    padding:0.5rem;
}

.mytz0-dx-list-compact .dx-list-item-content{
    padding:0.25rem;
}

.dx-list-item-content.divider{
    padding:0px!important;
    height:1px!important;
    min-height:1px!important;
    overflow:hidden;
    display:block;
}