.doc-block__popup-root{position:fixed;top:0;left:0;width:100%;overflow:auto;padding:24px;align-items:center;z-index:31}.doc-block__popup-root,.popup{display:flex;flex-direction:column;border-radius:24px}.popup{position:relative;background-color:hsla(var(--white-section)/1);width:40%;max-height:calc(100vh - 64px);padding:30px 32px 0;z-index:1}.popup,.popup__bg{transition:all .5s}.popup__bg{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(58,45,33,.5)}.popup__close-icon{position:absolute;width:40px;height:40px;top:0;right:-60px;cursor:pointer}.popup__close-icon .close-icon__image{-o-object-fit:cover;object-fit:cover}.popup__title{color:hsla(var(--tm-text-color));padding-bottom:18px;font-size:24px;line-height:24px;font-weight:600;letter-spacing:-.36px}.popup__table{display:flex;flex-direction:column;overflow:auto}.popup__table table{width:100%}.popup__table thead tr th{padding:12px 8px;box-sizing:border-box;text-align:left;font-weight:400;font-size:14px;line-height:100%;letter-spacing:-.01em;color:var(--767D88)}.popup__table tbody tr{border-bottom:1px solid hsla(var(--224-14-15)/.1)}.popup__table tbody tr td{padding:12px 8px;box-sizing:border-box;font-weight:600;font-size:16px;line-height:100%;letter-spacing:-.02em;color:var(--tm-text-color)}.popup__table tbody tr td div{display:flex;align-items:center;gap:12px}.popup__table tbody tr td img{width:30px;height:30px;border-radius:5px;-o-object-fit:cover;object-fit:cover}.popup__search{background:hsla(var(--224-14-15)/.04);border-radius:10px;position:relative;overflow:hidden;padding-left:46px;box-sizing:border-box;height:44px;min-height:44px;margin-bottom:32px}.popup__search img{position:absolute;top:50%;left:8px;transform:translateY(-50%);width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.popup__search input{display:flex;width:100%;height:100%;background:transparent;flex:1;font-size:16px;line-height:18px;color:var(--tm-text-color);border:none!important;outline:none!important;box-shadow:none!important}@media(max-width:1023px){.doc-block__popup-root{padding:10px 24px}.doc-block__popup-root .popup{width:100%}}