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