#container-template-popover {
    padding: 0;
    max-width:75%;
}

#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 img.btn {
    padding: 0.2rem;
    border: none;
}

#container-template-popover-content img.btn:hover {
}
