.modal-stackable{position:fixed;top:var(--main-body-top);bottom:0;left:0;right:0;z-index:1025;overflow-x:hidden;overflow-y:hidden}body.tablet .modal-stackable{z-index:1;left:var(--collapsible-layout-item-button-width)}body.mobile .modal-stackable{top:0;left:0;z-index:1025}.modal-stackable .modal-stackable-wrapper{margin-right:7.5rem;height:100%;display:flex;flex-direction:column}.modal-stackable .modal-stackable-wrapper>*{background:white}.modal-stackable .modal-stackable-header{border:1px solid #979797;border-bottom:1px solid #ededed;padding:1.5rem 1.75rem 1rem 7.5rem;flex-shrink:0;flex-grow:0;min-height:5.25rem;display:flex;flex-direction:row;position:relative}
body:not(.desktop) .modal-stackable .modal-stackable-header{padding:1rem}body.tablet .modal-stackable .modal-stackable-header{padding:1.5rem 1.5rem 1rem 3rem;border:0;border-bottom:1px solid #ededed;border-left:1px solid #ededed}.modal-stackable .modal-stackable-header .modal-stackable-close{width:7.5rem;align-self:flex-start;text-align:right;flex-grow:0}body:is(.mobile,.tablet) .modal-stackable .modal-stackable-close,.modal-stackable .modal-stackable-close .wk-icon-close{width:auto}.modal-stackable .modal-stackable-close .wk-icon-close{margin-right:0;margin-left:1rem}
.modal-stackable .modal-stackable-header button{background:transparent;height:auto !important;padding:0}.modal-stackable .modal-stackable-header .wk-icon-close{color:#232323;font-size:1.5rem}.modal-stackable .modal-stackable-header .modal-stackable-title-holder{align-items:baseline;flex-grow:1;display:flex;flex-wrap:nowrap;justify-content:space-between;gap:1rem}.modal-stackable .modal-stackable-title{font-size:1.25rem;line-height:1.3;font-weight:bold;color:#353535}body:not(.desktop) .modal-stackable .modal-stackable-title{font-size:16px}
.modal-stackable .modal-stackable-print a{font-size:.875rem;font-weight:bold;line-height:1.5;color:#007ac3;text-decoration:none}body:not(.desktop) .modal-stackable .modal-stackable-print a{font-weight:400}.modal-stackable .modal-stackable-body{padding:1rem 7.5rem 0 7.5rem;flex-grow:1;flex-shrink:1;overflow-x:hidden;border:1px solid #979797;border-top:0}body.tablet .modal-stackable .modal-stackable-body{border:0;border-left:1px solid #ededed;padding:1rem 1rem 0 3rem}body.mobile .modal-stackable .modal-stackable-body{padding:1rem 1rem 0 1rem}
.modal-stackable .modal-stackable-body.modal-stackable-with-static{padding-bottom:0;display:flex;flex-direction:column;min-height:5rem;overflow-y:clip}.modal-stackable .modal-scrolling{overflow-y:auto}.modal-stackable .modal-fixed{position:relative}.modal-stackable .modal-stackable-with-static .modal-scrolling>*:last-child,.modal-stackable .modal-stackable-body>*:last-child:not(.modal-scrolling){margin-bottom:4.5rem}