.modal-stackable {
    position: fixed;
    top: 8.625rem;
    bottom: 0;
    left: 0;
    right: 0;

    z-index: 1025;
    overflow-x: hidden;
    overflow-y: hidden;
    
}

.modal-stackable .modal-stackable-wrapper {
    margin-left: 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 7.5rem 1rem 0;
    flex-shrink: 0;
    flex-grow: 0;
    min-height: 5.25rem;
    
    display: flex;
    flex-direction: row;
}

.modal-stackable .modal-stackable-header .modal-stackable-close {
    width: 7.5rem;
    padding-left: 1.75rem;
    align-self: flex-start;
    flex-grow: 0;
}

.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: flex-end;
    flex-grow: 1;

    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.modal-stackable .modal-stackable-title {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: bold;
    color: #353535;
}

.modal-stackable .modal-stackable-print a {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.5;
    color: #007ac3;
    text-decoration: none;
}

.modal-stackable .modal-stackable-body {
    padding: 1rem 7.5rem 4.5rem 7.5rem;
    flex-grow: 1;
    flex-shrink: 1;
    overflow-x: hidden;
    border: 1px solid #979797;
    border-top: none;
}
