.bulk-cancel-modal {
    .ReactModal-content {
        display: flex;
        justify-content: space-between;
        width: 450px;
        height: 278px;

        .ReactModal-header {
            align-items: baseline;
            padding-right: 12px;
        }

        .ReactModal-body {
            height: 138px;
            font-size: 14px;
            line-height: 20px;

            .bold-text {
                font-weight: 500;
            }
        }
    }
}
