#container-template-popover::backdrop {
    background: rgba(0, 0, 0, 0.5);
}

body:has(#container-template-popover:popover-open)::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 999997;
    pointer-events: all;
}

#container-template-popover {
    z-index: 999998;
}

#container-template-popover-content {
    float:left;
}

#container-template-popover-header {
    position:absolute;
    top:0;
    width:100%;
}

#container-template-popover-header .btn {
    float:right;
    height:1.5rem;
    width:1.5rem;
    padding:0;
    z-index: 999999;
    position: relative;
}

#container-template-popover-content .mod-custom:first-child > *,
#container-template-popover-content .mod-preview:first-child,
#container-template-popover-content .card:first-child > *,
#container-template-popover-content .no-card:first-child > *,
#container-template-popover-content .moduletable:first-child > *,
#container-template-popover-content .moduletable:first-child tr:first-child th {
    padding-right: 2rem;
    padding-bottom: 0.2rem;
}

#container-template-popover-content .card,
#container-template-popover-content .no-card{
    max-width: fit-content;
}

