.dt-modal[hidden]{display:none}.dt-modal{position:fixed;inset:0;top:var(--dt-pasek-gorny,0px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:16px}.dt-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5);cursor:pointer}.dt-modal__okno{position:relative;box-sizing:border-box;width:100%;max-width:840px;max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);overflow-y:auto;padding:24px 28px 28px;border-radius:8px;background:var(--whiteB);box-shadow:0 8px 32px rgba(0,0,0,.24);font-family:Roboto,Arial,sans-serif}.dt-modal__zamknij{position:absolute;top:6px;right:6px;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:5px;background:transparent;color:var(--gray);cursor:pointer;line-height:1;transition:background-color .12s ease}.dt-modal__zamknij:hover{background:var(--whiteD)}.dt-modal__zamknij:focus-visible{outline:2px solid currentColor;outline-offset:-10px;border-radius:8px}.dt-modal__zamknij svg{display:block}.dt-modal__naglowek{margin:0 48px 12px 0;font-size:18px;font-weight:700;line-height:1.3;color:var(--gray)}.dt-modal__tresc{font-size:14px;line-height:1.2;color:var(--gray);text-align:justify}.dt-modal__tresc p{margin:0 0 7px}.dt-modal__tresc p:last-child{margin-bottom:0}.dt-modal__tresc strong{font-weight:600}.dt-modal__tresc a{color:var(--gray)}.dt-modal__akcje{margin-top:16px}.dt-modal--green .dt-modal__okno{padding:0;display:flex;flex-direction:column;overflow:hidden}.dt-modal--green .dt-modal__naglowek{flex:0 0 auto;margin:0;padding:12px 48px 12px 12px;background:var(--green);color:var(--white);font-size:15px;line-height:1.3}.dt-modal--green .dt-modal__tresc{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:8px 8px 10px}.dt-modal--green .dt-modal__zamknij{top:0;right:0;width:44px;height:44px;border-radius:0;color:var(--whiteB)}.dt-modal--green .dt-modal__zamknij svg{width:18px;height:18px}.dt-modal--green .dt-modal__zamknij:hover{background:var(--greenD)}.dt-modal--green .dt-modal__zamknij:focus-visible{outline:2px solid var(--whiteB);outline-offset:-13px}@media (max-width:480px){.dt-modal{padding:8px;padding-bottom:calc(8px + env(safe-area-inset-bottom,0px))}.dt-modal__okno{padding:20px 16px 20px;max-height:calc(100vh - 16px);max-height:calc(100dvh - 16px)}.dt-modal__naglowek{font-size:16px}.dt-modal__tresc{text-align:left}.dt-modal__zamknij{width:56px;height:56px}.dt-modal__zamknij svg{width:22px;height:22px}}body.dt-modal-otwarty{overflow:hidden}