.TCModal{--max-height: 80vh;overflow-y:auto;max-height:var(--max-height)}.TCModal-content,.TCModal-actions{padding-left:2.4rem;padding-right:2.4rem}.TCModal-content{padding-top:2.4rem;padding-bottom:1.2rem}.TCModal-actions{padding-top:1.2rem;padding-bottom:2rem}.TCModal{display:flex;flex-direction:column;position:fixed;background:var(--modalBackgroundContent);border-radius:var(--radius-lg);box-shadow:0 6px 32px #0000002b}.TCModal .TCModal-content{overflow-y:auto;max-height:calc(var(--max-height) - 170px);min-height:30px}.TCModal .TCModal-content>*:last-child{margin-bottom:0}.TCModal .TCModal-soloButton{display:flex;justify-content:center;align-items:flex-start;padding-top:16px;margin-top:16px;padding-bottom:16px}.TCModal .TCModal-soloButton__inner{display:flex;align-items:center;flex-flow:row wrap}.TCModal .TCModal-header{display:flex;justify-content:space-between;align-items:center}.TCModal .TCModal-header__title{font-family:var(--font-body);font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:left;color:var(--modalTitle);margin:0;padding:0}.TCModal .TCModal-header__close-icon{font-size:20px;color:var(--modalCloseIcon);cursor:pointer;line-height:1;transition:all .3s}.TCModal .TCModal-header__close-icon:hover{color:var(--modalCloseIconHover);transition:all .3s}.TCModal .TCModal-actions{display:flex;justify-content:space-between;align-items:center}.TCModal .TCModal-actions__inner{display:flex;align-items:center;flex-flow:row wrap}.TCModal .TCModal-adjust-content-height{height:max-content}.TCModal .TCModal-adjust-content-height .TCModal-content{display:flex;flex-direction:column;flex:1;max-height:none}.TCModal .TCModal-size__small{width:504px;max-height:var(--max-height)}.TCModal .TCModal-size__medium{width:804px;max-height:var(--max-height)}.TCModal .TCModal-size__auto{width:auto;max-height:var(--max-height)}.TCModal .TCModal-size__verySmall{width:400px;max-height:var(--max-height)}.TCModal .GlobalAlerts{margin:0}
