.button--closeModal .icon{width:20px;height:20px;color:#fff}.ThgModal{position:absolute;top:50px;left:50%;transform:translate(-50%);width:calc(100vw - 40px);max-width:600px;max-height:calc(100% - 70px - env(safe-area-inset-bottom, 0));background-color:#fff;border-radius:var(--radius-tooltip);padding:15px;display:flex;flex-direction:column;box-sizing:border-box}@media only screen and (min-width:1024px){.ThgModal{top:50%;transform:translate(-50%,-50%)}}.ThgModal-ButtonsContainer{display:flex;justify-content:flex-end;gap:16px}.ThgModal>.ThgModal-Content{flex:1 1 auto;min-height:0;width:100%;overflow-y:auto;overflow-x:hidden}.ThgModal-ContentWrapper:not(:last-child){margin-bottom:16px}.ThgModal-Content.MuiTypography-root,.ThgModal-Header.MuiTypography-root{font-size:16px;line-height:20px}.ThgModal-Content.MuiTypography-root .MuiLink-root,.ThgModal-Header.MuiTypography-root .MuiLink-root{font-size:16px}.ThgModal-Header.MuiTypography-root{font-weight:700}.ThgModal-Header.MuiTypography-root:not(:last-child){margin-bottom:16px}.ThgModal-Content.MuiTypography-root:not(:last-child){margin-bottom:12px}.ThgModal-Content.MuiTypography-root .ListBullet .ListItemBullet:not(:last-child){margin-bottom:4px}.ThgModal-Content.MuiTypography-root .ListBullet .ListItemBullet:before{top:7px}@media only screen and (min-width:1024px){.ThgModal-Content.MuiTypography-root .ListBullet .ListItemBullet{line-height:16px}.ThgModal-Content.MuiTypography-root .ListBullet .ListItemBullet:before{top:5px}}